++ LOG_DIR=/var/log/contrail
++ export CONTAINER_LOG_DIR=/var/log/contrail/config-api
++ CONTAINER_LOG_DIR=/var/log/contrail/config-api
++ mkdir -p /var/log/contrail/config-api
++ log_file=/var/log/contrail/config-api/console.log
++ touch /var/log/contrail/config-api/console.log
++ chmod 600 /var/log/contrail/config-api/console.log
++ exec
+++ tee -a /var/log/contrail/config-api/console.log
+++ date
++ echo 'INFO: =================== Mon May 18 02:06:10 AM UTC 2026 ==================='
INFO: =================== Mon May 18 02:06:10 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
+++++ awk '{print $2}'
+++++ grep -o 'dev.*'
++++ local iface=ens3
++++ [[ ens3 == \l\o ]]
++++ echo ens3
+++ local nic=ens3
+++ get_ip_for_nic ens3
+++ local nic=ens3
+++ cut -d / -f 1
+++ get_cidr_for_nic ens3
+++ command -v ip
+++ local nic=ens3
+++ head -n 1
+++ awk '{print $2}'
+++ grep 'inet '
+++ ip addr show dev ens3
++ DEFAULT_LOCAL_IP=10.0.0.240
++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN
++ VXLAN_VN_ID_MODE=automatic
++ DPDK_UIO_DRIVER=uio_pci_generic
++ CPU_CORE_MASK=0x01
++ SERVICE_CORE_MASK=
++ DPDK_CTRL_THREAD_MASK=
++ HUGE_PAGES=
++ HUGE_PAGES_DIR=/dev/hugepages
++ HUGE_PAGES_1GB=0
++ HUGE_PAGES_2MB=256
++ HUGE_PAGES_1GB_DIR=
++ HUGE_PAGES_2MB_DIR=
++ [[ 0 != 0 ]]
++ [[ 0 != 256 ]]
++ [[ -z '' ]]
+++ mount -t hugetlbfs
+++ awk '/pagesize=2M/{print($3)}'
+++ tail -n 1
++ HUGE_PAGES_2MB_DIR=
++ DPDK_MEM_PER_SOCKET=1024
++ DPDK_COMMAND_ADDITIONAL_ARGS=
++ NIC_OFFLOAD_ENABLE=False
++ DPDK_ENABLE_VLAN_FWRD=False
++ DIST_SNAT_PROTO_PORT_LIST=
++ CLOUD_ORCHESTRATOR=openstack
++ CLOUD_ADMIN_ROLE=admin
++ AAA_MODE=rbac
++ AUTH_MODE=keystone
++ AUTH_PARAMS=
++ SSL_ENABLE=false
++ SSL_INSECURE=True
++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem
++ SELFSIGNED_CERTS_WITH_IPS=True
++ CONTROLLER_NODES=10.0.0.23,10.0.0.22,10.0.0.240
++ ANALYTICS_ALARM_ENABLE=True
++ ANALYTICS_SNMP_ENABLE=True
++ ANALYTICSDB_ENABLE=True
++ ANALYTICS_NODES=10.0.0.23,10.0.0.22,10.0.0.240
++ ANALYTICSDB_NODES=10.0.0.23,10.0.0.22,10.0.0.240
++ ANALYTICS_SNMP_NODES=10.0.0.23,10.0.0.22,10.0.0.240
++ ANALYTICS_API_PORT=8081
++ ANALYTICS_API_INTROSPECT_PORT=8090
++ ANALYTICSDB_PORT=9160
++ ANALYTICSDB_CQL_PORT=9042
++ TOPOLOGY_INTROSPECT_PORT=5921
++ QUERYENGINE_INTROSPECT_PORT=8091
+++ get_server_list ANALYTICS ':8081 '
+++ local server_typ=ANALYTICS_NODES
+++ local 'port_with_delim=:8081 '
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.23
+++ local server_address=10.0.0.23
+++ extended_server_list+='10.0.0.23:8081 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.22
+++ local server_address=10.0.0.22
+++ extended_server_list+='10.0.0.22:8081 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.240
+++ local server_address=10.0.0.240
+++ extended_server_list+='10.0.0.240:8081 '
+++ '[' -n '10.0.0.23:8081 10.0.0.22:8081 10.0.0.240:8081 ' ']'
+++ echo '10.0.0.23:8081 10.0.0.22:8081 10.0.0.240:8081'
++ ANALYTICS_SERVERS='10.0.0.23:8081 10.0.0.22:8081 10.0.0.240:8081'
+++ get_server_list ANALYTICSDB ':9042 '
+++ local server_typ=ANALYTICSDB_NODES
+++ local 'port_with_delim=:9042 '
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.23
+++ local server_address=10.0.0.23
+++ extended_server_list+='10.0.0.23:9042 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.22
+++ local server_address=10.0.0.22
+++ extended_server_list+='10.0.0.22:9042 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.240
+++ local server_address=10.0.0.240
+++ extended_server_list+='10.0.0.240:9042 '
+++ '[' -n '10.0.0.23:9042 10.0.0.22:9042 10.0.0.240:9042 ' ']'
+++ echo '10.0.0.23:9042 10.0.0.22:9042 10.0.0.240:9042'
++ ANALYTICSDB_CQL_SERVERS='10.0.0.23:9042 10.0.0.22:9042 10.0.0.240:9042'
++ ANALYTICS_API_VIP=
++ ANALYTICS_ALARM_NODES=10.0.0.23,10.0.0.22,10.0.0.240
++ ALARMGEN_INTROSPECT_PORT=5995
++ BGP_PORT=179
++ BGP_AUTO_MESH=true
++ BGP_ASN=64512
++ ENABLE_4BYTE_AS=false
++ APPLY_DEFAULTS=true
++ COLLECTOR_PORT=8086
++ COLLECTOR_INTROSPECT_PORT=8089
++ COLLECTOR_SYSLOG_PORT=514
++ COLLECTOR_SFLOW_PORT=6343
++ COLLECTOR_IPFIX_PORT=4739
++ COLLECTOR_PROTOBUF_PORT=3333
++ COLLECTOR_STRUCTURED_SYSLOG_PORT=3514
++ SNMPCOLLECTOR_INTROSPECT_PORT=5920
+++ get_server_list ANALYTICS ':8086 '
+++ local server_typ=ANALYTICS_NODES
+++ local 'port_with_delim=:8086 '
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.23
+++ local server_address=10.0.0.23
+++ extended_server_list+='10.0.0.23:8086 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.22
+++ local server_address=10.0.0.22
+++ extended_server_list+='10.0.0.22:8086 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.240
+++ local server_address=10.0.0.240
+++ extended_server_list+='10.0.0.240:8086 '
+++ '[' -n '10.0.0.23:8086 10.0.0.22:8086 10.0.0.240:8086 ' ']'
+++ echo '10.0.0.23:8086 10.0.0.22:8086 10.0.0.240:8086'
++ COLLECTOR_SERVERS='10.0.0.23:8086 10.0.0.22:8086 10.0.0.240:8086'
++ CASSANDRA_PORT=9160
++ CASSANDRA_CQL_PORT=9042
++ CASSANDRA_SSL_STORAGE_PORT=7011
++ CASSANDRA_STORAGE_PORT=7010
++ CASSANDRA_JMX_LOCAL_PORT=7200
++ CONFIGDB_CASSANDRA_DRIVER=cql
++ CONFIG_NODES=10.0.0.23,10.0.0.22,10.0.0.240
++ CONFIGDB_NODES=10.0.0.23,10.0.0.22,10.0.0.240
++ CONFIG_API_PORT=8082
++ CONFIG_API_INTROSPECT_PORT=8084
++ CONFIG_API_ADMIN_PORT=8095
++ CONFIGDB_PORT=9161
++ CONFIGDB_CQL_PORT=9041
+++ get_server_list CONFIG ':8082 '
+++ local server_typ=CONFIG_NODES
+++ local 'port_with_delim=:8082 '
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.23
+++ local server_address=10.0.0.23
+++ extended_server_list+='10.0.0.23:8082 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.22
+++ local server_address=10.0.0.22
+++ extended_server_list+='10.0.0.22:8082 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.240
+++ local server_address=10.0.0.240
+++ extended_server_list+='10.0.0.240:8082 '
+++ '[' -n '10.0.0.23:8082 10.0.0.22:8082 10.0.0.240:8082 ' ']'
+++ echo '10.0.0.23:8082 10.0.0.22:8082 10.0.0.240:8082'
++ CONFIG_SERVERS='10.0.0.23:8082 10.0.0.22:8082 10.0.0.240:8082'
+++ get_server_list CONFIGDB ':9161 '
+++ local server_typ=CONFIGDB_NODES
+++ local 'port_with_delim=:9161 '
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.23
+++ local server_address=10.0.0.23
+++ extended_server_list+='10.0.0.23:9161 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.22
+++ local server_address=10.0.0.22
+++ extended_server_list+='10.0.0.22:9161 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.240
+++ local server_address=10.0.0.240
+++ extended_server_list+='10.0.0.240:9161 '
+++ '[' -n '10.0.0.23:9161 10.0.0.22:9161 10.0.0.240:9161 ' ']'
+++ echo '10.0.0.23:9161 10.0.0.22:9161 10.0.0.240:9161'
++ CONFIGDB_SERVERS='10.0.0.23:9161 10.0.0.22:9161 10.0.0.240:9161'
+++ get_server_list CONFIGDB ':9041 '
+++ local server_typ=CONFIGDB_NODES
+++ local 'port_with_delim=:9041 '
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.23
+++ local server_address=10.0.0.23
+++ extended_server_list+='10.0.0.23:9041 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.22
+++ local server_address=10.0.0.22
+++ extended_server_list+='10.0.0.22:9041 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.240
+++ local server_address=10.0.0.240
+++ extended_server_list+='10.0.0.240:9041 '
+++ '[' -n '10.0.0.23:9041 10.0.0.22:9041 10.0.0.240:9041 ' ']'
+++ echo '10.0.0.23:9041 10.0.0.22:9041 10.0.0.240:9041'
++ CONFIGDB_CQL_SERVERS='10.0.0.23:9041 10.0.0.22:9041 10.0.0.240:9041'
++ CONFIG_API_VIP=
++ CONFIG_API_SSL_ENABLE=false
++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ CONFIG_API_WORKER_COUNT=1
++ CONFIG_API_MAX_REQUESTS=1024
++ ANALYTICS_API_SSL_ENABLE=false
++ ANALYTICS_API_SSL_INSECURE=True
++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ CASSANDRA_SSL_ENABLE=false
++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum
++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum
++ CASSANDRA_SSL_PROTOCOL=TLS
++ CASSANDRA_SSL_ALGORITHM=SunX509
++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]'
++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4
++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4
++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256
++ CASSANDRA_CONFIG_CONCURRECT_READS=64
++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64
++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects
++ CASSANDRA_REAPER_ENABLED=false
++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey
++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser
++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass
++ CASSANDRA_REAPER_APP_PORT=8071
++ CASSANDRA_REAPER_ADM_PORT=8072
++ CONTROL_NODES=10.20.0.25,10.20.0.193,10.20.0.129
++ CONTROL_INTROSPECT_PORT=8083
++ DNS_NODES=10.20.0.25,10.20.0.193,10.20.0.129
++ DNS_SERVER_PORT=53
++ DNS_INTROSPECT_PORT=8092
++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg==
++ USE_EXTERNAL_TFTP=False
++ ZOOKEEPER_NODES=10.0.0.23,10.0.0.22,10.0.0.240
++ ZOOKEEPER_PORT=2181
++ ZOOKEEPER_PORTS=2888:3888
+++ get_server_list ZOOKEEPER :2181,
+++ local server_typ=ZOOKEEPER_NODES
+++ local port_with_delim=:2181,
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.23
+++ local server_address=10.0.0.23
+++ extended_server_list+=10.0.0.23:2181,
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.22
+++ local server_address=10.0.0.22
+++ extended_server_list+=10.0.0.22:2181,
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.240
+++ local server_address=10.0.0.240
+++ extended_server_list+=10.0.0.240:2181,
+++ '[' -n 10.0.0.23:2181,10.0.0.22:2181,10.0.0.240:2181, ']'
+++ echo 10.0.0.23:2181,10.0.0.22:2181,10.0.0.240:2181
++ ZOOKEEPER_SERVERS=10.0.0.23:2181,10.0.0.22:2181,10.0.0.240:2181
+++ get_server_list ZOOKEEPER ':2181 '
+++ local server_typ=ZOOKEEPER_NODES
+++ local 'port_with_delim=:2181 '
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.23
+++ local server_address=10.0.0.23
+++ extended_server_list+='10.0.0.23:2181 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.22
+++ local server_address=10.0.0.22
+++ extended_server_list+='10.0.0.22:2181 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.240
+++ local server_address=10.0.0.240
+++ extended_server_list+='10.0.0.240:2181 '
+++ '[' -n '10.0.0.23:2181 10.0.0.22:2181 10.0.0.240:2181 ' ']'
+++ echo '10.0.0.23:2181 10.0.0.22:2181 10.0.0.240:2181'
++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.23:2181 10.0.0.22:2181 10.0.0.240:2181'
++ RABBITMQ_NODES=10.0.0.23,10.0.0.22,10.0.0.240
++ RABBITMQ_NODE_PORT=5673
+++ get_server_list RABBITMQ :5673,
+++ local server_typ=RABBITMQ_NODES
+++ local port_with_delim=:5673,
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.23
+++ local server_address=10.0.0.23
+++ extended_server_list+=10.0.0.23:5673,
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.22
+++ local server_address=10.0.0.22
+++ extended_server_list+=10.0.0.22:5673,
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.240
+++ local server_address=10.0.0.240
+++ extended_server_list+=10.0.0.240:5673,
+++ '[' -n 10.0.0.23:5673,10.0.0.22:5673,10.0.0.240:5673, ']'
+++ echo 10.0.0.23:5673,10.0.0.22:5673,10.0.0.240:5673
++ RABBITMQ_SERVERS=10.0.0.23:5673,10.0.0.22:5673,10.0.0.240:5673
++ RABBITMQ_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ RABBITMQ_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ RABBITMQ_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=true
++ RABBITMQ_VHOST=/
++ RABBITMQ_USER=guest
++ RABBITMQ_PASSWORD=guest
++ RABBITMQ_USE_SSL=false
++ RABBITMQ_SSL_VER=tlsv1.2
++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ RABBITMQ_HEARTBEAT_INTERVAL=60
++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal
++ RABBITMQ_MIRRORED_QUEUE_MODE=all
++ REDIS_SERVER_PORT=6379
++ REDIS_SERVER_PASSWORD=
+++ get_server_list ANALYTICS ':6379 '
+++ local server_typ=ANALYTICS_NODES
+++ local 'port_with_delim=:6379 '
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.23
+++ local server_address=10.0.0.23
+++ extended_server_list+='10.0.0.23:6379 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.22
+++ local server_address=10.0.0.22
+++ extended_server_list+='10.0.0.22:6379 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.240
+++ local server_address=10.0.0.240
+++ extended_server_list+='10.0.0.240:6379 '
+++ '[' -n '10.0.0.23:6379 10.0.0.22:6379 10.0.0.240:6379 ' ']'
+++ echo '10.0.0.23:6379 10.0.0.22:6379 10.0.0.240:6379'
++ REDIS_SERVERS='10.0.0.23:6379 10.0.0.22:6379 10.0.0.240:6379'
++ REDIS_LISTEN_ADDRESS=
++ REDIS_PROTECTED_MODE=
++ REDIS_SSL_ENABLE=false
++ REDIS_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ REDIS_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ REDIS_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ is_enabled false
++ local val=false
++ [[ false == \t\r\u\e ]]
++ [[ false == \y\e\s ]]
++ [[ false == \e\n\a\b\l\e\d ]]
++ redis_ssl_config=
++ KAFKA_NODES=10.0.0.23,10.0.0.22,10.0.0.240
++ KAFKA_PORT=9092
+++ get_server_list KAFKA ':9092 '
+++ local server_typ=KAFKA_NODES
+++ local 'port_with_delim=:9092 '
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.23
+++ local server_address=10.0.0.23
+++ extended_server_list+='10.0.0.23:9092 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.22
+++ local server_address=10.0.0.22
+++ extended_server_list+='10.0.0.22:9092 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.240
+++ local server_address=10.0.0.240
+++ extended_server_list+='10.0.0.240:9092 '
+++ '[' -n '10.0.0.23:9092 10.0.0.22:9092 10.0.0.240:9092 ' ']'
+++ echo '10.0.0.23:9092 10.0.0.22:9092 10.0.0.240:9092'
++ KAFKA_SERVERS='10.0.0.23:9092 10.0.0.22:9092 10.0.0.240:9092'
++ KAFKA_SSL_ENABLE=false
++ KAFKA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ KAFKA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ KAFKA_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ KEYSTONE_AUTH_ADMIN_TENANT=admin
++ KEYSTONE_AUTH_ADMIN_USER=admin
++ KEYSTONE_AUTH_ADMIN_PASSWORD=contrail123
++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=Default
++ KEYSTONE_AUTH_USER_DOMAIN_NAME=Default
++ KEYSTONE_AUTH_REGION_NAME=RegionOne
++ KEYSTONE_AUTH_URL_VERSION=/v3
++ KEYSTONE_AUTH_HOST=10.0.0.23
++ KEYSTONE_AUTH_PROTO=http
++ KEYSTONE_AUTH_ADMIN_PORT=5000
++ KEYSTONE_AUTH_PUBLIC_PORT=5000
++ KEYSTONE_AUTH_URL_TOKENS=/v3/auth/tokens
++ KEYSTONE_AUTH_INSECURE=True
++ KEYSTONE_AUTH_CERTFILE=
++ KEYSTONE_AUTH_KEYFILE=
++ KEYSTONE_AUTH_CA_CERTFILE=
++ KEYSTONE_AUTH_ENDPOINT_TYPE=
++ KEYSTONE_AUTH_SYNC_ON_DEMAND=
++ KEYSTONE_AUTH_INTERFACE=public
++ KUBEMANAGER_NODES=10.0.0.23,10.0.0.22,10.0.0.240
++ KUBERNETES_CLUSTER_NAME=k8s
++ KUBERNETES_CNI_META_PLUGIN=multus
++ METADATA_PROXY_SECRET=contrail
++ BARBICAN_TENANT_NAME=service
++ BARBICAN_USER=barbican
++ BARBICAN_PASSWORD=contrail123
++ AGENT_MODE=kernel
++ EXTERNAL_ROUTERS=
++ SUBCLUSTER=
++ VROUTER_COMPUTE_NODE_ADDRESS=
++ VROUTER_MODULE_OPTIONS=
++ FABRIC_SNAT_HASH_TABLE_SIZE=4096
++ TSN_EVPN_MODE=False
++ TSN_NODES='[]'
++ PRIORITY_ID=
++ PRIORITY_BANDWIDTH=
++ PRIORITY_SCHEDULING=
++ QOS_QUEUE_ID=
++ QOS_LOGICAL_QUEUES=
++ QOS_DEF_HW_QUEUE=False
++ PRIORITY_TAGGING=True
++ SLO_DESTINATION=collector
++ '[' -n '' ']'
++ SAMPLE_DESTINATION=collector
++ FLOW_EXPORT_RATE=0
++ WEBUI_NODES=10.0.0.23,10.0.0.22,10.0.0.240
++ WEBUI_JOB_SERVER_PORT=3000
++ KUE_UI_PORT=3002
++ WEBUI_HTTP_LISTEN_PORT=8180
++ WEBUI_HTTPS_LISTEN_PORT=8143
++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem
++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem
++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA
++ WEBUI_STATIC_AUTH_USER=admin
++ WEBUI_STATIC_AUTH_PASSWORD=contrail123
++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin
++ XMPP_SERVER_PORT=5269
++ XMPP_SSL_ENABLE=false
++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ LINKLOCAL_SERVICE_PORT=80
++ LINKLOCAL_SERVICE_NAME=metadata
++ LINKLOCAL_SERVICE_IP=169.254.169.254
++ IPFABRIC_SERVICE_PORT=8775
++ INTROSPECT_SSL_ENABLE=false
++ INTROSPECT_SSL_INSECURE=True
++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ INTROSPECT_LISTEN_ALL=True
++ SANDESH_SSL_ENABLE=false
++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ METADATA_SSL_ENABLE=false
++ METADATA_SSL_CERTFILE=
++ METADATA_SSL_KEYFILE=
++ METADATA_SSL_CA_CERTFILE=
++ METADATA_SSL_CERT_TYPE=
++ CONFIGURE_IPTABLES=false
++ FWAAS_ENABLE=False
++ CONTAINERD_NAMESPACE=k8s.io
++ TOR_AGENT_OVS_KA=10000
++ TOR_TYPE=ovs
++ TOR_OVS_PROTOCOL=tcp
++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ [[ /v3 == \/\v\2\.\0 ]]
++ [[ openstack == \o\p\e\n\s\t\a\c\k ]]
++ AUTH_MODE=keystone
++ [[ keystone == \k\e\y\s\t\o\n\e ]]
++ AUTH_PARAMS='--admin_password contrail123'
++ AUTH_PARAMS+=' --admin_tenant_name admin'
++ AUTH_PARAMS+=' --admin_user admin'
++ is_enabled false
++ local val=false
++ [[ false == \t\r\u\e ]]
++ [[ false == \y\e\s ]]
++ [[ false == \e\n\a\b\l\e\d ]]
++ read -r -d '' sandesh_client_config
++ true
++ is_enabled false
++ local val=false
++ [[ false == \t\r\u\e ]]
++ [[ false == \y\e\s ]]
++ [[ false == \e\n\a\b\l\e\d ]]
++ xmpp_certs_config=
++ is_enabled false
++ local val=false
++ [[ false == \t\r\u\e ]]
++ [[ false == \y\e\s ]]
++ [[ false == \e\n\a\b\l\e\d ]]
++ analytics_api_ssl_opts=
++ read -r -d '' rabbitmq_config
++ true
++ read -r -d '' rabbit_config
++ true
++ is_enabled false
++ local val=false
++ [[ false == \t\r\u\e ]]
++ [[ false == \y\e\s ]]
++ [[ false == \e\n\a\b\l\e\d ]]
++ is_enabled false
++ local val=false
++ [[ false == \t\r\u\e ]]
++ [[ false == \y\e\s ]]
++ [[ false == \e\n\a\b\l\e\d ]]
++ kafka_ssl_config=
++ [[ -n '' ]]
++ collector_stats_config=
++ [[ -z '' ]]
++ is_enabled False
++ local val=false
++ [[ false == \t\r\u\e ]]
++ [[ false == \y\e\s ]]
++ [[ false == \e\n\a\b\l\e\d ]]
++ export TSN_AGENT_MODE=
++ TSN_AGENT_MODE=
++ [[ -n '' ]]
++ collector_stats_config=
++ [[ -z x ]]
++ RSYSLOGD_XFLOW_LISTEN_PORT=9898
+ pre_start_init
+ wait_certs_if_ssl_enabled
+ is_ssl_enabled
+ is_enabled false
+ local val=false
+ [[ false == \t\r\u\e ]]
+ [[ false == \y\e\s ]]
+ [[ false == \e\n\a\b\l\e\d ]]
+ is_enabled false
+ local val=false
+ [[ false == \t\r\u\e ]]
+ [[ false == \y\e\s ]]
+ [[ false == \e\n\a\b\l\e\d ]]
+ is_enabled false
+ local val=false
+ [[ false == \t\r\u\e ]]
+ [[ false == \y\e\s ]]
+ [[ false == \e\n\a\b\l\e\d ]]
+ is_enabled false
+ local val=false
+ [[ false == \t\r\u\e ]]
+ [[ false == \y\e\s ]]
+ [[ false == \e\n\a\b\l\e\d ]]
+ return
+ wait_config_api_certs_if_ssl_enabled
+ is_enabled false
+ local val=false
+ [[ false == \t\r\u\e ]]
+ [[ false == \y\e\s ]]
+ [[ false == \e\n\a\b\l\e\d ]]
+ return
+ wait_for_cassandra
++ echo 10.0.0.23,10.0.0.22,10.0.0.240
++ cut -d , -f 1
+ local cassandra=10.0.0.23
+ (( i=1 ))
+ (( i<=30 ))
+ echo -e '\035\nquit'
+ nc -z 10.0.0.23 9041
+ echo 'INFO: Cassandra is connected'
INFO: Cassandra is connected
+ sleep 5
+ return 0
+ host_ip=0.0.0.0
+ is_enabled
+ local val=
+ [[ '' == \t\r\u\e ]]
+ [[ '' == \y\e\s ]]
+ [[ '' == \e\n\a\b\l\e\d ]]
++ get_listen_ip_for_node CONFIG
+++ find_my_ip_and_order_for_node CONFIG
+++ local server_typ=CONFIG_NODES
+++ find_my_ip_and_order_for_node_list 10.0.0.23,10.0.0.22,10.0.0.240
+++ local servers=10.0.0.23,10.0.0.22,10.0.0.240
+++ local server_list=
+++ cut -d ' ' -f 1
+++ IFS=,
+++ read -ra server_list
++++ get_local_ips
++++ uniq
++++ awk '/32 host/ { print f } {f=$2}'
++++ tr '\n' ,
++++ sort
++++ grep -vi host
++++ cat /proc/net/fib_trie
+++ local local_ips=,10.0.0.240,10.20.0.129,127.0.0.1,172.17.0.1,,
+++ local ord=1
+++ for server in "${server_list[@]}"
+++ local ret=0
++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.23'\''))'
+++ local server_ip=10.0.0.23
+++ [[ 0 == 0 ]]
+++ [[ -n 10.0.0.23 ]]
+++ [[ ,10.0.0.240,10.20.0.129,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.23, ]]
+++ (( ord+=1 ))
+++ for server in "${server_list[@]}"
+++ local ret=0
++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.22'\''))'
+++ local server_ip=10.0.0.22
+++ [[ 0 == 0 ]]
+++ [[ -n 10.0.0.22 ]]
+++ [[ ,10.0.0.240,10.20.0.129,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.22, ]]
+++ (( ord+=1 ))
+++ for server in "${server_list[@]}"
+++ local ret=0
++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.240'\''))'
+++ local server_ip=10.0.0.240
+++ [[ 0 == 0 ]]
+++ [[ -n 10.0.0.240 ]]
+++ [[ ,10.0.0.240,10.20.0.129,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.240, ]]
+++ echo 10.0.0.240 3
+++ return
++ local ip=10.0.0.240
++ [[ -z 10.0.0.240 ]]
++ echo 10.0.0.240
+ host_ip=10.0.0.240
+ [[ cql == \c\q\l ]]
++ echo 10.0.0.23:9041 10.0.0.22:9041 10.0.0.240:9041
++ sed 's/,/ /g'
+ cassandra_server_list='10.0.0.23:9041 10.0.0.22:9041 10.0.0.240:9041'
+ config_api_certs_config=
+ uwsgi_socket='protocol = http\nsocket = 10.0.0.240:8082'
+ is_enabled false
+ local val=false
+ [[ false == \t\r\u\e ]]
+ [[ false == \y\e\s ]]
+ [[ false == \e\n\a\b\l\e\d ]]
+ is_enabled False
+ local val=false
+ [[ false == \t\r\u\e ]]
+ [[ false == \y\e\s ]]
+ [[ false == \e\n\a\b\l\e\d ]]
+ neutron_section=
+ mkdir -p /etc/contrail
+ introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}")
+ admin_port_list=("${CONFIG_API_ADMIN_PORT}")
+ (( index=0 ))
+ (( index < CONFIG_API_WORKER_COUNT-1 ))
+ (( index=0 ))
+ (( index < CONFIG_API_WORKER_COUNT ))
+ cat
++ get_introspect_listen_ip_for_node CONFIG
++ local ip=0.0.0.0
++ is_enabled True
++ local val=true
++ [[ true == \t\r\u\e ]]
++ echo 0.0.0.0
+ add_ini_params_from_env API /etc/contrail/contrail-api-0.conf
+ local service_name=API
+ local cfg_path=/etc/contrail/contrail-api-0.conf
+ local delim=__
++ set -o posix
++ set
++ sed 's/^API__//g'
++ cut -d = -f 1
++ sort
++ 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/18/2026 02:06:20.598 7f01f7595700 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True
05/18/2026 02:06:20.741 7f01f7595700 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084
05/18/2026 02:06:20.753 7f01f7595700 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG]
05/18/2026 02:06:20.753 7f01f7595700 [contrail-api] [INFO]: SANDESH: Logging: FILE: [None] -> [/var/log/contrail/config-api/contrail-api-0.log]
Traceback (most recent call last):
File "/usr/local/bin/contrail-api", line 8, in <module>
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 2214, in __init__
self._db_connect(self._args.reset_config)
File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py", line 3538, in _db_connect
self._db_conn = VncDbClient(
File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_db.py", line 1263, in __init__
self._msgbus = VncServerKombuClient(self, rabbit_servers,
File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_db.py", line 287, in __init__
super(VncServerKombuClient, self).__init__(
File "/usr/local/lib/python3.9/site-packages/cfgm_common/vnc_kombu.py", line 368, in __init__
self._start(q_name)
File "/usr/local/lib/python3.9/site-packages/cfgm_common/vnc_kombu.py", line 223, in _start
self._reconnect_drain(delete_old_q=True)
File "/usr/local/lib/python3.9/site-packages/cfgm_common/vnc_kombu.py", line 101, in _reconnect_drain
self._consumer = kombu.Consumer(self._channel_drain,
File "/usr/local/lib/python3.9/site-packages/kombu/messaging.py", line 414, in __init__
self.revive(self.channel)
File "/usr/local/lib/python3.9/site-packages/kombu/messaging.py", line 436, in revive
self.declare()
File "/usr/local/lib/python3.9/site-packages/kombu/messaging.py", line 450, in declare
queue.declare()
File "/usr/local/lib/python3.9/site-packages/kombu/entity.py", line 617, in declare
self._create_queue(nowait=nowait, channel=channel)
File "/usr/local/lib/python3.9/site-packages/kombu/entity.py", line 626, in _create_queue
self.queue_declare(nowait=nowait, passive=False, channel=channel)
File "/usr/local/lib/python3.9/site-packages/kombu/entity.py", line 655, in queue_declare
ret = channel.queue_declare(
File "/usr/local/lib/python3.9/site-packages/amqp/channel.py", line 1162, in queue_declare
return queue_declare_ok_t(*self.wait(
File "/usr/local/lib/python3.9/site-packages/amqp/abstract_channel.py", line 99, in wait
self.connection.drain_events(timeout=timeout)
File "/usr/local/lib/python3.9/site-packages/amqp/connection.py", line 526, in drain_events
while not self.blocking_read(timeout):
File "/usr/local/lib/python3.9/site-packages/amqp/connection.py", line 531, in blocking_read
frame = self.transport.read_frame()
File "/usr/local/lib/python3.9/site-packages/amqp/transport.py", line 297, in read_frame
frame_header = read(7, True)
File "/usr/local/lib/python3.9/site-packages/amqp/transport.py", line 640, in _read
raise OSError('Server unexpectedly closed connection')
OSError: Server unexpectedly closed connection
++ LOG_DIR=/var/log/contrail
++ export CONTAINER_LOG_DIR=/var/log/contrail/config-api
++ CONTAINER_LOG_DIR=/var/log/contrail/config-api
++ mkdir -p /var/log/contrail/config-api
++ log_file=/var/log/contrail/config-api/console.log
++ touch /var/log/contrail/config-api/console.log
++ chmod 600 /var/log/contrail/config-api/console.log
++ exec
+++ tee -a /var/log/contrail/config-api/console.log
+++ date
++ echo 'INFO: =================== Mon May 18 02:09:33 AM UTC 2026 ==================='
INFO: =================== Mon May 18 02:09:33 AM UTC 2026 ===================
++ LOG_LOCAL=1
++ source /functions.sh
++ source /contrail-functions.sh
+++ get_default_ip
++++ get_default_nic
++++ get_gateway_nic_for_ip 1
++++ command -v ip
++++ local ip=1
+++++ ip route get 1
+++++ awk '{print $2}'
+++++ grep -o 'dev.*'
++++ local iface=ens3
++++ [[ ens3 == \l\o ]]
++++ echo ens3
+++ local nic=ens3
+++ get_ip_for_nic ens3
+++ local nic=ens3
+++ get_cidr_for_nic ens3
+++ command -v ip
+++ local nic=ens3
+++ cut -d / -f 1
+++ ip addr show dev ens3
+++ awk '{print $2}'
+++ head -n 1
+++ grep 'inet '
++ DEFAULT_LOCAL_IP=10.0.0.240
++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN
++ VXLAN_VN_ID_MODE=automatic
++ DPDK_UIO_DRIVER=uio_pci_generic
++ CPU_CORE_MASK=0x01
++ SERVICE_CORE_MASK=
++ DPDK_CTRL_THREAD_MASK=
++ HUGE_PAGES=
++ HUGE_PAGES_DIR=/dev/hugepages
++ HUGE_PAGES_1GB=0
++ HUGE_PAGES_2MB=256
++ HUGE_PAGES_1GB_DIR=
++ HUGE_PAGES_2MB_DIR=
++ [[ 0 != 0 ]]
++ [[ 0 != 256 ]]
++ [[ -z '' ]]
+++ mount -t hugetlbfs
+++ tail -n 1
+++ awk '/pagesize=2M/{print($3)}'
++ HUGE_PAGES_2MB_DIR=
++ DPDK_MEM_PER_SOCKET=1024
++ DPDK_COMMAND_ADDITIONAL_ARGS=
++ NIC_OFFLOAD_ENABLE=False
++ DPDK_ENABLE_VLAN_FWRD=False
++ DIST_SNAT_PROTO_PORT_LIST=
++ CLOUD_ORCHESTRATOR=openstack
++ CLOUD_ADMIN_ROLE=admin
++ AAA_MODE=rbac
++ AUTH_MODE=keystone
++ AUTH_PARAMS=
++ SSL_ENABLE=false
++ SSL_INSECURE=True
++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem
++ SELFSIGNED_CERTS_WITH_IPS=True
++ CONTROLLER_NODES=10.0.0.23,10.0.0.22,10.0.0.240
++ ANALYTICS_ALARM_ENABLE=True
++ ANALYTICS_SNMP_ENABLE=True
++ ANALYTICSDB_ENABLE=True
++ ANALYTICS_NODES=10.0.0.23,10.0.0.22,10.0.0.240
++ ANALYTICSDB_NODES=10.0.0.23,10.0.0.22,10.0.0.240
++ ANALYTICS_SNMP_NODES=10.0.0.23,10.0.0.22,10.0.0.240
++ ANALYTICS_API_PORT=8081
++ ANALYTICS_API_INTROSPECT_PORT=8090
++ ANALYTICSDB_PORT=9160
++ ANALYTICSDB_CQL_PORT=9042
++ TOPOLOGY_INTROSPECT_PORT=5921
++ QUERYENGINE_INTROSPECT_PORT=8091
+++ get_server_list ANALYTICS ':8081 '
+++ local server_typ=ANALYTICS_NODES
+++ local 'port_with_delim=:8081 '
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.23
+++ local server_address=10.0.0.23
+++ extended_server_list+='10.0.0.23:8081 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.22
+++ local server_address=10.0.0.22
+++ extended_server_list+='10.0.0.22:8081 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.240
+++ local server_address=10.0.0.240
+++ extended_server_list+='10.0.0.240:8081 '
+++ '[' -n '10.0.0.23:8081 10.0.0.22:8081 10.0.0.240:8081 ' ']'
+++ echo '10.0.0.23:8081 10.0.0.22:8081 10.0.0.240:8081'
++ ANALYTICS_SERVERS='10.0.0.23:8081 10.0.0.22:8081 10.0.0.240:8081'
+++ get_server_list ANALYTICSDB ':9042 '
+++ local server_typ=ANALYTICSDB_NODES
+++ local 'port_with_delim=:9042 '
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.23
+++ local server_address=10.0.0.23
+++ extended_server_list+='10.0.0.23:9042 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.22
+++ local server_address=10.0.0.22
+++ extended_server_list+='10.0.0.22:9042 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.240
+++ local server_address=10.0.0.240
+++ extended_server_list+='10.0.0.240:9042 '
+++ '[' -n '10.0.0.23:9042 10.0.0.22:9042 10.0.0.240:9042 ' ']'
+++ echo '10.0.0.23:9042 10.0.0.22:9042 10.0.0.240:9042'
++ ANALYTICSDB_CQL_SERVERS='10.0.0.23:9042 10.0.0.22:9042 10.0.0.240:9042'
++ ANALYTICS_API_VIP=
++ ANALYTICS_ALARM_NODES=10.0.0.23,10.0.0.22,10.0.0.240
++ ALARMGEN_INTROSPECT_PORT=5995
++ BGP_PORT=179
++ BGP_AUTO_MESH=true
++ BGP_ASN=64512
++ ENABLE_4BYTE_AS=false
++ APPLY_DEFAULTS=true
++ COLLECTOR_PORT=8086
++ COLLECTOR_INTROSPECT_PORT=8089
++ COLLECTOR_SYSLOG_PORT=514
++ COLLECTOR_SFLOW_PORT=6343
++ COLLECTOR_IPFIX_PORT=4739
++ COLLECTOR_PROTOBUF_PORT=3333
++ COLLECTOR_STRUCTURED_SYSLOG_PORT=3514
++ SNMPCOLLECTOR_INTROSPECT_PORT=5920
+++ get_server_list ANALYTICS ':8086 '
+++ local server_typ=ANALYTICS_NODES
+++ local 'port_with_delim=:8086 '
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.23
+++ local server_address=10.0.0.23
+++ extended_server_list+='10.0.0.23:8086 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.22
+++ local server_address=10.0.0.22
+++ extended_server_list+='10.0.0.22:8086 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.240
+++ local server_address=10.0.0.240
+++ extended_server_list+='10.0.0.240:8086 '
+++ '[' -n '10.0.0.23:8086 10.0.0.22:8086 10.0.0.240:8086 ' ']'
+++ echo '10.0.0.23:8086 10.0.0.22:8086 10.0.0.240:8086'
++ COLLECTOR_SERVERS='10.0.0.23:8086 10.0.0.22:8086 10.0.0.240:8086'
++ CASSANDRA_PORT=9160
++ CASSANDRA_CQL_PORT=9042
++ CASSANDRA_SSL_STORAGE_PORT=7011
++ CASSANDRA_STORAGE_PORT=7010
++ CASSANDRA_JMX_LOCAL_PORT=7200
++ CONFIGDB_CASSANDRA_DRIVER=cql
++ CONFIG_NODES=10.0.0.23,10.0.0.22,10.0.0.240
++ CONFIGDB_NODES=10.0.0.23,10.0.0.22,10.0.0.240
++ CONFIG_API_PORT=8082
++ CONFIG_API_INTROSPECT_PORT=8084
++ CONFIG_API_ADMIN_PORT=8095
++ CONFIGDB_PORT=9161
++ CONFIGDB_CQL_PORT=9041
+++ get_server_list CONFIG ':8082 '
+++ local server_typ=CONFIG_NODES
+++ local 'port_with_delim=:8082 '
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.23
+++ local server_address=10.0.0.23
+++ extended_server_list+='10.0.0.23:8082 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.22
+++ local server_address=10.0.0.22
+++ extended_server_list+='10.0.0.22:8082 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.240
+++ local server_address=10.0.0.240
+++ extended_server_list+='10.0.0.240:8082 '
+++ '[' -n '10.0.0.23:8082 10.0.0.22:8082 10.0.0.240:8082 ' ']'
+++ echo '10.0.0.23:8082 10.0.0.22:8082 10.0.0.240:8082'
++ CONFIG_SERVERS='10.0.0.23:8082 10.0.0.22:8082 10.0.0.240:8082'
+++ get_server_list CONFIGDB ':9161 '
+++ local server_typ=CONFIGDB_NODES
+++ local 'port_with_delim=:9161 '
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.23
+++ local server_address=10.0.0.23
+++ extended_server_list+='10.0.0.23:9161 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.22
+++ local server_address=10.0.0.22
+++ extended_server_list+='10.0.0.22:9161 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.240
+++ local server_address=10.0.0.240
+++ extended_server_list+='10.0.0.240:9161 '
+++ '[' -n '10.0.0.23:9161 10.0.0.22:9161 10.0.0.240:9161 ' ']'
+++ echo '10.0.0.23:9161 10.0.0.22:9161 10.0.0.240:9161'
++ CONFIGDB_SERVERS='10.0.0.23:9161 10.0.0.22:9161 10.0.0.240:9161'
+++ get_server_list CONFIGDB ':9041 '
+++ local server_typ=CONFIGDB_NODES
+++ local 'port_with_delim=:9041 '
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.23
+++ local server_address=10.0.0.23
+++ extended_server_list+='10.0.0.23:9041 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.22
+++ local server_address=10.0.0.22
+++ extended_server_list+='10.0.0.22:9041 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.240
+++ local server_address=10.0.0.240
+++ extended_server_list+='10.0.0.240:9041 '
+++ '[' -n '10.0.0.23:9041 10.0.0.22:9041 10.0.0.240:9041 ' ']'
+++ echo '10.0.0.23:9041 10.0.0.22:9041 10.0.0.240:9041'
++ CONFIGDB_CQL_SERVERS='10.0.0.23:9041 10.0.0.22:9041 10.0.0.240:9041'
++ CONFIG_API_VIP=
++ CONFIG_API_SSL_ENABLE=false
++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ CONFIG_API_WORKER_COUNT=1
++ CONFIG_API_MAX_REQUESTS=1024
++ ANALYTICS_API_SSL_ENABLE=false
++ ANALYTICS_API_SSL_INSECURE=True
++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ CASSANDRA_SSL_ENABLE=false
++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum
++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum
++ CASSANDRA_SSL_PROTOCOL=TLS
++ CASSANDRA_SSL_ALGORITHM=SunX509
++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]'
++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4
++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4
++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256
++ CASSANDRA_CONFIG_CONCURRECT_READS=64
++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64
++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects
++ CASSANDRA_REAPER_ENABLED=false
++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey
++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser
++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass
++ CASSANDRA_REAPER_APP_PORT=8071
++ CASSANDRA_REAPER_ADM_PORT=8072
++ CONTROL_NODES=10.20.0.25,10.20.0.193,10.20.0.129
++ CONTROL_INTROSPECT_PORT=8083
++ DNS_NODES=10.20.0.25,10.20.0.193,10.20.0.129
++ DNS_SERVER_PORT=53
++ DNS_INTROSPECT_PORT=8092
++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg==
++ USE_EXTERNAL_TFTP=False
++ ZOOKEEPER_NODES=10.0.0.23,10.0.0.22,10.0.0.240
++ ZOOKEEPER_PORT=2181
++ ZOOKEEPER_PORTS=2888:3888
+++ get_server_list ZOOKEEPER :2181,
+++ local server_typ=ZOOKEEPER_NODES
+++ local port_with_delim=:2181,
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.23
+++ local server_address=10.0.0.23
+++ extended_server_list+=10.0.0.23:2181,
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.22
+++ local server_address=10.0.0.22
+++ extended_server_list+=10.0.0.22:2181,
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.240
+++ local server_address=10.0.0.240
+++ extended_server_list+=10.0.0.240:2181,
+++ '[' -n 10.0.0.23:2181,10.0.0.22:2181,10.0.0.240:2181, ']'
+++ echo 10.0.0.23:2181,10.0.0.22:2181,10.0.0.240:2181
++ ZOOKEEPER_SERVERS=10.0.0.23:2181,10.0.0.22:2181,10.0.0.240:2181
+++ get_server_list ZOOKEEPER ':2181 '
+++ local server_typ=ZOOKEEPER_NODES
+++ local 'port_with_delim=:2181 '
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.23
+++ local server_address=10.0.0.23
+++ extended_server_list+='10.0.0.23:2181 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.22
+++ local server_address=10.0.0.22
+++ extended_server_list+='10.0.0.22:2181 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.240
+++ local server_address=10.0.0.240
+++ extended_server_list+='10.0.0.240:2181 '
+++ '[' -n '10.0.0.23:2181 10.0.0.22:2181 10.0.0.240:2181 ' ']'
+++ echo '10.0.0.23:2181 10.0.0.22:2181 10.0.0.240:2181'
++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.23:2181 10.0.0.22:2181 10.0.0.240:2181'
++ RABBITMQ_NODES=10.0.0.23,10.0.0.22,10.0.0.240
++ RABBITMQ_NODE_PORT=5673
+++ get_server_list RABBITMQ :5673,
+++ local server_typ=RABBITMQ_NODES
+++ local port_with_delim=:5673,
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.23
+++ local server_address=10.0.0.23
+++ extended_server_list+=10.0.0.23:5673,
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.22
+++ local server_address=10.0.0.22
+++ extended_server_list+=10.0.0.22:5673,
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.240
+++ local server_address=10.0.0.240
+++ extended_server_list+=10.0.0.240:5673,
+++ '[' -n 10.0.0.23:5673,10.0.0.22:5673,10.0.0.240:5673, ']'
+++ echo 10.0.0.23:5673,10.0.0.22:5673,10.0.0.240:5673
++ RABBITMQ_SERVERS=10.0.0.23:5673,10.0.0.22:5673,10.0.0.240:5673
++ RABBITMQ_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ RABBITMQ_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ RABBITMQ_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=true
++ RABBITMQ_VHOST=/
++ RABBITMQ_USER=guest
++ RABBITMQ_PASSWORD=guest
++ RABBITMQ_USE_SSL=false
++ RABBITMQ_SSL_VER=tlsv1.2
++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ RABBITMQ_HEARTBEAT_INTERVAL=60
++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal
++ RABBITMQ_MIRRORED_QUEUE_MODE=all
++ REDIS_SERVER_PORT=6379
++ REDIS_SERVER_PASSWORD=
+++ get_server_list ANALYTICS ':6379 '
+++ local server_typ=ANALYTICS_NODES
+++ local 'port_with_delim=:6379 '
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.23
+++ local server_address=10.0.0.23
+++ extended_server_list+='10.0.0.23:6379 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.22
+++ local server_address=10.0.0.22
+++ extended_server_list+='10.0.0.22:6379 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.240
+++ local server_address=10.0.0.240
+++ extended_server_list+='10.0.0.240:6379 '
+++ '[' -n '10.0.0.23:6379 10.0.0.22:6379 10.0.0.240:6379 ' ']'
+++ echo '10.0.0.23:6379 10.0.0.22:6379 10.0.0.240:6379'
++ REDIS_SERVERS='10.0.0.23:6379 10.0.0.22:6379 10.0.0.240:6379'
++ REDIS_LISTEN_ADDRESS=
++ REDIS_PROTECTED_MODE=
++ REDIS_SSL_ENABLE=false
++ REDIS_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ REDIS_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ REDIS_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ is_enabled false
++ local val=false
++ [[ false == \t\r\u\e ]]
++ [[ false == \y\e\s ]]
++ [[ false == \e\n\a\b\l\e\d ]]
++ redis_ssl_config=
++ KAFKA_NODES=10.0.0.23,10.0.0.22,10.0.0.240
++ KAFKA_PORT=9092
+++ get_server_list KAFKA ':9092 '
+++ local server_typ=KAFKA_NODES
+++ local 'port_with_delim=:9092 '
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.23
+++ local server_address=10.0.0.23
+++ extended_server_list+='10.0.0.23:9092 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.22
+++ local server_address=10.0.0.22
+++ extended_server_list+='10.0.0.22:9092 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.240
+++ local server_address=10.0.0.240
+++ extended_server_list+='10.0.0.240:9092 '
+++ '[' -n '10.0.0.23:9092 10.0.0.22:9092 10.0.0.240:9092 ' ']'
+++ echo '10.0.0.23:9092 10.0.0.22:9092 10.0.0.240:9092'
++ KAFKA_SERVERS='10.0.0.23:9092 10.0.0.22:9092 10.0.0.240:9092'
++ KAFKA_SSL_ENABLE=false
++ KAFKA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ KAFKA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ KAFKA_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ KEYSTONE_AUTH_ADMIN_TENANT=admin
++ KEYSTONE_AUTH_ADMIN_USER=admin
++ KEYSTONE_AUTH_ADMIN_PASSWORD=contrail123
++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=Default
++ KEYSTONE_AUTH_USER_DOMAIN_NAME=Default
++ KEYSTONE_AUTH_REGION_NAME=RegionOne
++ KEYSTONE_AUTH_URL_VERSION=/v3
++ KEYSTONE_AUTH_HOST=10.0.0.23
++ KEYSTONE_AUTH_PROTO=http
++ KEYSTONE_AUTH_ADMIN_PORT=5000
++ KEYSTONE_AUTH_PUBLIC_PORT=5000
++ KEYSTONE_AUTH_URL_TOKENS=/v3/auth/tokens
++ KEYSTONE_AUTH_INSECURE=True
++ KEYSTONE_AUTH_CERTFILE=
++ KEYSTONE_AUTH_KEYFILE=
++ KEYSTONE_AUTH_CA_CERTFILE=
++ KEYSTONE_AUTH_ENDPOINT_TYPE=
++ KEYSTONE_AUTH_SYNC_ON_DEMAND=
++ KEYSTONE_AUTH_INTERFACE=public
++ KUBEMANAGER_NODES=10.0.0.23,10.0.0.22,10.0.0.240
++ KUBERNETES_CLUSTER_NAME=k8s
++ KUBERNETES_CNI_META_PLUGIN=multus
++ METADATA_PROXY_SECRET=contrail
++ BARBICAN_TENANT_NAME=service
++ BARBICAN_USER=barbican
++ BARBICAN_PASSWORD=contrail123
++ AGENT_MODE=kernel
++ EXTERNAL_ROUTERS=
++ SUBCLUSTER=
++ VROUTER_COMPUTE_NODE_ADDRESS=
++ VROUTER_MODULE_OPTIONS=
++ FABRIC_SNAT_HASH_TABLE_SIZE=4096
++ TSN_EVPN_MODE=False
++ TSN_NODES='[]'
++ PRIORITY_ID=
++ PRIORITY_BANDWIDTH=
++ PRIORITY_SCHEDULING=
++ QOS_QUEUE_ID=
++ QOS_LOGICAL_QUEUES=
++ QOS_DEF_HW_QUEUE=False
++ PRIORITY_TAGGING=True
++ SLO_DESTINATION=collector
++ '[' -n '' ']'
++ SAMPLE_DESTINATION=collector
++ FLOW_EXPORT_RATE=0
++ WEBUI_NODES=10.0.0.23,10.0.0.22,10.0.0.240
++ WEBUI_JOB_SERVER_PORT=3000
++ KUE_UI_PORT=3002
++ WEBUI_HTTP_LISTEN_PORT=8180
++ WEBUI_HTTPS_LISTEN_PORT=8143
++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem
++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem
++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA
++ WEBUI_STATIC_AUTH_USER=admin
++ WEBUI_STATIC_AUTH_PASSWORD=contrail123
++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin
++ XMPP_SERVER_PORT=5269
++ XMPP_SSL_ENABLE=false
++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ LINKLOCAL_SERVICE_PORT=80
++ LINKLOCAL_SERVICE_NAME=metadata
++ LINKLOCAL_SERVICE_IP=169.254.169.254
++ IPFABRIC_SERVICE_PORT=8775
++ INTROSPECT_SSL_ENABLE=false
++ INTROSPECT_SSL_INSECURE=True
++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ INTROSPECT_LISTEN_ALL=True
++ SANDESH_SSL_ENABLE=false
++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ METADATA_SSL_ENABLE=false
++ METADATA_SSL_CERTFILE=
++ METADATA_SSL_KEYFILE=
++ METADATA_SSL_CA_CERTFILE=
++ METADATA_SSL_CERT_TYPE=
++ CONFIGURE_IPTABLES=false
++ FWAAS_ENABLE=False
++ CONTAINERD_NAMESPACE=k8s.io
++ TOR_AGENT_OVS_KA=10000
++ TOR_TYPE=ovs
++ TOR_OVS_PROTOCOL=tcp
++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ [[ /v3 == \/\v\2\.\0 ]]
++ [[ openstack == \o\p\e\n\s\t\a\c\k ]]
++ AUTH_MODE=keystone
++ [[ keystone == \k\e\y\s\t\o\n\e ]]
++ AUTH_PARAMS='--admin_password contrail123'
++ AUTH_PARAMS+=' --admin_tenant_name admin'
++ AUTH_PARAMS+=' --admin_user admin'
++ is_enabled false
++ local val=false
++ [[ false == \t\r\u\e ]]
++ [[ false == \y\e\s ]]
++ [[ false == \e\n\a\b\l\e\d ]]
++ read -r -d '' sandesh_client_config
++ true
++ is_enabled false
++ local val=false
++ [[ false == \t\r\u\e ]]
++ [[ false == \y\e\s ]]
++ [[ false == \e\n\a\b\l\e\d ]]
++ xmpp_certs_config=
++ is_enabled false
++ local val=false
++ [[ false == \t\r\u\e ]]
++ [[ false == \y\e\s ]]
++ [[ false == \e\n\a\b\l\e\d ]]
++ analytics_api_ssl_opts=
++ read -r -d '' rabbitmq_config
++ true
++ read -r -d '' rabbit_config
++ true
++ is_enabled false
++ local val=false
++ [[ false == \t\r\u\e ]]
++ [[ false == \y\e\s ]]
++ [[ false == \e\n\a\b\l\e\d ]]
++ is_enabled false
++ local val=false
++ [[ false == \t\r\u\e ]]
++ [[ false == \y\e\s ]]
++ [[ false == \e\n\a\b\l\e\d ]]
++ kafka_ssl_config=
++ [[ -n '' ]]
++ collector_stats_config=
++ [[ -z '' ]]
++ is_enabled False
++ local val=false
++ [[ false == \t\r\u\e ]]
++ [[ false == \y\e\s ]]
++ [[ false == \e\n\a\b\l\e\d ]]
++ export TSN_AGENT_MODE=
++ TSN_AGENT_MODE=
++ [[ -n '' ]]
++ collector_stats_config=
++ [[ -z x ]]
++ RSYSLOGD_XFLOW_LISTEN_PORT=9898
+ pre_start_init
+ wait_certs_if_ssl_enabled
+ is_ssl_enabled
+ is_enabled false
+ local val=false
+ [[ false == \t\r\u\e ]]
+ [[ false == \y\e\s ]]
+ [[ false == \e\n\a\b\l\e\d ]]
+ is_enabled false
+ local val=false
+ [[ false == \t\r\u\e ]]
+ [[ false == \y\e\s ]]
+ [[ false == \e\n\a\b\l\e\d ]]
+ is_enabled false
+ local val=false
+ [[ false == \t\r\u\e ]]
+ [[ false == \y\e\s ]]
+ [[ false == \e\n\a\b\l\e\d ]]
+ is_enabled false
+ local val=false
+ [[ false == \t\r\u\e ]]
+ [[ false == \y\e\s ]]
+ [[ false == \e\n\a\b\l\e\d ]]
+ return
+ wait_config_api_certs_if_ssl_enabled
+ is_enabled false
+ local val=false
+ [[ false == \t\r\u\e ]]
+ [[ false == \y\e\s ]]
+ [[ false == \e\n\a\b\l\e\d ]]
+ return
+ wait_for_cassandra
++ echo 10.0.0.23,10.0.0.22,10.0.0.240
++ cut -d , -f 1
+ local cassandra=10.0.0.23
+ (( i=1 ))
+ (( i<=30 ))
+ echo -e '\035\nquit'
+ nc -z 10.0.0.23 9041
+ echo 'INFO: Cassandra is connected'
INFO: Cassandra is connected
+ sleep 5
+ return 0
+ host_ip=0.0.0.0
+ is_enabled
+ local val=
+ [[ '' == \t\r\u\e ]]
+ [[ '' == \y\e\s ]]
+ [[ '' == \e\n\a\b\l\e\d ]]
++ get_listen_ip_for_node CONFIG
+++ find_my_ip_and_order_for_node CONFIG
+++ cut -d ' ' -f 1
+++ local server_typ=CONFIG_NODES
+++ find_my_ip_and_order_for_node_list 10.0.0.23,10.0.0.22,10.0.0.240
+++ local servers=10.0.0.23,10.0.0.22,10.0.0.240
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
++++ get_local_ips
++++ tr '\n' ,
++++ cat /proc/net/fib_trie
++++ awk '/32 host/ { print f } {f=$2}'
++++ grep -vi host
++++ sort
++++ uniq
+++ local local_ips=,10.0.0.240,10.20.0.129,127.0.0.1,172.17.0.1,,
+++ local ord=1
+++ for server in "${server_list[@]}"
+++ local ret=0
++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.23'\''))'
+++ local server_ip=10.0.0.23
+++ [[ 0 == 0 ]]
+++ [[ -n 10.0.0.23 ]]
+++ [[ ,10.0.0.240,10.20.0.129,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.23, ]]
+++ (( ord+=1 ))
+++ for server in "${server_list[@]}"
+++ local ret=0
++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.22'\''))'
+++ local server_ip=10.0.0.22
+++ [[ 0 == 0 ]]
+++ [[ -n 10.0.0.22 ]]
+++ [[ ,10.0.0.240,10.20.0.129,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.22, ]]
+++ (( ord+=1 ))
+++ for server in "${server_list[@]}"
+++ local ret=0
++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.240'\''))'
+++ local server_ip=10.0.0.240
+++ [[ 0 == 0 ]]
+++ [[ -n 10.0.0.240 ]]
+++ [[ ,10.0.0.240,10.20.0.129,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.240, ]]
+++ echo 10.0.0.240 3
+++ return
++ local ip=10.0.0.240
++ [[ -z 10.0.0.240 ]]
++ echo 10.0.0.240
+ host_ip=10.0.0.240
+ [[ cql == \c\q\l ]]
++ echo 10.0.0.23:9041 10.0.0.22:9041 10.0.0.240:9041
++ sed 's/,/ /g'
+ cassandra_server_list='10.0.0.23:9041 10.0.0.22:9041 10.0.0.240:9041'
+ config_api_certs_config=
+ uwsgi_socket='protocol = http\nsocket = 10.0.0.240:8082'
+ is_enabled false
+ local val=false
+ [[ false == \t\r\u\e ]]
+ [[ false == \y\e\s ]]
+ [[ false == \e\n\a\b\l\e\d ]]
+ is_enabled False
+ local val=false
+ [[ false == \t\r\u\e ]]
+ [[ false == \y\e\s ]]
+ [[ false == \e\n\a\b\l\e\d ]]
+ neutron_section=
+ mkdir -p /etc/contrail
+ introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}")
+ admin_port_list=("${CONFIG_API_ADMIN_PORT}")
+ (( index=0 ))
+ (( index < CONFIG_API_WORKER_COUNT-1 ))
+ (( index=0 ))
+ (( index < CONFIG_API_WORKER_COUNT ))
+ cat
++ get_introspect_listen_ip_for_node CONFIG
++ local ip=0.0.0.0
++ is_enabled True
++ local val=true
++ [[ true == \t\r\u\e ]]
++ echo 0.0.0.0
+ add_ini_params_from_env API /etc/contrail/contrail-api-0.conf
+ local service_name=API
+ local cfg_path=/etc/contrail/contrail-api-0.conf
+ local delim=__
++ set -o posix
++ grep '^API__.*__.*=.*$'
++ set
++ sort
++ sed 's/^API__//g'
++ cut -d = -f 1
+ local vars=
+ local section=
+ (( ++index ))
+ (( index < CONFIG_API_WORKER_COUNT ))
+ (( CONFIG_API_WORKER_COUNT > 1 ))
+ service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0'
+ set_third_party_auth_config
+ [[ keystone != \k\e\y\s\t\o\n\e ]]
+ local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp
+ cat
+ [[ /v3 == \/\v\3 ]]
+ cat
+ [[ http == \h\t\t\p\s ]]
+ [[ -n '' ]]
+ [[ -n '' ]]
+ [[ -n public ]]
+ echo 'interface = public'
+ mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf
+ set_vnc_api_lib_ini
+ local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp
+ cat
+ is_enabled false
+ local val=false
+ [[ false == \t\r\u\e ]]
+ [[ false == \y\e\s ]]
+ [[ false == \e\n\a\b\l\e\d ]]
+ [[ keystone == \k\e\y\s\t\o\n\e ]]
+ cat
+ [[ http == \h\t\t\p\s ]]
+ mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini
+ upgrade_old_logs contrail-api
+ local template=contrail-api
++ dirname /var/log/contrail/config-api
+ local old_dir=/var/log/contrail
+ mkdir -p /var/log/contrail/config-api
+ chmod 755 /var/log/contrail/config-api
+ mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/
+ true
+ [[ -n 1999 ]]
+ [[ -n 1999 ]]
+ local owner_opts=1999:1999
+ chown 1999:1999 /var/log/contrail/config-api
+ find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' +
+ run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0
+ [[ -n 1999 ]]
+ [[ -n 1999 ]]
+ local owner_opts=1999:1999
+ mkdir -p /etc/contrail /var/lib/contrail
+ chown 1999:1999 /etc/contrail /var/lib/contrail
+ find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' +
+ chmod 755 /etc/contrail
+ do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0
+ [[ -n 1999 ]]
+ [[ -n 1999 ]]
+ mkdir -p /var/crashes
+ chmod 777 /var/crashes
++ id -un 1999
+ local user_name=contrail
+ export HOME=/home/contrail
+ HOME=/home/contrail
+ mkdir -p /home/contrail
+ chown -R 1999:1999 /home/contrail
+ exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0
/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:287: SyntaxWarning: "is not" with a literal. Did you mean "!="?
if ip_alloc_unit is not 1:
/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1113: SyntaxWarning: "is" with a literal. Did you mean "=="?
if len(ipam_subnets) is 0:
/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1910: SyntaxWarning: "is" with a literal. Did you mean "=="?
if len(ipam_subnets) is 0:
05/18/2026 02:09:42.235 7f29df4a6580 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True
05/18/2026 02:09:42.369 7f29df4a6580 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084
05/18/2026 02:09:42.380 7f29df4a6580 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG]
05/18/2026 02:09:42.381 7f29df4a6580 [contrail-api] [INFO]: SANDESH: Logging: FILE: [None] -> [/var/log/contrail/config-api/contrail-api-0.log]
Traceback (most recent call last):
File "/usr/local/bin/contrail-api", line 8, in <module>
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 2214, in __init__
self._db_connect(self._args.reset_config)
File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py", line 3538, in _db_connect
self._db_conn = VncDbClient(
File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_db.py", line 1263, in __init__
self._msgbus = VncServerKombuClient(self, rabbit_servers,
File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_db.py", line 287, in __init__
super(VncServerKombuClient, self).__init__(
File "/usr/local/lib/python3.9/site-packages/cfgm_common/vnc_kombu.py", line 368, in __init__
self._start(q_name)
File "/usr/local/lib/python3.9/site-packages/cfgm_common/vnc_kombu.py", line 223, in _start
self._reconnect_drain(delete_old_q=True)
File "/usr/local/lib/python3.9/site-packages/cfgm_common/vnc_kombu.py", line 101, in _reconnect_drain
self._consumer = kombu.Consumer(self._channel_drain,
File "/usr/local/lib/python3.9/site-packages/kombu/messaging.py", line 414, in __init__
self.revive(self.channel)
File "/usr/local/lib/python3.9/site-packages/kombu/messaging.py", line 436, in revive
self.declare()
File "/usr/local/lib/python3.9/site-packages/kombu/messaging.py", line 450, in declare
queue.declare()
File "/usr/local/lib/python3.9/site-packages/kombu/entity.py", line 616, in declare
self._create_exchange(nowait=nowait, channel=channel)
File "/usr/local/lib/python3.9/site-packages/kombu/entity.py", line 623, in _create_exchange
self.exchange.declare(nowait=nowait, channel=channel)
File "/usr/local/lib/python3.9/site-packages/kombu/entity.py", line 184, in declare
return (channel or self.channel).exchange_declare(
File "/usr/local/lib/python3.9/site-packages/amqp/channel.py", line 624, in exchange_declare
self.send_method(
File "/usr/local/lib/python3.9/site-packages/amqp/abstract_channel.py", line 79, in send_method
return self.wait(wait, returns_tuple=returns_tuple)
File "/usr/local/lib/python3.9/site-packages/amqp/abstract_channel.py", line 99, in wait
self.connection.drain_events(timeout=timeout)
File "/usr/local/lib/python3.9/site-packages/amqp/connection.py", line 526, in drain_events
while not self.blocking_read(timeout):
File "/usr/local/lib/python3.9/site-packages/amqp/connection.py", line 531, in blocking_read
frame = self.transport.read_frame()
File "/usr/local/lib/python3.9/site-packages/amqp/transport.py", line 297, in read_frame
frame_header = read(7, True)
File "/usr/local/lib/python3.9/site-packages/amqp/transport.py", line 640, in _read
raise OSError('Server unexpectedly closed connection')
OSError: Server unexpectedly closed connection
++ LOG_DIR=/var/log/contrail
++ export CONTAINER_LOG_DIR=/var/log/contrail/config-api
++ CONTAINER_LOG_DIR=/var/log/contrail/config-api
++ mkdir -p /var/log/contrail/config-api
++ log_file=/var/log/contrail/config-api/console.log
++ touch /var/log/contrail/config-api/console.log
++ chmod 600 /var/log/contrail/config-api/console.log
++ exec
+++ tee -a /var/log/contrail/config-api/console.log
+++ date
++ echo 'INFO: =================== Mon May 18 02:12:43 AM UTC 2026 ==================='
INFO: =================== Mon May 18 02:12:43 AM UTC 2026 ===================
++ LOG_LOCAL=1
++ source /functions.sh
++ source /contrail-functions.sh
+++ get_default_ip
++++ get_default_nic
++++ get_gateway_nic_for_ip 1
++++ command -v ip
++++ local ip=1
+++++ ip route get 1
+++++ grep -o 'dev.*'
+++++ awk '{print $2}'
++++ local iface=ens3
++++ [[ ens3 == \l\o ]]
++++ echo ens3
+++ local nic=ens3
+++ get_ip_for_nic ens3
+++ local nic=ens3
+++ get_cidr_for_nic ens3
+++ cut -d / -f 1
+++ command -v ip
+++ local nic=ens3
+++ awk '{print $2}'
+++ ip addr show dev ens3
+++ grep 'inet '
+++ head -n 1
++ DEFAULT_LOCAL_IP=10.0.0.240
++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN
++ VXLAN_VN_ID_MODE=automatic
++ DPDK_UIO_DRIVER=uio_pci_generic
++ CPU_CORE_MASK=0x01
++ SERVICE_CORE_MASK=
++ DPDK_CTRL_THREAD_MASK=
++ HUGE_PAGES=
++ HUGE_PAGES_DIR=/dev/hugepages
++ HUGE_PAGES_1GB=0
++ HUGE_PAGES_2MB=256
++ HUGE_PAGES_1GB_DIR=
++ HUGE_PAGES_2MB_DIR=
++ [[ 0 != 0 ]]
++ [[ 0 != 256 ]]
++ [[ -z '' ]]
+++ awk '/pagesize=2M/{print($3)}'
+++ mount -t hugetlbfs
+++ tail -n 1
++ HUGE_PAGES_2MB_DIR=
++ DPDK_MEM_PER_SOCKET=1024
++ DPDK_COMMAND_ADDITIONAL_ARGS=
++ NIC_OFFLOAD_ENABLE=False
++ DPDK_ENABLE_VLAN_FWRD=False
++ DIST_SNAT_PROTO_PORT_LIST=
++ CLOUD_ORCHESTRATOR=openstack
++ CLOUD_ADMIN_ROLE=admin
++ AAA_MODE=rbac
++ AUTH_MODE=keystone
++ AUTH_PARAMS=
++ SSL_ENABLE=false
++ SSL_INSECURE=True
++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem
++ SELFSIGNED_CERTS_WITH_IPS=True
++ CONTROLLER_NODES=10.0.0.23,10.0.0.22,10.0.0.240
++ ANALYTICS_ALARM_ENABLE=True
++ ANALYTICS_SNMP_ENABLE=True
++ ANALYTICSDB_ENABLE=True
++ ANALYTICS_NODES=10.0.0.23,10.0.0.22,10.0.0.240
++ ANALYTICSDB_NODES=10.0.0.23,10.0.0.22,10.0.0.240
++ ANALYTICS_SNMP_NODES=10.0.0.23,10.0.0.22,10.0.0.240
++ ANALYTICS_API_PORT=8081
++ ANALYTICS_API_INTROSPECT_PORT=8090
++ ANALYTICSDB_PORT=9160
++ ANALYTICSDB_CQL_PORT=9042
++ TOPOLOGY_INTROSPECT_PORT=5921
++ QUERYENGINE_INTROSPECT_PORT=8091
+++ get_server_list ANALYTICS ':8081 '
+++ local server_typ=ANALYTICS_NODES
+++ local 'port_with_delim=:8081 '
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.23
+++ local server_address=10.0.0.23
+++ extended_server_list+='10.0.0.23:8081 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.22
+++ local server_address=10.0.0.22
+++ extended_server_list+='10.0.0.22:8081 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.240
+++ local server_address=10.0.0.240
+++ extended_server_list+='10.0.0.240:8081 '
+++ '[' -n '10.0.0.23:8081 10.0.0.22:8081 10.0.0.240:8081 ' ']'
+++ echo '10.0.0.23:8081 10.0.0.22:8081 10.0.0.240:8081'
++ ANALYTICS_SERVERS='10.0.0.23:8081 10.0.0.22:8081 10.0.0.240:8081'
+++ get_server_list ANALYTICSDB ':9042 '
+++ local server_typ=ANALYTICSDB_NODES
+++ local 'port_with_delim=:9042 '
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.23
+++ local server_address=10.0.0.23
+++ extended_server_list+='10.0.0.23:9042 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.22
+++ local server_address=10.0.0.22
+++ extended_server_list+='10.0.0.22:9042 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.240
+++ local server_address=10.0.0.240
+++ extended_server_list+='10.0.0.240:9042 '
+++ '[' -n '10.0.0.23:9042 10.0.0.22:9042 10.0.0.240:9042 ' ']'
+++ echo '10.0.0.23:9042 10.0.0.22:9042 10.0.0.240:9042'
++ ANALYTICSDB_CQL_SERVERS='10.0.0.23:9042 10.0.0.22:9042 10.0.0.240:9042'
++ ANALYTICS_API_VIP=
++ ANALYTICS_ALARM_NODES=10.0.0.23,10.0.0.22,10.0.0.240
++ ALARMGEN_INTROSPECT_PORT=5995
++ BGP_PORT=179
++ BGP_AUTO_MESH=true
++ BGP_ASN=64512
++ ENABLE_4BYTE_AS=false
++ APPLY_DEFAULTS=true
++ COLLECTOR_PORT=8086
++ COLLECTOR_INTROSPECT_PORT=8089
++ COLLECTOR_SYSLOG_PORT=514
++ COLLECTOR_SFLOW_PORT=6343
++ COLLECTOR_IPFIX_PORT=4739
++ COLLECTOR_PROTOBUF_PORT=3333
++ COLLECTOR_STRUCTURED_SYSLOG_PORT=3514
++ SNMPCOLLECTOR_INTROSPECT_PORT=5920
+++ get_server_list ANALYTICS ':8086 '
+++ local server_typ=ANALYTICS_NODES
+++ local 'port_with_delim=:8086 '
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.23
+++ local server_address=10.0.0.23
+++ extended_server_list+='10.0.0.23:8086 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.22
+++ local server_address=10.0.0.22
+++ extended_server_list+='10.0.0.22:8086 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.240
+++ local server_address=10.0.0.240
+++ extended_server_list+='10.0.0.240:8086 '
+++ '[' -n '10.0.0.23:8086 10.0.0.22:8086 10.0.0.240:8086 ' ']'
+++ echo '10.0.0.23:8086 10.0.0.22:8086 10.0.0.240:8086'
++ COLLECTOR_SERVERS='10.0.0.23:8086 10.0.0.22:8086 10.0.0.240:8086'
++ CASSANDRA_PORT=9160
++ CASSANDRA_CQL_PORT=9042
++ CASSANDRA_SSL_STORAGE_PORT=7011
++ CASSANDRA_STORAGE_PORT=7010
++ CASSANDRA_JMX_LOCAL_PORT=7200
++ CONFIGDB_CASSANDRA_DRIVER=cql
++ CONFIG_NODES=10.0.0.23,10.0.0.22,10.0.0.240
++ CONFIGDB_NODES=10.0.0.23,10.0.0.22,10.0.0.240
++ CONFIG_API_PORT=8082
++ CONFIG_API_INTROSPECT_PORT=8084
++ CONFIG_API_ADMIN_PORT=8095
++ CONFIGDB_PORT=9161
++ CONFIGDB_CQL_PORT=9041
+++ get_server_list CONFIG ':8082 '
+++ local server_typ=CONFIG_NODES
+++ local 'port_with_delim=:8082 '
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.23
+++ local server_address=10.0.0.23
+++ extended_server_list+='10.0.0.23:8082 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.22
+++ local server_address=10.0.0.22
+++ extended_server_list+='10.0.0.22:8082 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.240
+++ local server_address=10.0.0.240
+++ extended_server_list+='10.0.0.240:8082 '
+++ '[' -n '10.0.0.23:8082 10.0.0.22:8082 10.0.0.240:8082 ' ']'
+++ echo '10.0.0.23:8082 10.0.0.22:8082 10.0.0.240:8082'
++ CONFIG_SERVERS='10.0.0.23:8082 10.0.0.22:8082 10.0.0.240:8082'
+++ get_server_list CONFIGDB ':9161 '
+++ local server_typ=CONFIGDB_NODES
+++ local 'port_with_delim=:9161 '
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.23
+++ local server_address=10.0.0.23
+++ extended_server_list+='10.0.0.23:9161 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.22
+++ local server_address=10.0.0.22
+++ extended_server_list+='10.0.0.22:9161 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.240
+++ local server_address=10.0.0.240
+++ extended_server_list+='10.0.0.240:9161 '
+++ '[' -n '10.0.0.23:9161 10.0.0.22:9161 10.0.0.240:9161 ' ']'
+++ echo '10.0.0.23:9161 10.0.0.22:9161 10.0.0.240:9161'
++ CONFIGDB_SERVERS='10.0.0.23:9161 10.0.0.22:9161 10.0.0.240:9161'
+++ get_server_list CONFIGDB ':9041 '
+++ local server_typ=CONFIGDB_NODES
+++ local 'port_with_delim=:9041 '
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.23
+++ local server_address=10.0.0.23
+++ extended_server_list+='10.0.0.23:9041 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.22
+++ local server_address=10.0.0.22
+++ extended_server_list+='10.0.0.22:9041 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.240
+++ local server_address=10.0.0.240
+++ extended_server_list+='10.0.0.240:9041 '
+++ '[' -n '10.0.0.23:9041 10.0.0.22:9041 10.0.0.240:9041 ' ']'
+++ echo '10.0.0.23:9041 10.0.0.22:9041 10.0.0.240:9041'
++ CONFIGDB_CQL_SERVERS='10.0.0.23:9041 10.0.0.22:9041 10.0.0.240:9041'
++ CONFIG_API_VIP=
++ CONFIG_API_SSL_ENABLE=false
++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ CONFIG_API_WORKER_COUNT=1
++ CONFIG_API_MAX_REQUESTS=1024
++ ANALYTICS_API_SSL_ENABLE=false
++ ANALYTICS_API_SSL_INSECURE=True
++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ CASSANDRA_SSL_ENABLE=false
++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum
++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum
++ CASSANDRA_SSL_PROTOCOL=TLS
++ CASSANDRA_SSL_ALGORITHM=SunX509
++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]'
++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4
++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4
++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256
++ CASSANDRA_CONFIG_CONCURRECT_READS=64
++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64
++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects
++ CASSANDRA_REAPER_ENABLED=false
++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey
++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser
++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass
++ CASSANDRA_REAPER_APP_PORT=8071
++ CASSANDRA_REAPER_ADM_PORT=8072
++ CONTROL_NODES=10.20.0.25,10.20.0.193,10.20.0.129
++ CONTROL_INTROSPECT_PORT=8083
++ DNS_NODES=10.20.0.25,10.20.0.193,10.20.0.129
++ DNS_SERVER_PORT=53
++ DNS_INTROSPECT_PORT=8092
++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg==
++ USE_EXTERNAL_TFTP=False
++ ZOOKEEPER_NODES=10.0.0.23,10.0.0.22,10.0.0.240
++ ZOOKEEPER_PORT=2181
++ ZOOKEEPER_PORTS=2888:3888
+++ get_server_list ZOOKEEPER :2181,
+++ local server_typ=ZOOKEEPER_NODES
+++ local port_with_delim=:2181,
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.23
+++ local server_address=10.0.0.23
+++ extended_server_list+=10.0.0.23:2181,
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.22
+++ local server_address=10.0.0.22
+++ extended_server_list+=10.0.0.22:2181,
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.240
+++ local server_address=10.0.0.240
+++ extended_server_list+=10.0.0.240:2181,
+++ '[' -n 10.0.0.23:2181,10.0.0.22:2181,10.0.0.240:2181, ']'
+++ echo 10.0.0.23:2181,10.0.0.22:2181,10.0.0.240:2181
++ ZOOKEEPER_SERVERS=10.0.0.23:2181,10.0.0.22:2181,10.0.0.240:2181
+++ get_server_list ZOOKEEPER ':2181 '
+++ local server_typ=ZOOKEEPER_NODES
+++ local 'port_with_delim=:2181 '
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.23
+++ local server_address=10.0.0.23
+++ extended_server_list+='10.0.0.23:2181 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.22
+++ local server_address=10.0.0.22
+++ extended_server_list+='10.0.0.22:2181 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.240
+++ local server_address=10.0.0.240
+++ extended_server_list+='10.0.0.240:2181 '
+++ '[' -n '10.0.0.23:2181 10.0.0.22:2181 10.0.0.240:2181 ' ']'
+++ echo '10.0.0.23:2181 10.0.0.22:2181 10.0.0.240:2181'
++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.23:2181 10.0.0.22:2181 10.0.0.240:2181'
++ RABBITMQ_NODES=10.0.0.23,10.0.0.22,10.0.0.240
++ RABBITMQ_NODE_PORT=5673
+++ get_server_list RABBITMQ :5673,
+++ local server_typ=RABBITMQ_NODES
+++ local port_with_delim=:5673,
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.23
+++ local server_address=10.0.0.23
+++ extended_server_list+=10.0.0.23:5673,
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.22
+++ local server_address=10.0.0.22
+++ extended_server_list+=10.0.0.22:5673,
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.240
+++ local server_address=10.0.0.240
+++ extended_server_list+=10.0.0.240:5673,
+++ '[' -n 10.0.0.23:5673,10.0.0.22:5673,10.0.0.240:5673, ']'
+++ echo 10.0.0.23:5673,10.0.0.22:5673,10.0.0.240:5673
++ RABBITMQ_SERVERS=10.0.0.23:5673,10.0.0.22:5673,10.0.0.240:5673
++ RABBITMQ_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ RABBITMQ_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ RABBITMQ_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=true
++ RABBITMQ_VHOST=/
++ RABBITMQ_USER=guest
++ RABBITMQ_PASSWORD=guest
++ RABBITMQ_USE_SSL=false
++ RABBITMQ_SSL_VER=tlsv1.2
++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ RABBITMQ_HEARTBEAT_INTERVAL=60
++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal
++ RABBITMQ_MIRRORED_QUEUE_MODE=all
++ REDIS_SERVER_PORT=6379
++ REDIS_SERVER_PASSWORD=
+++ get_server_list ANALYTICS ':6379 '
+++ local server_typ=ANALYTICS_NODES
+++ local 'port_with_delim=:6379 '
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.23
+++ local server_address=10.0.0.23
+++ extended_server_list+='10.0.0.23:6379 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.22
+++ local server_address=10.0.0.22
+++ extended_server_list+='10.0.0.22:6379 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.240
+++ local server_address=10.0.0.240
+++ extended_server_list+='10.0.0.240:6379 '
+++ '[' -n '10.0.0.23:6379 10.0.0.22:6379 10.0.0.240:6379 ' ']'
+++ echo '10.0.0.23:6379 10.0.0.22:6379 10.0.0.240:6379'
++ REDIS_SERVERS='10.0.0.23:6379 10.0.0.22:6379 10.0.0.240:6379'
++ REDIS_LISTEN_ADDRESS=
++ REDIS_PROTECTED_MODE=
++ REDIS_SSL_ENABLE=false
++ REDIS_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ REDIS_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ REDIS_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ is_enabled false
++ local val=false
++ [[ false == \t\r\u\e ]]
++ [[ false == \y\e\s ]]
++ [[ false == \e\n\a\b\l\e\d ]]
++ redis_ssl_config=
++ KAFKA_NODES=10.0.0.23,10.0.0.22,10.0.0.240
++ KAFKA_PORT=9092
+++ get_server_list KAFKA ':9092 '
+++ local server_typ=KAFKA_NODES
+++ local 'port_with_delim=:9092 '
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.23
+++ local server_address=10.0.0.23
+++ extended_server_list+='10.0.0.23:9092 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.22
+++ local server_address=10.0.0.22
+++ extended_server_list+='10.0.0.22:9092 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.240
+++ local server_address=10.0.0.240
+++ extended_server_list+='10.0.0.240:9092 '
+++ '[' -n '10.0.0.23:9092 10.0.0.22:9092 10.0.0.240:9092 ' ']'
+++ echo '10.0.0.23:9092 10.0.0.22:9092 10.0.0.240:9092'
++ KAFKA_SERVERS='10.0.0.23:9092 10.0.0.22:9092 10.0.0.240:9092'
++ KAFKA_SSL_ENABLE=false
++ KAFKA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ KAFKA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ KAFKA_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ KEYSTONE_AUTH_ADMIN_TENANT=admin
++ KEYSTONE_AUTH_ADMIN_USER=admin
++ KEYSTONE_AUTH_ADMIN_PASSWORD=contrail123
++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=Default
++ KEYSTONE_AUTH_USER_DOMAIN_NAME=Default
++ KEYSTONE_AUTH_REGION_NAME=RegionOne
++ KEYSTONE_AUTH_URL_VERSION=/v3
++ KEYSTONE_AUTH_HOST=10.0.0.23
++ KEYSTONE_AUTH_PROTO=http
++ KEYSTONE_AUTH_ADMIN_PORT=5000
++ KEYSTONE_AUTH_PUBLIC_PORT=5000
++ KEYSTONE_AUTH_URL_TOKENS=/v3/auth/tokens
++ KEYSTONE_AUTH_INSECURE=True
++ KEYSTONE_AUTH_CERTFILE=
++ KEYSTONE_AUTH_KEYFILE=
++ KEYSTONE_AUTH_CA_CERTFILE=
++ KEYSTONE_AUTH_ENDPOINT_TYPE=
++ KEYSTONE_AUTH_SYNC_ON_DEMAND=
++ KEYSTONE_AUTH_INTERFACE=public
++ KUBEMANAGER_NODES=10.0.0.23,10.0.0.22,10.0.0.240
++ KUBERNETES_CLUSTER_NAME=k8s
++ KUBERNETES_CNI_META_PLUGIN=multus
++ METADATA_PROXY_SECRET=contrail
++ BARBICAN_TENANT_NAME=service
++ BARBICAN_USER=barbican
++ BARBICAN_PASSWORD=contrail123
++ AGENT_MODE=kernel
++ EXTERNAL_ROUTERS=
++ SUBCLUSTER=
++ VROUTER_COMPUTE_NODE_ADDRESS=
++ VROUTER_MODULE_OPTIONS=
++ FABRIC_SNAT_HASH_TABLE_SIZE=4096
++ TSN_EVPN_MODE=False
++ TSN_NODES='[]'
++ PRIORITY_ID=
++ PRIORITY_BANDWIDTH=
++ PRIORITY_SCHEDULING=
++ QOS_QUEUE_ID=
++ QOS_LOGICAL_QUEUES=
++ QOS_DEF_HW_QUEUE=False
++ PRIORITY_TAGGING=True
++ SLO_DESTINATION=collector
++ '[' -n '' ']'
++ SAMPLE_DESTINATION=collector
++ FLOW_EXPORT_RATE=0
++ WEBUI_NODES=10.0.0.23,10.0.0.22,10.0.0.240
++ WEBUI_JOB_SERVER_PORT=3000
++ KUE_UI_PORT=3002
++ WEBUI_HTTP_LISTEN_PORT=8180
++ WEBUI_HTTPS_LISTEN_PORT=8143
++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem
++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem
++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA
++ WEBUI_STATIC_AUTH_USER=admin
++ WEBUI_STATIC_AUTH_PASSWORD=contrail123
++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin
++ XMPP_SERVER_PORT=5269
++ XMPP_SSL_ENABLE=false
++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ LINKLOCAL_SERVICE_PORT=80
++ LINKLOCAL_SERVICE_NAME=metadata
++ LINKLOCAL_SERVICE_IP=169.254.169.254
++ IPFABRIC_SERVICE_PORT=8775
++ INTROSPECT_SSL_ENABLE=false
++ INTROSPECT_SSL_INSECURE=True
++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ INTROSPECT_LISTEN_ALL=True
++ SANDESH_SSL_ENABLE=false
++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ METADATA_SSL_ENABLE=false
++ METADATA_SSL_CERTFILE=
++ METADATA_SSL_KEYFILE=
++ METADATA_SSL_CA_CERTFILE=
++ METADATA_SSL_CERT_TYPE=
++ CONFIGURE_IPTABLES=false
++ FWAAS_ENABLE=False
++ CONTAINERD_NAMESPACE=k8s.io
++ TOR_AGENT_OVS_KA=10000
++ TOR_TYPE=ovs
++ TOR_OVS_PROTOCOL=tcp
++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ [[ /v3 == \/\v\2\.\0 ]]
++ [[ openstack == \o\p\e\n\s\t\a\c\k ]]
++ AUTH_MODE=keystone
++ [[ keystone == \k\e\y\s\t\o\n\e ]]
++ AUTH_PARAMS='--admin_password contrail123'
++ AUTH_PARAMS+=' --admin_tenant_name admin'
++ AUTH_PARAMS+=' --admin_user admin'
++ is_enabled false
++ local val=false
++ [[ false == \t\r\u\e ]]
++ [[ false == \y\e\s ]]
++ [[ false == \e\n\a\b\l\e\d ]]
++ read -r -d '' sandesh_client_config
++ true
++ is_enabled false
++ local val=false
++ [[ false == \t\r\u\e ]]
++ [[ false == \y\e\s ]]
++ [[ false == \e\n\a\b\l\e\d ]]
++ xmpp_certs_config=
++ is_enabled false
++ local val=false
++ [[ false == \t\r\u\e ]]
++ [[ false == \y\e\s ]]
++ [[ false == \e\n\a\b\l\e\d ]]
++ analytics_api_ssl_opts=
++ read -r -d '' rabbitmq_config
++ true
++ read -r -d '' rabbit_config
++ true
++ is_enabled false
++ local val=false
++ [[ false == \t\r\u\e ]]
++ [[ false == \y\e\s ]]
++ [[ false == \e\n\a\b\l\e\d ]]
++ is_enabled false
++ local val=false
++ [[ false == \t\r\u\e ]]
++ [[ false == \y\e\s ]]
++ [[ false == \e\n\a\b\l\e\d ]]
++ kafka_ssl_config=
++ [[ -n '' ]]
++ collector_stats_config=
++ [[ -z '' ]]
++ is_enabled False
++ local val=false
++ [[ false == \t\r\u\e ]]
++ [[ false == \y\e\s ]]
++ [[ false == \e\n\a\b\l\e\d ]]
++ export TSN_AGENT_MODE=
++ TSN_AGENT_MODE=
++ [[ -n '' ]]
++ collector_stats_config=
++ [[ -z x ]]
++ RSYSLOGD_XFLOW_LISTEN_PORT=9898
+ pre_start_init
+ wait_certs_if_ssl_enabled
+ is_ssl_enabled
+ is_enabled false
+ local val=false
+ [[ false == \t\r\u\e ]]
+ [[ false == \y\e\s ]]
+ [[ false == \e\n\a\b\l\e\d ]]
+ is_enabled false
+ local val=false
+ [[ false == \t\r\u\e ]]
+ [[ false == \y\e\s ]]
+ [[ false == \e\n\a\b\l\e\d ]]
+ is_enabled false
+ local val=false
+ [[ false == \t\r\u\e ]]
+ [[ false == \y\e\s ]]
+ [[ false == \e\n\a\b\l\e\d ]]
+ is_enabled false
+ local val=false
+ [[ false == \t\r\u\e ]]
+ [[ false == \y\e\s ]]
+ [[ false == \e\n\a\b\l\e\d ]]
+ return
+ wait_config_api_certs_if_ssl_enabled
+ is_enabled false
+ local val=false
+ [[ false == \t\r\u\e ]]
+ [[ false == \y\e\s ]]
+ [[ false == \e\n\a\b\l\e\d ]]
+ return
+ wait_for_cassandra
++ echo 10.0.0.23,10.0.0.22,10.0.0.240
++ cut -d , -f 1
+ local cassandra=10.0.0.23
+ (( i=1 ))
+ (( i<=30 ))
+ nc -z 10.0.0.23 9041
+ echo -e '\035\nquit'
+ echo 'INFO: Cassandra is connected'
INFO: Cassandra is connected
+ sleep 5
+ return 0
+ host_ip=0.0.0.0
+ is_enabled
+ local val=
+ [[ '' == \t\r\u\e ]]
+ [[ '' == \y\e\s ]]
+ [[ '' == \e\n\a\b\l\e\d ]]
++ get_listen_ip_for_node CONFIG
+++ find_my_ip_and_order_for_node CONFIG
+++ local server_typ=CONFIG_NODES
+++ cut -d ' ' -f 1
+++ find_my_ip_and_order_for_node_list 10.0.0.23,10.0.0.22,10.0.0.240
+++ local servers=10.0.0.23,10.0.0.22,10.0.0.240
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
++++ get_local_ips
++++ tr '\n' ,
++++ awk '/32 host/ { print f } {f=$2}'
++++ cat /proc/net/fib_trie
++++ sort
++++ uniq
++++ grep -vi host
+++ local local_ips=,10.0.0.240,10.20.0.129,127.0.0.1,172.17.0.1,,
+++ local ord=1
+++ for server in "${server_list[@]}"
+++ local ret=0
++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.23'\''))'
+++ local server_ip=10.0.0.23
+++ [[ 0 == 0 ]]
+++ [[ -n 10.0.0.23 ]]
+++ [[ ,10.0.0.240,10.20.0.129,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.23, ]]
+++ (( ord+=1 ))
+++ for server in "${server_list[@]}"
+++ local ret=0
++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.22'\''))'
+++ local server_ip=10.0.0.22
+++ [[ 0 == 0 ]]
+++ [[ -n 10.0.0.22 ]]
+++ [[ ,10.0.0.240,10.20.0.129,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.22, ]]
+++ (( ord+=1 ))
+++ for server in "${server_list[@]}"
+++ local ret=0
++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.240'\''))'
+++ local server_ip=10.0.0.240
+++ [[ 0 == 0 ]]
+++ [[ -n 10.0.0.240 ]]
+++ [[ ,10.0.0.240,10.20.0.129,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.240, ]]
+++ echo 10.0.0.240 3
+++ return
++ local ip=10.0.0.240
++ [[ -z 10.0.0.240 ]]
++ echo 10.0.0.240
+ host_ip=10.0.0.240
+ [[ cql == \c\q\l ]]
++ sed 's/,/ /g'
++ echo 10.0.0.23:9041 10.0.0.22:9041 10.0.0.240:9041
+ cassandra_server_list='10.0.0.23:9041 10.0.0.22:9041 10.0.0.240:9041'
+ config_api_certs_config=
+ uwsgi_socket='protocol = http\nsocket = 10.0.0.240:8082'
+ is_enabled false
+ local val=false
+ [[ false == \t\r\u\e ]]
+ [[ false == \y\e\s ]]
+ [[ false == \e\n\a\b\l\e\d ]]
+ is_enabled False
+ local val=false
+ [[ false == \t\r\u\e ]]
+ [[ false == \y\e\s ]]
+ [[ false == \e\n\a\b\l\e\d ]]
+ neutron_section=
+ mkdir -p /etc/contrail
+ introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}")
+ admin_port_list=("${CONFIG_API_ADMIN_PORT}")
+ (( index=0 ))
+ (( index < CONFIG_API_WORKER_COUNT-1 ))
+ (( index=0 ))
+ (( index < CONFIG_API_WORKER_COUNT ))
+ cat
++ get_introspect_listen_ip_for_node CONFIG
++ local ip=0.0.0.0
++ is_enabled True
++ local val=true
++ [[ true == \t\r\u\e ]]
++ echo 0.0.0.0
+ add_ini_params_from_env API /etc/contrail/contrail-api-0.conf
+ local service_name=API
+ local cfg_path=/etc/contrail/contrail-api-0.conf
+ local delim=__
++ set -o posix
++ set
++ cut -d = -f 1
++ sed 's/^API__//g'
++ sort
++ 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/18/2026 02:12:51.825 7ff00672f800 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True
05/18/2026 02:12:52.035 7ff00672f800 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084
05/18/2026 02:12:52.048 7ff00672f800 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG]
05/18/2026 02:12:52.048 7ff00672f800 [contrail-api] [INFO]: SANDESH: Logging: FILE: [None] -> [/var/log/contrail/config-api/contrail-api-0.log]
Traceback (most recent call last):
File "/usr/local/bin/contrail-api", line 8, in <module>
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 2214, in __init__
self._db_connect(self._args.reset_config)
File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py", line 3538, in _db_connect
self._db_conn = VncDbClient(
File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_db.py", line 1263, in __init__
self._msgbus = VncServerKombuClient(self, rabbit_servers,
File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_db.py", line 287, in __init__
super(VncServerKombuClient, self).__init__(
File "/usr/local/lib/python3.9/site-packages/cfgm_common/vnc_kombu.py", line 368, in __init__
self._start(q_name)
File "/usr/local/lib/python3.9/site-packages/cfgm_common/vnc_kombu.py", line 223, in _start
self._reconnect_drain(delete_old_q=True)
File "/usr/local/lib/python3.9/site-packages/cfgm_common/vnc_kombu.py", line 101, in _reconnect_drain
self._consumer = kombu.Consumer(self._channel_drain,
File "/usr/local/lib/python3.9/site-packages/kombu/messaging.py", line 414, in __init__
self.revive(self.channel)
File "/usr/local/lib/python3.9/site-packages/kombu/messaging.py", line 436, in revive
self.declare()
File "/usr/local/lib/python3.9/site-packages/kombu/messaging.py", line 450, in declare
queue.declare()
File "/usr/local/lib/python3.9/site-packages/kombu/entity.py", line 616, in declare
self._create_exchange(nowait=nowait, channel=channel)
File "/usr/local/lib/python3.9/site-packages/kombu/entity.py", line 623, in _create_exchange
self.exchange.declare(nowait=nowait, channel=channel)
File "/usr/local/lib/python3.9/site-packages/kombu/entity.py", line 184, in declare
return (channel or self.channel).exchange_declare(
File "/usr/local/lib/python3.9/site-packages/amqp/channel.py", line 624, in exchange_declare
self.send_method(
File "/usr/local/lib/python3.9/site-packages/amqp/abstract_channel.py", line 79, in send_method
return self.wait(wait, returns_tuple=returns_tuple)
File "/usr/local/lib/python3.9/site-packages/amqp/abstract_channel.py", line 99, in wait
self.connection.drain_events(timeout=timeout)
File "/usr/local/lib/python3.9/site-packages/amqp/connection.py", line 526, in drain_events
while not self.blocking_read(timeout):
File "/usr/local/lib/python3.9/site-packages/amqp/connection.py", line 531, in blocking_read
frame = self.transport.read_frame()
File "/usr/local/lib/python3.9/site-packages/amqp/transport.py", line 297, in read_frame
frame_header = read(7, True)
File "/usr/local/lib/python3.9/site-packages/amqp/transport.py", line 640, in _read
raise OSError('Server unexpectedly closed connection')
OSError: Server unexpectedly closed connection
++ LOG_DIR=/var/log/contrail
++ export CONTAINER_LOG_DIR=/var/log/contrail/config-api
++ CONTAINER_LOG_DIR=/var/log/contrail/config-api
++ mkdir -p /var/log/contrail/config-api
++ log_file=/var/log/contrail/config-api/console.log
++ touch /var/log/contrail/config-api/console.log
++ chmod 600 /var/log/contrail/config-api/console.log
++ exec
+++ tee -a /var/log/contrail/config-api/console.log
+++ date
++ echo 'INFO: =================== Mon May 18 02:15:52 AM UTC 2026 ==================='
INFO: =================== Mon May 18 02:15:52 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.*'
+++++ ip route get 1
+++++ awk '{print $2}'
++++ local iface=ens3
++++ [[ ens3 == \l\o ]]
++++ echo ens3
+++ local nic=ens3
+++ get_ip_for_nic ens3
+++ local nic=ens3
+++ get_cidr_for_nic ens3
+++ command -v ip
+++ cut -d / -f 1
+++ local nic=ens3
+++ ip addr show dev ens3
+++ head -n 1
+++ awk '{print $2}'
+++ grep 'inet '
++ DEFAULT_LOCAL_IP=10.0.0.240
++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN
++ VXLAN_VN_ID_MODE=automatic
++ DPDK_UIO_DRIVER=uio_pci_generic
++ CPU_CORE_MASK=0x01
++ SERVICE_CORE_MASK=
++ DPDK_CTRL_THREAD_MASK=
++ HUGE_PAGES=
++ HUGE_PAGES_DIR=/dev/hugepages
++ HUGE_PAGES_1GB=0
++ HUGE_PAGES_2MB=256
++ HUGE_PAGES_1GB_DIR=
++ HUGE_PAGES_2MB_DIR=
++ [[ 0 != 0 ]]
++ [[ 0 != 256 ]]
++ [[ -z '' ]]
+++ mount -t hugetlbfs
+++ tail -n 1
+++ awk '/pagesize=2M/{print($3)}'
++ HUGE_PAGES_2MB_DIR=
++ DPDK_MEM_PER_SOCKET=1024
++ DPDK_COMMAND_ADDITIONAL_ARGS=
++ NIC_OFFLOAD_ENABLE=False
++ DPDK_ENABLE_VLAN_FWRD=False
++ DIST_SNAT_PROTO_PORT_LIST=
++ CLOUD_ORCHESTRATOR=openstack
++ CLOUD_ADMIN_ROLE=admin
++ AAA_MODE=rbac
++ AUTH_MODE=keystone
++ AUTH_PARAMS=
++ SSL_ENABLE=false
++ SSL_INSECURE=True
++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem
++ SELFSIGNED_CERTS_WITH_IPS=True
++ CONTROLLER_NODES=10.0.0.23,10.0.0.22,10.0.0.240
++ ANALYTICS_ALARM_ENABLE=True
++ ANALYTICS_SNMP_ENABLE=True
++ ANALYTICSDB_ENABLE=True
++ ANALYTICS_NODES=10.0.0.23,10.0.0.22,10.0.0.240
++ ANALYTICSDB_NODES=10.0.0.23,10.0.0.22,10.0.0.240
++ ANALYTICS_SNMP_NODES=10.0.0.23,10.0.0.22,10.0.0.240
++ ANALYTICS_API_PORT=8081
++ ANALYTICS_API_INTROSPECT_PORT=8090
++ ANALYTICSDB_PORT=9160
++ ANALYTICSDB_CQL_PORT=9042
++ TOPOLOGY_INTROSPECT_PORT=5921
++ QUERYENGINE_INTROSPECT_PORT=8091
+++ get_server_list ANALYTICS ':8081 '
+++ local server_typ=ANALYTICS_NODES
+++ local 'port_with_delim=:8081 '
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.23
+++ local server_address=10.0.0.23
+++ extended_server_list+='10.0.0.23:8081 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.22
+++ local server_address=10.0.0.22
+++ extended_server_list+='10.0.0.22:8081 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.240
+++ local server_address=10.0.0.240
+++ extended_server_list+='10.0.0.240:8081 '
+++ '[' -n '10.0.0.23:8081 10.0.0.22:8081 10.0.0.240:8081 ' ']'
+++ echo '10.0.0.23:8081 10.0.0.22:8081 10.0.0.240:8081'
++ ANALYTICS_SERVERS='10.0.0.23:8081 10.0.0.22:8081 10.0.0.240:8081'
+++ get_server_list ANALYTICSDB ':9042 '
+++ local server_typ=ANALYTICSDB_NODES
+++ local 'port_with_delim=:9042 '
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.23
+++ local server_address=10.0.0.23
+++ extended_server_list+='10.0.0.23:9042 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.22
+++ local server_address=10.0.0.22
+++ extended_server_list+='10.0.0.22:9042 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.240
+++ local server_address=10.0.0.240
+++ extended_server_list+='10.0.0.240:9042 '
+++ '[' -n '10.0.0.23:9042 10.0.0.22:9042 10.0.0.240:9042 ' ']'
+++ echo '10.0.0.23:9042 10.0.0.22:9042 10.0.0.240:9042'
++ ANALYTICSDB_CQL_SERVERS='10.0.0.23:9042 10.0.0.22:9042 10.0.0.240:9042'
++ ANALYTICS_API_VIP=
++ ANALYTICS_ALARM_NODES=10.0.0.23,10.0.0.22,10.0.0.240
++ ALARMGEN_INTROSPECT_PORT=5995
++ BGP_PORT=179
++ BGP_AUTO_MESH=true
++ BGP_ASN=64512
++ ENABLE_4BYTE_AS=false
++ APPLY_DEFAULTS=true
++ COLLECTOR_PORT=8086
++ COLLECTOR_INTROSPECT_PORT=8089
++ COLLECTOR_SYSLOG_PORT=514
++ COLLECTOR_SFLOW_PORT=6343
++ COLLECTOR_IPFIX_PORT=4739
++ COLLECTOR_PROTOBUF_PORT=3333
++ COLLECTOR_STRUCTURED_SYSLOG_PORT=3514
++ SNMPCOLLECTOR_INTROSPECT_PORT=5920
+++ get_server_list ANALYTICS ':8086 '
+++ local server_typ=ANALYTICS_NODES
+++ local 'port_with_delim=:8086 '
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.23
+++ local server_address=10.0.0.23
+++ extended_server_list+='10.0.0.23:8086 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.22
+++ local server_address=10.0.0.22
+++ extended_server_list+='10.0.0.22:8086 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.240
+++ local server_address=10.0.0.240
+++ extended_server_list+='10.0.0.240:8086 '
+++ '[' -n '10.0.0.23:8086 10.0.0.22:8086 10.0.0.240:8086 ' ']'
+++ echo '10.0.0.23:8086 10.0.0.22:8086 10.0.0.240:8086'
++ COLLECTOR_SERVERS='10.0.0.23:8086 10.0.0.22:8086 10.0.0.240:8086'
++ CASSANDRA_PORT=9160
++ CASSANDRA_CQL_PORT=9042
++ CASSANDRA_SSL_STORAGE_PORT=7011
++ CASSANDRA_STORAGE_PORT=7010
++ CASSANDRA_JMX_LOCAL_PORT=7200
++ CONFIGDB_CASSANDRA_DRIVER=cql
++ CONFIG_NODES=10.0.0.23,10.0.0.22,10.0.0.240
++ CONFIGDB_NODES=10.0.0.23,10.0.0.22,10.0.0.240
++ CONFIG_API_PORT=8082
++ CONFIG_API_INTROSPECT_PORT=8084
++ CONFIG_API_ADMIN_PORT=8095
++ CONFIGDB_PORT=9161
++ CONFIGDB_CQL_PORT=9041
+++ get_server_list CONFIG ':8082 '
+++ local server_typ=CONFIG_NODES
+++ local 'port_with_delim=:8082 '
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.23
+++ local server_address=10.0.0.23
+++ extended_server_list+='10.0.0.23:8082 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.22
+++ local server_address=10.0.0.22
+++ extended_server_list+='10.0.0.22:8082 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.240
+++ local server_address=10.0.0.240
+++ extended_server_list+='10.0.0.240:8082 '
+++ '[' -n '10.0.0.23:8082 10.0.0.22:8082 10.0.0.240:8082 ' ']'
+++ echo '10.0.0.23:8082 10.0.0.22:8082 10.0.0.240:8082'
++ CONFIG_SERVERS='10.0.0.23:8082 10.0.0.22:8082 10.0.0.240:8082'
+++ get_server_list CONFIGDB ':9161 '
+++ local server_typ=CONFIGDB_NODES
+++ local 'port_with_delim=:9161 '
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.23
+++ local server_address=10.0.0.23
+++ extended_server_list+='10.0.0.23:9161 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.22
+++ local server_address=10.0.0.22
+++ extended_server_list+='10.0.0.22:9161 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.240
+++ local server_address=10.0.0.240
+++ extended_server_list+='10.0.0.240:9161 '
+++ '[' -n '10.0.0.23:9161 10.0.0.22:9161 10.0.0.240:9161 ' ']'
+++ echo '10.0.0.23:9161 10.0.0.22:9161 10.0.0.240:9161'
++ CONFIGDB_SERVERS='10.0.0.23:9161 10.0.0.22:9161 10.0.0.240:9161'
+++ get_server_list CONFIGDB ':9041 '
+++ local server_typ=CONFIGDB_NODES
+++ local 'port_with_delim=:9041 '
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.23
+++ local server_address=10.0.0.23
+++ extended_server_list+='10.0.0.23:9041 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.22
+++ local server_address=10.0.0.22
+++ extended_server_list+='10.0.0.22:9041 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.240
+++ local server_address=10.0.0.240
+++ extended_server_list+='10.0.0.240:9041 '
+++ '[' -n '10.0.0.23:9041 10.0.0.22:9041 10.0.0.240:9041 ' ']'
+++ echo '10.0.0.23:9041 10.0.0.22:9041 10.0.0.240:9041'
++ CONFIGDB_CQL_SERVERS='10.0.0.23:9041 10.0.0.22:9041 10.0.0.240:9041'
++ CONFIG_API_VIP=
++ CONFIG_API_SSL_ENABLE=false
++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ CONFIG_API_WORKER_COUNT=1
++ CONFIG_API_MAX_REQUESTS=1024
++ ANALYTICS_API_SSL_ENABLE=false
++ ANALYTICS_API_SSL_INSECURE=True
++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ CASSANDRA_SSL_ENABLE=false
++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum
++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum
++ CASSANDRA_SSL_PROTOCOL=TLS
++ CASSANDRA_SSL_ALGORITHM=SunX509
++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]'
++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4
++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4
++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256
++ CASSANDRA_CONFIG_CONCURRECT_READS=64
++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64
++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects
++ CASSANDRA_REAPER_ENABLED=false
++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey
++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser
++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass
++ CASSANDRA_REAPER_APP_PORT=8071
++ CASSANDRA_REAPER_ADM_PORT=8072
++ CONTROL_NODES=10.20.0.25,10.20.0.193,10.20.0.129
++ CONTROL_INTROSPECT_PORT=8083
++ DNS_NODES=10.20.0.25,10.20.0.193,10.20.0.129
++ DNS_SERVER_PORT=53
++ DNS_INTROSPECT_PORT=8092
++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg==
++ USE_EXTERNAL_TFTP=False
++ ZOOKEEPER_NODES=10.0.0.23,10.0.0.22,10.0.0.240
++ ZOOKEEPER_PORT=2181
++ ZOOKEEPER_PORTS=2888:3888
+++ get_server_list ZOOKEEPER :2181,
+++ local server_typ=ZOOKEEPER_NODES
+++ local port_with_delim=:2181,
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.23
+++ local server_address=10.0.0.23
+++ extended_server_list+=10.0.0.23:2181,
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.22
+++ local server_address=10.0.0.22
+++ extended_server_list+=10.0.0.22:2181,
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.240
+++ local server_address=10.0.0.240
+++ extended_server_list+=10.0.0.240:2181,
+++ '[' -n 10.0.0.23:2181,10.0.0.22:2181,10.0.0.240:2181, ']'
+++ echo 10.0.0.23:2181,10.0.0.22:2181,10.0.0.240:2181
++ ZOOKEEPER_SERVERS=10.0.0.23:2181,10.0.0.22:2181,10.0.0.240:2181
+++ get_server_list ZOOKEEPER ':2181 '
+++ local server_typ=ZOOKEEPER_NODES
+++ local 'port_with_delim=:2181 '
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.23
+++ local server_address=10.0.0.23
+++ extended_server_list+='10.0.0.23:2181 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.22
+++ local server_address=10.0.0.22
+++ extended_server_list+='10.0.0.22:2181 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.240
+++ local server_address=10.0.0.240
+++ extended_server_list+='10.0.0.240:2181 '
+++ '[' -n '10.0.0.23:2181 10.0.0.22:2181 10.0.0.240:2181 ' ']'
+++ echo '10.0.0.23:2181 10.0.0.22:2181 10.0.0.240:2181'
++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.23:2181 10.0.0.22:2181 10.0.0.240:2181'
++ RABBITMQ_NODES=10.0.0.23,10.0.0.22,10.0.0.240
++ RABBITMQ_NODE_PORT=5673
+++ get_server_list RABBITMQ :5673,
+++ local server_typ=RABBITMQ_NODES
+++ local port_with_delim=:5673,
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.23
+++ local server_address=10.0.0.23
+++ extended_server_list+=10.0.0.23:5673,
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.22
+++ local server_address=10.0.0.22
+++ extended_server_list+=10.0.0.22:5673,
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.240
+++ local server_address=10.0.0.240
+++ extended_server_list+=10.0.0.240:5673,
+++ '[' -n 10.0.0.23:5673,10.0.0.22:5673,10.0.0.240:5673, ']'
+++ echo 10.0.0.23:5673,10.0.0.22:5673,10.0.0.240:5673
++ RABBITMQ_SERVERS=10.0.0.23:5673,10.0.0.22:5673,10.0.0.240:5673
++ RABBITMQ_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ RABBITMQ_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ RABBITMQ_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=true
++ RABBITMQ_VHOST=/
++ RABBITMQ_USER=guest
++ RABBITMQ_PASSWORD=guest
++ RABBITMQ_USE_SSL=false
++ RABBITMQ_SSL_VER=tlsv1.2
++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ RABBITMQ_HEARTBEAT_INTERVAL=60
++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal
++ RABBITMQ_MIRRORED_QUEUE_MODE=all
++ REDIS_SERVER_PORT=6379
++ REDIS_SERVER_PASSWORD=
+++ get_server_list ANALYTICS ':6379 '
+++ local server_typ=ANALYTICS_NODES
+++ local 'port_with_delim=:6379 '
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.23
+++ local server_address=10.0.0.23
+++ extended_server_list+='10.0.0.23:6379 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.22
+++ local server_address=10.0.0.22
+++ extended_server_list+='10.0.0.22:6379 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.240
+++ local server_address=10.0.0.240
+++ extended_server_list+='10.0.0.240:6379 '
+++ '[' -n '10.0.0.23:6379 10.0.0.22:6379 10.0.0.240:6379 ' ']'
+++ echo '10.0.0.23:6379 10.0.0.22:6379 10.0.0.240:6379'
++ REDIS_SERVERS='10.0.0.23:6379 10.0.0.22:6379 10.0.0.240:6379'
++ REDIS_LISTEN_ADDRESS=
++ REDIS_PROTECTED_MODE=
++ REDIS_SSL_ENABLE=false
++ REDIS_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ REDIS_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ REDIS_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ is_enabled false
++ local val=false
++ [[ false == \t\r\u\e ]]
++ [[ false == \y\e\s ]]
++ [[ false == \e\n\a\b\l\e\d ]]
++ redis_ssl_config=
++ KAFKA_NODES=10.0.0.23,10.0.0.22,10.0.0.240
++ KAFKA_PORT=9092
+++ get_server_list KAFKA ':9092 '
+++ local server_typ=KAFKA_NODES
+++ local 'port_with_delim=:9092 '
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.23
+++ local server_address=10.0.0.23
+++ extended_server_list+='10.0.0.23:9092 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.22
+++ local server_address=10.0.0.22
+++ extended_server_list+='10.0.0.22:9092 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.240
+++ local server_address=10.0.0.240
+++ extended_server_list+='10.0.0.240:9092 '
+++ '[' -n '10.0.0.23:9092 10.0.0.22:9092 10.0.0.240:9092 ' ']'
+++ echo '10.0.0.23:9092 10.0.0.22:9092 10.0.0.240:9092'
++ KAFKA_SERVERS='10.0.0.23:9092 10.0.0.22:9092 10.0.0.240:9092'
++ KAFKA_SSL_ENABLE=false
++ KAFKA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ KAFKA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ KAFKA_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ KEYSTONE_AUTH_ADMIN_TENANT=admin
++ KEYSTONE_AUTH_ADMIN_USER=admin
++ KEYSTONE_AUTH_ADMIN_PASSWORD=contrail123
++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=Default
++ KEYSTONE_AUTH_USER_DOMAIN_NAME=Default
++ KEYSTONE_AUTH_REGION_NAME=RegionOne
++ KEYSTONE_AUTH_URL_VERSION=/v3
++ KEYSTONE_AUTH_HOST=10.0.0.23
++ KEYSTONE_AUTH_PROTO=http
++ KEYSTONE_AUTH_ADMIN_PORT=5000
++ KEYSTONE_AUTH_PUBLIC_PORT=5000
++ KEYSTONE_AUTH_URL_TOKENS=/v3/auth/tokens
++ KEYSTONE_AUTH_INSECURE=True
++ KEYSTONE_AUTH_CERTFILE=
++ KEYSTONE_AUTH_KEYFILE=
++ KEYSTONE_AUTH_CA_CERTFILE=
++ KEYSTONE_AUTH_ENDPOINT_TYPE=
++ KEYSTONE_AUTH_SYNC_ON_DEMAND=
++ KEYSTONE_AUTH_INTERFACE=public
++ KUBEMANAGER_NODES=10.0.0.23,10.0.0.22,10.0.0.240
++ KUBERNETES_CLUSTER_NAME=k8s
++ KUBERNETES_CNI_META_PLUGIN=multus
++ METADATA_PROXY_SECRET=contrail
++ BARBICAN_TENANT_NAME=service
++ BARBICAN_USER=barbican
++ BARBICAN_PASSWORD=contrail123
++ AGENT_MODE=kernel
++ EXTERNAL_ROUTERS=
++ SUBCLUSTER=
++ VROUTER_COMPUTE_NODE_ADDRESS=
++ VROUTER_MODULE_OPTIONS=
++ FABRIC_SNAT_HASH_TABLE_SIZE=4096
++ TSN_EVPN_MODE=False
++ TSN_NODES='[]'
++ PRIORITY_ID=
++ PRIORITY_BANDWIDTH=
++ PRIORITY_SCHEDULING=
++ QOS_QUEUE_ID=
++ QOS_LOGICAL_QUEUES=
++ QOS_DEF_HW_QUEUE=False
++ PRIORITY_TAGGING=True
++ SLO_DESTINATION=collector
++ '[' -n '' ']'
++ SAMPLE_DESTINATION=collector
++ FLOW_EXPORT_RATE=0
++ WEBUI_NODES=10.0.0.23,10.0.0.22,10.0.0.240
++ WEBUI_JOB_SERVER_PORT=3000
++ KUE_UI_PORT=3002
++ WEBUI_HTTP_LISTEN_PORT=8180
++ WEBUI_HTTPS_LISTEN_PORT=8143
++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem
++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem
++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA
++ WEBUI_STATIC_AUTH_USER=admin
++ WEBUI_STATIC_AUTH_PASSWORD=contrail123
++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin
++ XMPP_SERVER_PORT=5269
++ XMPP_SSL_ENABLE=false
++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ LINKLOCAL_SERVICE_PORT=80
++ LINKLOCAL_SERVICE_NAME=metadata
++ LINKLOCAL_SERVICE_IP=169.254.169.254
++ IPFABRIC_SERVICE_PORT=8775
++ INTROSPECT_SSL_ENABLE=false
++ INTROSPECT_SSL_INSECURE=True
++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ INTROSPECT_LISTEN_ALL=True
++ SANDESH_SSL_ENABLE=false
++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ METADATA_SSL_ENABLE=false
++ METADATA_SSL_CERTFILE=
++ METADATA_SSL_KEYFILE=
++ METADATA_SSL_CA_CERTFILE=
++ METADATA_SSL_CERT_TYPE=
++ CONFIGURE_IPTABLES=false
++ FWAAS_ENABLE=False
++ CONTAINERD_NAMESPACE=k8s.io
++ TOR_AGENT_OVS_KA=10000
++ TOR_TYPE=ovs
++ TOR_OVS_PROTOCOL=tcp
++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ [[ /v3 == \/\v\2\.\0 ]]
++ [[ openstack == \o\p\e\n\s\t\a\c\k ]]
++ AUTH_MODE=keystone
++ [[ keystone == \k\e\y\s\t\o\n\e ]]
++ AUTH_PARAMS='--admin_password contrail123'
++ AUTH_PARAMS+=' --admin_tenant_name admin'
++ AUTH_PARAMS+=' --admin_user admin'
++ is_enabled false
++ local val=false
++ [[ false == \t\r\u\e ]]
++ [[ false == \y\e\s ]]
++ [[ false == \e\n\a\b\l\e\d ]]
++ read -r -d '' sandesh_client_config
++ true
++ is_enabled false
++ local val=false
++ [[ false == \t\r\u\e ]]
++ [[ false == \y\e\s ]]
++ [[ false == \e\n\a\b\l\e\d ]]
++ xmpp_certs_config=
++ is_enabled false
++ local val=false
++ [[ false == \t\r\u\e ]]
++ [[ false == \y\e\s ]]
++ [[ false == \e\n\a\b\l\e\d ]]
++ analytics_api_ssl_opts=
++ read -r -d '' rabbitmq_config
++ true
++ read -r -d '' rabbit_config
++ true
++ is_enabled false
++ local val=false
++ [[ false == \t\r\u\e ]]
++ [[ false == \y\e\s ]]
++ [[ false == \e\n\a\b\l\e\d ]]
++ is_enabled false
++ local val=false
++ [[ false == \t\r\u\e ]]
++ [[ false == \y\e\s ]]
++ [[ false == \e\n\a\b\l\e\d ]]
++ kafka_ssl_config=
++ [[ -n '' ]]
++ collector_stats_config=
++ [[ -z '' ]]
++ is_enabled False
++ local val=false
++ [[ false == \t\r\u\e ]]
++ [[ false == \y\e\s ]]
++ [[ false == \e\n\a\b\l\e\d ]]
++ export TSN_AGENT_MODE=
++ TSN_AGENT_MODE=
++ [[ -n '' ]]
++ collector_stats_config=
++ [[ -z x ]]
++ RSYSLOGD_XFLOW_LISTEN_PORT=9898
+ pre_start_init
+ wait_certs_if_ssl_enabled
+ is_ssl_enabled
+ is_enabled false
+ local val=false
+ [[ false == \t\r\u\e ]]
+ [[ false == \y\e\s ]]
+ [[ false == \e\n\a\b\l\e\d ]]
+ is_enabled false
+ local val=false
+ [[ false == \t\r\u\e ]]
+ [[ false == \y\e\s ]]
+ [[ false == \e\n\a\b\l\e\d ]]
+ is_enabled false
+ local val=false
+ [[ false == \t\r\u\e ]]
+ [[ false == \y\e\s ]]
+ [[ false == \e\n\a\b\l\e\d ]]
+ is_enabled false
+ local val=false
+ [[ false == \t\r\u\e ]]
+ [[ false == \y\e\s ]]
+ [[ false == \e\n\a\b\l\e\d ]]
+ return
+ wait_config_api_certs_if_ssl_enabled
+ is_enabled false
+ local val=false
+ [[ false == \t\r\u\e ]]
+ [[ false == \y\e\s ]]
+ [[ false == \e\n\a\b\l\e\d ]]
+ return
+ wait_for_cassandra
++ echo 10.0.0.23,10.0.0.22,10.0.0.240
++ cut -d , -f 1
+ local cassandra=10.0.0.23
+ (( i=1 ))
+ (( i<=30 ))
+ echo -e '\035\nquit'
+ nc -z 10.0.0.23 9041
+ echo 'INFO: Cassandra is connected'
INFO: Cassandra is connected
+ sleep 5
+ return 0
+ host_ip=0.0.0.0
+ is_enabled
+ local val=
+ [[ '' == \t\r\u\e ]]
+ [[ '' == \y\e\s ]]
+ [[ '' == \e\n\a\b\l\e\d ]]
++ get_listen_ip_for_node CONFIG
+++ cut -d ' ' -f 1
+++ find_my_ip_and_order_for_node CONFIG
+++ local server_typ=CONFIG_NODES
+++ find_my_ip_and_order_for_node_list 10.0.0.23,10.0.0.22,10.0.0.240
+++ local servers=10.0.0.23,10.0.0.22,10.0.0.240
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
++++ tr '\n' ,
++++ get_local_ips
++++ cat /proc/net/fib_trie
++++ grep -vi host
++++ uniq
++++ awk '/32 host/ { print f } {f=$2}'
++++ sort
+++ local local_ips=,10.0.0.240,10.20.0.129,127.0.0.1,172.17.0.1,,
+++ local ord=1
+++ for server in "${server_list[@]}"
+++ local ret=0
++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.23'\''))'
+++ local server_ip=10.0.0.23
+++ [[ 0 == 0 ]]
+++ [[ -n 10.0.0.23 ]]
+++ [[ ,10.0.0.240,10.20.0.129,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.23, ]]
+++ (( ord+=1 ))
+++ for server in "${server_list[@]}"
+++ local ret=0
++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.22'\''))'
+++ local server_ip=10.0.0.22
+++ [[ 0 == 0 ]]
+++ [[ -n 10.0.0.22 ]]
+++ [[ ,10.0.0.240,10.20.0.129,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.22, ]]
+++ (( ord+=1 ))
+++ for server in "${server_list[@]}"
+++ local ret=0
++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.240'\''))'
+++ local server_ip=10.0.0.240
+++ [[ 0 == 0 ]]
+++ [[ -n 10.0.0.240 ]]
+++ [[ ,10.0.0.240,10.20.0.129,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.240, ]]
+++ echo 10.0.0.240 3
+++ return
++ local ip=10.0.0.240
++ [[ -z 10.0.0.240 ]]
++ echo 10.0.0.240
+ host_ip=10.0.0.240
+ [[ cql == \c\q\l ]]
++ sed 's/,/ /g'
++ echo 10.0.0.23:9041 10.0.0.22:9041 10.0.0.240:9041
+ cassandra_server_list='10.0.0.23:9041 10.0.0.22:9041 10.0.0.240:9041'
+ config_api_certs_config=
+ uwsgi_socket='protocol = http\nsocket = 10.0.0.240:8082'
+ is_enabled false
+ local val=false
+ [[ false == \t\r\u\e ]]
+ [[ false == \y\e\s ]]
+ [[ false == \e\n\a\b\l\e\d ]]
+ is_enabled False
+ local val=false
+ [[ false == \t\r\u\e ]]
+ [[ false == \y\e\s ]]
+ [[ false == \e\n\a\b\l\e\d ]]
+ neutron_section=
+ mkdir -p /etc/contrail
+ introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}")
+ admin_port_list=("${CONFIG_API_ADMIN_PORT}")
+ (( index=0 ))
+ (( index < CONFIG_API_WORKER_COUNT-1 ))
+ (( index=0 ))
+ (( index < CONFIG_API_WORKER_COUNT ))
+ cat
++ get_introspect_listen_ip_for_node CONFIG
++ local ip=0.0.0.0
++ is_enabled True
++ local val=true
++ [[ true == \t\r\u\e ]]
++ echo 0.0.0.0
+ add_ini_params_from_env API /etc/contrail/contrail-api-0.conf
+ local service_name=API
+ local cfg_path=/etc/contrail/contrail-api-0.conf
+ local delim=__
++ grep '^API__.*__.*=.*$'
++ cut -d = -f 1
++ set -o posix
++ set
++ sed 's/^API__//g'
++ sort
+ local vars=
+ local section=
+ (( ++index ))
+ (( index < CONFIG_API_WORKER_COUNT ))
+ (( CONFIG_API_WORKER_COUNT > 1 ))
+ service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0'
+ set_third_party_auth_config
+ [[ keystone != \k\e\y\s\t\o\n\e ]]
+ local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp
+ cat
+ [[ /v3 == \/\v\3 ]]
+ cat
+ [[ http == \h\t\t\p\s ]]
+ [[ -n '' ]]
+ [[ -n '' ]]
+ [[ -n public ]]
+ echo 'interface = public'
+ mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf
+ set_vnc_api_lib_ini
+ local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp
+ cat
+ is_enabled false
+ local val=false
+ [[ false == \t\r\u\e ]]
+ [[ false == \y\e\s ]]
+ [[ false == \e\n\a\b\l\e\d ]]
+ [[ keystone == \k\e\y\s\t\o\n\e ]]
+ cat
+ [[ http == \h\t\t\p\s ]]
+ mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini
+ upgrade_old_logs contrail-api
+ local template=contrail-api
++ dirname /var/log/contrail/config-api
+ local old_dir=/var/log/contrail
+ mkdir -p /var/log/contrail/config-api
+ chmod 755 /var/log/contrail/config-api
+ mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/
+ true
+ [[ -n 1999 ]]
+ [[ -n 1999 ]]
+ local owner_opts=1999:1999
+ chown 1999:1999 /var/log/contrail/config-api
+ find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' +
+ run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0
+ [[ -n 1999 ]]
+ [[ -n 1999 ]]
+ local owner_opts=1999:1999
+ mkdir -p /etc/contrail /var/lib/contrail
+ chown 1999:1999 /etc/contrail /var/lib/contrail
+ find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' +
+ chmod 755 /etc/contrail
+ do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0
+ [[ -n 1999 ]]
+ [[ -n 1999 ]]
+ mkdir -p /var/crashes
+ chmod 777 /var/crashes
++ id -un 1999
+ local user_name=contrail
+ export HOME=/home/contrail
+ HOME=/home/contrail
+ mkdir -p /home/contrail
+ chown -R 1999:1999 /home/contrail
+ exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0
/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:287: SyntaxWarning: "is not" with a literal. Did you mean "!="?
if ip_alloc_unit is not 1:
/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1113: SyntaxWarning: "is" with a literal. Did you mean "=="?
if len(ipam_subnets) is 0:
/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1910: SyntaxWarning: "is" with a literal. Did you mean "=="?
if len(ipam_subnets) is 0:
05/18/2026 02:16:02.753 7f6ce4e1bdc0 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True
05/18/2026 02:16:02.927 7f6ce4e1bdc0 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084
05/18/2026 02:16:02.942 7f6ce4e1bdc0 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG]
05/18/2026 02:16:02.942 7f6ce4e1bdc0 [contrail-api] [INFO]: SANDESH: Logging: FILE: [None] -> [/var/log/contrail/config-api/contrail-api-0.log]
HttpError
Python 3.9.25: /usr/bin/python3
Mon May 18 02:16:20 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=)
3738 def _db_init_entries(self):
3739 # create singleton defaults if they don't exist already in db
3740 gsc = self.create_singleton_entry(GlobalSystemConfig(
3741 autonomous_system=64512, config_version=CONFIG_VERSION))
3742 self._gsc_uuid = gsc.uuid
gsc undefined
self =
self.create_singleton_entry = >
global GlobalSystemConfig =
autonomous_system undefined
config_version undefined
global CONFIG_VERSION = '1.0'
/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_system_config:d...f6261d33-ef50-4ec8-9a2c-d5ade9b2691e at zookeeper'
HttpError: HTTP Status: 409 Content: FQ Name: /fq-name-to-uuid/global_system_config:default-global-system-config exists already with ID: f6261d33-ef50-4ec8-9a2c-d5ade9b2691e at zookeeper
__cause__ = None
__class__ =
__context__ = NoIdError('global_system_config default-global-system-config')
__delattr__ =
__dict__ = {'content': 'FQ Name: /fq-name-to-uuid/global_system_config:d...f6261d33-ef50-4ec8-9a2c-d5ade9b2691e 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_system_config:d...f6261d33-ef50-4ec8-9a2c-d5ade9b2691e at zookeeper')
content = 'FQ Name: /fq-name-to-uuid/global_system_config:d...f6261d33-ef50-4ec8-9a2c-d5ade9b2691e 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_system_config default-global-system-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 3740, in _db_init_entries
gsc = self.create_singleton_entry(GlobalSystemConfig(
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_system_config:default-global-system-config exists already with ID: f6261d33-ef50-4ec8-9a2c-d5ade9b2691e at zookeeper
++ LOG_DIR=/var/log/contrail
++ export CONTAINER_LOG_DIR=/var/log/contrail/config-api
++ CONTAINER_LOG_DIR=/var/log/contrail/config-api
++ mkdir -p /var/log/contrail/config-api
++ log_file=/var/log/contrail/config-api/console.log
++ touch /var/log/contrail/config-api/console.log
++ chmod 600 /var/log/contrail/config-api/console.log
++ exec
+++ tee -a /var/log/contrail/config-api/console.log
+++ date
++ echo 'INFO: =================== Mon May 18 02:16:20 AM UTC 2026 ==================='
INFO: =================== Mon May 18 02:16:20 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
+++ local nic=ens3
+++ ip addr show dev ens3
+++ cut -d / -f 1
+++ awk '{print $2}'
+++ head -n 1
+++ grep 'inet '
++ DEFAULT_LOCAL_IP=10.0.0.240
++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN
++ VXLAN_VN_ID_MODE=automatic
++ DPDK_UIO_DRIVER=uio_pci_generic
++ CPU_CORE_MASK=0x01
++ SERVICE_CORE_MASK=
++ DPDK_CTRL_THREAD_MASK=
++ HUGE_PAGES=
++ HUGE_PAGES_DIR=/dev/hugepages
++ HUGE_PAGES_1GB=0
++ HUGE_PAGES_2MB=256
++ HUGE_PAGES_1GB_DIR=
++ HUGE_PAGES_2MB_DIR=
++ [[ 0 != 0 ]]
++ [[ 0 != 256 ]]
++ [[ -z '' ]]
+++ mount -t hugetlbfs
+++ awk '/pagesize=2M/{print($3)}'
+++ tail -n 1
++ HUGE_PAGES_2MB_DIR=
++ DPDK_MEM_PER_SOCKET=1024
++ DPDK_COMMAND_ADDITIONAL_ARGS=
++ NIC_OFFLOAD_ENABLE=False
++ DPDK_ENABLE_VLAN_FWRD=False
++ DIST_SNAT_PROTO_PORT_LIST=
++ CLOUD_ORCHESTRATOR=openstack
++ CLOUD_ADMIN_ROLE=admin
++ AAA_MODE=rbac
++ AUTH_MODE=keystone
++ AUTH_PARAMS=
++ SSL_ENABLE=false
++ SSL_INSECURE=True
++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem
++ SELFSIGNED_CERTS_WITH_IPS=True
++ CONTROLLER_NODES=10.0.0.23,10.0.0.22,10.0.0.240
++ ANALYTICS_ALARM_ENABLE=True
++ ANALYTICS_SNMP_ENABLE=True
++ ANALYTICSDB_ENABLE=True
++ ANALYTICS_NODES=10.0.0.23,10.0.0.22,10.0.0.240
++ ANALYTICSDB_NODES=10.0.0.23,10.0.0.22,10.0.0.240
++ ANALYTICS_SNMP_NODES=10.0.0.23,10.0.0.22,10.0.0.240
++ ANALYTICS_API_PORT=8081
++ ANALYTICS_API_INTROSPECT_PORT=8090
++ ANALYTICSDB_PORT=9160
++ ANALYTICSDB_CQL_PORT=9042
++ TOPOLOGY_INTROSPECT_PORT=5921
++ QUERYENGINE_INTROSPECT_PORT=8091
+++ get_server_list ANALYTICS ':8081 '
+++ local server_typ=ANALYTICS_NODES
+++ local 'port_with_delim=:8081 '
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.23
+++ local server_address=10.0.0.23
+++ extended_server_list+='10.0.0.23:8081 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.22
+++ local server_address=10.0.0.22
+++ extended_server_list+='10.0.0.22:8081 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.240
+++ local server_address=10.0.0.240
+++ extended_server_list+='10.0.0.240:8081 '
+++ '[' -n '10.0.0.23:8081 10.0.0.22:8081 10.0.0.240:8081 ' ']'
+++ echo '10.0.0.23:8081 10.0.0.22:8081 10.0.0.240:8081'
++ ANALYTICS_SERVERS='10.0.0.23:8081 10.0.0.22:8081 10.0.0.240:8081'
+++ get_server_list ANALYTICSDB ':9042 '
+++ local server_typ=ANALYTICSDB_NODES
+++ local 'port_with_delim=:9042 '
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.23
+++ local server_address=10.0.0.23
+++ extended_server_list+='10.0.0.23:9042 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.22
+++ local server_address=10.0.0.22
+++ extended_server_list+='10.0.0.22:9042 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.240
+++ local server_address=10.0.0.240
+++ extended_server_list+='10.0.0.240:9042 '
+++ '[' -n '10.0.0.23:9042 10.0.0.22:9042 10.0.0.240:9042 ' ']'
+++ echo '10.0.0.23:9042 10.0.0.22:9042 10.0.0.240:9042'
++ ANALYTICSDB_CQL_SERVERS='10.0.0.23:9042 10.0.0.22:9042 10.0.0.240:9042'
++ ANALYTICS_API_VIP=
++ ANALYTICS_ALARM_NODES=10.0.0.23,10.0.0.22,10.0.0.240
++ ALARMGEN_INTROSPECT_PORT=5995
++ BGP_PORT=179
++ BGP_AUTO_MESH=true
++ BGP_ASN=64512
++ ENABLE_4BYTE_AS=false
++ APPLY_DEFAULTS=true
++ COLLECTOR_PORT=8086
++ COLLECTOR_INTROSPECT_PORT=8089
++ COLLECTOR_SYSLOG_PORT=514
++ COLLECTOR_SFLOW_PORT=6343
++ COLLECTOR_IPFIX_PORT=4739
++ COLLECTOR_PROTOBUF_PORT=3333
++ COLLECTOR_STRUCTURED_SYSLOG_PORT=3514
++ SNMPCOLLECTOR_INTROSPECT_PORT=5920
+++ get_server_list ANALYTICS ':8086 '
+++ local server_typ=ANALYTICS_NODES
+++ local 'port_with_delim=:8086 '
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.23
+++ local server_address=10.0.0.23
+++ extended_server_list+='10.0.0.23:8086 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.22
+++ local server_address=10.0.0.22
+++ extended_server_list+='10.0.0.22:8086 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.240
+++ local server_address=10.0.0.240
+++ extended_server_list+='10.0.0.240:8086 '
+++ '[' -n '10.0.0.23:8086 10.0.0.22:8086 10.0.0.240:8086 ' ']'
+++ echo '10.0.0.23:8086 10.0.0.22:8086 10.0.0.240:8086'
++ COLLECTOR_SERVERS='10.0.0.23:8086 10.0.0.22:8086 10.0.0.240:8086'
++ CASSANDRA_PORT=9160
++ CASSANDRA_CQL_PORT=9042
++ CASSANDRA_SSL_STORAGE_PORT=7011
++ CASSANDRA_STORAGE_PORT=7010
++ CASSANDRA_JMX_LOCAL_PORT=7200
++ CONFIGDB_CASSANDRA_DRIVER=cql
++ CONFIG_NODES=10.0.0.23,10.0.0.22,10.0.0.240
++ CONFIGDB_NODES=10.0.0.23,10.0.0.22,10.0.0.240
++ CONFIG_API_PORT=8082
++ CONFIG_API_INTROSPECT_PORT=8084
++ CONFIG_API_ADMIN_PORT=8095
++ CONFIGDB_PORT=9161
++ CONFIGDB_CQL_PORT=9041
+++ get_server_list CONFIG ':8082 '
+++ local server_typ=CONFIG_NODES
+++ local 'port_with_delim=:8082 '
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.23
+++ local server_address=10.0.0.23
+++ extended_server_list+='10.0.0.23:8082 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.22
+++ local server_address=10.0.0.22
+++ extended_server_list+='10.0.0.22:8082 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.240
+++ local server_address=10.0.0.240
+++ extended_server_list+='10.0.0.240:8082 '
+++ '[' -n '10.0.0.23:8082 10.0.0.22:8082 10.0.0.240:8082 ' ']'
+++ echo '10.0.0.23:8082 10.0.0.22:8082 10.0.0.240:8082'
++ CONFIG_SERVERS='10.0.0.23:8082 10.0.0.22:8082 10.0.0.240:8082'
+++ get_server_list CONFIGDB ':9161 '
+++ local server_typ=CONFIGDB_NODES
+++ local 'port_with_delim=:9161 '
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.23
+++ local server_address=10.0.0.23
+++ extended_server_list+='10.0.0.23:9161 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.22
+++ local server_address=10.0.0.22
+++ extended_server_list+='10.0.0.22:9161 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.240
+++ local server_address=10.0.0.240
+++ extended_server_list+='10.0.0.240:9161 '
+++ '[' -n '10.0.0.23:9161 10.0.0.22:9161 10.0.0.240:9161 ' ']'
+++ echo '10.0.0.23:9161 10.0.0.22:9161 10.0.0.240:9161'
++ CONFIGDB_SERVERS='10.0.0.23:9161 10.0.0.22:9161 10.0.0.240:9161'
+++ get_server_list CONFIGDB ':9041 '
+++ local server_typ=CONFIGDB_NODES
+++ local 'port_with_delim=:9041 '
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.23
+++ local server_address=10.0.0.23
+++ extended_server_list+='10.0.0.23:9041 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.22
+++ local server_address=10.0.0.22
+++ extended_server_list+='10.0.0.22:9041 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.240
+++ local server_address=10.0.0.240
+++ extended_server_list+='10.0.0.240:9041 '
+++ '[' -n '10.0.0.23:9041 10.0.0.22:9041 10.0.0.240:9041 ' ']'
+++ echo '10.0.0.23:9041 10.0.0.22:9041 10.0.0.240:9041'
++ CONFIGDB_CQL_SERVERS='10.0.0.23:9041 10.0.0.22:9041 10.0.0.240:9041'
++ CONFIG_API_VIP=
++ CONFIG_API_SSL_ENABLE=false
++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ CONFIG_API_WORKER_COUNT=1
++ CONFIG_API_MAX_REQUESTS=1024
++ ANALYTICS_API_SSL_ENABLE=false
++ ANALYTICS_API_SSL_INSECURE=True
++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ CASSANDRA_SSL_ENABLE=false
++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum
++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum
++ CASSANDRA_SSL_PROTOCOL=TLS
++ CASSANDRA_SSL_ALGORITHM=SunX509
++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]'
++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4
++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4
++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256
++ CASSANDRA_CONFIG_CONCURRECT_READS=64
++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64
++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects
++ CASSANDRA_REAPER_ENABLED=false
++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey
++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser
++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass
++ CASSANDRA_REAPER_APP_PORT=8071
++ CASSANDRA_REAPER_ADM_PORT=8072
++ CONTROL_NODES=10.20.0.25,10.20.0.193,10.20.0.129
++ CONTROL_INTROSPECT_PORT=8083
++ DNS_NODES=10.20.0.25,10.20.0.193,10.20.0.129
++ DNS_SERVER_PORT=53
++ DNS_INTROSPECT_PORT=8092
++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg==
++ USE_EXTERNAL_TFTP=False
++ ZOOKEEPER_NODES=10.0.0.23,10.0.0.22,10.0.0.240
++ ZOOKEEPER_PORT=2181
++ ZOOKEEPER_PORTS=2888:3888
+++ get_server_list ZOOKEEPER :2181,
+++ local server_typ=ZOOKEEPER_NODES
+++ local port_with_delim=:2181,
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.23
+++ local server_address=10.0.0.23
+++ extended_server_list+=10.0.0.23:2181,
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.22
+++ local server_address=10.0.0.22
+++ extended_server_list+=10.0.0.22:2181,
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.240
+++ local server_address=10.0.0.240
+++ extended_server_list+=10.0.0.240:2181,
+++ '[' -n 10.0.0.23:2181,10.0.0.22:2181,10.0.0.240:2181, ']'
+++ echo 10.0.0.23:2181,10.0.0.22:2181,10.0.0.240:2181
++ ZOOKEEPER_SERVERS=10.0.0.23:2181,10.0.0.22:2181,10.0.0.240:2181
+++ get_server_list ZOOKEEPER ':2181 '
+++ local server_typ=ZOOKEEPER_NODES
+++ local 'port_with_delim=:2181 '
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.23
+++ local server_address=10.0.0.23
+++ extended_server_list+='10.0.0.23:2181 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.22
+++ local server_address=10.0.0.22
+++ extended_server_list+='10.0.0.22:2181 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.240
+++ local server_address=10.0.0.240
+++ extended_server_list+='10.0.0.240:2181 '
+++ '[' -n '10.0.0.23:2181 10.0.0.22:2181 10.0.0.240:2181 ' ']'
+++ echo '10.0.0.23:2181 10.0.0.22:2181 10.0.0.240:2181'
++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.23:2181 10.0.0.22:2181 10.0.0.240:2181'
++ RABBITMQ_NODES=10.0.0.23,10.0.0.22,10.0.0.240
++ RABBITMQ_NODE_PORT=5673
+++ get_server_list RABBITMQ :5673,
+++ local server_typ=RABBITMQ_NODES
+++ local port_with_delim=:5673,
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.23
+++ local server_address=10.0.0.23
+++ extended_server_list+=10.0.0.23:5673,
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.22
+++ local server_address=10.0.0.22
+++ extended_server_list+=10.0.0.22:5673,
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.240
+++ local server_address=10.0.0.240
+++ extended_server_list+=10.0.0.240:5673,
+++ '[' -n 10.0.0.23:5673,10.0.0.22:5673,10.0.0.240:5673, ']'
+++ echo 10.0.0.23:5673,10.0.0.22:5673,10.0.0.240:5673
++ RABBITMQ_SERVERS=10.0.0.23:5673,10.0.0.22:5673,10.0.0.240:5673
++ RABBITMQ_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ RABBITMQ_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ RABBITMQ_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=true
++ RABBITMQ_VHOST=/
++ RABBITMQ_USER=guest
++ RABBITMQ_PASSWORD=guest
++ RABBITMQ_USE_SSL=false
++ RABBITMQ_SSL_VER=tlsv1.2
++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ RABBITMQ_HEARTBEAT_INTERVAL=60
++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal
++ RABBITMQ_MIRRORED_QUEUE_MODE=all
++ REDIS_SERVER_PORT=6379
++ REDIS_SERVER_PASSWORD=
+++ get_server_list ANALYTICS ':6379 '
+++ local server_typ=ANALYTICS_NODES
+++ local 'port_with_delim=:6379 '
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.23
+++ local server_address=10.0.0.23
+++ extended_server_list+='10.0.0.23:6379 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.22
+++ local server_address=10.0.0.22
+++ extended_server_list+='10.0.0.22:6379 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.240
+++ local server_address=10.0.0.240
+++ extended_server_list+='10.0.0.240:6379 '
+++ '[' -n '10.0.0.23:6379 10.0.0.22:6379 10.0.0.240:6379 ' ']'
+++ echo '10.0.0.23:6379 10.0.0.22:6379 10.0.0.240:6379'
++ REDIS_SERVERS='10.0.0.23:6379 10.0.0.22:6379 10.0.0.240:6379'
++ REDIS_LISTEN_ADDRESS=
++ REDIS_PROTECTED_MODE=
++ REDIS_SSL_ENABLE=false
++ REDIS_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ REDIS_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ REDIS_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ is_enabled false
++ local val=false
++ [[ false == \t\r\u\e ]]
++ [[ false == \y\e\s ]]
++ [[ false == \e\n\a\b\l\e\d ]]
++ redis_ssl_config=
++ KAFKA_NODES=10.0.0.23,10.0.0.22,10.0.0.240
++ KAFKA_PORT=9092
+++ get_server_list KAFKA ':9092 '
+++ local server_typ=KAFKA_NODES
+++ local 'port_with_delim=:9092 '
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.23
+++ local server_address=10.0.0.23
+++ extended_server_list+='10.0.0.23:9092 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.22
+++ local server_address=10.0.0.22
+++ extended_server_list+='10.0.0.22:9092 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.240
+++ local server_address=10.0.0.240
+++ extended_server_list+='10.0.0.240:9092 '
+++ '[' -n '10.0.0.23:9092 10.0.0.22:9092 10.0.0.240:9092 ' ']'
+++ echo '10.0.0.23:9092 10.0.0.22:9092 10.0.0.240:9092'
++ KAFKA_SERVERS='10.0.0.23:9092 10.0.0.22:9092 10.0.0.240:9092'
++ KAFKA_SSL_ENABLE=false
++ KAFKA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ KAFKA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ KAFKA_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ KEYSTONE_AUTH_ADMIN_TENANT=admin
++ KEYSTONE_AUTH_ADMIN_USER=admin
++ KEYSTONE_AUTH_ADMIN_PASSWORD=contrail123
++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=Default
++ KEYSTONE_AUTH_USER_DOMAIN_NAME=Default
++ KEYSTONE_AUTH_REGION_NAME=RegionOne
++ KEYSTONE_AUTH_URL_VERSION=/v3
++ KEYSTONE_AUTH_HOST=10.0.0.23
++ KEYSTONE_AUTH_PROTO=http
++ KEYSTONE_AUTH_ADMIN_PORT=5000
++ KEYSTONE_AUTH_PUBLIC_PORT=5000
++ KEYSTONE_AUTH_URL_TOKENS=/v3/auth/tokens
++ KEYSTONE_AUTH_INSECURE=True
++ KEYSTONE_AUTH_CERTFILE=
++ KEYSTONE_AUTH_KEYFILE=
++ KEYSTONE_AUTH_CA_CERTFILE=
++ KEYSTONE_AUTH_ENDPOINT_TYPE=
++ KEYSTONE_AUTH_SYNC_ON_DEMAND=
++ KEYSTONE_AUTH_INTERFACE=public
++ KUBEMANAGER_NODES=10.0.0.23,10.0.0.22,10.0.0.240
++ KUBERNETES_CLUSTER_NAME=k8s
++ KUBERNETES_CNI_META_PLUGIN=multus
++ METADATA_PROXY_SECRET=contrail
++ BARBICAN_TENANT_NAME=service
++ BARBICAN_USER=barbican
++ BARBICAN_PASSWORD=contrail123
++ AGENT_MODE=kernel
++ EXTERNAL_ROUTERS=
++ SUBCLUSTER=
++ VROUTER_COMPUTE_NODE_ADDRESS=
++ VROUTER_MODULE_OPTIONS=
++ FABRIC_SNAT_HASH_TABLE_SIZE=4096
++ TSN_EVPN_MODE=False
++ TSN_NODES='[]'
++ PRIORITY_ID=
++ PRIORITY_BANDWIDTH=
++ PRIORITY_SCHEDULING=
++ QOS_QUEUE_ID=
++ QOS_LOGICAL_QUEUES=
++ QOS_DEF_HW_QUEUE=False
++ PRIORITY_TAGGING=True
++ SLO_DESTINATION=collector
++ '[' -n '' ']'
++ SAMPLE_DESTINATION=collector
++ FLOW_EXPORT_RATE=0
++ WEBUI_NODES=10.0.0.23,10.0.0.22,10.0.0.240
++ WEBUI_JOB_SERVER_PORT=3000
++ KUE_UI_PORT=3002
++ WEBUI_HTTP_LISTEN_PORT=8180
++ WEBUI_HTTPS_LISTEN_PORT=8143
++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem
++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem
++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA
++ WEBUI_STATIC_AUTH_USER=admin
++ WEBUI_STATIC_AUTH_PASSWORD=contrail123
++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin
++ XMPP_SERVER_PORT=5269
++ XMPP_SSL_ENABLE=false
++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ LINKLOCAL_SERVICE_PORT=80
++ LINKLOCAL_SERVICE_NAME=metadata
++ LINKLOCAL_SERVICE_IP=169.254.169.254
++ IPFABRIC_SERVICE_PORT=8775
++ INTROSPECT_SSL_ENABLE=false
++ INTROSPECT_SSL_INSECURE=True
++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ INTROSPECT_LISTEN_ALL=True
++ SANDESH_SSL_ENABLE=false
++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ METADATA_SSL_ENABLE=false
++ METADATA_SSL_CERTFILE=
++ METADATA_SSL_KEYFILE=
++ METADATA_SSL_CA_CERTFILE=
++ METADATA_SSL_CERT_TYPE=
++ CONFIGURE_IPTABLES=false
++ FWAAS_ENABLE=False
++ CONTAINERD_NAMESPACE=k8s.io
++ TOR_AGENT_OVS_KA=10000
++ TOR_TYPE=ovs
++ TOR_OVS_PROTOCOL=tcp
++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ [[ /v3 == \/\v\2\.\0 ]]
++ [[ openstack == \o\p\e\n\s\t\a\c\k ]]
++ AUTH_MODE=keystone
++ [[ keystone == \k\e\y\s\t\o\n\e ]]
++ AUTH_PARAMS='--admin_password contrail123'
++ AUTH_PARAMS+=' --admin_tenant_name admin'
++ AUTH_PARAMS+=' --admin_user admin'
++ is_enabled false
++ local val=false
++ [[ false == \t\r\u\e ]]
++ [[ false == \y\e\s ]]
++ [[ false == \e\n\a\b\l\e\d ]]
++ read -r -d '' sandesh_client_config
++ true
++ is_enabled false
++ local val=false
++ [[ false == \t\r\u\e ]]
++ [[ false == \y\e\s ]]
++ [[ false == \e\n\a\b\l\e\d ]]
++ xmpp_certs_config=
++ is_enabled false
++ local val=false
++ [[ false == \t\r\u\e ]]
++ [[ false == \y\e\s ]]
++ [[ false == \e\n\a\b\l\e\d ]]
++ analytics_api_ssl_opts=
++ read -r -d '' rabbitmq_config
++ true
++ read -r -d '' rabbit_config
++ true
++ is_enabled false
++ local val=false
++ [[ false == \t\r\u\e ]]
++ [[ false == \y\e\s ]]
++ [[ false == \e\n\a\b\l\e\d ]]
++ is_enabled false
++ local val=false
++ [[ false == \t\r\u\e ]]
++ [[ false == \y\e\s ]]
++ [[ false == \e\n\a\b\l\e\d ]]
++ kafka_ssl_config=
++ [[ -n '' ]]
++ collector_stats_config=
++ [[ -z '' ]]
++ is_enabled False
++ local val=false
++ [[ false == \t\r\u\e ]]
++ [[ false == \y\e\s ]]
++ [[ false == \e\n\a\b\l\e\d ]]
++ export TSN_AGENT_MODE=
++ TSN_AGENT_MODE=
++ [[ -n '' ]]
++ collector_stats_config=
++ [[ -z x ]]
++ RSYSLOGD_XFLOW_LISTEN_PORT=9898
+ pre_start_init
+ wait_certs_if_ssl_enabled
+ is_ssl_enabled
+ is_enabled false
+ local val=false
+ [[ false == \t\r\u\e ]]
+ [[ false == \y\e\s ]]
+ [[ false == \e\n\a\b\l\e\d ]]
+ is_enabled false
+ local val=false
+ [[ false == \t\r\u\e ]]
+ [[ false == \y\e\s ]]
+ [[ false == \e\n\a\b\l\e\d ]]
+ is_enabled false
+ local val=false
+ [[ false == \t\r\u\e ]]
+ [[ false == \y\e\s ]]
+ [[ false == \e\n\a\b\l\e\d ]]
+ is_enabled false
+ local val=false
+ [[ false == \t\r\u\e ]]
+ [[ false == \y\e\s ]]
+ [[ false == \e\n\a\b\l\e\d ]]
+ return
+ wait_config_api_certs_if_ssl_enabled
+ is_enabled false
+ local val=false
+ [[ false == \t\r\u\e ]]
+ [[ false == \y\e\s ]]
+ [[ false == \e\n\a\b\l\e\d ]]
+ return
+ wait_for_cassandra
++ echo 10.0.0.23,10.0.0.22,10.0.0.240
++ cut -d , -f 1
+ local cassandra=10.0.0.23
+ (( i=1 ))
+ (( i<=30 ))
+ nc -z 10.0.0.23 9041
+ echo -e '\035\nquit'
+ echo 'INFO: Cassandra is connected'
INFO: Cassandra is connected
+ sleep 5
+ return 0
+ host_ip=0.0.0.0
+ is_enabled
+ local val=
+ [[ '' == \t\r\u\e ]]
+ [[ '' == \y\e\s ]]
+ [[ '' == \e\n\a\b\l\e\d ]]
++ get_listen_ip_for_node CONFIG
+++ find_my_ip_and_order_for_node CONFIG
+++ local server_typ=CONFIG_NODES
+++ find_my_ip_and_order_for_node_list 10.0.0.23,10.0.0.22,10.0.0.240
+++ local servers=10.0.0.23,10.0.0.22,10.0.0.240
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ cut -d ' ' -f 1
++++ get_local_ips
++++ cat /proc/net/fib_trie
++++ tr '\n' ,
++++ uniq
++++ awk '/32 host/ { print f } {f=$2}'
++++ grep -vi host
++++ sort
+++ local local_ips=,10.0.0.240,10.20.0.129,127.0.0.1,172.17.0.1,,
+++ local ord=1
+++ for server in "${server_list[@]}"
+++ local ret=0
++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.23'\''))'
+++ local server_ip=10.0.0.23
+++ [[ 0 == 0 ]]
+++ [[ -n 10.0.0.23 ]]
+++ [[ ,10.0.0.240,10.20.0.129,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.23, ]]
+++ (( ord+=1 ))
+++ for server in "${server_list[@]}"
+++ local ret=0
++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.22'\''))'
+++ local server_ip=10.0.0.22
+++ [[ 0 == 0 ]]
+++ [[ -n 10.0.0.22 ]]
+++ [[ ,10.0.0.240,10.20.0.129,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.22, ]]
+++ (( ord+=1 ))
+++ for server in "${server_list[@]}"
+++ local ret=0
++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.240'\''))'
+++ local server_ip=10.0.0.240
+++ [[ 0 == 0 ]]
+++ [[ -n 10.0.0.240 ]]
+++ [[ ,10.0.0.240,10.20.0.129,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.240, ]]
+++ echo 10.0.0.240 3
+++ return
++ local ip=10.0.0.240
++ [[ -z 10.0.0.240 ]]
++ echo 10.0.0.240
+ host_ip=10.0.0.240
+ [[ cql == \c\q\l ]]
++ echo 10.0.0.23:9041 10.0.0.22:9041 10.0.0.240:9041
++ sed 's/,/ /g'
+ cassandra_server_list='10.0.0.23:9041 10.0.0.22:9041 10.0.0.240:9041'
+ config_api_certs_config=
+ uwsgi_socket='protocol = http\nsocket = 10.0.0.240:8082'
+ is_enabled false
+ local val=false
+ [[ false == \t\r\u\e ]]
+ [[ false == \y\e\s ]]
+ [[ false == \e\n\a\b\l\e\d ]]
+ is_enabled False
+ local val=false
+ [[ false == \t\r\u\e ]]
+ [[ false == \y\e\s ]]
+ [[ false == \e\n\a\b\l\e\d ]]
+ neutron_section=
+ mkdir -p /etc/contrail
+ introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}")
+ admin_port_list=("${CONFIG_API_ADMIN_PORT}")
+ (( index=0 ))
+ (( index < CONFIG_API_WORKER_COUNT-1 ))
+ (( index=0 ))
+ (( index < CONFIG_API_WORKER_COUNT ))
+ cat
++ get_introspect_listen_ip_for_node CONFIG
++ local ip=0.0.0.0
++ is_enabled True
++ local val=true
++ [[ true == \t\r\u\e ]]
++ echo 0.0.0.0
+ add_ini_params_from_env API /etc/contrail/contrail-api-0.conf
+ local service_name=API
+ local cfg_path=/etc/contrail/contrail-api-0.conf
+ local delim=__
++ set -o posix
++ set
++ grep '^API__.*__.*=.*$'
++ sort
++ sed 's/^API__//g'
++ cut -d = -f 1
+ local vars=
+ local section=
+ (( ++index ))
+ (( index < CONFIG_API_WORKER_COUNT ))
+ (( CONFIG_API_WORKER_COUNT > 1 ))
+ service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0'
+ set_third_party_auth_config
+ [[ keystone != \k\e\y\s\t\o\n\e ]]
+ local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp
+ cat
+ [[ /v3 == \/\v\3 ]]
+ cat
+ [[ http == \h\t\t\p\s ]]
+ [[ -n '' ]]
+ [[ -n '' ]]
+ [[ -n public ]]
+ echo 'interface = public'
+ mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf
+ set_vnc_api_lib_ini
+ local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp
+ cat
+ is_enabled false
+ local val=false
+ [[ false == \t\r\u\e ]]
+ [[ false == \y\e\s ]]
+ [[ false == \e\n\a\b\l\e\d ]]
+ [[ keystone == \k\e\y\s\t\o\n\e ]]
+ cat
+ [[ http == \h\t\t\p\s ]]
+ mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini
+ upgrade_old_logs contrail-api
+ local template=contrail-api
++ dirname /var/log/contrail/config-api
+ local old_dir=/var/log/contrail
+ mkdir -p /var/log/contrail/config-api
+ chmod 755 /var/log/contrail/config-api
+ mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/
+ true
+ [[ -n 1999 ]]
+ [[ -n 1999 ]]
+ local owner_opts=1999:1999
+ chown 1999:1999 /var/log/contrail/config-api
+ find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' +
+ run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0
+ [[ -n 1999 ]]
+ [[ -n 1999 ]]
+ local owner_opts=1999:1999
+ mkdir -p /etc/contrail /var/lib/contrail
+ chown 1999:1999 /etc/contrail /var/lib/contrail
+ find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' +
+ chmod 755 /etc/contrail
+ do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0
+ [[ -n 1999 ]]
+ [[ -n 1999 ]]
+ mkdir -p /var/crashes
+ chmod 777 /var/crashes
++ id -un 1999
+ local user_name=contrail
+ export HOME=/home/contrail
+ HOME=/home/contrail
+ mkdir -p /home/contrail
+ chown -R 1999:1999 /home/contrail
+ exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0
/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:287: SyntaxWarning: "is not" with a literal. Did you mean "!="?
if ip_alloc_unit is not 1:
/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1113: SyntaxWarning: "is" with a literal. Did you mean "=="?
if len(ipam_subnets) is 0:
/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1910: SyntaxWarning: "is" with a literal. Did you mean "=="?
if len(ipam_subnets) is 0:
05/18/2026 02:16:29.751 7f483ffbf6c0 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True
05/18/2026 02:16:29.898 7f483ffbf6c0 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084
05/18/2026 02:16:29.912 7f483ffbf6c0 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG]
05/18/2026 02:16:29.912 7f483ffbf6c0 [contrail-api] [INFO]: SANDESH: Logging: FILE: [None] -> [/var/log/contrail/config-api/contrail-api-0.log]
The option "admin_port" is not known to keystonemiddleware
The option "max_requests" is not known to keystonemiddleware
The option "signing_dir" is not known to keystonemiddleware
The option "auth_url" is not known to keystonemiddleware
The option "username" is not known to keystonemiddleware
The option "password" is not known to keystonemiddleware
The option "user_domain_name" is not known to keystonemiddleware
The option "project_domain_name" is not known to keystonemiddleware
The option "project_name" is not known to keystonemiddleware
AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True.
Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an admin endpoint
Bottle v0.12.25 server starting up (using GeventPoolServer(spawn=))...
Listening on http://localhost:8095/
Hit Ctrl-C to quit.
Bottle v0.12.25 server starting up (using GeventPoolServer(spawn=))...
Listening on http://10.0.0.240:8082/
Hit Ctrl-C to quit.
10.0.0.240 - - [2026-05-18 02:16:31] "GET / HTTP/1.1" 200 45871 0.001378
10.0.0.240 - - [2026-05-18 02:16:31] "GET / HTTP/1.1" 200 45871 0.001064
Using the in-process token cache is deprecated as of the 4.2.0 release and may be removed in the 5.0.0 release or the 'O' development cycle. The in-process cache causes inconsistent results and high memory usage. When the feature is removed the auth_token middleware will not cache tokens by default which may result in performance issues. It is recommended to use memcache for the auth_token token cache by setting the memcached_servers option.
10.0.0.240 - - [2026-05-18 02:16:31] "POST /fqname-to-id HTTP/1.1" 401 292 0.000628
10.0.0.240 - - [2026-05-18 02:16:31] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000252
10.0.0.240 - - [2026-05-18 02:16:38] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 4.926478
10.0.0.240 - - [2026-05-18 02:16:38] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.003794
10.0.0.240 - - [2026-05-18 02:16:38] "POST /fqname-to-id HTTP/1.1" 200 156 4.631630
10.0.0.240 - - [2026-05-18 02:16:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003896
/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.23 - - [2026-05-18 02:16:40] "POST /fqname-to-id HTTP/1.1" 404 186 0.037479
10.0.0.23 - - [2026-05-18 02:16:40] "POST /service-appliance-sets HTTP/1.1" 200 555 0.065788
10.0.0.23 - - [2026-05-18 02:16:40] "GET /global-system-config/f6261d33-ef50-4ec8-9a2c-d5ade9b2691e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1968 0.015634
10.0.0.23 - - [2026-05-18 02:16:40] "GET /network-ipam/ec04e7bb-1928-4788-afe7-99ba2ff468e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1956 0.007771
10.0.0.23 - - [2026-05-18 02:16:41] "POST /service-templates HTTP/1.1" 200 517 0.053670
10.0.0.240 - - [2026-05-18 02:16:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.054254
10.0.0.240 - - [2026-05-18 02:16:50] "POST /ref-update HTTP/1.1" 200 156 0.064136
10.0.0.240 - - [2026-05-18 02:16:51] "POST /access-control-lists HTTP/1.1" 200 589 0.042744
10.0.0.240 - - [2026-05-18 02:16:51] "POST /route-targets HTTP/1.1" 200 328 0.026888
10.0.0.240 - - [2026-05-18 02:16:51] "POST /ref-update HTTP/1.1" 200 156 0.029124
10.0.0.240 - - [2026-05-18 02:16:51] "POST /route-targets HTTP/1.1" 200 328 0.022340
10.0.0.240 - - [2026-05-18 02:16:51] "POST /access-control-lists HTTP/1.1" 200 553 0.078201
10.0.0.22 - - [2026-05-18 02:16:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000401
10.0.0.22 - - [2026-05-18 02:16:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000412
10.0.0.240 - - [2026-05-18 02:16:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000400
10.0.0.240 - - [2026-05-18 02:16:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000350
10.0.0.23 - - [2026-05-18 02:16:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000435
10.0.0.23 - - [2026-05-18 02:16:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000410
10.0.0.22 - - [2026-05-18 02:16:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000367
10.0.0.22 - - [2026-05-18 02:16:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000350
10.0.0.240 - - [2026-05-18 02:16:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000428
10.0.0.240 - - [2026-05-18 02:16:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000405
10.0.0.23 - - [2026-05-18 02:16:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000342
10.0.0.23 - - [2026-05-18 02:16:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000510
[Introspect:8084]10.0.0.240 - - [2026-05-18 02:17:02] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001178
[Introspect:8084]10.0.0.240 - - [2026-05-18 02:17:02] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3159 0.000985
[Introspect:8084]10.0.0.240 - - [2026-05-18 02:17:18] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001096
[Introspect:8084]10.0.0.240 - - [2026-05-18 02:17:18] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3159 0.001016
The option "admin_port" is not known to keystonemiddleware
The option "max_requests" is not known to keystonemiddleware
The option "signing_dir" is not known to keystonemiddleware
The option "auth_url" is not known to keystonemiddleware
The option "username" is not known to keystonemiddleware
The option "password" is not known to keystonemiddleware
The option "user_domain_name" is not known to keystonemiddleware
The option "project_domain_name" is not known to keystonemiddleware
The option "project_name" is not known to keystonemiddleware
AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True.
Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an admin endpoint
Using the in-process token cache is deprecated as of the 4.2.0 release and may be removed in the 5.0.0 release or the 'O' development cycle. The in-process cache causes inconsistent results and high memory usage. When the feature is removed the auth_token middleware will not cache tokens by default which may result in performance issues. It is recommended to use memcache for the auth_token token cache by setting the memcached_servers option.
10.0.0.23 - - [2026-05-18 02:17:43] "GET /obj-perms HTTP/1.1" 200 5056 0.384642
10.0.0.23 - - [2026-05-18 02:18:29] "GET / HTTP/1.1" 200 36215 0.001826
10.0.0.23 - - [2026-05-18 02:18:29] "POST /fqname-to-id HTTP/1.1" 401 292 0.000391
10.0.0.23 - - [2026-05-18 02:18:30] "POST /fqname-to-id HTTP/1.1" 404 186 0.048044
10.0.0.240 - - [2026-05-18 02:18:30] "GET /projects?obj_uuids=142121ef-f725-4ec8-9078-b89675b88bc2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003213
10.0.0.240 - - [2026-05-18 02:18:30] "GET /domains?obj_uuids=4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001152
10.0.0.240 - - [2026-05-18 02:18:30] "GET /domain/4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009702
10.0.0.240 - - [2026-05-18 02:18:30] "POST /id-to-fqname HTTP/1.1" 200 188 0.002834
10.0.0.240 - - [2026-05-18 02:18:30] "POST /fqname-to-id HTTP/1.1" 404 197 0.009453
10.0.0.240 - - [2026-05-18 02:18:30] "POST /security-groups HTTP/1.1" 200 589 0.098437
10.0.0.240 - - [2026-05-18 02:18:30] "POST /projects HTTP/1.1" 200 581 0.374322
10.0.0.240 - - [2026-05-18 02:18:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.467665
10.0.0.240 - - [2026-05-18 02:18:30] "POST /fqname-to-id HTTP/1.1" 404 231 0.025748
10.0.0.23 - - [2026-05-18 02:18:31] "GET /project/142121ef-f725-4ec8-9078-b89675b88bc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.642242
10.0.0.23 - - [2026-05-18 02:18:32] "GET / HTTP/1.1" 200 36215 0.002053
10.0.0.240 - - [2026-05-18 02:18:35] "GET /projects?obj_uuids=142121ef-f725-4ec8-9078-b89675b88bc2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000982
10.0.0.23 - - [2026-05-18 02:18:35] "GET /project/142121ef-f725-4ec8-9078-b89675b88bc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.046603
10.0.0.240 - - [2026-05-18 02:18:35] "GET /projects?obj_uuids=142121ef-f725-4ec8-9078-b89675b88bc2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000859
10.0.0.23 - - [2026-05-18 02:18:35] "GET /project/142121ef-f725-4ec8-9078-b89675b88bc2?fields=virtual_networks HTTP/1.1" 200 1029 0.061249
10.0.0.240 - - [2026-05-18 02:18:35] "GET /projects?obj_uuids=142121ef-f725-4ec8-9078-b89675b88bc2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000975
10.0.0.23 - - [2026-05-18 02:18:35] "GET /project/142121ef-f725-4ec8-9078-b89675b88bc2?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.061667
10.0.0.240 - - [2026-05-18 02:18:35] "GET /projects?obj_uuids=142121ef-f725-4ec8-9078-b89675b88bc2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000972
10.0.0.23 - - [2026-05-18 02:18:35] "GET /project/142121ef-f725-4ec8-9078-b89675b88bc2?fields=security_groups HTTP/1.1" 200 1254 0.052739
10.0.0.240 - - [2026-05-18 02:18:36] "GET /projects?obj_uuids=24368b5e-b8b6-42c8-9709-5cf097b3c0d0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003799
10.0.0.240 - - [2026-05-18 02:18:36] "GET /domains?obj_uuids=4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000851
10.0.0.240 - - [2026-05-18 02:18:36] "GET /domain/4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008316
10.0.0.240 - - [2026-05-18 02:18:36] "POST /id-to-fqname HTTP/1.1" 200 167 0.001433
10.0.0.240 - - [2026-05-18 02:18:36] "POST /fqname-to-id HTTP/1.1" 404 176 0.006091
10.0.0.240 - - [2026-05-18 02:18:36] "POST /security-groups HTTP/1.1" 200 568 0.080858
10.0.0.240 - - [2026-05-18 02:18:36] "POST /projects HTTP/1.1" 200 539 0.314344
10.0.0.240 - - [2026-05-18 02:18:36] "POST /access-control-lists HTTP/1.1" 200 575 0.037911
10.0.0.240 - - [2026-05-18 02:18:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.393172
10.0.0.23 - - [2026-05-18 02:18:37] "GET /project/24368b5e-b8b6-42c8-9709-5cf097b3c0d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1273 0.565854
[Introspect:8084]10.0.0.23 - - [2026-05-18 02:18:38] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3159 0.001027
10.0.0.240 - - [2026-05-18 02:18:38] "GET /projects?obj_uuids=24368b5e-b8b6-42c8-9709-5cf097b3c0d0&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001202
10.0.0.23 - - [2026-05-18 02:18:38] "GET /project/24368b5e-b8b6-42c8-9709-5cf097b3c0d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1273 0.062458
10.0.0.240 - - [2026-05-18 02:18:39] "DELETE /project/142121eff7254ec89078b89675b88bc2 HTTP/1.1" 404 173 0.006954
10.0.0.240 - - [2026-05-18 02:18:39] "DELETE /project/24368b5eb8b642c897095cf097b3c0d0 HTTP/1.1" 404 173 0.009005
10.0.0.240 - - [2026-05-18 02:18:39] "GET /projects?obj_uuids=142121ef-f725-4ec8-9078-b89675b88bc2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001158
10.0.0.240 - - [2026-05-18 02:18:39] "GET /project/142121ef-f725-4ec8-9078-b89675b88bc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.052656
10.0.0.240 - - [2026-05-18 02:18:39] "GET /projects?obj_uuids=142121ef-f725-4ec8-9078-b89675b88bc2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.004621
10.0.0.240 - - [2026-05-18 02:18:39] "GET /project/142121ef-f725-4ec8-9078-b89675b88bc2?fields=security_groups HTTP/1.1" 200 1356 0.070619
10.0.0.240 - - [2026-05-18 02:18:39] "DELETE /security-group/30057276-792c-46c7-a419-a623fe8b45e5 HTTP/1.1" 200 115 0.062662
10.0.0.240 - - [2026-05-18 02:18:39] "GET /projects?obj_uuids=142121ef-f725-4ec8-9078-b89675b88bc2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001110
10.0.0.240 - - [2026-05-18 02:18:39] "DELETE /access-control-list/d9eb5d3a-6cb3-47dd-b2c1-07c0f4d3a7fd HTTP/1.1" 200 115 0.046314
10.0.0.240 - - [2026-05-18 02:18:39] "GET /project/142121ef-f725-4ec8-9078-b89675b88bc2?fields=application_policy_sets HTTP/1.1" 200 1395 0.072880
10.0.0.240 - - [2026-05-18 02:18:39] "DELETE /project/142121ef-f725-4ec8-9078-b89675b88bc2 HTTP/1.1" 200 115 0.551864
10.0.0.240 - - [2026-05-18 02:18:40] "GET /obj-perms HTTP/1.1" 200 5056 0.055302
[Introspect:8084]10.0.0.23 - - [2026-05-18 02:18:42] "GET /Snh_CollectorInfoRequest HTTP/1.1" 200 372 0.000655
10.0.0.23 - - [2026-05-18 02:18:42] "GET /obj-perms HTTP/1.1" 200 5056 0.060460
10.0.0.23 - - [2026-05-18 02:18:42] "GET /obj-perms HTTP/1.1" 200 5056 0.004760
10.0.0.23 - - [2026-05-18 02:18:42] "GET /obj-perms HTTP/1.1" 200 5056 0.005441
10.0.0.23 - - [2026-05-18 02:18:42] "GET /obj-perms HTTP/1.1" 200 5056 0.004176
10.0.0.23 - - [2026-05-18 02:18:43] "GET /obj-perms HTTP/1.1" 200 5056 0.006099
10.0.0.23 - - [2026-05-18 02:18:43] "GET /obj-perms HTTP/1.1" 200 5056 0.004243
10.0.0.23 - - [2026-05-18 02:18:43] "GET /obj-perms HTTP/1.1" 200 5056 0.004147
10.0.0.23 - - [2026-05-18 02:18:43] "GET /obj-perms HTTP/1.1" 200 5056 0.004295
10.0.0.23 - - [2026-05-18 02:18:43] "GET /obj-perms HTTP/1.1" 200 5056 0.004468
10.0.0.23 - - [2026-05-18 02:18:43] "GET /obj-perms HTTP/1.1" 200 5056 0.004693
10.0.0.23 - - [2026-05-18 02:18:43] "GET /obj-perms HTTP/1.1" 200 5056 0.005871
10.0.0.22 - - [2026-05-18 02:18:44] "GET /obj-perms HTTP/1.1" 200 5056 0.350342
10.0.0.23 - - [2026-05-18 02:18:44] "GET /obj-perms HTTP/1.1" 200 5056 0.003923
10.0.0.240 - - [2026-05-18 02:18:44] "GET /obj-perms HTTP/1.1" 200 5056 0.084362
10.0.0.240 - - [2026-05-18 02:18:44] "GET /obj-perms HTTP/1.1" 200 5056 0.004800
10.0.0.240 - - [2026-05-18 02:18:44] "GET /obj-perms HTTP/1.1" 200 5056 0.004292
10.0.0.23 - - [2026-05-18 02:18:46] "GET /obj-perms HTTP/1.1" 200 5056 0.004215
10.0.0.23 - - [2026-05-18 02:18:46] "GET /obj-perms HTTP/1.1" 200 5056 0.004343
10.0.0.23 - - [2026-05-18 02:18:46] "GET /obj-perms HTTP/1.1" 200 5056 0.004671
10.0.0.23 - - [2026-05-18 02:18:46] "GET /obj-perms HTTP/1.1" 200 5056 0.004743
10.0.0.23 - - [2026-05-18 02:18:46] "GET /obj-perms HTTP/1.1" 200 5056 0.004622
10.0.0.23 - - [2026-05-18 02:18:46] "GET /obj-perms HTTP/1.1" 200 5056 0.004614
10.0.0.23 - - [2026-05-18 02:18:46] "GET /obj-perms HTTP/1.1" 200 5056 0.004208
10.0.0.23 - - [2026-05-18 02:18:46] "GET /obj-perms HTTP/1.1" 200 5056 0.004821
10.0.0.23 - - [2026-05-18 02:18:46] "GET /obj-perms HTTP/1.1" 200 5056 0.005505
10.0.0.23 - - [2026-05-18 02:18:46] "GET /obj-perms HTTP/1.1" 200 5056 0.004362
10.0.0.23 - - [2026-05-18 02:18:49] "GET /obj-perms HTTP/1.1" 200 5056 0.004395
10.0.0.23 - - [2026-05-18 02:18:49] "GET /obj-perms HTTP/1.1" 200 5056 0.004094
10.0.0.23 - - [2026-05-18 02:18:49] "GET /obj-perms HTTP/1.1" 200 5056 0.004210
10.0.0.23 - - [2026-05-18 02:18:49] "GET /obj-perms HTTP/1.1" 200 5056 0.004486
10.0.0.23 - - [2026-05-18 02:18:51] "GET /obj-perms HTTP/1.1" 200 5056 0.004260
10.0.0.23 - - [2026-05-18 02:18:52] "POST /fqname-to-id HTTP/1.1" 404 199 0.026792
10.0.0.240 - - [2026-05-18 02:18:52] "GET /projects?obj_uuids=85376b82-f9a7-4319-a24a-cb9a15f1e5f8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004762
10.0.0.240 - - [2026-05-18 02:18:52] "GET /domains?obj_uuids=4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001176
10.0.0.240 - - [2026-05-18 02:18:52] "GET /domain/4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008162
10.0.0.240 - - [2026-05-18 02:18:52] "POST /id-to-fqname HTTP/1.1" 200 201 0.005005
10.0.0.240 - - [2026-05-18 02:18:52] "POST /fqname-to-id HTTP/1.1" 404 210 0.010028
10.0.0.240 - - [2026-05-18 02:18:52] "POST /security-groups HTTP/1.1" 200 602 0.086896
10.0.0.240 - - [2026-05-18 02:18:52] "POST /projects HTTP/1.1" 200 607 0.350307
10.0.0.240 - - [2026-05-18 02:18:52] "POST /access-control-lists HTTP/1.1" 200 609 0.039777
10.0.0.240 - - [2026-05-18 02:18:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.425355
10.0.0.23 - - [2026-05-18 02:18:52] "GET /project/85376b82-f9a7-4319-a24a-cb9a15f1e5f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.632985
10.0.0.23 - - [2026-05-18 02:18:53] "GET / HTTP/1.1" 200 36215 0.001816
10.0.0.23 - - [2026-05-18 02:18:55] "POST /fqname-to-id HTTP/1.1" 401 292 0.000622
10.0.0.23 - - [2026-05-18 02:18:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.057359
10.0.0.240 - - [2026-05-18 02:18:55] "GET /projects?obj_uuids=85376b82-f9a7-4319-a24a-cb9a15f1e5f8&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001021
10.0.0.23 - - [2026-05-18 02:18:55] "GET /project/85376b82-f9a7-4319-a24a-cb9a15f1e5f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.046455
10.0.0.240 - - [2026-05-18 02:18:56] "POST /route-targets HTTP/1.1" 200 328 0.022445
10.0.0.240 - - [2026-05-18 02:18:56] "POST /useragent-kv HTTP/1.1" 200 115 0.011672
10.0.0.23 - - [2026-05-18 02:18:56] "POST /neutron/subnet HTTP/1.1" 200 724 0.356532
10.0.0.23 - - [2026-05-18 02:18:56] "POST /id-to-fqname HTTP/1.1" 200 233 0.001414
10.0.0.23 - - [2026-05-18 02:18:56] "GET /virtual-network/eb08cbb0-6280-46c5-9112-8d508ed10d81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006015
10.0.0.23 - - [2026-05-18 02:18:56] "GET /virtual-network/eb08cbb0-6280-46c5-9112-8d508ed10d81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006583
10.0.0.23 - - [2026-05-18 02:18:56] "POST /neutron/network HTTP/1.1" 200 839 0.007614
10.0.0.23 - - [2026-05-18 02:18:57] "GET /virtual-network/eb08cbb0-6280-46c5-9112-8d508ed10d81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006704
10.0.0.23 - - [2026-05-18 02:18:57] "GET /obj-perms HTTP/1.1" 200 5052 0.054842
10.0.0.22 - - [2026-05-18 02:18:58] "GET /obj-perms HTTP/1.1" 200 5052 0.057619
10.0.0.23 - - [2026-05-18 02:18:58] "POST /id-to-fqname HTTP/1.1" 200 233 0.001302
10.0.0.240 - - [2026-05-18 02:19:00] "GET /projects?obj_uuids=85376b82-f9a7-4319-a24a-cb9a15f1e5f8&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001363
10.0.0.23 - - [2026-05-18 02:19:01] "GET /project/85376b82-f9a7-4319-a24a-cb9a15f1e5f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.089668
10.0.0.23 - - [2026-05-18 02:19:01] "POST /neutron/network HTTP/1.1" 200 839 0.090471
10.0.0.23 - - [2026-05-18 02:19:02] "POST /neutron/port HTTP/1.1" 200 117 0.007892
10.0.0.23 - - [2026-05-18 02:19:04] "POST /neutron/port HTTP/1.1" 200 1071 0.056495
10.0.0.23 - - [2026-05-18 02:19:04] "POST /neutron/port HTTP/1.1" 200 1135 0.023369
10.0.0.23 - - [2026-05-18 02:19:04] "POST /neutron/port HTTP/1.1" 200 117 0.001064
10.0.0.23 - - [2026-05-18 02:19:07] "POST /neutron/security_group HTTP/1.1" 200 2069 0.009320
10.0.0.23 - - [2026-05-18 02:19:14] "GET /obj-perms HTTP/1.1" 200 5052 0.004975
10.0.0.23 - - [2026-05-18 02:19:17] "POST /neutron/network HTTP/1.1" 200 839 0.007407
10.0.0.23 - - [2026-05-18 02:19:18] "POST /neutron/port HTTP/1.1" 200 1125 0.022526
10.0.0.23 - - [2026-05-18 02:19:18] "POST /neutron/security_group HTTP/1.1" 200 2069 0.094542
10.0.0.240 - - [2026-05-18 02:19:20] "DELETE /route-target/3e6b442e-f76a-4383-9d99-350ddae17bec HTTP/1.1" 200 115 0.039909
10.0.0.240 - - [2026-05-18 02:19:20] "GET /projects?obj_uuids=85376b82-f9a7-4319-a24a-cb9a15f1e5f8&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000976
10.0.0.23 - - [2026-05-18 02:19:20] "GET /project/85376b82-f9a7-4319-a24a-cb9a15f1e5f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.078027
10.0.0.240 - - [2026-05-18 02:19:20] "GET /projects?obj_uuids=85376b82-f9a7-4319-a24a-cb9a15f1e5f8&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000930
10.0.0.23 - - [2026-05-18 02:19:21] "GET /project/85376b82-f9a7-4319-a24a-cb9a15f1e5f8?fields=virtual_networks HTTP/1.1" 200 1055 0.059722
10.0.0.240 - - [2026-05-18 02:19:21] "GET /projects?obj_uuids=85376b82-f9a7-4319-a24a-cb9a15f1e5f8&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000992
10.0.0.23 - - [2026-05-18 02:19:21] "GET /project/85376b82-f9a7-4319-a24a-cb9a15f1e5f8?fields=virtual_machine_interfaces HTTP/1.1" 200 1055 0.083382
10.0.0.240 - - [2026-05-18 02:19:21] "GET /projects?obj_uuids=85376b82-f9a7-4319-a24a-cb9a15f1e5f8&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000979
10.0.0.23 - - [2026-05-18 02:19:21] "GET /project/85376b82-f9a7-4319-a24a-cb9a15f1e5f8?fields=security_groups HTTP/1.1" 200 1293 0.078444
10.0.0.240 - - [2026-05-18 02:19:21] "GET /projects?obj_uuids=24368b5e-b8b6-42c8-9709-5cf097b3c0d0&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001549
10.0.0.23 - - [2026-05-18 02:19:22] "GET /project/24368b5e-b8b6-42c8-9709-5cf097b3c0d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1273 0.064012
10.0.0.240 - - [2026-05-18 02:19:28] "GET /projects?obj_uuids=24368b5e-b8b6-42c8-9709-5cf097b3c0d0&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001179
10.0.0.23 - - [2026-05-18 02:19:28] "GET /project/24368b5e-b8b6-42c8-9709-5cf097b3c0d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1273 0.054085
10.0.0.23 - - [2026-05-18 02:19:31] "POST /fqname-to-id HTTP/1.1" 404 200 0.037056
10.0.0.240 - - [2026-05-18 02:19:31] "GET /projects?obj_uuids=bb6c9df5-e0d8-4c74-87ac-cd798a58de85&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004842
10.0.0.240 - - [2026-05-18 02:19:31] "GET /domains?obj_uuids=4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000943
10.0.0.240 - - [2026-05-18 02:19:31] "GET /domain/4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008198
10.0.0.240 - - [2026-05-18 02:19:31] "POST /id-to-fqname HTTP/1.1" 200 202 0.005975
10.0.0.240 - - [2026-05-18 02:19:31] "POST /fqname-to-id HTTP/1.1" 404 211 0.014347
10.0.0.240 - - [2026-05-18 02:19:32] "POST /security-groups HTTP/1.1" 200 603 0.084034
10.0.0.240 - - [2026-05-18 02:19:32] "POST /projects HTTP/1.1" 200 609 0.358359
10.0.0.240 - - [2026-05-18 02:19:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.399033
10.0.0.240 - - [2026-05-18 02:19:32] "POST /fqname-to-id HTTP/1.1" 404 245 0.019431
10.0.0.23 - - [2026-05-18 02:19:32] "GET /project/bb6c9df5-e0d8-4c74-87ac-cd798a58de85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.598807
10.0.0.23 - - [2026-05-18 02:19:33] "GET / HTTP/1.1" 200 36215 0.001736
10.0.0.23 - - [2026-05-18 02:19:33] "POST /fqname-to-id HTTP/1.1" 401 292 0.000531
10.0.0.23 - - [2026-05-18 02:19:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.070095
10.0.0.240 - - [2026-05-18 02:19:34] "GET /projects?obj_uuids=bb6c9df5-e0d8-4c74-87ac-cd798a58de85&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001165
10.0.0.23 - - [2026-05-18 02:19:34] "GET /project/bb6c9df5-e0d8-4c74-87ac-cd798a58de85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.054251
10.0.0.23 - - [2026-05-18 02:19:34] "POST /neutron/network HTTP/1.1" 200 117 0.041945
10.0.0.240 - - [2026-05-18 02:19:34] "POST /ref-update HTTP/1.1" 200 156 0.038619
10.0.0.23 - - [2026-05-18 02:19:35] "POST /neutron/network HTTP/1.1" 200 923 0.010289
10.0.0.23 - - [2026-05-18 02:19:35] "POST /id-to-fqname HTTP/1.1" 200 275 0.001142
10.0.0.23 - - [2026-05-18 02:19:35] "GET /virtual-network/b500100d-21d0-4595-ba4a-732e454ded2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2198 0.007809
10.0.0.23 - - [2026-05-18 02:19:35] "GET /virtual-network/b500100d-21d0-4595-ba4a-732e454ded2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2198 0.005507
10.0.0.23 - - [2026-05-18 02:19:35] "POST /neutron/subnet HTTP/1.1" 200 729 0.009914
10.0.0.23 - - [2026-05-18 02:19:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003997
10.0.0.240 - - [2026-05-18 02:19:35] "GET /projects?obj_uuids=bb6c9df5-e0d8-4c74-87ac-cd798a58de85&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000829
10.0.0.23 - - [2026-05-18 02:19:35] "GET /project/bb6c9df5-e0d8-4c74-87ac-cd798a58de85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.083673
10.0.0.240 - - [2026-05-18 02:19:35] "POST /useragent-kv HTTP/1.1" 200 115 0.008160
10.0.0.23 - - [2026-05-18 02:19:35] "POST /neutron/subnet HTTP/1.1" 200 724 0.226300
10.0.0.23 - - [2026-05-18 02:19:35] "POST /id-to-fqname HTTP/1.1" 200 275 0.001467
10.0.0.23 - - [2026-05-18 02:19:35] "GET /virtual-network/0aa3cdc6-b356-4d78-bfd9-f37a92721caf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2193 0.007459
10.0.0.23 - - [2026-05-18 02:19:35] "GET /virtual-network/0aa3cdc6-b356-4d78-bfd9-f37a92721caf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2193 0.010729
10.0.0.23 - - [2026-05-18 02:19:35] "POST /neutron/network HTTP/1.1" 200 922 0.007864
10.0.0.23 - - [2026-05-18 02:19:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003754
10.0.0.240 - - [2026-05-18 02:19:35] "GET /projects?obj_uuids=bb6c9df5-e0d8-4c74-87ac-cd798a58de85&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001176
10.0.0.23 - - [2026-05-18 02:19:35] "GET /project/bb6c9df5-e0d8-4c74-87ac-cd798a58de85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.059678
10.0.0.240 - - [2026-05-18 02:19:36] "GET /projects?obj_uuids=bb6c9df5-e0d8-4c74-87ac-cd798a58de85&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001171
10.0.0.23 - - [2026-05-18 02:19:36] "POST /neutron/network HTTP/1.1" 200 705 0.210275
10.0.0.240 - - [2026-05-18 02:19:36] "POST /route-targets HTTP/1.1" 200 328 0.015325
10.0.0.23 - - [2026-05-18 02:19:36] "POST /id-to-fqname HTTP/1.1" 200 276 0.003464
10.0.0.23 - - [2026-05-18 02:19:36] "GET /virtual-network/2a1dd5c2-10c8-4afe-8feb-62212e15bedc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.006009
10.0.0.23 - - [2026-05-18 02:19:36] "POST /neutron/network HTTP/1.1" 200 926 0.006735
10.0.0.23 - - [2026-05-18 02:19:36] "GET /virtual-network/2a1dd5c2-10c8-4afe-8feb-62212e15bedc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.005237
10.0.0.23 - - [2026-05-18 02:19:36] "POST /id-to-fqname HTTP/1.1" 200 275 0.001164
10.0.0.23 - - [2026-05-18 02:19:37] "POST /neutron/network HTTP/1.1" 200 932 0.009259
10.0.0.240 - - [2026-05-18 02:19:37] "GET /projects?obj_uuids=bb6c9df5-e0d8-4c74-87ac-cd798a58de85&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001084
10.0.0.23 - - [2026-05-18 02:19:37] "GET /project/bb6c9df5-e0d8-4c74-87ac-cd798a58de85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.084128
10.0.0.23 - - [2026-05-18 02:19:38] "POST /neutron/port HTTP/1.1" 200 117 0.007825
10.0.0.23 - - [2026-05-18 02:19:38] "POST /id-to-fqname HTTP/1.1" 200 276 0.001444
10.0.0.23 - - [2026-05-18 02:19:38] "POST /neutron/network HTTP/1.1" 200 932 0.007895
10.0.0.240 - - [2026-05-18 02:19:39] "GET /projects?obj_uuids=bb6c9df5-e0d8-4c74-87ac-cd798a58de85&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001454
10.0.0.23 - - [2026-05-18 02:19:39] "GET /project/bb6c9df5-e0d8-4c74-87ac-cd798a58de85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.109861
10.0.0.23 - - [2026-05-18 02:19:39] "POST /neutron/port HTTP/1.1" 200 1072 0.027099
10.0.0.23 - - [2026-05-18 02:19:39] "POST /neutron/port HTTP/1.1" 200 1136 0.024457
10.0.0.23 - - [2026-05-18 02:19:39] "POST /neutron/port HTTP/1.1" 200 1136 0.022730
10.0.0.23 - - [2026-05-18 02:19:39] "POST /neutron/port HTTP/1.1" 200 117 0.001155
10.0.0.240 - - [2026-05-18 02:19:40] "DELETE /project/85376b82f9a74319a24acb9a15f1e5f8 HTTP/1.1" 404 173 0.004441
10.0.0.240 - - [2026-05-18 02:19:40] "GET /projects?obj_uuids=85376b82-f9a7-4319-a24a-cb9a15f1e5f8&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000887
10.0.0.240 - - [2026-05-18 02:19:40] "DELETE /project/bb6c9df5e0d84c7487accd798a58de85 HTTP/1.1" 404 173 0.012340
10.0.0.240 - - [2026-05-18 02:19:40] "GET /project/85376b82-f9a7-4319-a24a-cb9a15f1e5f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1511 0.063655
10.0.0.240 - - [2026-05-18 02:19:40] "GET /projects?obj_uuids=85376b82-f9a7-4319-a24a-cb9a15f1e5f8&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001221
10.0.0.240 - - [2026-05-18 02:19:40] "GET /project/85376b82-f9a7-4319-a24a-cb9a15f1e5f8?fields=security_groups HTTP/1.1" 200 1395 0.059681
10.0.0.240 - - [2026-05-18 02:19:40] "DELETE /security-group/bf1aff34-00ef-4b3f-89a8-064774885a48 HTTP/1.1" 200 115 0.073291
10.0.0.240 - - [2026-05-18 02:19:40] "GET /projects?obj_uuids=85376b82-f9a7-4319-a24a-cb9a15f1e5f8&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000849
10.0.0.240 - - [2026-05-18 02:19:40] "GET /project/85376b82-f9a7-4319-a24a-cb9a15f1e5f8?fields=application_policy_sets HTTP/1.1" 200 1434 0.074629
10.0.0.240 - - [2026-05-18 02:19:40] "DELETE /access-control-list/79f84f7d-210e-4fdc-9216-31f9bd31feef HTTP/1.1" 200 115 0.136759
10.0.0.240 - - [2026-05-18 02:19:40] "DELETE /project/85376b82-f9a7-4319-a24a-cb9a15f1e5f8 HTTP/1.1" 200 115 0.606438
10.0.0.240 - - [2026-05-18 02:19:40] "GET /projects?obj_uuids=bb6c9df5-e0d8-4c74-87ac-cd798a58de85&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001175
10.0.0.23 - - [2026-05-18 02:19:41] "POST /neutron/port HTTP/1.1" 200 1074 0.405674
10.0.0.23 - - [2026-05-18 02:19:41] "POST /neutron/port HTTP/1.1" 200 1074 0.043619
10.0.0.23 - - [2026-05-18 02:19:41] "POST /neutron/port HTTP/1.1" 200 1136 0.027451
10.0.0.23 - - [2026-05-18 02:19:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006846
10.0.0.23 - - [2026-05-18 02:19:42] "POST /neutron/port HTTP/1.1" 200 117 0.001320
10.0.0.240 - - [2026-05-18 02:19:43] "POST /useragent-kv HTTP/1.1" 200 115 0.003995
10.0.0.240 - - [2026-05-18 02:19:43] "POST /useragent-kv HTTP/1.1" 200 115 0.003862
10.0.0.23 - - [2026-05-18 02:19:43] "POST /neutron/network HTTP/1.1" 200 151 0.150091
10.0.0.23 - - [2026-05-18 02:19:44] "GET /obj-perms HTTP/1.1" 200 5056 0.059945
10.0.0.23 - - [2026-05-18 02:19:45] "POST /neutron/network HTTP/1.1" 200 926 0.010882
10.0.0.23 - - [2026-05-18 02:19:46] "POST /neutron/port HTTP/1.1" 200 1128 0.022081
10.0.0.23 - - [2026-05-18 02:19:46] "POST /neutron/network HTTP/1.1" 200 1681 0.010538
10.0.0.23 - - [2026-05-18 02:19:47] "POST /neutron/network HTTP/1.1" 200 926 0.007060
10.0.0.240 - - [2026-05-18 02:19:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004000
10.0.0.240 - - [2026-05-18 02:19:48] "POST /useragent-kv HTTP/1.1" 200 115 0.003267
10.0.0.240 - - [2026-05-18 02:19:48] "POST /useragent-kv HTTP/1.1" 200 115 0.006642
10.0.0.23 - - [2026-05-18 02:19:48] "POST /neutron/network HTTP/1.1" 200 151 0.142175
10.0.0.240 - - [2026-05-18 02:19:48] "GET /projects?obj_uuids=bb6c9df5-e0d8-4c74-87ac-cd798a58de85&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000810
10.0.0.240 - - [2026-05-18 02:19:48] "DELETE /route-target/ee0a0a11-38aa-49dd-813c-394aecfa4fa6 HTTP/1.1" 200 115 0.034455
10.0.0.23 - - [2026-05-18 02:19:48] "GET /project/bb6c9df5-e0d8-4c74-87ac-cd798a58de85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.095286
10.0.0.240 - - [2026-05-18 02:19:48] "GET /projects?obj_uuids=bb6c9df5-e0d8-4c74-87ac-cd798a58de85&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001012
10.0.0.23 - - [2026-05-18 02:19:48] "GET /project/bb6c9df5-e0d8-4c74-87ac-cd798a58de85?fields=virtual_networks HTTP/1.1" 200 1057 0.064961
10.0.0.240 - - [2026-05-18 02:19:48] "GET /projects?obj_uuids=bb6c9df5-e0d8-4c74-87ac-cd798a58de85&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001316
10.0.0.23 - - [2026-05-18 02:19:48] "GET /project/bb6c9df5-e0d8-4c74-87ac-cd798a58de85?fields=virtual_machine_interfaces HTTP/1.1" 200 1057 0.064585
10.0.0.240 - - [2026-05-18 02:19:48] "GET /projects?obj_uuids=bb6c9df5-e0d8-4c74-87ac-cd798a58de85&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001306
10.0.0.23 - - [2026-05-18 02:19:48] "GET /project/bb6c9df5-e0d8-4c74-87ac-cd798a58de85?fields=security_groups HTTP/1.1" 200 1296 0.063614
10.0.0.23 - - [2026-05-18 02:19:49] "POST /fqname-to-id HTTP/1.1" 404 190 0.027276
10.0.0.240 - - [2026-05-18 02:19:49] "GET /projects?obj_uuids=1d67481b-1ad4-4458-9789-884fb87a0baa&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.006070
10.0.0.240 - - [2026-05-18 02:19:49] "GET /domains?obj_uuids=4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000996
10.0.0.240 - - [2026-05-18 02:19:49] "GET /domain/4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006785
10.0.0.240 - - [2026-05-18 02:19:49] "POST /id-to-fqname HTTP/1.1" 200 192 0.005076
10.0.0.240 - - [2026-05-18 02:19:49] "POST /fqname-to-id HTTP/1.1" 404 201 0.007120
10.0.0.240 - - [2026-05-18 02:19:49] "POST /security-groups HTTP/1.1" 200 593 0.085531
10.0.0.240 - - [2026-05-18 02:19:49] "POST /projects HTTP/1.1" 200 589 0.341513
10.0.0.240 - - [2026-05-18 02:19:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.412735
10.0.0.240 - - [2026-05-18 02:19:50] "POST /fqname-to-id HTTP/1.1" 404 235 0.012544
10.0.0.23 - - [2026-05-18 02:19:50] "GET /project/1d67481b-1ad4-4458-9789-884fb87a0baa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.599005
10.0.0.23 - - [2026-05-18 02:19:51] "GET / HTTP/1.1" 200 36215 0.001858
10.0.0.23 - - [2026-05-18 02:19:51] "POST /fqname-to-id HTTP/1.1" 401 292 0.000427
10.0.0.23 - - [2026-05-18 02:19:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.064804
10.0.0.240 - - [2026-05-18 02:19:52] "GET /projects?obj_uuids=1d67481b-1ad4-4458-9789-884fb87a0baa&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001093
10.0.0.23 - - [2026-05-18 02:19:52] "GET /project/1d67481b-1ad4-4458-9789-884fb87a0baa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.067549
10.0.0.240 - - [2026-05-18 02:19:52] "POST /ref-update HTTP/1.1" 200 156 0.030054
10.0.0.240 - - [2026-05-18 02:19:52] "POST /useragent-kv HTTP/1.1" 200 115 0.010846
10.0.0.23 - - [2026-05-18 02:19:52] "POST /neutron/subnet HTTP/1.1" 200 714 0.301700
10.0.0.23 - - [2026-05-18 02:19:52] "POST /id-to-fqname HTTP/1.1" 200 255 0.001252
10.0.0.23 - - [2026-05-18 02:19:52] "GET /virtual-network/7c791a87-9ba2-439a-afad-69fa15d9cfdd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2138 0.006257
10.0.0.23 - - [2026-05-18 02:19:52] "GET /virtual-network/7c791a87-9ba2-439a-afad-69fa15d9cfdd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2138 0.006223
10.0.0.23 - - [2026-05-18 02:19:52] "POST /neutron/network HTTP/1.1" 200 890 0.006637
10.0.0.23 - - [2026-05-18 02:19:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003529
10.0.0.240 - - [2026-05-18 02:19:52] "GET /projects?obj_uuids=1d67481b-1ad4-4458-9789-884fb87a0baa&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001058
10.0.0.23 - - [2026-05-18 02:19:52] "GET /project/1d67481b-1ad4-4458-9789-884fb87a0baa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.060353
10.0.0.240 - - [2026-05-18 02:19:53] "GET /projects?obj_uuids=1d67481b-1ad4-4458-9789-884fb87a0baa&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000930
10.0.0.23 - - [2026-05-18 02:19:53] "POST /neutron/network HTTP/1.1" 200 673 0.158992
10.0.0.23 - - [2026-05-18 02:19:53] "POST /id-to-fqname HTTP/1.1" 200 255 0.003750
10.0.0.23 - - [2026-05-18 02:19:53] "GET /virtual-network/55a7b92b-c908-45ca-8120-03be008ff958?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2143 0.006000
10.0.0.23 - - [2026-05-18 02:19:53] "POST /neutron/network HTTP/1.1" 200 892 0.008120
10.0.0.23 - - [2026-05-18 02:19:53] "GET /virtual-network/55a7b92b-c908-45ca-8120-03be008ff958?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2143 0.006293
10.0.0.23 - - [2026-05-18 02:19:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004446
10.0.0.240 - - [2026-05-18 02:19:53] "GET /projects?obj_uuids=1d67481b-1ad4-4458-9789-884fb87a0baa&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001467
10.0.0.23 - - [2026-05-18 02:19:53] "GET /project/1d67481b-1ad4-4458-9789-884fb87a0baa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.048580
10.0.0.23 - - [2026-05-18 02:19:53] "POST /neutron/network HTTP/1.1" 200 117 0.015658
10.0.0.240 - - [2026-05-18 02:19:54] "POST /route-targets HTTP/1.1" 200 328 0.019243
10.0.0.23 - - [2026-05-18 02:19:54] "POST /neutron/network HTTP/1.1" 200 895 0.018323
10.0.0.23 - - [2026-05-18 02:19:54] "POST /id-to-fqname HTTP/1.1" 200 256 0.001216
10.0.0.23 - - [2026-05-18 02:19:54] "GET /virtual-network/c60f42a3-6606-4082-9d16-26e25e8ed62e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2151 0.009813
10.0.0.23 - - [2026-05-18 02:19:54] "GET /virtual-network/c60f42a3-6606-4082-9d16-26e25e8ed62e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2151 0.006166
10.0.0.23 - - [2026-05-18 02:19:54] "POST /neutron/subnet HTTP/1.1" 200 729 0.010364
10.0.0.23 - - [2026-05-18 02:19:54] "POST /id-to-fqname HTTP/1.1" 200 255 0.001139
10.0.0.240 - - [2026-05-18 02:19:55] "GET /projects?obj_uuids=1d67481b-1ad4-4458-9789-884fb87a0baa&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001302
10.0.0.23 - - [2026-05-18 02:19:55] "GET /project/1d67481b-1ad4-4458-9789-884fb87a0baa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.083775
10.0.0.23 - - [2026-05-18 02:19:55] "POST /neutron/port HTTP/1.1" 200 117 0.007016
10.0.0.23 - - [2026-05-18 02:19:55] "POST /id-to-fqname HTTP/1.1" 200 256 0.001407
10.0.0.23 - - [2026-05-18 02:19:56] "POST /neutron/network HTTP/1.1" 200 905 0.008016
10.0.0.23 - - [2026-05-18 02:19:56] "POST /neutron/port HTTP/1.1" 200 1062 0.025881
10.0.0.240 - - [2026-05-18 02:19:56] "GET /projects?obj_uuids=1d67481b-1ad4-4458-9789-884fb87a0baa&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001125
10.0.0.23 - - [2026-05-18 02:19:56] "GET /project/1d67481b-1ad4-4458-9789-884fb87a0baa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.089328
10.0.0.23 - - [2026-05-18 02:19:56] "POST /neutron/network HTTP/1.1" 200 895 0.011338
10.0.0.23 - - [2026-05-18 02:19:57] "POST /neutron/subnet HTTP/1.1" 200 698 0.012506
10.0.0.23 - - [2026-05-18 02:19:57] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008218
10.0.0.23 - - [2026-05-18 02:19:57] "POST /neutron/network HTTP/1.1" 200 905 0.007521
10.0.0.23 - - [2026-05-18 02:19:57] "POST /neutron/port HTTP/1.1" 200 1063 0.018929
10.0.0.23 - - [2026-05-18 02:19:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004038
10.0.0.23 - - [2026-05-18 02:19:58] "POST /neutron/network HTTP/1.1" 200 895 0.006860
10.0.0.23 - - [2026-05-18 02:19:59] "POST /neutron/port HTTP/1.1" 200 1126 0.023719
10.0.0.23 - - [2026-05-18 02:19:59] "POST /neutron/port HTTP/1.1" 200 1127 0.022938
10.0.0.23 - - [2026-05-18 02:20:00] "POST /neutron/port HTTP/1.1" 200 117 0.009367
10.0.0.240 - - [2026-05-18 02:20:00] "DELETE /route-target/96fca5b2-f598-4cdb-96cb-12bc6913f8df HTTP/1.1" 200 115 0.040183
10.0.0.23 - - [2026-05-18 02:20:00] "POST /neutron/network HTTP/1.1" 200 895 0.018079
10.0.0.240 - - [2026-05-18 02:20:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.019863
10.0.0.240 - - [2026-05-18 02:20:01] "POST /useragent-kv HTTP/1.1" 200 115 0.005429
10.0.0.240 - - [2026-05-18 02:20:01] "POST /useragent-kv HTTP/1.1" 200 115 0.003641
10.0.0.23 - - [2026-05-18 02:20:01] "POST /neutron/network HTTP/1.1" 200 151 0.187606
10.0.0.240 - - [2026-05-18 02:20:01] "GET /projects?obj_uuids=1d67481b-1ad4-4458-9789-884fb87a0baa&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000998
10.0.0.23 - - [2026-05-18 02:20:01] "GET /project/1d67481b-1ad4-4458-9789-884fb87a0baa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.124115
10.0.0.240 - - [2026-05-18 02:20:01] "GET /projects?obj_uuids=1d67481b-1ad4-4458-9789-884fb87a0baa&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000972
10.0.0.23 - - [2026-05-18 02:20:01] "GET /project/1d67481b-1ad4-4458-9789-884fb87a0baa?fields=virtual_networks HTTP/1.1" 200 1037 0.048991
10.0.0.240 - - [2026-05-18 02:20:01] "GET /projects?obj_uuids=1d67481b-1ad4-4458-9789-884fb87a0baa&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001071
10.0.0.23 - - [2026-05-18 02:20:01] "GET /project/1d67481b-1ad4-4458-9789-884fb87a0baa?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.069965
10.0.0.240 - - [2026-05-18 02:20:01] "GET /projects?obj_uuids=1d67481b-1ad4-4458-9789-884fb87a0baa&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001184
10.0.0.23 - - [2026-05-18 02:20:01] "GET /project/1d67481b-1ad4-4458-9789-884fb87a0baa?fields=security_groups HTTP/1.1" 200 1266 0.054166
10.0.0.23 - - [2026-05-18 02:20:02] "POST /fqname-to-id HTTP/1.1" 404 196 0.030793
10.0.0.240 - - [2026-05-18 02:20:02] "GET /projects?obj_uuids=1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003835
10.0.0.240 - - [2026-05-18 02:20:02] "GET /domains?obj_uuids=4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000938
10.0.0.240 - - [2026-05-18 02:20:02] "GET /domain/4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007393
10.0.0.240 - - [2026-05-18 02:20:03] "POST /id-to-fqname HTTP/1.1" 200 198 0.004462
10.0.0.240 - - [2026-05-18 02:20:03] "POST /fqname-to-id HTTP/1.1" 404 207 0.005437
10.0.0.240 - - [2026-05-18 02:20:03] "POST /security-groups HTTP/1.1" 200 599 0.086817
10.0.0.240 - - [2026-05-18 02:20:03] "POST /projects HTTP/1.1" 200 601 0.308897
10.0.0.240 - - [2026-05-18 02:20:03] "POST /access-control-lists HTTP/1.1" 200 606 0.039120
10.0.0.240 - - [2026-05-18 02:20:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.392247
10.0.0.23 - - [2026-05-18 02:20:03] "GET /project/1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.556489
10.0.0.23 - - [2026-05-18 02:20:04] "GET / HTTP/1.1" 200 36215 0.001636
10.0.0.23 - - [2026-05-18 02:20:05] "POST /fqname-to-id HTTP/1.1" 401 292 0.000454
10.0.0.23 - - [2026-05-18 02:20:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.061646
10.0.0.240 - - [2026-05-18 02:20:05] "GET /projects?obj_uuids=1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001124
10.0.0.23 - - [2026-05-18 02:20:05] "GET /project/1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.048103
10.0.0.240 - - [2026-05-18 02:20:05] "POST /route-targets HTTP/1.1" 200 328 0.015129
10.0.0.240 - - [2026-05-18 02:20:06] "POST /useragent-kv HTTP/1.1" 200 115 0.008851
10.0.0.23 - - [2026-05-18 02:20:06] "POST /neutron/subnet HTTP/1.1" 200 715 0.285822
10.0.0.23 - - [2026-05-18 02:20:06] "POST /id-to-fqname HTTP/1.1" 200 267 0.001244
10.0.0.23 - - [2026-05-18 02:20:06] "GET /virtual-network/470376ee-b9e3-47f0-8cc6-c9e540173ddd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.007237
10.0.0.23 - - [2026-05-18 02:20:06] "GET /virtual-network/470376ee-b9e3-47f0-8cc6-c9e540173ddd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.006437
10.0.0.23 - - [2026-05-18 02:20:06] "POST /neutron/network HTTP/1.1" 200 908 0.007425
10.0.0.23 - - [2026-05-18 02:20:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004028
10.0.0.240 - - [2026-05-18 02:20:06] "GET /projects?obj_uuids=1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000961
10.0.0.23 - - [2026-05-18 02:20:06] "GET /project/1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.056341
10.0.0.240 - - [2026-05-18 02:20:06] "GET /projects?obj_uuids=1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001122
10.0.0.23 - - [2026-05-18 02:20:06] "POST /neutron/network HTTP/1.1" 200 691 0.222424
10.0.0.240 - - [2026-05-18 02:20:06] "POST /ref-update HTTP/1.1" 200 156 0.034595
10.0.0.23 - - [2026-05-18 02:20:06] "POST /id-to-fqname HTTP/1.1" 200 267 0.004011
10.0.0.23 - - [2026-05-18 02:20:06] "GET /virtual-network/55fcae6c-f00a-42c6-8d6c-8cf2d8528023?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2171 0.007169
10.0.0.23 - - [2026-05-18 02:20:06] "POST /neutron/network HTTP/1.1" 200 909 0.007098
10.0.0.23 - - [2026-05-18 02:20:06] "GET /virtual-network/55fcae6c-f00a-42c6-8d6c-8cf2d8528023?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2171 0.006656
10.0.0.23 - - [2026-05-18 02:20:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003429
10.0.0.240 - - [2026-05-18 02:20:07] "GET /projects?obj_uuids=1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001013
10.0.0.23 - - [2026-05-18 02:20:07] "GET /project/1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.048913
10.0.0.23 - - [2026-05-18 02:20:07] "POST /neutron/network HTTP/1.1" 200 117 0.019513
10.0.0.23 - - [2026-05-18 02:20:07] "POST /neutron/network HTTP/1.1" 200 912 0.011820
10.0.0.23 - - [2026-05-18 02:20:07] "POST /id-to-fqname HTTP/1.1" 200 268 0.001162
10.0.0.23 - - [2026-05-18 02:20:07] "GET /virtual-network/4c6e8998-c225-4686-b161-491d59397afc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2177 0.008234
10.0.0.23 - - [2026-05-18 02:20:07] "GET /virtual-network/4c6e8998-c225-4686-b161-491d59397afc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2177 0.005118
10.0.0.23 - - [2026-05-18 02:20:07] "POST /neutron/subnet HTTP/1.1" 200 725 0.011794
10.0.0.23 - - [2026-05-18 02:20:07] "POST /id-to-fqname HTTP/1.1" 200 267 0.001076
10.0.0.240 - - [2026-05-18 02:20:39] "DELETE /access-control-list/8492f1b3-ce1e-4301-8bd4-248e8357ce63 HTTP/1.1" 200 115 0.044944
10.0.0.240 - - [2026-05-18 02:20:40] "DELETE /project/1d67481b1ad444589789884fb87a0baa HTTP/1.1" 404 173 0.006731
10.0.0.240 - - [2026-05-18 02:20:40] "DELETE /project/1a83bc7925b54a1daa5d8a34f28bc4d6 HTTP/1.1" 404 173 0.008513
10.0.0.240 - - [2026-05-18 02:20:40] "DELETE /project/bb6c9df5-e0d8-4c74-87ac-cd798a58de85 HTTP/1.1" 404 177 0.005217
10.0.0.240 - - [2026-05-18 02:20:40] "GET /projects?obj_uuids=1d67481b-1ad4-4458-9789-884fb87a0baa&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000826
10.0.0.240 - - [2026-05-18 02:20:40] "GET /project/1d67481b-1ad4-4458-9789-884fb87a0baa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.056431
10.0.0.240 - - [2026-05-18 02:20:40] "GET /projects?obj_uuids=1d67481b-1ad4-4458-9789-884fb87a0baa&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001180
10.0.0.240 - - [2026-05-18 02:20:40] "GET /project/1d67481b-1ad4-4458-9789-884fb87a0baa?fields=security_groups HTTP/1.1" 200 1368 0.046035
10.0.0.240 - - [2026-05-18 02:20:40] "DELETE /security-group/00d0dd47-3b09-4a13-bf56-81e810d6d1dc HTTP/1.1" 200 115 0.080787
10.0.0.240 - - [2026-05-18 02:20:40] "GET /projects?obj_uuids=1d67481b-1ad4-4458-9789-884fb87a0baa&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001594
10.0.0.240 - - [2026-05-18 02:20:41] "GET /project/1d67481b-1ad4-4458-9789-884fb87a0baa?fields=application_policy_sets HTTP/1.1" 200 1407 0.090097
10.0.0.240 - - [2026-05-18 02:20:41] "DELETE /access-control-list/43e13e6f-eb60-4f89-8d09-828f7c660c26 HTTP/1.1" 200 115 0.080892
10.0.0.240 - - [2026-05-18 02:20:41] "DELETE /project/1d67481b-1ad4-4458-9789-884fb87a0baa HTTP/1.1" 200 115 0.499433
10.0.0.240 - - [2026-05-18 02:20:43] "GET /projects?obj_uuids=1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001010
10.0.0.23 - - [2026-05-18 02:20:44] "GET /project/1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.069819
10.0.0.23 - - [2026-05-18 02:20:44] "POST /neutron/port HTTP/1.1" 200 117 0.007324
10.0.0.23 - - [2026-05-18 02:20:44] "POST /id-to-fqname HTTP/1.1" 200 268 0.001479
10.0.0.23 - - [2026-05-18 02:20:44] "POST /neutron/network HTTP/1.1" 200 922 0.007459
10.0.0.23 - - [2026-05-18 02:20:45] "POST /neutron/port HTTP/1.1" 200 1067 0.036527
10.0.0.240 - - [2026-05-18 02:20:45] "GET /projects?obj_uuids=1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001127
10.0.0.23 - - [2026-05-18 02:20:45] "GET /project/1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.150058
10.0.0.23 - - [2026-05-18 02:20:45] "POST /neutron/network HTTP/1.1" 200 912 0.026970
10.0.0.23 - - [2026-05-18 02:20:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003955
10.0.0.23 - - [2026-05-18 02:20:45] "POST /neutron/port HTTP/1.1" 200 117 0.002334
10.0.0.240 - - [2026-05-18 02:20:45] "GET /projects?obj_uuids=24368b5e-b8b6-42c8-9709-5cf097b3c0d0&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001119
10.0.0.23 - - [2026-05-18 02:20:45] "GET /project/24368b5e-b8b6-42c8-9709-5cf097b3c0d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1273 0.063396
10.0.0.23 - - [2026-05-18 02:20:46] "POST /neutron/network HTTP/1.1" 200 922 0.014930
10.0.0.23 - - [2026-05-18 02:20:47] "POST /neutron/port HTTP/1.1" 200 1068 0.046322
10.0.0.23 - - [2026-05-18 02:20:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.005235
10.0.0.23 - - [2026-05-18 02:20:47] "GET /security-group/4a49f7db-9d88-4d86-8418-2c001cd8228e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3685 0.020640
10.0.0.23 - - [2026-05-18 02:20:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.009109
10.0.0.240 - - [2026-05-18 02:20:47] "GET /projects?obj_uuids=24368b5e-b8b6-42c8-9709-5cf097b3c0d0&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001019
10.0.0.23 - - [2026-05-18 02:20:47] "GET /project/24368b5e-b8b6-42c8-9709-5cf097b3c0d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1273 0.077700
10.0.0.23 - - [2026-05-18 02:20:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.005390
10.0.0.23 - - [2026-05-18 02:20:47] "GET /security-group/4a49f7db-9d88-4d86-8418-2c001cd8228e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3685 0.012197
10.0.0.23 - - [2026-05-18 02:20:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003965
10.0.0.23 - - [2026-05-18 02:20:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006561
10.0.0.23 - - [2026-05-18 02:20:47] "PUT /security-group/4a49f7db-9d88-4d86-8418-2c001cd8228e HTTP/1.1" 200 263 0.037672
10.0.0.23 - - [2026-05-18 02:20:47] "POST /neutron/network HTTP/1.1" 200 912 0.018867
10.0.0.23 - - [2026-05-18 02:20:48] "POST /fqname-to-id HTTP/1.1" 404 193 0.015303
10.0.0.23 - - [2026-05-18 02:20:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.007099
10.0.0.240 - - [2026-05-18 02:20:48] "GET /domains?obj_uuids=4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001381
10.0.0.23 - - [2026-05-18 02:20:48] "GET /domain/4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.008318
10.0.0.23 - - [2026-05-18 02:20:48] "POST /service-templates HTTP/1.1" 200 545 0.076627
10.0.0.23 - - [2026-05-18 02:20:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005171
10.0.0.23 - - [2026-05-18 02:20:49] "GET /service-template/3540fd0a-4559-4543-b88c-542d4d15a00d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1824 0.014945
10.0.0.23 - - [2026-05-18 02:20:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.007341
10.0.0.23 - - [2026-05-18 02:20:49] "GET /service-template/3540fd0a-4559-4543-b88c-542d4d15a00d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1824 0.016898
10.0.0.23 - - [2026-05-18 02:20:49] "POST /id-to-fqname HTTP/1.1" 200 267 0.004192
10.0.0.23 - - [2026-05-18 02:20:49] "POST /id-to-fqname HTTP/1.1" 200 267 0.003429
10.0.0.23 - - [2026-05-18 02:20:49] "POST /id-to-fqname HTTP/1.1" 200 268 0.003230
10.0.0.23 - - [2026-05-18 02:20:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.006190
10.0.0.23 - - [2026-05-18 02:20:49] "DELETE /service-template/3540fd0a-4559-4543-b88c-542d4d15a00d HTTP/1.1" 200 115 0.086810
10.0.0.23 - - [2026-05-18 02:20:49] "POST /fqname-to-id HTTP/1.1" 404 193 0.004731
10.0.0.23 - - [2026-05-18 02:20:52] "POST /neutron/network HTTP/1.1" 200 909 0.016883
10.0.0.23 - - [2026-05-18 02:20:54] "POST /neutron/network HTTP/1.1" 400 204 0.032227
10.0.0.23 - - [2026-05-18 02:20:58] "POST /neutron/network HTTP/1.1" 200 909 0.007795
10.0.0.23 - - [2026-05-18 02:21:01] "POST /neutron/network HTTP/1.1" 400 204 0.046863
10.0.0.23 - - [2026-05-18 02:21:05] "POST /neutron/network HTTP/1.1" 200 909 0.021440
10.0.0.23 - - [2026-05-18 02:21:07] "POST /neutron/network HTTP/1.1" 400 204 0.024553
10.0.0.23 - - [2026-05-18 02:21:11] "POST /neutron/network HTTP/1.1" 200 909 0.019986
10.0.0.23 - - [2026-05-18 02:21:13] "POST /neutron/network HTTP/1.1" 400 204 0.037227
10.0.0.23 - - [2026-05-18 02:21:17] "POST /neutron/network HTTP/1.1" 200 909 0.009089
10.0.0.23 - - [2026-05-18 02:21:19] "POST /neutron/network HTTP/1.1" 400 204 0.016253
10.0.0.23 - - [2026-05-18 02:21:23] "POST /neutron/network HTTP/1.1" 200 909 0.007525
10.0.0.23 - - [2026-05-18 02:21:25] "POST /neutron/network HTTP/1.1" 400 204 0.019060
10.0.0.23 - - [2026-05-18 02:21:30] "POST /neutron/network HTTP/1.1" 200 909 0.007448
10.0.0.23 - - [2026-05-18 02:21:32] "POST /neutron/network HTTP/1.1" 400 204 0.016100
10.0.0.23 - - [2026-05-18 02:21:36] "POST /neutron/network HTTP/1.1" 200 909 0.007248
10.0.0.23 - - [2026-05-18 02:21:38] "POST /neutron/network HTTP/1.1" 400 204 0.015876
10.0.0.23 - - [2026-05-18 02:21:42] "POST /neutron/network HTTP/1.1" 200 909 0.008484
10.0.0.23 - - [2026-05-18 02:21:44] "POST /neutron/network HTTP/1.1" 400 204 0.012745
10.0.0.23 - - [2026-05-18 02:21:46] "POST /neutron/network HTTP/1.1" 200 912 0.007401
10.0.0.240 - - [2026-05-18 02:21:47] "GET /obj-perms HTTP/1.1" 200 5056 0.077082
10.0.0.23 - - [2026-05-18 02:21:47] "POST /neutron/port HTTP/1.1" 200 1121 0.018773
10.0.0.23 - - [2026-05-18 02:21:48] "POST /neutron/port HTTP/1.1" 200 117 0.011305
10.0.0.23 - - [2026-05-18 02:21:48] "POST /neutron/network HTTP/1.1" 200 117 0.012734
10.0.0.23 - - [2026-05-18 02:21:50] "POST /neutron/network HTTP/1.1" 200 912 0.007073
10.0.0.23 - - [2026-05-18 02:21:52] "POST /neutron/network HTTP/1.1" 400 204 0.015898
10.0.0.22 - - [2026-05-18 02:21:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000464
10.0.0.22 - - [2026-05-18 02:21:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000336
10.0.0.240 - - [2026-05-18 02:21:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000523
10.0.0.240 - - [2026-05-18 02:21:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000493
10.0.0.23 - - [2026-05-18 02:21:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000355
10.0.0.23 - - [2026-05-18 02:21:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000351
10.0.0.22 - - [2026-05-18 02:21:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000357
10.0.0.22 - - [2026-05-18 02:21:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000317
10.0.0.23 - - [2026-05-18 02:21:56] "POST /neutron/port HTTP/1.1" 200 1132 0.034504
10.0.0.240 - - [2026-05-18 02:21:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000457
10.0.0.240 - - [2026-05-18 02:21:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000328
10.0.0.23 - - [2026-05-18 02:21:56] "POST /neutron/network HTTP/1.1" 200 912 0.007484
10.0.0.23 - - [2026-05-18 02:21:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000643
10.0.0.240 - - [2026-05-18 02:21:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.100428
10.0.0.23 - - [2026-05-18 02:21:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000293
10.0.0.240 - - [2026-05-18 02:21:57] "DELETE /route-target/2f5fe601-694e-4927-a06d-ac0a6ca2a36c HTTP/1.1" 200 115 0.024512
10.0.0.240 - - [2026-05-18 02:21:57] "POST /useragent-kv HTTP/1.1" 200 115 0.084321
10.0.0.240 - - [2026-05-18 02:21:57] "POST /useragent-kv HTTP/1.1" 200 115 0.002640
10.0.0.23 - - [2026-05-18 02:21:57] "POST /neutron/network HTTP/1.1" 200 151 0.261780
10.0.0.240 - - [2026-05-18 02:21:57] "GET /projects?obj_uuids=1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001083
10.0.0.23 - - [2026-05-18 02:21:57] "GET /project/1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.091755
10.0.0.240 - - [2026-05-18 02:21:57] "GET /projects?obj_uuids=1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001877
10.0.0.23 - - [2026-05-18 02:21:57] "GET /project/1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6?fields=virtual_networks HTTP/1.1" 200 1335 0.051484
10.0.0.240 - - [2026-05-18 02:21:59] "GET /projects?obj_uuids=1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001587
10.0.0.23 - - [2026-05-18 02:21:59] "GET /project/1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.056301
10.0.0.240 - - [2026-05-18 02:21:59] "GET /projects?obj_uuids=1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001867
10.0.0.23 - - [2026-05-18 02:21:59] "GET /project/1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6?fields=virtual_networks HTTP/1.1" 200 1335 0.073644
10.0.0.240 - - [2026-05-18 02:22:01] "GET /projects?obj_uuids=1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001168
10.0.0.23 - - [2026-05-18 02:22:01] "GET /project/1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.053511
10.0.0.240 - - [2026-05-18 02:22:01] "GET /projects?obj_uuids=1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001908
10.0.0.23 - - [2026-05-18 02:22:01] "GET /project/1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6?fields=virtual_networks HTTP/1.1" 200 1335 0.083990
10.0.0.240 - - [2026-05-18 02:22:03] "GET /projects?obj_uuids=1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000954
10.0.0.23 - - [2026-05-18 02:22:04] "GET /project/1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.058127
10.0.0.240 - - [2026-05-18 02:22:04] "GET /projects?obj_uuids=1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000999
10.0.0.23 - - [2026-05-18 02:22:04] "GET /project/1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6?fields=virtual_networks HTTP/1.1" 200 1335 0.055099
10.0.0.240 - - [2026-05-18 02:22:06] "GET /projects?obj_uuids=1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001134
10.0.0.23 - - [2026-05-18 02:22:06] "GET /project/1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.046566
10.0.0.240 - - [2026-05-18 02:22:06] "GET /projects?obj_uuids=1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001019
10.0.0.23 - - [2026-05-18 02:22:06] "GET /project/1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6?fields=virtual_networks HTTP/1.1" 200 1335 0.054271
10.0.0.240 - - [2026-05-18 02:22:08] "GET /projects?obj_uuids=1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002594
10.0.0.23 - - [2026-05-18 02:22:08] "GET /project/1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.054433
10.0.0.240 - - [2026-05-18 02:22:08] "GET /projects?obj_uuids=1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001023
10.0.0.23 - - [2026-05-18 02:22:08] "GET /project/1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6?fields=virtual_networks HTTP/1.1" 200 1335 0.053108
10.0.0.240 - - [2026-05-18 02:22:10] "GET /projects?obj_uuids=1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000952
10.0.0.23 - - [2026-05-18 02:22:10] "GET /project/1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.054173
10.0.0.240 - - [2026-05-18 02:22:10] "GET /projects?obj_uuids=1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001139
10.0.0.23 - - [2026-05-18 02:22:10] "GET /project/1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6?fields=virtual_networks HTTP/1.1" 200 1335 0.052132
10.0.0.240 - - [2026-05-18 02:22:12] "GET /projects?obj_uuids=1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000915
10.0.0.23 - - [2026-05-18 02:22:12] "GET /project/1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.042993
10.0.0.240 - - [2026-05-18 02:22:12] "GET /projects?obj_uuids=1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001350
10.0.0.23 - - [2026-05-18 02:22:12] "GET /project/1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6?fields=virtual_networks HTTP/1.1" 200 1335 0.050381
10.0.0.240 - - [2026-05-18 02:22:14] "GET /projects?obj_uuids=1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000965
10.0.0.23 - - [2026-05-18 02:22:14] "GET /project/1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.040935
10.0.0.240 - - [2026-05-18 02:22:14] "GET /projects?obj_uuids=1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001093
10.0.0.23 - - [2026-05-18 02:22:14] "GET /project/1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6?fields=virtual_networks HTTP/1.1" 200 1335 0.056017
10.0.0.240 - - [2026-05-18 02:22:16] "GET /projects?obj_uuids=1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000997
10.0.0.23 - - [2026-05-18 02:22:16] "GET /project/1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.053024
10.0.0.240 - - [2026-05-18 02:22:16] "GET /projects?obj_uuids=1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000915
10.0.0.23 - - [2026-05-18 02:22:16] "GET /project/1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6?fields=virtual_networks HTTP/1.1" 200 1335 0.056083
10.0.0.240 - - [2026-05-18 02:22:19] "GET /projects?obj_uuids=1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001127
10.0.0.23 - - [2026-05-18 02:22:19] "GET /project/1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.043636
10.0.0.240 - - [2026-05-18 02:22:19] "GET /projects?obj_uuids=1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000875
10.0.0.23 - - [2026-05-18 02:22:19] "GET /project/1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6?fields=virtual_networks HTTP/1.1" 200 1335 0.056347
10.0.0.240 - - [2026-05-18 02:22:21] "GET /projects?obj_uuids=1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001097
10.0.0.23 - - [2026-05-18 02:22:21] "GET /project/1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.046561
10.0.0.240 - - [2026-05-18 02:22:21] "GET /projects?obj_uuids=1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001130
10.0.0.23 - - [2026-05-18 02:22:21] "GET /project/1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6?fields=virtual_networks HTTP/1.1" 200 1335 0.049590
10.0.0.240 - - [2026-05-18 02:22:23] "GET /projects?obj_uuids=1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001113
10.0.0.23 - - [2026-05-18 02:22:23] "GET /project/1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.050558
10.0.0.240 - - [2026-05-18 02:22:23] "GET /projects?obj_uuids=1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001498
10.0.0.23 - - [2026-05-18 02:22:23] "GET /project/1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6?fields=virtual_networks HTTP/1.1" 200 1335 0.054586
10.0.0.240 - - [2026-05-18 02:22:25] "GET /projects?obj_uuids=1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000973
10.0.0.23 - - [2026-05-18 02:22:25] "GET /project/1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.062034
10.0.0.240 - - [2026-05-18 02:22:25] "GET /projects?obj_uuids=1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000858
10.0.0.23 - - [2026-05-18 02:22:25] "GET /project/1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6?fields=virtual_networks HTTP/1.1" 200 1335 0.068268
10.0.0.240 - - [2026-05-18 02:22:27] "GET /projects?obj_uuids=1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000964
10.0.0.23 - - [2026-05-18 02:22:27] "GET /project/1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.050454
10.0.0.240 - - [2026-05-18 02:22:27] "GET /projects?obj_uuids=1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000874
10.0.0.23 - - [2026-05-18 02:22:27] "GET /project/1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6?fields=virtual_networks HTTP/1.1" 200 1335 0.068460
10.0.0.240 - - [2026-05-18 02:22:29] "GET /projects?obj_uuids=1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001236
10.0.0.23 - - [2026-05-18 02:22:29] "GET /project/1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.078844
10.0.0.240 - - [2026-05-18 02:22:29] "GET /projects?obj_uuids=1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001055
10.0.0.23 - - [2026-05-18 02:22:29] "GET /project/1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6?fields=virtual_networks HTTP/1.1" 200 1335 0.052198
10.0.0.240 - - [2026-05-18 02:22:31] "GET /projects?obj_uuids=1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001080
10.0.0.23 - - [2026-05-18 02:22:32] "GET /project/1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.044227
10.0.0.240 - - [2026-05-18 02:22:32] "GET /projects?obj_uuids=1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000859
10.0.0.23 - - [2026-05-18 02:22:32] "GET /project/1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6?fields=virtual_networks HTTP/1.1" 200 1335 0.042547
10.0.0.240 - - [2026-05-18 02:22:34] "GET /projects?obj_uuids=1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001202
10.0.0.23 - - [2026-05-18 02:22:34] "GET /project/1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.043434
10.0.0.240 - - [2026-05-18 02:22:34] "GET /projects?obj_uuids=1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001578
10.0.0.23 - - [2026-05-18 02:22:34] "GET /project/1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6?fields=virtual_networks HTTP/1.1" 200 1335 0.064082
10.0.0.240 - - [2026-05-18 02:22:36] "GET /projects?obj_uuids=1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000972
10.0.0.23 - - [2026-05-18 02:22:36] "GET /project/1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.051526
10.0.0.240 - - [2026-05-18 02:22:36] "GET /projects?obj_uuids=1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001132
10.0.0.23 - - [2026-05-18 02:22:36] "GET /project/1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6?fields=virtual_networks HTTP/1.1" 200 1335 0.047755
10.0.0.240 - - [2026-05-18 02:22:38] "GET /projects?obj_uuids=1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000939
10.0.0.23 - - [2026-05-18 02:22:38] "GET /project/1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.053395
10.0.0.240 - - [2026-05-18 02:22:38] "GET /projects?obj_uuids=1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000883
10.0.0.23 - - [2026-05-18 02:22:38] "GET /project/1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6?fields=virtual_networks HTTP/1.1" 200 1335 0.064167
10.0.0.240 - - [2026-05-18 02:22:40] "GET /projects?obj_uuids=1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000961
10.0.0.23 - - [2026-05-18 02:22:40] "GET /project/1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.053086
10.0.0.240 - - [2026-05-18 02:22:40] "GET /projects?obj_uuids=1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000982
10.0.0.23 - - [2026-05-18 02:22:40] "GET /project/1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6?fields=virtual_networks HTTP/1.1" 200 1335 0.055609
10.0.0.240 - - [2026-05-18 02:22:42] "GET /projects?obj_uuids=1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001599
10.0.0.23 - - [2026-05-18 02:22:42] "GET /project/1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.056373
10.0.0.240 - - [2026-05-18 02:22:42] "GET /projects?obj_uuids=1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001104
10.0.0.23 - - [2026-05-18 02:22:42] "GET /project/1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6?fields=virtual_networks HTTP/1.1" 200 1335 0.042024
10.0.0.240 - - [2026-05-18 02:22:44] "GET /projects?obj_uuids=1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000976
10.0.0.23 - - [2026-05-18 02:22:44] "GET /project/1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.041723
10.0.0.240 - - [2026-05-18 02:22:44] "GET /projects?obj_uuids=1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000873
10.0.0.23 - - [2026-05-18 02:22:45] "GET /project/1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6?fields=virtual_networks HTTP/1.1" 200 1335 0.046197
10.0.0.240 - - [2026-05-18 02:22:47] "GET /projects?obj_uuids=1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001023
10.0.0.23 - - [2026-05-18 02:22:47] "GET /project/1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.042438
10.0.0.240 - - [2026-05-18 02:22:47] "GET /projects?obj_uuids=1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001517
10.0.0.23 - - [2026-05-18 02:22:47] "GET /project/1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6?fields=virtual_networks HTTP/1.1" 200 1335 0.073255
10.0.0.22 - - [2026-05-18 02:22:47] "GET /obj-perms HTTP/1.1" 200 5056 0.062011
10.0.0.240 - - [2026-05-18 02:22:49] "GET /projects?obj_uuids=1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000875
10.0.0.23 - - [2026-05-18 02:22:49] "GET /project/1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.045650
10.0.0.240 - - [2026-05-18 02:22:49] "GET /projects?obj_uuids=1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001091
10.0.0.23 - - [2026-05-18 02:22:49] "GET /project/1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6?fields=virtual_networks HTTP/1.1" 200 1335 0.054243
10.0.0.240 - - [2026-05-18 02:22:51] "GET /projects?obj_uuids=1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000977
10.0.0.23 - - [2026-05-18 02:22:51] "GET /project/1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.049999
10.0.0.240 - - [2026-05-18 02:22:51] "GET /projects?obj_uuids=1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000973
10.0.0.23 - - [2026-05-18 02:22:51] "GET /project/1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6?fields=virtual_networks HTTP/1.1" 200 1335 0.041567
10.0.0.240 - - [2026-05-18 02:22:53] "GET /projects?obj_uuids=1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001215
10.0.0.23 - - [2026-05-18 02:22:53] "GET /project/1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.053333
10.0.0.240 - - [2026-05-18 02:22:53] "GET /projects?obj_uuids=1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000947
10.0.0.23 - - [2026-05-18 02:22:53] "GET /project/1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6?fields=virtual_networks HTTP/1.1" 200 1335 0.042560
10.0.0.240 - - [2026-05-18 02:22:55] "GET /projects?obj_uuids=1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001233
10.0.0.23 - - [2026-05-18 02:22:55] "GET /project/1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.058799
10.0.0.240 - - [2026-05-18 02:22:55] "GET /projects?obj_uuids=1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001057
10.0.0.23 - - [2026-05-18 02:22:55] "GET /project/1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6?fields=virtual_networks HTTP/1.1" 200 1335 0.046455
10.0.0.240 - - [2026-05-18 02:22:57] "GET /projects?obj_uuids=1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000885
10.0.0.23 - - [2026-05-18 02:22:57] "GET /project/1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.041909
10.0.0.240 - - [2026-05-18 02:22:57] "GET /projects?obj_uuids=1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001096
10.0.0.23 - - [2026-05-18 02:22:57] "GET /project/1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6?fields=virtual_networks HTTP/1.1" 200 1335 0.049122
10.0.0.240 - - [2026-05-18 02:22:59] "GET /projects?obj_uuids=1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001030
10.0.0.23 - - [2026-05-18 02:22:59] "GET /project/1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.047224
10.0.0.240 - - [2026-05-18 02:22:59] "GET /projects?obj_uuids=1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001815
10.0.0.23 - - [2026-05-18 02:23:00] "GET /project/1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6?fields=virtual_networks HTTP/1.1" 200 1335 0.062696
10.0.0.240 - - [2026-05-18 02:23:02] "GET /projects?obj_uuids=1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000926
10.0.0.23 - - [2026-05-18 02:23:02] "GET /project/1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.062439
10.0.0.240 - - [2026-05-18 02:23:02] "GET /projects?obj_uuids=1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001236
10.0.0.23 - - [2026-05-18 02:23:02] "GET /project/1a83bc79-25b5-4a1d-aa5d-8a34f28bc4d6?fields=virtual_networks HTTP/1.1" 200 1335 0.060889
10.0.0.23 - - [2026-05-18 02:23:02] "POST /fqname-to-id HTTP/1.1" 404 189 0.031050
10.0.0.240 - - [2026-05-18 02:23:02] "GET /projects?obj_uuids=5f5e4909-f933-4a18-8985-47ab5abfa948&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003399
10.0.0.240 - - [2026-05-18 02:23:02] "GET /domains?obj_uuids=4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001024
10.0.0.240 - - [2026-05-18 02:23:02] "GET /domain/4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.040576
10.0.0.240 - - [2026-05-18 02:23:03] "POST /id-to-fqname HTTP/1.1" 200 191 0.009937
10.0.0.240 - - [2026-05-18 02:23:03] "POST /fqname-to-id HTTP/1.1" 404 200 0.005968
10.0.0.240 - - [2026-05-18 02:23:03] "POST /security-groups HTTP/1.1" 200 592 0.080754
10.0.0.240 - - [2026-05-18 02:23:03] "POST /projects HTTP/1.1" 200 587 0.321638
10.0.0.240 - - [2026-05-18 02:23:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.365594
10.0.0.240 - - [2026-05-18 02:23:03] "POST /fqname-to-id HTTP/1.1" 404 234 0.011116
10.0.0.23 - - [2026-05-18 02:23:03] "GET /project/5f5e4909-f933-4a18-8985-47ab5abfa948?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.559329
10.0.0.23 - - [2026-05-18 02:23:04] "GET / HTTP/1.1" 200 36215 0.003109
10.0.0.23 - - [2026-05-18 02:23:05] "POST /fqname-to-id HTTP/1.1" 401 292 0.000416
10.0.0.23 - - [2026-05-18 02:23:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.076909
10.0.0.240 - - [2026-05-18 02:23:05] "GET /projects?obj_uuids=5f5e4909-f933-4a18-8985-47ab5abfa948&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000899
10.0.0.23 - - [2026-05-18 02:23:05] "GET /project/5f5e4909-f933-4a18-8985-47ab5abfa948?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.041484
10.0.0.240 - - [2026-05-18 02:23:05] "GET /projects?obj_uuids=5f5e4909-f933-4a18-8985-47ab5abfa948&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001292
10.0.0.23 - - [2026-05-18 02:23:05] "POST /neutron/network HTTP/1.1" 200 670 0.174311
10.0.0.240 - - [2026-05-18 02:23:05] "POST /ref-update HTTP/1.1" 200 156 0.028968
10.0.0.23 - - [2026-05-18 02:23:06] "POST /id-to-fqname HTTP/1.1" 200 253 0.003465
10.0.0.23 - - [2026-05-18 02:23:06] "GET /virtual-network/d71a4077-8429-461a-8f94-b68ca7b9cde7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2143 0.005191
10.0.0.23 - - [2026-05-18 02:23:06] "POST /neutron/network HTTP/1.1" 200 890 0.006610
10.0.0.23 - - [2026-05-18 02:23:06] "GET /virtual-network/d71a4077-8429-461a-8f94-b68ca7b9cde7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2143 0.005500
10.0.0.23 - - [2026-05-18 02:23:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.005152
10.0.0.240 - - [2026-05-18 02:23:06] "GET /projects?obj_uuids=5f5e4909-f933-4a18-8985-47ab5abfa948&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000985
10.0.0.23 - - [2026-05-18 02:23:06] "GET /project/5f5e4909-f933-4a18-8985-47ab5abfa948?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.053002
10.0.0.23 - - [2026-05-18 02:23:06] "POST /neutron/network HTTP/1.1" 200 117 0.014736
10.0.0.23 - - [2026-05-18 02:23:06] "POST /neutron/network HTTP/1.1" 200 890 0.012214
10.0.0.23 - - [2026-05-18 02:23:06] "POST /id-to-fqname HTTP/1.1" 200 253 0.001187
10.0.0.23 - - [2026-05-18 02:23:06] "GET /virtual-network/bb30e2a2-693d-44ad-ae66-9ee918bc1b5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2143 0.005490
10.0.0.23 - - [2026-05-18 02:23:06] "GET /virtual-network/bb30e2a2-693d-44ad-ae66-9ee918bc1b5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2143 0.006003
10.0.0.23 - - [2026-05-18 02:23:06] "POST /neutron/subnet HTTP/1.1" 200 729 0.010787
10.0.0.23 - - [2026-05-18 02:23:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003638
10.0.0.240 - - [2026-05-18 02:23:06] "GET /projects?obj_uuids=5f5e4909-f933-4a18-8985-47ab5abfa948&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000949
10.0.0.23 - - [2026-05-18 02:23:06] "GET /project/5f5e4909-f933-4a18-8985-47ab5abfa948?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.051157
10.0.0.240 - - [2026-05-18 02:23:07] "POST /route-targets HTTP/1.1" 200 328 0.023159
10.0.0.240 - - [2026-05-18 02:23:07] "POST /useragent-kv HTTP/1.1" 200 115 0.020512
10.0.0.23 - - [2026-05-18 02:23:07] "POST /neutron/subnet HTTP/1.1" 200 729 0.286126
10.0.0.23 - - [2026-05-18 02:23:07] "POST /id-to-fqname HTTP/1.1" 200 254 0.001545
10.0.0.23 - - [2026-05-18 02:23:07] "GET /virtual-network/bfcf6e58-04c1-4f80-b830-031d8af2d4a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2147 0.005847
10.0.0.23 - - [2026-05-18 02:23:07] "GET /virtual-network/bfcf6e58-04c1-4f80-b830-031d8af2d4a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2147 0.006855
10.0.0.23 - - [2026-05-18 02:23:07] "POST /neutron/network HTTP/1.1" 200 892 0.008116
10.0.0.23 - - [2026-05-18 02:23:07] "POST /id-to-fqname HTTP/1.1" 200 253 0.001523
10.0.0.240 - - [2026-05-18 02:23:08] "GET /projects?obj_uuids=5f5e4909-f933-4a18-8985-47ab5abfa948&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001035
10.0.0.23 - - [2026-05-18 02:23:08] "GET /project/5f5e4909-f933-4a18-8985-47ab5abfa948?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.073653
10.0.0.23 - - [2026-05-18 02:23:08] "POST /neutron/network HTTP/1.1" 200 890 0.009582
10.0.0.23 - - [2026-05-18 02:23:08] "POST /id-to-fqname HTTP/1.1" 200 254 0.001520
10.0.0.23 - - [2026-05-18 02:23:08] "POST /neutron/port HTTP/1.1" 200 117 0.006283
10.0.0.240 - - [2026-05-18 02:23:09] "GET /projects?obj_uuids=5f5e4909-f933-4a18-8985-47ab5abfa948&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001137
10.0.0.23 - - [2026-05-18 02:23:09] "POST /neutron/port HTTP/1.1" 200 1062 0.342776
10.0.0.23 - - [2026-05-18 02:23:09] "POST /neutron/port HTTP/1.1" 200 1116 0.132254
10.0.0.240 - - [2026-05-18 02:23:09] "GET /projects?obj_uuids=5f5e4909-f933-4a18-8985-47ab5abfa948&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000825
10.0.0.23 - - [2026-05-18 02:23:09] "POST /neutron/subnet HTTP/1.1" 200 703 0.015743
10.0.0.23 - - [2026-05-18 02:23:09] "GET /project/5f5e4909-f933-4a18-8985-47ab5abfa948?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.091295
10.0.0.23 - - [2026-05-18 02:23:10] "POST /neutron/network HTTP/1.1" 200 892 0.012337
10.0.0.23 - - [2026-05-18 02:23:10] "POST /neutron/port HTTP/1.1" 200 117 0.007299
10.0.0.23 - - [2026-05-18 02:23:10] "POST /fqname-to-id HTTP/1.1" 404 193 0.003769
10.0.0.23 - - [2026-05-18 02:23:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002785
10.0.0.240 - - [2026-05-18 02:23:11] "GET /domains?obj_uuids=4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000845
10.0.0.23 - - [2026-05-18 02:23:11] "GET /domain/4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.009996
10.0.0.23 - - [2026-05-18 02:23:11] "POST /neutron/port HTTP/1.1" 200 1062 0.021746
10.0.0.23 - - [2026-05-18 02:23:11] "POST /service-templates HTTP/1.1" 200 545 0.030010
10.0.0.23 - - [2026-05-18 02:23:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.006330
10.0.0.23 - - [2026-05-18 02:23:11] "GET /service-template/c90a8332-9998-4e05-84ae-5321e4899648?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.013137
10.0.0.23 - - [2026-05-18 02:23:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003088
10.0.0.23 - - [2026-05-18 02:23:11] "GET /service-template/c90a8332-9998-4e05-84ae-5321e4899648?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.003995
10.0.0.23 - - [2026-05-18 02:23:11] "POST /neutron/port HTTP/1.1" 200 1126 0.023234
10.0.0.23 - - [2026-05-18 02:23:11] "POST /id-to-fqname HTTP/1.1" 200 253 0.001178
10.0.0.23 - - [2026-05-18 02:23:11] "POST /neutron/port HTTP/1.1" 200 117 0.001012
10.0.0.23 - - [2026-05-18 02:23:11] "POST /id-to-fqname HTTP/1.1" 200 253 0.001067
10.0.0.23 - - [2026-05-18 02:23:11] "POST /id-to-fqname HTTP/1.1" 200 254 0.001388
10.0.0.23 - - [2026-05-18 02:23:11] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007514
10.0.0.23 - - [2026-05-18 02:23:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003674
10.0.0.23 - - [2026-05-18 02:23:11] "DELETE /service-template/c90a8332-9998-4e05-84ae-5321e4899648 HTTP/1.1" 200 115 0.039753
10.0.0.23 - - [2026-05-18 02:23:11] "POST /fqname-to-id HTTP/1.1" 404 193 0.003594
10.0.0.23 - - [2026-05-18 02:23:14] "POST /neutron/port HTTP/1.1" 200 1126 0.024713
10.0.0.23 - - [2026-05-18 02:23:14] "POST /neutron/port HTTP/1.1" 200 1126 0.030005
10.0.0.23 - - [2026-05-18 02:23:16] "POST /neutron/network HTTP/1.1" 200 890 0.007967
10.0.0.240 - - [2026-05-18 02:23:16] "DELETE /route-target/bf1e9024-ecb9-4243-bac7-398213fd3983 HTTP/1.1" 200 115 0.042306
10.0.0.240 - - [2026-05-18 02:23:16] "POST /useragent-kv HTTP/1.1" 200 115 0.004911
10.0.0.240 - - [2026-05-18 02:23:16] "POST /useragent-kv HTTP/1.1" 200 115 0.005255
10.0.0.23 - - [2026-05-18 02:23:16] "POST /neutron/network HTTP/1.1" 200 151 0.187196
10.0.0.240 - - [2026-05-18 02:23:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004876
10.0.0.240 - - [2026-05-18 02:23:16] "GET /projects?obj_uuids=5f5e4909-f933-4a18-8985-47ab5abfa948&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001664
10.0.0.23 - - [2026-05-18 02:23:16] "GET /project/5f5e4909-f933-4a18-8985-47ab5abfa948?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.070037
10.0.0.240 - - [2026-05-18 02:23:16] "GET /projects?obj_uuids=5f5e4909-f933-4a18-8985-47ab5abfa948&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000984
10.0.0.23 - - [2026-05-18 02:23:16] "GET /project/5f5e4909-f933-4a18-8985-47ab5abfa948?fields=virtual_networks HTTP/1.1" 200 1034 0.068066
10.0.0.240 - - [2026-05-18 02:23:16] "GET /projects?obj_uuids=5f5e4909-f933-4a18-8985-47ab5abfa948&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001428
10.0.0.23 - - [2026-05-18 02:23:16] "GET /project/5f5e4909-f933-4a18-8985-47ab5abfa948?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.058943
10.0.0.240 - - [2026-05-18 02:23:16] "GET /projects?obj_uuids=5f5e4909-f933-4a18-8985-47ab5abfa948&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002031
10.0.0.23 - - [2026-05-18 02:23:16] "GET /project/5f5e4909-f933-4a18-8985-47ab5abfa948?fields=security_groups HTTP/1.1" 200 1262 0.071136
10.0.0.23 - - [2026-05-18 02:23:17] "POST /fqname-to-id HTTP/1.1" 404 193 0.031274
10.0.0.240 - - [2026-05-18 02:23:17] "GET /projects?obj_uuids=13c1a847-1bd6-4872-8d9a-eb66ffc114e8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003234
10.0.0.240 - - [2026-05-18 02:23:17] "GET /domains?obj_uuids=4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001460
10.0.0.240 - - [2026-05-18 02:23:17] "GET /domain/4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008112
10.0.0.240 - - [2026-05-18 02:23:18] "POST /id-to-fqname HTTP/1.1" 200 195 0.004895
10.0.0.240 - - [2026-05-18 02:23:18] "POST /fqname-to-id HTTP/1.1" 404 204 0.010438
10.0.0.240 - - [2026-05-18 02:23:18] "POST /security-groups HTTP/1.1" 200 596 0.077682
10.0.0.240 - - [2026-05-18 02:23:18] "POST /projects HTTP/1.1" 200 595 0.326569
10.0.0.240 - - [2026-05-18 02:23:18] "POST /access-control-lists HTTP/1.1" 200 603 0.038875
10.0.0.240 - - [2026-05-18 02:23:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.406330
10.0.0.23 - - [2026-05-18 02:23:18] "GET /project/13c1a847-1bd6-4872-8d9a-eb66ffc114e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.559711
10.0.0.23 - - [2026-05-18 02:23:19] "GET / HTTP/1.1" 200 36215 0.001458
10.0.0.23 - - [2026-05-18 02:23:20] "POST /fqname-to-id HTTP/1.1" 401 292 0.000481
10.0.0.23 - - [2026-05-18 02:23:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.074718
10.0.0.240 - - [2026-05-18 02:23:20] "GET /projects?obj_uuids=13c1a847-1bd6-4872-8d9a-eb66ffc114e8&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001009
10.0.0.23 - - [2026-05-18 02:23:20] "GET /project/13c1a847-1bd6-4872-8d9a-eb66ffc114e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.051640
10.0.0.23 - - [2026-05-18 02:23:20] "POST /neutron/network HTTP/1.1" 200 117 0.051758
10.0.0.240 - - [2026-05-18 02:23:20] "POST /route-targets HTTP/1.1" 200 328 0.016230
10.0.0.240 - - [2026-05-18 02:23:21] "POST /useragent-kv HTTP/1.1" 200 115 0.007587
10.0.0.23 - - [2026-05-18 02:23:21] "POST /neutron/subnet HTTP/1.1" 200 724 0.225458
10.0.0.23 - - [2026-05-18 02:23:21] "POST /id-to-fqname HTTP/1.1" 200 261 0.001407
10.0.0.23 - - [2026-05-18 02:23:21] "GET /virtual-network/69c7afb6-6f37-4f22-a788-e8d39a4be73f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2740 0.007256
10.0.0.23 - - [2026-05-18 02:23:21] "GET /virtual-network/69c7afb6-6f37-4f22-a788-e8d39a4be73f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2740 0.008219
10.0.0.240 - - [2026-05-18 02:23:21] "POST /fqname-to-id HTTP/1.1" 404 207 0.032639
10.0.0.23 - - [2026-05-18 02:23:21] "POST /neutron/network HTTP/1.1" 200 1074 0.011381
10.0.0.23 - - [2026-05-18 02:23:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003275
10.0.0.240 - - [2026-05-18 02:23:21] "GET /projects?obj_uuids=13c1a847-1bd6-4872-8d9a-eb66ffc114e8&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002184
10.0.0.23 - - [2026-05-18 02:23:21] "GET /project/13c1a847-1bd6-4872-8d9a-eb66ffc114e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.056924
10.0.0.23 - - [2026-05-18 02:23:21] "POST /neutron/network HTTP/1.1" 200 117 0.018902
10.0.0.240 - - [2026-05-18 02:23:21] "POST /ref-update HTTP/1.1" 200 156 0.026368
10.0.0.240 - - [2026-05-18 02:23:22] "POST /fqname-to-id HTTP/1.1" 404 207 0.009834
10.0.0.240 - - [2026-05-18 02:23:22] "POST /useragent-kv HTTP/1.1" 200 115 0.009995
10.0.0.23 - - [2026-05-18 02:23:22] "POST /neutron/subnet HTTP/1.1" 200 724 0.192260
10.0.0.23 - - [2026-05-18 02:23:22] "POST /id-to-fqname HTTP/1.1" 200 261 0.001310
10.0.0.23 - - [2026-05-18 02:23:22] "GET /virtual-network/8d714489-df70-454f-b043-9dab08e57510?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2744 0.008436
10.0.0.23 - - [2026-05-18 02:23:22] "GET /virtual-network/8d714489-df70-454f-b043-9dab08e57510?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2744 0.005788
10.0.0.23 - - [2026-05-18 02:23:22] "POST /neutron/network HTTP/1.1" 200 1075 0.009988
10.0.0.23 - - [2026-05-18 02:23:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004879
10.0.0.240 - - [2026-05-18 02:23:22] "GET /projects?obj_uuids=13c1a847-1bd6-4872-8d9a-eb66ffc114e8&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000963
10.0.0.23 - - [2026-05-18 02:23:22] "GET /project/13c1a847-1bd6-4872-8d9a-eb66ffc114e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.072107
10.0.0.23 - - [2026-05-18 02:23:22] "POST /neutron/network HTTP/1.1" 200 117 0.022710
10.0.0.240 - - [2026-05-18 02:23:23] "POST /useragent-kv HTTP/1.1" 200 115 0.011753
10.0.0.23 - - [2026-05-18 02:23:23] "POST /neutron/subnet HTTP/1.1" 200 724 0.267885
10.0.0.23 - - [2026-05-18 02:23:23] "POST /id-to-fqname HTTP/1.1" 200 262 0.003279
10.0.0.23 - - [2026-05-18 02:23:23] "GET /virtual-network/f4b95742-c76e-40a4-ae35-544f1d91ea46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2748 0.006485
10.0.0.23 - - [2026-05-18 02:23:23] "GET /virtual-network/f4b95742-c76e-40a4-ae35-544f1d91ea46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2748 0.005681
10.0.0.23 - - [2026-05-18 02:23:23] "POST /neutron/network HTTP/1.1" 200 1077 0.015132
10.0.0.23 - - [2026-05-18 02:23:23] "POST /id-to-fqname HTTP/1.1" 200 261 0.001453
10.0.0.23 - - [2026-05-18 02:23:23] "POST /neutron/network HTTP/1.1" 200 1085 0.007501
10.0.0.240 - - [2026-05-18 02:23:24] "GET /projects?obj_uuids=13c1a847-1bd6-4872-8d9a-eb66ffc114e8&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001192
10.0.0.23 - - [2026-05-18 02:23:24] "GET /project/13c1a847-1bd6-4872-8d9a-eb66ffc114e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.094890
10.0.0.23 - - [2026-05-18 02:23:24] "POST /neutron/port HTTP/1.1" 200 117 0.006256
10.0.0.23 - - [2026-05-18 02:23:24] "POST /id-to-fqname HTTP/1.1" 200 262 0.001277
10.0.0.23 - - [2026-05-18 02:23:25] "POST /neutron/network HTTP/1.1" 200 1085 0.008253
10.0.0.23 - - [2026-05-18 02:23:25] "POST /neutron/port HTTP/1.1" 200 1172 0.020836
10.0.0.240 - - [2026-05-18 02:23:25] "GET /projects?obj_uuids=13c1a847-1bd6-4872-8d9a-eb66ffc114e8&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001013
10.0.0.23 - - [2026-05-18 02:23:25] "GET /project/13c1a847-1bd6-4872-8d9a-eb66ffc114e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.133130
10.0.0.23 - - [2026-05-18 02:23:25] "POST /neutron/port HTTP/1.1" 200 1236 0.029319
10.0.0.23 - - [2026-05-18 02:23:26] "POST /neutron/subnet HTTP/1.1" 200 1384 0.026507
10.0.0.23 - - [2026-05-18 02:23:26] "POST /neutron/network HTTP/1.1" 200 1075 0.010605
10.0.0.23 - - [2026-05-18 02:23:26] "POST /neutron/port HTTP/1.1" 200 117 0.006767
10.0.0.23 - - [2026-05-18 02:23:27] "POST /neutron/port HTTP/1.1" 200 1172 0.041483
10.0.0.23 - - [2026-05-18 02:23:27] "POST /neutron/port HTTP/1.1" 200 1236 0.025688
10.0.0.23 - - [2026-05-18 02:23:27] "POST /neutron/subnet HTTP/1.1" 200 1384 0.026507
10.0.0.23 - - [2026-05-18 02:23:27] "POST /neutron/network HTTP/1.1" 200 1077 0.013082
10.0.0.23 - - [2026-05-18 02:23:28] "POST /neutron/port HTTP/1.1" 200 1236 0.022521
10.0.0.23 - - [2026-05-18 02:23:29] "POST /neutron/port HTTP/1.1" 200 1236 0.025561
10.0.0.23 - - [2026-05-18 02:23:29] "POST /neutron/network HTTP/1.1" 200 1075 0.013891
10.0.0.240 - - [2026-05-18 02:23:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003829
10.0.0.240 - - [2026-05-18 02:23:30] "POST /useragent-kv HTTP/1.1" 200 115 0.019249
10.0.0.240 - - [2026-05-18 02:23:30] "POST /useragent-kv HTTP/1.1" 200 115 0.003603
10.0.0.240 - - [2026-05-18 02:23:30] "POST /useragent-kv HTTP/1.1" 200 115 0.002880
10.0.0.240 - - [2026-05-18 02:23:30] "POST /useragent-kv HTTP/1.1" 200 115 0.003040
10.0.0.23 - - [2026-05-18 02:23:30] "POST /neutron/network HTTP/1.1" 200 151 0.172131
10.0.0.240 - - [2026-05-18 02:23:30] "DELETE /route-target/6e103222-9963-4923-8c91-256cd42386f2 HTTP/1.1" 200 115 0.056299
10.0.0.240 - - [2026-05-18 02:23:30] "POST /useragent-kv HTTP/1.1" 200 115 0.004441
10.0.0.240 - - [2026-05-18 02:23:30] "POST /useragent-kv HTTP/1.1" 200 115 0.002292
10.0.0.240 - - [2026-05-18 02:23:30] "POST /useragent-kv HTTP/1.1" 200 115 0.002601
10.0.0.240 - - [2026-05-18 02:23:30] "POST /useragent-kv HTTP/1.1" 200 115 0.002445
10.0.0.23 - - [2026-05-18 02:23:30] "POST /neutron/network HTTP/1.1" 200 151 0.174229
10.0.0.240 - - [2026-05-18 02:23:30] "GET /projects?obj_uuids=13c1a847-1bd6-4872-8d9a-eb66ffc114e8&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000947
10.0.0.23 - - [2026-05-18 02:23:30] "GET /project/13c1a847-1bd6-4872-8d9a-eb66ffc114e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.125022
10.0.0.240 - - [2026-05-18 02:23:30] "GET /projects?obj_uuids=13c1a847-1bd6-4872-8d9a-eb66ffc114e8&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001004
10.0.0.23 - - [2026-05-18 02:23:30] "GET /project/13c1a847-1bd6-4872-8d9a-eb66ffc114e8?fields=virtual_networks HTTP/1.1" 200 1043 0.062059
10.0.0.240 - - [2026-05-18 02:23:30] "GET /projects?obj_uuids=13c1a847-1bd6-4872-8d9a-eb66ffc114e8&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001417
10.0.0.23 - - [2026-05-18 02:23:30] "GET /project/13c1a847-1bd6-4872-8d9a-eb66ffc114e8?fields=virtual_machine_interfaces HTTP/1.1" 200 1043 0.058713
10.0.0.240 - - [2026-05-18 02:23:30] "GET /projects?obj_uuids=13c1a847-1bd6-4872-8d9a-eb66ffc114e8&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001005
10.0.0.23 - - [2026-05-18 02:23:30] "GET /project/13c1a847-1bd6-4872-8d9a-eb66ffc114e8?fields=security_groups HTTP/1.1" 200 1275 0.046904
10.0.0.23 - - [2026-05-18 02:23:31] "POST /fqname-to-id HTTP/1.1" 404 196 0.028018
10.0.0.240 - - [2026-05-18 02:23:31] "GET /projects?obj_uuids=4603e4d4-74dc-40a9-9f3e-36f603dabd86&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002853
10.0.0.240 - - [2026-05-18 02:23:31] "GET /domains?obj_uuids=4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000982
10.0.0.240 - - [2026-05-18 02:23:31] "GET /domain/4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007562
10.0.0.240 - - [2026-05-18 02:23:32] "POST /id-to-fqname HTTP/1.1" 200 198 0.004729
10.0.0.240 - - [2026-05-18 02:23:32] "POST /fqname-to-id HTTP/1.1" 404 207 0.010201
10.0.0.240 - - [2026-05-18 02:23:32] "POST /security-groups HTTP/1.1" 200 599 0.034523
10.0.0.240 - - [2026-05-18 02:23:32] "POST /fqname-to-id HTTP/1.1" 404 242 0.003884
10.0.0.240 - - [2026-05-18 02:23:32] "POST /projects HTTP/1.1" 200 601 0.260644
10.0.0.240 - - [2026-05-18 02:23:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.339925
10.0.0.240 - - [2026-05-18 02:23:32] "POST /access-control-lists HTTP/1.1" 200 604 0.034847
10.0.0.23 - - [2026-05-18 02:23:32] "GET /project/4603e4d4-74dc-40a9-9f3e-36f603dabd86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.493255
10.0.0.23 - - [2026-05-18 02:23:33] "GET / HTTP/1.1" 200 36215 0.001615
10.0.0.23 - - [2026-05-18 02:23:34] "POST /fqname-to-id HTTP/1.1" 401 292 0.000445
10.0.0.23 - - [2026-05-18 02:23:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.068010
10.0.0.240 - - [2026-05-18 02:23:34] "GET /projects?obj_uuids=4603e4d4-74dc-40a9-9f3e-36f603dabd86&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000958
10.0.0.23 - - [2026-05-18 02:23:34] "GET /project/4603e4d4-74dc-40a9-9f3e-36f603dabd86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.044574
10.0.0.240 - - [2026-05-18 02:23:35] "POST /useragent-kv HTTP/1.1" 200 115 0.008083
10.0.0.23 - - [2026-05-18 02:23:35] "POST /neutron/subnet HTTP/1.1" 200 730 0.307723
10.0.0.23 - - [2026-05-18 02:23:35] "POST /id-to-fqname HTTP/1.1" 200 267 0.001220
10.0.0.23 - - [2026-05-18 02:23:35] "GET /virtual-network/0c613285-6018-433a-a119-9814c0ab51df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2176 0.006242
10.0.0.23 - - [2026-05-18 02:23:35] "GET /virtual-network/0c613285-6018-433a-a119-9814c0ab51df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2176 0.008687
10.0.0.23 - - [2026-05-18 02:23:35] "POST /neutron/network HTTP/1.1" 200 911 0.008644
10.0.0.23 - - [2026-05-18 02:23:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004130
10.0.0.240 - - [2026-05-18 02:23:35] "GET /projects?obj_uuids=4603e4d4-74dc-40a9-9f3e-36f603dabd86&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001119
10.0.0.23 - - [2026-05-18 02:23:35] "GET /project/4603e4d4-74dc-40a9-9f3e-36f603dabd86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.043399
10.0.0.240 - - [2026-05-18 02:23:35] "GET /projects?obj_uuids=4603e4d4-74dc-40a9-9f3e-36f603dabd86&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001361
10.0.0.23 - - [2026-05-18 02:23:35] "POST /neutron/network HTTP/1.1" 200 691 0.136710
10.0.0.240 - - [2026-05-18 02:23:35] "POST /route-targets HTTP/1.1" 200 328 0.015040
10.0.0.23 - - [2026-05-18 02:23:35] "POST /id-to-fqname HTTP/1.1" 200 267 0.005102
10.0.0.23 - - [2026-05-18 02:23:35] "GET /virtual-network/2835ee6e-ca54-4539-8ab2-dfee3c3f97e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2171 0.006642
10.0.0.23 - - [2026-05-18 02:23:35] "POST /neutron/network HTTP/1.1" 200 909 0.006589
10.0.0.23 - - [2026-05-18 02:23:35] "GET /virtual-network/2835ee6e-ca54-4539-8ab2-dfee3c3f97e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2171 0.006558
10.0.0.23 - - [2026-05-18 02:23:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003726
10.0.0.240 - - [2026-05-18 02:23:36] "GET /projects?obj_uuids=4603e4d4-74dc-40a9-9f3e-36f603dabd86&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000954
10.0.0.23 - - [2026-05-18 02:23:36] "GET /project/4603e4d4-74dc-40a9-9f3e-36f603dabd86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.053900
10.0.0.23 - - [2026-05-18 02:23:36] "POST /neutron/network HTTP/1.1" 200 117 0.015797
10.0.0.240 - - [2026-05-18 02:23:36] "POST /ref-update HTTP/1.1" 200 156 0.031642
10.0.0.23 - - [2026-05-18 02:23:36] "POST /neutron/network HTTP/1.1" 200 913 0.011206
10.0.0.23 - - [2026-05-18 02:23:36] "POST /id-to-fqname HTTP/1.1" 200 268 0.001382
10.0.0.23 - - [2026-05-18 02:23:36] "GET /virtual-network/5eb714ab-964f-462d-a976-06f46a67a702?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.008048
10.0.0.23 - - [2026-05-18 02:23:36] "GET /virtual-network/5eb714ab-964f-462d-a976-06f46a67a702?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.005959
10.0.0.23 - - [2026-05-18 02:23:36] "POST /neutron/subnet HTTP/1.1" 200 729 0.017700
10.0.0.23 - - [2026-05-18 02:23:36] "POST /id-to-fqname HTTP/1.1" 200 267 0.001082
10.0.0.240 - - [2026-05-18 02:23:37] "GET /projects?obj_uuids=4603e4d4-74dc-40a9-9f3e-36f603dabd86&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001481
10.0.0.23 - - [2026-05-18 02:23:37] "GET /project/4603e4d4-74dc-40a9-9f3e-36f603dabd86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.084143
10.0.0.23 - - [2026-05-18 02:23:37] "POST /neutron/port HTTP/1.1" 200 117 0.009712
10.0.0.23 - - [2026-05-18 02:23:37] "POST /id-to-fqname HTTP/1.1" 200 268 0.001480
10.0.0.23 - - [2026-05-18 02:23:38] "POST /neutron/network HTTP/1.1" 200 923 0.008009
10.0.0.23 - - [2026-05-18 02:23:38] "POST /neutron/port HTTP/1.1" 200 1067 0.018994
10.0.0.240 - - [2026-05-18 02:23:38] "GET /projects?obj_uuids=4603e4d4-74dc-40a9-9f3e-36f603dabd86&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001858
10.0.0.23 - - [2026-05-18 02:23:38] "POST /neutron/port HTTP/1.1" 200 1131 0.029167
10.0.0.23 - - [2026-05-18 02:23:38] "GET /project/4603e4d4-74dc-40a9-9f3e-36f603dabd86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.090130
10.0.0.23 - - [2026-05-18 02:23:39] "POST /neutron/subnet HTTP/1.1" 200 694 0.008624
10.0.0.23 - - [2026-05-18 02:23:39] "POST /neutron/port HTTP/1.1" 200 1131 0.021000
10.0.0.23 - - [2026-05-18 02:23:39] "POST /neutron/network HTTP/1.1" 200 923 0.012861
10.0.0.23 - - [2026-05-18 02:23:40] "POST /neutron/port HTTP/1.1" 200 1069 0.018556
10.0.0.23 - - [2026-05-18 02:23:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004523
10.0.0.23 - - [2026-05-18 02:23:40] "POST /neutron/network HTTP/1.1" 200 913 0.007233
10.0.0.240 - - [2026-05-18 02:23:41] "DELETE /project/13c1a8471bd648728d9aeb66ffc114e8 HTTP/1.1" 404 173 0.007478
10.0.0.240 - - [2026-05-18 02:23:41] "DELETE /project/5f5e4909f9334a18898547ab5abfa948 HTTP/1.1" 404 173 0.011554
10.0.0.240 - - [2026-05-18 02:23:41] "DELETE /project/4603e4d474dc40a99f3e36f603dabd86 HTTP/1.1" 404 173 0.013283
10.0.0.240 - - [2026-05-18 02:23:41] "GET /projects?obj_uuids=5f5e4909-f933-4a18-8985-47ab5abfa948&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001024
10.0.0.240 - - [2026-05-18 02:23:41] "GET /projects?obj_uuids=13c1a847-1bd6-4872-8d9a-eb66ffc114e8&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000962
10.0.0.240 - - [2026-05-18 02:23:41] "GET /project/5f5e4909-f933-4a18-8985-47ab5abfa948?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1470 0.053187
10.0.0.23 - - [2026-05-18 02:23:41] "POST /neutron/port HTTP/1.1" 200 1131 0.044443
10.0.0.240 - - [2026-05-18 02:23:41] "GET /projects?obj_uuids=5f5e4909-f933-4a18-8985-47ab5abfa948&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002844
10.0.0.240 - - [2026-05-18 02:23:41] "GET /project/13c1a847-1bd6-4872-8d9a-eb66ffc114e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1487 0.077011
10.0.0.240 - - [2026-05-18 02:23:41] "GET /projects?obj_uuids=13c1a847-1bd6-4872-8d9a-eb66ffc114e8&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001268
10.0.0.240 - - [2026-05-18 02:23:41] "GET /project/5f5e4909-f933-4a18-8985-47ab5abfa948?fields=security_groups HTTP/1.1" 200 1364 0.067452
10.0.0.240 - - [2026-05-18 02:23:41] "GET /project/13c1a847-1bd6-4872-8d9a-eb66ffc114e8?fields=security_groups HTTP/1.1" 200 1377 0.123955
10.0.0.240 - - [2026-05-18 02:23:41] "DELETE /security-group/dd97b8d4-67a8-4977-a577-1c2e866ff302 HTTP/1.1" 200 115 0.138628
10.0.0.240 - - [2026-05-18 02:23:41] "GET /projects?obj_uuids=5f5e4909-f933-4a18-8985-47ab5abfa948&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001246
10.0.0.240 - - [2026-05-18 02:23:41] "GET /project/5f5e4909-f933-4a18-8985-47ab5abfa948?fields=application_policy_sets HTTP/1.1" 200 1403 0.100235
10.0.0.240 - - [2026-05-18 02:23:41] "DELETE /security-group/3b7c91eb-7ae8-4775-a8fa-bd3b78fe6e19 HTTP/1.1" 200 115 0.170506
10.0.0.240 - - [2026-05-18 02:23:41] "GET /projects?obj_uuids=13c1a847-1bd6-4872-8d9a-eb66ffc114e8&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001332
10.0.0.240 - - [2026-05-18 02:23:41] "GET /project/13c1a847-1bd6-4872-8d9a-eb66ffc114e8?fields=application_policy_sets HTTP/1.1" 200 1416 0.078548
10.0.0.240 - - [2026-05-18 02:23:41] "DELETE /access-control-list/5163afda-dec2-44ec-9937-25ba1649a535 HTTP/1.1" 200 115 0.082351
10.0.0.240 - - [2026-05-18 02:23:42] "DELETE /project/5f5e4909-f933-4a18-8985-47ab5abfa948 HTTP/1.1" 200 115 0.689879
10.0.0.23 - - [2026-05-18 02:23:42] "POST /neutron/port HTTP/1.1" 200 1133 0.049741
10.0.0.240 - - [2026-05-18 02:23:42] "DELETE /project/13c1a847-1bd6-4872-8d9a-eb66ffc114e8 HTTP/1.1" 200 115 0.791291
10.0.0.23 - - [2026-05-18 02:23:42] "POST /neutron/network HTTP/1.1" 200 909 0.007552
10.0.0.240 - - [2026-05-18 02:23:43] "DELETE /route-target/be789a1c-3da4-420d-8edf-1d484711ee25 HTTP/1.1" 200 115 0.043881
10.0.0.23 - - [2026-05-18 02:23:43] "POST /neutron/network HTTP/1.1" 200 913 0.018904
10.0.0.240 - - [2026-05-18 02:23:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.007453
10.0.0.240 - - [2026-05-18 02:23:43] "POST /useragent-kv HTTP/1.1" 200 115 0.002626
10.0.0.240 - - [2026-05-18 02:23:43] "POST /useragent-kv HTTP/1.1" 200 115 0.004897
10.0.0.23 - - [2026-05-18 02:23:43] "POST /neutron/network HTTP/1.1" 200 151 0.143936
10.0.0.240 - - [2026-05-18 02:23:43] "GET /projects?obj_uuids=4603e4d4-74dc-40a9-9f3e-36f603dabd86&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000884
10.0.0.23 - - [2026-05-18 02:23:43] "GET /project/4603e4d4-74dc-40a9-9f3e-36f603dabd86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.086145
10.0.0.240 - - [2026-05-18 02:23:43] "GET /projects?obj_uuids=4603e4d4-74dc-40a9-9f3e-36f603dabd86&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000925
10.0.0.23 - - [2026-05-18 02:23:43] "GET /project/4603e4d4-74dc-40a9-9f3e-36f603dabd86?fields=virtual_networks HTTP/1.1" 200 1049 0.047924
10.0.0.240 - - [2026-05-18 02:23:43] "GET /projects?obj_uuids=4603e4d4-74dc-40a9-9f3e-36f603dabd86&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001376
10.0.0.23 - - [2026-05-18 02:23:43] "GET /project/4603e4d4-74dc-40a9-9f3e-36f603dabd86?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.039038
10.0.0.240 - - [2026-05-18 02:23:43] "GET /projects?obj_uuids=4603e4d4-74dc-40a9-9f3e-36f603dabd86&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000902
10.0.0.23 - - [2026-05-18 02:23:43] "GET /project/4603e4d4-74dc-40a9-9f3e-36f603dabd86?fields=security_groups HTTP/1.1" 200 1284 0.050763
10.0.0.23 - - [2026-05-18 02:23:44] "POST /fqname-to-id HTTP/1.1" 404 193 0.031852
10.0.0.240 - - [2026-05-18 02:23:44] "GET /projects?obj_uuids=c380eae1-47aa-4d78-b4ba-c82c80e7311a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003810
10.0.0.240 - - [2026-05-18 02:23:44] "GET /domains?obj_uuids=4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001123
10.0.0.240 - - [2026-05-18 02:23:44] "GET /domain/4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007908
10.0.0.240 - - [2026-05-18 02:23:45] "POST /id-to-fqname HTTP/1.1" 200 195 0.002455
10.0.0.240 - - [2026-05-18 02:23:45] "POST /fqname-to-id HTTP/1.1" 404 204 0.004103
10.0.0.240 - - [2026-05-18 02:23:45] "POST /security-groups HTTP/1.1" 200 596 0.077238
10.0.0.240 - - [2026-05-18 02:23:45] "POST /projects HTTP/1.1" 200 595 0.297475
10.0.0.240 - - [2026-05-18 02:23:45] "POST /access-control-lists HTTP/1.1" 200 603 0.030365
10.0.0.240 - - [2026-05-18 02:23:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.375410
10.0.0.23 - - [2026-05-18 02:23:45] "GET /project/c380eae1-47aa-4d78-b4ba-c82c80e7311a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.539156
10.0.0.23 - - [2026-05-18 02:23:46] "GET / HTTP/1.1" 200 36215 0.001494
10.0.0.23 - - [2026-05-18 02:23:47] "POST /fqname-to-id HTTP/1.1" 401 292 0.000456
10.0.0.23 - - [2026-05-18 02:23:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.067759
10.0.0.240 - - [2026-05-18 02:23:47] "GET /projects?obj_uuids=c380eae1-47aa-4d78-b4ba-c82c80e7311a&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001121
10.0.0.23 - - [2026-05-18 02:23:47] "GET /project/c380eae1-47aa-4d78-b4ba-c82c80e7311a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.041456
10.0.0.240 - - [2026-05-18 02:23:47] "POST /route-targets HTTP/1.1" 200 328 0.016251
10.0.0.240 - - [2026-05-18 02:23:48] "POST /useragent-kv HTTP/1.1" 200 115 0.009350
10.0.0.23 - - [2026-05-18 02:23:48] "POST /neutron/subnet HTTP/1.1" 200 725 0.263587
10.0.0.23 - - [2026-05-18 02:23:48] "POST /id-to-fqname HTTP/1.1" 200 261 0.001346
10.0.0.23 - - [2026-05-18 02:23:48] "GET /virtual-network/bd88409c-e40a-43f3-add0-96e524b2ec65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.009220
10.0.0.23 - - [2026-05-18 02:23:48] "GET /virtual-network/bd88409c-e40a-43f3-add0-96e524b2ec65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.007697
10.0.0.23 - - [2026-05-18 02:23:48] "POST /neutron/network HTTP/1.1" 200 901 0.007583
10.0.0.23 - - [2026-05-18 02:23:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005337
10.0.0.240 - - [2026-05-18 02:23:48] "GET /projects?obj_uuids=c380eae1-47aa-4d78-b4ba-c82c80e7311a&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001200
10.0.0.23 - - [2026-05-18 02:23:48] "GET /project/c380eae1-47aa-4d78-b4ba-c82c80e7311a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.063851
10.0.0.240 - - [2026-05-18 02:23:48] "GET /projects?obj_uuids=c380eae1-47aa-4d78-b4ba-c82c80e7311a&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001070
10.0.0.23 - - [2026-05-18 02:23:48] "POST /neutron/network HTTP/1.1" 200 682 0.150059
10.0.0.240 - - [2026-05-18 02:23:48] "POST /ref-update HTTP/1.1" 200 156 0.029336
10.0.0.23 - - [2026-05-18 02:23:48] "POST /id-to-fqname HTTP/1.1" 200 261 0.003373
10.0.0.23 - - [2026-05-18 02:23:48] "GET /virtual-network/946bb429-52d1-4ab7-ad70-dbf72b2a5659?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2164 0.005323
10.0.0.23 - - [2026-05-18 02:23:48] "POST /neutron/network HTTP/1.1" 200 902 0.006613
10.0.0.23 - - [2026-05-18 02:23:48] "GET /virtual-network/946bb429-52d1-4ab7-ad70-dbf72b2a5659?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2164 0.005502
10.0.0.23 - - [2026-05-18 02:23:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004529
10.0.0.240 - - [2026-05-18 02:23:48] "GET /projects?obj_uuids=c380eae1-47aa-4d78-b4ba-c82c80e7311a&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000863
10.0.0.23 - - [2026-05-18 02:23:48] "GET /obj-perms HTTP/1.1" 200 5056 0.078857
10.0.0.23 - - [2026-05-18 02:23:49] "GET /project/c380eae1-47aa-4d78-b4ba-c82c80e7311a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.055519
10.0.0.23 - - [2026-05-18 02:23:49] "POST /neutron/network HTTP/1.1" 200 117 0.018808
10.0.0.23 - - [2026-05-18 02:23:49] "POST /neutron/network HTTP/1.1" 200 902 0.014827
10.0.0.23 - - [2026-05-18 02:23:49] "POST /id-to-fqname HTTP/1.1" 200 262 0.001438
10.0.0.23 - - [2026-05-18 02:23:49] "GET /virtual-network/f64fa2ea-ba10-4ea3-9687-21bb6be01e5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.008426
10.0.0.23 - - [2026-05-18 02:23:49] "GET /virtual-network/f64fa2ea-ba10-4ea3-9687-21bb6be01e5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.005540
10.0.0.23 - - [2026-05-18 02:23:49] "POST /neutron/subnet HTTP/1.1" 200 719 0.010372
10.0.0.23 - - [2026-05-18 02:23:49] "POST /id-to-fqname HTTP/1.1" 200 261 0.001144
10.0.0.240 - - [2026-05-18 02:23:50] "GET /projects?obj_uuids=c380eae1-47aa-4d78-b4ba-c82c80e7311a&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001174
10.0.0.23 - - [2026-05-18 02:23:50] "GET /project/c380eae1-47aa-4d78-b4ba-c82c80e7311a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.074902
10.0.0.23 - - [2026-05-18 02:23:50] "POST /neutron/port HTTP/1.1" 200 117 0.006588
10.0.0.23 - - [2026-05-18 02:23:50] "POST /id-to-fqname HTTP/1.1" 200 262 0.001673
10.0.0.23 - - [2026-05-18 02:23:50] "POST /neutron/network HTTP/1.1" 200 912 0.008216
10.0.0.23 - - [2026-05-18 02:23:51] "POST /neutron/port HTTP/1.1" 200 1066 0.017661
10.0.0.23 - - [2026-05-18 02:23:51] "POST /neutron/port HTTP/1.1" 200 1130 0.023494
10.0.0.240 - - [2026-05-18 02:23:51] "GET /projects?obj_uuids=c380eae1-47aa-4d78-b4ba-c82c80e7311a&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001131
10.0.0.23 - - [2026-05-18 02:23:51] "POST /neutron/port HTTP/1.1" 200 117 0.000839
10.0.0.23 - - [2026-05-18 02:23:51] "GET /project/c380eae1-47aa-4d78-b4ba-c82c80e7311a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.091627
10.0.0.23 - - [2026-05-18 02:23:52] "POST /neutron/port HTTP/1.1" 200 1130 0.033508
10.0.0.23 - - [2026-05-18 02:23:52] "POST /neutron/network HTTP/1.1" 200 912 0.007839
10.0.0.23 - - [2026-05-18 02:23:52] "POST /fqname-to-id HTTP/1.1" 404 193 0.004963
10.0.0.23 - - [2026-05-18 02:23:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003159
10.0.0.240 - - [2026-05-18 02:23:52] "GET /domains?obj_uuids=4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000975
10.0.0.23 - - [2026-05-18 02:23:52] "GET /domain/4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.006969
10.0.0.23 - - [2026-05-18 02:23:53] "POST /service-templates HTTP/1.1" 200 545 0.033570
10.0.0.23 - - [2026-05-18 02:23:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.006077
10.0.0.23 - - [2026-05-18 02:23:53] "POST /neutron/port HTTP/1.1" 200 1064 0.019019
10.0.0.23 - - [2026-05-18 02:23:53] "GET /service-template/dd3043bb-487e-48c5-b5fc-b72c1450217c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1822 0.005291
10.0.0.23 - - [2026-05-18 02:23:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004186
10.0.0.23 - - [2026-05-18 02:23:53] "GET /service-template/dd3043bb-487e-48c5-b5fc-b72c1450217c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1822 0.004133
10.0.0.23 - - [2026-05-18 02:23:53] "POST /id-to-fqname HTTP/1.1" 200 261 0.001328
10.0.0.23 - - [2026-05-18 02:23:53] "POST /id-to-fqname HTTP/1.1" 200 261 0.001288
10.0.0.23 - - [2026-05-18 02:23:53] "POST /id-to-fqname HTTP/1.1" 200 262 0.001544
10.0.0.23 - - [2026-05-18 02:23:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004110
10.0.0.23 - - [2026-05-18 02:23:53] "POST /neutron/network HTTP/1.1" 200 902 0.007988
10.0.0.23 - - [2026-05-18 02:23:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004531
10.0.0.23 - - [2026-05-18 02:23:53] "DELETE /service-template/dd3043bb-487e-48c5-b5fc-b72c1450217c HTTP/1.1" 200 115 0.052584
10.0.0.23 - - [2026-05-18 02:23:53] "POST /fqname-to-id HTTP/1.1" 404 193 0.004957
10.0.0.23 - - [2026-05-18 02:23:55] "POST /neutron/network HTTP/1.1" 200 902 0.007703
10.0.0.23 - - [2026-05-18 02:23:56] "POST /neutron/port HTTP/1.1" 200 1118 0.019212
10.0.0.23 - - [2026-05-18 02:23:56] "POST /neutron/port HTTP/1.1" 200 1120 0.014999
10.0.0.240 - - [2026-05-18 02:23:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005738
10.0.0.240 - - [2026-05-18 02:23:58] "POST /useragent-kv HTTP/1.1" 200 115 0.002966
10.0.0.240 - - [2026-05-18 02:23:58] "POST /useragent-kv HTTP/1.1" 200 115 0.002464
10.0.0.23 - - [2026-05-18 02:23:58] "POST /neutron/network HTTP/1.1" 200 151 0.146328
10.0.0.23 - - [2026-05-18 02:23:58] "POST /neutron/network HTTP/1.1" 200 901 0.006315
10.0.0.240 - - [2026-05-18 02:23:58] "DELETE /route-target/455cc69d-6817-4782-9fa2-e4d20bb58553 HTTP/1.1" 200 115 0.030870
10.0.0.240 - - [2026-05-18 02:23:58] "GET /projects?obj_uuids=c380eae1-47aa-4d78-b4ba-c82c80e7311a&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001034
10.0.0.23 - - [2026-05-18 02:23:58] "GET /project/c380eae1-47aa-4d78-b4ba-c82c80e7311a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.057437
10.0.0.240 - - [2026-05-18 02:23:58] "GET /projects?obj_uuids=c380eae1-47aa-4d78-b4ba-c82c80e7311a&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001355
10.0.0.23 - - [2026-05-18 02:23:58] "GET /project/c380eae1-47aa-4d78-b4ba-c82c80e7311a?fields=virtual_networks HTTP/1.1" 200 1044 0.048938
10.0.0.240 - - [2026-05-18 02:23:58] "GET /projects?obj_uuids=c380eae1-47aa-4d78-b4ba-c82c80e7311a&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001151
10.0.0.23 - - [2026-05-18 02:23:58] "GET /project/c380eae1-47aa-4d78-b4ba-c82c80e7311a?fields=virtual_machine_interfaces HTTP/1.1" 200 1044 0.050438
10.0.0.240 - - [2026-05-18 02:23:58] "GET /projects?obj_uuids=c380eae1-47aa-4d78-b4ba-c82c80e7311a&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000956
10.0.0.23 - - [2026-05-18 02:23:58] "GET /project/c380eae1-47aa-4d78-b4ba-c82c80e7311a?fields=security_groups HTTP/1.1" 200 1276 0.048251
10.0.0.23 - - [2026-05-18 02:23:59] "POST /fqname-to-id HTTP/1.1" 404 197 0.032506
10.0.0.240 - - [2026-05-18 02:23:59] "GET /projects?obj_uuids=2e792bd5-c4d6-4ece-b3d7-78bfaeae5aeb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003192
10.0.0.240 - - [2026-05-18 02:23:59] "GET /domains?obj_uuids=4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001157
10.0.0.240 - - [2026-05-18 02:23:59] "GET /domain/4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007668
10.0.0.240 - - [2026-05-18 02:24:00] "POST /id-to-fqname HTTP/1.1" 200 199 0.003375
10.0.0.240 - - [2026-05-18 02:24:00] "POST /fqname-to-id HTTP/1.1" 404 208 0.006087
10.0.0.240 - - [2026-05-18 02:24:00] "POST /security-groups HTTP/1.1" 200 600 0.094002
10.0.0.240 - - [2026-05-18 02:24:00] "POST /fqname-to-id HTTP/1.1" 404 243 0.006312
10.0.0.240 - - [2026-05-18 02:24:00] "POST /projects HTTP/1.1" 200 603 0.369057
10.0.0.240 - - [2026-05-18 02:24:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.454527
10.0.0.240 - - [2026-05-18 02:24:00] "POST /access-control-lists HTTP/1.1" 200 605 0.045410
10.0.0.23 - - [2026-05-18 02:24:00] "GET /project/2e792bd5-c4d6-4ece-b3d7-78bfaeae5aeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1401 0.632220
10.0.0.23 - - [2026-05-18 02:24:01] "GET / HTTP/1.1" 200 36215 0.001928
10.0.0.23 - - [2026-05-18 02:24:02] "POST /fqname-to-id HTTP/1.1" 401 292 0.000450
10.0.0.23 - - [2026-05-18 02:24:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.064938
10.0.0.240 - - [2026-05-18 02:24:02] "GET /projects?obj_uuids=2e792bd5-c4d6-4ece-b3d7-78bfaeae5aeb&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001261
10.0.0.23 - - [2026-05-18 02:24:02] "GET /project/2e792bd5-c4d6-4ece-b3d7-78bfaeae5aeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1401 0.039144
10.0.0.240 - - [2026-05-18 02:24:02] "GET /projects?obj_uuids=2e792bd5-c4d6-4ece-b3d7-78bfaeae5aeb&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001771
10.0.0.23 - - [2026-05-18 02:24:03] "POST /neutron/network HTTP/1.1" 200 694 0.186437
10.0.0.240 - - [2026-05-18 02:24:03] "POST /fqname-to-id HTTP/1.1" 404 207 0.004157
10.0.0.23 - - [2026-05-18 02:24:03] "POST /neutron/network HTTP/1.1" 200 1086 0.017609
10.0.0.23 - - [2026-05-18 02:24:03] "POST /id-to-fqname HTTP/1.1" 200 269 0.001243
10.0.0.23 - - [2026-05-18 02:24:03] "GET /virtual-network/442f52d6-5a82-4dd1-a166-fcf9c148a044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2760 0.006321
10.0.0.23 - - [2026-05-18 02:24:03] "GET /virtual-network/442f52d6-5a82-4dd1-a166-fcf9c148a044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2760 0.007105
10.0.0.23 - - [2026-05-18 02:24:03] "POST /neutron/subnet HTTP/1.1" 200 823 0.017056
10.0.0.23 - - [2026-05-18 02:24:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.014189
10.0.0.240 - - [2026-05-18 02:24:03] "GET /projects?obj_uuids=2e792bd5-c4d6-4ece-b3d7-78bfaeae5aeb&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001129
10.0.0.23 - - [2026-05-18 02:24:03] "GET /project/2e792bd5-c4d6-4ece-b3d7-78bfaeae5aeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1401 0.057699
10.0.0.240 - - [2026-05-18 02:24:03] "GET /projects?obj_uuids=2e792bd5-c4d6-4ece-b3d7-78bfaeae5aeb&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000994
10.0.0.23 - - [2026-05-18 02:24:04] "POST /neutron/network HTTP/1.1" 200 694 0.169262
10.0.0.240 - - [2026-05-18 02:24:04] "POST /fqname-to-id HTTP/1.1" 404 207 0.006961
10.0.0.23 - - [2026-05-18 02:24:04] "POST /neutron/network HTTP/1.1" 200 1088 0.012417
10.0.0.23 - - [2026-05-18 02:24:04] "POST /id-to-fqname HTTP/1.1" 200 269 0.000873
10.0.0.240 - - [2026-05-18 02:24:04] "POST /route-targets HTTP/1.1" 200 328 0.015808
10.0.0.23 - - [2026-05-18 02:24:04] "GET /virtual-network/77387758-cacb-40af-afef-5778f4b76952?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2767 0.012929
10.0.0.23 - - [2026-05-18 02:24:04] "GET /virtual-network/77387758-cacb-40af-afef-5778f4b76952?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2767 0.007730
10.0.0.23 - - [2026-05-18 02:24:04] "POST /neutron/subnet HTTP/1.1" 200 828 0.010544
10.0.0.23 - - [2026-05-18 02:24:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003312
10.0.0.240 - - [2026-05-18 02:24:04] "GET /projects?obj_uuids=2e792bd5-c4d6-4ece-b3d7-78bfaeae5aeb&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000916
10.0.0.23 - - [2026-05-18 02:24:04] "GET /project/2e792bd5-c4d6-4ece-b3d7-78bfaeae5aeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1401 0.044889
10.0.0.240 - - [2026-05-18 02:24:04] "GET /projects?obj_uuids=2e792bd5-c4d6-4ece-b3d7-78bfaeae5aeb&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002170
10.0.0.23 - - [2026-05-18 02:24:05] "POST /neutron/network HTTP/1.1" 200 696 0.178568
10.0.0.240 - - [2026-05-18 02:24:05] "POST /ref-update HTTP/1.1" 200 156 0.027460
10.0.0.23 - - [2026-05-18 02:24:05] "POST /neutron/network HTTP/1.1" 200 1090 0.012948
10.0.0.23 - - [2026-05-18 02:24:05] "POST /id-to-fqname HTTP/1.1" 200 270 0.001309
10.0.0.23 - - [2026-05-18 02:24:05] "GET /virtual-network/5f836f3c-f53f-454d-a18a-58799280bf34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2770 0.006542
10.0.0.23 - - [2026-05-18 02:24:05] "GET /virtual-network/5f836f3c-f53f-454d-a18a-58799280bf34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2770 0.005909
10.0.0.23 - - [2026-05-18 02:24:05] "POST /neutron/subnet HTTP/1.1" 200 823 0.009182
10.0.0.23 - - [2026-05-18 02:24:05] "POST /id-to-fqname HTTP/1.1" 200 269 0.001154
10.0.0.240 - - [2026-05-18 02:24:06] "GET /projects?obj_uuids=2e792bd5-c4d6-4ece-b3d7-78bfaeae5aeb&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000996
10.0.0.23 - - [2026-05-18 02:24:06] "GET /project/2e792bd5-c4d6-4ece-b3d7-78bfaeae5aeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1401 0.081429
10.0.0.23 - - [2026-05-18 02:24:06] "POST /neutron/network HTTP/1.1" 200 1088 0.042441
10.0.0.23 - - [2026-05-18 02:24:07] "POST /id-to-fqname HTTP/1.1" 200 270 0.001158
10.0.0.23 - - [2026-05-18 02:24:07] "POST /neutron/port HTTP/1.1" 200 117 0.007369
10.0.0.240 - - [2026-05-18 02:24:07] "GET /projects?obj_uuids=2e792bd5-c4d6-4ece-b3d7-78bfaeae5aeb&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001526
10.0.0.23 - - [2026-05-18 02:24:08] "POST /neutron/port HTTP/1.1" 200 1177 0.389745
10.0.0.240 - - [2026-05-18 02:24:08] "GET /projects?obj_uuids=2e792bd5-c4d6-4ece-b3d7-78bfaeae5aeb&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000916
10.0.0.23 - - [2026-05-18 02:24:08] "GET /project/2e792bd5-c4d6-4ece-b3d7-78bfaeae5aeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1401 0.084486
10.0.0.23 - - [2026-05-18 02:24:08] "POST /neutron/port HTTP/1.1" 200 1177 0.056116
10.0.0.23 - - [2026-05-18 02:24:08] "POST /neutron/port HTTP/1.1" 200 1241 0.024511
10.0.0.23 - - [2026-05-18 02:24:08] "POST /neutron/port HTTP/1.1" 200 117 0.005911
10.0.0.23 - - [2026-05-18 02:24:08] "POST /neutron/port HTTP/1.1" 200 117 0.001162
10.0.0.23 - - [2026-05-18 02:24:08] "POST /neutron/network HTTP/1.1" 200 1100 0.007963
10.0.0.23 - - [2026-05-18 02:24:09] "POST /neutron/port HTTP/1.1" 200 1177 0.023743
10.0.0.23 - - [2026-05-18 02:24:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006720
10.0.0.23 - - [2026-05-18 02:24:09] "POST /neutron/port HTTP/1.1" 200 117 0.001098
10.0.0.23 - - [2026-05-18 02:24:09] "POST /fqname-to-id HTTP/1.1" 404 193 0.003556
10.0.0.23 - - [2026-05-18 02:24:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004054
10.0.0.240 - - [2026-05-18 02:24:09] "GET /domains?obj_uuids=4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001033
10.0.0.23 - - [2026-05-18 02:24:09] "GET /domain/4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.008503
10.0.0.23 - - [2026-05-18 02:24:10] "POST /service-templates HTTP/1.1" 200 545 0.037997
10.0.0.23 - - [2026-05-18 02:24:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003158
10.0.0.23 - - [2026-05-18 02:24:10] "GET /service-template/0f23afaa-2906-47f1-9427-d3b0008ddf02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1825 0.007269
10.0.0.23 - - [2026-05-18 02:24:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002612
10.0.0.23 - - [2026-05-18 02:24:10] "GET /service-template/0f23afaa-2906-47f1-9427-d3b0008ddf02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1825 0.004433
10.0.0.23 - - [2026-05-18 02:24:10] "POST /id-to-fqname HTTP/1.1" 200 269 0.001271
10.0.0.23 - - [2026-05-18 02:24:10] "POST /id-to-fqname HTTP/1.1" 200 269 0.001431
10.0.0.23 - - [2026-05-18 02:24:10] "POST /id-to-fqname HTTP/1.1" 200 270 0.001750
10.0.0.23 - - [2026-05-18 02:24:10] "POST /neutron/port HTTP/1.1" 200 2328 0.025873
10.0.0.23 - - [2026-05-18 02:24:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.005363
10.0.0.23 - - [2026-05-18 02:24:10] "DELETE /service-template/0f23afaa-2906-47f1-9427-d3b0008ddf02 HTTP/1.1" 200 115 0.036049
10.0.0.23 - - [2026-05-18 02:24:10] "POST /fqname-to-id HTTP/1.1" 404 193 0.004036
10.0.0.23 - - [2026-05-18 02:24:12] "POST /neutron/network HTTP/1.1" 400 204 0.015839
10.0.0.23 - - [2026-05-18 02:24:12] "POST /neutron/port HTTP/1.1" 200 151 0.290480
10.0.0.23 - - [2026-05-18 02:24:13] "POST /neutron/port HTTP/1.1" 200 151 0.319227
10.0.0.23 - - [2026-05-18 02:24:14] "POST /neutron/network HTTP/1.1" 200 1090 0.013420
10.0.0.240 - - [2026-05-18 02:24:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005879
10.0.0.240 - - [2026-05-18 02:24:14] "POST /useragent-kv HTTP/1.1" 200 115 0.004728
10.0.0.240 - - [2026-05-18 02:24:14] "POST /useragent-kv HTTP/1.1" 200 115 0.005308
10.0.0.240 - - [2026-05-18 02:24:14] "POST /useragent-kv HTTP/1.1" 200 115 0.005612
10.0.0.240 - - [2026-05-18 02:24:14] "POST /useragent-kv HTTP/1.1" 200 115 0.003008
10.0.0.23 - - [2026-05-18 02:24:14] "POST /neutron/network HTTP/1.1" 200 151 0.165976
10.0.0.240 - - [2026-05-18 02:24:14] "GET /projects?obj_uuids=2e792bd5-c4d6-4ece-b3d7-78bfaeae5aeb&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003676
10.0.0.240 - - [2026-05-18 02:24:14] "DELETE /route-target/f7f4f864-3c58-4983-b10d-a5fc64ecedc7 HTTP/1.1" 200 115 0.054128
10.0.0.23 - - [2026-05-18 02:24:14] "GET /project/2e792bd5-c4d6-4ece-b3d7-78bfaeae5aeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1401 0.098007
10.0.0.240 - - [2026-05-18 02:24:14] "GET /projects?obj_uuids=2e792bd5-c4d6-4ece-b3d7-78bfaeae5aeb&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001887
10.0.0.23 - - [2026-05-18 02:24:14] "GET /project/2e792bd5-c4d6-4ece-b3d7-78bfaeae5aeb?fields=virtual_networks HTTP/1.1" 200 1051 0.073076
10.0.0.240 - - [2026-05-18 02:24:15] "GET /projects?obj_uuids=2e792bd5-c4d6-4ece-b3d7-78bfaeae5aeb&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001306
10.0.0.23 - - [2026-05-18 02:24:15] "GET /project/2e792bd5-c4d6-4ece-b3d7-78bfaeae5aeb?fields=virtual_machine_interfaces HTTP/1.1" 200 1051 0.043790
10.0.0.240 - - [2026-05-18 02:24:15] "GET /projects?obj_uuids=2e792bd5-c4d6-4ece-b3d7-78bfaeae5aeb&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001065
10.0.0.23 - - [2026-05-18 02:24:15] "GET /project/2e792bd5-c4d6-4ece-b3d7-78bfaeae5aeb?fields=security_groups HTTP/1.1" 200 1287 0.038600
10.0.0.23 - - [2026-05-18 02:24:16] "POST /fqname-to-id HTTP/1.1" 404 200 0.035053
10.0.0.240 - - [2026-05-18 02:24:16] "GET /projects?obj_uuids=c28c2f39-fd95-4361-9e8a-c0fbacd40012&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003860
10.0.0.240 - - [2026-05-18 02:24:16] "GET /domains?obj_uuids=4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001041
10.0.0.240 - - [2026-05-18 02:24:16] "GET /domain/4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008410
10.0.0.240 - - [2026-05-18 02:24:16] "POST /id-to-fqname HTTP/1.1" 200 202 0.002114
10.0.0.240 - - [2026-05-18 02:24:16] "POST /fqname-to-id HTTP/1.1" 404 211 0.004740
10.0.0.240 - - [2026-05-18 02:24:16] "POST /security-groups HTTP/1.1" 200 603 0.040368
10.0.0.240 - - [2026-05-18 02:24:16] "POST /projects HTTP/1.1" 200 609 0.253824
10.0.0.240 - - [2026-05-18 02:24:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.291130
10.0.0.240 - - [2026-05-18 02:24:16] "POST /fqname-to-id HTTP/1.1" 404 245 0.015524
10.0.0.23 - - [2026-05-18 02:24:16] "GET /project/c28c2f39-fd95-4361-9e8a-c0fbacd40012?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.435642
10.0.0.23 - - [2026-05-18 02:24:17] "GET / HTTP/1.1" 200 36215 0.001931
10.0.0.23 - - [2026-05-18 02:24:18] "POST /fqname-to-id HTTP/1.1" 401 292 0.000629
10.0.0.23 - - [2026-05-18 02:24:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.064543
10.0.0.240 - - [2026-05-18 02:24:19] "GET /projects?obj_uuids=c28c2f39-fd95-4361-9e8a-c0fbacd40012&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001083
10.0.0.23 - - [2026-05-18 02:24:19] "GET /project/c28c2f39-fd95-4361-9e8a-c0fbacd40012?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.060515
10.0.0.240 - - [2026-05-18 02:24:19] "POST /ref-update HTTP/1.1" 200 156 0.030480
10.0.0.240 - - [2026-05-18 02:24:19] "POST /useragent-kv HTTP/1.1" 200 115 0.009745
10.0.0.23 - - [2026-05-18 02:24:19] "POST /neutron/subnet HTTP/1.1" 200 720 0.224598
10.0.0.23 - - [2026-05-18 02:24:19] "POST /id-to-fqname HTTP/1.1" 200 233 0.001350
10.0.0.23 - - [2026-05-18 02:24:19] "GET /virtual-network/3adf7a17-cd98-4c63-956e-57e4ba692221?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.006871
10.0.0.23 - - [2026-05-18 02:24:19] "GET /virtual-network/3adf7a17-cd98-4c63-956e-57e4ba692221?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.006217
10.0.0.23 - - [2026-05-18 02:24:19] "POST /neutron/network HTTP/1.1" 200 837 0.007554
10.0.0.23 - - [2026-05-18 02:24:20] "GET /virtual-network/3adf7a17-cd98-4c63-956e-57e4ba692221?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.006068
10.0.0.23 - - [2026-05-18 02:24:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003742
10.0.0.240 - - [2026-05-18 02:24:22] "GET /projects?obj_uuids=c28c2f39-fd95-4361-9e8a-c0fbacd40012&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000900
10.0.0.23 - - [2026-05-18 02:24:22] "GET /project/c28c2f39-fd95-4361-9e8a-c0fbacd40012?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.052519
10.0.0.240 - - [2026-05-18 02:24:22] "GET /projects?obj_uuids=c28c2f39-fd95-4361-9e8a-c0fbacd40012&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000974
10.0.0.23 - - [2026-05-18 02:24:22] "POST /neutron/network HTTP/1.1" 200 619 0.127325
10.0.0.23 - - [2026-05-18 02:24:22] "POST /id-to-fqname HTTP/1.1" 200 233 0.003647
10.0.0.23 - - [2026-05-18 02:24:22] "GET /virtual-network/0a287d33-f0bc-465e-95ef-8a67bd0a09e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.007350
10.0.0.23 - - [2026-05-18 02:24:22] "POST /neutron/network HTTP/1.1" 200 838 0.007157
10.0.0.23 - - [2026-05-18 02:24:22] "GET /virtual-network/0a287d33-f0bc-465e-95ef-8a67bd0a09e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005708
10.0.0.23 - - [2026-05-18 02:24:22] "GET /virtual-network/0a287d33-f0bc-465e-95ef-8a67bd0a09e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.006836
10.0.0.240 - - [2026-05-18 02:24:23] "GET /obj-perms HTTP/1.1" 200 5054 0.077736
10.0.0.23 - - [2026-05-18 02:24:23] "POST /id-to-fqname HTTP/1.1" 200 233 0.001369
10.0.0.240 - - [2026-05-18 02:24:39] "DELETE /access-control-list/28f6f613-2657-46ac-a8b2-b600364b8d71 HTTP/1.1" 200 115 0.063416
10.0.0.240 - - [2026-05-18 02:24:42] "DELETE /project/c380eae147aa4d78b4bac82c80e7311a HTTP/1.1" 404 173 0.013593
10.0.0.240 - - [2026-05-18 02:24:42] "DELETE /project/c28c2f39fd9543619e8ac0fbacd40012 HTTP/1.1" 404 173 0.012858
10.0.0.240 - - [2026-05-18 02:24:42] "DELETE /project/2e792bd5c4d64eceb3d778bfaeae5aeb HTTP/1.1" 404 173 0.018997
10.0.0.240 - - [2026-05-18 02:24:42] "DELETE /project/4603e4d4-74dc-40a9-9f3e-36f603dabd86 HTTP/1.1" 404 177 0.008253
10.0.0.240 - - [2026-05-18 02:24:42] "GET /projects?obj_uuids=2e792bd5-c4d6-4ece-b3d7-78bfaeae5aeb&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001120
10.0.0.240 - - [2026-05-18 02:24:42] "GET /projects?obj_uuids=c380eae1-47aa-4d78-b4ba-c82c80e7311a&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000777
10.0.0.240 - - [2026-05-18 02:24:42] "GET /project/c380eae1-47aa-4d78-b4ba-c82c80e7311a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.056710
10.0.0.240 - - [2026-05-18 02:24:42] "GET /projects?obj_uuids=c380eae1-47aa-4d78-b4ba-c82c80e7311a&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001468
10.0.0.240 - - [2026-05-18 02:24:42] "GET /project/2e792bd5-c4d6-4ece-b3d7-78bfaeae5aeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1503 0.081919
10.0.0.240 - - [2026-05-18 02:24:42] "GET /projects?obj_uuids=2e792bd5-c4d6-4ece-b3d7-78bfaeae5aeb&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000947
10.0.0.240 - - [2026-05-18 02:24:42] "GET /project/c380eae1-47aa-4d78-b4ba-c82c80e7311a?fields=security_groups HTTP/1.1" 200 1378 0.087723
10.0.0.240 - - [2026-05-18 02:24:42] "GET /project/2e792bd5-c4d6-4ece-b3d7-78bfaeae5aeb?fields=security_groups HTTP/1.1" 200 1389 0.125545
10.0.0.240 - - [2026-05-18 02:24:42] "DELETE /security-group/96759093-3367-4831-96d3-80df2b76d373 HTTP/1.1" 200 115 0.092776
10.0.0.240 - - [2026-05-18 02:24:42] "GET /projects?obj_uuids=c380eae1-47aa-4d78-b4ba-c82c80e7311a&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001097
10.0.0.240 - - [2026-05-18 02:24:42] "GET /project/c380eae1-47aa-4d78-b4ba-c82c80e7311a?fields=application_policy_sets HTTP/1.1" 200 1417 0.099806
10.0.0.240 - - [2026-05-18 02:24:42] "DELETE /security-group/c778a273-b48e-42b8-adde-5cf57da66fcd HTTP/1.1" 200 115 0.142059
10.0.0.240 - - [2026-05-18 02:24:42] "DELETE /access-control-list/2211b93c-67d9-4c26-a476-0c0f1c34c777 HTTP/1.1" 200 115 0.100370
10.0.0.240 - - [2026-05-18 02:24:42] "GET /projects?obj_uuids=2e792bd5-c4d6-4ece-b3d7-78bfaeae5aeb&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001006
10.0.0.240 - - [2026-05-18 02:24:42] "GET /project/2e792bd5-c4d6-4ece-b3d7-78bfaeae5aeb?fields=application_policy_sets HTTP/1.1" 200 1428 0.119493
10.0.0.240 - - [2026-05-18 02:24:42] "DELETE /project/c380eae1-47aa-4d78-b4ba-c82c80e7311a HTTP/1.1" 200 115 0.675866
10.0.0.240 - - [2026-05-18 02:24:43] "DELETE /project/2e792bd5-c4d6-4ece-b3d7-78bfaeae5aeb HTTP/1.1" 200 115 0.745737
10.0.0.22 - - [2026-05-18 02:24:49] "GET /obj-perms HTTP/1.1" 200 5056 0.063217
10.0.0.23 - - [2026-05-18 02:24:56] "POST /neutron/network HTTP/1.1" 200 848 0.006573
10.0.0.240 - - [2026-05-18 02:24:57] "GET /projects?obj_uuids=c28c2f39-fd95-4361-9e8a-c0fbacd40012&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001028
10.0.0.23 - - [2026-05-18 02:24:57] "GET /project/c28c2f39-fd95-4361-9e8a-c0fbacd40012?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.084991
10.0.0.23 - - [2026-05-18 02:24:57] "POST /neutron/port HTTP/1.1" 200 117 0.007870
10.0.0.23 - - [2026-05-18 02:24:57] "POST /id-to-fqname HTTP/1.1" 200 233 0.001157
10.0.0.23 - - [2026-05-18 02:24:57] "POST /neutron/network HTTP/1.1" 200 848 0.006946
10.0.0.240 - - [2026-05-18 02:24:58] "GET /projects?obj_uuids=c28c2f39-fd95-4361-9e8a-c0fbacd40012&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001153
10.0.0.23 - - [2026-05-18 02:24:58] "GET /project/c28c2f39-fd95-4361-9e8a-c0fbacd40012?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.156432
10.0.0.23 - - [2026-05-18 02:24:58] "POST /neutron/port HTTP/1.1" 200 1072 0.050551
10.0.0.23 - - [2026-05-18 02:24:58] "POST /neutron/port HTTP/1.1" 200 1136 0.044348
10.0.0.23 - - [2026-05-18 02:24:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.013451
10.0.0.23 - - [2026-05-18 02:24:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005699
10.0.0.240 - - [2026-05-18 02:24:59] "GET /projects?obj_uuids=c28c2f39-fd95-4361-9e8a-c0fbacd40012&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001197
10.0.0.23 - - [2026-05-18 02:24:59] "POST /neutron/port HTTP/1.1" 200 117 0.003185
10.0.0.23 - - [2026-05-18 02:24:59] "GET /project/c28c2f39-fd95-4361-9e8a-c0fbacd40012?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.082715
10.0.0.23 - - [2026-05-18 02:24:59] "GET /virtual-network/3adf7a17-cd98-4c63-956e-57e4ba692221?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.006066
10.0.0.23 - - [2026-05-18 02:24:59] "GET /floating-ip-pools?parent_id=3adf7a17-cd98-4c63-956e-57e4ba692221&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002960
10.0.0.23 - - [2026-05-18 02:24:59] "GET /virtual-network/3adf7a17-cd98-4c63-956e-57e4ba692221?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.012807
10.0.0.23 - - [2026-05-18 02:24:59] "POST /floating-ip-pools HTTP/1.1" 200 611 0.071568
10.0.0.23 - - [2026-05-18 02:24:59] "POST /ref-update HTTP/1.1" 200 156 0.069372
10.0.0.23 - - [2026-05-18 02:24:59] "GET /virtual-network/3adf7a17-cd98-4c63-956e-57e4ba692221?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.019312
10.0.0.240 - - [2026-05-18 02:24:59] "GET /projects?obj_uuids=c28c2f39-fd95-4361-9e8a-c0fbacd40012&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000979
10.0.0.23 - - [2026-05-18 02:25:00] "GET /virtual-network/3adf7a17-cd98-4c63-956e-57e4ba692221?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.021620
10.0.0.23 - - [2026-05-18 02:25:00] "POST /neutron/port HTTP/1.1" 200 1071 0.644028
10.0.0.23 - - [2026-05-18 02:25:00] "POST /neutron/port HTTP/1.1" 200 1071 0.111537
10.0.0.23 - - [2026-05-18 02:25:01] "POST /neutron/port HTTP/1.1" 200 1135 0.055077
10.0.0.23 - - [2026-05-18 02:25:01] "POST /neutron/port HTTP/1.1" 200 117 0.004249
10.0.0.23 - - [2026-05-18 02:25:05] "POST /neutron/security_group HTTP/1.1" 200 2070 0.010172
10.0.0.23 - - [2026-05-18 02:25:15] "POST /neutron/port HTTP/1.1" 200 1136 0.055860
10.0.0.23 - - [2026-05-18 02:25:21] "POST /neutron/security_group HTTP/1.1" 200 2070 0.011071
10.0.0.23 - - [2026-05-18 02:25:31] "POST /neutron/port HTTP/1.1" 200 1136 0.020382
10.0.0.23 - - [2026-05-18 02:25:36] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007429
10.0.0.23 - - [2026-05-18 02:25:46] "POST /neutron/port HTTP/1.1" 200 1136 0.017012
10.0.0.23 - - [2026-05-18 02:25:50] "GET /obj-perms HTTP/1.1" 200 5056 0.055706
10.0.0.23 - - [2026-05-18 02:25:51] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008512
10.0.0.23 - - [2026-05-18 02:26:01] "POST /neutron/port HTTP/1.1" 200 1136 0.020486
10.0.0.23 - - [2026-05-18 02:26:07] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009951
10.0.0.23 - - [2026-05-18 02:26:12] "POST /neutron/port HTTP/1.1" 200 1136 0.016907
10.0.0.23 - - [2026-05-18 02:26:12] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007934
10.0.0.23 - - [2026-05-18 02:26:12] "GET /virtual-machine/f32bac19-4bb7-49c4-904b-f5f11cd5095c HTTP/1.1" 401 292 0.000343
10.0.0.23 - - [2026-05-18 02:26:12] "GET /virtual-machine/f32bac19-4bb7-49c4-904b-f5f11cd5095c HTTP/1.1" 200 1307 0.031752
10.0.0.23 - - [2026-05-18 02:26:12] "GET /virtual-machine-interface/fc145df0-a9b5-44ac-92e8-15f08765522e HTTP/1.1" 200 3011 0.005901
10.0.0.23 - - [2026-05-18 02:26:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003589
10.0.0.23 - - [2026-05-18 02:26:12] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004187
10.0.0.23 - - [2026-05-18 02:26:12] "GET /virtual-networks?parent_id=c28c2f39-fd95-4361-9e8a-c0fbacd40012&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.002985
10.0.0.23 - - [2026-05-18 02:26:12] "GET /virtual-network/0a287d33-f0bc-465e-95ef-8a67bd0a09e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.006208
10.0.0.23 - - [2026-05-18 02:26:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003430
10.0.0.23 - - [2026-05-18 02:26:15] "GET /virtual-network/0a287d33-f0bc-465e-95ef-8a67bd0a09e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005805
10.0.0.23 - - [2026-05-18 02:26:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004331
10.0.0.23 - - [2026-05-18 02:26:19] "GET /virtual-network/0a287d33-f0bc-465e-95ef-8a67bd0a09e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005429
10.0.0.23 - - [2026-05-18 02:26:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004046
10.0.0.23 - - [2026-05-18 02:26:23] "GET /virtual-network/0a287d33-f0bc-465e-95ef-8a67bd0a09e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.008326
10.0.0.23 - - [2026-05-18 02:26:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003193
10.0.0.23 - - [2026-05-18 02:26:28] "GET /virtual-network/0a287d33-f0bc-465e-95ef-8a67bd0a09e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005974
10.0.0.23 - - [2026-05-18 02:26:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004619
10.0.0.23 - - [2026-05-18 02:26:32] "GET /virtual-network/0a287d33-f0bc-465e-95ef-8a67bd0a09e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005273
10.0.0.23 - - [2026-05-18 02:26:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003974
10.0.0.23 - - [2026-05-18 02:26:36] "GET /virtual-network/0a287d33-f0bc-465e-95ef-8a67bd0a09e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005601
10.0.0.23 - - [2026-05-18 02:26:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003354
10.0.0.23 - - [2026-05-18 02:26:40] "GET /virtual-network/0a287d33-f0bc-465e-95ef-8a67bd0a09e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.007634
10.0.0.23 - - [2026-05-18 02:26:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003512
10.0.0.23 - - [2026-05-18 02:26:44] "GET /virtual-network/0a287d33-f0bc-465e-95ef-8a67bd0a09e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.004998
10.0.0.23 - - [2026-05-18 02:26:45] "POST /neutron/network HTTP/1.1" 200 847 0.008250
10.0.0.23 - - [2026-05-18 02:26:45] "POST /neutron/port HTTP/1.1" 200 117 0.001303
10.0.0.23 - - [2026-05-18 02:26:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003091
10.0.0.23 - - [2026-05-18 02:26:46] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004528
10.0.0.23 - - [2026-05-18 02:26:46] "GET /virtual-networks?parent_id=c28c2f39-fd95-4361-9e8a-c0fbacd40012&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.003673
10.0.0.23 - - [2026-05-18 02:26:46] "GET /virtual-network/0a287d33-f0bc-465e-95ef-8a67bd0a09e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005951
10.0.0.23 - - [2026-05-18 02:26:46] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008096
10.0.0.23 - - [2026-05-18 02:26:55] "POST /neutron/port HTTP/1.1" 200 1136 0.021875
10.0.0.22 - - [2026-05-18 02:26:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000307
10.0.0.23 - - [2026-05-18 02:26:55] "POST /neutron/security_group HTTP/1.1" 200 2070 0.066438
10.0.0.22 - - [2026-05-18 02:26:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000304
10.0.0.23 - - [2026-05-18 02:26:55] "POST /neutron/subnet HTTP/1.1" 200 698 0.012701
10.0.0.240 - - [2026-05-18 02:26:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000381
10.0.0.240 - - [2026-05-18 02:26:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000473
10.0.0.23 - - [2026-05-18 02:26:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000516
10.0.0.23 - - [2026-05-18 02:26:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000343
10.0.0.22 - - [2026-05-18 02:26:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000371
10.0.0.22 - - [2026-05-18 02:26:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000700
10.0.0.240 - - [2026-05-18 02:26:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000679
10.0.0.23 - - [2026-05-18 02:26:56] "POST /neutron/port HTTP/1.1" 200 1136 0.022911
10.0.0.240 - - [2026-05-18 02:26:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000620
10.0.0.23 - - [2026-05-18 02:26:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000518
10.0.0.23 - - [2026-05-18 02:26:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000357
10.0.0.23 - - [2026-05-18 02:27:01] "POST /neutron/security_group HTTP/1.1" 200 2070 0.011233
10.0.0.23 - - [2026-05-18 02:27:07] "POST /neutron/floatingip HTTP/1.1" 200 529 0.022536
10.0.0.23 - - [2026-05-18 02:27:07] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007957
10.0.0.23 - - [2026-05-18 02:27:07] "POST /neutron/port HTTP/1.1" 200 1135 0.020557
10.0.0.23 - - [2026-05-18 02:27:07] "GET /virtual-machine/d4554ef0-66dd-448a-96a9-b5721271d1d8 HTTP/1.1" 200 1307 0.006139
10.0.0.23 - - [2026-05-18 02:27:07] "GET /virtual-machine-interface/6efce80e-c91c-4e66-8ea9-95f50310b144 HTTP/1.1" 200 3010 0.006747
10.0.0.23 - - [2026-05-18 02:27:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003478
10.0.0.23 - - [2026-05-18 02:27:07] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004475
10.0.0.23 - - [2026-05-18 02:27:07] "GET /virtual-networks?parent_id=c28c2f39-fd95-4361-9e8a-c0fbacd40012&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.003542
10.0.0.23 - - [2026-05-18 02:27:07] "GET /virtual-network/3adf7a17-cd98-4c63-956e-57e4ba692221?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005673
10.0.0.23 - - [2026-05-18 02:27:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003646
10.0.0.23 - - [2026-05-18 02:27:08] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004307
10.0.0.23 - - [2026-05-18 02:27:08] "GET /virtual-networks?parent_id=c28c2f39-fd95-4361-9e8a-c0fbacd40012&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.003345
10.0.0.23 - - [2026-05-18 02:27:08] "GET /virtual-network/3adf7a17-cd98-4c63-956e-57e4ba692221?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005847
10.0.0.23 - - [2026-05-18 02:27:08] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008083
10.0.0.23 - - [2026-05-18 02:27:14] "POST /neutron/port HTTP/1.1" 200 1135 0.019757
10.0.0.23 - - [2026-05-18 02:27:19] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008382
10.0.0.23 - - [2026-05-18 02:27:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003142
10.0.0.23 - - [2026-05-18 02:27:24] "GET /routing-instance/caf6e6c7-26df-4b46-a5ef-8fd7930f4841?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1495 0.004152
10.0.0.23 - - [2026-05-18 02:27:24] "GET /route-target/05de6781-7475-48fa-ba3b-49029c3b6234?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.007588
10.0.0.23 - - [2026-05-18 02:27:45] "POST /neutron/port HTTP/1.1" 200 1135 0.020887
10.0.0.23 - - [2026-05-18 02:27:45] "POST /neutron/subnet HTTP/1.1" 200 694 0.012009
10.0.0.240 - - [2026-05-18 02:27:52] "GET /obj-perms HTTP/1.1" 200 5056 0.061568
10.0.0.23 - - [2026-05-18 02:27:56] "POST /neutron/port HTTP/1.1" 200 1136 0.022386
10.0.0.23 - - [2026-05-18 02:27:56] "POST /neutron/floatingip HTTP/1.1" 200 550 0.022626
10.0.0.23 - - [2026-05-18 02:27:56] "POST /neutron/network HTTP/1.1" 200 838 0.006290
10.0.0.23 - - [2026-05-18 02:28:04] "POST /neutron/floatingip HTTP/1.1" 200 529 0.013292
10.0.0.23 - - [2026-05-18 02:28:04] "GET /floating-ip-pool/55705e56-9a27-4e48-99c2-0501ebdd2b50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1207 0.005753
10.0.0.23 - - [2026-05-18 02:28:04] "POST /ref-update HTTP/1.1" 200 156 0.013217
10.0.0.23 - - [2026-05-18 02:28:04] "DELETE /floating-ip-pool/55705e56-9a27-4e48-99c2-0501ebdd2b50 HTTP/1.1" 200 115 0.037484
10.0.0.23 - - [2026-05-18 02:28:05] "POST /neutron/network HTTP/1.1" 400 204 0.016291
10.0.0.23 - - [2026-05-18 02:28:05] "POST /neutron/port HTTP/1.1" 200 1136 0.021436
10.0.0.23 - - [2026-05-18 02:28:05] "POST /neutron/port HTTP/1.1" 200 151 0.296532
10.0.0.240 - - [2026-05-18 02:28:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.074450
10.0.0.23 - - [2026-05-18 02:28:07] "POST /neutron/network HTTP/1.1" 200 837 0.007160
10.0.0.240 - - [2026-05-18 02:28:07] "DELETE /route-target/05de6781-7475-48fa-ba3b-49029c3b6234 HTTP/1.1" 200 115 0.038169
10.0.0.240 - - [2026-05-18 02:28:09] "GET /projects?obj_uuids=c28c2f39-fd95-4361-9e8a-c0fbacd40012&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.034464
10.0.0.23 - - [2026-05-18 02:28:09] "GET /project/c28c2f39-fd95-4361-9e8a-c0fbacd40012?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.075679
10.0.0.240 - - [2026-05-18 02:28:09] "GET /projects?obj_uuids=c28c2f39-fd95-4361-9e8a-c0fbacd40012&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001211
10.0.0.23 - - [2026-05-18 02:28:09] "GET /project/c28c2f39-fd95-4361-9e8a-c0fbacd40012?fields=virtual_networks HTTP/1.1" 200 1058 0.047117
10.0.0.240 - - [2026-05-18 02:28:09] "GET /projects?obj_uuids=c28c2f39-fd95-4361-9e8a-c0fbacd40012&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001135
10.0.0.23 - - [2026-05-18 02:28:09] "GET /project/c28c2f39-fd95-4361-9e8a-c0fbacd40012?fields=virtual_machine_interfaces HTTP/1.1" 200 1058 0.055203
10.0.0.240 - - [2026-05-18 02:28:09] "GET /projects?obj_uuids=c28c2f39-fd95-4361-9e8a-c0fbacd40012&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001071
10.0.0.23 - - [2026-05-18 02:28:09] "GET /project/c28c2f39-fd95-4361-9e8a-c0fbacd40012?fields=security_groups HTTP/1.1" 200 1297 0.045957
10.0.0.23 - - [2026-05-18 02:28:10] "POST /fqname-to-id HTTP/1.1" 404 188 0.032133
10.0.0.240 - - [2026-05-18 02:28:10] "GET /projects?obj_uuids=34cf9392-1622-4e86-8163-d041f01b2ece&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.006911
10.0.0.240 - - [2026-05-18 02:28:10] "GET /domains?obj_uuids=4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001444
10.0.0.240 - - [2026-05-18 02:28:10] "GET /domain/4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.049744
10.0.0.240 - - [2026-05-18 02:28:10] "POST /id-to-fqname HTTP/1.1" 200 190 0.004144
10.0.0.240 - - [2026-05-18 02:28:10] "POST /fqname-to-id HTTP/1.1" 404 199 0.004902
10.0.0.240 - - [2026-05-18 02:28:10] "POST /security-groups HTTP/1.1" 200 591 0.085387
10.0.0.240 - - [2026-05-18 02:28:10] "POST /projects HTTP/1.1" 200 585 0.306258
10.0.0.240 - - [2026-05-18 02:28:10] "POST /fqname-to-id HTTP/1.1" 404 233 0.006176
10.0.0.240 - - [2026-05-18 02:28:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.383612
10.0.0.23 - - [2026-05-18 02:28:10] "GET /project/34cf9392-1622-4e86-8163-d041f01b2ece?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.599078
10.0.0.23 - - [2026-05-18 02:28:12] "GET / HTTP/1.1" 200 36215 0.001311
10.0.0.240 - - [2026-05-18 02:28:15] "GET /projects?obj_uuids=34cf9392-1622-4e86-8163-d041f01b2ece&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000966
10.0.0.23 - - [2026-05-18 02:28:15] "GET /project/34cf9392-1622-4e86-8163-d041f01b2ece?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.037217
10.0.0.240 - - [2026-05-18 02:28:15] "GET /projects?obj_uuids=34cf9392-1622-4e86-8163-d041f01b2ece&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001073
10.0.0.23 - - [2026-05-18 02:28:15] "GET /project/34cf9392-1622-4e86-8163-d041f01b2ece?fields=virtual_networks HTTP/1.1" 200 1032 0.049405
10.0.0.240 - - [2026-05-18 02:28:15] "GET /projects?obj_uuids=34cf9392-1622-4e86-8163-d041f01b2ece&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001082
10.0.0.23 - - [2026-05-18 02:28:15] "GET /project/34cf9392-1622-4e86-8163-d041f01b2ece?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.046234
10.0.0.240 - - [2026-05-18 02:28:15] "GET /projects?obj_uuids=34cf9392-1622-4e86-8163-d041f01b2ece&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001067
10.0.0.23 - - [2026-05-18 02:28:15] "GET /project/34cf9392-1622-4e86-8163-d041f01b2ece?fields=security_groups HTTP/1.1" 200 1259 0.042611
10.0.0.23 - - [2026-05-18 02:28:16] "POST /fqname-to-id HTTP/1.1" 404 183 0.030123
10.0.0.240 - - [2026-05-18 02:28:16] "GET /projects?obj_uuids=3f018683-a008-43b8-80ff-325ca5139276&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002951
10.0.0.240 - - [2026-05-18 02:28:16] "GET /domains?obj_uuids=4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001122
10.0.0.240 - - [2026-05-18 02:28:16] "GET /domain/4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007972
10.0.0.240 - - [2026-05-18 02:28:16] "POST /id-to-fqname HTTP/1.1" 200 185 0.008592
10.0.0.240 - - [2026-05-18 02:28:16] "POST /fqname-to-id HTTP/1.1" 404 194 0.014637
10.0.0.240 - - [2026-05-18 02:28:16] "POST /security-groups HTTP/1.1" 200 586 0.086440
10.0.0.240 - - [2026-05-18 02:28:16] "POST /projects HTTP/1.1" 200 575 0.313520
10.0.0.240 - - [2026-05-18 02:28:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.352610
10.0.0.240 - - [2026-05-18 02:28:16] "POST /access-control-lists HTTP/1.1" 200 593 0.035097
10.0.0.23 - - [2026-05-18 02:28:16] "GET /project/3f018683-a008-43b8-80ff-325ca5139276?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.517398
10.0.0.23 - - [2026-05-18 02:28:18] "GET / HTTP/1.1" 200 36215 0.001544
10.0.0.240 - - [2026-05-18 02:28:23] "GET /projects?obj_uuids=3f018683-a008-43b8-80ff-325ca5139276&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001215
10.0.0.23 - - [2026-05-18 02:28:24] "GET /project/3f018683-a008-43b8-80ff-325ca5139276?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.054239
10.0.0.240 - - [2026-05-18 02:28:24] "GET /projects?obj_uuids=3f018683-a008-43b8-80ff-325ca5139276&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001472
10.0.0.23 - - [2026-05-18 02:28:24] "GET /project/3f018683-a008-43b8-80ff-325ca5139276?fields=virtual_networks HTTP/1.1" 200 1022 0.059825
10.0.0.240 - - [2026-05-18 02:28:24] "GET /projects?obj_uuids=3f018683-a008-43b8-80ff-325ca5139276&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001085
10.0.0.23 - - [2026-05-18 02:28:24] "GET /project/3f018683-a008-43b8-80ff-325ca5139276?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.048932
10.0.0.240 - - [2026-05-18 02:28:24] "GET /projects?obj_uuids=3f018683-a008-43b8-80ff-325ca5139276&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000914
10.0.0.23 - - [2026-05-18 02:28:24] "GET /project/3f018683-a008-43b8-80ff-325ca5139276?fields=security_groups HTTP/1.1" 200 1244 0.063215
10.0.0.23 - - [2026-05-18 02:28:25] "POST /fqname-to-id HTTP/1.1" 404 187 0.032755
10.0.0.240 - - [2026-05-18 02:28:25] "GET /projects?obj_uuids=27aa48e4-8a2b-43fb-9f0a-798a54f44f73&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003026
10.0.0.240 - - [2026-05-18 02:28:25] "GET /domains?obj_uuids=4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000963
10.0.0.240 - - [2026-05-18 02:28:25] "GET /domain/4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006720
10.0.0.240 - - [2026-05-18 02:28:25] "POST /id-to-fqname HTTP/1.1" 200 189 0.006583
10.0.0.240 - - [2026-05-18 02:28:25] "POST /fqname-to-id HTTP/1.1" 404 198 0.009245
10.0.0.240 - - [2026-05-18 02:28:25] "POST /security-groups HTTP/1.1" 200 590 0.073814
10.0.0.240 - - [2026-05-18 02:28:25] "POST /fqname-to-id HTTP/1.1" 404 233 0.003517
10.0.0.240 - - [2026-05-18 02:28:25] "POST /projects HTTP/1.1" 200 583 0.307956
10.0.0.240 - - [2026-05-18 02:28:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.385294
10.0.0.240 - - [2026-05-18 02:28:25] "POST /access-control-lists HTTP/1.1" 200 595 0.029452
10.0.0.23 - - [2026-05-18 02:28:25] "GET /project/27aa48e4-8a2b-43fb-9f0a-798a54f44f73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.542776
10.0.0.23 - - [2026-05-18 02:28:26] "GET / HTTP/1.1" 200 36215 0.001274
10.0.0.240 - - [2026-05-18 02:28:30] "GET /projects?obj_uuids=27aa48e4-8a2b-43fb-9f0a-798a54f44f73&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000991
10.0.0.23 - - [2026-05-18 02:28:30] "GET /project/27aa48e4-8a2b-43fb-9f0a-798a54f44f73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.125754
10.0.0.240 - - [2026-05-18 02:28:30] "GET /projects?obj_uuids=27aa48e4-8a2b-43fb-9f0a-798a54f44f73&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000911
10.0.0.23 - - [2026-05-18 02:28:30] "GET /project/27aa48e4-8a2b-43fb-9f0a-798a54f44f73?fields=virtual_networks HTTP/1.1" 200 1031 0.067841
10.0.0.240 - - [2026-05-18 02:28:30] "GET /projects?obj_uuids=27aa48e4-8a2b-43fb-9f0a-798a54f44f73&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000952
10.0.0.23 - - [2026-05-18 02:28:30] "GET /project/27aa48e4-8a2b-43fb-9f0a-798a54f44f73?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.050065
10.0.0.240 - - [2026-05-18 02:28:30] "GET /projects?obj_uuids=27aa48e4-8a2b-43fb-9f0a-798a54f44f73&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000891
10.0.0.23 - - [2026-05-18 02:28:30] "GET /project/27aa48e4-8a2b-43fb-9f0a-798a54f44f73?fields=security_groups HTTP/1.1" 200 1257 0.053898
10.0.0.23 - - [2026-05-18 02:28:31] "POST /fqname-to-id HTTP/1.1" 404 188 0.030874
10.0.0.240 - - [2026-05-18 02:28:31] "GET /projects?obj_uuids=34aa1662-c268-4828-92d5-918147a156f4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002892
10.0.0.240 - - [2026-05-18 02:28:31] "GET /domains?obj_uuids=4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000943
10.0.0.240 - - [2026-05-18 02:28:31] "GET /domain/4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007530
10.0.0.240 - - [2026-05-18 02:28:31] "POST /id-to-fqname HTTP/1.1" 200 190 0.001237
10.0.0.240 - - [2026-05-18 02:28:31] "POST /fqname-to-id HTTP/1.1" 404 199 0.005285
10.0.0.240 - - [2026-05-18 02:28:31] "POST /security-groups HTTP/1.1" 200 591 0.033974
10.0.0.240 - - [2026-05-18 02:28:31] "POST /projects HTTP/1.1" 200 585 0.248875
10.0.0.240 - - [2026-05-18 02:28:31] "POST /fqname-to-id HTTP/1.1" 404 233 0.013495
10.0.0.240 - - [2026-05-18 02:28:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.325257
10.0.0.23 - - [2026-05-18 02:28:31] "GET /project/34aa1662-c268-4828-92d5-918147a156f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.471633
10.0.0.23 - - [2026-05-18 02:28:32] "GET / HTTP/1.1" 200 36215 0.002793
10.0.0.240 - - [2026-05-18 02:28:36] "GET /projects?obj_uuids=34aa1662-c268-4828-92d5-918147a156f4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001261
10.0.0.23 - - [2026-05-18 02:28:36] "GET /project/34aa1662-c268-4828-92d5-918147a156f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.048396
10.0.0.240 - - [2026-05-18 02:28:36] "GET /projects?obj_uuids=34aa1662-c268-4828-92d5-918147a156f4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001062
10.0.0.23 - - [2026-05-18 02:28:36] "GET /project/34aa1662-c268-4828-92d5-918147a156f4?fields=virtual_networks HTTP/1.1" 200 1033 0.054167
10.0.0.240 - - [2026-05-18 02:28:36] "GET /projects?obj_uuids=34aa1662-c268-4828-92d5-918147a156f4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001686
10.0.0.23 - - [2026-05-18 02:28:36] "GET /project/34aa1662-c268-4828-92d5-918147a156f4?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.050173
10.0.0.240 - - [2026-05-18 02:28:36] "GET /projects?obj_uuids=34aa1662-c268-4828-92d5-918147a156f4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000866
10.0.0.23 - - [2026-05-18 02:28:36] "GET /project/34aa1662-c268-4828-92d5-918147a156f4?fields=security_groups HTTP/1.1" 200 1260 0.047701
10.0.0.23 - - [2026-05-18 02:28:37] "POST /fqname-to-id HTTP/1.1" 404 192 0.030891
10.0.0.240 - - [2026-05-18 02:28:37] "GET /projects?obj_uuids=2ec74545-84cd-4be8-9bd3-251f9c74db55&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003422
10.0.0.240 - - [2026-05-18 02:28:37] "GET /domains?obj_uuids=4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000986
10.0.0.240 - - [2026-05-18 02:28:37] "GET /domain/4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007006
10.0.0.240 - - [2026-05-18 02:28:37] "POST /id-to-fqname HTTP/1.1" 200 194 0.006095
10.0.0.240 - - [2026-05-18 02:28:37] "POST /fqname-to-id HTTP/1.1" 404 203 0.004255
10.0.0.240 - - [2026-05-18 02:28:37] "POST /security-groups HTTP/1.1" 200 595 0.076014
10.0.0.240 - - [2026-05-18 02:28:37] "POST /projects HTTP/1.1" 200 593 0.291533
10.0.0.240 - - [2026-05-18 02:28:37] "POST /access-control-lists HTTP/1.1" 200 602 0.029300
10.0.0.240 - - [2026-05-18 02:28:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.370612
10.0.0.23 - - [2026-05-18 02:28:37] "GET /project/2ec74545-84cd-4be8-9bd3-251f9c74db55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.549617
10.0.0.23 - - [2026-05-18 02:28:39] "GET / HTTP/1.1" 200 36215 0.001642
10.0.0.240 - - [2026-05-18 02:28:40] "DELETE /access-control-list/15eb2a23-cfef-4114-a196-be5055066998 HTTP/1.1" 200 115 0.059765
10.0.0.240 - - [2026-05-18 02:28:42] "GET /projects?obj_uuids=2ec74545-84cd-4be8-9bd3-251f9c74db55&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001199
10.0.0.23 - - [2026-05-18 02:28:42] "GET /project/2ec74545-84cd-4be8-9bd3-251f9c74db55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.048481
10.0.0.240 - - [2026-05-18 02:28:42] "GET /projects?obj_uuids=2ec74545-84cd-4be8-9bd3-251f9c74db55&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000927
10.0.0.23 - - [2026-05-18 02:28:42] "GET /project/2ec74545-84cd-4be8-9bd3-251f9c74db55?fields=virtual_networks HTTP/1.1" 200 1041 0.039139
10.0.0.240 - - [2026-05-18 02:28:42] "GET /projects?obj_uuids=2ec74545-84cd-4be8-9bd3-251f9c74db55&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001078
10.0.0.23 - - [2026-05-18 02:28:42] "GET /project/2ec74545-84cd-4be8-9bd3-251f9c74db55?fields=virtual_machine_interfaces HTTP/1.1" 200 1041 0.038513
10.0.0.240 - - [2026-05-18 02:28:42] "GET /projects?obj_uuids=2ec74545-84cd-4be8-9bd3-251f9c74db55&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001801
10.0.0.23 - - [2026-05-18 02:28:42] "GET /project/2ec74545-84cd-4be8-9bd3-251f9c74db55?fields=security_groups HTTP/1.1" 200 1272 0.047826
10.0.0.240 - - [2026-05-18 02:28:43] "DELETE /project/34cf939216224e868163d041f01b2ece HTTP/1.1" 404 173 0.020200
10.0.0.240 - - [2026-05-18 02:28:43] "DELETE /project/2ec7454584cd4be89bd3251f9c74db55 HTTP/1.1" 404 173 0.019323
10.0.0.240 - - [2026-05-18 02:28:43] "DELETE /project/3f018683a00843b880ff325ca5139276 HTTP/1.1" 404 173 0.022333
10.0.0.240 - - [2026-05-18 02:28:43] "DELETE /project/27aa48e48a2b43fb9f0a798a54f44f73 HTTP/1.1" 404 173 0.014529
10.0.0.240 - - [2026-05-18 02:28:43] "DELETE /project/c28c2f39-fd95-4361-9e8a-c0fbacd40012 HTTP/1.1" 404 177 0.018653
10.0.0.240 - - [2026-05-18 02:28:43] "GET /projects?obj_uuids=3f018683-a008-43b8-80ff-325ca5139276&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000810
10.0.0.240 - - [2026-05-18 02:28:43] "GET /projects?obj_uuids=2ec74545-84cd-4be8-9bd3-251f9c74db55&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000906
10.0.0.240 - - [2026-05-18 02:28:43] "GET /projects?obj_uuids=27aa48e4-8a2b-43fb-9f0a-798a54f44f73&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000869
10.0.0.240 - - [2026-05-18 02:28:43] "GET /projects?obj_uuids=34cf9392-1622-4e86-8163-d041f01b2ece&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000733
10.0.0.240 - - [2026-05-18 02:28:43] "GET /projects?obj_uuids=34aa1662-c268-4828-92d5-918147a156f4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000768
10.0.0.240 - - [2026-05-18 02:28:43] "DELETE /project/34aa1662c268482892d5918147a156f4 HTTP/1.1" 404 173 0.008412
10.0.0.240 - - [2026-05-18 02:28:43] "GET /project/34aa1662-c268-4828-92d5-918147a156f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.121125
10.0.0.240 - - [2026-05-18 02:28:43] "GET /project/3f018683-a008-43b8-80ff-325ca5139276?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.146815
10.0.0.240 - - [2026-05-18 02:28:43] "GET /project/27aa48e4-8a2b-43fb-9f0a-798a54f44f73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.149052
10.0.0.240 - - [2026-05-18 02:28:43] "GET /project/2ec74545-84cd-4be8-9bd3-251f9c74db55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.163235
10.0.0.240 - - [2026-05-18 02:28:43] "GET /projects?obj_uuids=34aa1662-c268-4828-92d5-918147a156f4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002106
10.0.0.240 - - [2026-05-18 02:28:43] "GET /projects?obj_uuids=27aa48e4-8a2b-43fb-9f0a-798a54f44f73&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001690
10.0.0.240 - - [2026-05-18 02:28:43] "GET /projects?obj_uuids=3f018683-a008-43b8-80ff-325ca5139276&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001170
10.0.0.240 - - [2026-05-18 02:28:43] "GET /project/34cf9392-1622-4e86-8163-d041f01b2ece?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.191750
10.0.0.240 - - [2026-05-18 02:28:43] "GET /projects?obj_uuids=2ec74545-84cd-4be8-9bd3-251f9c74db55&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000962
10.0.0.240 - - [2026-05-18 02:28:43] "GET /projects?obj_uuids=34cf9392-1622-4e86-8163-d041f01b2ece&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001117
10.0.0.240 - - [2026-05-18 02:28:43] "GET /project/27aa48e4-8a2b-43fb-9f0a-798a54f44f73?fields=security_groups HTTP/1.1" 200 1359 0.114904
10.0.0.23 - - [2026-05-18 02:28:43] "POST /fqname-to-id HTTP/1.1" 404 183 0.059490
10.0.0.240 - - [2026-05-18 02:28:43] "GET /project/3f018683-a008-43b8-80ff-325ca5139276?fields=security_groups HTTP/1.1" 200 1346 0.132317
10.0.0.240 - - [2026-05-18 02:28:43] "GET /project/34aa1662-c268-4828-92d5-918147a156f4?fields=security_groups HTTP/1.1" 200 1362 0.139562
10.0.0.240 - - [2026-05-18 02:28:43] "GET /project/2ec74545-84cd-4be8-9bd3-251f9c74db55?fields=security_groups HTTP/1.1" 200 1374 0.143700
10.0.0.240 - - [2026-05-18 02:28:43] "GET /project/34cf9392-1622-4e86-8163-d041f01b2ece?fields=security_groups HTTP/1.1" 200 1361 0.169875
10.0.0.240 - - [2026-05-18 02:28:43] "GET /projects?obj_uuids=15d67c7f-cca9-4702-96b7-1db62b71dc39&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.009339
10.0.0.240 - - [2026-05-18 02:28:43] "DELETE /security-group/4391cb01-6206-47fb-aa60-5f681bfc3541 HTTP/1.1" 200 115 0.176350
10.0.0.240 - - [2026-05-18 02:28:43] "GET /projects?obj_uuids=27aa48e4-8a2b-43fb-9f0a-798a54f44f73&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001024
10.0.0.240 - - [2026-05-18 02:28:43] "GET /domains?obj_uuids=4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001408
10.0.0.240 - - [2026-05-18 02:28:43] "DELETE /security-group/dd6fced3-1ad1-4f3b-98f4-70de0d20c04b HTTP/1.1" 200 115 0.203367
10.0.0.240 - - [2026-05-18 02:28:43] "GET /projects?obj_uuids=34aa1662-c268-4828-92d5-918147a156f4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001402
10.0.0.240 - - [2026-05-18 02:28:43] "DELETE /security-group/8d4f0c61-777e-4422-8e30-41d5264749f9 HTTP/1.1" 200 115 0.219869
10.0.0.240 - - [2026-05-18 02:28:43] "DELETE /security-group/3c632285-f368-49f1-bbb4-873b1c4f32e1 HTTP/1.1" 200 115 0.214009
10.0.0.240 - - [2026-05-18 02:28:43] "GET /projects?obj_uuids=3f018683-a008-43b8-80ff-325ca5139276&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001750
10.0.0.240 - - [2026-05-18 02:28:43] "GET /domain/4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.058569
10.0.0.240 - - [2026-05-18 02:28:43] "GET /projects?obj_uuids=2ec74545-84cd-4be8-9bd3-251f9c74db55&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001169
10.0.0.240 - - [2026-05-18 02:28:43] "GET /project/27aa48e4-8a2b-43fb-9f0a-798a54f44f73?fields=application_policy_sets HTTP/1.1" 200 1398 0.140412
10.0.0.240 - - [2026-05-18 02:28:44] "DELETE /access-control-list/c93dc9b6-9b7a-48c7-9af7-c31e151729ee HTTP/1.1" 200 115 0.161026
10.0.0.240 - - [2026-05-18 02:28:44] "DELETE /security-group/ee5240f5-401c-441c-b7c7-b3b2bb48ee0f HTTP/1.1" 200 115 0.254092
10.0.0.240 - - [2026-05-18 02:28:44] "GET /projects?obj_uuids=34cf9392-1622-4e86-8163-d041f01b2ece&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001050
10.0.0.240 - - [2026-05-18 02:28:44] "GET /project/34aa1662-c268-4828-92d5-918147a156f4?fields=application_policy_sets HTTP/1.1" 200 1401 0.135618
10.0.0.240 - - [2026-05-18 02:28:44] "GET /project/2ec74545-84cd-4be8-9bd3-251f9c74db55?fields=application_policy_sets HTTP/1.1" 200 1413 0.164574
10.0.0.240 - - [2026-05-18 02:28:44] "GET /project/3f018683-a008-43b8-80ff-325ca5139276?fields=application_policy_sets HTTP/1.1" 200 1385 0.196235
10.0.0.240 - - [2026-05-18 02:28:44] "GET /project/34cf9392-1622-4e86-8163-d041f01b2ece?fields=application_policy_sets HTTP/1.1" 200 1400 0.148383
10.0.0.240 - - [2026-05-18 02:28:44] "DELETE /access-control-list/cb67d81d-bec4-4b6a-bbbb-c18075be26f0 HTTP/1.1" 200 115 0.111699
10.0.0.240 - - [2026-05-18 02:28:44] "POST /id-to-fqname HTTP/1.1" 200 185 0.004607
10.0.0.240 - - [2026-05-18 02:28:44] "DELETE /project/34aa1662-c268-4828-92d5-918147a156f4 HTTP/1.1" 200 115 1.171390
10.0.0.240 - - [2026-05-18 02:28:44] "POST /fqname-to-id HTTP/1.1" 404 194 0.005450
10.0.0.240 - - [2026-05-18 02:28:44] "DELETE /project/27aa48e4-8a2b-43fb-9f0a-798a54f44f73 HTTP/1.1" 200 115 1.182031
10.0.0.240 - - [2026-05-18 02:28:44] "DELETE /project/3f018683-a008-43b8-80ff-325ca5139276 HTTP/1.1" 200 115 1.223281
10.0.0.240 - - [2026-05-18 02:28:44] "DELETE /project/2ec74545-84cd-4be8-9bd3-251f9c74db55 HTTP/1.1" 200 115 1.233031
10.0.0.240 - - [2026-05-18 02:28:44] "DELETE /access-control-list/ec2024e8-07ea-42c1-a6f9-c9fd96879f08 HTTP/1.1" 200 115 0.107981
10.0.0.240 - - [2026-05-18 02:28:44] "DELETE /project/34cf9392-1622-4e86-8163-d041f01b2ece HTTP/1.1" 200 115 1.259252
10.0.0.240 - - [2026-05-18 02:28:44] "POST /security-groups HTTP/1.1" 200 586 0.087850
10.0.0.240 - - [2026-05-18 02:28:44] "POST /projects HTTP/1.1" 200 575 0.641505
10.0.0.240 - - [2026-05-18 02:28:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.788162
10.0.0.240 - - [2026-05-18 02:28:44] "POST /fqname-to-id HTTP/1.1" 404 229 0.003302
10.0.0.23 - - [2026-05-18 02:28:44] "GET /project/15d67c7f-cca9-4702-96b7-1db62b71dc39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 1.103981
10.0.0.240 - - [2026-05-18 02:28:44] "POST /access-control-lists HTTP/1.1" 200 591 0.041292
10.0.0.23 - - [2026-05-18 02:28:46] "GET / HTTP/1.1" 200 36215 0.066045
10.0.0.23 - - [2026-05-18 02:28:46] "POST /fqname-to-id HTTP/1.1" 404 193 0.003867
10.0.0.240 - - [2026-05-18 02:28:46] "POST /fqname-to-id HTTP/1.1" 404 227 0.002915
10.0.0.240 - - [2026-05-18 02:28:47] "PUT /access-control-list/aa3b4ccd-c3af-4fbb-b1bf-c1f8f710188d HTTP/1.1" 200 273 0.027620
10.0.0.240 - - [2026-05-18 02:28:47] "GET /projects?obj_uuids=24368b5e-b8b6-42c8-9709-5cf097b3c0d0&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001237
10.0.0.23 - - [2026-05-18 02:28:47] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.091807
10.0.0.23 - - [2026-05-18 02:28:47] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.010894
10.0.0.23 - - [2026-05-18 02:28:47] "POST /fqname-to-id HTTP/1.1" 404 193 0.003075
10.0.0.240 - - [2026-05-18 02:28:47] "POST /fqname-to-id HTTP/1.1" 404 228 0.003630
10.0.0.240 - - [2026-05-18 02:28:47] "POST /access-control-lists HTTP/1.1" 200 590 0.027983
10.0.0.240 - - [2026-05-18 02:28:48] "GET /projects?obj_uuids=24368b5e-b8b6-42c8-9709-5cf097b3c0d0&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.003165
10.0.0.23 - - [2026-05-18 02:28:48] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.060852
10.0.0.240 - - [2026-05-18 02:28:48] "PUT /access-control-list/1a7c8b6a-a06e-4077-97fb-6952bcd3e971 HTTP/1.1" 200 273 0.019521
10.0.0.23 - - [2026-05-18 02:28:48] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.025504
10.0.0.23 - - [2026-05-18 02:28:48] "POST /fqname-to-id HTTP/1.1" 401 292 0.000400
10.0.0.23 - - [2026-05-18 02:28:48] "POST /fqname-to-id HTTP/1.1" 404 210 0.041891
10.0.0.240 - - [2026-05-18 02:28:49] "POST /access-control-lists HTTP/1.1" 200 609 0.037883
10.0.0.240 - - [2026-05-18 02:28:49] "PUT /access-control-list/03dd8bcb-952f-4213-a576-1f363275463b HTTP/1.1" 200 273 0.018812
10.0.0.240 - - [2026-05-18 02:28:49] "GET /projects?obj_uuids=15d67c7f-cca9-4702-96b7-1db62b71dc39&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001031
10.0.0.23 - - [2026-05-18 02:28:49] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.090046
10.0.0.23 - - [2026-05-18 02:28:49] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.016679
10.0.0.23 - - [2026-05-18 02:28:49] "POST /fqname-to-id HTTP/1.1" 404 210 0.005982
10.0.0.240 - - [2026-05-18 02:28:50] "PUT /access-control-list/03dd8bcb-952f-4213-a576-1f363275463b HTTP/1.1" 200 273 0.019061
10.0.0.240 - - [2026-05-18 02:28:50] "POST /fqname-to-id HTTP/1.1" 404 244 0.012455
10.0.0.240 - - [2026-05-18 02:28:50] "PUT /access-control-list/f5a08b0c-c820-47a1-830d-a7dcb96a005b HTTP/1.1" 200 273 0.022139
10.0.0.240 - - [2026-05-18 02:28:50] "GET /projects?obj_uuids=15d67c7f-cca9-4702-96b7-1db62b71dc39&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002192
10.0.0.23 - - [2026-05-18 02:28:50] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.062891
10.0.0.23 - - [2026-05-18 02:28:50] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.022450
10.0.0.23 - - [2026-05-18 02:28:52] "POST /neutron/router HTTP/1.1" 200 541 0.010987
10.0.0.240 - - [2026-05-18 02:28:52] "POST /route-targets HTTP/1.1" 200 328 0.021417
10.0.0.23 - - [2026-05-18 02:28:52] "POST /neutron/router HTTP/1.1" 200 541 0.007703
10.0.0.23 - - [2026-05-18 02:28:52] "POST /neutron/router HTTP/1.1" 200 541 0.004014
10.0.0.23 - - [2026-05-18 02:28:52] "POST /neutron/router HTTP/1.1" 200 541 0.004481
10.0.0.23 - - [2026-05-18 02:28:52] "POST /neutron/router HTTP/1.1" 200 541 0.003482
10.0.0.23 - - [2026-05-18 02:28:52] "POST /neutron/router HTTP/1.1" 200 541 0.004624
10.0.0.23 - - [2026-05-18 02:28:52] "POST /neutron/router HTTP/1.1" 200 541 0.003972
10.0.0.23 - - [2026-05-18 02:28:52] "POST /neutron/router HTTP/1.1" 200 541 0.004137
10.0.0.23 - - [2026-05-18 02:28:52] "POST /neutron/router HTTP/1.1" 200 541 0.004448
10.0.0.23 - - [2026-05-18 02:28:52] "POST /neutron/router HTTP/1.1" 200 541 0.004618
10.0.0.23 - - [2026-05-18 02:28:52] "POST /neutron/router HTTP/1.1" 200 541 0.004152
10.0.0.23 - - [2026-05-18 02:28:52] "POST /neutron/router HTTP/1.1" 200 541 0.007139
10.0.0.23 - - [2026-05-18 02:28:53] "POST /neutron/router HTTP/1.1" 200 151 0.100786
10.0.0.240 - - [2026-05-18 02:28:53] "DELETE /route-target/2e3e5257-ddee-447e-91bb-5e2501129800 HTTP/1.1" 200 115 0.028558
10.0.0.23 - - [2026-05-18 02:28:53] "GET /logical-router/57e6f8a9-118a-46fe-8182-ca733523c78d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.072968
10.0.0.22 - - [2026-05-18 02:28:53] "GET /obj-perms HTTP/1.1" 200 5056 0.171496
10.0.0.23 - - [2026-05-18 02:28:53] "POST /neutron/router HTTP/1.1" 200 559 0.007946
10.0.0.23 - - [2026-05-18 02:28:53] "POST /neutron/router HTTP/1.1" 200 559 0.008072
10.0.0.23 - - [2026-05-18 02:28:53] "POST /neutron/router HTTP/1.1" 200 559 0.009545
10.0.0.23 - - [2026-05-18 02:28:53] "POST /neutron/router HTTP/1.1" 200 559 0.003773
10.0.0.23 - - [2026-05-18 02:28:53] "POST /neutron/router HTTP/1.1" 200 559 0.003740
10.0.0.23 - - [2026-05-18 02:28:53] "POST /neutron/router HTTP/1.1" 200 559 0.003723
10.0.0.23 - - [2026-05-18 02:28:53] "POST /neutron/router HTTP/1.1" 200 559 0.005997
10.0.0.23 - - [2026-05-18 02:28:53] "POST /neutron/router HTTP/1.1" 200 559 0.005177
10.0.0.23 - - [2026-05-18 02:28:53] "POST /neutron/router HTTP/1.1" 200 559 0.004150
10.0.0.23 - - [2026-05-18 02:28:53] "POST /neutron/router HTTP/1.1" 200 559 0.003904
10.0.0.23 - - [2026-05-18 02:28:53] "POST /neutron/router HTTP/1.1" 200 559 0.005200
10.0.0.23 - - [2026-05-18 02:28:53] "POST /neutron/router HTTP/1.1" 200 559 0.034765
10.0.0.240 - - [2026-05-18 02:28:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.008575
10.0.0.240 - - [2026-05-18 02:28:54] "GET /projects?obj_uuids=24368b5e-b8b6-42c8-9709-5cf097b3c0d0&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000951
10.0.0.23 - - [2026-05-18 02:28:54] "POST /neutron/router HTTP/1.1" 200 541 0.142497
10.0.0.23 - - [2026-05-18 02:28:54] "POST /neutron/router HTTP/1.1" 200 541 0.003333
10.0.0.240 - - [2026-05-18 02:28:54] "PUT /logical-router/68411060-4561-42bb-9d2d-d26678b00102 HTTP/1.1" 200 263 0.024161
10.0.0.23 - - [2026-05-18 02:28:54] "POST /neutron/router HTTP/1.1" 200 541 0.006176
10.0.0.23 - - [2026-05-18 02:28:54] "POST /neutron/router HTTP/1.1" 200 541 0.004113
10.0.0.23 - - [2026-05-18 02:28:54] "POST /neutron/router HTTP/1.1" 200 541 0.005209
10.0.0.23 - - [2026-05-18 02:28:54] "POST /neutron/router HTTP/1.1" 200 541 0.004208
10.0.0.23 - - [2026-05-18 02:28:54] "POST /neutron/router HTTP/1.1" 200 541 0.004350
10.0.0.23 - - [2026-05-18 02:28:54] "POST /neutron/router HTTP/1.1" 200 541 0.004110
10.0.0.23 - - [2026-05-18 02:28:54] "POST /neutron/router HTTP/1.1" 200 541 0.003976
10.0.0.23 - - [2026-05-18 02:28:54] "POST /neutron/router HTTP/1.1" 200 541 0.004028
10.0.0.23 - - [2026-05-18 02:28:54] "POST /neutron/router HTTP/1.1" 200 541 0.004388
10.0.0.23 - - [2026-05-18 02:28:54] "POST /neutron/router HTTP/1.1" 200 541 0.029238
10.0.0.23 - - [2026-05-18 02:28:54] "POST /neutron/router HTTP/1.1" 200 541 0.005461
10.0.0.23 - - [2026-05-18 02:28:55] "POST /neutron/security_group HTTP/1.1" 200 151 0.081562
10.0.0.240 - - [2026-05-18 02:28:55] "DELETE /access-control-list/8150301c-93f7-4a65-9999-38e6ab4b5f90 HTTP/1.1" 200 115 0.045069
10.0.0.23 - - [2026-05-18 02:28:55] "POST /neutron/security_group HTTP/1.1" 200 506 0.007411
10.0.0.240 - - [2026-05-18 02:28:55] "DELETE /access-control-list/03dd8bcb-952f-4213-a576-1f363275463b HTTP/1.1" 200 115 0.036225
10.0.0.23 - - [2026-05-18 02:28:55] "POST /neutron/security_group HTTP/1.1" 200 151 0.064963
10.0.0.240 - - [2026-05-18 02:28:55] "DELETE /access-control-list/6a2905a3-bc75-4bac-92c0-36ec20d439f0 HTTP/1.1" 200 115 0.038071
10.0.0.240 - - [2026-05-18 02:28:56] "GET /projects?obj_uuids=15d67c7f-cca9-4702-96b7-1db62b71dc39&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000957
10.0.0.23 - - [2026-05-18 02:28:56] "GET /project/15d67c7f-cca9-4702-96b7-1db62b71dc39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.047119
10.0.0.240 - - [2026-05-18 02:28:56] "GET /projects?obj_uuids=15d67c7f-cca9-4702-96b7-1db62b71dc39&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000949
10.0.0.23 - - [2026-05-18 02:28:56] "GET /project/15d67c7f-cca9-4702-96b7-1db62b71dc39?fields=virtual_networks HTTP/1.1" 200 1023 0.049310
10.0.0.240 - - [2026-05-18 02:28:56] "GET /projects?obj_uuids=15d67c7f-cca9-4702-96b7-1db62b71dc39&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001107
10.0.0.23 - - [2026-05-18 02:28:56] "GET /project/15d67c7f-cca9-4702-96b7-1db62b71dc39?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.042571
10.0.0.240 - - [2026-05-18 02:28:56] "GET /projects?obj_uuids=15d67c7f-cca9-4702-96b7-1db62b71dc39&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001006
10.0.0.23 - - [2026-05-18 02:28:56] "GET /project/15d67c7f-cca9-4702-96b7-1db62b71dc39?fields=security_groups HTTP/1.1" 200 1245 0.044039
10.0.0.23 - - [2026-05-18 02:28:57] "POST /fqname-to-id HTTP/1.1" 404 184 0.027574
10.0.0.240 - - [2026-05-18 02:28:57] "GET /projects?obj_uuids=2ee86307-32b4-4103-847a-80e60c3f8e07&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003114
10.0.0.240 - - [2026-05-18 02:28:58] "GET /domains?obj_uuids=4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001283
10.0.0.240 - - [2026-05-18 02:28:58] "GET /domain/4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007469
10.0.0.240 - - [2026-05-18 02:28:58] "POST /id-to-fqname HTTP/1.1" 200 186 0.002442
10.0.0.240 - - [2026-05-18 02:28:58] "POST /fqname-to-id HTTP/1.1" 404 195 0.013126
10.0.0.240 - - [2026-05-18 02:28:58] "POST /security-groups HTTP/1.1" 200 587 0.077857
10.0.0.240 - - [2026-05-18 02:28:58] "POST /projects HTTP/1.1" 200 577 0.297399
10.0.0.240 - - [2026-05-18 02:28:58] "POST /access-control-lists HTTP/1.1" 200 594 0.031239
10.0.0.240 - - [2026-05-18 02:28:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.377978
10.0.0.23 - - [2026-05-18 02:28:58] "GET /project/2ee86307-32b4-4103-847a-80e60c3f8e07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.536617
10.0.0.23 - - [2026-05-18 02:28:59] "GET / HTTP/1.1" 200 36215 0.001659
10.0.0.23 - - [2026-05-18 02:29:01] "POST /fqname-to-id HTTP/1.1" 401 292 0.000409
10.0.0.23 - - [2026-05-18 02:29:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.067314
10.0.0.240 - - [2026-05-18 02:29:01] "GET /projects?obj_uuids=2ee86307-32b4-4103-847a-80e60c3f8e07&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000868
10.0.0.23 - - [2026-05-18 02:29:01] "GET /project/2ee86307-32b4-4103-847a-80e60c3f8e07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.044544
10.0.0.240 - - [2026-05-18 02:29:02] "POST /route-targets HTTP/1.1" 200 328 0.017866
10.0.0.240 - - [2026-05-18 02:29:02] "POST /useragent-kv HTTP/1.1" 200 115 0.006193
10.0.0.23 - - [2026-05-18 02:29:02] "POST /neutron/subnet HTTP/1.1" 200 714 0.264460
10.0.0.23 - - [2026-05-18 02:29:02] "POST /id-to-fqname HTTP/1.1" 200 216 0.001446
10.0.0.23 - - [2026-05-18 02:29:02] "GET /virtual-network/8b3c3ff3-8324-4bea-85dc-24f4f8d63a3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2028 0.011134
10.0.0.23 - - [2026-05-18 02:29:02] "GET /virtual-network/8b3c3ff3-8324-4bea-85dc-24f4f8d63a3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2028 0.007569
10.0.0.23 - - [2026-05-18 02:29:02] "POST /neutron/network HTTP/1.1" 200 818 0.006750
10.0.0.23 - - [2026-05-18 02:29:02] "POST /fqname-to-id HTTP/1.1" 404 206 0.003177
10.0.0.23 - - [2026-05-18 02:29:02] "GET /virtual-network/8b3c3ff3-8324-4bea-85dc-24f4f8d63a3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2028 0.005376
10.0.0.23 - - [2026-05-18 02:29:02] "GET /virtual-machine-interface/a6d1823c-3ec2-4b4d-aeb5-779341732c0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2389 0.008474
10.0.0.23 - - [2026-05-18 02:29:02] "GET /virtual-machine-interface/a6d1823c-3ec2-4b4d-aeb5-779341732c0d?fields=instance_ip_back_refs HTTP/1.1" 200 1320 0.009518
10.0.0.23 - - [2026-05-18 02:29:03] "GET /instance-ip/309b45ce-4397-45ce-b370-261fc1b9cf6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1595 0.005005
10.0.0.23 - - [2026-05-18 02:29:03] "POST /neutron/port HTTP/1.1" 200 1015 0.011967
10.0.0.240 - - [2026-05-18 02:29:03] "POST /useragent-kv HTTP/1.1" 200 115 0.003324
10.0.0.240 - - [2026-05-18 02:29:03] "POST /useragent-kv HTTP/1.1" 200 115 0.017025
10.0.0.23 - - [2026-05-18 02:29:03] "POST /neutron/network HTTP/1.1" 200 151 0.189618
10.0.0.240 - - [2026-05-18 02:29:03] "DELETE /route-target/7e1f07a8-1870-40a2-8fe4-de0a3afe27ea HTTP/1.1" 200 115 0.044287
10.0.0.23 - - [2026-05-18 02:29:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003123
10.0.0.240 - - [2026-05-18 02:29:06] "GET /projects?obj_uuids=2ee86307-32b4-4103-847a-80e60c3f8e07&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000892
10.0.0.23 - - [2026-05-18 02:29:06] "GET /project/2ee86307-32b4-4103-847a-80e60c3f8e07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.047106
10.0.0.240 - - [2026-05-18 02:29:06] "POST /useragent-kv HTTP/1.1" 200 115 0.011326
10.0.0.23 - - [2026-05-18 02:29:07] "POST /neutron/subnet HTTP/1.1" 200 725 0.268622
10.0.0.23 - - [2026-05-18 02:29:07] "POST /id-to-fqname HTTP/1.1" 200 217 0.001431
10.0.0.23 - - [2026-05-18 02:29:07] "GET /virtual-network/ae140495-0fbb-4202-a29c-fb0ceae21a1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.007914
10.0.0.23 - - [2026-05-18 02:29:07] "POST /neutron/network HTTP/1.1" 200 976 0.009140
10.0.0.23 - - [2026-05-18 02:29:07] "GET /virtual-network/ae140495-0fbb-4202-a29c-fb0ceae21a1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.007607
10.0.0.23 - - [2026-05-18 02:29:07] "POST /neutron/subnet HTTP/1.1" 200 715 0.009685
10.0.0.23 - - [2026-05-18 02:29:07] "POST /id-to-fqname HTTP/1.1" 200 217 0.001553
10.0.0.23 - - [2026-05-18 02:29:08] "POST /neutron/port HTTP/1.1" 200 1018 0.016834
10.0.0.23 - - [2026-05-18 02:29:08] "POST /neutron/port HTTP/1.1" 200 1018 0.013191
10.0.0.23 - - [2026-05-18 02:29:08] "POST /id-to-fqname HTTP/1.1" 200 217 0.001342
10.0.0.23 - - [2026-05-18 02:29:08] "POST /neutron/port HTTP/1.1" 200 117 0.007482
10.0.0.23 - - [2026-05-18 02:29:08] "POST /neutron/port HTTP/1.1" 200 1018 0.012429
10.0.0.23 - - [2026-05-18 02:29:09] "POST /neutron/port HTTP/1.1" 200 1016 0.016517
10.0.0.23 - - [2026-05-18 02:29:09] "POST /neutron/port HTTP/1.1" 200 117 0.007120
10.0.0.23 - - [2026-05-18 02:29:09] "POST /neutron/port HTTP/1.1" 200 1018 0.039052
10.0.0.23 - - [2026-05-18 02:29:09] "POST /neutron/network HTTP/1.1" 200 986 0.007534
10.0.0.23 - - [2026-05-18 02:29:09] "POST /neutron/port HTTP/1.1" 200 1016 0.013567
10.0.0.23 - - [2026-05-18 02:29:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005031
10.0.0.23 - - [2026-05-18 02:29:10] "POST /neutron/port HTTP/1.1" 200 117 0.001062
10.0.0.23 - - [2026-05-18 02:29:10] "POST /neutron/subnet HTTP/1.1" 200 689 0.011297
10.0.0.23 - - [2026-05-18 02:29:14] "POST /neutron/port HTTP/1.1" 200 1120 0.022534
10.0.0.23 - - [2026-05-18 02:29:14] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007481
10.0.0.23 - - [2026-05-18 02:29:14] "GET /virtual-machine/fbb9da38-0e3f-4c04-93a5-fe5a526f6a71 HTTP/1.1" 401 292 0.000804
10.0.0.23 - - [2026-05-18 02:29:14] "GET /virtual-machine/fbb9da38-0e3f-4c04-93a5-fe5a526f6a71 HTTP/1.1" 200 1287 0.032634
10.0.0.23 - - [2026-05-18 02:29:14] "GET /virtual-machine-interface/50587ecb-b446-4e7f-be0e-6d5e2ae63bb5 HTTP/1.1" 200 2930 0.005330
10.0.0.23 - - [2026-05-18 02:29:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003677
10.0.0.23 - - [2026-05-18 02:29:14] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005447
10.0.0.23 - - [2026-05-18 02:29:14] "GET /virtual-networks?parent_id=2ee86307-32b4-4103-847a-80e60c3f8e07&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003484
10.0.0.23 - - [2026-05-18 02:29:14] "GET /virtual-network/ae140495-0fbb-4202-a29c-fb0ceae21a1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.006339
10.0.0.23 - - [2026-05-18 02:29:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003706
10.0.0.23 - - [2026-05-18 02:29:18] "GET /virtual-network/ae140495-0fbb-4202-a29c-fb0ceae21a1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.006832
10.0.0.23 - - [2026-05-18 02:29:18] "POST /neutron/port HTTP/1.1" 200 1120 0.018330
10.0.0.23 - - [2026-05-18 02:29:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004438
10.0.0.23 - - [2026-05-18 02:29:20] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003965
10.0.0.23 - - [2026-05-18 02:29:20] "GET /virtual-networks?parent_id=2ee86307-32b4-4103-847a-80e60c3f8e07&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003550
10.0.0.23 - - [2026-05-18 02:29:20] "GET /virtual-network/ae140495-0fbb-4202-a29c-fb0ceae21a1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.006849
10.0.0.23 - - [2026-05-18 02:29:20] "POST /neutron/security_group HTTP/1.1" 200 2054 0.011674
10.0.0.23 - - [2026-05-18 02:29:25] "POST /neutron/port HTTP/1.1" 200 1118 0.029550
10.0.0.23 - - [2026-05-18 02:29:25] "POST /neutron/security_group HTTP/1.1" 200 2054 0.008403
10.0.0.23 - - [2026-05-18 02:29:25] "GET /virtual-machine/7dfb1175-2a0b-482f-a132-064f95f3a4ca HTTP/1.1" 200 1286 0.005436
10.0.0.23 - - [2026-05-18 02:29:25] "GET /virtual-machine-interface/5e1e7a89-4ced-45be-ac4f-418b81176b10 HTTP/1.1" 200 2930 0.005792
10.0.0.23 - - [2026-05-18 02:29:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004106
10.0.0.23 - - [2026-05-18 02:29:25] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004166
10.0.0.23 - - [2026-05-18 02:29:25] "GET /virtual-networks?parent_id=2ee86307-32b4-4103-847a-80e60c3f8e07&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003298
10.0.0.23 - - [2026-05-18 02:29:25] "GET /virtual-network/ae140495-0fbb-4202-a29c-fb0ceae21a1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.005935
10.0.0.23 - - [2026-05-18 02:29:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003727
10.0.0.23 - - [2026-05-18 02:29:26] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004055
10.0.0.23 - - [2026-05-18 02:29:26] "GET /virtual-networks?parent_id=2ee86307-32b4-4103-847a-80e60c3f8e07&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002887
10.0.0.23 - - [2026-05-18 02:29:27] "GET /virtual-network/ae140495-0fbb-4202-a29c-fb0ceae21a1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.006746
10.0.0.23 - - [2026-05-18 02:29:30] "POST /neutron/port HTTP/1.1" 200 1108 0.020666
10.0.0.23 - - [2026-05-18 02:29:30] "POST /neutron/port HTTP/1.1" 200 1110 0.016026
10.0.0.23 - - [2026-05-18 02:29:31] "POST /neutron/network HTTP/1.1" 200 976 0.010619
10.0.0.240 - - [2026-05-18 02:29:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004103
10.0.0.240 - - [2026-05-18 02:29:32] "GET /projects?obj_uuids=2ee86307-32b4-4103-847a-80e60c3f8e07&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000942
10.0.0.23 - - [2026-05-18 02:29:32] "GET /project/2ee86307-32b4-4103-847a-80e60c3f8e07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.050082
10.0.0.240 - - [2026-05-18 02:29:32] "GET /projects?obj_uuids=2ee86307-32b4-4103-847a-80e60c3f8e07&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000890
10.0.0.23 - - [2026-05-18 02:29:32] "GET /project/2ee86307-32b4-4103-847a-80e60c3f8e07?fields=virtual_networks HTTP/1.1" 200 1024 0.044413
10.0.0.240 - - [2026-05-18 02:29:32] "GET /projects?obj_uuids=2ee86307-32b4-4103-847a-80e60c3f8e07&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000953
10.0.0.23 - - [2026-05-18 02:29:32] "GET /project/2ee86307-32b4-4103-847a-80e60c3f8e07?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.060610
10.0.0.240 - - [2026-05-18 02:29:32] "GET /projects?obj_uuids=2ee86307-32b4-4103-847a-80e60c3f8e07&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001496
10.0.0.23 - - [2026-05-18 02:29:32] "GET /project/2ee86307-32b4-4103-847a-80e60c3f8e07?fields=security_groups HTTP/1.1" 200 1247 0.052191
10.0.0.23 - - [2026-05-18 02:29:33] "POST /fqname-to-id HTTP/1.1" 404 186 0.027707
10.0.0.240 - - [2026-05-18 02:29:33] "GET /projects?obj_uuids=e539a9fb-f6de-49a0-8830-077205327915&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003489
10.0.0.240 - - [2026-05-18 02:29:33] "GET /domains?obj_uuids=4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001583
10.0.0.240 - - [2026-05-18 02:29:33] "GET /domain/4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009802
10.0.0.240 - - [2026-05-18 02:29:34] "POST /id-to-fqname HTTP/1.1" 200 188 0.003127
10.0.0.240 - - [2026-05-18 02:29:34] "POST /fqname-to-id HTTP/1.1" 404 197 0.004742
10.0.0.240 - - [2026-05-18 02:29:34] "POST /security-groups HTTP/1.1" 200 589 0.076845
10.0.0.240 - - [2026-05-18 02:29:34] "POST /projects HTTP/1.1" 200 581 0.305511
10.0.0.240 - - [2026-05-18 02:29:34] "POST /access-control-lists HTTP/1.1" 200 596 0.033507
10.0.0.240 - - [2026-05-18 02:29:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.378558
10.0.0.23 - - [2026-05-18 02:29:34] "GET /project/e539a9fb-f6de-49a0-8830-077205327915?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.536752
10.0.0.23 - - [2026-05-18 02:29:35] "GET / HTTP/1.1" 200 36215 0.001474
10.0.0.23 - - [2026-05-18 02:29:35] "POST /neutron/port HTTP/1.1" 400 205 0.004184
10.0.0.23 - - [2026-05-18 02:29:37] "POST /fqname-to-id HTTP/1.1" 401 292 0.000838
10.0.0.23 - - [2026-05-18 02:29:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.063220
10.0.0.240 - - [2026-05-18 02:29:37] "GET /projects?obj_uuids=e539a9fb-f6de-49a0-8830-077205327915&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001605
10.0.0.23 - - [2026-05-18 02:29:37] "GET /project/e539a9fb-f6de-49a0-8830-077205327915?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.046631
10.0.0.23 - - [2026-05-18 02:29:37] "POST /neutron/network HTTP/1.1" 200 117 0.044489
10.0.0.240 - - [2026-05-18 02:29:38] "POST /route-targets HTTP/1.1" 200 328 0.016127
10.0.0.23 - - [2026-05-18 02:29:38] "POST /neutron/network HTTP/1.1" 200 823 0.009111
10.0.0.23 - - [2026-05-18 02:29:38] "POST /id-to-fqname HTTP/1.1" 200 219 0.001109
10.0.0.23 - - [2026-05-18 02:29:38] "GET /virtual-network/787e2cd9-7aa2-4805-8655-02c447676a61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.004609
10.0.0.23 - - [2026-05-18 02:29:38] "GET /virtual-network/787e2cd9-7aa2-4805-8655-02c447676a61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006235
10.0.0.23 - - [2026-05-18 02:29:38] "POST /neutron/subnet HTTP/1.1" 200 720 0.008334
10.0.0.23 - - [2026-05-18 02:29:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002953
10.0.0.240 - - [2026-05-18 02:29:38] "GET /projects?obj_uuids=e539a9fb-f6de-49a0-8830-077205327915&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000773
10.0.0.23 - - [2026-05-18 02:29:38] "GET /project/e539a9fb-f6de-49a0-8830-077205327915?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.051779
10.0.0.240 - - [2026-05-18 02:29:38] "POST /ref-update HTTP/1.1" 200 156 0.021062
10.0.0.240 - - [2026-05-18 02:29:38] "POST /useragent-kv HTTP/1.1" 200 115 0.008189
10.0.0.23 - - [2026-05-18 02:29:39] "POST /neutron/subnet HTTP/1.1" 200 734 0.207967
10.0.0.23 - - [2026-05-18 02:29:39] "POST /id-to-fqname HTTP/1.1" 200 219 0.001316
10.0.0.23 - - [2026-05-18 02:29:39] "GET /virtual-network/ffb6e118-14ef-4377-a8a7-84c215861217?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006740
10.0.0.23 - - [2026-05-18 02:29:39] "GET /virtual-network/ffb6e118-14ef-4377-a8a7-84c215861217?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005770
10.0.0.23 - - [2026-05-18 02:29:39] "POST /neutron/network HTTP/1.1" 200 826 0.006796
10.0.0.23 - - [2026-05-18 02:29:39] "POST /id-to-fqname HTTP/1.1" 200 219 0.001135
10.0.0.240 - - [2026-05-18 02:29:40] "GET /projects?obj_uuids=e539a9fb-f6de-49a0-8830-077205327915&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001005
10.0.0.23 - - [2026-05-18 02:29:40] "GET /project/e539a9fb-f6de-49a0-8830-077205327915?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.067908
10.0.0.23 - - [2026-05-18 02:29:40] "POST /neutron/network HTTP/1.1" 200 823 0.037848
10.0.0.23 - - [2026-05-18 02:29:40] "POST /id-to-fqname HTTP/1.1" 200 219 0.001307
10.0.0.23 - - [2026-05-18 02:29:40] "POST /neutron/port HTTP/1.1" 200 117 0.011872
10.0.0.240 - - [2026-05-18 02:29:40] "GET /projects?obj_uuids=e539a9fb-f6de-49a0-8830-077205327915&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000928
10.0.0.23 - - [2026-05-18 02:29:41] "POST /neutron/port HTTP/1.1" 200 1057 0.328985
10.0.0.23 - - [2026-05-18 02:29:41] "POST /neutron/port HTTP/1.1" 200 1111 0.115596
10.0.0.240 - - [2026-05-18 02:29:41] "GET /projects?obj_uuids=e539a9fb-f6de-49a0-8830-077205327915&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001220
10.0.0.23 - - [2026-05-18 02:29:41] "GET /project/e539a9fb-f6de-49a0-8830-077205327915?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.154124
10.0.0.23 - - [2026-05-18 02:29:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003983
10.0.0.23 - - [2026-05-18 02:29:41] "POST /neutron/network HTTP/1.1" 200 823 0.007731
10.0.0.23 - - [2026-05-18 02:29:41] "POST /neutron/port HTTP/1.1" 200 117 0.007450
10.0.0.240 - - [2026-05-18 02:29:41] "GET /projects?obj_uuids=e539a9fb-f6de-49a0-8830-077205327915&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.006970
10.0.0.23 - - [2026-05-18 02:29:42] "POST /neutron/router HTTP/1.1" 200 344 0.337068
10.0.0.240 - - [2026-05-18 02:29:42] "POST /ref-update HTTP/1.1" 200 156 0.033843
10.0.0.23 - - [2026-05-18 02:29:42] "POST /neutron/port HTTP/1.1" 200 1121 0.026789
10.0.0.23 - - [2026-05-18 02:29:42] "POST /neutron/port HTTP/1.1" 200 1060 0.018641
10.0.0.23 - - [2026-05-18 02:29:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003934
10.0.0.23 - - [2026-05-18 02:29:42] "POST /neutron/network HTTP/1.1" 200 826 0.007885
10.0.0.240 - - [2026-05-18 02:29:44] "DELETE /project/2ee8630732b44103847a80e60c3f8e07 HTTP/1.1" 404 173 0.012221
10.0.0.240 - - [2026-05-18 02:29:44] "DELETE /project/15d67c7fcca9470296b71db62b71dc39 HTTP/1.1" 404 173 0.011188
10.0.0.240 - - [2026-05-18 02:29:44] "DELETE /project/e539a9fbf6de49a08830077205327915 HTTP/1.1" 404 173 0.010447
10.0.0.240 - - [2026-05-18 02:29:44] "GET /projects?obj_uuids=2ee86307-32b4-4103-847a-80e60c3f8e07&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000794
10.0.0.240 - - [2026-05-18 02:29:44] "GET /projects?obj_uuids=15d67c7f-cca9-4702-96b7-1db62b71dc39&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000703
10.0.0.240 - - [2026-05-18 02:29:44] "GET /project/2ee86307-32b4-4103-847a-80e60c3f8e07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.069849
10.0.0.240 - - [2026-05-18 02:29:44] "GET /project/15d67c7f-cca9-4702-96b7-1db62b71dc39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.081232
10.0.0.240 - - [2026-05-18 02:29:44] "GET /projects?obj_uuids=2ee86307-32b4-4103-847a-80e60c3f8e07&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000923
10.0.0.240 - - [2026-05-18 02:29:44] "GET /projects?obj_uuids=15d67c7f-cca9-4702-96b7-1db62b71dc39&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001684
10.0.0.240 - - [2026-05-18 02:29:44] "GET /project/2ee86307-32b4-4103-847a-80e60c3f8e07?fields=security_groups HTTP/1.1" 200 1349 0.062480
10.0.0.240 - - [2026-05-18 02:29:44] "GET /project/15d67c7f-cca9-4702-96b7-1db62b71dc39?fields=security_groups HTTP/1.1" 200 1347 0.084634
10.0.0.240 - - [2026-05-18 02:29:44] "DELETE /security-group/10e4f6a0-ad13-4e54-83f1-7667a56e275d HTTP/1.1" 200 115 0.058631
10.0.0.240 - - [2026-05-18 02:29:44] "GET /projects?obj_uuids=2ee86307-32b4-4103-847a-80e60c3f8e07&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000853
10.0.0.240 - - [2026-05-18 02:29:44] "DELETE /security-group/a192cdf5-41db-4524-ac47-3bb853a82c26 HTTP/1.1" 200 115 0.091749
10.0.0.240 - - [2026-05-18 02:29:44] "GET /projects?obj_uuids=15d67c7f-cca9-4702-96b7-1db62b71dc39&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001419
10.0.0.240 - - [2026-05-18 02:29:45] "GET /project/2ee86307-32b4-4103-847a-80e60c3f8e07?fields=application_policy_sets HTTP/1.1" 200 1388 0.117769
10.0.0.240 - - [2026-05-18 02:29:45] "GET /project/15d67c7f-cca9-4702-96b7-1db62b71dc39?fields=application_policy_sets HTTP/1.1" 200 1386 0.098553
10.0.0.240 - - [2026-05-18 02:29:45] "DELETE /access-control-list/46323c1e-651d-419a-90b8-b2d8b5202329 HTTP/1.1" 200 115 0.052805
10.0.0.240 - - [2026-05-18 02:29:45] "DELETE /project/2ee86307-32b4-4103-847a-80e60c3f8e07 HTTP/1.1" 200 115 0.587300
10.0.0.240 - - [2026-05-18 02:29:45] "DELETE /project/15d67c7f-cca9-4702-96b7-1db62b71dc39 HTTP/1.1" 200 115 0.631186
10.0.0.23 - - [2026-05-18 02:29:46] "POST /neutron/network HTTP/1.1" 200 836 0.009554
10.0.0.23 - - [2026-05-18 02:29:46] "POST /neutron/port HTTP/1.1" 200 117 0.001034
10.0.0.23 - - [2026-05-18 02:29:47] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007133
10.0.0.23 - - [2026-05-18 02:29:47] "POST /neutron/port HTTP/1.1" 200 1121 0.018562
10.0.0.23 - - [2026-05-18 02:29:47] "GET /virtual-machine/726b57e7-1190-4349-88ce-f94e4467a4ab HTTP/1.1" 401 292 0.000401
10.0.0.23 - - [2026-05-18 02:29:48] "GET /virtual-machine/726b57e7-1190-4349-88ce-f94e4467a4ab HTTP/1.1" 200 1291 0.036444
10.0.0.23 - - [2026-05-18 02:29:48] "GET /virtual-machine-interface/bcfb787c-53de-43e9-81e2-c87a5d3fee8c HTTP/1.1" 200 2940 0.005646
10.0.0.23 - - [2026-05-18 02:29:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003671
10.0.0.23 - - [2026-05-18 02:29:48] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003775
10.0.0.23 - - [2026-05-18 02:29:48] "GET /virtual-networks?parent_id=e539a9fb-f6de-49a0-8830-077205327915&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003268
10.0.0.23 - - [2026-05-18 02:29:48] "GET /virtual-network/787e2cd9-7aa2-4805-8655-02c447676a61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006123
10.0.0.23 - - [2026-05-18 02:29:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003873
10.0.0.23 - - [2026-05-18 02:29:51] "GET /virtual-network/787e2cd9-7aa2-4805-8655-02c447676a61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005644
10.0.0.23 - - [2026-05-18 02:29:52] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006771
10.0.0.23 - - [2026-05-18 02:29:54] "GET /obj-perms HTTP/1.1" 200 5056 0.121437
10.0.0.23 - - [2026-05-18 02:29:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003894
10.0.0.23 - - [2026-05-18 02:29:55] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003541
10.0.0.23 - - [2026-05-18 02:29:55] "GET /virtual-networks?parent_id=e539a9fb-f6de-49a0-8830-077205327915&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003686
10.0.0.23 - - [2026-05-18 02:29:55] "GET /virtual-network/787e2cd9-7aa2-4805-8655-02c447676a61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.007603
10.0.0.23 - - [2026-05-18 02:29:55] "POST /neutron/port HTTP/1.1" 200 1124 0.021948
10.0.0.23 - - [2026-05-18 02:29:55] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008889
10.0.0.23 - - [2026-05-18 02:29:55] "GET /virtual-machine/4bf707ff-9e7b-4736-b8d9-1d60ef7191ee HTTP/1.1" 200 1292 0.008185
10.0.0.23 - - [2026-05-18 02:29:55] "GET /virtual-machine-interface/4b3fb44d-d2bc-4375-8fff-7ed29258b8e5 HTTP/1.1" 200 2940 0.005191
10.0.0.23 - - [2026-05-18 02:29:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003426
10.0.0.23 - - [2026-05-18 02:29:55] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004179
10.0.0.23 - - [2026-05-18 02:29:55] "GET /virtual-networks?parent_id=e539a9fb-f6de-49a0-8830-077205327915&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002759
10.0.0.23 - - [2026-05-18 02:29:55] "GET /virtual-network/ffb6e118-14ef-4377-a8a7-84c215861217?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005790
10.0.0.23 - - [2026-05-18 02:29:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004204
10.0.0.23 - - [2026-05-18 02:29:57] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004269
10.0.0.23 - - [2026-05-18 02:29:57] "GET /virtual-networks?parent_id=e539a9fb-f6de-49a0-8830-077205327915&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003200
10.0.0.23 - - [2026-05-18 02:29:57] "GET /virtual-network/ffb6e118-14ef-4377-a8a7-84c215861217?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.008953
10.0.0.23 - - [2026-05-18 02:29:57] "POST /neutron/port HTTP/1.1" 200 1124 0.019543
10.0.0.23 - - [2026-05-18 02:29:58] "POST /neutron/port HTTP/1.1" 200 1121 0.018156
10.0.0.23 - - [2026-05-18 02:29:58] "POST /neutron/subnet HTTP/1.1" 200 694 0.010000
10.0.0.23 - - [2026-05-18 02:30:06] "POST /neutron/router HTTP/1.1" 200 580 0.008529
10.0.0.23 - - [2026-05-18 02:30:09] "POST /neutron/router HTTP/1.1" 200 580 0.008394
10.0.0.240 - - [2026-05-18 02:30:09] "POST /ref-update HTTP/1.1" 200 156 0.020307
10.0.0.240 - - [2026-05-18 02:30:12] "GET /projects?obj_uuids=e539a9fb-f6de-49a0-8830-077205327915&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001275
10.0.0.23 - - [2026-05-18 02:30:12] "POST /neutron/router HTTP/1.1" 200 344 0.314786
10.0.0.23 - - [2026-05-18 02:30:15] "POST /neutron/router HTTP/1.1" 200 580 0.006621
10.0.0.240 - - [2026-05-18 02:30:15] "POST /ref-update HTTP/1.1" 200 156 0.027524
10.0.0.23 - - [2026-05-18 02:30:15] "GET /logical-router/ae52b6b0-8293-45c6-a6a8-df9c5f18d8ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.007870
10.0.0.23 - - [2026-05-18 02:30:15] "POST /neutron/router HTTP/1.1" 200 151 0.099641
10.0.0.23 - - [2026-05-18 02:30:16] "POST /neutron/port HTTP/1.1" 200 1121 0.021794
10.0.0.23 - - [2026-05-18 02:30:16] "POST /neutron/port HTTP/1.1" 200 1114 0.015665
10.0.0.23 - - [2026-05-18 02:30:17] "POST /neutron/network HTTP/1.1" 200 826 0.007760
10.0.0.240 - - [2026-05-18 02:30:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.005468
10.0.0.240 - - [2026-05-18 02:30:18] "POST /useragent-kv HTTP/1.1" 200 115 0.007990
10.0.0.240 - - [2026-05-18 02:30:18] "POST /useragent-kv HTTP/1.1" 200 115 0.004246
10.0.0.23 - - [2026-05-18 02:30:18] "POST /neutron/network HTTP/1.1" 200 151 0.147089
10.0.0.240 - - [2026-05-18 02:30:18] "DELETE /route-target/06c2d208-7169-4a44-aa83-7425ae61fb31 HTTP/1.1" 200 115 0.028698
10.0.0.240 - - [2026-05-18 02:30:19] "GET /projects?obj_uuids=e539a9fb-f6de-49a0-8830-077205327915&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001049
10.0.0.23 - - [2026-05-18 02:30:19] "GET /project/e539a9fb-f6de-49a0-8830-077205327915?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.042533
10.0.0.240 - - [2026-05-18 02:30:19] "GET /projects?obj_uuids=e539a9fb-f6de-49a0-8830-077205327915&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001031
10.0.0.23 - - [2026-05-18 02:30:19] "GET /project/e539a9fb-f6de-49a0-8830-077205327915?fields=virtual_networks HTTP/1.1" 200 1029 0.048798
10.0.0.240 - - [2026-05-18 02:30:19] "GET /projects?obj_uuids=e539a9fb-f6de-49a0-8830-077205327915&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001371
10.0.0.23 - - [2026-05-18 02:30:19] "GET /project/e539a9fb-f6de-49a0-8830-077205327915?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.054645
10.0.0.240 - - [2026-05-18 02:30:19] "GET /projects?obj_uuids=e539a9fb-f6de-49a0-8830-077205327915&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000953
10.0.0.23 - - [2026-05-18 02:30:19] "GET /project/e539a9fb-f6de-49a0-8830-077205327915?fields=security_groups HTTP/1.1" 200 1254 0.050208
10.0.0.23 - - [2026-05-18 02:30:20] "POST /fqname-to-id HTTP/1.1" 404 191 0.032002
10.0.0.240 - - [2026-05-18 02:30:20] "GET /projects?obj_uuids=42bc3c9d-ca06-4eb8-b0fe-375c1efecbda&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003525
10.0.0.240 - - [2026-05-18 02:30:20] "GET /domains?obj_uuids=4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000923
10.0.0.240 - - [2026-05-18 02:30:20] "GET /domain/4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008639
10.0.0.240 - - [2026-05-18 02:30:21] "POST /id-to-fqname HTTP/1.1" 200 193 0.002713
10.0.0.240 - - [2026-05-18 02:30:21] "POST /fqname-to-id HTTP/1.1" 404 202 0.006499
10.0.0.240 - - [2026-05-18 02:30:21] "POST /security-groups HTTP/1.1" 200 594 0.054455
10.0.0.240 - - [2026-05-18 02:30:21] "POST /projects HTTP/1.1" 200 591 0.291140
10.0.0.240 - - [2026-05-18 02:30:21] "POST /fqname-to-id HTTP/1.1" 404 236 0.007359
10.0.0.240 - - [2026-05-18 02:30:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.371924
10.0.0.23 - - [2026-05-18 02:30:21] "GET /project/42bc3c9d-ca06-4eb8-b0fe-375c1efecbda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.534756
10.0.0.23 - - [2026-05-18 02:30:22] "GET / HTTP/1.1" 200 36215 0.001448
10.0.0.23 - - [2026-05-18 02:30:24] "GET /project/42bc3c9d-ca06-4eb8-b0fe-375c1efecbda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000444
10.0.0.240 - - [2026-05-18 02:30:25] "GET /projects?obj_uuids=42bc3c9d-ca06-4eb8-b0fe-375c1efecbda&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001534
10.0.0.23 - - [2026-05-18 02:30:25] "GET /project/42bc3c9d-ca06-4eb8-b0fe-375c1efecbda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.081792
10.0.0.23 - - [2026-05-18 02:30:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003076
10.0.0.23 - - [2026-05-18 02:30:25] "GET /security-group/3a453366-7dcb-40f2-b980-71fb0157a36b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3764 0.006828
10.0.0.23 - - [2026-05-18 02:30:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004048
10.0.0.240 - - [2026-05-18 02:30:25] "GET /projects?obj_uuids=42bc3c9d-ca06-4eb8-b0fe-375c1efecbda&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001167
10.0.0.23 - - [2026-05-18 02:30:25] "GET /project/42bc3c9d-ca06-4eb8-b0fe-375c1efecbda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.053193
10.0.0.23 - - [2026-05-18 02:30:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003823
10.0.0.23 - - [2026-05-18 02:30:25] "GET /security-group/3a453366-7dcb-40f2-b980-71fb0157a36b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3764 0.005451
10.0.0.23 - - [2026-05-18 02:30:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003431
10.0.0.23 - - [2026-05-18 02:30:25] "PUT /security-group/3a453366-7dcb-40f2-b980-71fb0157a36b HTTP/1.1" 200 263 0.025320
10.0.0.23 - - [2026-05-18 02:30:25] "POST /fqname-to-id HTTP/1.1" 404 202 0.006749
10.0.0.240 - - [2026-05-18 02:30:25] "PUT /access-control-list/2e0aa8a7-50c2-4782-a6d4-c839fe85a7c3 HTTP/1.1" 200 273 0.020232
10.0.0.23 - - [2026-05-18 02:30:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004006
10.0.0.240 - - [2026-05-18 02:30:25] "GET /projects?obj_uuids=42bc3c9d-ca06-4eb8-b0fe-375c1efecbda&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001644
10.0.0.23 - - [2026-05-18 02:30:25] "GET /project/42bc3c9d-ca06-4eb8-b0fe-375c1efecbda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.055596
10.0.0.240 - - [2026-05-18 02:30:26] "POST /useragent-kv HTTP/1.1" 200 115 0.008592
10.0.0.23 - - [2026-05-18 02:30:26] "POST /neutron/subnet HTTP/1.1" 200 725 0.230756
10.0.0.23 - - [2026-05-18 02:30:26] "POST /id-to-fqname HTTP/1.1" 200 223 0.001161
10.0.0.23 - - [2026-05-18 02:30:26] "GET /virtual-network/1a827111-a01a-488a-a459-f60391f5447f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006349
10.0.0.23 - - [2026-05-18 02:30:26] "GET /virtual-network/1a827111-a01a-488a-a459-f60391f5447f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007462
10.0.0.23 - - [2026-05-18 02:30:26] "POST /neutron/network HTTP/1.1" 200 827 0.009713
10.0.0.23 - - [2026-05-18 02:30:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003569
10.0.0.240 - - [2026-05-18 02:30:26] "GET /projects?obj_uuids=42bc3c9d-ca06-4eb8-b0fe-375c1efecbda&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001180
10.0.0.23 - - [2026-05-18 02:30:26] "GET /project/42bc3c9d-ca06-4eb8-b0fe-375c1efecbda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.074181
10.0.0.240 - - [2026-05-18 02:30:26] "GET /projects?obj_uuids=42bc3c9d-ca06-4eb8-b0fe-375c1efecbda&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000897
10.0.0.240 - - [2026-05-18 02:30:26] "POST /route-targets HTTP/1.1" 200 328 0.013293
10.0.0.23 - - [2026-05-18 02:30:26] "POST /neutron/network HTTP/1.1" 200 615 0.209746
10.0.0.23 - - [2026-05-18 02:30:26] "POST /id-to-fqname HTTP/1.1" 200 227 0.003784
10.0.0.23 - - [2026-05-18 02:30:26] "GET /virtual-network/48037a03-08af-42ff-8e22-aec500dc1545?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006387
10.0.0.23 - - [2026-05-18 02:30:27] "POST /neutron/network HTTP/1.1" 200 833 0.007850
10.0.0.23 - - [2026-05-18 02:30:27] "GET /virtual-network/48037a03-08af-42ff-8e22-aec500dc1545?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005197
10.0.0.23 - - [2026-05-18 02:30:27] "POST /id-to-fqname HTTP/1.1" 200 223 0.001419
10.0.0.23 - - [2026-05-18 02:30:27] "POST /neutron/network HTTP/1.1" 200 837 0.007127
10.0.0.240 - - [2026-05-18 02:30:28] "GET /projects?obj_uuids=42bc3c9d-ca06-4eb8-b0fe-375c1efecbda&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001040
10.0.0.23 - - [2026-05-18 02:30:28] "GET /project/42bc3c9d-ca06-4eb8-b0fe-375c1efecbda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.110444
10.0.0.23 - - [2026-05-18 02:30:28] "POST /neutron/port HTTP/1.1" 200 117 0.006781
10.0.0.23 - - [2026-05-18 02:30:28] "POST /id-to-fqname HTTP/1.1" 200 227 0.001418
10.0.0.23 - - [2026-05-18 02:30:28] "POST /neutron/network HTTP/1.1" 200 837 0.014540
10.0.0.23 - - [2026-05-18 02:30:29] "POST /neutron/port HTTP/1.1" 200 1063 0.019382
10.0.0.240 - - [2026-05-18 02:30:29] "GET /projects?obj_uuids=42bc3c9d-ca06-4eb8-b0fe-375c1efecbda&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001008
10.0.0.23 - - [2026-05-18 02:30:29] "GET /project/42bc3c9d-ca06-4eb8-b0fe-375c1efecbda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.091696
10.0.0.23 - - [2026-05-18 02:30:29] "POST /neutron/network HTTP/1.1" 200 833 0.008010
10.0.0.23 - - [2026-05-18 02:30:29] "POST /neutron/port HTTP/1.1" 200 117 0.001283
10.0.0.23 - - [2026-05-18 02:30:29] "POST /neutron/security_group HTTP/1.1" 200 2002 0.009030
10.0.0.23 - - [2026-05-18 02:30:30] "POST /neutron/router HTTP/1.1" 200 585 0.021240
10.0.0.240 - - [2026-05-18 02:30:30] "PUT /logical-router/35c3c03d-4431-460c-adab-3f584335e603 HTTP/1.1" 200 263 0.046427
10.0.0.240 - - [2026-05-18 02:30:30] "GET /projects?obj_uuids=42bc3c9d-ca06-4eb8-b0fe-375c1efecbda&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001377
10.0.0.23 - - [2026-05-18 02:30:30] "GET /service-template/5f5b5c24-becf-4e9f-9089-77be0cca2fc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1682 0.015287
10.0.0.23 - - [2026-05-18 02:30:30] "POST /neutron/router HTTP/1.1" 200 344 0.422030
10.0.0.23 - - [2026-05-18 02:30:30] "POST /service-instances HTTP/1.1" 200 672 0.109286
10.0.0.23 - - [2026-05-18 02:30:30] "POST /neutron/port HTTP/1.1" 200 1127 0.037860
10.0.0.240 - - [2026-05-18 02:30:30] "POST /ref-update HTTP/1.1" 200 156 0.052565
10.0.0.23 - - [2026-05-18 02:30:30] "POST /ref-update HTTP/1.1" 200 156 0.043981
10.0.0.23 - - [2026-05-18 02:30:31] "POST /virtual-machines HTTP/1.1" 200 554 0.039052
10.0.0.23 - - [2026-05-18 02:30:31] "POST /neutron/port HTTP/1.1" 200 1062 0.148615
10.0.0.23 - - [2026-05-18 02:30:31] "POST /instance-ips HTTP/1.1" 200 552 0.052326
10.0.0.23 - - [2026-05-18 02:30:31] "PUT /virtual-machine-interface/b3e3cfa1-19fc-4b81-8b6c-e2e5c188c29b HTTP/1.1" 200 285 0.036031
10.0.0.23 - - [2026-05-18 02:30:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003673
10.0.0.23 - - [2026-05-18 02:30:31] "POST /neutron/network HTTP/1.1" 200 833 0.006976
10.0.0.23 - - [2026-05-18 02:30:31] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.200082
10.0.0.23 - - [2026-05-18 02:30:32] "POST /instance-ips HTTP/1.1" 400 316 0.024634
10.0.0.23 - - [2026-05-18 02:30:32] "PUT /instance-ip/ced0aaf6-296d-4d7c-be57-29d1b6ecc8ae HTTP/1.1" 200 257 0.041920
10.0.0.23 - - [2026-05-18 02:30:32] "POST /virtual-machines HTTP/1.1" 200 554 0.034646
10.0.0.23 - - [2026-05-18 02:30:32] "POST /instance-ips HTTP/1.1" 400 246 0.020912
10.0.0.23 - - [2026-05-18 02:30:32] "PUT /instance-ip/84815dd0-2e52-4788-917a-2adb5e3ae452 HTTP/1.1" 200 257 0.031396
10.0.0.23 - - [2026-05-18 02:30:32] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.133468
10.0.0.240 - - [2026-05-18 02:30:32] "POST /ref-update HTTP/1.1" 200 156 0.033294
10.0.0.23 - - [2026-05-18 02:30:32] "POST /chown HTTP/1.1" 200 109 0.016943
10.0.0.23 - - [2026-05-18 02:30:33] "POST /ref-update HTTP/1.1" 200 156 0.036733
10.0.0.240 - - [2026-05-18 02:30:33] "PUT /routing-instance/237f1245-abd8-419e-9256-c7c17bffeaea HTTP/1.1" 200 267 0.029611
10.0.0.23 - - [2026-05-18 02:30:35] "POST /neutron/port HTTP/1.1" 200 1127 0.017866
10.0.0.23 - - [2026-05-18 02:30:36] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008108
10.0.0.23 - - [2026-05-18 02:30:36] "GET /virtual-machine/64617070-6763-4515-89d0-f09a7efaa521 HTTP/1.1" 401 292 0.000432
10.0.0.23 - - [2026-05-18 02:30:36] "GET /virtual-machine/64617070-6763-4515-89d0-f09a7efaa521 HTTP/1.1" 200 1296 0.036382
10.0.0.23 - - [2026-05-18 02:30:36] "GET /virtual-machine-interface/4ad90bb1-584c-438e-bc67-487057b49528 HTTP/1.1" 200 2962 0.006984
10.0.0.23 - - [2026-05-18 02:30:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003732
10.0.0.23 - - [2026-05-18 02:30:36] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004562
10.0.0.23 - - [2026-05-18 02:30:36] "GET /virtual-networks?parent_id=42bc3c9d-ca06-4eb8-b0fe-375c1efecbda&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.004030
10.0.0.23 - - [2026-05-18 02:30:36] "GET /virtual-network/1a827111-a01a-488a-a459-f60391f5447f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006473
10.0.0.23 - - [2026-05-18 02:30:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003426
10.0.0.23 - - [2026-05-18 02:30:39] "GET /virtual-network/1a827111-a01a-488a-a459-f60391f5447f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005408
10.0.0.23 - - [2026-05-18 02:30:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.006965
10.0.0.23 - - [2026-05-18 02:30:41] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.011786
10.0.0.23 - - [2026-05-18 02:30:41] "GET /virtual-networks?parent_id=42bc3c9d-ca06-4eb8-b0fe-375c1efecbda&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.003911
10.0.0.23 - - [2026-05-18 02:30:41] "GET /virtual-network/1a827111-a01a-488a-a459-f60391f5447f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.009851
10.0.0.23 - - [2026-05-18 02:30:42] "POST /neutron/port HTTP/1.1" 200 1126 0.022375
10.0.0.23 - - [2026-05-18 02:30:42] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007342
10.0.0.23 - - [2026-05-18 02:30:42] "GET /virtual-machine/80d17851-e016-4986-86b4-5b2321873c12 HTTP/1.1" 200 1296 0.008100
10.0.0.23 - - [2026-05-18 02:30:42] "GET /virtual-machine-interface/c5a86ad4-91c6-4349-b3c1-2e8ce3ab316d HTTP/1.1" 200 2975 0.005492
10.0.0.23 - - [2026-05-18 02:30:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003750
10.0.0.23 - - [2026-05-18 02:30:42] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003473
10.0.0.23 - - [2026-05-18 02:30:42] "GET /virtual-networks?parent_id=42bc3c9d-ca06-4eb8-b0fe-375c1efecbda&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.003969
10.0.0.23 - - [2026-05-18 02:30:42] "GET /virtual-network/48037a03-08af-42ff-8e22-aec500dc1545?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.007228
10.0.0.23 - - [2026-05-18 02:30:42] "POST /neutron/port HTTP/1.1" 200 1126 0.017624
10.0.0.23 - - [2026-05-18 02:30:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003455
10.0.0.23 - - [2026-05-18 02:30:43] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004374
10.0.0.23 - - [2026-05-18 02:30:43] "GET /virtual-networks?parent_id=42bc3c9d-ca06-4eb8-b0fe-375c1efecbda&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.003689
10.0.0.23 - - [2026-05-18 02:30:43] "GET /virtual-network/48037a03-08af-42ff-8e22-aec500dc1545?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006119
10.0.0.23 - - [2026-05-18 02:30:43] "POST /neutron/security_group HTTP/1.1" 200 2002 0.010076
10.0.0.240 - - [2026-05-18 02:30:45] "DELETE /project/42bc3c9dca064eb8b0fe375c1efecbda HTTP/1.1" 404 173 0.004582
10.0.0.240 - - [2026-05-18 02:30:45] "DELETE /project/e539a9fb-f6de-49a0-8830-077205327915 HTTP/1.1" 404 177 0.004472
10.0.0.23 - - [2026-05-18 02:30:48] "POST /neutron/network HTTP/1.1" 200 843 0.006835
10.0.0.23 - - [2026-05-18 02:30:48] "POST /neutron/port HTTP/1.1" 200 117 0.001847
10.0.0.240 - - [2026-05-18 02:30:52] "POST /ref-update HTTP/1.1" 200 156 0.022301
10.0.0.23 - - [2026-05-18 02:30:52] "POST /neutron/router HTTP/1.1" 200 344 0.220145
10.0.0.23 - - [2026-05-18 02:30:52] "GET /logical-router/35c3c03d-4431-460c-adab-3f584335e603?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1976 0.011899
10.0.0.240 - - [2026-05-18 02:30:53] "POST /ref-update HTTP/1.1" 200 156 0.019148
10.0.0.23 - - [2026-05-18 02:30:53] "POST /neutron/network HTTP/1.1" 200 833 0.008544
10.0.0.23 - - [2026-05-18 02:30:53] "GET /logical-router/35c3c03d-4431-460c-adab-3f584335e603?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003258
10.0.0.23 - - [2026-05-18 02:30:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.009351
10.0.0.23 - - [2026-05-18 02:30:53] "POST /ref-update HTTP/1.1" 200 156 0.037504
10.0.0.23 - - [2026-05-18 02:30:53] "GET /instance-ip/ced0aaf6-296d-4d7c-be57-29d1b6ecc8ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2163 0.012217
10.0.0.23 - - [2026-05-18 02:30:53] "POST /ref-update HTTP/1.1" 200 156 0.025106
10.0.0.23 - - [2026-05-18 02:30:53] "DELETE /virtual-machine-interface/89e4ec20-1890-47b9-b00d-acbf001fe7bd HTTP/1.1" 200 115 0.054383
10.0.0.23 - - [2026-05-18 02:30:53] "POST /neutron/port HTTP/1.1" 200 1127 0.019614
10.0.0.23 - - [2026-05-18 02:30:53] "POST /neutron/port HTTP/1.1" 200 1117 0.025526
10.0.0.240 - - [2026-05-18 02:30:53] "DELETE /route-target/bbb63ba5-a727-4234-a976-5edd7764cbb0 HTTP/1.1" 200 115 0.041641
10.0.0.23 - - [2026-05-18 02:30:53] "DELETE /service-instance/161a38f1-e05c-46bd-8cd4-4b3e723a87c1 HTTP/1.1" 200 115 0.102822
10.0.0.23 - - [2026-05-18 02:30:54] "GET /instance-ip/84815dd0-2e52-4788-917a-2adb5e3ae452?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.014093
10.0.0.23 - - [2026-05-18 02:30:54] "POST /ref-update HTTP/1.1" 200 156 0.034952
10.0.0.23 - - [2026-05-18 02:30:54] "DELETE /instance-ip/84815dd0-2e52-4788-917a-2adb5e3ae452 HTTP/1.1" 200 115 0.068721
10.0.0.23 - - [2026-05-18 02:30:54] "GET /virtual-machine-interface/b3e3cfa1-19fc-4b81-8b6c-e2e5c188c29b?fields=floating_ip_back_refs%2Cinstance_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1337 0.008445
10.0.0.23 - - [2026-05-18 02:30:54] "POST /ref-update HTTP/1.1" 200 156 0.036852
10.0.0.23 - - [2026-05-18 02:30:54] "DELETE /virtual-machine/9d9e77c3-b060-4ef7-b914-a2981270a463 HTTP/1.1" 404 177 0.004355
10.0.0.240 - - [2026-05-18 02:30:55] "POST /useragent-kv HTTP/1.1" 200 115 0.003587
10.0.0.240 - - [2026-05-18 02:30:55] "POST /useragent-kv HTTP/1.1" 200 115 0.005862
10.0.0.23 - - [2026-05-18 02:30:55] "POST /neutron/network HTTP/1.1" 200 151 0.201209
10.0.0.240 - - [2026-05-18 02:30:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003484
10.0.0.240 - - [2026-05-18 02:30:56] "GET /projects?obj_uuids=42bc3c9d-ca06-4eb8-b0fe-375c1efecbda&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001463
10.0.0.23 - - [2026-05-18 02:30:57] "GET /project/42bc3c9d-ca06-4eb8-b0fe-375c1efecbda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.050945
10.0.0.240 - - [2026-05-18 02:30:57] "GET /projects?obj_uuids=42bc3c9d-ca06-4eb8-b0fe-375c1efecbda&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001124
10.0.0.23 - - [2026-05-18 02:30:57] "GET /project/42bc3c9d-ca06-4eb8-b0fe-375c1efecbda?fields=virtual_networks HTTP/1.1" 200 1039 0.053243
10.0.0.240 - - [2026-05-18 02:30:57] "GET /projects?obj_uuids=42bc3c9d-ca06-4eb8-b0fe-375c1efecbda&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001379
10.0.0.23 - - [2026-05-18 02:30:57] "GET /project/42bc3c9d-ca06-4eb8-b0fe-375c1efecbda?fields=virtual_machine_interfaces HTTP/1.1" 200 1039 0.050433
10.0.0.240 - - [2026-05-18 02:30:57] "GET /projects?obj_uuids=42bc3c9d-ca06-4eb8-b0fe-375c1efecbda&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001631
10.0.0.23 - - [2026-05-18 02:30:57] "GET /project/42bc3c9d-ca06-4eb8-b0fe-375c1efecbda?fields=security_groups HTTP/1.1" 200 1269 0.053233
10.0.0.23 - - [2026-05-18 02:30:58] "POST /fqname-to-id HTTP/1.1" 404 196 0.036735
10.0.0.240 - - [2026-05-18 02:30:58] "GET /projects?obj_uuids=a49528ca-850f-42fd-8763-056c33f49aeb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003480
10.0.0.240 - - [2026-05-18 02:30:58] "GET /domains?obj_uuids=4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000967
10.0.0.240 - - [2026-05-18 02:30:58] "GET /domain/4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007281
10.0.0.240 - - [2026-05-18 02:30:58] "POST /id-to-fqname HTTP/1.1" 200 198 0.003244
10.0.0.240 - - [2026-05-18 02:30:58] "POST /fqname-to-id HTTP/1.1" 404 207 0.005850
10.0.0.240 - - [2026-05-18 02:30:58] "POST /security-groups HTTP/1.1" 200 599 0.077792
10.0.0.240 - - [2026-05-18 02:30:58] "POST /projects HTTP/1.1" 200 601 0.286678
10.0.0.240 - - [2026-05-18 02:30:58] "POST /access-control-lists HTTP/1.1" 200 606 0.034302
10.0.0.240 - - [2026-05-18 02:30:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.364993
10.0.0.23 - - [2026-05-18 02:30:58] "GET /project/a49528ca-850f-42fd-8763-056c33f49aeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.537248
10.0.0.23 - - [2026-05-18 02:30:59] "GET / HTTP/1.1" 200 36215 0.001804
10.0.0.23 - - [2026-05-18 02:31:01] "POST /fqname-to-id HTTP/1.1" 401 292 0.000468
10.0.0.23 - - [2026-05-18 02:31:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.062588
10.0.0.240 - - [2026-05-18 02:31:02] "GET /projects?obj_uuids=a49528ca-850f-42fd-8763-056c33f49aeb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000900
10.0.0.23 - - [2026-05-18 02:31:02] "GET /project/a49528ca-850f-42fd-8763-056c33f49aeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.052505
10.0.0.23 - - [2026-05-18 02:31:02] "POST /neutron/network HTTP/1.1" 200 117 0.068944
10.0.0.240 - - [2026-05-18 02:31:02] "POST /route-targets HTTP/1.1" 200 328 0.028363
10.0.0.240 - - [2026-05-18 02:31:03] "POST /useragent-kv HTTP/1.1" 200 115 0.007169
10.0.0.240 - - [2026-05-18 02:31:03] "POST /fqname-to-id HTTP/1.1" 404 207 0.061902
10.0.0.23 - - [2026-05-18 02:31:03] "POST /neutron/subnet HTTP/1.1" 200 828 0.205601
10.0.0.23 - - [2026-05-18 02:31:03] "POST /id-to-fqname HTTP/1.1" 200 228 0.001375
10.0.0.23 - - [2026-05-18 02:31:03] "GET /virtual-network/e51bdf54-4750-46ac-8bd3-a9fc4299fcee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2649 0.006213
10.0.0.23 - - [2026-05-18 02:31:03] "GET /virtual-network/e51bdf54-4750-46ac-8bd3-a9fc4299fcee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2649 0.006823
10.0.0.23 - - [2026-05-18 02:31:03] "POST /neutron/network HTTP/1.1" 200 1008 0.010159
10.0.0.23 - - [2026-05-18 02:31:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003778
10.0.0.240 - - [2026-05-18 02:31:03] "GET /projects?obj_uuids=a49528ca-850f-42fd-8763-056c33f49aeb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000913
10.0.0.23 - - [2026-05-18 02:31:03] "GET /project/a49528ca-850f-42fd-8763-056c33f49aeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.056849
10.0.0.23 - - [2026-05-18 02:31:03] "POST /neutron/network HTTP/1.1" 200 117 0.016671
10.0.0.240 - - [2026-05-18 02:31:03] "POST /ref-update HTTP/1.1" 200 156 0.031216
10.0.0.240 - - [2026-05-18 02:31:03] "POST /useragent-kv HTTP/1.1" 200 115 0.011533
10.0.0.23 - - [2026-05-18 02:31:03] "POST /neutron/subnet HTTP/1.1" 200 828 0.198927
10.0.0.23 - - [2026-05-18 02:31:04] "POST /id-to-fqname HTTP/1.1" 200 228 0.001185
10.0.0.23 - - [2026-05-18 02:31:04] "GET /virtual-network/67a26900-a1a3-432c-9e67-d65fb785004f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.007705
10.0.0.23 - - [2026-05-18 02:31:04] "GET /virtual-network/67a26900-a1a3-432c-9e67-d65fb785004f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.008148
10.0.0.23 - - [2026-05-18 02:31:04] "POST /neutron/network HTTP/1.1" 200 1006 0.011281
10.0.0.23 - - [2026-05-18 02:31:04] "POST /fqname-to-id HTTP/1.1" 404 234 0.003903
10.0.0.23 - - [2026-05-18 02:31:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003746
10.0.0.240 - - [2026-05-18 02:31:04] "GET /projects?obj_uuids=a49528ca-850f-42fd-8763-056c33f49aeb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001050
10.0.0.23 - - [2026-05-18 02:31:04] "GET /project/a49528ca-850f-42fd-8763-056c33f49aeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.062323
10.0.0.23 - - [2026-05-18 02:31:04] "POST /network-policys HTTP/1.1" 200 579 0.035635
10.0.0.23 - - [2026-05-18 02:31:04] "GET /network-policy/9f0fc5c6-d9a0-45ed-a28e-f3435be33f78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3130 0.006622
10.0.0.23 - - [2026-05-18 02:31:04] "POST /neutron/network HTTP/1.1" 200 1008 0.009516
10.0.0.23 - - [2026-05-18 02:31:04] "GET /virtual-network/e51bdf54-4750-46ac-8bd3-a9fc4299fcee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2974 0.010555
10.0.0.23 - - [2026-05-18 02:31:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003649
10.0.0.23 - - [2026-05-18 02:31:04] "GET /network-policy/9f0fc5c6-d9a0-45ed-a28e-f3435be33f78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3130 0.004409
10.0.0.23 - - [2026-05-18 02:31:04] "POST /neutron/network HTTP/1.1" 200 1006 0.017130
10.0.0.240 - - [2026-05-18 02:31:04] "POST /fqname-to-id HTTP/1.1" 404 207 0.003598
10.0.0.240 - - [2026-05-18 02:31:04] "POST /fqname-to-id HTTP/1.1" 404 242 0.008056
10.0.0.23 - - [2026-05-18 02:31:05] "GET /virtual-network/67a26900-a1a3-432c-9e67-d65fb785004f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.012228
10.0.0.23 - - [2026-05-18 02:31:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.006645
10.0.0.23 - - [2026-05-18 02:31:05] "GET /network-policy/9f0fc5c6-d9a0-45ed-a28e-f3435be33f78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3130 0.004292
10.0.0.23 - - [2026-05-18 02:31:05] "GET /virtual-network/e51bdf54-4750-46ac-8bd3-a9fc4299fcee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2974 0.006273
10.0.0.240 - - [2026-05-18 02:31:07] "GET /obj-perms HTTP/1.1" 200 5046 0.062226
10.0.0.23 - - [2026-05-18 02:31:07] "GET /virtual-network/67a26900-a1a3-432c-9e67-d65fb785004f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.005938
10.0.0.22 - - [2026-05-18 02:31:07] "GET /obj-perms HTTP/1.1" 200 5046 0.060999
10.0.0.23 - - [2026-05-18 02:31:07] "POST /id-to-fqname HTTP/1.1" 200 228 0.001263
10.0.0.23 - - [2026-05-18 02:31:07] "POST /neutron/network HTTP/1.1" 200 1126 0.007229
10.0.0.240 - - [2026-05-18 02:31:08] "GET /projects?obj_uuids=a49528ca-850f-42fd-8763-056c33f49aeb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000940
10.0.0.23 - - [2026-05-18 02:31:08] "GET /project/a49528ca-850f-42fd-8763-056c33f49aeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.077896
10.0.0.23 - - [2026-05-18 02:31:08] "POST /neutron/port HTTP/1.1" 200 117 0.007750
10.0.0.23 - - [2026-05-18 02:31:08] "POST /id-to-fqname HTTP/1.1" 200 228 0.001402
10.0.0.23 - - [2026-05-18 02:31:09] "POST /neutron/network HTTP/1.1" 200 1126 0.008727
10.0.0.23 - - [2026-05-18 02:31:09] "POST /neutron/port HTTP/1.1" 200 1177 0.024750
10.0.0.240 - - [2026-05-18 02:31:09] "GET /projects?obj_uuids=a49528ca-850f-42fd-8763-056c33f49aeb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001257
10.0.0.23 - - [2026-05-18 02:31:10] "GET /project/a49528ca-850f-42fd-8763-056c33f49aeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.148122
10.0.0.23 - - [2026-05-18 02:31:10] "POST /neutron/port HTTP/1.1" 200 1241 0.021297
10.0.0.23 - - [2026-05-18 02:31:10] "POST /neutron/subnet HTTP/1.1" 200 1394 0.015324
10.0.0.23 - - [2026-05-18 02:31:10] "POST /neutron/network HTTP/1.1" 200 1116 0.010511
10.0.0.23 - - [2026-05-18 02:31:10] "POST /neutron/port HTTP/1.1" 200 117 0.007727
10.0.0.23 - - [2026-05-18 02:31:10] "POST /neutron/network HTTP/1.1" 200 1124 0.007887
10.0.0.23 - - [2026-05-18 02:31:11] "POST /neutron/port HTTP/1.1" 200 1175 0.025472
10.0.0.23 - - [2026-05-18 02:31:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003875
10.0.0.23 - - [2026-05-18 02:31:11] "POST /neutron/port HTTP/1.1" 200 117 0.001655
10.0.0.23 - - [2026-05-18 02:31:15] "POST /neutron/port HTTP/1.1" 200 1241 0.020964
10.0.0.23 - - [2026-05-18 02:31:15] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007709
10.0.0.23 - - [2026-05-18 02:31:15] "GET /virtual-machine/f1f1391f-fed9-479c-820b-abf01d968f36 HTTP/1.1" 401 292 0.000380
10.0.0.23 - - [2026-05-18 02:31:16] "GET /virtual-machine/f1f1391f-fed9-479c-820b-abf01d968f36 HTTP/1.1" 200 1302 0.029768
10.0.0.23 - - [2026-05-18 02:31:16] "GET /virtual-machine-interface/e448e751-517f-41b5-9fd9-086ed4ebce73 HTTP/1.1" 200 3183 0.006484
10.0.0.23 - - [2026-05-18 02:31:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003840
10.0.0.23 - - [2026-05-18 02:31:16] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005973
10.0.0.23 - - [2026-05-18 02:31:16] "GET /virtual-networks?parent_id=a49528ca-850f-42fd-8763-056c33f49aeb&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003855
10.0.0.23 - - [2026-05-18 02:31:16] "GET /virtual-network/e51bdf54-4750-46ac-8bd3-a9fc4299fcee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2974 0.007134
10.0.0.23 - - [2026-05-18 02:31:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003828
10.0.0.23 - - [2026-05-18 02:31:19] "GET /virtual-network/e51bdf54-4750-46ac-8bd3-a9fc4299fcee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2974 0.005540
10.0.0.23 - - [2026-05-18 02:31:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.007849
10.0.0.23 - - [2026-05-18 02:31:23] "GET /virtual-network/e51bdf54-4750-46ac-8bd3-a9fc4299fcee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2974 0.007157
10.0.0.23 - - [2026-05-18 02:31:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003809
10.0.0.23 - - [2026-05-18 02:31:27] "GET /virtual-network/e51bdf54-4750-46ac-8bd3-a9fc4299fcee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2974 0.009418
10.0.0.23 - - [2026-05-18 02:31:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004443
10.0.0.23 - - [2026-05-18 02:31:31] "GET /virtual-network/e51bdf54-4750-46ac-8bd3-a9fc4299fcee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2974 0.005963
10.0.0.23 - - [2026-05-18 02:31:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003956
10.0.0.23 - - [2026-05-18 02:31:35] "GET /virtual-network/e51bdf54-4750-46ac-8bd3-a9fc4299fcee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2974 0.006731
10.0.0.23 - - [2026-05-18 02:31:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003482
10.0.0.23 - - [2026-05-18 02:31:39] "GET /virtual-network/e51bdf54-4750-46ac-8bd3-a9fc4299fcee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2974 0.006207
10.0.0.240 - - [2026-05-18 02:31:42] "DELETE /access-control-list/05b1075f-2a20-4c5c-b436-ee250d607a51 HTTP/1.1" 200 115 0.058916
10.0.0.23 - - [2026-05-18 02:31:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003657
10.0.0.23 - - [2026-05-18 02:31:43] "GET /virtual-network/e51bdf54-4750-46ac-8bd3-a9fc4299fcee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2974 0.005536
10.0.0.240 - - [2026-05-18 02:31:45] "DELETE /project/a49528ca850f42fd8763056c33f49aeb HTTP/1.1" 404 173 0.004428
10.0.0.240 - - [2026-05-18 02:31:45] "DELETE /project/42bc3c9d-ca06-4eb8-b0fe-375c1efecbda HTTP/1.1" 404 177 0.007408
10.0.0.23 - - [2026-05-18 02:31:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004150
10.0.0.23 - - [2026-05-18 02:31:48] "GET /virtual-network/e51bdf54-4750-46ac-8bd3-a9fc4299fcee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2974 0.005631
10.0.0.23 - - [2026-05-18 02:31:48] "POST /neutron/port HTTP/1.1" 200 1239 0.024972
10.0.0.23 - - [2026-05-18 02:31:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006784
10.0.0.23 - - [2026-05-18 02:31:48] "POST /neutron/port HTTP/1.1" 200 117 0.001092
10.0.0.23 - - [2026-05-18 02:31:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004380
10.0.0.23 - - [2026-05-18 02:31:50] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004468
10.0.0.23 - - [2026-05-18 02:31:50] "GET /virtual-networks?parent_id=a49528ca-850f-42fd-8763-056c33f49aeb&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.002966
10.0.0.23 - - [2026-05-18 02:31:50] "GET /virtual-network/e51bdf54-4750-46ac-8bd3-a9fc4299fcee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2974 0.014204
10.0.0.23 - - [2026-05-18 02:31:50] "POST /neutron/port HTTP/1.1" 200 1241 0.019457
10.0.0.23 - - [2026-05-18 02:31:55] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006782
10.0.0.22 - - [2026-05-18 02:31:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000645
10.0.0.240 - - [2026-05-18 02:31:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000353
10.0.0.22 - - [2026-05-18 02:31:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000465
10.0.0.240 - - [2026-05-18 02:31:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000373
10.0.0.23 - - [2026-05-18 02:31:55] "GET /obj-perms HTTP/1.1" 200 5056 0.202528
10.0.0.23 - - [2026-05-18 02:31:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000406
10.0.0.23 - - [2026-05-18 02:31:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000438
10.0.0.22 - - [2026-05-18 02:31:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000387
10.0.0.22 - - [2026-05-18 02:31:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000426
10.0.0.240 - - [2026-05-18 02:31:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000372
10.0.0.240 - - [2026-05-18 02:31:56] "GET /global-system-configs HTTP/1.1" 401 292 0.001970
10.0.0.23 - - [2026-05-18 02:31:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000551
10.0.0.23 - - [2026-05-18 02:31:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000547
10.0.0.23 - - [2026-05-18 02:31:58] "POST /neutron/port HTTP/1.1" 200 1241 0.018481
10.0.0.23 - - [2026-05-18 02:31:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004023
10.0.0.23 - - [2026-05-18 02:31:59] "POST /neutron/port HTTP/1.1" 200 117 0.001173
10.0.0.23 - - [2026-05-18 02:32:00] "POST /neutron/port HTTP/1.1" 200 1241 0.024699
10.0.0.23 - - [2026-05-18 02:32:05] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007566
10.0.0.23 - - [2026-05-18 02:32:11] "POST /neutron/port HTTP/1.1" 200 1239 0.018268
10.0.0.23 - - [2026-05-18 02:32:11] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007586
10.0.0.23 - - [2026-05-18 02:32:11] "GET /virtual-machine/3d008510-3510-4b60-a2d5-15028187d592 HTTP/1.1" 200 1302 0.009073
10.0.0.23 - - [2026-05-18 02:32:11] "GET /virtual-machine-interface/2481e338-0e7b-4239-a4a4-817f2e30d7ce HTTP/1.1" 200 3182 0.006145
10.0.0.23 - - [2026-05-18 02:32:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003765
10.0.0.23 - - [2026-05-18 02:32:11] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006284
10.0.0.23 - - [2026-05-18 02:32:11] "GET /virtual-networks?parent_id=a49528ca-850f-42fd-8763-056c33f49aeb&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.005583
10.0.0.23 - - [2026-05-18 02:32:11] "GET /virtual-network/67a26900-a1a3-432c-9e67-d65fb785004f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.006715
10.0.0.23 - - [2026-05-18 02:32:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003686
10.0.0.23 - - [2026-05-18 02:32:12] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003482
10.0.0.23 - - [2026-05-18 02:32:12] "GET /virtual-networks?parent_id=a49528ca-850f-42fd-8763-056c33f49aeb&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.002833
10.0.0.23 - - [2026-05-18 02:32:12] "GET /virtual-network/67a26900-a1a3-432c-9e67-d65fb785004f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.006778
10.0.0.23 - - [2026-05-18 02:32:12] "POST /neutron/port HTTP/1.1" 200 1239 0.023759
10.0.0.23 - - [2026-05-18 02:32:17] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010074
10.0.0.23 - - [2026-05-18 02:32:49] "POST /neutron/network HTTP/1.1" 200 1124 0.008701
10.0.0.23 - - [2026-05-18 02:32:49] "POST /neutron/subnet HTTP/1.1" 200 1384 0.017308
10.0.0.23 - - [2026-05-18 02:32:49] "POST /neutron/network HTTP/1.1" 200 1114 0.013158
10.0.0.23 - - [2026-05-18 02:32:59] "POST /neutron/network HTTP/1.1" 200 1126 0.008718
10.0.0.23 - - [2026-05-18 02:32:59] "POST /neutron/subnet HTTP/1.1" 200 1394 0.014093
10.0.0.23 - - [2026-05-18 02:32:59] "POST /neutron/network HTTP/1.1" 200 1116 0.015046
10.0.0.23 - - [2026-05-18 02:33:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.005455
10.0.0.240 - - [2026-05-18 02:33:16] "GET /projects?obj_uuids=a49528ca-850f-42fd-8763-056c33f49aeb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.030683
10.0.0.23 - - [2026-05-18 02:33:16] "GET /project/a49528ca-850f-42fd-8763-056c33f49aeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.086125
10.0.0.23 - - [2026-05-18 02:33:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003558
10.0.0.23 - - [2026-05-18 02:33:16] "PUT /network-policy/9f0fc5c6-d9a0-45ed-a28e-f3435be33f78 HTTP/1.1" 200 263 0.014413
10.0.0.240 - - [2026-05-18 02:33:17] "PUT /access-control-list/c8325d30-b8f9-4b32-8929-117394ec3391 HTTP/1.1" 200 273 0.106117
10.0.0.23 - - [2026-05-18 02:33:20] "GET /virtual-network/67a26900-a1a3-432c-9e67-d65fb785004f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.006695
10.0.0.23 - - [2026-05-18 02:33:20] "POST /neutron/network HTTP/1.1" 200 1006 0.012784
10.0.0.23 - - [2026-05-18 02:33:20] "GET /virtual-network/67a26900-a1a3-432c-9e67-d65fb785004f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.007013
10.0.0.23 - - [2026-05-18 02:33:20] "GET /virtual-network/e51bdf54-4750-46ac-8bd3-a9fc4299fcee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2974 0.006141
10.0.0.240 - - [2026-05-18 02:33:20] "DELETE /access-control-list/dcda1e7f-f91e-44f8-bcf2-b06cd75dc008 HTTP/1.1" 200 115 0.062608
10.0.0.23 - - [2026-05-18 02:33:20] "POST /neutron/network HTTP/1.1" 200 1008 0.032949
10.0.0.23 - - [2026-05-18 02:33:20] "GET /virtual-network/e51bdf54-4750-46ac-8bd3-a9fc4299fcee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2649 0.011548
10.0.0.23 - - [2026-05-18 02:33:20] "DELETE /network-policy/9f0fc5c6-d9a0-45ed-a28e-f3435be33f78 HTTP/1.1" 200 115 0.065310
10.0.0.23 - - [2026-05-18 02:33:20] "POST /neutron/network HTTP/1.1" 200 1006 0.021455
10.0.0.23 - - [2026-05-18 02:33:20] "POST /neutron/network HTTP/1.1" 400 204 0.025248
10.0.0.23 - - [2026-05-18 02:33:23] "POST /neutron/network HTTP/1.1" 200 1006 0.011599
10.0.0.240 - - [2026-05-18 02:33:23] "DELETE /route-target/bc1e728d-b980-441c-a82f-18d88491fa8c HTTP/1.1" 200 115 0.041407
10.0.0.240 - - [2026-05-18 02:33:23] "POST /useragent-kv HTTP/1.1" 200 115 0.003726
10.0.0.240 - - [2026-05-18 02:33:23] "POST /useragent-kv HTTP/1.1" 200 115 0.004963
10.0.0.240 - - [2026-05-18 02:33:23] "POST /useragent-kv HTTP/1.1" 200 115 0.002666
10.0.0.240 - - [2026-05-18 02:33:23] "POST /useragent-kv HTTP/1.1" 200 115 0.002570
10.0.0.23 - - [2026-05-18 02:33:23] "POST /neutron/network HTTP/1.1" 200 151 0.183128
10.0.0.240 - - [2026-05-18 02:33:28] "GET /projects?obj_uuids=a49528ca-850f-42fd-8763-056c33f49aeb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001601
10.0.0.23 - - [2026-05-18 02:33:28] "GET /project/a49528ca-850f-42fd-8763-056c33f49aeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.043875
10.0.0.23 - - [2026-05-18 02:33:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003586
10.0.0.240 - - [2026-05-18 02:33:28] "GET /domains?obj_uuids=4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001003
10.0.0.23 - - [2026-05-18 02:33:28] "GET /domain/4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.011216
10.0.0.23 - - [2026-05-18 02:33:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003686
10.0.0.240 - - [2026-05-18 02:33:28] "GET /projects?obj_uuids=a49528ca-850f-42fd-8763-056c33f49aeb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000917
10.0.0.23 - - [2026-05-18 02:33:28] "GET /project/a49528ca-850f-42fd-8763-056c33f49aeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.093457
10.0.0.23 - - [2026-05-18 02:33:29] "GET /domains HTTP/1.1" 200 281 0.002272
10.0.0.240 - - [2026-05-18 02:33:29] "GET /domains?obj_uuids=4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000836
10.0.0.23 - - [2026-05-18 02:33:29] "GET /domain/4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989 HTTP/1.1" 200 2786 0.023201
10.0.0.240 - - [2026-05-18 02:33:29] "GET /projects?obj_uuids=a49528ca-850f-42fd-8763-056c33f49aeb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000934
10.0.0.23 - - [2026-05-18 02:33:29] "GET /project/a49528ca-850f-42fd-8763-056c33f49aeb HTTP/1.1" 200 1904 0.091708
10.0.0.23 - - [2026-05-18 02:33:29] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.007081
10.0.0.23 - - [2026-05-18 02:33:29] "POST /network-ipams HTTP/1.1" 200 611 0.031936
10.0.0.23 - - [2026-05-18 02:33:29] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 805 0.003500
10.0.0.23 - - [2026-05-18 02:33:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003464
10.0.0.23 - - [2026-05-18 02:33:29] "GET /network-ipam/0e2e950b-3d6a-488e-8a7b-ec6061e0b10a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.006910
10.0.0.23 - - [2026-05-18 02:33:29] "PUT /network-ipam/0e2e950b-3d6a-488e-8a7b-ec6061e0b10a HTTP/1.1" 200 259 0.017378
10.0.0.23 - - [2026-05-18 02:33:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004041
10.0.0.240 - - [2026-05-18 02:33:30] "GET /projects?obj_uuids=a49528ca-850f-42fd-8763-056c33f49aeb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000985
10.0.0.23 - - [2026-05-18 02:33:30] "GET /project/a49528ca-850f-42fd-8763-056c33f49aeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.040607
10.0.0.240 - - [2026-05-18 02:33:30] "POST /route-targets HTTP/1.1" 200 328 0.014869
10.0.0.240 - - [2026-05-18 02:33:30] "POST /useragent-kv HTTP/1.1" 200 115 0.017269
10.0.0.23 - - [2026-05-18 02:33:30] "POST /neutron/subnet HTTP/1.1" 200 701 0.280962
10.0.0.240 - - [2026-05-18 02:33:31] "POST /fqname-to-id HTTP/1.1" 404 207 0.010794
10.0.0.23 - - [2026-05-18 02:33:31] "POST /neutron/network HTTP/1.1" 200 1309 0.013813
10.0.0.23 - - [2026-05-18 02:33:31] "POST /id-to-fqname HTTP/1.1" 200 231 0.001076
10.0.0.23 - - [2026-05-18 02:33:31] "GET /virtual-network/f608b85e-1fcc-4c51-bec5-4561734dab21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3198 0.005273
10.0.0.23 - - [2026-05-18 02:33:31] "GET /virtual-network/f608b85e-1fcc-4c51-bec5-4561734dab21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3198 0.005955
10.0.0.23 - - [2026-05-18 02:33:31] "POST /neutron/subnet HTTP/1.1" 200 701 0.010041
10.0.0.23 - - [2026-05-18 02:33:31] "GET /virtual-network/f608b85e-1fcc-4c51-bec5-4561734dab21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3198 0.006420
10.0.0.240 - - [2026-05-18 02:33:31] "GET /obj-perms HTTP/1.1" 200 5046 0.003815
10.0.0.23 - - [2026-05-18 02:33:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003809
10.0.0.240 - - [2026-05-18 02:33:31] "GET /projects?obj_uuids=a49528ca-850f-42fd-8763-056c33f49aeb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001113
10.0.0.23 - - [2026-05-18 02:33:31] "GET /project/a49528ca-850f-42fd-8763-056c33f49aeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.058460
10.0.0.23 - - [2026-05-18 02:33:31] "POST /neutron/network HTTP/1.1" 200 117 0.016194
10.0.0.240 - - [2026-05-18 02:33:32] "POST /ref-update HTTP/1.1" 200 156 0.029328
10.0.0.240 - - [2026-05-18 02:33:32] "POST /useragent-kv HTTP/1.1" 200 115 0.009650
10.0.0.23 - - [2026-05-18 02:33:32] "POST /neutron/subnet HTTP/1.1" 200 701 0.228398
10.0.0.23 - - [2026-05-18 02:33:32] "POST /id-to-fqname HTTP/1.1" 200 231 0.001266
10.0.0.23 - - [2026-05-18 02:33:32] "GET /virtual-network/da821e5f-ea49-4ea1-aaac-f7c38ae88ee7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3198 0.010173
10.0.0.23 - - [2026-05-18 02:33:32] "POST /neutron/network HTTP/1.1" 200 1309 0.012302
10.0.0.23 - - [2026-05-18 02:33:32] "GET /virtual-network/da821e5f-ea49-4ea1-aaac-f7c38ae88ee7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3198 0.006510
10.0.0.23 - - [2026-05-18 02:33:33] "POST /neutron/subnet HTTP/1.1" 200 701 0.010086
10.0.0.23 - - [2026-05-18 02:33:33] "GET /virtual-network/da821e5f-ea49-4ea1-aaac-f7c38ae88ee7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3198 0.006615
10.0.0.23 - - [2026-05-18 02:33:33] "GET /obj-perms HTTP/1.1" 200 5046 0.079060
10.0.0.22 - - [2026-05-18 02:33:33] "GET /obj-perms HTTP/1.1" 200 5046 0.003489
10.0.0.23 - - [2026-05-18 02:33:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.006496
10.0.0.240 - - [2026-05-18 02:33:33] "GET /projects?obj_uuids=a49528ca-850f-42fd-8763-056c33f49aeb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000914
10.0.0.23 - - [2026-05-18 02:33:33] "GET /project/a49528ca-850f-42fd-8763-056c33f49aeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.067106
10.0.0.240 - - [2026-05-18 02:33:33] "GET /projects?obj_uuids=a49528ca-850f-42fd-8763-056c33f49aeb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001107
10.0.0.23 - - [2026-05-18 02:33:33] "POST /neutron/network HTTP/1.1" 200 619 0.144130
10.0.0.240 - - [2026-05-18 02:33:34] "POST /useragent-kv HTTP/1.1" 200 115 0.013745
10.0.0.23 - - [2026-05-18 02:33:34] "POST /neutron/subnet HTTP/1.1" 200 823 0.259788
10.0.0.23 - - [2026-05-18 02:33:34] "POST /id-to-fqname HTTP/1.1" 200 231 0.001245
10.0.0.23 - - [2026-05-18 02:33:34] "GET /virtual-network/5551ae50-cd79-4d94-81b8-8ac3e6adb43e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3193 0.005271
10.0.0.23 - - [2026-05-18 02:33:34] "GET /virtual-network/5551ae50-cd79-4d94-81b8-8ac3e6adb43e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3193 0.006379
10.0.0.23 - - [2026-05-18 02:33:34] "POST /neutron/network HTTP/1.1" 200 1308 0.011801
10.0.0.23 - - [2026-05-18 02:33:34] "POST /neutron/subnet HTTP/1.1" 200 823 0.010323
10.0.0.23 - - [2026-05-18 02:33:35] "GET /virtual-network/5551ae50-cd79-4d94-81b8-8ac3e6adb43e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3193 0.006164
10.0.0.23 - - [2026-05-18 02:33:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003631
10.0.0.240 - - [2026-05-18 02:33:35] "GET /projects?obj_uuids=a49528ca-850f-42fd-8763-056c33f49aeb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001233
10.0.0.23 - - [2026-05-18 02:33:35] "GET /project/a49528ca-850f-42fd-8763-056c33f49aeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.047659
10.0.0.240 - - [2026-05-18 02:33:35] "POST /ref-update HTTP/1.1" 200 156 0.026514
10.0.0.240 - - [2026-05-18 02:33:36] "POST /useragent-kv HTTP/1.1" 200 115 0.010813
10.0.0.23 - - [2026-05-18 02:33:36] "POST /neutron/subnet HTTP/1.1" 200 701 0.244561
10.0.0.240 - - [2026-05-18 02:33:36] "POST /fqname-to-id HTTP/1.1" 404 207 0.016746
10.0.0.23 - - [2026-05-18 02:33:36] "POST /neutron/network HTTP/1.1" 200 1308 0.021201
10.0.0.23 - - [2026-05-18 02:33:36] "POST /id-to-fqname HTTP/1.1" 200 231 0.001056
10.0.0.23 - - [2026-05-18 02:33:36] "GET /virtual-network/4b1ca7ef-c9e8-4fbf-9ad9-2cf3dc6a50c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3194 0.005763
10.0.0.23 - - [2026-05-18 02:33:36] "GET /virtual-network/4b1ca7ef-c9e8-4fbf-9ad9-2cf3dc6a50c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3194 0.006658
10.0.0.23 - - [2026-05-18 02:33:36] "POST /neutron/subnet HTTP/1.1" 200 701 0.010290
10.0.0.23 - - [2026-05-18 02:33:37] "GET /virtual-network/4b1ca7ef-c9e8-4fbf-9ad9-2cf3dc6a50c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3194 0.006712
10.0.0.240 - - [2026-05-18 02:33:37] "GET /obj-perms HTTP/1.1" 200 5046 0.003668
10.0.0.23 - - [2026-05-18 02:33:37] "POST /fqname-to-id HTTP/1.1" 404 225 0.003814
10.0.0.23 - - [2026-05-18 02:33:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003782
10.0.0.240 - - [2026-05-18 02:33:37] "GET /projects?obj_uuids=a49528ca-850f-42fd-8763-056c33f49aeb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001136
10.0.0.23 - - [2026-05-18 02:33:37] "GET /project/a49528ca-850f-42fd-8763-056c33f49aeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.044702
10.0.0.23 - - [2026-05-18 02:33:37] "POST /network-policys HTTP/1.1" 200 561 0.079292
10.0.0.23 - - [2026-05-18 02:33:37] "GET /network-policy/e60d675a-83f4-4430-a0c9-e001e451bdda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6939 0.009655
10.0.0.23 - - [2026-05-18 02:33:37] "POST /fqname-to-id HTTP/1.1" 404 225 0.002910
10.0.0.23 - - [2026-05-18 02:33:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003014
10.0.0.240 - - [2026-05-18 02:33:37] "GET /projects?obj_uuids=a49528ca-850f-42fd-8763-056c33f49aeb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001371
10.0.0.23 - - [2026-05-18 02:33:37] "GET /project/a49528ca-850f-42fd-8763-056c33f49aeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.059379
10.0.0.23 - - [2026-05-18 02:33:38] "POST /network-policys HTTP/1.1" 200 561 0.075280
10.0.0.23 - - [2026-05-18 02:33:38] "GET /network-policy/c7daaab5-45e6-4a7c-ac7d-501698451244?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5021 0.006902
10.0.0.23 - - [2026-05-18 02:33:38] "POST /fqname-to-id HTTP/1.1" 404 225 0.003660
10.0.0.23 - - [2026-05-18 02:33:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003602
10.0.0.240 - - [2026-05-18 02:33:38] "GET /projects?obj_uuids=a49528ca-850f-42fd-8763-056c33f49aeb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001261
10.0.0.23 - - [2026-05-18 02:33:38] "GET /project/a49528ca-850f-42fd-8763-056c33f49aeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.043627
10.0.0.23 - - [2026-05-18 02:33:38] "POST /network-policys HTTP/1.1" 200 561 0.095990
10.0.0.23 - - [2026-05-18 02:33:38] "GET /network-policy/acaf9fa9-cbfa-4b46-9480-99b2961889a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6939 0.009177
10.0.0.23 - - [2026-05-18 02:33:38] "POST /fqname-to-id HTTP/1.1" 404 225 0.003168
10.0.0.23 - - [2026-05-18 02:33:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004195
10.0.0.240 - - [2026-05-18 02:33:38] "GET /projects?obj_uuids=a49528ca-850f-42fd-8763-056c33f49aeb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001157
10.0.0.23 - - [2026-05-18 02:33:38] "GET /project/a49528ca-850f-42fd-8763-056c33f49aeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.048197
10.0.0.23 - - [2026-05-18 02:33:38] "POST /network-policys HTTP/1.1" 200 561 0.071598
10.0.0.23 - - [2026-05-18 02:33:38] "GET /network-policy/48386056-06c5-4115-a26c-585c27e482b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8844 0.008138
10.0.0.23 - - [2026-05-18 02:33:39] "POST /fqname-to-id HTTP/1.1" 404 225 0.003463
10.0.0.23 - - [2026-05-18 02:33:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004071
10.0.0.240 - - [2026-05-18 02:33:39] "GET /projects?obj_uuids=a49528ca-850f-42fd-8763-056c33f49aeb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001001
10.0.0.23 - - [2026-05-18 02:33:39] "GET /project/a49528ca-850f-42fd-8763-056c33f49aeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.056530
10.0.0.23 - - [2026-05-18 02:33:39] "POST /network-policys HTTP/1.1" 200 561 0.080614
10.0.0.23 - - [2026-05-18 02:33:39] "GET /network-policy/bba99ffd-83d0-4b1e-8df5-ee0da3264d0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5021 0.007207
10.0.0.23 - - [2026-05-18 02:33:39] "POST /fqname-to-id HTTP/1.1" 404 225 0.002912
10.0.0.23 - - [2026-05-18 02:33:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002811
10.0.0.240 - - [2026-05-18 02:33:39] "GET /projects?obj_uuids=a49528ca-850f-42fd-8763-056c33f49aeb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000855
10.0.0.23 - - [2026-05-18 02:33:39] "GET /project/a49528ca-850f-42fd-8763-056c33f49aeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.056223
10.0.0.23 - - [2026-05-18 02:33:39] "POST /network-policys HTTP/1.1" 200 561 0.078495
10.0.0.23 - - [2026-05-18 02:33:39] "GET /network-policy/46b64be0-cafb-47c8-bdb8-d88ec02c0c04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.008691
10.0.0.23 - - [2026-05-18 02:33:39] "POST /fqname-to-id HTTP/1.1" 404 225 0.003831
10.0.0.23 - - [2026-05-18 02:33:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003574
10.0.0.240 - - [2026-05-18 02:33:40] "GET /projects?obj_uuids=a49528ca-850f-42fd-8763-056c33f49aeb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001092
10.0.0.23 - - [2026-05-18 02:33:40] "GET /project/a49528ca-850f-42fd-8763-056c33f49aeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.047148
10.0.0.23 - - [2026-05-18 02:33:40] "POST /network-policys HTTP/1.1" 200 561 0.075929
10.0.0.23 - - [2026-05-18 02:33:40] "GET /network-policy/e811cf13-231b-413a-a005-3886f43dec9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8845 0.007004
10.0.0.23 - - [2026-05-18 02:33:40] "POST /fqname-to-id HTTP/1.1" 404 225 0.003142
10.0.0.23 - - [2026-05-18 02:33:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004577
10.0.0.240 - - [2026-05-18 02:33:40] "GET /projects?obj_uuids=a49528ca-850f-42fd-8763-056c33f49aeb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001034
10.0.0.23 - - [2026-05-18 02:33:40] "GET /project/a49528ca-850f-42fd-8763-056c33f49aeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.049066
10.0.0.23 - - [2026-05-18 02:33:40] "POST /network-policys HTTP/1.1" 200 561 0.086344
10.0.0.23 - - [2026-05-18 02:33:40] "GET /network-policy/e9c9cb2b-5167-4ee4-be2e-09093abb822f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5021 0.007046
10.0.0.23 - - [2026-05-18 02:33:41] "POST /neutron/network HTTP/1.1" 200 1309 0.011500
10.0.0.23 - - [2026-05-18 02:33:41] "GET /virtual-network/f608b85e-1fcc-4c51-bec5-4561734dab21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3805 0.008898
10.0.0.23 - - [2026-05-18 02:33:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004115
10.0.0.23 - - [2026-05-18 02:33:41] "GET /network-policy/c7daaab5-45e6-4a7c-ac7d-501698451244?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5021 0.005030
10.0.0.23 - - [2026-05-18 02:33:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003207
10.0.0.23 - - [2026-05-18 02:33:41] "GET /network-policy/e60d675a-83f4-4430-a0c9-e001e451bdda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6939 0.007424
10.0.0.23 - - [2026-05-18 02:33:41] "POST /neutron/network HTTP/1.1" 200 1309 0.013805
10.0.0.240 - - [2026-05-18 02:33:41] "POST /fqname-to-id HTTP/1.1" 404 248 0.004221
10.0.0.23 - - [2026-05-18 02:33:41] "GET /virtual-network/da821e5f-ea49-4ea1-aaac-f7c38ae88ee7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3805 0.021997
10.0.0.23 - - [2026-05-18 02:33:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.009008
10.0.0.23 - - [2026-05-18 02:33:41] "GET /network-policy/48386056-06c5-4115-a26c-585c27e482b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8844 0.005608
10.0.0.23 - - [2026-05-18 02:33:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004230
10.0.0.23 - - [2026-05-18 02:33:41] "GET /network-policy/acaf9fa9-cbfa-4b46-9480-99b2961889a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6939 0.005004
10.0.0.23 - - [2026-05-18 02:33:41] "POST /neutron/network HTTP/1.1" 200 1308 0.015965
10.0.0.240 - - [2026-05-18 02:33:42] "POST /fqname-to-id HTTP/1.1" 404 207 0.003755
10.0.0.240 - - [2026-05-18 02:33:42] "POST /fqname-to-id HTTP/1.1" 404 248 0.015170
10.0.0.23 - - [2026-05-18 02:33:42] "GET /virtual-network/5551ae50-cd79-4d94-81b8-8ac3e6adb43e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.016783
10.0.0.23 - - [2026-05-18 02:33:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005723
10.0.0.23 - - [2026-05-18 02:33:42] "GET /network-policy/46b64be0-cafb-47c8-bdb8-d88ec02c0c04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.006164
10.0.0.23 - - [2026-05-18 02:33:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004123
10.0.0.23 - - [2026-05-18 02:33:42] "GET /network-policy/bba99ffd-83d0-4b1e-8df5-ee0da3264d0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5021 0.006175
10.0.0.23 - - [2026-05-18 02:33:42] "POST /neutron/network HTTP/1.1" 200 1308 0.012503
10.0.0.240 - - [2026-05-18 02:33:42] "POST /access-control-lists HTTP/1.1" 200 607 0.052964
10.0.0.23 - - [2026-05-18 02:33:42] "GET /virtual-network/4b1ca7ef-c9e8-4fbf-9ad9-2cf3dc6a50c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.008990
10.0.0.23 - - [2026-05-18 02:33:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003253
10.0.0.23 - - [2026-05-18 02:33:42] "GET /network-policy/e811cf13-231b-413a-a005-3886f43dec9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8845 0.008244
10.0.0.23 - - [2026-05-18 02:33:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003858
10.0.0.23 - - [2026-05-18 02:33:42] "GET /network-policy/e9c9cb2b-5167-4ee4-be2e-09093abb822f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5021 0.005285
10.0.0.23 - - [2026-05-18 02:33:42] "POST /id-to-fqname HTTP/1.1" 200 231 0.001341
10.0.0.22 - - [2026-05-18 02:33:57] "GET /obj-perms HTTP/1.1" 200 5056 0.068579
10.0.0.23 - - [2026-05-18 02:34:15] "POST /neutron/network HTTP/1.1" 200 1504 0.007141
10.0.0.240 - - [2026-05-18 02:34:15] "GET /projects?obj_uuids=a49528ca-850f-42fd-8763-056c33f49aeb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001399
10.0.0.23 - - [2026-05-18 02:34:15] "GET /project/a49528ca-850f-42fd-8763-056c33f49aeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.087711
10.0.0.23 - - [2026-05-18 02:34:16] "POST /neutron/port HTTP/1.1" 200 117 0.009175
10.0.0.23 - - [2026-05-18 02:34:16] "POST /id-to-fqname HTTP/1.1" 200 231 0.001396
10.0.0.23 - - [2026-05-18 02:34:16] "POST /neutron/network HTTP/1.1" 200 1504 0.007282
10.0.0.240 - - [2026-05-18 02:34:17] "GET /projects?obj_uuids=a49528ca-850f-42fd-8763-056c33f49aeb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001094
10.0.0.23 - - [2026-05-18 02:34:17] "GET /project/a49528ca-850f-42fd-8763-056c33f49aeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.110412
10.0.0.23 - - [2026-05-18 02:34:17] "POST /neutron/port HTTP/1.1" 200 1170 0.092120
10.0.0.23 - - [2026-05-18 02:34:17] "POST /neutron/security_group HTTP/1.1" 200 2066 0.017427
10.0.0.23 - - [2026-05-18 02:34:17] "POST /neutron/port HTTP/1.1" 200 1192 0.058200
10.0.0.23 - - [2026-05-18 02:34:18] "POST /neutron/network HTTP/1.1" 200 1504 0.018450
10.0.0.23 - - [2026-05-18 02:34:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.008362
10.0.0.23 - - [2026-05-18 02:34:18] "POST /neutron/port HTTP/1.1" 200 117 0.004955
10.0.0.23 - - [2026-05-18 02:34:19] "POST /neutron/port HTTP/1.1" 200 1170 0.054797
10.0.0.23 - - [2026-05-18 02:34:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.012285
10.0.0.23 - - [2026-05-18 02:34:19] "POST /neutron/port HTTP/1.1" 200 117 0.005409
10.0.0.23 - - [2026-05-18 02:34:23] "POST /neutron/port HTTP/1.1" 200 1234 0.055704
10.0.0.23 - - [2026-05-18 02:34:28] "POST /neutron/security_group HTTP/1.1" 200 2066 0.014289
10.0.0.23 - - [2026-05-18 02:34:38] "POST /neutron/port HTTP/1.1" 200 1234 0.061016
10.0.0.23 - - [2026-05-18 02:34:43] "POST /neutron/security_group HTTP/1.1" 200 2066 0.020483
10.0.0.23 - - [2026-05-18 02:34:53] "POST /neutron/port HTTP/1.1" 200 1234 0.020437
10.0.0.23 - - [2026-05-18 02:34:58] "GET /obj-perms HTTP/1.1" 200 5056 0.071618
10.0.0.23 - - [2026-05-18 02:34:59] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009305
10.0.0.23 - - [2026-05-18 02:35:09] "POST /neutron/port HTTP/1.1" 200 1234 0.024332
10.0.0.23 - - [2026-05-18 02:35:14] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007039
10.0.0.23 - - [2026-05-18 02:35:24] "POST /neutron/port HTTP/1.1" 200 1234 0.021451
10.0.0.23 - - [2026-05-18 02:35:24] "POST /neutron/security_group HTTP/1.1" 200 2066 0.011018
10.0.0.23 - - [2026-05-18 02:35:24] "GET /virtual-machine/1277548f-8f08-431f-99d6-1e083159b8e8 HTTP/1.1" 200 1302 0.008699
10.0.0.23 - - [2026-05-18 02:35:24] "GET /virtual-machine-interface/e97dc484-d88a-4a0d-b006-e6e09676bb5e HTTP/1.1" 200 3192 0.007087
10.0.0.23 - - [2026-05-18 02:35:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003455
10.0.0.23 - - [2026-05-18 02:35:24] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004326
10.0.0.23 - - [2026-05-18 02:35:24] "GET /virtual-networks?parent_id=a49528ca-850f-42fd-8763-056c33f49aeb&detail=False&count=False&shared=False HTTP/1.1" 200 1059 0.006215
10.0.0.23 - - [2026-05-18 02:35:24] "GET /virtual-network/f608b85e-1fcc-4c51-bec5-4561734dab21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3805 0.006517
10.0.0.23 - - [2026-05-18 02:35:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004266
10.0.0.23 - - [2026-05-18 02:35:27] "GET /virtual-network/f608b85e-1fcc-4c51-bec5-4561734dab21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3805 0.006930
10.0.0.23 - - [2026-05-18 02:35:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003549
10.0.0.23 - - [2026-05-18 02:35:32] "GET /virtual-network/f608b85e-1fcc-4c51-bec5-4561734dab21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3805 0.006567
10.0.0.23 - - [2026-05-18 02:35:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004157
10.0.0.23 - - [2026-05-18 02:35:36] "GET /virtual-network/f608b85e-1fcc-4c51-bec5-4561734dab21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3805 0.006691
10.0.0.23 - - [2026-05-18 02:35:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004516
10.0.0.23 - - [2026-05-18 02:35:40] "GET /virtual-network/f608b85e-1fcc-4c51-bec5-4561734dab21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3805 0.005512
10.0.0.23 - - [2026-05-18 02:35:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004288
10.0.0.23 - - [2026-05-18 02:35:44] "GET /virtual-network/f608b85e-1fcc-4c51-bec5-4561734dab21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3805 0.005663
10.0.0.23 - - [2026-05-18 02:35:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004188
10.0.0.23 - - [2026-05-18 02:35:48] "GET /virtual-network/f608b85e-1fcc-4c51-bec5-4561734dab21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3805 0.006540
10.0.0.23 - - [2026-05-18 02:35:52] "POST /neutron/port HTTP/1.1" 200 1234 0.052846
10.0.0.23 - - [2026-05-18 02:35:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004520
10.0.0.23 - - [2026-05-18 02:35:52] "GET /virtual-network/f608b85e-1fcc-4c51-bec5-4561734dab21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3805 0.007247
10.0.0.23 - - [2026-05-18 02:35:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003911
10.0.0.23 - - [2026-05-18 02:35:52] "POST /neutron/port HTTP/1.1" 200 117 0.001224
10.0.0.23 - - [2026-05-18 02:35:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003952
10.0.0.23 - - [2026-05-18 02:35:56] "GET /virtual-network/f608b85e-1fcc-4c51-bec5-4561734dab21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3805 0.006335
10.0.0.23 - - [2026-05-18 02:36:00] "POST /neutron/port HTTP/1.1" 200 1234 0.020304
10.0.0.23 - - [2026-05-18 02:36:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004069
10.0.0.23 - - [2026-05-18 02:36:00] "POST /neutron/port HTTP/1.1" 200 117 0.001278
10.0.0.23 - - [2026-05-18 02:36:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003572
10.0.0.23 - - [2026-05-18 02:36:00] "GET /virtual-network/f608b85e-1fcc-4c51-bec5-4561734dab21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3805 0.012209
10.0.0.23 - - [2026-05-18 02:36:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.031805
10.0.0.23 - - [2026-05-18 02:36:02] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004666
10.0.0.23 - - [2026-05-18 02:36:02] "GET /virtual-networks?parent_id=a49528ca-850f-42fd-8763-056c33f49aeb&detail=False&count=False&shared=False HTTP/1.1" 200 1059 0.003755
10.0.0.23 - - [2026-05-18 02:36:03] "GET /virtual-network/f608b85e-1fcc-4c51-bec5-4561734dab21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3805 0.006053
10.0.0.23 - - [2026-05-18 02:36:03] "POST /neutron/port HTTP/1.1" 200 1234 0.047250
10.0.0.23 - - [2026-05-18 02:36:08] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007771
10.0.0.23 - - [2026-05-18 02:36:13] "POST /neutron/port HTTP/1.1" 200 1234 0.021286
10.0.0.23 - - [2026-05-18 02:36:18] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007709
10.0.0.23 - - [2026-05-18 02:36:24] "POST /neutron/port HTTP/1.1" 200 1234 0.021410
10.0.0.23 - - [2026-05-18 02:36:24] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009357
10.0.0.23 - - [2026-05-18 02:36:24] "GET /virtual-machine/b6b5446a-019b-4490-b9f8-3edd13025792 HTTP/1.1" 200 1303 0.058345
10.0.0.23 - - [2026-05-18 02:36:24] "GET /virtual-machine-interface/4269b96e-6f7e-4e74-98c3-bc13aaeb7307 HTTP/1.1" 200 3191 0.008529
10.0.0.23 - - [2026-05-18 02:36:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003144
10.0.0.23 - - [2026-05-18 02:36:24] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003897
10.0.0.23 - - [2026-05-18 02:36:24] "GET /virtual-networks?parent_id=a49528ca-850f-42fd-8763-056c33f49aeb&detail=False&count=False&shared=False HTTP/1.1" 200 1059 0.003459
10.0.0.23 - - [2026-05-18 02:36:24] "GET /virtual-network/da821e5f-ea49-4ea1-aaac-f7c38ae88ee7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3805 0.006236
10.0.0.23 - - [2026-05-18 02:36:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004896
10.0.0.23 - - [2026-05-18 02:36:25] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004759
10.0.0.23 - - [2026-05-18 02:36:25] "GET /virtual-networks?parent_id=a49528ca-850f-42fd-8763-056c33f49aeb&detail=False&count=False&shared=False HTTP/1.1" 200 1059 0.003084
10.0.0.23 - - [2026-05-18 02:36:25] "GET /virtual-network/da821e5f-ea49-4ea1-aaac-f7c38ae88ee7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3805 0.005770
10.0.0.23 - - [2026-05-18 02:36:27] "POST /neutron/port HTTP/1.1" 200 1234 0.049657
10.0.0.23 - - [2026-05-18 02:36:30] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009745
10.0.0.23 - - [2026-05-18 02:36:41] "POST /neutron/port HTTP/1.1" 200 2314 0.033210
10.0.0.23 - - [2026-05-18 02:36:41] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007181
10.0.0.23 - - [2026-05-18 02:36:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003492
10.0.0.23 - - [2026-05-18 02:36:41] "GET /network-policy/acaf9fa9-cbfa-4b46-9480-99b2961889a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6939 0.004778
10.0.0.23 - - [2026-05-18 02:36:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003004
10.0.0.23 - - [2026-05-18 02:36:41] "GET /network-policy/48386056-06c5-4115-a26c-585c27e482b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8844 0.005186
10.0.0.23 - - [2026-05-18 02:36:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003216
10.0.0.23 - - [2026-05-18 02:36:42] "GET /network-policy/e60d675a-83f4-4430-a0c9-e001e451bdda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6939 0.004177
10.0.0.23 - - [2026-05-18 02:36:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003750
10.0.0.23 - - [2026-05-18 02:36:42] "GET /network-policy/c7daaab5-45e6-4a7c-ac7d-501698451244?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5021 0.006518
10.0.0.23 - - [2026-05-18 02:36:52] "POST /neutron/port HTTP/1.1" 200 1234 0.020380
10.0.0.23 - - [2026-05-18 02:36:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005681
10.0.0.23 - - [2026-05-18 02:36:52] "POST /neutron/port HTTP/1.1" 200 117 0.001193
10.0.0.23 - - [2026-05-18 02:36:54] "GET /virtual-machine/b6b5446a-019b-4490-b9f8-3edd13025792 HTTP/1.1" 200 1303 0.004712
10.0.0.23 - - [2026-05-18 02:36:54] "POST /neutron/port HTTP/1.1" 200 1234 0.020328
10.0.0.22 - - [2026-05-18 02:36:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000420
10.0.0.22 - - [2026-05-18 02:36:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000396
10.0.0.240 - - [2026-05-18 02:36:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000807
10.0.0.240 - - [2026-05-18 02:36:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000372
10.0.0.23 - - [2026-05-18 02:36:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000364
10.0.0.23 - - [2026-05-18 02:36:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000449
10.0.0.22 - - [2026-05-18 02:36:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000339
10.0.0.22 - - [2026-05-18 02:36:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000475
10.0.0.23 - - [2026-05-18 02:36:56] "GET /virtual-machine/b6b5446a-019b-4490-b9f8-3edd13025792 HTTP/1.1" 404 171 0.003192
10.0.0.23 - - [2026-05-18 02:36:56] "GET /virtual-machine/b6b5446a-019b-4490-b9f8-3edd13025792 HTTP/1.1" 404 171 0.005388
10.0.0.23 - - [2026-05-18 02:36:56] "GET /virtual-machine/b6b5446a-019b-4490-b9f8-3edd13025792 HTTP/1.1" 404 171 0.002997
10.0.0.23 - - [2026-05-18 02:36:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003661
10.0.0.240 - - [2026-05-18 02:36:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000396
10.0.0.23 - - [2026-05-18 02:36:56] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005917
10.0.0.23 - - [2026-05-18 02:36:56] "GET /virtual-networks?parent_id=a49528ca-850f-42fd-8763-056c33f49aeb&detail=False&count=False&shared=False HTTP/1.1" 200 1059 0.003684
10.0.0.240 - - [2026-05-18 02:36:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000405
10.0.0.23 - - [2026-05-18 02:36:56] "GET /virtual-network/da821e5f-ea49-4ea1-aaac-f7c38ae88ee7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3805 0.007743
10.0.0.23 - - [2026-05-18 02:36:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.006150
10.0.0.23 - - [2026-05-18 02:36:56] "GET /routing-instance/57090ecd-c679-4dde-82eb-7c4761a95ef4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.005350
10.0.0.23 - - [2026-05-18 02:36:56] "GET /route-target/13a93093-ec0a-49ed-ac8a-3eb927500eed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003901
10.0.0.23 - - [2026-05-18 02:36:56] "GET /virtual-machine/b6b5446a-019b-4490-b9f8-3edd13025792 HTTP/1.1" 404 171 0.004406
10.0.0.23 - - [2026-05-18 02:36:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000386
10.0.0.23 - - [2026-05-18 02:36:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000390
10.0.0.23 - - [2026-05-18 02:36:57] "GET /virtual-machine/b6b5446a-019b-4490-b9f8-3edd13025792 HTTP/1.1" 404 171 0.003222
10.0.0.23 - - [2026-05-18 02:36:58] "GET /virtual-machine/b6b5446a-019b-4490-b9f8-3edd13025792 HTTP/1.1" 404 171 0.002899
10.0.0.23 - - [2026-05-18 02:36:59] "GET /virtual-machine/b6b5446a-019b-4490-b9f8-3edd13025792 HTTP/1.1" 404 171 0.005676
10.0.0.240 - - [2026-05-18 02:37:00] "GET /obj-perms HTTP/1.1" 200 5056 0.072747
10.0.0.23 - - [2026-05-18 02:37:00] "POST /neutron/port HTTP/1.1" 200 1234 0.021920
10.0.0.23 - - [2026-05-18 02:37:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003989
10.0.0.23 - - [2026-05-18 02:37:00] "POST /neutron/port HTTP/1.1" 200 117 0.001301
10.0.0.23 - - [2026-05-18 02:37:00] "GET /virtual-machine/b6b5446a-019b-4490-b9f8-3edd13025792 HTTP/1.1" 404 171 0.003827
10.0.0.23 - - [2026-05-18 02:37:01] "GET /virtual-machine/b6b5446a-019b-4490-b9f8-3edd13025792 HTTP/1.1" 404 171 0.005021
10.0.0.23 - - [2026-05-18 02:37:02] "GET /obj-perms HTTP/1.1" 200 5046 0.004556
10.0.0.23 - - [2026-05-18 02:37:08] "GET /obj-perms HTTP/1.1" 200 5046 0.003803
10.0.0.23 - - [2026-05-18 02:37:11] "GET /obj-perms HTTP/1.1" 200 5046 0.004185
10.0.0.23 - - [2026-05-18 02:37:17] "GET /obj-perms HTTP/1.1" 200 5046 0.005036
10.0.0.23 - - [2026-05-18 02:37:20] "GET /obj-perms HTTP/1.1" 200 5046 0.018068
10.0.0.23 - - [2026-05-18 02:37:26] "GET /obj-perms HTTP/1.1" 200 5046 0.004001
10.0.0.23 - - [2026-05-18 02:37:26] "GET /obj-perms HTTP/1.1" 200 5046 0.004447
10.0.0.22 - - [2026-05-18 02:37:26] "GET /obj-perms HTTP/1.1" 200 5046 0.056281
10.0.0.23 - - [2026-05-18 02:37:27] "GET /virtual-machine/1277548f-8f08-431f-99d6-1e083159b8e8 HTTP/1.1" 200 1302 0.005351
10.0.0.23 - - [2026-05-18 02:37:27] "POST /neutron/port HTTP/1.1" 200 1234 0.027286
10.0.0.23 - - [2026-05-18 02:37:29] "GET /virtual-machine/1277548f-8f08-431f-99d6-1e083159b8e8 HTTP/1.1" 404 171 0.004012
10.0.0.23 - - [2026-05-18 02:37:29] "GET /virtual-machine/1277548f-8f08-431f-99d6-1e083159b8e8 HTTP/1.1" 404 171 0.003690
10.0.0.23 - - [2026-05-18 02:37:29] "GET /virtual-machine/1277548f-8f08-431f-99d6-1e083159b8e8 HTTP/1.1" 404 171 0.002997
10.0.0.23 - - [2026-05-18 02:37:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003792
10.0.0.23 - - [2026-05-18 02:37:29] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005457
10.0.0.23 - - [2026-05-18 02:37:29] "GET /virtual-networks?parent_id=a49528ca-850f-42fd-8763-056c33f49aeb&detail=False&count=False&shared=False HTTP/1.1" 200 1059 0.003386
10.0.0.23 - - [2026-05-18 02:37:29] "GET /virtual-network/f608b85e-1fcc-4c51-bec5-4561734dab21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3805 0.008047
10.0.0.23 - - [2026-05-18 02:37:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003324
10.0.0.23 - - [2026-05-18 02:37:29] "GET /routing-instance/4395e953-0009-438b-a08b-40669a6f4b76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.007429
10.0.0.23 - - [2026-05-18 02:37:29] "GET /route-target/cfd42301-396e-4d44-80a6-6ca794b36784?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004464
10.0.0.23 - - [2026-05-18 02:37:35] "GET /obj-perms HTTP/1.1" 200 5046 0.006365
10.0.0.22 - - [2026-05-18 02:37:35] "GET /obj-perms HTTP/1.1" 200 5046 0.004425
10.0.0.23 - - [2026-05-18 02:37:44] "GET /obj-perms HTTP/1.1" 200 5046 0.004821
10.0.0.22 - - [2026-05-18 02:37:44] "GET /obj-perms HTTP/1.1" 200 5046 0.004619
10.0.0.23 - - [2026-05-18 02:37:54] "GET /obj-perms HTTP/1.1" 200 5046 0.004182
10.0.0.22 - - [2026-05-18 02:37:54] "GET /obj-perms HTTP/1.1" 200 5046 0.004330
10.0.0.23 - - [2026-05-18 02:37:54] "GET /virtual-network/4b1ca7ef-c9e8-4fbf-9ad9-2cf3dc6a50c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.005723
10.0.0.23 - - [2026-05-18 02:37:54] "POST /neutron/network HTTP/1.1" 200 1493 0.011824
10.0.0.23 - - [2026-05-18 02:37:54] "GET /virtual-network/4b1ca7ef-c9e8-4fbf-9ad9-2cf3dc6a50c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3194 0.007745
10.0.0.23 - - [2026-05-18 02:37:54] "GET /virtual-network/5551ae50-cd79-4d94-81b8-8ac3e6adb43e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.007094
10.0.0.23 - - [2026-05-18 02:37:54] "POST /neutron/network HTTP/1.1" 200 1493 0.012391
10.0.0.240 - - [2026-05-18 02:37:54] "POST /fqname-to-id HTTP/1.1" 404 207 0.079253
10.0.0.23 - - [2026-05-18 02:37:54] "GET /virtual-network/5551ae50-cd79-4d94-81b8-8ac3e6adb43e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3193 0.009149
10.0.0.23 - - [2026-05-18 02:37:55] "GET /virtual-network/da821e5f-ea49-4ea1-aaac-f7c38ae88ee7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3805 0.006464
10.0.0.23 - - [2026-05-18 02:37:55] "POST /neutron/network HTTP/1.1" 200 1494 0.011824
10.0.0.240 - - [2026-05-18 02:37:55] "DELETE /access-control-list/7d64a83a-e2fb-4c67-ae9b-8c5d4dbfffe2 HTTP/1.1" 200 115 0.079440
10.0.0.23 - - [2026-05-18 02:37:55] "GET /virtual-network/da821e5f-ea49-4ea1-aaac-f7c38ae88ee7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3198 0.013976
10.0.0.23 - - [2026-05-18 02:37:55] "GET /virtual-network/f608b85e-1fcc-4c51-bec5-4561734dab21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3805 0.005978
10.0.0.23 - - [2026-05-18 02:37:55] "POST /neutron/network HTTP/1.1" 200 1494 0.012447
10.0.0.240 - - [2026-05-18 02:37:55] "POST /ref-update HTTP/1.1" 200 156 0.033115
10.0.0.23 - - [2026-05-18 02:37:55] "GET /virtual-network/f608b85e-1fcc-4c51-bec5-4561734dab21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3198 0.021175
10.0.0.23 - - [2026-05-18 02:37:55] "DELETE /network-policy/e9c9cb2b-5167-4ee4-be2e-09093abb822f HTTP/1.1" 200 115 0.034704
10.0.0.23 - - [2026-05-18 02:37:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003839
10.0.0.240 - - [2026-05-18 02:37:55] "GET /projects?obj_uuids=a49528ca-850f-42fd-8763-056c33f49aeb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000994
10.0.0.23 - - [2026-05-18 02:37:55] "GET /project/a49528ca-850f-42fd-8763-056c33f49aeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.038516
10.0.0.23 - - [2026-05-18 02:37:55] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-04073808&detail=False&count=False&shared=False HTTP/1.1" 200 1762 0.005809
10.0.0.23 - - [2026-05-18 02:37:55] "DELETE /network-policy/e811cf13-231b-413a-a005-3886f43dec9c HTTP/1.1" 200 115 0.046875
10.0.0.23 - - [2026-05-18 02:37:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003360
10.0.0.240 - - [2026-05-18 02:37:55] "GET /projects?obj_uuids=a49528ca-850f-42fd-8763-056c33f49aeb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001230
10.0.0.23 - - [2026-05-18 02:37:56] "GET /project/a49528ca-850f-42fd-8763-056c33f49aeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.044871
10.0.0.23 - - [2026-05-18 02:37:56] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-04073808&detail=False&count=False&shared=False HTTP/1.1" 200 1529 0.005610
10.0.0.23 - - [2026-05-18 02:37:56] "DELETE /network-policy/46b64be0-cafb-47c8-bdb8-d88ec02c0c04 HTTP/1.1" 200 115 0.063782
10.0.0.23 - - [2026-05-18 02:37:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004399
10.0.0.240 - - [2026-05-18 02:37:56] "GET /projects?obj_uuids=a49528ca-850f-42fd-8763-056c33f49aeb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001639
10.0.0.23 - - [2026-05-18 02:37:56] "GET /project/a49528ca-850f-42fd-8763-056c33f49aeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.057285
10.0.0.23 - - [2026-05-18 02:37:56] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-04073808&detail=False&count=False&shared=False HTTP/1.1" 200 1296 0.013345
10.0.0.23 - - [2026-05-18 02:37:56] "DELETE /network-policy/bba99ffd-83d0-4b1e-8df5-ee0da3264d0b HTTP/1.1" 200 115 0.040910
10.0.0.23 - - [2026-05-18 02:37:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.007935
10.0.0.240 - - [2026-05-18 02:37:56] "GET /projects?obj_uuids=a49528ca-850f-42fd-8763-056c33f49aeb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000892
10.0.0.23 - - [2026-05-18 02:37:56] "GET /project/a49528ca-850f-42fd-8763-056c33f49aeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.034449
10.0.0.23 - - [2026-05-18 02:37:56] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-04073808&detail=False&count=False&shared=False HTTP/1.1" 200 1062 0.005681
10.0.0.23 - - [2026-05-18 02:37:56] "DELETE /network-policy/48386056-06c5-4115-a26c-585c27e482b9 HTTP/1.1" 200 115 0.045356
10.0.0.23 - - [2026-05-18 02:37:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003176
10.0.0.240 - - [2026-05-18 02:37:56] "GET /projects?obj_uuids=a49528ca-850f-42fd-8763-056c33f49aeb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001310
10.0.0.23 - - [2026-05-18 02:37:56] "GET /project/a49528ca-850f-42fd-8763-056c33f49aeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.045638
10.0.0.23 - - [2026-05-18 02:37:56] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-04073808&detail=False&count=False&shared=False HTTP/1.1" 200 829 0.005306
10.0.0.23 - - [2026-05-18 02:37:56] "DELETE /network-policy/acaf9fa9-cbfa-4b46-9480-99b2961889a0 HTTP/1.1" 200 115 0.053106
10.0.0.23 - - [2026-05-18 02:37:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002819
10.0.0.240 - - [2026-05-18 02:37:56] "GET /projects?obj_uuids=a49528ca-850f-42fd-8763-056c33f49aeb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001145
10.0.0.23 - - [2026-05-18 02:37:57] "GET /project/a49528ca-850f-42fd-8763-056c33f49aeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.057973
10.0.0.23 - - [2026-05-18 02:37:57] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-04073808&detail=False&count=False&shared=False HTTP/1.1" 200 596 0.006458
10.0.0.23 - - [2026-05-18 02:37:57] "DELETE /network-policy/c7daaab5-45e6-4a7c-ac7d-501698451244 HTTP/1.1" 200 115 0.045450
10.0.0.23 - - [2026-05-18 02:37:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003877
10.0.0.240 - - [2026-05-18 02:37:57] "GET /projects?obj_uuids=a49528ca-850f-42fd-8763-056c33f49aeb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000875
10.0.0.23 - - [2026-05-18 02:37:57] "GET /project/a49528ca-850f-42fd-8763-056c33f49aeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.044824
10.0.0.23 - - [2026-05-18 02:37:57] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-04073808&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.005176
10.0.0.23 - - [2026-05-18 02:37:57] "DELETE /network-policy/e60d675a-83f4-4430-a0c9-e001e451bdda HTTP/1.1" 200 115 0.047309
10.0.0.23 - - [2026-05-18 02:37:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003145
10.0.0.240 - - [2026-05-18 02:37:57] "GET /projects?obj_uuids=a49528ca-850f-42fd-8763-056c33f49aeb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000952
10.0.0.23 - - [2026-05-18 02:37:57] "GET /project/a49528ca-850f-42fd-8763-056c33f49aeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.043677
10.0.0.23 - - [2026-05-18 02:37:57] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-04073808&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005105
10.0.0.23 - - [2026-05-18 02:37:57] "POST /neutron/network HTTP/1.1" 200 1308 0.012723
10.0.0.240 - - [2026-05-18 02:37:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004922
10.0.0.240 - - [2026-05-18 02:37:58] "POST /useragent-kv HTTP/1.1" 200 115 0.003578
10.0.0.240 - - [2026-05-18 02:37:58] "POST /useragent-kv HTTP/1.1" 200 115 0.002978
10.0.0.240 - - [2026-05-18 02:37:58] "POST /useragent-kv HTTP/1.1" 200 115 0.001992
10.0.0.240 - - [2026-05-18 02:37:58] "POST /useragent-kv HTTP/1.1" 200 115 0.002361
10.0.0.240 - - [2026-05-18 02:37:58] "POST /useragent-kv HTTP/1.1" 200 115 0.002146
10.0.0.240 - - [2026-05-18 02:37:58] "POST /useragent-kv HTTP/1.1" 200 115 0.008008
10.0.0.23 - - [2026-05-18 02:37:58] "POST /neutron/network HTTP/1.1" 200 151 0.187703
10.0.0.240 - - [2026-05-18 02:37:58] "DELETE /route-target/13a93093-ec0a-49ed-ac8a-3eb927500eed HTTP/1.1" 200 115 0.024268
10.0.0.23 - - [2026-05-18 02:37:58] "POST /neutron/network HTTP/1.1" 200 1309 0.014182
10.0.0.23 - - [2026-05-18 02:37:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.008608
10.0.0.23 - - [2026-05-18 02:37:59] "DELETE /network-ipam/0e2e950b-3d6a-488e-8a7b-ec6061e0b10a HTTP/1.1" 200 115 0.041258
10.0.0.23 - - [2026-05-18 02:37:59] "POST /fqname-to-id HTTP/1.1" 404 252 0.003266
10.0.0.240 - - [2026-05-18 02:37:59] "GET /projects?obj_uuids=a49528ca-850f-42fd-8763-056c33f49aeb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000957
10.0.0.240 - - [2026-05-18 02:37:59] "GET /project/a49528ca-850f-42fd-8763-056c33f49aeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1499 0.053597
10.0.0.240 - - [2026-05-18 02:37:59] "GET /projects?obj_uuids=a49528ca-850f-42fd-8763-056c33f49aeb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001048
10.0.0.240 - - [2026-05-18 02:37:59] "GET /project/a49528ca-850f-42fd-8763-056c33f49aeb?fields=security_groups HTTP/1.1" 200 1386 0.067574
10.0.0.240 - - [2026-05-18 02:37:59] "DELETE /security-group/216827dc-5bf2-415c-b8ee-ff2fb42e151d HTTP/1.1" 200 115 0.063701
10.0.0.240 - - [2026-05-18 02:37:59] "GET /projects?obj_uuids=a49528ca-850f-42fd-8763-056c33f49aeb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001101
10.0.0.240 - - [2026-05-18 02:37:59] "DELETE /access-control-list/341433b3-d56d-432b-b616-e492fc7a39a9 HTTP/1.1" 200 115 0.049021
10.0.0.240 - - [2026-05-18 02:37:59] "GET /project/a49528ca-850f-42fd-8763-056c33f49aeb?fields=application_policy_sets HTTP/1.1" 200 1425 0.062839
10.0.0.23 - - [2026-05-18 02:38:00] "DELETE /project/a49528ca-850f-42fd-8763-056c33f49aeb HTTP/1.1" 200 115 0.517221
10.0.0.240 - - [2026-05-18 02:38:00] "GET /domains?obj_uuids=4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001261
10.0.0.23 - - [2026-05-18 02:38:00] "GET /domain/4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989?fields=projects HTTP/1.1" 200 1442 0.016300
10.0.0.23 - - [2026-05-18 02:38:00] "GET /obj-perms HTTP/1.1" 200 5056 0.062924
10.0.0.23 - - [2026-05-18 02:38:05] "POST /fqname-to-id HTTP/1.1" 404 225 0.004442
10.0.0.240 - - [2026-05-18 02:38:05] "POST /id-to-fqname HTTP/1.1" 200 198 0.002555
10.0.0.240 - - [2026-05-18 02:38:05] "POST /fqname-to-id HTTP/1.1" 404 207 0.004818
10.0.0.240 - - [2026-05-18 02:38:05] "POST /security-groups HTTP/1.1" 200 599 0.089583
10.0.0.240 - - [2026-05-18 02:38:05] "POST /projects HTTP/1.1" 200 601 0.315287
10.0.0.23 - - [2026-05-18 02:38:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.348825
10.0.0.240 - - [2026-05-18 02:38:05] "POST /access-control-lists HTTP/1.1" 200 606 0.028102
10.0.0.240 - - [2026-05-18 02:38:05] "GET /projects?obj_uuids=a49528ca-850f-42fd-8763-056c33f49aeb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001420
10.0.0.23 - - [2026-05-18 02:38:05] "GET /project/a49528ca-850f-42fd-8763-056c33f49aeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.040825
10.0.0.23 - - [2026-05-18 02:38:05] "POST /network-policys HTTP/1.1" 200 561 0.079654
10.0.0.23 - - [2026-05-18 02:38:05] "GET /network-policy/f5302cec-fdc8-4035-a7e9-e5fff9747ceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3107 0.008009
10.0.0.23 - - [2026-05-18 02:38:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004368
10.0.0.240 - - [2026-05-18 02:38:05] "GET /projects?obj_uuids=a49528ca-850f-42fd-8763-056c33f49aeb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001082
10.0.0.23 - - [2026-05-18 02:38:06] "GET /project/a49528ca-850f-42fd-8763-056c33f49aeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.056768
10.0.0.240 - - [2026-05-18 02:38:06] "GET /projects?obj_uuids=a49528ca-850f-42fd-8763-056c33f49aeb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001076
10.0.0.23 - - [2026-05-18 02:38:06] "POST /neutron/network HTTP/1.1" 200 615 0.176053
10.0.0.240 - - [2026-05-18 02:38:06] "POST /route-targets HTTP/1.1" 200 328 0.015086
10.0.0.240 - - [2026-05-18 02:38:06] "POST /fqname-to-id HTTP/1.1" 404 207 0.008076
10.0.0.23 - - [2026-05-18 02:38:06] "POST /neutron/network HTTP/1.1" 200 1007 0.012456
10.0.0.23 - - [2026-05-18 02:38:06] "POST /id-to-fqname HTTP/1.1" 200 229 0.001312
10.0.0.23 - - [2026-05-18 02:38:06] "GET /virtual-network/81931d88-17a5-4ebc-bfa5-850769b36eb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.005293
10.0.0.23 - - [2026-05-18 02:38:06] "GET /virtual-network/81931d88-17a5-4ebc-bfa5-850769b36eb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.006386
10.0.0.23 - - [2026-05-18 02:38:06] "POST /neutron/subnet HTTP/1.1" 200 721 0.009076
10.0.0.23 - - [2026-05-18 02:38:07] "POST /neutron/network HTTP/1.1" 200 1106 0.112327
10.0.0.240 - - [2026-05-18 02:38:07] "POST /access-control-lists HTTP/1.1" 200 601 0.053507
10.0.0.23 - - [2026-05-18 02:38:07] "GET /virtual-network/81931d88-17a5-4ebc-bfa5-850769b36eb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.006420
10.0.0.23 - - [2026-05-18 02:38:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003860
10.0.0.23 - - [2026-05-18 02:38:07] "GET /network-policy/f5302cec-fdc8-4035-a7e9-e5fff9747ceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3107 0.005357
10.0.0.23 - - [2026-05-18 02:38:07] "GET /virtual-network/81931d88-17a5-4ebc-bfa5-850769b36eb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.006928
10.0.0.22 - - [2026-05-18 02:38:07] "GET /obj-perms HTTP/1.1" 200 5046 0.004183
10.0.0.240 - - [2026-05-18 02:38:07] "GET /obj-perms HTTP/1.1" 200 5046 0.063051
10.0.0.23 - - [2026-05-18 02:38:07] "POST /id-to-fqname HTTP/1.1" 200 229 0.001395
10.0.0.240 - - [2026-05-18 02:38:08] "GET /projects?obj_uuids=a49528ca-850f-42fd-8763-056c33f49aeb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001266
10.0.0.23 - - [2026-05-18 02:38:08] "GET /project/a49528ca-850f-42fd-8763-056c33f49aeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.080264
10.0.0.23 - - [2026-05-18 02:38:08] "POST /neutron/network HTTP/1.1" 200 1106 0.035151
10.0.0.23 - - [2026-05-18 02:38:08] "POST /id-to-fqname HTTP/1.1" 200 229 0.001318
10.0.0.23 - - [2026-05-18 02:38:08] "POST /neutron/port HTTP/1.1" 200 117 0.011217
10.0.0.240 - - [2026-05-18 02:38:09] "GET /projects?obj_uuids=a49528ca-850f-42fd-8763-056c33f49aeb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000995
10.0.0.23 - - [2026-05-18 02:38:09] "POST /neutron/port HTTP/1.1" 200 1174 0.396226
10.0.0.240 - - [2026-05-18 02:38:09] "GET /projects?obj_uuids=a49528ca-850f-42fd-8763-056c33f49aeb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000901
10.0.0.23 - - [2026-05-18 02:38:09] "POST /neutron/port HTTP/1.1" 200 1228 0.144490
10.0.0.23 - - [2026-05-18 02:38:09] "GET /project/a49528ca-850f-42fd-8763-056c33f49aeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.144678
10.0.0.23 - - [2026-05-18 02:38:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003844
10.0.0.23 - - [2026-05-18 02:38:10] "POST /neutron/port HTTP/1.1" 200 117 0.001327
10.0.0.23 - - [2026-05-18 02:38:10] "POST /neutron/port HTTP/1.1" 200 1238 0.020416
10.0.0.23 - - [2026-05-18 02:38:10] "POST /neutron/port HTTP/1.1" 200 1238 0.020931
10.0.0.240 - - [2026-05-18 02:38:10] "GET /projects?obj_uuids=a49528ca-850f-42fd-8763-056c33f49aeb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001282
10.0.0.23 - - [2026-05-18 02:38:11] "POST /neutron/port HTTP/1.1" 200 1174 0.372335
10.0.0.23 - - [2026-05-18 02:38:11] "POST /neutron/port HTTP/1.1" 200 1228 0.146016
10.0.0.23 - - [2026-05-18 02:38:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004783
10.0.0.23 - - [2026-05-18 02:38:11] "POST /neutron/port HTTP/1.1" 200 117 0.001335
10.0.0.23 - - [2026-05-18 02:38:15] "POST /neutron/security_group HTTP/1.1" 200 2066 0.011252
10.0.0.23 - - [2026-05-18 02:38:15] "POST /neutron/port HTTP/1.1" 200 1238 0.019306
10.0.0.23 - - [2026-05-18 02:38:15] "GET /virtual-machine/ba5c26f9-098b-43c8-bd61-256419c3a01e HTTP/1.1" 200 1303 0.006048
10.0.0.23 - - [2026-05-18 02:38:15] "GET /virtual-machine-interface/f2f9a906-e804-4809-9b1d-8c44a845b5d7 HTTP/1.1" 200 3186 0.008722
10.0.0.23 - - [2026-05-18 02:38:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003389
10.0.0.23 - - [2026-05-18 02:38:15] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003996
10.0.0.23 - - [2026-05-18 02:38:15] "GET /virtual-networks?parent_id=a49528ca-850f-42fd-8763-056c33f49aeb&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003863
10.0.0.23 - - [2026-05-18 02:38:15] "GET /virtual-network/81931d88-17a5-4ebc-bfa5-850769b36eb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.005841
10.0.0.23 - - [2026-05-18 02:38:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003743
10.0.0.23 - - [2026-05-18 02:38:18] "GET /virtual-network/81931d88-17a5-4ebc-bfa5-850769b36eb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.005077
10.0.0.23 - - [2026-05-18 02:38:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004084
10.0.0.23 - - [2026-05-18 02:38:22] "GET /virtual-network/81931d88-17a5-4ebc-bfa5-850769b36eb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.006073
10.0.0.23 - - [2026-05-18 02:38:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004368
10.0.0.23 - - [2026-05-18 02:38:27] "GET /virtual-network/81931d88-17a5-4ebc-bfa5-850769b36eb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.008212
10.0.0.23 - - [2026-05-18 02:38:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003422
10.0.0.23 - - [2026-05-18 02:38:31] "GET /virtual-network/81931d88-17a5-4ebc-bfa5-850769b36eb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.006453
10.0.0.23 - - [2026-05-18 02:38:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003670
10.0.0.23 - - [2026-05-18 02:38:35] "GET /virtual-network/81931d88-17a5-4ebc-bfa5-850769b36eb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.006404
10.0.0.23 - - [2026-05-18 02:38:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003745
10.0.0.23 - - [2026-05-18 02:38:39] "GET /virtual-network/81931d88-17a5-4ebc-bfa5-850769b36eb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.005286
10.0.0.23 - - [2026-05-18 02:38:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004614
10.0.0.23 - - [2026-05-18 02:38:43] "GET /virtual-network/81931d88-17a5-4ebc-bfa5-850769b36eb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.006351
10.0.0.240 - - [2026-05-18 02:38:46] "DELETE /project/a49528ca850f42fd8763056c33f49aeb HTTP/1.1" 404 173 0.026544
10.0.0.23 - - [2026-05-18 02:38:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004155
10.0.0.23 - - [2026-05-18 02:38:47] "GET /virtual-network/81931d88-17a5-4ebc-bfa5-850769b36eb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.006220
10.0.0.23 - - [2026-05-18 02:38:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003707
10.0.0.23 - - [2026-05-18 02:38:49] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004401
10.0.0.23 - - [2026-05-18 02:38:49] "GET /virtual-networks?parent_id=a49528ca-850f-42fd-8763-056c33f49aeb&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.005919
10.0.0.23 - - [2026-05-18 02:38:49] "GET /virtual-network/81931d88-17a5-4ebc-bfa5-850769b36eb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.007095
10.0.0.23 - - [2026-05-18 02:38:49] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008841
10.0.0.23 - - [2026-05-18 02:38:54] "POST /neutron/network HTTP/1.1" 200 1116 0.008728
10.0.0.23 - - [2026-05-18 02:38:54] "POST /neutron/subnet HTTP/1.1" 200 1381 0.015217
10.0.0.23 - - [2026-05-18 02:38:54] "POST /neutron/network HTTP/1.1" 200 1106 0.011349
10.0.0.23 - - [2026-05-18 02:38:59] "POST /neutron/port HTTP/1.1" 200 1238 0.026865
10.0.0.23 - - [2026-05-18 02:39:00] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008882
10.0.0.23 - - [2026-05-18 02:39:01] "POST /neutron/network HTTP/1.1" 200 1116 0.007893
10.0.0.23 - - [2026-05-18 02:39:01] "POST /neutron/subnet HTTP/1.1" 200 1381 0.020095
10.0.0.23 - - [2026-05-18 02:39:01] "POST /neutron/network HTTP/1.1" 200 1106 0.010082
10.0.0.23 - - [2026-05-18 02:39:10] "POST /neutron/port HTTP/1.1" 200 1238 0.021299
10.0.0.23 - - [2026-05-18 02:39:10] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007428
10.0.0.23 - - [2026-05-18 02:39:10] "GET /virtual-machine/32ed375e-6f4f-40af-bbf2-8c86ad8004ec HTTP/1.1" 200 1302 0.006724
10.0.0.23 - - [2026-05-18 02:39:10] "GET /virtual-machine-interface/7a65f12f-9c53-452f-942e-08155ef407b4 HTTP/1.1" 200 3185 0.005286
10.0.0.23 - - [2026-05-18 02:39:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003387
10.0.0.23 - - [2026-05-18 02:39:10] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004703
10.0.0.23 - - [2026-05-18 02:39:10] "GET /virtual-networks?parent_id=a49528ca-850f-42fd-8763-056c33f49aeb&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003611
10.0.0.23 - - [2026-05-18 02:39:10] "GET /virtual-network/81931d88-17a5-4ebc-bfa5-850769b36eb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.011007
10.0.0.23 - - [2026-05-18 02:39:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003437
10.0.0.23 - - [2026-05-18 02:39:11] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004638
10.0.0.23 - - [2026-05-18 02:39:11] "GET /virtual-networks?parent_id=a49528ca-850f-42fd-8763-056c33f49aeb&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003343
10.0.0.23 - - [2026-05-18 02:39:12] "GET /virtual-network/81931d88-17a5-4ebc-bfa5-850769b36eb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.006672
10.0.0.23 - - [2026-05-18 02:39:12] "POST /neutron/port HTTP/1.1" 200 1238 0.021862
10.0.0.23 - - [2026-05-18 02:39:13] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007707
10.0.0.23 - - [2026-05-18 02:39:22] "POST /neutron/port HTTP/1.1" 200 1238 0.025959
10.0.0.23 - - [2026-05-18 02:39:41] "GET /virtual-network/81931d88-17a5-4ebc-bfa5-850769b36eb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.007546
10.0.0.23 - - [2026-05-18 02:39:41] "POST /neutron/network HTTP/1.1" 200 1007 0.088046
10.0.0.23 - - [2026-05-18 02:39:41] "GET /virtual-network/81931d88-17a5-4ebc-bfa5-850769b36eb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.007228
10.0.0.23 - - [2026-05-18 02:39:41] "POST /neutron/network HTTP/1.1" 400 204 0.020201
10.0.0.23 - - [2026-05-18 02:39:42] "POST /neutron/port HTTP/1.1" 200 1238 0.019102
10.0.0.23 - - [2026-05-18 02:39:42] "POST /neutron/port HTTP/1.1" 200 151 0.287296
10.0.0.240 - - [2026-05-18 02:39:44] "DELETE /route-target/1429fdae-4101-41eb-b8d2-dfb55f30ba0c HTTP/1.1" 200 115 0.055824
10.0.0.23 - - [2026-05-18 02:39:44] "DELETE /network-policy/f5302cec-fdc8-4035-a7e9-e5fff9747ceb HTTP/1.1" 200 115 0.046134
10.0.0.240 - - [2026-05-18 02:39:47] "GET /projects?obj_uuids=a49528ca-850f-42fd-8763-056c33f49aeb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.040197
10.0.0.23 - - [2026-05-18 02:39:47] "GET /project/a49528ca-850f-42fd-8763-056c33f49aeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.117609
10.0.0.240 - - [2026-05-18 02:39:47] "GET /projects?obj_uuids=a49528ca-850f-42fd-8763-056c33f49aeb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001371
10.0.0.23 - - [2026-05-18 02:39:47] "GET /project/a49528ca-850f-42fd-8763-056c33f49aeb?fields=virtual_networks HTTP/1.1" 200 1049 0.047360
10.0.0.240 - - [2026-05-18 02:39:47] "GET /projects?obj_uuids=a49528ca-850f-42fd-8763-056c33f49aeb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001380
10.0.0.23 - - [2026-05-18 02:39:47] "GET /project/a49528ca-850f-42fd-8763-056c33f49aeb?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.045715
10.0.0.240 - - [2026-05-18 02:39:47] "GET /projects?obj_uuids=a49528ca-850f-42fd-8763-056c33f49aeb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000916
10.0.0.23 - - [2026-05-18 02:39:47] "GET /project/a49528ca-850f-42fd-8763-056c33f49aeb?fields=security_groups HTTP/1.1" 200 1284 0.046217
10.0.0.23 - - [2026-05-18 02:39:48] "POST /fqname-to-id HTTP/1.1" 404 202 0.031960
10.0.0.240 - - [2026-05-18 02:39:48] "GET /projects?obj_uuids=20d7f6e9-8d64-4aa1-9803-f8c9150c5fe7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004887
10.0.0.240 - - [2026-05-18 02:39:48] "GET /domains?obj_uuids=4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001068
10.0.0.240 - - [2026-05-18 02:39:48] "GET /domain/4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009093
10.0.0.240 - - [2026-05-18 02:39:48] "POST /id-to-fqname HTTP/1.1" 200 204 0.004398
10.0.0.240 - - [2026-05-18 02:39:48] "POST /fqname-to-id HTTP/1.1" 404 213 0.003846
10.0.0.240 - - [2026-05-18 02:39:48] "POST /security-groups HTTP/1.1" 200 605 0.085212
10.0.0.240 - - [2026-05-18 02:39:48] "POST /projects HTTP/1.1" 200 613 0.322803
10.0.0.240 - - [2026-05-18 02:39:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.359653
10.0.0.240 - - [2026-05-18 02:39:48] "POST /fqname-to-id HTTP/1.1" 404 247 0.006340
10.0.0.23 - - [2026-05-18 02:39:48] "GET /project/20d7f6e9-8d64-4aa1-9803-f8c9150c5fe7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.519780
10.0.0.23 - - [2026-05-18 02:39:49] "GET / HTTP/1.1" 200 36215 0.001487
10.0.0.23 - - [2026-05-18 02:39:53] "GET /project/20d7f6e9-8d64-4aa1-9803-f8c9150c5fe7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000519
10.0.0.240 - - [2026-05-18 02:39:53] "GET /projects?obj_uuids=20d7f6e9-8d64-4aa1-9803-f8c9150c5fe7&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001326
10.0.0.23 - - [2026-05-18 02:39:53] "GET /project/20d7f6e9-8d64-4aa1-9803-f8c9150c5fe7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.093658
10.0.0.23 - - [2026-05-18 02:39:54] "GET / HTTP/1.1" 200 36215 0.002511
10.0.0.23 - - [2026-05-18 02:39:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003115
10.0.0.240 - - [2026-05-18 02:39:54] "GET /domains?obj_uuids=4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000834
10.0.0.23 - - [2026-05-18 02:39:54] "GET /domain/4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.007081
10.0.0.23 - - [2026-05-18 02:39:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004629
10.0.0.240 - - [2026-05-18 02:39:54] "GET /projects?obj_uuids=20d7f6e9-8d64-4aa1-9803-f8c9150c5fe7&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001234
10.0.0.23 - - [2026-05-18 02:39:54] "GET /project/20d7f6e9-8d64-4aa1-9803-f8c9150c5fe7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.061498
10.0.0.23 - - [2026-05-18 02:39:55] "GET /domains HTTP/1.1" 401 292 0.000643
10.0.0.23 - - [2026-05-18 02:39:56] "GET /domains HTTP/1.1" 200 281 0.031076
10.0.0.240 - - [2026-05-18 02:39:56] "GET /domains?obj_uuids=4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000882
10.0.0.23 - - [2026-05-18 02:39:56] "GET /domain/4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989 HTTP/1.1" 200 2987 0.009575
10.0.0.240 - - [2026-05-18 02:39:56] "GET /projects?obj_uuids=20d7f6e9-8d64-4aa1-9803-f8c9150c5fe7&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000869
10.0.0.23 - - [2026-05-18 02:39:56] "GET /project/20d7f6e9-8d64-4aa1-9803-f8c9150c5fe7 HTTP/1.1" 200 1940 0.095264
10.0.0.23 - - [2026-05-18 02:39:56] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.004683
10.0.0.23 - - [2026-05-18 02:39:56] "POST /network-ipams HTTP/1.1" 200 629 0.033992
10.0.0.23 - - [2026-05-18 02:39:56] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 817 0.004509
10.0.0.23 - - [2026-05-18 02:39:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003544
10.0.0.23 - - [2026-05-18 02:39:56] "GET /network-ipam/9162352c-32f8-4d65-ba46-c9a600ccda74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.006840
10.0.0.23 - - [2026-05-18 02:39:56] "PUT /network-ipam/9162352c-32f8-4d65-ba46-c9a600ccda74 HTTP/1.1" 200 259 0.017025
10.0.0.23 - - [2026-05-18 02:39:56] "POST /fqname-to-id HTTP/1.1" 401 292 0.000543
10.0.0.23 - - [2026-05-18 02:39:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.028169
10.0.0.240 - - [2026-05-18 02:39:57] "GET /projects?obj_uuids=20d7f6e9-8d64-4aa1-9803-f8c9150c5fe7&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001096
10.0.0.23 - - [2026-05-18 02:39:57] "GET /project/20d7f6e9-8d64-4aa1-9803-f8c9150c5fe7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.051752
10.0.0.23 - - [2026-05-18 02:39:57] "POST /neutron/network HTTP/1.1" 200 117 0.038113
10.0.0.240 - - [2026-05-18 02:39:57] "POST /ref-update HTTP/1.1" 200 156 0.021133
10.0.0.240 - - [2026-05-18 02:39:57] "POST /fqname-to-id HTTP/1.1" 404 207 0.007871
10.0.0.240 - - [2026-05-18 02:39:57] "POST /useragent-kv HTTP/1.1" 200 115 0.003159
10.0.0.23 - - [2026-05-18 02:39:57] "POST /neutron/subnet HTTP/1.1" 200 823 0.211861
10.0.0.23 - - [2026-05-18 02:39:58] "POST /id-to-fqname HTTP/1.1" 200 237 0.001397
10.0.0.23 - - [2026-05-18 02:39:58] "GET /virtual-network/af43f0eb-9878-4ef3-9089-092f8145e7c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2686 0.005648
10.0.0.23 - - [2026-05-18 02:39:58] "GET /virtual-network/af43f0eb-9878-4ef3-9089-092f8145e7c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2686 0.006668
10.0.0.23 - - [2026-05-18 02:39:58] "POST /neutron/network HTTP/1.1" 200 1141 0.010261
10.0.0.23 - - [2026-05-18 02:39:58] "GET /virtual-network/af43f0eb-9878-4ef3-9089-092f8145e7c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2686 0.006322
10.0.0.23 - - [2026-05-18 02:39:59] "GET /obj-perms HTTP/1.1" 200 5021 0.056123
10.0.0.23 - - [2026-05-18 02:40:00] "POST /fqname-to-id HTTP/1.1" 404 231 0.006096
10.0.0.23 - - [2026-05-18 02:40:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003980
10.0.0.240 - - [2026-05-18 02:40:00] "GET /projects?obj_uuids=20d7f6e9-8d64-4aa1-9803-f8c9150c5fe7&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000899
10.0.0.23 - - [2026-05-18 02:40:00] "GET /project/20d7f6e9-8d64-4aa1-9803-f8c9150c5fe7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.050969
10.0.0.23 - - [2026-05-18 02:40:00] "POST /network-policys HTTP/1.1" 200 567 0.037314
10.0.0.23 - - [2026-05-18 02:40:00] "GET /network-policy/b98f0acc-f2fb-4fa5-b825-8e58e39e142e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4076 0.007185
10.0.0.23 - - [2026-05-18 02:40:00] "POST /fqname-to-id HTTP/1.1" 404 231 0.003384
10.0.0.23 - - [2026-05-18 02:40:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003356
10.0.0.240 - - [2026-05-18 02:40:00] "GET /projects?obj_uuids=20d7f6e9-8d64-4aa1-9803-f8c9150c5fe7&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001148
10.0.0.23 - - [2026-05-18 02:40:00] "GET /project/20d7f6e9-8d64-4aa1-9803-f8c9150c5fe7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.065728
10.0.0.23 - - [2026-05-18 02:40:00] "POST /network-policys HTTP/1.1" 200 567 0.058051
10.0.0.23 - - [2026-05-18 02:40:00] "GET /network-policy/46b0d2f5-0719-4c02-b803-946f41b2bed0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3111 0.008905
10.0.0.23 - - [2026-05-18 02:40:00] "POST /fqname-to-id HTTP/1.1" 404 231 0.003780
10.0.0.23 - - [2026-05-18 02:40:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004226
10.0.0.240 - - [2026-05-18 02:40:01] "GET /projects?obj_uuids=20d7f6e9-8d64-4aa1-9803-f8c9150c5fe7&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001073
10.0.0.23 - - [2026-05-18 02:40:01] "GET /project/20d7f6e9-8d64-4aa1-9803-f8c9150c5fe7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.077149
10.0.0.23 - - [2026-05-18 02:40:01] "POST /network-policys HTTP/1.1" 200 567 0.037391
10.0.0.23 - - [2026-05-18 02:40:01] "GET /network-policy/2332cb60-a9f6-4c95-b50e-d122434f7392?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2141 0.006915
10.0.0.23 - - [2026-05-18 02:40:01] "POST /neutron/network HTTP/1.1" 200 1141 0.013372
10.0.0.23 - - [2026-05-18 02:40:01] "GET /virtual-network/af43f0eb-9878-4ef3-9089-092f8145e7c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3305 0.009578
10.0.0.23 - - [2026-05-18 02:40:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004530
10.0.0.23 - - [2026-05-18 02:40:01] "GET /network-policy/46b0d2f5-0719-4c02-b803-946f41b2bed0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3111 0.010556
10.0.0.23 - - [2026-05-18 02:40:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004606
10.0.0.23 - - [2026-05-18 02:40:01] "GET /network-policy/b98f0acc-f2fb-4fa5-b825-8e58e39e142e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4076 0.004954
10.0.0.23 - - [2026-05-18 02:40:01] "POST /id-to-fqname HTTP/1.1" 200 237 0.001308
10.0.0.23 - - [2026-05-18 02:40:02] "POST /neutron/network HTTP/1.1" 200 1349 0.008811
10.0.0.240 - - [2026-05-18 02:40:02] "GET /obj-perms HTTP/1.1" 200 5056 0.073975
10.0.0.240 - - [2026-05-18 02:40:02] "GET /projects?obj_uuids=20d7f6e9-8d64-4aa1-9803-f8c9150c5fe7&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001067
10.0.0.23 - - [2026-05-18 02:40:03] "GET /project/20d7f6e9-8d64-4aa1-9803-f8c9150c5fe7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.081489
10.0.0.23 - - [2026-05-18 02:40:03] "POST /neutron/port HTTP/1.1" 200 117 0.006580
10.0.0.240 - - [2026-05-18 02:40:03] "GET /projects?obj_uuids=20d7f6e9-8d64-4aa1-9803-f8c9150c5fe7&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000959
10.0.0.23 - - [2026-05-18 02:40:04] "POST /neutron/port HTTP/1.1" 200 1180 0.399582
10.0.0.23 - - [2026-05-18 02:40:04] "POST /neutron/port HTTP/1.1" 200 1234 0.148865
10.0.0.23 - - [2026-05-18 02:40:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004810
10.0.0.23 - - [2026-05-18 02:40:04] "POST /neutron/port HTTP/1.1" 200 117 0.001477
10.0.0.23 - - [2026-05-18 02:40:08] "POST /neutron/security_group HTTP/1.1" 200 2072 0.009849
10.0.0.23 - - [2026-05-18 02:40:08] "POST /neutron/port HTTP/1.1" 200 1244 0.021021
10.0.0.23 - - [2026-05-18 02:40:08] "GET /virtual-machine/3f0c21a8-13e1-49bd-9d3a-bfd909cc8e43 HTTP/1.1" 401 292 0.000451
10.0.0.23 - - [2026-05-18 02:40:09] "GET /virtual-machine/3f0c21a8-13e1-49bd-9d3a-bfd909cc8e43 HTTP/1.1" 200 1308 0.036085
10.0.0.23 - - [2026-05-18 02:40:09] "GET /virtual-machine-interface/ab588ac1-e290-452e-8d3a-0af53c7a6ee0 HTTP/1.1" 200 3185 0.008097
10.0.0.23 - - [2026-05-18 02:40:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003168
10.0.0.23 - - [2026-05-18 02:40:09] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003654
10.0.0.23 - - [2026-05-18 02:40:09] "GET /virtual-networks?parent_id=20d7f6e9-8d64-4aa1-9803-f8c9150c5fe7&detail=False&count=False&shared=False HTTP/1.1" 200 369 0.002924
10.0.0.23 - - [2026-05-18 02:40:09] "GET /virtual-network/af43f0eb-9878-4ef3-9089-092f8145e7c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3305 0.005682
10.0.0.23 - - [2026-05-18 02:40:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004278
10.0.0.23 - - [2026-05-18 02:40:12] "GET /virtual-network/af43f0eb-9878-4ef3-9089-092f8145e7c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3305 0.007013
10.0.0.23 - - [2026-05-18 02:40:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004525
10.0.0.23 - - [2026-05-18 02:40:16] "GET /virtual-network/af43f0eb-9878-4ef3-9089-092f8145e7c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3305 0.006802
10.0.0.23 - - [2026-05-18 02:40:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003970
10.0.0.23 - - [2026-05-18 02:40:20] "GET /virtual-network/af43f0eb-9878-4ef3-9089-092f8145e7c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3305 0.006940
10.0.0.23 - - [2026-05-18 02:40:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003608
10.0.0.23 - - [2026-05-18 02:40:24] "GET /virtual-network/af43f0eb-9878-4ef3-9089-092f8145e7c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3305 0.006448
10.0.0.23 - - [2026-05-18 02:40:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003659
10.0.0.23 - - [2026-05-18 02:40:28] "GET /virtual-network/af43f0eb-9878-4ef3-9089-092f8145e7c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3305 0.006562
10.0.0.23 - - [2026-05-18 02:40:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004166
10.0.0.23 - - [2026-05-18 02:40:32] "GET /virtual-network/af43f0eb-9878-4ef3-9089-092f8145e7c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3305 0.005379
10.0.0.23 - - [2026-05-18 02:40:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003945
10.0.0.23 - - [2026-05-18 02:40:36] "GET /virtual-network/af43f0eb-9878-4ef3-9089-092f8145e7c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3305 0.008205
10.0.0.23 - - [2026-05-18 02:40:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004271
10.0.0.23 - - [2026-05-18 02:40:40] "GET /virtual-network/af43f0eb-9878-4ef3-9089-092f8145e7c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3305 0.007696
10.0.0.23 - - [2026-05-18 02:40:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.029099
10.0.0.23 - - [2026-05-18 02:40:43] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.008894
10.0.0.23 - - [2026-05-18 02:40:43] "GET /virtual-networks?parent_id=20d7f6e9-8d64-4aa1-9803-f8c9150c5fe7&detail=False&count=False&shared=False HTTP/1.1" 200 369 0.004580
10.0.0.23 - - [2026-05-18 02:40:43] "GET /virtual-network/af43f0eb-9878-4ef3-9089-092f8145e7c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3305 0.008409
10.0.0.240 - - [2026-05-18 02:40:43] "DELETE /access-control-list/bcc08ea7-a14b-4372-b47d-9d63d392cdff HTTP/1.1" 200 115 0.041136
10.0.0.23 - - [2026-05-18 02:40:43] "POST /neutron/security_group HTTP/1.1" 200 2072 0.009104
10.0.0.240 - - [2026-05-18 02:40:46] "DELETE /project/20d7f6e98d644aa19803f8c9150c5fe7 HTTP/1.1" 404 173 0.004740
10.0.0.240 - - [2026-05-18 02:40:46] "DELETE /project/a49528ca-850f-42fd-8763-056c33f49aeb HTTP/1.1" 404 177 0.004106
10.0.0.23 - - [2026-05-18 02:40:52] "POST /neutron/port HTTP/1.1" 200 1244 0.020536
10.0.0.23 - - [2026-05-18 02:40:53] "POST /neutron/security_group HTTP/1.1" 200 2072 0.008359
10.0.0.23 - - [2026-05-18 02:41:02] "POST /neutron/port HTTP/1.1" 200 1244 0.020781
10.0.0.23 - - [2026-05-18 02:41:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005177
10.0.0.23 - - [2026-05-18 02:41:02] "POST /neutron/port HTTP/1.1" 200 117 0.001033
10.0.0.22 - - [2026-05-18 02:41:03] "GET /obj-perms HTTP/1.1" 200 5056 0.059171
10.0.0.23 - - [2026-05-18 02:41:04] "POST /neutron/port HTTP/1.1" 200 1244 0.029775
10.0.0.23 - - [2026-05-18 02:41:04] "POST /neutron/security_group HTTP/1.1" 200 2072 0.010353
10.0.0.23 - - [2026-05-18 02:41:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004559
10.0.0.23 - - [2026-05-18 02:41:04] "GET /network-policy/b98f0acc-f2fb-4fa5-b825-8e58e39e142e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4076 0.005536
10.0.0.23 - - [2026-05-18 02:41:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004695
10.0.0.23 - - [2026-05-18 02:41:04] "GET /network-policy/46b0d2f5-0719-4c02-b803-946f41b2bed0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3111 0.005425
10.0.0.23 - - [2026-05-18 02:41:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003452
10.0.0.23 - - [2026-05-18 02:41:04] "GET /network-policy/2332cb60-a9f6-4c95-b50e-d122434f7392?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2141 0.004741
10.0.0.23 - - [2026-05-18 02:41:04] "POST /neutron/network HTTP/1.1" 200 1431 0.019314
10.0.0.23 - - [2026-05-18 02:41:04] "GET /virtual-network/af43f0eb-9878-4ef3-9089-092f8145e7c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3602 0.005651
10.0.0.23 - - [2026-05-18 02:41:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004268
10.0.0.23 - - [2026-05-18 02:41:04] "GET /network-policy/2332cb60-a9f6-4c95-b50e-d122434f7392?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2141 0.004126
10.0.0.23 - - [2026-05-18 02:41:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003906
10.0.0.23 - - [2026-05-18 02:41:04] "GET /network-policy/46b0d2f5-0719-4c02-b803-946f41b2bed0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3111 0.004835
10.0.0.23 - - [2026-05-18 02:41:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004746
10.0.0.23 - - [2026-05-18 02:41:04] "GET /network-policy/b98f0acc-f2fb-4fa5-b825-8e58e39e142e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4076 0.004525
10.0.0.23 - - [2026-05-18 02:41:10] "GET /virtual-network/af43f0eb-9878-4ef3-9089-092f8145e7c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3602 0.007041
10.0.0.240 - - [2026-05-18 02:41:10] "POST /fqname-to-id HTTP/1.1" 404 207 0.007725
10.0.0.240 - - [2026-05-18 02:41:10] "DELETE /access-control-list/8b94a846-f734-4008-9c58-daee4ea09105 HTTP/1.1" 200 115 0.057294
10.0.0.23 - - [2026-05-18 02:41:10] "POST /neutron/network HTTP/1.1" 200 1141 0.030109
10.0.0.23 - - [2026-05-18 02:41:10] "GET /virtual-network/af43f0eb-9878-4ef3-9089-092f8145e7c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2686 0.005132
10.0.0.23 - - [2026-05-18 02:41:15] "GET /virtual-machine/3f0c21a8-13e1-49bd-9d3a-bfd909cc8e43 HTTP/1.1" 200 1308 0.004199
10.0.0.23 - - [2026-05-18 02:41:16] "POST /neutron/port HTTP/1.1" 200 151 0.240998
10.0.0.23 - - [2026-05-18 02:41:17] "GET /virtual-machine/3f0c21a8-13e1-49bd-9d3a-bfd909cc8e43 HTTP/1.1" 404 171 0.004413
10.0.0.23 - - [2026-05-18 02:41:17] "GET /virtual-machine/3f0c21a8-13e1-49bd-9d3a-bfd909cc8e43 HTTP/1.1" 404 171 0.002608
10.0.0.23 - - [2026-05-18 02:41:17] "GET /virtual-machine/3f0c21a8-13e1-49bd-9d3a-bfd909cc8e43 HTTP/1.1" 404 171 0.002867
10.0.0.23 - - [2026-05-18 02:41:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004166
10.0.0.23 - - [2026-05-18 02:41:17] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003780
10.0.0.23 - - [2026-05-18 02:41:17] "GET /virtual-networks?parent_id=20d7f6e9-8d64-4aa1-9803-f8c9150c5fe7&detail=False&count=False&shared=False HTTP/1.1" 200 369 0.003907
10.0.0.23 - - [2026-05-18 02:41:17] "GET /virtual-network/af43f0eb-9878-4ef3-9089-092f8145e7c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2686 0.007398
10.0.0.23 - - [2026-05-18 02:41:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003437
10.0.0.23 - - [2026-05-18 02:41:17] "GET /routing-instance/36851786-3cd1-43b1-bc8b-ee2ae0c7d5b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1504 0.005476
10.0.0.23 - - [2026-05-18 02:41:17] "GET /route-target/16b86c80-6f20-4074-b55d-ecc55edb4330?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005490
10.0.0.23 - - [2026-05-18 02:41:20] "GET /obj-perms HTTP/1.1" 200 5021 0.003773
10.0.0.22 - - [2026-05-18 02:41:24] "GET /obj-perms HTTP/1.1" 200 5021 0.064585
10.0.0.23 - - [2026-05-18 02:41:24] "GET /obj-perms HTTP/1.1" 200 5021 0.004519
10.0.0.23 - - [2026-05-18 02:41:24] "DELETE /network-policy/2332cb60-a9f6-4c95-b50e-d122434f7392 HTTP/1.1" 200 115 0.041797
10.0.0.23 - - [2026-05-18 02:41:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004383
10.0.0.240 - - [2026-05-18 02:41:24] "GET /projects?obj_uuids=20d7f6e9-8d64-4aa1-9803-f8c9150c5fe7&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001077
10.0.0.23 - - [2026-05-18 02:41:24] "GET /project/20d7f6e9-8d64-4aa1-9803-f8c9150c5fe7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.040155
10.0.0.23 - - [2026-05-18 02:41:24] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-70731292&detail=False&count=False&shared=False HTTP/1.1" 200 608 0.006903
10.0.0.23 - - [2026-05-18 02:41:24] "DELETE /network-policy/46b0d2f5-0719-4c02-b803-946f41b2bed0 HTTP/1.1" 200 115 0.048393
10.0.0.23 - - [2026-05-18 02:41:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005319
10.0.0.240 - - [2026-05-18 02:41:24] "GET /projects?obj_uuids=20d7f6e9-8d64-4aa1-9803-f8c9150c5fe7&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.002482
10.0.0.23 - - [2026-05-18 02:41:24] "GET /project/20d7f6e9-8d64-4aa1-9803-f8c9150c5fe7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.064930
10.0.0.23 - - [2026-05-18 02:41:24] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-70731292&detail=False&count=False&shared=False HTTP/1.1" 200 369 0.005271
10.0.0.23 - - [2026-05-18 02:41:25] "DELETE /network-policy/b98f0acc-f2fb-4fa5-b825-8e58e39e142e HTTP/1.1" 200 115 0.046379
10.0.0.23 - - [2026-05-18 02:41:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003763
10.0.0.240 - - [2026-05-18 02:41:25] "GET /projects?obj_uuids=20d7f6e9-8d64-4aa1-9803-f8c9150c5fe7&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001095
10.0.0.23 - - [2026-05-18 02:41:25] "GET /project/20d7f6e9-8d64-4aa1-9803-f8c9150c5fe7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.052829
10.0.0.23 - - [2026-05-18 02:41:25] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-70731292&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005449
10.0.0.23 - - [2026-05-18 02:41:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004495
10.0.0.23 - - [2026-05-18 02:41:25] "DELETE /network-ipam/9162352c-32f8-4d65-ba46-c9a600ccda74 HTTP/1.1" 200 115 0.037852
10.0.0.23 - - [2026-05-18 02:41:25] "POST /fqname-to-id HTTP/1.1" 404 264 0.003393
10.0.0.240 - - [2026-05-18 02:41:25] "GET /projects?obj_uuids=20d7f6e9-8d64-4aa1-9803-f8c9150c5fe7&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001054
10.0.0.240 - - [2026-05-18 02:41:25] "GET /project/20d7f6e9-8d64-4aa1-9803-f8c9150c5fe7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1523 0.037795
10.0.0.240 - - [2026-05-18 02:41:25] "GET /projects?obj_uuids=20d7f6e9-8d64-4aa1-9803-f8c9150c5fe7&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001559
10.0.0.240 - - [2026-05-18 02:41:25] "GET /project/20d7f6e9-8d64-4aa1-9803-f8c9150c5fe7?fields=security_groups HTTP/1.1" 200 1404 0.055908
10.0.0.240 - - [2026-05-18 02:41:26] "DELETE /security-group/77d1964e-2d1d-4d36-a737-7cc37b6f9545 HTTP/1.1" 200 115 0.085982
10.0.0.240 - - [2026-05-18 02:41:26] "GET /projects?obj_uuids=20d7f6e9-8d64-4aa1-9803-f8c9150c5fe7&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001544
10.0.0.240 - - [2026-05-18 02:41:26] "DELETE /access-control-list/5110b487-0e2b-42e5-9638-fd8fd4ece0ad HTTP/1.1" 200 115 0.060155
10.0.0.240 - - [2026-05-18 02:41:26] "GET /project/20d7f6e9-8d64-4aa1-9803-f8c9150c5fe7?fields=application_policy_sets HTTP/1.1" 200 1443 0.065487
10.0.0.23 - - [2026-05-18 02:41:26] "DELETE /project/20d7f6e9-8d64-4aa1-9803-f8c9150c5fe7 HTTP/1.1" 200 115 0.469398
10.0.0.240 - - [2026-05-18 02:41:26] "GET /domains?obj_uuids=4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000928
10.0.0.23 - - [2026-05-18 02:41:26] "GET /domain/4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989?fields=projects HTTP/1.1" 200 1442 0.011636
10.0.0.240 - - [2026-05-18 02:41:28] "GET /projects?obj_uuids=20d7f6e9-8d64-4aa1-9803-f8c9150c5fe7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.008526
10.0.0.240 - - [2026-05-18 02:41:28] "GET /domains?obj_uuids=4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001041
10.0.0.240 - - [2026-05-18 02:41:28] "GET /domain/4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.049461
10.0.0.240 - - [2026-05-18 02:41:29] "POST /id-to-fqname HTTP/1.1" 200 204 0.006563
10.0.0.240 - - [2026-05-18 02:41:29] "POST /fqname-to-id HTTP/1.1" 404 213 0.010979
10.0.0.240 - - [2026-05-18 02:41:29] "POST /security-groups HTTP/1.1" 200 605 0.078155
10.0.0.240 - - [2026-05-18 02:41:29] "POST /projects HTTP/1.1" 200 613 0.349208
10.0.0.240 - - [2026-05-18 02:41:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.391753
10.0.0.240 - - [2026-05-18 02:41:29] "POST /access-control-lists HTTP/1.1" 200 612 0.037370
10.0.0.23 - - [2026-05-18 02:41:29] "GET /project/20d7f6e9-8d64-4aa1-9803-f8c9150c5fe7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.577866
10.0.0.240 - - [2026-05-18 02:41:29] "GET /projects?obj_uuids=20d7f6e9-8d64-4aa1-9803-f8c9150c5fe7&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.013001
10.0.0.23 - - [2026-05-18 02:41:29] "GET /project/20d7f6e9-8d64-4aa1-9803-f8c9150c5fe7?fields=virtual_networks HTTP/1.1" 200 1061 0.098074
10.0.0.240 - - [2026-05-18 02:41:29] "GET /projects?obj_uuids=20d7f6e9-8d64-4aa1-9803-f8c9150c5fe7&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001613
10.0.0.23 - - [2026-05-18 02:41:29] "GET /project/20d7f6e9-8d64-4aa1-9803-f8c9150c5fe7?fields=virtual_machine_interfaces HTTP/1.1" 200 1061 0.052126
10.0.0.240 - - [2026-05-18 02:41:29] "GET /projects?obj_uuids=20d7f6e9-8d64-4aa1-9803-f8c9150c5fe7&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001817
10.0.0.23 - - [2026-05-18 02:41:29] "GET /project/20d7f6e9-8d64-4aa1-9803-f8c9150c5fe7?fields=security_groups HTTP/1.1" 200 1302 0.058070
10.0.0.23 - - [2026-05-18 02:41:30] "POST /fqname-to-id HTTP/1.1" 404 204 0.031422
10.0.0.240 - - [2026-05-18 02:41:30] "GET /projects?obj_uuids=5ae6b45f-4d31-455d-b650-cd5d531ad1c7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003010
10.0.0.240 - - [2026-05-18 02:41:30] "GET /domains?obj_uuids=4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001565
10.0.0.240 - - [2026-05-18 02:41:30] "GET /domain/4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.012093
10.0.0.240 - - [2026-05-18 02:41:31] "POST /id-to-fqname HTTP/1.1" 200 206 0.004356
10.0.0.240 - - [2026-05-18 02:41:31] "POST /fqname-to-id HTTP/1.1" 404 215 0.006556
10.0.0.240 - - [2026-05-18 02:41:31] "POST /security-groups HTTP/1.1" 200 607 0.085982
10.0.0.240 - - [2026-05-18 02:41:31] "POST /fqname-to-id HTTP/1.1" 404 250 0.004506
10.0.0.240 - - [2026-05-18 02:41:31] "POST /projects HTTP/1.1" 200 617 0.338683
10.0.0.240 - - [2026-05-18 02:41:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.371089
10.0.0.240 - - [2026-05-18 02:41:31] "POST /access-control-lists HTTP/1.1" 200 612 0.047334
10.0.0.23 - - [2026-05-18 02:41:31] "GET /project/5ae6b45f-4d31-455d-b650-cd5d531ad1c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.546649
10.0.0.23 - - [2026-05-18 02:41:32] "GET / HTTP/1.1" 200 36215 0.001997
10.0.0.23 - - [2026-05-18 02:41:35] "POST /fqname-to-id HTTP/1.1" 401 292 0.001160
10.0.0.23 - - [2026-05-18 02:41:35] "POST /fqname-to-id HTTP/1.1" 404 233 0.063834
10.0.0.23 - - [2026-05-18 02:41:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003293
10.0.0.240 - - [2026-05-18 02:41:35] "GET /projects?obj_uuids=5ae6b45f-4d31-455d-b650-cd5d531ad1c7&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001048
10.0.0.23 - - [2026-05-18 02:41:35] "GET /project/5ae6b45f-4d31-455d-b650-cd5d531ad1c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.049825
10.0.0.23 - - [2026-05-18 02:41:36] "POST /network-policys HTTP/1.1" 200 569 0.039652
10.0.0.23 - - [2026-05-18 02:41:36] "GET /network-policy/9db9f192-a780-41b3-a4d4-b58766bb3535?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3155 0.007167
10.0.0.23 - - [2026-05-18 02:41:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003492
10.0.0.240 - - [2026-05-18 02:41:36] "GET /projects?obj_uuids=5ae6b45f-4d31-455d-b650-cd5d531ad1c7&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001899
10.0.0.23 - - [2026-05-18 02:41:36] "GET /project/5ae6b45f-4d31-455d-b650-cd5d531ad1c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.063807
10.0.0.23 - - [2026-05-18 02:41:36] "POST /neutron/network HTTP/1.1" 200 117 0.044291
10.0.0.240 - - [2026-05-18 02:41:36] "POST /useragent-kv HTTP/1.1" 200 115 0.012081
10.0.0.23 - - [2026-05-18 02:41:36] "POST /neutron/subnet HTTP/1.1" 200 828 0.200464
10.0.0.23 - - [2026-05-18 02:41:37] "POST /id-to-fqname HTTP/1.1" 200 237 0.001338
10.0.0.23 - - [2026-05-18 02:41:37] "GET /virtual-network/2dafbfe4-2ab6-48a8-a77b-d572971ee262?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2658 0.006590
10.0.0.23 - - [2026-05-18 02:41:37] "GET /virtual-network/2dafbfe4-2ab6-48a8-a77b-d572971ee262?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2658 0.006958
10.0.0.23 - - [2026-05-18 02:41:37] "POST /neutron/network HTTP/1.1" 200 1015 0.009987
10.0.0.23 - - [2026-05-18 02:41:37] "POST /neutron/network HTTP/1.1" 200 1015 0.010531
10.0.0.240 - - [2026-05-18 02:41:37] "POST /fqname-to-id HTTP/1.1" 404 252 0.003175
10.0.0.23 - - [2026-05-18 02:41:37] "GET /virtual-network/2dafbfe4-2ab6-48a8-a77b-d572971ee262?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2982 0.009163
10.0.0.23 - - [2026-05-18 02:41:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.005054
10.0.0.23 - - [2026-05-18 02:41:37] "GET /network-policy/9db9f192-a780-41b3-a4d4-b58766bb3535?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3155 0.005807
10.0.0.23 - - [2026-05-18 02:41:37] "GET /virtual-network/2dafbfe4-2ab6-48a8-a77b-d572971ee262?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2982 0.005453
10.0.0.23 - - [2026-05-18 02:41:39] "DELETE /network-policy/9db9f192-a780-41b3-a4d4-b58766bb3535 HTTP/1.1" 409 239 0.009033
10.0.0.23 - - [2026-05-18 02:41:39] "POST /neutron/network HTTP/1.1" 200 1122 0.010584
10.0.0.240 - - [2026-05-18 02:41:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.006099
10.0.0.23 - - [2026-05-18 02:41:39] "DELETE /network-policy/9db9f192-a780-41b3-a4d4-b58766bb3535 HTTP/1.1" 200 115 0.047511
10.0.0.23 - - [2026-05-18 02:41:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002561
10.0.0.240 - - [2026-05-18 02:41:39] "GET /projects?obj_uuids=5ae6b45f-4d31-455d-b650-cd5d531ad1c7&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000973
10.0.0.23 - - [2026-05-18 02:41:40] "GET /project/5ae6b45f-4d31-455d-b650-cd5d531ad1c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.044795
10.0.0.23 - - [2026-05-18 02:41:40] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyNegativeIpv4v6-41421674&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.006219
10.0.0.240 - - [2026-05-18 02:41:42] "GET /projects?obj_uuids=5ae6b45f-4d31-455d-b650-cd5d531ad1c7&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000990
10.0.0.23 - - [2026-05-18 02:41:42] "GET /project/5ae6b45f-4d31-455d-b650-cd5d531ad1c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.052359
10.0.0.240 - - [2026-05-18 02:41:42] "GET /projects?obj_uuids=5ae6b45f-4d31-455d-b650-cd5d531ad1c7&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000825
10.0.0.23 - - [2026-05-18 02:41:42] "GET /project/5ae6b45f-4d31-455d-b650-cd5d531ad1c7?fields=virtual_networks HTTP/1.1" 200 1065 0.053949
10.0.0.240 - - [2026-05-18 02:41:42] "GET /projects?obj_uuids=5ae6b45f-4d31-455d-b650-cd5d531ad1c7&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001004
10.0.0.23 - - [2026-05-18 02:41:42] "GET /project/5ae6b45f-4d31-455d-b650-cd5d531ad1c7?fields=virtual_machine_interfaces HTTP/1.1" 200 1065 0.055853
10.0.0.240 - - [2026-05-18 02:41:42] "GET /projects?obj_uuids=5ae6b45f-4d31-455d-b650-cd5d531ad1c7&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001041
10.0.0.23 - - [2026-05-18 02:41:43] "GET /project/5ae6b45f-4d31-455d-b650-cd5d531ad1c7?fields=security_groups HTTP/1.1" 200 1308 0.052558
10.0.0.23 - - [2026-05-18 02:41:44] "POST /fqname-to-id HTTP/1.1" 404 188 0.056173
10.0.0.240 - - [2026-05-18 02:41:44] "DELETE /access-control-list/ea2022ce-8bb4-46b0-82c9-035c2fab1a73 HTTP/1.1" 200 115 0.068844
10.0.0.240 - - [2026-05-18 02:41:44] "GET /projects?obj_uuids=2e091b46-2b48-41af-bdbe-02d3cf2d732d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.013922
10.0.0.240 - - [2026-05-18 02:41:44] "GET /domains?obj_uuids=4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001137
10.0.0.240 - - [2026-05-18 02:41:44] "GET /domain/4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008124
10.0.0.240 - - [2026-05-18 02:41:44] "POST /id-to-fqname HTTP/1.1" 200 190 0.001280
10.0.0.240 - - [2026-05-18 02:41:44] "POST /fqname-to-id HTTP/1.1" 404 199 0.008460
10.0.0.240 - - [2026-05-18 02:41:44] "POST /security-groups HTTP/1.1" 200 591 0.073161
10.0.0.240 - - [2026-05-18 02:41:44] "POST /projects HTTP/1.1" 200 585 0.279437
10.0.0.240 - - [2026-05-18 02:41:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.312315
10.0.0.240 - - [2026-05-18 02:41:44] "POST /fqname-to-id HTTP/1.1" 404 233 0.012217
10.0.0.23 - - [2026-05-18 02:41:44] "GET /project/2e091b46-2b48-41af-bdbe-02d3cf2d732d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.523162
10.0.0.23 - - [2026-05-18 02:41:45] "GET / HTTP/1.1" 200 36215 0.002150
10.0.0.240 - - [2026-05-18 02:41:46] "DELETE /project/20d7f6e98d644aa19803f8c9150c5fe7 HTTP/1.1" 404 173 0.009655
10.0.0.240 - - [2026-05-18 02:41:46] "DELETE /project/2e091b462b4841afbdbe02d3cf2d732d HTTP/1.1" 404 173 0.005572
10.0.0.240 - - [2026-05-18 02:41:46] "DELETE /project/20d7f6e9-8d64-4aa1-9803-f8c9150c5fe7 HTTP/1.1" 404 177 0.008895
10.0.0.240 - - [2026-05-18 02:41:46] "DELETE /project/5ae6b45f4d31455db650cd5d531ad1c7 HTTP/1.1" 404 173 0.005161
10.0.0.240 - - [2026-05-18 02:41:46] "GET /projects?obj_uuids=5ae6b45f-4d31-455d-b650-cd5d531ad1c7&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000888
10.0.0.240 - - [2026-05-18 02:41:46] "GET /project/5ae6b45f-4d31-455d-b650-cd5d531ad1c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1531 0.049337
10.0.0.240 - - [2026-05-18 02:41:46] "GET /projects?obj_uuids=5ae6b45f-4d31-455d-b650-cd5d531ad1c7&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000996
10.0.0.240 - - [2026-05-18 02:41:46] "GET /project/5ae6b45f-4d31-455d-b650-cd5d531ad1c7?fields=security_groups HTTP/1.1" 200 1410 0.063074
10.0.0.240 - - [2026-05-18 02:41:46] "DELETE /security-group/bae6b95a-7bf5-4169-a98f-898105423996 HTTP/1.1" 200 115 0.064752
10.0.0.240 - - [2026-05-18 02:41:46] "GET /projects?obj_uuids=5ae6b45f-4d31-455d-b650-cd5d531ad1c7&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000960
10.0.0.240 - - [2026-05-18 02:41:46] "GET /project/5ae6b45f-4d31-455d-b650-cd5d531ad1c7?fields=application_policy_sets HTTP/1.1" 200 1449 0.076197
10.0.0.240 - - [2026-05-18 02:41:46] "DELETE /access-control-list/1762e8ba-2c38-456f-bcc5-54e3ba1d7a09 HTTP/1.1" 200 115 0.066847
10.0.0.240 - - [2026-05-18 02:41:46] "DELETE /project/5ae6b45f-4d31-455d-b650-cd5d531ad1c7 HTTP/1.1" 200 115 0.485415
10.0.0.23 - - [2026-05-18 02:41:47] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000418
10.0.0.23 - - [2026-05-18 02:41:47] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.030772
10.0.0.23 - - [2026-05-18 02:41:47] "POST /network-ipams HTTP/1.1" 200 515 0.029634
10.0.0.23 - - [2026-05-18 02:41:48] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 753 0.003263
10.0.0.23 - - [2026-05-18 02:41:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003789
10.0.0.23 - - [2026-05-18 02:41:48] "GET /network-ipam/a02c86a8-e90e-49fa-91f7-03b86829448a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1289 0.007054
10.0.0.23 - - [2026-05-18 02:41:48] "PUT /network-ipam/a02c86a8-e90e-49fa-91f7-03b86829448a HTTP/1.1" 200 259 0.015699
10.0.0.23 - - [2026-05-18 02:41:48] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 753 0.003896
10.0.0.23 - - [2026-05-18 02:41:48] "POST /network-ipams HTTP/1.1" 200 515 0.033832
10.0.0.23 - - [2026-05-18 02:41:48] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 959 0.003268
10.0.0.23 - - [2026-05-18 02:41:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004058
10.0.0.23 - - [2026-05-18 02:41:48] "GET /network-ipam/27bbb152-e993-46f1-b16f-fab4d6a87cb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1288 0.008023
10.0.0.23 - - [2026-05-18 02:41:48] "PUT /network-ipam/27bbb152-e993-46f1-b16f-fab4d6a87cb9 HTTP/1.1" 200 259 0.019550
10.0.0.23 - - [2026-05-18 02:41:48] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 959 0.003985
10.0.0.23 - - [2026-05-18 02:41:48] "POST /network-ipams HTTP/1.1" 200 515 0.033567
10.0.0.23 - - [2026-05-18 02:41:48] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 1166 0.003751
10.0.0.23 - - [2026-05-18 02:41:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004197
10.0.0.23 - - [2026-05-18 02:41:48] "GET /network-ipam/5619c6b2-8540-4021-b599-8e23db0f1701?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1288 0.009988
10.0.0.23 - - [2026-05-18 02:41:48] "PUT /network-ipam/5619c6b2-8540-4021-b599-8e23db0f1701 HTTP/1.1" 200 259 0.014862
10.0.0.23 - - [2026-05-18 02:41:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004566
10.0.0.240 - - [2026-05-18 02:41:49] "GET /projects?obj_uuids=2e091b46-2b48-41af-bdbe-02d3cf2d732d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000936
10.0.0.23 - - [2026-05-18 02:41:49] "GET /project/2e091b46-2b48-41af-bdbe-02d3cf2d732d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.047318
10.0.0.240 - - [2026-05-18 02:41:49] "GET /projects?obj_uuids=2e091b46-2b48-41af-bdbe-02d3cf2d732d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000981
10.0.0.23 - - [2026-05-18 02:41:50] "POST /neutron/network HTTP/1.1" 200 607 0.173821
10.0.0.23 - - [2026-05-18 02:41:50] "POST /id-to-fqname HTTP/1.1" 200 221 0.002749
10.0.0.23 - - [2026-05-18 02:41:50] "GET /virtual-network/13aa0fd3-298c-4afd-8b62-558aa6396fff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005320
10.0.0.23 - - [2026-05-18 02:41:50] "POST /neutron/network HTTP/1.1" 200 825 0.006348
10.0.0.23 - - [2026-05-18 02:41:50] "GET /virtual-network/13aa0fd3-298c-4afd-8b62-558aa6396fff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005230
10.0.0.23 - - [2026-05-18 02:41:50] "POST /neutron/network HTTP/1.1" 200 825 0.006109
10.0.0.23 - - [2026-05-18 02:41:50] "GET /virtual-network/13aa0fd3-298c-4afd-8b62-558aa6396fff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006140
10.0.0.23 - - [2026-05-18 02:41:50] "GET /network-ipam/a02c86a8-e90e-49fa-91f7-03b86829448a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1289 0.004338
10.0.0.23 - - [2026-05-18 02:41:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003358
10.0.0.240 - - [2026-05-18 02:41:50] "GET /projects?obj_uuids=2e091b46-2b48-41af-bdbe-02d3cf2d732d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001188
10.0.0.23 - - [2026-05-18 02:41:50] "GET /project/2e091b46-2b48-41af-bdbe-02d3cf2d732d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.047188
10.0.0.240 - - [2026-05-18 02:41:50] "POST /route-targets HTTP/1.1" 200 328 0.019443
10.0.0.240 - - [2026-05-18 02:41:51] "POST /useragent-kv HTTP/1.1" 200 115 0.011755
10.0.0.23 - - [2026-05-18 02:41:51] "POST /neutron/subnet HTTP/1.1" 200 725 0.218762
10.0.0.23 - - [2026-05-18 02:41:51] "POST /id-to-fqname HTTP/1.1" 200 221 0.001698
10.0.0.23 - - [2026-05-18 02:41:51] "GET /virtual-network/a87b5189-1d15-4842-a4cf-957318d10f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005377
10.0.0.23 - - [2026-05-18 02:41:51] "GET /virtual-network/a87b5189-1d15-4842-a4cf-957318d10f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006698
10.0.0.23 - - [2026-05-18 02:41:51] "POST /neutron/network HTTP/1.1" 200 824 0.006921
10.0.0.23 - - [2026-05-18 02:41:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004189
10.0.0.240 - - [2026-05-18 02:41:51] "GET /projects?obj_uuids=2e091b46-2b48-41af-bdbe-02d3cf2d732d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001069
10.0.0.23 - - [2026-05-18 02:41:51] "GET /project/2e091b46-2b48-41af-bdbe-02d3cf2d732d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.052638
10.0.0.240 - - [2026-05-18 02:41:51] "GET /projects?obj_uuids=2e091b46-2b48-41af-bdbe-02d3cf2d732d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001611
10.0.0.23 - - [2026-05-18 02:41:51] "POST /neutron/network HTTP/1.1" 200 607 0.135132
10.0.0.240 - - [2026-05-18 02:41:51] "POST /ref-update HTTP/1.1" 200 156 0.027734
10.0.0.23 - - [2026-05-18 02:41:51] "POST /id-to-fqname HTTP/1.1" 200 221 0.004161
10.0.0.23 - - [2026-05-18 02:41:51] "GET /virtual-network/5abb69b9-8811-4287-b31b-99605eee0a39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.008004
10.0.0.23 - - [2026-05-18 02:41:51] "POST /neutron/network HTTP/1.1" 200 824 0.007046
10.0.0.23 - - [2026-05-18 02:41:51] "GET /virtual-network/5abb69b9-8811-4287-b31b-99605eee0a39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006022
10.0.0.23 - - [2026-05-18 02:41:52] "GET /virtual-network/13aa0fd3-298c-4afd-8b62-558aa6396fff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005373
10.0.0.22 - - [2026-05-18 02:41:53] "GET /obj-perms HTTP/1.1" 200 5030 0.055292
10.0.0.240 - - [2026-05-18 02:41:53] "GET /obj-perms HTTP/1.1" 200 5030 0.057891
10.0.0.23 - - [2026-05-18 02:41:53] "GET /virtual-network/a87b5189-1d15-4842-a4cf-957318d10f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006246
10.0.0.23 - - [2026-05-18 02:41:54] "GET /obj-perms HTTP/1.1" 200 5030 0.064682
10.0.0.23 - - [2026-05-18 02:41:54] "GET /virtual-network/5abb69b9-8811-4287-b31b-99605eee0a39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005301
10.0.0.23 - - [2026-05-18 02:41:54] "POST /fqname-to-id HTTP/1.1" 404 215 0.003538
10.0.0.23 - - [2026-05-18 02:41:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003790
10.0.0.240 - - [2026-05-18 02:41:54] "GET /projects?obj_uuids=2e091b46-2b48-41af-bdbe-02d3cf2d732d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001296
10.0.0.23 - - [2026-05-18 02:41:55] "GET /project/2e091b46-2b48-41af-bdbe-02d3cf2d732d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.049496
10.0.0.23 - - [2026-05-18 02:41:55] "POST /network-policys HTTP/1.1" 200 555 0.038968
10.0.0.23 - - [2026-05-18 02:41:55] "GET /network-policy/6cb48bf6-cdea-497a-85d5-ce478a60e154?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.008986
10.0.0.23 - - [2026-05-18 02:41:55] "POST /fqname-to-id HTTP/1.1" 404 215 0.004536
10.0.0.23 - - [2026-05-18 02:41:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004496
10.0.0.240 - - [2026-05-18 02:41:55] "GET /projects?obj_uuids=2e091b46-2b48-41af-bdbe-02d3cf2d732d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000966
10.0.0.23 - - [2026-05-18 02:41:55] "GET /project/2e091b46-2b48-41af-bdbe-02d3cf2d732d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.059791
10.0.0.23 - - [2026-05-18 02:41:55] "POST /network-policys HTTP/1.1" 200 555 0.037415
10.0.0.22 - - [2026-05-18 02:41:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000310
10.0.0.23 - - [2026-05-18 02:41:55] "GET /network-policy/c2e82bc9-7b8d-4180-a0bf-1e62d2bc5552?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2129 0.006186
10.0.0.23 - - [2026-05-18 02:41:55] "POST /fqname-to-id HTTP/1.1" 404 215 0.002907
10.0.0.22 - - [2026-05-18 02:41:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000456
10.0.0.23 - - [2026-05-18 02:41:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003375
10.0.0.240 - - [2026-05-18 02:41:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000465
10.0.0.240 - - [2026-05-18 02:41:55] "GET /projects?obj_uuids=2e091b46-2b48-41af-bdbe-02d3cf2d732d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001017
10.0.0.240 - - [2026-05-18 02:41:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000345
10.0.0.23 - - [2026-05-18 02:41:55] "GET /project/2e091b46-2b48-41af-bdbe-02d3cf2d732d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.055704
10.0.0.23 - - [2026-05-18 02:41:55] "POST /network-policys HTTP/1.1" 200 555 0.037271
10.0.0.23 - - [2026-05-18 02:41:55] "GET /network-policy/7b9b6c99-f7fe-4d41-8492-a8be9a93d627?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.007210
10.0.0.23 - - [2026-05-18 02:41:55] "POST /ref-update HTTP/1.1" 200 156 0.053380
10.0.0.23 - - [2026-05-18 02:41:56] "POST /ref-update HTTP/1.1" 200 156 0.092008
10.0.0.240 - - [2026-05-18 02:41:56] "PUT /access-control-list/fdbd5427-0ff1-4be2-b32a-a261fc1c2923 HTTP/1.1" 200 273 0.066943
10.0.0.23 - - [2026-05-18 02:41:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000503
10.0.0.23 - - [2026-05-18 02:41:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000318
10.0.0.23 - - [2026-05-18 02:41:56] "POST /neutron/network HTTP/1.1" 200 824 0.007874
10.0.0.22 - - [2026-05-18 02:41:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000383
10.0.0.22 - - [2026-05-18 02:41:56] "GET /global-system-configs HTTP/1.1" 401 292 0.001069
10.0.0.23 - - [2026-05-18 02:41:56] "GET /virtual-network/a87b5189-1d15-4842-a4cf-957318d10f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.020803
10.0.0.23 - - [2026-05-18 02:41:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.007281
10.0.0.240 - - [2026-05-18 02:41:56] "POST /ref-update HTTP/1.1" 200 156 0.042805
10.0.0.23 - - [2026-05-18 02:41:56] "GET /network-policy/c2e82bc9-7b8d-4180-a0bf-1e62d2bc5552?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2129 0.005474
10.0.0.23 - - [2026-05-18 02:41:56] "POST /id-to-fqname HTTP/1.1" 200 221 0.001180
10.0.0.240 - - [2026-05-18 02:41:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000435
10.0.0.240 - - [2026-05-18 02:41:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000380
10.0.0.23 - - [2026-05-18 02:41:56] "POST /neutron/network HTTP/1.1" 200 1006 0.009090
10.0.0.23 - - [2026-05-18 02:41:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000374
10.0.0.23 - - [2026-05-18 02:41:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000519
10.0.0.240 - - [2026-05-18 02:41:57] "GET /projects?obj_uuids=2e091b46-2b48-41af-bdbe-02d3cf2d732d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001045
10.0.0.23 - - [2026-05-18 02:41:57] "GET /project/2e091b46-2b48-41af-bdbe-02d3cf2d732d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.076570
10.0.0.23 - - [2026-05-18 02:41:57] "POST /neutron/port HTTP/1.1" 200 117 0.011834
10.0.0.23 - - [2026-05-18 02:41:57] "POST /id-to-fqname HTTP/1.1" 200 221 0.002354
10.0.0.23 - - [2026-05-18 02:41:58] "POST /neutron/network HTTP/1.1" 200 1006 0.007396
10.0.0.23 - - [2026-05-18 02:41:58] "POST /neutron/port HTTP/1.1" 200 1061 0.024085
10.0.0.240 - - [2026-05-18 02:41:58] "GET /projects?obj_uuids=2e091b46-2b48-41af-bdbe-02d3cf2d732d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000916
10.0.0.23 - - [2026-05-18 02:41:58] "GET /project/2e091b46-2b48-41af-bdbe-02d3cf2d732d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.133740
10.0.0.23 - - [2026-05-18 02:41:58] "POST /neutron/port HTTP/1.1" 200 1125 0.025186
10.0.0.23 - - [2026-05-18 02:41:58] "POST /neutron/port HTTP/1.1" 200 117 0.001221
10.0.0.23 - - [2026-05-18 02:41:59] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008421
10.0.0.23 - - [2026-05-18 02:41:59] "POST /id-to-fqname HTTP/1.1" 200 221 0.001216
10.0.0.23 - - [2026-05-18 02:41:59] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007985
10.0.0.240 - - [2026-05-18 02:41:59] "GET /projects?obj_uuids=2e091b46-2b48-41af-bdbe-02d3cf2d732d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000897
10.0.0.23 - - [2026-05-18 02:41:59] "POST /neutron/port HTTP/1.1" 200 1060 0.322247
10.0.0.240 - - [2026-05-18 02:42:00] "GET /projects?obj_uuids=2e091b46-2b48-41af-bdbe-02d3cf2d732d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001235
10.0.0.23 - - [2026-05-18 02:42:00] "GET /project/2e091b46-2b48-41af-bdbe-02d3cf2d732d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.139060
10.0.0.23 - - [2026-05-18 02:42:00] "POST /neutron/port HTTP/1.1" 200 1114 0.272898
10.0.0.23 - - [2026-05-18 02:42:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004320
10.0.0.23 - - [2026-05-18 02:42:00] "POST /neutron/network HTTP/1.1" 200 916 0.008249
10.0.0.23 - - [2026-05-18 02:42:00] "POST /neutron/port HTTP/1.1" 200 117 0.007926
10.0.0.23 - - [2026-05-18 02:42:01] "POST /neutron/port HTTP/1.1" 200 1125 0.020105
10.0.0.23 - - [2026-05-18 02:42:01] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010776
10.0.0.23 - - [2026-05-18 02:42:01] "POST /neutron/port HTTP/1.1" 200 1125 0.104016
10.0.0.23 - - [2026-05-18 02:42:01] "GET /virtual-machine/77e27350-85a1-4be1-a54c-39754121efdc HTTP/1.1" 401 292 0.000594
10.0.0.23 - - [2026-05-18 02:42:01] "POST /neutron/port HTTP/1.1" 200 1060 0.020588
10.0.0.23 - - [2026-05-18 02:42:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.009897
10.0.0.23 - - [2026-05-18 02:42:02] "GET /virtual-machine/77e27350-85a1-4be1-a54c-39754121efdc HTTP/1.1" 200 1294 0.046473
10.0.0.23 - - [2026-05-18 02:42:02] "GET /virtual-machine/77e27350-85a1-4be1-a54c-39754121efdc HTTP/1.1" 200 1294 0.003799
10.0.0.23 - - [2026-05-18 02:42:02] "GET /virtual-machine-interface/e33bbf3d-16d7-4205-acdc-d36ba9e370b6 HTTP/1.1" 200 2951 0.007829
10.0.0.23 - - [2026-05-18 02:42:02] "GET /virtual-machine/77e27350-85a1-4be1-a54c-39754121efdc HTTP/1.1" 200 1294 0.007972
10.0.0.23 - - [2026-05-18 02:42:02] "POST /neutron/network HTTP/1.1" 200 824 0.012561
10.0.0.23 - - [2026-05-18 02:42:02] "GET /virtual-machine-interface/e33bbf3d-16d7-4205-acdc-d36ba9e370b6 HTTP/1.1" 200 2951 0.008875
10.0.0.23 - - [2026-05-18 02:42:02] "GET /instance-ip/e308b183-52c1-414c-ad5b-6a2273af1b89 HTTP/1.1" 200 1626 0.007719
10.0.0.23 - - [2026-05-18 02:42:02] "GET /virtual-machine/77e27350-85a1-4be1-a54c-39754121efdc HTTP/1.1" 200 1294 0.005283
10.0.0.23 - - [2026-05-18 02:42:02] "GET /virtual-machine-interface/e33bbf3d-16d7-4205-acdc-d36ba9e370b6 HTTP/1.1" 200 2951 0.009347
10.0.0.23 - - [2026-05-18 02:42:02] "GET /instance-ip/e308b183-52c1-414c-ad5b-6a2273af1b89 HTTP/1.1" 200 1626 0.005252
10.0.0.23 - - [2026-05-18 02:42:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003205
10.0.0.23 - - [2026-05-18 02:42:02] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003767
10.0.0.23 - - [2026-05-18 02:42:02] "GET /virtual-networks?parent_id=2e091b46-2b48-41af-bdbe-02d3cf2d732d&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002853
10.0.0.23 - - [2026-05-18 02:42:02] "GET /virtual-network/13aa0fd3-298c-4afd-8b62-558aa6396fff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.007638
10.0.0.23 - - [2026-05-18 02:42:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003340
10.0.0.23 - - [2026-05-18 02:42:02] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004791
10.0.0.23 - - [2026-05-18 02:42:02] "GET /virtual-networks?parent_id=2e091b46-2b48-41af-bdbe-02d3cf2d732d&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002816
10.0.0.23 - - [2026-05-18 02:42:02] "GET /virtual-network/13aa0fd3-298c-4afd-8b62-558aa6396fff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006264
10.0.0.23 - - [2026-05-18 02:42:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005580
10.0.0.23 - - [2026-05-18 02:42:02] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004255
10.0.0.23 - - [2026-05-18 02:42:02] "GET /virtual-networks?parent_id=2e091b46-2b48-41af-bdbe-02d3cf2d732d&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003832
10.0.0.23 - - [2026-05-18 02:42:02] "GET /virtual-network/13aa0fd3-298c-4afd-8b62-558aa6396fff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.007353
10.0.0.23 - - [2026-05-18 02:42:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004826
10.0.0.23 - - [2026-05-18 02:42:02] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004533
10.0.0.23 - - [2026-05-18 02:42:02] "GET /virtual-networks?parent_id=2e091b46-2b48-41af-bdbe-02d3cf2d732d&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004847
10.0.0.23 - - [2026-05-18 02:42:02] "GET /virtual-network/13aa0fd3-298c-4afd-8b62-558aa6396fff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006040
10.0.0.23 - - [2026-05-18 02:42:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003552
10.0.0.23 - - [2026-05-18 02:42:02] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004630
10.0.0.23 - - [2026-05-18 02:42:02] "GET /virtual-networks?parent_id=2e091b46-2b48-41af-bdbe-02d3cf2d732d&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003310
10.0.0.23 - - [2026-05-18 02:42:02] "GET /virtual-network/13aa0fd3-298c-4afd-8b62-558aa6396fff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006481
10.0.0.240 - - [2026-05-18 02:42:04] "GET /obj-perms HTTP/1.1" 200 5056 0.069863
10.0.0.23 - - [2026-05-18 02:42:04] "POST /neutron/network HTTP/1.1" 200 1006 0.007137
10.0.0.23 - - [2026-05-18 02:42:04] "POST /neutron/port HTTP/1.1" 200 117 0.001181
10.0.0.23 - - [2026-05-18 02:42:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003993
10.0.0.23 - - [2026-05-18 02:42:05] "GET /virtual-network/13aa0fd3-298c-4afd-8b62-558aa6396fff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006473
10.0.0.23 - - [2026-05-18 02:42:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004512
10.0.0.23 - - [2026-05-18 02:42:10] "GET /virtual-network/13aa0fd3-298c-4afd-8b62-558aa6396fff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006503
10.0.0.23 - - [2026-05-18 02:42:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003500
10.0.0.23 - - [2026-05-18 02:42:14] "GET /virtual-network/13aa0fd3-298c-4afd-8b62-558aa6396fff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005512
10.0.0.23 - - [2026-05-18 02:42:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004622
10.0.0.23 - - [2026-05-18 02:42:18] "GET /virtual-network/13aa0fd3-298c-4afd-8b62-558aa6396fff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005343
10.0.0.23 - - [2026-05-18 02:42:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004422
10.0.0.23 - - [2026-05-18 02:42:22] "GET /virtual-network/13aa0fd3-298c-4afd-8b62-558aa6396fff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.007845
10.0.0.23 - - [2026-05-18 02:42:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004126
10.0.0.23 - - [2026-05-18 02:42:26] "GET /virtual-network/13aa0fd3-298c-4afd-8b62-558aa6396fff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006517
10.0.0.23 - - [2026-05-18 02:42:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003778
10.0.0.23 - - [2026-05-18 02:42:30] "GET /virtual-network/13aa0fd3-298c-4afd-8b62-558aa6396fff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.012140
10.0.0.23 - - [2026-05-18 02:42:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003713
10.0.0.23 - - [2026-05-18 02:42:34] "GET /virtual-network/13aa0fd3-298c-4afd-8b62-558aa6396fff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006463
10.0.0.23 - - [2026-05-18 02:42:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003351
10.0.0.23 - - [2026-05-18 02:42:38] "GET /virtual-network/13aa0fd3-298c-4afd-8b62-558aa6396fff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005312
10.0.0.23 - - [2026-05-18 02:42:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003676
10.0.0.23 - - [2026-05-18 02:42:42] "GET /virtual-network/13aa0fd3-298c-4afd-8b62-558aa6396fff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.004852
10.0.0.23 - - [2026-05-18 02:42:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003533
10.0.0.23 - - [2026-05-18 02:42:44] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004192
10.0.0.23 - - [2026-05-18 02:42:44] "GET /virtual-networks?parent_id=2e091b46-2b48-41af-bdbe-02d3cf2d732d&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002675
10.0.0.23 - - [2026-05-18 02:42:45] "GET /virtual-network/13aa0fd3-298c-4afd-8b62-558aa6396fff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006030
10.0.0.23 - - [2026-05-18 02:42:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004261
10.0.0.23 - - [2026-05-18 02:42:45] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003291
10.0.0.23 - - [2026-05-18 02:42:45] "GET /virtual-networks?parent_id=2e091b46-2b48-41af-bdbe-02d3cf2d732d&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003194
10.0.0.23 - - [2026-05-18 02:42:45] "GET /virtual-network/13aa0fd3-298c-4afd-8b62-558aa6396fff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006191
10.0.0.23 - - [2026-05-18 02:42:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003347
10.0.0.23 - - [2026-05-18 02:42:45] "GET /routing-instance/db25a1e6-e59a-4382-8471-db21887ba24e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1789 0.005156
10.0.0.23 - - [2026-05-18 02:42:45] "GET /route-target/de74906e-eb36-4585-a800-4c91f276bd08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.003848
10.0.0.23 - - [2026-05-18 02:42:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002987
10.0.0.23 - - [2026-05-18 02:42:45] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003978
10.0.0.23 - - [2026-05-18 02:42:45] "GET /virtual-networks?parent_id=2e091b46-2b48-41af-bdbe-02d3cf2d732d&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003603
10.0.0.23 - - [2026-05-18 02:42:45] "GET /virtual-network/13aa0fd3-298c-4afd-8b62-558aa6396fff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006134
10.0.0.23 - - [2026-05-18 02:42:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003454
10.0.0.23 - - [2026-05-18 02:42:45] "GET /routing-instance/db25a1e6-e59a-4382-8471-db21887ba24e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1789 0.004862
10.0.0.23 - - [2026-05-18 02:42:45] "GET /route-target/de74906e-eb36-4585-a800-4c91f276bd08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.003647
10.0.0.23 - - [2026-05-18 02:42:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003439
10.0.0.23 - - [2026-05-18 02:42:45] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004264
10.0.0.23 - - [2026-05-18 02:42:45] "GET /virtual-networks?parent_id=2e091b46-2b48-41af-bdbe-02d3cf2d732d&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003118
10.0.0.23 - - [2026-05-18 02:42:45] "GET /virtual-network/13aa0fd3-298c-4afd-8b62-558aa6396fff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006209
10.0.0.23 - - [2026-05-18 02:42:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004731
10.0.0.23 - - [2026-05-18 02:42:45] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005450
10.0.0.23 - - [2026-05-18 02:42:45] "GET /virtual-networks?parent_id=2e091b46-2b48-41af-bdbe-02d3cf2d732d&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003721
10.0.0.23 - - [2026-05-18 02:42:45] "GET /virtual-network/13aa0fd3-298c-4afd-8b62-558aa6396fff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006535
10.0.0.23 - - [2026-05-18 02:42:45] "GET /obj-perms HTTP/1.1" 200 5030 0.003612
10.0.0.23 - - [2026-05-18 02:42:45] "GET /obj-perms HTTP/1.1" 200 5030 0.004432
10.0.0.240 - - [2026-05-18 02:42:46] "GET /obj-perms HTTP/1.1" 200 5030 0.004234
10.0.0.22 - - [2026-05-18 02:42:46] "GET /obj-perms HTTP/1.1" 200 5030 0.006505
10.0.0.23 - - [2026-05-18 02:42:46] "GET /obj-perms HTTP/1.1" 200 5030 0.004750
10.0.0.23 - - [2026-05-18 02:42:46] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007433
10.0.0.23 - - [2026-05-18 02:42:46] "POST /neutron/port HTTP/1.1" 200 1124 0.017309
10.0.0.23 - - [2026-05-18 02:42:46] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007152
10.0.0.23 - - [2026-05-18 02:42:46] "GET /virtual-machine/89fcf51d-f635-4036-af69-7302c1431425 HTTP/1.1" 200 1294 0.006449
10.0.0.23 - - [2026-05-18 02:42:46] "GET /virtual-machine/89fcf51d-f635-4036-af69-7302c1431425 HTTP/1.1" 200 1294 0.003564
10.0.0.23 - - [2026-05-18 02:42:46] "GET /virtual-machine-interface/65b2968d-608e-4259-b67a-ec6c96f73dd1 HTTP/1.1" 200 2950 0.004851
10.0.0.23 - - [2026-05-18 02:42:46] "GET /virtual-machine/89fcf51d-f635-4036-af69-7302c1431425 HTTP/1.1" 200 1294 0.004284
10.0.0.23 - - [2026-05-18 02:42:46] "GET /virtual-machine-interface/65b2968d-608e-4259-b67a-ec6c96f73dd1 HTTP/1.1" 200 2950 0.004880
10.0.0.23 - - [2026-05-18 02:42:46] "GET /instance-ip/edf3398e-ee57-49a2-a37e-43ef64438b8b HTTP/1.1" 200 1625 0.008002
10.0.0.23 - - [2026-05-18 02:42:46] "GET /virtual-machine/89fcf51d-f635-4036-af69-7302c1431425 HTTP/1.1" 200 1294 0.003863
10.0.0.23 - - [2026-05-18 02:42:46] "GET /virtual-machine-interface/65b2968d-608e-4259-b67a-ec6c96f73dd1 HTTP/1.1" 200 2950 0.006155
10.0.0.23 - - [2026-05-18 02:42:46] "GET /instance-ip/edf3398e-ee57-49a2-a37e-43ef64438b8b HTTP/1.1" 200 1625 0.005889
10.0.0.23 - - [2026-05-18 02:42:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003283
10.0.0.23 - - [2026-05-18 02:42:46] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003649
10.0.0.23 - - [2026-05-18 02:42:46] "GET /virtual-networks?parent_id=2e091b46-2b48-41af-bdbe-02d3cf2d732d&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003297
10.0.0.23 - - [2026-05-18 02:42:46] "GET /virtual-network/a87b5189-1d15-4842-a4cf-957318d10f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.005438
10.0.0.23 - - [2026-05-18 02:42:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003387
10.0.0.23 - - [2026-05-18 02:42:46] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004535
10.0.0.23 - - [2026-05-18 02:42:46] "GET /virtual-networks?parent_id=2e091b46-2b48-41af-bdbe-02d3cf2d732d&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003014
10.0.0.23 - - [2026-05-18 02:42:46] "GET /virtual-network/a87b5189-1d15-4842-a4cf-957318d10f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.008996
10.0.0.23 - - [2026-05-18 02:42:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003873
10.0.0.23 - - [2026-05-18 02:42:46] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004343
10.0.0.23 - - [2026-05-18 02:42:46] "GET /virtual-networks?parent_id=2e091b46-2b48-41af-bdbe-02d3cf2d732d&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003318
10.0.0.23 - - [2026-05-18 02:42:47] "GET /virtual-network/a87b5189-1d15-4842-a4cf-957318d10f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.006474
10.0.0.23 - - [2026-05-18 02:42:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003579
10.0.0.23 - - [2026-05-18 02:42:47] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005513
10.0.0.23 - - [2026-05-18 02:42:47] "GET /virtual-networks?parent_id=2e091b46-2b48-41af-bdbe-02d3cf2d732d&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004671
10.0.0.23 - - [2026-05-18 02:42:47] "GET /virtual-network/a87b5189-1d15-4842-a4cf-957318d10f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.006904
10.0.0.23 - - [2026-05-18 02:42:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004178
10.0.0.23 - - [2026-05-18 02:42:47] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004731
10.0.0.23 - - [2026-05-18 02:42:47] "GET /virtual-networks?parent_id=2e091b46-2b48-41af-bdbe-02d3cf2d732d&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003310
10.0.0.23 - - [2026-05-18 02:42:47] "GET /virtual-network/a87b5189-1d15-4842-a4cf-957318d10f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.015209
10.0.0.23 - - [2026-05-18 02:42:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004138
10.0.0.23 - - [2026-05-18 02:42:50] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006123
10.0.0.23 - - [2026-05-18 02:42:50] "GET /virtual-networks?parent_id=2e091b46-2b48-41af-bdbe-02d3cf2d732d&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004819
10.0.0.23 - - [2026-05-18 02:42:50] "GET /virtual-network/a87b5189-1d15-4842-a4cf-957318d10f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.007618
10.0.0.23 - - [2026-05-18 02:42:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004748
10.0.0.23 - - [2026-05-18 02:42:50] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.078247
10.0.0.23 - - [2026-05-18 02:42:50] "GET /virtual-networks?parent_id=2e091b46-2b48-41af-bdbe-02d3cf2d732d&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003920
10.0.0.23 - - [2026-05-18 02:42:50] "GET /virtual-network/a87b5189-1d15-4842-a4cf-957318d10f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.007039
10.0.0.23 - - [2026-05-18 02:42:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.006150
10.0.0.23 - - [2026-05-18 02:42:50] "GET /routing-instance/40752737-0dc9-426e-9b19-482486f09e46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1789 0.006377
10.0.0.23 - - [2026-05-18 02:42:50] "GET /route-target/a07b1e92-6117-4f40-b8e7-cdfd7365bc16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.005905
10.0.0.23 - - [2026-05-18 02:42:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003852
10.0.0.23 - - [2026-05-18 02:42:51] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004684
10.0.0.23 - - [2026-05-18 02:42:51] "GET /virtual-networks?parent_id=2e091b46-2b48-41af-bdbe-02d3cf2d732d&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003333
10.0.0.23 - - [2026-05-18 02:42:51] "GET /virtual-network/a87b5189-1d15-4842-a4cf-957318d10f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.006299
10.0.0.23 - - [2026-05-18 02:42:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004734
10.0.0.23 - - [2026-05-18 02:42:51] "GET /routing-instance/40752737-0dc9-426e-9b19-482486f09e46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1789 0.006910
10.0.0.23 - - [2026-05-18 02:42:51] "GET /route-target/a07b1e92-6117-4f40-b8e7-cdfd7365bc16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004707
10.0.0.23 - - [2026-05-18 02:42:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.008341
10.0.0.23 - - [2026-05-18 02:42:51] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005177
10.0.0.23 - - [2026-05-18 02:42:51] "GET /virtual-networks?parent_id=2e091b46-2b48-41af-bdbe-02d3cf2d732d&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004419
10.0.0.23 - - [2026-05-18 02:42:51] "GET /virtual-network/a87b5189-1d15-4842-a4cf-957318d10f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.006038
10.0.0.23 - - [2026-05-18 02:42:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003356
10.0.0.23 - - [2026-05-18 02:42:51] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005455
10.0.0.23 - - [2026-05-18 02:42:51] "GET /virtual-networks?parent_id=2e091b46-2b48-41af-bdbe-02d3cf2d732d&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004392
10.0.0.23 - - [2026-05-18 02:42:51] "GET /virtual-network/a87b5189-1d15-4842-a4cf-957318d10f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.006800
10.0.0.240 - - [2026-05-18 02:42:51] "GET /obj-perms HTTP/1.1" 200 5030 0.004326
10.0.0.23 - - [2026-05-18 02:42:51] "GET /obj-perms HTTP/1.1" 200 5030 0.004478
10.0.0.23 - - [2026-05-18 02:42:51] "GET /obj-perms HTTP/1.1" 200 5030 0.004040
10.0.0.23 - - [2026-05-18 02:42:51] "GET /obj-perms HTTP/1.1" 200 5030 0.004364
10.0.0.22 - - [2026-05-18 02:42:51] "GET /obj-perms HTTP/1.1" 200 5030 0.004019
10.0.0.23 - - [2026-05-18 02:42:51] "POST /neutron/port HTTP/1.1" 200 1124 0.018463
10.0.0.23 - - [2026-05-18 02:42:52] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009059
10.0.0.23 - - [2026-05-18 02:42:52] "GET /virtual-machine/1968dc16-58af-475f-bdd5-29a2173dd31b HTTP/1.1" 200 1294 0.005896
10.0.0.23 - - [2026-05-18 02:42:52] "GET /virtual-machine/1968dc16-58af-475f-bdd5-29a2173dd31b HTTP/1.1" 200 1294 0.004233
10.0.0.23 - - [2026-05-18 02:42:52] "GET /virtual-machine-interface/1767c211-202b-4ebf-afce-3b33e4ac5497 HTTP/1.1" 200 2950 0.005534
10.0.0.23 - - [2026-05-18 02:42:52] "GET /virtual-machine/1968dc16-58af-475f-bdd5-29a2173dd31b HTTP/1.1" 200 1294 0.005970
10.0.0.23 - - [2026-05-18 02:42:52] "GET /virtual-machine-interface/1767c211-202b-4ebf-afce-3b33e4ac5497 HTTP/1.1" 200 2950 0.005783
10.0.0.23 - - [2026-05-18 02:42:52] "GET /instance-ip/30df59e9-81c6-4392-9d26-40ce43f54bbd HTTP/1.1" 200 1624 0.010167
10.0.0.23 - - [2026-05-18 02:42:52] "GET /virtual-machine/1968dc16-58af-475f-bdd5-29a2173dd31b HTTP/1.1" 200 1294 0.006073
10.0.0.23 - - [2026-05-18 02:42:52] "GET /virtual-machine-interface/1767c211-202b-4ebf-afce-3b33e4ac5497 HTTP/1.1" 200 2950 0.007303
10.0.0.23 - - [2026-05-18 02:42:52] "GET /instance-ip/30df59e9-81c6-4392-9d26-40ce43f54bbd HTTP/1.1" 200 1624 0.004787
10.0.0.23 - - [2026-05-18 02:42:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003355
10.0.0.23 - - [2026-05-18 02:42:52] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004811
10.0.0.23 - - [2026-05-18 02:42:52] "GET /virtual-networks?parent_id=2e091b46-2b48-41af-bdbe-02d3cf2d732d&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003163
10.0.0.23 - - [2026-05-18 02:42:52] "GET /virtual-network/5abb69b9-8811-4287-b31b-99605eee0a39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006206
10.0.0.23 - - [2026-05-18 02:42:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003597
10.0.0.23 - - [2026-05-18 02:42:52] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004847
10.0.0.23 - - [2026-05-18 02:42:52] "GET /virtual-networks?parent_id=2e091b46-2b48-41af-bdbe-02d3cf2d732d&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003318
10.0.0.23 - - [2026-05-18 02:42:52] "GET /virtual-network/5abb69b9-8811-4287-b31b-99605eee0a39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007331
10.0.0.23 - - [2026-05-18 02:42:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003860
10.0.0.23 - - [2026-05-18 02:42:52] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004168
10.0.0.23 - - [2026-05-18 02:42:52] "GET /virtual-networks?parent_id=2e091b46-2b48-41af-bdbe-02d3cf2d732d&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003198
10.0.0.23 - - [2026-05-18 02:42:52] "GET /virtual-network/5abb69b9-8811-4287-b31b-99605eee0a39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006791
10.0.0.23 - - [2026-05-18 02:42:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003656
10.0.0.23 - - [2026-05-18 02:42:52] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005584
10.0.0.23 - - [2026-05-18 02:42:52] "GET /virtual-networks?parent_id=2e091b46-2b48-41af-bdbe-02d3cf2d732d&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003327
10.0.0.23 - - [2026-05-18 02:42:52] "GET /virtual-network/5abb69b9-8811-4287-b31b-99605eee0a39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006819
10.0.0.23 - - [2026-05-18 02:42:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005938
10.0.0.23 - - [2026-05-18 02:42:52] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006376
10.0.0.23 - - [2026-05-18 02:42:52] "GET /virtual-networks?parent_id=2e091b46-2b48-41af-bdbe-02d3cf2d732d&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003006
10.0.0.23 - - [2026-05-18 02:42:52] "GET /virtual-network/5abb69b9-8811-4287-b31b-99605eee0a39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006588
10.0.0.23 - - [2026-05-18 02:42:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003924
10.0.0.23 - - [2026-05-18 02:42:53] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004023
10.0.0.23 - - [2026-05-18 02:42:54] "GET /virtual-networks?parent_id=2e091b46-2b48-41af-bdbe-02d3cf2d732d&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003193
10.0.0.23 - - [2026-05-18 02:42:54] "GET /virtual-network/5abb69b9-8811-4287-b31b-99605eee0a39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006264
10.0.0.23 - - [2026-05-18 02:42:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005686
10.0.0.23 - - [2026-05-18 02:42:54] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004743
10.0.0.23 - - [2026-05-18 02:42:54] "GET /virtual-networks?parent_id=2e091b46-2b48-41af-bdbe-02d3cf2d732d&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002842
10.0.0.23 - - [2026-05-18 02:42:54] "GET /virtual-network/5abb69b9-8811-4287-b31b-99605eee0a39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006280
10.0.0.23 - - [2026-05-18 02:42:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003978
10.0.0.23 - - [2026-05-18 02:42:54] "GET /routing-instance/fa70816f-f2b4-40ff-9424-67a647f3116a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.005522
10.0.0.23 - - [2026-05-18 02:42:54] "GET /route-target/f09efa4c-cce6-4625-ae12-56228b7a4d58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004336
10.0.0.23 - - [2026-05-18 02:42:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003546
10.0.0.23 - - [2026-05-18 02:42:54] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004179
10.0.0.23 - - [2026-05-18 02:42:54] "GET /virtual-networks?parent_id=2e091b46-2b48-41af-bdbe-02d3cf2d732d&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003163
10.0.0.23 - - [2026-05-18 02:42:54] "GET /virtual-network/5abb69b9-8811-4287-b31b-99605eee0a39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005635
10.0.0.23 - - [2026-05-18 02:42:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003322
10.0.0.23 - - [2026-05-18 02:42:54] "GET /routing-instance/fa70816f-f2b4-40ff-9424-67a647f3116a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.004549
10.0.0.23 - - [2026-05-18 02:42:54] "GET /route-target/f09efa4c-cce6-4625-ae12-56228b7a4d58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004764
10.0.0.23 - - [2026-05-18 02:42:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003417
10.0.0.23 - - [2026-05-18 02:42:54] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005633
10.0.0.23 - - [2026-05-18 02:42:54] "GET /virtual-networks?parent_id=2e091b46-2b48-41af-bdbe-02d3cf2d732d&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002994
10.0.0.23 - - [2026-05-18 02:42:54] "GET /virtual-network/5abb69b9-8811-4287-b31b-99605eee0a39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006268
10.0.0.23 - - [2026-05-18 02:42:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004470
10.0.0.23 - - [2026-05-18 02:42:54] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004527
10.0.0.23 - - [2026-05-18 02:42:54] "GET /virtual-networks?parent_id=2e091b46-2b48-41af-bdbe-02d3cf2d732d&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003893
10.0.0.23 - - [2026-05-18 02:42:54] "GET /virtual-network/5abb69b9-8811-4287-b31b-99605eee0a39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007113
10.0.0.240 - - [2026-05-18 02:42:54] "GET /obj-perms HTTP/1.1" 200 5030 0.003822
10.0.0.23 - - [2026-05-18 02:42:54] "POST /neutron/port HTTP/1.1" 200 1125 0.057692
10.0.0.23 - - [2026-05-18 02:42:55] "GET /obj-perms HTTP/1.1" 200 5030 0.003526
10.0.0.23 - - [2026-05-18 02:42:55] "GET /obj-perms HTTP/1.1" 200 5030 0.003923
10.0.0.22 - - [2026-05-18 02:42:55] "GET /obj-perms HTTP/1.1" 200 5030 0.003916
10.0.0.240 - - [2026-05-18 02:42:55] "GET /obj-perms HTTP/1.1" 200 5030 0.003790
10.0.0.23 - - [2026-05-18 02:42:55] "GET /virtual-machine/77e27350-85a1-4be1-a54c-39754121efdc HTTP/1.1" 200 1294 0.005331
10.0.0.23 - - [2026-05-18 02:42:55] "GET /virtual-machine-interface/e33bbf3d-16d7-4205-acdc-d36ba9e370b6 HTTP/1.1" 200 2951 0.005631
10.0.0.23 - - [2026-05-18 02:42:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003535
10.0.0.23 - - [2026-05-18 02:42:55] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004243
10.0.0.23 - - [2026-05-18 02:42:55] "GET /virtual-networks?parent_id=2e091b46-2b48-41af-bdbe-02d3cf2d732d&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.006358
10.0.0.23 - - [2026-05-18 02:42:55] "GET /virtual-network/13aa0fd3-298c-4afd-8b62-558aa6396fff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006778
10.0.0.23 - - [2026-05-18 02:42:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003459
10.0.0.23 - - [2026-05-18 02:42:56] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004667
10.0.0.23 - - [2026-05-18 02:42:56] "GET /virtual-networks?parent_id=2e091b46-2b48-41af-bdbe-02d3cf2d732d&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003406
10.0.0.23 - - [2026-05-18 02:42:56] "GET /virtual-network/13aa0fd3-298c-4afd-8b62-558aa6396fff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006278
10.0.0.23 - - [2026-05-18 02:42:56] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007535
10.0.0.23 - - [2026-05-18 02:42:58] "POST /neutron/network HTTP/1.1" 200 926 0.007001
10.0.0.23 - - [2026-05-18 02:42:58] "POST /neutron/port HTTP/1.1" 200 117 0.001038
10.0.0.23 - - [2026-05-18 02:42:58] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008100
10.0.0.23 - - [2026-05-18 02:43:03] "POST /neutron/port HTTP/1.1" 200 1124 0.022783
10.0.0.23 - - [2026-05-18 02:43:04] "POST /neutron/port HTTP/1.1" 200 1124 0.018717
10.0.0.23 - - [2026-05-18 02:43:04] "POST /neutron/subnet HTTP/1.1" 200 699 0.008996
10.0.0.23 - - [2026-05-18 02:43:07] "GET /virtual-machine/89fcf51d-f635-4036-af69-7302c1431425 HTTP/1.1" 200 1294 0.004751
10.0.0.23 - - [2026-05-18 02:43:07] "GET /virtual-machine-interface/65b2968d-608e-4259-b67a-ec6c96f73dd1 HTTP/1.1" 200 2950 0.007239
10.0.0.23 - - [2026-05-18 02:43:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003747
10.0.0.23 - - [2026-05-18 02:43:07] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004565
10.0.0.23 - - [2026-05-18 02:43:07] "GET /virtual-networks?parent_id=2e091b46-2b48-41af-bdbe-02d3cf2d732d&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004146
10.0.0.23 - - [2026-05-18 02:43:07] "GET /virtual-network/a87b5189-1d15-4842-a4cf-957318d10f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.005764
10.0.0.23 - - [2026-05-18 02:43:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003830
10.0.0.23 - - [2026-05-18 02:43:08] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005150
10.0.0.23 - - [2026-05-18 02:43:08] "GET /virtual-networks?parent_id=2e091b46-2b48-41af-bdbe-02d3cf2d732d&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003877
10.0.0.23 - - [2026-05-18 02:43:08] "GET /virtual-network/a87b5189-1d15-4842-a4cf-957318d10f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.011916
10.0.0.23 - - [2026-05-18 02:43:08] "POST /neutron/port HTTP/1.1" 200 1124 0.023954
10.0.0.23 - - [2026-05-18 02:43:13] "GET /virtual-machine/1968dc16-58af-475f-bdd5-29a2173dd31b HTTP/1.1" 200 1294 0.004900
10.0.0.23 - - [2026-05-18 02:43:13] "GET /virtual-machine-interface/1767c211-202b-4ebf-afce-3b33e4ac5497 HTTP/1.1" 200 2950 0.006314
10.0.0.23 - - [2026-05-18 02:43:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003302
10.0.0.23 - - [2026-05-18 02:43:13] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005259
10.0.0.23 - - [2026-05-18 02:43:13] "GET /virtual-networks?parent_id=2e091b46-2b48-41af-bdbe-02d3cf2d732d&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003026
10.0.0.23 - - [2026-05-18 02:43:13] "GET /virtual-network/5abb69b9-8811-4287-b31b-99605eee0a39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005651
10.0.0.23 - - [2026-05-18 02:43:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004607
10.0.0.23 - - [2026-05-18 02:43:14] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004147
10.0.0.23 - - [2026-05-18 02:43:14] "GET /virtual-networks?parent_id=2e091b46-2b48-41af-bdbe-02d3cf2d732d&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003376
10.0.0.23 - - [2026-05-18 02:43:14] "GET /virtual-network/5abb69b9-8811-4287-b31b-99605eee0a39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006230
10.0.0.23 - - [2026-05-18 02:43:32] "GET /virtual-machine/1968dc16-58af-475f-bdd5-29a2173dd31b HTTP/1.1" 200 1294 0.004658
10.0.0.23 - - [2026-05-18 02:43:33] "POST /neutron/port HTTP/1.1" 200 1114 0.015641
10.0.0.23 - - [2026-05-18 02:43:34] "GET /virtual-machine/1968dc16-58af-475f-bdd5-29a2173dd31b HTTP/1.1" 404 171 0.003564
10.0.0.23 - - [2026-05-18 02:43:34] "GET /virtual-machine/1968dc16-58af-475f-bdd5-29a2173dd31b HTTP/1.1" 404 171 0.003582
10.0.0.23 - - [2026-05-18 02:43:34] "GET /virtual-machine/1968dc16-58af-475f-bdd5-29a2173dd31b HTTP/1.1" 404 171 0.003201
10.0.0.23 - - [2026-05-18 02:43:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003719
10.0.0.23 - - [2026-05-18 02:43:35] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004476
10.0.0.23 - - [2026-05-18 02:43:35] "GET /virtual-networks?parent_id=2e091b46-2b48-41af-bdbe-02d3cf2d732d&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002844
10.0.0.23 - - [2026-05-18 02:43:35] "GET /virtual-network/5abb69b9-8811-4287-b31b-99605eee0a39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005592
10.0.0.23 - - [2026-05-18 02:43:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003290
10.0.0.23 - - [2026-05-18 02:43:35] "GET /routing-instance/fa70816f-f2b4-40ff-9424-67a647f3116a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.004592
10.0.0.23 - - [2026-05-18 02:43:35] "GET /route-target/f09efa4c-cce6-4625-ae12-56228b7a4d58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004313
10.0.0.23 - - [2026-05-18 02:43:38] "GET /obj-perms HTTP/1.1" 200 5030 0.004157
10.0.0.22 - - [2026-05-18 02:43:38] "GET /obj-perms HTTP/1.1" 200 5030 0.004256
10.0.0.23 - - [2026-05-18 02:43:47] "GET /obj-perms HTTP/1.1" 200 5030 0.003581
10.0.0.22 - - [2026-05-18 02:43:47] "GET /obj-perms HTTP/1.1" 200 5030 0.003907
10.0.0.23 - - [2026-05-18 02:43:53] "GET /obj-perms HTTP/1.1" 200 5030 0.006938
10.0.0.22 - - [2026-05-18 02:43:53] "GET /obj-perms HTTP/1.1" 200 5030 0.003681
10.0.0.23 - - [2026-05-18 02:43:54] "GET /virtual-machine/89fcf51d-f635-4036-af69-7302c1431425 HTTP/1.1" 200 1294 0.005635
10.0.0.23 - - [2026-05-18 02:43:54] "POST /neutron/port HTTP/1.1" 200 1114 0.013436
10.0.0.23 - - [2026-05-18 02:43:56] "GET /virtual-machine/89fcf51d-f635-4036-af69-7302c1431425 HTTP/1.1" 404 171 0.006052
10.0.0.23 - - [2026-05-18 02:43:56] "GET /virtual-machine/89fcf51d-f635-4036-af69-7302c1431425 HTTP/1.1" 404 171 0.003831
10.0.0.23 - - [2026-05-18 02:43:56] "GET /virtual-machine/89fcf51d-f635-4036-af69-7302c1431425 HTTP/1.1" 404 171 0.008405
10.0.0.23 - - [2026-05-18 02:43:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003911
10.0.0.23 - - [2026-05-18 02:43:56] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004558
10.0.0.23 - - [2026-05-18 02:43:56] "GET /virtual-networks?parent_id=2e091b46-2b48-41af-bdbe-02d3cf2d732d&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.007261
10.0.0.23 - - [2026-05-18 02:43:56] "GET /virtual-network/a87b5189-1d15-4842-a4cf-957318d10f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.006212
10.0.0.23 - - [2026-05-18 02:43:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003334
10.0.0.23 - - [2026-05-18 02:43:56] "GET /routing-instance/40752737-0dc9-426e-9b19-482486f09e46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1789 0.004354
10.0.0.23 - - [2026-05-18 02:43:56] "GET /route-target/a07b1e92-6117-4f40-b8e7-cdfd7365bc16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.003036
10.0.0.23 - - [2026-05-18 02:43:56] "GET /obj-perms HTTP/1.1" 200 5030 0.004238
10.0.0.23 - - [2026-05-18 02:44:02] "GET /obj-perms HTTP/1.1" 200 5030 0.004085
10.0.0.23 - - [2026-05-18 02:44:04] "POST /neutron/port HTTP/1.1" 200 1125 0.020396
10.0.0.23 - - [2026-05-18 02:44:04] "POST /neutron/subnet HTTP/1.1" 200 703 0.009306
10.0.0.23 - - [2026-05-18 02:44:05] "GET /obj-perms HTTP/1.1" 200 5030 0.004082
10.0.0.23 - - [2026-05-18 02:44:08] "GET /obj-perms HTTP/1.1" 200 5030 0.005355
10.0.0.23 - - [2026-05-18 02:44:15] "GET /obj-perms HTTP/1.1" 200 5030 0.003829
10.0.0.23 - - [2026-05-18 02:44:18] "GET /obj-perms HTTP/1.1" 200 5030 0.005082
10.0.0.23 - - [2026-05-18 02:44:24] "GET /obj-perms HTTP/1.1" 200 5030 0.008334
10.0.0.23 - - [2026-05-18 02:44:24] "GET /obj-perms HTTP/1.1" 200 5030 0.003964
10.0.0.240 - - [2026-05-18 02:44:24] "GET /obj-perms HTTP/1.1" 200 5030 0.005462
10.0.0.23 - - [2026-05-18 02:44:24] "GET /virtual-machine/77e27350-85a1-4be1-a54c-39754121efdc HTTP/1.1" 200 1294 0.005233
10.0.0.23 - - [2026-05-18 02:44:24] "POST /neutron/port HTTP/1.1" 200 1125 0.016829
10.0.0.23 - - [2026-05-18 02:44:26] "GET /virtual-machine/77e27350-85a1-4be1-a54c-39754121efdc HTTP/1.1" 404 171 0.003732
10.0.0.23 - - [2026-05-18 02:44:26] "GET /virtual-machine/77e27350-85a1-4be1-a54c-39754121efdc HTTP/1.1" 404 171 0.003439
10.0.0.23 - - [2026-05-18 02:44:26] "GET /virtual-machine/77e27350-85a1-4be1-a54c-39754121efdc HTTP/1.1" 404 171 0.003687
10.0.0.23 - - [2026-05-18 02:44:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003580
10.0.0.23 - - [2026-05-18 02:44:26] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004265
10.0.0.23 - - [2026-05-18 02:44:26] "GET /virtual-networks?parent_id=2e091b46-2b48-41af-bdbe-02d3cf2d732d&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003219
10.0.0.23 - - [2026-05-18 02:44:26] "GET /virtual-network/13aa0fd3-298c-4afd-8b62-558aa6396fff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005985
10.0.0.23 - - [2026-05-18 02:44:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002992
10.0.0.23 - - [2026-05-18 02:44:26] "GET /routing-instance/db25a1e6-e59a-4382-8471-db21887ba24e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1789 0.007240
10.0.0.23 - - [2026-05-18 02:44:26] "GET /route-target/de74906e-eb36-4585-a800-4c91f276bd08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004327
10.0.0.22 - - [2026-05-18 02:44:26] "GET /obj-perms HTTP/1.1" 200 5030 0.004208
10.0.0.23 - - [2026-05-18 02:44:33] "GET /obj-perms HTTP/1.1" 200 5030 0.005351
10.0.0.22 - - [2026-05-18 02:44:36] "GET /obj-perms HTTP/1.1" 200 5030 0.003773
10.0.0.23 - - [2026-05-18 02:44:42] "GET /obj-perms HTTP/1.1" 200 5030 0.004191
10.0.0.22 - - [2026-05-18 02:44:45] "GET /obj-perms HTTP/1.1" 200 5030 0.004032
10.0.0.23 - - [2026-05-18 02:44:51] "GET /obj-perms HTTP/1.1" 200 5030 0.004464
10.0.0.22 - - [2026-05-18 02:44:54] "GET /obj-perms HTTP/1.1" 200 5030 0.005112
10.0.0.23 - - [2026-05-18 02:44:54] "GET /obj-perms HTTP/1.1" 200 5030 0.003957
10.0.0.23 - - [2026-05-18 02:44:54] "GET /virtual-network/a87b5189-1d15-4842-a4cf-957318d10f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.005396
10.0.0.23 - - [2026-05-18 02:44:54] "POST /neutron/network HTTP/1.1" 200 916 0.006822
10.0.0.23 - - [2026-05-18 02:44:55] "GET /virtual-network/a87b5189-1d15-4842-a4cf-957318d10f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007930
10.0.0.23 - - [2026-05-18 02:44:55] "POST /ref-update HTTP/1.1" 200 156 0.062602
10.0.0.23 - - [2026-05-18 02:44:55] "POST /ref-update HTTP/1.1" 200 156 0.066285
10.0.0.23 - - [2026-05-18 02:44:55] "DELETE /network-policy/7b9b6c99-f7fe-4d41-8492-a8be9a93d627 HTTP/1.1" 200 115 0.041954
10.0.0.23 - - [2026-05-18 02:44:55] "DELETE /network-policy/c2e82bc9-7b8d-4180-a0bf-1e62d2bc5552 HTTP/1.1" 200 115 0.036604
10.0.0.23 - - [2026-05-18 02:44:55] "DELETE /network-policy/6cb48bf6-cdea-497a-85d5-ce478a60e154 HTTP/1.1" 200 115 0.043932
10.0.0.23 - - [2026-05-18 02:44:55] "POST /neutron/network HTTP/1.1" 200 824 0.009215
10.0.0.240 - - [2026-05-18 02:44:55] "DELETE /access-control-list/fdbd5427-0ff1-4be2-b32a-a261fc1c2923 HTTP/1.1" 200 115 0.086571
10.0.0.240 - - [2026-05-18 02:44:55] "DELETE /route-target/f09efa4c-cce6-4625-ae12-56228b7a4d58 HTTP/1.1" 200 115 0.038817
10.0.0.240 - - [2026-05-18 02:44:56] "POST /useragent-kv HTTP/1.1" 200 115 0.049894
10.0.0.240 - - [2026-05-18 02:44:56] "POST /useragent-kv HTTP/1.1" 200 115 0.003314
10.0.0.23 - - [2026-05-18 02:44:56] "POST /neutron/network HTTP/1.1" 200 151 0.181605
10.0.0.240 - - [2026-05-18 02:44:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005496
10.0.0.23 - - [2026-05-18 02:44:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003884
10.0.0.23 - - [2026-05-18 02:44:56] "DELETE /network-ipam/5619c6b2-8540-4021-b599-8e23db0f1701 HTTP/1.1" 200 115 0.034189
10.0.0.23 - - [2026-05-18 02:44:56] "POST /fqname-to-id HTTP/1.1" 404 197 0.004058
10.0.0.23 - - [2026-05-18 02:44:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003347
10.0.0.23 - - [2026-05-18 02:44:56] "DELETE /network-ipam/27bbb152-e993-46f1-b16f-fab4d6a87cb9 HTTP/1.1" 200 115 0.048351
10.0.0.23 - - [2026-05-18 02:44:56] "POST /fqname-to-id HTTP/1.1" 404 197 0.005091
10.0.0.23 - - [2026-05-18 02:44:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003726
10.0.0.23 - - [2026-05-18 02:44:57] "DELETE /network-ipam/a02c86a8-e90e-49fa-91f7-03b86829448a HTTP/1.1" 200 115 0.043209
10.0.0.23 - - [2026-05-18 02:44:57] "POST /fqname-to-id HTTP/1.1" 404 197 0.003397
10.0.0.240 - - [2026-05-18 02:44:58] "GET /projects?obj_uuids=2e091b46-2b48-41af-bdbe-02d3cf2d732d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001221
10.0.0.23 - - [2026-05-18 02:44:58] "GET /project/2e091b46-2b48-41af-bdbe-02d3cf2d732d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.082914
10.0.0.240 - - [2026-05-18 02:44:58] "GET /projects?obj_uuids=2e091b46-2b48-41af-bdbe-02d3cf2d732d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000956
10.0.0.23 - - [2026-05-18 02:44:58] "GET /project/2e091b46-2b48-41af-bdbe-02d3cf2d732d?fields=virtual_networks HTTP/1.1" 200 1033 0.052511
10.0.0.240 - - [2026-05-18 02:44:58] "GET /projects?obj_uuids=2e091b46-2b48-41af-bdbe-02d3cf2d732d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000859
10.0.0.23 - - [2026-05-18 02:44:58] "GET /project/2e091b46-2b48-41af-bdbe-02d3cf2d732d?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.045040
10.0.0.240 - - [2026-05-18 02:44:58] "GET /projects?obj_uuids=2e091b46-2b48-41af-bdbe-02d3cf2d732d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001130
10.0.0.23 - - [2026-05-18 02:44:58] "GET /project/2e091b46-2b48-41af-bdbe-02d3cf2d732d?fields=security_groups HTTP/1.1" 200 1260 0.048736
10.0.0.23 - - [2026-05-18 02:44:59] "POST /fqname-to-id HTTP/1.1" 404 194 0.028155
10.0.0.240 - - [2026-05-18 02:44:59] "GET /projects?obj_uuids=24b7545c-2f26-44d1-964e-9caf08e37d3f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003224
10.0.0.240 - - [2026-05-18 02:44:59] "GET /domains?obj_uuids=4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001049
10.0.0.240 - - [2026-05-18 02:44:59] "GET /domain/4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.041922
10.0.0.240 - - [2026-05-18 02:44:59] "POST /id-to-fqname HTTP/1.1" 200 196 0.001360
10.0.0.240 - - [2026-05-18 02:44:59] "POST /fqname-to-id HTTP/1.1" 404 205 0.003023
10.0.0.240 - - [2026-05-18 02:45:00] "POST /security-groups HTTP/1.1" 200 597 0.098196
10.0.0.240 - - [2026-05-18 02:45:00] "POST /projects HTTP/1.1" 200 597 0.336458
10.0.0.240 - - [2026-05-18 02:45:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.372778
10.0.0.240 - - [2026-05-18 02:45:00] "POST /access-control-lists HTTP/1.1" 200 604 0.036287
10.0.0.23 - - [2026-05-18 02:45:00] "GET /project/24b7545c-2f26-44d1-964e-9caf08e37d3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.563981
10.0.0.23 - - [2026-05-18 02:45:01] "GET / HTTP/1.1" 200 36215 0.002164
10.0.0.23 - - [2026-05-18 02:45:04] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000670
10.0.0.23 - - [2026-05-18 02:45:04] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.056454
10.0.0.23 - - [2026-05-18 02:45:04] "POST /network-ipams HTTP/1.1" 200 521 0.031621
10.0.0.23 - - [2026-05-18 02:45:05] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 759 0.003392
10.0.0.23 - - [2026-05-18 02:45:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004078
10.0.0.23 - - [2026-05-18 02:45:05] "GET /network-ipam/4570f731-ee99-4ebf-b4f1-c9610dc7f476?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.007874
10.0.0.23 - - [2026-05-18 02:45:05] "PUT /network-ipam/4570f731-ee99-4ebf-b4f1-c9610dc7f476 HTTP/1.1" 200 259 0.015288
10.0.0.23 - - [2026-05-18 02:45:05] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 759 0.003183
10.0.0.23 - - [2026-05-18 02:45:05] "POST /network-ipams HTTP/1.1" 200 521 0.029903
10.0.0.23 - - [2026-05-18 02:45:05] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 971 0.004666
10.0.0.23 - - [2026-05-18 02:45:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004352
10.0.0.23 - - [2026-05-18 02:45:05] "GET /network-ipam/df0a3d3a-f33b-47ed-bfb6-32b57d10785d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1301 0.006660
10.0.0.23 - - [2026-05-18 02:45:05] "PUT /network-ipam/df0a3d3a-f33b-47ed-bfb6-32b57d10785d HTTP/1.1" 200 259 0.014885
10.0.0.23 - - [2026-05-18 02:45:05] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 971 0.003440
10.0.0.23 - - [2026-05-18 02:45:05] "POST /network-ipams HTTP/1.1" 200 521 0.033380
10.0.0.23 - - [2026-05-18 02:45:05] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 1184 0.003718
10.0.0.23 - - [2026-05-18 02:45:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003923
10.0.0.23 - - [2026-05-18 02:45:05] "GET /network-ipam/6aa3ddd7-b067-4948-99bb-c20f8bc5d323?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.006955
10.0.0.23 - - [2026-05-18 02:45:05] "PUT /network-ipam/6aa3ddd7-b067-4948-99bb-c20f8bc5d323 HTTP/1.1" 200 259 0.014272
10.0.0.23 - - [2026-05-18 02:45:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004244
10.0.0.240 - - [2026-05-18 02:45:07] "GET /projects?obj_uuids=24b7545c-2f26-44d1-964e-9caf08e37d3f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000816
10.0.0.23 - - [2026-05-18 02:45:07] "GET /project/24b7545c-2f26-44d1-964e-9caf08e37d3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.048498
10.0.0.23 - - [2026-05-18 02:45:07] "POST /neutron/network HTTP/1.1" 200 117 0.039370
10.0.0.240 - - [2026-05-18 02:45:07] "POST /route-targets HTTP/1.1" 200 328 0.017060
10.0.0.240 - - [2026-05-18 02:45:07] "POST /useragent-kv HTTP/1.1" 200 115 0.009797
10.0.0.23 - - [2026-05-18 02:45:07] "POST /neutron/subnet HTTP/1.1" 200 828 0.248588
10.0.0.240 - - [2026-05-18 02:45:07] "POST /fqname-to-id HTTP/1.1" 404 207 0.048566
10.0.0.23 - - [2026-05-18 02:45:07] "POST /id-to-fqname HTTP/1.1" 200 227 0.001385
10.0.0.23 - - [2026-05-18 02:45:07] "GET /virtual-network/08276f5f-3e33-491f-94cc-d3a1c4169dae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.005570
10.0.0.23 - - [2026-05-18 02:45:07] "GET /virtual-network/08276f5f-3e33-491f-94cc-d3a1c4169dae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.005623
10.0.0.23 - - [2026-05-18 02:45:08] "POST /neutron/network HTTP/1.1" 200 1013 0.010430
10.0.0.23 - - [2026-05-18 02:45:08] "POST /neutron/network HTTP/1.1" 200 1013 0.011311
10.0.0.23 - - [2026-05-18 02:45:08] "GET /virtual-network/08276f5f-3e33-491f-94cc-d3a1c4169dae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.006620
10.0.0.23 - - [2026-05-18 02:45:08] "GET /network-ipam/4570f731-ee99-4ebf-b4f1-c9610dc7f476?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.004155
10.0.0.23 - - [2026-05-18 02:45:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004001
10.0.0.240 - - [2026-05-18 02:45:08] "GET /projects?obj_uuids=24b7545c-2f26-44d1-964e-9caf08e37d3f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001206
10.0.0.23 - - [2026-05-18 02:45:08] "GET /project/24b7545c-2f26-44d1-964e-9caf08e37d3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.046609
10.0.0.240 - - [2026-05-18 02:45:08] "POST /ref-update HTTP/1.1" 200 156 0.039790
10.0.0.240 - - [2026-05-18 02:45:08] "POST /useragent-kv HTTP/1.1" 200 115 0.008162
10.0.0.23 - - [2026-05-18 02:45:08] "POST /neutron/subnet HTTP/1.1" 200 720 0.251513
10.0.0.23 - - [2026-05-18 02:45:09] "POST /id-to-fqname HTTP/1.1" 200 227 0.001481
10.0.0.23 - - [2026-05-18 02:45:09] "GET /virtual-network/29ae15da-bb1c-434d-af78-327407fb46d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.009511
10.0.0.23 - - [2026-05-18 02:45:09] "POST /neutron/network HTTP/1.1" 200 1013 0.009911
10.0.0.23 - - [2026-05-18 02:45:09] "GET /virtual-network/29ae15da-bb1c-434d-af78-327407fb46d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.005782
10.0.0.23 - - [2026-05-18 02:45:09] "POST /neutron/subnet HTTP/1.1" 200 828 0.008761
10.0.0.23 - - [2026-05-18 02:45:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002554
10.0.0.240 - - [2026-05-18 02:45:09] "GET /projects?obj_uuids=24b7545c-2f26-44d1-964e-9caf08e37d3f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001251
10.0.0.23 - - [2026-05-18 02:45:09] "GET /project/24b7545c-2f26-44d1-964e-9caf08e37d3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.040011
10.0.0.240 - - [2026-05-18 02:45:09] "POST /useragent-kv HTTP/1.1" 200 115 0.011316
10.0.0.23 - - [2026-05-18 02:45:09] "POST /neutron/subnet HTTP/1.1" 200 729 0.220354
10.0.0.23 - - [2026-05-18 02:45:09] "POST /id-to-fqname HTTP/1.1" 200 227 0.001287
10.0.0.23 - - [2026-05-18 02:45:09] "GET /virtual-network/acd34809-9d0e-46af-8105-2e39d617b096?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.010815
10.0.0.23 - - [2026-05-18 02:45:09] "POST /neutron/network HTTP/1.1" 200 1014 0.008123
10.0.0.23 - - [2026-05-18 02:45:09] "GET /virtual-network/acd34809-9d0e-46af-8105-2e39d617b096?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.005082
10.0.0.23 - - [2026-05-18 02:45:10] "POST /neutron/subnet HTTP/1.1" 200 823 0.009820
10.0.0.23 - - [2026-05-18 02:45:10] "GET /virtual-network/08276f5f-3e33-491f-94cc-d3a1c4169dae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.006573
10.0.0.240 - - [2026-05-18 02:45:11] "GET /obj-perms HTTP/1.1" 200 5042 0.063838
10.0.0.23 - - [2026-05-18 02:45:11] "GET /virtual-network/29ae15da-bb1c-434d-af78-327407fb46d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.006492
10.0.0.23 - - [2026-05-18 02:45:12] "GET /obj-perms HTTP/1.1" 200 5042 0.063418
10.0.0.22 - - [2026-05-18 02:45:12] "GET /obj-perms HTTP/1.1" 200 5042 0.065073
10.0.0.23 - - [2026-05-18 02:45:12] "GET /virtual-network/acd34809-9d0e-46af-8105-2e39d617b096?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.007185
10.0.0.23 - - [2026-05-18 02:45:12] "POST /fqname-to-id HTTP/1.1" 404 224 0.004471
10.0.0.23 - - [2026-05-18 02:45:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004015
10.0.0.240 - - [2026-05-18 02:45:13] "GET /projects?obj_uuids=24b7545c-2f26-44d1-964e-9caf08e37d3f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001107
10.0.0.23 - - [2026-05-18 02:45:13] "GET /project/24b7545c-2f26-44d1-964e-9caf08e37d3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.047380
10.0.0.23 - - [2026-05-18 02:45:13] "POST /network-policys HTTP/1.1" 200 561 0.032460
10.0.0.23 - - [2026-05-18 02:45:13] "GET /network-policy/2f031e03-f8cb-4391-bd95-6f64047766e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2146 0.006804
10.0.0.23 - - [2026-05-18 02:45:13] "POST /fqname-to-id HTTP/1.1" 404 224 0.002708
10.0.0.23 - - [2026-05-18 02:45:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004231
10.0.0.240 - - [2026-05-18 02:45:13] "GET /projects?obj_uuids=24b7545c-2f26-44d1-964e-9caf08e37d3f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001045
10.0.0.23 - - [2026-05-18 02:45:13] "GET /project/24b7545c-2f26-44d1-964e-9caf08e37d3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.040987
10.0.0.23 - - [2026-05-18 02:45:13] "POST /network-policys HTTP/1.1" 200 561 0.032564
10.0.0.23 - - [2026-05-18 02:45:13] "GET /network-policy/dde68c62-4d18-4c95-a405-53fbae585ab4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2978 0.008669
10.0.0.23 - - [2026-05-18 02:45:13] "POST /fqname-to-id HTTP/1.1" 404 224 0.003229
10.0.0.23 - - [2026-05-18 02:45:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003619
10.0.0.240 - - [2026-05-18 02:45:13] "GET /projects?obj_uuids=24b7545c-2f26-44d1-964e-9caf08e37d3f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001092
10.0.0.23 - - [2026-05-18 02:45:13] "GET /project/24b7545c-2f26-44d1-964e-9caf08e37d3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.043765
10.0.0.23 - - [2026-05-18 02:45:13] "POST /network-policys HTTP/1.1" 200 561 0.030544
10.0.0.23 - - [2026-05-18 02:45:13] "GET /network-policy/b1390bf7-7ca3-4314-af63-547258405140?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3098 0.006796
10.0.0.240 - - [2026-05-18 02:45:14] "POST /fqname-to-id HTTP/1.1" 404 242 0.004848
10.0.0.240 - - [2026-05-18 02:45:14] "POST /fqname-to-id HTTP/1.1" 404 207 0.003512
10.0.0.23 - - [2026-05-18 02:45:14] "POST /neutron/network HTTP/1.1" 200 1197 0.013081
10.0.0.23 - - [2026-05-18 02:45:14] "GET /virtual-network/08276f5f-3e33-491f-94cc-d3a1c4169dae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.005088
10.0.0.23 - - [2026-05-18 02:45:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003129
10.0.0.23 - - [2026-05-18 02:45:14] "GET /network-policy/2f031e03-f8cb-4391-bd95-6f64047766e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2146 0.006862
10.0.0.23 - - [2026-05-18 02:45:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003254
10.0.0.23 - - [2026-05-18 02:45:14] "GET /network-policy/dde68c62-4d18-4c95-a405-53fbae585ab4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2978 0.004066
10.0.0.240 - - [2026-05-18 02:45:14] "POST /access-control-lists HTTP/1.1" 200 599 0.045474
10.0.0.23 - - [2026-05-18 02:45:14] "POST /neutron/network HTTP/1.1" 200 1111 0.017970
10.0.0.23 - - [2026-05-18 02:45:14] "GET /virtual-network/29ae15da-bb1c-434d-af78-327407fb46d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.012835
10.0.0.23 - - [2026-05-18 02:45:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.009619
10.0.0.23 - - [2026-05-18 02:45:14] "GET /network-policy/b1390bf7-7ca3-4314-af63-547258405140?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3098 0.004133
10.0.0.23 - - [2026-05-18 02:45:14] "POST /id-to-fqname HTTP/1.1" 200 227 0.001109
10.0.0.240 - - [2026-05-18 02:45:15] "GET /projects?obj_uuids=24b7545c-2f26-44d1-964e-9caf08e37d3f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001000
10.0.0.23 - - [2026-05-18 02:45:15] "GET /project/24b7545c-2f26-44d1-964e-9caf08e37d3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.070480
10.0.0.23 - - [2026-05-18 02:45:15] "POST /neutron/port HTTP/1.1" 200 117 0.008376
10.0.0.23 - - [2026-05-18 02:45:16] "POST /id-to-fqname HTTP/1.1" 200 227 0.001315
10.0.0.23 - - [2026-05-18 02:45:16] "POST /neutron/network HTTP/1.1" 200 1121 0.007656
10.0.0.23 - - [2026-05-18 02:45:17] "POST /neutron/port HTTP/1.1" 200 1172 0.053046
10.0.0.240 - - [2026-05-18 02:45:17] "GET /projects?obj_uuids=24b7545c-2f26-44d1-964e-9caf08e37d3f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000880
10.0.0.23 - - [2026-05-18 02:45:17] "GET /project/24b7545c-2f26-44d1-964e-9caf08e37d3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.074422
10.0.0.23 - - [2026-05-18 02:45:17] "POST /neutron/port HTTP/1.1" 200 1226 0.130999
10.0.0.23 - - [2026-05-18 02:45:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.009400
10.0.0.23 - - [2026-05-18 02:45:17] "POST /neutron/subnet HTTP/1.1" 200 1380 0.016483
10.0.0.23 - - [2026-05-18 02:45:17] "POST /id-to-fqname HTTP/1.1" 200 227 0.001302
10.0.0.23 - - [2026-05-18 02:45:17] "POST /neutron/port HTTP/1.1" 200 117 0.001451
10.0.0.23 - - [2026-05-18 02:45:17] "POST /neutron/security_group HTTP/1.1" 200 2064 0.009005
10.0.0.240 - - [2026-05-18 02:45:18] "GET /projects?obj_uuids=24b7545c-2f26-44d1-964e-9caf08e37d3f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001100
10.0.0.23 - - [2026-05-18 02:45:18] "POST /neutron/port HTTP/1.1" 200 1172 0.367263
10.0.0.23 - - [2026-05-18 02:45:18] "POST /neutron/port HTTP/1.1" 200 1226 0.125978
10.0.0.23 - - [2026-05-18 02:45:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004193
10.0.0.23 - - [2026-05-18 02:45:18] "POST /neutron/port HTTP/1.1" 200 117 0.001173
10.0.0.240 - - [2026-05-18 02:45:18] "GET /projects?obj_uuids=24b7545c-2f26-44d1-964e-9caf08e37d3f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001097
10.0.0.23 - - [2026-05-18 02:45:19] "GET /project/24b7545c-2f26-44d1-964e-9caf08e37d3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.074388
10.0.0.23 - - [2026-05-18 02:45:19] "POST /neutron/port HTTP/1.1" 200 2318 0.029428
10.0.0.23 - - [2026-05-18 02:45:19] "POST /neutron/port HTTP/1.1" 200 1236 0.017026
10.0.0.23 - - [2026-05-18 02:45:19] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008577
10.0.0.23 - - [2026-05-18 02:45:19] "POST /neutron/port HTTP/1.1" 200 1236 0.018860
10.0.0.23 - - [2026-05-18 02:45:19] "GET /virtual-machine/3be50d3b-a6fa-4b1b-95c7-23a3546f0610 HTTP/1.1" 401 292 0.000467
10.0.0.240 - - [2026-05-18 02:45:19] "GET /projects?obj_uuids=24b7545c-2f26-44d1-964e-9caf08e37d3f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001285
10.0.0.23 - - [2026-05-18 02:45:20] "POST /neutron/port HTTP/1.1" 200 1173 0.370099
10.0.0.23 - - [2026-05-18 02:45:20] "GET /virtual-machine/3be50d3b-a6fa-4b1b-95c7-23a3546f0610 HTTP/1.1" 200 1300 0.031923
10.0.0.23 - - [2026-05-18 02:45:20] "GET /virtual-machine/3be50d3b-a6fa-4b1b-95c7-23a3546f0610 HTTP/1.1" 200 1300 0.003980
10.0.0.23 - - [2026-05-18 02:45:20] "GET /virtual-machine-interface/c18e495d-4e6a-4850-a8a4-c8f2c8f77b93 HTTP/1.1" 200 3176 0.011731
10.0.0.23 - - [2026-05-18 02:45:20] "GET /virtual-machine/3be50d3b-a6fa-4b1b-95c7-23a3546f0610 HTTP/1.1" 200 1300 0.004200
10.0.0.23 - - [2026-05-18 02:45:20] "GET /virtual-machine-interface/c18e495d-4e6a-4850-a8a4-c8f2c8f77b93 HTTP/1.1" 200 3176 0.005914
10.0.0.23 - - [2026-05-18 02:45:20] "GET /instance-ip/4ae6e66c-a74a-4ef2-b30c-466f047b5b19 HTTP/1.1" 200 1635 0.019901
10.0.0.23 - - [2026-05-18 02:45:20] "GET /instance-ip/af04d07f-e864-4340-acdf-db2a54dd5492 HTTP/1.1" 200 1657 0.006248
10.0.0.23 - - [2026-05-18 02:45:20] "POST /neutron/port HTTP/1.1" 200 1227 0.151924
10.0.0.23 - - [2026-05-18 02:45:20] "GET /virtual-machine/3be50d3b-a6fa-4b1b-95c7-23a3546f0610 HTTP/1.1" 200 1300 0.003742
10.0.0.23 - - [2026-05-18 02:45:20] "GET /virtual-machine-interface/c18e495d-4e6a-4850-a8a4-c8f2c8f77b93 HTTP/1.1" 200 3176 0.006228
10.0.0.23 - - [2026-05-18 02:45:20] "GET /instance-ip/4ae6e66c-a74a-4ef2-b30c-466f047b5b19 HTTP/1.1" 200 1635 0.004678
10.0.0.23 - - [2026-05-18 02:45:20] "GET /instance-ip/af04d07f-e864-4340-acdf-db2a54dd5492 HTTP/1.1" 200 1657 0.005877
10.0.0.23 - - [2026-05-18 02:45:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004036
10.0.0.23 - - [2026-05-18 02:45:20] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004804
10.0.0.23 - - [2026-05-18 02:45:20] "GET /virtual-networks?parent_id=24b7545c-2f26-44d1-964e-9caf08e37d3f&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003313
10.0.0.23 - - [2026-05-18 02:45:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004375
10.0.0.23 - - [2026-05-18 02:45:20] "GET /virtual-network/08276f5f-3e33-491f-94cc-d3a1c4169dae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.008012
10.0.0.23 - - [2026-05-18 02:45:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003589
10.0.0.23 - - [2026-05-18 02:45:20] "POST /neutron/port HTTP/1.1" 200 117 0.002157
10.0.0.23 - - [2026-05-18 02:45:20] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004274
10.0.0.23 - - [2026-05-18 02:45:20] "GET /virtual-networks?parent_id=24b7545c-2f26-44d1-964e-9caf08e37d3f&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004338
10.0.0.23 - - [2026-05-18 02:45:20] "GET /virtual-network/08276f5f-3e33-491f-94cc-d3a1c4169dae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.006182
10.0.0.23 - - [2026-05-18 02:45:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004179
10.0.0.23 - - [2026-05-18 02:45:20] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005188
10.0.0.23 - - [2026-05-18 02:45:20] "GET /virtual-networks?parent_id=24b7545c-2f26-44d1-964e-9caf08e37d3f&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003787
10.0.0.23 - - [2026-05-18 02:45:20] "GET /virtual-network/08276f5f-3e33-491f-94cc-d3a1c4169dae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.006315
10.0.0.23 - - [2026-05-18 02:45:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004246
10.0.0.23 - - [2026-05-18 02:45:20] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003362
10.0.0.23 - - [2026-05-18 02:45:20] "GET /virtual-networks?parent_id=24b7545c-2f26-44d1-964e-9caf08e37d3f&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003023
10.0.0.23 - - [2026-05-18 02:45:20] "GET /virtual-network/08276f5f-3e33-491f-94cc-d3a1c4169dae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.007498
10.0.0.23 - - [2026-05-18 02:45:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003170
10.0.0.23 - - [2026-05-18 02:45:21] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004219
10.0.0.23 - - [2026-05-18 02:45:21] "GET /virtual-networks?parent_id=24b7545c-2f26-44d1-964e-9caf08e37d3f&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004037
10.0.0.23 - - [2026-05-18 02:45:21] "GET /virtual-network/08276f5f-3e33-491f-94cc-d3a1c4169dae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.005752
10.0.0.23 - - [2026-05-18 02:45:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005464
10.0.0.23 - - [2026-05-18 02:45:24] "GET /virtual-network/08276f5f-3e33-491f-94cc-d3a1c4169dae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.005298
10.0.0.23 - - [2026-05-18 02:45:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003585
10.0.0.23 - - [2026-05-18 02:45:28] "GET /virtual-network/08276f5f-3e33-491f-94cc-d3a1c4169dae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.005836
10.0.0.23 - - [2026-05-18 02:45:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004411
10.0.0.23 - - [2026-05-18 02:45:32] "GET /virtual-network/08276f5f-3e33-491f-94cc-d3a1c4169dae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.005796
10.0.0.23 - - [2026-05-18 02:45:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004179
10.0.0.23 - - [2026-05-18 02:45:36] "GET /virtual-network/08276f5f-3e33-491f-94cc-d3a1c4169dae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.006819
10.0.0.23 - - [2026-05-18 02:45:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003995
10.0.0.23 - - [2026-05-18 02:45:40] "GET /virtual-network/08276f5f-3e33-491f-94cc-d3a1c4169dae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.005623
10.0.0.23 - - [2026-05-18 02:45:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002499
10.0.0.23 - - [2026-05-18 02:45:44] "GET /virtual-network/08276f5f-3e33-491f-94cc-d3a1c4169dae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.006925
10.0.0.240 - - [2026-05-18 02:45:44] "DELETE /access-control-list/36bd7210-0d1c-4e87-bb73-100d7f48f588 HTTP/1.1" 200 115 0.049489
10.0.0.240 - - [2026-05-18 02:45:47] "DELETE /project/24b7545c2f2644d1964e9caf08e37d3f HTTP/1.1" 404 173 0.004792
10.0.0.240 - - [2026-05-18 02:45:47] "DELETE /project/2e091b46-2b48-41af-bdbe-02d3cf2d732d HTTP/1.1" 404 177 0.004702
10.0.0.23 - - [2026-05-18 02:45:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004300
10.0.0.23 - - [2026-05-18 02:45:48] "GET /virtual-network/08276f5f-3e33-491f-94cc-d3a1c4169dae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.005433
10.0.0.23 - - [2026-05-18 02:45:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003912
10.0.0.23 - - [2026-05-18 02:45:52] "GET /virtual-network/08276f5f-3e33-491f-94cc-d3a1c4169dae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.007151
10.0.0.23 - - [2026-05-18 02:45:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003269
10.0.0.23 - - [2026-05-18 02:45:57] "GET /virtual-network/08276f5f-3e33-491f-94cc-d3a1c4169dae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.006038
10.0.0.23 - - [2026-05-18 02:46:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003600
10.0.0.23 - - [2026-05-18 02:46:01] "GET /virtual-network/08276f5f-3e33-491f-94cc-d3a1c4169dae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.005965
10.0.0.23 - - [2026-05-18 02:46:01] "POST /neutron/port HTTP/1.1" 200 1236 0.030996
10.0.0.23 - - [2026-05-18 02:46:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004702
10.0.0.23 - - [2026-05-18 02:46:01] "POST /neutron/port HTTP/1.1" 200 117 0.001273
10.0.0.23 - - [2026-05-18 02:46:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003707
10.0.0.23 - - [2026-05-18 02:46:03] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003692
10.0.0.23 - - [2026-05-18 02:46:03] "GET /virtual-networks?parent_id=24b7545c-2f26-44d1-964e-9caf08e37d3f&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003077
10.0.0.23 - - [2026-05-18 02:46:03] "GET /virtual-network/08276f5f-3e33-491f-94cc-d3a1c4169dae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.007089
10.0.0.23 - - [2026-05-18 02:46:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004240
10.0.0.23 - - [2026-05-18 02:46:03] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004111
10.0.0.23 - - [2026-05-18 02:46:03] "GET /virtual-networks?parent_id=24b7545c-2f26-44d1-964e-9caf08e37d3f&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003879
10.0.0.23 - - [2026-05-18 02:46:03] "GET /virtual-network/08276f5f-3e33-491f-94cc-d3a1c4169dae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.007168
10.0.0.23 - - [2026-05-18 02:46:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003541
10.0.0.23 - - [2026-05-18 02:46:03] "GET /routing-instance/6d3182dc-9b35-4a70-ad9d-7b7faff7e79a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1801 0.004736
10.0.0.23 - - [2026-05-18 02:46:03] "GET /route-target/15c284a7-d1c1-4bfe-856c-abf739315013?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004488
10.0.0.23 - - [2026-05-18 02:46:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003151
10.0.0.23 - - [2026-05-18 02:46:03] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003991
10.0.0.23 - - [2026-05-18 02:46:03] "GET /virtual-networks?parent_id=24b7545c-2f26-44d1-964e-9caf08e37d3f&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003166
10.0.0.23 - - [2026-05-18 02:46:03] "GET /virtual-network/08276f5f-3e33-491f-94cc-d3a1c4169dae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.007660
10.0.0.23 - - [2026-05-18 02:46:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005019
10.0.0.23 - - [2026-05-18 02:46:03] "GET /routing-instance/6d3182dc-9b35-4a70-ad9d-7b7faff7e79a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1801 0.006456
10.0.0.23 - - [2026-05-18 02:46:03] "GET /route-target/15c284a7-d1c1-4bfe-856c-abf739315013?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004436
10.0.0.23 - - [2026-05-18 02:46:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004783
10.0.0.23 - - [2026-05-18 02:46:03] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005178
10.0.0.23 - - [2026-05-18 02:46:04] "GET /virtual-networks?parent_id=24b7545c-2f26-44d1-964e-9caf08e37d3f&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004510
10.0.0.23 - - [2026-05-18 02:46:04] "GET /virtual-network/08276f5f-3e33-491f-94cc-d3a1c4169dae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.012844
10.0.0.23 - - [2026-05-18 02:46:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.009046
10.0.0.23 - - [2026-05-18 02:46:04] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004686
10.0.0.23 - - [2026-05-18 02:46:04] "GET /virtual-networks?parent_id=24b7545c-2f26-44d1-964e-9caf08e37d3f&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004033
10.0.0.23 - - [2026-05-18 02:46:04] "GET /virtual-network/08276f5f-3e33-491f-94cc-d3a1c4169dae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.006079
10.0.0.23 - - [2026-05-18 02:46:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004592
10.0.0.23 - - [2026-05-18 02:46:04] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005631
10.0.0.23 - - [2026-05-18 02:46:04] "GET /virtual-networks?parent_id=24b7545c-2f26-44d1-964e-9caf08e37d3f&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003901
10.0.0.23 - - [2026-05-18 02:46:04] "GET /virtual-network/08276f5f-3e33-491f-94cc-d3a1c4169dae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.006045
10.0.0.23 - - [2026-05-18 02:46:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003333
10.0.0.23 - - [2026-05-18 02:46:04] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004942
10.0.0.23 - - [2026-05-18 02:46:04] "GET /virtual-networks?parent_id=24b7545c-2f26-44d1-964e-9caf08e37d3f&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003511
10.0.0.23 - - [2026-05-18 02:46:04] "GET /virtual-network/08276f5f-3e33-491f-94cc-d3a1c4169dae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.008118
10.0.0.240 - - [2026-05-18 02:46:04] "GET /obj-perms HTTP/1.1" 200 5042 0.004426
10.0.0.23 - - [2026-05-18 02:46:04] "GET /obj-perms HTTP/1.1" 200 5042 0.003549
10.0.0.23 - - [2026-05-18 02:46:04] "GET /obj-perms HTTP/1.1" 200 5042 0.003692
10.0.0.22 - - [2026-05-18 02:46:04] "GET /obj-perms HTTP/1.1" 200 5042 0.004942
10.0.0.23 - - [2026-05-18 02:46:04] "GET /obj-perms HTTP/1.1" 200 5042 0.003822
10.0.0.240 - - [2026-05-18 02:46:04] "GET /obj-perms HTTP/1.1" 200 5042 0.004093
10.0.0.23 - - [2026-05-18 02:46:04] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007208
10.0.0.23 - - [2026-05-18 02:46:05] "POST /neutron/port HTTP/1.1" 200 1236 0.020915
10.0.0.23 - - [2026-05-18 02:46:05] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008472
10.0.0.23 - - [2026-05-18 02:46:05] "GET /virtual-machine/545de250-69f3-4fe0-8a70-41289ac5e391 HTTP/1.1" 200 1299 0.010487
10.0.0.23 - - [2026-05-18 02:46:05] "GET /virtual-machine/545de250-69f3-4fe0-8a70-41289ac5e391 HTTP/1.1" 200 1299 0.004227
10.0.0.23 - - [2026-05-18 02:46:05] "GET /virtual-machine-interface/c6c2cd13-24cc-41f2-bcc3-9d51fe7a7bbe HTTP/1.1" 200 3176 0.005648
10.0.0.23 - - [2026-05-18 02:46:05] "GET /virtual-machine/545de250-69f3-4fe0-8a70-41289ac5e391 HTTP/1.1" 200 1299 0.004667
10.0.0.23 - - [2026-05-18 02:46:05] "GET /virtual-machine-interface/c6c2cd13-24cc-41f2-bcc3-9d51fe7a7bbe HTTP/1.1" 200 3176 0.005852
10.0.0.23 - - [2026-05-18 02:46:05] "GET /instance-ip/000ec40e-f435-4619-babe-c68b67a9d366 HTTP/1.1" 200 1653 0.008320
10.0.0.23 - - [2026-05-18 02:46:05] "GET /instance-ip/ece5c30e-b327-4a37-b26e-40936f346601 HTTP/1.1" 200 1636 0.007742
10.0.0.23 - - [2026-05-18 02:46:05] "GET /virtual-machine/545de250-69f3-4fe0-8a70-41289ac5e391 HTTP/1.1" 200 1299 0.004054
10.0.0.23 - - [2026-05-18 02:46:05] "GET /virtual-machine-interface/c6c2cd13-24cc-41f2-bcc3-9d51fe7a7bbe HTTP/1.1" 200 3176 0.005976
10.0.0.23 - - [2026-05-18 02:46:05] "GET /instance-ip/000ec40e-f435-4619-babe-c68b67a9d366 HTTP/1.1" 200 1653 0.004507
10.0.0.23 - - [2026-05-18 02:46:05] "GET /instance-ip/ece5c30e-b327-4a37-b26e-40936f346601 HTTP/1.1" 200 1636 0.004914
10.0.0.23 - - [2026-05-18 02:46:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004304
10.0.0.23 - - [2026-05-18 02:46:05] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004801
10.0.0.23 - - [2026-05-18 02:46:05] "GET /virtual-networks?parent_id=24b7545c-2f26-44d1-964e-9caf08e37d3f&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004067
10.0.0.23 - - [2026-05-18 02:46:05] "GET /virtual-network/29ae15da-bb1c-434d-af78-327407fb46d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.007522
10.0.0.23 - - [2026-05-18 02:46:05] "POST /neutron/network HTTP/1.1" 200 1207 0.011896
10.0.0.23 - - [2026-05-18 02:46:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.006778
10.0.0.23 - - [2026-05-18 02:46:05] "POST /neutron/subnet HTTP/1.1" 200 1380 0.018254
10.0.0.23 - - [2026-05-18 02:46:05] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005986
10.0.0.23 - - [2026-05-18 02:46:05] "GET /virtual-networks?parent_id=24b7545c-2f26-44d1-964e-9caf08e37d3f&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004083
10.0.0.23 - - [2026-05-18 02:46:05] "POST /neutron/network HTTP/1.1" 200 1197 0.010767
10.0.0.23 - - [2026-05-18 02:46:05] "GET /virtual-network/29ae15da-bb1c-434d-af78-327407fb46d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.006747
10.0.0.23 - - [2026-05-18 02:46:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004294
10.0.0.23 - - [2026-05-18 02:46:05] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004272
10.0.0.23 - - [2026-05-18 02:46:05] "GET /virtual-networks?parent_id=24b7545c-2f26-44d1-964e-9caf08e37d3f&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003217
10.0.0.23 - - [2026-05-18 02:46:05] "GET /virtual-network/29ae15da-bb1c-434d-af78-327407fb46d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.011535
10.0.0.23 - - [2026-05-18 02:46:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004364
10.0.0.23 - - [2026-05-18 02:46:05] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004075
10.0.0.23 - - [2026-05-18 02:46:05] "GET /virtual-networks?parent_id=24b7545c-2f26-44d1-964e-9caf08e37d3f&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003761
10.0.0.23 - - [2026-05-18 02:46:05] "GET /virtual-network/29ae15da-bb1c-434d-af78-327407fb46d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.006299
10.0.0.23 - - [2026-05-18 02:46:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003375
10.0.0.23 - - [2026-05-18 02:46:05] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004873
10.0.0.23 - - [2026-05-18 02:46:05] "GET /virtual-networks?parent_id=24b7545c-2f26-44d1-964e-9caf08e37d3f&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004964
10.0.0.23 - - [2026-05-18 02:46:05] "GET /virtual-network/29ae15da-bb1c-434d-af78-327407fb46d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.007243
10.0.0.23 - - [2026-05-18 02:46:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003412
10.0.0.23 - - [2026-05-18 02:46:07] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003624
10.0.0.23 - - [2026-05-18 02:46:07] "GET /virtual-networks?parent_id=24b7545c-2f26-44d1-964e-9caf08e37d3f&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.002765
10.0.0.23 - - [2026-05-18 02:46:07] "GET /virtual-network/29ae15da-bb1c-434d-af78-327407fb46d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.007951
10.0.0.23 - - [2026-05-18 02:46:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003766
10.0.0.23 - - [2026-05-18 02:46:07] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004816
10.0.0.23 - - [2026-05-18 02:46:07] "GET /virtual-networks?parent_id=24b7545c-2f26-44d1-964e-9caf08e37d3f&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003085
10.0.0.23 - - [2026-05-18 02:46:07] "GET /virtual-network/29ae15da-bb1c-434d-af78-327407fb46d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.007132
10.0.0.23 - - [2026-05-18 02:46:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004116
10.0.0.23 - - [2026-05-18 02:46:07] "GET /routing-instance/b065fbb5-648d-4e93-bb6d-9039d6103cd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1802 0.005238
10.0.0.23 - - [2026-05-18 02:46:07] "GET /route-target/d0cbcbae-68b4-4cac-813c-a0a611dca92e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003950
10.0.0.23 - - [2026-05-18 02:46:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003908
10.0.0.23 - - [2026-05-18 02:46:07] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004649
10.0.0.23 - - [2026-05-18 02:46:07] "GET /virtual-networks?parent_id=24b7545c-2f26-44d1-964e-9caf08e37d3f&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003844
10.0.0.23 - - [2026-05-18 02:46:07] "GET /virtual-network/29ae15da-bb1c-434d-af78-327407fb46d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.007212
10.0.0.23 - - [2026-05-18 02:46:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003439
10.0.0.23 - - [2026-05-18 02:46:07] "GET /routing-instance/b065fbb5-648d-4e93-bb6d-9039d6103cd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1802 0.004548
10.0.0.23 - - [2026-05-18 02:46:07] "GET /route-target/d0cbcbae-68b4-4cac-813c-a0a611dca92e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003749
10.0.0.23 - - [2026-05-18 02:46:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003487
10.0.0.23 - - [2026-05-18 02:46:07] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004367
10.0.0.23 - - [2026-05-18 02:46:07] "GET /virtual-networks?parent_id=24b7545c-2f26-44d1-964e-9caf08e37d3f&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003387
10.0.0.23 - - [2026-05-18 02:46:07] "GET /virtual-network/29ae15da-bb1c-434d-af78-327407fb46d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.006983
10.0.0.23 - - [2026-05-18 02:46:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003762
10.0.0.23 - - [2026-05-18 02:46:07] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005005
10.0.0.23 - - [2026-05-18 02:46:07] "GET /virtual-networks?parent_id=24b7545c-2f26-44d1-964e-9caf08e37d3f&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004081
10.0.0.23 - - [2026-05-18 02:46:07] "GET /virtual-network/29ae15da-bb1c-434d-af78-327407fb46d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.007274
10.0.0.23 - - [2026-05-18 02:46:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003810
10.0.0.23 - - [2026-05-18 02:46:08] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004283
10.0.0.23 - - [2026-05-18 02:46:08] "GET /virtual-networks?parent_id=24b7545c-2f26-44d1-964e-9caf08e37d3f&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003519
10.0.0.23 - - [2026-05-18 02:46:08] "GET /virtual-network/29ae15da-bb1c-434d-af78-327407fb46d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.006819
10.0.0.23 - - [2026-05-18 02:46:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003539
10.0.0.23 - - [2026-05-18 02:46:08] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005165
10.0.0.23 - - [2026-05-18 02:46:08] "GET /virtual-networks?parent_id=24b7545c-2f26-44d1-964e-9caf08e37d3f&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003042
10.0.0.23 - - [2026-05-18 02:46:08] "GET /virtual-network/29ae15da-bb1c-434d-af78-327407fb46d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.006379
10.0.0.23 - - [2026-05-18 02:46:08] "GET /obj-perms HTTP/1.1" 200 5042 0.005147
10.0.0.240 - - [2026-05-18 02:46:08] "GET /obj-perms HTTP/1.1" 200 5042 0.003661
10.0.0.23 - - [2026-05-18 02:46:08] "GET /obj-perms HTTP/1.1" 200 5042 0.005454
10.0.0.23 - - [2026-05-18 02:46:08] "GET /obj-perms HTTP/1.1" 200 5042 0.004182
10.0.0.22 - - [2026-05-18 02:46:08] "GET /obj-perms HTTP/1.1" 200 5042 0.006605
10.0.0.23 - - [2026-05-18 02:46:08] "POST /neutron/port HTTP/1.1" 200 1237 0.018758
10.0.0.23 - - [2026-05-18 02:46:08] "POST /neutron/security_group HTTP/1.1" 200 2064 0.006930
10.0.0.23 - - [2026-05-18 02:46:09] "GET /virtual-machine/4ec3b023-4a29-496a-bd80-2bfef80edba3 HTTP/1.1" 200 1300 0.005822
10.0.0.23 - - [2026-05-18 02:46:09] "GET /virtual-machine/4ec3b023-4a29-496a-bd80-2bfef80edba3 HTTP/1.1" 200 1300 0.003767
10.0.0.23 - - [2026-05-18 02:46:09] "GET /virtual-machine-interface/b40184d9-3489-4b6f-b3ca-9097b5a5fc98 HTTP/1.1" 200 3176 0.005731
10.0.0.23 - - [2026-05-18 02:46:09] "GET /virtual-machine/4ec3b023-4a29-496a-bd80-2bfef80edba3 HTTP/1.1" 200 1300 0.003591
10.0.0.23 - - [2026-05-18 02:46:09] "GET /virtual-machine-interface/b40184d9-3489-4b6f-b3ca-9097b5a5fc98 HTTP/1.1" 200 3176 0.005369
10.0.0.23 - - [2026-05-18 02:46:09] "GET /instance-ip/b39e8762-fcaf-4171-9c10-c748f2fd3906 HTTP/1.1" 200 1638 0.006250
10.0.0.23 - - [2026-05-18 02:46:09] "GET /instance-ip/c6805a35-89d8-4f47-967b-03340d5590c1 HTTP/1.1" 200 1656 0.005808
10.0.0.23 - - [2026-05-18 02:46:09] "GET /virtual-machine/4ec3b023-4a29-496a-bd80-2bfef80edba3 HTTP/1.1" 200 1300 0.006452
10.0.0.23 - - [2026-05-18 02:46:09] "GET /virtual-machine-interface/b40184d9-3489-4b6f-b3ca-9097b5a5fc98 HTTP/1.1" 200 3176 0.006223
10.0.0.23 - - [2026-05-18 02:46:09] "GET /instance-ip/b39e8762-fcaf-4171-9c10-c748f2fd3906 HTTP/1.1" 200 1638 0.004907
10.0.0.23 - - [2026-05-18 02:46:09] "GET /instance-ip/c6805a35-89d8-4f47-967b-03340d5590c1 HTTP/1.1" 200 1656 0.004604
10.0.0.23 - - [2026-05-18 02:46:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003687
10.0.0.23 - - [2026-05-18 02:46:09] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004211
10.0.0.23 - - [2026-05-18 02:46:09] "GET /virtual-networks?parent_id=24b7545c-2f26-44d1-964e-9caf08e37d3f&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004101
10.0.0.23 - - [2026-05-18 02:46:09] "GET /virtual-network/acd34809-9d0e-46af-8105-2e39d617b096?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.006376
10.0.0.23 - - [2026-05-18 02:46:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003859
10.0.0.23 - - [2026-05-18 02:46:09] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004621
10.0.0.23 - - [2026-05-18 02:46:09] "GET /virtual-networks?parent_id=24b7545c-2f26-44d1-964e-9caf08e37d3f&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003524
10.0.0.23 - - [2026-05-18 02:46:09] "GET /virtual-network/acd34809-9d0e-46af-8105-2e39d617b096?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.006600
10.0.0.23 - - [2026-05-18 02:46:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003735
10.0.0.23 - - [2026-05-18 02:46:09] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004773
10.0.0.23 - - [2026-05-18 02:46:09] "GET /virtual-networks?parent_id=24b7545c-2f26-44d1-964e-9caf08e37d3f&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003180
10.0.0.23 - - [2026-05-18 02:46:09] "GET /virtual-network/acd34809-9d0e-46af-8105-2e39d617b096?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.005933
10.0.0.23 - - [2026-05-18 02:46:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003841
10.0.0.23 - - [2026-05-18 02:46:09] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005113
10.0.0.23 - - [2026-05-18 02:46:09] "GET /virtual-networks?parent_id=24b7545c-2f26-44d1-964e-9caf08e37d3f&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003924
10.0.0.23 - - [2026-05-18 02:46:09] "GET /virtual-network/acd34809-9d0e-46af-8105-2e39d617b096?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.006052
10.0.0.23 - - [2026-05-18 02:46:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.005775
10.0.0.23 - - [2026-05-18 02:46:09] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004516
10.0.0.23 - - [2026-05-18 02:46:09] "GET /virtual-networks?parent_id=24b7545c-2f26-44d1-964e-9caf08e37d3f&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003623
10.0.0.23 - - [2026-05-18 02:46:09] "GET /virtual-network/acd34809-9d0e-46af-8105-2e39d617b096?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.006531
10.0.0.23 - - [2026-05-18 02:46:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003707
10.0.0.23 - - [2026-05-18 02:46:10] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004833
10.0.0.23 - - [2026-05-18 02:46:10] "GET /virtual-networks?parent_id=24b7545c-2f26-44d1-964e-9caf08e37d3f&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003508
10.0.0.23 - - [2026-05-18 02:46:10] "GET /virtual-network/acd34809-9d0e-46af-8105-2e39d617b096?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.008591
10.0.0.23 - - [2026-05-18 02:46:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.011061
10.0.0.23 - - [2026-05-18 02:46:11] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006747
10.0.0.23 - - [2026-05-18 02:46:11] "GET /virtual-networks?parent_id=24b7545c-2f26-44d1-964e-9caf08e37d3f&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004060
10.0.0.23 - - [2026-05-18 02:46:11] "GET /virtual-network/acd34809-9d0e-46af-8105-2e39d617b096?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.006560
10.0.0.23 - - [2026-05-18 02:46:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003779
10.0.0.23 - - [2026-05-18 02:46:11] "GET /routing-instance/6e95d500-c884-4505-b172-6ab97cc7e480?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.005421
10.0.0.23 - - [2026-05-18 02:46:11] "GET /route-target/5e0be580-89be-47fb-b4de-12ce1afeb1b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004209
10.0.0.23 - - [2026-05-18 02:46:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003680
10.0.0.23 - - [2026-05-18 02:46:11] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004296
10.0.0.23 - - [2026-05-18 02:46:11] "GET /virtual-networks?parent_id=24b7545c-2f26-44d1-964e-9caf08e37d3f&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003418
10.0.0.23 - - [2026-05-18 02:46:11] "GET /virtual-network/acd34809-9d0e-46af-8105-2e39d617b096?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.007577
10.0.0.23 - - [2026-05-18 02:46:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003430
10.0.0.23 - - [2026-05-18 02:46:11] "GET /routing-instance/6e95d500-c884-4505-b172-6ab97cc7e480?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.004722
10.0.0.23 - - [2026-05-18 02:46:11] "GET /route-target/5e0be580-89be-47fb-b4de-12ce1afeb1b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005244
10.0.0.23 - - [2026-05-18 02:46:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004462
10.0.0.23 - - [2026-05-18 02:46:11] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004173
10.0.0.23 - - [2026-05-18 02:46:11] "GET /virtual-networks?parent_id=24b7545c-2f26-44d1-964e-9caf08e37d3f&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003455
10.0.0.23 - - [2026-05-18 02:46:11] "GET /virtual-network/acd34809-9d0e-46af-8105-2e39d617b096?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.006346
10.0.0.23 - - [2026-05-18 02:46:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003877
10.0.0.23 - - [2026-05-18 02:46:11] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003970
10.0.0.23 - - [2026-05-18 02:46:11] "GET /virtual-networks?parent_id=24b7545c-2f26-44d1-964e-9caf08e37d3f&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003504
10.0.0.23 - - [2026-05-18 02:46:11] "GET /virtual-network/acd34809-9d0e-46af-8105-2e39d617b096?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.006738
10.0.0.23 - - [2026-05-18 02:46:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004033
10.0.0.23 - - [2026-05-18 02:46:11] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005125
10.0.0.23 - - [2026-05-18 02:46:11] "GET /virtual-networks?parent_id=24b7545c-2f26-44d1-964e-9caf08e37d3f&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003751
10.0.0.23 - - [2026-05-18 02:46:11] "GET /virtual-network/acd34809-9d0e-46af-8105-2e39d617b096?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.006112
10.0.0.23 - - [2026-05-18 02:46:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003503
10.0.0.23 - - [2026-05-18 02:46:12] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004301
10.0.0.23 - - [2026-05-18 02:46:12] "GET /virtual-networks?parent_id=24b7545c-2f26-44d1-964e-9caf08e37d3f&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003470
10.0.0.23 - - [2026-05-18 02:46:12] "GET /virtual-network/acd34809-9d0e-46af-8105-2e39d617b096?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.006334
10.0.0.240 - - [2026-05-18 02:46:12] "GET /obj-perms HTTP/1.1" 200 5042 0.004272
10.0.0.23 - - [2026-05-18 02:46:12] "GET /obj-perms HTTP/1.1" 200 5042 0.004534
10.0.0.23 - - [2026-05-18 02:46:12] "GET /obj-perms HTTP/1.1" 200 5042 0.003321
10.0.0.23 - - [2026-05-18 02:46:12] "GET /obj-perms HTTP/1.1" 200 5042 0.004254
10.0.0.22 - - [2026-05-18 02:46:12] "GET /obj-perms HTTP/1.1" 200 5042 0.003736
10.0.0.240 - - [2026-05-18 02:46:12] "GET /obj-perms HTTP/1.1" 200 5042 0.003424
10.0.0.23 - - [2026-05-18 02:46:12] "GET /virtual-machine/3be50d3b-a6fa-4b1b-95c7-23a3546f0610 HTTP/1.1" 200 1300 0.005541
10.0.0.23 - - [2026-05-18 02:46:12] "GET /virtual-machine-interface/c18e495d-4e6a-4850-a8a4-c8f2c8f77b93 HTTP/1.1" 200 3176 0.006960
10.0.0.23 - - [2026-05-18 02:46:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004882
10.0.0.23 - - [2026-05-18 02:46:12] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004127
10.0.0.23 - - [2026-05-18 02:46:12] "GET /virtual-networks?parent_id=24b7545c-2f26-44d1-964e-9caf08e37d3f&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003894
10.0.0.23 - - [2026-05-18 02:46:12] "GET /virtual-network/08276f5f-3e33-491f-94cc-d3a1c4169dae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.006967
10.0.0.23 - - [2026-05-18 02:46:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003970
10.0.0.23 - - [2026-05-18 02:46:13] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004392
10.0.0.23 - - [2026-05-18 02:46:13] "GET /virtual-networks?parent_id=24b7545c-2f26-44d1-964e-9caf08e37d3f&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.002993
10.0.0.23 - - [2026-05-18 02:46:13] "GET /virtual-network/08276f5f-3e33-491f-94cc-d3a1c4169dae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.007057
10.0.0.23 - - [2026-05-18 02:46:13] "POST /neutron/port HTTP/1.1" 200 1236 0.019830
10.0.0.23 - - [2026-05-18 02:46:14] "POST /neutron/security_group HTTP/1.1" 200 2064 0.009039
10.0.0.23 - - [2026-05-18 02:46:18] "POST /neutron/port HTTP/1.1" 200 1236 0.021459
10.0.0.23 - - [2026-05-18 02:46:19] "POST /neutron/security_group HTTP/1.1" 200 2064 0.012405
10.0.0.23 - - [2026-05-18 02:46:29] "GET /virtual-machine/545de250-69f3-4fe0-8a70-41289ac5e391 HTTP/1.1" 200 1299 0.007119
10.0.0.23 - - [2026-05-18 02:46:29] "GET /virtual-machine-interface/c6c2cd13-24cc-41f2-bcc3-9d51fe7a7bbe HTTP/1.1" 200 3176 0.006354
10.0.0.23 - - [2026-05-18 02:46:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003344
10.0.0.23 - - [2026-05-18 02:46:29] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.012211
10.0.0.23 - - [2026-05-18 02:46:29] "GET /virtual-networks?parent_id=24b7545c-2f26-44d1-964e-9caf08e37d3f&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.008057
10.0.0.23 - - [2026-05-18 02:46:29] "GET /virtual-network/29ae15da-bb1c-434d-af78-327407fb46d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.006917
10.0.0.23 - - [2026-05-18 02:46:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003443
10.0.0.23 - - [2026-05-18 02:46:30] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004117
10.0.0.23 - - [2026-05-18 02:46:30] "GET /virtual-networks?parent_id=24b7545c-2f26-44d1-964e-9caf08e37d3f&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003298
10.0.0.23 - - [2026-05-18 02:46:30] "GET /virtual-network/29ae15da-bb1c-434d-af78-327407fb46d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.006526
10.0.0.23 - - [2026-05-18 02:46:30] "GET /virtual-machine/4ec3b023-4a29-496a-bd80-2bfef80edba3 HTTP/1.1" 200 1300 0.004419
10.0.0.23 - - [2026-05-18 02:46:30] "GET /virtual-machine-interface/b40184d9-3489-4b6f-b3ca-9097b5a5fc98 HTTP/1.1" 200 3176 0.006093
10.0.0.23 - - [2026-05-18 02:46:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004443
10.0.0.23 - - [2026-05-18 02:46:30] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004529
10.0.0.23 - - [2026-05-18 02:46:30] "GET /virtual-networks?parent_id=24b7545c-2f26-44d1-964e-9caf08e37d3f&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003596
10.0.0.23 - - [2026-05-18 02:46:30] "GET /virtual-network/acd34809-9d0e-46af-8105-2e39d617b096?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.007470
10.0.0.23 - - [2026-05-18 02:46:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004705
10.0.0.23 - - [2026-05-18 02:46:31] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004179
10.0.0.23 - - [2026-05-18 02:46:31] "GET /virtual-networks?parent_id=24b7545c-2f26-44d1-964e-9caf08e37d3f&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003033
10.0.0.23 - - [2026-05-18 02:46:31] "GET /virtual-network/acd34809-9d0e-46af-8105-2e39d617b096?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.006937
10.0.0.23 - - [2026-05-18 02:46:52] "GET /virtual-machine/4ec3b023-4a29-496a-bd80-2bfef80edba3 HTTP/1.1" 200 1300 0.005771
10.0.0.23 - - [2026-05-18 02:46:53] "POST /neutron/port HTTP/1.1" 200 1237 0.018498
10.0.0.23 - - [2026-05-18 02:46:54] "GET /virtual-machine/4ec3b023-4a29-496a-bd80-2bfef80edba3 HTTP/1.1" 404 171 0.003471
10.0.0.23 - - [2026-05-18 02:46:54] "GET /virtual-machine/4ec3b023-4a29-496a-bd80-2bfef80edba3 HTTP/1.1" 404 171 0.004136
10.0.0.23 - - [2026-05-18 02:46:54] "GET /virtual-machine/4ec3b023-4a29-496a-bd80-2bfef80edba3 HTTP/1.1" 404 171 0.003312
10.0.0.23 - - [2026-05-18 02:46:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004348
10.0.0.23 - - [2026-05-18 02:46:55] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004384
10.0.0.23 - - [2026-05-18 02:46:55] "GET /virtual-networks?parent_id=24b7545c-2f26-44d1-964e-9caf08e37d3f&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004689
10.0.0.23 - - [2026-05-18 02:46:55] "GET /virtual-network/acd34809-9d0e-46af-8105-2e39d617b096?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.006426
10.0.0.23 - - [2026-05-18 02:46:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003745
10.0.0.23 - - [2026-05-18 02:46:55] "GET /routing-instance/6e95d500-c884-4505-b172-6ab97cc7e480?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.004714
10.0.0.23 - - [2026-05-18 02:46:55] "GET /route-target/5e0be580-89be-47fb-b4de-12ce1afeb1b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003859
10.0.0.23 - - [2026-05-18 02:46:55] "GET /obj-perms HTTP/1.1" 200 5042 0.004486
10.0.0.22 - - [2026-05-18 02:46:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000392
10.0.0.240 - - [2026-05-18 02:46:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000458
10.0.0.23 - - [2026-05-18 02:46:55] "GET /virtual-machine/545de250-69f3-4fe0-8a70-41289ac5e391 HTTP/1.1" 200 1299 0.005897
10.0.0.22 - - [2026-05-18 02:46:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000304
10.0.0.240 - - [2026-05-18 02:46:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000345
10.0.0.23 - - [2026-05-18 02:46:56] "POST /neutron/port HTTP/1.1" 200 1236 0.024052
10.0.0.23 - - [2026-05-18 02:46:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000400
10.0.0.23 - - [2026-05-18 02:46:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000400
10.0.0.22 - - [2026-05-18 02:46:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000359
10.0.0.22 - - [2026-05-18 02:46:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000362
10.0.0.240 - - [2026-05-18 02:46:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000477
10.0.0.240 - - [2026-05-18 02:46:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000475
10.0.0.23 - - [2026-05-18 02:46:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000370
10.0.0.23 - - [2026-05-18 02:46:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000361
10.0.0.23 - - [2026-05-18 02:46:57] "GET /virtual-machine/545de250-69f3-4fe0-8a70-41289ac5e391 HTTP/1.1" 404 171 0.003632
10.0.0.23 - - [2026-05-18 02:46:57] "GET /virtual-machine/545de250-69f3-4fe0-8a70-41289ac5e391 HTTP/1.1" 404 171 0.002917
10.0.0.23 - - [2026-05-18 02:46:57] "GET /virtual-machine/545de250-69f3-4fe0-8a70-41289ac5e391 HTTP/1.1" 404 171 0.002500
10.0.0.23 - - [2026-05-18 02:46:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003433
10.0.0.23 - - [2026-05-18 02:46:57] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004093
10.0.0.23 - - [2026-05-18 02:46:57] "GET /virtual-networks?parent_id=24b7545c-2f26-44d1-964e-9caf08e37d3f&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003259
10.0.0.23 - - [2026-05-18 02:46:57] "GET /virtual-network/29ae15da-bb1c-434d-af78-327407fb46d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.006937
10.0.0.23 - - [2026-05-18 02:46:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003073
10.0.0.23 - - [2026-05-18 02:46:57] "GET /routing-instance/b065fbb5-648d-4e93-bb6d-9039d6103cd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1802 0.005342
10.0.0.23 - - [2026-05-18 02:46:57] "GET /route-target/d0cbcbae-68b4-4cac-813c-a0a611dca92e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004216
10.0.0.23 - - [2026-05-18 02:47:01] "GET /obj-perms HTTP/1.1" 200 5042 0.005005
10.0.0.23 - - [2026-05-18 02:47:04] "GET /obj-perms HTTP/1.1" 200 5042 0.003842
10.0.0.23 - - [2026-05-18 02:47:08] "GET /obj-perms HTTP/1.1" 200 5056 0.060841
10.0.0.22 - - [2026-05-18 02:47:08] "GET /obj-perms HTTP/1.1" 200 5056 0.050355
10.0.0.23 - - [2026-05-18 02:47:13] "GET /obj-perms HTTP/1.1" 200 5042 0.004671
10.0.0.23 - - [2026-05-18 02:47:16] "GET /obj-perms HTTP/1.1" 200 5042 0.003921
10.0.0.23 - - [2026-05-18 02:47:22] "GET /obj-perms HTTP/1.1" 200 5042 0.003740
10.0.0.23 - - [2026-05-18 02:47:25] "GET /obj-perms HTTP/1.1" 200 5042 0.004838
10.0.0.23 - - [2026-05-18 02:47:25] "GET /virtual-machine/3be50d3b-a6fa-4b1b-95c7-23a3546f0610 HTTP/1.1" 200 1300 0.004599
10.0.0.23 - - [2026-05-18 02:47:26] "POST /neutron/port HTTP/1.1" 200 1236 0.017341
10.0.0.23 - - [2026-05-18 02:47:27] "GET /virtual-machine/3be50d3b-a6fa-4b1b-95c7-23a3546f0610 HTTP/1.1" 404 171 0.004005
10.0.0.23 - - [2026-05-18 02:47:27] "GET /virtual-machine/3be50d3b-a6fa-4b1b-95c7-23a3546f0610 HTTP/1.1" 404 171 0.003068
10.0.0.23 - - [2026-05-18 02:47:27] "GET /virtual-machine/3be50d3b-a6fa-4b1b-95c7-23a3546f0610 HTTP/1.1" 404 171 0.003859
10.0.0.23 - - [2026-05-18 02:47:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.006863
10.0.0.23 - - [2026-05-18 02:47:28] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004760
10.0.0.23 - - [2026-05-18 02:47:28] "GET /virtual-networks?parent_id=24b7545c-2f26-44d1-964e-9caf08e37d3f&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004045
10.0.0.23 - - [2026-05-18 02:47:28] "GET /virtual-network/08276f5f-3e33-491f-94cc-d3a1c4169dae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.005553
10.0.0.23 - - [2026-05-18 02:47:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004018
10.0.0.23 - - [2026-05-18 02:47:28] "GET /routing-instance/6d3182dc-9b35-4a70-ad9d-7b7faff7e79a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1801 0.004634
10.0.0.23 - - [2026-05-18 02:47:28] "GET /route-target/15c284a7-d1c1-4bfe-856c-abf739315013?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003613
10.0.0.23 - - [2026-05-18 02:47:28] "GET /obj-perms HTTP/1.1" 200 5042 0.003577
10.0.0.22 - - [2026-05-18 02:47:31] "GET /obj-perms HTTP/1.1" 200 5042 0.005156
10.0.0.23 - - [2026-05-18 02:47:37] "GET /obj-perms HTTP/1.1" 200 5042 0.004506
10.0.0.22 - - [2026-05-18 02:47:40] "GET /obj-perms HTTP/1.1" 200 5042 0.004094
10.0.0.23 - - [2026-05-18 02:47:46] "GET /obj-perms HTTP/1.1" 200 5042 0.005019
10.0.0.22 - - [2026-05-18 02:47:49] "GET /obj-perms HTTP/1.1" 200 5042 0.004947
10.0.0.23 - - [2026-05-18 02:47:56] "GET /obj-perms HTTP/1.1" 200 5042 0.003851
10.0.0.22 - - [2026-05-18 02:47:56] "GET /obj-perms HTTP/1.1" 200 5042 0.004430
10.0.0.240 - - [2026-05-18 02:47:56] "GET /obj-perms HTTP/1.1" 200 5042 0.003631
10.0.0.23 - - [2026-05-18 02:47:56] "GET /virtual-network/29ae15da-bb1c-434d-af78-327407fb46d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.005975
10.0.0.23 - - [2026-05-18 02:47:56] "POST /neutron/network HTTP/1.1" 200 1111 0.013048
10.0.0.23 - - [2026-05-18 02:47:56] "GET /virtual-network/29ae15da-bb1c-434d-af78-327407fb46d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.006946
10.0.0.23 - - [2026-05-18 02:47:56] "GET /virtual-network/08276f5f-3e33-491f-94cc-d3a1c4169dae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.006285
10.0.0.23 - - [2026-05-18 02:47:56] "POST /neutron/network HTTP/1.1" 200 1197 0.008818
10.0.0.240 - - [2026-05-18 02:47:56] "POST /fqname-to-id HTTP/1.1" 404 207 0.009879
10.0.0.23 - - [2026-05-18 02:47:56] "GET /virtual-network/08276f5f-3e33-491f-94cc-d3a1c4169dae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.008441
10.0.0.23 - - [2026-05-18 02:47:56] "DELETE /network-policy/b1390bf7-7ca3-4314-af63-547258405140 HTTP/1.1" 200 115 0.049006
10.0.0.23 - - [2026-05-18 02:47:56] "DELETE /network-policy/dde68c62-4d18-4c95-a405-53fbae585ab4 HTTP/1.1" 200 115 0.048548
10.0.0.23 - - [2026-05-18 02:47:57] "DELETE /network-policy/2f031e03-f8cb-4391-bd95-6f64047766e4 HTTP/1.1" 200 115 0.041298
10.0.0.23 - - [2026-05-18 02:47:57] "POST /neutron/network HTTP/1.1" 200 1014 0.007877
10.0.0.240 - - [2026-05-18 02:47:57] "DELETE /access-control-list/200cca01-8a72-43e3-ad43-94a2173af314 HTTP/1.1" 200 115 0.040439
10.0.0.240 - - [2026-05-18 02:47:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003328
10.0.0.240 - - [2026-05-18 02:47:57] "POST /useragent-kv HTTP/1.1" 200 115 0.005066
10.0.0.240 - - [2026-05-18 02:47:57] "POST /useragent-kv HTTP/1.1" 200 115 0.003278
10.0.0.240 - - [2026-05-18 02:47:57] "POST /useragent-kv HTTP/1.1" 200 115 0.002464
10.0.0.240 - - [2026-05-18 02:47:57] "POST /useragent-kv HTTP/1.1" 200 115 0.002561
10.0.0.23 - - [2026-05-18 02:47:57] "POST /neutron/network HTTP/1.1" 200 151 0.169901
10.0.0.240 - - [2026-05-18 02:47:57] "DELETE /route-target/d0cbcbae-68b4-4cac-813c-a0a611dca92e HTTP/1.1" 200 115 0.037124
10.0.0.23 - - [2026-05-18 02:47:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003541
10.0.0.23 - - [2026-05-18 02:47:58] "DELETE /network-ipam/6aa3ddd7-b067-4948-99bb-c20f8bc5d323 HTTP/1.1" 200 115 0.041516
10.0.0.23 - - [2026-05-18 02:47:58] "POST /fqname-to-id HTTP/1.1" 404 203 0.004043
10.0.0.23 - - [2026-05-18 02:47:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003503
10.0.0.23 - - [2026-05-18 02:47:58] "DELETE /network-ipam/df0a3d3a-f33b-47ed-bfb6-32b57d10785d HTTP/1.1" 200 115 0.062524
10.0.0.23 - - [2026-05-18 02:47:58] "POST /fqname-to-id HTTP/1.1" 404 203 0.003313
10.0.0.23 - - [2026-05-18 02:47:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003574
10.0.0.23 - - [2026-05-18 02:47:58] "DELETE /network-ipam/4570f731-ee99-4ebf-b4f1-c9610dc7f476 HTTP/1.1" 200 115 0.048112
10.0.0.23 - - [2026-05-18 02:47:58] "POST /fqname-to-id HTTP/1.1" 404 203 0.003801
10.0.0.240 - - [2026-05-18 02:48:01] "GET /projects?obj_uuids=24b7545c-2f26-44d1-964e-9caf08e37d3f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001622
10.0.0.23 - - [2026-05-18 02:48:01] "GET /project/24b7545c-2f26-44d1-964e-9caf08e37d3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.055496
10.0.0.240 - - [2026-05-18 02:48:01] "GET /projects?obj_uuids=24b7545c-2f26-44d1-964e-9caf08e37d3f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.003161
10.0.0.23 - - [2026-05-18 02:48:01] "GET /project/24b7545c-2f26-44d1-964e-9caf08e37d3f?fields=virtual_networks HTTP/1.1" 200 1045 0.063654
10.0.0.240 - - [2026-05-18 02:48:01] "GET /projects?obj_uuids=24b7545c-2f26-44d1-964e-9caf08e37d3f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000973
10.0.0.23 - - [2026-05-18 02:48:01] "GET /project/24b7545c-2f26-44d1-964e-9caf08e37d3f?fields=virtual_machine_interfaces HTTP/1.1" 200 1045 0.051739
10.0.0.240 - - [2026-05-18 02:48:01] "GET /projects?obj_uuids=24b7545c-2f26-44d1-964e-9caf08e37d3f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000866
10.0.0.23 - - [2026-05-18 02:48:01] "GET /project/24b7545c-2f26-44d1-964e-9caf08e37d3f?fields=security_groups HTTP/1.1" 200 1278 0.053391
10.0.0.23 - - [2026-05-18 02:48:02] "POST /fqname-to-id HTTP/1.1" 404 190 0.030421
10.0.0.240 - - [2026-05-18 02:48:02] "GET /projects?obj_uuids=48bc77e5-07d1-4995-8209-b7adf6ce66dc&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002688
10.0.0.240 - - [2026-05-18 02:48:02] "GET /domains?obj_uuids=4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001046
10.0.0.240 - - [2026-05-18 02:48:02] "GET /domain/4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007646
10.0.0.240 - - [2026-05-18 02:48:02] "POST /id-to-fqname HTTP/1.1" 200 192 0.005942
10.0.0.240 - - [2026-05-18 02:48:02] "POST /fqname-to-id HTTP/1.1" 404 201 0.003908
10.0.0.240 - - [2026-05-18 02:48:03] "POST /security-groups HTTP/1.1" 200 593 0.073367
10.0.0.240 - - [2026-05-18 02:48:03] "POST /fqname-to-id HTTP/1.1" 404 236 0.003572
10.0.0.240 - - [2026-05-18 02:48:03] "POST /projects HTTP/1.1" 200 589 0.284719
10.0.0.240 - - [2026-05-18 02:48:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.359431
10.0.0.240 - - [2026-05-18 02:48:03] "POST /access-control-lists HTTP/1.1" 200 598 0.033081
10.0.0.23 - - [2026-05-18 02:48:03] "GET /project/48bc77e5-07d1-4995-8209-b7adf6ce66dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.506938
10.0.0.23 - - [2026-05-18 02:48:04] "GET / HTTP/1.1" 200 36215 0.002553
10.0.0.23 - - [2026-05-18 02:48:06] "POST /fqname-to-id HTTP/1.1" 401 292 0.000477
10.0.0.23 - - [2026-05-18 02:48:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.061422
10.0.0.240 - - [2026-05-18 02:48:06] "GET /projects?obj_uuids=48bc77e5-07d1-4995-8209-b7adf6ce66dc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000960
10.0.0.23 - - [2026-05-18 02:48:06] "GET /project/48bc77e5-07d1-4995-8209-b7adf6ce66dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.043331
10.0.0.23 - - [2026-05-18 02:48:06] "POST /neutron/network HTTP/1.1" 200 117 0.040012
10.0.0.23 - - [2026-05-18 02:48:07] "POST /neutron/network HTTP/1.1" 200 826 0.008363
10.0.0.23 - - [2026-05-18 02:48:07] "POST /id-to-fqname HTTP/1.1" 200 222 0.001199
10.0.0.23 - - [2026-05-18 02:48:07] "GET /virtual-network/975f88b7-0b34-450e-b9bf-73a9f30c15ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005000
10.0.0.23 - - [2026-05-18 02:48:07] "GET /virtual-network/975f88b7-0b34-450e-b9bf-73a9f30c15ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006151
10.0.0.23 - - [2026-05-18 02:48:07] "POST /neutron/subnet HTTP/1.1" 200 724 0.011592
10.0.0.23 - - [2026-05-18 02:48:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004062
10.0.0.240 - - [2026-05-18 02:48:07] "GET /projects?obj_uuids=48bc77e5-07d1-4995-8209-b7adf6ce66dc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000890
10.0.0.23 - - [2026-05-18 02:48:07] "GET /project/48bc77e5-07d1-4995-8209-b7adf6ce66dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.050432
10.0.0.240 - - [2026-05-18 02:48:07] "POST /route-targets HTTP/1.1" 200 328 0.017524
10.0.0.240 - - [2026-05-18 02:48:07] "POST /useragent-kv HTTP/1.1" 200 115 0.007959
10.0.0.23 - - [2026-05-18 02:48:07] "POST /neutron/subnet HTTP/1.1" 200 720 0.207076
10.0.0.23 - - [2026-05-18 02:48:07] "POST /id-to-fqname HTTP/1.1" 200 222 0.001301
10.0.0.23 - - [2026-05-18 02:48:07] "GET /virtual-network/3e0288d2-bc1e-4623-b00c-71d767faa64b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005597
10.0.0.23 - - [2026-05-18 02:48:07] "GET /virtual-network/3e0288d2-bc1e-4623-b00c-71d767faa64b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005995
10.0.0.23 - - [2026-05-18 02:48:07] "POST /neutron/network HTTP/1.1" 200 825 0.006828
10.0.0.23 - - [2026-05-18 02:48:07] "POST /fqname-to-id HTTP/1.1" 404 228 0.003300
10.0.0.23 - - [2026-05-18 02:48:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004846
10.0.0.240 - - [2026-05-18 02:48:07] "GET /projects?obj_uuids=48bc77e5-07d1-4995-8209-b7adf6ce66dc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002391
10.0.0.23 - - [2026-05-18 02:48:07] "GET /project/48bc77e5-07d1-4995-8209-b7adf6ce66dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.044213
10.0.0.23 - - [2026-05-18 02:48:08] "POST /network-policys HTTP/1.1" 200 573 0.033773
10.0.0.23 - - [2026-05-18 02:48:08] "GET /network-policy/3b730eba-92c8-4be3-8a7f-f2170f65b9a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.006187
10.0.0.23 - - [2026-05-18 02:48:08] "POST /neutron/network HTTP/1.1" 200 928 0.104480
10.0.0.240 - - [2026-05-18 02:48:08] "POST /access-control-lists HTTP/1.1" 200 592 0.066890
10.0.0.23 - - [2026-05-18 02:48:08] "GET /virtual-network/975f88b7-0b34-450e-b9bf-73a9f30c15ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.006584
10.0.0.23 - - [2026-05-18 02:48:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003441
10.0.0.23 - - [2026-05-18 02:48:08] "GET /network-policy/3b730eba-92c8-4be3-8a7f-f2170f65b9a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.004148
10.0.0.23 - - [2026-05-18 02:48:08] "POST /neutron/network HTTP/1.1" 200 927 0.099285
10.0.0.240 - - [2026-05-18 02:48:08] "POST /ref-update HTTP/1.1" 200 156 0.040042
10.0.0.23 - - [2026-05-18 02:48:08] "GET /virtual-network/3e0288d2-bc1e-4623-b00c-71d767faa64b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.017356
10.0.0.23 - - [2026-05-18 02:48:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005880
10.0.0.23 - - [2026-05-18 02:48:08] "GET /network-policy/3b730eba-92c8-4be3-8a7f-f2170f65b9a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.004177
10.0.0.23 - - [2026-05-18 02:48:09] "GET /virtual-network/975f88b7-0b34-450e-b9bf-73a9f30c15ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.006062
10.0.0.23 - - [2026-05-18 02:48:10] "GET /obj-perms HTTP/1.1" 200 5056 0.449114
10.0.0.23 - - [2026-05-18 02:48:11] "GET /virtual-network/3e0288d2-bc1e-4623-b00c-71d767faa64b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.007766
10.0.0.240 - - [2026-05-18 02:48:11] "GET /obj-perms HTTP/1.1" 200 5034 0.056488
10.0.0.23 - - [2026-05-18 02:48:11] "POST /id-to-fqname HTTP/1.1" 200 222 0.001543
10.0.0.240 - - [2026-05-18 02:48:12] "GET /projects?obj_uuids=48bc77e5-07d1-4995-8209-b7adf6ce66dc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001310
10.0.0.23 - - [2026-05-18 02:48:12] "GET /project/48bc77e5-07d1-4995-8209-b7adf6ce66dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.090816
10.0.0.23 - - [2026-05-18 02:48:13] "POST /neutron/network HTTP/1.1" 200 928 0.035625
10.0.0.23 - - [2026-05-18 02:48:13] "POST /id-to-fqname HTTP/1.1" 200 222 0.001395
10.0.0.23 - - [2026-05-18 02:48:13] "POST /neutron/port HTTP/1.1" 200 117 0.008109
10.0.0.240 - - [2026-05-18 02:48:13] "GET /projects?obj_uuids=48bc77e5-07d1-4995-8209-b7adf6ce66dc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001507
10.0.0.23 - - [2026-05-18 02:48:14] "POST /neutron/port HTTP/1.1" 200 1062 0.382302
10.0.0.23 - - [2026-05-18 02:48:14] "POST /neutron/port HTTP/1.1" 200 1116 0.136784
10.0.0.240 - - [2026-05-18 02:48:14] "GET /projects?obj_uuids=48bc77e5-07d1-4995-8209-b7adf6ce66dc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001027
10.0.0.23 - - [2026-05-18 02:48:14] "GET /project/48bc77e5-07d1-4995-8209-b7adf6ce66dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.111952
10.0.0.23 - - [2026-05-18 02:48:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004508
10.0.0.23 - - [2026-05-18 02:48:14] "POST /neutron/network HTTP/1.1" 200 928 0.007105
10.0.0.23 - - [2026-05-18 02:48:14] "POST /neutron/port HTTP/1.1" 200 117 0.006694
10.0.0.23 - - [2026-05-18 02:48:15] "POST /neutron/network HTTP/1.1" 200 937 0.007390
10.0.0.23 - - [2026-05-18 02:48:15] "POST /neutron/port HTTP/1.1" 200 1061 0.046231
10.0.0.23 - - [2026-05-18 02:48:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007045
10.0.0.23 - - [2026-05-18 02:48:15] "POST /neutron/network HTTP/1.1" 200 927 0.009313
10.0.0.23 - - [2026-05-18 02:48:19] "POST /neutron/port HTTP/1.1" 200 1126 0.022711
10.0.0.23 - - [2026-05-18 02:48:20] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007331
10.0.0.23 - - [2026-05-18 02:48:20] "GET /virtual-machine/d5ff5249-80d4-499c-8e70-a177a11feccf HTTP/1.1" 401 292 0.000380
10.0.0.23 - - [2026-05-18 02:48:20] "GET /virtual-machine/d5ff5249-80d4-499c-8e70-a177a11feccf HTTP/1.1" 200 1297 0.035493
10.0.0.23 - - [2026-05-18 02:48:20] "GET /virtual-machine-interface/57fb1502-b367-49d1-b33b-1ffa33f3e81d HTTP/1.1" 200 2957 0.006716
10.0.0.23 - - [2026-05-18 02:48:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004586
10.0.0.23 - - [2026-05-18 02:48:20] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004361
10.0.0.23 - - [2026-05-18 02:48:20] "GET /virtual-networks?parent_id=48bc77e5-07d1-4995-8209-b7adf6ce66dc&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003392
10.0.0.23 - - [2026-05-18 02:48:20] "GET /virtual-network/975f88b7-0b34-450e-b9bf-73a9f30c15ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.007313
10.0.0.23 - - [2026-05-18 02:48:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004035
10.0.0.23 - - [2026-05-18 02:48:23] "GET /virtual-network/975f88b7-0b34-450e-b9bf-73a9f30c15ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.006490
10.0.0.23 - - [2026-05-18 02:48:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004084
10.0.0.23 - - [2026-05-18 02:48:27] "GET /virtual-network/975f88b7-0b34-450e-b9bf-73a9f30c15ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005849
10.0.0.23 - - [2026-05-18 02:48:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004661
10.0.0.23 - - [2026-05-18 02:48:31] "GET /virtual-network/975f88b7-0b34-450e-b9bf-73a9f30c15ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.006184
10.0.0.23 - - [2026-05-18 02:48:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004014
10.0.0.23 - - [2026-05-18 02:48:35] "GET /virtual-network/975f88b7-0b34-450e-b9bf-73a9f30c15ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005394
10.0.0.23 - - [2026-05-18 02:48:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004604
10.0.0.23 - - [2026-05-18 02:48:40] "GET /virtual-network/975f88b7-0b34-450e-b9bf-73a9f30c15ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.006519
10.0.0.23 - - [2026-05-18 02:48:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003928
10.0.0.23 - - [2026-05-18 02:48:44] "GET /virtual-network/975f88b7-0b34-450e-b9bf-73a9f30c15ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.006480
10.0.0.240 - - [2026-05-18 02:48:47] "DELETE /project/48bc77e507d149958209b7adf6ce66dc HTTP/1.1" 404 173 0.003036
10.0.0.240 - - [2026-05-18 02:48:47] "DELETE /project/24b7545c-2f26-44d1-964e-9caf08e37d3f HTTP/1.1" 404 177 0.004636
10.0.0.23 - - [2026-05-18 02:48:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004222
10.0.0.23 - - [2026-05-18 02:48:48] "GET /virtual-network/975f88b7-0b34-450e-b9bf-73a9f30c15ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.006566
10.0.0.23 - - [2026-05-18 02:48:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005415
10.0.0.23 - - [2026-05-18 02:48:52] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003958
10.0.0.23 - - [2026-05-18 02:48:52] "GET /virtual-networks?parent_id=48bc77e5-07d1-4995-8209-b7adf6ce66dc&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003376
10.0.0.23 - - [2026-05-18 02:48:52] "GET /virtual-network/975f88b7-0b34-450e-b9bf-73a9f30c15ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.006103
10.0.0.23 - - [2026-05-18 02:48:57] "POST /neutron/port HTTP/1.1" 200 1126 0.019192
10.0.0.23 - - [2026-05-18 02:49:02] "POST /neutron/security_group HTTP/1.1" 200 2060 0.038221
10.0.0.23 - - [2026-05-18 02:49:04] "POST /neutron/port HTTP/1.1" 200 1125 0.022126
10.0.0.23 - - [2026-05-18 02:49:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003861
10.0.0.23 - - [2026-05-18 02:49:04] "POST /neutron/network HTTP/1.1" 200 927 0.007307
10.0.0.23 - - [2026-05-18 02:49:10] "POST /neutron/port HTTP/1.1" 200 1126 0.021157
10.0.0.23 - - [2026-05-18 02:49:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005685
10.0.0.23 - - [2026-05-18 02:49:10] "POST /neutron/network HTTP/1.1" 200 928 0.011198
10.0.0.22 - - [2026-05-18 02:49:10] "GET /obj-perms HTTP/1.1" 200 5056 0.070240
10.0.0.23 - - [2026-05-18 02:49:13] "POST /neutron/port HTTP/1.1" 200 1125 0.025198
10.0.0.23 - - [2026-05-18 02:49:13] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008140
10.0.0.23 - - [2026-05-18 02:49:13] "GET /virtual-machine/5bbdf16b-73e9-4db4-8a75-d8722fd9c1e8 HTTP/1.1" 200 1295 0.005576
10.0.0.23 - - [2026-05-18 02:49:13] "GET /virtual-machine-interface/57fe59ed-d0d8-491c-aaf8-b3a9560b4260 HTTP/1.1" 200 2957 0.006089
10.0.0.23 - - [2026-05-18 02:49:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002902
10.0.0.23 - - [2026-05-18 02:49:13] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005040
10.0.0.23 - - [2026-05-18 02:49:13] "GET /virtual-networks?parent_id=48bc77e5-07d1-4995-8209-b7adf6ce66dc&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.004067
10.0.0.23 - - [2026-05-18 02:49:13] "GET /virtual-network/3e0288d2-bc1e-4623-b00c-71d767faa64b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.007667
10.0.0.23 - - [2026-05-18 02:49:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003412
10.0.0.23 - - [2026-05-18 02:49:14] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003390
10.0.0.23 - - [2026-05-18 02:49:14] "GET /virtual-networks?parent_id=48bc77e5-07d1-4995-8209-b7adf6ce66dc&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.002826
10.0.0.23 - - [2026-05-18 02:49:14] "GET /virtual-network/3e0288d2-bc1e-4623-b00c-71d767faa64b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.005935
10.0.0.23 - - [2026-05-18 02:49:14] "POST /neutron/port HTTP/1.1" 200 1125 0.018617
10.0.0.23 - - [2026-05-18 02:49:20] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007809
10.0.0.23 - - [2026-05-18 02:50:06] "POST /neutron/network HTTP/1.1" 200 937 0.007697
10.0.0.23 - - [2026-05-18 02:50:06] "POST /neutron/port HTTP/1.1" 200 117 0.001029
10.0.0.23 - - [2026-05-18 02:50:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004247
10.0.0.240 - - [2026-05-18 02:50:09] "GET /projects?obj_uuids=48bc77e5-07d1-4995-8209-b7adf6ce66dc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.033133
10.0.0.23 - - [2026-05-18 02:50:09] "GET /project/48bc77e5-07d1-4995-8209-b7adf6ce66dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.069891
10.0.0.23 - - [2026-05-18 02:50:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003915
10.0.0.23 - - [2026-05-18 02:50:09] "PUT /network-policy/3b730eba-92c8-4be3-8a7f-f2170f65b9a7 HTTP/1.1" 200 263 0.016151
10.0.0.240 - - [2026-05-18 02:50:09] "PUT /access-control-list/3bd10fc6-0424-4df2-903a-ebd760344dc6 HTTP/1.1" 200 273 0.086551
10.0.0.240 - - [2026-05-18 02:50:10] "POST /ref-update HTTP/1.1" 200 156 0.027959
10.0.0.23 - - [2026-05-18 02:50:11] "GET /obj-perms HTTP/1.1" 200 5056 0.056065
10.0.0.23 - - [2026-05-18 02:50:12] "POST /neutron/port HTTP/1.1" 200 1126 0.019080
10.0.0.23 - - [2026-05-18 02:50:12] "POST /neutron/subnet HTTP/1.1" 200 698 0.009268
10.0.0.23 - - [2026-05-18 02:50:12] "GET /virtual-network/3e0288d2-bc1e-4623-b00c-71d767faa64b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.005755
10.0.0.23 - - [2026-05-18 02:50:12] "POST /neutron/network HTTP/1.1" 200 927 0.007933
10.0.0.23 - - [2026-05-18 02:50:13] "GET /virtual-network/3e0288d2-bc1e-4623-b00c-71d767faa64b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.009737
10.0.0.23 - - [2026-05-18 02:50:13] "GET /virtual-network/975f88b7-0b34-450e-b9bf-73a9f30c15ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.012839
10.0.0.23 - - [2026-05-18 02:50:13] "POST /neutron/network HTTP/1.1" 200 928 0.008449
10.0.0.23 - - [2026-05-18 02:50:13] "GET /virtual-network/975f88b7-0b34-450e-b9bf-73a9f30c15ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.010626
10.0.0.23 - - [2026-05-18 02:50:13] "DELETE /network-policy/3b730eba-92c8-4be3-8a7f-f2170f65b9a7 HTTP/1.1" 200 115 0.042476
10.0.0.23 - - [2026-05-18 02:50:13] "POST /neutron/network HTTP/1.1" 200 825 0.007128
10.0.0.23 - - [2026-05-18 02:50:13] "POST /neutron/port HTTP/1.1" 200 1115 0.017956
10.0.0.23 - - [2026-05-18 02:50:13] "POST /neutron/port HTTP/1.1" 200 1116 0.019124
10.0.0.240 - - [2026-05-18 02:50:15] "POST /useragent-kv HTTP/1.1" 200 115 0.004445
10.0.0.240 - - [2026-05-18 02:50:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005034
10.0.0.240 - - [2026-05-18 02:50:15] "POST /useragent-kv HTTP/1.1" 200 115 0.002421
10.0.0.23 - - [2026-05-18 02:50:15] "POST /neutron/network HTTP/1.1" 200 151 0.138764
10.0.0.240 - - [2026-05-18 02:50:15] "DELETE /route-target/7c774e28-3e62-4593-a704-fd7e24d6e1ab HTTP/1.1" 200 115 0.022174
10.0.0.240 - - [2026-05-18 02:50:17] "GET /projects?obj_uuids=48bc77e5-07d1-4995-8209-b7adf6ce66dc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001162
10.0.0.23 - - [2026-05-18 02:50:17] "GET /project/48bc77e5-07d1-4995-8209-b7adf6ce66dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.084550
10.0.0.240 - - [2026-05-18 02:50:17] "GET /projects?obj_uuids=48bc77e5-07d1-4995-8209-b7adf6ce66dc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001004
10.0.0.23 - - [2026-05-18 02:50:17] "GET /project/48bc77e5-07d1-4995-8209-b7adf6ce66dc?fields=virtual_networks HTTP/1.1" 200 1036 0.049144
10.0.0.240 - - [2026-05-18 02:50:17] "GET /projects?obj_uuids=48bc77e5-07d1-4995-8209-b7adf6ce66dc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000953
10.0.0.23 - - [2026-05-18 02:50:17] "GET /project/48bc77e5-07d1-4995-8209-b7adf6ce66dc?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.056324
10.0.0.240 - - [2026-05-18 02:50:17] "GET /projects?obj_uuids=48bc77e5-07d1-4995-8209-b7adf6ce66dc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001139
10.0.0.23 - - [2026-05-18 02:50:17] "GET /project/48bc77e5-07d1-4995-8209-b7adf6ce66dc?fields=security_groups HTTP/1.1" 200 1265 0.052735
10.0.0.23 - - [2026-05-18 02:50:18] "POST /fqname-to-id HTTP/1.1" 404 200 0.028932
10.0.0.240 - - [2026-05-18 02:50:18] "GET /projects?obj_uuids=8305d94d-9526-453d-a188-7071ef42b519&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003075
10.0.0.240 - - [2026-05-18 02:50:18] "GET /domains?obj_uuids=4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000890
10.0.0.240 - - [2026-05-18 02:50:18] "GET /domain/4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.041052
10.0.0.240 - - [2026-05-18 02:50:18] "POST /id-to-fqname HTTP/1.1" 200 202 0.004173
10.0.0.240 - - [2026-05-18 02:50:18] "POST /fqname-to-id HTTP/1.1" 404 211 0.008841
10.0.0.240 - - [2026-05-18 02:50:18] "POST /security-groups HTTP/1.1" 200 603 0.031569
10.0.0.240 - - [2026-05-18 02:50:19] "POST /projects HTTP/1.1" 200 609 0.246043
10.0.0.240 - - [2026-05-18 02:50:19] "POST /fqname-to-id HTTP/1.1" 404 245 0.007320
10.0.0.240 - - [2026-05-18 02:50:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.317910
10.0.0.23 - - [2026-05-18 02:50:19] "GET /project/8305d94d-9526-453d-a188-7071ef42b519?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.493944
10.0.0.23 - - [2026-05-18 02:50:20] "GET / HTTP/1.1" 200 36215 0.002227
10.0.0.23 - - [2026-05-18 02:50:23] "GET /project/8305d94d-9526-453d-a188-7071ef42b519?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000541
10.0.0.240 - - [2026-05-18 02:50:24] "GET /projects?obj_uuids=8305d94d-9526-453d-a188-7071ef42b519&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001076
10.0.0.23 - - [2026-05-18 02:50:24] "GET /project/8305d94d-9526-453d-a188-7071ef42b519?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.070055
10.0.0.23 - - [2026-05-18 02:50:24] "GET / HTTP/1.1" 200 36215 0.002284
10.0.0.23 - - [2026-05-18 02:50:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004116
10.0.0.240 - - [2026-05-18 02:50:25] "GET /domains?obj_uuids=4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000906
10.0.0.23 - - [2026-05-18 02:50:25] "GET /domain/4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.007388
10.0.0.23 - - [2026-05-18 02:50:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003165
10.0.0.240 - - [2026-05-18 02:50:25] "GET /projects?obj_uuids=8305d94d-9526-453d-a188-7071ef42b519&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000886
10.0.0.23 - - [2026-05-18 02:50:25] "GET /project/8305d94d-9526-453d-a188-7071ef42b519?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.059177
10.0.0.23 - - [2026-05-18 02:50:26] "GET /domains HTTP/1.1" 401 292 0.000394
10.0.0.23 - - [2026-05-18 02:50:26] "GET /domains HTTP/1.1" 200 281 0.033071
10.0.0.240 - - [2026-05-18 02:50:26] "GET /domains?obj_uuids=4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000947
10.0.0.23 - - [2026-05-18 02:50:26] "GET /domain/4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989 HTTP/1.1" 200 2979 0.011036
10.0.0.240 - - [2026-05-18 02:50:26] "GET /projects?obj_uuids=8305d94d-9526-453d-a188-7071ef42b519&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001169
10.0.0.23 - - [2026-05-18 02:50:26] "GET /project/8305d94d-9526-453d-a188-7071ef42b519 HTTP/1.1" 200 1928 0.113322
10.0.0.23 - - [2026-05-18 02:50:26] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.004047
10.0.0.23 - - [2026-05-18 02:50:26] "POST /network-ipams HTTP/1.1" 200 623 0.031238
10.0.0.23 - - [2026-05-18 02:50:26] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 813 0.003387
10.0.0.23 - - [2026-05-18 02:50:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003989
10.0.0.23 - - [2026-05-18 02:50:27] "GET /network-ipam/0e0fd606-e7a7-4b44-87fd-1afc633864c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1455 0.007400
10.0.0.23 - - [2026-05-18 02:50:27] "PUT /network-ipam/0e0fd606-e7a7-4b44-87fd-1afc633864c6 HTTP/1.1" 200 259 0.016043
10.0.0.23 - - [2026-05-18 02:50:27] "POST /fqname-to-id HTTP/1.1" 401 292 0.000482
10.0.0.23 - - [2026-05-18 02:50:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.032147
10.0.0.240 - - [2026-05-18 02:50:27] "GET /projects?obj_uuids=8305d94d-9526-453d-a188-7071ef42b519&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001146
10.0.0.23 - - [2026-05-18 02:50:27] "GET /project/8305d94d-9526-453d-a188-7071ef42b519?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.076935
10.0.0.23 - - [2026-05-18 02:50:27] "POST /neutron/network HTTP/1.1" 200 117 0.044858
10.0.0.240 - - [2026-05-18 02:50:28] "POST /ref-update HTTP/1.1" 200 156 0.035109
10.0.0.240 - - [2026-05-18 02:50:28] "POST /useragent-kv HTTP/1.1" 200 115 0.010445
10.0.0.23 - - [2026-05-18 02:50:28] "POST /neutron/subnet HTTP/1.1" 200 701 0.258132
10.0.0.23 - - [2026-05-18 02:50:29] "POST /id-to-fqname HTTP/1.1" 200 235 0.001217
10.0.0.23 - - [2026-05-18 02:50:29] "GET /virtual-network/16781b5b-58b9-4153-a0b6-3e0e44f74ed1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3175 0.008683
10.0.0.23 - - [2026-05-18 02:50:29] "POST /neutron/network HTTP/1.1" 200 1336 0.012902
10.0.0.23 - - [2026-05-18 02:50:29] "GET /virtual-network/16781b5b-58b9-4153-a0b6-3e0e44f74ed1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3175 0.005733
10.0.0.23 - - [2026-05-18 02:50:29] "POST /neutron/subnet HTTP/1.1" 200 701 0.014650
10.0.0.23 - - [2026-05-18 02:50:29] "GET /virtual-network/16781b5b-58b9-4153-a0b6-3e0e44f74ed1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3175 0.006110
10.0.0.23 - - [2026-05-18 02:50:31] "POST /fqname-to-id HTTP/1.1" 404 229 0.003914
10.0.0.23 - - [2026-05-18 02:50:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003022
10.0.0.240 - - [2026-05-18 02:50:31] "GET /projects?obj_uuids=8305d94d-9526-453d-a188-7071ef42b519&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001520
10.0.0.23 - - [2026-05-18 02:50:31] "GET /project/8305d94d-9526-453d-a188-7071ef42b519?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.051070
10.0.0.23 - - [2026-05-18 02:50:31] "POST /network-policys HTTP/1.1" 200 565 0.056704
10.0.0.23 - - [2026-05-18 02:50:31] "GET /network-policy/759adb38-e902-4d92-89ba-4bf6ba0c058a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.006383
10.0.0.23 - - [2026-05-18 02:50:31] "POST /fqname-to-id HTTP/1.1" 404 229 0.003024
10.0.0.23 - - [2026-05-18 02:50:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004190
10.0.0.240 - - [2026-05-18 02:50:31] "GET /projects?obj_uuids=8305d94d-9526-453d-a188-7071ef42b519&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000972
10.0.0.23 - - [2026-05-18 02:50:31] "GET /project/8305d94d-9526-453d-a188-7071ef42b519?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.041572
10.0.0.23 - - [2026-05-18 02:50:31] "POST /network-policys HTTP/1.1" 200 565 0.032634
10.0.0.23 - - [2026-05-18 02:50:31] "GET /network-policy/569c2be1-877c-4018-aace-9143ff00cd8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8881 0.008865
10.0.0.23 - - [2026-05-18 02:50:32] "POST /fqname-to-id HTTP/1.1" 404 229 0.004151
10.0.0.23 - - [2026-05-18 02:50:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003527
10.0.0.240 - - [2026-05-18 02:50:32] "GET /projects?obj_uuids=8305d94d-9526-453d-a188-7071ef42b519&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001026
10.0.0.23 - - [2026-05-18 02:50:32] "GET /project/8305d94d-9526-453d-a188-7071ef42b519?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.044059
10.0.0.23 - - [2026-05-18 02:50:32] "POST /network-policys HTTP/1.1" 200 565 0.032027
10.0.0.23 - - [2026-05-18 02:50:32] "GET /network-policy/61f24942-5591-49bb-b33c-a7217ea85854?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.009208
10.0.0.23 - - [2026-05-18 02:50:32] "POST /fqname-to-id HTTP/1.1" 404 229 0.003431
10.0.0.23 - - [2026-05-18 02:50:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003650
10.0.0.240 - - [2026-05-18 02:50:32] "GET /projects?obj_uuids=8305d94d-9526-453d-a188-7071ef42b519&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001086
10.0.0.23 - - [2026-05-18 02:50:32] "GET /project/8305d94d-9526-453d-a188-7071ef42b519?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.054504
10.0.0.23 - - [2026-05-18 02:50:32] "POST /network-policys HTTP/1.1" 200 565 0.031507
10.0.0.23 - - [2026-05-18 02:50:32] "GET /network-policy/473f174f-68c7-439f-8ab9-ecd57526d5d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.006109
10.0.0.23 - - [2026-05-18 02:50:32] "POST /fqname-to-id HTTP/1.1" 404 229 0.002933
10.0.0.23 - - [2026-05-18 02:50:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002640
10.0.0.240 - - [2026-05-18 02:50:32] "GET /projects?obj_uuids=8305d94d-9526-453d-a188-7071ef42b519&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001029
10.0.0.23 - - [2026-05-18 02:50:32] "GET /project/8305d94d-9526-453d-a188-7071ef42b519?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.057912
10.0.0.23 - - [2026-05-18 02:50:33] "POST /network-policys HTTP/1.1" 200 565 0.035887
10.0.0.23 - - [2026-05-18 02:50:33] "GET /network-policy/bea118a6-6699-4307-8405-68acae9f3c8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.008012
10.0.0.23 - - [2026-05-18 02:50:33] "POST /fqname-to-id HTTP/1.1" 404 229 0.003333
10.0.0.23 - - [2026-05-18 02:50:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004147
10.0.0.240 - - [2026-05-18 02:50:33] "GET /projects?obj_uuids=8305d94d-9526-453d-a188-7071ef42b519&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001061
10.0.0.23 - - [2026-05-18 02:50:33] "GET /project/8305d94d-9526-453d-a188-7071ef42b519?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.047834
10.0.0.23 - - [2026-05-18 02:50:33] "POST /network-policys HTTP/1.1" 200 565 0.049380
10.0.0.23 - - [2026-05-18 02:50:33] "GET /network-policy/75826b1b-0f31-4cf7-a339-6751fe8c22f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.007986
10.0.0.23 - - [2026-05-18 02:50:33] "POST /fqname-to-id HTTP/1.1" 404 229 0.003542
10.0.0.23 - - [2026-05-18 02:50:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.005094
10.0.0.240 - - [2026-05-18 02:50:33] "GET /projects?obj_uuids=8305d94d-9526-453d-a188-7071ef42b519&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001038
10.0.0.23 - - [2026-05-18 02:50:33] "GET /project/8305d94d-9526-453d-a188-7071ef42b519?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.047311
10.0.0.23 - - [2026-05-18 02:50:33] "POST /network-policys HTTP/1.1" 200 565 0.033101
10.0.0.23 - - [2026-05-18 02:50:33] "GET /network-policy/97acf9b1-0016-4fd6-8788-2c9809c0b4bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.008528
10.0.0.23 - - [2026-05-18 02:50:34] "POST /fqname-to-id HTTP/1.1" 404 229 0.003483
10.0.0.23 - - [2026-05-18 02:50:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003162
10.0.0.240 - - [2026-05-18 02:50:34] "GET /projects?obj_uuids=8305d94d-9526-453d-a188-7071ef42b519&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001415
10.0.0.23 - - [2026-05-18 02:50:34] "GET /project/8305d94d-9526-453d-a188-7071ef42b519?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.051843
10.0.0.23 - - [2026-05-18 02:50:34] "POST /network-policys HTTP/1.1" 200 565 0.033262
10.0.0.23 - - [2026-05-18 02:50:34] "GET /network-policy/3958f388-6e0d-49df-8f91-2c35f9ee9f6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.007435
10.0.0.23 - - [2026-05-18 02:50:34] "POST /fqname-to-id HTTP/1.1" 404 229 0.004074
10.0.0.23 - - [2026-05-18 02:50:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003227
10.0.0.240 - - [2026-05-18 02:50:34] "GET /projects?obj_uuids=8305d94d-9526-453d-a188-7071ef42b519&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001602
10.0.0.23 - - [2026-05-18 02:50:34] "GET /project/8305d94d-9526-453d-a188-7071ef42b519?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.046044
10.0.0.23 - - [2026-05-18 02:50:34] "POST /network-policys HTTP/1.1" 200 565 0.036574
10.0.0.23 - - [2026-05-18 02:50:34] "GET /network-policy/1a88e80f-7ecb-43fb-856a-56aa83fca502?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.007489
10.0.0.23 - - [2026-05-18 02:50:34] "POST /fqname-to-id HTTP/1.1" 404 229 0.004803
10.0.0.23 - - [2026-05-18 02:50:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003009
10.0.0.240 - - [2026-05-18 02:50:34] "GET /projects?obj_uuids=8305d94d-9526-453d-a188-7071ef42b519&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001027
10.0.0.23 - - [2026-05-18 02:50:34] "GET /project/8305d94d-9526-453d-a188-7071ef42b519?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.040948
10.0.0.23 - - [2026-05-18 02:50:34] "POST /network-policys HTTP/1.1" 200 565 0.045963
10.0.0.23 - - [2026-05-18 02:50:35] "GET /network-policy/70444828-88b3-4d95-891c-baa108777767?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.008569
10.0.0.23 - - [2026-05-18 02:50:35] "POST /neutron/network HTTP/1.1" 200 2249 0.171571
10.0.0.23 - - [2026-05-18 02:50:35] "GET /virtual-network/16781b5b-58b9-4153-a0b6-3e0e44f74ed1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6150 0.010220
10.0.0.23 - - [2026-05-18 02:50:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.043421
10.0.0.23 - - [2026-05-18 02:50:35] "GET /network-policy/1a88e80f-7ecb-43fb-856a-56aa83fca502?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005960
10.0.0.23 - - [2026-05-18 02:50:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.006287
10.0.0.23 - - [2026-05-18 02:50:35] "GET /network-policy/3958f388-6e0d-49df-8f91-2c35f9ee9f6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.005102
10.0.0.23 - - [2026-05-18 02:50:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003313
10.0.0.23 - - [2026-05-18 02:50:35] "GET /network-policy/473f174f-68c7-439f-8ab9-ecd57526d5d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005289
10.0.0.23 - - [2026-05-18 02:50:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003845
10.0.0.23 - - [2026-05-18 02:50:35] "GET /network-policy/569c2be1-877c-4018-aace-9143ff00cd8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8881 0.004527
10.0.0.23 - - [2026-05-18 02:50:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003522
10.0.0.23 - - [2026-05-18 02:50:35] "GET /network-policy/61f24942-5591-49bb-b33c-a7217ea85854?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.005432
10.0.0.23 - - [2026-05-18 02:50:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003433
10.0.0.23 - - [2026-05-18 02:50:35] "GET /network-policy/70444828-88b3-4d95-891c-baa108777767?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005518
10.0.0.23 - - [2026-05-18 02:50:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004203
10.0.0.23 - - [2026-05-18 02:50:35] "GET /network-policy/75826b1b-0f31-4cf7-a339-6751fe8c22f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004533
10.0.0.23 - - [2026-05-18 02:50:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002829
10.0.0.23 - - [2026-05-18 02:50:36] "GET /network-policy/759adb38-e902-4d92-89ba-4bf6ba0c058a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005077
10.0.0.23 - - [2026-05-18 02:50:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003499
10.0.0.23 - - [2026-05-18 02:50:36] "GET /network-policy/97acf9b1-0016-4fd6-8788-2c9809c0b4bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004912
10.0.0.23 - - [2026-05-18 02:50:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003823
10.0.0.23 - - [2026-05-18 02:50:36] "GET /network-policy/bea118a6-6699-4307-8405-68acae9f3c8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004133
10.0.0.23 - - [2026-05-18 02:50:36] "POST /id-to-fqname HTTP/1.1" 200 235 0.001260
10.0.0.240 - - [2026-05-18 02:50:37] "GET /projects?obj_uuids=8305d94d-9526-453d-a188-7071ef42b519&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001204
10.0.0.23 - - [2026-05-18 02:50:37] "GET /project/8305d94d-9526-453d-a188-7071ef42b519?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.076874
10.0.0.23 - - [2026-05-18 02:50:37] "POST /neutron/network HTTP/1.1" 200 2249 0.012555
10.0.0.23 - - [2026-05-18 02:50:37] "POST /neutron/port HTTP/1.1" 200 117 0.007316
10.0.0.23 - - [2026-05-18 02:50:38] "POST /neutron/port HTTP/1.1" 200 1173 0.049712
10.0.0.23 - - [2026-05-18 02:50:38] "POST /neutron/port HTTP/1.1" 200 1237 0.023035
10.0.0.23 - - [2026-05-18 02:50:39] "POST /neutron/subnet HTTP/1.1" 200 1356 0.019983
10.0.0.23 - - [2026-05-18 02:50:39] "POST /neutron/network HTTP/1.1" 200 2249 0.013853
10.0.0.23 - - [2026-05-18 02:50:42] "POST /neutron/port HTTP/1.1" 200 1237 0.034313
10.0.0.23 - - [2026-05-18 02:50:42] "POST /neutron/security_group HTTP/1.1" 200 2070 0.011297
10.0.0.23 - - [2026-05-18 02:50:43] "GET /virtual-machine/32cdbd67-7596-41ba-adc2-4b9ee3e30073 HTTP/1.1" 401 292 0.000458
10.0.0.23 - - [2026-05-18 02:50:43] "GET /virtual-machine/32cdbd67-7596-41ba-adc2-4b9ee3e30073 HTTP/1.1" 200 1306 0.033652
10.0.0.23 - - [2026-05-18 02:50:43] "GET /virtual-machine-interface/8a9cc639-9b0e-4991-a904-6e76f8ca2917 HTTP/1.1" 200 3176 0.005696
10.0.0.23 - - [2026-05-18 02:50:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003695
10.0.0.23 - - [2026-05-18 02:50:43] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003595
10.0.0.23 - - [2026-05-18 02:50:43] "GET /virtual-networks?parent_id=8305d94d-9526-453d-a188-7071ef42b519&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.002729
10.0.0.23 - - [2026-05-18 02:50:43] "GET /virtual-network/16781b5b-58b9-4153-a0b6-3e0e44f74ed1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6150 0.006128
10.0.0.240 - - [2026-05-18 02:50:46] "DELETE /access-control-list/a6d69b78-e0e1-4d46-ad67-2cf074120d25 HTTP/1.1" 200 115 0.047045
10.0.0.23 - - [2026-05-18 02:50:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003874
10.0.0.23 - - [2026-05-18 02:50:46] "GET /virtual-network/16781b5b-58b9-4153-a0b6-3e0e44f74ed1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6150 0.007207
10.0.0.240 - - [2026-05-18 02:50:47] "DELETE /project/8305d94d9526453da1887071ef42b519 HTTP/1.1" 404 173 0.004159
10.0.0.240 - - [2026-05-18 02:50:47] "DELETE /project/48bc77e5-07d1-4995-8209-b7adf6ce66dc HTTP/1.1" 404 177 0.003545
10.0.0.23 - - [2026-05-18 02:50:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003978
10.0.0.23 - - [2026-05-18 02:50:50] "GET /virtual-network/16781b5b-58b9-4153-a0b6-3e0e44f74ed1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6150 0.016636
10.0.0.23 - - [2026-05-18 02:50:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004268
10.0.0.23 - - [2026-05-18 02:50:54] "GET /virtual-network/16781b5b-58b9-4153-a0b6-3e0e44f74ed1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6150 0.008763
10.0.0.23 - - [2026-05-18 02:50:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004120
10.0.0.23 - - [2026-05-18 02:50:58] "GET /virtual-network/16781b5b-58b9-4153-a0b6-3e0e44f74ed1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6150 0.007432
10.0.0.23 - - [2026-05-18 02:51:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003767
10.0.0.23 - - [2026-05-18 02:51:02] "GET /virtual-network/16781b5b-58b9-4153-a0b6-3e0e44f74ed1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6150 0.005213
10.0.0.23 - - [2026-05-18 02:51:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003461
10.0.0.23 - - [2026-05-18 02:51:07] "GET /virtual-network/16781b5b-58b9-4153-a0b6-3e0e44f74ed1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6150 0.007591
10.0.0.23 - - [2026-05-18 02:51:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004532
10.0.0.23 - - [2026-05-18 02:51:11] "GET /virtual-network/16781b5b-58b9-4153-a0b6-3e0e44f74ed1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6150 0.007030
10.0.0.240 - - [2026-05-18 02:51:12] "GET /obj-perms HTTP/1.1" 200 5056 0.063792
10.0.0.23 - - [2026-05-18 02:51:12] "POST /neutron/network HTTP/1.1" 200 2259 0.010876
10.0.0.23 - - [2026-05-18 02:51:12] "POST /neutron/subnet HTTP/1.1" 200 1356 0.018751
10.0.0.23 - - [2026-05-18 02:51:12] "POST /neutron/network HTTP/1.1" 200 2249 0.012772
10.0.0.23 - - [2026-05-18 02:51:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003845
10.0.0.23 - - [2026-05-18 02:51:15] "GET /virtual-network/16781b5b-58b9-4153-a0b6-3e0e44f74ed1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6150 0.007025
10.0.0.23 - - [2026-05-18 02:51:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004342
10.0.0.23 - - [2026-05-18 02:51:19] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004145
10.0.0.23 - - [2026-05-18 02:51:19] "GET /virtual-networks?parent_id=8305d94d-9526-453d-a188-7071ef42b519&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.010035
10.0.0.23 - - [2026-05-18 02:51:19] "GET /virtual-network/16781b5b-58b9-4153-a0b6-3e0e44f74ed1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6150 0.008447
10.0.0.23 - - [2026-05-18 02:51:24] "POST /neutron/port HTTP/1.1" 200 1237 0.019889
10.0.0.23 - - [2026-05-18 02:51:29] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008344
10.0.0.23 - - [2026-05-18 02:51:35] "POST /neutron/port HTTP/1.1" 200 1237 0.020592
10.0.0.23 - - [2026-05-18 02:51:40] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007261
10.0.0.23 - - [2026-05-18 02:51:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003893
10.0.0.23 - - [2026-05-18 02:51:40] "GET /network-policy/759adb38-e902-4d92-89ba-4bf6ba0c058a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004691
10.0.0.23 - - [2026-05-18 02:51:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003141
10.0.0.23 - - [2026-05-18 02:51:40] "GET /network-policy/569c2be1-877c-4018-aace-9143ff00cd8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8881 0.004564
10.0.0.23 - - [2026-05-18 02:51:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003364
10.0.0.23 - - [2026-05-18 02:51:40] "GET /network-policy/61f24942-5591-49bb-b33c-a7217ea85854?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.005286
10.0.0.23 - - [2026-05-18 02:51:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003668
10.0.0.23 - - [2026-05-18 02:51:40] "GET /network-policy/473f174f-68c7-439f-8ab9-ecd57526d5d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.006039
10.0.0.23 - - [2026-05-18 02:51:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004148
10.0.0.23 - - [2026-05-18 02:51:40] "GET /network-policy/bea118a6-6699-4307-8405-68acae9f3c8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.005491
10.0.0.23 - - [2026-05-18 02:51:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003435
10.0.0.23 - - [2026-05-18 02:51:41] "GET /network-policy/75826b1b-0f31-4cf7-a339-6751fe8c22f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004641
10.0.0.23 - - [2026-05-18 02:51:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004062
10.0.0.23 - - [2026-05-18 02:51:41] "GET /network-policy/97acf9b1-0016-4fd6-8788-2c9809c0b4bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.006529
10.0.0.23 - - [2026-05-18 02:51:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003616
10.0.0.23 - - [2026-05-18 02:51:41] "GET /network-policy/3958f388-6e0d-49df-8f91-2c35f9ee9f6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.005228
10.0.0.23 - - [2026-05-18 02:51:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003560
10.0.0.23 - - [2026-05-18 02:51:41] "GET /network-policy/1a88e80f-7ecb-43fb-856a-56aa83fca502?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004811
10.0.0.23 - - [2026-05-18 02:51:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003673
10.0.0.23 - - [2026-05-18 02:51:41] "GET /network-policy/70444828-88b3-4d95-891c-baa108777767?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.008673
10.0.0.23 - - [2026-05-18 02:51:41] "POST /neutron/network HTTP/1.1" 200 2249 0.012537
10.0.0.240 - - [2026-05-18 02:51:41] "POST /fqname-to-id HTTP/1.1" 404 207 0.071390
10.0.0.23 - - [2026-05-18 02:51:41] "GET /virtual-network/16781b5b-58b9-4153-a0b6-3e0e44f74ed1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.013364
10.0.0.23 - - [2026-05-18 02:51:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003602
10.0.0.23 - - [2026-05-18 02:51:41] "GET /network-policy/759adb38-e902-4d92-89ba-4bf6ba0c058a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.006877
10.0.0.23 - - [2026-05-18 02:51:46] "POST /neutron/network HTTP/1.1" 200 1439 0.012521
10.0.0.240 - - [2026-05-18 02:51:46] "PUT /access-control-list/35868e0b-93b7-4eab-878d-46f6d53214a4 HTTP/1.1" 200 273 0.057324
10.0.0.23 - - [2026-05-18 02:51:46] "GET /virtual-network/16781b5b-58b9-4153-a0b6-3e0e44f74ed1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.011509
10.0.0.23 - - [2026-05-18 02:51:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002941
10.0.0.23 - - [2026-05-18 02:51:46] "GET /network-policy/569c2be1-877c-4018-aace-9143ff00cd8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8881 0.004858
10.0.0.23 - - [2026-05-18 02:51:52] "POST /neutron/network HTTP/1.1" 200 1439 0.015067
10.0.0.23 - - [2026-05-18 02:51:52] "GET /virtual-network/16781b5b-58b9-4153-a0b6-3e0e44f74ed1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.007992
10.0.0.23 - - [2026-05-18 02:51:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003388
10.0.0.23 - - [2026-05-18 02:51:52] "GET /network-policy/61f24942-5591-49bb-b33c-a7217ea85854?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.005307
10.0.0.22 - - [2026-05-18 02:51:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000508
10.0.0.22 - - [2026-05-18 02:51:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000410
10.0.0.240 - - [2026-05-18 02:51:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000418
10.0.0.240 - - [2026-05-18 02:51:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000376
10.0.0.23 - - [2026-05-18 02:51:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000448
10.0.0.23 - - [2026-05-18 02:51:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000363
10.0.0.22 - - [2026-05-18 02:51:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000361
10.0.0.22 - - [2026-05-18 02:51:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000353
10.0.0.240 - - [2026-05-18 02:51:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000409
10.0.0.240 - - [2026-05-18 02:51:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000344
10.0.0.23 - - [2026-05-18 02:51:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000433
10.0.0.23 - - [2026-05-18 02:51:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000456
10.0.0.23 - - [2026-05-18 02:51:57] "POST /neutron/network HTTP/1.1" 200 1439 0.013390
10.0.0.240 - - [2026-05-18 02:51:57] "POST /fqname-to-id HTTP/1.1" 404 207 0.003621
10.0.0.23 - - [2026-05-18 02:51:57] "GET /virtual-network/16781b5b-58b9-4153-a0b6-3e0e44f74ed1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.008688
10.0.0.23 - - [2026-05-18 02:51:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003299
10.0.0.23 - - [2026-05-18 02:51:57] "GET /network-policy/473f174f-68c7-439f-8ab9-ecd57526d5d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005028
10.0.0.23 - - [2026-05-18 02:52:02] "POST /neutron/network HTTP/1.1" 200 1439 0.014050
10.0.0.240 - - [2026-05-18 02:52:02] "PUT /access-control-list/35868e0b-93b7-4eab-878d-46f6d53214a4 HTTP/1.1" 200 273 0.054455
10.0.0.23 - - [2026-05-18 02:52:02] "GET /virtual-network/16781b5b-58b9-4153-a0b6-3e0e44f74ed1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.009673
10.0.0.23 - - [2026-05-18 02:52:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003350
10.0.0.23 - - [2026-05-18 02:52:02] "GET /network-policy/bea118a6-6699-4307-8405-68acae9f3c8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004829
10.0.0.23 - - [2026-05-18 02:52:07] "POST /neutron/network HTTP/1.1" 200 1439 0.014474
10.0.0.23 - - [2026-05-18 02:52:08] "GET /virtual-network/16781b5b-58b9-4153-a0b6-3e0e44f74ed1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.007757
10.0.0.23 - - [2026-05-18 02:52:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003339
10.0.0.23 - - [2026-05-18 02:52:08] "GET /network-policy/75826b1b-0f31-4cf7-a339-6751fe8c22f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004287
10.0.0.23 - - [2026-05-18 02:52:12] "POST /neutron/port HTTP/1.1" 200 1237 0.019355
10.0.0.23 - - [2026-05-18 02:52:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005709
10.0.0.23 - - [2026-05-18 02:52:12] "POST /neutron/port HTTP/1.1" 200 117 0.001120
10.0.0.22 - - [2026-05-18 02:52:12] "GET /obj-perms HTTP/1.1" 200 5056 0.063982
10.0.0.23 - - [2026-05-18 02:52:13] "POST /neutron/network HTTP/1.1" 200 1439 0.013891
10.0.0.240 - - [2026-05-18 02:52:13] "POST /fqname-to-id HTTP/1.1" 404 207 0.009298
10.0.0.23 - - [2026-05-18 02:52:13] "GET /virtual-network/16781b5b-58b9-4153-a0b6-3e0e44f74ed1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.008741
10.0.0.23 - - [2026-05-18 02:52:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002789
10.0.0.23 - - [2026-05-18 02:52:13] "GET /network-policy/97acf9b1-0016-4fd6-8788-2c9809c0b4bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.005019
10.0.0.23 - - [2026-05-18 02:52:18] "POST /neutron/network HTTP/1.1" 200 1439 0.011770
10.0.0.240 - - [2026-05-18 02:52:18] "PUT /access-control-list/35868e0b-93b7-4eab-878d-46f6d53214a4 HTTP/1.1" 200 273 0.019667
10.0.0.23 - - [2026-05-18 02:52:18] "GET /virtual-network/16781b5b-58b9-4153-a0b6-3e0e44f74ed1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.007747
10.0.0.23 - - [2026-05-18 02:52:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002991
10.0.0.23 - - [2026-05-18 02:52:18] "GET /network-policy/3958f388-6e0d-49df-8f91-2c35f9ee9f6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.005709
10.0.0.23 - - [2026-05-18 02:52:23] "POST /neutron/network HTTP/1.1" 200 1439 0.013001
10.0.0.23 - - [2026-05-18 02:52:23] "GET /virtual-network/16781b5b-58b9-4153-a0b6-3e0e44f74ed1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.010842
10.0.0.23 - - [2026-05-18 02:52:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.006151
10.0.0.23 - - [2026-05-18 02:52:23] "GET /network-policy/1a88e80f-7ecb-43fb-856a-56aa83fca502?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005195
10.0.0.23 - - [2026-05-18 02:52:29] "POST /neutron/network HTTP/1.1" 200 1439 0.013595
10.0.0.240 - - [2026-05-18 02:52:29] "POST /fqname-to-id HTTP/1.1" 404 207 0.005600
10.0.0.23 - - [2026-05-18 02:52:29] "GET /virtual-network/16781b5b-58b9-4153-a0b6-3e0e44f74ed1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.009009
10.0.0.23 - - [2026-05-18 02:52:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003288
10.0.0.23 - - [2026-05-18 02:52:29] "GET /network-policy/70444828-88b3-4d95-891c-baa108777767?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.006030
10.0.0.23 - - [2026-05-18 02:52:34] "GET /virtual-machine/32cdbd67-7596-41ba-adc2-4b9ee3e30073 HTTP/1.1" 200 1306 0.004708
10.0.0.23 - - [2026-05-18 02:52:34] "POST /neutron/port HTTP/1.1" 200 1237 0.021528
10.0.0.23 - - [2026-05-18 02:52:36] "GET /virtual-machine/32cdbd67-7596-41ba-adc2-4b9ee3e30073 HTTP/1.1" 404 171 0.003508
10.0.0.23 - - [2026-05-18 02:52:36] "GET /virtual-machine/32cdbd67-7596-41ba-adc2-4b9ee3e30073 HTTP/1.1" 404 171 0.004083
10.0.0.23 - - [2026-05-18 02:52:36] "GET /virtual-machine/32cdbd67-7596-41ba-adc2-4b9ee3e30073 HTTP/1.1" 404 171 0.006191
10.0.0.23 - - [2026-05-18 02:52:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004791
10.0.0.23 - - [2026-05-18 02:52:36] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004505
10.0.0.23 - - [2026-05-18 02:52:36] "GET /virtual-networks?parent_id=8305d94d-9526-453d-a188-7071ef42b519&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.003590
10.0.0.23 - - [2026-05-18 02:52:36] "GET /virtual-network/16781b5b-58b9-4153-a0b6-3e0e44f74ed1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.007213
10.0.0.23 - - [2026-05-18 02:52:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003435
10.0.0.23 - - [2026-05-18 02:52:36] "GET /routing-instance/192d2a44-d244-476f-9294-cd2626a643d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1502 0.004488
10.0.0.23 - - [2026-05-18 02:52:36] "GET /route-target/e61d8230-206e-41fa-b557-c2e1f4860f96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004756
10.0.0.23 - - [2026-05-18 02:52:37] "GET /obj-perms HTTP/1.1" 200 5019 0.075960
10.0.0.22 - - [2026-05-18 02:52:43] "GET /obj-perms HTTP/1.1" 200 5019 0.059682
10.0.0.23 - - [2026-05-18 02:52:46] "GET /obj-perms HTTP/1.1" 200 5019 0.004138
10.0.0.22 - - [2026-05-18 02:52:52] "GET /obj-perms HTTP/1.1" 200 5019 0.003855
10.0.0.23 - - [2026-05-18 02:52:55] "GET /obj-perms HTTP/1.1" 200 5019 0.004510
10.0.0.23 - - [2026-05-18 02:52:55] "GET /virtual-network/16781b5b-58b9-4153-a0b6-3e0e44f74ed1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.008090
10.0.0.23 - - [2026-05-18 02:52:55] "POST /neutron/network HTTP/1.1" 200 1439 0.011958
10.0.0.240 - - [2026-05-18 02:52:56] "DELETE /access-control-list/35868e0b-93b7-4eab-878d-46f6d53214a4 HTTP/1.1" 200 115 0.078259
10.0.0.23 - - [2026-05-18 02:52:56] "GET /virtual-network/16781b5b-58b9-4153-a0b6-3e0e44f74ed1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3175 0.013566
10.0.0.23 - - [2026-05-18 02:52:56] "DELETE /network-policy/70444828-88b3-4d95-891c-baa108777767 HTTP/1.1" 200 115 0.049354
10.0.0.23 - - [2026-05-18 02:52:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003197
10.0.0.240 - - [2026-05-18 02:52:56] "GET /projects?obj_uuids=8305d94d-9526-453d-a188-7071ef42b519&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000991
10.0.0.23 - - [2026-05-18 02:52:56] "GET /project/8305d94d-9526-453d-a188-7071ef42b519?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.047957
10.0.0.23 - - [2026-05-18 02:52:56] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-33938523&detail=False&count=False&shared=False HTTP/1.1" 200 2264 0.006224
10.0.0.23 - - [2026-05-18 02:52:56] "DELETE /network-policy/1a88e80f-7ecb-43fb-856a-56aa83fca502 HTTP/1.1" 200 115 0.042027
10.0.0.23 - - [2026-05-18 02:52:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004834
10.0.0.240 - - [2026-05-18 02:52:56] "GET /projects?obj_uuids=8305d94d-9526-453d-a188-7071ef42b519&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001519
10.0.0.23 - - [2026-05-18 02:52:56] "GET /project/8305d94d-9526-453d-a188-7071ef42b519?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.057692
10.0.0.23 - - [2026-05-18 02:52:56] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-33938523&detail=False&count=False&shared=False HTTP/1.1" 200 2027 0.005847
10.0.0.23 - - [2026-05-18 02:52:56] "DELETE /network-policy/3958f388-6e0d-49df-8f91-2c35f9ee9f6b HTTP/1.1" 200 115 0.043985
10.0.0.23 - - [2026-05-18 02:52:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004397
10.0.0.240 - - [2026-05-18 02:52:56] "GET /projects?obj_uuids=8305d94d-9526-453d-a188-7071ef42b519&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001801
10.0.0.23 - - [2026-05-18 02:52:56] "GET /project/8305d94d-9526-453d-a188-7071ef42b519?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.055400
10.0.0.23 - - [2026-05-18 02:52:56] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-33938523&detail=False&count=False&shared=False HTTP/1.1" 200 1790 0.007417
10.0.0.23 - - [2026-05-18 02:52:56] "DELETE /network-policy/97acf9b1-0016-4fd6-8788-2c9809c0b4bb HTTP/1.1" 200 115 0.043972
10.0.0.23 - - [2026-05-18 02:52:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003879
10.0.0.240 - - [2026-05-18 02:52:56] "GET /projects?obj_uuids=8305d94d-9526-453d-a188-7071ef42b519&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001180
10.0.0.23 - - [2026-05-18 02:52:56] "GET /project/8305d94d-9526-453d-a188-7071ef42b519?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.050976
10.0.0.23 - - [2026-05-18 02:52:56] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-33938523&detail=False&count=False&shared=False HTTP/1.1" 200 1553 0.006097
10.0.0.23 - - [2026-05-18 02:52:57] "DELETE /network-policy/75826b1b-0f31-4cf7-a339-6751fe8c22f7 HTTP/1.1" 200 115 0.044687
10.0.0.23 - - [2026-05-18 02:52:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002764
10.0.0.240 - - [2026-05-18 02:52:57] "GET /projects?obj_uuids=8305d94d-9526-453d-a188-7071ef42b519&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001145
10.0.0.23 - - [2026-05-18 02:52:57] "GET /project/8305d94d-9526-453d-a188-7071ef42b519?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.051317
10.0.0.23 - - [2026-05-18 02:52:57] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-33938523&detail=False&count=False&shared=False HTTP/1.1" 200 1316 0.006331
10.0.0.23 - - [2026-05-18 02:52:57] "DELETE /network-policy/bea118a6-6699-4307-8405-68acae9f3c8e HTTP/1.1" 200 115 0.052710
10.0.0.23 - - [2026-05-18 02:52:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003449
10.0.0.240 - - [2026-05-18 02:52:57] "GET /projects?obj_uuids=8305d94d-9526-453d-a188-7071ef42b519&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001050
10.0.0.23 - - [2026-05-18 02:52:57] "GET /project/8305d94d-9526-453d-a188-7071ef42b519?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.050407
10.0.0.23 - - [2026-05-18 02:52:57] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-33938523&detail=False&count=False&shared=False HTTP/1.1" 200 1078 0.006190
10.0.0.23 - - [2026-05-18 02:52:57] "DELETE /network-policy/473f174f-68c7-439f-8ab9-ecd57526d5d3 HTTP/1.1" 200 115 0.046504
10.0.0.23 - - [2026-05-18 02:52:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004684
10.0.0.240 - - [2026-05-18 02:52:57] "GET /projects?obj_uuids=8305d94d-9526-453d-a188-7071ef42b519&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.004131
10.0.0.23 - - [2026-05-18 02:52:57] "GET /project/8305d94d-9526-453d-a188-7071ef42b519?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.060095
10.0.0.23 - - [2026-05-18 02:52:57] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-33938523&detail=False&count=False&shared=False HTTP/1.1" 200 841 0.007127
10.0.0.23 - - [2026-05-18 02:52:57] "DELETE /network-policy/61f24942-5591-49bb-b33c-a7217ea85854 HTTP/1.1" 200 115 0.049338
10.0.0.23 - - [2026-05-18 02:52:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.005295
10.0.0.240 - - [2026-05-18 02:52:57] "GET /projects?obj_uuids=8305d94d-9526-453d-a188-7071ef42b519&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001301
10.0.0.23 - - [2026-05-18 02:52:57] "GET /project/8305d94d-9526-453d-a188-7071ef42b519?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.052119
10.0.0.23 - - [2026-05-18 02:52:57] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-33938523&detail=False&count=False&shared=False HTTP/1.1" 200 604 0.005646
10.0.0.23 - - [2026-05-18 02:52:58] "DELETE /network-policy/569c2be1-877c-4018-aace-9143ff00cd8d HTTP/1.1" 200 115 0.056908
10.0.0.23 - - [2026-05-18 02:52:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003057
10.0.0.240 - - [2026-05-18 02:52:58] "GET /projects?obj_uuids=8305d94d-9526-453d-a188-7071ef42b519&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001121
10.0.0.23 - - [2026-05-18 02:52:58] "GET /project/8305d94d-9526-453d-a188-7071ef42b519?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.048399
10.0.0.23 - - [2026-05-18 02:52:58] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-33938523&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.006217
10.0.0.23 - - [2026-05-18 02:52:58] "DELETE /network-policy/759adb38-e902-4d92-89ba-4bf6ba0c058a HTTP/1.1" 200 115 0.049706
10.0.0.23 - - [2026-05-18 02:52:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003982
10.0.0.240 - - [2026-05-18 02:52:58] "GET /projects?obj_uuids=8305d94d-9526-453d-a188-7071ef42b519&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001110
10.0.0.23 - - [2026-05-18 02:52:58] "GET /project/8305d94d-9526-453d-a188-7071ef42b519?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.046415
10.0.0.23 - - [2026-05-18 02:52:58] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-33938523&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.006886
10.0.0.23 - - [2026-05-18 02:52:58] "POST /neutron/network HTTP/1.1" 200 1336 0.013391
10.0.0.23 - - [2026-05-18 02:52:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003297
10.0.0.23 - - [2026-05-18 02:52:58] "DELETE /network-ipam/0e0fd606-e7a7-4b44-87fd-1afc633864c6 HTTP/1.1" 200 115 0.035809
10.0.0.23 - - [2026-05-18 02:52:58] "POST /fqname-to-id HTTP/1.1" 404 260 0.004277
10.0.0.240 - - [2026-05-18 02:52:59] "GET /projects?obj_uuids=8305d94d-9526-453d-a188-7071ef42b519&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000851
10.0.0.240 - - [2026-05-18 02:52:59] "GET /project/8305d94d-9526-453d-a188-7071ef42b519?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1515 0.049164
10.0.0.240 - - [2026-05-18 02:52:59] "GET /projects?obj_uuids=8305d94d-9526-453d-a188-7071ef42b519&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001128
10.0.0.240 - - [2026-05-18 02:52:59] "GET /project/8305d94d-9526-453d-a188-7071ef42b519?fields=security_groups HTTP/1.1" 200 1398 0.050586
10.0.0.240 - - [2026-05-18 02:52:59] "DELETE /security-group/69461892-8355-49b9-a508-0b5bdf25e6d6 HTTP/1.1" 200 115 0.074054
10.0.0.240 - - [2026-05-18 02:52:59] "GET /projects?obj_uuids=8305d94d-9526-453d-a188-7071ef42b519&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001464
10.0.0.240 - - [2026-05-18 02:52:59] "DELETE /access-control-list/6f4bff93-f685-4160-82bc-658eb13b1469 HTTP/1.1" 200 115 0.039827
10.0.0.240 - - [2026-05-18 02:52:59] "GET /project/8305d94d-9526-453d-a188-7071ef42b519?fields=application_policy_sets HTTP/1.1" 200 1437 0.076086
10.0.0.23 - - [2026-05-18 02:52:59] "DELETE /project/8305d94d-9526-453d-a188-7071ef42b519 HTTP/1.1" 200 115 0.465562
10.0.0.240 - - [2026-05-18 02:52:59] "GET /domains?obj_uuids=4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000923
10.0.0.23 - - [2026-05-18 02:52:59] "GET /domain/4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989?fields=projects HTTP/1.1" 200 1442 0.011029
10.0.0.240 - - [2026-05-18 02:53:02] "GET /projects?obj_uuids=8305d94d-9526-453d-a188-7071ef42b519&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004492
10.0.0.240 - - [2026-05-18 02:53:02] "GET /domains?obj_uuids=4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001000
10.0.0.240 - - [2026-05-18 02:53:02] "GET /domain/4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.049425
10.0.0.240 - - [2026-05-18 02:53:02] "POST /id-to-fqname HTTP/1.1" 200 202 0.001596
10.0.0.240 - - [2026-05-18 02:53:02] "POST /fqname-to-id HTTP/1.1" 404 211 0.007627
10.0.0.240 - - [2026-05-18 02:53:02] "POST /security-groups HTTP/1.1" 200 603 0.085872
10.0.0.240 - - [2026-05-18 02:53:02] "POST /projects HTTP/1.1" 200 609 0.340192
10.0.0.240 - - [2026-05-18 02:53:02] "POST /access-control-lists HTTP/1.1" 200 610 0.037723
10.0.0.240 - - [2026-05-18 02:53:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.422065
10.0.0.23 - - [2026-05-18 02:53:02] "GET /project/8305d94d-9526-453d-a188-7071ef42b519?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.608800
10.0.0.240 - - [2026-05-18 02:53:02] "GET /projects?obj_uuids=8305d94d-9526-453d-a188-7071ef42b519&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001155
10.0.0.23 - - [2026-05-18 02:53:02] "GET /project/8305d94d-9526-453d-a188-7071ef42b519?fields=virtual_networks HTTP/1.1" 200 1057 0.066856
10.0.0.240 - - [2026-05-18 02:53:02] "GET /projects?obj_uuids=8305d94d-9526-453d-a188-7071ef42b519&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000968
10.0.0.23 - - [2026-05-18 02:53:03] "GET /project/8305d94d-9526-453d-a188-7071ef42b519?fields=virtual_machine_interfaces HTTP/1.1" 200 1057 0.061122
10.0.0.240 - - [2026-05-18 02:53:03] "GET /projects?obj_uuids=8305d94d-9526-453d-a188-7071ef42b519&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001383
10.0.0.23 - - [2026-05-18 02:53:03] "GET /project/8305d94d-9526-453d-a188-7071ef42b519?fields=security_groups HTTP/1.1" 200 1296 0.070249
10.0.0.23 - - [2026-05-18 02:53:04] "POST /fqname-to-id HTTP/1.1" 404 194 0.033389
10.0.0.240 - - [2026-05-18 02:53:04] "GET /projects?obj_uuids=d9428ac1-6eef-4080-bb01-6dead21b4449&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003647
10.0.0.240 - - [2026-05-18 02:53:04] "GET /domains?obj_uuids=4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001053
10.0.0.240 - - [2026-05-18 02:53:04] "GET /domain/4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.011134
10.0.0.240 - - [2026-05-18 02:53:04] "POST /id-to-fqname HTTP/1.1" 200 196 0.008042
10.0.0.240 - - [2026-05-18 02:53:04] "POST /fqname-to-id HTTP/1.1" 404 205 0.007086
10.0.0.240 - - [2026-05-18 02:53:04] "POST /security-groups HTTP/1.1" 200 597 0.077823
10.0.0.240 - - [2026-05-18 02:53:04] "POST /fqname-to-id HTTP/1.1" 404 240 0.004908
10.0.0.240 - - [2026-05-18 02:53:04] "POST /projects HTTP/1.1" 200 597 0.297476
10.0.0.240 - - [2026-05-18 02:53:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.337064
10.0.0.23 - - [2026-05-18 02:53:04] "GET /project/d9428ac1-6eef-4080-bb01-6dead21b4449?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.503755
10.0.0.240 - - [2026-05-18 02:53:04] "POST /access-control-lists HTTP/1.1" 200 602 0.054292
10.0.0.23 - - [2026-05-18 02:53:05] "GET / HTTP/1.1" 200 36215 0.003696
10.0.0.23 - - [2026-05-18 02:53:07] "GET /project/d9428ac1-6eef-4080-bb01-6dead21b4449?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000437
10.0.0.240 - - [2026-05-18 02:53:08] "GET /projects?obj_uuids=d9428ac1-6eef-4080-bb01-6dead21b4449&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001177
10.0.0.23 - - [2026-05-18 02:53:08] "GET /project/d9428ac1-6eef-4080-bb01-6dead21b4449?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.066128
10.0.0.23 - - [2026-05-18 02:53:08] "GET / HTTP/1.1" 200 36215 0.001780
10.0.0.23 - - [2026-05-18 02:53:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003393
10.0.0.240 - - [2026-05-18 02:53:09] "GET /domains?obj_uuids=4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001635
10.0.0.23 - - [2026-05-18 02:53:09] "GET /domain/4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.008474
10.0.0.23 - - [2026-05-18 02:53:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003489
10.0.0.240 - - [2026-05-18 02:53:09] "GET /projects?obj_uuids=d9428ac1-6eef-4080-bb01-6dead21b4449&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001010
10.0.0.23 - - [2026-05-18 02:53:09] "GET /project/d9428ac1-6eef-4080-bb01-6dead21b4449?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.047886
10.0.0.23 - - [2026-05-18 02:53:10] "GET /domains HTTP/1.1" 401 292 0.000559
10.0.0.23 - - [2026-05-18 02:53:10] "GET /domains HTTP/1.1" 200 281 0.029512
10.0.0.240 - - [2026-05-18 02:53:10] "GET /domains?obj_uuids=4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001121
10.0.0.23 - - [2026-05-18 02:53:10] "GET /domain/4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989 HTTP/1.1" 200 2983 0.011246
10.0.0.240 - - [2026-05-18 02:53:10] "GET /projects?obj_uuids=d9428ac1-6eef-4080-bb01-6dead21b4449&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001082
10.0.0.23 - - [2026-05-18 02:53:10] "GET /project/d9428ac1-6eef-4080-bb01-6dead21b4449 HTTP/1.1" 200 1893 0.095300
10.0.0.23 - - [2026-05-18 02:53:10] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.003004
10.0.0.23 - - [2026-05-18 02:53:10] "POST /network-ipams HTTP/1.1" 200 605 0.034943
10.0.0.23 - - [2026-05-18 02:53:10] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003273
10.0.0.23 - - [2026-05-18 02:53:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003921
10.0.0.23 - - [2026-05-18 02:53:11] "GET /network-ipam/f0895e31-e97c-4c78-8e96-0d46f6cacb08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.007246
10.0.0.23 - - [2026-05-18 02:53:11] "PUT /network-ipam/f0895e31-e97c-4c78-8e96-0d46f6cacb08 HTTP/1.1" 200 259 0.017292
10.0.0.23 - - [2026-05-18 02:53:11] "POST /fqname-to-id HTTP/1.1" 401 292 0.000836
10.0.0.23 - - [2026-05-18 02:53:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.032882
10.0.0.240 - - [2026-05-18 02:53:11] "GET /projects?obj_uuids=d9428ac1-6eef-4080-bb01-6dead21b4449&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001154
10.0.0.23 - - [2026-05-18 02:53:11] "GET /project/d9428ac1-6eef-4080-bb01-6dead21b4449?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.038348
10.0.0.240 - - [2026-05-18 02:53:11] "GET /projects?obj_uuids=d9428ac1-6eef-4080-bb01-6dead21b4449&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001422
10.0.0.23 - - [2026-05-18 02:53:12] "POST /neutron/network HTTP/1.1" 200 617 0.185958
10.0.0.23 - - [2026-05-18 02:53:12] "POST /neutron/network HTTP/1.1" 200 1074 0.012411
10.0.0.23 - - [2026-05-18 02:53:12] "POST /id-to-fqname HTTP/1.1" 200 229 0.001649
10.0.0.23 - - [2026-05-18 02:53:12] "GET /virtual-network/913ebacb-8600-4967-82e2-099def60d970?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2576 0.006152
10.0.0.23 - - [2026-05-18 02:53:12] "GET /virtual-network/913ebacb-8600-4967-82e2-099def60d970?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2576 0.006783
10.0.0.23 - - [2026-05-18 02:53:12] "POST /neutron/subnet HTTP/1.1" 200 701 0.010766
10.0.0.23 - - [2026-05-18 02:53:13] "GET /virtual-network/913ebacb-8600-4967-82e2-099def60d970?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2576 0.005550
10.0.0.23 - - [2026-05-18 02:53:14] "GET /obj-perms HTTP/1.1" 200 5056 0.372330
10.0.0.22 - - [2026-05-18 02:53:14] "GET /obj-perms HTTP/1.1" 200 5056 0.359144
10.0.0.240 - - [2026-05-18 02:53:15] "GET /obj-perms HTTP/1.1" 200 5013 0.059977
10.0.0.23 - - [2026-05-18 02:53:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003694
10.0.0.240 - - [2026-05-18 02:53:15] "GET /projects?obj_uuids=d9428ac1-6eef-4080-bb01-6dead21b4449&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000989
10.0.0.23 - - [2026-05-18 02:53:15] "GET /project/d9428ac1-6eef-4080-bb01-6dead21b4449?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.052907
10.0.0.240 - - [2026-05-18 02:53:15] "GET /projects?obj_uuids=d9428ac1-6eef-4080-bb01-6dead21b4449&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000919
10.0.0.23 - - [2026-05-18 02:53:15] "POST /neutron/network HTTP/1.1" 200 617 0.165966
10.0.0.240 - - [2026-05-18 02:53:15] "POST /route-targets HTTP/1.1" 200 328 0.022050
10.0.0.23 - - [2026-05-18 02:53:16] "POST /neutron/network HTTP/1.1" 200 1074 0.011397
10.0.0.23 - - [2026-05-18 02:53:16] "POST /id-to-fqname HTTP/1.1" 200 229 0.001138
10.0.0.23 - - [2026-05-18 02:53:16] "GET /virtual-network/f9432204-c62c-4f7d-93ac-c2cafdc4fe53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2577 0.006756
10.0.0.23 - - [2026-05-18 02:53:16] "GET /virtual-network/f9432204-c62c-4f7d-93ac-c2cafdc4fe53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2577 0.007649
10.0.0.23 - - [2026-05-18 02:53:16] "POST /neutron/subnet HTTP/1.1" 200 701 0.009650
10.0.0.23 - - [2026-05-18 02:53:16] "GET /virtual-network/f9432204-c62c-4f7d-93ac-c2cafdc4fe53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2577 0.005788
10.0.0.23 - - [2026-05-18 02:53:17] "POST /fqname-to-id HTTP/1.1" 404 205 0.004036
10.0.0.23 - - [2026-05-18 02:53:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003736
10.0.0.240 - - [2026-05-18 02:53:17] "GET /projects?obj_uuids=d9428ac1-6eef-4080-bb01-6dead21b4449&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001338
10.0.0.23 - - [2026-05-18 02:53:17] "GET /project/d9428ac1-6eef-4080-bb01-6dead21b4449?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.046173
10.0.0.23 - - [2026-05-18 02:53:17] "POST /network-policys HTTP/1.1" 200 529 0.080310
10.0.0.23 - - [2026-05-18 02:53:17] "GET /network-policy/622f1195-4808-48a7-8c55-c5d94e918646?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.006700
10.0.0.23 - - [2026-05-18 02:53:17] "POST /fqname-to-id HTTP/1.1" 404 205 0.003380
10.0.0.23 - - [2026-05-18 02:53:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003273
10.0.0.240 - - [2026-05-18 02:53:17] "GET /projects?obj_uuids=d9428ac1-6eef-4080-bb01-6dead21b4449&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000928
10.0.0.23 - - [2026-05-18 02:53:17] "GET /project/d9428ac1-6eef-4080-bb01-6dead21b4449?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.040327
10.0.0.23 - - [2026-05-18 02:53:17] "POST /network-policys HTTP/1.1" 200 529 0.079325
10.0.0.23 - - [2026-05-18 02:53:17] "GET /network-policy/32bbfd5e-e989-4915-9793-ce0a933a2a2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.006932
10.0.0.23 - - [2026-05-18 02:53:17] "POST /fqname-to-id HTTP/1.1" 404 205 0.003478
10.0.0.23 - - [2026-05-18 02:53:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003005
10.0.0.240 - - [2026-05-18 02:53:17] "GET /projects?obj_uuids=d9428ac1-6eef-4080-bb01-6dead21b4449&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001627
10.0.0.23 - - [2026-05-18 02:53:17] "GET /project/d9428ac1-6eef-4080-bb01-6dead21b4449?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.050339
10.0.0.23 - - [2026-05-18 02:53:18] "POST /network-policys HTTP/1.1" 200 529 0.080032
10.0.0.23 - - [2026-05-18 02:53:18] "GET /network-policy/30ffcc5a-30f3-4d85-a099-a4080116c126?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.006762
10.0.0.23 - - [2026-05-18 02:53:18] "POST /fqname-to-id HTTP/1.1" 404 205 0.002792
10.0.0.23 - - [2026-05-18 02:53:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004133
10.0.0.240 - - [2026-05-18 02:53:18] "GET /projects?obj_uuids=d9428ac1-6eef-4080-bb01-6dead21b4449&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001208
10.0.0.23 - - [2026-05-18 02:53:18] "GET /project/d9428ac1-6eef-4080-bb01-6dead21b4449?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.051759
10.0.0.23 - - [2026-05-18 02:53:18] "POST /network-policys HTTP/1.1" 200 529 0.079612
10.0.0.23 - - [2026-05-18 02:53:18] "GET /network-policy/b50db0c3-91b8-4e31-9cac-8b5921453d96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3985 0.008884
10.0.0.23 - - [2026-05-18 02:53:18] "POST /fqname-to-id HTTP/1.1" 404 207 0.002951
10.0.0.23 - - [2026-05-18 02:53:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003633
10.0.0.240 - - [2026-05-18 02:53:18] "GET /projects?obj_uuids=d9428ac1-6eef-4080-bb01-6dead21b4449&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001389
10.0.0.23 - - [2026-05-18 02:53:18] "GET /project/d9428ac1-6eef-4080-bb01-6dead21b4449?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.058639
10.0.0.23 - - [2026-05-18 02:53:18] "POST /network-policys HTTP/1.1" 200 533 0.031825
10.0.0.23 - - [2026-05-18 02:53:18] "GET /network-policy/fcb02cdf-0b41-4910-9608-b9b97bc14cc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1946 0.005712
10.0.0.23 - - [2026-05-18 02:53:19] "POST /fqname-to-id HTTP/1.1" 404 206 0.003413
10.0.0.23 - - [2026-05-18 02:53:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004316
10.0.0.240 - - [2026-05-18 02:53:19] "GET /projects?obj_uuids=d9428ac1-6eef-4080-bb01-6dead21b4449&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001212
10.0.0.23 - - [2026-05-18 02:53:19] "GET /project/d9428ac1-6eef-4080-bb01-6dead21b4449?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.049292
10.0.0.23 - - [2026-05-18 02:53:19] "POST /network-policys HTTP/1.1" 200 531 0.083424
10.0.0.23 - - [2026-05-18 02:53:19] "GET /network-policy/f6c5e2de-760d-4799-9087-695f2febbd93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3988 0.007410
10.0.0.23 - - [2026-05-18 02:53:19] "POST /fqname-to-id HTTP/1.1" 404 206 0.004227
10.0.0.23 - - [2026-05-18 02:53:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003542
10.0.0.240 - - [2026-05-18 02:53:19] "GET /projects?obj_uuids=d9428ac1-6eef-4080-bb01-6dead21b4449&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001601
10.0.0.23 - - [2026-05-18 02:53:19] "GET /project/d9428ac1-6eef-4080-bb01-6dead21b4449?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.045001
10.0.0.23 - - [2026-05-18 02:53:19] "POST /network-policys HTTP/1.1" 200 531 0.081068
10.0.0.23 - - [2026-05-18 02:53:19] "GET /network-policy/0d16fa4e-abb4-4041-848e-589a956d90d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3985 0.007872
10.0.0.23 - - [2026-05-18 02:53:19] "POST /fqname-to-id HTTP/1.1" 404 206 0.003415
10.0.0.23 - - [2026-05-18 02:53:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003630
10.0.0.240 - - [2026-05-18 02:53:20] "GET /projects?obj_uuids=d9428ac1-6eef-4080-bb01-6dead21b4449&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001021
10.0.0.23 - - [2026-05-18 02:53:20] "GET /project/d9428ac1-6eef-4080-bb01-6dead21b4449?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.044235
10.0.0.23 - - [2026-05-18 02:53:20] "POST /network-policys HTTP/1.1" 200 531 0.075844
10.0.0.23 - - [2026-05-18 02:53:20] "GET /network-policy/1d209c94-7113-44f2-a454-5b52622ccc91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3987 0.006123
10.0.0.23 - - [2026-05-18 02:53:20] "POST /fqname-to-id HTTP/1.1" 404 206 0.003302
10.0.0.23 - - [2026-05-18 02:53:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003930
10.0.0.240 - - [2026-05-18 02:53:20] "GET /projects?obj_uuids=d9428ac1-6eef-4080-bb01-6dead21b4449&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000958
10.0.0.23 - - [2026-05-18 02:53:20] "GET /project/d9428ac1-6eef-4080-bb01-6dead21b4449?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.075318
10.0.0.23 - - [2026-05-18 02:53:20] "POST /network-policys HTTP/1.1" 200 531 0.074379
10.0.0.23 - - [2026-05-18 02:53:20] "GET /network-policy/e204b2a0-be89-43d5-804c-34886e4c3e4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3987 0.007718
10.0.0.23 - - [2026-05-18 02:53:20] "POST /fqname-to-id HTTP/1.1" 404 208 0.003252
10.0.0.23 - - [2026-05-18 02:53:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003632
10.0.0.240 - - [2026-05-18 02:53:20] "GET /projects?obj_uuids=d9428ac1-6eef-4080-bb01-6dead21b4449&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001178
10.0.0.23 - - [2026-05-18 02:53:21] "GET /project/d9428ac1-6eef-4080-bb01-6dead21b4449?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.053554
10.0.0.23 - - [2026-05-18 02:53:21] "POST /network-policys HTTP/1.1" 200 535 0.032300
10.0.0.23 - - [2026-05-18 02:53:21] "GET /network-policy/85f3ae87-599e-41e6-ae90-a8b1054f1594?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1128 0.006534
10.0.0.23 - - [2026-05-18 02:53:21] "POST /neutron/network HTTP/1.1" 200 1157 0.085171
10.0.0.23 - - [2026-05-18 02:53:21] "GET /virtual-network/913ebacb-8600-4967-82e2-099def60d970?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.007450
10.0.0.23 - - [2026-05-18 02:53:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003634
10.0.0.240 - - [2026-05-18 02:53:21] "POST /access-control-lists HTTP/1.1" 200 605 0.088919
10.0.0.23 - - [2026-05-18 02:53:21] "GET /network-policy/622f1195-4808-48a7-8c55-c5d94e918646?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.007534
10.0.0.23 - - [2026-05-18 02:53:21] "POST /neutron/network HTTP/1.1" 200 1159 0.094957
10.0.0.240 - - [2026-05-18 02:53:21] "POST /ref-update HTTP/1.1" 200 156 0.029167
10.0.0.23 - - [2026-05-18 02:53:22] "GET /virtual-network/f9432204-c62c-4f7d-93ac-c2cafdc4fe53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2878 0.015359
10.0.0.23 - - [2026-05-18 02:53:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.005033
10.0.0.23 - - [2026-05-18 02:53:22] "GET /network-policy/fcb02cdf-0b41-4910-9608-b9b97bc14cc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1946 0.003986
10.0.0.23 - - [2026-05-18 02:53:22] "POST /id-to-fqname HTTP/1.1" 200 229 0.001361
10.0.0.240 - - [2026-05-18 02:53:23] "GET /projects?obj_uuids=d9428ac1-6eef-4080-bb01-6dead21b4449&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001125
10.0.0.23 - - [2026-05-18 02:53:23] "GET /project/d9428ac1-6eef-4080-bb01-6dead21b4449?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.084244
10.0.0.23 - - [2026-05-18 02:53:23] "POST /neutron/network HTTP/1.1" 200 1157 0.039890
10.0.0.23 - - [2026-05-18 02:53:23] "POST /id-to-fqname HTTP/1.1" 200 229 0.001606
10.0.0.23 - - [2026-05-18 02:53:23] "POST /neutron/port HTTP/1.1" 200 117 0.006790
10.0.0.240 - - [2026-05-18 02:53:23] "GET /projects?obj_uuids=d9428ac1-6eef-4080-bb01-6dead21b4449&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001130
10.0.0.23 - - [2026-05-18 02:53:24] "POST /neutron/port HTTP/1.1" 200 1061 0.346347
10.0.0.23 - - [2026-05-18 02:53:24] "POST /neutron/port HTTP/1.1" 200 1115 0.160369
10.0.0.240 - - [2026-05-18 02:53:24] "GET /projects?obj_uuids=d9428ac1-6eef-4080-bb01-6dead21b4449&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001126
10.0.0.23 - - [2026-05-18 02:53:24] "GET /project/d9428ac1-6eef-4080-bb01-6dead21b4449?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.120814
10.0.0.23 - - [2026-05-18 02:53:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007099
10.0.0.23 - - [2026-05-18 02:53:24] "POST /neutron/network HTTP/1.1" 200 1157 0.010564
10.0.0.23 - - [2026-05-18 02:53:24] "POST /neutron/port HTTP/1.1" 200 117 0.007243
10.0.0.23 - - [2026-05-18 02:53:25] "POST /neutron/network HTTP/1.1" 200 1169 0.007585
10.0.0.23 - - [2026-05-18 02:53:25] "POST /neutron/port HTTP/1.1" 200 1061 0.046650
10.0.0.23 - - [2026-05-18 02:53:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004214
10.0.0.23 - - [2026-05-18 02:53:26] "POST /neutron/network HTTP/1.1" 200 1159 0.009825
10.0.0.23 - - [2026-05-18 02:53:30] "POST /neutron/port HTTP/1.1" 200 1125 0.022192
10.0.0.23 - - [2026-05-18 02:53:30] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007744
10.0.0.23 - - [2026-05-18 02:53:30] "GET /virtual-machine/6f73904d-0c36-4bcd-9ebb-ee477c91a4d2 HTTP/1.1" 401 292 0.000442
10.0.0.23 - - [2026-05-18 02:53:30] "GET /virtual-machine/6f73904d-0c36-4bcd-9ebb-ee477c91a4d2 HTTP/1.1" 200 1300 0.040623
10.0.0.23 - - [2026-05-18 02:53:30] "GET /virtual-machine-interface/e4447f0d-e287-4eff-8ae7-00ba50248aab HTTP/1.1" 200 2958 0.006272
10.0.0.23 - - [2026-05-18 02:53:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003574
10.0.0.23 - - [2026-05-18 02:53:30] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003799
10.0.0.23 - - [2026-05-18 02:53:30] "GET /virtual-networks?parent_id=d9428ac1-6eef-4080-bb01-6dead21b4449&detail=False&count=False&shared=False HTTP/1.1" 200 591 0.003026
10.0.0.23 - - [2026-05-18 02:53:30] "GET /virtual-network/913ebacb-8600-4967-82e2-099def60d970?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.005946
10.0.0.23 - - [2026-05-18 02:53:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003906
10.0.0.23 - - [2026-05-18 02:53:33] "GET /virtual-network/913ebacb-8600-4967-82e2-099def60d970?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.004970
10.0.0.23 - - [2026-05-18 02:53:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003569
10.0.0.23 - - [2026-05-18 02:53:37] "GET /virtual-network/913ebacb-8600-4967-82e2-099def60d970?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.006060
10.0.0.23 - - [2026-05-18 02:53:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003847
10.0.0.23 - - [2026-05-18 02:53:41] "GET /virtual-network/913ebacb-8600-4967-82e2-099def60d970?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.006298
10.0.0.23 - - [2026-05-18 02:53:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003899
10.0.0.23 - - [2026-05-18 02:53:46] "GET /virtual-network/913ebacb-8600-4967-82e2-099def60d970?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.005888
10.0.0.240 - - [2026-05-18 02:53:47] "DELETE /project/d9428ac16eef4080bb016dead21b4449 HTTP/1.1" 404 173 0.003965
10.0.0.240 - - [2026-05-18 02:53:47] "DELETE /project/8305d94d9526453da1887071ef42b519 HTTP/1.1" 404 173 0.006351
10.0.0.240 - - [2026-05-18 02:53:47] "DELETE /project/8305d94d-9526-453d-a188-7071ef42b519 HTTP/1.1" 404 177 0.003992
10.0.0.23 - - [2026-05-18 02:53:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003473
10.0.0.23 - - [2026-05-18 02:53:50] "GET /virtual-network/913ebacb-8600-4967-82e2-099def60d970?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.005259
10.0.0.23 - - [2026-05-18 02:53:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004354
10.0.0.23 - - [2026-05-18 02:53:54] "GET /virtual-network/913ebacb-8600-4967-82e2-099def60d970?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.006355
10.0.0.23 - - [2026-05-18 02:53:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003534
10.0.0.23 - - [2026-05-18 02:53:58] "GET /virtual-network/913ebacb-8600-4967-82e2-099def60d970?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.005282
10.0.0.23 - - [2026-05-18 02:54:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003674
10.0.0.23 - - [2026-05-18 02:54:02] "GET /virtual-network/913ebacb-8600-4967-82e2-099def60d970?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.006295
10.0.0.23 - - [2026-05-18 02:54:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003944
10.0.0.23 - - [2026-05-18 02:54:04] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004352
10.0.0.23 - - [2026-05-18 02:54:04] "GET /virtual-networks?parent_id=d9428ac1-6eef-4080-bb01-6dead21b4449&detail=False&count=False&shared=False HTTP/1.1" 200 591 0.002749
10.0.0.23 - - [2026-05-18 02:54:04] "GET /virtual-network/913ebacb-8600-4967-82e2-099def60d970?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.006955
10.0.0.23 - - [2026-05-18 02:54:09] "POST /neutron/port HTTP/1.1" 200 1125 0.023851
10.0.0.23 - - [2026-05-18 02:54:13] "POST /neutron/port HTTP/1.1" 200 1125 0.024268
10.0.0.23 - - [2026-05-18 02:54:13] "POST /neutron/subnet HTTP/1.1" 200 675 0.016384
10.0.0.23 - - [2026-05-18 02:54:14] "POST /neutron/port HTTP/1.1" 200 1125 0.051297
10.0.0.23 - - [2026-05-18 02:54:15] "POST /neutron/security_group HTTP/1.1" 200 2064 0.010890
10.0.0.23 - - [2026-05-18 02:54:15] "GET /obj-perms HTTP/1.1" 200 5056 0.053234
10.0.0.23 - - [2026-05-18 02:54:16] "POST /neutron/network HTTP/1.1" 200 1167 0.007938
10.0.0.23 - - [2026-05-18 02:54:16] "POST /neutron/port HTTP/1.1" 200 117 0.001334
10.0.0.23 - - [2026-05-18 02:54:20] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008874
10.0.0.23 - - [2026-05-18 02:54:25] "POST /neutron/port HTTP/1.1" 200 1125 0.020120
10.0.0.23 - - [2026-05-18 02:54:25] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007379
10.0.0.23 - - [2026-05-18 02:54:25] "GET /virtual-machine/b4a674a9-8e75-4fcb-abf5-177cd00f21de HTTP/1.1" 200 1301 0.005821
10.0.0.23 - - [2026-05-18 02:54:25] "GET /virtual-machine-interface/121c4c56-5249-4de1-a416-6472d63a9a60 HTTP/1.1" 200 2957 0.005689
10.0.0.23 - - [2026-05-18 02:54:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004565
10.0.0.23 - - [2026-05-18 02:54:25] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005743
10.0.0.23 - - [2026-05-18 02:54:25] "GET /virtual-networks?parent_id=d9428ac1-6eef-4080-bb01-6dead21b4449&detail=False&count=False&shared=False HTTP/1.1" 200 591 0.003268
10.0.0.23 - - [2026-05-18 02:54:25] "GET /virtual-network/f9432204-c62c-4f7d-93ac-c2cafdc4fe53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2878 0.006241
10.0.0.23 - - [2026-05-18 02:54:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004635
10.0.0.23 - - [2026-05-18 02:54:26] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003563
10.0.0.23 - - [2026-05-18 02:54:26] "GET /virtual-networks?parent_id=d9428ac1-6eef-4080-bb01-6dead21b4449&detail=False&count=False&shared=False HTTP/1.1" 200 591 0.009855
10.0.0.23 - - [2026-05-18 02:54:26] "GET /virtual-network/f9432204-c62c-4f7d-93ac-c2cafdc4fe53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2878 0.006566
10.0.0.23 - - [2026-05-18 02:54:27] "POST /neutron/port HTTP/1.1" 200 1125 0.021653
10.0.0.23 - - [2026-05-18 02:54:32] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007314
10.0.0.23 - - [2026-05-18 02:54:37] "POST /neutron/port HTTP/1.1" 200 1125 0.016752
10.0.0.23 - - [2026-05-18 02:54:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003375
10.0.0.23 - - [2026-05-18 02:54:37] "GET /network-policy/fcb02cdf-0b41-4910-9608-b9b97bc14cc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1946 0.004348
10.0.0.23 - - [2026-05-18 02:54:37] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007805
10.0.0.23 - - [2026-05-18 02:54:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003635
10.0.0.23 - - [2026-05-18 02:54:38] "GET /network-policy/622f1195-4808-48a7-8c55-c5d94e918646?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.003705
10.0.0.240 - - [2026-05-18 02:54:38] "PUT /access-control-list/9f420541-d1ae-4c98-9d26-35a328cc54cf HTTP/1.1" 200 273 0.013510
10.0.0.23 - - [2026-05-18 02:54:38] "POST /neutron/network HTTP/1.1" 200 1157 0.016281
10.0.0.23 - - [2026-05-18 02:54:38] "GET /virtual-network/913ebacb-8600-4967-82e2-099def60d970?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.008311
10.0.0.23 - - [2026-05-18 02:54:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002957
10.0.0.23 - - [2026-05-18 02:54:38] "GET /network-policy/32bbfd5e-e989-4915-9793-ce0a933a2a2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.005602
10.0.0.23 - - [2026-05-18 02:55:14] "POST /neutron/network HTTP/1.1" 200 1169 0.007652
10.0.0.23 - - [2026-05-18 02:55:14] "POST /neutron/port HTTP/1.1" 200 117 0.001323
10.0.0.22 - - [2026-05-18 02:55:15] "GET /obj-perms HTTP/1.1" 200 5056 0.057094
10.0.0.240 - - [2026-05-18 02:55:16] "GET /obj-perms HTTP/1.1" 200 5056 0.058164
10.0.0.23 - - [2026-05-18 02:55:18] "POST /neutron/port HTTP/1.1" 200 1125 0.017265
10.0.0.23 - - [2026-05-18 02:55:19] "POST /neutron/subnet HTTP/1.1" 200 675 0.012995
10.0.0.23 - - [2026-05-18 02:55:36] "POST /neutron/network HTTP/1.1" 200 1157 0.010125
10.0.0.23 - - [2026-05-18 02:55:36] "GET /virtual-network/913ebacb-8600-4967-82e2-099def60d970?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2878 0.012811
10.0.0.23 - - [2026-05-18 02:55:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.005240
10.0.0.23 - - [2026-05-18 02:55:36] "GET /network-policy/85f3ae87-599e-41e6-ae90-a8b1054f1594?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1128 0.006446
10.0.0.23 - - [2026-05-18 02:55:45] "POST /neutron/network HTTP/1.1" 200 1160 0.009682
10.0.0.23 - - [2026-05-18 02:55:45] "GET /virtual-network/913ebacb-8600-4967-82e2-099def60d970?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.009182
10.0.0.23 - - [2026-05-18 02:55:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002639
10.0.0.240 - - [2026-05-18 02:55:45] "PUT /access-control-list/9f420541-d1ae-4c98-9d26-35a328cc54cf HTTP/1.1" 200 273 0.115453
10.0.0.23 - - [2026-05-18 02:55:45] "GET /network-policy/30ffcc5a-30f3-4d85-a099-a4080116c126?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.004068
10.0.0.23 - - [2026-05-18 02:55:53] "POST /neutron/network HTTP/1.1" 200 1157 0.010628
10.0.0.23 - - [2026-05-18 02:55:54] "GET /virtual-network/913ebacb-8600-4967-82e2-099def60d970?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.014321
10.0.0.23 - - [2026-05-18 02:55:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003503
10.0.0.23 - - [2026-05-18 02:55:54] "GET /network-policy/b50db0c3-91b8-4e31-9cac-8b5921453d96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3985 0.005452
10.0.0.23 - - [2026-05-18 02:56:01] "POST /neutron/network HTTP/1.1" 200 1157 0.010888
10.0.0.240 - - [2026-05-18 02:56:01] "PUT /access-control-list/9f420541-d1ae-4c98-9d26-35a328cc54cf HTTP/1.1" 200 273 0.020231
10.0.0.23 - - [2026-05-18 02:56:02] "GET /virtual-network/913ebacb-8600-4967-82e2-099def60d970?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.010859
10.0.0.23 - - [2026-05-18 02:56:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004297
10.0.0.23 - - [2026-05-18 02:56:02] "GET /network-policy/f6c5e2de-760d-4799-9087-695f2febbd93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3988 0.005385
10.0.0.23 - - [2026-05-18 02:56:10] "POST /neutron/network HTTP/1.1" 200 1158 0.009925
10.0.0.240 - - [2026-05-18 02:56:10] "POST /ref-update HTTP/1.1" 200 156 0.035945
10.0.0.23 - - [2026-05-18 02:56:10] "GET /virtual-network/913ebacb-8600-4967-82e2-099def60d970?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.011060
10.0.0.23 - - [2026-05-18 02:56:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003466
10.0.0.23 - - [2026-05-18 02:56:10] "GET /network-policy/0d16fa4e-abb4-4041-848e-589a956d90d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3985 0.005544
10.0.0.23 - - [2026-05-18 02:56:15] "POST /neutron/port HTTP/1.1" 200 1125 0.016610
10.0.0.23 - - [2026-05-18 02:56:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006433
10.0.0.23 - - [2026-05-18 02:56:15] "POST /neutron/network HTTP/1.1" 200 1159 0.011472
10.0.0.23 - - [2026-05-18 02:56:18] "GET /virtual-network/913ebacb-8600-4967-82e2-099def60d970?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.009172
10.0.0.23 - - [2026-05-18 02:56:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.009653
10.0.0.23 - - [2026-05-18 02:56:18] "POST /neutron/port HTTP/1.1" 200 1125 0.112654
10.0.0.23 - - [2026-05-18 02:56:18] "GET /network-policy/1d209c94-7113-44f2-a454-5b52622ccc91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3987 0.011014
10.0.0.23 - - [2026-05-18 02:56:18] "POST /neutron/network HTTP/1.1" 200 1168 0.007236
10.0.0.23 - - [2026-05-18 02:56:18] "POST /neutron/port HTTP/1.1" 200 117 0.001191
10.0.0.23 - - [2026-05-18 02:56:27] "POST /neutron/network HTTP/1.1" 200 1158 0.093659
10.0.0.23 - - [2026-05-18 02:56:27] "GET /virtual-network/913ebacb-8600-4967-82e2-099def60d970?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.017990
10.0.0.23 - - [2026-05-18 02:56:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002848
10.0.0.23 - - [2026-05-18 02:56:27] "GET /network-policy/e204b2a0-be89-43d5-804c-34886e4c3e4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3987 0.009561
10.0.0.23 - - [2026-05-18 02:56:34] "GET /virtual-network/913ebacb-8600-4967-82e2-099def60d970?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.005694
10.0.0.23 - - [2026-05-18 02:56:34] "POST /neutron/network HTTP/1.1" 200 1074 0.091024
10.0.0.240 - - [2026-05-18 02:56:34] "DELETE /access-control-list/9f420541-d1ae-4c98-9d26-35a328cc54cf HTTP/1.1" 200 115 0.063972
10.0.0.23 - - [2026-05-18 02:56:34] "GET /virtual-network/913ebacb-8600-4967-82e2-099def60d970?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2576 0.010216
10.0.0.23 - - [2026-05-18 02:56:35] "GET /virtual-machine/b4a674a9-8e75-4fcb-abf5-177cd00f21de HTTP/1.1" 200 1301 0.004916
10.0.0.23 - - [2026-05-18 02:56:35] "POST /neutron/port HTTP/1.1" 200 1115 0.013993
10.0.0.23 - - [2026-05-18 02:56:37] "GET /virtual-machine/b4a674a9-8e75-4fcb-abf5-177cd00f21de HTTP/1.1" 404 171 0.003113
10.0.0.23 - - [2026-05-18 02:56:37] "GET /virtual-machine/b4a674a9-8e75-4fcb-abf5-177cd00f21de HTTP/1.1" 404 171 0.002719
10.0.0.23 - - [2026-05-18 02:56:37] "GET /virtual-machine/b4a674a9-8e75-4fcb-abf5-177cd00f21de HTTP/1.1" 404 171 0.002801
10.0.0.23 - - [2026-05-18 02:56:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004292
10.0.0.23 - - [2026-05-18 02:56:37] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003717
10.0.0.23 - - [2026-05-18 02:56:37] "GET /virtual-networks?parent_id=d9428ac1-6eef-4080-bb01-6dead21b4449&detail=False&count=False&shared=False HTTP/1.1" 200 591 0.002566
10.0.0.23 - - [2026-05-18 02:56:37] "GET /virtual-network/f9432204-c62c-4f7d-93ac-c2cafdc4fe53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2878 0.006708
10.0.0.23 - - [2026-05-18 02:56:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003195
10.0.0.23 - - [2026-05-18 02:56:37] "GET /routing-instance/711885ad-55d4-449c-81ab-fd3bcbc202d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1495 0.005683
10.0.0.23 - - [2026-05-18 02:56:37] "GET /route-target/1d133611-82d3-4608-b1fc-385375bd02e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004495
10.0.0.23 - - [2026-05-18 02:56:37] "GET /obj-perms HTTP/1.1" 200 5013 0.065281
10.0.0.23 - - [2026-05-18 02:56:43] "GET /obj-perms HTTP/1.1" 200 5013 0.003726
10.0.0.23 - - [2026-05-18 02:56:46] "GET /obj-perms HTTP/1.1" 200 5013 0.005202
10.0.0.23 - - [2026-05-18 02:56:52] "GET /obj-perms HTTP/1.1" 200 5013 0.004210
10.0.0.22 - - [2026-05-18 02:56:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000698
10.0.0.22 - - [2026-05-18 02:56:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000681
10.0.0.240 - - [2026-05-18 02:56:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000456
10.0.0.240 - - [2026-05-18 02:56:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000427
10.0.0.23 - - [2026-05-18 02:56:56] "GET /obj-perms HTTP/1.1" 200 5013 0.006889
10.0.0.23 - - [2026-05-18 02:56:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000378
10.0.0.23 - - [2026-05-18 02:56:56] "GET /virtual-machine/6f73904d-0c36-4bcd-9ebb-ee477c91a4d2 HTTP/1.1" 200 1300 0.005065
10.0.0.23 - - [2026-05-18 02:56:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000803
10.0.0.22 - - [2026-05-18 02:56:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000514
10.0.0.22 - - [2026-05-18 02:56:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000343
10.0.0.240 - - [2026-05-18 02:56:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000422
10.0.0.240 - - [2026-05-18 02:56:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000403
10.0.0.23 - - [2026-05-18 02:56:56] "POST /neutron/port HTTP/1.1" 200 1115 0.015921
10.0.0.23 - - [2026-05-18 02:56:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000506
10.0.0.23 - - [2026-05-18 02:56:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000398
10.0.0.23 - - [2026-05-18 02:56:58] "GET /virtual-machine/6f73904d-0c36-4bcd-9ebb-ee477c91a4d2 HTTP/1.1" 404 171 0.004724
10.0.0.23 - - [2026-05-18 02:56:58] "GET /virtual-machine/6f73904d-0c36-4bcd-9ebb-ee477c91a4d2 HTTP/1.1" 404 171 0.003319
10.0.0.23 - - [2026-05-18 02:56:58] "GET /virtual-machine/6f73904d-0c36-4bcd-9ebb-ee477c91a4d2 HTTP/1.1" 404 171 0.002702
10.0.0.23 - - [2026-05-18 02:56:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004494
10.0.0.23 - - [2026-05-18 02:56:58] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004763
10.0.0.23 - - [2026-05-18 02:56:58] "GET /virtual-networks?parent_id=d9428ac1-6eef-4080-bb01-6dead21b4449&detail=False&count=False&shared=False HTTP/1.1" 200 591 0.003797
10.0.0.23 - - [2026-05-18 02:56:58] "GET /virtual-network/913ebacb-8600-4967-82e2-099def60d970?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2576 0.009475
10.0.0.23 - - [2026-05-18 02:56:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003786
10.0.0.23 - - [2026-05-18 02:56:58] "GET /routing-instance/e1fc0f63-b628-4cad-87de-5e4c3eb92ad7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1496 0.004581
10.0.0.23 - - [2026-05-18 02:56:58] "GET /route-target/f99d91b3-592f-40e9-b8ad-5ac14ef026d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004558
10.0.0.23 - - [2026-05-18 02:56:58] "GET /obj-perms HTTP/1.1" 200 5013 0.004275
10.0.0.22 - - [2026-05-18 02:56:58] "GET /obj-perms HTTP/1.1" 200 5013 0.070031
10.0.0.23 - - [2026-05-18 02:57:08] "GET /obj-perms HTTP/1.1" 200 5013 0.008832
10.0.0.22 - - [2026-05-18 02:57:08] "GET /obj-perms HTTP/1.1" 200 5013 0.007151
10.0.0.23 - - [2026-05-18 02:57:17] "GET /obj-perms HTTP/1.1" 200 5013 0.004577
10.0.0.22 - - [2026-05-18 02:57:17] "GET /obj-perms HTTP/1.1" 200 5013 0.003982
10.0.0.23 - - [2026-05-18 02:57:23] "GET /obj-perms HTTP/1.1" 200 5013 0.004908
10.0.0.22 - - [2026-05-18 02:57:26] "GET /obj-perms HTTP/1.1" 200 5013 0.003582
10.0.0.23 - - [2026-05-18 02:57:26] "GET /obj-perms HTTP/1.1" 200 5013 0.005321
10.0.0.240 - - [2026-05-18 02:57:26] "GET /obj-perms HTTP/1.1" 200 5013 0.008901
10.0.0.23 - - [2026-05-18 02:57:26] "GET /virtual-network/f9432204-c62c-4f7d-93ac-c2cafdc4fe53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2878 0.006700
10.0.0.23 - - [2026-05-18 02:57:26] "POST /neutron/network HTTP/1.1" 200 1074 0.089993
10.0.0.23 - - [2026-05-18 02:57:26] "GET /virtual-network/f9432204-c62c-4f7d-93ac-c2cafdc4fe53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2577 0.011436
10.0.0.240 - - [2026-05-18 02:57:26] "POST /ref-update HTTP/1.1" 200 156 0.030391
10.0.0.23 - - [2026-05-18 02:57:27] "DELETE /network-policy/85f3ae87-599e-41e6-ae90-a8b1054f1594 HTTP/1.1" 200 115 0.031452
10.0.0.23 - - [2026-05-18 02:57:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003202
10.0.0.240 - - [2026-05-18 02:57:27] "GET /projects?obj_uuids=d9428ac1-6eef-4080-bb01-6dead21b4449&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.028870
10.0.0.23 - - [2026-05-18 02:57:27] "GET /project/d9428ac1-6eef-4080-bb01-6dead21b4449?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.079404
10.0.0.23 - - [2026-05-18 02:57:27] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-07887385&detail=False&count=False&shared=False HTTP/1.1" 200 2081 0.007030
10.0.0.23 - - [2026-05-18 02:57:27] "DELETE /network-policy/e204b2a0-be89-43d5-804c-34886e4c3e4f HTTP/1.1" 200 115 0.054920
10.0.0.23 - - [2026-05-18 02:57:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003174
10.0.0.240 - - [2026-05-18 02:57:27] "GET /projects?obj_uuids=d9428ac1-6eef-4080-bb01-6dead21b4449&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001143
10.0.0.23 - - [2026-05-18 02:57:27] "GET /project/d9428ac1-6eef-4080-bb01-6dead21b4449?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.064749
10.0.0.23 - - [2026-05-18 02:57:27] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-07887385&detail=False&count=False&shared=False HTTP/1.1" 200 1864 0.006214
10.0.0.23 - - [2026-05-18 02:57:27] "DELETE /network-policy/1d209c94-7113-44f2-a454-5b52622ccc91 HTTP/1.1" 200 115 0.055547
10.0.0.23 - - [2026-05-18 02:57:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003081
10.0.0.240 - - [2026-05-18 02:57:27] "GET /projects?obj_uuids=d9428ac1-6eef-4080-bb01-6dead21b4449&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001409
10.0.0.23 - - [2026-05-18 02:57:27] "GET /project/d9428ac1-6eef-4080-bb01-6dead21b4449?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.066571
10.0.0.23 - - [2026-05-18 02:57:27] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-07887385&detail=False&count=False&shared=False HTTP/1.1" 200 1647 0.006410
10.0.0.23 - - [2026-05-18 02:57:27] "DELETE /network-policy/0d16fa4e-abb4-4041-848e-589a956d90d0 HTTP/1.1" 200 115 0.049360
10.0.0.23 - - [2026-05-18 02:57:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004819
10.0.0.240 - - [2026-05-18 02:57:27] "GET /projects?obj_uuids=d9428ac1-6eef-4080-bb01-6dead21b4449&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000980
10.0.0.23 - - [2026-05-18 02:57:27] "GET /project/d9428ac1-6eef-4080-bb01-6dead21b4449?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.078403
10.0.0.23 - - [2026-05-18 02:57:28] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-07887385&detail=False&count=False&shared=False HTTP/1.1" 200 1430 0.006077
10.0.0.23 - - [2026-05-18 02:57:28] "DELETE /network-policy/f6c5e2de-760d-4799-9087-695f2febbd93 HTTP/1.1" 200 115 0.045665
10.0.0.23 - - [2026-05-18 02:57:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.006086
10.0.0.240 - - [2026-05-18 02:57:28] "GET /projects?obj_uuids=d9428ac1-6eef-4080-bb01-6dead21b4449&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001335
10.0.0.23 - - [2026-05-18 02:57:28] "GET /project/d9428ac1-6eef-4080-bb01-6dead21b4449?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.064244
10.0.0.23 - - [2026-05-18 02:57:28] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-07887385&detail=False&count=False&shared=False HTTP/1.1" 200 1213 0.008911
10.0.0.23 - - [2026-05-18 02:57:28] "DELETE /network-policy/fcb02cdf-0b41-4910-9608-b9b97bc14cc8 HTTP/1.1" 200 115 0.044774
10.0.0.23 - - [2026-05-18 02:57:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.006040
10.0.0.240 - - [2026-05-18 02:57:28] "GET /projects?obj_uuids=d9428ac1-6eef-4080-bb01-6dead21b4449&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000907
10.0.0.23 - - [2026-05-18 02:57:28] "GET /project/d9428ac1-6eef-4080-bb01-6dead21b4449?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.061345
10.0.0.23 - - [2026-05-18 02:57:28] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-07887385&detail=False&count=False&shared=False HTTP/1.1" 200 994 0.007763
10.0.0.23 - - [2026-05-18 02:57:28] "DELETE /network-policy/b50db0c3-91b8-4e31-9cac-8b5921453d96 HTTP/1.1" 200 115 0.046164
10.0.0.23 - - [2026-05-18 02:57:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004263
10.0.0.240 - - [2026-05-18 02:57:28] "GET /projects?obj_uuids=d9428ac1-6eef-4080-bb01-6dead21b4449&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001515
10.0.0.23 - - [2026-05-18 02:57:28] "GET /project/d9428ac1-6eef-4080-bb01-6dead21b4449?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.057540
10.0.0.23 - - [2026-05-18 02:57:28] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-07887385&detail=False&count=False&shared=False HTTP/1.1" 200 778 0.008774
10.0.0.23 - - [2026-05-18 02:57:28] "DELETE /network-policy/30ffcc5a-30f3-4d85-a099-a4080116c126 HTTP/1.1" 200 115 0.057091
10.0.0.23 - - [2026-05-18 02:57:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003436
10.0.0.240 - - [2026-05-18 02:57:28] "GET /projects?obj_uuids=d9428ac1-6eef-4080-bb01-6dead21b4449&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001128
10.0.0.23 - - [2026-05-18 02:57:29] "GET /project/d9428ac1-6eef-4080-bb01-6dead21b4449?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.063544
10.0.0.23 - - [2026-05-18 02:57:29] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-07887385&detail=False&count=False&shared=False HTTP/1.1" 200 562 0.005330
10.0.0.23 - - [2026-05-18 02:57:29] "DELETE /network-policy/32bbfd5e-e989-4915-9793-ce0a933a2a2b HTTP/1.1" 200 115 0.049659
10.0.0.23 - - [2026-05-18 02:57:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003771
10.0.0.240 - - [2026-05-18 02:57:29] "GET /projects?obj_uuids=d9428ac1-6eef-4080-bb01-6dead21b4449&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000873
10.0.0.23 - - [2026-05-18 02:57:29] "GET /project/d9428ac1-6eef-4080-bb01-6dead21b4449?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.049694
10.0.0.23 - - [2026-05-18 02:57:29] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-07887385&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.007928
10.0.0.23 - - [2026-05-18 02:57:29] "DELETE /network-policy/622f1195-4808-48a7-8c55-c5d94e918646 HTTP/1.1" 200 115 0.055222
10.0.0.23 - - [2026-05-18 02:57:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.017383
10.0.0.240 - - [2026-05-18 02:57:29] "GET /projects?obj_uuids=d9428ac1-6eef-4080-bb01-6dead21b4449&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001437
10.0.0.23 - - [2026-05-18 02:57:29] "GET /project/d9428ac1-6eef-4080-bb01-6dead21b4449?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.053669
10.0.0.23 - - [2026-05-18 02:57:29] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-07887385&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.007342
10.0.0.240 - - [2026-05-18 02:57:29] "POST /useragent-kv HTTP/1.1" 200 115 0.004382
10.0.0.240 - - [2026-05-18 02:57:29] "POST /useragent-kv HTTP/1.1" 200 115 0.004265
10.0.0.240 - - [2026-05-18 02:57:29] "POST /useragent-kv HTTP/1.1" 200 115 0.002540
10.0.0.240 - - [2026-05-18 02:57:29] "POST /useragent-kv HTTP/1.1" 200 115 0.002251
10.0.0.23 - - [2026-05-18 02:57:29] "POST /neutron/network HTTP/1.1" 200 151 0.147474
10.0.0.240 - - [2026-05-18 02:57:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.012936
10.0.0.23 - - [2026-05-18 02:57:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004940
10.0.0.23 - - [2026-05-18 02:57:30] "DELETE /network-ipam/f0895e31-e97c-4c78-8e96-0d46f6cacb08 HTTP/1.1" 200 115 0.048287
10.0.0.23 - - [2026-05-18 02:57:30] "POST /fqname-to-id HTTP/1.1" 404 248 0.003621
10.0.0.240 - - [2026-05-18 02:57:30] "GET /projects?obj_uuids=d9428ac1-6eef-4080-bb01-6dead21b4449&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000952
10.0.0.240 - - [2026-05-18 02:57:30] "GET /project/d9428ac1-6eef-4080-bb01-6dead21b4449?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.047533
10.0.0.240 - - [2026-05-18 02:57:30] "GET /projects?obj_uuids=d9428ac1-6eef-4080-bb01-6dead21b4449&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000909
10.0.0.240 - - [2026-05-18 02:57:30] "GET /project/d9428ac1-6eef-4080-bb01-6dead21b4449?fields=security_groups HTTP/1.1" 200 1381 0.052662
10.0.0.240 - - [2026-05-18 02:57:30] "DELETE /security-group/a77f3a10-afae-49c9-ba81-8699f614ad99 HTTP/1.1" 200 115 0.070134
10.0.0.240 - - [2026-05-18 02:57:30] "GET /projects?obj_uuids=d9428ac1-6eef-4080-bb01-6dead21b4449&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001636
10.0.0.240 - - [2026-05-18 02:57:30] "GET /project/d9428ac1-6eef-4080-bb01-6dead21b4449?fields=application_policy_sets HTTP/1.1" 200 1420 0.050178
10.0.0.240 - - [2026-05-18 02:57:30] "DELETE /access-control-list/ffeabdc0-dde7-4b93-901a-3dcb0174cfc7 HTTP/1.1" 200 115 0.049377
10.0.0.23 - - [2026-05-18 02:57:30] "DELETE /project/d9428ac1-6eef-4080-bb01-6dead21b4449 HTTP/1.1" 200 115 0.448669
10.0.0.240 - - [2026-05-18 02:57:31] "GET /domains?obj_uuids=4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000988
10.0.0.23 - - [2026-05-18 02:57:31] "GET /domain/4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989?fields=projects HTTP/1.1" 200 1442 0.013992
10.0.0.240 - - [2026-05-18 02:57:32] "GET /projects?obj_uuids=d9428ac1-6eef-4080-bb01-6dead21b4449&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003398
10.0.0.240 - - [2026-05-18 02:57:32] "GET /domains?obj_uuids=4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001292
10.0.0.240 - - [2026-05-18 02:57:32] "GET /domain/4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.041950
10.0.0.240 - - [2026-05-18 02:57:32] "POST /id-to-fqname HTTP/1.1" 200 196 0.004200
10.0.0.240 - - [2026-05-18 02:57:32] "POST /fqname-to-id HTTP/1.1" 404 205 0.017622
10.0.0.240 - - [2026-05-18 02:57:32] "POST /security-groups HTTP/1.1" 200 597 0.073716
10.0.0.240 - - [2026-05-18 02:57:32] "POST /projects HTTP/1.1" 200 597 0.301203
10.0.0.240 - - [2026-05-18 02:57:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.344120
10.0.0.240 - - [2026-05-18 02:57:32] "POST /fqname-to-id HTTP/1.1" 404 239 0.011264
10.0.0.23 - - [2026-05-18 02:57:32] "GET /project/d9428ac1-6eef-4080-bb01-6dead21b4449?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.537215
10.0.0.240 - - [2026-05-18 02:57:32] "GET /projects?obj_uuids=d9428ac1-6eef-4080-bb01-6dead21b4449&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001022
10.0.0.23 - - [2026-05-18 02:57:32] "GET /project/d9428ac1-6eef-4080-bb01-6dead21b4449?fields=virtual_networks HTTP/1.1" 200 1046 0.056448
10.0.0.240 - - [2026-05-18 02:57:33] "GET /projects?obj_uuids=d9428ac1-6eef-4080-bb01-6dead21b4449&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001491
10.0.0.23 - - [2026-05-18 02:57:33] "GET /project/d9428ac1-6eef-4080-bb01-6dead21b4449?fields=virtual_machine_interfaces HTTP/1.1" 200 1046 0.048609
10.0.0.240 - - [2026-05-18 02:57:33] "GET /projects?obj_uuids=d9428ac1-6eef-4080-bb01-6dead21b4449&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001112
10.0.0.23 - - [2026-05-18 02:57:33] "GET /project/d9428ac1-6eef-4080-bb01-6dead21b4449?fields=security_groups HTTP/1.1" 200 1279 0.052576
10.0.0.23 - - [2026-05-18 02:57:34] "POST /fqname-to-id HTTP/1.1" 404 200 0.029181
10.0.0.240 - - [2026-05-18 02:57:34] "GET /projects?obj_uuids=8063dd50-020f-42e4-8cba-0849c1da24b5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004012
10.0.0.240 - - [2026-05-18 02:57:34] "GET /domains?obj_uuids=4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000993
10.0.0.240 - - [2026-05-18 02:57:34] "GET /domain/4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007565
10.0.0.240 - - [2026-05-18 02:57:34] "POST /id-to-fqname HTTP/1.1" 200 202 0.003425
10.0.0.240 - - [2026-05-18 02:57:34] "POST /fqname-to-id HTTP/1.1" 404 211 0.005118
10.0.0.240 - - [2026-05-18 02:57:34] "POST /security-groups HTTP/1.1" 200 603 0.080656
10.0.0.240 - - [2026-05-18 02:57:34] "POST /projects HTTP/1.1" 200 609 0.298764
10.0.0.240 - - [2026-05-18 02:57:34] "POST /access-control-lists HTTP/1.1" 200 610 0.030978
10.0.0.240 - - [2026-05-18 02:57:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.375972
10.0.0.23 - - [2026-05-18 02:57:34] "GET /project/8063dd50-020f-42e4-8cba-0849c1da24b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.526394
10.0.0.23 - - [2026-05-18 02:57:35] "GET / HTTP/1.1" 200 36215 0.002093
10.0.0.23 - - [2026-05-18 02:57:38] "GET /project/8063dd50-020f-42e4-8cba-0849c1da24b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000684
10.0.0.240 - - [2026-05-18 02:57:38] "GET /projects?obj_uuids=8063dd50-020f-42e4-8cba-0849c1da24b5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000953
10.0.0.23 - - [2026-05-18 02:57:38] "GET /project/8063dd50-020f-42e4-8cba-0849c1da24b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.073797
10.0.0.23 - - [2026-05-18 02:57:39] "GET / HTTP/1.1" 200 36215 0.002285
10.0.0.23 - - [2026-05-18 02:57:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003493
10.0.0.240 - - [2026-05-18 02:57:39] "GET /domains?obj_uuids=4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001078
10.0.0.23 - - [2026-05-18 02:57:39] "GET /domain/4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.007586
10.0.0.23 - - [2026-05-18 02:57:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003661
10.0.0.240 - - [2026-05-18 02:57:39] "GET /projects?obj_uuids=8063dd50-020f-42e4-8cba-0849c1da24b5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000958
10.0.0.23 - - [2026-05-18 02:57:39] "GET /project/8063dd50-020f-42e4-8cba-0849c1da24b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.050693
10.0.0.23 - - [2026-05-18 02:57:40] "GET /domains HTTP/1.1" 401 292 0.000376
10.0.0.23 - - [2026-05-18 02:57:41] "GET /domains HTTP/1.1" 200 281 0.034512
10.0.0.240 - - [2026-05-18 02:57:41] "GET /domains?obj_uuids=4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001922
10.0.0.23 - - [2026-05-18 02:57:41] "GET /domain/4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989 HTTP/1.1" 200 2983 0.012018
10.0.0.240 - - [2026-05-18 02:57:41] "GET /projects?obj_uuids=8063dd50-020f-42e4-8cba-0849c1da24b5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001207
10.0.0.23 - - [2026-05-18 02:57:41] "GET /project/8063dd50-020f-42e4-8cba-0849c1da24b5 HTTP/1.1" 200 1928 0.089414
10.0.0.23 - - [2026-05-18 02:57:41] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.002964
10.0.0.23 - - [2026-05-18 02:57:41] "POST /network-ipams HTTP/1.1" 200 623 0.032689
10.0.0.23 - - [2026-05-18 02:57:41] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 813 0.003733
10.0.0.23 - - [2026-05-18 02:57:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003628
10.0.0.23 - - [2026-05-18 02:57:41] "GET /network-ipam/1bcddd15-f01a-4733-a63c-d811975d4240?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1456 0.006255
10.0.0.23 - - [2026-05-18 02:57:41] "PUT /network-ipam/1bcddd15-f01a-4733-a63c-d811975d4240 HTTP/1.1" 200 259 0.016358
10.0.0.23 - - [2026-05-18 02:57:41] "POST /fqname-to-id HTTP/1.1" 401 292 0.000620
10.0.0.23 - - [2026-05-18 02:57:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.029214
10.0.0.240 - - [2026-05-18 02:57:41] "GET /projects?obj_uuids=8063dd50-020f-42e4-8cba-0849c1da24b5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001011
10.0.0.23 - - [2026-05-18 02:57:41] "GET /project/8063dd50-020f-42e4-8cba-0849c1da24b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.049466
10.0.0.23 - - [2026-05-18 02:57:42] "POST /neutron/network HTTP/1.1" 200 117 0.042204
10.0.0.240 - - [2026-05-18 02:57:42] "POST /route-targets HTTP/1.1" 200 328 0.014599
10.0.0.240 - - [2026-05-18 02:57:42] "POST /useragent-kv HTTP/1.1" 200 115 0.008571
10.0.0.23 - - [2026-05-18 02:57:42] "POST /neutron/subnet HTTP/1.1" 200 701 0.208180
10.0.0.23 - - [2026-05-18 02:57:43] "POST /id-to-fqname HTTP/1.1" 200 235 0.001431
10.0.0.23 - - [2026-05-18 02:57:43] "GET /virtual-network/b4e1f337-3f49-493f-8d9c-b7d9a4c2ecb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3179 0.007077
10.0.0.23 - - [2026-05-18 02:57:43] "POST /neutron/network HTTP/1.1" 200 1337 0.011082
10.0.0.23 - - [2026-05-18 02:57:43] "GET /virtual-network/b4e1f337-3f49-493f-8d9c-b7d9a4c2ecb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3179 0.006793
10.0.0.23 - - [2026-05-18 02:57:43] "POST /neutron/subnet HTTP/1.1" 200 701 0.009835
10.0.0.23 - - [2026-05-18 02:57:43] "GET /virtual-network/b4e1f337-3f49-493f-8d9c-b7d9a4c2ecb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3179 0.007320
10.0.0.23 - - [2026-05-18 02:57:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004288
10.0.0.240 - - [2026-05-18 02:57:45] "GET /projects?obj_uuids=8063dd50-020f-42e4-8cba-0849c1da24b5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000959
10.0.0.23 - - [2026-05-18 02:57:45] "GET /project/8063dd50-020f-42e4-8cba-0849c1da24b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.048977
10.0.0.240 - - [2026-05-18 02:57:45] "GET /projects?obj_uuids=8063dd50-020f-42e4-8cba-0849c1da24b5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001013
10.0.0.23 - - [2026-05-18 02:57:45] "POST /neutron/network HTTP/1.1" 200 623 0.151569
10.0.0.240 - - [2026-05-18 02:57:45] "POST /ref-update HTTP/1.1" 200 156 0.028434
10.0.0.240 - - [2026-05-18 02:57:46] "POST /useragent-kv HTTP/1.1" 200 115 0.007520
10.0.0.240 - - [2026-05-18 02:57:46] "POST /fqname-to-id HTTP/1.1" 404 207 0.050305
10.0.0.23 - - [2026-05-18 02:57:46] "POST /neutron/subnet HTTP/1.1" 200 818 0.208016
10.0.0.23 - - [2026-05-18 02:57:46] "POST /id-to-fqname HTTP/1.1" 200 235 0.001804
10.0.0.23 - - [2026-05-18 02:57:46] "GET /virtual-network/d1623b1e-f27f-4e8e-9bd8-753739fc1df9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3173 0.005497
10.0.0.23 - - [2026-05-18 02:57:46] "GET /virtual-network/d1623b1e-f27f-4e8e-9bd8-753739fc1df9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3173 0.005997
10.0.0.23 - - [2026-05-18 02:57:46] "POST /neutron/network HTTP/1.1" 200 1335 0.011437
10.0.0.23 - - [2026-05-18 02:57:46] "POST /neutron/subnet HTTP/1.1" 200 818 0.010762
10.0.0.23 - - [2026-05-18 02:57:46] "GET /virtual-network/d1623b1e-f27f-4e8e-9bd8-753739fc1df9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3173 0.008960
10.0.0.22 - - [2026-05-18 02:57:46] "GET /obj-perms HTTP/1.1" 200 5019 0.064451
10.0.0.23 - - [2026-05-18 02:57:47] "POST /fqname-to-id HTTP/1.1" 404 211 0.003218
10.0.0.23 - - [2026-05-18 02:57:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.007734
10.0.0.240 - - [2026-05-18 02:57:47] "GET /projects?obj_uuids=8063dd50-020f-42e4-8cba-0849c1da24b5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001508
10.0.0.23 - - [2026-05-18 02:57:47] "GET /project/8063dd50-020f-42e4-8cba-0849c1da24b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.046332
10.0.0.23 - - [2026-05-18 02:57:47] "POST /network-policys HTTP/1.1" 200 535 0.079948
10.0.0.23 - - [2026-05-18 02:57:47] "GET /network-policy/b524690b-76ae-4e76-b7ae-025626bc7a42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.009408
10.0.0.23 - - [2026-05-18 02:57:47] "POST /fqname-to-id HTTP/1.1" 404 211 0.003522
10.0.0.23 - - [2026-05-18 02:57:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004795
10.0.0.240 - - [2026-05-18 02:57:47] "GET /projects?obj_uuids=8063dd50-020f-42e4-8cba-0849c1da24b5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000907
10.0.0.23 - - [2026-05-18 02:57:47] "GET /project/8063dd50-020f-42e4-8cba-0849c1da24b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.078323
10.0.0.240 - - [2026-05-18 02:57:47] "DELETE /project/d9428ac16eef4080bb016dead21b4449 HTTP/1.1" 404 173 0.012579
10.0.0.240 - - [2026-05-18 02:57:47] "DELETE /project/8063dd50020f42e48cba0849c1da24b5 HTTP/1.1" 404 173 0.010173
10.0.0.240 - - [2026-05-18 02:57:47] "GET /projects?obj_uuids=d9428ac1-6eef-4080-bb01-6dead21b4449&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001060
10.0.0.240 - - [2026-05-18 02:57:47] "GET /project/d9428ac1-6eef-4080-bb01-6dead21b4449?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.072440
10.0.0.240 - - [2026-05-18 02:57:47] "GET /projects?obj_uuids=d9428ac1-6eef-4080-bb01-6dead21b4449&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002768
10.0.0.23 - - [2026-05-18 02:57:47] "POST /network-policys HTTP/1.1" 200 535 0.140136
10.0.0.240 - - [2026-05-18 02:57:47] "GET /project/d9428ac1-6eef-4080-bb01-6dead21b4449?fields=security_groups HTTP/1.1" 400 216 0.096480
10.0.0.23 - - [2026-05-18 02:57:48] "GET /network-policy/81e54f67-35d1-4a9f-a1a4-1c833b37f610?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4992 0.013617
10.0.0.240 - - [2026-05-18 02:57:48] "DELETE /project/d9428ac1-6eef-4080-bb01-6dead21b4449 HTTP/1.1" 404 171 0.252816
10.0.0.23 - - [2026-05-18 02:57:48] "POST /fqname-to-id HTTP/1.1" 404 211 0.003655
10.0.0.23 - - [2026-05-18 02:57:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004181
10.0.0.240 - - [2026-05-18 02:57:48] "GET /projects?obj_uuids=8063dd50-020f-42e4-8cba-0849c1da24b5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003310
10.0.0.23 - - [2026-05-18 02:57:48] "GET /project/8063dd50-020f-42e4-8cba-0849c1da24b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.046945
10.0.0.23 - - [2026-05-18 02:57:48] "POST /network-policys HTTP/1.1" 200 535 0.033930
10.0.0.23 - - [2026-05-18 02:57:48] "GET /network-policy/969400f9-1af6-4e78-997b-124968a72633?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.006389
10.0.0.23 - - [2026-05-18 02:57:48] "POST /fqname-to-id HTTP/1.1" 404 211 0.003351
10.0.0.23 - - [2026-05-18 02:57:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003112
10.0.0.240 - - [2026-05-18 02:57:48] "GET /projects?obj_uuids=8063dd50-020f-42e4-8cba-0849c1da24b5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001249
10.0.0.23 - - [2026-05-18 02:57:48] "GET /project/8063dd50-020f-42e4-8cba-0849c1da24b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.057540
10.0.0.23 - - [2026-05-18 02:57:48] "POST /network-policys HTTP/1.1" 200 535 0.034920
10.0.0.23 - - [2026-05-18 02:57:48] "GET /network-policy/a80b5a7e-4a0f-4261-a2dd-03ebca1b40c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.007870
10.0.0.23 - - [2026-05-18 02:57:48] "POST /fqname-to-id HTTP/1.1" 404 213 0.003976
10.0.0.23 - - [2026-05-18 02:57:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.006177
10.0.0.240 - - [2026-05-18 02:57:48] "GET /projects?obj_uuids=8063dd50-020f-42e4-8cba-0849c1da24b5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000960
10.0.0.23 - - [2026-05-18 02:57:49] "GET /project/8063dd50-020f-42e4-8cba-0849c1da24b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.042567
10.0.0.23 - - [2026-05-18 02:57:49] "POST /network-policys HTTP/1.1" 200 539 0.036292
10.0.0.23 - - [2026-05-18 02:57:49] "GET /network-policy/5bfe8026-bb14-4fa3-bb83-4300e662b07c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.008671
10.0.0.23 - - [2026-05-18 02:57:49] "POST /fqname-to-id HTTP/1.1" 404 212 0.007464
10.0.0.23 - - [2026-05-18 02:57:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003997
10.0.0.240 - - [2026-05-18 02:57:49] "GET /projects?obj_uuids=8063dd50-020f-42e4-8cba-0849c1da24b5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001037
10.0.0.23 - - [2026-05-18 02:57:49] "GET /project/8063dd50-020f-42e4-8cba-0849c1da24b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.053166
10.0.0.23 - - [2026-05-18 02:57:49] "POST /network-policys HTTP/1.1" 200 537 0.037725
10.0.0.23 - - [2026-05-18 02:57:49] "GET /network-policy/d4e00849-6a1b-45b4-bbf2-3cac0c6174f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4996 0.008151
10.0.0.23 - - [2026-05-18 02:57:49] "POST /fqname-to-id HTTP/1.1" 404 212 0.003268
10.0.0.23 - - [2026-05-18 02:57:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003305
10.0.0.240 - - [2026-05-18 02:57:49] "GET /projects?obj_uuids=8063dd50-020f-42e4-8cba-0849c1da24b5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000923
10.0.0.23 - - [2026-05-18 02:57:49] "GET /project/8063dd50-020f-42e4-8cba-0849c1da24b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.057072
10.0.0.23 - - [2026-05-18 02:57:49] "POST /network-policys HTTP/1.1" 200 537 0.031989
10.0.0.23 - - [2026-05-18 02:57:49] "GET /network-policy/a0788fb4-c370-4bd0-8895-be7d7996ad94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4995 0.007344
10.0.0.23 - - [2026-05-18 02:57:50] "POST /fqname-to-id HTTP/1.1" 404 212 0.003643
10.0.0.23 - - [2026-05-18 02:57:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.006485
10.0.0.240 - - [2026-05-18 02:57:50] "GET /projects?obj_uuids=8063dd50-020f-42e4-8cba-0849c1da24b5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001011
10.0.0.23 - - [2026-05-18 02:57:50] "GET /project/8063dd50-020f-42e4-8cba-0849c1da24b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.039288
10.0.0.23 - - [2026-05-18 02:57:50] "POST /network-policys HTTP/1.1" 200 537 0.034467
10.0.0.23 - - [2026-05-18 02:57:50] "GET /network-policy/fab32c8e-e063-4f6c-9a69-da7aae049055?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4996 0.007402
10.0.0.23 - - [2026-05-18 02:57:50] "POST /fqname-to-id HTTP/1.1" 404 212 0.003535
10.0.0.23 - - [2026-05-18 02:57:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003511
10.0.0.240 - - [2026-05-18 02:57:50] "GET /projects?obj_uuids=8063dd50-020f-42e4-8cba-0849c1da24b5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001436
10.0.0.23 - - [2026-05-18 02:57:50] "GET /project/8063dd50-020f-42e4-8cba-0849c1da24b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.042227
10.0.0.23 - - [2026-05-18 02:57:50] "POST /network-policys HTTP/1.1" 200 537 0.046715
10.0.0.23 - - [2026-05-18 02:57:50] "GET /network-policy/c4e2f176-8383-4652-bad7-3edd6d08c636?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4996 0.006865
10.0.0.23 - - [2026-05-18 02:57:50] "POST /fqname-to-id HTTP/1.1" 404 214 0.003318
10.0.0.23 - - [2026-05-18 02:57:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002932
10.0.0.240 - - [2026-05-18 02:57:51] "GET /projects?obj_uuids=8063dd50-020f-42e4-8cba-0849c1da24b5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000976
10.0.0.23 - - [2026-05-18 02:57:51] "GET /project/8063dd50-020f-42e4-8cba-0849c1da24b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.049338
10.0.0.23 - - [2026-05-18 02:57:51] "POST /network-policys HTTP/1.1" 200 541 0.029952
10.0.0.23 - - [2026-05-18 02:57:51] "GET /network-policy/8e62a722-13d0-4dc4-8c64-64221c527452?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.006783
10.0.0.240 - - [2026-05-18 02:57:51] "POST /fqname-to-id HTTP/1.1" 404 252 0.006726
10.0.0.23 - - [2026-05-18 02:57:51] "POST /neutron/network HTTP/1.1" 200 1425 0.035231
10.0.0.23 - - [2026-05-18 02:57:51] "GET /virtual-network/b4e1f337-3f49-493f-8d9c-b7d9a4c2ecb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3484 0.007646
10.0.0.23 - - [2026-05-18 02:57:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004604
10.0.0.23 - - [2026-05-18 02:57:51] "GET /network-policy/b524690b-76ae-4e76-b7ae-025626bc7a42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.004793
10.0.0.240 - - [2026-05-18 02:57:52] "POST /access-control-lists HTTP/1.1" 200 611 0.045791
10.0.0.23 - - [2026-05-18 02:57:52] "POST /neutron/network HTTP/1.1" 200 1425 0.035580
10.0.0.23 - - [2026-05-18 02:57:52] "GET /virtual-network/d1623b1e-f27f-4e8e-9bd8-753739fc1df9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.006890
10.0.0.23 - - [2026-05-18 02:57:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004720
10.0.0.23 - - [2026-05-18 02:57:52] "GET /network-policy/5bfe8026-bb14-4fa3-bb83-4300e662b07c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.004283
10.0.0.23 - - [2026-05-18 02:57:52] "POST /id-to-fqname HTTP/1.1" 200 235 0.001231
10.0.0.240 - - [2026-05-18 02:57:53] "GET /projects?obj_uuids=8063dd50-020f-42e4-8cba-0849c1da24b5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001282
10.0.0.23 - - [2026-05-18 02:57:53] "GET /project/8063dd50-020f-42e4-8cba-0849c1da24b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.066570
10.0.0.23 - - [2026-05-18 02:57:53] "POST /neutron/port HTTP/1.1" 200 117 0.011318
10.0.0.23 - - [2026-05-18 02:57:53] "POST /id-to-fqname HTTP/1.1" 200 235 0.001273
10.0.0.23 - - [2026-05-18 02:57:53] "POST /neutron/network HTTP/1.1" 200 1435 0.007917
10.0.0.23 - - [2026-05-18 02:57:54] "POST /neutron/port HTTP/1.1" 200 1174 0.022987
10.0.0.240 - - [2026-05-18 02:57:54] "GET /projects?obj_uuids=8063dd50-020f-42e4-8cba-0849c1da24b5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002245
10.0.0.23 - - [2026-05-18 02:57:54] "GET /project/8063dd50-020f-42e4-8cba-0849c1da24b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.117356
10.0.0.23 - - [2026-05-18 02:57:54] "POST /neutron/network HTTP/1.1" 200 1425 0.017102
10.0.0.23 - - [2026-05-18 02:57:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004925
10.0.0.23 - - [2026-05-18 02:57:54] "POST /neutron/port HTTP/1.1" 200 117 0.001055
10.0.0.23 - - [2026-05-18 02:57:54] "POST /neutron/network HTTP/1.1" 200 1425 0.020216
10.0.0.23 - - [2026-05-18 02:57:55] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007371
10.0.0.23 - - [2026-05-18 02:57:55] "POST /neutron/port HTTP/1.1" 200 1172 0.026087
10.0.0.23 - - [2026-05-18 02:57:56] "POST /neutron/port HTTP/1.1" 200 1236 0.025718
10.0.0.23 - - [2026-05-18 02:57:56] "POST /neutron/subnet HTTP/1.1" 200 1351 0.022307
10.0.0.23 - - [2026-05-18 02:57:56] "POST /neutron/network HTTP/1.1" 200 1425 0.012480
10.0.0.23 - - [2026-05-18 02:58:00] "POST /neutron/port HTTP/1.1" 200 1238 0.023182
10.0.0.23 - - [2026-05-18 02:58:00] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007662
10.0.0.23 - - [2026-05-18 02:58:00] "GET /virtual-machine/e8a09b95-3cb0-4e7c-8ca1-7b259ab1b4be HTTP/1.1" 401 292 0.000394
10.0.0.23 - - [2026-05-18 02:58:00] "GET /virtual-machine/e8a09b95-3cb0-4e7c-8ca1-7b259ab1b4be HTTP/1.1" 200 1307 0.061600
10.0.0.23 - - [2026-05-18 02:58:00] "GET /virtual-machine-interface/b0bf8666-343c-4eda-af26-4f266b8b974e HTTP/1.1" 200 3177 0.006509
10.0.0.23 - - [2026-05-18 02:58:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004730
10.0.0.23 - - [2026-05-18 02:58:00] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004724
10.0.0.23 - - [2026-05-18 02:58:00] "GET /virtual-networks?parent_id=8063dd50-020f-42e4-8cba-0849c1da24b5&detail=False&count=False&shared=False HTTP/1.1" 200 603 0.007262
10.0.0.23 - - [2026-05-18 02:58:00] "GET /virtual-network/b4e1f337-3f49-493f-8d9c-b7d9a4c2ecb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3484 0.006640
10.0.0.23 - - [2026-05-18 02:58:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003457
10.0.0.23 - - [2026-05-18 02:58:04] "GET /virtual-network/b4e1f337-3f49-493f-8d9c-b7d9a4c2ecb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3484 0.005764
10.0.0.23 - - [2026-05-18 02:58:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003918
10.0.0.23 - - [2026-05-18 02:58:08] "GET /virtual-network/b4e1f337-3f49-493f-8d9c-b7d9a4c2ecb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3484 0.006566
10.0.0.23 - - [2026-05-18 02:58:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004631
10.0.0.23 - - [2026-05-18 02:58:12] "GET /virtual-network/b4e1f337-3f49-493f-8d9c-b7d9a4c2ecb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3484 0.005471
10.0.0.23 - - [2026-05-18 02:58:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004114
10.0.0.23 - - [2026-05-18 02:58:16] "GET /virtual-network/b4e1f337-3f49-493f-8d9c-b7d9a4c2ecb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3484 0.007065
10.0.0.23 - - [2026-05-18 02:58:16] "POST /neutron/network HTTP/1.1" 200 1435 0.007788
10.0.0.23 - - [2026-05-18 02:58:16] "POST /neutron/subnet HTTP/1.1" 200 1351 0.017713
10.0.0.23 - - [2026-05-18 02:58:16] "POST /neutron/network HTTP/1.1" 200 1425 0.013304
10.0.0.240 - - [2026-05-18 02:58:18] "GET /obj-perms HTTP/1.1" 200 5056 0.052418
10.0.0.23 - - [2026-05-18 02:58:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003597
10.0.0.23 - - [2026-05-18 02:58:20] "GET /virtual-network/b4e1f337-3f49-493f-8d9c-b7d9a4c2ecb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3484 0.005857
10.0.0.23 - - [2026-05-18 02:58:20] "POST /neutron/network HTTP/1.1" 200 1435 0.007418
10.0.0.23 - - [2026-05-18 02:58:20] "POST /neutron/subnet HTTP/1.1" 200 1361 0.017937
10.0.0.23 - - [2026-05-18 02:58:20] "POST /neutron/network HTTP/1.1" 200 1425 0.012313
10.0.0.23 - - [2026-05-18 02:58:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003945
10.0.0.23 - - [2026-05-18 02:58:24] "GET /virtual-network/b4e1f337-3f49-493f-8d9c-b7d9a4c2ecb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3484 0.006405
10.0.0.23 - - [2026-05-18 02:58:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003931
10.0.0.23 - - [2026-05-18 02:58:28] "GET /virtual-network/b4e1f337-3f49-493f-8d9c-b7d9a4c2ecb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3484 0.005168
10.0.0.23 - - [2026-05-18 02:58:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004616
10.0.0.23 - - [2026-05-18 02:58:32] "GET /virtual-network/b4e1f337-3f49-493f-8d9c-b7d9a4c2ecb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3484 0.007761
10.0.0.23 - - [2026-05-18 02:58:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004058
10.0.0.23 - - [2026-05-18 02:58:34] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.008337
10.0.0.23 - - [2026-05-18 02:58:34] "GET /virtual-networks?parent_id=8063dd50-020f-42e4-8cba-0849c1da24b5&detail=False&count=False&shared=False HTTP/1.1" 200 603 0.003636
10.0.0.23 - - [2026-05-18 02:58:34] "GET /virtual-network/b4e1f337-3f49-493f-8d9c-b7d9a4c2ecb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3484 0.006136
10.0.0.23 - - [2026-05-18 02:58:40] "POST /neutron/port HTTP/1.1" 200 1238 0.021584
10.0.0.23 - - [2026-05-18 02:58:44] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007331
10.0.0.23 - - [2026-05-18 02:58:50] "POST /neutron/port HTTP/1.1" 200 1238 0.020038
10.0.0.23 - - [2026-05-18 02:58:55] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008731
10.0.0.23 - - [2026-05-18 02:58:55] "POST /neutron/port HTTP/1.1" 200 1236 0.018395
10.0.0.23 - - [2026-05-18 02:58:55] "GET /virtual-machine/4c6f9b21-cc86-49a7-b776-672e73a0e8c3 HTTP/1.1" 200 1306 0.006111
10.0.0.23 - - [2026-05-18 02:58:55] "GET /virtual-machine-interface/42fda977-adff-4428-9618-7581a20cd343 HTTP/1.1" 200 3176 0.008724
10.0.0.23 - - [2026-05-18 02:58:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004268
10.0.0.23 - - [2026-05-18 02:58:56] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004334
10.0.0.23 - - [2026-05-18 02:58:56] "GET /virtual-networks?parent_id=8063dd50-020f-42e4-8cba-0849c1da24b5&detail=False&count=False&shared=False HTTP/1.1" 200 603 0.003645
10.0.0.23 - - [2026-05-18 02:58:56] "GET /virtual-network/d1623b1e-f27f-4e8e-9bd8-753739fc1df9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.005981
10.0.0.23 - - [2026-05-18 02:58:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004595
10.0.0.23 - - [2026-05-18 02:58:59] "GET /virtual-network/d1623b1e-f27f-4e8e-9bd8-753739fc1df9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.007133
10.0.0.23 - - [2026-05-18 02:59:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005461
10.0.0.23 - - [2026-05-18 02:59:03] "GET /virtual-network/d1623b1e-f27f-4e8e-9bd8-753739fc1df9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.006872
10.0.0.23 - - [2026-05-18 02:59:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003713
10.0.0.23 - - [2026-05-18 02:59:07] "GET /virtual-network/d1623b1e-f27f-4e8e-9bd8-753739fc1df9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.008837
10.0.0.23 - - [2026-05-18 02:59:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003891
10.0.0.23 - - [2026-05-18 02:59:11] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003836
10.0.0.23 - - [2026-05-18 02:59:11] "GET /virtual-networks?parent_id=8063dd50-020f-42e4-8cba-0849c1da24b5&detail=False&count=False&shared=False HTTP/1.1" 200 603 0.003836
10.0.0.23 - - [2026-05-18 02:59:11] "GET /virtual-network/d1623b1e-f27f-4e8e-9bd8-753739fc1df9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.005501
10.0.0.23 - - [2026-05-18 02:59:11] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009316
10.0.0.23 - - [2026-05-18 02:59:16] "POST /neutron/network HTTP/1.1" 200 1435 0.039753
10.0.0.23 - - [2026-05-18 02:59:16] "POST /neutron/subnet HTTP/1.1" 200 1351 0.021869
10.0.0.23 - - [2026-05-18 02:59:16] "POST /neutron/port HTTP/1.1" 200 117 0.001606
10.0.0.23 - - [2026-05-18 02:59:18] "POST /neutron/port HTTP/1.1" 200 1236 0.050589
10.0.0.23 - - [2026-05-18 02:59:19] "GET /obj-perms HTTP/1.1" 200 5056 0.058487
10.0.0.23 - - [2026-05-18 02:59:21] "POST /neutron/port HTTP/1.1" 200 1238 0.021752
10.0.0.23 - - [2026-05-18 02:59:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004191
10.0.0.23 - - [2026-05-18 02:59:21] "POST /neutron/port HTTP/1.1" 200 117 0.001260
10.0.0.23 - - [2026-05-18 02:59:22] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008575
10.0.0.23 - - [2026-05-18 02:59:32] "POST /neutron/port HTTP/1.1" 200 2320 0.020190
10.0.0.23 - - [2026-05-18 02:59:32] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006697
10.0.0.23 - - [2026-05-18 02:59:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004333
10.0.0.23 - - [2026-05-18 02:59:32] "GET /network-policy/5bfe8026-bb14-4fa3-bb83-4300e662b07c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.004037
10.0.0.23 - - [2026-05-18 02:59:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003301
10.0.0.23 - - [2026-05-18 02:59:33] "GET /network-policy/b524690b-76ae-4e76-b7ae-025626bc7a42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.003986
10.0.0.23 - - [2026-05-18 02:59:33] "POST /neutron/network HTTP/1.1" 200 1425 0.013494
10.0.0.240 - - [2026-05-18 02:59:33] "POST /fqname-to-id HTTP/1.1" 404 207 0.007137
10.0.0.23 - - [2026-05-18 02:59:33] "GET /virtual-network/b4e1f337-3f49-493f-8d9c-b7d9a4c2ecb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3484 0.007795
10.0.0.23 - - [2026-05-18 02:59:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003084
10.0.0.23 - - [2026-05-18 02:59:33] "GET /network-policy/81e54f67-35d1-4a9f-a1a4-1c833b37f610?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4992 0.004054
10.0.0.23 - - [2026-05-18 03:00:16] "POST /neutron/port HTTP/1.1" 200 1236 0.019319
10.0.0.23 - - [2026-05-18 03:00:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004473
10.0.0.23 - - [2026-05-18 03:00:16] "POST /neutron/port HTTP/1.1" 200 117 0.001153
10.0.0.23 - - [2026-05-18 03:00:21] "POST /neutron/network HTTP/1.1" 200 1425 0.012363
10.0.0.240 - - [2026-05-18 03:00:21] "PUT /access-control-list/ab71b056-9214-4df8-91be-21f92e9d8b4c HTTP/1.1" 200 273 0.031470
10.0.0.23 - - [2026-05-18 03:00:21] "GET /virtual-network/b4e1f337-3f49-493f-8d9c-b7d9a4c2ecb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3487 0.012355
10.0.0.23 - - [2026-05-18 03:00:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003757
10.0.0.23 - - [2026-05-18 03:00:21] "GET /network-policy/8e62a722-13d0-4dc4-8c64-64221c527452?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.004633
10.0.0.23 - - [2026-05-18 03:00:22] "POST /neutron/port HTTP/1.1" 200 1238 0.020171
10.0.0.23 - - [2026-05-18 03:00:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004092
10.0.0.23 - - [2026-05-18 03:00:22] "POST /neutron/port HTTP/1.1" 200 117 0.001409
10.0.0.23 - - [2026-05-18 03:00:33] "POST /neutron/network HTTP/1.1" 200 1428 0.012253
10.0.0.240 - - [2026-05-18 03:00:33] "POST /ref-update HTTP/1.1" 200 156 0.046731
10.0.0.23 - - [2026-05-18 03:00:33] "GET /virtual-network/b4e1f337-3f49-493f-8d9c-b7d9a4c2ecb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3484 0.013711
10.0.0.23 - - [2026-05-18 03:00:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.005510
10.0.0.23 - - [2026-05-18 03:00:33] "GET /network-policy/969400f9-1af6-4e78-997b-124968a72633?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.006176
10.0.0.23 - - [2026-05-18 03:00:45] "POST /neutron/network HTTP/1.1" 200 1425 0.012457
10.0.0.240 - - [2026-05-18 03:00:45] "POST /fqname-to-id HTTP/1.1" 404 207 0.002678
10.0.0.23 - - [2026-05-18 03:00:46] "GET /virtual-network/b4e1f337-3f49-493f-8d9c-b7d9a4c2ecb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3484 0.008663
10.0.0.23 - - [2026-05-18 03:00:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004464
10.0.0.23 - - [2026-05-18 03:00:46] "GET /network-policy/a80b5a7e-4a0f-4261-a2dd-03ebca1b40c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.008263
10.0.0.23 - - [2026-05-18 03:00:56] "POST /neutron/network HTTP/1.1" 200 1425 0.013028
10.0.0.23 - - [2026-05-18 03:00:56] "GET /virtual-network/b4e1f337-3f49-493f-8d9c-b7d9a4c2ecb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3485 0.009644
10.0.0.23 - - [2026-05-18 03:00:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003889
10.0.0.240 - - [2026-05-18 03:00:56] "POST /ref-update HTTP/1.1" 200 156 0.061777
10.0.0.23 - - [2026-05-18 03:00:56] "GET /network-policy/d4e00849-6a1b-45b4-bbf2-3cac0c6174f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4996 0.004953
10.0.0.23 - - [2026-05-18 03:01:08] "POST /neutron/network HTTP/1.1" 200 1426 0.017904
10.0.0.23 - - [2026-05-18 03:01:09] "GET /virtual-network/b4e1f337-3f49-493f-8d9c-b7d9a4c2ecb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3485 0.014320
10.0.0.23 - - [2026-05-18 03:01:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003399
10.0.0.23 - - [2026-05-18 03:01:09] "GET /network-policy/a0788fb4-c370-4bd0-8895-be7d7996ad94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4995 0.006719
10.0.0.23 - - [2026-05-18 03:01:18] "POST /neutron/port HTTP/1.1" 200 1236 0.026641
10.0.0.23 - - [2026-05-18 03:01:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003875
10.0.0.23 - - [2026-05-18 03:01:18] "POST /neutron/port HTTP/1.1" 200 117 0.001445
10.0.0.23 - - [2026-05-18 03:01:19] "POST /neutron/network HTTP/1.1" 200 1426 0.011847
10.0.0.240 - - [2026-05-18 03:01:19] "POST /fqname-to-id HTTP/1.1" 404 207 0.004488
10.0.0.240 - - [2026-05-18 03:01:19] "PUT /access-control-list/ab71b056-9214-4df8-91be-21f92e9d8b4c HTTP/1.1" 200 273 0.022557
10.0.0.23 - - [2026-05-18 03:01:19] "GET /virtual-network/b4e1f337-3f49-493f-8d9c-b7d9a4c2ecb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3485 0.008957
10.0.0.23 - - [2026-05-18 03:01:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004138
10.0.0.23 - - [2026-05-18 03:01:19] "GET /network-policy/fab32c8e-e063-4f6c-9a69-da7aae049055?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4996 0.004538
10.0.0.22 - - [2026-05-18 03:01:20] "GET /obj-perms HTTP/1.1" 200 5056 0.055345
10.0.0.23 - - [2026-05-18 03:01:24] "POST /neutron/port HTTP/1.1" 200 1238 0.046006
10.0.0.23 - - [2026-05-18 03:01:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004739
10.0.0.23 - - [2026-05-18 03:01:24] "POST /neutron/port HTTP/1.1" 200 117 0.001338
10.0.0.23 - - [2026-05-18 03:01:31] "POST /neutron/network HTTP/1.1" 200 1426 0.013440
10.0.0.23 - - [2026-05-18 03:01:31] "GET /virtual-network/b4e1f337-3f49-493f-8d9c-b7d9a4c2ecb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3485 0.009509
10.0.0.23 - - [2026-05-18 03:01:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003735
10.0.0.23 - - [2026-05-18 03:01:31] "GET /network-policy/c4e2f176-8383-4652-bad7-3edd6d08c636?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4996 0.005788
10.0.0.23 - - [2026-05-18 03:01:41] "GET /virtual-network/b4e1f337-3f49-493f-8d9c-b7d9a4c2ecb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3485 0.009511
10.0.0.23 - - [2026-05-18 03:01:41] "POST /neutron/network HTTP/1.1" 200 1426 0.014065
10.0.0.23 - - [2026-05-18 03:01:41] "GET /virtual-network/b4e1f337-3f49-493f-8d9c-b7d9a4c2ecb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3179 0.010134
10.0.0.240 - - [2026-05-18 03:01:41] "POST /ref-update HTTP/1.1" 200 156 0.026059
10.0.0.23 - - [2026-05-18 03:01:41] "GET /virtual-machine/4c6f9b21-cc86-49a7-b776-672e73a0e8c3 HTTP/1.1" 200 1306 0.004613
10.0.0.23 - - [2026-05-18 03:01:42] "POST /neutron/port HTTP/1.1" 200 1236 0.019853
10.0.0.23 - - [2026-05-18 03:01:43] "GET /virtual-machine/4c6f9b21-cc86-49a7-b776-672e73a0e8c3 HTTP/1.1" 404 171 0.003842
10.0.0.23 - - [2026-05-18 03:01:43] "GET /virtual-machine/4c6f9b21-cc86-49a7-b776-672e73a0e8c3 HTTP/1.1" 404 171 0.003211
10.0.0.23 - - [2026-05-18 03:01:43] "GET /virtual-machine/4c6f9b21-cc86-49a7-b776-672e73a0e8c3 HTTP/1.1" 404 171 0.003799
10.0.0.23 - - [2026-05-18 03:01:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003728
10.0.0.23 - - [2026-05-18 03:01:44] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003549
10.0.0.23 - - [2026-05-18 03:01:44] "GET /virtual-networks?parent_id=8063dd50-020f-42e4-8cba-0849c1da24b5&detail=False&count=False&shared=False HTTP/1.1" 200 603 0.002675
10.0.0.23 - - [2026-05-18 03:01:44] "GET /virtual-network/d1623b1e-f27f-4e8e-9bd8-753739fc1df9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.007375
10.0.0.23 - - [2026-05-18 03:01:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003182
10.0.0.23 - - [2026-05-18 03:01:44] "GET /routing-instance/13765b59-ae1b-48a9-babe-f3bc19fd599c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1502 0.004869
10.0.0.23 - - [2026-05-18 03:01:44] "GET /route-target/e71c6dde-bbed-4d28-a80c-988df1fe9d68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004506
10.0.0.23 - - [2026-05-18 03:01:44] "GET /obj-perms HTTP/1.1" 200 5019 0.096553
10.0.0.23 - - [2026-05-18 03:01:50] "GET /obj-perms HTTP/1.1" 200 5019 0.003978
10.0.0.23 - - [2026-05-18 03:01:53] "GET /obj-perms HTTP/1.1" 200 5019 0.004725
10.0.0.22 - - [2026-05-18 03:01:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000430
10.0.0.22 - - [2026-05-18 03:01:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000479
10.0.0.240 - - [2026-05-18 03:01:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000886
10.0.0.240 - - [2026-05-18 03:01:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000626
10.0.0.23 - - [2026-05-18 03:01:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000378
10.0.0.23 - - [2026-05-18 03:01:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000437
10.0.0.22 - - [2026-05-18 03:01:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000466
10.0.0.22 - - [2026-05-18 03:01:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000355
10.0.0.240 - - [2026-05-18 03:01:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000446
10.0.0.240 - - [2026-05-18 03:01:56] "GET /global-system-configs HTTP/1.1" 401 292 0.001437
10.0.0.23 - - [2026-05-18 03:01:56] "GET /obj-perms HTTP/1.1" 200 5019 0.004030
10.0.0.23 - - [2026-05-18 03:01:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000257
10.0.0.23 - - [2026-05-18 03:01:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000348
10.0.0.240 - - [2026-05-18 03:01:57] "GET /obj-perms HTTP/1.1" 200 5019 0.057502
10.0.0.23 - - [2026-05-18 03:01:57] "GET /virtual-machine/e8a09b95-3cb0-4e7c-8ca1-7b259ab1b4be HTTP/1.1" 200 1307 0.004388
10.0.0.23 - - [2026-05-18 03:01:57] "POST /neutron/port HTTP/1.1" 200 1238 0.021731
10.0.0.23 - - [2026-05-18 03:01:59] "GET /virtual-machine/e8a09b95-3cb0-4e7c-8ca1-7b259ab1b4be HTTP/1.1" 404 171 0.003697
10.0.0.23 - - [2026-05-18 03:01:59] "GET /virtual-machine/e8a09b95-3cb0-4e7c-8ca1-7b259ab1b4be HTTP/1.1" 404 171 0.002891
10.0.0.23 - - [2026-05-18 03:01:59] "GET /virtual-machine/e8a09b95-3cb0-4e7c-8ca1-7b259ab1b4be HTTP/1.1" 404 171 0.004854
10.0.0.23 - - [2026-05-18 03:01:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003451
10.0.0.23 - - [2026-05-18 03:01:59] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004376
10.0.0.23 - - [2026-05-18 03:01:59] "GET /virtual-networks?parent_id=8063dd50-020f-42e4-8cba-0849c1da24b5&detail=False&count=False&shared=False HTTP/1.1" 200 603 0.003414
10.0.0.23 - - [2026-05-18 03:01:59] "GET /virtual-network/b4e1f337-3f49-493f-8d9c-b7d9a4c2ecb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3179 0.008726
10.0.0.23 - - [2026-05-18 03:01:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003887
10.0.0.23 - - [2026-05-18 03:01:59] "GET /routing-instance/5a3e9e53-a425-48f2-9370-aa81ac05a740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1502 0.006186
10.0.0.23 - - [2026-05-18 03:01:59] "GET /route-target/c4beaeb0-54e0-4ab3-8b4d-a82865ff316b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.006067
10.0.0.23 - - [2026-05-18 03:02:02] "GET /obj-perms HTTP/1.1" 200 5019 0.008119
10.0.0.22 - - [2026-05-18 03:02:02] "GET /obj-perms HTTP/1.1" 200 5019 0.005908
10.0.0.23 - - [2026-05-18 03:02:12] "GET /obj-perms HTTP/1.1" 200 5019 0.004383
10.0.0.22 - - [2026-05-18 03:02:12] "GET /obj-perms HTTP/1.1" 200 5019 0.004456
10.0.0.23 - - [2026-05-18 03:02:21] "GET /obj-perms HTTP/1.1" 200 5019 0.004110
10.0.0.22 - - [2026-05-18 03:02:21] "GET /obj-perms HTTP/1.1" 200 5019 0.004703
10.0.0.23 - - [2026-05-18 03:02:24] "GET /obj-perms HTTP/1.1" 200 5019 0.004647
10.0.0.22 - - [2026-05-18 03:02:24] "GET /obj-perms HTTP/1.1" 200 5019 0.003978
10.0.0.23 - - [2026-05-18 03:02:24] "GET /virtual-network/d1623b1e-f27f-4e8e-9bd8-753739fc1df9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.006405
10.0.0.23 - - [2026-05-18 03:02:24] "POST /neutron/network HTTP/1.1" 200 1425 0.012322
10.0.0.240 - - [2026-05-18 03:02:24] "POST /fqname-to-id HTTP/1.1" 404 207 0.007820
10.0.0.23 - - [2026-05-18 03:02:24] "GET /virtual-network/d1623b1e-f27f-4e8e-9bd8-753739fc1df9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3173 0.012098
10.0.0.23 - - [2026-05-18 03:02:25] "DELETE /network-policy/8e62a722-13d0-4dc4-8c64-64221c527452 HTTP/1.1" 200 115 0.037221
10.0.0.23 - - [2026-05-18 03:02:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003100
10.0.0.240 - - [2026-05-18 03:02:25] "GET /projects?obj_uuids=8063dd50-020f-42e4-8cba-0849c1da24b5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001213
10.0.0.23 - - [2026-05-18 03:02:25] "GET /project/8063dd50-020f-42e4-8cba-0849c1da24b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.053813
10.0.0.23 - - [2026-05-18 03:02:25] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-07722682&detail=False&count=False&shared=False HTTP/1.1" 200 2135 0.005839
10.0.0.23 - - [2026-05-18 03:02:25] "DELETE /network-policy/c4e2f176-8383-4652-bad7-3edd6d08c636 HTTP/1.1" 200 115 0.052266
10.0.0.23 - - [2026-05-18 03:02:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003003
10.0.0.240 - - [2026-05-18 03:02:25] "GET /projects?obj_uuids=8063dd50-020f-42e4-8cba-0849c1da24b5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000910
10.0.0.23 - - [2026-05-18 03:02:25] "GET /project/8063dd50-020f-42e4-8cba-0849c1da24b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.044392
10.0.0.23 - - [2026-05-18 03:02:25] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-07722682&detail=False&count=False&shared=False HTTP/1.1" 200 1912 0.004984
10.0.0.23 - - [2026-05-18 03:02:25] "DELETE /network-policy/fab32c8e-e063-4f6c-9a69-da7aae049055 HTTP/1.1" 200 115 0.053841
10.0.0.23 - - [2026-05-18 03:02:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005621
10.0.0.240 - - [2026-05-18 03:02:25] "GET /projects?obj_uuids=8063dd50-020f-42e4-8cba-0849c1da24b5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001128
10.0.0.23 - - [2026-05-18 03:02:25] "GET /project/8063dd50-020f-42e4-8cba-0849c1da24b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.048605
10.0.0.23 - - [2026-05-18 03:02:25] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-07722682&detail=False&count=False&shared=False HTTP/1.1" 200 1689 0.009418
10.0.0.23 - - [2026-05-18 03:02:25] "DELETE /network-policy/a0788fb4-c370-4bd0-8895-be7d7996ad94 HTTP/1.1" 200 115 0.041922
10.0.0.23 - - [2026-05-18 03:02:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003311
10.0.0.240 - - [2026-05-18 03:02:25] "GET /projects?obj_uuids=8063dd50-020f-42e4-8cba-0849c1da24b5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001243
10.0.0.23 - - [2026-05-18 03:02:25] "GET /project/8063dd50-020f-42e4-8cba-0849c1da24b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.044013
10.0.0.23 - - [2026-05-18 03:02:25] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-07722682&detail=False&count=False&shared=False HTTP/1.1" 200 1466 0.006535
10.0.0.23 - - [2026-05-18 03:02:25] "DELETE /network-policy/d4e00849-6a1b-45b4-bbf2-3cac0c6174f5 HTTP/1.1" 200 115 0.053280
10.0.0.23 - - [2026-05-18 03:02:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003788
10.0.0.240 - - [2026-05-18 03:02:25] "GET /projects?obj_uuids=8063dd50-020f-42e4-8cba-0849c1da24b5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001073
10.0.0.23 - - [2026-05-18 03:02:25] "GET /project/8063dd50-020f-42e4-8cba-0849c1da24b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.046566
10.0.0.23 - - [2026-05-18 03:02:26] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-07722682&detail=False&count=False&shared=False HTTP/1.1" 200 1243 0.007500
10.0.0.23 - - [2026-05-18 03:02:26] "DELETE /network-policy/5bfe8026-bb14-4fa3-bb83-4300e662b07c HTTP/1.1" 200 115 0.041563
10.0.0.23 - - [2026-05-18 03:02:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004441
10.0.0.240 - - [2026-05-18 03:02:26] "GET /projects?obj_uuids=8063dd50-020f-42e4-8cba-0849c1da24b5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000934
10.0.0.23 - - [2026-05-18 03:02:26] "GET /project/8063dd50-020f-42e4-8cba-0849c1da24b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.040677
10.0.0.23 - - [2026-05-18 03:02:26] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-07722682&detail=False&count=False&shared=False HTTP/1.1" 200 1018 0.005617
10.0.0.23 - - [2026-05-18 03:02:26] "DELETE /network-policy/a80b5a7e-4a0f-4261-a2dd-03ebca1b40c0 HTTP/1.1" 200 115 0.056057
10.0.0.23 - - [2026-05-18 03:02:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003346
10.0.0.240 - - [2026-05-18 03:02:26] "GET /projects?obj_uuids=8063dd50-020f-42e4-8cba-0849c1da24b5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001275
10.0.0.23 - - [2026-05-18 03:02:26] "GET /project/8063dd50-020f-42e4-8cba-0849c1da24b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.045256
10.0.0.23 - - [2026-05-18 03:02:26] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-07722682&detail=False&count=False&shared=False HTTP/1.1" 200 796 0.005391
10.0.0.23 - - [2026-05-18 03:02:26] "DELETE /network-policy/969400f9-1af6-4e78-997b-124968a72633 HTTP/1.1" 200 115 0.047202
10.0.0.23 - - [2026-05-18 03:02:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003098
10.0.0.240 - - [2026-05-18 03:02:26] "GET /projects?obj_uuids=8063dd50-020f-42e4-8cba-0849c1da24b5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001081
10.0.0.23 - - [2026-05-18 03:02:26] "GET /project/8063dd50-020f-42e4-8cba-0849c1da24b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.049991
10.0.0.23 - - [2026-05-18 03:02:26] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-07722682&detail=False&count=False&shared=False HTTP/1.1" 200 574 0.005852
10.0.0.23 - - [2026-05-18 03:02:26] "DELETE /network-policy/81e54f67-35d1-4a9f-a1a4-1c833b37f610 HTTP/1.1" 200 115 0.048446
10.0.0.23 - - [2026-05-18 03:02:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003763
10.0.0.240 - - [2026-05-18 03:02:26] "GET /projects?obj_uuids=8063dd50-020f-42e4-8cba-0849c1da24b5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000936
10.0.0.23 - - [2026-05-18 03:02:26] "GET /project/8063dd50-020f-42e4-8cba-0849c1da24b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.046340
10.0.0.23 - - [2026-05-18 03:02:27] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-07722682&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.006288
10.0.0.23 - - [2026-05-18 03:02:27] "DELETE /network-policy/b524690b-76ae-4e76-b7ae-025626bc7a42 HTTP/1.1" 200 115 0.048033
10.0.0.23 - - [2026-05-18 03:02:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003209
10.0.0.240 - - [2026-05-18 03:02:27] "GET /projects?obj_uuids=8063dd50-020f-42e4-8cba-0849c1da24b5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.033556
10.0.0.23 - - [2026-05-18 03:02:27] "GET /project/8063dd50-020f-42e4-8cba-0849c1da24b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.088617
10.0.0.23 - - [2026-05-18 03:02:27] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-07722682&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005989
10.0.0.23 - - [2026-05-18 03:02:27] "POST /neutron/network HTTP/1.1" 200 1335 0.013304
10.0.0.240 - - [2026-05-18 03:02:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003948
10.0.0.240 - - [2026-05-18 03:02:28] "POST /useragent-kv HTTP/1.1" 200 115 0.008960
10.0.0.240 - - [2026-05-18 03:02:28] "POST /useragent-kv HTTP/1.1" 200 115 0.002962
10.0.0.240 - - [2026-05-18 03:02:28] "POST /useragent-kv HTTP/1.1" 200 115 0.002661
10.0.0.240 - - [2026-05-18 03:02:28] "POST /useragent-kv HTTP/1.1" 200 115 0.003528
10.0.0.240 - - [2026-05-18 03:02:28] "POST /useragent-kv HTTP/1.1" 200 115 0.003435
10.0.0.240 - - [2026-05-18 03:02:28] "POST /useragent-kv HTTP/1.1" 200 115 0.002681
10.0.0.23 - - [2026-05-18 03:02:28] "POST /neutron/network HTTP/1.1" 200 151 0.190763
10.0.0.240 - - [2026-05-18 03:02:28] "DELETE /route-target/c4beaeb0-54e0-4ab3-8b4d-a82865ff316b HTTP/1.1" 200 115 0.040747
10.0.0.23 - - [2026-05-18 03:02:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004040
10.0.0.23 - - [2026-05-18 03:02:28] "DELETE /network-ipam/1bcddd15-f01a-4733-a63c-d811975d4240 HTTP/1.1" 200 115 0.067037
10.0.0.23 - - [2026-05-18 03:02:28] "POST /fqname-to-id HTTP/1.1" 404 260 0.009956
10.0.0.240 - - [2026-05-18 03:02:28] "GET /projects?obj_uuids=8063dd50-020f-42e4-8cba-0849c1da24b5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001297
10.0.0.240 - - [2026-05-18 03:02:28] "GET /project/8063dd50-020f-42e4-8cba-0849c1da24b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1515 0.071817
10.0.0.240 - - [2026-05-18 03:02:28] "GET /projects?obj_uuids=8063dd50-020f-42e4-8cba-0849c1da24b5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001918
10.0.0.240 - - [2026-05-18 03:02:28] "GET /project/8063dd50-020f-42e4-8cba-0849c1da24b5?fields=security_groups HTTP/1.1" 200 1398 0.061117
10.0.0.240 - - [2026-05-18 03:02:28] "DELETE /security-group/f5fc77a2-55a7-46b1-a675-35a0ee3931be HTTP/1.1" 200 115 0.066143
10.0.0.240 - - [2026-05-18 03:02:28] "GET /projects?obj_uuids=8063dd50-020f-42e4-8cba-0849c1da24b5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001559
10.0.0.240 - - [2026-05-18 03:02:28] "GET /project/8063dd50-020f-42e4-8cba-0849c1da24b5?fields=application_policy_sets HTTP/1.1" 200 1437 0.066696
10.0.0.23 - - [2026-05-18 03:02:28] "DELETE /project/8063dd50-020f-42e4-8cba-0849c1da24b5 HTTP/1.1" 200 115 0.519517
10.0.0.240 - - [2026-05-18 03:02:28] "GET /domains?obj_uuids=4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000974
10.0.0.23 - - [2026-05-18 03:02:28] "GET /domain/4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989?fields=projects HTTP/1.1" 200 1442 0.013733
10.0.0.240 - - [2026-05-18 03:02:30] "GET /projects?obj_uuids=8063dd50-020f-42e4-8cba-0849c1da24b5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003902
10.0.0.240 - - [2026-05-18 03:02:30] "GET /domains?obj_uuids=4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001056
10.0.0.240 - - [2026-05-18 03:02:30] "GET /domain/4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.049428
10.0.0.240 - - [2026-05-18 03:02:30] "POST /id-to-fqname HTTP/1.1" 200 202 0.003337
10.0.0.240 - - [2026-05-18 03:02:30] "POST /fqname-to-id HTTP/1.1" 404 211 0.011649
10.0.0.240 - - [2026-05-18 03:02:30] "POST /security-groups HTTP/1.1" 200 603 0.077166
10.0.0.240 - - [2026-05-18 03:02:30] "POST /fqname-to-id HTTP/1.1" 404 246 0.004294
10.0.0.240 - - [2026-05-18 03:02:30] "POST /projects HTTP/1.1" 200 609 0.306605
10.0.0.240 - - [2026-05-18 03:02:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.352499
10.0.0.23 - - [2026-05-18 03:02:30] "GET /project/8063dd50-020f-42e4-8cba-0849c1da24b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.524131
10.0.0.240 - - [2026-05-18 03:02:30] "GET /projects?obj_uuids=8063dd50-020f-42e4-8cba-0849c1da24b5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001780
10.0.0.240 - - [2026-05-18 03:02:30] "POST /access-control-lists HTTP/1.1" 200 608 0.058152
10.0.0.23 - - [2026-05-18 03:02:30] "GET /project/8063dd50-020f-42e4-8cba-0849c1da24b5?fields=virtual_networks HTTP/1.1" 200 1057 0.078234
10.0.0.240 - - [2026-05-18 03:02:30] "GET /projects?obj_uuids=8063dd50-020f-42e4-8cba-0849c1da24b5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002447
10.0.0.23 - - [2026-05-18 03:02:30] "GET /project/8063dd50-020f-42e4-8cba-0849c1da24b5?fields=virtual_machine_interfaces HTTP/1.1" 200 1057 0.048251
10.0.0.240 - - [2026-05-18 03:02:31] "GET /projects?obj_uuids=8063dd50-020f-42e4-8cba-0849c1da24b5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002231
10.0.0.23 - - [2026-05-18 03:02:31] "GET /project/8063dd50-020f-42e4-8cba-0849c1da24b5?fields=security_groups HTTP/1.1" 200 1296 0.050506
10.0.0.23 - - [2026-05-18 03:02:31] "POST /fqname-to-id HTTP/1.1" 404 182 0.033019
10.0.0.240 - - [2026-05-18 03:02:32] "GET /projects?obj_uuids=fbfb5190-4bca-4cdf-a2fd-9c2a9c3d2067&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.007233
10.0.0.240 - - [2026-05-18 03:02:32] "GET /domains?obj_uuids=4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001224
10.0.0.240 - - [2026-05-18 03:02:32] "GET /domain/4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.039088
10.0.0.240 - - [2026-05-18 03:02:32] "POST /id-to-fqname HTTP/1.1" 200 184 0.001855
10.0.0.240 - - [2026-05-18 03:02:32] "POST /fqname-to-id HTTP/1.1" 404 193 0.017249
10.0.0.240 - - [2026-05-18 03:02:32] "POST /security-groups HTTP/1.1" 200 585 0.037547
10.0.0.240 - - [2026-05-18 03:02:32] "POST /projects HTTP/1.1" 200 573 0.298630
10.0.0.240 - - [2026-05-18 03:02:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.333088
10.0.0.240 - - [2026-05-18 03:02:32] "POST /fqname-to-id HTTP/1.1" 404 227 0.009944
10.0.0.23 - - [2026-05-18 03:02:32] "GET /project/fbfb5190-4bca-4cdf-a2fd-9c2a9c3d2067?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.549489
10.0.0.23 - - [2026-05-18 03:02:33] "GET / HTTP/1.1" 200 36215 0.001476
10.0.0.23 - - [2026-05-18 03:02:34] "POST /fqname-to-id HTTP/1.1" 401 292 0.000439
10.0.0.23 - - [2026-05-18 03:02:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.068192
10.0.0.240 - - [2026-05-18 03:02:34] "GET /projects?obj_uuids=fbfb5190-4bca-4cdf-a2fd-9c2a9c3d2067&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001227
10.0.0.23 - - [2026-05-18 03:02:34] "GET /project/fbfb5190-4bca-4cdf-a2fd-9c2a9c3d2067?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.039364
10.0.0.240 - - [2026-05-18 03:02:35] "POST /ref-update HTTP/1.1" 200 156 0.030325
10.0.0.240 - - [2026-05-18 03:02:35] "POST /useragent-kv HTTP/1.1" 200 115 0.010966
10.0.0.23 - - [2026-05-18 03:02:35] "POST /neutron/subnet HTTP/1.1" 200 734 0.276418
10.0.0.23 - - [2026-05-18 03:02:35] "POST /id-to-fqname HTTP/1.1" 200 214 0.001220
10.0.0.23 - - [2026-05-18 03:02:35] "GET /virtual-network/0b46e2e9-e3ca-48ce-8abc-07ce425f3676?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2618 0.008284
10.0.0.23 - - [2026-05-18 03:02:35] "POST /neutron/network HTTP/1.1" 200 994 0.008504
10.0.0.23 - - [2026-05-18 03:02:35] "GET /virtual-network/0b46e2e9-e3ca-48ce-8abc-07ce425f3676?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2618 0.005161
10.0.0.23 - - [2026-05-18 03:02:35] "POST /neutron/subnet HTTP/1.1" 200 828 0.010183
10.0.0.23 - - [2026-05-18 03:02:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003083
10.0.0.240 - - [2026-05-18 03:02:35] "GET /projects?obj_uuids=fbfb5190-4bca-4cdf-a2fd-9c2a9c3d2067&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001069
10.0.0.23 - - [2026-05-18 03:02:36] "GET /project/fbfb5190-4bca-4cdf-a2fd-9c2a9c3d2067?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.050857
10.0.0.240 - - [2026-05-18 03:02:36] "POST /useragent-kv HTTP/1.1" 200 115 0.006737
10.0.0.23 - - [2026-05-18 03:02:36] "POST /neutron/subnet HTTP/1.1" 200 725 0.240963
10.0.0.23 - - [2026-05-18 03:02:36] "POST /id-to-fqname HTTP/1.1" 200 214 0.002542
10.0.0.23 - - [2026-05-18 03:02:36] "GET /virtual-network/5bf3ce65-d8f4-409a-8117-af2325e14ec8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2610 0.010316
10.0.0.23 - - [2026-05-18 03:02:36] "POST /neutron/network HTTP/1.1" 200 991 0.009728
10.0.0.23 - - [2026-05-18 03:02:36] "GET /virtual-network/5bf3ce65-d8f4-409a-8117-af2325e14ec8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2610 0.005393
10.0.0.23 - - [2026-05-18 03:02:36] "POST /neutron/subnet HTTP/1.1" 200 823 0.011395
10.0.0.23 - - [2026-05-18 03:02:36] "POST /id-to-fqname HTTP/1.1" 200 214 0.001146
10.0.0.240 - - [2026-05-18 03:02:37] "GET /projects?obj_uuids=fbfb5190-4bca-4cdf-a2fd-9c2a9c3d2067&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001141
10.0.0.23 - - [2026-05-18 03:02:37] "GET /project/fbfb5190-4bca-4cdf-a2fd-9c2a9c3d2067?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.086584
10.0.0.23 - - [2026-05-18 03:02:38] "POST /neutron/port HTTP/1.1" 200 117 0.010323
10.0.0.23 - - [2026-05-18 03:02:38] "POST /id-to-fqname HTTP/1.1" 200 214 0.001562
10.0.0.23 - - [2026-05-18 03:02:38] "POST /neutron/network HTTP/1.1" 200 1004 0.008246
10.0.0.23 - - [2026-05-18 03:02:38] "POST /neutron/port HTTP/1.1" 200 1163 0.025648
10.0.0.240 - - [2026-05-18 03:02:39] "GET /projects?obj_uuids=fbfb5190-4bca-4cdf-a2fd-9c2a9c3d2067&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001407
10.0.0.23 - - [2026-05-18 03:02:39] "POST /neutron/port HTTP/1.1" 200 1227 0.026677
10.0.0.23 - - [2026-05-18 03:02:39] "GET /project/fbfb5190-4bca-4cdf-a2fd-9c2a9c3d2067?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.150318
10.0.0.23 - - [2026-05-18 03:02:39] "POST /neutron/network HTTP/1.1" 200 994 0.044456
10.0.0.23 - - [2026-05-18 03:02:39] "POST /neutron/port HTTP/1.1" 200 117 0.001271
10.0.0.23 - - [2026-05-18 03:02:39] "POST /neutron/security_group HTTP/1.1" 200 2052 0.009307
10.0.0.23 - - [2026-05-18 03:02:39] "POST /id-to-fqname HTTP/1.1" 200 214 0.001933
10.0.0.23 - - [2026-05-18 03:02:39] "POST /neutron/security_group HTTP/1.1" 200 2052 0.008227
10.0.0.240 - - [2026-05-18 03:02:39] "GET /projects?obj_uuids=fbfb5190-4bca-4cdf-a2fd-9c2a9c3d2067&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001103
10.0.0.23 - - [2026-05-18 03:02:40] "POST /neutron/port HTTP/1.1" 200 1163 0.330308
10.0.0.23 - - [2026-05-18 03:02:40] "POST /neutron/port HTTP/1.1" 200 1217 0.149049
10.0.0.23 - - [2026-05-18 03:02:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005050
10.0.0.23 - - [2026-05-18 03:02:40] "POST /neutron/port HTTP/1.1" 200 117 0.001292
10.0.0.240 - - [2026-05-18 03:02:40] "GET /projects?obj_uuids=fbfb5190-4bca-4cdf-a2fd-9c2a9c3d2067&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000942
10.0.0.23 - - [2026-05-18 03:02:40] "GET /project/fbfb5190-4bca-4cdf-a2fd-9c2a9c3d2067?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.078196
10.0.0.23 - - [2026-05-18 03:02:41] "POST /neutron/port HTTP/1.1" 200 2300 0.031645
10.0.0.23 - - [2026-05-18 03:02:41] "POST /neutron/port HTTP/1.1" 200 1227 0.022411
10.0.0.23 - - [2026-05-18 03:02:41] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007969
10.0.0.23 - - [2026-05-18 03:02:41] "GET /virtual-machine/7c3ff74b-80c9-4750-a11b-e094e536ebad HTTP/1.1" 401 292 0.000442
10.0.0.23 - - [2026-05-18 03:02:41] "POST /neutron/network HTTP/1.1" 200 1001 0.010478
10.0.0.23 - - [2026-05-18 03:02:41] "GET /virtual-machine/7c3ff74b-80c9-4750-a11b-e094e536ebad HTTP/1.1" 200 1288 0.044634
10.0.0.23 - - [2026-05-18 03:02:41] "GET /virtual-machine-interface/44698023-3c79-4e55-ad5c-9cece38e4158 HTTP/1.1" 200 3112 0.013913
10.0.0.23 - - [2026-05-18 03:02:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003740
10.0.0.23 - - [2026-05-18 03:02:41] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003322
10.0.0.23 - - [2026-05-18 03:02:41] "GET /virtual-networks?parent_id=fbfb5190-4bca-4cdf-a2fd-9c2a9c3d2067&detail=False&count=False&shared=False HTTP/1.1" 200 561 0.003593
10.0.0.23 - - [2026-05-18 03:02:41] "GET /virtual-network/0b46e2e9-e3ca-48ce-8abc-07ce425f3676?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2618 0.005942
10.0.0.23 - - [2026-05-18 03:02:42] "POST /neutron/port HTTP/1.1" 200 1160 0.104835
10.0.0.23 - - [2026-05-18 03:02:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004193
10.0.0.23 - - [2026-05-18 03:02:42] "POST /neutron/port HTTP/1.1" 200 117 0.001325
10.0.0.23 - - [2026-05-18 03:02:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003207
10.0.0.23 - - [2026-05-18 03:02:45] "GET /virtual-network/0b46e2e9-e3ca-48ce-8abc-07ce425f3676?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2618 0.005221
10.0.0.240 - - [2026-05-18 03:02:48] "DELETE /project/8063dd50020f42e48cba0849c1da24b5 HTTP/1.1" 404 173 0.004880
10.0.0.240 - - [2026-05-18 03:02:48] "DELETE /project/fbfb51904bca4cdfa2fd9c2a9c3d2067 HTTP/1.1" 404 173 0.007526
10.0.0.240 - - [2026-05-18 03:02:48] "GET /projects?obj_uuids=8063dd50-020f-42e4-8cba-0849c1da24b5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001079
10.0.0.240 - - [2026-05-18 03:02:48] "GET /project/8063dd50-020f-42e4-8cba-0849c1da24b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1515 0.076989
10.0.0.240 - - [2026-05-18 03:02:48] "GET /projects?obj_uuids=8063dd50-020f-42e4-8cba-0849c1da24b5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002647
10.0.0.240 - - [2026-05-18 03:02:48] "GET /project/8063dd50-020f-42e4-8cba-0849c1da24b5?fields=security_groups HTTP/1.1" 200 1398 0.081432
10.0.0.240 - - [2026-05-18 03:02:48] "DELETE /security-group/8f87221e-c087-4454-9166-d92b8012c896 HTTP/1.1" 404 177 0.009343
10.0.0.240 - - [2026-05-18 03:02:48] "DELETE /access-control-list/ae2c07dd-b595-400d-921b-a70c04af48f6 HTTP/1.1" 200 115 0.058762
10.0.0.240 - - [2026-05-18 03:02:48] "GET /projects?obj_uuids=8063dd50-020f-42e4-8cba-0849c1da24b5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001622
10.0.0.240 - - [2026-05-18 03:02:48] "GET /project/8063dd50-020f-42e4-8cba-0849c1da24b5?fields=application_policy_sets HTTP/1.1" 200 1437 0.125085
10.0.0.240 - - [2026-05-18 03:02:49] "DELETE /project/8063dd50-020f-42e4-8cba-0849c1da24b5 HTTP/1.1" 200 115 0.549013
10.0.0.23 - - [2026-05-18 03:02:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004160
10.0.0.23 - - [2026-05-18 03:02:49] "GET /virtual-network/0b46e2e9-e3ca-48ce-8abc-07ce425f3676?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2618 0.005300
10.0.0.23 - - [2026-05-18 03:02:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003969
10.0.0.23 - - [2026-05-18 03:02:53] "GET /virtual-network/0b46e2e9-e3ca-48ce-8abc-07ce425f3676?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2618 0.008491
10.0.0.23 - - [2026-05-18 03:02:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004816
10.0.0.23 - - [2026-05-18 03:02:57] "GET /virtual-network/0b46e2e9-e3ca-48ce-8abc-07ce425f3676?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2618 0.006886
10.0.0.23 - - [2026-05-18 03:03:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005288
10.0.0.23 - - [2026-05-18 03:03:01] "GET /virtual-network/0b46e2e9-e3ca-48ce-8abc-07ce425f3676?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2618 0.008590
10.0.0.23 - - [2026-05-18 03:03:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004311
10.0.0.23 - - [2026-05-18 03:03:05] "GET /virtual-network/0b46e2e9-e3ca-48ce-8abc-07ce425f3676?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2618 0.008346
10.0.0.23 - - [2026-05-18 03:03:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003390
10.0.0.23 - - [2026-05-18 03:03:09] "GET /virtual-network/0b46e2e9-e3ca-48ce-8abc-07ce425f3676?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2618 0.005625
10.0.0.23 - - [2026-05-18 03:03:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004256
10.0.0.23 - - [2026-05-18 03:03:13] "GET /virtual-network/0b46e2e9-e3ca-48ce-8abc-07ce425f3676?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2618 0.007228
10.0.0.23 - - [2026-05-18 03:03:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003738
10.0.0.23 - - [2026-05-18 03:03:17] "GET /virtual-network/0b46e2e9-e3ca-48ce-8abc-07ce425f3676?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2618 0.006071
10.0.0.23 - - [2026-05-18 03:03:21] "POST /neutron/port HTTP/1.1" 200 1227 0.019564
10.0.0.23 - - [2026-05-18 03:03:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004352
10.0.0.23 - - [2026-05-18 03:03:21] "POST /neutron/port HTTP/1.1" 200 117 0.001488
10.0.0.23 - - [2026-05-18 03:03:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004487
10.0.0.23 - - [2026-05-18 03:03:21] "GET /virtual-network/0b46e2e9-e3ca-48ce-8abc-07ce425f3676?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2618 0.006826
10.0.0.23 - - [2026-05-18 03:03:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004077
10.0.0.23 - - [2026-05-18 03:03:26] "GET /virtual-network/0b46e2e9-e3ca-48ce-8abc-07ce425f3676?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2618 0.005942
10.0.0.23 - - [2026-05-18 03:03:27] "POST /neutron/port HTTP/1.1" 200 1227 0.020460
10.0.0.23 - - [2026-05-18 03:03:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004160
10.0.0.23 - - [2026-05-18 03:03:27] "POST /neutron/port HTTP/1.1" 200 117 0.001119
10.0.0.23 - - [2026-05-18 03:03:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003282
10.0.0.23 - - [2026-05-18 03:03:28] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004501
10.0.0.23 - - [2026-05-18 03:03:28] "GET /virtual-networks?parent_id=fbfb5190-4bca-4cdf-a2fd-9c2a9c3d2067&detail=False&count=False&shared=False HTTP/1.1" 200 561 0.003278
10.0.0.23 - - [2026-05-18 03:03:28] "GET /virtual-network/0b46e2e9-e3ca-48ce-8abc-07ce425f3676?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2618 0.006575
10.0.0.23 - - [2026-05-18 03:03:28] "POST /neutron/port HTTP/1.1" 200 1227 0.021289
10.0.0.23 - - [2026-05-18 03:03:33] "POST /neutron/security_group HTTP/1.1" 200 2052 0.010739
10.0.0.23 - - [2026-05-18 03:03:38] "POST /neutron/port HTTP/1.1" 200 1227 0.020980
10.0.0.23 - - [2026-05-18 03:03:40] "POST /neutron/security_group HTTP/1.1" 200 2052 0.008822
10.0.0.23 - - [2026-05-18 03:03:49] "POST /neutron/port HTTP/1.1" 200 1227 0.020233
10.0.0.23 - - [2026-05-18 03:03:53] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007697
10.0.0.23 - - [2026-05-18 03:03:59] "POST /neutron/port HTTP/1.1" 200 1227 0.023539
10.0.0.23 - - [2026-05-18 03:04:04] "POST /neutron/security_group HTTP/1.1" 200 2052 0.008085
10.0.0.23 - - [2026-05-18 03:04:04] "POST /neutron/port HTTP/1.1" 200 1227 0.024961
10.0.0.23 - - [2026-05-18 03:04:04] "GET /virtual-machine/70e36a52-aac3-4bb7-9d22-001619cd01ec HTTP/1.1" 200 1288 0.007915
10.0.0.23 - - [2026-05-18 03:04:04] "GET /virtual-machine-interface/a6ea7ae7-f3fb-4f9b-a96b-e9377b08ae57 HTTP/1.1" 200 3113 0.005577
10.0.0.23 - - [2026-05-18 03:04:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004452
10.0.0.23 - - [2026-05-18 03:04:04] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004318
10.0.0.23 - - [2026-05-18 03:04:04] "GET /virtual-networks?parent_id=fbfb5190-4bca-4cdf-a2fd-9c2a9c3d2067&detail=False&count=False&shared=False HTTP/1.1" 200 561 0.004045
10.0.0.23 - - [2026-05-18 03:04:04] "GET /virtual-network/0b46e2e9-e3ca-48ce-8abc-07ce425f3676?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2618 0.006090
10.0.0.23 - - [2026-05-18 03:04:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004940
10.0.0.23 - - [2026-05-18 03:04:06] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005970
10.0.0.23 - - [2026-05-18 03:04:06] "GET /virtual-networks?parent_id=fbfb5190-4bca-4cdf-a2fd-9c2a9c3d2067&detail=False&count=False&shared=False HTTP/1.1" 200 561 0.003823
10.0.0.23 - - [2026-05-18 03:04:06] "GET /virtual-network/0b46e2e9-e3ca-48ce-8abc-07ce425f3676?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2618 0.006725
10.0.0.23 - - [2026-05-18 03:04:06] "POST /neutron/security_group HTTP/1.1" 200 2052 0.011292
10.0.0.23 - - [2026-05-18 03:04:06] "POST /neutron/port HTTP/1.1" 200 1224 0.028589
10.0.0.23 - - [2026-05-18 03:04:06] "GET /virtual-machine/607feffa-ef7b-4a44-83b5-dd9022306638 HTTP/1.1" 200 1287 0.007021
10.0.0.23 - - [2026-05-18 03:04:06] "GET /virtual-machine-interface/c8780a16-0a9b-4fbe-a69c-73a4c3f955ac HTTP/1.1" 200 3113 0.005867
10.0.0.23 - - [2026-05-18 03:04:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003290
10.0.0.23 - - [2026-05-18 03:04:06] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003961
10.0.0.23 - - [2026-05-18 03:04:06] "GET /virtual-networks?parent_id=fbfb5190-4bca-4cdf-a2fd-9c2a9c3d2067&detail=False&count=False&shared=False HTTP/1.1" 200 561 0.003737
10.0.0.23 - - [2026-05-18 03:04:06] "GET /virtual-network/5bf3ce65-d8f4-409a-8117-af2325e14ec8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2610 0.006049
10.0.0.23 - - [2026-05-18 03:04:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003800
10.0.0.23 - - [2026-05-18 03:04:07] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.008070
10.0.0.23 - - [2026-05-18 03:04:07] "GET /virtual-networks?parent_id=fbfb5190-4bca-4cdf-a2fd-9c2a9c3d2067&detail=False&count=False&shared=False HTTP/1.1" 200 561 0.003701
10.0.0.23 - - [2026-05-18 03:04:07] "GET /virtual-network/5bf3ce65-d8f4-409a-8117-af2325e14ec8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2610 0.007906
10.0.0.23 - - [2026-05-18 03:04:09] "GET /forwarding-classs?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.005103
10.0.0.23 - - [2026-05-18 03:04:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003386
10.0.0.23 - - [2026-05-18 03:04:09] "GET /global-qos-config/5197df5f-202e-4b96-9762-14cc9e0e258d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1086 0.005932
10.0.0.23 - - [2026-05-18 03:04:09] "POST /fqname-to-id HTTP/1.1" 404 222 0.003884
10.0.0.23 - - [2026-05-18 03:04:09] "POST /forwarding-classs HTTP/1.1" 200 578 0.033445
10.0.0.23 - - [2026-05-18 03:04:09] "POST /id-to-fqname HTTP/1.1" 200 232 0.004258
10.0.0.23 - - [2026-05-18 03:04:09] "GET /forwarding-class/05e8fbfa-2495-4bb0-b64b-06fe45e20177?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1251 0.005944
10.0.0.240 - - [2026-05-18 03:04:09] "GET /projects?obj_uuids=fbfb5190-4bca-4cdf-a2fd-9c2a9c3d2067&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001131
10.0.0.23 - - [2026-05-18 03:04:09] "GET /project/fbfb5190-4bca-4cdf-a2fd-9c2a9c3d2067?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.055820
10.0.0.23 - - [2026-05-18 03:04:09] "POST /fqname-to-id HTTP/1.1" 404 211 0.003685
10.0.0.23 - - [2026-05-18 03:04:09] "POST /qos-configs HTTP/1.1" 200 545 0.037944
10.0.0.23 - - [2026-05-18 03:04:09] "POST /id-to-fqname HTTP/1.1" 200 217 0.003735
10.0.0.23 - - [2026-05-18 03:04:09] "GET /qos-config/9c88f436-0b72-4798-9a2a-1c31ab5102fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1506 0.004896
10.0.0.23 - - [2026-05-18 03:04:10] "GET /virtual-machine-interface/44698023-3c79-4e55-ad5c-9cece38e4158?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2695 0.006487
10.0.0.23 - - [2026-05-18 03:04:10] "POST /ref-update HTTP/1.1" 200 156 0.017488
10.0.0.23 - - [2026-05-18 03:04:10] "POST /neutron/security_group HTTP/1.1" 200 2052 0.009056
10.0.0.23 - - [2026-05-18 03:04:10] "POST /neutron/port HTTP/1.1" 200 1227 0.022761
10.0.0.23 - - [2026-05-18 03:04:10] "POST /neutron/security_group HTTP/1.1" 200 2052 0.008224
10.0.0.23 - - [2026-05-18 03:04:10] "POST /id-to-fqname HTTP/1.1" 200 214 0.001175
10.0.0.23 - - [2026-05-18 03:04:10] "GET /virtual-machine/7c3ff74b-80c9-4750-a11b-e094e536ebad HTTP/1.1" 200 1288 0.006485
10.0.0.23 - - [2026-05-18 03:04:10] "GET /virtual-machine-interface/44698023-3c79-4e55-ad5c-9cece38e4158 HTTP/1.1" 200 3360 0.007267
10.0.0.23 - - [2026-05-18 03:04:10] "GET /instance-ip/965c6065-32f6-4d0a-97b0-e1f1f5256202 HTTP/1.1" 200 1632 0.009532
10.0.0.23 - - [2026-05-18 03:04:10] "GET /instance-ip/bb2b26e1-41fb-4411-874a-f2b6e5867184 HTTP/1.1" 200 1613 0.006981
10.0.0.23 - - [2026-05-18 03:04:10] "POST /neutron/port HTTP/1.1" 200 1227 0.023764
10.0.0.23 - - [2026-05-18 03:04:10] "POST /neutron/security_group HTTP/1.1" 200 2052 0.009874
10.0.0.23 - - [2026-05-18 03:04:10] "POST /neutron/port HTTP/1.1" 200 1227 0.019462
10.0.0.23 - - [2026-05-18 03:04:11] "POST /neutron/network HTTP/1.1" 200 994 0.011740
10.0.0.23 - - [2026-05-18 03:04:11] "POST /id-to-fqname HTTP/1.1" 200 214 0.002800
10.0.0.23 - - [2026-05-18 03:04:11] "GET /virtual-machine/70e36a52-aac3-4bb7-9d22-001619cd01ec HTTP/1.1" 200 1288 0.003904
10.0.0.23 - - [2026-05-18 03:04:11] "GET /virtual-machine-interface/a6ea7ae7-f3fb-4f9b-a96b-e9377b08ae57 HTTP/1.1" 200 3113 0.007565
10.0.0.23 - - [2026-05-18 03:04:11] "GET /instance-ip/390a6db8-147b-4b6c-b2d5-4f5a43bad15a HTTP/1.1" 200 1631 0.008089
10.0.0.23 - - [2026-05-18 03:04:11] "GET /instance-ip/f866a192-a47c-46b8-b4ee-3586418d0ddd HTTP/1.1" 200 1614 0.007625
10.0.0.23 - - [2026-05-18 03:04:21] "POST /neutron/network HTTP/1.1" 200 1004 0.034622
10.0.0.23 - - [2026-05-18 03:04:21] "POST /neutron/subnet HTTP/1.1" 200 1394 0.016023
10.0.0.23 - - [2026-05-18 03:04:21] "POST /neutron/network HTTP/1.1" 200 994 0.009640
10.0.0.240 - - [2026-05-18 03:04:23] "GET /obj-perms HTTP/1.1" 200 5056 0.062756
10.0.0.23 - - [2026-05-18 03:04:29] "POST /neutron/network HTTP/1.1" 200 1001 0.006819
10.0.0.23 - - [2026-05-18 03:04:29] "POST /neutron/subnet HTTP/1.1" 200 1380 0.013249
10.0.0.23 - - [2026-05-18 03:04:29] "POST /neutron/network HTTP/1.1" 200 991 0.009845
10.0.0.23 - - [2026-05-18 03:04:54] "GET /virtual-machine-interface/44698023-3c79-4e55-ad5c-9cece38e4158?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2943 0.006435
10.0.0.23 - - [2026-05-18 03:04:54] "POST /ref-update HTTP/1.1" 200 156 0.019908
10.0.0.23 - - [2026-05-18 03:04:54] "DELETE /qos-config/9c88f436-0b72-4798-9a2a-1c31ab5102fd HTTP/1.1" 200 115 0.045140
10.0.0.23 - - [2026-05-18 03:04:54] "POST /id-to-fqname HTTP/1.1" 200 232 0.001895
10.0.0.23 - - [2026-05-18 03:04:54] "DELETE /forwarding-class/05e8fbfa-2495-4bb0-b64b-06fe45e20177 HTTP/1.1" 200 115 0.047802
10.0.0.23 - - [2026-05-18 03:04:56] "POST /neutron/port HTTP/1.1" 200 1224 0.018186
10.0.0.23 - - [2026-05-18 03:04:56] "POST /neutron/port HTTP/1.1" 200 151 0.320309
10.0.0.23 - - [2026-05-18 03:04:56] "POST /neutron/port HTTP/1.1" 200 151 0.424336
10.0.0.23 - - [2026-05-18 03:04:57] "POST /neutron/network HTTP/1.1" 200 991 0.013073
10.0.0.240 - - [2026-05-18 03:04:58] "DELETE /route-target/cad382c4-bab2-4112-9337-22bee74efa0d HTTP/1.1" 200 115 0.025772
10.0.0.240 - - [2026-05-18 03:04:58] "POST /useragent-kv HTTP/1.1" 200 115 0.003597
10.0.0.240 - - [2026-05-18 03:04:58] "POST /useragent-kv HTTP/1.1" 200 115 0.002749
10.0.0.240 - - [2026-05-18 03:04:58] "POST /useragent-kv HTTP/1.1" 200 115 0.002962
10.0.0.240 - - [2026-05-18 03:04:58] "POST /useragent-kv HTTP/1.1" 200 115 0.003014
10.0.0.23 - - [2026-05-18 03:04:58] "POST /neutron/network HTTP/1.1" 200 151 0.156863
10.0.0.240 - - [2026-05-18 03:04:58] "GET /projects?obj_uuids=fbfb5190-4bca-4cdf-a2fd-9c2a9c3d2067&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001224
10.0.0.23 - - [2026-05-18 03:04:58] "GET /project/fbfb5190-4bca-4cdf-a2fd-9c2a9c3d2067?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.087005
10.0.0.240 - - [2026-05-18 03:04:58] "GET /projects?obj_uuids=fbfb5190-4bca-4cdf-a2fd-9c2a9c3d2067&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001049
10.0.0.23 - - [2026-05-18 03:04:58] "GET /project/fbfb5190-4bca-4cdf-a2fd-9c2a9c3d2067?fields=virtual_networks HTTP/1.1" 200 1022 0.040668
10.0.0.240 - - [2026-05-18 03:04:58] "GET /projects?obj_uuids=fbfb5190-4bca-4cdf-a2fd-9c2a9c3d2067&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001157
10.0.0.23 - - [2026-05-18 03:04:58] "GET /project/fbfb5190-4bca-4cdf-a2fd-9c2a9c3d2067?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.041198
10.0.0.240 - - [2026-05-18 03:04:58] "GET /projects?obj_uuids=fbfb5190-4bca-4cdf-a2fd-9c2a9c3d2067&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001325
10.0.0.23 - - [2026-05-18 03:04:58] "GET /project/fbfb5190-4bca-4cdf-a2fd-9c2a9c3d2067?fields=security_groups HTTP/1.1" 200 1243 0.049378
10.0.0.23 - - [2026-05-18 03:04:59] "POST /fqname-to-id HTTP/1.1" 404 181 0.040289
10.0.0.240 - - [2026-05-18 03:04:59] "GET /projects?obj_uuids=9e520b2f-c0e3-4178-b9ae-d584b6f29cfb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005276
10.0.0.240 - - [2026-05-18 03:04:59] "GET /domains?obj_uuids=4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001686
10.0.0.240 - - [2026-05-18 03:04:59] "GET /domain/4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009732
10.0.0.240 - - [2026-05-18 03:04:59] "POST /id-to-fqname HTTP/1.1" 200 183 0.004498
10.0.0.240 - - [2026-05-18 03:04:59] "POST /fqname-to-id HTTP/1.1" 404 192 0.012765
10.0.0.240 - - [2026-05-18 03:04:59] "POST /security-groups HTTP/1.1" 200 584 0.046616
10.0.0.240 - - [2026-05-18 03:04:59] "POST /projects HTTP/1.1" 200 571 0.317536
10.0.0.240 - - [2026-05-18 03:04:59] "POST /fqname-to-id HTTP/1.1" 404 227 0.009613
10.0.0.240 - - [2026-05-18 03:04:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.391783
10.0.0.23 - - [2026-05-18 03:05:00] "GET /project/9e520b2f-c0e3-4178-b9ae-d584b6f29cfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.561609
10.0.0.240 - - [2026-05-18 03:05:00] "POST /access-control-lists HTTP/1.1" 200 589 0.062691
10.0.0.23 - - [2026-05-18 03:05:01] "GET / HTTP/1.1" 200 36215 0.002460
10.0.0.23 - - [2026-05-18 03:05:03] "POST /fqname-to-id HTTP/1.1" 401 292 0.000458
10.0.0.23 - - [2026-05-18 03:05:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.067487
10.0.0.240 - - [2026-05-18 03:05:03] "GET /projects?obj_uuids=9e520b2f-c0e3-4178-b9ae-d584b6f29cfb&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001212
10.0.0.23 - - [2026-05-18 03:05:03] "GET /project/9e520b2f-c0e3-4178-b9ae-d584b6f29cfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.050313
10.0.0.240 - - [2026-05-18 03:05:04] "POST /useragent-kv HTTP/1.1" 200 115 0.006177
10.0.0.23 - - [2026-05-18 03:05:04] "POST /neutron/subnet HTTP/1.1" 200 729 0.253830
10.0.0.23 - - [2026-05-18 03:05:04] "POST /id-to-fqname HTTP/1.1" 200 220 0.001266
10.0.0.23 - - [2026-05-18 03:05:04] "GET /virtual-network/d884dbe2-f0e3-4a8d-aa30-4e3c8e2fd990?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006480
10.0.0.23 - - [2026-05-18 03:05:04] "GET /virtual-network/d884dbe2-f0e3-4a8d-aa30-4e3c8e2fd990?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006770
10.0.0.23 - - [2026-05-18 03:05:04] "POST /neutron/network HTTP/1.1" 200 832 0.009577
10.0.0.23 - - [2026-05-18 03:05:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003999
10.0.0.23 - - [2026-05-18 03:05:04] "GET /virtual-network/d884dbe2-f0e3-4a8d-aa30-4e3c8e2fd990?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006261
10.0.0.23 - - [2026-05-18 03:05:04] "PUT /virtual-network/d884dbe2-f0e3-4a8d-aa30-4e3c8e2fd990 HTTP/1.1" 200 265 0.066076
10.0.0.240 - - [2026-05-18 03:05:04] "POST /route-targets HTTP/1.1" 200 324 0.050932
10.0.0.23 - - [2026-05-18 03:05:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.011335
10.0.0.240 - - [2026-05-18 03:05:04] "GET /projects?obj_uuids=9e520b2f-c0e3-4178-b9ae-d584b6f29cfb&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001706
10.0.0.23 - - [2026-05-18 03:05:04] "GET /project/9e520b2f-c0e3-4178-b9ae-d584b6f29cfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.051226
10.0.0.240 - - [2026-05-18 03:05:04] "GET /projects?obj_uuids=9e520b2f-c0e3-4178-b9ae-d584b6f29cfb&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001214
10.0.0.23 - - [2026-05-18 03:05:04] "POST /neutron/network HTTP/1.1" 200 612 0.150723
10.0.0.240 - - [2026-05-18 03:05:04] "POST /ref-update HTTP/1.1" 200 156 0.029356
10.0.0.23 - - [2026-05-18 03:05:05] "POST /id-to-fqname HTTP/1.1" 200 220 0.004234
10.0.0.23 - - [2026-05-18 03:05:05] "GET /virtual-network/3a7aea0e-097a-4358-aa3a-dc67c2735a7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006059
10.0.0.23 - - [2026-05-18 03:05:05] "POST /neutron/network HTTP/1.1" 200 831 0.006753
10.0.0.23 - - [2026-05-18 03:05:05] "GET /virtual-network/3a7aea0e-097a-4358-aa3a-dc67c2735a7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006169
10.0.0.23 - - [2026-05-18 03:05:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004487
10.0.0.23 - - [2026-05-18 03:05:05] "GET /virtual-network/3a7aea0e-097a-4358-aa3a-dc67c2735a7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005735
10.0.0.23 - - [2026-05-18 03:05:05] "PUT /virtual-network/3a7aea0e-097a-4358-aa3a-dc67c2735a7e HTTP/1.1" 200 265 0.076220
10.0.0.23 - - [2026-05-18 03:05:05] "POST /id-to-fqname HTTP/1.1" 200 220 0.001764
10.0.0.23 - - [2026-05-18 03:05:05] "POST /neutron/network HTTP/1.1" 200 842 0.010131
10.0.0.240 - - [2026-05-18 03:05:06] "GET /projects?obj_uuids=9e520b2f-c0e3-4178-b9ae-d584b6f29cfb&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.004187
10.0.0.23 - - [2026-05-18 03:05:06] "GET /project/9e520b2f-c0e3-4178-b9ae-d584b6f29cfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.086268
10.0.0.23 - - [2026-05-18 03:05:06] "POST /neutron/port HTTP/1.1" 200 117 0.009887
10.0.0.23 - - [2026-05-18 03:05:06] "POST /id-to-fqname HTTP/1.1" 200 220 0.001519
10.0.0.23 - - [2026-05-18 03:05:06] "POST /neutron/network HTTP/1.1" 200 842 0.008334
10.0.0.23 - - [2026-05-18 03:05:07] "POST /neutron/port HTTP/1.1" 200 1054 0.019076
10.0.0.240 - - [2026-05-18 03:05:07] "GET /projects?obj_uuids=9e520b2f-c0e3-4178-b9ae-d584b6f29cfb&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001629
10.0.0.23 - - [2026-05-18 03:05:07] "GET /project/9e520b2f-c0e3-4178-b9ae-d584b6f29cfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.108512
10.0.0.23 - - [2026-05-18 03:05:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.021888
10.0.0.23 - - [2026-05-18 03:05:07] "POST /neutron/port HTTP/1.1" 200 117 0.001335
10.0.0.23 - - [2026-05-18 03:05:08] "POST /neutron/security_group HTTP/1.1" 200 2051 0.009016
10.0.0.23 - - [2026-05-18 03:05:08] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008521
10.0.0.23 - - [2026-05-18 03:05:08] "POST /neutron/port HTTP/1.1" 200 1053 0.018335
10.0.0.23 - - [2026-05-18 03:05:09] "POST /neutron/port HTTP/1.1" 200 1117 0.021707
10.0.0.23 - - [2026-05-18 03:05:09] "POST /neutron/port HTTP/1.1" 200 117 0.001311
10.0.0.23 - - [2026-05-18 03:05:13] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006933
10.0.0.23 - - [2026-05-18 03:05:13] "POST /neutron/port HTTP/1.1" 200 1118 0.023793
10.0.0.23 - - [2026-05-18 03:05:13] "GET /virtual-machine/45fecd50-681b-4dbe-9250-d476e64022bc HTTP/1.1" 401 292 0.000443
10.0.0.23 - - [2026-05-18 03:05:13] "GET /virtual-machine/45fecd50-681b-4dbe-9250-d476e64022bc HTTP/1.1" 200 1287 0.036476
10.0.0.23 - - [2026-05-18 03:05:13] "GET /virtual-machine-interface/7bd43711-11f8-4416-aa76-2c2e308bd6de HTTP/1.1" 200 2933 0.005610
10.0.0.23 - - [2026-05-18 03:05:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004148
10.0.0.23 - - [2026-05-18 03:05:13] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005513
10.0.0.23 - - [2026-05-18 03:05:13] "GET /virtual-networks?parent_id=9e520b2f-c0e3-4178-b9ae-d584b6f29cfb&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003244
10.0.0.23 - - [2026-05-18 03:05:13] "GET /virtual-network/d884dbe2-f0e3-4a8d-aa30-4e3c8e2fd990?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.007087
10.0.0.23 - - [2026-05-18 03:05:16] "POST /neutron/security_group HTTP/1.1" 200 2051 0.041489
10.0.0.23 - - [2026-05-18 03:05:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005296
10.0.0.23 - - [2026-05-18 03:05:17] "GET /virtual-network/d884dbe2-f0e3-4a8d-aa30-4e3c8e2fd990?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.014868
10.0.0.23 - - [2026-05-18 03:05:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003727
10.0.0.23 - - [2026-05-18 03:05:19] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004075
10.0.0.23 - - [2026-05-18 03:05:19] "GET /virtual-networks?parent_id=9e520b2f-c0e3-4178-b9ae-d584b6f29cfb&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003282
10.0.0.23 - - [2026-05-18 03:05:19] "GET /virtual-network/d884dbe2-f0e3-4a8d-aa30-4e3c8e2fd990?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.006778
10.0.0.23 - - [2026-05-18 03:05:19] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008237
10.0.0.23 - - [2026-05-18 03:05:19] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008715
10.0.0.23 - - [2026-05-18 03:05:19] "GET /virtual-machine/a3e55104-87aa-4df2-aca8-3e2345b803bd HTTP/1.1" 200 1288 0.006711
10.0.0.23 - - [2026-05-18 03:05:19] "GET /virtual-machine-interface/f7efbefe-a9ed-45dc-83a1-457b7796a299 HTTP/1.1" 200 2933 0.006650
10.0.0.23 - - [2026-05-18 03:05:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004604
10.0.0.23 - - [2026-05-18 03:05:19] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004220
10.0.0.23 - - [2026-05-18 03:05:19] "GET /virtual-networks?parent_id=9e520b2f-c0e3-4178-b9ae-d584b6f29cfb&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003147
10.0.0.23 - - [2026-05-18 03:05:19] "GET /virtual-network/3a7aea0e-097a-4358-aa3a-dc67c2735a7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.007906
10.0.0.23 - - [2026-05-18 03:05:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003268
10.0.0.23 - - [2026-05-18 03:05:20] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005609
10.0.0.23 - - [2026-05-18 03:05:20] "GET /virtual-networks?parent_id=9e520b2f-c0e3-4178-b9ae-d584b6f29cfb&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003737
10.0.0.23 - - [2026-05-18 03:05:20] "GET /virtual-network/3a7aea0e-097a-4358-aa3a-dc67c2735a7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.006727
10.0.0.23 - - [2026-05-18 03:05:21] "POST /routing-policys HTTP/1.1" 200 536 0.032640
10.0.0.23 - - [2026-05-18 03:05:21] "GET /virtual-network/d884dbe2-f0e3-4a8d-aa30-4e3c8e2fd990?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.009474
10.0.0.23 - - [2026-05-18 03:05:21] "PUT /virtual-network/d884dbe2-f0e3-4a8d-aa30-4e3c8e2fd990 HTTP/1.1" 200 265 0.089670
10.0.0.23 - - [2026-05-18 03:05:22] "POST /neutron/port HTTP/1.1" 200 1117 0.019127
10.0.0.23 - - [2026-05-18 03:05:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006283
10.0.0.23 - - [2026-05-18 03:05:22] "POST /neutron/network HTTP/1.1" 200 831 0.006704
10.0.0.23 - - [2026-05-18 03:05:23] "GET /obj-perms HTTP/1.1" 200 5056 0.065439
10.0.0.240 - - [2026-05-18 03:05:25] "POST /ref-update HTTP/1.1" 200 156 0.021957
10.0.0.23 - - [2026-05-18 03:05:25] "POST /ref-update HTTP/1.1" 200 156 0.074019
10.0.0.23 - - [2026-05-18 03:05:25] "DELETE /routing-policy/88f9d6c6-5a26-4777-ad5b-aa94b0e45272 HTTP/1.1" 200 115 0.059851
10.0.0.23 - - [2026-05-18 03:05:26] "POST /neutron/port HTTP/1.1" 200 1117 0.019258
10.0.0.23 - - [2026-05-18 03:05:26] "POST /neutron/port HTTP/1.1" 200 1108 0.015610
10.0.0.23 - - [2026-05-18 03:05:27] "POST /neutron/network HTTP/1.1" 200 831 0.011562
10.0.0.240 - - [2026-05-18 03:05:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.015346
10.0.0.240 - - [2026-05-18 03:05:28] "POST /useragent-kv HTTP/1.1" 200 115 0.003672
10.0.0.240 - - [2026-05-18 03:05:28] "POST /useragent-kv HTTP/1.1" 200 115 0.005365
10.0.0.23 - - [2026-05-18 03:05:28] "POST /neutron/network HTTP/1.1" 200 151 0.202358
10.0.0.240 - - [2026-05-18 03:05:28] "DELETE /route-target/8be6d0ca-bfd5-4913-b39b-f15e87f34dd9 HTTP/1.1" 200 115 0.036354
10.0.0.23 - - [2026-05-18 03:05:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003629
10.0.0.240 - - [2026-05-18 03:05:30] "GET /projects?obj_uuids=9e520b2f-c0e3-4178-b9ae-d584b6f29cfb&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000955
10.0.0.23 - - [2026-05-18 03:05:30] "GET /project/9e520b2f-c0e3-4178-b9ae-d584b6f29cfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.052635
10.0.0.240 - - [2026-05-18 03:05:31] "POST /route-targets HTTP/1.1" 200 328 0.015325
10.0.0.240 - - [2026-05-18 03:05:31] "POST /useragent-kv HTTP/1.1" 200 115 0.008870
10.0.0.23 - - [2026-05-18 03:05:31] "POST /neutron/subnet HTTP/1.1" 200 710 0.261436
10.0.0.23 - - [2026-05-18 03:05:31] "POST /id-to-fqname HTTP/1.1" 200 220 0.001422
10.0.0.23 - - [2026-05-18 03:05:31] "GET /virtual-network/a5edf5b8-72fa-473f-b71f-3e5665ec3e18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006187
10.0.0.23 - - [2026-05-18 03:05:31] "GET /virtual-network/a5edf5b8-72fa-473f-b71f-3e5665ec3e18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005736
10.0.0.23 - - [2026-05-18 03:05:31] "POST /neutron/network HTTP/1.1" 200 828 0.009649
10.0.0.23 - - [2026-05-18 03:05:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004218
10.0.0.23 - - [2026-05-18 03:05:31] "GET /virtual-network/a5edf5b8-72fa-473f-b71f-3e5665ec3e18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006415
10.0.0.23 - - [2026-05-18 03:05:31] "PUT /virtual-network/a5edf5b8-72fa-473f-b71f-3e5665ec3e18 HTTP/1.1" 200 265 0.063325
10.0.0.23 - - [2026-05-18 03:05:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004594
10.0.0.240 - - [2026-05-18 03:05:31] "POST /ref-update HTTP/1.1" 200 156 0.038547
10.0.0.240 - - [2026-05-18 03:05:31] "GET /projects?obj_uuids=9e520b2f-c0e3-4178-b9ae-d584b6f29cfb&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001028
10.0.0.23 - - [2026-05-18 03:05:31] "GET /project/9e520b2f-c0e3-4178-b9ae-d584b6f29cfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.037390
10.0.0.240 - - [2026-05-18 03:05:31] "GET /projects?obj_uuids=9e520b2f-c0e3-4178-b9ae-d584b6f29cfb&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001068
10.0.0.23 - - [2026-05-18 03:05:31] "POST /neutron/network HTTP/1.1" 200 612 0.148166
10.0.0.23 - - [2026-05-18 03:05:32] "POST /id-to-fqname HTTP/1.1" 200 220 0.004193
10.0.0.23 - - [2026-05-18 03:05:32] "GET /virtual-network/fc0bc977-06cf-47f8-b697-62ab4d5bbbea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.007206
10.0.0.23 - - [2026-05-18 03:05:32] "POST /neutron/network HTTP/1.1" 200 832 0.007945
10.0.0.23 - - [2026-05-18 03:05:32] "GET /virtual-network/fc0bc977-06cf-47f8-b697-62ab4d5bbbea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.007019
10.0.0.23 - - [2026-05-18 03:05:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.006799
10.0.0.23 - - [2026-05-18 03:05:32] "GET /virtual-network/fc0bc977-06cf-47f8-b697-62ab4d5bbbea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006618
10.0.0.23 - - [2026-05-18 03:05:32] "PUT /virtual-network/fc0bc977-06cf-47f8-b697-62ab4d5bbbea HTTP/1.1" 200 265 0.061754
10.0.0.240 - - [2026-05-18 03:05:32] "POST /ref-update HTTP/1.1" 200 156 0.026978
10.0.0.23 - - [2026-05-18 03:05:32] "POST /id-to-fqname HTTP/1.1" 200 220 0.001330
10.0.0.23 - - [2026-05-18 03:05:32] "POST /neutron/network HTTP/1.1" 200 838 0.006853
10.0.0.240 - - [2026-05-18 03:05:33] "GET /projects?obj_uuids=9e520b2f-c0e3-4178-b9ae-d584b6f29cfb&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001094
10.0.0.23 - - [2026-05-18 03:05:33] "GET /project/9e520b2f-c0e3-4178-b9ae-d584b6f29cfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.095919
10.0.0.23 - - [2026-05-18 03:05:33] "POST /neutron/port HTTP/1.1" 200 117 0.012137
10.0.0.23 - - [2026-05-18 03:05:33] "POST /id-to-fqname HTTP/1.1" 200 220 0.001312
10.0.0.23 - - [2026-05-18 03:05:34] "POST /neutron/network HTTP/1.1" 200 838 0.007054
10.0.0.23 - - [2026-05-18 03:05:34] "POST /neutron/port HTTP/1.1" 200 1050 0.035331
10.0.0.240 - - [2026-05-18 03:05:34] "GET /projects?obj_uuids=9e520b2f-c0e3-4178-b9ae-d584b6f29cfb&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.013434
10.0.0.23 - - [2026-05-18 03:05:34] "GET /project/9e520b2f-c0e3-4178-b9ae-d584b6f29cfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.126961
10.0.0.23 - - [2026-05-18 03:05:34] "POST /neutron/network HTTP/1.1" 200 832 0.006905
10.0.0.23 - - [2026-05-18 03:05:34] "POST /neutron/port HTTP/1.1" 200 117 0.001734
10.0.0.23 - - [2026-05-18 03:05:35] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007653
10.0.0.23 - - [2026-05-18 03:05:35] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008450
10.0.0.23 - - [2026-05-18 03:05:35] "POST /neutron/port HTTP/1.1" 200 1054 0.019679
10.0.0.23 - - [2026-05-18 03:05:36] "POST /neutron/port HTTP/1.1" 200 1118 0.023286
10.0.0.23 - - [2026-05-18 03:05:36] "POST /neutron/port HTTP/1.1" 200 117 0.001062
10.0.0.23 - - [2026-05-18 03:05:40] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008681
10.0.0.23 - - [2026-05-18 03:05:40] "POST /neutron/port HTTP/1.1" 200 1114 0.021268
10.0.0.23 - - [2026-05-18 03:05:40] "GET /virtual-machine/3f0bba42-de07-4826-990a-627e2447510f HTTP/1.1" 200 1287 0.006852
10.0.0.23 - - [2026-05-18 03:05:40] "GET /virtual-machine-interface/aaf991b2-73d6-44ee-883a-b6f47fd51ec8 HTTP/1.1" 200 2933 0.006116
10.0.0.23 - - [2026-05-18 03:05:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003832
10.0.0.23 - - [2026-05-18 03:05:40] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004626
10.0.0.23 - - [2026-05-18 03:05:40] "GET /virtual-networks?parent_id=9e520b2f-c0e3-4178-b9ae-d584b6f29cfb&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003175
10.0.0.23 - - [2026-05-18 03:05:40] "GET /virtual-network/a5edf5b8-72fa-473f-b71f-3e5665ec3e18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2104 0.006447
10.0.0.23 - - [2026-05-18 03:05:43] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006713
10.0.0.23 - - [2026-05-18 03:05:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003529
10.0.0.23 - - [2026-05-18 03:05:43] "GET /virtual-network/a5edf5b8-72fa-473f-b71f-3e5665ec3e18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2104 0.006014
10.0.0.23 - - [2026-05-18 03:05:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003593
10.0.0.23 - - [2026-05-18 03:05:45] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004460
10.0.0.23 - - [2026-05-18 03:05:45] "GET /virtual-networks?parent_id=9e520b2f-c0e3-4178-b9ae-d584b6f29cfb&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003679
10.0.0.23 - - [2026-05-18 03:05:45] "GET /virtual-network/a5edf5b8-72fa-473f-b71f-3e5665ec3e18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2104 0.006853
10.0.0.23 - - [2026-05-18 03:05:46] "POST /neutron/port HTTP/1.1" 200 1118 0.025361
10.0.0.23 - - [2026-05-18 03:05:46] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007984
10.0.0.23 - - [2026-05-18 03:05:46] "GET /virtual-machine/158b163e-2ae7-4210-8a8d-1ab999992dd7 HTTP/1.1" 200 1286 0.006010
10.0.0.23 - - [2026-05-18 03:05:46] "GET /virtual-machine-interface/cc31fd9a-8374-4df1-8534-0427dff15751 HTTP/1.1" 200 2933 0.006940
10.0.0.23 - - [2026-05-18 03:05:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003621
10.0.0.23 - - [2026-05-18 03:05:46] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005107
10.0.0.23 - - [2026-05-18 03:05:46] "GET /virtual-networks?parent_id=9e520b2f-c0e3-4178-b9ae-d584b6f29cfb&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003493
10.0.0.23 - - [2026-05-18 03:05:46] "GET /virtual-network/fc0bc977-06cf-47f8-b697-62ab4d5bbbea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.007712
10.0.0.23 - - [2026-05-18 03:05:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004034
10.0.0.23 - - [2026-05-18 03:05:47] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003942
10.0.0.23 - - [2026-05-18 03:05:47] "GET /virtual-networks?parent_id=9e520b2f-c0e3-4178-b9ae-d584b6f29cfb&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003145
10.0.0.23 - - [2026-05-18 03:05:47] "GET /virtual-network/fc0bc977-06cf-47f8-b697-62ab4d5bbbea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.007034
10.0.0.23 - - [2026-05-18 03:05:47] "POST /neutron/port HTTP/1.1" 200 1118 0.025882
10.0.0.240 - - [2026-05-18 03:05:49] "GET /projects?obj_uuids=fbfb5190-4bca-4cdf-a2fd-9c2a9c3d2067&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001250
10.0.0.240 - - [2026-05-18 03:05:49] "DELETE /project/9e520b2fc0e34178b9aed584b6f29cfb HTTP/1.1" 404 173 0.010108
10.0.0.240 - - [2026-05-18 03:05:49] "GET /project/fbfb5190-4bca-4cdf-a2fd-9c2a9c3d2067?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1444 0.080173
10.0.0.240 - - [2026-05-18 03:05:49] "GET /projects?obj_uuids=fbfb5190-4bca-4cdf-a2fd-9c2a9c3d2067&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001233
10.0.0.240 - - [2026-05-18 03:05:49] "GET /project/fbfb5190-4bca-4cdf-a2fd-9c2a9c3d2067?fields=security_groups HTTP/1.1" 200 1345 0.075555
10.0.0.240 - - [2026-05-18 03:05:49] "DELETE /security-group/3c923266-d3f2-43b5-9f1a-35c5461a31a2 HTTP/1.1" 404 177 0.003681
10.0.0.240 - - [2026-05-18 03:05:49] "GET /projects?obj_uuids=fbfb5190-4bca-4cdf-a2fd-9c2a9c3d2067&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001355
10.0.0.240 - - [2026-05-18 03:05:49] "GET /project/fbfb5190-4bca-4cdf-a2fd-9c2a9c3d2067?fields=application_policy_sets HTTP/1.1" 200 1384 0.118991
10.0.0.240 - - [2026-05-18 03:05:49] "DELETE /project/fbfb5190-4bca-4cdf-a2fd-9c2a9c3d2067 HTTP/1.1" 200 115 0.546147
10.0.0.23 - - [2026-05-18 03:05:52] "POST /routing-policys HTTP/1.1" 200 536 0.033112
10.0.0.23 - - [2026-05-18 03:05:52] "GET /virtual-network/a5edf5b8-72fa-473f-b71f-3e5665ec3e18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2104 0.012983
10.0.0.240 - - [2026-05-18 03:05:52] "POST /ref-update HTTP/1.1" 200 156 0.021743
10.0.0.23 - - [2026-05-18 03:05:52] "PUT /virtual-network/a5edf5b8-72fa-473f-b71f-3e5665ec3e18 HTTP/1.1" 200 265 0.064891
10.0.0.23 - - [2026-05-18 03:05:56] "POST /routing-policys HTTP/1.1" 200 536 0.028539
10.0.0.23 - - [2026-05-18 03:05:56] "GET /virtual-network/a5edf5b8-72fa-473f-b71f-3e5665ec3e18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2351 0.012134
10.0.0.23 - - [2026-05-18 03:05:56] "PUT /virtual-network/a5edf5b8-72fa-473f-b71f-3e5665ec3e18 HTTP/1.1" 200 265 0.067180
10.0.0.23 - - [2026-05-18 03:05:57] "POST /ref-update HTTP/1.1" 200 156 0.060725
10.0.0.23 - - [2026-05-18 03:05:57] "DELETE /routing-policy/84ef74e8-2bbe-40ad-bb5f-87977d9e01ce HTTP/1.1" 200 115 0.055578
10.0.0.23 - - [2026-05-18 03:05:57] "POST /ref-update HTTP/1.1" 200 156 0.056384
10.0.0.23 - - [2026-05-18 03:05:57] "DELETE /routing-policy/cb2ebc1d-1c00-4630-8abd-45fed56061fc HTTP/1.1" 200 115 0.040800
10.0.0.23 - - [2026-05-18 03:05:57] "POST /neutron/network HTTP/1.1" 400 204 0.021051
10.0.0.240 - - [2026-05-18 03:05:57] "POST /ref-update HTTP/1.1" 404 171 0.031621
10.0.0.23 - - [2026-05-18 03:05:57] "POST /neutron/port HTTP/1.1" 200 1108 0.017762
10.0.0.23 - - [2026-05-18 03:05:58] "POST /neutron/port HTTP/1.1" 200 151 0.254565
10.0.0.240 - - [2026-05-18 03:05:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005676
10.0.0.23 - - [2026-05-18 03:05:59] "POST /neutron/network HTTP/1.1" 200 828 0.007890
10.0.0.240 - - [2026-05-18 03:05:59] "DELETE /route-target/db312769-e324-4d57-910f-327dfb191b74 HTTP/1.1" 200 115 0.029701
10.0.0.23 - - [2026-05-18 03:06:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003651
10.0.0.240 - - [2026-05-18 03:06:02] "GET /projects?obj_uuids=9e520b2f-c0e3-4178-b9ae-d584b6f29cfb&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001061
10.0.0.23 - - [2026-05-18 03:06:02] "GET /project/9e520b2f-c0e3-4178-b9ae-d584b6f29cfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.065402
10.0.0.240 - - [2026-05-18 03:06:02] "GET /projects?obj_uuids=9e520b2f-c0e3-4178-b9ae-d584b6f29cfb&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001515
10.0.0.23 - - [2026-05-18 03:06:02] "POST /neutron/network HTTP/1.1" 200 612 0.147967
10.0.0.240 - - [2026-05-18 03:06:02] "POST /route-targets HTTP/1.1" 200 328 0.022087
10.0.0.23 - - [2026-05-18 03:06:02] "POST /id-to-fqname HTTP/1.1" 200 220 0.004022
10.0.0.23 - - [2026-05-18 03:06:02] "GET /virtual-network/88a01c8a-39e0-4604-a119-64b743ccad17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006177
10.0.0.23 - - [2026-05-18 03:06:03] "POST /neutron/network HTTP/1.1" 200 830 0.007190
10.0.0.23 - - [2026-05-18 03:06:03] "GET /virtual-network/88a01c8a-39e0-4604-a119-64b743ccad17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005963
10.0.0.23 - - [2026-05-18 03:06:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005024
10.0.0.23 - - [2026-05-18 03:06:03] "GET /virtual-network/88a01c8a-39e0-4604-a119-64b743ccad17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006180
10.0.0.23 - - [2026-05-18 03:06:03] "PUT /virtual-network/88a01c8a-39e0-4604-a119-64b743ccad17 HTTP/1.1" 200 265 0.071777
10.0.0.240 - - [2026-05-18 03:06:03] "POST /ref-update HTTP/1.1" 200 156 0.043071
10.0.0.23 - - [2026-05-18 03:06:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.006333
10.0.0.240 - - [2026-05-18 03:06:03] "GET /projects?obj_uuids=9e520b2f-c0e3-4178-b9ae-d584b6f29cfb&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001176
10.0.0.23 - - [2026-05-18 03:06:03] "GET /project/9e520b2f-c0e3-4178-b9ae-d584b6f29cfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.049380
10.0.0.23 - - [2026-05-18 03:06:03] "POST /neutron/network HTTP/1.1" 200 117 0.018686
10.0.0.23 - - [2026-05-18 03:06:03] "POST /neutron/network HTTP/1.1" 200 830 0.011124
10.0.0.23 - - [2026-05-18 03:06:03] "POST /id-to-fqname HTTP/1.1" 200 220 0.001491
10.0.0.23 - - [2026-05-18 03:06:03] "GET /virtual-network/57ddf9fa-0609-485b-9a44-50afad049ecd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006329
10.0.0.23 - - [2026-05-18 03:06:03] "GET /virtual-network/57ddf9fa-0609-485b-9a44-50afad049ecd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006176
10.0.0.23 - - [2026-05-18 03:06:03] "POST /neutron/subnet HTTP/1.1" 200 720 0.009588
10.0.0.23 - - [2026-05-18 03:06:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003551
10.0.0.23 - - [2026-05-18 03:06:03] "GET /virtual-network/57ddf9fa-0609-485b-9a44-50afad049ecd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006426
10.0.0.23 - - [2026-05-18 03:06:04] "PUT /virtual-network/57ddf9fa-0609-485b-9a44-50afad049ecd HTTP/1.1" 200 265 0.065773
10.0.0.240 - - [2026-05-18 03:06:04] "POST /ref-update HTTP/1.1" 200 156 0.023344
10.0.0.23 - - [2026-05-18 03:06:04] "POST /id-to-fqname HTTP/1.1" 200 220 0.001639
10.0.0.240 - - [2026-05-18 03:06:04] "GET /projects?obj_uuids=9e520b2f-c0e3-4178-b9ae-d584b6f29cfb&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001380
10.0.0.23 - - [2026-05-18 03:06:05] "GET /project/9e520b2f-c0e3-4178-b9ae-d584b6f29cfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.101801
10.0.0.23 - - [2026-05-18 03:06:05] "POST /neutron/port HTTP/1.1" 200 117 0.007286
10.0.0.23 - - [2026-05-18 03:06:05] "POST /id-to-fqname HTTP/1.1" 200 220 0.001451
10.0.0.23 - - [2026-05-18 03:06:05] "POST /neutron/network HTTP/1.1" 200 840 0.008266
10.0.0.23 - - [2026-05-18 03:06:06] "POST /neutron/port HTTP/1.1" 200 1052 0.021633
10.0.0.240 - - [2026-05-18 03:06:06] "GET /projects?obj_uuids=9e520b2f-c0e3-4178-b9ae-d584b6f29cfb&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001208
10.0.0.23 - - [2026-05-18 03:06:06] "POST /neutron/port HTTP/1.1" 200 1116 0.028049
10.0.0.23 - - [2026-05-18 03:06:06] "GET /project/9e520b2f-c0e3-4178-b9ae-d584b6f29cfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.106764
10.0.0.23 - - [2026-05-18 03:06:06] "POST /neutron/network HTTP/1.1" 200 830 0.008667
10.0.0.23 - - [2026-05-18 03:06:06] "POST /neutron/port HTTP/1.1" 200 1116 0.020803
10.0.0.23 - - [2026-05-18 03:06:06] "POST /neutron/port HTTP/1.1" 200 1116 0.027007
10.0.0.240 - - [2026-05-18 03:06:07] "GET /projects?obj_uuids=9e520b2f-c0e3-4178-b9ae-d584b6f29cfb&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001613
10.0.0.23 - - [2026-05-18 03:06:07] "POST /neutron/port HTTP/1.1" 200 1052 0.337788
10.0.0.23 - - [2026-05-18 03:06:07] "POST /neutron/port HTTP/1.1" 200 1106 0.124754
10.0.0.23 - - [2026-05-18 03:06:07] "POST /neutron/subnet HTTP/1.1" 200 694 0.009784
10.0.0.23 - - [2026-05-18 03:06:11] "POST /neutron/port HTTP/1.1" 200 1116 0.017478
10.0.0.23 - - [2026-05-18 03:06:11] "POST /neutron/security_group HTTP/1.1" 200 2051 0.010342
10.0.0.23 - - [2026-05-18 03:06:12] "GET /virtual-machine/4c3e149e-2175-439a-9dd3-4b75fbccaa22 HTTP/1.1" 200 1287 0.005815
10.0.0.23 - - [2026-05-18 03:06:12] "GET /virtual-machine-interface/9d5efd03-a34d-4f44-8b60-8de02e0c5caa HTTP/1.1" 200 2934 0.005764
10.0.0.23 - - [2026-05-18 03:06:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003530
10.0.0.23 - - [2026-05-18 03:06:12] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004252
10.0.0.23 - - [2026-05-18 03:06:12] "GET /virtual-networks?parent_id=9e520b2f-c0e3-4178-b9ae-d584b6f29cfb&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003434
10.0.0.23 - - [2026-05-18 03:06:12] "GET /virtual-network/88a01c8a-39e0-4604-a119-64b743ccad17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2109 0.006867
10.0.0.23 - - [2026-05-18 03:06:15] "POST /neutron/port HTTP/1.1" 200 1116 0.019975
10.0.0.23 - - [2026-05-18 03:06:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004897
10.0.0.23 - - [2026-05-18 03:06:15] "GET /virtual-network/88a01c8a-39e0-4604-a119-64b743ccad17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2109 0.006279
10.0.0.23 - - [2026-05-18 03:06:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004189
10.0.0.23 - - [2026-05-18 03:06:17] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004068
10.0.0.23 - - [2026-05-18 03:06:17] "GET /virtual-networks?parent_id=9e520b2f-c0e3-4178-b9ae-d584b6f29cfb&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003898
10.0.0.23 - - [2026-05-18 03:06:17] "GET /virtual-network/88a01c8a-39e0-4604-a119-64b743ccad17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2109 0.006519
10.0.0.23 - - [2026-05-18 03:06:17] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008277
10.0.0.23 - - [2026-05-18 03:06:17] "POST /neutron/port HTTP/1.1" 200 1116 0.018958
10.0.0.23 - - [2026-05-18 03:06:17] "GET /virtual-machine/62ee172f-9705-4898-b3d6-c10f7279c3f2 HTTP/1.1" 200 1287 0.006199
10.0.0.23 - - [2026-05-18 03:06:17] "GET /virtual-machine-interface/fbad4208-53b0-413f-90b3-034d7ec5bacc HTTP/1.1" 200 2934 0.005918
10.0.0.23 - - [2026-05-18 03:06:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003853
10.0.0.23 - - [2026-05-18 03:06:17] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004122
10.0.0.23 - - [2026-05-18 03:06:17] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006937
10.0.0.23 - - [2026-05-18 03:06:17] "GET /virtual-networks?parent_id=9e520b2f-c0e3-4178-b9ae-d584b6f29cfb&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.005234
10.0.0.23 - - [2026-05-18 03:06:18] "GET /virtual-network/57ddf9fa-0609-485b-9a44-50afad049ecd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2109 0.007293
10.0.0.23 - - [2026-05-18 03:06:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004483
10.0.0.23 - - [2026-05-18 03:06:19] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003822
10.0.0.23 - - [2026-05-18 03:06:19] "GET /virtual-networks?parent_id=9e520b2f-c0e3-4178-b9ae-d584b6f29cfb&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002991
10.0.0.23 - - [2026-05-18 03:06:19] "GET /virtual-network/57ddf9fa-0609-485b-9a44-50afad049ecd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2109 0.007167
10.0.0.23 - - [2026-05-18 03:06:24] "POST /neutron/port HTTP/1.1" 200 1116 0.018810
10.0.0.23 - - [2026-05-18 03:06:24] "POST /interface-route-tables HTTP/1.1" 200 576 0.037308
10.0.0.23 - - [2026-05-18 03:06:24] "GET /interface-route-table/a497fbf8-e4c9-470a-992d-150a0af70afc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1305 0.024700
10.0.0.23 - - [2026-05-18 03:06:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.011000
10.0.0.23 - - [2026-05-18 03:06:24] "GET /virtual-machine-interface/9d5efd03-a34d-4f44-8b60-8de02e0c5caa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2712 0.012252
10.0.0.23 - - [2026-05-18 03:06:24] "POST /neutron/network HTTP/1.1" 200 830 0.006068
10.0.0.23 - - [2026-05-18 03:06:24] "POST /ref-update HTTP/1.1" 200 156 0.020842
10.0.0.23 - - [2026-05-18 03:06:24] "POST /routing-policys HTTP/1.1" 200 536 0.034081
10.0.0.23 - - [2026-05-18 03:06:24] "GET /virtual-network/88a01c8a-39e0-4604-a119-64b743ccad17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2109 0.006047
10.0.0.23 - - [2026-05-18 03:06:24] "PUT /virtual-network/88a01c8a-39e0-4604-a119-64b743ccad17 HTTP/1.1" 200 265 0.079321
10.0.0.23 - - [2026-05-18 03:06:28] "POST /ref-update HTTP/1.1" 200 156 0.065363
10.0.0.23 - - [2026-05-18 03:06:29] "DELETE /routing-policy/a8a1a014-0b0e-4d6a-84c6-c74121e0db5c HTTP/1.1" 200 115 0.089074
10.0.0.23 - - [2026-05-18 03:06:29] "POST /neutron/port HTTP/1.1" 200 1116 0.019363
10.0.0.23 - - [2026-05-18 03:06:29] "POST /neutron/port HTTP/1.1" 200 1116 0.023916
10.0.0.23 - - [2026-05-18 03:06:31] "POST /neutron/network HTTP/1.1" 200 830 0.006464
10.0.0.240 - - [2026-05-18 03:06:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.008702
10.0.0.240 - - [2026-05-18 03:06:31] "DELETE /route-target/df19f405-370f-426f-870a-ef04c41e5e4b HTTP/1.1" 409 240 0.010853
10.0.0.240 - - [2026-05-18 03:06:31] "POST /useragent-kv HTTP/1.1" 200 115 0.005845
10.0.0.240 - - [2026-05-18 03:06:31] "POST /useragent-kv HTTP/1.1" 200 115 0.002868
10.0.0.23 - - [2026-05-18 03:06:31] "POST /neutron/network HTTP/1.1" 200 151 0.157593
10.0.0.240 - - [2026-05-18 03:06:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.008835
10.0.0.240 - - [2026-05-18 03:06:32] "GET /projects?obj_uuids=9e520b2f-c0e3-4178-b9ae-d584b6f29cfb&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000922
10.0.0.23 - - [2026-05-18 03:06:32] "GET /project/9e520b2f-c0e3-4178-b9ae-d584b6f29cfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.042916
10.0.0.240 - - [2026-05-18 03:06:32] "GET /projects?obj_uuids=9e520b2f-c0e3-4178-b9ae-d584b6f29cfb&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001256
10.0.0.23 - - [2026-05-18 03:06:32] "GET /project/9e520b2f-c0e3-4178-b9ae-d584b6f29cfb?fields=virtual_networks HTTP/1.1" 200 1020 0.049939
10.0.0.240 - - [2026-05-18 03:06:33] "GET /projects?obj_uuids=9e520b2f-c0e3-4178-b9ae-d584b6f29cfb&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000992
10.0.0.23 - - [2026-05-18 03:06:33] "GET /project/9e520b2f-c0e3-4178-b9ae-d584b6f29cfb?fields=virtual_machine_interfaces HTTP/1.1" 200 1020 0.069564
10.0.0.240 - - [2026-05-18 03:06:33] "GET /projects?obj_uuids=9e520b2f-c0e3-4178-b9ae-d584b6f29cfb&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.002794
10.0.0.23 - - [2026-05-18 03:06:33] "GET /project/9e520b2f-c0e3-4178-b9ae-d584b6f29cfb?fields=security_groups HTTP/1.1" 200 1240 0.044101
10.0.0.23 - - [2026-05-18 03:06:34] "POST /fqname-to-id HTTP/1.1" 404 192 0.029248
10.0.0.240 - - [2026-05-18 03:06:34] "GET /projects?obj_uuids=d3fca1f3-f398-4ee9-9fa1-79c1ee88d521&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002934
10.0.0.240 - - [2026-05-18 03:06:34] "GET /domains?obj_uuids=4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002296
10.0.0.240 - - [2026-05-18 03:06:34] "GET /domain/4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009087
10.0.0.240 - - [2026-05-18 03:06:34] "POST /id-to-fqname HTTP/1.1" 200 194 0.007407
10.0.0.240 - - [2026-05-18 03:06:34] "POST /fqname-to-id HTTP/1.1" 404 203 0.003612
10.0.0.240 - - [2026-05-18 03:06:34] "POST /security-groups HTTP/1.1" 200 595 0.033640
10.0.0.240 - - [2026-05-18 03:06:34] "POST /projects HTTP/1.1" 200 593 0.265683
10.0.0.240 - - [2026-05-18 03:06:34] "POST /access-control-lists HTTP/1.1" 200 602 0.035055
10.0.0.240 - - [2026-05-18 03:06:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.339865
10.0.0.23 - - [2026-05-18 03:06:34] "GET /project/d3fca1f3-f398-4ee9-9fa1-79c1ee88d521?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.502482
10.0.0.23 - - [2026-05-18 03:06:35] "GET / HTTP/1.1" 200 36215 0.001575
10.0.0.23 - - [2026-05-18 03:06:37] "POST /fqname-to-id HTTP/1.1" 401 292 0.000415
10.0.0.23 - - [2026-05-18 03:06:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.063678
10.0.0.240 - - [2026-05-18 03:06:37] "GET /projects?obj_uuids=d3fca1f3-f398-4ee9-9fa1-79c1ee88d521&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000834
10.0.0.23 - - [2026-05-18 03:06:37] "GET /project/d3fca1f3-f398-4ee9-9fa1-79c1ee88d521?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.042562
10.0.0.240 - - [2026-05-18 03:06:38] "POST /route-targets HTTP/1.1" 200 328 0.020077
10.0.0.240 - - [2026-05-18 03:06:38] "POST /useragent-kv HTTP/1.1" 200 115 0.011648
10.0.0.23 - - [2026-05-18 03:06:38] "POST /neutron/subnet HTTP/1.1" 200 729 0.320125
10.0.0.23 - - [2026-05-18 03:06:38] "POST /id-to-fqname HTTP/1.1" 200 226 0.001317
10.0.0.23 - - [2026-05-18 03:06:38] "GET /virtual-network/814d40e5-ba33-46c7-8b56-511041555a27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.006429
10.0.0.23 - - [2026-05-18 03:06:38] "GET /virtual-network/814d40e5-ba33-46c7-8b56-511041555a27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.007098
10.0.0.23 - - [2026-05-18 03:06:38] "POST /neutron/network HTTP/1.1" 200 833 0.007953
10.0.0.23 - - [2026-05-18 03:06:39] "GET /virtual-network/814d40e5-ba33-46c7-8b56-511041555a27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.006709
10.0.0.22 - - [2026-05-18 03:06:40] "GET /obj-perms HTTP/1.1" 200 5038 0.069756
10.0.0.23 - - [2026-05-18 03:06:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003746
10.0.0.23 - - [2026-05-18 03:06:40] "GET /virtual-network/814d40e5-ba33-46c7-8b56-511041555a27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.007003
10.0.0.23 - - [2026-05-18 03:06:40] "PUT /virtual-network/814d40e5-ba33-46c7-8b56-511041555a27 HTTP/1.1" 200 265 0.073799
10.0.0.240 - - [2026-05-18 03:06:40] "POST /ref-update HTTP/1.1" 200 156 0.033115
10.0.0.23 - - [2026-05-18 03:06:45] "POST /id-to-fqname HTTP/1.1" 200 226 0.001409
10.0.0.240 - - [2026-05-18 03:06:46] "GET /projects?obj_uuids=d3fca1f3-f398-4ee9-9fa1-79c1ee88d521&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001249
10.0.0.23 - - [2026-05-18 03:06:46] "GET /project/d3fca1f3-f398-4ee9-9fa1-79c1ee88d521?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.075892
10.0.0.23 - - [2026-05-18 03:06:46] "POST /neutron/network HTTP/1.1" 200 833 0.008260
10.0.0.23 - - [2026-05-18 03:06:47] "POST /neutron/port HTTP/1.1" 200 117 0.006262
10.0.0.23 - - [2026-05-18 03:06:47] "POST /neutron/port HTTP/1.1" 200 1065 0.063753
10.0.0.23 - - [2026-05-18 03:06:48] "POST /neutron/port HTTP/1.1" 200 1129 0.019884
10.0.0.23 - - [2026-05-18 03:06:48] "POST /neutron/port HTTP/1.1" 200 117 0.001133
10.0.0.240 - - [2026-05-18 03:06:50] "DELETE /project/d3fca1f3f3984ee99fa179c1ee88d521 HTTP/1.1" 404 173 0.005762
10.0.0.240 - - [2026-05-18 03:06:50] "GET /projects?obj_uuids=9e520b2f-c0e3-4178-b9ae-d584b6f29cfb&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000782
10.0.0.240 - - [2026-05-18 03:06:50] "GET /project/9e520b2f-c0e3-4178-b9ae-d584b6f29cfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.074024
10.0.0.240 - - [2026-05-18 03:06:50] "GET /projects?obj_uuids=9e520b2f-c0e3-4178-b9ae-d584b6f29cfb&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.006057
10.0.0.240 - - [2026-05-18 03:06:50] "GET /project/9e520b2f-c0e3-4178-b9ae-d584b6f29cfb?fields=security_groups HTTP/1.1" 200 1088 0.090591
10.0.0.240 - - [2026-05-18 03:06:50] "GET /projects?obj_uuids=9e520b2f-c0e3-4178-b9ae-d584b6f29cfb&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001626
10.0.0.240 - - [2026-05-18 03:06:50] "GET /project/9e520b2f-c0e3-4178-b9ae-d584b6f29cfb?fields=application_policy_sets HTTP/1.1" 200 1381 0.105924
10.0.0.240 - - [2026-05-18 03:06:50] "DELETE /project/9e520b2f-c0e3-4178-b9ae-d584b6f29cfb HTTP/1.1" 409 278 0.384723
10.0.0.23 - - [2026-05-18 03:06:52] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007506
10.0.0.23 - - [2026-05-18 03:06:52] "POST /neutron/port HTTP/1.1" 200 1129 0.017710
10.0.0.23 - - [2026-05-18 03:06:52] "GET /virtual-machine/8e413abf-8730-4b7c-864f-bcfd0121127e HTTP/1.1" 401 292 0.000422
10.0.0.23 - - [2026-05-18 03:06:52] "GET /virtual-machine/8e413abf-8730-4b7c-864f-bcfd0121127e HTTP/1.1" 200 1298 0.036097
10.0.0.23 - - [2026-05-18 03:06:52] "GET /virtual-machine-interface/2e087260-8c73-44f1-8c8c-16ee8c4a8170 HTTP/1.1" 200 2973 0.006342
10.0.0.23 - - [2026-05-18 03:06:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003869
10.0.0.23 - - [2026-05-18 03:06:52] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004589
10.0.0.23 - - [2026-05-18 03:06:52] "GET /virtual-networks?parent_id=d3fca1f3-f398-4ee9-9fa1-79c1ee88d521&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003629
10.0.0.23 - - [2026-05-18 03:06:52] "GET /virtual-network/814d40e5-ba33-46c7-8b56-511041555a27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2124 0.006323
10.0.0.22 - - [2026-05-18 03:06:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000515
10.0.0.22 - - [2026-05-18 03:06:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000415
10.0.0.240 - - [2026-05-18 03:06:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000563
10.0.0.240 - - [2026-05-18 03:06:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000436
10.0.0.23 - - [2026-05-18 03:06:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003584
10.0.0.23 - - [2026-05-18 03:06:55] "GET /virtual-network/814d40e5-ba33-46c7-8b56-511041555a27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2124 0.006130
10.0.0.23 - - [2026-05-18 03:06:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000443
10.0.0.23 - - [2026-05-18 03:06:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000384
10.0.0.22 - - [2026-05-18 03:06:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000458
10.0.0.22 - - [2026-05-18 03:06:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000372
10.0.0.240 - - [2026-05-18 03:06:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000464
10.0.0.240 - - [2026-05-18 03:06:56] "GET /global-system-configs HTTP/1.1" 401 292 0.001182
10.0.0.23 - - [2026-05-18 03:06:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000489
10.0.0.23 - - [2026-05-18 03:06:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000386
10.0.0.23 - - [2026-05-18 03:07:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003511
10.0.0.23 - - [2026-05-18 03:07:00] "GET /virtual-network/814d40e5-ba33-46c7-8b56-511041555a27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2124 0.005530
10.0.0.23 - - [2026-05-18 03:07:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003981
10.0.0.23 - - [2026-05-18 03:07:04] "GET /virtual-network/814d40e5-ba33-46c7-8b56-511041555a27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2124 0.007010
10.0.0.23 - - [2026-05-18 03:07:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004049
10.0.0.23 - - [2026-05-18 03:07:08] "GET /virtual-network/814d40e5-ba33-46c7-8b56-511041555a27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2124 0.007614
10.0.0.23 - - [2026-05-18 03:07:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003600
10.0.0.23 - - [2026-05-18 03:07:12] "GET /virtual-network/814d40e5-ba33-46c7-8b56-511041555a27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2124 0.007490
10.0.0.23 - - [2026-05-18 03:07:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004178
10.0.0.23 - - [2026-05-18 03:07:16] "GET /virtual-network/814d40e5-ba33-46c7-8b56-511041555a27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2124 0.005359
10.0.0.23 - - [2026-05-18 03:07:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003294
10.0.0.23 - - [2026-05-18 03:07:20] "GET /virtual-network/814d40e5-ba33-46c7-8b56-511041555a27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2124 0.005163
10.0.0.23 - - [2026-05-18 03:07:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004062
10.0.0.23 - - [2026-05-18 03:07:24] "GET /virtual-network/814d40e5-ba33-46c7-8b56-511041555a27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2124 0.005314
10.0.0.240 - - [2026-05-18 03:07:25] "GET /obj-perms HTTP/1.1" 200 5056 0.054514
10.0.0.23 - - [2026-05-18 03:07:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003917
10.0.0.23 - - [2026-05-18 03:07:26] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006878
10.0.0.23 - - [2026-05-18 03:07:26] "GET /virtual-networks?parent_id=d3fca1f3-f398-4ee9-9fa1-79c1ee88d521&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003659
10.0.0.23 - - [2026-05-18 03:07:26] "GET /virtual-network/814d40e5-ba33-46c7-8b56-511041555a27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2124 0.005769
10.0.0.23 - - [2026-05-18 03:07:26] "POST /neutron/security_group HTTP/1.1" 200 2062 0.010723
10.0.0.23 - - [2026-05-18 03:07:31] "POST /neutron/network HTTP/1.1" 200 843 0.006213
10.0.0.23 - - [2026-05-18 03:07:31] "POST /neutron/port HTTP/1.1" 200 117 0.001321
10.0.0.23 - - [2026-05-18 03:07:32] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008827
10.0.0.23 - - [2026-05-18 03:07:37] "POST /neutron/port HTTP/1.1" 200 1129 0.017837
10.0.0.23 - - [2026-05-18 03:07:42] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008675
10.0.0.23 - - [2026-05-18 03:07:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003612
10.0.0.23 - - [2026-05-18 03:07:47] "GET /virtual-network/814d40e5-ba33-46c7-8b56-511041555a27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2124 0.006313
10.0.0.23 - - [2026-05-18 03:07:47] "PUT /virtual-network/814d40e5-ba33-46c7-8b56-511041555a27 HTTP/1.1" 200 265 0.057152
10.0.0.240 - - [2026-05-18 03:07:47] "POST /ref-update HTTP/1.1" 200 156 0.038329
10.0.0.23 - - [2026-05-18 03:07:53] "POST /neutron/port HTTP/1.1" 200 1129 0.018916
10.0.0.23 - - [2026-05-18 03:07:54] "POST /neutron/network HTTP/1.1" 200 833 0.007756
10.0.0.240 - - [2026-05-18 03:07:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004323
10.0.0.23 - - [2026-05-18 03:07:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005004
10.0.0.240 - - [2026-05-18 03:07:58] "GET /projects?obj_uuids=d3fca1f3-f398-4ee9-9fa1-79c1ee88d521&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.027721
10.0.0.23 - - [2026-05-18 03:07:58] "GET /project/d3fca1f3-f398-4ee9-9fa1-79c1ee88d521?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.066930
10.0.0.240 - - [2026-05-18 03:07:58] "GET /projects?obj_uuids=d3fca1f3-f398-4ee9-9fa1-79c1ee88d521&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001534
10.0.0.23 - - [2026-05-18 03:07:58] "POST /neutron/network HTTP/1.1" 200 613 0.121956
10.0.0.240 - - [2026-05-18 03:07:58] "POST /ref-update HTTP/1.1" 200 156 0.025665
10.0.0.23 - - [2026-05-18 03:07:58] "POST /id-to-fqname HTTP/1.1" 200 226 0.004791
10.0.0.23 - - [2026-05-18 03:07:58] "GET /virtual-network/446f3341-f5ce-4231-9d1e-000a3e356c80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005902
10.0.0.23 - - [2026-05-18 03:07:58] "POST /neutron/network HTTP/1.1" 200 831 0.007474
10.0.0.23 - - [2026-05-18 03:07:58] "GET /virtual-network/446f3341-f5ce-4231-9d1e-000a3e356c80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005608
10.0.0.23 - - [2026-05-18 03:07:58] "GET /virtual-network/446f3341-f5ce-4231-9d1e-000a3e356c80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006482
10.0.0.23 - - [2026-05-18 03:07:59] "GET /obj-perms HTTP/1.1" 200 5038 0.058376
10.0.0.23 - - [2026-05-18 03:07:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.010068
10.0.0.23 - - [2026-05-18 03:07:59] "GET /virtual-network/446f3341-f5ce-4231-9d1e-000a3e356c80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006709
10.0.0.23 - - [2026-05-18 03:07:59] "PUT /virtual-network/446f3341-f5ce-4231-9d1e-000a3e356c80 HTTP/1.1" 200 265 0.077400
10.0.0.23 - - [2026-05-18 03:08:04] "POST /id-to-fqname HTTP/1.1" 200 226 0.001717
10.0.0.23 - - [2026-05-18 03:08:04] "POST /neutron/network HTTP/1.1" 200 841 0.008103
10.0.0.240 - - [2026-05-18 03:08:05] "GET /projects?obj_uuids=d3fca1f3-f398-4ee9-9fa1-79c1ee88d521&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001201
10.0.0.23 - - [2026-05-18 03:08:05] "GET /project/d3fca1f3-f398-4ee9-9fa1-79c1ee88d521?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.087622
10.0.0.23 - - [2026-05-18 03:08:05] "POST /neutron/port HTTP/1.1" 200 117 0.006639
10.0.0.240 - - [2026-05-18 03:08:06] "GET /projects?obj_uuids=d3fca1f3-f398-4ee9-9fa1-79c1ee88d521&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000917
10.0.0.23 - - [2026-05-18 03:08:06] "POST /neutron/port HTTP/1.1" 200 1063 0.312324
10.0.0.23 - - [2026-05-18 03:08:06] "POST /neutron/port HTTP/1.1" 200 1117 0.118426
10.0.0.23 - - [2026-05-18 03:08:06] "POST /neutron/subnet HTTP/1.1" 200 693 0.014761
10.0.0.23 - - [2026-05-18 03:08:10] "POST /neutron/port HTTP/1.1" 200 1127 0.027172
10.0.0.23 - - [2026-05-18 03:08:11] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009650
10.0.0.23 - - [2026-05-18 03:08:11] "GET /virtual-machine/f34aefec-75f8-4a17-8960-1e32a8a068e4 HTTP/1.1" 200 1298 0.007050
10.0.0.23 - - [2026-05-18 03:08:11] "GET /virtual-machine-interface/624be9a9-e511-47b5-a2cd-d419c1b68e6f HTTP/1.1" 200 2973 0.006637
10.0.0.23 - - [2026-05-18 03:08:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004902
10.0.0.23 - - [2026-05-18 03:08:11] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005318
10.0.0.23 - - [2026-05-18 03:08:11] "GET /virtual-networks?parent_id=d3fca1f3-f398-4ee9-9fa1-79c1ee88d521&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.005947
10.0.0.23 - - [2026-05-18 03:08:11] "GET /virtual-network/446f3341-f5ce-4231-9d1e-000a3e356c80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2118 0.006532
10.0.0.23 - - [2026-05-18 03:08:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004316
10.0.0.23 - - [2026-05-18 03:08:14] "GET /virtual-network/446f3341-f5ce-4231-9d1e-000a3e356c80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2118 0.006285
10.0.0.23 - - [2026-05-18 03:08:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004745
10.0.0.23 - - [2026-05-18 03:08:18] "GET /virtual-network/446f3341-f5ce-4231-9d1e-000a3e356c80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2118 0.006646
10.0.0.23 - - [2026-05-18 03:08:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003614
10.0.0.23 - - [2026-05-18 03:08:22] "GET /virtual-network/446f3341-f5ce-4231-9d1e-000a3e356c80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2118 0.006254
10.0.0.23 - - [2026-05-18 03:08:26] "POST /neutron/port HTTP/1.1" 200 1127 0.017092
10.0.0.23 - - [2026-05-18 03:08:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003731
10.0.0.23 - - [2026-05-18 03:08:26] "POST /neutron/network HTTP/1.1" 200 831 0.007301
10.0.0.23 - - [2026-05-18 03:08:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003900
10.0.0.23 - - [2026-05-18 03:08:26] "GET /virtual-network/446f3341-f5ce-4231-9d1e-000a3e356c80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2118 0.005961
10.0.0.22 - - [2026-05-18 03:08:26] "GET /obj-perms HTTP/1.1" 200 5056 0.052233
10.0.0.23 - - [2026-05-18 03:08:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003980
10.0.0.23 - - [2026-05-18 03:08:30] "GET /virtual-network/446f3341-f5ce-4231-9d1e-000a3e356c80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2118 0.008838
10.0.0.23 - - [2026-05-18 03:08:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004686
10.0.0.23 - - [2026-05-18 03:08:34] "GET /virtual-network/446f3341-f5ce-4231-9d1e-000a3e356c80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2118 0.006055
10.0.0.23 - - [2026-05-18 03:08:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003975
10.0.0.23 - - [2026-05-18 03:08:38] "GET /virtual-network/446f3341-f5ce-4231-9d1e-000a3e356c80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2118 0.006440
10.0.0.23 - - [2026-05-18 03:08:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003614
10.0.0.23 - - [2026-05-18 03:08:43] "GET /virtual-network/446f3341-f5ce-4231-9d1e-000a3e356c80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2118 0.005198
10.0.0.23 - - [2026-05-18 03:08:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003188
10.0.0.23 - - [2026-05-18 03:08:47] "GET /virtual-network/446f3341-f5ce-4231-9d1e-000a3e356c80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2118 0.005831
10.0.0.23 - - [2026-05-18 03:08:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003637
10.0.0.23 - - [2026-05-18 03:08:51] "GET /virtual-network/446f3341-f5ce-4231-9d1e-000a3e356c80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2118 0.009166
10.0.0.23 - - [2026-05-18 03:08:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003743
10.0.0.23 - - [2026-05-18 03:08:55] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004437
10.0.0.23 - - [2026-05-18 03:08:55] "GET /virtual-networks?parent_id=d3fca1f3-f398-4ee9-9fa1-79c1ee88d521&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003005
10.0.0.23 - - [2026-05-18 03:08:55] "GET /virtual-network/446f3341-f5ce-4231-9d1e-000a3e356c80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2118 0.006984
10.0.0.23 - - [2026-05-18 03:09:00] "POST /neutron/port HTTP/1.1" 200 1127 0.034407
10.0.0.23 - - [2026-05-18 03:09:05] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009396
10.0.0.23 - - [2026-05-18 03:09:11] "POST /neutron/port HTTP/1.1" 200 1127 0.025361
10.0.0.23 - - [2026-05-18 03:09:16] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008021
10.0.0.23 - - [2026-05-18 03:09:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003758
10.0.0.23 - - [2026-05-18 03:09:21] "GET /virtual-network/446f3341-f5ce-4231-9d1e-000a3e356c80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2118 0.005664
10.0.0.23 - - [2026-05-18 03:09:21] "PUT /virtual-network/446f3341-f5ce-4231-9d1e-000a3e356c80 HTTP/1.1" 200 265 0.059676
10.0.0.240 - - [2026-05-18 03:09:21] "POST /ref-update HTTP/1.1" 200 156 0.037441
10.0.0.23 - - [2026-05-18 03:09:27] "POST /neutron/port HTTP/1.1" 200 1127 0.025502
10.0.0.23 - - [2026-05-18 03:09:28] "POST /neutron/network HTTP/1.1" 200 831 0.006635
10.0.0.240 - - [2026-05-18 03:09:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.006450
10.0.0.240 - - [2026-05-18 03:09:30] "GET /projects?obj_uuids=d3fca1f3-f398-4ee9-9fa1-79c1ee88d521&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001916
10.0.0.23 - - [2026-05-18 03:09:30] "GET /project/d3fca1f3-f398-4ee9-9fa1-79c1ee88d521?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.079407
10.0.0.240 - - [2026-05-18 03:09:30] "GET /projects?obj_uuids=d3fca1f3-f398-4ee9-9fa1-79c1ee88d521&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001006
10.0.0.23 - - [2026-05-18 03:09:30] "GET /project/d3fca1f3-f398-4ee9-9fa1-79c1ee88d521?fields=virtual_networks HTTP/1.1" 200 1042 0.057373
10.0.0.240 - - [2026-05-18 03:09:30] "GET /projects?obj_uuids=d3fca1f3-f398-4ee9-9fa1-79c1ee88d521&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001532
10.0.0.23 - - [2026-05-18 03:09:30] "GET /project/d3fca1f3-f398-4ee9-9fa1-79c1ee88d521?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.062501
10.0.0.240 - - [2026-05-18 03:09:30] "GET /projects?obj_uuids=d3fca1f3-f398-4ee9-9fa1-79c1ee88d521&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000949
10.0.0.23 - - [2026-05-18 03:09:30] "GET /project/d3fca1f3-f398-4ee9-9fa1-79c1ee88d521?fields=security_groups HTTP/1.1" 200 1273 0.060047
10.0.0.23 - - [2026-05-18 03:09:31] "POST /fqname-to-id HTTP/1.1" 404 213 0.033729
10.0.0.240 - - [2026-05-18 03:09:31] "GET /projects?obj_uuids=8406776b-de54-4b9e-a989-98c3d9093d17&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003793
10.0.0.240 - - [2026-05-18 03:09:31] "GET /domains?obj_uuids=4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001925
10.0.0.240 - - [2026-05-18 03:09:31] "GET /domain/4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.039477
10.0.0.240 - - [2026-05-18 03:09:32] "POST /id-to-fqname HTTP/1.1" 200 216 0.007359
10.0.0.240 - - [2026-05-18 03:09:32] "POST /fqname-to-id HTTP/1.1" 404 227 0.004852
10.0.0.240 - - [2026-05-18 03:09:32] "POST /security-groups HTTP/1.1" 200 616 0.036713
10.0.0.240 - - [2026-05-18 03:09:32] "POST /projects HTTP/1.1" 200 635 0.253886
10.0.0.240 - - [2026-05-18 03:09:32] "POST /access-control-lists HTTP/1.1" 200 623 0.033967
10.0.0.240 - - [2026-05-18 03:09:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.332634
10.0.0.23 - - [2026-05-18 03:09:32] "GET /project/8406776b-de54-4b9e-a989-98c3d9093d17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1465 0.513511
10.0.0.23 - - [2026-05-18 03:09:33] "GET / HTTP/1.1" 200 36215 0.002031
10.0.0.23 - - [2026-05-18 03:09:35] "POST /fqname-to-id HTTP/1.1" 401 292 0.000442
10.0.0.23 - - [2026-05-18 03:09:35] "POST /fqname-to-id HTTP/1.1" 404 249 0.069331
10.0.0.240 - - [2026-05-18 03:09:35] "POST /fqname-to-id HTTP/1.1" 404 281 0.003637
10.0.0.240 - - [2026-05-18 03:09:35] "POST /access-control-lists HTTP/1.1" 200 643 0.028349
10.0.0.240 - - [2026-05-18 03:09:36] "GET /projects?obj_uuids=8406776b-de54-4b9e-a989-98c3d9093d17&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001212
10.0.0.23 - - [2026-05-18 03:09:36] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.101501
10.0.0.23 - - [2026-05-18 03:09:36] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.015194
10.0.0.240 - - [2026-05-18 03:09:36] "PUT /access-control-list/86dab353-4f6f-45ab-9f07-e88f9c51828d HTTP/1.1" 200 273 0.026543
10.0.0.23 - - [2026-05-18 03:09:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.005793
10.0.0.23 - - [2026-05-18 03:09:36] "GET /security-group/f0131cc5-950a-492a-8ba2-56957acc7b5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2029 0.005235
10.0.0.23 - - [2026-05-18 03:09:37] "POST /neutron/security_group HTTP/1.1" 200 1026 0.004280
10.0.0.23 - - [2026-05-18 03:09:37] "POST /fqname-to-id HTTP/1.1" 404 249 0.003609
10.0.0.240 - - [2026-05-18 03:09:37] "DELETE /access-control-list/5c6e613f-1e34-4089-8f57-da81ba9b61f0 HTTP/1.1" 200 115 0.040258
10.0.0.23 - - [2026-05-18 03:09:37] "POST /fqname-to-id HTTP/1.1" 404 249 0.003386
10.0.0.240 - - [2026-05-18 03:09:37] "POST /access-control-lists HTTP/1.1" 200 645 0.027397
10.0.0.240 - - [2026-05-18 03:09:38] "PUT /access-control-list/712bbaba-c26c-49c5-ab0c-7f17253b139c HTTP/1.1" 200 273 0.017624
10.0.0.240 - - [2026-05-18 03:09:38] "GET /projects?obj_uuids=8406776b-de54-4b9e-a989-98c3d9093d17&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000954
10.0.0.23 - - [2026-05-18 03:09:38] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.065598
10.0.0.23 - - [2026-05-18 03:09:38] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.013459
10.0.0.240 - - [2026-05-18 03:09:38] "PUT /access-control-list/712bbaba-c26c-49c5-ab0c-7f17253b139c HTTP/1.1" 200 273 0.014651
10.0.0.23 - - [2026-05-18 03:09:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004163
10.0.0.23 - - [2026-05-18 03:09:38] "GET /security-group/3cf2de67-047e-4268-8d9a-1facf612e817?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2028 0.006134
10.0.0.240 - - [2026-05-18 03:09:39] "GET /projects?obj_uuids=8406776b-de54-4b9e-a989-98c3d9093d17&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001062
10.0.0.23 - - [2026-05-18 03:09:39] "POST /neutron/security_group_rule HTTP/1.1" 200 2208 0.056364
10.0.0.23 - - [2026-05-18 03:09:39] "POST /neutron/security_group_rule HTTP/1.1" 200 600 0.128074
10.0.0.240 - - [2026-05-18 03:09:39] "PUT /access-control-list/712bbaba-c26c-49c5-ab0c-7f17253b139c HTTP/1.1" 200 273 0.027914
10.0.0.23 - - [2026-05-18 03:09:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.013461
10.0.0.240 - - [2026-05-18 03:09:39] "GET /projects?obj_uuids=8406776b-de54-4b9e-a989-98c3d9093d17&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001187
10.0.0.23 - - [2026-05-18 03:09:39] "GET /project/8406776b-de54-4b9e-a989-98c3d9093d17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1465 0.049613
10.0.0.240 - - [2026-05-18 03:09:40] "GET /projects?obj_uuids=8406776b-de54-4b9e-a989-98c3d9093d17&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001660
10.0.0.23 - - [2026-05-18 03:09:40] "POST /neutron/network HTTP/1.1" 200 720 0.136058
10.0.0.240 - - [2026-05-18 03:09:40] "POST /ref-update HTTP/1.1" 200 156 0.031276
10.0.0.240 - - [2026-05-18 03:09:40] "POST /fqname-to-id HTTP/1.1" 404 207 0.063129
10.0.0.23 - - [2026-05-18 03:09:40] "POST /neutron/network HTTP/1.1" 200 1112 0.013454
10.0.0.23 - - [2026-05-18 03:09:40] "POST /id-to-fqname HTTP/1.1" 200 290 0.001418
10.0.0.23 - - [2026-05-18 03:09:40] "GET /virtual-network/5930c399-4cc2-4bf4-b229-27eae2d48bb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.005734
10.0.0.23 - - [2026-05-18 03:09:40] "GET /virtual-network/5930c399-4cc2-4bf4-b229-27eae2d48bb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.008090
10.0.0.23 - - [2026-05-18 03:09:40] "POST /neutron/subnet HTTP/1.1" 200 828 0.011123
10.0.0.23 - - [2026-05-18 03:09:41] "GET /virtual-network/5930c399-4cc2-4bf4-b229-27eae2d48bb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.007189
10.0.0.23 - - [2026-05-18 03:09:41] "GET /obj-perms HTTP/1.1" 200 5080 0.073184
10.0.0.240 - - [2026-05-18 03:09:42] "GET /obj-perms HTTP/1.1" 200 5080 0.063628
10.0.0.23 - - [2026-05-18 03:09:42] "POST /id-to-fqname HTTP/1.1" 200 290 0.001240
10.0.0.23 - - [2026-05-18 03:09:42] "POST /neutron/network HTTP/1.1" 200 1122 0.007371
10.0.0.240 - - [2026-05-18 03:09:43] "GET /projects?obj_uuids=8406776b-de54-4b9e-a989-98c3d9093d17&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001006
10.0.0.23 - - [2026-05-18 03:09:43] "GET /project/8406776b-de54-4b9e-a989-98c3d9093d17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1465 0.072966
10.0.0.23 - - [2026-05-18 03:09:43] "POST /neutron/port HTTP/1.1" 200 117 0.006545
10.0.0.23 - - [2026-05-18 03:09:43] "POST /id-to-fqname HTTP/1.1" 200 290 0.001317
10.0.0.23 - - [2026-05-18 03:09:43] "POST /neutron/network HTTP/1.1" 200 1122 0.007330
10.0.0.240 - - [2026-05-18 03:09:44] "GET /projects?obj_uuids=8406776b-de54-4b9e-a989-98c3d9093d17&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.003586
10.0.0.23 - - [2026-05-18 03:09:44] "POST /neutron/port HTTP/1.1" 200 1191 0.379073
10.0.0.240 - - [2026-05-18 03:09:44] "GET /projects?obj_uuids=8406776b-de54-4b9e-a989-98c3d9093d17&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001100
10.0.0.23 - - [2026-05-18 03:09:44] "GET /project/8406776b-de54-4b9e-a989-98c3d9093d17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1465 0.084334
10.0.0.23 - - [2026-05-18 03:09:44] "POST /neutron/port HTTP/1.1" 200 1245 0.175070
10.0.0.23 - - [2026-05-18 03:09:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003994
10.0.0.23 - - [2026-05-18 03:09:45] "POST /neutron/subnet HTTP/1.1" 200 1380 0.011993
10.0.0.23 - - [2026-05-18 03:09:45] "POST /neutron/port HTTP/1.1" 200 117 0.001112
10.0.0.23 - - [2026-05-18 03:09:45] "POST /neutron/port HTTP/1.1" 200 1255 0.023035
10.0.0.240 - - [2026-05-18 03:09:45] "GET /projects?obj_uuids=8406776b-de54-4b9e-a989-98c3d9093d17&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001161
10.0.0.23 - - [2026-05-18 03:09:45] "POST /neutron/security_group HTTP/1.1" 200 3458 0.059176
10.0.0.23 - - [2026-05-18 03:09:46] "POST /neutron/port HTTP/1.1" 200 1191 0.056766
10.0.0.23 - - [2026-05-18 03:09:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004814
10.0.0.23 - - [2026-05-18 03:09:46] "POST /neutron/port HTTP/1.1" 200 117 0.001072
10.0.0.23 - - [2026-05-18 03:09:50] "POST /neutron/port HTTP/1.1" 200 1255 0.020204
10.0.0.23 - - [2026-05-18 03:09:50] "POST /neutron/security_group HTTP/1.1" 200 1457 0.009079
10.0.0.23 - - [2026-05-18 03:09:50] "POST /neutron/port HTTP/1.1" 200 1255 0.021052
10.0.0.23 - - [2026-05-18 03:09:50] "GET /virtual-machine/c364860e-c3e8-471b-b15e-b3ca1b910e1b HTTP/1.1" 401 292 0.000380
10.0.0.23 - - [2026-05-18 03:09:51] "GET /virtual-machine/c364860e-c3e8-471b-b15e-b3ca1b910e1b HTTP/1.1" 200 1320 0.099127
10.0.0.23 - - [2026-05-18 03:09:51] "GET /virtual-machine/c364860e-c3e8-471b-b15e-b3ca1b910e1b HTTP/1.1" 200 1320 0.004318
10.0.0.23 - - [2026-05-18 03:09:51] "GET /virtual-machine-interface/cb1f1dc1-0807-4e75-82e3-2ea936abc524 HTTP/1.1" 200 3424 0.007772
10.0.0.240 - - [2026-05-18 03:09:51] "DELETE /project/8406776bde544b9ea98998c3d9093d17 HTTP/1.1" 404 173 0.009192
10.0.0.240 - - [2026-05-18 03:09:51] "GET /projects?obj_uuids=d3fca1f3-f398-4ee9-9fa1-79c1ee88d521&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000843
10.0.0.23 - - [2026-05-18 03:09:51] "GET /virtual-machine/c364860e-c3e8-471b-b15e-b3ca1b910e1b HTTP/1.1" 200 1320 0.004031
10.0.0.23 - - [2026-05-18 03:09:51] "GET /virtual-machine-interface/cb1f1dc1-0807-4e75-82e3-2ea936abc524 HTTP/1.1" 200 3424 0.007226
10.0.0.240 - - [2026-05-18 03:09:51] "GET /project/d3fca1f3-f398-4ee9-9fa1-79c1ee88d521?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.046283
10.0.0.240 - - [2026-05-18 03:09:51] "GET /projects?obj_uuids=d3fca1f3-f398-4ee9-9fa1-79c1ee88d521&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000940
10.0.0.23 - - [2026-05-18 03:09:51] "GET /instance-ip/19a783c4-408d-410f-87ae-bd5f7bc52ed7 HTTP/1.1" 200 1716 0.013816
10.0.0.23 - - [2026-05-18 03:09:51] "GET /instance-ip/a6e87635-77a5-4098-892e-1561e8b76dda HTTP/1.1" 200 1738 0.015117
10.0.0.23 - - [2026-05-18 03:09:51] "GET /virtual-machine/c364860e-c3e8-471b-b15e-b3ca1b910e1b HTTP/1.1" 200 1320 0.006149
10.0.0.240 - - [2026-05-18 03:09:51] "GET /project/d3fca1f3-f398-4ee9-9fa1-79c1ee88d521?fields=security_groups HTTP/1.1" 200 1375 0.079794
10.0.0.23 - - [2026-05-18 03:09:51] "GET /virtual-machine-interface/cb1f1dc1-0807-4e75-82e3-2ea936abc524 HTTP/1.1" 200 3424 0.029655
10.0.0.23 - - [2026-05-18 03:09:51] "GET /instance-ip/19a783c4-408d-410f-87ae-bd5f7bc52ed7 HTTP/1.1" 200 1716 0.008489
10.0.0.23 - - [2026-05-18 03:09:51] "GET /instance-ip/a6e87635-77a5-4098-892e-1561e8b76dda HTTP/1.1" 200 1738 0.009334
10.0.0.23 - - [2026-05-18 03:09:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.039397
10.0.0.23 - - [2026-05-18 03:09:51] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.010067
10.0.0.23 - - [2026-05-18 03:09:51] "GET /virtual-networks?parent_id=8406776b-de54-4b9e-a989-98c3d9093d17&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003412
10.0.0.240 - - [2026-05-18 03:09:51] "DELETE /security-group/4db709cb-fda3-4be9-8a9a-75ab6fac9cb9 HTTP/1.1" 200 115 0.170468
10.0.0.23 - - [2026-05-18 03:09:51] "GET /virtual-network/5930c399-4cc2-4bf4-b229-27eae2d48bb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.023679
10.0.0.240 - - [2026-05-18 03:09:51] "GET /projects?obj_uuids=d3fca1f3-f398-4ee9-9fa1-79c1ee88d521&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001737
10.0.0.23 - - [2026-05-18 03:09:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005121
10.0.0.23 - - [2026-05-18 03:09:51] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003746
10.0.0.240 - - [2026-05-18 03:09:51] "GET /project/d3fca1f3-f398-4ee9-9fa1-79c1ee88d521?fields=application_policy_sets HTTP/1.1" 200 1414 0.097524
10.0.0.23 - - [2026-05-18 03:09:51] "GET /virtual-networks?parent_id=8406776b-de54-4b9e-a989-98c3d9093d17&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.019026
10.0.0.23 - - [2026-05-18 03:09:51] "GET /virtual-network/5930c399-4cc2-4bf4-b229-27eae2d48bb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.035604
10.0.0.240 - - [2026-05-18 03:09:51] "DELETE /project/d3fca1f3-f398-4ee9-9fa1-79c1ee88d521 HTTP/1.1" 404 190 0.573938
10.0.0.23 - - [2026-05-18 03:09:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.009024
10.0.0.23 - - [2026-05-18 03:09:51] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004375
10.0.0.23 - - [2026-05-18 03:09:51] "GET /virtual-networks?parent_id=8406776b-de54-4b9e-a989-98c3d9093d17&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003128
10.0.0.23 - - [2026-05-18 03:09:51] "GET /virtual-network/5930c399-4cc2-4bf4-b229-27eae2d48bb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.005738
10.0.0.23 - - [2026-05-18 03:09:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003470
10.0.0.23 - - [2026-05-18 03:09:51] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004178
10.0.0.23 - - [2026-05-18 03:09:51] "GET /virtual-networks?parent_id=8406776b-de54-4b9e-a989-98c3d9093d17&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003427
10.0.0.23 - - [2026-05-18 03:09:51] "GET /virtual-network/5930c399-4cc2-4bf4-b229-27eae2d48bb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.006483
10.0.0.23 - - [2026-05-18 03:09:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004400
10.0.0.23 - - [2026-05-18 03:09:52] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004606
10.0.0.23 - - [2026-05-18 03:09:52] "GET /virtual-networks?parent_id=8406776b-de54-4b9e-a989-98c3d9093d17&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003218
10.0.0.23 - - [2026-05-18 03:09:52] "GET /virtual-network/5930c399-4cc2-4bf4-b229-27eae2d48bb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.011027
10.0.0.23 - - [2026-05-18 03:09:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003525
10.0.0.23 - - [2026-05-18 03:09:52] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004839
10.0.0.23 - - [2026-05-18 03:09:52] "GET /virtual-networks?parent_id=8406776b-de54-4b9e-a989-98c3d9093d17&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003157
10.0.0.23 - - [2026-05-18 03:09:52] "GET /virtual-network/5930c399-4cc2-4bf4-b229-27eae2d48bb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.005903
10.0.0.23 - - [2026-05-18 03:09:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004047
10.0.0.23 - - [2026-05-18 03:09:52] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005812
10.0.0.23 - - [2026-05-18 03:09:52] "GET /virtual-networks?parent_id=8406776b-de54-4b9e-a989-98c3d9093d17&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003212
10.0.0.23 - - [2026-05-18 03:09:52] "GET /virtual-network/5930c399-4cc2-4bf4-b229-27eae2d48bb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.013671
10.0.0.23 - - [2026-05-18 03:09:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003708
10.0.0.23 - - [2026-05-18 03:09:55] "GET /virtual-network/5930c399-4cc2-4bf4-b229-27eae2d48bb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.006555
10.0.0.23 - - [2026-05-18 03:09:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003600
10.0.0.23 - - [2026-05-18 03:09:59] "GET /virtual-network/5930c399-4cc2-4bf4-b229-27eae2d48bb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.004776
10.0.0.23 - - [2026-05-18 03:10:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004237
10.0.0.23 - - [2026-05-18 03:10:03] "GET /virtual-network/5930c399-4cc2-4bf4-b229-27eae2d48bb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.005909
10.0.0.23 - - [2026-05-18 03:10:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004609
10.0.0.23 - - [2026-05-18 03:10:07] "GET /virtual-network/5930c399-4cc2-4bf4-b229-27eae2d48bb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.005877
10.0.0.23 - - [2026-05-18 03:10:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003620
10.0.0.23 - - [2026-05-18 03:10:11] "GET /virtual-network/5930c399-4cc2-4bf4-b229-27eae2d48bb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.005578
10.0.0.23 - - [2026-05-18 03:10:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003826
10.0.0.23 - - [2026-05-18 03:10:15] "GET /virtual-network/5930c399-4cc2-4bf4-b229-27eae2d48bb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.007059
10.0.0.23 - - [2026-05-18 03:10:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003782
10.0.0.23 - - [2026-05-18 03:10:20] "GET /virtual-network/5930c399-4cc2-4bf4-b229-27eae2d48bb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.005411
10.0.0.23 - - [2026-05-18 03:10:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004007
10.0.0.23 - - [2026-05-18 03:10:24] "GET /virtual-network/5930c399-4cc2-4bf4-b229-27eae2d48bb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.010548
10.0.0.23 - - [2026-05-18 03:10:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003432
10.0.0.23 - - [2026-05-18 03:10:26] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003854
10.0.0.23 - - [2026-05-18 03:10:26] "GET /virtual-networks?parent_id=8406776b-de54-4b9e-a989-98c3d9093d17&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.002756
10.0.0.23 - - [2026-05-18 03:10:26] "GET /virtual-network/5930c399-4cc2-4bf4-b229-27eae2d48bb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.006095
10.0.0.23 - - [2026-05-18 03:10:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003339
10.0.0.23 - - [2026-05-18 03:10:26] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003845
10.0.0.23 - - [2026-05-18 03:10:26] "GET /virtual-networks?parent_id=8406776b-de54-4b9e-a989-98c3d9093d17&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003016
10.0.0.23 - - [2026-05-18 03:10:26] "GET /virtual-network/5930c399-4cc2-4bf4-b229-27eae2d48bb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.008215
10.0.0.23 - - [2026-05-18 03:10:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003262
10.0.0.23 - - [2026-05-18 03:10:26] "GET /routing-instance/69d698b3-9d78-4640-ba5e-52642bac3f08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1683 0.005797
10.0.0.23 - - [2026-05-18 03:10:26] "GET /route-target/54dc6c3e-bb51-4edd-b0c2-2880507cc4ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.007847
10.0.0.23 - - [2026-05-18 03:10:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003695
10.0.0.23 - - [2026-05-18 03:10:26] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003809
10.0.0.23 - - [2026-05-18 03:10:26] "GET /virtual-networks?parent_id=8406776b-de54-4b9e-a989-98c3d9093d17&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003268
10.0.0.23 - - [2026-05-18 03:10:26] "GET /virtual-network/5930c399-4cc2-4bf4-b229-27eae2d48bb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.007103
10.0.0.23 - - [2026-05-18 03:10:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003305
10.0.0.23 - - [2026-05-18 03:10:26] "GET /routing-instance/69d698b3-9d78-4640-ba5e-52642bac3f08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1683 0.004519
10.0.0.23 - - [2026-05-18 03:10:26] "GET /route-target/54dc6c3e-bb51-4edd-b0c2-2880507cc4ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003686
10.0.0.23 - - [2026-05-18 03:10:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003863
10.0.0.23 - - [2026-05-18 03:10:26] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004733
10.0.0.23 - - [2026-05-18 03:10:26] "GET /virtual-networks?parent_id=8406776b-de54-4b9e-a989-98c3d9093d17&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003641
10.0.0.23 - - [2026-05-18 03:10:26] "GET /virtual-network/5930c399-4cc2-4bf4-b229-27eae2d48bb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.007044
10.0.0.23 - - [2026-05-18 03:10:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003173
10.0.0.23 - - [2026-05-18 03:10:26] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005383
10.0.0.23 - - [2026-05-18 03:10:26] "GET /virtual-networks?parent_id=8406776b-de54-4b9e-a989-98c3d9093d17&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.004046
10.0.0.23 - - [2026-05-18 03:10:27] "GET /virtual-network/5930c399-4cc2-4bf4-b229-27eae2d48bb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.011096
10.0.0.23 - - [2026-05-18 03:10:27] "GET /obj-perms HTTP/1.1" 200 5080 0.005589
10.0.0.240 - - [2026-05-18 03:10:27] "GET /obj-perms HTTP/1.1" 200 5080 0.006148
10.0.0.23 - - [2026-05-18 03:10:27] "GET /obj-perms HTTP/1.1" 200 5080 0.004233
10.0.0.22 - - [2026-05-18 03:10:27] "GET /obj-perms HTTP/1.1" 200 5080 0.056103
10.0.0.23 - - [2026-05-18 03:10:27] "GET /virtual-machine/c364860e-c3e8-471b-b15e-b3ca1b910e1b HTTP/1.1" 200 1320 0.005900
10.0.0.23 - - [2026-05-18 03:10:27] "GET /virtual-machine-interface/cb1f1dc1-0807-4e75-82e3-2ea936abc524 HTTP/1.1" 200 3424 0.007934
10.0.0.23 - - [2026-05-18 03:10:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.005643
10.0.0.23 - - [2026-05-18 03:10:27] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004573
10.0.0.23 - - [2026-05-18 03:10:27] "GET /virtual-networks?parent_id=8406776b-de54-4b9e-a989-98c3d9093d17&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.004093
10.0.0.23 - - [2026-05-18 03:10:27] "GET /virtual-network/5930c399-4cc2-4bf4-b229-27eae2d48bb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.015872
10.0.0.23 - - [2026-05-18 03:10:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.009704
10.0.0.23 - - [2026-05-18 03:10:28] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003860
10.0.0.23 - - [2026-05-18 03:10:28] "GET /virtual-networks?parent_id=8406776b-de54-4b9e-a989-98c3d9093d17&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.002714
10.0.0.23 - - [2026-05-18 03:10:29] "GET /virtual-network/5930c399-4cc2-4bf4-b229-27eae2d48bb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.007767
10.0.0.23 - - [2026-05-18 03:10:29] "POST /neutron/security_group HTTP/1.1" 200 1457 0.010272
10.0.0.23 - - [2026-05-18 03:10:29] "POST /neutron/network HTTP/1.1" 200 1122 0.012117
10.0.0.23 - - [2026-05-18 03:10:29] "POST /neutron/subnet HTTP/1.1" 200 1380 0.020741
10.0.0.23 - - [2026-05-18 03:10:29] "POST /neutron/network HTTP/1.1" 200 1112 0.009980
10.0.0.23 - - [2026-05-18 03:10:34] "POST /neutron/port HTTP/1.1" 200 1255 0.018409
10.0.0.23 - - [2026-05-18 03:10:37] "POST /neutron/port HTTP/1.1" 200 1255 0.018516
10.0.0.23 - - [2026-05-18 03:10:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003993
10.0.0.23 - - [2026-05-18 03:10:38] "POST /neutron/port HTTP/1.1" 200 117 0.001081
10.0.0.23 - - [2026-05-18 03:10:39] "POST /neutron/security_group HTTP/1.1" 200 1457 0.008244
10.0.0.23 - - [2026-05-18 03:10:44] "POST /neutron/port HTTP/1.1" 200 1255 0.022953
10.0.0.23 - - [2026-05-18 03:10:44] "POST /neutron/security_group HTTP/1.1" 200 1457 0.007628
10.0.0.23 - - [2026-05-18 03:10:45] "GET /virtual-machine/889ef6b8-6e07-4fea-9575-049ee0909e76 HTTP/1.1" 200 1319 0.006918
10.0.0.23 - - [2026-05-18 03:10:45] "GET /virtual-machine/889ef6b8-6e07-4fea-9575-049ee0909e76 HTTP/1.1" 200 1319 0.003897
10.0.0.23 - - [2026-05-18 03:10:45] "GET /virtual-machine-interface/feeb6b26-dcce-463b-90e6-55d3daac6895 HTTP/1.1" 200 3425 0.005899
10.0.0.23 - - [2026-05-18 03:10:45] "GET /virtual-machine/889ef6b8-6e07-4fea-9575-049ee0909e76 HTTP/1.1" 200 1319 0.004048
10.0.0.23 - - [2026-05-18 03:10:45] "GET /virtual-machine-interface/feeb6b26-dcce-463b-90e6-55d3daac6895 HTTP/1.1" 200 3425 0.006897
10.0.0.23 - - [2026-05-18 03:10:45] "GET /instance-ip/79b3ea52-5e71-4717-8fbd-86bab623105d HTTP/1.1" 200 1717 0.007087
10.0.0.23 - - [2026-05-18 03:10:45] "GET /instance-ip/af34904d-d6be-4f70-9108-4cdd4e62d40c HTTP/1.1" 200 1739 0.008116
10.0.0.23 - - [2026-05-18 03:10:45] "GET /virtual-machine/889ef6b8-6e07-4fea-9575-049ee0909e76 HTTP/1.1" 200 1319 0.004110
10.0.0.23 - - [2026-05-18 03:10:45] "GET /virtual-machine-interface/feeb6b26-dcce-463b-90e6-55d3daac6895 HTTP/1.1" 200 3425 0.006006
10.0.0.23 - - [2026-05-18 03:10:45] "GET /instance-ip/79b3ea52-5e71-4717-8fbd-86bab623105d HTTP/1.1" 200 1717 0.006085
10.0.0.23 - - [2026-05-18 03:10:45] "GET /instance-ip/af34904d-d6be-4f70-9108-4cdd4e62d40c HTTP/1.1" 200 1739 0.003775
10.0.0.23 - - [2026-05-18 03:10:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003350
10.0.0.23 - - [2026-05-18 03:10:45] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004740
10.0.0.23 - - [2026-05-18 03:10:45] "GET /virtual-networks?parent_id=8406776b-de54-4b9e-a989-98c3d9093d17&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.004000
10.0.0.23 - - [2026-05-18 03:10:45] "GET /virtual-network/5930c399-4cc2-4bf4-b229-27eae2d48bb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.006382
10.0.0.23 - - [2026-05-18 03:10:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004751
10.0.0.23 - - [2026-05-18 03:10:45] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005085
10.0.0.23 - - [2026-05-18 03:10:45] "GET /virtual-networks?parent_id=8406776b-de54-4b9e-a989-98c3d9093d17&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003656
10.0.0.23 - - [2026-05-18 03:10:45] "GET /virtual-network/5930c399-4cc2-4bf4-b229-27eae2d48bb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.007433
10.0.0.23 - - [2026-05-18 03:10:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003394
10.0.0.23 - - [2026-05-18 03:10:45] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004489
10.0.0.23 - - [2026-05-18 03:10:45] "GET /virtual-networks?parent_id=8406776b-de54-4b9e-a989-98c3d9093d17&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.005610
10.0.0.23 - - [2026-05-18 03:10:45] "GET /virtual-network/5930c399-4cc2-4bf4-b229-27eae2d48bb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.006692
10.0.0.23 - - [2026-05-18 03:10:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003882
10.0.0.23 - - [2026-05-18 03:10:45] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004572
10.0.0.23 - - [2026-05-18 03:10:45] "GET /virtual-networks?parent_id=8406776b-de54-4b9e-a989-98c3d9093d17&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.004101
10.0.0.23 - - [2026-05-18 03:10:45] "GET /virtual-network/5930c399-4cc2-4bf4-b229-27eae2d48bb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.007288
10.0.0.23 - - [2026-05-18 03:10:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004768
10.0.0.23 - - [2026-05-18 03:10:45] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004192
10.0.0.23 - - [2026-05-18 03:10:45] "GET /virtual-networks?parent_id=8406776b-de54-4b9e-a989-98c3d9093d17&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003230
10.0.0.23 - - [2026-05-18 03:10:45] "GET /virtual-network/5930c399-4cc2-4bf4-b229-27eae2d48bb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.006312
10.0.0.23 - - [2026-05-18 03:10:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003458
10.0.0.23 - - [2026-05-18 03:10:45] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004722
10.0.0.23 - - [2026-05-18 03:10:45] "GET /virtual-networks?parent_id=8406776b-de54-4b9e-a989-98c3d9093d17&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003613
10.0.0.23 - - [2026-05-18 03:10:45] "GET /virtual-network/5930c399-4cc2-4bf4-b229-27eae2d48bb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.007966
10.0.0.23 - - [2026-05-18 03:10:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003308
10.0.0.23 - - [2026-05-18 03:10:46] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004745
10.0.0.23 - - [2026-05-18 03:10:46] "GET /virtual-networks?parent_id=8406776b-de54-4b9e-a989-98c3d9093d17&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003432
10.0.0.23 - - [2026-05-18 03:10:46] "GET /virtual-network/5930c399-4cc2-4bf4-b229-27eae2d48bb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.007160
10.0.0.23 - - [2026-05-18 03:10:46] "POST /neutron/port HTTP/1.1" 200 1255 0.069835
10.0.0.23 - - [2026-05-18 03:10:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004480
10.0.0.23 - - [2026-05-18 03:10:47] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004042
10.0.0.23 - - [2026-05-18 03:10:47] "GET /virtual-networks?parent_id=8406776b-de54-4b9e-a989-98c3d9093d17&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003017
10.0.0.23 - - [2026-05-18 03:10:47] "GET /virtual-network/5930c399-4cc2-4bf4-b229-27eae2d48bb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.006776
10.0.0.23 - - [2026-05-18 03:10:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003992
10.0.0.23 - - [2026-05-18 03:10:47] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004534
10.0.0.23 - - [2026-05-18 03:10:47] "GET /virtual-networks?parent_id=8406776b-de54-4b9e-a989-98c3d9093d17&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003538
10.0.0.23 - - [2026-05-18 03:10:47] "GET /virtual-network/5930c399-4cc2-4bf4-b229-27eae2d48bb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.005936
10.0.0.23 - - [2026-05-18 03:10:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004144
10.0.0.23 - - [2026-05-18 03:10:47] "GET /routing-instance/69d698b3-9d78-4640-ba5e-52642bac3f08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1683 0.004312
10.0.0.23 - - [2026-05-18 03:10:47] "GET /route-target/54dc6c3e-bb51-4edd-b0c2-2880507cc4ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003695
10.0.0.23 - - [2026-05-18 03:10:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003841
10.0.0.23 - - [2026-05-18 03:10:47] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005161
10.0.0.23 - - [2026-05-18 03:10:47] "GET /virtual-networks?parent_id=8406776b-de54-4b9e-a989-98c3d9093d17&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.004423
10.0.0.23 - - [2026-05-18 03:10:47] "GET /virtual-network/5930c399-4cc2-4bf4-b229-27eae2d48bb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.007221
10.0.0.23 - - [2026-05-18 03:10:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003535
10.0.0.23 - - [2026-05-18 03:10:47] "GET /routing-instance/69d698b3-9d78-4640-ba5e-52642bac3f08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1683 0.004873
10.0.0.23 - - [2026-05-18 03:10:47] "GET /route-target/54dc6c3e-bb51-4edd-b0c2-2880507cc4ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.008482
10.0.0.23 - - [2026-05-18 03:10:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003877
10.0.0.23 - - [2026-05-18 03:10:47] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005635
10.0.0.23 - - [2026-05-18 03:10:47] "GET /virtual-networks?parent_id=8406776b-de54-4b9e-a989-98c3d9093d17&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003363
10.0.0.23 - - [2026-05-18 03:10:47] "GET /virtual-network/5930c399-4cc2-4bf4-b229-27eae2d48bb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.009816
10.0.0.23 - - [2026-05-18 03:10:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003081
10.0.0.23 - - [2026-05-18 03:10:47] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004024
10.0.0.23 - - [2026-05-18 03:10:47] "GET /virtual-networks?parent_id=8406776b-de54-4b9e-a989-98c3d9093d17&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003113
10.0.0.23 - - [2026-05-18 03:10:47] "GET /virtual-network/5930c399-4cc2-4bf4-b229-27eae2d48bb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.007363
10.0.0.240 - - [2026-05-18 03:10:47] "GET /obj-perms HTTP/1.1" 200 5080 0.003702
10.0.0.23 - - [2026-05-18 03:10:48] "GET /obj-perms HTTP/1.1" 200 5080 0.004147
10.0.0.23 - - [2026-05-18 03:10:48] "GET /obj-perms HTTP/1.1" 200 5080 0.004180
10.0.0.23 - - [2026-05-18 03:10:48] "GET /obj-perms HTTP/1.1" 200 5080 0.003869
10.0.0.22 - - [2026-05-18 03:10:48] "GET /obj-perms HTTP/1.1" 200 5080 0.008320
10.0.0.240 - - [2026-05-18 03:10:48] "GET /obj-perms HTTP/1.1" 200 5080 0.006672
10.0.0.23 - - [2026-05-18 03:10:48] "GET /virtual-machine/889ef6b8-6e07-4fea-9575-049ee0909e76 HTTP/1.1" 200 1319 0.003307
10.0.0.23 - - [2026-05-18 03:10:48] "GET /virtual-machine-interface/feeb6b26-dcce-463b-90e6-55d3daac6895 HTTP/1.1" 200 3425 0.005435
10.0.0.23 - - [2026-05-18 03:10:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003781
10.0.0.23 - - [2026-05-18 03:10:48] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003168
10.0.0.23 - - [2026-05-18 03:10:48] "GET /virtual-networks?parent_id=8406776b-de54-4b9e-a989-98c3d9093d17&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.002904
10.0.0.23 - - [2026-05-18 03:10:48] "GET /virtual-network/5930c399-4cc2-4bf4-b229-27eae2d48bb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.006764
10.0.0.23 - - [2026-05-18 03:10:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003595
10.0.0.23 - - [2026-05-18 03:10:49] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004635
10.0.0.23 - - [2026-05-18 03:10:49] "GET /virtual-networks?parent_id=8406776b-de54-4b9e-a989-98c3d9093d17&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.004245
10.0.0.23 - - [2026-05-18 03:10:49] "GET /virtual-network/5930c399-4cc2-4bf4-b229-27eae2d48bb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.006065
10.0.0.23 - - [2026-05-18 03:10:49] "POST /neutron/security_group HTTP/1.1" 200 1457 0.008885
10.0.0.23 - - [2026-05-18 03:11:00] "GET /virtual-machine/c364860e-c3e8-471b-b15e-b3ca1b910e1b HTTP/1.1" 200 1320 0.004338
10.0.0.23 - - [2026-05-18 03:11:00] "GET /virtual-machine-interface/cb1f1dc1-0807-4e75-82e3-2ea936abc524 HTTP/1.1" 200 3424 0.006145
10.0.0.23 - - [2026-05-18 03:11:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004517
10.0.0.23 - - [2026-05-18 03:11:00] "GET /security-group/3cf2de67-047e-4268-8d9a-1facf612e817?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2741 0.005444
10.0.0.23 - - [2026-05-18 03:11:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003473
10.0.0.23 - - [2026-05-18 03:11:00] "GET /security-group/3cf2de67-047e-4268-8d9a-1facf612e817?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2741 0.004629
10.0.0.23 - - [2026-05-18 03:11:00] "POST /neutron/security_group HTTP/1.1" 200 1483 0.009115
10.0.0.23 - - [2026-05-18 03:11:00] "POST /neutron/port HTTP/1.1" 200 1245 0.023900
10.0.0.23 - - [2026-05-18 03:11:00] "GET /virtual-machine/c364860e-c3e8-471b-b15e-b3ca1b910e1b HTTP/1.1" 200 1320 0.004663
10.0.0.23 - - [2026-05-18 03:11:00] "GET /virtual-machine-interface/cb1f1dc1-0807-4e75-82e3-2ea936abc524 HTTP/1.1" 200 3368 0.011201
10.0.0.23 - - [2026-05-18 03:11:00] "POST /neutron/security_group HTTP/1.1" 200 1457 0.009408
10.0.0.23 - - [2026-05-18 03:11:00] "POST /neutron/port HTTP/1.1" 200 1207 0.033486
10.0.0.23 - - [2026-05-18 03:11:00] "GET /virtual-machine/c364860e-c3e8-471b-b15e-b3ca1b910e1b HTTP/1.1" 200 1320 0.006385
10.0.0.23 - - [2026-05-18 03:11:00] "GET /virtual-machine-interface/cb1f1dc1-0807-4e75-82e3-2ea936abc524 HTTP/1.1" 200 3424 0.011609
10.0.0.23 - - [2026-05-18 03:11:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004555
10.0.0.23 - - [2026-05-18 03:11:00] "GET /security-group/3cf2de67-047e-4268-8d9a-1facf612e817?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2741 0.007824
10.0.0.23 - - [2026-05-18 03:11:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.007732
10.0.0.23 - - [2026-05-18 03:11:00] "GET /security-group/3cf2de67-047e-4268-8d9a-1facf612e817?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2741 0.004542
10.0.0.23 - - [2026-05-18 03:11:00] "POST /neutron/security_group HTTP/1.1" 200 1483 0.006048
10.0.0.23 - - [2026-05-18 03:11:01] "POST /fqname-to-id HTTP/1.1" 404 249 0.005099
10.0.0.240 - - [2026-05-18 03:11:01] "DELETE /access-control-list/5061d54a-911b-4699-b57e-e28dbc3acf26 HTTP/1.1" 200 115 0.101374
10.0.0.23 - - [2026-05-18 03:11:01] "POST /fqname-to-id HTTP/1.1" 404 249 0.004041
10.0.0.240 - - [2026-05-18 03:11:01] "GET /projects?obj_uuids=8406776b-de54-4b9e-a989-98c3d9093d17&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000976
10.0.0.23 - - [2026-05-18 03:11:01] "POST /neutron/security_group HTTP/1.1" 200 153 0.062688
10.0.0.23 - - [2026-05-18 03:11:01] "POST /neutron/network HTTP/1.1" 200 1112 0.011356
10.0.0.23 - - [2026-05-18 03:11:03] "POST /neutron/network HTTP/1.1" 400 204 0.017290
10.0.0.23 - - [2026-05-18 03:11:07] "POST /neutron/network HTTP/1.1" 200 1112 0.012973
10.0.0.23 - - [2026-05-18 03:11:10] "POST /neutron/network HTTP/1.1" 400 204 0.016041
10.0.0.23 - - [2026-05-18 03:11:14] "POST /neutron/network HTTP/1.1" 200 1112 0.015599
10.0.0.23 - - [2026-05-18 03:11:16] "POST /neutron/network HTTP/1.1" 400 204 0.018046
10.0.0.23 - - [2026-05-18 03:11:20] "POST /neutron/network HTTP/1.1" 200 1112 0.019002
10.0.0.23 - - [2026-05-18 03:11:22] "POST /neutron/network HTTP/1.1" 400 204 0.013565
10.0.0.23 - - [2026-05-18 03:11:26] "POST /neutron/network HTTP/1.1" 200 1112 0.011834
10.0.0.23 - - [2026-05-18 03:11:28] "POST /neutron/network HTTP/1.1" 400 204 0.014910
10.0.0.23 - - [2026-05-18 03:11:31] "POST /neutron/port HTTP/1.1" 200 1217 0.020637
10.0.0.23 - - [2026-05-18 03:11:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004461
10.0.0.23 - - [2026-05-18 03:11:31] "POST /neutron/port HTTP/1.1" 200 117 0.001181
10.0.0.23 - - [2026-05-18 03:11:32] "POST /neutron/network HTTP/1.1" 200 1112 0.011344
10.0.0.23 - - [2026-05-18 03:11:34] "POST /neutron/network HTTP/1.1" 400 204 0.017264
10.0.0.23 - - [2026-05-18 03:11:38] "POST /neutron/network HTTP/1.1" 200 1112 0.010269
10.0.0.23 - - [2026-05-18 03:11:39] "POST /neutron/port HTTP/1.1" 200 1217 0.025815
10.0.0.23 - - [2026-05-18 03:11:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003896
10.0.0.23 - - [2026-05-18 03:11:39] "POST /neutron/port HTTP/1.1" 200 117 0.001143
10.0.0.23 - - [2026-05-18 03:11:40] "POST /neutron/network HTTP/1.1" 400 204 0.013228
10.0.0.23 - - [2026-05-18 03:11:44] "POST /neutron/network HTTP/1.1" 200 1112 0.010540
10.0.0.23 - - [2026-05-18 03:11:46] "POST /neutron/network HTTP/1.1" 400 204 0.015795
10.0.0.23 - - [2026-05-18 03:11:50] "POST /neutron/network HTTP/1.1" 200 1112 0.014749
10.0.0.23 - - [2026-05-18 03:11:53] "POST /neutron/network HTTP/1.1" 400 204 0.020122
10.0.0.22 - - [2026-05-18 03:11:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000436
10.0.0.22 - - [2026-05-18 03:11:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000393
10.0.0.240 - - [2026-05-18 03:11:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000506
10.0.0.240 - - [2026-05-18 03:11:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000376
10.0.0.23 - - [2026-05-18 03:11:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000459
10.0.0.23 - - [2026-05-18 03:11:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000349
10.0.0.22 - - [2026-05-18 03:11:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000444
10.0.0.22 - - [2026-05-18 03:11:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000374
10.0.0.240 - - [2026-05-18 03:11:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000345
10.0.0.240 - - [2026-05-18 03:11:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000359
10.0.0.23 - - [2026-05-18 03:11:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000398
10.0.0.23 - - [2026-05-18 03:11:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000688
10.0.0.23 - - [2026-05-18 03:12:30] "GET /obj-perms HTTP/1.1" 200 5056 0.076486
10.0.0.23 - - [2026-05-18 03:12:33] "POST /neutron/network HTTP/1.1" 200 1122 0.007434
10.0.0.23 - - [2026-05-18 03:12:33] "POST /neutron/subnet HTTP/1.1" 200 1380 0.013918
10.0.0.23 - - [2026-05-18 03:12:33] "POST /neutron/network HTTP/1.1" 200 1112 0.012321
10.0.0.23 - - [2026-05-18 03:12:41] "POST /neutron/network HTTP/1.1" 200 1122 0.034234
10.0.0.23 - - [2026-05-18 03:12:41] "POST /neutron/subnet HTTP/1.1" 200 1380 0.017757
10.0.0.23 - - [2026-05-18 03:12:41] "POST /neutron/network HTTP/1.1" 200 1112 0.011047
10.0.0.240 - - [2026-05-18 03:12:44] "GET /projects?obj_uuids=8406776b-de54-4b9e-a989-98c3d9093d17&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000912
10.0.0.23 - - [2026-05-18 03:12:44] "GET /project/8406776b-de54-4b9e-a989-98c3d9093d17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1465 0.048109
10.0.0.240 - - [2026-05-18 03:12:44] "GET /projects?obj_uuids=8406776b-de54-4b9e-a989-98c3d9093d17&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000896
10.0.0.23 - - [2026-05-18 03:12:44] "GET /project/8406776b-de54-4b9e-a989-98c3d9093d17?fields=virtual_networks HTTP/1.1" 200 1392 0.045585
10.0.0.240 - - [2026-05-18 03:12:46] "GET /projects?obj_uuids=8406776b-de54-4b9e-a989-98c3d9093d17&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000959
10.0.0.23 - - [2026-05-18 03:12:46] "GET /project/8406776b-de54-4b9e-a989-98c3d9093d17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1465 0.043961
10.0.0.240 - - [2026-05-18 03:12:46] "GET /projects?obj_uuids=8406776b-de54-4b9e-a989-98c3d9093d17&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001557
10.0.0.23 - - [2026-05-18 03:12:46] "GET /project/8406776b-de54-4b9e-a989-98c3d9093d17?fields=virtual_networks HTTP/1.1" 200 1392 0.044702
10.0.0.240 - - [2026-05-18 03:12:48] "GET /projects?obj_uuids=8406776b-de54-4b9e-a989-98c3d9093d17&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001042
10.0.0.23 - - [2026-05-18 03:12:48] "GET /project/8406776b-de54-4b9e-a989-98c3d9093d17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1465 0.048012
10.0.0.240 - - [2026-05-18 03:12:48] "GET /projects?obj_uuids=8406776b-de54-4b9e-a989-98c3d9093d17&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000861
10.0.0.23 - - [2026-05-18 03:12:48] "GET /project/8406776b-de54-4b9e-a989-98c3d9093d17?fields=virtual_networks HTTP/1.1" 200 1392 0.050735
10.0.0.240 - - [2026-05-18 03:12:50] "GET /projects?obj_uuids=8406776b-de54-4b9e-a989-98c3d9093d17&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000901
10.0.0.23 - - [2026-05-18 03:12:50] "GET /project/8406776b-de54-4b9e-a989-98c3d9093d17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1465 0.042932
10.0.0.240 - - [2026-05-18 03:12:50] "GET /projects?obj_uuids=8406776b-de54-4b9e-a989-98c3d9093d17&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001165
10.0.0.23 - - [2026-05-18 03:12:51] "GET /project/8406776b-de54-4b9e-a989-98c3d9093d17?fields=virtual_networks HTTP/1.1" 200 1392 0.041729
10.0.0.240 - - [2026-05-18 03:12:53] "GET /projects?obj_uuids=8406776b-de54-4b9e-a989-98c3d9093d17&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001409
10.0.0.23 - - [2026-05-18 03:12:53] "GET /project/8406776b-de54-4b9e-a989-98c3d9093d17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1465 0.039807
10.0.0.240 - - [2026-05-18 03:12:53] "GET /projects?obj_uuids=8406776b-de54-4b9e-a989-98c3d9093d17&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000853
10.0.0.23 - - [2026-05-18 03:12:53] "GET /project/8406776b-de54-4b9e-a989-98c3d9093d17?fields=virtual_networks HTTP/1.1" 200 1392 0.042747
10.0.0.240 - - [2026-05-18 03:12:55] "GET /projects?obj_uuids=8406776b-de54-4b9e-a989-98c3d9093d17&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001138
10.0.0.23 - - [2026-05-18 03:12:55] "GET /project/8406776b-de54-4b9e-a989-98c3d9093d17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1465 0.052749
10.0.0.240 - - [2026-05-18 03:12:55] "GET /projects?obj_uuids=8406776b-de54-4b9e-a989-98c3d9093d17&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000883
10.0.0.23 - - [2026-05-18 03:12:55] "GET /project/8406776b-de54-4b9e-a989-98c3d9093d17?fields=virtual_networks HTTP/1.1" 200 1392 0.042863
10.0.0.240 - - [2026-05-18 03:12:57] "GET /projects?obj_uuids=8406776b-de54-4b9e-a989-98c3d9093d17&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001392
10.0.0.23 - - [2026-05-18 03:12:57] "GET /project/8406776b-de54-4b9e-a989-98c3d9093d17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1465 0.047443
10.0.0.240 - - [2026-05-18 03:12:57] "GET /projects?obj_uuids=8406776b-de54-4b9e-a989-98c3d9093d17&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001714
10.0.0.23 - - [2026-05-18 03:12:57] "GET /project/8406776b-de54-4b9e-a989-98c3d9093d17?fields=virtual_networks HTTP/1.1" 200 1392 0.046116
10.0.0.240 - - [2026-05-18 03:12:59] "GET /projects?obj_uuids=8406776b-de54-4b9e-a989-98c3d9093d17&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.030952
10.0.0.23 - - [2026-05-18 03:12:59] "GET /project/8406776b-de54-4b9e-a989-98c3d9093d17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1465 0.079891
10.0.0.240 - - [2026-05-18 03:12:59] "GET /projects?obj_uuids=8406776b-de54-4b9e-a989-98c3d9093d17&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001632
10.0.0.23 - - [2026-05-18 03:12:59] "GET /project/8406776b-de54-4b9e-a989-98c3d9093d17?fields=virtual_networks HTTP/1.1" 200 1392 0.070436
10.0.0.240 - - [2026-05-18 03:13:01] "GET /projects?obj_uuids=8406776b-de54-4b9e-a989-98c3d9093d17&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001309
10.0.0.23 - - [2026-05-18 03:13:01] "GET /project/8406776b-de54-4b9e-a989-98c3d9093d17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1465 0.060263
10.0.0.240 - - [2026-05-18 03:13:01] "GET /projects?obj_uuids=8406776b-de54-4b9e-a989-98c3d9093d17&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.002017
10.0.0.23 - - [2026-05-18 03:13:01] "GET /project/8406776b-de54-4b9e-a989-98c3d9093d17?fields=virtual_networks HTTP/1.1" 200 1392 0.063255
10.0.0.240 - - [2026-05-18 03:13:03] "GET /projects?obj_uuids=8406776b-de54-4b9e-a989-98c3d9093d17&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.002131
10.0.0.23 - - [2026-05-18 03:13:03] "GET /project/8406776b-de54-4b9e-a989-98c3d9093d17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1465 0.055385
10.0.0.240 - - [2026-05-18 03:13:03] "GET /projects?obj_uuids=8406776b-de54-4b9e-a989-98c3d9093d17&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001693
10.0.0.23 - - [2026-05-18 03:13:03] "GET /project/8406776b-de54-4b9e-a989-98c3d9093d17?fields=virtual_networks HTTP/1.1" 200 1392 0.071866
10.0.0.240 - - [2026-05-18 03:13:06] "GET /projects?obj_uuids=8406776b-de54-4b9e-a989-98c3d9093d17&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000972
10.0.0.23 - - [2026-05-18 03:13:06] "GET /project/8406776b-de54-4b9e-a989-98c3d9093d17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1465 0.044116
10.0.0.240 - - [2026-05-18 03:13:06] "GET /projects?obj_uuids=8406776b-de54-4b9e-a989-98c3d9093d17&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001176
10.0.0.23 - - [2026-05-18 03:13:06] "GET /project/8406776b-de54-4b9e-a989-98c3d9093d17?fields=virtual_networks HTTP/1.1" 200 1392 0.049852
10.0.0.240 - - [2026-05-18 03:13:08] "GET /projects?obj_uuids=8406776b-de54-4b9e-a989-98c3d9093d17&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001518
10.0.0.23 - - [2026-05-18 03:13:08] "GET /project/8406776b-de54-4b9e-a989-98c3d9093d17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1465 0.048554
10.0.0.240 - - [2026-05-18 03:13:08] "GET /projects?obj_uuids=8406776b-de54-4b9e-a989-98c3d9093d17&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001003
10.0.0.23 - - [2026-05-18 03:13:08] "GET /project/8406776b-de54-4b9e-a989-98c3d9093d17?fields=virtual_networks HTTP/1.1" 200 1392 0.040220
10.0.0.240 - - [2026-05-18 03:13:10] "GET /projects?obj_uuids=8406776b-de54-4b9e-a989-98c3d9093d17&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000879
10.0.0.23 - - [2026-05-18 03:13:10] "GET /project/8406776b-de54-4b9e-a989-98c3d9093d17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1465 0.044225
10.0.0.240 - - [2026-05-18 03:13:10] "GET /projects?obj_uuids=8406776b-de54-4b9e-a989-98c3d9093d17&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000911
10.0.0.23 - - [2026-05-18 03:13:10] "GET /project/8406776b-de54-4b9e-a989-98c3d9093d17?fields=virtual_networks HTTP/1.1" 200 1392 0.051529
10.0.0.240 - - [2026-05-18 03:13:12] "GET /projects?obj_uuids=8406776b-de54-4b9e-a989-98c3d9093d17&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001268
10.0.0.23 - - [2026-05-18 03:13:12] "GET /project/8406776b-de54-4b9e-a989-98c3d9093d17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1465 0.043051
10.0.0.240 - - [2026-05-18 03:13:12] "GET /projects?obj_uuids=8406776b-de54-4b9e-a989-98c3d9093d17&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000948
10.0.0.23 - - [2026-05-18 03:13:12] "GET /project/8406776b-de54-4b9e-a989-98c3d9093d17?fields=virtual_networks HTTP/1.1" 200 1392 0.043160
10.0.0.240 - - [2026-05-18 03:13:14] "GET /projects?obj_uuids=8406776b-de54-4b9e-a989-98c3d9093d17&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000999
10.0.0.23 - - [2026-05-18 03:13:14] "GET /project/8406776b-de54-4b9e-a989-98c3d9093d17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1465 0.044577
10.0.0.240 - - [2026-05-18 03:13:14] "GET /projects?obj_uuids=8406776b-de54-4b9e-a989-98c3d9093d17&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001335
10.0.0.23 - - [2026-05-18 03:13:14] "GET /project/8406776b-de54-4b9e-a989-98c3d9093d17?fields=virtual_networks HTTP/1.1" 200 1392 0.052806
10.0.0.240 - - [2026-05-18 03:13:16] "GET /projects?obj_uuids=8406776b-de54-4b9e-a989-98c3d9093d17&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001062
10.0.0.23 - - [2026-05-18 03:13:16] "GET /project/8406776b-de54-4b9e-a989-98c3d9093d17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1465 0.040595
10.0.0.240 - - [2026-05-18 03:13:16] "GET /projects?obj_uuids=8406776b-de54-4b9e-a989-98c3d9093d17&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001096
10.0.0.23 - - [2026-05-18 03:13:16] "GET /project/8406776b-de54-4b9e-a989-98c3d9093d17?fields=virtual_networks HTTP/1.1" 200 1392 0.047405
10.0.0.240 - - [2026-05-18 03:13:18] "GET /projects?obj_uuids=8406776b-de54-4b9e-a989-98c3d9093d17&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001071
10.0.0.23 - - [2026-05-18 03:13:18] "GET /project/8406776b-de54-4b9e-a989-98c3d9093d17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1465 0.039575
10.0.0.240 - - [2026-05-18 03:13:18] "GET /projects?obj_uuids=8406776b-de54-4b9e-a989-98c3d9093d17&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000882
10.0.0.23 - - [2026-05-18 03:13:18] "GET /project/8406776b-de54-4b9e-a989-98c3d9093d17?fields=virtual_networks HTTP/1.1" 200 1392 0.047273
10.0.0.240 - - [2026-05-18 03:13:21] "GET /projects?obj_uuids=8406776b-de54-4b9e-a989-98c3d9093d17&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000993
10.0.0.23 - - [2026-05-18 03:13:21] "GET /project/8406776b-de54-4b9e-a989-98c3d9093d17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1465 0.048124
10.0.0.240 - - [2026-05-18 03:13:21] "GET /projects?obj_uuids=8406776b-de54-4b9e-a989-98c3d9093d17&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001451
10.0.0.23 - - [2026-05-18 03:13:21] "GET /project/8406776b-de54-4b9e-a989-98c3d9093d17?fields=virtual_networks HTTP/1.1" 200 1392 0.051831
10.0.0.240 - - [2026-05-18 03:13:23] "GET /projects?obj_uuids=8406776b-de54-4b9e-a989-98c3d9093d17&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.002759
10.0.0.23 - - [2026-05-18 03:13:23] "GET /project/8406776b-de54-4b9e-a989-98c3d9093d17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1465 0.050332
10.0.0.240 - - [2026-05-18 03:13:23] "GET /projects?obj_uuids=8406776b-de54-4b9e-a989-98c3d9093d17&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001203
10.0.0.23 - - [2026-05-18 03:13:23] "GET /project/8406776b-de54-4b9e-a989-98c3d9093d17?fields=virtual_networks HTTP/1.1" 200 1392 0.053563
10.0.0.240 - - [2026-05-18 03:13:25] "GET /projects?obj_uuids=8406776b-de54-4b9e-a989-98c3d9093d17&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001050
10.0.0.23 - - [2026-05-18 03:13:25] "GET /project/8406776b-de54-4b9e-a989-98c3d9093d17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1465 0.041525
10.0.0.240 - - [2026-05-18 03:13:25] "GET /projects?obj_uuids=8406776b-de54-4b9e-a989-98c3d9093d17&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001353
10.0.0.23 - - [2026-05-18 03:13:25] "GET /project/8406776b-de54-4b9e-a989-98c3d9093d17?fields=virtual_networks HTTP/1.1" 200 1392 0.065530
10.0.0.240 - - [2026-05-18 03:13:27] "GET /projects?obj_uuids=8406776b-de54-4b9e-a989-98c3d9093d17&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001025
10.0.0.23 - - [2026-05-18 03:13:27] "GET /project/8406776b-de54-4b9e-a989-98c3d9093d17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1465 0.055812
10.0.0.240 - - [2026-05-18 03:13:27] "GET /projects?obj_uuids=8406776b-de54-4b9e-a989-98c3d9093d17&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001133
10.0.0.23 - - [2026-05-18 03:13:27] "GET /project/8406776b-de54-4b9e-a989-98c3d9093d17?fields=virtual_networks HTTP/1.1" 200 1392 0.062126
10.0.0.240 - - [2026-05-18 03:13:29] "GET /projects?obj_uuids=8406776b-de54-4b9e-a989-98c3d9093d17&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001079
10.0.0.23 - - [2026-05-18 03:13:29] "GET /project/8406776b-de54-4b9e-a989-98c3d9093d17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1465 0.043579
10.0.0.240 - - [2026-05-18 03:13:29] "GET /projects?obj_uuids=8406776b-de54-4b9e-a989-98c3d9093d17&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001920
10.0.0.23 - - [2026-05-18 03:13:29] "GET /project/8406776b-de54-4b9e-a989-98c3d9093d17?fields=virtual_networks HTTP/1.1" 200 1392 0.061977
10.0.0.240 - - [2026-05-18 03:13:31] "GET /projects?obj_uuids=8406776b-de54-4b9e-a989-98c3d9093d17&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001164
10.0.0.23 - - [2026-05-18 03:13:31] "GET /project/8406776b-de54-4b9e-a989-98c3d9093d17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1465 0.047106
10.0.0.240 - - [2026-05-18 03:13:31] "GET /projects?obj_uuids=8406776b-de54-4b9e-a989-98c3d9093d17&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000930
10.0.0.23 - - [2026-05-18 03:13:31] "GET /project/8406776b-de54-4b9e-a989-98c3d9093d17?fields=virtual_networks HTTP/1.1" 200 1392 0.054849
10.0.0.23 - - [2026-05-18 03:13:33] "POST /neutron/port HTTP/1.1" 200 1217 0.018671
10.0.0.23 - - [2026-05-18 03:13:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004111
10.0.0.23 - - [2026-05-18 03:13:33] "POST /neutron/port HTTP/1.1" 200 117 0.001092
10.0.0.240 - - [2026-05-18 03:13:33] "GET /projects?obj_uuids=8406776b-de54-4b9e-a989-98c3d9093d17&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001386
10.0.0.23 - - [2026-05-18 03:13:33] "GET /project/8406776b-de54-4b9e-a989-98c3d9093d17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1465 0.055945
10.0.0.240 - - [2026-05-18 03:13:34] "GET /projects?obj_uuids=8406776b-de54-4b9e-a989-98c3d9093d17&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001694
10.0.0.23 - - [2026-05-18 03:13:34] "GET /project/8406776b-de54-4b9e-a989-98c3d9093d17?fields=virtual_networks HTTP/1.1" 200 1392 0.059890
10.0.0.240 - - [2026-05-18 03:13:36] "GET /projects?obj_uuids=8406776b-de54-4b9e-a989-98c3d9093d17&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001013
10.0.0.23 - - [2026-05-18 03:13:36] "GET /project/8406776b-de54-4b9e-a989-98c3d9093d17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1465 0.040875
10.0.0.240 - - [2026-05-18 03:13:36] "GET /projects?obj_uuids=8406776b-de54-4b9e-a989-98c3d9093d17&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001410
10.0.0.23 - - [2026-05-18 03:13:36] "GET /project/8406776b-de54-4b9e-a989-98c3d9093d17?fields=virtual_networks HTTP/1.1" 200 1392 0.048887
10.0.0.240 - - [2026-05-18 03:13:38] "GET /projects?obj_uuids=8406776b-de54-4b9e-a989-98c3d9093d17&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001456
10.0.0.23 - - [2026-05-18 03:13:38] "GET /project/8406776b-de54-4b9e-a989-98c3d9093d17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1465 0.050913
10.0.0.240 - - [2026-05-18 03:13:38] "GET /projects?obj_uuids=8406776b-de54-4b9e-a989-98c3d9093d17&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000979
10.0.0.23 - - [2026-05-18 03:13:38] "GET /project/8406776b-de54-4b9e-a989-98c3d9093d17?fields=virtual_networks HTTP/1.1" 200 1392 0.058875
10.0.0.240 - - [2026-05-18 03:13:40] "GET /projects?obj_uuids=8406776b-de54-4b9e-a989-98c3d9093d17&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001280
10.0.0.23 - - [2026-05-18 03:13:40] "GET /project/8406776b-de54-4b9e-a989-98c3d9093d17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1465 0.047904
10.0.0.240 - - [2026-05-18 03:13:40] "GET /projects?obj_uuids=8406776b-de54-4b9e-a989-98c3d9093d17&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000917
10.0.0.23 - - [2026-05-18 03:13:40] "GET /project/8406776b-de54-4b9e-a989-98c3d9093d17?fields=virtual_networks HTTP/1.1" 200 1392 0.046258
10.0.0.23 - - [2026-05-18 03:13:41] "POST /neutron/port HTTP/1.1" 200 1217 0.021374
10.0.0.23 - - [2026-05-18 03:13:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004117
10.0.0.23 - - [2026-05-18 03:13:41] "POST /neutron/port HTTP/1.1" 200 117 0.001328
10.0.0.240 - - [2026-05-18 03:13:42] "GET /projects?obj_uuids=8406776b-de54-4b9e-a989-98c3d9093d17&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001126
10.0.0.23 - - [2026-05-18 03:13:42] "GET /project/8406776b-de54-4b9e-a989-98c3d9093d17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1465 0.056141
10.0.0.240 - - [2026-05-18 03:13:42] "GET /projects?obj_uuids=8406776b-de54-4b9e-a989-98c3d9093d17&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001276
10.0.0.23 - - [2026-05-18 03:13:42] "GET /project/8406776b-de54-4b9e-a989-98c3d9093d17?fields=virtual_networks HTTP/1.1" 200 1392 0.044271
10.0.0.240 - - [2026-05-18 03:13:44] "GET /projects?obj_uuids=8406776b-de54-4b9e-a989-98c3d9093d17&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001152
10.0.0.23 - - [2026-05-18 03:13:44] "GET /project/8406776b-de54-4b9e-a989-98c3d9093d17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1465 0.046350
10.0.0.240 - - [2026-05-18 03:13:44] "GET /projects?obj_uuids=8406776b-de54-4b9e-a989-98c3d9093d17&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001199
10.0.0.23 - - [2026-05-18 03:13:44] "GET /project/8406776b-de54-4b9e-a989-98c3d9093d17?fields=virtual_networks HTTP/1.1" 200 1392 0.043137
10.0.0.240 - - [2026-05-18 03:13:46] "GET /projects?obj_uuids=8406776b-de54-4b9e-a989-98c3d9093d17&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001103
10.0.0.23 - - [2026-05-18 03:13:46] "GET /project/8406776b-de54-4b9e-a989-98c3d9093d17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1465 0.048676
10.0.0.240 - - [2026-05-18 03:13:46] "GET /projects?obj_uuids=8406776b-de54-4b9e-a989-98c3d9093d17&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001479
10.0.0.23 - - [2026-05-18 03:13:46] "GET /project/8406776b-de54-4b9e-a989-98c3d9093d17?fields=virtual_networks HTTP/1.1" 200 1392 0.051533
10.0.0.240 - - [2026-05-18 03:13:48] "GET /projects?obj_uuids=8406776b-de54-4b9e-a989-98c3d9093d17&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001098
10.0.0.23 - - [2026-05-18 03:13:49] "GET /project/8406776b-de54-4b9e-a989-98c3d9093d17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1465 0.053581
10.0.0.240 - - [2026-05-18 03:13:49] "GET /projects?obj_uuids=8406776b-de54-4b9e-a989-98c3d9093d17&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001629
10.0.0.23 - - [2026-05-18 03:13:49] "GET /project/8406776b-de54-4b9e-a989-98c3d9093d17?fields=virtual_networks HTTP/1.1" 200 1392 0.043304
10.0.0.23 - - [2026-05-18 03:13:49] "POST /fqname-to-id HTTP/1.1" 404 218 0.030421
10.0.0.240 - - [2026-05-18 03:13:49] "GET /projects?obj_uuids=da8c61bd-73fb-496d-9bd1-61db12049cb1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003286
10.0.0.240 - - [2026-05-18 03:13:49] "GET /domains?obj_uuids=4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.003180
10.0.0.240 - - [2026-05-18 03:13:49] "GET /domain/4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009942
10.0.0.240 - - [2026-05-18 03:13:49] "POST /id-to-fqname HTTP/1.1" 200 221 0.001283
10.0.0.240 - - [2026-05-18 03:13:49] "POST /fqname-to-id HTTP/1.1" 404 232 0.005393
10.0.0.240 - - [2026-05-18 03:13:49] "POST /security-groups HTTP/1.1" 200 621 0.086405
10.0.0.240 - - [2026-05-18 03:13:49] "POST /projects HTTP/1.1" 200 645 0.309611
10.0.0.240 - - [2026-05-18 03:13:50] "POST /access-control-lists HTTP/1.1" 200 628 0.032437
10.0.0.240 - - [2026-05-18 03:13:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.397141
10.0.0.23 - - [2026-05-18 03:13:50] "GET /project/da8c61bd-73fb-496d-9bd1-61db12049cb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.567087
10.0.0.23 - - [2026-05-18 03:13:51] "GET / HTTP/1.1" 200 36215 0.001795
10.0.0.240 - - [2026-05-18 03:13:52] "DELETE /project/da8c61bd73fb496d9bd161db12049cb1 HTTP/1.1" 404 173 0.003512
10.0.0.23 - - [2026-05-18 03:13:53] "POST /fqname-to-id HTTP/1.1" 401 292 0.000528
10.0.0.23 - - [2026-05-18 03:13:53] "POST /fqname-to-id HTTP/1.1" 404 254 0.040761
10.0.0.23 - - [2026-05-18 03:13:53] "POST /security-groups HTTP/1.1" 200 597 0.036790
10.0.0.240 - - [2026-05-18 03:13:53] "POST /fqname-to-id HTTP/1.1" 404 286 0.003647
10.0.0.23 - - [2026-05-18 03:13:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002638
10.0.0.23 - - [2026-05-18 03:13:53] "GET /security-group/1bd0f17a-9b66-4dfa-bd33-50f95b7e78c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1945 0.008025
10.0.0.23 - - [2026-05-18 03:13:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004967
10.0.0.240 - - [2026-05-18 03:13:53] "POST /access-control-lists HTTP/1.1" 200 648 0.044139
10.0.0.23 - - [2026-05-18 03:13:53] "GET /security-group/1bd0f17a-9b66-4dfa-bd33-50f95b7e78c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1945 0.004394
10.0.0.23 - - [2026-05-18 03:13:54] "DELETE /security-group/1bd0f17a-9b66-4dfa-bd33-50f95b7e78c1 HTTP/1.1" 200 115 0.052843
10.0.0.23 - - [2026-05-18 03:13:54] "POST /fqname-to-id HTTP/1.1" 404 254 0.003198
10.0.0.23 - - [2026-05-18 03:13:54] "POST /fqname-to-id HTTP/1.1" 404 254 0.003429
10.0.0.23 - - [2026-05-18 03:13:54] "POST /security-groups HTTP/1.1" 200 597 0.045202
10.0.0.240 - - [2026-05-18 03:13:54] "POST /fqname-to-id HTTP/1.1" 404 286 0.003543
10.0.0.23 - - [2026-05-18 03:13:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003590
10.0.0.23 - - [2026-05-18 03:13:54] "GET /security-group/c357c979-998a-432a-b7c0-13fd906cba2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1946 0.006973
10.0.0.23 - - [2026-05-18 03:13:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002501
10.0.0.240 - - [2026-05-18 03:13:54] "POST /access-control-lists HTTP/1.1" 200 648 0.035656
10.0.0.23 - - [2026-05-18 03:13:54] "GET /security-group/c357c979-998a-432a-b7c0-13fd906cba2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1946 0.005304
10.0.0.23 - - [2026-05-18 03:13:55] "GET /security-group/c357c979-998a-432a-b7c0-13fd906cba2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1946 0.005130
10.0.0.23 - - [2026-05-18 03:13:55] "PUT /security-group/c357c979-998a-432a-b7c0-13fd906cba2b HTTP/1.1" 200 263 0.020359
10.0.0.23 - - [2026-05-18 03:13:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005027
10.0.0.240 - - [2026-05-18 03:13:55] "GET /projects?obj_uuids=da8c61bd-73fb-496d-9bd1-61db12049cb1&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001034
10.0.0.23 - - [2026-05-18 03:13:55] "GET /project/da8c61bd-73fb-496d-9bd1-61db12049cb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.043262
10.0.0.240 - - [2026-05-18 03:13:55] "GET /projects?obj_uuids=da8c61bd-73fb-496d-9bd1-61db12049cb1&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000986
10.0.0.23 - - [2026-05-18 03:13:55] "POST /neutron/network HTTP/1.1" 200 735 0.158637
10.0.0.240 - - [2026-05-18 03:13:55] "POST /route-targets HTTP/1.1" 200 328 0.014693
10.0.0.23 - - [2026-05-18 03:13:55] "POST /id-to-fqname HTTP/1.1" 200 300 0.004584
10.0.0.23 - - [2026-05-18 03:13:55] "GET /virtual-network/3d374bc1-b81d-4f5a-a7f7-a136071fdc18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2255 0.005354
10.0.0.23 - - [2026-05-18 03:13:55] "POST /neutron/network HTTP/1.1" 200 955 0.007169
10.0.0.23 - - [2026-05-18 03:13:55] "GET /virtual-network/3d374bc1-b81d-4f5a-a7f7-a136071fdc18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2255 0.007235
10.0.0.23 - - [2026-05-18 03:13:56] "GET /virtual-network/3d374bc1-b81d-4f5a-a7f7-a136071fdc18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2255 0.006982
10.0.0.22 - - [2026-05-18 03:13:57] "GET /obj-perms HTTP/1.1" 200 5090 0.053319
10.0.0.240 - - [2026-05-18 03:13:57] "GET /obj-perms HTTP/1.1" 200 5090 0.053445
10.0.0.23 - - [2026-05-18 03:13:57] "POST /id-to-fqname HTTP/1.1" 200 300 0.001181
10.0.0.23 - - [2026-05-18 03:13:57] "POST /neutron/port HTTP/1.1" 200 2280 0.023805
10.0.0.240 - - [2026-05-18 03:13:58] "GET /projects?obj_uuids=da8c61bd-73fb-496d-9bd1-61db12049cb1&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001351
10.0.0.23 - - [2026-05-18 03:13:58] "GET /project/da8c61bd-73fb-496d-9bd1-61db12049cb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.075824
10.0.0.23 - - [2026-05-18 03:13:58] "POST /neutron/network HTTP/1.1" 200 955 0.038954
10.0.0.23 - - [2026-05-18 03:13:59] "POST /id-to-fqname HTTP/1.1" 200 300 0.001337
10.0.0.23 - - [2026-05-18 03:13:59] "POST /neutron/port HTTP/1.1" 200 2280 0.033864
10.0.0.23 - - [2026-05-18 03:13:59] "POST /neutron/network HTTP/1.1" 200 965 0.007112
10.0.0.23 - - [2026-05-18 03:14:00] "POST /neutron/port HTTP/1.1" 200 1091 0.022225
10.0.0.23 - - [2026-05-18 03:14:00] "POST /neutron/port HTTP/1.1" 200 1156 0.029316
10.0.0.240 - - [2026-05-18 03:14:00] "GET /projects?obj_uuids=da8c61bd-73fb-496d-9bd1-61db12049cb1&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001266
10.0.0.23 - - [2026-05-18 03:14:00] "POST /neutron/port HTTP/1.1" 200 117 0.005308
10.0.0.23 - - [2026-05-18 03:14:00] "GET /project/da8c61bd-73fb-496d-9bd1-61db12049cb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.123046
10.0.0.23 - - [2026-05-18 03:14:00] "POST /neutron/port HTTP/1.1" 200 3282 0.047510
10.0.0.23 - - [2026-05-18 03:14:00] "POST /neutron/port HTTP/1.1" 200 1156 0.023739
10.0.0.240 - - [2026-05-18 03:14:01] "GET /projects?obj_uuids=da8c61bd-73fb-496d-9bd1-61db12049cb1&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001051
10.0.0.23 - - [2026-05-18 03:14:01] "POST /neutron/security_group HTTP/1.1" 200 3300 0.088691
10.0.0.23 - - [2026-05-18 03:14:01] "POST /neutron/port HTTP/1.1" 200 1091 0.018636
10.0.0.23 - - [2026-05-18 03:14:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005118
10.0.0.23 - - [2026-05-18 03:14:01] "POST /neutron/network HTTP/1.1" 200 955 0.007772
10.0.0.23 - - [2026-05-18 03:14:06] "POST /neutron/port HTTP/1.1" 200 1156 0.017787
10.0.0.23 - - [2026-05-18 03:14:06] "POST /neutron/security_group HTTP/1.1" 200 1294 0.007879
10.0.0.23 - - [2026-05-18 03:14:06] "GET /virtual-machine/1648d871-59d7-45dc-a1cd-0e3df884b161 HTTP/1.1" 401 292 0.000405
10.0.0.23 - - [2026-05-18 03:14:06] "GET /virtual-machine/1648d871-59d7-45dc-a1cd-0e3df884b161 HTTP/1.1" 200 1324 0.034329
10.0.0.23 - - [2026-05-18 03:14:06] "GET /virtual-machine/1648d871-59d7-45dc-a1cd-0e3df884b161 HTTP/1.1" 200 1324 0.003810
10.0.0.23 - - [2026-05-18 03:14:06] "GET /virtual-machine-interface/b85de439-28c2-4764-9476-08610d0c7e4c HTTP/1.1" 200 3270 0.006022
10.0.0.23 - - [2026-05-18 03:14:06] "GET /virtual-machine/1648d871-59d7-45dc-a1cd-0e3df884b161 HTTP/1.1" 200 1324 0.003903
10.0.0.23 - - [2026-05-18 03:14:06] "GET /virtual-machine-interface/b85de439-28c2-4764-9476-08610d0c7e4c HTTP/1.1" 200 3270 0.007875
10.0.0.23 - - [2026-05-18 03:14:06] "GET /instance-ip/82127df8-dd48-443e-b301-097cc7e012cb HTTP/1.1" 200 1734 0.007657
10.0.0.23 - - [2026-05-18 03:14:06] "GET /virtual-machine/1648d871-59d7-45dc-a1cd-0e3df884b161 HTTP/1.1" 200 1324 0.004024
10.0.0.23 - - [2026-05-18 03:14:06] "GET /virtual-machine-interface/b85de439-28c2-4764-9476-08610d0c7e4c HTTP/1.1" 200 3270 0.005217
10.0.0.23 - - [2026-05-18 03:14:06] "GET /instance-ip/82127df8-dd48-443e-b301-097cc7e012cb HTTP/1.1" 200 1734 0.003780
10.0.0.23 - - [2026-05-18 03:14:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004640
10.0.0.23 - - [2026-05-18 03:14:06] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004012
10.0.0.23 - - [2026-05-18 03:14:06] "GET /virtual-networks?parent_id=da8c61bd-73fb-496d-9bd1-61db12049cb1&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003371
10.0.0.23 - - [2026-05-18 03:14:06] "GET /virtual-network/3d374bc1-b81d-4f5a-a7f7-a136071fdc18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2255 0.005669
10.0.0.23 - - [2026-05-18 03:14:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003263
10.0.0.23 - - [2026-05-18 03:14:06] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004225
10.0.0.23 - - [2026-05-18 03:14:06] "GET /virtual-networks?parent_id=da8c61bd-73fb-496d-9bd1-61db12049cb1&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003748
10.0.0.23 - - [2026-05-18 03:14:06] "GET /virtual-network/3d374bc1-b81d-4f5a-a7f7-a136071fdc18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2255 0.009099
10.0.0.23 - - [2026-05-18 03:14:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003227
10.0.0.23 - - [2026-05-18 03:14:07] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006278
10.0.0.23 - - [2026-05-18 03:14:07] "GET /virtual-networks?parent_id=da8c61bd-73fb-496d-9bd1-61db12049cb1&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003606
10.0.0.23 - - [2026-05-18 03:14:07] "GET /virtual-network/3d374bc1-b81d-4f5a-a7f7-a136071fdc18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2255 0.006564
10.0.0.23 - - [2026-05-18 03:14:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005093
10.0.0.23 - - [2026-05-18 03:14:07] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004115
10.0.0.23 - - [2026-05-18 03:14:07] "GET /virtual-networks?parent_id=da8c61bd-73fb-496d-9bd1-61db12049cb1&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.004175
10.0.0.23 - - [2026-05-18 03:14:07] "GET /virtual-network/3d374bc1-b81d-4f5a-a7f7-a136071fdc18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2255 0.007100
10.0.0.23 - - [2026-05-18 03:14:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004735
10.0.0.23 - - [2026-05-18 03:14:07] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004636
10.0.0.23 - - [2026-05-18 03:14:07] "GET /virtual-networks?parent_id=da8c61bd-73fb-496d-9bd1-61db12049cb1&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003599
10.0.0.23 - - [2026-05-18 03:14:07] "GET /virtual-network/3d374bc1-b81d-4f5a-a7f7-a136071fdc18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2255 0.006614
10.0.0.23 - - [2026-05-18 03:14:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003369
10.0.0.23 - - [2026-05-18 03:14:07] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004657
10.0.0.23 - - [2026-05-18 03:14:07] "GET /virtual-networks?parent_id=da8c61bd-73fb-496d-9bd1-61db12049cb1&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003304
10.0.0.23 - - [2026-05-18 03:14:07] "GET /virtual-network/3d374bc1-b81d-4f5a-a7f7-a136071fdc18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2255 0.006988
10.0.0.23 - - [2026-05-18 03:14:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004351
10.0.0.23 - - [2026-05-18 03:14:07] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004330
10.0.0.23 - - [2026-05-18 03:14:07] "GET /virtual-networks?parent_id=da8c61bd-73fb-496d-9bd1-61db12049cb1&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.007537
10.0.0.23 - - [2026-05-18 03:14:07] "GET /virtual-network/3d374bc1-b81d-4f5a-a7f7-a136071fdc18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2255 0.006576
10.0.0.23 - - [2026-05-18 03:14:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004046
10.0.0.23 - - [2026-05-18 03:14:10] "GET /virtual-network/3d374bc1-b81d-4f5a-a7f7-a136071fdc18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2255 0.005962
10.0.0.23 - - [2026-05-18 03:14:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004698
10.0.0.23 - - [2026-05-18 03:14:14] "GET /virtual-network/3d374bc1-b81d-4f5a-a7f7-a136071fdc18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2255 0.005556
10.0.0.23 - - [2026-05-18 03:14:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003782
10.0.0.23 - - [2026-05-18 03:14:18] "GET /virtual-network/3d374bc1-b81d-4f5a-a7f7-a136071fdc18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2255 0.005478
10.0.0.23 - - [2026-05-18 03:14:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003333
10.0.0.23 - - [2026-05-18 03:14:23] "GET /virtual-network/3d374bc1-b81d-4f5a-a7f7-a136071fdc18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2255 0.008294
10.0.0.23 - - [2026-05-18 03:14:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004032
10.0.0.23 - - [2026-05-18 03:14:27] "GET /virtual-network/3d374bc1-b81d-4f5a-a7f7-a136071fdc18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2255 0.005337
10.0.0.23 - - [2026-05-18 03:14:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003456
10.0.0.23 - - [2026-05-18 03:14:31] "GET /virtual-network/3d374bc1-b81d-4f5a-a7f7-a136071fdc18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2255 0.005432
10.0.0.23 - - [2026-05-18 03:14:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003830
10.0.0.23 - - [2026-05-18 03:14:35] "GET /virtual-network/3d374bc1-b81d-4f5a-a7f7-a136071fdc18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2255 0.006455
10.0.0.23 - - [2026-05-18 03:14:35] "POST /neutron/port HTTP/1.1" 200 1217 0.019816
10.0.0.23 - - [2026-05-18 03:14:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004115
10.0.0.23 - - [2026-05-18 03:14:35] "POST /neutron/port HTTP/1.1" 200 117 0.001319
10.0.0.23 - - [2026-05-18 03:14:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004009
10.0.0.23 - - [2026-05-18 03:14:39] "GET /virtual-network/3d374bc1-b81d-4f5a-a7f7-a136071fdc18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2255 0.005622
10.0.0.23 - - [2026-05-18 03:14:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003270
10.0.0.23 - - [2026-05-18 03:14:41] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004789
10.0.0.23 - - [2026-05-18 03:14:41] "GET /virtual-networks?parent_id=da8c61bd-73fb-496d-9bd1-61db12049cb1&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003830
10.0.0.23 - - [2026-05-18 03:14:41] "GET /virtual-network/3d374bc1-b81d-4f5a-a7f7-a136071fdc18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2255 0.006602
10.0.0.23 - - [2026-05-18 03:14:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003838
10.0.0.23 - - [2026-05-18 03:14:41] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004827
10.0.0.23 - - [2026-05-18 03:14:41] "GET /virtual-networks?parent_id=da8c61bd-73fb-496d-9bd1-61db12049cb1&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003443
10.0.0.23 - - [2026-05-18 03:14:41] "GET /virtual-network/3d374bc1-b81d-4f5a-a7f7-a136071fdc18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2255 0.006140
10.0.0.23 - - [2026-05-18 03:14:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003188
10.0.0.23 - - [2026-05-18 03:14:41] "GET /routing-instance/4b14ff8d-1bcd-4567-bff2-8795bf845521?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1708 0.006470
10.0.0.23 - - [2026-05-18 03:14:41] "GET /route-target/cbd87fd4-2455-4801-88f4-5fac8737fd20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004207
10.0.0.23 - - [2026-05-18 03:14:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003835
10.0.0.23 - - [2026-05-18 03:14:42] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004239
10.0.0.23 - - [2026-05-18 03:14:42] "GET /virtual-networks?parent_id=da8c61bd-73fb-496d-9bd1-61db12049cb1&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003528
10.0.0.23 - - [2026-05-18 03:14:42] "GET /virtual-network/3d374bc1-b81d-4f5a-a7f7-a136071fdc18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2255 0.006120
10.0.0.23 - - [2026-05-18 03:14:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003700
10.0.0.23 - - [2026-05-18 03:14:42] "GET /routing-instance/4b14ff8d-1bcd-4567-bff2-8795bf845521?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1708 0.004805
10.0.0.23 - - [2026-05-18 03:14:42] "GET /route-target/cbd87fd4-2455-4801-88f4-5fac8737fd20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003433
10.0.0.23 - - [2026-05-18 03:14:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003967
10.0.0.23 - - [2026-05-18 03:14:42] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004537
10.0.0.23 - - [2026-05-18 03:14:42] "GET /virtual-networks?parent_id=da8c61bd-73fb-496d-9bd1-61db12049cb1&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.004115
10.0.0.23 - - [2026-05-18 03:14:42] "GET /virtual-network/3d374bc1-b81d-4f5a-a7f7-a136071fdc18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2255 0.008104
10.0.0.23 - - [2026-05-18 03:14:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003970
10.0.0.23 - - [2026-05-18 03:14:42] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004064
10.0.0.23 - - [2026-05-18 03:14:42] "GET /virtual-networks?parent_id=da8c61bd-73fb-496d-9bd1-61db12049cb1&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003428
10.0.0.23 - - [2026-05-18 03:14:42] "GET /virtual-network/3d374bc1-b81d-4f5a-a7f7-a136071fdc18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2255 0.006523
10.0.0.23 - - [2026-05-18 03:14:42] "GET /obj-perms HTTP/1.1" 200 5090 0.063972
10.0.0.23 - - [2026-05-18 03:14:42] "GET /obj-perms HTTP/1.1" 200 5090 0.005438
10.0.0.240 - - [2026-05-18 03:14:42] "GET /obj-perms HTTP/1.1" 200 5090 0.004419
10.0.0.23 - - [2026-05-18 03:14:42] "POST /neutron/port HTTP/1.1" 200 1217 0.018490
10.0.0.23 - - [2026-05-18 03:14:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004205
10.0.0.22 - - [2026-05-18 03:14:43] "GET /obj-perms HTTP/1.1" 200 5090 0.003403
10.0.0.23 - - [2026-05-18 03:14:43] "POST /neutron/port HTTP/1.1" 200 117 0.001078
10.0.0.23 - - [2026-05-18 03:14:43] "GET /obj-perms HTTP/1.1" 200 5090 0.003798
10.0.0.23 - - [2026-05-18 03:14:43] "GET /virtual-machine/1648d871-59d7-45dc-a1cd-0e3df884b161 HTTP/1.1" 200 1324 0.005180
10.0.0.23 - - [2026-05-18 03:14:43] "GET /virtual-machine-interface/b85de439-28c2-4764-9476-08610d0c7e4c HTTP/1.1" 200 3270 0.006390
10.0.0.23 - - [2026-05-18 03:14:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004638
10.0.0.23 - - [2026-05-18 03:14:43] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004911
10.0.0.23 - - [2026-05-18 03:14:43] "GET /virtual-networks?parent_id=da8c61bd-73fb-496d-9bd1-61db12049cb1&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003204
10.0.0.23 - - [2026-05-18 03:14:43] "GET /virtual-network/3d374bc1-b81d-4f5a-a7f7-a136071fdc18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2255 0.006468
10.0.0.23 - - [2026-05-18 03:14:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004811
10.0.0.23 - - [2026-05-18 03:14:44] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003531
10.0.0.23 - - [2026-05-18 03:14:44] "GET /virtual-networks?parent_id=da8c61bd-73fb-496d-9bd1-61db12049cb1&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.006423
10.0.0.23 - - [2026-05-18 03:14:44] "GET /virtual-network/3d374bc1-b81d-4f5a-a7f7-a136071fdc18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2255 0.006002
10.0.0.23 - - [2026-05-18 03:14:44] "POST /neutron/port HTTP/1.1" 200 1156 0.018321
10.0.0.23 - - [2026-05-18 03:14:48] "POST /neutron/security_group HTTP/1.1" 200 1294 0.009172
10.0.0.23 - - [2026-05-18 03:14:54] "POST /neutron/port HTTP/1.1" 200 1156 0.018135
10.0.0.23 - - [2026-05-18 03:14:59] "POST /neutron/security_group HTTP/1.1" 200 1294 0.007075
10.0.0.23 - - [2026-05-18 03:15:00] "POST /neutron/port HTTP/1.1" 200 1156 0.033854
10.0.0.23 - - [2026-05-18 03:15:00] "POST /neutron/security_group HTTP/1.1" 200 1294 0.010699
10.0.0.23 - - [2026-05-18 03:15:00] "GET /virtual-machine/9009e6d7-01b4-497f-87d3-e463fa99e0e4 HTTP/1.1" 200 1324 0.009706
10.0.0.23 - - [2026-05-18 03:15:00] "GET /virtual-machine/9009e6d7-01b4-497f-87d3-e463fa99e0e4 HTTP/1.1" 200 1324 0.004333
10.0.0.23 - - [2026-05-18 03:15:00] "GET /virtual-machine-interface/afecf5d9-a320-45fc-afbe-1105f197b501 HTTP/1.1" 200 3270 0.006296
10.0.0.23 - - [2026-05-18 03:15:00] "GET /virtual-machine/9009e6d7-01b4-497f-87d3-e463fa99e0e4 HTTP/1.1" 200 1324 0.004246
10.0.0.23 - - [2026-05-18 03:15:00] "GET /virtual-machine-interface/afecf5d9-a320-45fc-afbe-1105f197b501 HTTP/1.1" 200 3270 0.009850
10.0.0.23 - - [2026-05-18 03:15:00] "GET /instance-ip/6b70d84a-69b4-4d15-9b2b-1a892cd78f21 HTTP/1.1" 200 1734 0.010357
10.0.0.23 - - [2026-05-18 03:15:00] "GET /virtual-machine/9009e6d7-01b4-497f-87d3-e463fa99e0e4 HTTP/1.1" 200 1324 0.006307
10.0.0.23 - - [2026-05-18 03:15:00] "GET /virtual-machine-interface/afecf5d9-a320-45fc-afbe-1105f197b501 HTTP/1.1" 200 3270 0.010037
10.0.0.23 - - [2026-05-18 03:15:00] "GET /instance-ip/6b70d84a-69b4-4d15-9b2b-1a892cd78f21 HTTP/1.1" 200 1734 0.005193
10.0.0.23 - - [2026-05-18 03:15:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005536
10.0.0.23 - - [2026-05-18 03:15:00] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.007337
10.0.0.23 - - [2026-05-18 03:15:00] "GET /virtual-networks?parent_id=da8c61bd-73fb-496d-9bd1-61db12049cb1&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.005476
10.0.0.23 - - [2026-05-18 03:15:00] "GET /virtual-network/3d374bc1-b81d-4f5a-a7f7-a136071fdc18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2255 0.013092
10.0.0.23 - - [2026-05-18 03:15:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005702
10.0.0.23 - - [2026-05-18 03:15:00] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.007365
10.0.0.23 - - [2026-05-18 03:15:00] "GET /virtual-networks?parent_id=da8c61bd-73fb-496d-9bd1-61db12049cb1&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.005090
10.0.0.23 - - [2026-05-18 03:15:01] "GET /virtual-network/3d374bc1-b81d-4f5a-a7f7-a136071fdc18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2255 0.008570
10.0.0.23 - - [2026-05-18 03:15:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004124
10.0.0.23 - - [2026-05-18 03:15:01] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006473
10.0.0.23 - - [2026-05-18 03:15:01] "GET /virtual-networks?parent_id=da8c61bd-73fb-496d-9bd1-61db12049cb1&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.004688
10.0.0.23 - - [2026-05-18 03:15:01] "GET /virtual-network/3d374bc1-b81d-4f5a-a7f7-a136071fdc18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2255 0.006403
10.0.0.23 - - [2026-05-18 03:15:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005134
10.0.0.23 - - [2026-05-18 03:15:01] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004888
10.0.0.23 - - [2026-05-18 03:15:01] "GET /virtual-networks?parent_id=da8c61bd-73fb-496d-9bd1-61db12049cb1&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.004496
10.0.0.23 - - [2026-05-18 03:15:01] "GET /virtual-network/3d374bc1-b81d-4f5a-a7f7-a136071fdc18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2255 0.009168
10.0.0.23 - - [2026-05-18 03:15:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004318
10.0.0.23 - - [2026-05-18 03:15:01] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005234
10.0.0.23 - - [2026-05-18 03:15:01] "GET /virtual-networks?parent_id=da8c61bd-73fb-496d-9bd1-61db12049cb1&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.004746
10.0.0.23 - - [2026-05-18 03:15:01] "GET /virtual-network/3d374bc1-b81d-4f5a-a7f7-a136071fdc18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2255 0.005996
10.0.0.23 - - [2026-05-18 03:15:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004571
10.0.0.23 - - [2026-05-18 03:15:01] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005150
10.0.0.23 - - [2026-05-18 03:15:01] "GET /virtual-networks?parent_id=da8c61bd-73fb-496d-9bd1-61db12049cb1&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003827
10.0.0.23 - - [2026-05-18 03:15:01] "GET /virtual-network/3d374bc1-b81d-4f5a-a7f7-a136071fdc18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2255 0.009393
10.0.0.23 - - [2026-05-18 03:15:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004658
10.0.0.23 - - [2026-05-18 03:15:01] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004570
10.0.0.23 - - [2026-05-18 03:15:01] "GET /virtual-networks?parent_id=da8c61bd-73fb-496d-9bd1-61db12049cb1&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003601
10.0.0.23 - - [2026-05-18 03:15:01] "GET /virtual-network/3d374bc1-b81d-4f5a-a7f7-a136071fdc18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2255 0.007154
10.0.0.23 - - [2026-05-18 03:15:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003582
10.0.0.23 - - [2026-05-18 03:15:02] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004950
10.0.0.23 - - [2026-05-18 03:15:02] "GET /virtual-networks?parent_id=da8c61bd-73fb-496d-9bd1-61db12049cb1&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003147
10.0.0.23 - - [2026-05-18 03:15:02] "GET /virtual-network/3d374bc1-b81d-4f5a-a7f7-a136071fdc18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2255 0.006013
10.0.0.23 - - [2026-05-18 03:15:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003925
10.0.0.23 - - [2026-05-18 03:15:03] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005924
10.0.0.23 - - [2026-05-18 03:15:03] "GET /virtual-networks?parent_id=da8c61bd-73fb-496d-9bd1-61db12049cb1&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.008100
10.0.0.23 - - [2026-05-18 03:15:03] "GET /virtual-network/3d374bc1-b81d-4f5a-a7f7-a136071fdc18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2255 0.006333
10.0.0.23 - - [2026-05-18 03:15:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003956
10.0.0.23 - - [2026-05-18 03:15:03] "GET /routing-instance/4b14ff8d-1bcd-4567-bff2-8795bf845521?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1708 0.004574
10.0.0.23 - - [2026-05-18 03:15:03] "GET /route-target/cbd87fd4-2455-4801-88f4-5fac8737fd20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003921
10.0.0.23 - - [2026-05-18 03:15:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003537
10.0.0.23 - - [2026-05-18 03:15:03] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006138
10.0.0.23 - - [2026-05-18 03:15:03] "GET /virtual-networks?parent_id=da8c61bd-73fb-496d-9bd1-61db12049cb1&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.004313
10.0.0.23 - - [2026-05-18 03:15:03] "GET /virtual-network/3d374bc1-b81d-4f5a-a7f7-a136071fdc18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2255 0.007713
10.0.0.23 - - [2026-05-18 03:15:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004578
10.0.0.23 - - [2026-05-18 03:15:03] "GET /routing-instance/4b14ff8d-1bcd-4567-bff2-8795bf845521?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1708 0.007186
10.0.0.23 - - [2026-05-18 03:15:03] "GET /route-target/cbd87fd4-2455-4801-88f4-5fac8737fd20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.006402
10.0.0.23 - - [2026-05-18 03:15:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005635
10.0.0.23 - - [2026-05-18 03:15:03] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005547
10.0.0.23 - - [2026-05-18 03:15:03] "GET /virtual-networks?parent_id=da8c61bd-73fb-496d-9bd1-61db12049cb1&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003708
10.0.0.23 - - [2026-05-18 03:15:03] "GET /virtual-network/3d374bc1-b81d-4f5a-a7f7-a136071fdc18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2255 0.005733
10.0.0.23 - - [2026-05-18 03:15:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004140
10.0.0.23 - - [2026-05-18 03:15:03] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004073
10.0.0.23 - - [2026-05-18 03:15:03] "GET /virtual-networks?parent_id=da8c61bd-73fb-496d-9bd1-61db12049cb1&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003698
10.0.0.23 - - [2026-05-18 03:15:03] "GET /virtual-network/3d374bc1-b81d-4f5a-a7f7-a136071fdc18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2255 0.006346
10.0.0.240 - - [2026-05-18 03:15:03] "GET /obj-perms HTTP/1.1" 200 5090 0.004439
10.0.0.23 - - [2026-05-18 03:15:03] "GET /obj-perms HTTP/1.1" 200 5090 0.005157
10.0.0.23 - - [2026-05-18 03:15:04] "GET /obj-perms HTTP/1.1" 200 5090 0.006057
10.0.0.23 - - [2026-05-18 03:15:04] "GET /obj-perms HTTP/1.1" 200 5090 0.003781
10.0.0.23 - - [2026-05-18 03:15:04] "GET /virtual-machine/9009e6d7-01b4-497f-87d3-e463fa99e0e4 HTTP/1.1" 200 1324 0.005821
10.0.0.23 - - [2026-05-18 03:15:04] "GET /virtual-machine-interface/afecf5d9-a320-45fc-afbe-1105f197b501 HTTP/1.1" 200 3270 0.007752
10.0.0.23 - - [2026-05-18 03:15:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004527
10.0.0.23 - - [2026-05-18 03:15:04] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004185
10.0.0.23 - - [2026-05-18 03:15:04] "GET /virtual-networks?parent_id=da8c61bd-73fb-496d-9bd1-61db12049cb1&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003842
10.0.0.23 - - [2026-05-18 03:15:04] "GET /virtual-network/3d374bc1-b81d-4f5a-a7f7-a136071fdc18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2255 0.006489
10.0.0.23 - - [2026-05-18 03:15:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003929
10.0.0.23 - - [2026-05-18 03:15:05] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004485
10.0.0.23 - - [2026-05-18 03:15:05] "GET /virtual-networks?parent_id=da8c61bd-73fb-496d-9bd1-61db12049cb1&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.002856
10.0.0.23 - - [2026-05-18 03:15:05] "GET /virtual-network/3d374bc1-b81d-4f5a-a7f7-a136071fdc18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2255 0.006040
10.0.0.23 - - [2026-05-18 03:15:05] "POST /neutron/port HTTP/1.1" 200 1156 0.018164
10.0.0.23 - - [2026-05-18 03:15:10] "GET /virtual-machine/1648d871-59d7-45dc-a1cd-0e3df884b161 HTTP/1.1" 200 1324 0.004051
10.0.0.23 - - [2026-05-18 03:15:10] "GET /virtual-machine-interface/b85de439-28c2-4764-9476-08610d0c7e4c HTTP/1.1" 200 3270 0.007324
10.0.0.23 - - [2026-05-18 03:15:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003729
10.0.0.23 - - [2026-05-18 03:15:10] "GET /security-group/c357c979-998a-432a-b7c0-13fd906cba2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2582 0.004370
10.0.0.23 - - [2026-05-18 03:15:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004271
10.0.0.23 - - [2026-05-18 03:15:10] "GET /security-group/c357c979-998a-432a-b7c0-13fd906cba2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2582 0.004560
10.0.0.23 - - [2026-05-18 03:15:11] "POST /neutron/security_group HTTP/1.1" 200 1294 0.013253
10.0.0.23 - - [2026-05-18 03:15:11] "POST /neutron/port HTTP/1.1" 200 1146 0.013562
10.0.0.23 - - [2026-05-18 03:15:11] "GET /virtual-machine/1648d871-59d7-45dc-a1cd-0e3df884b161 HTTP/1.1" 200 1324 0.006980
10.0.0.23 - - [2026-05-18 03:15:11] "GET /virtual-machine-interface/b85de439-28c2-4764-9476-08610d0c7e4c HTTP/1.1" 200 3209 0.010489
10.0.0.23 - - [2026-05-18 03:15:11] "POST /neutron/port HTTP/1.1" 200 1117 0.038106
10.0.0.23 - - [2026-05-18 03:15:11] "POST /neutron/port HTTP/1.1" 200 1146 0.087423
10.0.0.23 - - [2026-05-18 03:15:11] "GET /virtual-machine/1648d871-59d7-45dc-a1cd-0e3df884b161 HTTP/1.1" 200 1324 0.004191
10.0.0.23 - - [2026-05-18 03:15:11] "GET /virtual-machine-interface/b85de439-28c2-4764-9476-08610d0c7e4c HTTP/1.1" 200 3270 0.005277
10.0.0.23 - - [2026-05-18 03:15:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003158
10.0.0.23 - - [2026-05-18 03:15:11] "GET /security-group/c357c979-998a-432a-b7c0-13fd906cba2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2582 0.003548
10.0.0.23 - - [2026-05-18 03:15:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003380
10.0.0.23 - - [2026-05-18 03:15:11] "GET /security-group/c357c979-998a-432a-b7c0-13fd906cba2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2582 0.004906
10.0.0.23 - - [2026-05-18 03:15:11] "DELETE /security-group/c357c979-998a-432a-b7c0-13fd906cba2b HTTP/1.1" 409 338 0.009396
10.0.0.240 - - [2026-05-18 03:15:32] "GET /obj-perms HTTP/1.1" 200 5056 0.055192
10.0.0.23 - - [2026-05-18 03:15:36] "POST /neutron/port HTTP/1.1" 200 1156 0.042977
10.0.0.23 - - [2026-05-18 03:15:36] "POST /neutron/subnet HTTP/1.1" 200 703 0.009461
10.0.0.23 - - [2026-05-18 03:15:44] "POST /neutron/port HTTP/1.1" 200 1156 0.020734
10.0.0.23 - - [2026-05-18 03:15:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004508
10.0.0.23 - - [2026-05-18 03:15:44] "POST /neutron/network HTTP/1.1" 200 955 0.009678
10.0.0.22 - - [2026-05-18 03:16:32] "GET /obj-perms HTTP/1.1" 200 5056 0.067213
10.0.0.23 - - [2026-05-18 03:16:37] "POST /neutron/network HTTP/1.1" 200 1122 0.007254
10.0.0.23 - - [2026-05-18 03:16:37] "POST /neutron/subnet HTTP/1.1" 200 1380 0.016499
10.0.0.23 - - [2026-05-18 03:16:37] "POST /neutron/network HTTP/1.1" 200 1112 0.010586
10.0.0.23 - - [2026-05-18 03:16:44] "POST /neutron/network HTTP/1.1" 200 1122 0.010278
10.0.0.23 - - [2026-05-18 03:16:44] "POST /neutron/subnet HTTP/1.1" 200 1380 0.014219
10.0.0.23 - - [2026-05-18 03:16:44] "GET /security-group/c357c979-998a-432a-b7c0-13fd906cba2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2582 0.005245
10.0.0.23 - - [2026-05-18 03:16:44] "POST /neutron/network HTTP/1.1" 200 1112 0.012108
10.0.0.23 - - [2026-05-18 03:16:44] "PUT /security-group/c357c979-998a-432a-b7c0-13fd906cba2b HTTP/1.1" 200 263 0.018225
10.0.0.240 - - [2026-05-18 03:16:44] "PUT /access-control-list/6d2db20f-5be8-4b81-b3f1-126cab8bb229 HTTP/1.1" 200 273 0.041626
10.0.0.23 - - [2026-05-18 03:16:47] "POST /neutron/port HTTP/1.1" 200 1146 0.014496
10.0.0.23 - - [2026-05-18 03:16:47] "GET /virtual-machine/9009e6d7-01b4-497f-87d3-e463fa99e0e4 HTTP/1.1" 200 1324 0.004634
10.0.0.23 - - [2026-05-18 03:16:47] "POST /neutron/port HTTP/1.1" 200 1117 0.023079
10.0.0.23 - - [2026-05-18 03:16:49] "GET /virtual-machine/9009e6d7-01b4-497f-87d3-e463fa99e0e4 HTTP/1.1" 404 171 0.003800
10.0.0.23 - - [2026-05-18 03:16:49] "GET /virtual-machine/9009e6d7-01b4-497f-87d3-e463fa99e0e4 HTTP/1.1" 404 171 0.002950
10.0.0.23 - - [2026-05-18 03:16:49] "GET /virtual-machine/9009e6d7-01b4-497f-87d3-e463fa99e0e4 HTTP/1.1" 404 171 0.002603
10.0.0.23 - - [2026-05-18 03:16:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004031
10.0.0.23 - - [2026-05-18 03:16:49] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.008060
10.0.0.23 - - [2026-05-18 03:16:49] "GET /virtual-networks?parent_id=da8c61bd-73fb-496d-9bd1-61db12049cb1&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.010747
10.0.0.23 - - [2026-05-18 03:16:49] "GET /virtual-network/3d374bc1-b81d-4f5a-a7f7-a136071fdc18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2255 0.006516
10.0.0.23 - - [2026-05-18 03:16:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004038
10.0.0.23 - - [2026-05-18 03:16:49] "GET /routing-instance/4b14ff8d-1bcd-4567-bff2-8795bf845521?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1708 0.008105
10.0.0.23 - - [2026-05-18 03:16:49] "GET /route-target/cbd87fd4-2455-4801-88f4-5fac8737fd20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004359
10.0.0.23 - - [2026-05-18 03:16:50] "GET /obj-perms HTTP/1.1" 200 5090 0.003535
10.0.0.22 - - [2026-05-18 03:16:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000451
10.0.0.22 - - [2026-05-18 03:16:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000397
10.0.0.240 - - [2026-05-18 03:16:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000819
10.0.0.240 - - [2026-05-18 03:16:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000466
10.0.0.23 - - [2026-05-18 03:16:56] "GET /obj-perms HTTP/1.1" 200 5090 0.008850
10.0.0.23 - - [2026-05-18 03:16:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000373
10.0.0.23 - - [2026-05-18 03:16:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000379
10.0.0.23 - - [2026-05-18 03:16:56] "GET /obj-perms HTTP/1.1" 200 5090 0.003545
10.0.0.22 - - [2026-05-18 03:16:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000364
10.0.0.23 - - [2026-05-18 03:16:56] "POST /neutron/security_group HTTP/1.1" 200 1290 0.009913
10.0.0.22 - - [2026-05-18 03:16:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000399
10.0.0.23 - - [2026-05-18 03:16:56] "POST /neutron/port HTTP/1.1" 200 1146 0.019139
10.0.0.23 - - [2026-05-18 03:16:56] "GET /virtual-machine/1648d871-59d7-45dc-a1cd-0e3df884b161 HTTP/1.1" 200 1324 0.004240
10.0.0.240 - - [2026-05-18 03:16:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000546
10.0.0.240 - - [2026-05-18 03:16:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000540
10.0.0.23 - - [2026-05-18 03:16:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000459
10.0.0.23 - - [2026-05-18 03:16:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000573
10.0.0.23 - - [2026-05-18 03:16:57] "POST /neutron/port HTTP/1.1" 200 1107 0.016972
10.0.0.23 - - [2026-05-18 03:16:58] "GET /virtual-machine/1648d871-59d7-45dc-a1cd-0e3df884b161 HTTP/1.1" 404 171 0.003613
10.0.0.23 - - [2026-05-18 03:16:58] "GET /virtual-machine/1648d871-59d7-45dc-a1cd-0e3df884b161 HTTP/1.1" 404 171 0.002688
10.0.0.23 - - [2026-05-18 03:16:58] "GET /virtual-machine/1648d871-59d7-45dc-a1cd-0e3df884b161 HTTP/1.1" 404 171 0.005227
10.0.0.23 - - [2026-05-18 03:16:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003348
10.0.0.23 - - [2026-05-18 03:16:58] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004139
10.0.0.23 - - [2026-05-18 03:16:58] "GET /virtual-networks?parent_id=da8c61bd-73fb-496d-9bd1-61db12049cb1&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003062
10.0.0.23 - - [2026-05-18 03:16:58] "GET /virtual-network/3d374bc1-b81d-4f5a-a7f7-a136071fdc18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2255 0.007193
10.0.0.23 - - [2026-05-18 03:16:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003810
10.0.0.23 - - [2026-05-18 03:16:59] "GET /routing-instance/4b14ff8d-1bcd-4567-bff2-8795bf845521?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1708 0.004648
10.0.0.23 - - [2026-05-18 03:16:59] "GET /route-target/cbd87fd4-2455-4801-88f4-5fac8737fd20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003301
10.0.0.22 - - [2026-05-18 03:17:02] "GET /obj-perms HTTP/1.1" 200 5090 0.004068
10.0.0.23 - - [2026-05-18 03:17:05] "GET /obj-perms HTTP/1.1" 200 5090 0.006058
10.0.0.22 - - [2026-05-18 03:17:11] "GET /obj-perms HTTP/1.1" 200 5090 0.003950
10.0.0.23 - - [2026-05-18 03:17:14] "GET /obj-perms HTTP/1.1" 200 5090 0.004579
10.0.0.22 - - [2026-05-18 03:17:20] "GET /obj-perms HTTP/1.1" 200 5090 0.003652
10.0.0.23 - - [2026-05-18 03:17:23] "GET /obj-perms HTTP/1.1" 200 5090 0.003788
10.0.0.240 - - [2026-05-18 03:17:23] "GET /obj-perms HTTP/1.1" 200 5090 0.004088
10.0.0.240 - - [2026-05-18 03:17:23] "POST /useragent-kv HTTP/1.1" 200 115 0.002653
10.0.0.240 - - [2026-05-18 03:17:23] "POST /useragent-kv HTTP/1.1" 200 115 0.002483
10.0.0.23 - - [2026-05-18 03:17:23] "POST /neutron/network HTTP/1.1" 200 151 0.136893
10.0.0.23 - - [2026-05-18 03:17:24] "DELETE /security-group/c357c979-998a-432a-b7c0-13fd906cba2b HTTP/1.1" 200 115 0.073049
10.0.0.23 - - [2026-05-18 03:17:24] "POST /fqname-to-id HTTP/1.1" 404 254 0.006930
10.0.0.240 - - [2026-05-18 03:17:24] "DELETE /access-control-list/307734b7-496d-4ee3-b8f1-92fa990b3ae9 HTTP/1.1" 200 115 0.056661
10.0.0.240 - - [2026-05-18 03:17:25] "GET /projects?obj_uuids=da8c61bd-73fb-496d-9bd1-61db12049cb1&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000930
10.0.0.23 - - [2026-05-18 03:17:26] "GET /project/da8c61bd-73fb-496d-9bd1-61db12049cb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.087340
10.0.0.240 - - [2026-05-18 03:17:26] "GET /projects?obj_uuids=da8c61bd-73fb-496d-9bd1-61db12049cb1&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001129
10.0.0.23 - - [2026-05-18 03:17:26] "GET /project/da8c61bd-73fb-496d-9bd1-61db12049cb1?fields=virtual_networks HTTP/1.1" 200 1094 0.048345
10.0.0.240 - - [2026-05-18 03:17:26] "GET /projects?obj_uuids=da8c61bd-73fb-496d-9bd1-61db12049cb1&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001468
10.0.0.23 - - [2026-05-18 03:17:26] "GET /project/da8c61bd-73fb-496d-9bd1-61db12049cb1?fields=virtual_machine_interfaces HTTP/1.1" 200 1094 0.046228
10.0.0.240 - - [2026-05-18 03:17:26] "GET /projects?obj_uuids=da8c61bd-73fb-496d-9bd1-61db12049cb1&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001034
10.0.0.23 - - [2026-05-18 03:17:26] "GET /project/da8c61bd-73fb-496d-9bd1-61db12049cb1?fields=security_groups HTTP/1.1" 200 1351 0.054008
10.0.0.23 - - [2026-05-18 03:17:27] "POST /fqname-to-id HTTP/1.1" 404 209 0.032928
10.0.0.240 - - [2026-05-18 03:17:27] "GET /projects?obj_uuids=a0a39034-bc34-49e7-b5be-2b5e2790ca33&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004487
10.0.0.240 - - [2026-05-18 03:17:27] "GET /domains?obj_uuids=4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001298
10.0.0.240 - - [2026-05-18 03:17:27] "GET /domain/4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.045665
10.0.0.240 - - [2026-05-18 03:17:27] "POST /id-to-fqname HTTP/1.1" 200 212 0.004603
10.0.0.240 - - [2026-05-18 03:17:27] "POST /fqname-to-id HTTP/1.1" 404 222 0.007678
10.0.0.240 - - [2026-05-18 03:17:27] "POST /security-groups HTTP/1.1" 200 612 0.052480
10.0.0.240 - - [2026-05-18 03:17:27] "POST /projects HTTP/1.1" 200 627 0.311181
10.0.0.240 - - [2026-05-18 03:17:27] "POST /access-control-lists HTTP/1.1" 200 619 0.049757
10.0.0.240 - - [2026-05-18 03:17:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.387708
10.0.0.23 - - [2026-05-18 03:17:27] "GET /project/a0a39034-bc34-49e7-b5be-2b5e2790ca33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.604787
10.0.0.23 - - [2026-05-18 03:17:28] "GET / HTTP/1.1" 200 36215 0.001706
10.0.0.23 - - [2026-05-18 03:17:30] "POST /fqname-to-id HTTP/1.1" 401 292 0.000498
10.0.0.23 - - [2026-05-18 03:17:31] "POST /fqname-to-id HTTP/1.1" 404 245 0.079089
10.0.0.240 - - [2026-05-18 03:17:31] "POST /fqname-to-id HTTP/1.1" 404 277 0.004365
10.0.0.240 - - [2026-05-18 03:17:31] "POST /access-control-lists HTTP/1.1" 200 639 0.030805
10.0.0.23 - - [2026-05-18 03:17:31] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.045983
10.0.0.240 - - [2026-05-18 03:17:31] "PUT /access-control-list/9f8bc7fa-984d-49b4-9406-1ca441abd99e HTTP/1.1" 200 273 0.018933
10.0.0.23 - - [2026-05-18 03:17:32] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.174702
10.0.0.23 - - [2026-05-18 03:17:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004979
10.0.0.23 - - [2026-05-18 03:17:32] "GET /security-group/63502427-e78b-427b-a2a2-8c953f97dc67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2001 0.006897
10.0.0.23 - - [2026-05-18 03:17:33] "POST /neutron/security_group HTTP/1.1" 200 151 0.067458
10.0.0.23 - - [2026-05-18 03:17:33] "POST /fqname-to-id HTTP/1.1" 404 245 0.010257
10.0.0.240 - - [2026-05-18 03:17:33] "DELETE /access-control-list/fa3376b1-5343-4d59-81a6-2f7bb020d9ce HTTP/1.1" 200 115 0.054137
10.0.0.23 - - [2026-05-18 03:17:33] "POST /fqname-to-id HTTP/1.1" 404 245 0.003664
10.0.0.240 - - [2026-05-18 03:17:33] "POST /access-control-lists HTTP/1.1" 200 641 0.029446
10.0.0.240 - - [2026-05-18 03:17:33] "PUT /access-control-list/8bbfed05-af0b-4f0b-ba3b-d7074ff92bc4 HTTP/1.1" 200 273 0.018587
10.0.0.23 - - [2026-05-18 03:17:33] "GET /obj-perms HTTP/1.1" 200 5056 0.065440
10.0.0.23 - - [2026-05-18 03:17:34] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.012543
10.0.0.22 - - [2026-05-18 03:17:34] "GET /obj-perms HTTP/1.1" 200 5056 0.059567
10.0.0.23 - - [2026-05-18 03:17:34] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.131156
10.0.0.240 - - [2026-05-18 03:17:34] "PUT /access-control-list/8bbfed05-af0b-4f0b-ba3b-d7074ff92bc4 HTTP/1.1" 200 273 0.017285
10.0.0.23 - - [2026-05-18 03:17:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.006067
10.0.0.23 - - [2026-05-18 03:17:34] "GET /security-group/22a614d6-926c-4410-912c-d8d31a4927dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2001 0.005643
10.0.0.23 - - [2026-05-18 03:17:34] "POST /neutron/security_group_rule HTTP/1.1" 200 547 0.010035
10.0.0.240 - - [2026-05-18 03:17:35] "PUT /access-control-list/8bbfed05-af0b-4f0b-ba3b-d7074ff92bc4 HTTP/1.1" 200 273 0.017977
10.0.0.23 - - [2026-05-18 03:17:35] "POST /neutron/security_group_rule HTTP/1.1" 200 582 0.164965
10.0.0.23 - - [2026-05-18 03:17:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003521
10.0.0.240 - - [2026-05-18 03:17:35] "GET /projects?obj_uuids=a0a39034-bc34-49e7-b5be-2b5e2790ca33&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.002219
10.0.0.23 - - [2026-05-18 03:17:35] "GET /project/a0a39034-bc34-49e7-b5be-2b5e2790ca33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.066738
10.0.0.240 - - [2026-05-18 03:17:35] "POST /ref-update HTTP/1.1" 200 156 0.046589
10.0.0.240 - - [2026-05-18 03:17:36] "POST /useragent-kv HTTP/1.1" 200 115 0.014563
10.0.0.23 - - [2026-05-18 03:17:36] "POST /neutron/subnet HTTP/1.1" 200 720 0.241590
10.0.0.23 - - [2026-05-18 03:17:36] "POST /id-to-fqname HTTP/1.1" 200 282 0.003077
10.0.0.23 - - [2026-05-18 03:17:36] "GET /virtual-network/251a1b18-2105-4f52-96ff-128b23aa52bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.008894
10.0.0.23 - - [2026-05-18 03:17:36] "GET /virtual-network/251a1b18-2105-4f52-96ff-128b23aa52bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.008357
10.0.0.23 - - [2026-05-18 03:17:36] "POST /neutron/network HTTP/1.1" 200 926 0.009796
10.0.0.23 - - [2026-05-18 03:17:36] "GET /virtual-network/251a1b18-2105-4f52-96ff-128b23aa52bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.006512
10.0.0.23 - - [2026-05-18 03:17:37] "POST /id-to-fqname HTTP/1.1" 200 282 0.001372
10.0.0.23 - - [2026-05-18 03:17:38] "POST /neutron/security_group HTTP/1.1" 200 1415 0.009920
10.0.0.240 - - [2026-05-18 03:17:38] "GET /projects?obj_uuids=a0a39034-bc34-49e7-b5be-2b5e2790ca33&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000909
10.0.0.23 - - [2026-05-18 03:17:38] "GET /project/a0a39034-bc34-49e7-b5be-2b5e2790ca33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.075064
10.0.0.23 - - [2026-05-18 03:17:39] "POST /neutron/port HTTP/1.1" 200 2280 0.027085
10.0.0.23 - - [2026-05-18 03:17:39] "POST /id-to-fqname HTTP/1.1" 200 282 0.001397
10.0.0.23 - - [2026-05-18 03:17:39] "POST /neutron/security_group HTTP/1.1" 200 1415 0.007762
10.0.0.240 - - [2026-05-18 03:17:39] "GET /projects?obj_uuids=a0a39034-bc34-49e7-b5be-2b5e2790ca33&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001208
10.0.0.23 - - [2026-05-18 03:17:39] "POST /neutron/security_group HTTP/1.1" 200 3412 0.060982
10.0.0.23 - - [2026-05-18 03:17:40] "POST /neutron/port HTTP/1.1" 200 1080 0.034696
10.0.0.240 - - [2026-05-18 03:17:40] "GET /projects?obj_uuids=a0a39034-bc34-49e7-b5be-2b5e2790ca33&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001008
10.0.0.23 - - [2026-05-18 03:17:40] "GET /project/a0a39034-bc34-49e7-b5be-2b5e2790ca33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.082569
10.0.0.23 - - [2026-05-18 03:17:40] "POST /neutron/port HTTP/1.1" 200 1144 0.031298
10.0.0.23 - - [2026-05-18 03:17:40] "POST /neutron/port HTTP/1.1" 200 3271 0.044835
10.0.0.23 - - [2026-05-18 03:17:40] "POST /neutron/security_group HTTP/1.1" 200 1415 0.007347
10.0.0.23 - - [2026-05-18 03:17:40] "POST /neutron/security_group HTTP/1.1" 200 1415 0.007786
10.0.0.240 - - [2026-05-18 03:17:41] "GET /projects?obj_uuids=a0a39034-bc34-49e7-b5be-2b5e2790ca33&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001473
10.0.0.23 - - [2026-05-18 03:17:41] "POST /neutron/port HTTP/1.1" 200 1080 0.333941
10.0.0.23 - - [2026-05-18 03:17:41] "POST /neutron/port HTTP/1.1" 200 1134 0.124333
10.0.0.23 - - [2026-05-18 03:17:41] "POST /neutron/subnet HTTP/1.1" 200 694 0.009828
10.0.0.23 - - [2026-05-18 03:17:45] "POST /neutron/port HTTP/1.1" 200 1144 0.020599
10.0.0.23 - - [2026-05-18 03:17:45] "POST /neutron/security_group HTTP/1.1" 200 1415 0.008727
10.0.0.23 - - [2026-05-18 03:17:46] "POST /neutron/port HTTP/1.1" 200 1144 0.018794
10.0.0.23 - - [2026-05-18 03:17:46] "GET /virtual-machine/e5187b81-41a8-4789-8ff4-9fb1fc4eb1c3 HTTP/1.1" 401 292 0.000422
10.0.0.23 - - [2026-05-18 03:17:46] "GET /virtual-machine/e5187b81-41a8-4789-8ff4-9fb1fc4eb1c3 HTTP/1.1" 200 1316 0.030543
10.0.0.23 - - [2026-05-18 03:17:46] "GET /virtual-machine/e5187b81-41a8-4789-8ff4-9fb1fc4eb1c3 HTTP/1.1" 200 1316 0.003944
10.0.0.23 - - [2026-05-18 03:17:46] "GET /virtual-machine-interface/210cd262-1696-4720-9e92-93601a51722a HTTP/1.1" 200 3197 0.007050
10.0.0.23 - - [2026-05-18 03:17:46] "GET /virtual-machine/e5187b81-41a8-4789-8ff4-9fb1fc4eb1c3 HTTP/1.1" 200 1316 0.004037
10.0.0.23 - - [2026-05-18 03:17:46] "GET /virtual-machine-interface/210cd262-1696-4720-9e92-93601a51722a HTTP/1.1" 200 3197 0.005605
10.0.0.23 - - [2026-05-18 03:17:46] "GET /instance-ip/9cf0145e-c8f8-416c-ae90-562208550999 HTTP/1.1" 200 1706 0.006110
10.0.0.23 - - [2026-05-18 03:17:46] "GET /virtual-machine/e5187b81-41a8-4789-8ff4-9fb1fc4eb1c3 HTTP/1.1" 200 1316 0.005061
10.0.0.23 - - [2026-05-18 03:17:46] "GET /virtual-machine-interface/210cd262-1696-4720-9e92-93601a51722a HTTP/1.1" 200 3197 0.005250
10.0.0.23 - - [2026-05-18 03:17:46] "GET /instance-ip/9cf0145e-c8f8-416c-ae90-562208550999 HTTP/1.1" 200 1706 0.004382
10.0.0.23 - - [2026-05-18 03:17:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003841
10.0.0.23 - - [2026-05-18 03:17:46] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004162
10.0.0.23 - - [2026-05-18 03:17:46] "GET /virtual-networks?parent_id=a0a39034-bc34-49e7-b5be-2b5e2790ca33&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003710
10.0.0.23 - - [2026-05-18 03:17:46] "GET /virtual-network/251a1b18-2105-4f52-96ff-128b23aa52bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.006170
10.0.0.23 - - [2026-05-18 03:17:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003650
10.0.0.23 - - [2026-05-18 03:17:46] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003997
10.0.0.23 - - [2026-05-18 03:17:46] "GET /virtual-networks?parent_id=a0a39034-bc34-49e7-b5be-2b5e2790ca33&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003816
10.0.0.23 - - [2026-05-18 03:17:46] "GET /virtual-network/251a1b18-2105-4f52-96ff-128b23aa52bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.005759
10.0.0.23 - - [2026-05-18 03:17:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003469
10.0.0.23 - - [2026-05-18 03:17:46] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004735
10.0.0.23 - - [2026-05-18 03:17:46] "GET /virtual-networks?parent_id=a0a39034-bc34-49e7-b5be-2b5e2790ca33&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003115
10.0.0.23 - - [2026-05-18 03:17:46] "GET /virtual-network/251a1b18-2105-4f52-96ff-128b23aa52bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.006224
10.0.0.23 - - [2026-05-18 03:17:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003479
10.0.0.23 - - [2026-05-18 03:17:46] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004299
10.0.0.23 - - [2026-05-18 03:17:46] "GET /virtual-networks?parent_id=a0a39034-bc34-49e7-b5be-2b5e2790ca33&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003495
10.0.0.23 - - [2026-05-18 03:17:46] "GET /virtual-network/251a1b18-2105-4f52-96ff-128b23aa52bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.007327
10.0.0.23 - - [2026-05-18 03:17:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003398
10.0.0.23 - - [2026-05-18 03:17:47] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005846
10.0.0.23 - - [2026-05-18 03:17:47] "GET /virtual-networks?parent_id=a0a39034-bc34-49e7-b5be-2b5e2790ca33&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003546
10.0.0.23 - - [2026-05-18 03:17:47] "GET /virtual-network/251a1b18-2105-4f52-96ff-128b23aa52bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.007196
10.0.0.23 - - [2026-05-18 03:17:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004067
10.0.0.23 - - [2026-05-18 03:17:47] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004467
10.0.0.23 - - [2026-05-18 03:17:47] "GET /virtual-networks?parent_id=a0a39034-bc34-49e7-b5be-2b5e2790ca33&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003851
10.0.0.23 - - [2026-05-18 03:17:47] "GET /virtual-network/251a1b18-2105-4f52-96ff-128b23aa52bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.008738
10.0.0.23 - - [2026-05-18 03:17:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004014
10.0.0.23 - - [2026-05-18 03:17:47] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004439
10.0.0.23 - - [2026-05-18 03:17:47] "GET /virtual-networks?parent_id=a0a39034-bc34-49e7-b5be-2b5e2790ca33&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003435
10.0.0.23 - - [2026-05-18 03:17:47] "GET /virtual-network/251a1b18-2105-4f52-96ff-128b23aa52bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.008069
10.0.0.23 - - [2026-05-18 03:17:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003946
10.0.0.23 - - [2026-05-18 03:17:50] "GET /virtual-network/251a1b18-2105-4f52-96ff-128b23aa52bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.005752
10.0.0.240 - - [2026-05-18 03:17:52] "DELETE /project/a0a39034bc3449e7b5be2b5e2790ca33 HTTP/1.1" 404 173 0.008127
10.0.0.240 - - [2026-05-18 03:17:52] "GET /projects?obj_uuids=da8c61bd-73fb-496d-9bd1-61db12049cb1&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001162
10.0.0.240 - - [2026-05-18 03:17:52] "GET /project/da8c61bd-73fb-496d-9bd1-61db12049cb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1588 0.047117
10.0.0.240 - - [2026-05-18 03:17:52] "GET /projects?obj_uuids=da8c61bd-73fb-496d-9bd1-61db12049cb1&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001445
10.0.0.240 - - [2026-05-18 03:17:52] "GET /project/da8c61bd-73fb-496d-9bd1-61db12049cb1?fields=security_groups HTTP/1.1" 200 1163 0.070206
10.0.0.240 - - [2026-05-18 03:17:52] "GET /projects?obj_uuids=da8c61bd-73fb-496d-9bd1-61db12049cb1&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001049
10.0.0.240 - - [2026-05-18 03:17:52] "GET /project/da8c61bd-73fb-496d-9bd1-61db12049cb1?fields=application_policy_sets HTTP/1.1" 200 1492 0.073741
10.0.0.240 - - [2026-05-18 03:17:52] "DELETE /project/da8c61bd-73fb-496d-9bd1-61db12049cb1 HTTP/1.1" 200 115 0.451375
10.0.0.23 - - [2026-05-18 03:17:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003287
10.0.0.23 - - [2026-05-18 03:17:54] "GET /virtual-network/251a1b18-2105-4f52-96ff-128b23aa52bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.005605
10.0.0.23 - - [2026-05-18 03:17:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003985
10.0.0.23 - - [2026-05-18 03:17:58] "GET /virtual-network/251a1b18-2105-4f52-96ff-128b23aa52bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.005006
10.0.0.23 - - [2026-05-18 03:18:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003913
10.0.0.23 - - [2026-05-18 03:18:02] "GET /virtual-network/251a1b18-2105-4f52-96ff-128b23aa52bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.007017
10.0.0.23 - - [2026-05-18 03:18:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003940
10.0.0.23 - - [2026-05-18 03:18:06] "GET /virtual-network/251a1b18-2105-4f52-96ff-128b23aa52bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.005698
10.0.0.23 - - [2026-05-18 03:18:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004628
10.0.0.23 - - [2026-05-18 03:18:10] "GET /virtual-network/251a1b18-2105-4f52-96ff-128b23aa52bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.005881
10.0.0.23 - - [2026-05-18 03:18:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003593
10.0.0.23 - - [2026-05-18 03:18:15] "GET /virtual-network/251a1b18-2105-4f52-96ff-128b23aa52bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.006189
10.0.0.23 - - [2026-05-18 03:18:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003227
10.0.0.23 - - [2026-05-18 03:18:19] "GET /virtual-network/251a1b18-2105-4f52-96ff-128b23aa52bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.004976
10.0.0.23 - - [2026-05-18 03:18:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004098
10.0.0.23 - - [2026-05-18 03:18:21] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004491
10.0.0.23 - - [2026-05-18 03:18:21] "GET /virtual-networks?parent_id=a0a39034-bc34-49e7-b5be-2b5e2790ca33&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003661
10.0.0.23 - - [2026-05-18 03:18:21] "GET /virtual-network/251a1b18-2105-4f52-96ff-128b23aa52bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.009405
10.0.0.23 - - [2026-05-18 03:18:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.018631
10.0.0.23 - - [2026-05-18 03:18:21] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004753
10.0.0.23 - - [2026-05-18 03:18:21] "GET /virtual-networks?parent_id=a0a39034-bc34-49e7-b5be-2b5e2790ca33&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.002974
10.0.0.23 - - [2026-05-18 03:18:21] "GET /virtual-network/251a1b18-2105-4f52-96ff-128b23aa52bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.005694
10.0.0.23 - - [2026-05-18 03:18:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003446
10.0.0.23 - - [2026-05-18 03:18:21] "GET /routing-instance/79d56dfc-c39f-43ee-b43c-2a1d9bc2060a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1663 0.006500
10.0.0.23 - - [2026-05-18 03:18:21] "GET /route-target/0ecfeb3c-4e96-4ab3-9749-880a73fc8e46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003695
10.0.0.23 - - [2026-05-18 03:18:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003862
10.0.0.23 - - [2026-05-18 03:18:21] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005423
10.0.0.23 - - [2026-05-18 03:18:21] "GET /virtual-networks?parent_id=a0a39034-bc34-49e7-b5be-2b5e2790ca33&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003599
10.0.0.23 - - [2026-05-18 03:18:21] "GET /virtual-network/251a1b18-2105-4f52-96ff-128b23aa52bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.012170
10.0.0.23 - - [2026-05-18 03:18:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004457
10.0.0.23 - - [2026-05-18 03:18:21] "GET /routing-instance/79d56dfc-c39f-43ee-b43c-2a1d9bc2060a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1663 0.004937
10.0.0.23 - - [2026-05-18 03:18:21] "GET /route-target/0ecfeb3c-4e96-4ab3-9749-880a73fc8e46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005868
10.0.0.23 - - [2026-05-18 03:18:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004988
10.0.0.23 - - [2026-05-18 03:18:22] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004092
10.0.0.23 - - [2026-05-18 03:18:22] "GET /virtual-networks?parent_id=a0a39034-bc34-49e7-b5be-2b5e2790ca33&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003364
10.0.0.23 - - [2026-05-18 03:18:22] "GET /virtual-network/251a1b18-2105-4f52-96ff-128b23aa52bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.006535
10.0.0.23 - - [2026-05-18 03:18:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003457
10.0.0.23 - - [2026-05-18 03:18:22] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004441
10.0.0.23 - - [2026-05-18 03:18:22] "GET /virtual-networks?parent_id=a0a39034-bc34-49e7-b5be-2b5e2790ca33&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003562
10.0.0.23 - - [2026-05-18 03:18:22] "GET /virtual-network/251a1b18-2105-4f52-96ff-128b23aa52bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.007086
10.0.0.23 - - [2026-05-18 03:18:22] "GET /obj-perms HTTP/1.1" 200 5072 0.065622
10.0.0.240 - - [2026-05-18 03:18:22] "GET /obj-perms HTTP/1.1" 200 5072 0.063622
10.0.0.23 - - [2026-05-18 03:18:22] "GET /obj-perms HTTP/1.1" 200 5072 0.003543
10.0.0.22 - - [2026-05-18 03:18:22] "GET /obj-perms HTTP/1.1" 200 5072 0.061942
10.0.0.23 - - [2026-05-18 03:18:22] "GET /virtual-machine/e5187b81-41a8-4789-8ff4-9fb1fc4eb1c3 HTTP/1.1" 200 1316 0.003853
10.0.0.23 - - [2026-05-18 03:18:22] "GET /virtual-machine-interface/210cd262-1696-4720-9e92-93601a51722a HTTP/1.1" 200 3197 0.005667
10.0.0.23 - - [2026-05-18 03:18:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004116
10.0.0.23 - - [2026-05-18 03:18:23] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004719
10.0.0.23 - - [2026-05-18 03:18:23] "GET /virtual-networks?parent_id=a0a39034-bc34-49e7-b5be-2b5e2790ca33&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.004275
10.0.0.23 - - [2026-05-18 03:18:23] "GET /virtual-network/251a1b18-2105-4f52-96ff-128b23aa52bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.007157
10.0.0.23 - - [2026-05-18 03:18:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003915
10.0.0.23 - - [2026-05-18 03:18:24] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003684
10.0.0.23 - - [2026-05-18 03:18:24] "GET /virtual-networks?parent_id=a0a39034-bc34-49e7-b5be-2b5e2790ca33&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003198
10.0.0.23 - - [2026-05-18 03:18:24] "GET /virtual-network/251a1b18-2105-4f52-96ff-128b23aa52bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.006727
10.0.0.23 - - [2026-05-18 03:18:24] "POST /neutron/security_group HTTP/1.1" 200 1415 0.007423
10.0.0.23 - - [2026-05-18 03:18:29] "POST /neutron/port HTTP/1.1" 200 1144 0.018978
10.0.0.23 - - [2026-05-18 03:18:34] "POST /neutron/security_group HTTP/1.1" 200 1415 0.007665
10.0.0.240 - - [2026-05-18 03:18:34] "GET /obj-perms HTTP/1.1" 200 5056 0.051059
10.0.0.23 - - [2026-05-18 03:18:35] "GET /obj-perms HTTP/1.1" 200 5056 0.065623
10.0.0.23 - - [2026-05-18 03:18:38] "POST /neutron/network HTTP/1.1" 200 1122 0.008416
10.0.0.23 - - [2026-05-18 03:18:38] "POST /neutron/subnet HTTP/1.1" 200 1380 0.017369
10.0.0.23 - - [2026-05-18 03:18:38] "POST /neutron/network HTTP/1.1" 200 1112 0.011007
10.0.0.23 - - [2026-05-18 03:18:40] "POST /neutron/port HTTP/1.1" 200 1144 0.023002
10.0.0.23 - - [2026-05-18 03:18:40] "POST /neutron/security_group HTTP/1.1" 200 1415 0.007096
10.0.0.23 - - [2026-05-18 03:18:40] "GET /virtual-machine/dd9c7899-29b5-46c5-bbdb-badc1011d043 HTTP/1.1" 200 1316 0.007166
10.0.0.23 - - [2026-05-18 03:18:40] "GET /virtual-machine/dd9c7899-29b5-46c5-bbdb-badc1011d043 HTTP/1.1" 200 1316 0.003896
10.0.0.23 - - [2026-05-18 03:18:40] "GET /virtual-machine-interface/f6e1a577-e1d4-4d7a-89a8-7b2cf910bea1 HTTP/1.1" 200 3197 0.006603
10.0.0.23 - - [2026-05-18 03:18:40] "GET /virtual-machine/dd9c7899-29b5-46c5-bbdb-badc1011d043 HTTP/1.1" 200 1316 0.003808
10.0.0.23 - - [2026-05-18 03:18:40] "GET /virtual-machine-interface/f6e1a577-e1d4-4d7a-89a8-7b2cf910bea1 HTTP/1.1" 200 3197 0.006311
10.0.0.23 - - [2026-05-18 03:18:40] "GET /instance-ip/ee2ffd97-5fbb-4e9b-9091-8b1e14e42464 HTTP/1.1" 200 1706 0.007117
10.0.0.23 - - [2026-05-18 03:18:40] "GET /virtual-machine/dd9c7899-29b5-46c5-bbdb-badc1011d043 HTTP/1.1" 200 1316 0.003410
10.0.0.23 - - [2026-05-18 03:18:40] "GET /virtual-machine-interface/f6e1a577-e1d4-4d7a-89a8-7b2cf910bea1 HTTP/1.1" 200 3197 0.006083
10.0.0.23 - - [2026-05-18 03:18:40] "GET /instance-ip/ee2ffd97-5fbb-4e9b-9091-8b1e14e42464 HTTP/1.1" 200 1706 0.004067
10.0.0.23 - - [2026-05-18 03:18:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003205
10.0.0.23 - - [2026-05-18 03:18:40] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004311
10.0.0.23 - - [2026-05-18 03:18:40] "GET /virtual-networks?parent_id=a0a39034-bc34-49e7-b5be-2b5e2790ca33&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.014087
10.0.0.23 - - [2026-05-18 03:18:40] "GET /virtual-network/251a1b18-2105-4f52-96ff-128b23aa52bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.006329
10.0.0.23 - - [2026-05-18 03:18:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003561
10.0.0.23 - - [2026-05-18 03:18:40] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005219
10.0.0.23 - - [2026-05-18 03:18:40] "GET /virtual-networks?parent_id=a0a39034-bc34-49e7-b5be-2b5e2790ca33&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.004020
10.0.0.23 - - [2026-05-18 03:18:40] "GET /virtual-network/251a1b18-2105-4f52-96ff-128b23aa52bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.007933
10.0.0.23 - - [2026-05-18 03:18:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003557
10.0.0.23 - - [2026-05-18 03:18:40] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.008013
10.0.0.23 - - [2026-05-18 03:18:40] "GET /virtual-networks?parent_id=a0a39034-bc34-49e7-b5be-2b5e2790ca33&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003500
10.0.0.23 - - [2026-05-18 03:18:40] "GET /virtual-network/251a1b18-2105-4f52-96ff-128b23aa52bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.006085
10.0.0.23 - - [2026-05-18 03:18:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003233
10.0.0.23 - - [2026-05-18 03:18:40] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005056
10.0.0.23 - - [2026-05-18 03:18:40] "GET /virtual-networks?parent_id=a0a39034-bc34-49e7-b5be-2b5e2790ca33&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003803
10.0.0.23 - - [2026-05-18 03:18:40] "GET /virtual-network/251a1b18-2105-4f52-96ff-128b23aa52bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.009287
10.0.0.23 - - [2026-05-18 03:18:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004081
10.0.0.23 - - [2026-05-18 03:18:40] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005063
10.0.0.23 - - [2026-05-18 03:18:40] "GET /virtual-networks?parent_id=a0a39034-bc34-49e7-b5be-2b5e2790ca33&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003913
10.0.0.23 - - [2026-05-18 03:18:40] "GET /virtual-network/251a1b18-2105-4f52-96ff-128b23aa52bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.009741
10.0.0.23 - - [2026-05-18 03:18:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004294
10.0.0.23 - - [2026-05-18 03:18:41] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.011194
10.0.0.23 - - [2026-05-18 03:18:41] "GET /virtual-networks?parent_id=a0a39034-bc34-49e7-b5be-2b5e2790ca33&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003881
10.0.0.23 - - [2026-05-18 03:18:41] "GET /virtual-network/251a1b18-2105-4f52-96ff-128b23aa52bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.009687
10.0.0.23 - - [2026-05-18 03:18:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003894
10.0.0.23 - - [2026-05-18 03:18:41] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004677
10.0.0.23 - - [2026-05-18 03:18:41] "GET /virtual-networks?parent_id=a0a39034-bc34-49e7-b5be-2b5e2790ca33&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003270
10.0.0.23 - - [2026-05-18 03:18:41] "GET /virtual-network/251a1b18-2105-4f52-96ff-128b23aa52bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.007930
10.0.0.23 - - [2026-05-18 03:18:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004114
10.0.0.23 - - [2026-05-18 03:18:42] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003889
10.0.0.23 - - [2026-05-18 03:18:42] "GET /virtual-networks?parent_id=a0a39034-bc34-49e7-b5be-2b5e2790ca33&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003639
10.0.0.23 - - [2026-05-18 03:18:42] "GET /virtual-network/251a1b18-2105-4f52-96ff-128b23aa52bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.005894
10.0.0.23 - - [2026-05-18 03:18:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003997
10.0.0.23 - - [2026-05-18 03:18:42] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003930
10.0.0.23 - - [2026-05-18 03:18:42] "GET /virtual-networks?parent_id=a0a39034-bc34-49e7-b5be-2b5e2790ca33&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.010905
10.0.0.23 - - [2026-05-18 03:18:42] "GET /virtual-network/251a1b18-2105-4f52-96ff-128b23aa52bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.005442
10.0.0.23 - - [2026-05-18 03:18:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003507
10.0.0.23 - - [2026-05-18 03:18:42] "GET /routing-instance/79d56dfc-c39f-43ee-b43c-2a1d9bc2060a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1663 0.005343
10.0.0.23 - - [2026-05-18 03:18:42] "GET /route-target/0ecfeb3c-4e96-4ab3-9749-880a73fc8e46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003772
10.0.0.23 - - [2026-05-18 03:18:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003949
10.0.0.23 - - [2026-05-18 03:18:43] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004347
10.0.0.23 - - [2026-05-18 03:18:43] "GET /virtual-networks?parent_id=a0a39034-bc34-49e7-b5be-2b5e2790ca33&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003829
10.0.0.23 - - [2026-05-18 03:18:43] "GET /virtual-network/251a1b18-2105-4f52-96ff-128b23aa52bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.007861
10.0.0.23 - - [2026-05-18 03:18:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003458
10.0.0.23 - - [2026-05-18 03:18:43] "GET /routing-instance/79d56dfc-c39f-43ee-b43c-2a1d9bc2060a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1663 0.005003
10.0.0.23 - - [2026-05-18 03:18:43] "GET /route-target/0ecfeb3c-4e96-4ab3-9749-880a73fc8e46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003463
10.0.0.23 - - [2026-05-18 03:18:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004042
10.0.0.23 - - [2026-05-18 03:18:43] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.012396
10.0.0.23 - - [2026-05-18 03:18:43] "GET /virtual-networks?parent_id=a0a39034-bc34-49e7-b5be-2b5e2790ca33&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003364
10.0.0.23 - - [2026-05-18 03:18:43] "GET /virtual-network/251a1b18-2105-4f52-96ff-128b23aa52bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.006077
10.0.0.23 - - [2026-05-18 03:18:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003795
10.0.0.23 - - [2026-05-18 03:18:43] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004177
10.0.0.23 - - [2026-05-18 03:18:43] "GET /virtual-networks?parent_id=a0a39034-bc34-49e7-b5be-2b5e2790ca33&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003338
10.0.0.23 - - [2026-05-18 03:18:43] "GET /virtual-network/251a1b18-2105-4f52-96ff-128b23aa52bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.005450
10.0.0.23 - - [2026-05-18 03:18:43] "GET /obj-perms HTTP/1.1" 200 5072 0.004372
10.0.0.240 - - [2026-05-18 03:18:43] "GET /obj-perms HTTP/1.1" 200 5072 0.004100
10.0.0.23 - - [2026-05-18 03:18:43] "GET /obj-perms HTTP/1.1" 200 5072 0.004266
10.0.0.23 - - [2026-05-18 03:18:43] "GET /obj-perms HTTP/1.1" 200 5072 0.004742
10.0.0.23 - - [2026-05-18 03:18:43] "GET /virtual-machine/dd9c7899-29b5-46c5-bbdb-badc1011d043 HTTP/1.1" 200 1316 0.004465
10.0.0.23 - - [2026-05-18 03:18:43] "GET /virtual-machine-interface/f6e1a577-e1d4-4d7a-89a8-7b2cf910bea1 HTTP/1.1" 200 3197 0.005689
10.0.0.23 - - [2026-05-18 03:18:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004030
10.0.0.23 - - [2026-05-18 03:18:43] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003916
10.0.0.23 - - [2026-05-18 03:18:43] "GET /virtual-networks?parent_id=a0a39034-bc34-49e7-b5be-2b5e2790ca33&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003561
10.0.0.23 - - [2026-05-18 03:18:43] "GET /virtual-network/251a1b18-2105-4f52-96ff-128b23aa52bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.006163
10.0.0.23 - - [2026-05-18 03:18:44] "POST /neutron/port HTTP/1.1" 200 1217 0.050980
10.0.0.23 - - [2026-05-18 03:18:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007112
10.0.0.23 - - [2026-05-18 03:18:44] "POST /neutron/port HTTP/1.1" 200 117 0.002218
10.0.0.23 - - [2026-05-18 03:18:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003238
10.0.0.23 - - [2026-05-18 03:18:45] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003366
10.0.0.23 - - [2026-05-18 03:18:45] "GET /virtual-networks?parent_id=a0a39034-bc34-49e7-b5be-2b5e2790ca33&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.002842
10.0.0.23 - - [2026-05-18 03:18:45] "GET /virtual-network/251a1b18-2105-4f52-96ff-128b23aa52bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.007053
10.0.0.23 - - [2026-05-18 03:18:45] "POST /neutron/port HTTP/1.1" 200 1144 0.020051
10.0.0.23 - - [2026-05-18 03:18:45] "POST /neutron/security_group HTTP/1.1" 200 1415 0.031837
10.0.0.23 - - [2026-05-18 03:18:55] "POST /neutron/port HTTP/1.1" 200 1144 0.020528
10.0.0.23 - - [2026-05-18 03:19:00] "GET /virtual-machine/e5187b81-41a8-4789-8ff4-9fb1fc4eb1c3 HTTP/1.1" 200 1316 0.004884
10.0.0.23 - - [2026-05-18 03:19:00] "GET /virtual-machine-interface/210cd262-1696-4720-9e92-93601a51722a HTTP/1.1" 200 3197 0.005906
10.0.0.23 - - [2026-05-18 03:19:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005792
10.0.0.23 - - [2026-05-18 03:19:00] "GET /security-group/22a614d6-926c-4410-912c-d8d31a4927dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2695 0.004911
10.0.0.23 - - [2026-05-18 03:19:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003697
10.0.0.23 - - [2026-05-18 03:19:01] "GET /security-group/22a614d6-926c-4410-912c-d8d31a4927dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2695 0.005575
10.0.0.23 - - [2026-05-18 03:19:01] "POST /neutron/security_group HTTP/1.1" 200 1415 0.009031
10.0.0.23 - - [2026-05-18 03:19:01] "POST /neutron/port HTTP/1.1" 200 1134 0.016930
10.0.0.23 - - [2026-05-18 03:19:01] "GET /virtual-machine/e5187b81-41a8-4789-8ff4-9fb1fc4eb1c3 HTTP/1.1" 200 1316 0.005295
10.0.0.23 - - [2026-05-18 03:19:01] "GET /virtual-machine-interface/210cd262-1696-4720-9e92-93601a51722a HTTP/1.1" 200 3145 0.013368
10.0.0.23 - - [2026-05-18 03:19:01] "POST /neutron/port HTTP/1.1" 200 1106 0.018355
10.0.0.23 - - [2026-05-18 03:19:01] "POST /neutron/port HTTP/1.1" 200 1134 0.073309
10.0.0.23 - - [2026-05-18 03:19:01] "GET /virtual-machine/e5187b81-41a8-4789-8ff4-9fb1fc4eb1c3 HTTP/1.1" 200 1316 0.004359
10.0.0.23 - - [2026-05-18 03:19:01] "GET /virtual-machine-interface/210cd262-1696-4720-9e92-93601a51722a HTTP/1.1" 200 3197 0.010432
10.0.0.23 - - [2026-05-18 03:19:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005352
10.0.0.23 - - [2026-05-18 03:19:01] "GET /security-group/22a614d6-926c-4410-912c-d8d31a4927dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2695 0.003866
10.0.0.23 - - [2026-05-18 03:19:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.008274
10.0.0.23 - - [2026-05-18 03:19:01] "GET /security-group/22a614d6-926c-4410-912c-d8d31a4927dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2695 0.005909
10.0.0.23 - - [2026-05-18 03:19:01] "POST /neutron/security_group HTTP/1.1" 200 151 0.170850
10.0.0.23 - - [2026-05-18 03:19:01] "POST /fqname-to-id HTTP/1.1" 404 245 0.003174
10.0.0.240 - - [2026-05-18 03:19:02] "DELETE /access-control-list/fb63e34c-aaec-4b3c-8876-fe25581ed924 HTTP/1.1" 200 115 0.055038
10.0.0.23 - - [2026-05-18 03:19:02] "POST /fqname-to-id HTTP/1.1" 404 245 0.004223
10.0.0.23 - - [2026-05-18 03:19:02] "POST /neutron/security_group HTTP/1.1" 200 117 0.007623
10.0.0.23 - - [2026-05-18 03:19:02] "POST /neutron/network HTTP/1.1" 400 204 0.014537
10.0.0.23 - - [2026-05-18 03:19:06] "POST /neutron/network HTTP/1.1" 200 926 0.007259
10.0.0.23 - - [2026-05-18 03:19:08] "POST /neutron/network HTTP/1.1" 400 204 0.014153
10.0.0.23 - - [2026-05-18 03:19:12] "POST /neutron/network HTTP/1.1" 200 926 0.008533
10.0.0.23 - - [2026-05-18 03:19:14] "POST /neutron/network HTTP/1.1" 400 204 0.014155
10.0.0.23 - - [2026-05-18 03:19:19] "POST /neutron/network HTTP/1.1" 200 926 0.007324
10.0.0.23 - - [2026-05-18 03:19:21] "POST /neutron/network HTTP/1.1" 400 204 0.014824
10.0.0.23 - - [2026-05-18 03:19:25] "POST /neutron/network HTTP/1.1" 200 926 0.007448
10.0.0.23 - - [2026-05-18 03:19:27] "POST /neutron/network HTTP/1.1" 400 204 0.017640
10.0.0.23 - - [2026-05-18 03:19:31] "POST /neutron/network HTTP/1.1" 200 926 0.008846
10.0.0.23 - - [2026-05-18 03:19:33] "POST /neutron/network HTTP/1.1" 400 204 0.014893
10.0.0.22 - - [2026-05-18 03:19:35] "GET /obj-perms HTTP/1.1" 200 5056 0.055683
10.0.0.23 - - [2026-05-18 03:19:37] "POST /neutron/network HTTP/1.1" 200 926 0.006488
10.0.0.23 - - [2026-05-18 03:19:39] "POST /neutron/port HTTP/1.1" 200 1106 0.022008
10.0.0.23 - - [2026-05-18 03:19:39] "POST /neutron/network HTTP/1.1" 400 204 0.013836
10.0.0.23 - - [2026-05-18 03:19:39] "POST /neutron/port HTTP/1.1" 200 117 0.001439
10.0.0.23 - - [2026-05-18 03:19:41] "POST /neutron/network HTTP/1.1" 400 204 0.014506
10.0.0.23 - - [2026-05-18 03:19:44] "POST /neutron/port HTTP/1.1" 200 1106 0.020282
10.0.0.23 - - [2026-05-18 03:19:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004716
10.0.0.23 - - [2026-05-18 03:19:44] "POST /neutron/network HTTP/1.1" 200 926 0.008475
10.0.0.23 - - [2026-05-18 03:19:47] "POST /neutron/network HTTP/1.1" 200 926 0.006839
10.0.0.23 - - [2026-05-18 03:19:49] "POST /neutron/network HTTP/1.1" 400 204 0.015858
10.0.0.23 - - [2026-05-18 03:19:53] "POST /neutron/network HTTP/1.1" 200 926 0.008372
10.0.0.23 - - [2026-05-18 03:20:40] "POST /neutron/port HTTP/1.1" 200 1217 0.048295
10.0.0.23 - - [2026-05-18 03:20:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004469
10.0.0.23 - - [2026-05-18 03:20:40] "POST /neutron/port HTTP/1.1" 200 117 0.001138
10.0.0.23 - - [2026-05-18 03:20:44] "POST /neutron/port HTTP/1.1" 200 1217 0.021164
10.0.0.23 - - [2026-05-18 03:20:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004738
10.0.0.23 - - [2026-05-18 03:20:44] "POST /neutron/port HTTP/1.1" 200 117 0.001085
10.0.0.240 - - [2026-05-18 03:20:45] "GET /projects?obj_uuids=a0a39034-bc34-49e7-b5be-2b5e2790ca33&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.030602
10.0.0.23 - - [2026-05-18 03:20:45] "GET /project/a0a39034-bc34-49e7-b5be-2b5e2790ca33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.076650
10.0.0.240 - - [2026-05-18 03:20:45] "GET /projects?obj_uuids=a0a39034-bc34-49e7-b5be-2b5e2790ca33&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000955
10.0.0.23 - - [2026-05-18 03:20:45] "GET /project/a0a39034-bc34-49e7-b5be-2b5e2790ca33?fields=virtual_networks HTTP/1.1" 200 1377 0.062169
10.0.0.240 - - [2026-05-18 03:20:47] "GET /projects?obj_uuids=a0a39034-bc34-49e7-b5be-2b5e2790ca33&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000949
10.0.0.23 - - [2026-05-18 03:20:47] "GET /project/a0a39034-bc34-49e7-b5be-2b5e2790ca33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.046649
10.0.0.240 - - [2026-05-18 03:20:47] "GET /projects?obj_uuids=a0a39034-bc34-49e7-b5be-2b5e2790ca33&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001107
10.0.0.23 - - [2026-05-18 03:20:47] "GET /project/a0a39034-bc34-49e7-b5be-2b5e2790ca33?fields=virtual_networks HTTP/1.1" 200 1377 0.047374
10.0.0.240 - - [2026-05-18 03:20:49] "GET /projects?obj_uuids=a0a39034-bc34-49e7-b5be-2b5e2790ca33&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001240
10.0.0.23 - - [2026-05-18 03:20:49] "GET /project/a0a39034-bc34-49e7-b5be-2b5e2790ca33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.051285
10.0.0.240 - - [2026-05-18 03:20:49] "GET /projects?obj_uuids=a0a39034-bc34-49e7-b5be-2b5e2790ca33&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000992
10.0.0.23 - - [2026-05-18 03:20:49] "GET /project/a0a39034-bc34-49e7-b5be-2b5e2790ca33?fields=virtual_networks HTTP/1.1" 200 1377 0.048296
10.0.0.240 - - [2026-05-18 03:20:51] "GET /projects?obj_uuids=a0a39034-bc34-49e7-b5be-2b5e2790ca33&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001094
10.0.0.23 - - [2026-05-18 03:20:51] "GET /project/a0a39034-bc34-49e7-b5be-2b5e2790ca33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.046061
10.0.0.240 - - [2026-05-18 03:20:51] "GET /projects?obj_uuids=a0a39034-bc34-49e7-b5be-2b5e2790ca33&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001196
10.0.0.23 - - [2026-05-18 03:20:51] "GET /project/a0a39034-bc34-49e7-b5be-2b5e2790ca33?fields=virtual_networks HTTP/1.1" 200 1377 0.043329
10.0.0.240 - - [2026-05-18 03:20:53] "GET /projects?obj_uuids=a0a39034-bc34-49e7-b5be-2b5e2790ca33&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001344
10.0.0.23 - - [2026-05-18 03:20:53] "GET /project/a0a39034-bc34-49e7-b5be-2b5e2790ca33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.045675
10.0.0.240 - - [2026-05-18 03:20:54] "GET /projects?obj_uuids=a0a39034-bc34-49e7-b5be-2b5e2790ca33&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001252
10.0.0.23 - - [2026-05-18 03:20:54] "GET /project/a0a39034-bc34-49e7-b5be-2b5e2790ca33?fields=virtual_networks HTTP/1.1" 200 1377 0.047760
10.0.0.240 - - [2026-05-18 03:20:56] "GET /projects?obj_uuids=a0a39034-bc34-49e7-b5be-2b5e2790ca33&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001138
10.0.0.23 - - [2026-05-18 03:20:56] "GET /project/a0a39034-bc34-49e7-b5be-2b5e2790ca33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.043741
10.0.0.240 - - [2026-05-18 03:20:56] "GET /projects?obj_uuids=a0a39034-bc34-49e7-b5be-2b5e2790ca33&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001155
10.0.0.23 - - [2026-05-18 03:20:56] "GET /project/a0a39034-bc34-49e7-b5be-2b5e2790ca33?fields=virtual_networks HTTP/1.1" 200 1377 0.055440
10.0.0.240 - - [2026-05-18 03:20:58] "GET /projects?obj_uuids=a0a39034-bc34-49e7-b5be-2b5e2790ca33&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001306
10.0.0.23 - - [2026-05-18 03:20:58] "GET /project/a0a39034-bc34-49e7-b5be-2b5e2790ca33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.049988
10.0.0.240 - - [2026-05-18 03:20:58] "GET /projects?obj_uuids=a0a39034-bc34-49e7-b5be-2b5e2790ca33&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000884
10.0.0.23 - - [2026-05-18 03:20:58] "GET /project/a0a39034-bc34-49e7-b5be-2b5e2790ca33?fields=virtual_networks HTTP/1.1" 200 1377 0.046731
10.0.0.240 - - [2026-05-18 03:21:00] "GET /projects?obj_uuids=a0a39034-bc34-49e7-b5be-2b5e2790ca33&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001080
10.0.0.23 - - [2026-05-18 03:21:00] "GET /project/a0a39034-bc34-49e7-b5be-2b5e2790ca33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.068713
10.0.0.240 - - [2026-05-18 03:21:00] "GET /projects?obj_uuids=a0a39034-bc34-49e7-b5be-2b5e2790ca33&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.003042
10.0.0.23 - - [2026-05-18 03:21:00] "GET /project/a0a39034-bc34-49e7-b5be-2b5e2790ca33?fields=virtual_networks HTTP/1.1" 200 1377 0.076049
10.0.0.240 - - [2026-05-18 03:21:02] "GET /projects?obj_uuids=a0a39034-bc34-49e7-b5be-2b5e2790ca33&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001296
10.0.0.23 - - [2026-05-18 03:21:02] "GET /project/a0a39034-bc34-49e7-b5be-2b5e2790ca33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.043364
10.0.0.240 - - [2026-05-18 03:21:02] "GET /projects?obj_uuids=a0a39034-bc34-49e7-b5be-2b5e2790ca33&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.005764
10.0.0.23 - - [2026-05-18 03:21:02] "GET /project/a0a39034-bc34-49e7-b5be-2b5e2790ca33?fields=virtual_networks HTTP/1.1" 200 1377 0.070956
10.0.0.240 - - [2026-05-18 03:21:04] "GET /projects?obj_uuids=a0a39034-bc34-49e7-b5be-2b5e2790ca33&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001267
10.0.0.23 - - [2026-05-18 03:21:04] "GET /project/a0a39034-bc34-49e7-b5be-2b5e2790ca33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.050435
10.0.0.240 - - [2026-05-18 03:21:04] "GET /projects?obj_uuids=a0a39034-bc34-49e7-b5be-2b5e2790ca33&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001144
10.0.0.23 - - [2026-05-18 03:21:04] "GET /project/a0a39034-bc34-49e7-b5be-2b5e2790ca33?fields=virtual_networks HTTP/1.1" 200 1377 0.050375
10.0.0.240 - - [2026-05-18 03:21:06] "GET /projects?obj_uuids=a0a39034-bc34-49e7-b5be-2b5e2790ca33&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001573
10.0.0.23 - - [2026-05-18 03:21:06] "GET /project/a0a39034-bc34-49e7-b5be-2b5e2790ca33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.062101
10.0.0.240 - - [2026-05-18 03:21:06] "GET /projects?obj_uuids=a0a39034-bc34-49e7-b5be-2b5e2790ca33&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001029
10.0.0.23 - - [2026-05-18 03:21:07] "GET /project/a0a39034-bc34-49e7-b5be-2b5e2790ca33?fields=virtual_networks HTTP/1.1" 200 1377 0.044697
10.0.0.240 - - [2026-05-18 03:21:09] "GET /projects?obj_uuids=a0a39034-bc34-49e7-b5be-2b5e2790ca33&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001021
10.0.0.23 - - [2026-05-18 03:21:09] "GET /project/a0a39034-bc34-49e7-b5be-2b5e2790ca33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.051462
10.0.0.240 - - [2026-05-18 03:21:09] "GET /projects?obj_uuids=a0a39034-bc34-49e7-b5be-2b5e2790ca33&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001227
10.0.0.23 - - [2026-05-18 03:21:09] "GET /project/a0a39034-bc34-49e7-b5be-2b5e2790ca33?fields=virtual_networks HTTP/1.1" 200 1377 0.056374
10.0.0.240 - - [2026-05-18 03:21:11] "GET /projects?obj_uuids=a0a39034-bc34-49e7-b5be-2b5e2790ca33&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001346
10.0.0.23 - - [2026-05-18 03:21:11] "GET /project/a0a39034-bc34-49e7-b5be-2b5e2790ca33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.046833
10.0.0.240 - - [2026-05-18 03:21:11] "GET /projects?obj_uuids=a0a39034-bc34-49e7-b5be-2b5e2790ca33&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001144
10.0.0.23 - - [2026-05-18 03:21:11] "GET /project/a0a39034-bc34-49e7-b5be-2b5e2790ca33?fields=virtual_networks HTTP/1.1" 200 1377 0.055559
10.0.0.240 - - [2026-05-18 03:21:13] "GET /projects?obj_uuids=a0a39034-bc34-49e7-b5be-2b5e2790ca33&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001597
10.0.0.23 - - [2026-05-18 03:21:13] "GET /project/a0a39034-bc34-49e7-b5be-2b5e2790ca33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.045852
10.0.0.240 - - [2026-05-18 03:21:13] "GET /projects?obj_uuids=a0a39034-bc34-49e7-b5be-2b5e2790ca33&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001097
10.0.0.23 - - [2026-05-18 03:21:13] "GET /project/a0a39034-bc34-49e7-b5be-2b5e2790ca33?fields=virtual_networks HTTP/1.1" 200 1377 0.041658
10.0.0.240 - - [2026-05-18 03:21:15] "GET /projects?obj_uuids=a0a39034-bc34-49e7-b5be-2b5e2790ca33&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001312
10.0.0.23 - - [2026-05-18 03:21:15] "GET /project/a0a39034-bc34-49e7-b5be-2b5e2790ca33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.043662
10.0.0.240 - - [2026-05-18 03:21:15] "GET /projects?obj_uuids=a0a39034-bc34-49e7-b5be-2b5e2790ca33&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001490
10.0.0.23 - - [2026-05-18 03:21:15] "GET /project/a0a39034-bc34-49e7-b5be-2b5e2790ca33?fields=virtual_networks HTTP/1.1" 200 1377 0.044952
10.0.0.240 - - [2026-05-18 03:21:17] "GET /projects?obj_uuids=a0a39034-bc34-49e7-b5be-2b5e2790ca33&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001632
10.0.0.23 - - [2026-05-18 03:21:17] "GET /project/a0a39034-bc34-49e7-b5be-2b5e2790ca33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.049497
10.0.0.240 - - [2026-05-18 03:21:17] "GET /projects?obj_uuids=a0a39034-bc34-49e7-b5be-2b5e2790ca33&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001777
10.0.0.23 - - [2026-05-18 03:21:17] "GET /project/a0a39034-bc34-49e7-b5be-2b5e2790ca33?fields=virtual_networks HTTP/1.1" 200 1377 0.047858
10.0.0.240 - - [2026-05-18 03:21:19] "GET /projects?obj_uuids=a0a39034-bc34-49e7-b5be-2b5e2790ca33&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.002106
10.0.0.23 - - [2026-05-18 03:21:19] "GET /project/a0a39034-bc34-49e7-b5be-2b5e2790ca33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.053859
10.0.0.240 - - [2026-05-18 03:21:19] "GET /projects?obj_uuids=a0a39034-bc34-49e7-b5be-2b5e2790ca33&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001162
10.0.0.23 - - [2026-05-18 03:21:19] "GET /project/a0a39034-bc34-49e7-b5be-2b5e2790ca33?fields=virtual_networks HTTP/1.1" 200 1377 0.046318
10.0.0.240 - - [2026-05-18 03:21:21] "GET /projects?obj_uuids=a0a39034-bc34-49e7-b5be-2b5e2790ca33&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000970
10.0.0.23 - - [2026-05-18 03:21:21] "GET /project/a0a39034-bc34-49e7-b5be-2b5e2790ca33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.046018
10.0.0.240 - - [2026-05-18 03:21:21] "GET /projects?obj_uuids=a0a39034-bc34-49e7-b5be-2b5e2790ca33&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001561
10.0.0.23 - - [2026-05-18 03:21:22] "GET /project/a0a39034-bc34-49e7-b5be-2b5e2790ca33?fields=virtual_networks HTTP/1.1" 200 1377 0.044827
10.0.0.240 - - [2026-05-18 03:21:24] "GET /projects?obj_uuids=a0a39034-bc34-49e7-b5be-2b5e2790ca33&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000997
10.0.0.23 - - [2026-05-18 03:21:24] "GET /project/a0a39034-bc34-49e7-b5be-2b5e2790ca33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.049498
10.0.0.240 - - [2026-05-18 03:21:24] "GET /projects?obj_uuids=a0a39034-bc34-49e7-b5be-2b5e2790ca33&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001215
10.0.0.23 - - [2026-05-18 03:21:24] "GET /project/a0a39034-bc34-49e7-b5be-2b5e2790ca33?fields=virtual_networks HTTP/1.1" 200 1377 0.048557
10.0.0.240 - - [2026-05-18 03:21:26] "GET /projects?obj_uuids=a0a39034-bc34-49e7-b5be-2b5e2790ca33&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001052
10.0.0.23 - - [2026-05-18 03:21:26] "GET /project/a0a39034-bc34-49e7-b5be-2b5e2790ca33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.046193
10.0.0.240 - - [2026-05-18 03:21:26] "GET /projects?obj_uuids=a0a39034-bc34-49e7-b5be-2b5e2790ca33&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001211
10.0.0.23 - - [2026-05-18 03:21:26] "GET /project/a0a39034-bc34-49e7-b5be-2b5e2790ca33?fields=virtual_networks HTTP/1.1" 200 1377 0.043231
10.0.0.240 - - [2026-05-18 03:21:28] "GET /projects?obj_uuids=a0a39034-bc34-49e7-b5be-2b5e2790ca33&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001278
10.0.0.23 - - [2026-05-18 03:21:28] "GET /project/a0a39034-bc34-49e7-b5be-2b5e2790ca33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.063569
10.0.0.240 - - [2026-05-18 03:21:28] "GET /projects?obj_uuids=a0a39034-bc34-49e7-b5be-2b5e2790ca33&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001535
10.0.0.23 - - [2026-05-18 03:21:28] "GET /project/a0a39034-bc34-49e7-b5be-2b5e2790ca33?fields=virtual_networks HTTP/1.1" 200 1377 0.075389
10.0.0.240 - - [2026-05-18 03:21:30] "GET /projects?obj_uuids=a0a39034-bc34-49e7-b5be-2b5e2790ca33&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.002973
10.0.0.23 - - [2026-05-18 03:21:30] "GET /project/a0a39034-bc34-49e7-b5be-2b5e2790ca33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.058669
10.0.0.240 - - [2026-05-18 03:21:30] "GET /projects?obj_uuids=a0a39034-bc34-49e7-b5be-2b5e2790ca33&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000913
10.0.0.23 - - [2026-05-18 03:21:30] "GET /project/a0a39034-bc34-49e7-b5be-2b5e2790ca33?fields=virtual_networks HTTP/1.1" 200 1377 0.045653
10.0.0.240 - - [2026-05-18 03:21:32] "GET /projects?obj_uuids=a0a39034-bc34-49e7-b5be-2b5e2790ca33&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001098
10.0.0.23 - - [2026-05-18 03:21:32] "GET /project/a0a39034-bc34-49e7-b5be-2b5e2790ca33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.045435
10.0.0.240 - - [2026-05-18 03:21:32] "GET /projects?obj_uuids=a0a39034-bc34-49e7-b5be-2b5e2790ca33&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001549
10.0.0.23 - - [2026-05-18 03:21:32] "GET /project/a0a39034-bc34-49e7-b5be-2b5e2790ca33?fields=virtual_networks HTTP/1.1" 200 1377 0.060607
10.0.0.240 - - [2026-05-18 03:21:34] "GET /projects?obj_uuids=a0a39034-bc34-49e7-b5be-2b5e2790ca33&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001103
10.0.0.23 - - [2026-05-18 03:21:34] "GET /project/a0a39034-bc34-49e7-b5be-2b5e2790ca33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.045926
10.0.0.240 - - [2026-05-18 03:21:34] "GET /projects?obj_uuids=a0a39034-bc34-49e7-b5be-2b5e2790ca33&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000859
10.0.0.23 - - [2026-05-18 03:21:34] "GET /project/a0a39034-bc34-49e7-b5be-2b5e2790ca33?fields=virtual_networks HTTP/1.1" 200 1377 0.048210
10.0.0.240 - - [2026-05-18 03:21:37] "GET /projects?obj_uuids=a0a39034-bc34-49e7-b5be-2b5e2790ca33&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001310
10.0.0.23 - - [2026-05-18 03:21:37] "GET /project/a0a39034-bc34-49e7-b5be-2b5e2790ca33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.042891
10.0.0.240 - - [2026-05-18 03:21:37] "GET /projects?obj_uuids=a0a39034-bc34-49e7-b5be-2b5e2790ca33&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001196
10.0.0.23 - - [2026-05-18 03:21:37] "GET /project/a0a39034-bc34-49e7-b5be-2b5e2790ca33?fields=virtual_networks HTTP/1.1" 200 1377 0.053913
10.0.0.240 - - [2026-05-18 03:21:37] "GET /obj-perms HTTP/1.1" 200 5056 0.074230
10.0.0.240 - - [2026-05-18 03:21:39] "GET /projects?obj_uuids=a0a39034-bc34-49e7-b5be-2b5e2790ca33&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001052
10.0.0.23 - - [2026-05-18 03:21:39] "GET /project/a0a39034-bc34-49e7-b5be-2b5e2790ca33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.045861
10.0.0.240 - - [2026-05-18 03:21:39] "GET /projects?obj_uuids=a0a39034-bc34-49e7-b5be-2b5e2790ca33&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000978
10.0.0.23 - - [2026-05-18 03:21:39] "GET /project/a0a39034-bc34-49e7-b5be-2b5e2790ca33?fields=virtual_networks HTTP/1.1" 200 1377 0.046241
10.0.0.23 - - [2026-05-18 03:21:40] "POST /neutron/port HTTP/1.1" 200 1106 0.023890
10.0.0.23 - - [2026-05-18 03:21:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003973
10.0.0.23 - - [2026-05-18 03:21:40] "POST /neutron/network HTTP/1.1" 200 926 0.007000
10.0.0.240 - - [2026-05-18 03:21:41] "GET /projects?obj_uuids=a0a39034-bc34-49e7-b5be-2b5e2790ca33&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000933
10.0.0.23 - - [2026-05-18 03:21:41] "GET /project/a0a39034-bc34-49e7-b5be-2b5e2790ca33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.040345
10.0.0.240 - - [2026-05-18 03:21:41] "GET /projects?obj_uuids=a0a39034-bc34-49e7-b5be-2b5e2790ca33&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000864
10.0.0.23 - - [2026-05-18 03:21:41] "GET /project/a0a39034-bc34-49e7-b5be-2b5e2790ca33?fields=virtual_networks HTTP/1.1" 200 1377 0.049219
10.0.0.240 - - [2026-05-18 03:21:43] "GET /projects?obj_uuids=a0a39034-bc34-49e7-b5be-2b5e2790ca33&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001126
10.0.0.23 - - [2026-05-18 03:21:43] "GET /project/a0a39034-bc34-49e7-b5be-2b5e2790ca33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.047888
10.0.0.240 - - [2026-05-18 03:21:43] "GET /projects?obj_uuids=a0a39034-bc34-49e7-b5be-2b5e2790ca33&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001176
10.0.0.23 - - [2026-05-18 03:21:43] "GET /project/a0a39034-bc34-49e7-b5be-2b5e2790ca33?fields=virtual_networks HTTP/1.1" 200 1377 0.043778
10.0.0.23 - - [2026-05-18 03:21:44] "POST /neutron/network HTTP/1.1" 200 936 0.008725
10.0.0.23 - - [2026-05-18 03:21:44] "POST /neutron/port HTTP/1.1" 200 117 0.001264
10.0.0.240 - - [2026-05-18 03:21:45] "GET /projects?obj_uuids=a0a39034-bc34-49e7-b5be-2b5e2790ca33&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001153
10.0.0.23 - - [2026-05-18 03:21:45] "GET /project/a0a39034-bc34-49e7-b5be-2b5e2790ca33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.049582
10.0.0.240 - - [2026-05-18 03:21:45] "GET /projects?obj_uuids=a0a39034-bc34-49e7-b5be-2b5e2790ca33&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001577
10.0.0.23 - - [2026-05-18 03:21:45] "GET /project/a0a39034-bc34-49e7-b5be-2b5e2790ca33?fields=virtual_networks HTTP/1.1" 200 1377 0.051652
10.0.0.240 - - [2026-05-18 03:21:47] "GET /projects?obj_uuids=a0a39034-bc34-49e7-b5be-2b5e2790ca33&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001503
10.0.0.23 - - [2026-05-18 03:21:47] "GET /project/a0a39034-bc34-49e7-b5be-2b5e2790ca33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.049225
10.0.0.240 - - [2026-05-18 03:21:47] "GET /projects?obj_uuids=a0a39034-bc34-49e7-b5be-2b5e2790ca33&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000899
10.0.0.23 - - [2026-05-18 03:21:47] "GET /project/a0a39034-bc34-49e7-b5be-2b5e2790ca33?fields=virtual_networks HTTP/1.1" 200 1377 0.042457
10.0.0.240 - - [2026-05-18 03:21:49] "GET /projects?obj_uuids=a0a39034-bc34-49e7-b5be-2b5e2790ca33&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000964
10.0.0.23 - - [2026-05-18 03:21:49] "GET /project/a0a39034-bc34-49e7-b5be-2b5e2790ca33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.051524
10.0.0.240 - - [2026-05-18 03:21:49] "GET /projects?obj_uuids=a0a39034-bc34-49e7-b5be-2b5e2790ca33&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000877
10.0.0.23 - - [2026-05-18 03:21:49] "GET /project/a0a39034-bc34-49e7-b5be-2b5e2790ca33?fields=virtual_networks HTTP/1.1" 200 1377 0.050903
10.0.0.23 - - [2026-05-18 03:21:50] "POST /fqname-to-id HTTP/1.1" 404 186 0.034104
10.0.0.240 - - [2026-05-18 03:21:50] "GET /projects?obj_uuids=4ba09285-4ceb-403d-a006-195c7c256e49&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002920
10.0.0.240 - - [2026-05-18 03:21:50] "GET /domains?obj_uuids=4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001035
10.0.0.240 - - [2026-05-18 03:21:50] "GET /domain/4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007595
10.0.0.240 - - [2026-05-18 03:21:50] "POST /id-to-fqname HTTP/1.1" 200 188 0.005370
10.0.0.240 - - [2026-05-18 03:21:50] "POST /fqname-to-id HTTP/1.1" 404 197 0.005664
10.0.0.240 - - [2026-05-18 03:21:50] "POST /security-groups HTTP/1.1" 200 589 0.073478
10.0.0.240 - - [2026-05-18 03:21:50] "POST /projects HTTP/1.1" 200 581 0.304993
10.0.0.240 - - [2026-05-18 03:21:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.379825
10.0.0.240 - - [2026-05-18 03:21:50] "POST /access-control-lists HTTP/1.1" 200 596 0.061587
10.0.0.23 - - [2026-05-18 03:21:50] "GET /project/4ba09285-4ceb-403d-a006-195c7c256e49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.534871
10.0.0.23 - - [2026-05-18 03:21:52] "GET / HTTP/1.1" 200 36215 0.002021
10.0.0.240 - - [2026-05-18 03:21:53] "DELETE /project/4ba092854ceb403da006195c7c256e49 HTTP/1.1" 404 173 0.003879
10.0.0.23 - - [2026-05-18 03:21:53] "POST /fqname-to-id HTTP/1.1" 401 292 0.000435
10.0.0.23 - - [2026-05-18 03:21:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.028897
10.0.0.240 - - [2026-05-18 03:21:54] "GET /projects?obj_uuids=4ba09285-4ceb-403d-a006-195c7c256e49&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001580
10.0.0.23 - - [2026-05-18 03:21:54] "GET /project/4ba09285-4ceb-403d-a006-195c7c256e49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.051263
10.0.0.240 - - [2026-05-18 03:21:54] "GET /projects?obj_uuids=4ba09285-4ceb-403d-a006-195c7c256e49&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000936
10.0.0.23 - - [2026-05-18 03:21:54] "POST /neutron/network HTTP/1.1" 200 615 0.187290
10.0.0.240 - - [2026-05-18 03:21:54] "POST /route-targets HTTP/1.1" 200 328 0.020118
10.0.0.23 - - [2026-05-18 03:21:54] "POST /id-to-fqname HTTP/1.1" 200 224 0.007983
10.0.0.23 - - [2026-05-18 03:21:54] "GET /virtual-network/043288bb-6a06-485b-a58b-84c1245ba090?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006943
10.0.0.23 - - [2026-05-18 03:21:55] "POST /neutron/network HTTP/1.1" 200 834 0.008594
10.0.0.23 - - [2026-05-18 03:21:55] "GET /virtual-network/043288bb-6a06-485b-a58b-84c1245ba090?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.009339
10.0.0.23 - - [2026-05-18 03:21:55] "POST /id-to-fqname HTTP/1.1" 200 224 0.001273
10.0.0.23 - - [2026-05-18 03:21:55] "POST /neutron/port HTTP/1.1" 200 4186 0.032076
10.0.0.22 - - [2026-05-18 03:21:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000451
10.0.0.22 - - [2026-05-18 03:21:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000491
10.0.0.240 - - [2026-05-18 03:21:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000440
10.0.0.240 - - [2026-05-18 03:21:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000381
10.0.0.240 - - [2026-05-18 03:21:56] "GET /projects?obj_uuids=4ba09285-4ceb-403d-a006-195c7c256e49&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001634
10.0.0.23 - - [2026-05-18 03:21:56] "GET /project/4ba09285-4ceb-403d-a006-195c7c256e49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.075823
10.0.0.23 - - [2026-05-18 03:21:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000421
10.0.0.23 - - [2026-05-18 03:21:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000499
10.0.0.22 - - [2026-05-18 03:21:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000379
10.0.0.22 - - [2026-05-18 03:21:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000547
10.0.0.23 - - [2026-05-18 03:21:56] "POST /neutron/port HTTP/1.1" 200 4186 0.043548
10.0.0.240 - - [2026-05-18 03:21:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000376
10.0.0.240 - - [2026-05-18 03:21:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000364
10.0.0.23 - - [2026-05-18 03:21:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000477
10.0.0.23 - - [2026-05-18 03:21:57] "POST /neutron/network HTTP/1.1" 200 844 0.008457
10.0.0.23 - - [2026-05-18 03:21:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000496
10.0.0.23 - - [2026-05-18 03:21:57] "POST /neutron/port HTTP/1.1" 200 1058 0.018891
10.0.0.23 - - [2026-05-18 03:21:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004503
10.0.0.23 - - [2026-05-18 03:21:57] "POST /neutron/network HTTP/1.1" 200 834 0.008648
10.0.0.23 - - [2026-05-18 03:22:01] "POST /neutron/port HTTP/1.1" 200 1122 0.021090
10.0.0.23 - - [2026-05-18 03:22:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004486
10.0.0.240 - - [2026-05-18 03:22:01] "GET /projects?obj_uuids=4ba09285-4ceb-403d-a006-195c7c256e49&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001416
10.0.0.23 - - [2026-05-18 03:22:01] "GET /project/4ba09285-4ceb-403d-a006-195c7c256e49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.076197
10.0.0.240 - - [2026-05-18 03:22:02] "GET /projects?obj_uuids=4ba09285-4ceb-403d-a006-195c7c256e49&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000893
10.0.0.23 - - [2026-05-18 03:22:02] "POST /neutron/network HTTP/1.1" 200 613 0.142195
10.0.0.240 - - [2026-05-18 03:22:02] "POST /ref-update HTTP/1.1" 200 156 0.024119
10.0.0.23 - - [2026-05-18 03:22:02] "POST /id-to-fqname HTTP/1.1" 200 223 0.003466
10.0.0.23 - - [2026-05-18 03:22:02] "GET /virtual-network/259b41cf-8512-41e6-b051-2ab659e447a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006673
10.0.0.23 - - [2026-05-18 03:22:02] "POST /neutron/network HTTP/1.1" 200 832 0.008367
10.0.0.23 - - [2026-05-18 03:22:02] "GET /virtual-network/259b41cf-8512-41e6-b051-2ab659e447a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.011787
10.0.0.23 - - [2026-05-18 03:22:03] "GET /virtual-network/259b41cf-8512-41e6-b051-2ab659e447a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.007612
10.0.0.23 - - [2026-05-18 03:22:03] "GET /obj-perms HTTP/1.1" 200 5026 0.069977
10.0.0.23 - - [2026-05-18 03:22:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004222
10.0.0.240 - - [2026-05-18 03:22:04] "GET /projects?obj_uuids=4ba09285-4ceb-403d-a006-195c7c256e49&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001002
10.0.0.23 - - [2026-05-18 03:22:04] "GET /project/4ba09285-4ceb-403d-a006-195c7c256e49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.042437
10.0.0.23 - - [2026-05-18 03:22:04] "POST /neutron/network HTTP/1.1" 200 117 0.017992
10.0.0.23 - - [2026-05-18 03:22:05] "POST /neutron/network HTTP/1.1" 200 832 0.010547
10.0.0.23 - - [2026-05-18 03:22:05] "POST /id-to-fqname HTTP/1.1" 200 223 0.001182
10.0.0.23 - - [2026-05-18 03:22:05] "GET /virtual-network/d6817ac9-1717-4576-9eeb-8027339c81f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007287
10.0.0.23 - - [2026-05-18 03:22:05] "GET /virtual-network/d6817ac9-1717-4576-9eeb-8027339c81f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005748
10.0.0.23 - - [2026-05-18 03:22:05] "POST /neutron/subnet HTTP/1.1" 200 725 0.009112
10.0.0.23 - - [2026-05-18 03:22:05] "GET /virtual-network/d6817ac9-1717-4576-9eeb-8027339c81f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006883
10.0.0.22 - - [2026-05-18 03:22:05] "GET /obj-perms HTTP/1.1" 200 5026 0.076245
10.0.0.23 - - [2026-05-18 03:22:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003713
10.0.0.240 - - [2026-05-18 03:22:06] "GET /projects?obj_uuids=4ba09285-4ceb-403d-a006-195c7c256e49&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001264
10.0.0.23 - - [2026-05-18 03:22:06] "GET /project/4ba09285-4ceb-403d-a006-195c7c256e49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.057626
10.0.0.240 - - [2026-05-18 03:22:06] "POST /route-targets HTTP/1.1" 200 328 0.022550
10.0.0.240 - - [2026-05-18 03:22:06] "POST /useragent-kv HTTP/1.1" 200 115 0.009541
10.0.0.23 - - [2026-05-18 03:22:06] "POST /neutron/subnet HTTP/1.1" 200 729 0.205357
10.0.0.23 - - [2026-05-18 03:22:06] "POST /id-to-fqname HTTP/1.1" 200 224 0.001702
10.0.0.23 - - [2026-05-18 03:22:06] "GET /virtual-network/ba71e382-e4be-4b0d-a155-0b5f235d396f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005938
10.0.0.23 - - [2026-05-18 03:22:06] "GET /virtual-network/ba71e382-e4be-4b0d-a155-0b5f235d396f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006677
10.0.0.23 - - [2026-05-18 03:22:06] "POST /neutron/network HTTP/1.1" 200 835 0.007473
10.0.0.23 - - [2026-05-18 03:22:06] "GET /virtual-network/ba71e382-e4be-4b0d-a155-0b5f235d396f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006402
10.0.0.240 - - [2026-05-18 03:22:07] "GET /obj-perms HTTP/1.1" 200 5026 0.064920
10.0.0.23 - - [2026-05-18 03:22:07] "POST /id-to-fqname HTTP/1.1" 200 223 0.001429
10.0.0.23 - - [2026-05-18 03:22:07] "POST /neutron/security_group HTTP/1.1" 200 2056 0.022958
10.0.0.240 - - [2026-05-18 03:22:08] "GET /projects?obj_uuids=4ba09285-4ceb-403d-a006-195c7c256e49&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000878
10.0.0.23 - - [2026-05-18 03:22:08] "GET /project/4ba09285-4ceb-403d-a006-195c7c256e49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.069226
10.0.0.23 - - [2026-05-18 03:22:08] "POST /neutron/port HTTP/1.1" 200 5155 0.041623
10.0.0.23 - - [2026-05-18 03:22:08] "POST /id-to-fqname HTTP/1.1" 200 224 0.001590
10.0.0.23 - - [2026-05-18 03:22:08] "POST /neutron/port HTTP/1.1" 200 5155 0.045360
10.0.0.240 - - [2026-05-18 03:22:09] "GET /projects?obj_uuids=4ba09285-4ceb-403d-a006-195c7c256e49&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001177
10.0.0.23 - - [2026-05-18 03:22:09] "POST /neutron/port HTTP/1.1" 200 1058 0.332734
10.0.0.23 - - [2026-05-18 03:22:09] "POST /neutron/port HTTP/1.1" 200 1058 0.014003
10.0.0.23 - - [2026-05-18 03:22:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004221
10.0.0.23 - - [2026-05-18 03:22:09] "POST /neutron/network HTTP/1.1" 200 832 0.007111
10.0.0.240 - - [2026-05-18 03:22:09] "GET /projects?obj_uuids=4ba09285-4ceb-403d-a006-195c7c256e49&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001011
10.0.0.23 - - [2026-05-18 03:22:10] "GET /project/4ba09285-4ceb-403d-a006-195c7c256e49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.083043
10.0.0.23 - - [2026-05-18 03:22:10] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009229
10.0.0.23 - - [2026-05-18 03:22:10] "POST /fqname-to-id HTTP/1.1" 404 193 0.003757
10.0.0.23 - - [2026-05-18 03:22:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003078
10.0.0.240 - - [2026-05-18 03:22:10] "GET /domains?obj_uuids=4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001471
10.0.0.23 - - [2026-05-18 03:22:10] "GET /domain/4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.008535
10.0.0.23 - - [2026-05-18 03:22:10] "POST /service-templates HTTP/1.1" 200 545 0.040346
10.0.0.23 - - [2026-05-18 03:22:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.005737
10.0.0.23 - - [2026-05-18 03:22:10] "GET /service-template/966039d4-5798-4034-95fb-a912be5dfd93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1819 0.006999
10.0.0.23 - - [2026-05-18 03:22:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003450
10.0.0.23 - - [2026-05-18 03:22:10] "GET /service-template/966039d4-5798-4034-95fb-a912be5dfd93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1819 0.005975
10.0.0.23 - - [2026-05-18 03:22:10] "POST /id-to-fqname HTTP/1.1" 200 223 0.001388
10.0.0.23 - - [2026-05-18 03:22:10] "POST /id-to-fqname HTTP/1.1" 200 223 0.001471
10.0.0.23 - - [2026-05-18 03:22:10] "POST /id-to-fqname HTTP/1.1" 200 224 0.002860
10.0.0.240 - - [2026-05-18 03:22:10] "GET /projects?obj_uuids=4ba09285-4ceb-403d-a006-195c7c256e49&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001076
10.0.0.23 - - [2026-05-18 03:22:11] "POST /neutron/port HTTP/1.1" 200 1059 0.376628
10.0.0.23 - - [2026-05-18 03:22:11] "POST /neutron/port HTTP/1.1" 200 1059 0.013537
10.0.0.23 - - [2026-05-18 03:22:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003278
10.0.0.23 - - [2026-05-18 03:22:11] "DELETE /service-template/966039d4-5798-4034-95fb-a912be5dfd93 HTTP/1.1" 200 115 0.039999
10.0.0.23 - - [2026-05-18 03:22:11] "POST /fqname-to-id HTTP/1.1" 404 193 0.003831
10.0.0.23 - - [2026-05-18 03:22:11] "POST /neutron/port HTTP/1.1" 200 1123 0.024786
10.0.0.23 - - [2026-05-18 03:22:11] "POST /neutron/port HTTP/1.1" 200 117 0.001094
10.0.0.23 - - [2026-05-18 03:22:11] "POST /neutron/network HTTP/1.1" 400 204 0.017420
10.0.0.23 - - [2026-05-18 03:22:12] "POST /neutron/port HTTP/1.1" 200 151 0.206563
10.0.0.23 - - [2026-05-18 03:22:13] "POST /neutron/port HTTP/1.1" 200 151 0.208355
10.0.0.240 - - [2026-05-18 03:22:13] "DELETE /route-target/ade63558-35c4-44fa-b2a3-afea34333c7b HTTP/1.1" 200 115 0.031802
10.0.0.23 - - [2026-05-18 03:22:14] "POST /neutron/port HTTP/1.1" 200 117 0.010712
10.0.0.23 - - [2026-05-18 03:22:14] "POST /neutron/network HTTP/1.1" 200 832 0.007116
10.0.0.23 - - [2026-05-18 03:22:14] "POST /neutron/network HTTP/1.1" 200 832 0.009693
10.0.0.240 - - [2026-05-18 03:22:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005356
10.0.0.23 - - [2026-05-18 03:22:15] "POST /neutron/network HTTP/1.1" 400 204 0.014466
10.0.0.23 - - [2026-05-18 03:22:15] "POST /neutron/port HTTP/1.1" 200 151 0.194011
10.0.0.240 - - [2026-05-18 03:22:17] "DELETE /route-target/64f06f7c-8d12-40da-b6ab-8a930043c82e HTTP/1.1" 200 115 0.027240
10.0.0.23 - - [2026-05-18 03:22:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003912
10.0.0.240 - - [2026-05-18 03:22:19] "GET /projects?obj_uuids=4ba09285-4ceb-403d-a006-195c7c256e49&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001187
10.0.0.23 - - [2026-05-18 03:22:19] "GET /project/4ba09285-4ceb-403d-a006-195c7c256e49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.055872
10.0.0.23 - - [2026-05-18 03:22:20] "POST /neutron/network HTTP/1.1" 200 117 0.013913
10.0.0.23 - - [2026-05-18 03:22:20] "POST /neutron/network HTTP/1.1" 200 832 0.011731
10.0.0.23 - - [2026-05-18 03:22:20] "POST /id-to-fqname HTTP/1.1" 200 223 0.001328
10.0.0.23 - - [2026-05-18 03:22:20] "GET /virtual-network/bd0caf8e-0f20-46fe-8ed9-422e14eb6ddf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.008044
10.0.0.23 - - [2026-05-18 03:22:20] "GET /virtual-network/bd0caf8e-0f20-46fe-8ed9-422e14eb6ddf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006494
10.0.0.23 - - [2026-05-18 03:22:20] "POST /neutron/subnet HTTP/1.1" 200 725 0.010529
10.0.0.23 - - [2026-05-18 03:22:20] "GET /virtual-network/bd0caf8e-0f20-46fe-8ed9-422e14eb6ddf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007218
10.0.0.23 - - [2026-05-18 03:22:20] "GET /obj-perms HTTP/1.1" 200 5026 0.004428
10.0.0.23 - - [2026-05-18 03:22:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004402
10.0.0.240 - - [2026-05-18 03:22:21] "GET /projects?obj_uuids=4ba09285-4ceb-403d-a006-195c7c256e49&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000932
10.0.0.23 - - [2026-05-18 03:22:21] "GET /project/4ba09285-4ceb-403d-a006-195c7c256e49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.040370
10.0.0.240 - - [2026-05-18 03:22:21] "POST /route-targets HTTP/1.1" 200 328 0.016638
10.0.0.240 - - [2026-05-18 03:22:21] "POST /useragent-kv HTTP/1.1" 200 115 0.009192
10.0.0.23 - - [2026-05-18 03:22:21] "POST /neutron/subnet HTTP/1.1" 200 720 0.245816
10.0.0.23 - - [2026-05-18 03:22:21] "POST /id-to-fqname HTTP/1.1" 200 223 0.001591
10.0.0.23 - - [2026-05-18 03:22:21] "GET /virtual-network/159025be-2760-4ead-9f87-a12a3fa7c31f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005829
10.0.0.23 - - [2026-05-18 03:22:21] "GET /virtual-network/159025be-2760-4ead-9f87-a12a3fa7c31f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.009112
10.0.0.23 - - [2026-05-18 03:22:21] "POST /neutron/network HTTP/1.1" 200 831 0.008785
10.0.0.23 - - [2026-05-18 03:22:21] "GET /virtual-network/159025be-2760-4ead-9f87-a12a3fa7c31f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006879
10.0.0.22 - - [2026-05-18 03:22:22] "GET /obj-perms HTTP/1.1" 200 5026 0.003238
10.0.0.23 - - [2026-05-18 03:22:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003753
10.0.0.240 - - [2026-05-18 03:22:22] "GET /projects?obj_uuids=4ba09285-4ceb-403d-a006-195c7c256e49&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000973
10.0.0.23 - - [2026-05-18 03:22:22] "GET /project/4ba09285-4ceb-403d-a006-195c7c256e49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.050826
10.0.0.240 - - [2026-05-18 03:22:22] "GET /projects?obj_uuids=4ba09285-4ceb-403d-a006-195c7c256e49&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001218
10.0.0.23 - - [2026-05-18 03:22:22] "POST /neutron/network HTTP/1.1" 200 615 0.128739
10.0.0.240 - - [2026-05-18 03:22:22] "POST /ref-update HTTP/1.1" 200 156 0.027318
10.0.0.23 - - [2026-05-18 03:22:22] "POST /id-to-fqname HTTP/1.1" 200 224 0.003193
10.0.0.23 - - [2026-05-18 03:22:22] "GET /virtual-network/6e56125f-bf3f-4ae8-8366-9dfd3036dd5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006328
10.0.0.23 - - [2026-05-18 03:22:22] "POST /neutron/network HTTP/1.1" 200 831 0.009201
10.0.0.23 - - [2026-05-18 03:22:22] "GET /virtual-network/6e56125f-bf3f-4ae8-8366-9dfd3036dd5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005626
10.0.0.23 - - [2026-05-18 03:22:23] "GET /virtual-network/6e56125f-bf3f-4ae8-8366-9dfd3036dd5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006210
10.0.0.240 - - [2026-05-18 03:22:23] "GET /obj-perms HTTP/1.1" 200 5026 0.004081
10.0.0.23 - - [2026-05-18 03:22:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003569
10.0.0.240 - - [2026-05-18 03:22:23] "GET /projects?obj_uuids=4ba09285-4ceb-403d-a006-195c7c256e49&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000989
10.0.0.23 - - [2026-05-18 03:22:23] "GET /project/4ba09285-4ceb-403d-a006-195c7c256e49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.053938
10.0.0.23 - - [2026-05-18 03:22:23] "POST /neutron/network HTTP/1.1" 200 117 0.022551
10.0.0.23 - - [2026-05-18 03:22:23] "POST /neutron/network HTTP/1.1" 200 844 0.010048
10.0.0.23 - - [2026-05-18 03:22:23] "POST /id-to-fqname HTTP/1.1" 200 229 0.001005
10.0.0.23 - - [2026-05-18 03:22:23] "GET /virtual-network/616ce1d9-7cd6-49c7-92a7-4eebc0fba65a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.005421
10.0.0.23 - - [2026-05-18 03:22:24] "GET /virtual-network/616ce1d9-7cd6-49c7-92a7-4eebc0fba65a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.007722
10.0.0.23 - - [2026-05-18 03:22:24] "POST /neutron/subnet HTTP/1.1" 200 725 0.012035
10.0.0.23 - - [2026-05-18 03:22:24] "GET /virtual-network/616ce1d9-7cd6-49c7-92a7-4eebc0fba65a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.006407
10.0.0.23 - - [2026-05-18 03:22:24] "GET /obj-perms HTTP/1.1" 200 5026 0.004362
10.0.0.23 - - [2026-05-18 03:22:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004482
10.0.0.240 - - [2026-05-18 03:22:24] "GET /projects?obj_uuids=4ba09285-4ceb-403d-a006-195c7c256e49&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000914
10.0.0.23 - - [2026-05-18 03:22:24] "GET /project/4ba09285-4ceb-403d-a006-195c7c256e49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.063741
10.0.0.240 - - [2026-05-18 03:22:24] "POST /route-targets HTTP/1.1" 200 328 0.018501
10.0.0.240 - - [2026-05-18 03:22:25] "POST /useragent-kv HTTP/1.1" 200 115 0.006668
10.0.0.23 - - [2026-05-18 03:22:25] "POST /neutron/subnet HTTP/1.1" 200 729 0.213311
10.0.0.23 - - [2026-05-18 03:22:25] "POST /id-to-fqname HTTP/1.1" 200 230 0.002228
10.0.0.23 - - [2026-05-18 03:22:25] "GET /virtual-network/b929ed97-b073-46c3-8655-f24bd5f6b283?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.005469
10.0.0.23 - - [2026-05-18 03:22:25] "GET /virtual-network/b929ed97-b073-46c3-8655-f24bd5f6b283?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.006300
10.0.0.23 - - [2026-05-18 03:22:25] "POST /neutron/network HTTP/1.1" 200 847 0.007670
10.0.0.23 - - [2026-05-18 03:22:25] "GET /virtual-network/b929ed97-b073-46c3-8655-f24bd5f6b283?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.008854
10.0.0.22 - - [2026-05-18 03:22:25] "GET /obj-perms HTTP/1.1" 200 5026 0.005972
10.0.0.23 - - [2026-05-18 03:22:25] "POST /id-to-fqname HTTP/1.1" 200 223 0.001242
10.0.0.23 - - [2026-05-18 03:22:26] "POST /neutron/network HTTP/1.1" 200 841 0.007810
10.0.0.240 - - [2026-05-18 03:22:26] "GET /projects?obj_uuids=4ba09285-4ceb-403d-a006-195c7c256e49&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001271
10.0.0.23 - - [2026-05-18 03:22:26] "GET /project/4ba09285-4ceb-403d-a006-195c7c256e49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.079901
10.0.0.23 - - [2026-05-18 03:22:27] "POST /neutron/port HTTP/1.1" 200 117 0.006572
10.0.0.23 - - [2026-05-18 03:22:27] "POST /id-to-fqname HTTP/1.1" 200 224 0.001166
10.0.0.23 - - [2026-05-18 03:22:27] "POST /neutron/network HTTP/1.1" 200 841 0.006725
10.0.0.23 - - [2026-05-18 03:22:28] "POST /neutron/port HTTP/1.1" 200 1057 0.023515
10.0.0.23 - - [2026-05-18 03:22:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004068
10.0.0.240 - - [2026-05-18 03:22:28] "GET /projects?obj_uuids=4ba09285-4ceb-403d-a006-195c7c256e49&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001223
10.0.0.23 - - [2026-05-18 03:22:28] "GET /project/4ba09285-4ceb-403d-a006-195c7c256e49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.088468
10.0.0.23 - - [2026-05-18 03:22:28] "POST /neutron/network HTTP/1.1" 200 831 0.006904
10.0.0.23 - - [2026-05-18 03:22:28] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010102
10.0.0.23 - - [2026-05-18 03:22:28] "POST /fqname-to-id HTTP/1.1" 404 193 0.004037
10.0.0.23 - - [2026-05-18 03:22:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004397
10.0.0.240 - - [2026-05-18 03:22:28] "GET /domains?obj_uuids=4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001065
10.0.0.23 - - [2026-05-18 03:22:28] "GET /domain/4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.009058
10.0.0.23 - - [2026-05-18 03:22:28] "POST /service-templates HTTP/1.1" 200 545 0.029297
10.0.0.23 - - [2026-05-18 03:22:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003929
10.0.0.23 - - [2026-05-18 03:22:28] "GET /service-template/a779e814-f1be-45e5-886b-f1101e8171a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.005865
10.0.0.23 - - [2026-05-18 03:22:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003362
10.0.0.23 - - [2026-05-18 03:22:29] "GET /service-template/a779e814-f1be-45e5-886b-f1101e8171a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.004585
10.0.0.23 - - [2026-05-18 03:22:29] "POST /id-to-fqname HTTP/1.1" 200 223 0.001297
10.0.0.23 - - [2026-05-18 03:22:29] "POST /id-to-fqname HTTP/1.1" 200 229 0.001415
10.0.0.240 - - [2026-05-18 03:22:29] "GET /projects?obj_uuids=4ba09285-4ceb-403d-a006-195c7c256e49&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000953
10.0.0.23 - - [2026-05-18 03:22:29] "POST /id-to-fqname HTTP/1.1" 200 230 0.001298
10.0.0.23 - - [2026-05-18 03:22:29] "POST /neutron/port HTTP/1.1" 200 1055 0.360525
10.0.0.23 - - [2026-05-18 03:22:29] "POST /neutron/port HTTP/1.1" 200 1055 0.017620
10.0.0.23 - - [2026-05-18 03:22:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.006816
10.0.0.23 - - [2026-05-18 03:22:29] "DELETE /service-template/a779e814-f1be-45e5-886b-f1101e8171a7 HTTP/1.1" 200 115 0.074539
10.0.0.23 - - [2026-05-18 03:22:29] "POST /fqname-to-id HTTP/1.1" 404 193 0.009224
10.0.0.23 - - [2026-05-18 03:22:29] "POST /neutron/port HTTP/1.1" 200 1119 0.025880
10.0.0.23 - - [2026-05-18 03:22:29] "POST /neutron/port HTTP/1.1" 200 117 0.001181
10.0.0.240 - - [2026-05-18 03:22:30] "POST /useragent-kv HTTP/1.1" 200 115 0.005001
10.0.0.240 - - [2026-05-18 03:22:30] "POST /useragent-kv HTTP/1.1" 200 115 0.003787
10.0.0.23 - - [2026-05-18 03:22:30] "POST /neutron/network HTTP/1.1" 200 151 0.167213
10.0.0.240 - - [2026-05-18 03:22:30] "DELETE /route-target/027e547d-6f15-4f5f-8e43-18194f7f4380 HTTP/1.1" 200 115 0.059758
10.0.0.23 - - [2026-05-18 03:22:30] "POST /neutron/port HTTP/1.1" 200 1121 0.021619
10.0.0.23 - - [2026-05-18 03:22:30] "POST /neutron/network HTTP/1.1" 200 831 0.008241
10.0.0.23 - - [2026-05-18 03:22:31] "POST /neutron/port HTTP/1.1" 200 1109 0.016935
10.0.0.23 - - [2026-05-18 03:22:31] "POST /neutron/network HTTP/1.1" 200 2183 0.011324
10.0.0.23 - - [2026-05-18 03:22:32] "POST /neutron/network HTTP/1.1" 200 831 0.011072
10.0.0.240 - - [2026-05-18 03:22:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003800
10.0.0.240 - - [2026-05-18 03:22:33] "POST /useragent-kv HTTP/1.1" 200 115 0.002915
10.0.0.240 - - [2026-05-18 03:22:33] "POST /useragent-kv HTTP/1.1" 200 115 0.004293
10.0.0.23 - - [2026-05-18 03:22:33] "POST /neutron/network HTTP/1.1" 200 151 0.125905
10.0.0.240 - - [2026-05-18 03:22:33] "DELETE /route-target/1ccb92dc-c8ae-4af5-8249-d993a97f4bb3 HTTP/1.1" 200 115 0.028688
10.0.0.240 - - [2026-05-18 03:22:35] "GET /projects?obj_uuids=4ba09285-4ceb-403d-a006-195c7c256e49&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001995
10.0.0.23 - - [2026-05-18 03:22:35] "GET /project/4ba09285-4ceb-403d-a006-195c7c256e49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.074260
10.0.0.240 - - [2026-05-18 03:22:35] "GET /projects?obj_uuids=4ba09285-4ceb-403d-a006-195c7c256e49&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001180
10.0.0.23 - - [2026-05-18 03:22:35] "GET /project/4ba09285-4ceb-403d-a006-195c7c256e49?fields=virtual_networks HTTP/1.1" 200 1029 0.041489
10.0.0.240 - - [2026-05-18 03:22:35] "GET /projects?obj_uuids=4ba09285-4ceb-403d-a006-195c7c256e49&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001542
10.0.0.23 - - [2026-05-18 03:22:35] "GET /project/4ba09285-4ceb-403d-a006-195c7c256e49?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.042867
10.0.0.240 - - [2026-05-18 03:22:35] "GET /projects?obj_uuids=4ba09285-4ceb-403d-a006-195c7c256e49&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001286
10.0.0.23 - - [2026-05-18 03:22:35] "GET /project/4ba09285-4ceb-403d-a006-195c7c256e49?fields=security_groups HTTP/1.1" 200 1254 0.045010
10.0.0.23 - - [2026-05-18 03:22:36] "POST /fqname-to-id HTTP/1.1" 404 186 0.031528
10.0.0.240 - - [2026-05-18 03:22:36] "GET /projects?obj_uuids=4096b98a-d20b-47e4-b69d-3a2581b21ea0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003861
10.0.0.240 - - [2026-05-18 03:22:36] "GET /domains?obj_uuids=4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001245
10.0.0.240 - - [2026-05-18 03:22:36] "GET /domain/4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.040534
10.0.0.240 - - [2026-05-18 03:22:36] "POST /id-to-fqname HTTP/1.1" 200 188 0.001559
10.0.0.240 - - [2026-05-18 03:22:36] "POST /fqname-to-id HTTP/1.1" 404 197 0.004396
10.0.0.240 - - [2026-05-18 03:22:36] "POST /security-groups HTTP/1.1" 200 589 0.076325
10.0.0.240 - - [2026-05-18 03:22:36] "POST /fqname-to-id HTTP/1.1" 404 232 0.003388
10.0.0.240 - - [2026-05-18 03:22:36] "POST /projects HTTP/1.1" 200 581 0.298410
10.0.0.240 - - [2026-05-18 03:22:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.384805
10.0.0.240 - - [2026-05-18 03:22:37] "POST /access-control-lists HTTP/1.1" 200 594 0.030933
10.0.0.23 - - [2026-05-18 03:22:37] "GET /project/4096b98a-d20b-47e4-b69d-3a2581b21ea0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.567201
10.0.0.240 - - [2026-05-18 03:22:38] "GET /obj-perms HTTP/1.1" 200 5056 0.129921
10.0.0.23 - - [2026-05-18 03:22:38] "GET / HTTP/1.1" 200 36215 0.001944
10.0.0.23 - - [2026-05-18 03:22:40] "POST /fqname-to-id HTTP/1.1" 401 292 0.000460
10.0.0.23 - - [2026-05-18 03:22:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.063785
10.0.0.240 - - [2026-05-18 03:22:41] "GET /projects?obj_uuids=4096b98a-d20b-47e4-b69d-3a2581b21ea0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001028
10.0.0.23 - - [2026-05-18 03:22:41] "GET /project/4096b98a-d20b-47e4-b69d-3a2581b21ea0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.047017
10.0.0.23 - - [2026-05-18 03:22:41] "POST /neutron/network HTTP/1.1" 200 117 0.057276
10.0.0.23 - - [2026-05-18 03:22:41] "POST /neutron/network HTTP/1.1" 200 832 0.011019
10.0.0.23 - - [2026-05-18 03:22:41] "POST /id-to-fqname HTTP/1.1" 200 223 0.001085
10.0.0.23 - - [2026-05-18 03:22:41] "GET /virtual-network/630594e7-384f-4aa2-bfe2-923ce41f932c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005928
10.0.0.23 - - [2026-05-18 03:22:41] "GET /virtual-network/630594e7-384f-4aa2-bfe2-923ce41f932c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005801
10.0.0.23 - - [2026-05-18 03:22:41] "POST /neutron/subnet HTTP/1.1" 200 725 0.008872
10.0.0.23 - - [2026-05-18 03:22:42] "GET /virtual-network/630594e7-384f-4aa2-bfe2-923ce41f932c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.007433
10.0.0.23 - - [2026-05-18 03:22:42] "POST /neutron/network HTTP/1.1" 200 1122 0.011302
10.0.0.23 - - [2026-05-18 03:22:42] "POST /neutron/subnet HTTP/1.1" 200 1380 0.037372
10.0.0.23 - - [2026-05-18 03:22:42] "POST /neutron/network HTTP/1.1" 200 1112 0.011302
10.0.0.23 - - [2026-05-18 03:22:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003737
10.0.0.240 - - [2026-05-18 03:22:43] "GET /projects?obj_uuids=4096b98a-d20b-47e4-b69d-3a2581b21ea0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001061
10.0.0.23 - - [2026-05-18 03:22:43] "GET /project/4096b98a-d20b-47e4-b69d-3a2581b21ea0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.059671
10.0.0.240 - - [2026-05-18 03:22:44] "POST /route-targets HTTP/1.1" 200 328 0.014810
10.0.0.240 - - [2026-05-18 03:22:44] "POST /useragent-kv HTTP/1.1" 200 115 0.011522
10.0.0.23 - - [2026-05-18 03:22:44] "POST /neutron/subnet HTTP/1.1" 200 729 0.254588
10.0.0.23 - - [2026-05-18 03:22:44] "POST /id-to-fqname HTTP/1.1" 200 225 0.001328
10.0.0.23 - - [2026-05-18 03:22:44] "GET /virtual-network/ca028414-56cd-4e40-a037-49876d3335fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.006204
10.0.0.23 - - [2026-05-18 03:22:44] "GET /virtual-network/ca028414-56cd-4e40-a037-49876d3335fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.006228
10.0.0.23 - - [2026-05-18 03:22:44] "POST /neutron/network HTTP/1.1" 200 837 0.006328
10.0.0.23 - - [2026-05-18 03:22:44] "GET /virtual-network/ca028414-56cd-4e40-a037-49876d3335fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.006264
10.0.0.23 - - [2026-05-18 03:22:45] "GET /obj-perms HTTP/1.1" 200 5026 0.054904
10.0.0.22 - - [2026-05-18 03:22:45] "GET /obj-perms HTTP/1.1" 200 5026 0.061404
10.0.0.23 - - [2026-05-18 03:22:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003703
10.0.0.240 - - [2026-05-18 03:22:45] "GET /projects?obj_uuids=4096b98a-d20b-47e4-b69d-3a2581b21ea0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001048
10.0.0.23 - - [2026-05-18 03:22:45] "GET /project/4096b98a-d20b-47e4-b69d-3a2581b21ea0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.040730
10.0.0.240 - - [2026-05-18 03:22:45] "GET /projects?obj_uuids=4096b98a-d20b-47e4-b69d-3a2581b21ea0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001413
10.0.0.23 - - [2026-05-18 03:22:45] "POST /neutron/network HTTP/1.1" 200 619 0.130098
10.0.0.240 - - [2026-05-18 03:22:45] "POST /ref-update HTTP/1.1" 200 156 0.023111
10.0.0.23 - - [2026-05-18 03:22:45] "POST /id-to-fqname HTTP/1.1" 200 226 0.003276
10.0.0.23 - - [2026-05-18 03:22:45] "GET /virtual-network/631a384f-1752-4025-a4df-7dcf04e4fa2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.084731
10.0.0.23 - - [2026-05-18 03:22:45] "POST /neutron/network HTTP/1.1" 200 837 0.006616
10.0.0.23 - - [2026-05-18 03:22:45] "GET /virtual-network/631a384f-1752-4025-a4df-7dcf04e4fa2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005689
10.0.0.23 - - [2026-05-18 03:22:46] "GET /virtual-network/631a384f-1752-4025-a4df-7dcf04e4fa2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005972
10.0.0.240 - - [2026-05-18 03:22:46] "GET /obj-perms HTTP/1.1" 200 5026 0.067715
10.0.0.23 - - [2026-05-18 03:22:46] "POST /id-to-fqname HTTP/1.1" 200 225 0.001700
10.0.0.23 - - [2026-05-18 03:22:46] "POST /neutron/port HTTP/1.1" 200 4186 0.032322
10.0.0.23 - - [2026-05-18 03:22:46] "POST /neutron/network HTTP/1.1" 200 847 0.006621
10.0.0.23 - - [2026-05-18 03:22:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004214
10.0.0.23 - - [2026-05-18 03:22:47] "POST /neutron/port HTTP/1.1" 200 117 0.001171
10.0.0.240 - - [2026-05-18 03:22:47] "GET /projects?obj_uuids=4096b98a-d20b-47e4-b69d-3a2581b21ea0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001030
10.0.0.23 - - [2026-05-18 03:22:47] "GET /project/4096b98a-d20b-47e4-b69d-3a2581b21ea0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.073331
10.0.0.23 - - [2026-05-18 03:22:47] "POST /neutron/port HTTP/1.1" 200 4186 0.044711
10.0.0.23 - - [2026-05-18 03:22:47] "POST /id-to-fqname HTTP/1.1" 200 226 0.001562
10.0.0.23 - - [2026-05-18 03:22:48] "POST /neutron/network HTTP/1.1" 200 847 0.007652
10.0.0.23 - - [2026-05-18 03:22:48] "POST /neutron/port HTTP/1.1" 200 1059 0.020017
10.0.0.23 - - [2026-05-18 03:22:48] "POST /neutron/port HTTP/1.1" 200 1123 0.022883
10.0.0.23 - - [2026-05-18 03:22:48] "POST /neutron/port HTTP/1.1" 200 117 0.001034
10.0.0.240 - - [2026-05-18 03:22:49] "GET /projects?obj_uuids=4096b98a-d20b-47e4-b69d-3a2581b21ea0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001071
10.0.0.23 - - [2026-05-18 03:22:49] "GET /project/4096b98a-d20b-47e4-b69d-3a2581b21ea0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.097722
10.0.0.23 - - [2026-05-18 03:22:49] "POST /neutron/port HTTP/1.1" 200 5156 0.045110
10.0.0.23 - - [2026-05-18 03:22:49] "POST /fqname-to-id HTTP/1.1" 404 193 0.003277
10.0.0.23 - - [2026-05-18 03:22:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002721
10.0.0.240 - - [2026-05-18 03:22:49] "GET /domains?obj_uuids=4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001059
10.0.0.23 - - [2026-05-18 03:22:49] "GET /domain/4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.011371
10.0.0.23 - - [2026-05-18 03:22:49] "POST /service-templates HTTP/1.1" 200 545 0.044434
10.0.0.23 - - [2026-05-18 03:22:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003969
10.0.0.23 - - [2026-05-18 03:22:49] "GET /service-template/e4af7e42-fb78-416b-9199-34ab2473955c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1819 0.014221
10.0.0.23 - - [2026-05-18 03:22:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003671
10.0.0.23 - - [2026-05-18 03:22:49] "POST /neutron/network HTTP/1.1" 200 847 0.007572
10.0.0.23 - - [2026-05-18 03:22:49] "GET /service-template/e4af7e42-fb78-416b-9199-34ab2473955c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1819 0.004428
10.0.0.23 - - [2026-05-18 03:22:49] "POST /id-to-fqname HTTP/1.1" 200 223 0.001397
10.0.0.23 - - [2026-05-18 03:22:49] "POST /id-to-fqname HTTP/1.1" 200 225 0.001638
10.0.0.23 - - [2026-05-18 03:22:49] "POST /id-to-fqname HTTP/1.1" 200 226 0.001356
10.0.0.23 - - [2026-05-18 03:22:50] "POST /neutron/port HTTP/1.1" 200 1057 0.021309
10.0.0.23 - - [2026-05-18 03:22:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003349
10.0.0.23 - - [2026-05-18 03:22:50] "DELETE /service-template/e4af7e42-fb78-416b-9199-34ab2473955c HTTP/1.1" 200 115 0.050733
10.0.0.23 - - [2026-05-18 03:22:50] "POST /fqname-to-id HTTP/1.1" 404 193 0.014249
10.0.0.23 - - [2026-05-18 03:22:50] "POST /neutron/port HTTP/1.1" 200 1111 0.126330
10.0.0.23 - - [2026-05-18 03:22:50] "POST /neutron/subnet HTTP/1.1" 200 694 0.010115
10.0.0.23 - - [2026-05-18 03:22:50] "POST /neutron/network HTTP/1.1" 200 837 0.008002
10.0.0.23 - - [2026-05-18 03:22:51] "POST /neutron/port HTTP/1.1" 200 1113 0.014458
10.0.0.23 - - [2026-05-18 03:22:52] "POST /neutron/port HTTP/1.1" 200 1111 0.016034
10.0.0.23 - - [2026-05-18 03:22:52] "POST /neutron/network HTTP/1.1" 200 2195 0.013888
10.0.0.240 - - [2026-05-18 03:22:52] "POST /useragent-kv HTTP/1.1" 200 115 0.005383
10.0.0.240 - - [2026-05-18 03:22:52] "POST /useragent-kv HTTP/1.1" 200 115 0.005217
10.0.0.23 - - [2026-05-18 03:22:52] "POST /neutron/network HTTP/1.1" 200 151 0.149839
10.0.0.240 - - [2026-05-18 03:22:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004725
10.0.0.240 - - [2026-05-18 03:22:53] "POST /useragent-kv HTTP/1.1" 200 115 0.003181
10.0.0.240 - - [2026-05-18 03:22:53] "POST /useragent-kv HTTP/1.1" 200 115 0.004620
10.0.0.23 - - [2026-05-18 03:22:53] "POST /neutron/network HTTP/1.1" 200 151 0.168311
10.0.0.240 - - [2026-05-18 03:22:53] "GET /projects?obj_uuids=4ba09285-4ceb-403d-a006-195c7c256e49&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000928
10.0.0.240 - - [2026-05-18 03:22:53] "DELETE /project/4096b98ad20b47e4b69d3a2581b21ea0 HTTP/1.1" 404 173 0.009465
10.0.0.240 - - [2026-05-18 03:22:53] "GET /project/4ba09285-4ceb-403d-a006-195c7c256e49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.104094
10.0.0.240 - - [2026-05-18 03:22:53] "GET /projects?obj_uuids=4ba09285-4ceb-403d-a006-195c7c256e49&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001141
10.0.0.240 - - [2026-05-18 03:22:53] "GET /project/4ba09285-4ceb-403d-a006-195c7c256e49?fields=security_groups HTTP/1.1" 200 1356 0.076804
10.0.0.240 - - [2026-05-18 03:22:53] "DELETE /security-group/0a3acfce-0cd6-483f-a7fa-519efb14d7ee HTTP/1.1" 200 115 0.114029
10.0.0.240 - - [2026-05-18 03:22:53] "GET /projects?obj_uuids=4ba09285-4ceb-403d-a006-195c7c256e49&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.003286
10.0.0.240 - - [2026-05-18 03:22:53] "GET /project/4ba09285-4ceb-403d-a006-195c7c256e49?fields=application_policy_sets HTTP/1.1" 200 1395 0.094180
10.0.0.240 - - [2026-05-18 03:22:53] "DELETE /access-control-list/93574b34-dddc-43da-85fb-0f02ff5d8c4e HTTP/1.1" 200 115 0.084353
10.0.0.240 - - [2026-05-18 03:22:54] "DELETE /project/4ba09285-4ceb-403d-a006-195c7c256e49 HTTP/1.1" 200 115 0.681197
10.0.0.23 - - [2026-05-18 03:22:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004292
10.0.0.240 - - [2026-05-18 03:22:56] "GET /projects?obj_uuids=4096b98a-d20b-47e4-b69d-3a2581b21ea0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000934
10.0.0.23 - - [2026-05-18 03:22:56] "GET /project/4096b98a-d20b-47e4-b69d-3a2581b21ea0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.042284
10.0.0.23 - - [2026-05-18 03:22:56] "POST /neutron/network HTTP/1.1" 200 117 0.017605
10.0.0.240 - - [2026-05-18 03:22:57] "POST /route-targets HTTP/1.1" 200 328 0.015682
10.0.0.23 - - [2026-05-18 03:22:57] "POST /neutron/network HTTP/1.1" 200 831 0.011869
10.0.0.23 - - [2026-05-18 03:22:57] "POST /id-to-fqname HTTP/1.1" 200 223 0.001380
10.0.0.23 - - [2026-05-18 03:22:57] "GET /virtual-network/069669c2-5865-4e21-9732-dcd9690bc85f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006405
10.0.0.23 - - [2026-05-18 03:22:57] "GET /virtual-network/069669c2-5865-4e21-9732-dcd9690bc85f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006161
10.0.0.23 - - [2026-05-18 03:22:57] "POST /neutron/subnet HTTP/1.1" 200 719 0.010376
10.0.0.23 - - [2026-05-18 03:22:57] "GET /virtual-network/069669c2-5865-4e21-9732-dcd9690bc85f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006219
10.0.0.23 - - [2026-05-18 03:22:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003798
10.0.0.240 - - [2026-05-18 03:22:57] "GET /projects?obj_uuids=4096b98a-d20b-47e4-b69d-3a2581b21ea0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001424
10.0.0.23 - - [2026-05-18 03:22:57] "GET /project/4096b98a-d20b-47e4-b69d-3a2581b21ea0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.046114
10.0.0.240 - - [2026-05-18 03:22:58] "POST /ref-update HTTP/1.1" 200 156 0.031893
10.0.0.240 - - [2026-05-18 03:22:58] "POST /useragent-kv HTTP/1.1" 200 115 0.010432
10.0.0.23 - - [2026-05-18 03:22:58] "POST /neutron/subnet HTTP/1.1" 200 724 0.224440
10.0.0.23 - - [2026-05-18 03:22:58] "POST /id-to-fqname HTTP/1.1" 200 223 0.001602
10.0.0.23 - - [2026-05-18 03:22:58] "GET /virtual-network/ae7a657e-0d51-488f-9c5b-222e8d810d92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006088
10.0.0.23 - - [2026-05-18 03:22:58] "GET /virtual-network/ae7a657e-0d51-488f-9c5b-222e8d810d92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005888
10.0.0.23 - - [2026-05-18 03:22:58] "POST /neutron/network HTTP/1.1" 200 832 0.007649
10.0.0.23 - - [2026-05-18 03:22:58] "GET /virtual-network/ae7a657e-0d51-488f-9c5b-222e8d810d92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006480
10.0.0.23 - - [2026-05-18 03:22:58] "GET /obj-perms HTTP/1.1" 200 5026 0.006101
10.0.0.22 - - [2026-05-18 03:22:58] "GET /obj-perms HTTP/1.1" 200 5026 0.005010
10.0.0.23 - - [2026-05-18 03:22:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004350
10.0.0.240 - - [2026-05-18 03:22:59] "GET /projects?obj_uuids=4096b98a-d20b-47e4-b69d-3a2581b21ea0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001398
10.0.0.23 - - [2026-05-18 03:22:59] "GET /project/4096b98a-d20b-47e4-b69d-3a2581b21ea0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.068643
10.0.0.240 - - [2026-05-18 03:22:59] "GET /projects?obj_uuids=4096b98a-d20b-47e4-b69d-3a2581b21ea0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002049
10.0.0.23 - - [2026-05-18 03:22:59] "POST /neutron/network HTTP/1.1" 200 615 0.167166
10.0.0.23 - - [2026-05-18 03:22:59] "POST /id-to-fqname HTTP/1.1" 200 224 0.003742
10.0.0.23 - - [2026-05-18 03:22:59] "GET /virtual-network/fe3ea7ff-a35f-4ae5-8e24-1fa6f86ce88a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006413
10.0.0.23 - - [2026-05-18 03:22:59] "POST /neutron/network HTTP/1.1" 200 832 0.012221
10.0.0.23 - - [2026-05-18 03:22:59] "GET /virtual-network/fe3ea7ff-a35f-4ae5-8e24-1fa6f86ce88a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006228
10.0.0.23 - - [2026-05-18 03:23:00] "GET /virtual-network/fe3ea7ff-a35f-4ae5-8e24-1fa6f86ce88a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007775
10.0.0.240 - - [2026-05-18 03:23:00] "GET /obj-perms HTTP/1.1" 200 5026 0.003993
10.0.0.23 - - [2026-05-18 03:23:00] "POST /id-to-fqname HTTP/1.1" 200 223 0.001317
10.0.0.23 - - [2026-05-18 03:23:00] "POST /neutron/port HTTP/1.1" 200 4186 0.054446
10.0.0.240 - - [2026-05-18 03:23:01] "GET /projects?obj_uuids=4096b98a-d20b-47e4-b69d-3a2581b21ea0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001165
10.0.0.23 - - [2026-05-18 03:23:01] "GET /project/4096b98a-d20b-47e4-b69d-3a2581b21ea0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.075181
10.0.0.23 - - [2026-05-18 03:23:01] "POST /neutron/port HTTP/1.1" 200 4186 0.051203
10.0.0.23 - - [2026-05-18 03:23:01] "POST /id-to-fqname HTTP/1.1" 200 224 0.001583
10.0.0.23 - - [2026-05-18 03:23:02] "POST /neutron/network HTTP/1.1" 200 842 0.009151
10.0.0.23 - - [2026-05-18 03:23:02] "POST /neutron/port HTTP/1.1" 200 1058 0.024064
10.0.0.23 - - [2026-05-18 03:23:02] "POST /neutron/port HTTP/1.1" 200 1122 0.022916
10.0.0.23 - - [2026-05-18 03:23:02] "POST /neutron/port HTTP/1.1" 200 117 0.001279
10.0.0.240 - - [2026-05-18 03:23:03] "GET /projects?obj_uuids=4096b98a-d20b-47e4-b69d-3a2581b21ea0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001196
10.0.0.23 - - [2026-05-18 03:23:03] "GET /project/4096b98a-d20b-47e4-b69d-3a2581b21ea0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.082791
10.0.0.23 - - [2026-05-18 03:23:03] "POST /neutron/port HTTP/1.1" 200 5155 0.045847
10.0.0.23 - - [2026-05-18 03:23:03] "POST /fqname-to-id HTTP/1.1" 404 193 0.004079
10.0.0.23 - - [2026-05-18 03:23:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003858
10.0.0.240 - - [2026-05-18 03:23:03] "GET /domains?obj_uuids=4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001111
10.0.0.23 - - [2026-05-18 03:23:03] "GET /domain/4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.008847
10.0.0.23 - - [2026-05-18 03:23:03] "POST /service-templates HTTP/1.1" 200 545 0.038778
10.0.0.23 - - [2026-05-18 03:23:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003380
10.0.0.23 - - [2026-05-18 03:23:03] "GET /service-template/924f5bb6-e957-4b4c-81c2-83f9bdcb9b3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1818 0.006999
10.0.0.23 - - [2026-05-18 03:23:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004861
10.0.0.23 - - [2026-05-18 03:23:03] "GET /service-template/924f5bb6-e957-4b4c-81c2-83f9bdcb9b3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1818 0.006158
10.0.0.23 - - [2026-05-18 03:23:03] "POST /id-to-fqname HTTP/1.1" 200 223 0.001605
10.0.0.23 - - [2026-05-18 03:23:03] "POST /neutron/network HTTP/1.1" 200 842 0.013181
10.0.0.23 - - [2026-05-18 03:23:03] "POST /id-to-fqname HTTP/1.1" 200 223 0.001243
10.0.0.23 - - [2026-05-18 03:23:04] "POST /id-to-fqname HTTP/1.1" 200 224 0.001286
10.0.0.23 - - [2026-05-18 03:23:04] "POST /neutron/security_group HTTP/1.1" 200 2056 0.018925
10.0.0.23 - - [2026-05-18 03:23:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003048
10.0.0.23 - - [2026-05-18 03:23:04] "DELETE /service-template/924f5bb6-e957-4b4c-81c2-83f9bdcb9b3a HTTP/1.1" 200 115 0.039851
10.0.0.23 - - [2026-05-18 03:23:04] "POST /fqname-to-id HTTP/1.1" 404 193 0.003837
10.0.0.23 - - [2026-05-18 03:23:04] "POST /neutron/port HTTP/1.1" 200 1110 0.128893
10.0.0.23 - - [2026-05-18 03:23:04] "POST /neutron/subnet HTTP/1.1" 200 689 0.011482
10.0.0.23 - - [2026-05-18 03:23:04] "POST /neutron/port HTTP/1.1" 200 117 0.001125
10.0.0.23 - - [2026-05-18 03:23:05] "POST /neutron/port HTTP/1.1" 200 1112 0.018344
10.0.0.23 - - [2026-05-18 03:23:06] "POST /neutron/port HTTP/1.1" 200 1110 0.017060
10.0.0.23 - - [2026-05-18 03:23:06] "POST /neutron/network HTTP/1.1" 200 2184 0.011484
10.0.0.240 - - [2026-05-18 03:23:06] "POST /useragent-kv HTTP/1.1" 200 115 0.008625
10.0.0.240 - - [2026-05-18 03:23:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.011005
10.0.0.240 - - [2026-05-18 03:23:06] "POST /useragent-kv HTTP/1.1" 200 115 0.005612
10.0.0.23 - - [2026-05-18 03:23:06] "POST /neutron/network HTTP/1.1" 200 151 0.175696
10.0.0.240 - - [2026-05-18 03:23:07] "POST /useragent-kv HTTP/1.1" 200 115 0.005831
10.0.0.240 - - [2026-05-18 03:23:07] "POST /useragent-kv HTTP/1.1" 200 115 0.005190
10.0.0.23 - - [2026-05-18 03:23:07] "POST /neutron/network HTTP/1.1" 200 151 0.149300
10.0.0.240 - - [2026-05-18 03:23:07] "DELETE /route-target/843513f0-5c5a-4f34-ab38-6198da807332 HTTP/1.1" 200 115 0.030399
10.0.0.240 - - [2026-05-18 03:23:09] "GET /projects?obj_uuids=4096b98a-d20b-47e4-b69d-3a2581b21ea0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001520
10.0.0.23 - - [2026-05-18 03:23:09] "GET /project/4096b98a-d20b-47e4-b69d-3a2581b21ea0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.061752
10.0.0.240 - - [2026-05-18 03:23:09] "GET /projects?obj_uuids=4096b98a-d20b-47e4-b69d-3a2581b21ea0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001144
10.0.0.23 - - [2026-05-18 03:23:09] "GET /project/4096b98a-d20b-47e4-b69d-3a2581b21ea0?fields=virtual_networks HTTP/1.1" 200 1029 0.048856
10.0.0.240 - - [2026-05-18 03:23:09] "GET /projects?obj_uuids=4096b98a-d20b-47e4-b69d-3a2581b21ea0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000978
10.0.0.23 - - [2026-05-18 03:23:09] "GET /project/4096b98a-d20b-47e4-b69d-3a2581b21ea0?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.055440
10.0.0.240 - - [2026-05-18 03:23:09] "GET /projects?obj_uuids=4096b98a-d20b-47e4-b69d-3a2581b21ea0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001005
10.0.0.23 - - [2026-05-18 03:23:09] "GET /project/4096b98a-d20b-47e4-b69d-3a2581b21ea0?fields=security_groups HTTP/1.1" 200 1254 0.063706
10.0.0.23 - - [2026-05-18 03:23:10] "POST /fqname-to-id HTTP/1.1" 404 184 0.032679
10.0.0.240 - - [2026-05-18 03:23:10] "GET /projects?obj_uuids=87a05d66-2448-4dd7-b0cd-dab1086856f9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003061
10.0.0.240 - - [2026-05-18 03:23:10] "GET /domains?obj_uuids=4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001054
10.0.0.240 - - [2026-05-18 03:23:10] "GET /domain/4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007793
10.0.0.240 - - [2026-05-18 03:23:10] "POST /id-to-fqname HTTP/1.1" 200 186 0.004826
10.0.0.240 - - [2026-05-18 03:23:10] "POST /fqname-to-id HTTP/1.1" 404 195 0.008166
10.0.0.240 - - [2026-05-18 03:23:10] "POST /security-groups HTTP/1.1" 200 587 0.044884
10.0.0.240 - - [2026-05-18 03:23:10] "POST /fqname-to-id HTTP/1.1" 404 230 0.004010
10.0.0.240 - - [2026-05-18 03:23:10] "POST /projects HTTP/1.1" 200 577 0.277359
10.0.0.240 - - [2026-05-18 03:23:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.360693
10.0.0.240 - - [2026-05-18 03:23:11] "POST /access-control-lists HTTP/1.1" 200 592 0.044635
10.0.0.23 - - [2026-05-18 03:23:11] "GET /project/87a05d66-2448-4dd7-b0cd-dab1086856f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.543613
10.0.0.23 - - [2026-05-18 03:23:12] "GET / HTTP/1.1" 200 36215 0.002128
10.0.0.23 - - [2026-05-18 03:23:14] "POST /fqname-to-id HTTP/1.1" 401 292 0.000505
10.0.0.23 - - [2026-05-18 03:23:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.059246
10.0.0.240 - - [2026-05-18 03:23:14] "GET /projects?obj_uuids=87a05d66-2448-4dd7-b0cd-dab1086856f9&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001049
10.0.0.23 - - [2026-05-18 03:23:14] "GET /project/87a05d66-2448-4dd7-b0cd-dab1086856f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.047223
10.0.0.23 - - [2026-05-18 03:23:14] "POST /neutron/network HTTP/1.1" 200 117 0.051002
10.0.0.23 - - [2026-05-18 03:23:15] "POST /neutron/network HTTP/1.1" 200 829 0.009436
10.0.0.23 - - [2026-05-18 03:23:15] "POST /id-to-fqname HTTP/1.1" 200 221 0.001195
10.0.0.23 - - [2026-05-18 03:23:15] "GET /virtual-network/b0a07802-9d72-461f-b22b-24cec69bb09c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006207
10.0.0.23 - - [2026-05-18 03:23:15] "GET /virtual-network/b0a07802-9d72-461f-b22b-24cec69bb09c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006676
10.0.0.23 - - [2026-05-18 03:23:15] "POST /neutron/subnet HTTP/1.1" 200 720 0.010828
10.0.0.23 - - [2026-05-18 03:23:15] "GET /virtual-network/b0a07802-9d72-461f-b22b-24cec69bb09c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005986
10.0.0.23 - - [2026-05-18 03:23:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004164
10.0.0.240 - - [2026-05-18 03:23:17] "GET /projects?obj_uuids=87a05d66-2448-4dd7-b0cd-dab1086856f9&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000998
10.0.0.23 - - [2026-05-18 03:23:17] "GET /project/87a05d66-2448-4dd7-b0cd-dab1086856f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.060211
10.0.0.240 - - [2026-05-18 03:23:17] "POST /route-targets HTTP/1.1" 200 328 0.016850
10.0.0.240 - - [2026-05-18 03:23:17] "POST /useragent-kv HTTP/1.1" 200 115 0.011295
10.0.0.23 - - [2026-05-18 03:23:17] "POST /neutron/subnet HTTP/1.1" 200 724 0.207616
10.0.0.23 - - [2026-05-18 03:23:17] "POST /id-to-fqname HTTP/1.1" 200 221 0.001474
10.0.0.23 - - [2026-05-18 03:23:17] "GET /virtual-network/d352e530-fff6-4d1f-9236-c52ec2b9b9d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007793
10.0.0.23 - - [2026-05-18 03:23:17] "GET /virtual-network/d352e530-fff6-4d1f-9236-c52ec2b9b9d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006901
10.0.0.23 - - [2026-05-18 03:23:18] "POST /neutron/network HTTP/1.1" 200 830 0.007800
10.0.0.23 - - [2026-05-18 03:23:18] "GET /virtual-network/d352e530-fff6-4d1f-9236-c52ec2b9b9d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007199
10.0.0.23 - - [2026-05-18 03:23:18] "GET /obj-perms HTTP/1.1" 200 5022 0.080620
10.0.0.22 - - [2026-05-18 03:23:18] "GET /obj-perms HTTP/1.1" 200 5022 0.083692
10.0.0.23 - - [2026-05-18 03:23:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003471
10.0.0.240 - - [2026-05-18 03:23:18] "GET /projects?obj_uuids=87a05d66-2448-4dd7-b0cd-dab1086856f9&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000832
10.0.0.23 - - [2026-05-18 03:23:18] "GET /project/87a05d66-2448-4dd7-b0cd-dab1086856f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.043036
10.0.0.240 - - [2026-05-18 03:23:18] "GET /projects?obj_uuids=87a05d66-2448-4dd7-b0cd-dab1086856f9&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.002635
10.0.0.23 - - [2026-05-18 03:23:19] "POST /neutron/network HTTP/1.1" 200 613 0.127268
10.0.0.240 - - [2026-05-18 03:23:19] "POST /ref-update HTTP/1.1" 200 156 0.022205
10.0.0.23 - - [2026-05-18 03:23:19] "POST /id-to-fqname HTTP/1.1" 200 222 0.003654
10.0.0.23 - - [2026-05-18 03:23:19] "GET /virtual-network/7f39330c-034a-44d7-9afb-ed4daad8afbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007453
10.0.0.23 - - [2026-05-18 03:23:19] "POST /neutron/network HTTP/1.1" 200 831 0.009067
10.0.0.23 - - [2026-05-18 03:23:19] "GET /virtual-network/7f39330c-034a-44d7-9afb-ed4daad8afbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007651
10.0.0.23 - - [2026-05-18 03:23:19] "GET /virtual-network/7f39330c-034a-44d7-9afb-ed4daad8afbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007400
10.0.0.240 - - [2026-05-18 03:23:20] "GET /obj-perms HTTP/1.1" 200 5022 0.062307
10.0.0.23 - - [2026-05-18 03:23:20] "POST /id-to-fqname HTTP/1.1" 200 221 0.001463
10.0.0.23 - - [2026-05-18 03:23:20] "POST /neutron/port HTTP/1.1" 200 4186 0.037575
10.0.0.240 - - [2026-05-18 03:23:21] "GET /projects?obj_uuids=87a05d66-2448-4dd7-b0cd-dab1086856f9&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000935
10.0.0.23 - - [2026-05-18 03:23:21] "GET /project/87a05d66-2448-4dd7-b0cd-dab1086856f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.099358
10.0.0.23 - - [2026-05-18 03:23:21] "POST /neutron/port HTTP/1.1" 200 4186 0.045660
10.0.0.23 - - [2026-05-18 03:23:21] "POST /id-to-fqname HTTP/1.1" 200 222 0.001728
10.0.0.23 - - [2026-05-18 03:23:21] "POST /neutron/network HTTP/1.1" 200 841 0.007774
10.0.0.23 - - [2026-05-18 03:23:22] "POST /neutron/port HTTP/1.1" 200 1056 0.022443
10.0.0.23 - - [2026-05-18 03:23:22] "POST /neutron/port HTTP/1.1" 200 1120 0.024546
10.0.0.240 - - [2026-05-18 03:23:22] "GET /projects?obj_uuids=87a05d66-2448-4dd7-b0cd-dab1086856f9&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000909
10.0.0.23 - - [2026-05-18 03:23:22] "GET /project/87a05d66-2448-4dd7-b0cd-dab1086856f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.094018
10.0.0.23 - - [2026-05-18 03:23:22] "POST /neutron/port HTTP/1.1" 200 117 0.001326
10.0.0.23 - - [2026-05-18 03:23:22] "POST /neutron/port HTTP/1.1" 200 5153 0.043535
10.0.0.23 - - [2026-05-18 03:23:23] "POST /fqname-to-id HTTP/1.1" 404 193 0.003587
10.0.0.23 - - [2026-05-18 03:23:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002962
10.0.0.240 - - [2026-05-18 03:23:23] "GET /domains?obj_uuids=4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001205
10.0.0.23 - - [2026-05-18 03:23:23] "GET /domain/4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.009104
10.0.0.23 - - [2026-05-18 03:23:23] "POST /service-templates HTTP/1.1" 200 545 0.038145
10.0.0.23 - - [2026-05-18 03:23:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004508
10.0.0.23 - - [2026-05-18 03:23:23] "GET /service-template/14b0b446-81f8-4505-bcfb-002b83efb12c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.006966
10.0.0.23 - - [2026-05-18 03:23:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003485
10.0.0.23 - - [2026-05-18 03:23:23] "POST /neutron/network HTTP/1.1" 200 841 0.007535
10.0.0.23 - - [2026-05-18 03:23:23] "GET /service-template/14b0b446-81f8-4505-bcfb-002b83efb12c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.004713
10.0.0.23 - - [2026-05-18 03:23:23] "POST /id-to-fqname HTTP/1.1" 200 221 0.001406
10.0.0.23 - - [2026-05-18 03:23:23] "POST /id-to-fqname HTTP/1.1" 200 221 0.001194
10.0.0.23 - - [2026-05-18 03:23:23] "POST /id-to-fqname HTTP/1.1" 200 222 0.001356
10.0.0.23 - - [2026-05-18 03:23:23] "POST /neutron/port HTTP/1.1" 200 1055 0.019078
10.0.0.23 - - [2026-05-18 03:23:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003730
10.0.0.23 - - [2026-05-18 03:23:23] "DELETE /service-template/14b0b446-81f8-4505-bcfb-002b83efb12c HTTP/1.1" 200 115 0.070974
10.0.0.23 - - [2026-05-18 03:23:23] "POST /fqname-to-id HTTP/1.1" 404 193 0.008237
10.0.0.23 - - [2026-05-18 03:23:23] "POST /neutron/port HTTP/1.1" 200 1109 0.152488
10.0.0.23 - - [2026-05-18 03:23:24] "POST /neutron/subnet HTTP/1.1" 200 694 0.010998
10.0.0.23 - - [2026-05-18 03:23:24] "POST /neutron/network HTTP/1.1" 200 831 0.007649
10.0.0.23 - - [2026-05-18 03:23:24] "POST /neutron/port HTTP/1.1" 200 1110 0.013682
10.0.0.23 - - [2026-05-18 03:23:25] "POST /neutron/port HTTP/1.1" 200 1109 0.015672
10.0.0.23 - - [2026-05-18 03:23:26] "POST /neutron/network HTTP/1.1" 200 2179 0.012742
10.0.0.240 - - [2026-05-18 03:23:26] "POST /useragent-kv HTTP/1.1" 200 115 0.005407
10.0.0.240 - - [2026-05-18 03:23:26] "POST /useragent-kv HTTP/1.1" 200 115 0.004235
10.0.0.23 - - [2026-05-18 03:23:26] "POST /neutron/network HTTP/1.1" 200 151 0.160762
10.0.0.240 - - [2026-05-18 03:23:26] "POST /useragent-kv HTTP/1.1" 200 115 0.003164
10.0.0.240 - - [2026-05-18 03:23:26] "POST /useragent-kv HTTP/1.1" 200 115 0.003055
10.0.0.23 - - [2026-05-18 03:23:26] "POST /neutron/network HTTP/1.1" 200 151 0.150727
10.0.0.240 - - [2026-05-18 03:23:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003608
10.0.0.240 - - [2026-05-18 03:23:27] "DELETE /route-target/0d008855-cdb9-4eda-91e6-f9a4e6460b21 HTTP/1.1" 200 115 0.048141
10.0.0.23 - - [2026-05-18 03:23:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003811
10.0.0.240 - - [2026-05-18 03:23:30] "GET /projects?obj_uuids=87a05d66-2448-4dd7-b0cd-dab1086856f9&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000916
10.0.0.23 - - [2026-05-18 03:23:30] "GET /project/87a05d66-2448-4dd7-b0cd-dab1086856f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.058145
10.0.0.23 - - [2026-05-18 03:23:30] "POST /neutron/network HTTP/1.1" 200 117 0.015062
10.0.0.23 - - [2026-05-18 03:23:30] "POST /neutron/network HTTP/1.1" 200 831 0.009619
10.0.0.23 - - [2026-05-18 03:23:30] "POST /id-to-fqname HTTP/1.1" 200 221 0.001088
10.0.0.23 - - [2026-05-18 03:23:30] "GET /virtual-network/589b3e77-9089-4671-827d-d4f58f2bfe24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005963
10.0.0.23 - - [2026-05-18 03:23:30] "GET /virtual-network/589b3e77-9089-4671-827d-d4f58f2bfe24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005428
10.0.0.23 - - [2026-05-18 03:23:30] "POST /neutron/subnet HTTP/1.1" 200 729 0.031520
10.0.0.23 - - [2026-05-18 03:23:31] "GET /virtual-network/589b3e77-9089-4671-827d-d4f58f2bfe24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.008408
10.0.0.23 - - [2026-05-18 03:23:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004019
10.0.0.240 - - [2026-05-18 03:23:31] "GET /projects?obj_uuids=87a05d66-2448-4dd7-b0cd-dab1086856f9&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001096
10.0.0.23 - - [2026-05-18 03:23:31] "GET /project/87a05d66-2448-4dd7-b0cd-dab1086856f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.043077
10.0.0.240 - - [2026-05-18 03:23:31] "POST /route-targets HTTP/1.1" 200 328 0.015394
10.0.0.240 - - [2026-05-18 03:23:31] "POST /useragent-kv HTTP/1.1" 200 115 0.006034
10.0.0.23 - - [2026-05-18 03:23:31] "POST /neutron/subnet HTTP/1.1" 200 729 0.254296
10.0.0.23 - - [2026-05-18 03:23:31] "POST /id-to-fqname HTTP/1.1" 200 221 0.001218
10.0.0.23 - - [2026-05-18 03:23:31] "GET /virtual-network/3deee3bd-114e-487c-8f54-b9cb740c09fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005822
10.0.0.23 - - [2026-05-18 03:23:31] "GET /virtual-network/3deee3bd-114e-487c-8f54-b9cb740c09fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006812
10.0.0.23 - - [2026-05-18 03:23:31] "POST /neutron/network HTTP/1.1" 200 831 0.007938
10.0.0.23 - - [2026-05-18 03:23:32] "GET /virtual-network/3deee3bd-114e-487c-8f54-b9cb740c09fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005514
10.0.0.23 - - [2026-05-18 03:23:32] "GET /obj-perms HTTP/1.1" 200 5022 0.004303
10.0.0.22 - - [2026-05-18 03:23:32] "GET /obj-perms HTTP/1.1" 200 5022 0.005923
10.0.0.23 - - [2026-05-18 03:23:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003361
10.0.0.240 - - [2026-05-18 03:23:32] "GET /projects?obj_uuids=87a05d66-2448-4dd7-b0cd-dab1086856f9&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000957
10.0.0.23 - - [2026-05-18 03:23:32] "GET /project/87a05d66-2448-4dd7-b0cd-dab1086856f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.048233
10.0.0.240 - - [2026-05-18 03:23:32] "GET /projects?obj_uuids=87a05d66-2448-4dd7-b0cd-dab1086856f9&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001747
10.0.0.23 - - [2026-05-18 03:23:32] "POST /neutron/network HTTP/1.1" 200 613 0.137693
10.0.0.240 - - [2026-05-18 03:23:32] "POST /ref-update HTTP/1.1" 200 156 0.024151
10.0.0.23 - - [2026-05-18 03:23:32] "POST /id-to-fqname HTTP/1.1" 200 222 0.005766
10.0.0.23 - - [2026-05-18 03:23:33] "GET /virtual-network/1f71e105-1716-4b99-adf9-4bb100b1d28a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005562
10.0.0.23 - - [2026-05-18 03:23:33] "POST /neutron/network HTTP/1.1" 200 832 0.007154
10.0.0.23 - - [2026-05-18 03:23:33] "GET /virtual-network/1f71e105-1716-4b99-adf9-4bb100b1d28a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005495
10.0.0.23 - - [2026-05-18 03:23:33] "GET /virtual-network/1f71e105-1716-4b99-adf9-4bb100b1d28a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005970
10.0.0.240 - - [2026-05-18 03:23:33] "GET /obj-perms HTTP/1.1" 200 5022 0.003826
10.0.0.23 - - [2026-05-18 03:23:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004183
10.0.0.240 - - [2026-05-18 03:23:33] "GET /projects?obj_uuids=87a05d66-2448-4dd7-b0cd-dab1086856f9&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001157
10.0.0.23 - - [2026-05-18 03:23:33] "GET /project/87a05d66-2448-4dd7-b0cd-dab1086856f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.042446
10.0.0.23 - - [2026-05-18 03:23:33] "POST /neutron/network HTTP/1.1" 200 117 0.019149
10.0.0.23 - - [2026-05-18 03:23:34] "POST /neutron/network HTTP/1.1" 200 844 0.011255
10.0.0.23 - - [2026-05-18 03:23:34] "POST /id-to-fqname HTTP/1.1" 200 227 0.001058
10.0.0.23 - - [2026-05-18 03:23:34] "GET /virtual-network/334cd8ce-fc97-4d4b-ba9f-a52124f3c82e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005633
10.0.0.23 - - [2026-05-18 03:23:34] "GET /virtual-network/334cd8ce-fc97-4d4b-ba9f-a52124f3c82e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006140
10.0.0.23 - - [2026-05-18 03:23:34] "POST /neutron/subnet HTTP/1.1" 200 734 0.010373
10.0.0.23 - - [2026-05-18 03:23:34] "GET /virtual-network/334cd8ce-fc97-4d4b-ba9f-a52124f3c82e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006018
10.0.0.23 - - [2026-05-18 03:23:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003597
10.0.0.240 - - [2026-05-18 03:23:34] "GET /projects?obj_uuids=87a05d66-2448-4dd7-b0cd-dab1086856f9&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001090
10.0.0.23 - - [2026-05-18 03:23:34] "GET /project/87a05d66-2448-4dd7-b0cd-dab1086856f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.043775
10.0.0.240 - - [2026-05-18 03:23:35] "POST /route-targets HTTP/1.1" 200 328 0.015024
10.0.0.240 - - [2026-05-18 03:23:35] "POST /useragent-kv HTTP/1.1" 200 115 0.008548
10.0.0.23 - - [2026-05-18 03:23:35] "POST /neutron/subnet HTTP/1.1" 200 710 0.196547
10.0.0.23 - - [2026-05-18 03:23:35] "POST /id-to-fqname HTTP/1.1" 200 228 0.001412
10.0.0.23 - - [2026-05-18 03:23:35] "GET /virtual-network/d6d844e4-2f5c-477c-84fd-357c266f0ed3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006750
10.0.0.23 - - [2026-05-18 03:23:35] "GET /virtual-network/d6d844e4-2f5c-477c-84fd-357c266f0ed3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005727
10.0.0.23 - - [2026-05-18 03:23:35] "POST /neutron/network HTTP/1.1" 200 841 0.008491
10.0.0.23 - - [2026-05-18 03:23:35] "GET /virtual-network/d6d844e4-2f5c-477c-84fd-357c266f0ed3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006293
10.0.0.23 - - [2026-05-18 03:23:35] "GET /obj-perms HTTP/1.1" 200 5022 0.004271
10.0.0.22 - - [2026-05-18 03:23:35] "GET /obj-perms HTTP/1.1" 200 5022 0.006144
10.0.0.23 - - [2026-05-18 03:23:35] "POST /id-to-fqname HTTP/1.1" 200 221 0.001269
10.0.0.23 - - [2026-05-18 03:23:36] "POST /neutron/network HTTP/1.1" 200 841 0.006706
10.0.0.240 - - [2026-05-18 03:23:36] "GET /projects?obj_uuids=87a05d66-2448-4dd7-b0cd-dab1086856f9&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001251
10.0.0.23 - - [2026-05-18 03:23:36] "GET /project/87a05d66-2448-4dd7-b0cd-dab1086856f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.081082
10.0.0.23 - - [2026-05-18 03:23:37] "POST /neutron/port HTTP/1.1" 200 117 0.011680
10.0.0.23 - - [2026-05-18 03:23:37] "POST /id-to-fqname HTTP/1.1" 200 222 0.001693
10.0.0.23 - - [2026-05-18 03:23:37] "POST /neutron/network HTTP/1.1" 200 841 0.008315
10.0.0.23 - - [2026-05-18 03:23:37] "POST /neutron/port HTTP/1.1" 200 1057 0.021209
10.0.0.23 - - [2026-05-18 03:23:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004075
10.0.0.23 - - [2026-05-18 03:23:38] "POST /neutron/network HTTP/1.1" 200 831 0.006610
10.0.0.240 - - [2026-05-18 03:23:38] "GET /projects?obj_uuids=87a05d66-2448-4dd7-b0cd-dab1086856f9&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000974
10.0.0.23 - - [2026-05-18 03:23:38] "GET /project/87a05d66-2448-4dd7-b0cd-dab1086856f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.076561
10.0.0.23 - - [2026-05-18 03:23:38] "POST /neutron/security_group HTTP/1.1" 200 2054 0.011583
10.0.0.23 - - [2026-05-18 03:23:38] "POST /fqname-to-id HTTP/1.1" 404 193 0.003114
10.0.0.23 - - [2026-05-18 03:23:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003057
10.0.0.240 - - [2026-05-18 03:23:38] "GET /domains?obj_uuids=4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001406
10.0.0.23 - - [2026-05-18 03:23:38] "GET /domain/4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.009001
10.0.0.23 - - [2026-05-18 03:23:38] "POST /service-templates HTTP/1.1" 200 545 0.051984
10.0.0.23 - - [2026-05-18 03:23:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004382
10.0.0.23 - - [2026-05-18 03:23:38] "GET /service-template/df8fe427-37df-469e-956f-3d84544ac2e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.006829
10.0.0.23 - - [2026-05-18 03:23:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003650
10.0.0.23 - - [2026-05-18 03:23:38] "GET /service-template/df8fe427-37df-469e-956f-3d84544ac2e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.006211
10.0.0.23 - - [2026-05-18 03:23:38] "POST /id-to-fqname HTTP/1.1" 200 221 0.001468
10.0.0.240 - - [2026-05-18 03:23:38] "GET /projects?obj_uuids=87a05d66-2448-4dd7-b0cd-dab1086856f9&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000989
10.0.0.23 - - [2026-05-18 03:23:38] "POST /id-to-fqname HTTP/1.1" 200 227 0.001627
10.0.0.23 - - [2026-05-18 03:23:38] "POST /id-to-fqname HTTP/1.1" 200 228 0.001433
10.0.0.23 - - [2026-05-18 03:23:39] "POST /neutron/port HTTP/1.1" 200 1056 0.353430
10.0.0.23 - - [2026-05-18 03:23:39] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007960
10.0.0.23 - - [2026-05-18 03:23:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.005594
10.0.0.23 - - [2026-05-18 03:23:39] "DELETE /service-template/df8fe427-37df-469e-956f-3d84544ac2e7 HTTP/1.1" 200 115 0.062014
10.0.0.23 - - [2026-05-18 03:23:39] "POST /fqname-to-id HTTP/1.1" 404 193 0.002879
10.0.0.23 - - [2026-05-18 03:23:39] "POST /neutron/port HTTP/1.1" 200 1120 0.018122
10.0.0.23 - - [2026-05-18 03:23:39] "POST /neutron/port HTTP/1.1" 200 117 0.001736
10.0.0.240 - - [2026-05-18 03:23:39] "POST /useragent-kv HTTP/1.1" 200 115 0.004729
10.0.0.240 - - [2026-05-18 03:23:39] "POST /useragent-kv HTTP/1.1" 200 115 0.003899
10.0.0.23 - - [2026-05-18 03:23:39] "POST /neutron/network HTTP/1.1" 200 151 0.159670
10.0.0.240 - - [2026-05-18 03:23:39] "DELETE /route-target/a896e4c6-64ec-4e96-8d8f-87e72da0b6cb HTTP/1.1" 200 115 0.031716
10.0.0.23 - - [2026-05-18 03:23:40] "POST /neutron/port HTTP/1.1" 200 1121 0.025320
10.0.0.23 - - [2026-05-18 03:23:40] "POST /neutron/network HTTP/1.1" 200 832 0.009089
10.0.0.23 - - [2026-05-18 03:23:40] "POST /neutron/port HTTP/1.1" 200 1110 0.017195
10.0.0.23 - - [2026-05-18 03:23:41] "POST /neutron/network HTTP/1.1" 200 2183 0.012862
10.0.0.23 - - [2026-05-18 03:23:42] "POST /neutron/network HTTP/1.1" 200 832 0.008579
10.0.0.240 - - [2026-05-18 03:23:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004652
10.0.0.240 - - [2026-05-18 03:23:43] "POST /useragent-kv HTTP/1.1" 200 115 0.004272
10.0.0.240 - - [2026-05-18 03:23:43] "POST /useragent-kv HTTP/1.1" 200 115 0.004218
10.0.0.23 - - [2026-05-18 03:23:43] "POST /neutron/network HTTP/1.1" 200 151 0.163449
10.0.0.240 - - [2026-05-18 03:23:43] "DELETE /route-target/d353feb2-e091-4cf6-a943-8f5ab1cd9822 HTTP/1.1" 200 115 0.037144
10.0.0.23 - - [2026-05-18 03:23:43] "POST /neutron/port HTTP/1.1" 200 1106 0.021478
10.0.0.23 - - [2026-05-18 03:23:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003465
10.0.0.23 - - [2026-05-18 03:23:43] "POST /neutron/network HTTP/1.1" 200 926 0.007537
10.0.0.240 - - [2026-05-18 03:23:45] "GET /projects?obj_uuids=87a05d66-2448-4dd7-b0cd-dab1086856f9&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000924
10.0.0.23 - - [2026-05-18 03:23:45] "GET /project/87a05d66-2448-4dd7-b0cd-dab1086856f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.041525
10.0.0.240 - - [2026-05-18 03:23:45] "GET /projects?obj_uuids=87a05d66-2448-4dd7-b0cd-dab1086856f9&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001109
10.0.0.23 - - [2026-05-18 03:23:45] "GET /project/87a05d66-2448-4dd7-b0cd-dab1086856f9?fields=virtual_networks HTTP/1.1" 200 1025 0.048432
10.0.0.240 - - [2026-05-18 03:23:45] "GET /projects?obj_uuids=87a05d66-2448-4dd7-b0cd-dab1086856f9&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000935
10.0.0.23 - - [2026-05-18 03:23:45] "GET /project/87a05d66-2448-4dd7-b0cd-dab1086856f9?fields=virtual_machine_interfaces HTTP/1.1" 200 1025 0.049613
10.0.0.240 - - [2026-05-18 03:23:45] "GET /projects?obj_uuids=87a05d66-2448-4dd7-b0cd-dab1086856f9&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.002605
10.0.0.23 - - [2026-05-18 03:23:45] "GET /project/87a05d66-2448-4dd7-b0cd-dab1086856f9?fields=security_groups HTTP/1.1" 200 1248 0.039150
10.0.0.23 - - [2026-05-18 03:23:46] "POST /fqname-to-id HTTP/1.1" 404 190 0.029809
10.0.0.240 - - [2026-05-18 03:23:46] "GET /projects?obj_uuids=52b94e2e-7d8d-4e9f-9313-8a5d85299f4f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003386
10.0.0.240 - - [2026-05-18 03:23:46] "GET /domains?obj_uuids=4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001241
10.0.0.240 - - [2026-05-18 03:23:46] "GET /domain/4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008202
10.0.0.240 - - [2026-05-18 03:23:46] "POST /id-to-fqname HTTP/1.1" 200 192 0.007954
10.0.0.240 - - [2026-05-18 03:23:46] "POST /fqname-to-id HTTP/1.1" 404 201 0.006305
10.0.0.240 - - [2026-05-18 03:23:46] "POST /security-groups HTTP/1.1" 200 593 0.032423
10.0.0.240 - - [2026-05-18 03:23:46] "POST /fqname-to-id HTTP/1.1" 404 236 0.005162
10.0.0.240 - - [2026-05-18 03:23:46] "POST /projects HTTP/1.1" 200 589 0.248938
10.0.0.240 - - [2026-05-18 03:23:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.287965
10.0.0.23 - - [2026-05-18 03:23:46] "GET /project/52b94e2e-7d8d-4e9f-9313-8a5d85299f4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.428835
10.0.0.240 - - [2026-05-18 03:23:46] "POST /access-control-lists HTTP/1.1" 200 598 0.051859
10.0.0.23 - - [2026-05-18 03:23:48] "GET / HTTP/1.1" 200 36215 0.001996
10.0.0.23 - - [2026-05-18 03:23:48] "POST /neutron/network HTTP/1.1" 200 936 0.038859
10.0.0.23 - - [2026-05-18 03:23:48] "POST /neutron/port HTTP/1.1" 200 117 0.001265
10.0.0.23 - - [2026-05-18 03:23:50] "POST /fqname-to-id HTTP/1.1" 401 292 0.000849
10.0.0.23 - - [2026-05-18 03:23:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.048893
10.0.0.240 - - [2026-05-18 03:23:50] "GET /projects?obj_uuids=52b94e2e-7d8d-4e9f-9313-8a5d85299f4f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001052
10.0.0.23 - - [2026-05-18 03:23:50] "GET /project/52b94e2e-7d8d-4e9f-9313-8a5d85299f4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.047824
10.0.0.240 - - [2026-05-18 03:23:50] "GET /projects?obj_uuids=52b94e2e-7d8d-4e9f-9313-8a5d85299f4f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000884
10.0.0.23 - - [2026-05-18 03:23:50] "POST /neutron/network HTTP/1.1" 200 611 0.171647
10.0.0.23 - - [2026-05-18 03:23:51] "POST /id-to-fqname HTTP/1.1" 200 224 0.003673
10.0.0.23 - - [2026-05-18 03:23:51] "GET /virtual-network/f949c471-99de-4848-a14d-1e1a4b22b9b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006016
10.0.0.23 - - [2026-05-18 03:23:51] "POST /neutron/network HTTP/1.1" 200 830 0.007903
10.0.0.23 - - [2026-05-18 03:23:51] "GET /virtual-network/f949c471-99de-4848-a14d-1e1a4b22b9b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005632
10.0.0.23 - - [2026-05-18 03:23:51] "GET /virtual-network/f949c471-99de-4848-a14d-1e1a4b22b9b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006256
10.0.0.240 - - [2026-05-18 03:23:53] "GET /obj-perms HTTP/1.1" 200 5034 0.057038
10.0.0.23 - - [2026-05-18 03:23:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004120
10.0.0.240 - - [2026-05-18 03:23:53] "GET /projects?obj_uuids=52b94e2e-7d8d-4e9f-9313-8a5d85299f4f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001762
10.0.0.23 - - [2026-05-18 03:23:53] "GET /project/52b94e2e-7d8d-4e9f-9313-8a5d85299f4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.052173
10.0.0.23 - - [2026-05-18 03:23:53] "POST /neutron/network HTTP/1.1" 200 117 0.018839
10.0.0.23 - - [2026-05-18 03:23:53] "POST /neutron/network HTTP/1.1" 200 834 0.008640
10.0.0.23 - - [2026-05-18 03:23:53] "POST /id-to-fqname HTTP/1.1" 200 225 0.001293
10.0.0.23 - - [2026-05-18 03:23:53] "GET /virtual-network/13c083bd-ca18-4c2f-b83f-5927bc0774aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005812
10.0.0.23 - - [2026-05-18 03:23:53] "GET /virtual-network/13c083bd-ca18-4c2f-b83f-5927bc0774aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.004993
10.0.0.23 - - [2026-05-18 03:23:53] "POST /neutron/subnet HTTP/1.1" 200 734 0.010609
10.0.0.240 - - [2026-05-18 03:23:53] "POST /route-targets HTTP/1.1" 200 328 0.018297
10.0.0.240 - - [2026-05-18 03:23:54] "DELETE /project/87a05d6624484dd7b0cddab1086856f9 HTTP/1.1" 404 173 0.009123
10.0.0.240 - - [2026-05-18 03:23:54] "DELETE /project/52b94e2e7d8d4e9f93138a5d85299f4f HTTP/1.1" 404 173 0.008207
10.0.0.240 - - [2026-05-18 03:23:54] "GET /projects?obj_uuids=87a05d66-2448-4dd7-b0cd-dab1086856f9&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001372
10.0.0.240 - - [2026-05-18 03:23:54] "GET /projects?obj_uuids=4096b98a-d20b-47e4-b69d-3a2581b21ea0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000808
10.0.0.240 - - [2026-05-18 03:23:54] "GET /project/4096b98a-d20b-47e4-b69d-3a2581b21ea0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.071206
10.0.0.240 - - [2026-05-18 03:23:54] "GET /project/87a05d66-2448-4dd7-b0cd-dab1086856f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1451 0.080244
10.0.0.240 - - [2026-05-18 03:23:54] "GET /projects?obj_uuids=4096b98a-d20b-47e4-b69d-3a2581b21ea0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.003705
10.0.0.240 - - [2026-05-18 03:23:54] "GET /projects?obj_uuids=87a05d66-2448-4dd7-b0cd-dab1086856f9&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001344
10.0.0.240 - - [2026-05-18 03:23:54] "GET /project/87a05d66-2448-4dd7-b0cd-dab1086856f9?fields=security_groups HTTP/1.1" 200 1350 0.092380
10.0.0.240 - - [2026-05-18 03:23:54] "GET /project/4096b98a-d20b-47e4-b69d-3a2581b21ea0?fields=security_groups HTTP/1.1" 200 1356 0.103707
10.0.0.240 - - [2026-05-18 03:23:54] "DELETE /security-group/c71b1ad2-5ebb-4aab-a5bb-85a78a6e6275 HTTP/1.1" 200 115 0.111691
10.0.0.240 - - [2026-05-18 03:23:54] "GET /projects?obj_uuids=87a05d66-2448-4dd7-b0cd-dab1086856f9&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001071
10.0.0.240 - - [2026-05-18 03:23:54] "DELETE /security-group/37f55a13-fc2d-4145-b1e9-135ee2812f76 HTTP/1.1" 200 115 0.113318
10.0.0.240 - - [2026-05-18 03:23:54] "GET /projects?obj_uuids=4096b98a-d20b-47e4-b69d-3a2581b21ea0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001281
10.0.0.240 - - [2026-05-18 03:23:54] "GET /project/87a05d66-2448-4dd7-b0cd-dab1086856f9?fields=application_policy_sets HTTP/1.1" 200 1389 0.066580
10.0.0.240 - - [2026-05-18 03:23:54] "DELETE /access-control-list/4a3431df-406c-4922-aaec-3e19f15d8c83 HTTP/1.1" 200 115 0.077976
10.0.0.240 - - [2026-05-18 03:23:54] "GET /project/4096b98a-d20b-47e4-b69d-3a2581b21ea0?fields=application_policy_sets HTTP/1.1" 200 1395 0.123704
10.0.0.240 - - [2026-05-18 03:23:54] "DELETE /project/4096b98a-d20b-47e4-b69d-3a2581b21ea0 HTTP/1.1" 200 115 0.661599
10.0.0.240 - - [2026-05-18 03:23:54] "DELETE /project/87a05d66-2448-4dd7-b0cd-dab1086856f9 HTTP/1.1" 200 115 0.688594
10.0.0.23 - - [2026-05-18 03:23:59] "GET /virtual-network/13c083bd-ca18-4c2f-b83f-5927bc0774aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005861
10.0.0.23 - - [2026-05-18 03:23:59] "GET /obj-perms HTTP/1.1" 200 5034 0.070659
10.0.0.22 - - [2026-05-18 03:23:59] "GET /obj-perms HTTP/1.1" 200 5034 0.060466
10.0.0.23 - - [2026-05-18 03:23:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003390
10.0.0.240 - - [2026-05-18 03:23:59] "GET /projects?obj_uuids=52b94e2e-7d8d-4e9f-9313-8a5d85299f4f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001753
10.0.0.23 - - [2026-05-18 03:23:59] "GET /project/52b94e2e-7d8d-4e9f-9313-8a5d85299f4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.044755
10.0.0.240 - - [2026-05-18 03:23:59] "POST /route-targets HTTP/1.1" 200 328 0.015728
10.0.0.240 - - [2026-05-18 03:24:00] "POST /useragent-kv HTTP/1.1" 200 115 0.008809
10.0.0.23 - - [2026-05-18 03:24:00] "POST /neutron/subnet HTTP/1.1" 200 724 0.216738
10.0.0.23 - - [2026-05-18 03:24:00] "POST /id-to-fqname HTTP/1.1" 200 227 0.001381
10.0.0.23 - - [2026-05-18 03:24:00] "GET /virtual-network/5e2bcf40-76e8-4e48-ae02-b8c3671cf998?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005576
10.0.0.23 - - [2026-05-18 03:24:00] "GET /virtual-network/5e2bcf40-76e8-4e48-ae02-b8c3671cf998?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005733
10.0.0.23 - - [2026-05-18 03:24:00] "POST /neutron/network HTTP/1.1" 200 836 0.007804
10.0.0.23 - - [2026-05-18 03:24:00] "GET /virtual-network/5e2bcf40-76e8-4e48-ae02-b8c3671cf998?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.007966
10.0.0.23 - - [2026-05-18 03:24:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004434
10.0.0.240 - - [2026-05-18 03:24:01] "GET /projects?obj_uuids=52b94e2e-7d8d-4e9f-9313-8a5d85299f4f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001489
10.0.0.23 - - [2026-05-18 03:24:01] "GET /project/52b94e2e-7d8d-4e9f-9313-8a5d85299f4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.052074
10.0.0.240 - - [2026-05-18 03:24:01] "GET /projects?obj_uuids=52b94e2e-7d8d-4e9f-9313-8a5d85299f4f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001581
10.0.0.23 - - [2026-05-18 03:24:01] "POST /neutron/network HTTP/1.1" 200 629 0.171792
10.0.0.240 - - [2026-05-18 03:24:01] "POST /ref-update HTTP/1.1" 200 156 0.026511
10.0.0.23 - - [2026-05-18 03:24:01] "POST /id-to-fqname HTTP/1.1" 200 233 0.003633
10.0.0.23 - - [2026-05-18 03:24:01] "GET /virtual-network/5741eedb-dbf8-4414-8bf9-0dfd3538bb9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.007048
10.0.0.23 - - [2026-05-18 03:24:01] "POST /neutron/network HTTP/1.1" 200 847 0.007215
10.0.0.23 - - [2026-05-18 03:24:01] "GET /virtual-network/5741eedb-dbf8-4414-8bf9-0dfd3538bb9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.008076
10.0.0.23 - - [2026-05-18 03:24:02] "GET /virtual-network/5741eedb-dbf8-4414-8bf9-0dfd3538bb9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.006903
10.0.0.240 - - [2026-05-18 03:24:02] "GET /obj-perms HTTP/1.1" 200 5034 0.003807
10.0.0.23 - - [2026-05-18 03:24:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004341
10.0.0.240 - - [2026-05-18 03:24:02] "GET /projects?obj_uuids=52b94e2e-7d8d-4e9f-9313-8a5d85299f4f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001440
10.0.0.23 - - [2026-05-18 03:24:02] "GET /project/52b94e2e-7d8d-4e9f-9313-8a5d85299f4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.060365
10.0.0.23 - - [2026-05-18 03:24:02] "POST /neutron/network HTTP/1.1" 200 117 0.023651
10.0.0.23 - - [2026-05-18 03:24:03] "POST /neutron/network HTTP/1.1" 200 849 0.008979
10.0.0.23 - - [2026-05-18 03:24:03] "POST /id-to-fqname HTTP/1.1" 200 234 0.001080
10.0.0.23 - - [2026-05-18 03:24:03] "GET /virtual-network/5705262a-22fb-40cb-ac22-7d7443228b03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.005723
10.0.0.23 - - [2026-05-18 03:24:03] "GET /virtual-network/5705262a-22fb-40cb-ac22-7d7443228b03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.005907
10.0.0.23 - - [2026-05-18 03:24:03] "POST /neutron/subnet HTTP/1.1" 200 719 0.009466
10.0.0.23 - - [2026-05-18 03:24:03] "GET /virtual-network/5705262a-22fb-40cb-ac22-7d7443228b03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.010025
10.0.0.23 - - [2026-05-18 03:24:03] "GET /obj-perms HTTP/1.1" 200 5034 0.003559
10.0.0.22 - - [2026-05-18 03:24:03] "GET /obj-perms HTTP/1.1" 200 5034 0.004216
10.0.0.23 - - [2026-05-18 03:24:03] "POST /id-to-fqname HTTP/1.1" 200 224 0.001676
10.0.0.240 - - [2026-05-18 03:24:04] "GET /projects?obj_uuids=52b94e2e-7d8d-4e9f-9313-8a5d85299f4f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001413
10.0.0.23 - - [2026-05-18 03:24:04] "GET /project/52b94e2e-7d8d-4e9f-9313-8a5d85299f4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.069674
10.0.0.23 - - [2026-05-18 03:24:04] "POST /neutron/network HTTP/1.1" 200 830 0.038695
10.0.0.23 - - [2026-05-18 03:24:05] "POST /id-to-fqname HTTP/1.1" 200 225 0.001289
10.0.0.23 - - [2026-05-18 03:24:05] "POST /neutron/port HTTP/1.1" 200 4186 0.039708
10.0.0.240 - - [2026-05-18 03:24:05] "GET /projects?obj_uuids=52b94e2e-7d8d-4e9f-9313-8a5d85299f4f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000896
10.0.0.23 - - [2026-05-18 03:24:05] "POST /neutron/port HTTP/1.1" 200 1062 0.306216
10.0.0.23 - - [2026-05-18 03:24:06] "POST /neutron/port HTTP/1.1" 200 1116 0.101164
10.0.0.23 - - [2026-05-18 03:24:06] "POST /neutron/subnet HTTP/1.1" 200 698 0.009462
10.0.0.240 - - [2026-05-18 03:24:06] "GET /projects?obj_uuids=52b94e2e-7d8d-4e9f-9313-8a5d85299f4f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001327
10.0.0.23 - - [2026-05-18 03:24:06] "GET /project/52b94e2e-7d8d-4e9f-9313-8a5d85299f4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.085678
10.0.0.23 - - [2026-05-18 03:24:06] "POST /neutron/network HTTP/1.1" 200 834 0.008331
10.0.0.23 - - [2026-05-18 03:24:06] "POST /neutron/port HTTP/1.1" 200 117 0.007574
10.0.0.23 - - [2026-05-18 03:24:06] "POST /fqname-to-id HTTP/1.1" 404 193 0.003765
10.0.0.23 - - [2026-05-18 03:24:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004111
10.0.0.240 - - [2026-05-18 03:24:06] "GET /domains?obj_uuids=4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001787
10.0.0.23 - - [2026-05-18 03:24:06] "GET /domain/4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.010014
10.0.0.23 - - [2026-05-18 03:24:06] "POST /service-templates HTTP/1.1" 200 545 0.037070
10.0.0.23 - - [2026-05-18 03:24:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003481
10.0.0.23 - - [2026-05-18 03:24:06] "GET /service-template/c3f39d57-4485-4068-b90f-fe33fc354ae6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1645 0.007305
10.0.0.23 - - [2026-05-18 03:24:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003816
10.0.0.23 - - [2026-05-18 03:24:07] "GET /service-template/c3f39d57-4485-4068-b90f-fe33fc354ae6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1645 0.004017
10.0.0.23 - - [2026-05-18 03:24:07] "POST /id-to-fqname HTTP/1.1" 200 233 0.001376
10.0.0.23 - - [2026-05-18 03:24:07] "POST /neutron/port HTTP/1.1" 200 5994 0.095200
10.0.0.23 - - [2026-05-18 03:24:07] "POST /neutron/port HTTP/1.1" 200 1064 0.019507
10.0.0.23 - - [2026-05-18 03:24:07] "POST /neutron/port HTTP/1.1" 200 1128 0.020539
10.0.0.23 - - [2026-05-18 03:24:07] "POST /neutron/port HTTP/1.1" 200 117 0.001286
10.0.0.240 - - [2026-05-18 03:24:08] "GET /projects?obj_uuids=52b94e2e-7d8d-4e9f-9313-8a5d85299f4f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001179
10.0.0.23 - - [2026-05-18 03:24:08] "GET /project/52b94e2e-7d8d-4e9f-9313-8a5d85299f4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.097266
10.0.0.23 - - [2026-05-18 03:24:08] "POST /neutron/port HTTP/1.1" 200 6134 0.041724
10.0.0.23 - - [2026-05-18 03:24:08] "GET /virtual-machine/59a42c4b-8163-4293-a9a4-444d242e161a HTTP/1.1" 401 292 0.000485
10.0.0.23 - - [2026-05-18 03:24:08] "GET /virtual-machine/59a42c4b-8163-4293-a9a4-444d242e161a HTTP/1.1" 404 171 0.030881
10.0.0.23 - - [2026-05-18 03:24:09] "POST /neutron/network HTTP/1.1" 200 857 0.008298
10.0.0.23 - - [2026-05-18 03:24:09] "POST /neutron/port HTTP/1.1" 200 1061 0.019238
10.0.0.23 - - [2026-05-18 03:24:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004255
10.0.0.23 - - [2026-05-18 03:24:09] "POST /neutron/network HTTP/1.1" 200 847 0.014438
10.0.0.23 - - [2026-05-18 03:24:10] "GET /virtual-machine/59a42c4b-8163-4293-a9a4-444d242e161a HTTP/1.1" 200 1296 0.007482
10.0.0.23 - - [2026-05-18 03:24:10] "GET /virtual-machine-interface/9cd19b94-83e0-469d-acf3-aa1b1eee480e HTTP/1.1" 200 2991 0.011046
10.0.0.23 - - [2026-05-18 03:24:10] "GET /virtual-machine-interface/9cd19b94-83e0-469d-acf3-aa1b1eee480e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2769 0.005845
10.0.0.23 - - [2026-05-18 03:24:11] "PUT /virtual-machine-interface/9cd19b94-83e0-469d-acf3-aa1b1eee480e HTTP/1.1" 200 285 0.014953
10.0.0.23 - - [2026-05-18 03:24:16] "POST /neutron/port HTTP/1.1" 200 1125 0.021128
10.0.0.23 - - [2026-05-18 03:24:16] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007833
10.0.0.23 - - [2026-05-18 03:24:16] "GET /virtual-machine/59a42c4b-8163-4293-a9a4-444d242e161a HTTP/1.1" 200 1296 0.004875
10.0.0.23 - - [2026-05-18 03:24:16] "GET /virtual-machine-interface/9cd19b94-83e0-469d-acf3-aa1b1eee480e HTTP/1.1" 200 3041 0.005631
10.0.0.23 - - [2026-05-18 03:24:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003401
10.0.0.23 - - [2026-05-18 03:24:16] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004476
10.0.0.23 - - [2026-05-18 03:24:16] "GET /virtual-networks?parent_id=52b94e2e-7d8d-4e9f-9313-8a5d85299f4f&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.004077
10.0.0.23 - - [2026-05-18 03:24:16] "GET /virtual-network/5741eedb-dbf8-4414-8bf9-0dfd3538bb9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.006586
10.0.0.23 - - [2026-05-18 03:24:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005327
10.0.0.23 - - [2026-05-18 03:24:19] "GET /virtual-network/5741eedb-dbf8-4414-8bf9-0dfd3538bb9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.005633
10.0.0.23 - - [2026-05-18 03:24:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003775
10.0.0.23 - - [2026-05-18 03:24:23] "GET /virtual-network/5741eedb-dbf8-4414-8bf9-0dfd3538bb9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.005565
10.0.0.23 - - [2026-05-18 03:24:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.007966
10.0.0.23 - - [2026-05-18 03:24:27] "GET /virtual-network/5741eedb-dbf8-4414-8bf9-0dfd3538bb9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.015316
10.0.0.23 - - [2026-05-18 03:24:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004802
10.0.0.23 - - [2026-05-18 03:24:32] "GET /virtual-network/5741eedb-dbf8-4414-8bf9-0dfd3538bb9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.006904
10.0.0.23 - - [2026-05-18 03:24:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003720
10.0.0.23 - - [2026-05-18 03:24:36] "GET /virtual-network/5741eedb-dbf8-4414-8bf9-0dfd3538bb9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.010802
10.0.0.23 - - [2026-05-18 03:24:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003284
10.0.0.23 - - [2026-05-18 03:24:40] "GET /virtual-network/5741eedb-dbf8-4414-8bf9-0dfd3538bb9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.005518
10.0.0.23 - - [2026-05-18 03:24:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004387
10.0.0.23 - - [2026-05-18 03:24:44] "GET /virtual-network/5741eedb-dbf8-4414-8bf9-0dfd3538bb9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.006005
10.0.0.23 - - [2026-05-18 03:24:45] "POST /neutron/port HTTP/1.1" 200 1217 0.019525
10.0.0.23 - - [2026-05-18 03:24:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005023
10.0.0.23 - - [2026-05-18 03:24:45] "POST /neutron/port HTTP/1.1" 200 117 0.001244
10.0.0.23 - - [2026-05-18 03:24:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003661
10.0.0.23 - - [2026-05-18 03:24:48] "GET /virtual-network/5741eedb-dbf8-4414-8bf9-0dfd3538bb9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.007463
10.0.0.23 - - [2026-05-18 03:24:49] "POST /neutron/port HTTP/1.1" 200 1217 0.019253
10.0.0.23 - - [2026-05-18 03:24:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004325
10.0.0.23 - - [2026-05-18 03:24:49] "POST /neutron/port HTTP/1.1" 200 117 0.001096
10.0.0.23 - - [2026-05-18 03:24:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004290
10.0.0.23 - - [2026-05-18 03:24:52] "GET /virtual-network/5741eedb-dbf8-4414-8bf9-0dfd3538bb9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.005055
10.0.0.23 - - [2026-05-18 03:24:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003852
10.0.0.23 - - [2026-05-18 03:24:56] "GET /virtual-network/5741eedb-dbf8-4414-8bf9-0dfd3538bb9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.007297
10.0.0.23 - - [2026-05-18 03:24:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003738
10.0.0.23 - - [2026-05-18 03:24:58] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005134
10.0.0.23 - - [2026-05-18 03:24:58] "GET /virtual-networks?parent_id=52b94e2e-7d8d-4e9f-9313-8a5d85299f4f&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.005451
10.0.0.23 - - [2026-05-18 03:24:58] "GET /virtual-network/5741eedb-dbf8-4414-8bf9-0dfd3538bb9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.005747
10.0.0.23 - - [2026-05-18 03:24:58] "POST /neutron/port HTTP/1.1" 200 1125 0.017436
10.0.0.23 - - [2026-05-18 03:25:04] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008936
10.0.0.23 - - [2026-05-18 03:25:09] "POST /neutron/port HTTP/1.1" 200 1125 0.020640
10.0.0.23 - - [2026-05-18 03:25:09] "POST /neutron/security_group HTTP/1.1" 200 2060 0.038348
10.0.0.23 - - [2026-05-18 03:25:14] "POST /neutron/port HTTP/1.1" 200 1125 0.025178
10.0.0.23 - - [2026-05-18 03:25:19] "POST /fqname-to-id HTTP/1.1" 404 211 0.004905
10.0.0.23 - - [2026-05-18 03:25:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003791
10.0.0.240 - - [2026-05-18 03:25:19] "GET /projects?obj_uuids=52b94e2e-7d8d-4e9f-9313-8a5d85299f4f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001877
10.0.0.23 - - [2026-05-18 03:25:19] "GET /project/52b94e2e-7d8d-4e9f-9313-8a5d85299f4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.046541
10.0.0.23 - - [2026-05-18 03:25:19] "POST /service-instances HTTP/1.1" 200 549 0.041024
10.0.0.23 - - [2026-05-18 03:25:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005215
10.0.0.23 - - [2026-05-18 03:25:19] "GET /service-instance/21a2f9e4-ca9b-4ed2-9f95-2aba361b7637?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.007032
10.0.0.23 - - [2026-05-18 03:25:19] "POST /port-tuples HTTP/1.1" 200 592 0.038248
10.0.0.23 - - [2026-05-18 03:25:20] "GET /virtual-machine-interface/9cd19b94-83e0-469d-acf3-aa1b1eee480e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2819 0.005977
10.0.0.23 - - [2026-05-18 03:25:20] "PUT /virtual-machine-interface/9cd19b94-83e0-469d-acf3-aa1b1eee480e HTTP/1.1" 200 285 0.016005
10.0.0.23 - - [2026-05-18 03:25:20] "POST /ref-update HTTP/1.1" 200 156 0.016921
10.0.0.23 - - [2026-05-18 03:25:20] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007498
10.0.0.23 - - [2026-05-18 03:25:20] "POST /ref-update HTTP/1.1" 200 156 0.039898
10.0.0.23 - - [2026-05-18 03:25:20] "POST /ref-update HTTP/1.1" 200 156 0.029857
10.0.0.23 - - [2026-05-18 03:25:20] "POST /neutron/port HTTP/1.1" 200 1126 0.030929
10.0.0.23 - - [2026-05-18 03:25:20] "GET /virtual-machine/e54dd032-7b63-4e26-a8fa-6d3de3668a13 HTTP/1.1" 200 1297 0.011851
10.0.0.23 - - [2026-05-18 03:25:20] "GET /virtual-machine-interface/f67c0fc7-0e8a-4c5c-ae83-9d1585b30923 HTTP/1.1" 200 2964 0.006435
10.0.0.23 - - [2026-05-18 03:25:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003075
10.0.0.23 - - [2026-05-18 03:25:20] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.008235
10.0.0.23 - - [2026-05-18 03:25:20] "GET /virtual-networks?parent_id=52b94e2e-7d8d-4e9f-9313-8a5d85299f4f&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.003890
10.0.0.23 - - [2026-05-18 03:25:20] "GET /virtual-network/f949c471-99de-4848-a14d-1e1a4b22b9b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006779
10.0.0.23 - - [2026-05-18 03:25:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.005634
10.0.0.23 - - [2026-05-18 03:25:21] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004428
10.0.0.23 - - [2026-05-18 03:25:21] "GET /virtual-networks?parent_id=52b94e2e-7d8d-4e9f-9313-8a5d85299f4f&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.003467
10.0.0.23 - - [2026-05-18 03:25:21] "GET /virtual-network/f949c471-99de-4848-a14d-1e1a4b22b9b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006212
10.0.0.23 - - [2026-05-18 03:25:22] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007058
10.0.0.23 - - [2026-05-18 03:25:22] "POST /neutron/port HTTP/1.1" 200 1128 0.025137
10.0.0.23 - - [2026-05-18 03:25:22] "GET /virtual-machine/232e1c12-0fbd-4fcd-9093-cf0b4b8ddddb HTTP/1.1" 200 1296 0.007503
10.0.0.23 - - [2026-05-18 03:25:22] "GET /virtual-machine-interface/dea81a98-4475-4226-a9b0-472ef19b8916 HTTP/1.1" 200 2967 0.007056
10.0.0.23 - - [2026-05-18 03:25:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003980
10.0.0.23 - - [2026-05-18 03:25:22] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003692
10.0.0.23 - - [2026-05-18 03:25:22] "GET /virtual-networks?parent_id=52b94e2e-7d8d-4e9f-9313-8a5d85299f4f&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.003815
10.0.0.23 - - [2026-05-18 03:25:22] "GET /virtual-network/13c083bd-ca18-4c2f-b83f-5927bc0774aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006189
10.0.0.23 - - [2026-05-18 03:25:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004092
10.0.0.23 - - [2026-05-18 03:25:23] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003476
10.0.0.23 - - [2026-05-18 03:25:23] "GET /virtual-networks?parent_id=52b94e2e-7d8d-4e9f-9313-8a5d85299f4f&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.003730
10.0.0.23 - - [2026-05-18 03:25:23] "GET /virtual-network/13c083bd-ca18-4c2f-b83f-5927bc0774aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006679
10.0.0.23 - - [2026-05-18 03:25:23] "POST /fqname-to-id HTTP/1.1" 404 215 0.004230
10.0.0.23 - - [2026-05-18 03:25:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003506
10.0.0.240 - - [2026-05-18 03:25:23] "GET /projects?obj_uuids=52b94e2e-7d8d-4e9f-9313-8a5d85299f4f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001305
10.0.0.23 - - [2026-05-18 03:25:23] "GET /project/52b94e2e-7d8d-4e9f-9313-8a5d85299f4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.054801
10.0.0.23 - - [2026-05-18 03:25:23] "POST /network-policys HTTP/1.1" 200 553 0.033111
10.0.0.23 - - [2026-05-18 03:25:23] "GET /network-policy/e18f2656-3451-43be-887e-1187b100d232?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2474 0.006675
10.0.0.23 - - [2026-05-18 03:25:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002864
10.0.0.23 - - [2026-05-18 03:25:23] "GET /virtual-network/f949c471-99de-4848-a14d-1e1a4b22b9b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006019
10.0.0.23 - - [2026-05-18 03:25:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003220
10.0.0.23 - - [2026-05-18 03:25:24] "GET /network-policy/e18f2656-3451-43be-887e-1187b100d232?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2474 0.004027
10.0.0.240 - - [2026-05-18 03:25:24] "POST /fqname-to-id HTTP/1.1" 404 240 0.004769
10.0.0.23 - - [2026-05-18 03:25:24] "POST /ref-update HTTP/1.1" 200 156 0.068769
10.0.0.23 - - [2026-05-18 03:25:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.009641
10.0.0.23 - - [2026-05-18 03:25:24] "GET /network-policy/e18f2656-3451-43be-887e-1187b100d232?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2474 0.006082
10.0.0.23 - - [2026-05-18 03:25:24] "GET /virtual-network/f949c471-99de-4848-a14d-1e1a4b22b9b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.009851
10.0.0.23 - - [2026-05-18 03:25:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003305
10.0.0.23 - - [2026-05-18 03:25:24] "GET /network-policy/e18f2656-3451-43be-887e-1187b100d232?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2474 0.004248
10.0.0.23 - - [2026-05-18 03:25:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003211
10.0.0.23 - - [2026-05-18 03:25:24] "GET /virtual-network/13c083bd-ca18-4c2f-b83f-5927bc0774aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006362
10.0.0.23 - - [2026-05-18 03:25:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003641
10.0.0.23 - - [2026-05-18 03:25:24] "GET /network-policy/e18f2656-3451-43be-887e-1187b100d232?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2474 0.004526
10.0.0.240 - - [2026-05-18 03:25:24] "POST /fqname-to-id HTTP/1.1" 404 242 0.002961
10.0.0.23 - - [2026-05-18 03:25:24] "POST /ref-update HTTP/1.1" 200 156 0.049316
10.0.0.23 - - [2026-05-18 03:25:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003137
10.0.0.23 - - [2026-05-18 03:25:24] "GET /network-policy/e18f2656-3451-43be-887e-1187b100d232?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2474 0.007859
10.0.0.23 - - [2026-05-18 03:25:24] "POST /neutron/network HTTP/1.1" 200 926 0.011317
10.0.0.23 - - [2026-05-18 03:25:24] "GET /virtual-network/13c083bd-ca18-4c2f-b83f-5927bc0774aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2375 0.009739
10.0.0.23 - - [2026-05-18 03:25:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.009129
10.0.0.240 - - [2026-05-18 03:25:24] "POST /ref-update HTTP/1.1" 200 156 0.035014
10.0.0.23 - - [2026-05-18 03:25:24] "GET /network-policy/e18f2656-3451-43be-887e-1187b100d232?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2474 0.006041
10.0.0.23 - - [2026-05-18 03:25:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004464
10.0.0.23 - - [2026-05-18 03:25:24] "GET /service-template/c3f39d57-4485-4068-b90f-fe33fc354ae6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1645 0.004043
10.0.0.23 - - [2026-05-18 03:25:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003415
10.0.0.240 - - [2026-05-18 03:25:24] "GET /projects?obj_uuids=52b94e2e-7d8d-4e9f-9313-8a5d85299f4f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001131
10.0.0.23 - - [2026-05-18 03:25:24] "GET /project/52b94e2e-7d8d-4e9f-9313-8a5d85299f4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.041499
10.0.0.23 - - [2026-05-18 03:25:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004105
10.0.0.23 - - [2026-05-18 03:25:24] "GET /service-instance/21a2f9e4-ca9b-4ed2-9f95-2aba361b7637?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.006640
10.0.0.23 - - [2026-05-18 03:25:25] "POST /neutron/port HTTP/1.1" 200 1383 0.030237
10.0.0.23 - - [2026-05-18 03:25:25] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007737
10.0.0.23 - - [2026-05-18 03:25:25] "POST /neutron/network HTTP/1.1" 200 821 0.019831
10.0.0.23 - - [2026-05-18 03:25:25] "POST /id-to-fqname HTTP/1.1" 200 233 0.001308
10.0.0.23 - - [2026-05-18 03:25:25] "GET /virtual-machine/59a42c4b-8163-4293-a9a4-444d242e161a HTTP/1.1" 200 1296 0.004124
10.0.0.23 - - [2026-05-18 03:25:25] "GET /virtual-machine-interface/9cd19b94-83e0-469d-acf3-aa1b1eee480e HTTP/1.1" 200 3900 0.006330
10.0.0.23 - - [2026-05-18 03:25:25] "GET /instance-ip/0501643e-3c0e-4cac-ac1a-5d147a1ca212 HTTP/1.1" 200 1636 0.005924
10.0.0.23 - - [2026-05-18 03:25:25] "GET /instance-ip/58cf7974-c5b8-40c8-a784-26af80c24fa8 HTTP/1.1" 200 1966 0.004207
10.0.0.23 - - [2026-05-18 03:25:25] "GET /instance-ip/82ab209a-4465-481c-afcf-e442ceb9fe4e HTTP/1.1" 200 1968 0.004487
10.0.0.23 - - [2026-05-18 03:25:25] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008518
10.0.0.23 - - [2026-05-18 03:25:25] "GET /virtual-machine/59a42c4b-8163-4293-a9a4-444d242e161a HTTP/1.1" 200 1296 0.004103
10.0.0.23 - - [2026-05-18 03:25:25] "GET /virtual-machine-interface/9cd19b94-83e0-469d-acf3-aa1b1eee480e HTTP/1.1" 200 3900 0.007186
10.0.0.23 - - [2026-05-18 03:25:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004389
10.0.0.23 - - [2026-05-18 03:25:26] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003335
10.0.0.23 - - [2026-05-18 03:25:26] "GET /virtual-networks?parent_id=52b94e2e-7d8d-4e9f-9313-8a5d85299f4f&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.003551
10.0.0.23 - - [2026-05-18 03:25:26] "GET /virtual-network/5741eedb-dbf8-4414-8bf9-0dfd3538bb9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.007012
10.0.0.23 - - [2026-05-18 03:25:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003517
10.0.0.23 - - [2026-05-18 03:25:27] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005139
10.0.0.23 - - [2026-05-18 03:25:27] "GET /virtual-networks?parent_id=52b94e2e-7d8d-4e9f-9313-8a5d85299f4f&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.005714
10.0.0.23 - - [2026-05-18 03:25:27] "GET /virtual-network/5741eedb-dbf8-4414-8bf9-0dfd3538bb9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.006303
10.0.0.23 - - [2026-05-18 03:25:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003533
10.0.0.23 - - [2026-05-18 03:25:27] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005059
10.0.0.23 - - [2026-05-18 03:25:27] "GET /virtual-networks?parent_id=52b94e2e-7d8d-4e9f-9313-8a5d85299f4f&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.003249
10.0.0.23 - - [2026-05-18 03:25:27] "GET /virtual-network/5741eedb-dbf8-4414-8bf9-0dfd3538bb9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.006956
10.0.0.23 - - [2026-05-18 03:25:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004782
10.0.0.23 - - [2026-05-18 03:25:27] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003941
10.0.0.23 - - [2026-05-18 03:25:27] "GET /virtual-networks?parent_id=52b94e2e-7d8d-4e9f-9313-8a5d85299f4f&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.003323
10.0.0.23 - - [2026-05-18 03:25:27] "GET /virtual-network/5741eedb-dbf8-4414-8bf9-0dfd3538bb9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.008041
10.0.0.23 - - [2026-05-18 03:25:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003536
10.0.0.23 - - [2026-05-18 03:25:27] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004808
10.0.0.23 - - [2026-05-18 03:25:27] "GET /virtual-networks?parent_id=52b94e2e-7d8d-4e9f-9313-8a5d85299f4f&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.005995
10.0.0.23 - - [2026-05-18 03:25:27] "GET /virtual-network/5741eedb-dbf8-4414-8bf9-0dfd3538bb9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.006909
10.0.0.23 - - [2026-05-18 03:25:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.007185
10.0.0.23 - - [2026-05-18 03:25:27] "GET /routing-instance/84db5fe8-e8b5-49b5-8737-2e71a5e402ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2102 0.007750
10.0.0.23 - - [2026-05-18 03:25:27] "GET /routing-instance/84db5fe8-e8b5-49b5-8737-2e71a5e402ef?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1591 0.010492
10.0.0.23 - - [2026-05-18 03:25:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004028
10.0.0.23 - - [2026-05-18 03:25:27] "GET /routing-instance/0e9c0573-30fc-4f7d-935e-62c621328638?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.013508
10.0.0.23 - - [2026-05-18 03:25:27] "GET /routing-instance/0e9c0573-30fc-4f7d-935e-62c621328638?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1595 0.007948
10.0.0.240 - - [2026-05-18 03:25:40] "GET /obj-perms HTTP/1.1" 200 5056 0.065522
10.0.0.23 - - [2026-05-18 03:25:46] "POST /neutron/port HTTP/1.1" 200 1106 0.047092
10.0.0.23 - - [2026-05-18 03:25:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004209
10.0.0.23 - - [2026-05-18 03:25:46] "POST /neutron/network HTTP/1.1" 200 926 0.007971
10.0.0.23 - - [2026-05-18 03:25:51] "POST /neutron/network HTTP/1.1" 200 936 0.007849
10.0.0.23 - - [2026-05-18 03:25:51] "POST /neutron/port HTTP/1.1" 200 117 0.001121
10.0.0.23 - - [2026-05-18 03:26:19] "GET /network-policy/e18f2656-3451-43be-887e-1187b100d232?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2474 0.004265
10.0.0.23 - - [2026-05-18 03:26:19] "PUT /network-policy/e18f2656-3451-43be-887e-1187b100d232 HTTP/1.1" 200 263 0.017481
10.0.0.23 - - [2026-05-18 03:26:19] "GET /network-policy/e18f2656-3451-43be-887e-1187b100d232?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3770 0.004995
10.0.0.23 - - [2026-05-18 03:26:20] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009807
10.0.0.23 - - [2026-05-18 03:26:48] "POST /ref-update HTTP/1.1" 200 156 0.057792
10.0.0.240 - - [2026-05-18 03:26:48] "POST /ref-update HTTP/1.1" 200 156 0.034135
10.0.0.23 - - [2026-05-18 03:26:48] "POST /neutron/network HTTP/1.1" 200 834 0.018534
10.0.0.23 - - [2026-05-18 03:26:48] "GET /virtual-network/13c083bd-ca18-4c2f-b83f-5927bc0774aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.008599
10.0.0.23 - - [2026-05-18 03:26:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004284
10.0.0.23 - - [2026-05-18 03:26:48] "GET /network-policy/e18f2656-3451-43be-887e-1187b100d232?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3770 0.004455
10.0.0.23 - - [2026-05-18 03:26:48] "POST /ref-update HTTP/1.1" 200 156 0.053003
10.0.0.23 - - [2026-05-18 03:26:48] "POST /neutron/network HTTP/1.1" 200 830 0.009042
10.0.0.23 - - [2026-05-18 03:26:48] "GET /virtual-network/f949c471-99de-4848-a14d-1e1a4b22b9b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005036
10.0.0.23 - - [2026-05-18 03:26:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003075
10.0.0.23 - - [2026-05-18 03:26:48] "POST /neutron/subnet HTTP/1.1" 200 708 0.008730
10.0.0.23 - - [2026-05-18 03:26:48] "GET /network-policy/e18f2656-3451-43be-887e-1187b100d232?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3770 0.005888
10.0.0.23 - - [2026-05-18 03:26:48] "DELETE /network-policy/e18f2656-3451-43be-887e-1187b100d232 HTTP/1.1" 200 115 0.043447
10.0.0.23 - - [2026-05-18 03:26:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003682
10.0.0.23 - - [2026-05-18 03:26:48] "DELETE /service-instance/21a2f9e4-ca9b-4ed2-9f95-2aba361b7637 HTTP/1.1" 200 115 0.047764
10.0.0.23 - - [2026-05-18 03:26:48] "POST /ref-update HTTP/1.1" 200 156 0.066058
10.0.0.23 - - [2026-05-18 03:26:48] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.004884
10.0.0.23 - - [2026-05-18 03:26:48] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.011464
10.0.0.240 - - [2026-05-18 03:26:48] "POST /ref-update HTTP/1.1" 200 156 0.040045
10.0.0.23 - - [2026-05-18 03:26:49] "DELETE /instance-ip/58cf7974-c5b8-40c8-a784-26af80c24fa8 HTTP/1.1" 200 115 0.050419
10.0.0.23 - - [2026-05-18 03:26:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.008042
10.0.0.240 - - [2026-05-18 03:26:49] "POST /ref-update HTTP/1.1" 200 156 0.039657
10.0.0.23 - - [2026-05-18 03:26:49] "DELETE /service-template/c3f39d57-4485-4068-b90f-fe33fc354ae6 HTTP/1.1" 200 115 0.073118
10.0.0.23 - - [2026-05-18 03:26:49] "POST /fqname-to-id HTTP/1.1" 404 193 0.016768
10.0.0.23 - - [2026-05-18 03:26:49] "POST /neutron/network HTTP/1.1" 200 849 0.008021
10.0.0.240 - - [2026-05-18 03:26:49] "DELETE /route-target/c6918315-00d9-4387-98f4-fbadcfdbc6fd HTTP/1.1" 200 115 0.029998
10.0.0.23 - - [2026-05-18 03:26:49] "POST /neutron/port HTTP/1.1" 200 1115 0.022408
10.0.0.23 - - [2026-05-18 03:26:49] "POST /neutron/network HTTP/1.1" 200 847 0.010154
10.0.0.23 - - [2026-05-18 03:26:50] "POST /neutron/port HTTP/1.1" 200 151 0.300053
10.0.0.23 - - [2026-05-18 03:26:50] "POST /neutron/port HTTP/1.1" 200 151 0.287079
10.0.0.23 - - [2026-05-18 03:26:52] "POST /neutron/network HTTP/1.1" 200 836 0.007397
10.0.0.240 - - [2026-05-18 03:26:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.031405
10.0.0.240 - - [2026-05-18 03:26:52] "DELETE /route-target/74432682-722c-44a0-b66d-0c71765bd932 HTTP/1.1" 200 115 0.026881
10.0.0.240 - - [2026-05-18 03:26:52] "POST /useragent-kv HTTP/1.1" 200 115 0.050759
10.0.0.240 - - [2026-05-18 03:26:52] "POST /useragent-kv HTTP/1.1" 200 115 0.003030
10.0.0.23 - - [2026-05-18 03:26:53] "POST /neutron/network HTTP/1.1" 200 151 0.204786
10.0.0.240 - - [2026-05-18 03:26:54] "GET /projects?obj_uuids=52b94e2e-7d8d-4e9f-9313-8a5d85299f4f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001055
10.0.0.23 - - [2026-05-18 03:26:54] "GET /project/52b94e2e-7d8d-4e9f-9313-8a5d85299f4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.050609
10.0.0.240 - - [2026-05-18 03:26:54] "GET /projects?obj_uuids=52b94e2e-7d8d-4e9f-9313-8a5d85299f4f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001583
10.0.0.23 - - [2026-05-18 03:26:54] "GET /project/52b94e2e-7d8d-4e9f-9313-8a5d85299f4f?fields=virtual_networks HTTP/1.1" 200 1037 0.049776
10.0.0.240 - - [2026-05-18 03:26:55] "GET /projects?obj_uuids=52b94e2e-7d8d-4e9f-9313-8a5d85299f4f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001189
10.0.0.23 - - [2026-05-18 03:26:55] "GET /project/52b94e2e-7d8d-4e9f-9313-8a5d85299f4f?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.048618
10.0.0.240 - - [2026-05-18 03:26:55] "GET /projects?obj_uuids=52b94e2e-7d8d-4e9f-9313-8a5d85299f4f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001211
10.0.0.23 - - [2026-05-18 03:26:55] "GET /project/52b94e2e-7d8d-4e9f-9313-8a5d85299f4f?fields=security_groups HTTP/1.1" 200 1266 0.052820
10.0.0.22 - - [2026-05-18 03:26:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000519
10.0.0.240 - - [2026-05-18 03:26:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000515
10.0.0.22 - - [2026-05-18 03:26:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000362
10.0.0.240 - - [2026-05-18 03:26:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000397
10.0.0.23 - - [2026-05-18 03:26:56] "POST /fqname-to-id HTTP/1.1" 404 189 0.039588
10.0.0.23 - - [2026-05-18 03:26:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000342
10.0.0.23 - - [2026-05-18 03:26:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000446
10.0.0.240 - - [2026-05-18 03:26:56] "GET /projects?obj_uuids=6ce1f7ee-1fb2-447c-a2c3-fee3d20908c1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005252
10.0.0.22 - - [2026-05-18 03:26:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000449
10.0.0.240 - - [2026-05-18 03:26:56] "GET /domains?obj_uuids=4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001236
10.0.0.240 - - [2026-05-18 03:26:56] "GET /domain/4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008934
10.0.0.22 - - [2026-05-18 03:26:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000286
10.0.0.240 - - [2026-05-18 03:26:56] "POST /id-to-fqname HTTP/1.1" 200 191 0.001275
10.0.0.240 - - [2026-05-18 03:26:56] "POST /fqname-to-id HTTP/1.1" 404 200 0.008419
10.0.0.240 - - [2026-05-18 03:26:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000368
10.0.0.240 - - [2026-05-18 03:26:56] "POST /security-groups HTTP/1.1" 200 592 0.037550
10.0.0.240 - - [2026-05-18 03:26:56] "POST /fqname-to-id HTTP/1.1" 404 235 0.004644
10.0.0.240 - - [2026-05-18 03:26:56] "POST /projects HTTP/1.1" 200 587 0.257401
10.0.0.240 - - [2026-05-18 03:26:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.296645
10.0.0.240 - - [2026-05-18 03:26:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000383
10.0.0.240 - - [2026-05-18 03:26:56] "POST /access-control-lists HTTP/1.1" 200 597 0.038428
10.0.0.23 - - [2026-05-18 03:26:56] "GET /project/6ce1f7ee-1fb2-447c-a2c3-fee3d20908c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.504617
10.0.0.23 - - [2026-05-18 03:26:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000390
10.0.0.23 - - [2026-05-18 03:26:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000401
10.0.0.23 - - [2026-05-18 03:26:58] "GET / HTTP/1.1" 200 36215 0.002370
10.0.0.23 - - [2026-05-18 03:27:00] "GET /project/6ce1f7ee-1fb2-447c-a2c3-fee3d20908c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000381
10.0.0.240 - - [2026-05-18 03:27:00] "GET /projects?obj_uuids=6ce1f7ee-1fb2-447c-a2c3-fee3d20908c1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001328
10.0.0.23 - - [2026-05-18 03:27:00] "GET /project/6ce1f7ee-1fb2-447c-a2c3-fee3d20908c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.096443
10.0.0.23 - - [2026-05-18 03:27:00] "POST /fqname-to-id HTTP/1.1" 404 180 0.003726
10.0.0.23 - - [2026-05-18 03:27:00] "POST /virtual-DNSs HTTP/1.1" 200 509 0.042341
10.0.0.23 - - [2026-05-18 03:27:00] "GET /virtual-DNS/4b183ad6-76de-44e3-a497-e9cff8c55074?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.006732
10.0.0.23 - - [2026-05-18 03:27:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004042
10.0.0.23 - - [2026-05-18 03:27:01] "GET /virtual-DNS/4b183ad6-76de-44e3-a497-e9cff8c55074?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.007871
10.0.0.23 - - [2026-05-18 03:27:01] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.003398
10.0.0.23 - - [2026-05-18 03:27:01] "POST /network-ipams HTTP/1.1" 200 516 0.035421
10.0.0.23 - - [2026-05-18 03:27:01] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 754 0.003839
10.0.0.23 - - [2026-05-18 03:27:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004138
10.0.0.23 - - [2026-05-18 03:27:01] "GET /network-ipam/1f050f2f-7a10-4c67-bf44-9b0b427942c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1401 0.007572
10.0.0.23 - - [2026-05-18 03:27:01] "PUT /network-ipam/1f050f2f-7a10-4c67-bf44-9b0b427942c8 HTTP/1.1" 200 259 0.014519
10.0.0.23 - - [2026-05-18 03:27:01] "POST /ref-update HTTP/1.1" 200 156 0.018926
10.0.0.23 - - [2026-05-18 03:27:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003856
10.0.0.240 - - [2026-05-18 03:27:01] "GET /projects?obj_uuids=6ce1f7ee-1fb2-447c-a2c3-fee3d20908c1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001174
10.0.0.23 - - [2026-05-18 03:27:01] "GET /project/6ce1f7ee-1fb2-447c-a2c3-fee3d20908c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.053192
10.0.0.23 - - [2026-05-18 03:27:02] "POST /neutron/network HTTP/1.1" 200 117 0.045862
10.0.0.23 - - [2026-05-18 03:27:02] "POST /neutron/network HTTP/1.1" 200 833 0.012078
10.0.0.23 - - [2026-05-18 03:27:02] "POST /id-to-fqname HTTP/1.1" 200 227 0.001323
10.0.0.23 - - [2026-05-18 03:27:02] "GET /virtual-network/6cf816a8-145b-4be4-b952-624ebd0c66a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005614
10.0.0.23 - - [2026-05-18 03:27:02] "GET /virtual-network/6cf816a8-145b-4be4-b952-624ebd0c66a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.008307
10.0.0.23 - - [2026-05-18 03:27:02] "POST /neutron/subnet HTTP/1.1" 200 711 0.011843
10.0.0.23 - - [2026-05-18 03:27:02] "POST /id-to-fqname HTTP/1.1" 200 227 0.001598
10.0.0.23 - - [2026-05-18 03:27:02] "POST /neutron/port HTTP/1.1" 200 4186 0.051897
10.0.0.240 - - [2026-05-18 03:27:03] "GET /projects?obj_uuids=6ce1f7ee-1fb2-447c-a2c3-fee3d20908c1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001006
10.0.0.23 - - [2026-05-18 03:27:03] "GET /project/6ce1f7ee-1fb2-447c-a2c3-fee3d20908c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.076761
10.0.0.23 - - [2026-05-18 03:27:04] "POST /neutron/port HTTP/1.1" 200 4186 0.040116
10.0.0.23 - - [2026-05-18 03:27:04] "POST /neutron/network HTTP/1.1" 200 843 0.006523
10.0.0.23 - - [2026-05-18 03:27:05] "POST /neutron/port HTTP/1.1" 200 1058 0.024572
10.0.0.23 - - [2026-05-18 03:27:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006689
10.0.0.23 - - [2026-05-18 03:27:05] "POST /neutron/network HTTP/1.1" 200 833 0.008073
10.0.0.23 - - [2026-05-18 03:27:09] "POST /neutron/port HTTP/1.1" 200 1122 0.025629
10.0.0.23 - - [2026-05-18 03:27:09] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008387
10.0.0.23 - - [2026-05-18 03:27:09] "GET /virtual-machine/2dad20e0-f67a-48ff-9734-06440a1a28dc HTTP/1.1" 401 292 0.000582
10.0.0.23 - - [2026-05-18 03:27:10] "GET /virtual-machine/2dad20e0-f67a-48ff-9734-06440a1a28dc HTTP/1.1" 200 1295 0.035756
10.0.0.23 - - [2026-05-18 03:27:10] "GET /virtual-machine-interface/ccb405d1-e2b1-4321-8259-07d22020e4c6 HTTP/1.1" 200 2970 0.008417
10.0.0.23 - - [2026-05-18 03:27:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004373
10.0.0.23 - - [2026-05-18 03:27:10] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004514
10.0.0.23 - - [2026-05-18 03:27:10] "GET /virtual-networks?parent_id=6ce1f7ee-1fb2-447c-a2c3-fee3d20908c1&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003464
10.0.0.23 - - [2026-05-18 03:27:10] "GET /virtual-network/6cf816a8-145b-4be4-b952-624ebd0c66a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006173
10.0.0.23 - - [2026-05-18 03:27:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003642
10.0.0.23 - - [2026-05-18 03:27:13] "GET /virtual-network/6cf816a8-145b-4be4-b952-624ebd0c66a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006798
10.0.0.23 - - [2026-05-18 03:27:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004024
10.0.0.23 - - [2026-05-18 03:27:17] "GET /virtual-network/6cf816a8-145b-4be4-b952-624ebd0c66a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005182
10.0.0.23 - - [2026-05-18 03:27:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003874
10.0.0.23 - - [2026-05-18 03:27:21] "GET /virtual-network/6cf816a8-145b-4be4-b952-624ebd0c66a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005914
10.0.0.23 - - [2026-05-18 03:27:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.006389
10.0.0.23 - - [2026-05-18 03:27:25] "GET /virtual-network/6cf816a8-145b-4be4-b952-624ebd0c66a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006244
10.0.0.23 - - [2026-05-18 03:27:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.005184
10.0.0.23 - - [2026-05-18 03:27:29] "GET /virtual-network/6cf816a8-145b-4be4-b952-624ebd0c66a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005534
10.0.0.23 - - [2026-05-18 03:27:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003721
10.0.0.23 - - [2026-05-18 03:27:33] "GET /virtual-network/6cf816a8-145b-4be4-b952-624ebd0c66a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005980
10.0.0.23 - - [2026-05-18 03:27:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003973
10.0.0.23 - - [2026-05-18 03:27:37] "GET /virtual-network/6cf816a8-145b-4be4-b952-624ebd0c66a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005670
10.0.0.23 - - [2026-05-18 03:27:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004426
10.0.0.23 - - [2026-05-18 03:27:41] "GET /virtual-network/6cf816a8-145b-4be4-b952-624ebd0c66a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006151
10.0.0.23 - - [2026-05-18 03:27:42] "GET /obj-perms HTTP/1.1" 200 5056 0.058392
10.0.0.23 - - [2026-05-18 03:27:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.009462
10.0.0.23 - - [2026-05-18 03:27:44] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004091
10.0.0.23 - - [2026-05-18 03:27:44] "GET /virtual-networks?parent_id=6ce1f7ee-1fb2-447c-a2c3-fee3d20908c1&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003148
10.0.0.23 - - [2026-05-18 03:27:44] "GET /virtual-network/6cf816a8-145b-4be4-b952-624ebd0c66a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006191
10.0.0.23 - - [2026-05-18 03:27:49] "POST /neutron/port HTTP/1.1" 200 1122 0.018719
10.0.0.23 - - [2026-05-18 03:27:50] "POST /neutron/port HTTP/1.1" 200 1217 0.020840
10.0.0.23 - - [2026-05-18 03:27:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004751
10.0.0.23 - - [2026-05-18 03:27:50] "POST /neutron/port HTTP/1.1" 200 117 0.001096
10.0.0.23 - - [2026-05-18 03:27:54] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009420
10.0.0.240 - - [2026-05-18 03:27:55] "DELETE /project/6ce1f7ee1fb2447ca2c3fee3d20908c1 HTTP/1.1" 404 173 0.083107
10.0.0.240 - - [2026-05-18 03:27:55] "GET /projects?obj_uuids=52b94e2e-7d8d-4e9f-9313-8a5d85299f4f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001334
10.0.0.240 - - [2026-05-18 03:27:55] "GET /project/52b94e2e-7d8d-4e9f-9313-8a5d85299f4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.035801
10.0.0.240 - - [2026-05-18 03:27:55] "GET /projects?obj_uuids=52b94e2e-7d8d-4e9f-9313-8a5d85299f4f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001607
10.0.0.23 - - [2026-05-18 03:27:55] "POST /neutron/port HTTP/1.1" 200 1122 0.023257
10.0.0.240 - - [2026-05-18 03:27:55] "GET /project/52b94e2e-7d8d-4e9f-9313-8a5d85299f4f?fields=security_groups HTTP/1.1" 200 1105 0.086265
10.0.0.240 - - [2026-05-18 03:27:55] "DELETE /access-control-list/6a82c11a-98b4-4f04-a345-9aef2f670208 HTTP/1.1" 200 115 0.070270
10.0.0.240 - - [2026-05-18 03:27:55] "GET /projects?obj_uuids=52b94e2e-7d8d-4e9f-9313-8a5d85299f4f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001833
10.0.0.23 - - [2026-05-18 03:27:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004886
10.0.0.240 - - [2026-05-18 03:27:55] "GET /project/52b94e2e-7d8d-4e9f-9313-8a5d85299f4f?fields=application_policy_sets HTTP/1.1" 200 1407 0.061323
10.0.0.23 - - [2026-05-18 03:27:55] "POST /neutron/port HTTP/1.1" 200 117 0.001166
10.0.0.240 - - [2026-05-18 03:27:55] "DELETE /project/52b94e2e-7d8d-4e9f-9313-8a5d85299f4f HTTP/1.1" 200 115 0.558032
10.0.0.23 - - [2026-05-18 03:27:59] "POST /neutron/port HTTP/1.1" 200 1122 0.019925
10.0.0.23 - - [2026-05-18 03:28:34] "POST /neutron/network HTTP/1.1" 200 833 0.008554
10.0.0.23 - - [2026-05-18 03:28:34] "POST /id-to-fqname HTTP/1.1" 200 227 0.001228
10.0.0.23 - - [2026-05-18 03:28:35] "POST /neutron/network HTTP/1.1" 200 843 0.010211
10.0.0.240 - - [2026-05-18 03:28:35] "GET /projects?obj_uuids=6ce1f7ee-1fb2-447c-a2c3-fee3d20908c1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001063
10.0.0.23 - - [2026-05-18 03:28:35] "GET /project/6ce1f7ee-1fb2-447c-a2c3-fee3d20908c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.079722
10.0.0.23 - - [2026-05-18 03:28:36] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008484
10.0.0.23 - - [2026-05-18 03:28:36] "POST /neutron/network HTTP/1.1" 200 843 0.007743
10.0.0.23 - - [2026-05-18 03:28:36] "POST /neutron/port HTTP/1.1" 200 1058 0.025466
10.0.0.23 - - [2026-05-18 03:28:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004019
10.0.0.23 - - [2026-05-18 03:28:37] "POST /neutron/network HTTP/1.1" 200 833 0.007757
10.0.0.23 - - [2026-05-18 03:28:41] "POST /neutron/port HTTP/1.1" 200 1122 0.018299
10.0.0.23 - - [2026-05-18 03:28:41] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008721
10.0.0.23 - - [2026-05-18 03:28:41] "GET /virtual-machine/6cb4d675-d0df-4d49-ac93-28b222546649 HTTP/1.1" 200 1295 0.009804
10.0.0.23 - - [2026-05-18 03:28:41] "GET /virtual-machine-interface/b82c452f-0292-4d7f-93f9-fbd82aa508f7 HTTP/1.1" 200 2971 0.005562
10.0.0.23 - - [2026-05-18 03:28:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003194
10.0.0.23 - - [2026-05-18 03:28:41] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003983
10.0.0.23 - - [2026-05-18 03:28:41] "GET /virtual-networks?parent_id=6ce1f7ee-1fb2-447c-a2c3-fee3d20908c1&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002821
10.0.0.23 - - [2026-05-18 03:28:41] "GET /virtual-network/6cf816a8-145b-4be4-b952-624ebd0c66a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005569
10.0.0.22 - - [2026-05-18 03:28:42] "GET /obj-perms HTTP/1.1" 200 5056 0.062271
10.0.0.23 - - [2026-05-18 03:28:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003828
10.0.0.23 - - [2026-05-18 03:28:44] "GET /virtual-network/6cf816a8-145b-4be4-b952-624ebd0c66a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005384
10.0.0.23 - - [2026-05-18 03:28:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004107
10.0.0.23 - - [2026-05-18 03:28:48] "GET /virtual-network/6cf816a8-145b-4be4-b952-624ebd0c66a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005461
10.0.0.23 - - [2026-05-18 03:28:52] "POST /neutron/network HTTP/1.1" 200 936 0.006263
10.0.0.23 - - [2026-05-18 03:28:52] "POST /neutron/port HTTP/1.1" 200 117 0.001582
10.0.0.23 - - [2026-05-18 03:28:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004267
10.0.0.23 - - [2026-05-18 03:28:52] "GET /virtual-network/6cf816a8-145b-4be4-b952-624ebd0c66a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006604
10.0.0.23 - - [2026-05-18 03:28:55] "POST /neutron/port HTTP/1.1" 200 1106 0.045190
10.0.0.23 - - [2026-05-18 03:28:55] "POST /neutron/subnet HTTP/1.1" 200 694 0.012885
10.0.0.23 - - [2026-05-18 03:28:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003961
10.0.0.23 - - [2026-05-18 03:28:56] "GET /virtual-network/6cf816a8-145b-4be4-b952-624ebd0c66a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005344
10.0.0.23 - - [2026-05-18 03:29:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.006838
10.0.0.23 - - [2026-05-18 03:29:01] "GET /virtual-network/6cf816a8-145b-4be4-b952-624ebd0c66a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006799
10.0.0.23 - - [2026-05-18 03:29:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003657
10.0.0.23 - - [2026-05-18 03:29:05] "GET /virtual-network/6cf816a8-145b-4be4-b952-624ebd0c66a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006384
10.0.0.23 - - [2026-05-18 03:29:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003796
10.0.0.23 - - [2026-05-18 03:29:09] "GET /virtual-network/6cf816a8-145b-4be4-b952-624ebd0c66a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.008927
10.0.0.23 - - [2026-05-18 03:29:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004481
10.0.0.23 - - [2026-05-18 03:29:13] "GET /virtual-network/6cf816a8-145b-4be4-b952-624ebd0c66a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006819
10.0.0.23 - - [2026-05-18 03:29:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003985
10.0.0.23 - - [2026-05-18 03:29:17] "GET /virtual-network/6cf816a8-145b-4be4-b952-624ebd0c66a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006740
10.0.0.23 - - [2026-05-18 03:29:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003423
10.0.0.23 - - [2026-05-18 03:29:21] "GET /virtual-network/6cf816a8-145b-4be4-b952-624ebd0c66a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005359
10.0.0.23 - - [2026-05-18 03:29:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003532
10.0.0.23 - - [2026-05-18 03:29:25] "GET /virtual-network/6cf816a8-145b-4be4-b952-624ebd0c66a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006809
10.0.0.23 - - [2026-05-18 03:29:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002997
10.0.0.23 - - [2026-05-18 03:29:27] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004901
10.0.0.23 - - [2026-05-18 03:29:27] "GET /virtual-networks?parent_id=6ce1f7ee-1fb2-447c-a2c3-fee3d20908c1&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.011243
10.0.0.23 - - [2026-05-18 03:29:27] "GET /virtual-network/6cf816a8-145b-4be4-b952-624ebd0c66a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006961
10.0.0.23 - - [2026-05-18 03:29:27] "POST /neutron/port HTTP/1.1" 200 1122 0.024105
10.0.0.23 - - [2026-05-18 03:29:33] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007971
10.0.0.23 - - [2026-05-18 03:29:41] "POST /neutron/port HTTP/1.1" 200 1122 0.032524
10.0.0.23 - - [2026-05-18 03:29:43] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007185
10.0.0.23 - - [2026-05-18 03:29:54] "POST /neutron/port HTTP/1.1" 200 1217 0.018500
10.0.0.23 - - [2026-05-18 03:29:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004655
10.0.0.23 - - [2026-05-18 03:29:54] "POST /neutron/port HTTP/1.1" 200 117 0.001003
10.0.0.23 - - [2026-05-18 03:29:55] "POST /neutron/port HTTP/1.1" 200 1122 0.021235
10.0.0.23 - - [2026-05-18 03:29:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005578
10.0.0.23 - - [2026-05-18 03:29:55] "POST /neutron/network HTTP/1.1" 200 833 0.009697
10.0.0.23 - - [2026-05-18 03:30:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004926
10.0.0.23 - - [2026-05-18 03:30:29] "DELETE /virtual-DNS/4b183ad6-76de-44e3-a497-e9cff8c55074 HTTP/1.1" 409 236 0.007429
10.0.0.23 - - [2026-05-18 03:30:29] "POST /fqname-to-id HTTP/1.1" 404 192 0.003296
10.0.0.23 - - [2026-05-18 03:30:29] "POST /virtual-DNS-records HTTP/1.1" 200 533 0.029949
10.0.0.23 - - [2026-05-18 03:30:29] "GET /virtual-DNS-record/be415b07-af66-4acf-a07e-9cc70f9eea67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.008205
10.0.0.23 - - [2026-05-18 03:30:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.007926
10.0.0.23 - - [2026-05-18 03:30:29] "GET /virtual-DNS-record/be415b07-af66-4acf-a07e-9cc70f9eea67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.004344
10.0.0.23 - - [2026-05-18 03:30:36] "DELETE /virtual-DNS-record/be415b07-af66-4acf-a07e-9cc70f9eea67 HTTP/1.1" 200 115 0.032066
10.0.0.23 - - [2026-05-18 03:30:36] "POST /fqname-to-id HTTP/1.1" 404 184 0.004189
10.0.0.23 - - [2026-05-18 03:30:37] "POST /neutron/port HTTP/1.1" 200 1122 0.020103
10.0.0.23 - - [2026-05-18 03:30:37] "POST /neutron/port HTTP/1.1" 200 151 0.238740
10.0.0.23 - - [2026-05-18 03:30:39] "POST /neutron/network HTTP/1.1" 200 833 0.007774
10.0.0.240 - - [2026-05-18 03:30:39] "DELETE /route-target/98e00e4b-df8d-4a49-95d0-933e6df02c08 HTTP/1.1" 200 115 0.022942
10.0.0.23 - - [2026-05-18 03:30:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004986
10.0.0.23 - - [2026-05-18 03:30:39] "DELETE /network-ipam/1f050f2f-7a10-4c67-bf44-9b0b427942c8 HTTP/1.1" 200 115 0.038519
10.0.0.23 - - [2026-05-18 03:30:39] "DELETE /virtual-DNS/4b183ad6-76de-44e3-a497-e9cff8c55074 HTTP/1.1" 200 115 0.038203
10.0.0.23 - - [2026-05-18 03:30:39] "POST /fqname-to-id HTTP/1.1" 404 180 0.008223
10.0.0.240 - - [2026-05-18 03:30:40] "GET /projects?obj_uuids=6ce1f7ee-1fb2-447c-a2c3-fee3d20908c1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003233
10.0.0.23 - - [2026-05-18 03:30:41] "GET /project/6ce1f7ee-1fb2-447c-a2c3-fee3d20908c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.080618
10.0.0.240 - - [2026-05-18 03:30:41] "GET /projects?obj_uuids=6ce1f7ee-1fb2-447c-a2c3-fee3d20908c1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001167
10.0.0.23 - - [2026-05-18 03:30:41] "GET /project/6ce1f7ee-1fb2-447c-a2c3-fee3d20908c1?fields=virtual_networks HTTP/1.1" 200 1035 0.045788
10.0.0.240 - - [2026-05-18 03:30:41] "GET /projects?obj_uuids=6ce1f7ee-1fb2-447c-a2c3-fee3d20908c1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000945
10.0.0.23 - - [2026-05-18 03:30:41] "GET /project/6ce1f7ee-1fb2-447c-a2c3-fee3d20908c1?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.041768
10.0.0.240 - - [2026-05-18 03:30:41] "GET /projects?obj_uuids=6ce1f7ee-1fb2-447c-a2c3-fee3d20908c1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001046
10.0.0.23 - - [2026-05-18 03:30:41] "GET /project/6ce1f7ee-1fb2-447c-a2c3-fee3d20908c1?fields=security_groups HTTP/1.1" 200 1263 0.035563
10.0.0.23 - - [2026-05-18 03:30:42] "POST /fqname-to-id HTTP/1.1" 404 189 0.030488
10.0.0.240 - - [2026-05-18 03:30:42] "GET /projects?obj_uuids=be36c7cb-3370-457f-a940-8d8f6e34b231&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003062
10.0.0.240 - - [2026-05-18 03:30:42] "GET /domains?obj_uuids=4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001255
10.0.0.240 - - [2026-05-18 03:30:42] "GET /domain/4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008510
10.0.0.240 - - [2026-05-18 03:30:42] "POST /id-to-fqname HTTP/1.1" 200 191 0.008035
10.0.0.240 - - [2026-05-18 03:30:42] "POST /fqname-to-id HTTP/1.1" 404 200 0.006819
10.0.0.240 - - [2026-05-18 03:30:42] "POST /security-groups HTTP/1.1" 200 592 0.080104
10.0.0.240 - - [2026-05-18 03:30:42] "POST /projects HTTP/1.1" 200 587 0.342558
10.0.0.240 - - [2026-05-18 03:30:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.380409
10.0.0.240 - - [2026-05-18 03:30:42] "POST /fqname-to-id HTTP/1.1" 404 234 0.010713
10.0.0.23 - - [2026-05-18 03:30:42] "GET /project/be36c7cb-3370-457f-a940-8d8f6e34b231?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.542399
10.0.0.23 - - [2026-05-18 03:30:43] "GET / HTTP/1.1" 200 36215 0.001667
10.0.0.240 - - [2026-05-18 03:30:44] "GET /obj-perms HTTP/1.1" 200 5056 0.125683
10.0.0.23 - - [2026-05-18 03:30:46] "POST /fqname-to-id HTTP/1.1" 401 292 0.000427
10.0.0.23 - - [2026-05-18 03:30:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.035862
10.0.0.240 - - [2026-05-18 03:30:46] "GET /projects?obj_uuids=be36c7cb-3370-457f-a940-8d8f6e34b231&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000919
10.0.0.23 - - [2026-05-18 03:30:46] "GET /project/be36c7cb-3370-457f-a940-8d8f6e34b231?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.046961
10.0.0.240 - - [2026-05-18 03:30:46] "GET /projects?obj_uuids=be36c7cb-3370-457f-a940-8d8f6e34b231&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000920
10.0.0.23 - - [2026-05-18 03:30:46] "POST /neutron/network HTTP/1.1" 200 608 0.170570
10.0.0.240 - - [2026-05-18 03:30:46] "POST /ref-update HTTP/1.1" 200 156 0.024027
10.0.0.23 - - [2026-05-18 03:30:47] "POST /id-to-fqname HTTP/1.1" 200 222 0.004269
10.0.0.23 - - [2026-05-18 03:30:47] "GET /virtual-network/153ef0d7-0e06-4e8d-bd77-cc8ca771ed13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006988
10.0.0.23 - - [2026-05-18 03:30:47] "POST /neutron/network HTTP/1.1" 200 827 0.008018
10.0.0.23 - - [2026-05-18 03:30:47] "GET /virtual-network/153ef0d7-0e06-4e8d-bd77-cc8ca771ed13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005006
10.0.0.23 - - [2026-05-18 03:30:47] "GET /virtual-network/153ef0d7-0e06-4e8d-bd77-cc8ca771ed13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006503
10.0.0.23 - - [2026-05-18 03:30:48] "GET /obj-perms HTTP/1.1" 200 5032 0.062870
10.0.0.23 - - [2026-05-18 03:30:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.005565
10.0.0.240 - - [2026-05-18 03:30:49] "GET /projects?obj_uuids=be36c7cb-3370-457f-a940-8d8f6e34b231&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001187
10.0.0.23 - - [2026-05-18 03:30:49] "GET /project/be36c7cb-3370-457f-a940-8d8f6e34b231?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.054159
10.0.0.23 - - [2026-05-18 03:30:49] "POST /neutron/network HTTP/1.1" 200 117 0.019672
10.0.0.23 - - [2026-05-18 03:30:49] "POST /neutron/network HTTP/1.1" 200 828 0.009901
10.0.0.23 - - [2026-05-18 03:30:49] "POST /id-to-fqname HTTP/1.1" 200 222 0.000962
10.0.0.23 - - [2026-05-18 03:30:49] "GET /virtual-network/c96b5f4e-ff02-4557-ac0d-18f3d46d7cb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007411
10.0.0.23 - - [2026-05-18 03:30:49] "GET /virtual-network/c96b5f4e-ff02-4557-ac0d-18f3d46d7cb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.008391
10.0.0.23 - - [2026-05-18 03:30:49] "POST /neutron/subnet HTTP/1.1" 200 729 0.010575
10.0.0.23 - - [2026-05-18 03:30:50] "GET /virtual-network/c96b5f4e-ff02-4557-ac0d-18f3d46d7cb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.008617
10.0.0.22 - - [2026-05-18 03:30:50] "GET /obj-perms HTTP/1.1" 200 5032 0.066290
10.0.0.23 - - [2026-05-18 03:30:50] "POST /id-to-fqname HTTP/1.1" 200 222 0.001355
10.0.0.240 - - [2026-05-18 03:30:56] "DELETE /project/be36c7cb3370457fa9408d8f6e34b231 HTTP/1.1" 404 173 0.005894
10.0.0.240 - - [2026-05-18 03:30:56] "GET /projects?obj_uuids=6ce1f7ee-1fb2-447c-a2c3-fee3d20908c1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.012278
10.0.0.240 - - [2026-05-18 03:30:56] "GET /project/6ce1f7ee-1fb2-447c-a2c3-fee3d20908c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1471 0.064728
10.0.0.240 - - [2026-05-18 03:30:56] "GET /projects?obj_uuids=6ce1f7ee-1fb2-447c-a2c3-fee3d20908c1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002141
10.0.0.240 - - [2026-05-18 03:30:56] "DELETE /access-control-list/a68cb24a-2ce2-46e0-bfc1-e92c59f60197 HTTP/1.1" 200 115 0.079246
10.0.0.240 - - [2026-05-18 03:30:56] "GET /project/6ce1f7ee-1fb2-447c-a2c3-fee3d20908c1?fields=security_groups HTTP/1.1" 200 1103 0.083332
10.0.0.240 - - [2026-05-18 03:30:56] "GET /projects?obj_uuids=6ce1f7ee-1fb2-447c-a2c3-fee3d20908c1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001039
10.0.0.240 - - [2026-05-18 03:30:56] "GET /project/6ce1f7ee-1fb2-447c-a2c3-fee3d20908c1?fields=application_policy_sets HTTP/1.1" 200 1103 0.070158
10.0.0.23 - - [2026-05-18 03:30:56] "POST /neutron/port HTTP/1.1" 200 1217 0.057136
10.0.0.240 - - [2026-05-18 03:30:56] "DELETE /project/6ce1f7ee-1fb2-447c-a2c3-fee3d20908c1 HTTP/1.1" 404 171 0.335342
10.0.0.23 - - [2026-05-18 03:30:56] "POST /neutron/port HTTP/1.1" 200 1106 0.082556
10.0.0.23 - - [2026-05-18 03:30:56] "POST /neutron/port HTTP/1.1" 200 117 0.001110
10.0.0.23 - - [2026-05-18 03:30:56] "POST /neutron/network HTTP/1.1" 200 1112 0.013356
10.0.0.23 - - [2026-05-18 03:30:56] "POST /neutron/subnet HTTP/1.1" 200 694 0.012295
10.0.0.23 - - [2026-05-18 03:31:06] "POST /neutron/network HTTP/1.1" 200 838 0.008025
10.0.0.240 - - [2026-05-18 03:31:07] "GET /projects?obj_uuids=be36c7cb-3370-457f-a940-8d8f6e34b231&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000936
10.0.0.23 - - [2026-05-18 03:31:07] "GET /project/be36c7cb-3370-457f-a940-8d8f6e34b231?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.083970
10.0.0.23 - - [2026-05-18 03:31:07] "POST /neutron/port HTTP/1.1" 200 117 0.006629
10.0.0.23 - - [2026-05-18 03:31:07] "POST /id-to-fqname HTTP/1.1" 200 222 0.001285
10.0.0.23 - - [2026-05-18 03:31:08] "POST /neutron/network HTTP/1.1" 200 838 0.007375
10.0.0.23 - - [2026-05-18 03:31:08] "POST /neutron/port HTTP/1.1" 200 1062 0.040007
10.0.0.240 - - [2026-05-18 03:31:09] "GET /projects?obj_uuids=be36c7cb-3370-457f-a940-8d8f6e34b231&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001231
10.0.0.23 - - [2026-05-18 03:31:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005361
10.0.0.23 - - [2026-05-18 03:31:09] "GET /project/be36c7cb-3370-457f-a940-8d8f6e34b231?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.148017
10.0.0.23 - - [2026-05-18 03:31:09] "POST /neutron/network HTTP/1.1" 200 827 0.054998
10.0.0.23 - - [2026-05-18 03:31:09] "POST /neutron/security_group HTTP/1.1" 200 2059 0.015167
10.0.0.23 - - [2026-05-18 03:31:09] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008996
10.0.0.23 - - [2026-05-18 03:31:10] "POST /neutron/port HTTP/1.1" 200 1061 0.040309
10.0.0.23 - - [2026-05-18 03:31:11] "POST /neutron/port HTTP/1.1" 200 1125 0.046703
10.0.0.23 - - [2026-05-18 03:31:11] "POST /neutron/port HTTP/1.1" 200 117 0.005801
10.0.0.23 - - [2026-05-18 03:31:15] "POST /neutron/security_group HTTP/1.1" 200 2059 0.026930
10.0.0.23 - - [2026-05-18 03:31:25] "POST /neutron/port HTTP/1.1" 200 1126 0.052942
10.0.0.23 - - [2026-05-18 03:31:30] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007374
10.0.0.23 - - [2026-05-18 03:31:40] "POST /neutron/port HTTP/1.1" 200 1126 0.021709
10.0.0.23 - - [2026-05-18 03:31:45] "POST /neutron/security_group HTTP/1.1" 200 2059 0.013486
10.0.0.240 - - [2026-05-18 03:31:45] "GET /obj-perms HTTP/1.1" 200 5056 0.056033
10.0.0.23 - - [2026-05-18 03:31:51] "POST /neutron/port HTTP/1.1" 200 1126 0.021583
10.0.0.23 - - [2026-05-18 03:31:51] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007437
10.0.0.23 - - [2026-05-18 03:31:51] "GET /virtual-machine/884414fb-209f-4ecc-99d8-04d982d51bb3 HTTP/1.1" 401 292 0.000450
10.0.0.23 - - [2026-05-18 03:31:51] "GET /virtual-machine/884414fb-209f-4ecc-99d8-04d982d51bb3 HTTP/1.1" 200 1295 0.044652
10.0.0.23 - - [2026-05-18 03:31:51] "GET /virtual-machine-interface/306ea28a-10f0-4c53-ba9d-907904b306bd HTTP/1.1" 200 2955 0.007253
10.0.0.23 - - [2026-05-18 03:31:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003925
10.0.0.23 - - [2026-05-18 03:31:51] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004050
10.0.0.23 - - [2026-05-18 03:31:51] "GET /virtual-networks?parent_id=be36c7cb-3370-457f-a940-8d8f6e34b231&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003145
10.0.0.23 - - [2026-05-18 03:31:51] "GET /virtual-network/c96b5f4e-ff02-4557-ac0d-18f3d46d7cb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.008201
10.0.0.23 - - [2026-05-18 03:31:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003656
10.0.0.23 - - [2026-05-18 03:31:54] "GET /virtual-network/c96b5f4e-ff02-4557-ac0d-18f3d46d7cb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005808
10.0.0.22 - - [2026-05-18 03:31:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000359
10.0.0.22 - - [2026-05-18 03:31:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000355
10.0.0.240 - - [2026-05-18 03:31:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000479
10.0.0.240 - - [2026-05-18 03:31:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000367
10.0.0.23 - - [2026-05-18 03:31:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000834
10.0.0.23 - - [2026-05-18 03:31:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000468
10.0.0.22 - - [2026-05-18 03:31:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000340
10.0.0.22 - - [2026-05-18 03:31:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000333
10.0.0.23 - - [2026-05-18 03:31:56] "POST /neutron/network HTTP/1.1" 200 936 0.006306
10.0.0.23 - - [2026-05-18 03:31:56] "POST /neutron/port HTTP/1.1" 200 117 0.001038
10.0.0.240 - - [2026-05-18 03:31:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000477
10.0.0.240 - - [2026-05-18 03:31:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000414
10.0.0.23 - - [2026-05-18 03:31:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000365
10.0.0.23 - - [2026-05-18 03:31:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000507
10.0.0.23 - - [2026-05-18 03:31:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004384
10.0.0.23 - - [2026-05-18 03:31:58] "GET /virtual-network/c96b5f4e-ff02-4557-ac0d-18f3d46d7cb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007694
10.0.0.23 - - [2026-05-18 03:32:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004123
10.0.0.23 - - [2026-05-18 03:32:02] "GET /virtual-network/c96b5f4e-ff02-4557-ac0d-18f3d46d7cb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.009430
10.0.0.23 - - [2026-05-18 03:32:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004113
10.0.0.23 - - [2026-05-18 03:32:06] "GET /virtual-network/c96b5f4e-ff02-4557-ac0d-18f3d46d7cb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006716
10.0.0.23 - - [2026-05-18 03:32:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004610
10.0.0.23 - - [2026-05-18 03:32:11] "GET /virtual-network/c96b5f4e-ff02-4557-ac0d-18f3d46d7cb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006245
10.0.0.23 - - [2026-05-18 03:32:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004011
10.0.0.23 - - [2026-05-18 03:32:15] "GET /virtual-network/c96b5f4e-ff02-4557-ac0d-18f3d46d7cb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006503
10.0.0.23 - - [2026-05-18 03:32:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005185
10.0.0.23 - - [2026-05-18 03:32:19] "GET /virtual-network/c96b5f4e-ff02-4557-ac0d-18f3d46d7cb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.012523
10.0.0.23 - - [2026-05-18 03:32:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004003
10.0.0.23 - - [2026-05-18 03:32:23] "GET /virtual-network/c96b5f4e-ff02-4557-ac0d-18f3d46d7cb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007871
10.0.0.23 - - [2026-05-18 03:32:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003489
10.0.0.23 - - [2026-05-18 03:32:27] "GET /virtual-network/c96b5f4e-ff02-4557-ac0d-18f3d46d7cb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.011906
10.0.0.23 - - [2026-05-18 03:32:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003735
10.0.0.23 - - [2026-05-18 03:32:31] "GET /virtual-network/c96b5f4e-ff02-4557-ac0d-18f3d46d7cb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006064
10.0.0.23 - - [2026-05-18 03:32:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004176
10.0.0.23 - - [2026-05-18 03:32:35] "GET /virtual-network/c96b5f4e-ff02-4557-ac0d-18f3d46d7cb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006660
10.0.0.23 - - [2026-05-18 03:32:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004240
10.0.0.23 - - [2026-05-18 03:32:39] "GET /virtual-network/c96b5f4e-ff02-4557-ac0d-18f3d46d7cb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005306
10.0.0.23 - - [2026-05-18 03:32:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003494
10.0.0.23 - - [2026-05-18 03:32:43] "GET /virtual-network/c96b5f4e-ff02-4557-ac0d-18f3d46d7cb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005334
10.0.0.23 - - [2026-05-18 03:32:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.006487
10.0.0.23 - - [2026-05-18 03:32:45] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003921
10.0.0.23 - - [2026-05-18 03:32:45] "GET /virtual-networks?parent_id=be36c7cb-3370-457f-a940-8d8f6e34b231&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003256
10.0.0.23 - - [2026-05-18 03:32:45] "GET /virtual-network/c96b5f4e-ff02-4557-ac0d-18f3d46d7cb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.009346
10.0.0.23 - - [2026-05-18 03:32:46] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007478
10.0.0.23 - - [2026-05-18 03:32:56] "POST /neutron/port HTTP/1.1" 200 1126 0.019490
10.0.0.23 - - [2026-05-18 03:32:58] "POST /neutron/port HTTP/1.1" 200 1217 0.020473
10.0.0.23 - - [2026-05-18 03:32:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006515
10.0.0.23 - - [2026-05-18 03:32:58] "POST /neutron/port HTTP/1.1" 200 117 0.001295
10.0.0.23 - - [2026-05-18 03:32:59] "POST /neutron/port HTTP/1.1" 200 1217 0.023736
10.0.0.23 - - [2026-05-18 03:32:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006145
10.0.0.23 - - [2026-05-18 03:32:59] "POST /neutron/port HTTP/1.1" 200 117 0.001118
10.0.0.23 - - [2026-05-18 03:33:01] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007884
10.0.0.23 - - [2026-05-18 03:33:06] "POST /neutron/port HTTP/1.1" 200 1126 0.019727
10.0.0.23 - - [2026-05-18 03:33:12] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010943
10.0.0.23 - - [2026-05-18 03:33:17] "POST /neutron/port HTTP/1.1" 200 1126 0.020805
10.0.0.23 - - [2026-05-18 03:33:22] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008830
10.0.0.23 - - [2026-05-18 03:33:32] "POST /neutron/port HTTP/1.1" 200 1126 0.029238
10.0.0.23 - - [2026-05-18 03:33:37] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007931
10.0.0.23 - - [2026-05-18 03:33:47] "GET /obj-perms HTTP/1.1" 200 5056 0.064232
10.0.0.23 - - [2026-05-18 03:33:48] "POST /neutron/port HTTP/1.1" 200 1126 0.029276
10.0.0.23 - - [2026-05-18 03:33:53] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007887
10.0.0.23 - - [2026-05-18 03:33:53] "POST /neutron/port HTTP/1.1" 200 1125 0.027542
10.0.0.23 - - [2026-05-18 03:33:53] "GET /virtual-machine/352d7366-a638-4f1a-a45f-8aa102f8c6f0 HTTP/1.1" 200 1295 0.006231
10.0.0.23 - - [2026-05-18 03:33:53] "GET /virtual-machine-interface/64a68ffa-ede8-4bca-9f64-9a60442f3c48 HTTP/1.1" 200 2955 0.005105
10.0.0.23 - - [2026-05-18 03:33:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003348
10.0.0.23 - - [2026-05-18 03:33:53] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003899
10.0.0.23 - - [2026-05-18 03:33:53] "GET /virtual-networks?parent_id=be36c7cb-3370-457f-a940-8d8f6e34b231&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003821
10.0.0.23 - - [2026-05-18 03:33:53] "GET /virtual-network/153ef0d7-0e06-4e8d-bd77-cc8ca771ed13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007167
10.0.0.23 - - [2026-05-18 03:33:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003624
10.0.0.23 - - [2026-05-18 03:33:54] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004089
10.0.0.23 - - [2026-05-18 03:33:54] "GET /virtual-networks?parent_id=be36c7cb-3370-457f-a940-8d8f6e34b231&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003083
10.0.0.23 - - [2026-05-18 03:33:54] "GET /virtual-network/153ef0d7-0e06-4e8d-bd77-cc8ca771ed13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006411
10.0.0.23 - - [2026-05-18 03:33:55] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008450
10.0.0.23 - - [2026-05-18 03:33:59] "POST /neutron/network HTTP/1.1" 200 936 0.037046
10.0.0.23 - - [2026-05-18 03:33:59] "POST /neutron/port HTTP/1.1" 200 117 0.001455
10.0.0.23 - - [2026-05-18 03:34:00] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008337
10.0.0.23 - - [2026-05-18 03:34:02] "POST /neutron/network HTTP/1.1" 200 936 0.006821
10.0.0.23 - - [2026-05-18 03:34:02] "POST /neutron/port HTTP/1.1" 200 117 0.001117
10.0.0.23 - - [2026-05-18 03:34:05] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008078
10.0.0.23 - - [2026-05-18 03:34:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003676
10.0.0.240 - - [2026-05-18 03:34:10] "GET /projects?obj_uuids=be36c7cb-3370-457f-a940-8d8f6e34b231&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.038909
10.0.0.23 - - [2026-05-18 03:34:10] "GET /project/be36c7cb-3370-457f-a940-8d8f6e34b231?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.094855
10.0.0.23 - - [2026-05-18 03:34:10] "GET /virtual-network/153ef0d7-0e06-4e8d-bd77-cc8ca771ed13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006750
10.0.0.23 - - [2026-05-18 03:34:10] "GET /floating-ip-pools?parent_id=153ef0d7-0e06-4e8d-bd77-cc8ca771ed13&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003609
10.0.0.23 - - [2026-05-18 03:34:10] "GET /virtual-network/153ef0d7-0e06-4e8d-bd77-cc8ca771ed13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006020
10.0.0.23 - - [2026-05-18 03:34:10] "POST /floating-ip-pools HTTP/1.1" 200 600 0.044268
10.0.0.23 - - [2026-05-18 03:34:11] "POST /ref-update HTTP/1.1" 200 156 0.019499
10.0.0.23 - - [2026-05-18 03:34:11] "GET /virtual-network/153ef0d7-0e06-4e8d-bd77-cc8ca771ed13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.008815
10.0.0.23 - - [2026-05-18 03:34:11] "GET /virtual-network/153ef0d7-0e06-4e8d-bd77-cc8ca771ed13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.009840
10.0.0.23 - - [2026-05-18 03:34:11] "POST /neutron/floatingip HTTP/1.1" 200 530 0.011536
10.0.0.23 - - [2026-05-18 03:34:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004008
10.0.0.23 - - [2026-05-18 03:34:11] "GET /routing-instance/dcbdd9b3-9150-4b98-8de5-4a4a44237f00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.004179
10.0.0.23 - - [2026-05-18 03:34:11] "GET /route-target/df50c6b2-5720-4025-96ff-8536e98fd0ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004490
10.0.0.23 - - [2026-05-18 03:34:45] "POST /neutron/floatingip HTTP/1.1" 200 578 0.028116
10.0.0.23 - - [2026-05-18 03:34:45] "POST /neutron/floatingip HTTP/1.1" 200 115 0.082475
10.0.0.23 - - [2026-05-18 03:34:45] "GET /floating-ip-pool/e255b13e-554b-4dc8-9895-46629ae8747e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1186 0.006728
10.0.0.23 - - [2026-05-18 03:34:45] "POST /ref-update HTTP/1.1" 200 156 0.019898
10.0.0.23 - - [2026-05-18 03:34:45] "DELETE /floating-ip-pool/e255b13e-554b-4dc8-9895-46629ae8747e HTTP/1.1" 200 115 0.047773
10.0.0.23 - - [2026-05-18 03:34:45] "POST /neutron/port HTTP/1.1" 200 1125 0.020418
10.0.0.23 - - [2026-05-18 03:34:46] "POST /neutron/port HTTP/1.1" 200 151 0.260382
10.0.0.23 - - [2026-05-18 03:34:47] "POST /neutron/network HTTP/1.1" 200 828 0.007627
10.0.0.240 - - [2026-05-18 03:34:47] "DELETE /route-target/a2ca0812-9d69-4ec8-b4bb-9c83ee92309a HTTP/1.1" 200 115 0.080839
10.0.0.22 - - [2026-05-18 03:34:47] "GET /obj-perms HTTP/1.1" 200 5056 0.128608
10.0.0.240 - - [2026-05-18 03:34:48] "POST /useragent-kv HTTP/1.1" 200 115 0.007267
10.0.0.240 - - [2026-05-18 03:34:48] "POST /useragent-kv HTTP/1.1" 200 115 0.003448
10.0.0.23 - - [2026-05-18 03:34:48] "POST /neutron/network HTTP/1.1" 200 151 0.167148
10.0.0.240 - - [2026-05-18 03:34:49] "GET /projects?obj_uuids=be36c7cb-3370-457f-a940-8d8f6e34b231&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001149
10.0.0.23 - - [2026-05-18 03:34:49] "GET /project/be36c7cb-3370-457f-a940-8d8f6e34b231?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.058305
10.0.0.240 - - [2026-05-18 03:34:49] "GET /projects?obj_uuids=be36c7cb-3370-457f-a940-8d8f6e34b231&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001028
10.0.0.23 - - [2026-05-18 03:34:49] "GET /project/be36c7cb-3370-457f-a940-8d8f6e34b231?fields=virtual_networks HTTP/1.1" 200 1036 0.044119
10.0.0.240 - - [2026-05-18 03:34:49] "GET /projects?obj_uuids=be36c7cb-3370-457f-a940-8d8f6e34b231&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001795
10.0.0.23 - - [2026-05-18 03:34:49] "GET /project/be36c7cb-3370-457f-a940-8d8f6e34b231?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.056678
10.0.0.240 - - [2026-05-18 03:34:50] "GET /projects?obj_uuids=be36c7cb-3370-457f-a940-8d8f6e34b231&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002206
10.0.0.23 - - [2026-05-18 03:34:50] "GET /project/be36c7cb-3370-457f-a940-8d8f6e34b231?fields=security_groups HTTP/1.1" 200 1264 0.047688
10.0.0.23 - - [2026-05-18 03:34:51] "POST /fqname-to-id HTTP/1.1" 404 188 0.029985
10.0.0.240 - - [2026-05-18 03:34:51] "GET /projects?obj_uuids=1cd06b01-c0f9-4323-9fd8-29dd73aed068&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003893
10.0.0.240 - - [2026-05-18 03:34:51] "GET /domains?obj_uuids=4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001243
10.0.0.240 - - [2026-05-18 03:34:51] "GET /domain/4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.039619
10.0.0.240 - - [2026-05-18 03:34:51] "POST /id-to-fqname HTTP/1.1" 200 190 0.003015
10.0.0.240 - - [2026-05-18 03:34:51] "POST /fqname-to-id HTTP/1.1" 404 199 0.003843
10.0.0.240 - - [2026-05-18 03:34:51] "POST /security-groups HTTP/1.1" 200 591 0.094225
10.0.0.240 - - [2026-05-18 03:34:51] "POST /fqname-to-id HTTP/1.1" 404 234 0.003566
10.0.0.240 - - [2026-05-18 03:34:51] "POST /projects HTTP/1.1" 200 585 0.325608
10.0.0.240 - - [2026-05-18 03:34:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.418777
10.0.0.240 - - [2026-05-18 03:34:51] "POST /access-control-lists HTTP/1.1" 200 596 0.045876
10.0.0.23 - - [2026-05-18 03:34:51] "GET /project/1cd06b01-c0f9-4323-9fd8-29dd73aed068?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.641104
10.0.0.23 - - [2026-05-18 03:34:52] "GET / HTTP/1.1" 200 36215 0.002264
10.0.0.23 - - [2026-05-18 03:34:54] "POST /fqname-to-id HTTP/1.1" 401 292 0.000534
10.0.0.23 - - [2026-05-18 03:34:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.061238
10.0.0.240 - - [2026-05-18 03:34:55] "GET /projects?obj_uuids=1cd06b01-c0f9-4323-9fd8-29dd73aed068&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000938
10.0.0.23 - - [2026-05-18 03:34:55] "GET /project/1cd06b01-c0f9-4323-9fd8-29dd73aed068?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.051949
10.0.0.240 - - [2026-05-18 03:34:55] "POST /useragent-kv HTTP/1.1" 200 115 0.006941
10.0.0.23 - - [2026-05-18 03:34:56] "POST /neutron/subnet HTTP/1.1" 200 701 0.257887
10.0.0.23 - - [2026-05-18 03:34:56] "POST /id-to-fqname HTTP/1.1" 200 230 0.001336
10.0.0.23 - - [2026-05-18 03:34:56] "GET /virtual-network/214f6909-73ec-40f2-9d6e-2e6fe590964e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005914
10.0.0.23 - - [2026-05-18 03:34:56] "GET /virtual-network/214f6909-73ec-40f2-9d6e-2e6fe590964e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005741
10.0.0.23 - - [2026-05-18 03:34:56] "POST /neutron/network HTTP/1.1" 200 839 0.008347
10.0.0.23 - - [2026-05-18 03:34:56] "POST /id-to-fqname HTTP/1.1" 200 230 0.001482
10.0.0.23 - - [2026-05-18 03:34:56] "POST /neutron/port HTTP/1.1" 200 4186 0.048141
10.0.0.240 - - [2026-05-18 03:34:57] "GET /projects?obj_uuids=be36c7cb-3370-457f-a940-8d8f6e34b231&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001434
10.0.0.240 - - [2026-05-18 03:34:57] "DELETE /project/1cd06b01c0f943239fd829dd73aed068 HTTP/1.1" 404 173 0.007387
10.0.0.240 - - [2026-05-18 03:34:57] "GET /project/be36c7cb-3370-457f-a940-8d8f6e34b231?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.053426
10.0.0.240 - - [2026-05-18 03:34:57] "GET /projects?obj_uuids=be36c7cb-3370-457f-a940-8d8f6e34b231&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001166
10.0.0.240 - - [2026-05-18 03:34:57] "GET /project/be36c7cb-3370-457f-a940-8d8f6e34b231?fields=security_groups HTTP/1.1" 200 1366 0.064692
10.0.0.240 - - [2026-05-18 03:34:57] "DELETE /security-group/0ced778f-4fbd-41dd-84ad-a3a94173a46d HTTP/1.1" 404 177 0.006942
10.0.0.240 - - [2026-05-18 03:34:57] "DELETE /access-control-list/e9f057aa-88d4-4fd7-a007-82f8b269f4af HTTP/1.1" 200 115 0.060477
10.0.0.240 - - [2026-05-18 03:34:57] "GET /projects?obj_uuids=be36c7cb-3370-457f-a940-8d8f6e34b231&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001238
10.0.0.240 - - [2026-05-18 03:34:57] "GET /project/be36c7cb-3370-457f-a940-8d8f6e34b231?fields=application_policy_sets HTTP/1.1" 200 1405 0.063999
10.0.0.240 - - [2026-05-18 03:34:57] "DELETE /project/be36c7cb-3370-457f-a940-8d8f6e34b231 HTTP/1.1" 200 115 0.528435
10.0.0.240 - - [2026-05-18 03:34:57] "GET /projects?obj_uuids=1cd06b01-c0f9-4323-9fd8-29dd73aed068&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001389
10.0.0.23 - - [2026-05-18 03:34:57] "GET /project/1cd06b01-c0f9-4323-9fd8-29dd73aed068?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.152349
10.0.0.23 - - [2026-05-18 03:34:57] "POST /neutron/port HTTP/1.1" 200 4186 0.043271
10.0.0.23 - - [2026-05-18 03:34:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004214
10.0.0.23 - - [2026-05-18 03:34:57] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005791
10.0.0.23 - - [2026-05-18 03:34:58] "PUT /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f HTTP/1.1" 200 277 0.017157
10.0.0.23 - - [2026-05-18 03:34:58] "POST /neutron/network HTTP/1.1" 200 849 0.008647
10.0.0.23 - - [2026-05-18 03:34:58] "POST /neutron/port HTTP/1.1" 200 1055 0.021285
10.0.0.23 - - [2026-05-18 03:34:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005612
10.0.0.23 - - [2026-05-18 03:34:59] "POST /neutron/network HTTP/1.1" 200 839 0.016541
10.0.0.23 - - [2026-05-18 03:35:03] "POST /neutron/port HTTP/1.1" 200 1119 0.026709
10.0.0.23 - - [2026-05-18 03:35:03] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009071
10.0.0.23 - - [2026-05-18 03:35:03] "GET /virtual-machine/1a282dca-16cb-4311-8ebd-e173ec085ffa HTTP/1.1" 401 292 0.000517
10.0.0.23 - - [2026-05-18 03:35:04] "GET /virtual-machine/1a282dca-16cb-4311-8ebd-e173ec085ffa HTTP/1.1" 200 1294 0.047638
10.0.0.23 - - [2026-05-18 03:35:04] "GET /virtual-machine-interface/3a714cab-9594-414d-9ced-43b9c058182e HTTP/1.1" 200 2977 0.007329
10.0.0.23 - - [2026-05-18 03:35:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003875
10.0.0.23 - - [2026-05-18 03:35:04] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.004489
10.0.0.23 - - [2026-05-18 03:35:04] "GET /virtual-networks?parent_id=1cd06b01-c0f9-4323-9fd8-29dd73aed068&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.004646
10.0.0.23 - - [2026-05-18 03:35:04] "GET /virtual-network/214f6909-73ec-40f2-9d6e-2e6fe590964e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006929
10.0.0.23 - - [2026-05-18 03:35:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003602
10.0.0.23 - - [2026-05-18 03:35:07] "GET /virtual-network/214f6909-73ec-40f2-9d6e-2e6fe590964e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006948
10.0.0.23 - - [2026-05-18 03:35:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003748
10.0.0.23 - - [2026-05-18 03:35:09] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.004372
10.0.0.23 - - [2026-05-18 03:35:09] "GET /virtual-networks?parent_id=1cd06b01-c0f9-4323-9fd8-29dd73aed068&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.003396
10.0.0.23 - - [2026-05-18 03:35:09] "GET /virtual-network/214f6909-73ec-40f2-9d6e-2e6fe590964e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.007222
10.0.0.23 - - [2026-05-18 03:35:09] "POST /neutron/port HTTP/1.1" 200 1119 0.018620
10.0.0.23 - - [2026-05-18 03:35:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004545
10.0.0.23 - - [2026-05-18 03:35:16] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.004277
10.0.0.23 - - [2026-05-18 03:35:16] "PUT /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f HTTP/1.1" 200 277 0.017410
10.0.0.23 - - [2026-05-18 03:35:16] "POST /neutron/network HTTP/1.1" 400 204 0.018054
10.0.0.23 - - [2026-05-18 03:35:17] "POST /neutron/port HTTP/1.1" 200 151 0.212168
10.0.0.240 - - [2026-05-18 03:35:18] "DELETE /route-target/0d4f8048-9dc9-45e9-99ea-d7480877a79f HTTP/1.1" 200 115 0.033159
10.0.0.23 - - [2026-05-18 03:35:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003958
10.0.0.240 - - [2026-05-18 03:35:21] "GET /projects?obj_uuids=1cd06b01-c0f9-4323-9fd8-29dd73aed068&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001096
10.0.0.23 - - [2026-05-18 03:35:21] "GET /project/1cd06b01-c0f9-4323-9fd8-29dd73aed068?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.067335
10.0.0.23 - - [2026-05-18 03:35:21] "POST /neutron/network HTTP/1.1" 200 117 0.014231
10.0.0.23 - - [2026-05-18 03:35:22] "POST /neutron/network HTTP/1.1" 200 824 0.011037
10.0.0.23 - - [2026-05-18 03:35:22] "POST /id-to-fqname HTTP/1.1" 200 220 0.001216
10.0.0.23 - - [2026-05-18 03:35:22] "GET /virtual-network/0f22bec1-54ed-40af-9e68-1ad0a8b40062?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006133
10.0.0.23 - - [2026-05-18 03:35:22] "GET /virtual-network/0f22bec1-54ed-40af-9e68-1ad0a8b40062?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005673
10.0.0.23 - - [2026-05-18 03:35:22] "POST /neutron/subnet HTTP/1.1" 200 724 0.011952
10.0.0.23 - - [2026-05-18 03:35:22] "POST /id-to-fqname HTTP/1.1" 200 220 0.001474
10.0.0.240 - - [2026-05-18 03:35:23] "GET /projects?obj_uuids=1cd06b01-c0f9-4323-9fd8-29dd73aed068&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000984
10.0.0.23 - - [2026-05-18 03:35:23] "GET /project/1cd06b01-c0f9-4323-9fd8-29dd73aed068?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.071500
10.0.0.23 - - [2026-05-18 03:35:23] "POST /neutron/network HTTP/1.1" 200 824 0.006779
10.0.0.23 - - [2026-05-18 03:35:23] "POST /neutron/port HTTP/1.1" 200 117 0.006854
10.0.0.23 - - [2026-05-18 03:35:24] "POST /neutron/port HTTP/1.1" 200 1060 0.020983
10.0.0.23 - - [2026-05-18 03:35:24] "POST /neutron/port HTTP/1.1" 200 1124 0.021894
10.0.0.23 - - [2026-05-18 03:35:24] "POST /neutron/port HTTP/1.1" 200 117 0.001104
10.0.0.23 - - [2026-05-18 03:35:28] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010686
10.0.0.23 - - [2026-05-18 03:35:28] "POST /neutron/port HTTP/1.1" 200 1124 0.022123
10.0.0.23 - - [2026-05-18 03:35:28] "GET /virtual-machine/074c4200-e7f5-44a0-8a59-b8cfeb500e5b HTTP/1.1" 200 1292 0.006629
10.0.0.23 - - [2026-05-18 03:35:28] "GET /virtual-machine-interface/e7a15527-ccb4-402e-bf60-24047d0fd3c5 HTTP/1.1" 200 2948 0.008287
10.0.0.23 - - [2026-05-18 03:35:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003808
10.0.0.23 - - [2026-05-18 03:35:28] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004986
10.0.0.23 - - [2026-05-18 03:35:28] "GET /virtual-networks?parent_id=1cd06b01-c0f9-4323-9fd8-29dd73aed068&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003909
10.0.0.23 - - [2026-05-18 03:35:28] "GET /virtual-network/0f22bec1-54ed-40af-9e68-1ad0a8b40062?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006501
10.0.0.23 - - [2026-05-18 03:35:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003736
10.0.0.23 - - [2026-05-18 03:35:31] "GET /virtual-network/0f22bec1-54ed-40af-9e68-1ad0a8b40062?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006036
10.0.0.23 - - [2026-05-18 03:35:35] "POST /neutron/security_group HTTP/1.1" 200 2058 0.038686
10.0.0.23 - - [2026-05-18 03:35:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003940
10.0.0.23 - - [2026-05-18 03:35:36] "GET /virtual-network/0f22bec1-54ed-40af-9e68-1ad0a8b40062?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005348
10.0.0.23 - - [2026-05-18 03:35:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004050
10.0.0.23 - - [2026-05-18 03:35:38] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003536
10.0.0.23 - - [2026-05-18 03:35:38] "GET /virtual-networks?parent_id=1cd06b01-c0f9-4323-9fd8-29dd73aed068&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003081
10.0.0.23 - - [2026-05-18 03:35:38] "GET /virtual-network/0f22bec1-54ed-40af-9e68-1ad0a8b40062?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005901
10.0.0.23 - - [2026-05-18 03:35:40] "POST /neutron/port HTTP/1.1" 200 1124 0.021092
10.0.0.23 - - [2026-05-18 03:35:41] "POST /neutron/network HTTP/1.1" 200 824 0.007169
10.0.0.240 - - [2026-05-18 03:35:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003749
10.0.0.23 - - [2026-05-18 03:35:44] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.003813
10.0.0.23 - - [2026-05-18 03:35:44] "POST /network-ipams HTTP/1.1" 200 543 0.034562
10.0.0.23 - - [2026-05-18 03:35:44] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 767 0.003799
10.0.0.23 - - [2026-05-18 03:35:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003568
10.0.0.23 - - [2026-05-18 03:35:44] "GET /network-ipam/51ad9143-f123-46e3-a162-0d912f6b878e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1330 0.007975
10.0.0.23 - - [2026-05-18 03:35:44] "PUT /network-ipam/51ad9143-f123-46e3-a162-0d912f6b878e HTTP/1.1" 200 259 0.014870
10.0.0.23 - - [2026-05-18 03:35:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003218
10.0.0.240 - - [2026-05-18 03:35:44] "GET /projects?obj_uuids=1cd06b01-c0f9-4323-9fd8-29dd73aed068&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001419
10.0.0.23 - - [2026-05-18 03:35:44] "GET /project/1cd06b01-c0f9-4323-9fd8-29dd73aed068?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.043476
10.0.0.240 - - [2026-05-18 03:35:44] "GET /projects?obj_uuids=1cd06b01-c0f9-4323-9fd8-29dd73aed068&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001373
10.0.0.23 - - [2026-05-18 03:35:44] "POST /neutron/network HTTP/1.1" 200 605 0.131946
10.0.0.240 - - [2026-05-18 03:35:45] "POST /ref-update HTTP/1.1" 200 156 0.031093
10.0.0.23 - - [2026-05-18 03:35:45] "POST /neutron/network HTTP/1.1" 200 994 0.012586
10.0.0.23 - - [2026-05-18 03:35:45] "POST /id-to-fqname HTTP/1.1" 200 220 0.001173
10.0.0.23 - - [2026-05-18 03:35:45] "GET /virtual-network/185530aa-b987-4d38-beb7-c730c2643441?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.005988
10.0.0.23 - - [2026-05-18 03:35:45] "GET /virtual-network/185530aa-b987-4d38-beb7-c730c2643441?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.006722
10.0.0.23 - - [2026-05-18 03:35:45] "POST /neutron/subnet HTTP/1.1" 200 699 0.014221
10.0.0.23 - - [2026-05-18 03:35:45] "POST /neutron/subnet HTTP/1.1" 200 699 0.010063
10.0.0.240 - - [2026-05-18 03:35:45] "GET /projects?obj_uuids=1cd06b01-c0f9-4323-9fd8-29dd73aed068&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001057
10.0.0.23 - - [2026-05-18 03:35:46] "POST /neutron/port HTTP/1.1" 200 1017 0.294451
10.0.0.23 - - [2026-05-18 03:35:46] "POST /id-to-fqname HTTP/1.1" 200 220 0.001117
10.0.0.23 - - [2026-05-18 03:35:46] "POST /neutron/port HTTP/1.1" 200 1017 0.012126
10.0.0.23 - - [2026-05-18 03:35:46] "POST /neutron/port HTTP/1.1" 200 1017 0.014131
10.0.0.23 - - [2026-05-18 03:35:46] "POST /id-to-fqname HTTP/1.1" 200 220 0.001263
10.0.0.23 - - [2026-05-18 03:35:47] "POST /neutron/port HTTP/1.1" 200 4186 0.039933
10.0.0.23 - - [2026-05-18 03:35:47] "POST /neutron/network HTTP/1.1" 200 994 0.008724
10.0.0.23 - - [2026-05-18 03:35:47] "POST /neutron/network HTTP/1.1" 200 1004 0.007452
10.0.0.23 - - [2026-05-18 03:35:47] "POST /neutron/port HTTP/1.1" 200 1017 0.012373
10.0.0.23 - - [2026-05-18 03:35:47] "POST /neutron/port HTTP/1.1" 200 117 0.009652
10.0.0.23 - - [2026-05-18 03:35:47] "POST /id-to-fqname HTTP/1.1" 200 220 0.001152
10.0.0.23 - - [2026-05-18 03:35:47] "POST /neutron/subnet HTTP/1.1" 200 673 0.013900
10.0.0.23 - - [2026-05-18 03:35:47] "POST /neutron/network HTTP/1.1" 200 994 0.010761
10.0.0.23 - - [2026-05-18 03:35:48] "POST /neutron/port HTTP/1.1" 200 1017 0.015209
10.0.0.23 - - [2026-05-18 03:35:48] "POST /neutron/port HTTP/1.1" 200 1017 0.013241
10.0.0.23 - - [2026-05-18 03:35:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004097
10.0.0.23 - - [2026-05-18 03:35:48] "POST /neutron/network HTTP/1.1" 200 994 0.011542
10.0.0.240 - - [2026-05-18 03:35:48] "GET /projects?obj_uuids=1cd06b01-c0f9-4323-9fd8-29dd73aed068&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001635
10.0.0.23 - - [2026-05-18 03:35:48] "GET /project/1cd06b01-c0f9-4323-9fd8-29dd73aed068?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.110776
10.0.0.23 - - [2026-05-18 03:35:49] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010506
10.0.0.240 - - [2026-05-18 03:35:49] "GET /projects?obj_uuids=1cd06b01-c0f9-4323-9fd8-29dd73aed068&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000940
10.0.0.23 - - [2026-05-18 03:35:49] "GET /virtual-network/185530aa-b987-4d38-beb7-c730c2643441?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.004970
10.0.0.23 - - [2026-05-18 03:35:49] "POST /neutron/port HTTP/1.1" 200 1055 0.343849
10.0.0.23 - - [2026-05-18 03:35:50] "POST /neutron/port HTTP/1.1" 200 1109 0.102912
10.0.0.23 - - [2026-05-18 03:35:50] "POST /neutron/subnet HTTP/1.1" 200 673 0.012541
10.0.0.240 - - [2026-05-18 03:35:51] "GET /obj-perms HTTP/1.1" 200 5030 0.068708
10.0.0.23 - - [2026-05-18 03:35:51] "POST /neutron/port HTTP/1.1" 200 1119 0.034965
10.0.0.23 - - [2026-05-18 03:35:51] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009192
10.0.0.23 - - [2026-05-18 03:35:51] "GET /virtual-machine/236ce99a-0e31-4a28-bb94-49d72018416a HTTP/1.1" 200 1290 0.007458
10.0.0.23 - - [2026-05-18 03:35:51] "GET /virtual-machine-interface/34109a21-aa89-4063-860f-9d43c91ff279 HTTP/1.1" 200 2946 0.006229
10.0.0.23 - - [2026-05-18 03:35:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004191
10.0.0.23 - - [2026-05-18 03:35:51] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003732
10.0.0.23 - - [2026-05-18 03:35:51] "GET /virtual-networks?parent_id=1cd06b01-c0f9-4323-9fd8-29dd73aed068&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003235
10.0.0.23 - - [2026-05-18 03:35:51] "GET /virtual-network/185530aa-b987-4d38-beb7-c730c2643441?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.006177
10.0.0.23 - - [2026-05-18 03:35:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004389
10.0.0.23 - - [2026-05-18 03:35:54] "GET /virtual-network/185530aa-b987-4d38-beb7-c730c2643441?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.006244
10.0.0.23 - - [2026-05-18 03:35:58] "POST /neutron/port HTTP/1.1" 200 1119 0.017736
10.0.0.23 - - [2026-05-18 03:35:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004244
10.0.0.23 - - [2026-05-18 03:35:58] "GET /virtual-network/185530aa-b987-4d38-beb7-c730c2643441?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.007575
10.0.0.23 - - [2026-05-18 03:35:59] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006447
10.0.0.23 - - [2026-05-18 03:36:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004074
10.0.0.23 - - [2026-05-18 03:36:00] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004269
10.0.0.23 - - [2026-05-18 03:36:00] "GET /virtual-networks?parent_id=1cd06b01-c0f9-4323-9fd8-29dd73aed068&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004912
10.0.0.23 - - [2026-05-18 03:36:00] "GET /virtual-network/185530aa-b987-4d38-beb7-c730c2643441?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.007202
10.0.0.23 - - [2026-05-18 03:36:01] "POST /neutron/port HTTP/1.1" 200 1119 0.025886
10.0.0.23 - - [2026-05-18 03:36:01] "POST /neutron/port HTTP/1.1" 200 1119 0.034782
10.0.0.23 - - [2026-05-18 03:36:01] "GET /virtual-machine/e487dc1e-1ff6-4922-9e14-629510a65a63 HTTP/1.1" 200 1291 0.009976
10.0.0.23 - - [2026-05-18 03:36:01] "GET /virtual-machine-interface/429c5c05-3018-4079-8635-55c9adb88665 HTTP/1.1" 200 2946 0.006857
10.0.0.23 - - [2026-05-18 03:36:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003580
10.0.0.23 - - [2026-05-18 03:36:01] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004303
10.0.0.23 - - [2026-05-18 03:36:01] "GET /virtual-networks?parent_id=1cd06b01-c0f9-4323-9fd8-29dd73aed068&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003529
10.0.0.23 - - [2026-05-18 03:36:01] "GET /virtual-network/185530aa-b987-4d38-beb7-c730c2643441?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.006695
10.0.0.23 - - [2026-05-18 03:36:02] "POST /neutron/port HTTP/1.1" 200 1217 0.021243
10.0.0.23 - - [2026-05-18 03:36:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004669
10.0.0.23 - - [2026-05-18 03:36:02] "POST /neutron/port HTTP/1.1" 200 117 0.001258
10.0.0.23 - - [2026-05-18 03:36:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003930
10.0.0.23 - - [2026-05-18 03:36:02] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004220
10.0.0.23 - - [2026-05-18 03:36:02] "GET /virtual-networks?parent_id=1cd06b01-c0f9-4323-9fd8-29dd73aed068&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003160
10.0.0.23 - - [2026-05-18 03:36:02] "GET /virtual-network/185530aa-b987-4d38-beb7-c730c2643441?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.006911
10.0.0.23 - - [2026-05-18 03:36:03] "POST /neutron/port HTTP/1.1" 200 1119 0.023367
10.0.0.23 - - [2026-05-18 03:36:03] "POST /neutron/security_group HTTP/1.1" 200 2058 0.012043
10.0.0.23 - - [2026-05-18 03:36:03] "GET /virtual-machine/1aa469f9-aced-49ee-934b-8aed5b1db288 HTTP/1.1" 200 1294 0.008008
10.0.0.23 - - [2026-05-18 03:36:03] "GET /virtual-machine-interface/ce2f7695-1af5-4ad8-9430-65dedf453aad HTTP/1.1" 200 2948 0.007636
10.0.0.23 - - [2026-05-18 03:36:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003917
10.0.0.23 - - [2026-05-18 03:36:03] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004068
10.0.0.23 - - [2026-05-18 03:36:03] "GET /virtual-networks?parent_id=1cd06b01-c0f9-4323-9fd8-29dd73aed068&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003489
10.0.0.23 - - [2026-05-18 03:36:03] "GET /virtual-network/185530aa-b987-4d38-beb7-c730c2643441?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.006575
10.0.0.23 - - [2026-05-18 03:36:04] "POST /neutron/port HTTP/1.1" 200 1217 0.078742
10.0.0.23 - - [2026-05-18 03:36:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003570
10.0.0.23 - - [2026-05-18 03:36:04] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004244
10.0.0.23 - - [2026-05-18 03:36:04] "GET /virtual-networks?parent_id=1cd06b01-c0f9-4323-9fd8-29dd73aed068&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003685
10.0.0.23 - - [2026-05-18 03:36:04] "GET /virtual-network/185530aa-b987-4d38-beb7-c730c2643441?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.006802
10.0.0.23 - - [2026-05-18 03:36:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004129
10.0.0.23 - - [2026-05-18 03:36:04] "POST /neutron/port HTTP/1.1" 200 117 0.001096
10.0.0.23 - - [2026-05-18 03:36:20] "POST /neutron/port HTTP/1.1" 200 1109 0.015627
10.0.0.23 - - [2026-05-18 03:36:20] "POST /neutron/port HTTP/1.1" 200 1109 0.015566
10.0.0.23 - - [2026-05-18 03:36:20] "POST /neutron/port HTTP/1.1" 200 1119 0.017755
10.0.0.23 - - [2026-05-18 03:36:20] "POST /neutron/network HTTP/1.1" 200 994 0.015087
10.0.0.240 - - [2026-05-18 03:36:23] "POST /useragent-kv HTTP/1.1" 200 115 0.003291
10.0.0.240 - - [2026-05-18 03:36:23] "POST /useragent-kv HTTP/1.1" 200 115 0.004181
10.0.0.240 - - [2026-05-18 03:36:23] "POST /useragent-kv HTTP/1.1" 200 115 0.003280
10.0.0.240 - - [2026-05-18 03:36:23] "POST /useragent-kv HTTP/1.1" 200 115 0.004567
10.0.0.23 - - [2026-05-18 03:36:23] "POST /neutron/network HTTP/1.1" 200 151 0.171460
10.0.0.23 - - [2026-05-18 03:36:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003984
10.0.0.23 - - [2026-05-18 03:36:23] "DELETE /network-ipam/51ad9143-f123-46e3-a162-0d912f6b878e HTTP/1.1" 200 115 0.045537
10.0.0.23 - - [2026-05-18 03:36:23] "POST /fqname-to-id HTTP/1.1" 404 211 0.005582
10.0.0.240 - - [2026-05-18 03:36:24] "GET /projects?obj_uuids=1cd06b01-c0f9-4323-9fd8-29dd73aed068&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000956
10.0.0.23 - - [2026-05-18 03:36:24] "GET /project/1cd06b01-c0f9-4323-9fd8-29dd73aed068?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.097537
10.0.0.240 - - [2026-05-18 03:36:24] "GET /projects?obj_uuids=1cd06b01-c0f9-4323-9fd8-29dd73aed068&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001178
10.0.0.23 - - [2026-05-18 03:36:25] "GET /project/1cd06b01-c0f9-4323-9fd8-29dd73aed068?fields=virtual_networks HTTP/1.1" 200 1033 0.058094
10.0.0.240 - - [2026-05-18 03:36:25] "GET /projects?obj_uuids=1cd06b01-c0f9-4323-9fd8-29dd73aed068&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001011
10.0.0.23 - - [2026-05-18 03:36:25] "GET /project/1cd06b01-c0f9-4323-9fd8-29dd73aed068?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.051933
10.0.0.240 - - [2026-05-18 03:36:25] "GET /projects?obj_uuids=1cd06b01-c0f9-4323-9fd8-29dd73aed068&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001388
10.0.0.23 - - [2026-05-18 03:36:25] "GET /project/1cd06b01-c0f9-4323-9fd8-29dd73aed068?fields=security_groups HTTP/1.1" 200 1260 0.055362
10.0.0.23 - - [2026-05-18 03:36:26] "POST /neutron/port HTTP/1.1" 200 117 0.008652
10.0.0.23 - - [2026-05-18 03:36:26] "POST /fqname-to-id HTTP/1.1" 404 196 0.032043
10.0.0.240 - - [2026-05-18 03:36:26] "GET /projects?obj_uuids=73d34dd7-f421-47cd-acf3-7d9278370c22&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003874
10.0.0.240 - - [2026-05-18 03:36:26] "GET /domains?obj_uuids=4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001448
10.0.0.240 - - [2026-05-18 03:36:26] "GET /domain/4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.020266
10.0.0.240 - - [2026-05-18 03:36:26] "POST /id-to-fqname HTTP/1.1" 200 198 0.011218
10.0.0.240 - - [2026-05-18 03:36:26] "POST /fqname-to-id HTTP/1.1" 404 207 0.005506
10.0.0.240 - - [2026-05-18 03:36:26] "POST /security-groups HTTP/1.1" 200 599 0.081109
10.0.0.240 - - [2026-05-18 03:36:26] "POST /fqname-to-id HTTP/1.1" 404 242 0.003080
10.0.0.240 - - [2026-05-18 03:36:26] "POST /projects HTTP/1.1" 200 601 0.347222
10.0.0.240 - - [2026-05-18 03:36:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.384162
10.0.0.23 - - [2026-05-18 03:36:26] "GET /project/73d34dd7-f421-47cd-acf3-7d9278370c22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.559114
10.0.0.240 - - [2026-05-18 03:36:26] "POST /access-control-lists HTTP/1.1" 200 604 0.047417
10.0.0.23 - - [2026-05-18 03:36:28] "GET / HTTP/1.1" 200 36215 0.002414
10.0.0.23 - - [2026-05-18 03:36:29] "POST /fqname-to-id HTTP/1.1" 401 292 0.000477
10.0.0.23 - - [2026-05-18 03:36:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.080436
10.0.0.240 - - [2026-05-18 03:36:30] "GET /projects?obj_uuids=73d34dd7-f421-47cd-acf3-7d9278370c22&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000913
10.0.0.23 - - [2026-05-18 03:36:30] "GET /project/73d34dd7-f421-47cd-acf3-7d9278370c22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.067968
10.0.0.240 - - [2026-05-18 03:36:30] "GET /projects?obj_uuids=73d34dd7-f421-47cd-acf3-7d9278370c22&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001310
10.0.0.23 - - [2026-05-18 03:36:30] "POST /neutron/network HTTP/1.1" 200 613 0.162220
10.0.0.240 - - [2026-05-18 03:36:31] "POST /fqname-to-id HTTP/1.1" 404 207 0.040416
10.0.0.23 - - [2026-05-18 03:36:31] "POST /neutron/network HTTP/1.1" 200 1007 0.019818
10.0.0.23 - - [2026-05-18 03:36:31] "POST /id-to-fqname HTTP/1.1" 200 228 0.001920
10.0.0.23 - - [2026-05-18 03:36:31] "GET /virtual-network/78eeee7a-4da2-4962-8597-d4f7ad864916?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.008153
10.0.0.23 - - [2026-05-18 03:36:31] "GET /virtual-network/78eeee7a-4da2-4962-8597-d4f7ad864916?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.007320
10.0.0.23 - - [2026-05-18 03:36:31] "POST /neutron/subnet HTTP/1.1" 200 828 0.011039
10.0.0.23 - - [2026-05-18 03:36:32] "GET /virtual-network/78eeee7a-4da2-4962-8597-d4f7ad864916?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.009174
10.0.0.23 - - [2026-05-18 03:36:32] "GET /obj-perms HTTP/1.1" 200 5046 0.078608
10.0.0.22 - - [2026-05-18 03:36:33] "GET /obj-perms HTTP/1.1" 200 5046 0.075417
10.0.0.23 - - [2026-05-18 03:36:33] "POST /id-to-fqname HTTP/1.1" 200 228 0.001700
10.0.0.23 - - [2026-05-18 03:36:33] "POST /neutron/network HTTP/1.1" 200 1017 0.007285
10.0.0.240 - - [2026-05-18 03:36:34] "GET /projects?obj_uuids=73d34dd7-f421-47cd-acf3-7d9278370c22&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001127
10.0.0.23 - - [2026-05-18 03:36:34] "GET /project/73d34dd7-f421-47cd-acf3-7d9278370c22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.082145
10.0.0.23 - - [2026-05-18 03:36:35] "POST /neutron/port HTTP/1.1" 200 117 0.011098
10.0.0.23 - - [2026-05-18 03:36:35] "POST /id-to-fqname HTTP/1.1" 200 228 0.001563
10.0.0.23 - - [2026-05-18 03:36:35] "POST /neutron/network HTTP/1.1" 200 1017 0.008237
10.0.0.23 - - [2026-05-18 03:36:36] "POST /neutron/port HTTP/1.1" 200 1176 0.023731
10.0.0.240 - - [2026-05-18 03:36:36] "GET /projects?obj_uuids=73d34dd7-f421-47cd-acf3-7d9278370c22&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000894
10.0.0.23 - - [2026-05-18 03:36:36] "GET /project/73d34dd7-f421-47cd-acf3-7d9278370c22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.076726
10.0.0.23 - - [2026-05-18 03:36:36] "POST /neutron/network HTTP/1.1" 200 1007 0.042443
10.0.0.23 - - [2026-05-18 03:36:36] "POST /neutron/subnet HTTP/1.1" 200 1389 0.013713
10.0.0.23 - - [2026-05-18 03:36:36] "POST /neutron/network HTTP/1.1" 200 1007 0.011305
10.0.0.23 - - [2026-05-18 03:36:36] "POST /neutron/port HTTP/1.1" 200 117 0.006877
10.0.0.23 - - [2026-05-18 03:36:36] "POST /id-to-fqname HTTP/1.1" 200 228 0.001359
10.0.0.23 - - [2026-05-18 03:36:37] "POST /neutron/network HTTP/1.1" 200 1017 0.007765
10.0.0.23 - - [2026-05-18 03:36:37] "POST /neutron/port HTTP/1.1" 200 1176 0.036570
10.0.0.23 - - [2026-05-18 03:36:37] "POST /neutron/port HTTP/1.1" 200 1240 0.020761
10.0.0.23 - - [2026-05-18 03:36:37] "POST /neutron/subnet HTTP/1.1" 200 1389 0.013281
10.0.0.240 - - [2026-05-18 03:36:37] "GET /projects?obj_uuids=73d34dd7-f421-47cd-acf3-7d9278370c22&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000840
10.0.0.23 - - [2026-05-18 03:36:37] "POST /neutron/network HTTP/1.1" 200 1007 0.008854
10.0.0.23 - - [2026-05-18 03:36:38] "GET /project/73d34dd7-f421-47cd-acf3-7d9278370c22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.075236
10.0.0.23 - - [2026-05-18 03:36:38] "POST /neutron/security_group HTTP/1.1" 200 2066 0.011625
10.0.0.23 - - [2026-05-18 03:36:38] "POST /id-to-fqname HTTP/1.1" 200 228 0.001632
10.0.0.23 - - [2026-05-18 03:36:38] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009450
10.0.0.240 - - [2026-05-18 03:36:38] "GET /projects?obj_uuids=73d34dd7-f421-47cd-acf3-7d9278370c22&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000959
10.0.0.23 - - [2026-05-18 03:36:39] "POST /neutron/port HTTP/1.1" 200 1176 0.337657
10.0.0.23 - - [2026-05-18 03:36:39] "POST /neutron/port HTTP/1.1" 200 1230 0.123138
10.0.0.240 - - [2026-05-18 03:36:39] "GET /projects?obj_uuids=73d34dd7-f421-47cd-acf3-7d9278370c22&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001064
10.0.0.23 - - [2026-05-18 03:36:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003873
10.0.0.23 - - [2026-05-18 03:36:39] "GET /project/73d34dd7-f421-47cd-acf3-7d9278370c22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.084299
10.0.0.23 - - [2026-05-18 03:36:39] "POST /neutron/port HTTP/1.1" 200 117 0.002136
10.0.0.23 - - [2026-05-18 03:36:39] "POST /neutron/port HTTP/1.1" 200 7444 0.052842
10.0.0.23 - - [2026-05-18 03:36:40] "POST /neutron/port HTTP/1.1" 200 1240 0.020484
10.0.0.23 - - [2026-05-18 03:36:40] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008993
10.0.0.23 - - [2026-05-18 03:36:40] "GET /virtual-machine/00619b68-e492-4555-aa8f-436d40028e9d HTTP/1.1" 401 292 0.000428
10.0.0.23 - - [2026-05-18 03:36:40] "POST /neutron/network HTTP/1.1" 200 1017 0.011190
10.0.0.23 - - [2026-05-18 03:36:40] "POST /neutron/port HTTP/1.1" 200 1176 0.028367
10.0.0.23 - - [2026-05-18 03:36:40] "GET /virtual-machine/00619b68-e492-4555-aa8f-436d40028e9d HTTP/1.1" 200 1300 0.036716
10.0.0.23 - - [2026-05-18 03:36:40] "GET /virtual-machine-interface/710a32a2-938a-4b12-b393-d0a6363eed7e HTTP/1.1" 200 3182 0.005346
10.0.0.23 - - [2026-05-18 03:36:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.008475
10.0.0.23 - - [2026-05-18 03:36:41] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004609
10.0.0.23 - - [2026-05-18 03:36:41] "GET /virtual-networks?parent_id=73d34dd7-f421-47cd-acf3-7d9278370c22&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003219
10.0.0.23 - - [2026-05-18 03:36:41] "GET /virtual-network/78eeee7a-4da2-4962-8597-d4f7ad864916?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.005162
10.0.0.23 - - [2026-05-18 03:36:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004783
10.0.0.23 - - [2026-05-18 03:36:41] "POST /neutron/port HTTP/1.1" 200 117 0.001261
10.0.0.23 - - [2026-05-18 03:36:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003827
10.0.0.23 - - [2026-05-18 03:36:44] "GET /virtual-network/78eeee7a-4da2-4962-8597-d4f7ad864916?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.005756
10.0.0.23 - - [2026-05-18 03:36:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003755
10.0.0.23 - - [2026-05-18 03:36:48] "GET /virtual-network/78eeee7a-4da2-4962-8597-d4f7ad864916?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.006072
10.0.0.23 - - [2026-05-18 03:36:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003246
10.0.0.23 - - [2026-05-18 03:36:52] "GET /virtual-network/78eeee7a-4da2-4962-8597-d4f7ad864916?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.006168
10.0.0.22 - - [2026-05-18 03:36:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000400
10.0.0.22 - - [2026-05-18 03:36:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000643
10.0.0.240 - - [2026-05-18 03:36:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000376
10.0.0.240 - - [2026-05-18 03:36:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000368
10.0.0.23 - - [2026-05-18 03:36:56] "GET /global-system-configs HTTP/1.1" 401 292 0.002309
10.0.0.23 - - [2026-05-18 03:36:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000484
10.0.0.22 - - [2026-05-18 03:36:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000735
10.0.0.22 - - [2026-05-18 03:36:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000394
10.0.0.23 - - [2026-05-18 03:36:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004141
10.0.0.23 - - [2026-05-18 03:36:56] "GET /virtual-network/78eeee7a-4da2-4962-8597-d4f7ad864916?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.005471
10.0.0.240 - - [2026-05-18 03:36:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000382
10.0.0.240 - - [2026-05-18 03:36:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000411
10.0.0.23 - - [2026-05-18 03:36:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000516
10.0.0.23 - - [2026-05-18 03:36:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000593
10.0.0.240 - - [2026-05-18 03:36:57] "DELETE /access-control-list/72803794-347b-42fd-b68a-d30e9d549c0d HTTP/1.1" 200 115 0.046721
10.0.0.240 - - [2026-05-18 03:36:57] "DELETE /project/1cd06b01-c0f9-4323-9fd8-29dd73aed068 HTTP/1.1" 404 177 0.006285
10.0.0.240 - - [2026-05-18 03:36:57] "DELETE /project/73d34dd7f42147cdacf37d9278370c22 HTTP/1.1" 404 173 0.005319
10.0.0.23 - - [2026-05-18 03:37:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003680
10.0.0.23 - - [2026-05-18 03:37:00] "GET /virtual-network/78eeee7a-4da2-4962-8597-d4f7ad864916?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.006151
10.0.0.23 - - [2026-05-18 03:37:03] "POST /neutron/port HTTP/1.1" 200 1106 0.020149
10.0.0.23 - - [2026-05-18 03:37:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003711
10.0.0.23 - - [2026-05-18 03:37:03] "POST /neutron/network HTTP/1.1" 200 926 0.006572
10.0.0.23 - - [2026-05-18 03:37:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003762
10.0.0.23 - - [2026-05-18 03:37:04] "GET /virtual-network/78eeee7a-4da2-4962-8597-d4f7ad864916?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.005536
10.0.0.23 - - [2026-05-18 03:37:05] "POST /neutron/network HTTP/1.1" 200 936 0.007012
10.0.0.23 - - [2026-05-18 03:37:05] "POST /neutron/port HTTP/1.1" 200 117 0.001178
10.0.0.23 - - [2026-05-18 03:37:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004057
10.0.0.23 - - [2026-05-18 03:37:08] "GET /virtual-network/78eeee7a-4da2-4962-8597-d4f7ad864916?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.005812
10.0.0.23 - - [2026-05-18 03:37:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005291
10.0.0.23 - - [2026-05-18 03:37:12] "GET /virtual-network/78eeee7a-4da2-4962-8597-d4f7ad864916?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.006892
10.0.0.23 - - [2026-05-18 03:37:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.006035
10.0.0.23 - - [2026-05-18 03:37:16] "GET /virtual-network/78eeee7a-4da2-4962-8597-d4f7ad864916?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.006526
10.0.0.23 - - [2026-05-18 03:37:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004215
10.0.0.23 - - [2026-05-18 03:37:21] "GET /virtual-network/78eeee7a-4da2-4962-8597-d4f7ad864916?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.006889
10.0.0.23 - - [2026-05-18 03:37:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004011
10.0.0.23 - - [2026-05-18 03:37:25] "GET /virtual-network/78eeee7a-4da2-4962-8597-d4f7ad864916?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.005792
10.0.0.23 - - [2026-05-18 03:37:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.007720
10.0.0.23 - - [2026-05-18 03:37:29] "GET /virtual-network/78eeee7a-4da2-4962-8597-d4f7ad864916?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.007184
10.0.0.23 - - [2026-05-18 03:37:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004596
10.0.0.23 - - [2026-05-18 03:37:33] "GET /virtual-network/78eeee7a-4da2-4962-8597-d4f7ad864916?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.006516
10.0.0.23 - - [2026-05-18 03:37:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004273
10.0.0.23 - - [2026-05-18 03:37:37] "GET /virtual-network/78eeee7a-4da2-4962-8597-d4f7ad864916?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.005380
10.0.0.23 - - [2026-05-18 03:37:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003601
10.0.0.23 - - [2026-05-18 03:37:41] "GET /virtual-network/78eeee7a-4da2-4962-8597-d4f7ad864916?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.008303
10.0.0.23 - - [2026-05-18 03:37:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003518
10.0.0.23 - - [2026-05-18 03:37:45] "GET /virtual-network/78eeee7a-4da2-4962-8597-d4f7ad864916?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.007041
10.0.0.23 - - [2026-05-18 03:37:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004518
10.0.0.23 - - [2026-05-18 03:37:49] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003819
10.0.0.23 - - [2026-05-18 03:37:49] "GET /virtual-networks?parent_id=73d34dd7-f421-47cd-acf3-7d9278370c22&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003742
10.0.0.23 - - [2026-05-18 03:37:49] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007962
10.0.0.23 - - [2026-05-18 03:37:49] "GET /virtual-network/78eeee7a-4da2-4962-8597-d4f7ad864916?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.010326
10.0.0.240 - - [2026-05-18 03:37:50] "GET /obj-perms HTTP/1.1" 200 5056 0.078292
10.0.0.23 - - [2026-05-18 03:37:51] "POST /neutron/port HTTP/1.1" 200 1240 0.020956
10.0.0.23 - - [2026-05-18 03:37:55] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008721
10.0.0.23 - - [2026-05-18 03:38:05] "POST /neutron/port HTTP/1.1" 200 1240 0.018580
10.0.0.23 - - [2026-05-18 03:38:07] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007011
10.0.0.23 - - [2026-05-18 03:38:10] "POST /neutron/port HTTP/1.1" 200 1240 0.021941
10.0.0.23 - - [2026-05-18 03:38:15] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007933
10.0.0.23 - - [2026-05-18 03:38:21] "POST /neutron/port HTTP/1.1" 200 1240 0.021541
10.0.0.23 - - [2026-05-18 03:38:21] "POST /neutron/security_group HTTP/1.1" 200 2066 0.012103
10.0.0.23 - - [2026-05-18 03:38:21] "GET /virtual-machine/e540b60b-592b-4349-a8ce-13b6f6b25fcd HTTP/1.1" 200 1303 0.006126
10.0.0.23 - - [2026-05-18 03:38:21] "GET /virtual-machine-interface/5cd9f0e0-22e0-4b5b-80b7-d7134136ff43 HTTP/1.1" 200 3181 0.005387
10.0.0.23 - - [2026-05-18 03:38:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004927
10.0.0.23 - - [2026-05-18 03:38:21] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006366
10.0.0.23 - - [2026-05-18 03:38:21] "GET /virtual-networks?parent_id=73d34dd7-f421-47cd-acf3-7d9278370c22&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.004281
10.0.0.23 - - [2026-05-18 03:38:21] "GET /virtual-network/78eeee7a-4da2-4962-8597-d4f7ad864916?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.010391
10.0.0.23 - - [2026-05-18 03:38:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004063
10.0.0.23 - - [2026-05-18 03:38:22] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005944
10.0.0.23 - - [2026-05-18 03:38:22] "GET /virtual-networks?parent_id=73d34dd7-f421-47cd-acf3-7d9278370c22&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003638
10.0.0.23 - - [2026-05-18 03:38:22] "GET /virtual-network/78eeee7a-4da2-4962-8597-d4f7ad864916?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.006582
10.0.0.23 - - [2026-05-18 03:38:22] "POST /neutron/port HTTP/1.1" 200 1240 0.021351
10.0.0.23 - - [2026-05-18 03:38:23] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007127
10.0.0.23 - - [2026-05-18 03:38:23] "GET /virtual-machine/8e96d9a0-f976-4b71-a9e1-2b2bc2155f8a HTTP/1.1" 200 1303 0.005885
10.0.0.23 - - [2026-05-18 03:38:23] "GET /virtual-machine-interface/f62f01a4-729b-454f-bfae-4917916c77bc HTTP/1.1" 200 3183 0.005615
10.0.0.23 - - [2026-05-18 03:38:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004786
10.0.0.23 - - [2026-05-18 03:38:23] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004042
10.0.0.23 - - [2026-05-18 03:38:23] "GET /virtual-networks?parent_id=73d34dd7-f421-47cd-acf3-7d9278370c22&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003953
10.0.0.23 - - [2026-05-18 03:38:23] "GET /virtual-network/78eeee7a-4da2-4962-8597-d4f7ad864916?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.006256
10.0.0.23 - - [2026-05-18 03:38:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004893
10.0.0.23 - - [2026-05-18 03:38:24] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005289
10.0.0.23 - - [2026-05-18 03:38:24] "GET /virtual-networks?parent_id=73d34dd7-f421-47cd-acf3-7d9278370c22&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.004992
10.0.0.23 - - [2026-05-18 03:38:24] "GET /virtual-network/78eeee7a-4da2-4962-8597-d4f7ad864916?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.006494
10.0.0.240 - - [2026-05-18 03:38:53] "GET /projects?obj_uuids=73d34dd7-f421-47cd-acf3-7d9278370c22&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001040
10.0.0.23 - - [2026-05-18 03:38:53] "GET /project/73d34dd7-f421-47cd-acf3-7d9278370c22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.046972
10.0.0.23 - - [2026-05-18 03:38:53] "POST /fqname-to-id HTTP/1.1" 404 226 0.003441
10.0.0.23 - - [2026-05-18 03:38:53] "POST /interface-route-tables HTTP/1.1" 200 577 0.035169
10.0.0.23 - - [2026-05-18 03:38:53] "GET /interface-route-table/a4fa13fb-b0b3-4a8f-83fb-64060f87c224?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.006561
10.0.0.23 - - [2026-05-18 03:38:53] "GET /virtual-machine-interface/710a32a2-938a-4b12-b393-d0a6363eed7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2765 0.010375
10.0.0.23 - - [2026-05-18 03:38:53] "POST /ref-update HTTP/1.1" 200 156 0.018252
10.0.0.23 - - [2026-05-18 03:39:04] "POST /neutron/network HTTP/1.1" 200 1122 0.040124
10.0.0.23 - - [2026-05-18 03:39:04] "POST /neutron/subnet HTTP/1.1" 200 1380 0.017562
10.0.0.23 - - [2026-05-18 03:39:04] "POST /neutron/network HTTP/1.1" 200 1112 0.012864
10.0.0.23 - - [2026-05-18 03:39:07] "POST /neutron/network HTTP/1.1" 200 1122 0.006482
10.0.0.23 - - [2026-05-18 03:39:07] "POST /neutron/subnet HTTP/1.1" 200 1380 0.017516
10.0.0.23 - - [2026-05-18 03:39:07] "POST /neutron/network HTTP/1.1" 200 1112 0.011970
10.0.0.240 - - [2026-05-18 03:39:49] "GET /projects?obj_uuids=73d34dd7-f421-47cd-acf3-7d9278370c22&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.035635
10.0.0.23 - - [2026-05-18 03:39:49] "GET /project/73d34dd7-f421-47cd-acf3-7d9278370c22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.096582
10.0.0.23 - - [2026-05-18 03:39:49] "POST /fqname-to-id HTTP/1.1" 404 226 0.005171
10.0.0.23 - - [2026-05-18 03:39:49] "POST /interface-route-tables HTTP/1.1" 200 577 0.028875
10.0.0.23 - - [2026-05-18 03:39:49] "GET /interface-route-table/72b2e3ba-b605-41ef-99bb-7e32cfa8e760?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.007283
10.0.0.23 - - [2026-05-18 03:39:49] "GET /virtual-machine-interface/5cd9f0e0-22e0-4b5b-80b7-d7134136ff43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2764 0.006515
10.0.0.23 - - [2026-05-18 03:39:49] "POST /ref-update HTTP/1.1" 200 156 0.016578
10.0.0.23 - - [2026-05-18 03:39:51] "GET /virtual-machine-interface/f62f01a4-729b-454f-bfae-4917916c77bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2766 0.006796
10.0.0.23 - - [2026-05-18 03:39:51] "PUT /virtual-machine-interface/f62f01a4-729b-454f-bfae-4917916c77bc HTTP/1.1" 200 285 0.015116
10.0.0.23 - - [2026-05-18 03:39:51] "GET /virtual-machine-interface/710a32a2-938a-4b12-b393-d0a6363eed7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3047 0.009426
10.0.0.23 - - [2026-05-18 03:39:51] "PUT /virtual-machine-interface/710a32a2-938a-4b12-b393-d0a6363eed7e HTTP/1.1" 200 285 0.016964
10.0.0.23 - - [2026-05-18 03:39:51] "GET /virtual-machine-interface/5cd9f0e0-22e0-4b5b-80b7-d7134136ff43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3046 0.008684
10.0.0.23 - - [2026-05-18 03:39:51] "PUT /virtual-machine-interface/5cd9f0e0-22e0-4b5b-80b7-d7134136ff43 HTTP/1.1" 200 285 0.015650
10.0.0.23 - - [2026-05-18 03:39:52] "GET /obj-perms HTTP/1.1" 200 5056 0.062164
10.0.0.23 - - [2026-05-18 03:40:05] "POST /neutron/network HTTP/1.1" 200 936 0.008388
10.0.0.23 - - [2026-05-18 03:40:05] "POST /neutron/port HTTP/1.1" 200 117 0.001296
10.0.0.23 - - [2026-05-18 03:40:08] "POST /neutron/port HTTP/1.1" 200 1106 0.020192
10.0.0.23 - - [2026-05-18 03:40:08] "POST /neutron/subnet HTTP/1.1" 200 694 0.009824
10.0.0.22 - - [2026-05-18 03:40:52] "GET /obj-perms HTTP/1.1" 200 5056 0.059059
10.0.0.23 - - [2026-05-18 03:40:54] "POST /neutron/port HTTP/1.1" 200 1240 0.019991
10.0.0.23 - - [2026-05-18 03:40:54] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008303
10.0.0.23 - - [2026-05-18 03:40:54] "GET /virtual-machine/d7b61e0d-a21d-47b4-b3e2-bda57d8dc147 HTTP/1.1" 200 1303 0.007181
10.0.0.23 - - [2026-05-18 03:40:54] "GET /virtual-machine-interface/2bc5d480-a840-463c-b665-f572438a4fc6 HTTP/1.1" 200 3182 0.006979
10.0.0.23 - - [2026-05-18 03:40:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003495
10.0.0.23 - - [2026-05-18 03:40:54] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005558
10.0.0.23 - - [2026-05-18 03:40:54] "GET /virtual-networks?parent_id=73d34dd7-f421-47cd-acf3-7d9278370c22&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003795
10.0.0.23 - - [2026-05-18 03:40:54] "GET /virtual-network/78eeee7a-4da2-4962-8597-d4f7ad864916?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.006130
10.0.0.23 - - [2026-05-18 03:40:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004353
10.0.0.23 - - [2026-05-18 03:40:55] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005249
10.0.0.23 - - [2026-05-18 03:40:55] "GET /virtual-networks?parent_id=73d34dd7-f421-47cd-acf3-7d9278370c22&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003759
10.0.0.23 - - [2026-05-18 03:40:55] "GET /virtual-network/78eeee7a-4da2-4962-8597-d4f7ad864916?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.007843
10.0.0.23 - - [2026-05-18 03:40:56] "GET /virtual-machine-interface/2bc5d480-a840-463c-b665-f572438a4fc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2765 0.005781
10.0.0.23 - - [2026-05-18 03:40:56] "PUT /virtual-machine-interface/2bc5d480-a840-463c-b665-f572438a4fc6 HTTP/1.1" 200 285 0.016772
10.0.0.23 - - [2026-05-18 03:41:07] "POST /neutron/port HTTP/1.1" 200 1240 0.019597
10.0.0.23 - - [2026-05-18 03:41:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004554
10.0.0.23 - - [2026-05-18 03:41:07] "POST /neutron/port HTTP/1.1" 200 117 0.001288
10.0.0.23 - - [2026-05-18 03:41:08] "POST /neutron/port HTTP/1.1" 200 1240 0.052485
10.0.0.23 - - [2026-05-18 03:41:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003704
10.0.0.23 - - [2026-05-18 03:41:08] "POST /neutron/port HTTP/1.1" 200 117 0.001297
10.0.0.240 - - [2026-05-18 03:41:40] "GET /projects?obj_uuids=73d34dd7-f421-47cd-acf3-7d9278370c22&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001664
10.0.0.23 - - [2026-05-18 03:41:40] "GET /project/73d34dd7-f421-47cd-acf3-7d9278370c22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.082679
10.0.0.23 - - [2026-05-18 03:41:40] "POST /fqname-to-id HTTP/1.1" 404 226 0.004652
10.0.0.23 - - [2026-05-18 03:41:40] "POST /interface-route-tables HTTP/1.1" 200 577 0.029289
10.0.0.23 - - [2026-05-18 03:41:40] "GET /interface-route-table/4aefac4d-9a68-4d9f-b5f8-15ec2756431c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.006769
10.0.0.23 - - [2026-05-18 03:41:40] "GET /virtual-machine-interface/2bc5d480-a840-463c-b665-f572438a4fc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.007740
10.0.0.23 - - [2026-05-18 03:41:40] "POST /ref-update HTTP/1.1" 200 156 0.017943
10.0.0.23 - - [2026-05-18 03:41:42] "GET /virtual-machine-interface/710a32a2-938a-4b12-b393-d0a6363eed7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3097 0.006471
10.0.0.23 - - [2026-05-18 03:41:42] "POST /ref-update HTTP/1.1" 200 156 0.023817
10.0.0.23 - - [2026-05-18 03:41:42] "DELETE /interface-route-table/a4fa13fb-b0b3-4a8f-83fb-64060f87c224 HTTP/1.1" 200 115 0.033641
10.0.0.23 - - [2026-05-18 03:41:42] "POST /neutron/port HTTP/1.1" 200 1240 0.054230
10.0.0.23 - - [2026-05-18 03:41:52] "GET /virtual-machine-interface/2bc5d480-a840-463c-b665-f572438a4fc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3097 0.010556
10.0.0.23 - - [2026-05-18 03:41:52] "POST /ref-update HTTP/1.1" 200 156 0.020994
10.0.0.23 - - [2026-05-18 03:41:52] "DELETE /interface-route-table/4aefac4d-9a68-4d9f-b5f8-15ec2756431c HTTP/1.1" 200 115 0.052178
10.0.0.23 - - [2026-05-18 03:41:52] "GET /virtual-machine-interface/5cd9f0e0-22e0-4b5b-80b7-d7134136ff43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3096 0.007620
10.0.0.23 - - [2026-05-18 03:41:52] "POST /ref-update HTTP/1.1" 200 156 0.024139
10.0.0.23 - - [2026-05-18 03:41:52] "DELETE /interface-route-table/72b2e3ba-b605-41ef-99bb-7e32cfa8e760 HTTP/1.1" 200 115 0.050849
10.0.0.23 - - [2026-05-18 03:41:52] "POST /neutron/network HTTP/1.1" 200 1007 0.009964
10.0.0.23 - - [2026-05-18 03:41:53] "POST /neutron/port HTTP/1.1" 200 1230 0.019733
10.0.0.23 - - [2026-05-18 03:41:53] "POST /neutron/port HTTP/1.1" 200 1230 0.025869
10.0.0.23 - - [2026-05-18 03:41:53] "POST /neutron/port HTTP/1.1" 200 1230 0.017008
10.0.0.240 - - [2026-05-18 03:41:55] "POST /useragent-kv HTTP/1.1" 200 115 0.006715
10.0.0.240 - - [2026-05-18 03:41:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002874
10.0.0.240 - - [2026-05-18 03:41:55] "POST /useragent-kv HTTP/1.1" 200 115 0.003185
10.0.0.240 - - [2026-05-18 03:41:55] "POST /useragent-kv HTTP/1.1" 200 115 0.003331
10.0.0.23 - - [2026-05-18 03:41:55] "POST /neutron/network HTTP/1.1" 200 151 0.169387
10.0.0.240 - - [2026-05-18 03:41:55] "DELETE /route-target/2a55393e-856d-41b7-87bc-73a355fac8b9 HTTP/1.1" 200 115 0.075899
10.0.0.22 - - [2026-05-18 03:41:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000507
10.0.0.22 - - [2026-05-18 03:41:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000415
10.0.0.240 - - [2026-05-18 03:41:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000360
10.0.0.240 - - [2026-05-18 03:41:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000333
10.0.0.23 - - [2026-05-18 03:41:56] "GET /global-system-configs HTTP/1.1" 401 292 0.001209
10.0.0.23 - - [2026-05-18 03:41:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000364
10.0.0.22 - - [2026-05-18 03:41:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000613
10.0.0.22 - - [2026-05-18 03:41:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000375
10.0.0.240 - - [2026-05-18 03:41:56] "GET /projects?obj_uuids=73d34dd7-f421-47cd-acf3-7d9278370c22&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001189
10.0.0.240 - - [2026-05-18 03:41:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000365
10.0.0.23 - - [2026-05-18 03:41:56] "GET /project/73d34dd7-f421-47cd-acf3-7d9278370c22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.081034
10.0.0.240 - - [2026-05-18 03:41:56] "GET /projects?obj_uuids=73d34dd7-f421-47cd-acf3-7d9278370c22&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001408
10.0.0.240 - - [2026-05-18 03:41:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000910
10.0.0.23 - - [2026-05-18 03:41:56] "GET /project/73d34dd7-f421-47cd-acf3-7d9278370c22?fields=virtual_networks HTTP/1.1" 200 1049 0.055244
10.0.0.240 - - [2026-05-18 03:41:56] "GET /projects?obj_uuids=73d34dd7-f421-47cd-acf3-7d9278370c22&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001253
10.0.0.23 - - [2026-05-18 03:41:56] "GET /project/73d34dd7-f421-47cd-acf3-7d9278370c22?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.043308
10.0.0.240 - - [2026-05-18 03:41:56] "GET /projects?obj_uuids=73d34dd7-f421-47cd-acf3-7d9278370c22&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000940
10.0.0.23 - - [2026-05-18 03:41:57] "GET /project/73d34dd7-f421-47cd-acf3-7d9278370c22?fields=security_groups HTTP/1.1" 200 1284 0.062055
10.0.0.23 - - [2026-05-18 03:41:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000640
10.0.0.23 - - [2026-05-18 03:41:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000474
10.0.0.23 - - [2026-05-18 03:41:57] "POST /fqname-to-id HTTP/1.1" 404 183 0.028278
10.0.0.240 - - [2026-05-18 03:41:58] "GET /projects?obj_uuids=fa38a4ce-bd86-4043-bf51-c2c1182fc465&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003134
10.0.0.240 - - [2026-05-18 03:41:58] "GET /domains?obj_uuids=4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001177
10.0.0.240 - - [2026-05-18 03:41:58] "GET /domain/4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.054453
10.0.0.240 - - [2026-05-18 03:41:58] "POST /id-to-fqname HTTP/1.1" 200 185 0.002149
10.0.0.240 - - [2026-05-18 03:41:58] "GET /projects?obj_uuids=73d34dd7-f421-47cd-acf3-7d9278370c22&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001428
10.0.0.240 - - [2026-05-18 03:41:58] "POST /fqname-to-id HTTP/1.1" 404 194 0.006599
10.0.0.240 - - [2026-05-18 03:41:58] "GET /project/73d34dd7-f421-47cd-acf3-7d9278370c22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1499 0.079732
10.0.0.240 - - [2026-05-18 03:41:58] "GET /projects?obj_uuids=73d34dd7-f421-47cd-acf3-7d9278370c22&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001469
10.0.0.240 - - [2026-05-18 03:41:58] "GET /project/73d34dd7-f421-47cd-acf3-7d9278370c22?fields=security_groups HTTP/1.1" 200 1117 0.065840
10.0.0.240 - - [2026-05-18 03:41:58] "POST /security-groups HTTP/1.1" 200 586 0.087517
10.0.0.240 - - [2026-05-18 03:41:58] "POST /projects HTTP/1.1" 200 575 0.355264
10.0.0.240 - - [2026-05-18 03:41:58] "GET /projects?obj_uuids=73d34dd7-f421-47cd-acf3-7d9278370c22&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001316
10.0.0.240 - - [2026-05-18 03:41:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.452123
10.0.0.240 - - [2026-05-18 03:41:58] "GET /project/73d34dd7-f421-47cd-acf3-7d9278370c22?fields=application_policy_sets HTTP/1.1" 200 1425 0.077959
10.0.0.23 - - [2026-05-18 03:41:58] "GET /project/fa38a4ce-bd86-4043-bf51-c2c1182fc465?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.706059
10.0.0.240 - - [2026-05-18 03:41:58] "POST /fqname-to-id HTTP/1.1" 404 229 0.013574
10.0.0.240 - - [2026-05-18 03:41:58] "DELETE /project/73d34dd7-f421-47cd-acf3-7d9278370c22 HTTP/1.1" 200 115 0.470658
10.0.0.240 - - [2026-05-18 03:41:58] "POST /access-control-lists HTTP/1.1" 200 591 0.032187
10.0.0.23 - - [2026-05-18 03:42:00] "GET / HTTP/1.1" 200 36215 0.002000
10.0.0.240 - - [2026-05-18 03:42:03] "GET /projects?obj_uuids=fa38a4ce-bd86-4043-bf51-c2c1182fc465&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001142
10.0.0.23 - - [2026-05-18 03:42:03] "GET /project/fa38a4ce-bd86-4043-bf51-c2c1182fc465?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.041507
10.0.0.240 - - [2026-05-18 03:42:03] "GET /projects?obj_uuids=fa38a4ce-bd86-4043-bf51-c2c1182fc465&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001003
10.0.0.23 - - [2026-05-18 03:42:03] "GET /project/fa38a4ce-bd86-4043-bf51-c2c1182fc465?fields=virtual_networks HTTP/1.1" 200 1024 0.063141
10.0.0.240 - - [2026-05-18 03:42:03] "GET /projects?obj_uuids=fa38a4ce-bd86-4043-bf51-c2c1182fc465&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001472
10.0.0.23 - - [2026-05-18 03:42:03] "GET /project/fa38a4ce-bd86-4043-bf51-c2c1182fc465?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.055176
10.0.0.240 - - [2026-05-18 03:42:03] "GET /projects?obj_uuids=fa38a4ce-bd86-4043-bf51-c2c1182fc465&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001555
10.0.0.23 - - [2026-05-18 03:42:03] "GET /project/fa38a4ce-bd86-4043-bf51-c2c1182fc465?fields=security_groups HTTP/1.1" 200 1246 0.057677
10.0.0.23 - - [2026-05-18 03:42:04] "POST /fqname-to-id HTTP/1.1" 404 193 0.030282
10.0.0.240 - - [2026-05-18 03:42:04] "GET /projects?obj_uuids=da0e2a7c-46b9-4f87-b731-f8f8f10e8393&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003923
10.0.0.240 - - [2026-05-18 03:42:04] "GET /domains?obj_uuids=4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001167
10.0.0.240 - - [2026-05-18 03:42:04] "GET /domain/4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008272
10.0.0.240 - - [2026-05-18 03:42:04] "POST /id-to-fqname HTTP/1.1" 200 195 0.002972
10.0.0.240 - - [2026-05-18 03:42:04] "POST /fqname-to-id HTTP/1.1" 404 204 0.013333
10.0.0.240 - - [2026-05-18 03:42:05] "POST /security-groups HTTP/1.1" 200 596 0.082606
10.0.0.240 - - [2026-05-18 03:42:05] "POST /projects HTTP/1.1" 200 595 0.316783
10.0.0.240 - - [2026-05-18 03:42:05] "POST /fqname-to-id HTTP/1.1" 404 238 0.006540
10.0.0.240 - - [2026-05-18 03:42:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.390450
10.0.0.23 - - [2026-05-18 03:42:05] "GET /project/da0e2a7c-46b9-4f87-b731-f8f8f10e8393?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.555914
10.0.0.23 - - [2026-05-18 03:42:06] "GET / HTTP/1.1" 200 36215 0.001567
10.0.0.240 - - [2026-05-18 03:42:09] "GET /projects?obj_uuids=da0e2a7c-46b9-4f87-b731-f8f8f10e8393&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001250
10.0.0.23 - - [2026-05-18 03:42:09] "GET /project/da0e2a7c-46b9-4f87-b731-f8f8f10e8393?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.044329
10.0.0.240 - - [2026-05-18 03:42:09] "GET /projects?obj_uuids=da0e2a7c-46b9-4f87-b731-f8f8f10e8393&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002118
10.0.0.23 - - [2026-05-18 03:42:09] "GET /project/da0e2a7c-46b9-4f87-b731-f8f8f10e8393?fields=virtual_networks HTTP/1.1" 200 1044 0.055018
10.0.0.240 - - [2026-05-18 03:42:09] "GET /projects?obj_uuids=da0e2a7c-46b9-4f87-b731-f8f8f10e8393&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000961
10.0.0.23 - - [2026-05-18 03:42:09] "GET /project/da0e2a7c-46b9-4f87-b731-f8f8f10e8393?fields=virtual_machine_interfaces HTTP/1.1" 200 1044 0.045164
10.0.0.240 - - [2026-05-18 03:42:09] "GET /projects?obj_uuids=da0e2a7c-46b9-4f87-b731-f8f8f10e8393&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001263
10.0.0.23 - - [2026-05-18 03:42:09] "GET /project/da0e2a7c-46b9-4f87-b731-f8f8f10e8393?fields=security_groups HTTP/1.1" 200 1276 0.048726
10.0.0.23 - - [2026-05-18 03:42:10] "POST /fqname-to-id HTTP/1.1" 404 199 0.032429
10.0.0.240 - - [2026-05-18 03:42:10] "GET /projects?obj_uuids=95e01dae-c107-4bc5-a93d-e55c36ba6d21&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003478
10.0.0.240 - - [2026-05-18 03:42:10] "GET /domains?obj_uuids=4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001257
10.0.0.240 - - [2026-05-18 03:42:10] "GET /domain/4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008133
10.0.0.240 - - [2026-05-18 03:42:10] "POST /id-to-fqname HTTP/1.1" 200 201 0.002206
10.0.0.240 - - [2026-05-18 03:42:11] "POST /fqname-to-id HTTP/1.1" 404 210 0.010897
10.0.0.240 - - [2026-05-18 03:42:11] "POST /security-groups HTTP/1.1" 200 602 0.041055
10.0.0.240 - - [2026-05-18 03:42:11] "POST /projects HTTP/1.1" 200 607 0.268081
10.0.0.240 - - [2026-05-18 03:42:11] "POST /access-control-lists HTTP/1.1" 200 609 0.037509
10.0.0.240 - - [2026-05-18 03:42:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.349749
10.0.0.23 - - [2026-05-18 03:42:11] "GET /project/95e01dae-c107-4bc5-a93d-e55c36ba6d21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.517164
10.0.0.23 - - [2026-05-18 03:42:12] "GET / HTTP/1.1" 200 36215 0.001680
10.0.0.240 - - [2026-05-18 03:42:15] "GET /projects?obj_uuids=95e01dae-c107-4bc5-a93d-e55c36ba6d21&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000989
10.0.0.23 - - [2026-05-18 03:42:15] "GET /project/95e01dae-c107-4bc5-a93d-e55c36ba6d21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.041123
10.0.0.240 - - [2026-05-18 03:42:15] "GET /projects?obj_uuids=95e01dae-c107-4bc5-a93d-e55c36ba6d21&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001144
10.0.0.23 - - [2026-05-18 03:42:15] "GET /project/95e01dae-c107-4bc5-a93d-e55c36ba6d21?fields=virtual_networks HTTP/1.1" 200 1056 0.046245
10.0.0.240 - - [2026-05-18 03:42:15] "GET /projects?obj_uuids=95e01dae-c107-4bc5-a93d-e55c36ba6d21&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001018
10.0.0.23 - - [2026-05-18 03:42:15] "GET /project/95e01dae-c107-4bc5-a93d-e55c36ba6d21?fields=virtual_machine_interfaces HTTP/1.1" 200 1056 0.058798
10.0.0.240 - - [2026-05-18 03:42:15] "GET /projects?obj_uuids=95e01dae-c107-4bc5-a93d-e55c36ba6d21&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001759
10.0.0.23 - - [2026-05-18 03:42:15] "GET /project/95e01dae-c107-4bc5-a93d-e55c36ba6d21?fields=security_groups HTTP/1.1" 200 1294 0.058568
10.0.0.23 - - [2026-05-18 03:42:16] "POST /fqname-to-id HTTP/1.1" 404 185 0.033480
10.0.0.240 - - [2026-05-18 03:42:16] "GET /projects?obj_uuids=32d65075-4e9d-414d-b353-0104f169e849&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003498
10.0.0.240 - - [2026-05-18 03:42:16] "GET /domains?obj_uuids=4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001379
10.0.0.240 - - [2026-05-18 03:42:16] "GET /domain/4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009291
10.0.0.240 - - [2026-05-18 03:42:17] "POST /id-to-fqname HTTP/1.1" 200 187 0.012148
10.0.0.240 - - [2026-05-18 03:42:17] "POST /fqname-to-id HTTP/1.1" 404 196 0.005965
10.0.0.240 - - [2026-05-18 03:42:17] "POST /security-groups HTTP/1.1" 200 588 0.085345
10.0.0.240 - - [2026-05-18 03:42:17] "POST /fqname-to-id HTTP/1.1" 404 231 0.004644
10.0.0.240 - - [2026-05-18 03:42:17] "POST /projects HTTP/1.1" 200 579 0.326145
10.0.0.240 - - [2026-05-18 03:42:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.361936
10.0.0.23 - - [2026-05-18 03:42:17] "GET /project/32d65075-4e9d-414d-b353-0104f169e849?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.514186
10.0.0.240 - - [2026-05-18 03:42:17] "POST /access-control-lists HTTP/1.1" 200 593 0.050792
10.0.0.23 - - [2026-05-18 03:42:18] "GET / HTTP/1.1" 200 36215 0.002655
10.0.0.240 - - [2026-05-18 03:42:21] "GET /projects?obj_uuids=32d65075-4e9d-414d-b353-0104f169e849&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001107
10.0.0.23 - - [2026-05-18 03:42:21] "GET /project/32d65075-4e9d-414d-b353-0104f169e849?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.043606
10.0.0.240 - - [2026-05-18 03:42:21] "GET /projects?obj_uuids=32d65075-4e9d-414d-b353-0104f169e849&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001702
10.0.0.23 - - [2026-05-18 03:42:21] "GET /project/32d65075-4e9d-414d-b353-0104f169e849?fields=virtual_networks HTTP/1.1" 200 1027 0.058889
10.0.0.240 - - [2026-05-18 03:42:21] "GET /projects?obj_uuids=32d65075-4e9d-414d-b353-0104f169e849&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001737
10.0.0.23 - - [2026-05-18 03:42:21] "GET /project/32d65075-4e9d-414d-b353-0104f169e849?fields=virtual_machine_interfaces HTTP/1.1" 200 1027 0.047431
10.0.0.240 - - [2026-05-18 03:42:21] "GET /projects?obj_uuids=32d65075-4e9d-414d-b353-0104f169e849&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001148
10.0.0.23 - - [2026-05-18 03:42:21] "GET /project/32d65075-4e9d-414d-b353-0104f169e849?fields=security_groups HTTP/1.1" 200 1251 0.065680
10.0.0.23 - - [2026-05-18 03:42:22] "POST /fqname-to-id HTTP/1.1" 404 182 0.032118
10.0.0.240 - - [2026-05-18 03:42:22] "GET /projects?obj_uuids=fecb5168-33d8-4b1e-a31f-71df935dd71d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004379
10.0.0.240 - - [2026-05-18 03:42:23] "GET /domains?obj_uuids=4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001804
10.0.0.240 - - [2026-05-18 03:42:23] "GET /domain/4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009052
10.0.0.240 - - [2026-05-18 03:42:23] "POST /id-to-fqname HTTP/1.1" 200 184 0.005264
10.0.0.240 - - [2026-05-18 03:42:23] "POST /fqname-to-id HTTP/1.1" 404 193 0.005688
10.0.0.240 - - [2026-05-18 03:42:23] "POST /security-groups HTTP/1.1" 200 585 0.079250
10.0.0.240 - - [2026-05-18 03:42:23] "POST /projects HTTP/1.1" 200 573 0.299544
10.0.0.240 - - [2026-05-18 03:42:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.374764
10.0.0.240 - - [2026-05-18 03:42:23] "POST /fqname-to-id HTTP/1.1" 404 227 0.005818
10.0.0.23 - - [2026-05-18 03:42:23] "GET /project/fecb5168-33d8-4b1e-a31f-71df935dd71d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.521700
10.0.0.23 - - [2026-05-18 03:42:24] "GET / HTTP/1.1" 200 36215 0.001323
10.0.0.240 - - [2026-05-18 03:42:27] "GET /projects?obj_uuids=fecb5168-33d8-4b1e-a31f-71df935dd71d&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001261
10.0.0.23 - - [2026-05-18 03:42:27] "GET /project/fecb5168-33d8-4b1e-a31f-71df935dd71d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.066770
10.0.0.240 - - [2026-05-18 03:42:27] "GET /projects?obj_uuids=fecb5168-33d8-4b1e-a31f-71df935dd71d&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001283
10.0.0.23 - - [2026-05-18 03:42:28] "GET /project/fecb5168-33d8-4b1e-a31f-71df935dd71d?fields=virtual_networks HTTP/1.1" 200 1022 0.066265
10.0.0.240 - - [2026-05-18 03:42:28] "GET /projects?obj_uuids=fecb5168-33d8-4b1e-a31f-71df935dd71d&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001799
10.0.0.23 - - [2026-05-18 03:42:28] "GET /project/fecb5168-33d8-4b1e-a31f-71df935dd71d?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.076807
10.0.0.240 - - [2026-05-18 03:42:28] "GET /projects?obj_uuids=fecb5168-33d8-4b1e-a31f-71df935dd71d&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001022
10.0.0.23 - - [2026-05-18 03:42:28] "GET /project/fecb5168-33d8-4b1e-a31f-71df935dd71d?fields=security_groups HTTP/1.1" 200 1243 0.054224
10.0.0.23 - - [2026-05-18 03:42:29] "POST /fqname-to-id HTTP/1.1" 404 186 0.031932
10.0.0.240 - - [2026-05-18 03:42:29] "GET /projects?obj_uuids=9308c11b-df14-47f9-a14c-09b132d51d42&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003279
10.0.0.240 - - [2026-05-18 03:42:29] "GET /domains?obj_uuids=4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000845
10.0.0.240 - - [2026-05-18 03:42:29] "GET /domain/4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007030
10.0.0.240 - - [2026-05-18 03:42:29] "POST /id-to-fqname HTTP/1.1" 200 188 0.005630
10.0.0.240 - - [2026-05-18 03:42:29] "POST /fqname-to-id HTTP/1.1" 404 197 0.006430
10.0.0.240 - - [2026-05-18 03:42:29] "POST /security-groups HTTP/1.1" 200 589 0.077919
10.0.0.240 - - [2026-05-18 03:42:29] "POST /projects HTTP/1.1" 200 581 0.334104
10.0.0.240 - - [2026-05-18 03:42:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.372339
10.0.0.240 - - [2026-05-18 03:42:29] "POST /access-control-lists HTTP/1.1" 200 596 0.037170
10.0.0.23 - - [2026-05-18 03:42:29] "GET /project/9308c11b-df14-47f9-a14c-09b132d51d42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.553019
10.0.0.23 - - [2026-05-18 03:42:31] "GET / HTTP/1.1" 200 36215 0.001640
10.0.0.240 - - [2026-05-18 03:42:34] "GET /projects?obj_uuids=9308c11b-df14-47f9-a14c-09b132d51d42&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001057
10.0.0.23 - - [2026-05-18 03:42:34] "GET /project/9308c11b-df14-47f9-a14c-09b132d51d42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.052295
10.0.0.240 - - [2026-05-18 03:42:34] "GET /projects?obj_uuids=9308c11b-df14-47f9-a14c-09b132d51d42&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000955
10.0.0.23 - - [2026-05-18 03:42:34] "GET /project/9308c11b-df14-47f9-a14c-09b132d51d42?fields=virtual_networks HTTP/1.1" 200 1030 0.068269
10.0.0.240 - - [2026-05-18 03:42:34] "GET /projects?obj_uuids=9308c11b-df14-47f9-a14c-09b132d51d42&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001358
10.0.0.23 - - [2026-05-18 03:42:34] "GET /project/9308c11b-df14-47f9-a14c-09b132d51d42?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.055069
10.0.0.240 - - [2026-05-18 03:42:34] "GET /projects?obj_uuids=9308c11b-df14-47f9-a14c-09b132d51d42&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001038
10.0.0.23 - - [2026-05-18 03:42:34] "GET /project/9308c11b-df14-47f9-a14c-09b132d51d42?fields=security_groups HTTP/1.1" 200 1255 0.045576
10.0.0.23 - - [2026-05-18 03:42:35] "POST /fqname-to-id HTTP/1.1" 404 186 0.036464
10.0.0.240 - - [2026-05-18 03:42:35] "GET /projects?obj_uuids=d2b4474e-a66d-424a-b9f4-030ff0131cbd&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003972
10.0.0.240 - - [2026-05-18 03:42:35] "GET /domains?obj_uuids=4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001563
10.0.0.240 - - [2026-05-18 03:42:35] "GET /domain/4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.012386
10.0.0.240 - - [2026-05-18 03:42:35] "POST /id-to-fqname HTTP/1.1" 200 188 0.003322
10.0.0.240 - - [2026-05-18 03:42:35] "POST /fqname-to-id HTTP/1.1" 404 197 0.010563
10.0.0.240 - - [2026-05-18 03:42:35] "POST /security-groups HTTP/1.1" 200 589 0.036334
10.0.0.240 - - [2026-05-18 03:42:35] "POST /fqname-to-id HTTP/1.1" 404 232 0.014437
10.0.0.240 - - [2026-05-18 03:42:35] "POST /projects HTTP/1.1" 200 581 0.272458
10.0.0.240 - - [2026-05-18 03:42:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.350084
10.0.0.240 - - [2026-05-18 03:42:35] "POST /access-control-lists HTTP/1.1" 200 594 0.037281
10.0.0.23 - - [2026-05-18 03:42:36] "GET /project/d2b4474e-a66d-424a-b9f4-030ff0131cbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.522310
10.0.0.23 - - [2026-05-18 03:42:37] "GET / HTTP/1.1" 200 36215 0.002358
10.0.0.23 - - [2026-05-18 03:42:38] "POST /fqname-to-id HTTP/1.1" 401 292 0.000543
10.0.0.23 - - [2026-05-18 03:42:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.068235
10.0.0.240 - - [2026-05-18 03:42:39] "GET /projects?obj_uuids=d2b4474e-a66d-424a-b9f4-030ff0131cbd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001216
10.0.0.23 - - [2026-05-18 03:42:39] "GET /project/d2b4474e-a66d-424a-b9f4-030ff0131cbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.044597
10.0.0.240 - - [2026-05-18 03:42:39] "POST /useragent-kv HTTP/1.1" 200 115 0.009634
10.0.0.23 - - [2026-05-18 03:42:39] "POST /neutron/subnet HTTP/1.1" 200 729 0.308819
10.0.0.23 - - [2026-05-18 03:42:39] "POST /id-to-fqname HTTP/1.1" 200 218 0.001469
10.0.0.23 - - [2026-05-18 03:42:39] "GET /virtual-network/65f8e715-b814-4618-89c6-519fba78349f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005611
10.0.0.23 - - [2026-05-18 03:42:40] "GET /virtual-network/65f8e715-b814-4618-89c6-519fba78349f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007389
10.0.0.23 - - [2026-05-18 03:42:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003972
10.0.0.23 - - [2026-05-18 03:42:40] "GET /virtual-network/65f8e715-b814-4618-89c6-519fba78349f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006690
10.0.0.240 - - [2026-05-18 03:42:40] "POST /route-targets HTTP/1.1" 200 324 0.016269
10.0.0.23 - - [2026-05-18 03:42:40] "PUT /virtual-network/65f8e715-b814-4618-89c6-519fba78349f HTTP/1.1" 200 265 0.065295
10.0.0.23 - - [2026-05-18 03:42:40] "POST /neutron/network HTTP/1.1" 200 823 0.018476
10.0.0.23 - - [2026-05-18 03:42:40] "GET /virtual-network/65f8e715-b814-4618-89c6-519fba78349f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.006141
10.0.0.240 - - [2026-05-18 03:42:42] "GET /obj-perms HTTP/1.1" 200 5026 0.069169
10.0.0.23 - - [2026-05-18 03:42:42] "POST /neutron/subnet HTTP/1.1" 200 729 0.008940
10.0.0.23 - - [2026-05-18 03:42:42] "POST /id-to-fqname HTTP/1.1" 200 218 0.001163
10.0.0.240 - - [2026-05-18 03:42:43] "GET /projects?obj_uuids=d2b4474e-a66d-424a-b9f4-030ff0131cbd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001127
10.0.0.23 - - [2026-05-18 03:42:43] "GET /project/d2b4474e-a66d-424a-b9f4-030ff0131cbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.079236
10.0.0.23 - - [2026-05-18 03:42:43] "POST /neutron/network HTTP/1.1" 200 823 0.036604
10.0.0.23 - - [2026-05-18 03:42:43] "POST /neutron/port HTTP/1.1" 200 117 0.006674
10.0.0.23 - - [2026-05-18 03:42:44] "POST /neutron/port HTTP/1.1" 200 1059 0.022228
10.0.0.23 - - [2026-05-18 03:42:44] "POST /neutron/port HTTP/1.1" 200 1123 0.031874
10.0.0.23 - - [2026-05-18 03:42:44] "POST /neutron/port HTTP/1.1" 200 117 0.001147
10.0.0.23 - - [2026-05-18 03:42:48] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007240
10.0.0.23 - - [2026-05-18 03:42:49] "POST /neutron/port HTTP/1.1" 200 1123 0.018862
10.0.0.23 - - [2026-05-18 03:42:49] "GET /virtual-machine/ba3738a4-e77b-4af7-99e7-e6801e076ba1 HTTP/1.1" 401 292 0.000391
10.0.0.23 - - [2026-05-18 03:42:49] "GET /virtual-machine/ba3738a4-e77b-4af7-99e7-e6801e076ba1 HTTP/1.1" 200 1293 0.036060
10.0.0.23 - - [2026-05-18 03:42:49] "GET /virtual-machine-interface/944f4a93-50ba-4e68-8c90-f1731205e0f8 HTTP/1.1" 200 2938 0.007712
10.0.0.23 - - [2026-05-18 03:42:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003653
10.0.0.23 - - [2026-05-18 03:42:49] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005005
10.0.0.23 - - [2026-05-18 03:42:49] "GET /virtual-networks?parent_id=d2b4474e-a66d-424a-b9f4-030ff0131cbd&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003924
10.0.0.23 - - [2026-05-18 03:42:49] "GET /virtual-network/65f8e715-b814-4618-89c6-519fba78349f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.007807
10.0.0.23 - - [2026-05-18 03:42:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003985
10.0.0.23 - - [2026-05-18 03:42:52] "GET /virtual-network/65f8e715-b814-4618-89c6-519fba78349f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.007107
10.0.0.23 - - [2026-05-18 03:42:55] "GET /obj-perms HTTP/1.1" 200 5056 0.056344
10.0.0.23 - - [2026-05-18 03:42:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003183
10.0.0.23 - - [2026-05-18 03:42:56] "GET /virtual-network/65f8e715-b814-4618-89c6-519fba78349f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.005808
10.0.0.240 - - [2026-05-18 03:42:59] "DELETE /project/32d650754e9d414db3530104f169e849 HTTP/1.1" 404 173 0.128785
10.0.0.240 - - [2026-05-18 03:42:59] "DELETE /project/da0e2a7c46b94f87b731f8f8f10e8393 HTTP/1.1" 404 173 0.166987
10.0.0.240 - - [2026-05-18 03:42:59] "DELETE /project/d2b4474ea66d424ab9f4030ff0131cbd HTTP/1.1" 404 173 0.039395
10.0.0.240 - - [2026-05-18 03:42:59] "DELETE /project/95e01daec1074bc5a93de55c36ba6d21 HTTP/1.1" 404 173 0.176157
10.0.0.240 - - [2026-05-18 03:42:59] "DELETE /project/fecb516833d84b1ea31f71df935dd71d HTTP/1.1" 404 173 0.052710
10.0.0.240 - - [2026-05-18 03:42:59] "GET /projects?obj_uuids=fecb5168-33d8-4b1e-a31f-71df935dd71d&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001185
10.0.0.240 - - [2026-05-18 03:42:59] "GET /projects?obj_uuids=da0e2a7c-46b9-4f87-b731-f8f8f10e8393&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000873
10.0.0.240 - - [2026-05-18 03:42:59] "GET /projects?obj_uuids=9308c11b-df14-47f9-a14c-09b132d51d42&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.004639
10.0.0.240 - - [2026-05-18 03:42:59] "GET /projects?obj_uuids=fa38a4ce-bd86-4043-bf51-c2c1182fc465&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001319
10.0.0.240 - - [2026-05-18 03:42:59] "GET /projects?obj_uuids=32d65075-4e9d-414d-b353-0104f169e849&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000784
10.0.0.240 - - [2026-05-18 03:42:59] "DELETE /project/9308c11bdf1447f9a14c09b132d51d42 HTTP/1.1" 404 173 0.018638
10.0.0.240 - - [2026-05-18 03:42:59] "GET /projects?obj_uuids=95e01dae-c107-4bc5-a93d-e55c36ba6d21&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001095
10.0.0.240 - - [2026-05-18 03:42:59] "GET /project/da0e2a7c-46b9-4f87-b731-f8f8f10e8393?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.264763
10.0.0.240 - - [2026-05-18 03:42:59] "GET /project/9308c11b-df14-47f9-a14c-09b132d51d42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.283806
10.0.0.240 - - [2026-05-18 03:42:59] "DELETE /access-control-list/33aad9cf-2c1d-4ea7-a0a1-515ac280f282 HTTP/1.1" 200 115 0.316976
10.0.0.240 - - [2026-05-18 03:42:59] "GET /project/32d65075-4e9d-414d-b353-0104f169e849?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1455 0.377560
10.0.0.240 - - [2026-05-18 03:42:59] "GET /project/fa38a4ce-bd86-4043-bf51-c2c1182fc465?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.377001
10.0.0.240 - - [2026-05-18 03:42:59] "GET /projects?obj_uuids=9308c11b-df14-47f9-a14c-09b132d51d42&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001164
10.0.0.240 - - [2026-05-18 03:42:59] "GET /projects?obj_uuids=da0e2a7c-46b9-4f87-b731-f8f8f10e8393&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000860
10.0.0.240 - - [2026-05-18 03:42:59] "GET /project/fecb5168-33d8-4b1e-a31f-71df935dd71d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1444 0.393048
10.0.0.240 - - [2026-05-18 03:42:59] "DELETE /project/fa38a4ce-bd86-4043-bf51-c2c1182fc465 HTTP/1.1" 404 171 0.559536
10.0.0.240 - - [2026-05-18 03:42:59] "GET /projects?obj_uuids=32d65075-4e9d-414d-b353-0104f169e849&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001650
10.0.0.240 - - [2026-05-18 03:42:59] "GET /projects?obj_uuids=fecb5168-33d8-4b1e-a31f-71df935dd71d&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.006097
10.0.0.240 - - [2026-05-18 03:42:59] "GET /project/95e01dae-c107-4bc5-a93d-e55c36ba6d21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1512 0.417881
10.0.0.240 - - [2026-05-18 03:42:59] "GET /projects?obj_uuids=95e01dae-c107-4bc5-a93d-e55c36ba6d21&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002397
10.0.0.240 - - [2026-05-18 03:42:59] "GET /project/da0e2a7c-46b9-4f87-b731-f8f8f10e8393?fields=security_groups HTTP/1.1" 200 1378 0.267099
10.0.0.240 - - [2026-05-18 03:42:59] "GET /project/9308c11b-df14-47f9-a14c-09b132d51d42?fields=security_groups HTTP/1.1" 200 1357 0.283638
10.0.0.240 - - [2026-05-18 03:42:59] "GET /project/fecb5168-33d8-4b1e-a31f-71df935dd71d?fields=security_groups HTTP/1.1" 200 1345 0.228503
10.0.0.240 - - [2026-05-18 03:42:59] "GET /project/32d65075-4e9d-414d-b353-0104f169e849?fields=security_groups HTTP/1.1" 200 1353 0.250953
10.0.0.240 - - [2026-05-18 03:42:59] "GET /project/95e01dae-c107-4bc5-a93d-e55c36ba6d21?fields=security_groups HTTP/1.1" 200 1396 0.234872
10.0.0.240 - - [2026-05-18 03:43:00] "DELETE /security-group/58c3fdcb-5480-4be2-b315-3e47e0006fb8 HTTP/1.1" 200 115 0.283624
10.0.0.240 - - [2026-05-18 03:43:00] "DELETE /security-group/2ff2d9a3-ceaf-4ca1-923a-ad4efa482b6e HTTP/1.1" 200 115 0.247771
10.0.0.240 - - [2026-05-18 03:43:00] "GET /projects?obj_uuids=da0e2a7c-46b9-4f87-b731-f8f8f10e8393&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003687
10.0.0.240 - - [2026-05-18 03:43:00] "GET /projects?obj_uuids=32d65075-4e9d-414d-b353-0104f169e849&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001186
10.0.0.240 - - [2026-05-18 03:43:00] "DELETE /security-group/c78fac04-e47d-416c-8c2a-ad6860c27b4d HTTP/1.1" 200 115 0.269567
10.0.0.240 - - [2026-05-18 03:43:00] "GET /projects?obj_uuids=9308c11b-df14-47f9-a14c-09b132d51d42&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001405
10.0.0.240 - - [2026-05-18 03:43:00] "DELETE /security-group/949bb2cf-91fc-4525-a8f3-af634d5561ad HTTP/1.1" 200 115 0.282889
10.0.0.240 - - [2026-05-18 03:43:00] "GET /projects?obj_uuids=fecb5168-33d8-4b1e-a31f-71df935dd71d&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001249
10.0.0.240 - - [2026-05-18 03:43:00] "DELETE /security-group/dec43d71-6d3d-4881-ba4c-5ce87d2edf5e HTTP/1.1" 200 115 0.204004
10.0.0.240 - - [2026-05-18 03:43:00] "GET /projects?obj_uuids=95e01dae-c107-4bc5-a93d-e55c36ba6d21&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000896
10.0.0.240 - - [2026-05-18 03:43:00] "GET /project/da0e2a7c-46b9-4f87-b731-f8f8f10e8393?fields=application_policy_sets HTTP/1.1" 200 1417 0.105523
10.0.0.240 - - [2026-05-18 03:43:00] "GET /project/9308c11b-df14-47f9-a14c-09b132d51d42?fields=application_policy_sets HTTP/1.1" 200 1396 0.124062
10.0.0.240 - - [2026-05-18 03:43:00] "GET /project/32d65075-4e9d-414d-b353-0104f169e849?fields=application_policy_sets HTTP/1.1" 200 1392 0.146695
10.0.0.240 - - [2026-05-18 03:43:00] "DELETE /access-control-list/eaca7d05-dcba-4e6c-8970-196d851b1660 HTTP/1.1" 200 115 0.113107
10.0.0.240 - - [2026-05-18 03:43:00] "GET /project/fecb5168-33d8-4b1e-a31f-71df935dd71d?fields=application_policy_sets HTTP/1.1" 200 1384 0.181627
10.0.0.240 - - [2026-05-18 03:43:00] "GET /project/95e01dae-c107-4bc5-a93d-e55c36ba6d21?fields=application_policy_sets HTTP/1.1" 200 1435 0.261791
10.0.0.240 - - [2026-05-18 03:43:00] "DELETE /access-control-list/5954c3aa-b917-4b5f-a6a7-256742153d99 HTTP/1.1" 200 115 0.189093
10.0.0.23 - - [2026-05-18 03:43:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.042858
10.0.0.23 - - [2026-05-18 03:43:00] "GET /virtual-network/65f8e715-b814-4618-89c6-519fba78349f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.025802
10.0.0.240 - - [2026-05-18 03:43:01] "DELETE /project/da0e2a7c-46b9-4f87-b731-f8f8f10e8393 HTTP/1.1" 200 115 1.944372
10.0.0.240 - - [2026-05-18 03:43:01] "DELETE /project/32d65075-4e9d-414d-b353-0104f169e849 HTTP/1.1" 200 115 1.946388
10.0.0.240 - - [2026-05-18 03:43:01] "DELETE /project/9308c11b-df14-47f9-a14c-09b132d51d42 HTTP/1.1" 200 115 1.956997
10.0.0.240 - - [2026-05-18 03:43:01] "DELETE /access-control-list/672619ec-19bc-4167-9e1e-0c34397336fc HTTP/1.1" 200 115 0.156794
10.0.0.240 - - [2026-05-18 03:43:01] "DELETE /project/fecb5168-33d8-4b1e-a31f-71df935dd71d HTTP/1.1" 200 115 2.009135
10.0.0.240 - - [2026-05-18 03:43:01] "DELETE /project/95e01dae-c107-4bc5-a93d-e55c36ba6d21 HTTP/1.1" 200 115 1.821461
10.0.0.23 - - [2026-05-18 03:43:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004283
10.0.0.23 - - [2026-05-18 03:43:05] "GET /virtual-network/65f8e715-b814-4618-89c6-519fba78349f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.006823
10.0.0.23 - - [2026-05-18 03:43:08] "POST /neutron/port HTTP/1.1" 200 1217 0.022458
10.0.0.23 - - [2026-05-18 03:43:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004744
10.0.0.23 - - [2026-05-18 03:43:08] "POST /neutron/port HTTP/1.1" 200 117 0.001345
10.0.0.23 - - [2026-05-18 03:43:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003211
10.0.0.23 - - [2026-05-18 03:43:09] "GET /virtual-network/65f8e715-b814-4618-89c6-519fba78349f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.005604
10.0.0.23 - - [2026-05-18 03:43:13] "POST /neutron/port HTTP/1.1" 200 1217 0.024060
10.0.0.23 - - [2026-05-18 03:43:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006653
10.0.0.23 - - [2026-05-18 03:43:13] "POST /neutron/port HTTP/1.1" 200 117 0.000989
10.0.0.23 - - [2026-05-18 03:43:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004014
10.0.0.23 - - [2026-05-18 03:43:13] "GET /virtual-network/65f8e715-b814-4618-89c6-519fba78349f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.006515
10.0.0.23 - - [2026-05-18 03:43:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004215
10.0.0.23 - - [2026-05-18 03:43:17] "GET /virtual-network/65f8e715-b814-4618-89c6-519fba78349f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.006434
10.0.0.23 - - [2026-05-18 03:43:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003066
10.0.0.23 - - [2026-05-18 03:43:21] "GET /virtual-network/65f8e715-b814-4618-89c6-519fba78349f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.005181
10.0.0.23 - - [2026-05-18 03:43:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005457
10.0.0.23 - - [2026-05-18 03:43:25] "GET /virtual-network/65f8e715-b814-4618-89c6-519fba78349f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.006519
10.0.0.23 - - [2026-05-18 03:43:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.008118
10.0.0.23 - - [2026-05-18 03:43:27] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005872
10.0.0.23 - - [2026-05-18 03:43:27] "GET /virtual-networks?parent_id=d2b4474e-a66d-424a-b9f4-030ff0131cbd&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004033
10.0.0.23 - - [2026-05-18 03:43:27] "GET /virtual-network/65f8e715-b814-4618-89c6-519fba78349f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.006989
10.0.0.23 - - [2026-05-18 03:43:27] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010683
10.0.0.23 - - [2026-05-18 03:43:35] "POST /neutron/port HTTP/1.1" 200 1123 0.061564
10.0.0.23 - - [2026-05-18 03:43:38] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007031
10.0.0.23 - - [2026-05-18 03:43:48] "POST /neutron/port HTTP/1.1" 200 1123 0.018882
10.0.0.23 - - [2026-05-18 03:43:48] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008333
10.0.0.23 - - [2026-05-18 03:43:48] "POST /neutron/port HTTP/1.1" 200 1123 0.016803
10.0.0.23 - - [2026-05-18 03:43:48] "POST /neutron/network HTTP/1.1" 200 823 0.008502
10.0.0.23 - - [2026-05-18 03:43:48] "POST /id-to-fqname HTTP/1.1" 200 218 0.001258
10.0.0.23 - - [2026-05-18 03:43:48] "GET /virtual-machine/ba3738a4-e77b-4af7-99e7-e6801e076ba1 HTTP/1.1" 200 1293 0.004357
10.0.0.23 - - [2026-05-18 03:43:48] "GET /virtual-machine-interface/944f4a93-50ba-4e68-8c90-f1731205e0f8 HTTP/1.1" 200 2938 0.006192
10.0.0.23 - - [2026-05-18 03:43:48] "GET /instance-ip/76de23f8-c2a3-40e0-b283-924801497a56 HTTP/1.1" 200 1620 0.005976
10.0.0.23 - - [2026-05-18 03:43:48] "POST /fqname-to-id HTTP/1.1" 404 208 0.005021
10.0.0.23 - - [2026-05-18 03:43:48] "GET /virtual-network/65f8e715-b814-4618-89c6-519fba78349f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.006095
10.0.0.240 - - [2026-05-18 03:43:48] "GET /projects?obj_uuids=d2b4474e-a66d-424a-b9f4-030ff0131cbd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001008
10.0.0.23 - - [2026-05-18 03:43:49] "GET /project/d2b4474e-a66d-424a-b9f4-030ff0131cbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.046976
10.0.0.23 - - [2026-05-18 03:43:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003224
10.0.0.23 - - [2026-05-18 03:43:49] "GET /security-group/00b00e07-fd8f-481a-a75c-6d793d3df75e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3747 0.005881
10.0.0.23 - - [2026-05-18 03:43:49] "POST /virtual-machine-interfaces HTTP/1.1" 200 565 0.110732
10.0.0.23 - - [2026-05-18 03:43:49] "POST /instance-ips HTTP/1.1" 200 358 0.052835
10.0.0.23 - - [2026-05-18 03:43:49] "GET /instance-ip/a56933cd-d11f-49c0-a7da-535d90f74ad8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1575 0.006239
10.0.0.23 - - [2026-05-18 03:43:49] "GET /virtual-machine-interface/1e017ca0-8e00-44cd-87fe-5f5b23691d91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2344 0.007932
10.0.0.23 - - [2026-05-18 03:43:49] "GET /virtual-machine-interface/1e017ca0-8e00-44cd-87fe-5f5b23691d91?fields=instance_ip_back_refs HTTP/1.1" 200 1324 0.009003
10.0.0.23 - - [2026-05-18 03:43:49] "GET /instance-ip/a56933cd-d11f-49c0-a7da-535d90f74ad8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1575 0.006196
10.0.0.23 - - [2026-05-18 03:43:49] "POST /id-to-fqname HTTP/1.1" 200 218 0.001384
10.0.0.23 - - [2026-05-18 03:43:50] "POST /neutron/port HTTP/1.1" 200 966 0.011627
10.0.0.23 - - [2026-05-18 03:43:50] "POST /neutron/port HTTP/1.1" 200 966 0.012183
10.0.0.23 - - [2026-05-18 03:43:50] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008145
10.0.0.23 - - [2026-05-18 03:43:50] "POST /neutron/port HTTP/1.1" 200 966 0.011665
10.0.0.23 - - [2026-05-18 03:43:50] "POST /neutron/port HTTP/1.1" 200 966 0.012456
10.0.0.23 - - [2026-05-18 03:43:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005954
10.0.0.23 - - [2026-05-18 03:43:51] "POST /neutron/network HTTP/1.1" 200 823 0.011559
10.0.0.22 - - [2026-05-18 03:43:55] "GET /obj-perms HTTP/1.1" 200 5056 0.060344
10.0.0.23 - - [2026-05-18 03:43:55] "POST /neutron/port HTTP/1.1" 200 1068 0.022702
10.0.0.23 - - [2026-05-18 03:43:55] "POST /neutron/security_group HTTP/1.1" 200 2056 0.011554
10.0.0.23 - - [2026-05-18 03:43:55] "GET /virtual-machine/93c62d73-3237-4549-9e2c-a1ba26c7bd4e HTTP/1.1" 200 1271 0.007096
10.0.0.23 - - [2026-05-18 03:43:55] "GET /virtual-machine-interface/1e017ca0-8e00-44cd-87fe-5f5b23691d91 HTTP/1.1" 200 2986 0.007282
10.0.0.23 - - [2026-05-18 03:43:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.006635
10.0.0.23 - - [2026-05-18 03:43:55] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004437
10.0.0.23 - - [2026-05-18 03:43:55] "GET /virtual-networks?parent_id=d2b4474e-a66d-424a-b9f4-030ff0131cbd&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003743
10.0.0.23 - - [2026-05-18 03:43:55] "GET /virtual-network/65f8e715-b814-4618-89c6-519fba78349f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.005806
10.0.0.23 - - [2026-05-18 03:43:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004496
10.0.0.23 - - [2026-05-18 03:43:59] "GET /virtual-network/65f8e715-b814-4618-89c6-519fba78349f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.006413
10.0.0.23 - - [2026-05-18 03:44:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003691
10.0.0.23 - - [2026-05-18 03:44:03] "GET /virtual-network/65f8e715-b814-4618-89c6-519fba78349f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.006102
10.0.0.23 - - [2026-05-18 03:44:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003882
10.0.0.23 - - [2026-05-18 03:44:07] "GET /virtual-network/65f8e715-b814-4618-89c6-519fba78349f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.006663
10.0.0.23 - - [2026-05-18 03:44:10] "POST /neutron/network HTTP/1.1" 200 936 0.038750
10.0.0.23 - - [2026-05-18 03:44:10] "POST /neutron/port HTTP/1.1" 200 117 0.001042
10.0.0.23 - - [2026-05-18 03:44:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003916
10.0.0.23 - - [2026-05-18 03:44:11] "GET /virtual-network/65f8e715-b814-4618-89c6-519fba78349f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.006784
10.0.0.23 - - [2026-05-18 03:44:14] "POST /neutron/port HTTP/1.1" 200 1106 0.021362
10.0.0.23 - - [2026-05-18 03:44:14] "POST /neutron/subnet HTTP/1.1" 200 694 0.009470
10.0.0.23 - - [2026-05-18 03:44:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003856
10.0.0.23 - - [2026-05-18 03:44:15] "GET /virtual-network/65f8e715-b814-4618-89c6-519fba78349f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.007116
10.0.0.23 - - [2026-05-18 03:44:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003771
10.0.0.23 - - [2026-05-18 03:44:19] "GET /virtual-network/65f8e715-b814-4618-89c6-519fba78349f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.009788
10.0.0.23 - - [2026-05-18 03:44:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004553
10.0.0.23 - - [2026-05-18 03:44:23] "GET /virtual-network/65f8e715-b814-4618-89c6-519fba78349f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.006891
10.0.0.23 - - [2026-05-18 03:44:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003691
10.0.0.23 - - [2026-05-18 03:44:27] "GET /virtual-network/65f8e715-b814-4618-89c6-519fba78349f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.005775
10.0.0.23 - - [2026-05-18 03:44:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004088
10.0.0.23 - - [2026-05-18 03:44:31] "GET /virtual-network/65f8e715-b814-4618-89c6-519fba78349f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.005616
10.0.0.23 - - [2026-05-18 03:44:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.005724
10.0.0.23 - - [2026-05-18 03:44:35] "GET /virtual-network/65f8e715-b814-4618-89c6-519fba78349f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.006145
10.0.0.23 - - [2026-05-18 03:44:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004384
10.0.0.23 - - [2026-05-18 03:44:40] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004602
10.0.0.23 - - [2026-05-18 03:44:40] "GET /virtual-networks?parent_id=d2b4474e-a66d-424a-b9f4-030ff0131cbd&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003266
10.0.0.23 - - [2026-05-18 03:44:40] "GET /virtual-network/65f8e715-b814-4618-89c6-519fba78349f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.007383
10.0.0.23 - - [2026-05-18 03:44:40] "POST /neutron/port HTTP/1.1" 200 1068 0.020204
10.0.0.23 - - [2026-05-18 03:44:45] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007939
10.0.0.23 - - [2026-05-18 03:44:51] "POST /neutron/port HTTP/1.1" 200 1068 0.022258
10.0.0.23 - - [2026-05-18 03:44:55] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007954
10.0.0.23 - - [2026-05-18 03:45:00] "POST /id-to-fqname HTTP/1.1" 200 218 0.001799
10.0.0.23 - - [2026-05-18 03:45:01] "POST /neutron/network HTTP/1.1" 200 833 0.009289
10.0.0.240 - - [2026-05-18 03:45:02] "GET /projects?obj_uuids=d2b4474e-a66d-424a-b9f4-030ff0131cbd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.034502
10.0.0.23 - - [2026-05-18 03:45:02] "GET /project/d2b4474e-a66d-424a-b9f4-030ff0131cbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.127626
10.0.0.23 - - [2026-05-18 03:45:02] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008586
10.0.0.23 - - [2026-05-18 03:45:02] "POST /neutron/network HTTP/1.1" 200 833 0.007491
10.0.0.23 - - [2026-05-18 03:45:03] "POST /neutron/port HTTP/1.1" 200 1059 0.026307
10.0.0.23 - - [2026-05-18 03:45:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.011028
10.0.0.23 - - [2026-05-18 03:45:03] "POST /neutron/network HTTP/1.1" 200 823 0.009185
10.0.0.23 - - [2026-05-18 03:45:07] "POST /neutron/port HTTP/1.1" 200 1123 0.025947
10.0.0.23 - - [2026-05-18 03:45:07] "POST /neutron/security_group HTTP/1.1" 200 2056 0.011376
10.0.0.23 - - [2026-05-18 03:45:07] "GET /virtual-machine/ef4a4738-fc70-4de3-9d6e-233feec97cb6 HTTP/1.1" 200 1293 0.007372
10.0.0.23 - - [2026-05-18 03:45:07] "GET /virtual-machine-interface/534100c5-e43c-414d-9b9b-bde1e8f136c2 HTTP/1.1" 200 2937 0.007823
10.0.0.23 - - [2026-05-18 03:45:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003497
10.0.0.23 - - [2026-05-18 03:45:07] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004679
10.0.0.23 - - [2026-05-18 03:45:07] "GET /virtual-networks?parent_id=d2b4474e-a66d-424a-b9f4-030ff0131cbd&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004082
10.0.0.23 - - [2026-05-18 03:45:08] "GET /virtual-network/65f8e715-b814-4618-89c6-519fba78349f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.006783
10.0.0.23 - - [2026-05-18 03:45:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003801
10.0.0.23 - - [2026-05-18 03:45:11] "GET /virtual-network/65f8e715-b814-4618-89c6-519fba78349f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.008005
10.0.0.23 - - [2026-05-18 03:45:11] "POST /neutron/network HTTP/1.1" 200 833 0.008495
10.0.0.23 - - [2026-05-18 03:45:11] "POST /neutron/port HTTP/1.1" 200 117 0.001473
10.0.0.23 - - [2026-05-18 03:45:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005048
10.0.0.23 - - [2026-05-18 03:45:15] "GET /virtual-network/65f8e715-b814-4618-89c6-519fba78349f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.005622
10.0.0.23 - - [2026-05-18 03:45:15] "POST /neutron/port HTTP/1.1" 200 1217 0.017887
10.0.0.23 - - [2026-05-18 03:45:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005607
10.0.0.23 - - [2026-05-18 03:45:15] "POST /neutron/port HTTP/1.1" 200 117 0.001655
10.0.0.23 - - [2026-05-18 03:45:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003636
10.0.0.23 - - [2026-05-18 03:45:19] "GET /virtual-network/65f8e715-b814-4618-89c6-519fba78349f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.005398
10.0.0.23 - - [2026-05-18 03:45:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.006447
10.0.0.23 - - [2026-05-18 03:45:23] "GET /virtual-network/65f8e715-b814-4618-89c6-519fba78349f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.005949
10.0.0.23 - - [2026-05-18 03:45:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003501
10.0.0.23 - - [2026-05-18 03:45:27] "GET /virtual-network/65f8e715-b814-4618-89c6-519fba78349f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.007064
10.0.0.23 - - [2026-05-18 03:45:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003972
10.0.0.23 - - [2026-05-18 03:45:31] "GET /virtual-network/65f8e715-b814-4618-89c6-519fba78349f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.006685
10.0.0.23 - - [2026-05-18 03:45:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.005008
10.0.0.23 - - [2026-05-18 03:45:35] "GET /virtual-network/65f8e715-b814-4618-89c6-519fba78349f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.007405
10.0.0.23 - - [2026-05-18 03:45:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003692
10.0.0.23 - - [2026-05-18 03:45:39] "GET /virtual-network/65f8e715-b814-4618-89c6-519fba78349f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.005200
10.0.0.23 - - [2026-05-18 03:45:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.005257
10.0.0.23 - - [2026-05-18 03:45:43] "GET /virtual-network/65f8e715-b814-4618-89c6-519fba78349f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.006693
10.0.0.23 - - [2026-05-18 03:45:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003927
10.0.0.23 - - [2026-05-18 03:45:47] "GET /virtual-network/65f8e715-b814-4618-89c6-519fba78349f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.006106
10.0.0.23 - - [2026-05-18 03:45:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004727
10.0.0.23 - - [2026-05-18 03:45:52] "GET /virtual-network/65f8e715-b814-4618-89c6-519fba78349f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.007184
10.0.0.23 - - [2026-05-18 03:45:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004465
10.0.0.23 - - [2026-05-18 03:45:54] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004726
10.0.0.23 - - [2026-05-18 03:45:54] "GET /virtual-networks?parent_id=d2b4474e-a66d-424a-b9f4-030ff0131cbd&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.008669
10.0.0.23 - - [2026-05-18 03:45:54] "GET /virtual-network/65f8e715-b814-4618-89c6-519fba78349f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.007155
10.0.0.23 - - [2026-05-18 03:45:54] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010715
10.0.0.240 - - [2026-05-18 03:45:57] "GET /obj-perms HTTP/1.1" 200 5056 0.061567
10.0.0.23 - - [2026-05-18 03:46:04] "POST /neutron/port HTTP/1.1" 200 1123 0.019078
10.0.0.23 - - [2026-05-18 03:46:05] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008707
10.0.0.23 - - [2026-05-18 03:46:11] "POST /neutron/port HTTP/1.1" 200 1217 0.023700
10.0.0.23 - - [2026-05-18 03:46:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004556
10.0.0.23 - - [2026-05-18 03:46:11] "POST /neutron/port HTTP/1.1" 200 117 0.001432
10.0.0.23 - - [2026-05-18 03:46:15] "POST /neutron/port HTTP/1.1" 200 1123 0.021362
10.0.0.23 - - [2026-05-18 03:46:15] "POST /neutron/port HTTP/1.1" 200 1106 0.060045
10.0.0.23 - - [2026-05-18 03:46:15] "POST /neutron/subnet HTTP/1.1" 200 694 0.010198
10.0.0.23 - - [2026-05-18 03:46:20] "POST /neutron/port HTTP/1.1" 200 1123 0.019745
10.0.0.23 - - [2026-05-18 03:46:20] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009151
10.0.0.23 - - [2026-05-18 03:46:20] "POST /neutron/port HTTP/1.1" 200 1123 0.018653
10.0.0.23 - - [2026-05-18 03:46:20] "POST /neutron/network HTTP/1.1" 200 823 0.009772
10.0.0.23 - - [2026-05-18 03:46:20] "POST /id-to-fqname HTTP/1.1" 200 218 0.001274
10.0.0.23 - - [2026-05-18 03:46:20] "GET /virtual-machine/ef4a4738-fc70-4de3-9d6e-233feec97cb6 HTTP/1.1" 200 1293 0.004049
10.0.0.23 - - [2026-05-18 03:46:20] "GET /virtual-machine-interface/534100c5-e43c-414d-9b9b-bde1e8f136c2 HTTP/1.1" 200 2937 0.006320
10.0.0.23 - - [2026-05-18 03:46:20] "GET /instance-ip/3e145819-e27c-4aa7-90aa-9e2cce9ac891 HTTP/1.1" 200 1620 0.006602
10.0.0.23 - - [2026-05-18 03:46:20] "GET /virtual-machine-interface/534100c5-e43c-414d-9b9b-bde1e8f136c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2715 0.006357
10.0.0.23 - - [2026-05-18 03:46:20] "PUT /virtual-machine-interface/534100c5-e43c-414d-9b9b-bde1e8f136c2 HTTP/1.1" 200 285 0.017139
10.0.0.22 - - [2026-05-18 03:46:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000382
10.0.0.22 - - [2026-05-18 03:46:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000366
10.0.0.240 - - [2026-05-18 03:46:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000533
10.0.0.240 - - [2026-05-18 03:46:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000542
10.0.0.23 - - [2026-05-18 03:46:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000432
10.0.0.23 - - [2026-05-18 03:46:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000909
10.0.0.22 - - [2026-05-18 03:46:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000452
10.0.0.22 - - [2026-05-18 03:46:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000393
10.0.0.240 - - [2026-05-18 03:46:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000526
10.0.0.240 - - [2026-05-18 03:46:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000686
10.0.0.23 - - [2026-05-18 03:46:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000391
10.0.0.23 - - [2026-05-18 03:46:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000423
10.0.0.23 - - [2026-05-18 03:47:12] "POST /neutron/network HTTP/1.1" 200 936 0.009125
10.0.0.23 - - [2026-05-18 03:47:12] "POST /neutron/port HTTP/1.1" 200 117 0.001929
10.0.0.23 - - [2026-05-18 03:47:16] "POST /neutron/port HTTP/1.1" 200 1123 0.022502
10.0.0.23 - - [2026-05-18 03:47:16] "POST /neutron/subnet HTTP/1.1" 200 703 0.010145
10.0.0.23 - - [2026-05-18 03:47:54] "DELETE /instance-ip/a56933cd-d11f-49c0-a7da-535d90f74ad8 HTTP/1.1" 200 115 0.117707
10.0.0.23 - - [2026-05-18 03:47:54] "DELETE /virtual-machine-interface/1e017ca0-8e00-44cd-87fe-5f5b23691d91 HTTP/1.1" 200 115 0.104945
10.0.0.23 - - [2026-05-18 03:47:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003447
10.0.0.23 - - [2026-05-18 03:47:54] "GET /virtual-network/65f8e715-b814-4618-89c6-519fba78349f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.006512
10.0.0.23 - - [2026-05-18 03:47:54] "PUT /virtual-network/65f8e715-b814-4618-89c6-519fba78349f HTTP/1.1" 200 265 0.075505
10.0.0.23 - - [2026-05-18 03:47:54] "POST /neutron/port HTTP/1.1" 200 1123 0.063349
10.0.0.23 - - [2026-05-18 03:47:54] "POST /neutron/network HTTP/1.1" 400 204 0.015143
10.0.0.240 - - [2026-05-18 03:47:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.044421
10.0.0.23 - - [2026-05-18 03:47:55] "POST /neutron/port HTTP/1.1" 200 1113 0.017216
10.0.0.240 - - [2026-05-18 03:47:56] "POST /useragent-kv HTTP/1.1" 200 115 0.002784
10.0.0.240 - - [2026-05-18 03:47:56] "POST /useragent-kv HTTP/1.1" 200 115 0.002861
10.0.0.23 - - [2026-05-18 03:47:56] "POST /neutron/network HTTP/1.1" 200 151 0.129756
10.0.0.240 - - [2026-05-18 03:47:57] "DELETE /route-target/5f5000d6-1d61-4058-b0b6-fd0461506afd HTTP/1.1" 200 115 0.033241
10.0.0.240 - - [2026-05-18 03:47:58] "GET /projects?obj_uuids=d2b4474e-a66d-424a-b9f4-030ff0131cbd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001169
10.0.0.23 - - [2026-05-18 03:47:58] "GET /project/d2b4474e-a66d-424a-b9f4-030ff0131cbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.232143
10.0.0.240 - - [2026-05-18 03:47:58] "GET /projects?obj_uuids=d2b4474e-a66d-424a-b9f4-030ff0131cbd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000983
10.0.0.23 - - [2026-05-18 03:47:58] "GET /obj-perms HTTP/1.1" 200 5056 0.113402
10.0.0.23 - - [2026-05-18 03:47:58] "GET /project/d2b4474e-a66d-424a-b9f4-030ff0131cbd?fields=virtual_networks HTTP/1.1" 200 1030 0.041124
10.0.0.240 - - [2026-05-18 03:47:58] "GET /projects?obj_uuids=d2b4474e-a66d-424a-b9f4-030ff0131cbd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001090
10.0.0.23 - - [2026-05-18 03:47:58] "GET /project/d2b4474e-a66d-424a-b9f4-030ff0131cbd?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.037694
10.0.0.240 - - [2026-05-18 03:47:58] "GET /projects?obj_uuids=d2b4474e-a66d-424a-b9f4-030ff0131cbd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002396
10.0.0.23 - - [2026-05-18 03:47:58] "GET /project/d2b4474e-a66d-424a-b9f4-030ff0131cbd?fields=security_groups HTTP/1.1" 200 1255 0.043780
10.0.0.22 - - [2026-05-18 03:47:59] "GET /obj-perms HTTP/1.1" 200 5056 0.370045
10.0.0.23 - - [2026-05-18 03:48:00] "POST /fqname-to-id HTTP/1.1" 404 185 0.581375
10.0.0.240 - - [2026-05-18 03:48:00] "GET /projects?obj_uuids=a608144e-3e0d-4fe9-8080-7c98ca87c9f6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.016787
10.0.0.240 - - [2026-05-18 03:48:01] "GET /domains?obj_uuids=4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001192
10.0.0.240 - - [2026-05-18 03:48:01] "GET /domain/4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.093294
10.0.0.240 - - [2026-05-18 03:48:01] "DELETE /project/d2b4474e-a66d-424a-b9f4-030ff0131cbd HTTP/1.1" 404 177 0.007795
10.0.0.240 - - [2026-05-18 03:48:01] "POST /id-to-fqname HTTP/1.1" 200 187 0.005035
10.0.0.240 - - [2026-05-18 03:48:01] "POST /fqname-to-id HTTP/1.1" 404 196 0.006997
10.0.0.240 - - [2026-05-18 03:48:01] "POST /security-groups HTTP/1.1" 200 588 0.094898
10.0.0.240 - - [2026-05-18 03:48:01] "POST /fqname-to-id HTTP/1.1" 404 231 0.007987
10.0.0.240 - - [2026-05-18 03:48:01] "POST /projects HTTP/1.1" 200 579 0.442763
10.0.0.240 - - [2026-05-18 03:48:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.509474
10.0.0.23 - - [2026-05-18 03:48:01] "GET /project/a608144e-3e0d-4fe9-8080-7c98ca87c9f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.837117
10.0.0.240 - - [2026-05-18 03:48:01] "POST /access-control-lists HTTP/1.1" 200 593 0.057180
10.0.0.23 - - [2026-05-18 03:48:03] "GET / HTTP/1.1" 200 36215 0.002318
10.0.0.23 - - [2026-05-18 03:48:04] "POST /fqname-to-id HTTP/1.1" 401 292 0.000686
10.0.0.23 - - [2026-05-18 03:48:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.071412
10.0.0.240 - - [2026-05-18 03:48:05] "GET /projects?obj_uuids=a608144e-3e0d-4fe9-8080-7c98ca87c9f6&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000903
10.0.0.23 - - [2026-05-18 03:48:05] "GET /project/a608144e-3e0d-4fe9-8080-7c98ca87c9f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.059886
10.0.0.23 - - [2026-05-18 03:48:05] "POST /neutron/network HTTP/1.1" 200 117 0.053515
10.0.0.23 - - [2026-05-18 03:48:06] "POST /neutron/network HTTP/1.1" 200 827 0.010232
10.0.0.23 - - [2026-05-18 03:48:06] "POST /id-to-fqname HTTP/1.1" 200 221 0.001160
10.0.0.23 - - [2026-05-18 03:48:06] "GET /virtual-network/b9e17d31-b105-44fd-9e9d-ea15e84f70ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006051
10.0.0.23 - - [2026-05-18 03:48:06] "GET /virtual-network/b9e17d31-b105-44fd-9e9d-ea15e84f70ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006241
10.0.0.23 - - [2026-05-18 03:48:06] "POST /neutron/subnet HTTP/1.1" 200 715 0.013967
10.0.0.23 - - [2026-05-18 03:48:06] "POST /fqname-to-id HTTP/1.1" 404 207 0.003706
10.0.0.23 - - [2026-05-18 03:48:06] "GET /virtual-network/b9e17d31-b105-44fd-9e9d-ea15e84f70ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005982
10.0.0.23 - - [2026-05-18 03:48:06] "GET /virtual-machine-interface/a2969cd9-1774-401a-883b-385bb9a41961?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2354 0.010034
10.0.0.23 - - [2026-05-18 03:48:06] "GET /virtual-machine-interface/a2969cd9-1774-401a-883b-385bb9a41961?fields=instance_ip_back_refs HTTP/1.1" 200 1321 0.011005
10.0.0.23 - - [2026-05-18 03:48:06] "GET /instance-ip/92a4c508-78bd-41d1-b1c2-986a1e0fd8d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1602 0.005954
10.0.0.23 - - [2026-05-18 03:48:06] "POST /id-to-fqname HTTP/1.1" 200 221 0.001580
10.0.0.23 - - [2026-05-18 03:48:06] "POST /neutron/network HTTP/1.1" 200 837 0.008028
10.0.0.240 - - [2026-05-18 03:48:07] "GET /projects?obj_uuids=a608144e-3e0d-4fe9-8080-7c98ca87c9f6&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001077
10.0.0.23 - - [2026-05-18 03:48:07] "GET /project/a608144e-3e0d-4fe9-8080-7c98ca87c9f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.085563
10.0.0.23 - - [2026-05-18 03:48:08] "POST /neutron/port HTTP/1.1" 200 117 0.009322
10.0.0.23 - - [2026-05-18 03:48:08] "POST /id-to-fqname HTTP/1.1" 200 221 0.001364
10.0.0.23 - - [2026-05-18 03:48:08] "POST /neutron/port HTTP/1.1" 200 981 0.048368
10.0.0.23 - - [2026-05-18 03:48:08] "POST /neutron/network HTTP/1.1" 200 837 0.007995
10.0.0.23 - - [2026-05-18 03:48:09] "POST /neutron/port HTTP/1.1" 200 5016 0.111300
10.0.0.23 - - [2026-05-18 03:48:09] "POST /neutron/port HTTP/1.1" 200 1055 0.015068
10.0.0.240 - - [2026-05-18 03:48:09] "GET /projects?obj_uuids=a608144e-3e0d-4fe9-8080-7c98ca87c9f6&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001220
10.0.0.23 - - [2026-05-18 03:48:09] "GET /project/a608144e-3e0d-4fe9-8080-7c98ca87c9f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.046193
10.0.0.23 - - [2026-05-18 03:48:09] "POST /fqname-to-id HTTP/1.1" 404 208 0.005885
10.0.0.23 - - [2026-05-18 03:48:09] "POST /interface-route-tables HTTP/1.1" 200 558 0.050251
10.0.0.23 - - [2026-05-18 03:48:09] "GET /interface-route-table/319f119c-bc57-464c-9fc4-91cfb722e1be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1275 0.007365
10.0.0.23 - - [2026-05-18 03:48:09] "POST /neutron/port HTTP/1.1" 200 1119 0.021826
10.0.0.23 - - [2026-05-18 03:48:09] "POST /neutron/port HTTP/1.1" 200 981 0.011885
10.0.0.23 - - [2026-05-18 03:48:09] "POST /neutron/network HTTP/1.1" 200 827 0.008546
10.0.0.23 - - [2026-05-18 03:48:09] "POST /neutron/port HTTP/1.1" 200 1073 0.146916
10.0.0.23 - - [2026-05-18 03:48:09] "POST /neutron/subnet HTTP/1.1" 200 689 0.013570
10.0.0.23 - - [2026-05-18 03:48:10] "GET /virtual-machine-interface/a2969cd9-1774-401a-883b-385bb9a41961?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2668 0.009523
10.0.0.23 - - [2026-05-18 03:48:10] "POST /ref-update HTTP/1.1" 200 156 0.016399
10.0.0.23 - - [2026-05-18 03:48:10] "POST /neutron/port HTTP/1.1" 200 1119 0.019774
10.0.0.23 - - [2026-05-18 03:48:15] "POST /neutron/security_group HTTP/1.1" 200 2055 0.008353
10.0.0.23 - - [2026-05-18 03:48:15] "POST /neutron/port HTTP/1.1" 200 1119 0.022982
10.0.0.23 - - [2026-05-18 03:48:16] "POST /neutron/security_group HTTP/1.1" 200 2055 0.008969
10.0.0.23 - - [2026-05-18 03:48:16] "GET /virtual-machine/e810e9b3-355f-421f-9b1c-84818e672313 HTTP/1.1" 401 292 0.000499
10.0.0.23 - - [2026-05-18 03:48:16] "GET /virtual-machine/e810e9b3-355f-421f-9b1c-84818e672313 HTTP/1.1" 200 1292 0.039330
10.0.0.23 - - [2026-05-18 03:48:16] "GET /virtual-machine/e810e9b3-355f-421f-9b1c-84818e672313 HTTP/1.1" 200 1292 0.003792
10.0.0.23 - - [2026-05-18 03:48:16] "GET /virtual-machine-interface/aade9cec-b11b-4f12-8a57-38c0c8de7eed HTTP/1.1" 200 2944 0.005930
10.0.0.23 - - [2026-05-18 03:48:16] "GET /virtual-machine/e810e9b3-355f-421f-9b1c-84818e672313 HTTP/1.1" 200 1292 0.004351
10.0.0.23 - - [2026-05-18 03:48:16] "GET /virtual-machine-interface/aade9cec-b11b-4f12-8a57-38c0c8de7eed HTTP/1.1" 200 2944 0.007147
10.0.0.23 - - [2026-05-18 03:48:16] "GET /instance-ip/99ecd25e-c8b1-4c26-8ee7-c93a9cd4b136 HTTP/1.1" 200 1620 0.007933
10.0.0.23 - - [2026-05-18 03:48:16] "GET /virtual-machine/e810e9b3-355f-421f-9b1c-84818e672313 HTTP/1.1" 200 1292 0.004047
10.0.0.23 - - [2026-05-18 03:48:16] "GET /virtual-machine-interface/aade9cec-b11b-4f12-8a57-38c0c8de7eed HTTP/1.1" 200 2944 0.015455
10.0.0.23 - - [2026-05-18 03:48:16] "GET /instance-ip/99ecd25e-c8b1-4c26-8ee7-c93a9cd4b136 HTTP/1.1" 200 1620 0.004659
10.0.0.23 - - [2026-05-18 03:48:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003730
10.0.0.23 - - [2026-05-18 03:48:16] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004262
10.0.0.23 - - [2026-05-18 03:48:16] "GET /virtual-networks?parent_id=a608144e-3e0d-4fe9-8080-7c98ca87c9f6&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003554
10.0.0.23 - - [2026-05-18 03:48:16] "GET /virtual-network/b9e17d31-b105-44fd-9e9d-ea15e84f70ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005879
10.0.0.23 - - [2026-05-18 03:48:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004092
10.0.0.23 - - [2026-05-18 03:48:16] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.007633
10.0.0.23 - - [2026-05-18 03:48:16] "GET /virtual-networks?parent_id=a608144e-3e0d-4fe9-8080-7c98ca87c9f6&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003544
10.0.0.23 - - [2026-05-18 03:48:16] "GET /virtual-network/b9e17d31-b105-44fd-9e9d-ea15e84f70ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007232
10.0.0.23 - - [2026-05-18 03:48:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004913
10.0.0.23 - - [2026-05-18 03:48:16] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006289
10.0.0.23 - - [2026-05-18 03:48:16] "GET /virtual-networks?parent_id=a608144e-3e0d-4fe9-8080-7c98ca87c9f6&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003860
10.0.0.23 - - [2026-05-18 03:48:16] "GET /virtual-network/b9e17d31-b105-44fd-9e9d-ea15e84f70ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007195
10.0.0.23 - - [2026-05-18 03:48:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004478
10.0.0.23 - - [2026-05-18 03:48:16] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004853
10.0.0.23 - - [2026-05-18 03:48:16] "GET /virtual-networks?parent_id=a608144e-3e0d-4fe9-8080-7c98ca87c9f6&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003628
10.0.0.23 - - [2026-05-18 03:48:17] "GET /virtual-network/b9e17d31-b105-44fd-9e9d-ea15e84f70ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.008107
10.0.0.23 - - [2026-05-18 03:48:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004829
10.0.0.23 - - [2026-05-18 03:48:17] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005946
10.0.0.23 - - [2026-05-18 03:48:17] "GET /virtual-networks?parent_id=a608144e-3e0d-4fe9-8080-7c98ca87c9f6&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003633
10.0.0.23 - - [2026-05-18 03:48:17] "GET /virtual-network/b9e17d31-b105-44fd-9e9d-ea15e84f70ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006305
10.0.0.23 - - [2026-05-18 03:48:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003551
10.0.0.23 - - [2026-05-18 03:48:17] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005429
10.0.0.23 - - [2026-05-18 03:48:17] "GET /virtual-networks?parent_id=a608144e-3e0d-4fe9-8080-7c98ca87c9f6&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003497
10.0.0.23 - - [2026-05-18 03:48:17] "GET /virtual-network/b9e17d31-b105-44fd-9e9d-ea15e84f70ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.008253
10.0.0.23 - - [2026-05-18 03:48:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003510
10.0.0.23 - - [2026-05-18 03:48:17] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004692
10.0.0.23 - - [2026-05-18 03:48:17] "GET /virtual-networks?parent_id=a608144e-3e0d-4fe9-8080-7c98ca87c9f6&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003430
10.0.0.23 - - [2026-05-18 03:48:17] "GET /virtual-network/b9e17d31-b105-44fd-9e9d-ea15e84f70ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007227
10.0.0.23 - - [2026-05-18 03:48:18] "POST /neutron/network HTTP/1.1" 200 1122 0.007846
10.0.0.23 - - [2026-05-18 03:48:18] "POST /neutron/subnet HTTP/1.1" 200 1380 0.017123
10.0.0.23 - - [2026-05-18 03:48:18] "POST /neutron/network HTTP/1.1" 200 1112 0.010974
10.0.0.23 - - [2026-05-18 03:48:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003886
10.0.0.23 - - [2026-05-18 03:48:20] "GET /virtual-network/b9e17d31-b105-44fd-9e9d-ea15e84f70ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005851
10.0.0.23 - - [2026-05-18 03:48:21] "POST /neutron/port HTTP/1.1" 200 1119 0.045835
10.0.0.23 - - [2026-05-18 03:48:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004126
10.0.0.23 - - [2026-05-18 03:48:22] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005370
10.0.0.23 - - [2026-05-18 03:48:22] "GET /virtual-networks?parent_id=a608144e-3e0d-4fe9-8080-7c98ca87c9f6&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003278
10.0.0.23 - - [2026-05-18 03:48:22] "GET /virtual-network/b9e17d31-b105-44fd-9e9d-ea15e84f70ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006711
10.0.0.23 - - [2026-05-18 03:48:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003722
10.0.0.23 - - [2026-05-18 03:48:23] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003496
10.0.0.23 - - [2026-05-18 03:48:23] "GET /virtual-networks?parent_id=a608144e-3e0d-4fe9-8080-7c98ca87c9f6&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004038
10.0.0.23 - - [2026-05-18 03:48:23] "GET /virtual-network/b9e17d31-b105-44fd-9e9d-ea15e84f70ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006011
10.0.0.23 - - [2026-05-18 03:48:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.006234
10.0.0.23 - - [2026-05-18 03:48:23] "GET /routing-instance/47bae977-979e-4f87-9837-150ec86321eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1491 0.008463
10.0.0.23 - - [2026-05-18 03:48:23] "GET /route-target/c1080f69-6f90-4bbf-b54e-d3daac94582b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.005136
10.0.0.23 - - [2026-05-18 03:48:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003626
10.0.0.23 - - [2026-05-18 03:48:23] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004626
10.0.0.23 - - [2026-05-18 03:48:23] "GET /virtual-networks?parent_id=a608144e-3e0d-4fe9-8080-7c98ca87c9f6&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004610
10.0.0.23 - - [2026-05-18 03:48:23] "GET /virtual-network/b9e17d31-b105-44fd-9e9d-ea15e84f70ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.008524
10.0.0.23 - - [2026-05-18 03:48:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003654
10.0.0.23 - - [2026-05-18 03:48:23] "GET /routing-instance/47bae977-979e-4f87-9837-150ec86321eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1491 0.004766
10.0.0.23 - - [2026-05-18 03:48:23] "GET /route-target/c1080f69-6f90-4bbf-b54e-d3daac94582b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004261
10.0.0.23 - - [2026-05-18 03:48:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004118
10.0.0.23 - - [2026-05-18 03:48:23] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.010151
10.0.0.23 - - [2026-05-18 03:48:23] "GET /virtual-networks?parent_id=a608144e-3e0d-4fe9-8080-7c98ca87c9f6&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003404
10.0.0.23 - - [2026-05-18 03:48:23] "GET /virtual-network/b9e17d31-b105-44fd-9e9d-ea15e84f70ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006320
10.0.0.23 - - [2026-05-18 03:48:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004115
10.0.0.23 - - [2026-05-18 03:48:23] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004766
10.0.0.23 - - [2026-05-18 03:48:23] "GET /virtual-networks?parent_id=a608144e-3e0d-4fe9-8080-7c98ca87c9f6&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003349
10.0.0.23 - - [2026-05-18 03:48:23] "GET /virtual-network/b9e17d31-b105-44fd-9e9d-ea15e84f70ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005623
10.0.0.240 - - [2026-05-18 03:48:24] "GET /obj-perms HTTP/1.1" 200 5024 0.059100
10.0.0.23 - - [2026-05-18 03:48:24] "GET /obj-perms HTTP/1.1" 200 5024 0.057240
10.0.0.23 - - [2026-05-18 03:48:25] "GET /obj-perms HTTP/1.1" 200 5024 0.004663
10.0.0.22 - - [2026-05-18 03:48:25] "GET /obj-perms HTTP/1.1" 200 5024 0.056191
10.0.0.23 - - [2026-05-18 03:48:25] "POST /neutron/security_group HTTP/1.1" 200 2055 0.010139
10.0.0.23 - - [2026-05-18 03:48:26] "POST /neutron/port HTTP/1.1" 200 1083 0.021507
10.0.0.23 - - [2026-05-18 03:48:26] "GET /virtual-machine/1c73f099-00a3-429f-b7f0-cff735df8173 HTTP/1.1" 200 1269 0.006814
10.0.0.23 - - [2026-05-18 03:48:26] "GET /virtual-machine-interface/a2969cd9-1774-401a-883b-385bb9a41961 HTTP/1.1" 200 3157 0.005826
10.0.0.23 - - [2026-05-18 03:48:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003873
10.0.0.23 - - [2026-05-18 03:48:26] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003820
10.0.0.23 - - [2026-05-18 03:48:26] "GET /virtual-networks?parent_id=a608144e-3e0d-4fe9-8080-7c98ca87c9f6&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003285
10.0.0.23 - - [2026-05-18 03:48:26] "GET /virtual-network/b9e17d31-b105-44fd-9e9d-ea15e84f70ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007688
10.0.0.23 - - [2026-05-18 03:48:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.005873
10.0.0.23 - - [2026-05-18 03:48:27] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004056
10.0.0.23 - - [2026-05-18 03:48:27] "GET /virtual-networks?parent_id=a608144e-3e0d-4fe9-8080-7c98ca87c9f6&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004802
10.0.0.23 - - [2026-05-18 03:48:27] "GET /virtual-network/b9e17d31-b105-44fd-9e9d-ea15e84f70ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007129
10.0.0.23 - - [2026-05-18 03:48:28] "GET /virtual-network/b9e17d31-b105-44fd-9e9d-ea15e84f70ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007792
10.0.0.240 - - [2026-05-18 03:48:28] "GET /obj-perms HTTP/1.1" 200 5024 0.004053
10.0.0.23 - - [2026-05-18 03:48:28] "GET /virtual-machine/e810e9b3-355f-421f-9b1c-84818e672313 HTTP/1.1" 200 1292 0.004207
10.0.0.23 - - [2026-05-18 03:48:29] "POST /neutron/port HTTP/1.1" 200 1109 0.014347
10.0.0.23 - - [2026-05-18 03:48:30] "GET /virtual-machine/e810e9b3-355f-421f-9b1c-84818e672313 HTTP/1.1" 404 171 0.003546
10.0.0.23 - - [2026-05-18 03:48:30] "GET /virtual-machine/e810e9b3-355f-421f-9b1c-84818e672313 HTTP/1.1" 404 171 0.003682
10.0.0.23 - - [2026-05-18 03:48:30] "GET /virtual-machine/e810e9b3-355f-421f-9b1c-84818e672313 HTTP/1.1" 404 171 0.002632
10.0.0.23 - - [2026-05-18 03:48:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003801
10.0.0.23 - - [2026-05-18 03:48:30] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004724
10.0.0.23 - - [2026-05-18 03:48:30] "GET /virtual-networks?parent_id=a608144e-3e0d-4fe9-8080-7c98ca87c9f6&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004395
10.0.0.23 - - [2026-05-18 03:48:30] "GET /virtual-network/b9e17d31-b105-44fd-9e9d-ea15e84f70ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007480
10.0.0.23 - - [2026-05-18 03:48:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003892
10.0.0.23 - - [2026-05-18 03:48:31] "GET /routing-instance/47bae977-979e-4f87-9837-150ec86321eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1491 0.005538
10.0.0.23 - - [2026-05-18 03:48:31] "GET /route-target/c1080f69-6f90-4bbf-b54e-d3daac94582b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.005302
10.0.0.23 - - [2026-05-18 03:48:31] "GET /obj-perms HTTP/1.1" 200 5024 0.005878
10.0.0.22 - - [2026-05-18 03:48:34] "GET /obj-perms HTTP/1.1" 200 5024 0.004327
10.0.0.23 - - [2026-05-18 03:48:40] "GET /obj-perms HTTP/1.1" 200 5024 0.005841
10.0.0.22 - - [2026-05-18 03:48:43] "GET /obj-perms HTTP/1.1" 200 5024 0.004086
10.0.0.23 - - [2026-05-18 03:48:49] "GET /obj-perms HTTP/1.1" 200 5024 0.004060
10.0.0.22 - - [2026-05-18 03:48:52] "GET /obj-perms HTTP/1.1" 200 5024 0.004022
10.0.0.23 - - [2026-05-18 03:48:55] "GET /obj-perms HTTP/1.1" 200 5024 0.006881
10.0.0.23 - - [2026-05-18 03:48:55] "GET /interface-route-table/319f119c-bc57-464c-9fc4-91cfb722e1be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1275 0.004408
10.0.0.23 - - [2026-05-18 03:48:56] "GET /virtual-machine-interface/a2969cd9-1774-401a-883b-385bb9a41961?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2935 0.005282
10.0.0.23 - - [2026-05-18 03:48:56] "POST /ref-update HTTP/1.1" 200 156 0.017734
10.0.0.23 - - [2026-05-18 03:48:56] "DELETE /interface-route-table/319f119c-bc57-464c-9fc4-91cfb722e1be HTTP/1.1" 200 115 0.037719
10.0.0.23 - - [2026-05-18 03:48:56] "POST /neutron/port HTTP/1.1" 200 151 0.241898
10.0.0.240 - - [2026-05-18 03:48:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003609
10.0.0.240 - - [2026-05-18 03:48:58] "GET /projects?obj_uuids=a608144e-3e0d-4fe9-8080-7c98ca87c9f6&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000947
10.0.0.23 - - [2026-05-18 03:48:58] "GET /project/a608144e-3e0d-4fe9-8080-7c98ca87c9f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.048379
10.0.0.240 - - [2026-05-18 03:48:58] "GET /projects?obj_uuids=a608144e-3e0d-4fe9-8080-7c98ca87c9f6&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001329
10.0.0.23 - - [2026-05-18 03:48:58] "GET /project/a608144e-3e0d-4fe9-8080-7c98ca87c9f6?fields=virtual_networks HTTP/1.1" 200 1027 0.054618
10.0.0.240 - - [2026-05-18 03:48:58] "GET /projects?obj_uuids=a608144e-3e0d-4fe9-8080-7c98ca87c9f6&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001131
10.0.0.23 - - [2026-05-18 03:48:58] "GET /project/a608144e-3e0d-4fe9-8080-7c98ca87c9f6?fields=virtual_machine_interfaces HTTP/1.1" 200 1027 0.049208
10.0.0.240 - - [2026-05-18 03:48:58] "GET /projects?obj_uuids=a608144e-3e0d-4fe9-8080-7c98ca87c9f6&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001060
10.0.0.23 - - [2026-05-18 03:48:58] "GET /project/a608144e-3e0d-4fe9-8080-7c98ca87c9f6?fields=security_groups HTTP/1.1" 200 1251 0.044929
10.0.0.23 - - [2026-05-18 03:48:59] "POST /fqname-to-id HTTP/1.1" 404 192 0.033391
10.0.0.240 - - [2026-05-18 03:48:59] "GET /projects?obj_uuids=6e76b315-242c-4f82-b1d6-2f7021093cc0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005820
10.0.0.240 - - [2026-05-18 03:48:59] "GET /domains?obj_uuids=4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001042
10.0.0.240 - - [2026-05-18 03:48:59] "GET /domain/4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008941
10.0.0.240 - - [2026-05-18 03:49:00] "POST /id-to-fqname HTTP/1.1" 200 194 0.002912
10.0.0.240 - - [2026-05-18 03:49:00] "POST /fqname-to-id HTTP/1.1" 404 203 0.005133
10.0.0.240 - - [2026-05-18 03:49:00] "POST /security-groups HTTP/1.1" 200 595 0.050658
10.0.0.240 - - [2026-05-18 03:49:00] "POST /projects HTTP/1.1" 200 593 0.341956
10.0.0.240 - - [2026-05-18 03:49:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.382133
10.0.0.240 - - [2026-05-18 03:49:00] "POST /access-control-lists HTTP/1.1" 200 602 0.052015
10.0.0.23 - - [2026-05-18 03:49:00] "GET /project/6e76b315-242c-4f82-b1d6-2f7021093cc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.904178
10.0.0.240 - - [2026-05-18 03:49:01] "DELETE /project/6e76b315242c4f82b1d62f7021093cc0 HTTP/1.1" 404 173 0.009352
10.0.0.240 - - [2026-05-18 03:49:01] "DELETE /project/a608144e3e0d4fe980807c98ca87c9f6 HTTP/1.1" 404 173 0.014298
10.0.0.240 - - [2026-05-18 03:49:01] "GET /projects?obj_uuids=a608144e-3e0d-4fe9-8080-7c98ca87c9f6&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.002501
10.0.0.240 - - [2026-05-18 03:49:01] "GET /project/a608144e-3e0d-4fe9-8080-7c98ca87c9f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1455 0.088021
10.0.0.23 - - [2026-05-18 03:49:01] "POST /neutron/port HTTP/1.1" 200 117 0.017327
10.0.0.240 - - [2026-05-18 03:49:01] "GET /projects?obj_uuids=a608144e-3e0d-4fe9-8080-7c98ca87c9f6&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001634
10.0.0.240 - - [2026-05-18 03:49:01] "GET /project/a608144e-3e0d-4fe9-8080-7c98ca87c9f6?fields=security_groups HTTP/1.1" 200 1353 0.079282
10.0.0.240 - - [2026-05-18 03:49:02] "DELETE /security-group/6c97b9b1-d308-404a-a64e-597c966ec14a HTTP/1.1" 200 115 0.099312
10.0.0.240 - - [2026-05-18 03:49:02] "GET /projects?obj_uuids=a608144e-3e0d-4fe9-8080-7c98ca87c9f6&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001999
10.0.0.240 - - [2026-05-18 03:49:02] "DELETE /access-control-list/aeba9f7d-80b6-4f53-9ab2-e420b1f3b307 HTTP/1.1" 200 115 0.066638
10.0.0.240 - - [2026-05-18 03:49:02] "GET /project/a608144e-3e0d-4fe9-8080-7c98ca87c9f6?fields=application_policy_sets HTTP/1.1" 200 1392 0.061463
10.0.0.240 - - [2026-05-18 03:49:02] "DELETE /project/a608144e-3e0d-4fe9-8080-7c98ca87c9f6 HTTP/1.1" 200 115 0.594720
10.0.0.23 - - [2026-05-18 03:49:02] "GET / HTTP/1.1" 200 36215 0.002583
10.0.0.23 - - [2026-05-18 03:49:02] "POST /fqname-to-id HTTP/1.1" 401 292 0.000568
10.0.0.23 - - [2026-05-18 03:49:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.034491
10.0.0.240 - - [2026-05-18 03:49:03] "GET /projects?obj_uuids=6e76b315-242c-4f82-b1d6-2f7021093cc0&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001204
10.0.0.23 - - [2026-05-18 03:49:03] "GET /project/6e76b315-242c-4f82-b1d6-2f7021093cc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.064432
10.0.0.240 - - [2026-05-18 03:49:03] "GET /projects?obj_uuids=6e76b315-242c-4f82-b1d6-2f7021093cc0&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001840
10.0.0.23 - - [2026-05-18 03:49:03] "POST /neutron/network HTTP/1.1" 200 609 0.198597
10.0.0.240 - - [2026-05-18 03:49:03] "POST /ref-update HTTP/1.1" 200 156 0.044317
10.0.0.23 - - [2026-05-18 03:49:03] "POST /id-to-fqname HTTP/1.1" 200 224 0.004074
10.0.0.23 - - [2026-05-18 03:49:03] "GET /virtual-network/83def181-eba5-42ee-b7e6-ea65370eff86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007324
10.0.0.23 - - [2026-05-18 03:49:04] "POST /neutron/network HTTP/1.1" 200 828 0.008092
10.0.0.23 - - [2026-05-18 03:49:04] "GET /virtual-network/83def181-eba5-42ee-b7e6-ea65370eff86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005749
10.0.0.23 - - [2026-05-18 03:49:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004477
10.0.0.240 - - [2026-05-18 03:49:04] "GET /projects?obj_uuids=6e76b315-242c-4f82-b1d6-2f7021093cc0&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002031
10.0.0.23 - - [2026-05-18 03:49:04] "GET /project/6e76b315-242c-4f82-b1d6-2f7021093cc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.051566
10.0.0.23 - - [2026-05-18 03:49:04] "POST /neutron/network HTTP/1.1" 200 117 0.017996
10.0.0.23 - - [2026-05-18 03:49:04] "POST /neutron/network HTTP/1.1" 200 828 0.012553
10.0.0.23 - - [2026-05-18 03:49:04] "POST /id-to-fqname HTTP/1.1" 200 224 0.003391
10.0.0.23 - - [2026-05-18 03:49:04] "GET /virtual-network/2b80e939-5cfc-4059-b4e1-1b5cad888120?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.010655
10.0.0.23 - - [2026-05-18 03:49:04] "GET /virtual-network/2b80e939-5cfc-4059-b4e1-1b5cad888120?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.011160
10.0.0.23 - - [2026-05-18 03:49:04] "POST /neutron/subnet HTTP/1.1" 200 725 0.012427
10.0.0.23 - - [2026-05-18 03:49:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003841
10.0.0.240 - - [2026-05-18 03:49:04] "GET /projects?obj_uuids=6e76b315-242c-4f82-b1d6-2f7021093cc0&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001115
10.0.0.23 - - [2026-05-18 03:49:04] "GET /project/6e76b315-242c-4f82-b1d6-2f7021093cc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.046182
10.0.0.240 - - [2026-05-18 03:49:05] "POST /route-targets HTTP/1.1" 200 328 0.019153
10.0.0.240 - - [2026-05-18 03:49:05] "POST /useragent-kv HTTP/1.1" 200 115 0.008906
10.0.0.23 - - [2026-05-18 03:49:05] "POST /neutron/subnet HTTP/1.1" 200 714 0.224552
10.0.0.23 - - [2026-05-18 03:49:05] "POST /id-to-fqname HTTP/1.1" 200 224 0.001337
10.0.0.23 - - [2026-05-18 03:49:05] "GET /virtual-network/7d380deb-20df-481f-b870-3f58364da025?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.010227
10.0.0.23 - - [2026-05-18 03:49:05] "GET /virtual-network/7d380deb-20df-481f-b870-3f58364da025?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.008388
10.0.0.23 - - [2026-05-18 03:49:05] "POST /neutron/network HTTP/1.1" 200 826 0.009745
10.0.0.23 - - [2026-05-18 03:49:05] "POST /fqname-to-id HTTP/1.1" 404 214 0.005383
10.0.0.23 - - [2026-05-18 03:49:05] "GET /virtual-network/2b80e939-5cfc-4059-b4e1-1b5cad888120?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005631
10.0.0.23 - - [2026-05-18 03:49:05] "GET /virtual-machine-interface/4425e1a1-1bd6-483c-974e-9dc32ffc4bbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2377 0.009955
10.0.0.23 - - [2026-05-18 03:49:05] "GET /virtual-machine-interface/4425e1a1-1bd6-483c-974e-9dc32ffc4bbf?fields=instance_ip_back_refs HTTP/1.1" 200 1335 0.011896
10.0.0.23 - - [2026-05-18 03:49:05] "GET /instance-ip/29c95c03-4eb0-4b1d-9a34-6ad96cef298e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005610
10.0.0.23 - - [2026-05-18 03:49:05] "POST /fqname-to-id HTTP/1.1" 404 214 0.004167
10.0.0.23 - - [2026-05-18 03:49:05] "GET /virtual-network/83def181-eba5-42ee-b7e6-ea65370eff86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006376
10.0.0.240 - - [2026-05-18 03:49:05] "GET /projects?obj_uuids=6e76b315-242c-4f82-b1d6-2f7021093cc0&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001435
10.0.0.23 - - [2026-05-18 03:49:05] "GET /project/6e76b315-242c-4f82-b1d6-2f7021093cc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.045250
10.0.0.23 - - [2026-05-18 03:49:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.006148
10.0.0.23 - - [2026-05-18 03:49:06] "GET /security-group/1ff39a36-930c-4575-af26-3cba8f4a4b83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.005841
10.0.0.23 - - [2026-05-18 03:49:06] "POST /virtual-machine-interfaces HTTP/1.1" 200 571 0.118413
10.0.0.23 - - [2026-05-18 03:49:06] "POST /instance-ips HTTP/1.1" 200 358 0.055010
10.0.0.23 - - [2026-05-18 03:49:06] "GET /virtual-machine-interface/07742b29-0ceb-4fb1-9f40-ca557952320c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2653 0.007608
10.0.0.23 - - [2026-05-18 03:49:06] "GET /virtual-machine-interface/07742b29-0ceb-4fb1-9f40-ca557952320c?fields=instance_ip_back_refs HTTP/1.1" 200 1336 0.013028
10.0.0.23 - - [2026-05-18 03:49:06] "GET /instance-ip/48015243-ac45-4075-ac0f-15de495343da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1585 0.010263
10.0.0.23 - - [2026-05-18 03:49:06] "POST /fqname-to-id HTTP/1.1" 404 214 0.003643
10.0.0.23 - - [2026-05-18 03:49:06] "GET /virtual-network/2b80e939-5cfc-4059-b4e1-1b5cad888120?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.008762
10.0.0.240 - - [2026-05-18 03:49:06] "GET /projects?obj_uuids=6e76b315-242c-4f82-b1d6-2f7021093cc0&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001039
10.0.0.23 - - [2026-05-18 03:49:06] "POST /neutron/port HTTP/1.1" 200 990 0.293851
10.0.0.23 - - [2026-05-18 03:49:06] "GET /virtual-machine-interface/dbf8afcc-cc28-40fc-9899-cff198982311?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2378 0.008332
10.0.0.23 - - [2026-05-18 03:49:06] "GET /virtual-machine-interface/dbf8afcc-cc28-40fc-9899-cff198982311?fields=instance_ip_back_refs HTTP/1.1" 200 1336 0.006032
10.0.0.23 - - [2026-05-18 03:49:06] "GET /instance-ip/3acc77cb-aec5-4fd7-9338-d8f84bfedc5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005508
10.0.0.23 - - [2026-05-18 03:49:06] "POST /fqname-to-id HTTP/1.1" 404 214 0.006860
10.0.0.23 - - [2026-05-18 03:49:06] "GET /virtual-network/83def181-eba5-42ee-b7e6-ea65370eff86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.011825
10.0.0.240 - - [2026-05-18 03:49:06] "GET /projects?obj_uuids=6e76b315-242c-4f82-b1d6-2f7021093cc0&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001480
10.0.0.23 - - [2026-05-18 03:49:07] "GET /project/6e76b315-242c-4f82-b1d6-2f7021093cc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.057413
10.0.0.23 - - [2026-05-18 03:49:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003764
10.0.0.23 - - [2026-05-18 03:49:07] "GET /security-group/1ff39a36-930c-4575-af26-3cba8f4a4b83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.004956
10.0.0.23 - - [2026-05-18 03:49:07] "POST /virtual-machine-interfaces HTTP/1.1" 200 571 0.116524
10.0.0.23 - - [2026-05-18 03:49:07] "POST /instance-ips HTTP/1.1" 200 358 0.041940
10.0.0.23 - - [2026-05-18 03:49:07] "GET /virtual-machine-interface/bb3d1f3a-1a81-4309-8658-73f92c5f6ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2654 0.007956
10.0.0.23 - - [2026-05-18 03:49:07] "GET /virtual-machine-interface/bb3d1f3a-1a81-4309-8658-73f92c5f6ca6?fields=instance_ip_back_refs HTTP/1.1" 200 1337 0.010793
10.0.0.23 - - [2026-05-18 03:49:07] "GET /instance-ip/0369aedb-6ed2-479b-a8f0-9576f795b618?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1584 0.005268
10.0.0.23 - - [2026-05-18 03:49:07] "POST /fqname-to-id HTTP/1.1" 404 214 0.003779
10.0.0.23 - - [2026-05-18 03:49:07] "GET /virtual-network/2b80e939-5cfc-4059-b4e1-1b5cad888120?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.009213
10.0.0.23 - - [2026-05-18 03:49:07] "GET /virtual-machine-interface/062300ee-5ece-4cc2-9960-c6080b9a7405?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2376 0.010771
10.0.0.23 - - [2026-05-18 03:49:07] "GET /virtual-machine-interface/062300ee-5ece-4cc2-9960-c6080b9a7405?fields=instance_ip_back_refs HTTP/1.1" 200 1334 0.011023
10.0.0.23 - - [2026-05-18 03:49:07] "GET /instance-ip/4499b550-c99a-4e8c-a80e-fc4b4811b8b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005132
10.0.0.23 - - [2026-05-18 03:49:07] "POST /fqname-to-id HTTP/1.1" 404 214 0.003104
10.0.0.23 - - [2026-05-18 03:49:07] "GET /virtual-network/7d380deb-20df-481f-b870-3f58364da025?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006254
10.0.0.240 - - [2026-05-18 03:49:07] "GET /projects?obj_uuids=6e76b315-242c-4f82-b1d6-2f7021093cc0&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001171
10.0.0.23 - - [2026-05-18 03:49:08] "GET /project/6e76b315-242c-4f82-b1d6-2f7021093cc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.056388
10.0.0.23 - - [2026-05-18 03:49:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004305
10.0.0.23 - - [2026-05-18 03:49:08] "GET /security-group/1ff39a36-930c-4575-af26-3cba8f4a4b83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.006908
10.0.0.23 - - [2026-05-18 03:49:08] "POST /virtual-machine-interfaces HTTP/1.1" 200 571 0.112732
10.0.0.23 - - [2026-05-18 03:49:08] "POST /instance-ips HTTP/1.1" 200 358 0.054380
10.0.0.23 - - [2026-05-18 03:49:08] "GET /virtual-machine-interface/760ba1eb-92e2-45b2-8657-9dea80e5c66f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2651 0.005930
10.0.0.23 - - [2026-05-18 03:49:08] "GET /virtual-machine-interface/760ba1eb-92e2-45b2-8657-9dea80e5c66f?fields=instance_ip_back_refs HTTP/1.1" 200 1336 0.010985
10.0.0.23 - - [2026-05-18 03:49:08] "GET /instance-ip/36ddf6f5-5af1-45b1-b1f2-9b444be4a004?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1583 0.005550
10.0.0.23 - - [2026-05-18 03:49:09] "POST /id-to-fqname HTTP/1.1" 200 224 0.005400
10.0.0.23 - - [2026-05-18 03:49:10] "POST /neutron/port HTTP/1.1" 200 990 0.016273
10.0.0.23 - - [2026-05-18 03:49:10] "POST /neutron/port HTTP/1.1" 200 990 0.022696
10.0.0.23 - - [2026-05-18 03:49:10] "POST /neutron/port HTTP/1.1" 200 117 0.007521
10.0.0.23 - - [2026-05-18 03:49:10] "POST /id-to-fqname HTTP/1.1" 200 224 0.001451
10.0.0.23 - - [2026-05-18 03:49:11] "POST /neutron/port HTTP/1.1" 200 990 0.053025
10.0.0.23 - - [2026-05-18 03:49:11] "POST /neutron/port HTTP/1.1" 200 990 0.013732
10.0.0.23 - - [2026-05-18 03:49:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005607
10.0.0.240 - - [2026-05-18 03:49:11] "GET /projects?obj_uuids=6e76b315-242c-4f82-b1d6-2f7021093cc0&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001096
10.0.0.23 - - [2026-05-18 03:49:11] "GET /project/6e76b315-242c-4f82-b1d6-2f7021093cc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.086081
10.0.0.23 - - [2026-05-18 03:49:11] "POST /neutron/network HTTP/1.1" 200 826 0.007031
10.0.0.23 - - [2026-05-18 03:49:12] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008330
10.0.0.23 - - [2026-05-18 03:49:12] "POST /id-to-fqname HTTP/1.1" 200 224 0.001786
10.0.0.23 - - [2026-05-18 03:49:12] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009792
10.0.0.23 - - [2026-05-18 03:49:12] "POST /neutron/port HTTP/1.1" 200 990 0.012573
10.0.0.23 - - [2026-05-18 03:49:12] "POST /neutron/port HTTP/1.1" 200 990 0.025517
10.0.0.23 - - [2026-05-18 03:49:13] "POST /neutron/port HTTP/1.1" 200 6044 0.135519
10.0.0.23 - - [2026-05-18 03:49:13] "POST /neutron/security_group HTTP/1.1" 200 2062 0.011385
10.0.0.23 - - [2026-05-18 03:49:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003956
10.0.0.23 - - [2026-05-18 03:49:13] "POST /neutron/port HTTP/1.1" 200 117 0.001132
10.0.0.240 - - [2026-05-18 03:49:13] "PUT /logical-router/6332e1c9-b2b5-4cdc-a82a-5988438a1d74 HTTP/1.1" 200 263 0.043092
10.0.0.240 - - [2026-05-18 03:49:13] "GET /projects?obj_uuids=6e76b315-242c-4f82-b1d6-2f7021093cc0&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001311
10.0.0.23 - - [2026-05-18 03:49:13] "POST /neutron/port HTTP/1.1" 200 990 0.020828
10.0.0.23 - - [2026-05-18 03:49:13] "POST /neutron/router HTTP/1.1" 200 344 0.417520
10.0.0.23 - - [2026-05-18 03:49:13] "POST /neutron/router HTTP/1.1" 200 598 0.008907
10.0.0.23 - - [2026-05-18 03:49:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005441
10.0.0.23 - - [2026-05-18 03:49:14] "POST /neutron/port HTTP/1.1" 200 1217 0.022515
10.0.0.23 - - [2026-05-18 03:49:14] "POST /neutron/network HTTP/1.1" 200 1122 0.007684
10.0.0.23 - - [2026-05-18 03:49:14] "POST /neutron/port HTTP/1.1" 200 1092 0.017964
10.0.0.23 - - [2026-05-18 03:49:14] "POST /neutron/port HTTP/1.1" 200 117 0.001183
10.0.0.23 - - [2026-05-18 03:49:14] "POST /neutron/port HTTP/1.1" 200 1092 0.021920
10.0.0.23 - - [2026-05-18 03:49:14] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009259
10.0.0.23 - - [2026-05-18 03:49:15] "GET /virtual-machine/0e45214b-6c62-4fed-a06b-ff58942e1186 HTTP/1.1" 401 292 0.000555
10.0.0.23 - - [2026-05-18 03:49:15] "GET /virtual-machine/0e45214b-6c62-4fed-a06b-ff58942e1186 HTTP/1.1" 200 1276 0.043768
10.0.0.23 - - [2026-05-18 03:49:15] "GET /virtual-machine-interface/4425e1a1-1bd6-483c-974e-9dc32ffc4bbf HTTP/1.1" 200 3194 0.008419
10.0.0.23 - - [2026-05-18 03:49:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003700
10.0.0.23 - - [2026-05-18 03:49:15] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003947
10.0.0.23 - - [2026-05-18 03:49:15] "GET /virtual-networks?parent_id=6e76b315-242c-4f82-b1d6-2f7021093cc0&detail=False&count=False&shared=False HTTP/1.1" 200 806 0.003814
10.0.0.23 - - [2026-05-18 03:49:15] "GET /virtual-network/2b80e939-5cfc-4059-b4e1-1b5cad888120?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007053
10.0.0.23 - - [2026-05-18 03:49:18] "POST /neutron/network HTTP/1.1" 200 936 0.006726
10.0.0.23 - - [2026-05-18 03:49:18] "POST /neutron/port HTTP/1.1" 200 117 0.001161
10.0.0.23 - - [2026-05-18 03:49:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004042
10.0.0.23 - - [2026-05-18 03:49:18] "GET /virtual-network/2b80e939-5cfc-4059-b4e1-1b5cad888120?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006787
10.0.0.23 - - [2026-05-18 03:49:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004025
10.0.0.23 - - [2026-05-18 03:49:22] "GET /virtual-network/2b80e939-5cfc-4059-b4e1-1b5cad888120?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.011455
10.0.0.23 - - [2026-05-18 03:49:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004267
10.0.0.23 - - [2026-05-18 03:49:26] "GET /virtual-network/2b80e939-5cfc-4059-b4e1-1b5cad888120?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005965
10.0.0.23 - - [2026-05-18 03:49:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.007116
10.0.0.23 - - [2026-05-18 03:49:30] "GET /virtual-network/2b80e939-5cfc-4059-b4e1-1b5cad888120?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007040
10.0.0.23 - - [2026-05-18 03:49:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003839
10.0.0.23 - - [2026-05-18 03:49:35] "GET /virtual-network/2b80e939-5cfc-4059-b4e1-1b5cad888120?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007266
10.0.0.23 - - [2026-05-18 03:49:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003886
10.0.0.23 - - [2026-05-18 03:49:39] "GET /virtual-network/2b80e939-5cfc-4059-b4e1-1b5cad888120?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005369
10.0.0.23 - - [2026-05-18 03:49:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004178
10.0.0.23 - - [2026-05-18 03:49:43] "GET /virtual-network/2b80e939-5cfc-4059-b4e1-1b5cad888120?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006293
10.0.0.23 - - [2026-05-18 03:49:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003901
10.0.0.23 - - [2026-05-18 03:49:47] "GET /virtual-network/2b80e939-5cfc-4059-b4e1-1b5cad888120?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006303
10.0.0.23 - - [2026-05-18 03:49:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004526
10.0.0.23 - - [2026-05-18 03:49:51] "GET /virtual-network/2b80e939-5cfc-4059-b4e1-1b5cad888120?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005668
10.0.0.23 - - [2026-05-18 03:49:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004394
10.0.0.23 - - [2026-05-18 03:49:55] "GET /virtual-network/2b80e939-5cfc-4059-b4e1-1b5cad888120?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006156
10.0.0.23 - - [2026-05-18 03:49:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004343
10.0.0.23 - - [2026-05-18 03:49:59] "GET /virtual-network/2b80e939-5cfc-4059-b4e1-1b5cad888120?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006643
10.0.0.22 - - [2026-05-18 03:50:01] "GET /obj-perms HTTP/1.1" 200 5056 0.101274
10.0.0.240 - - [2026-05-18 03:50:01] "GET /obj-perms HTTP/1.1" 200 5056 0.086466
10.0.0.23 - - [2026-05-18 03:50:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004393
10.0.0.23 - - [2026-05-18 03:50:03] "GET /virtual-network/2b80e939-5cfc-4059-b4e1-1b5cad888120?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006051
10.0.0.23 - - [2026-05-18 03:50:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003525
10.0.0.23 - - [2026-05-18 03:50:07] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004184
10.0.0.23 - - [2026-05-18 03:50:07] "GET /virtual-networks?parent_id=6e76b315-242c-4f82-b1d6-2f7021093cc0&detail=False&count=False&shared=False HTTP/1.1" 200 806 0.003099
10.0.0.23 - - [2026-05-18 03:50:07] "GET /virtual-network/2b80e939-5cfc-4059-b4e1-1b5cad888120?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007699
10.0.0.23 - - [2026-05-18 03:50:08] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008206
10.0.0.23 - - [2026-05-18 03:50:14] "POST /neutron/port HTTP/1.1" 200 1106 0.017493
10.0.0.23 - - [2026-05-18 03:50:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004397
10.0.0.23 - - [2026-05-18 03:50:14] "POST /neutron/network HTTP/1.1" 200 926 0.008116
10.0.0.23 - - [2026-05-18 03:50:21] "POST /neutron/port HTTP/1.1" 200 1126 0.057693
10.0.0.23 - - [2026-05-18 03:50:21] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007688
10.0.0.23 - - [2026-05-18 03:50:24] "POST /neutron/port HTTP/1.1" 200 1092 0.022682
10.0.0.23 - - [2026-05-18 03:50:28] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009079
10.0.0.23 - - [2026-05-18 03:50:34] "POST /neutron/port HTTP/1.1" 200 1126 0.024728
10.0.0.23 - - [2026-05-18 03:50:34] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008414
10.0.0.23 - - [2026-05-18 03:50:34] "GET /virtual-machine/07819d7d-bdcf-4a59-acd3-8fbc54bfe8b2 HTTP/1.1" 200 1297 0.006218
10.0.0.23 - - [2026-05-18 03:50:34] "GET /virtual-machine-interface/cc454d8a-679a-409e-8f18-0cbd1f2f6b49 HTTP/1.1" 200 2968 0.005644
10.0.0.23 - - [2026-05-18 03:50:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003470
10.0.0.23 - - [2026-05-18 03:50:34] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004261
10.0.0.23 - - [2026-05-18 03:50:34] "GET /virtual-networks?parent_id=6e76b315-242c-4f82-b1d6-2f7021093cc0&detail=False&count=False&shared=False HTTP/1.1" 200 806 0.003128
10.0.0.23 - - [2026-05-18 03:50:34] "GET /virtual-network/7d380deb-20df-481f-b870-3f58364da025?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006449
10.0.0.23 - - [2026-05-18 03:50:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003779
10.0.0.23 - - [2026-05-18 03:50:35] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004511
10.0.0.23 - - [2026-05-18 03:50:35] "GET /virtual-networks?parent_id=6e76b315-242c-4f82-b1d6-2f7021093cc0&detail=False&count=False&shared=False HTTP/1.1" 200 806 0.003161
10.0.0.23 - - [2026-05-18 03:50:35] "GET /virtual-network/7d380deb-20df-481f-b870-3f58364da025?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006331
10.0.0.23 - - [2026-05-18 03:50:35] "POST /neutron/port HTTP/1.1" 200 1092 0.021358
10.0.0.23 - - [2026-05-18 03:50:35] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007615
10.0.0.23 - - [2026-05-18 03:50:35] "GET /virtual-machine/2499861a-0894-4711-bde0-891db4cf6ba6 HTTP/1.1" 200 1276 0.006256
10.0.0.23 - - [2026-05-18 03:50:35] "GET /virtual-machine-interface/062300ee-5ece-4cc2-9960-c6080b9a7405 HTTP/1.1" 200 3193 0.007055
10.0.0.23 - - [2026-05-18 03:50:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004379
10.0.0.23 - - [2026-05-18 03:50:36] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004455
10.0.0.23 - - [2026-05-18 03:50:36] "GET /virtual-networks?parent_id=6e76b315-242c-4f82-b1d6-2f7021093cc0&detail=False&count=False&shared=False HTTP/1.1" 200 806 0.006398
10.0.0.23 - - [2026-05-18 03:50:36] "GET /virtual-network/2b80e939-5cfc-4059-b4e1-1b5cad888120?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006570
10.0.0.23 - - [2026-05-18 03:50:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004628
10.0.0.23 - - [2026-05-18 03:50:37] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005241
10.0.0.23 - - [2026-05-18 03:50:37] "GET /virtual-networks?parent_id=6e76b315-242c-4f82-b1d6-2f7021093cc0&detail=False&count=False&shared=False HTTP/1.1" 200 806 0.003413
10.0.0.23 - - [2026-05-18 03:50:37] "GET /virtual-network/2b80e939-5cfc-4059-b4e1-1b5cad888120?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006949
10.0.0.23 - - [2026-05-18 03:51:01] "GET /obj-perms HTTP/1.1" 200 5056 0.131739
10.0.0.23 - - [2026-05-18 03:51:16] "POST /neutron/network HTTP/1.1" 200 838 0.008993
10.0.0.23 - - [2026-05-18 03:51:16] "POST /neutron/port HTTP/1.1" 200 117 0.001550
10.0.0.23 - - [2026-05-18 03:51:19] "POST /neutron/port HTTP/1.1" 200 1217 0.049979
10.0.0.23 - - [2026-05-18 03:51:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004572
10.0.0.23 - - [2026-05-18 03:51:19] "POST /neutron/port HTTP/1.1" 200 117 0.001484
10.0.0.22 - - [2026-05-18 03:51:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000616
10.0.0.22 - - [2026-05-18 03:51:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000391
10.0.0.240 - - [2026-05-18 03:51:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000827
10.0.0.240 - - [2026-05-18 03:51:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000628
10.0.0.23 - - [2026-05-18 03:51:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000430
10.0.0.23 - - [2026-05-18 03:51:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000379
10.0.0.22 - - [2026-05-18 03:51:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000381
10.0.0.22 - - [2026-05-18 03:51:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000448
10.0.0.240 - - [2026-05-18 03:51:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000449
10.0.0.240 - - [2026-05-18 03:51:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000458
10.0.0.23 - - [2026-05-18 03:51:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000505
10.0.0.23 - - [2026-05-18 03:51:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000634
10.0.0.240 - - [2026-05-18 03:52:08] "POST /ref-update HTTP/1.1" 200 156 0.032025
10.0.0.23 - - [2026-05-18 03:52:09] "POST /neutron/router HTTP/1.1" 200 344 0.224890
10.0.0.23 - - [2026-05-18 03:52:09] "POST /neutron/router HTTP/1.1" 200 598 0.008619
10.0.0.240 - - [2026-05-18 03:52:09] "DELETE /route-target/f12ffbc6-1f9c-4ce6-bb9d-09d3b5421e50 HTTP/1.1" 200 115 0.029354
10.0.0.23 - - [2026-05-18 03:52:10] "POST /neutron/port HTTP/1.1" 200 1116 0.016695
10.0.0.23 - - [2026-05-18 03:52:11] "DELETE /instance-ip/36ddf6f5-5af1-45b1-b1f2-9b444be4a004 HTTP/1.1" 200 115 0.054010
10.0.0.23 - - [2026-05-18 03:52:11] "DELETE /virtual-machine-interface/760ba1eb-92e2-45b2-8657-9dea80e5c66f HTTP/1.1" 200 115 0.078547
10.0.0.23 - - [2026-05-18 03:52:11] "POST /neutron/port HTTP/1.1" 200 151 0.212589
10.0.0.23 - - [2026-05-18 03:52:11] "DELETE /instance-ip/0369aedb-6ed2-479b-a8f0-9576f795b618 HTTP/1.1" 200 115 0.063372
10.0.0.23 - - [2026-05-18 03:52:11] "DELETE /virtual-machine-interface/bb3d1f3a-1a81-4309-8658-73f92c5f6ca6 HTTP/1.1" 200 115 0.070049
10.0.0.23 - - [2026-05-18 03:52:11] "DELETE /instance-ip/48015243-ac45-4075-ac0f-15de495343da HTTP/1.1" 200 115 0.062229
10.0.0.23 - - [2026-05-18 03:52:11] "DELETE /virtual-machine-interface/07742b29-0ceb-4fb1-9f40-ca557952320c HTTP/1.1" 200 115 0.056238
10.0.0.23 - - [2026-05-18 03:52:11] "POST /neutron/port HTTP/1.1" 200 1082 0.024709
10.0.0.240 - - [2026-05-18 03:52:12] "POST /useragent-kv HTTP/1.1" 200 115 0.039935
10.0.0.240 - - [2026-05-18 03:52:12] "POST /useragent-kv HTTP/1.1" 200 115 0.004363
10.0.0.23 - - [2026-05-18 03:52:12] "POST /neutron/network HTTP/1.1" 200 151 0.173823
10.0.0.240 - - [2026-05-18 03:52:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003324
10.0.0.23 - - [2026-05-18 03:52:12] "POST /neutron/network HTTP/1.1" 200 828 0.012671
10.0.0.240 - - [2026-05-18 03:52:12] "GET /projects?obj_uuids=6e76b315-242c-4f82-b1d6-2f7021093cc0&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002241
10.0.0.240 - - [2026-05-18 03:52:12] "DELETE /route-target/53098fbe-85f3-4ba0-8581-14f3250895ad HTTP/1.1" 200 115 0.041175
10.0.0.23 - - [2026-05-18 03:52:12] "GET /project/6e76b315-242c-4f82-b1d6-2f7021093cc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.066274
10.0.0.240 - - [2026-05-18 03:52:12] "GET /projects?obj_uuids=6e76b315-242c-4f82-b1d6-2f7021093cc0&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001575
10.0.0.23 - - [2026-05-18 03:52:12] "GET /project/6e76b315-242c-4f82-b1d6-2f7021093cc0?fields=virtual_networks HTTP/1.1" 200 1041 0.061088
10.0.0.240 - - [2026-05-18 03:52:12] "GET /projects?obj_uuids=6e76b315-242c-4f82-b1d6-2f7021093cc0&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001122
10.0.0.23 - - [2026-05-18 03:52:12] "GET /project/6e76b315-242c-4f82-b1d6-2f7021093cc0?fields=virtual_machine_interfaces HTTP/1.1" 200 1041 0.056683
10.0.0.240 - - [2026-05-18 03:52:13] "GET /projects?obj_uuids=6e76b315-242c-4f82-b1d6-2f7021093cc0&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001368
10.0.0.23 - - [2026-05-18 03:52:13] "GET /project/6e76b315-242c-4f82-b1d6-2f7021093cc0?fields=security_groups HTTP/1.1" 200 1272 0.065853
10.0.0.23 - - [2026-05-18 03:52:14] "POST /fqname-to-id HTTP/1.1" 404 187 0.033545
10.0.0.240 - - [2026-05-18 03:52:14] "GET /projects?obj_uuids=815ef9d9-2f8e-4257-99a1-8a9caa57c473&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005082
10.0.0.240 - - [2026-05-18 03:52:14] "GET /domains?obj_uuids=4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001561
10.0.0.240 - - [2026-05-18 03:52:14] "GET /domain/4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008171
10.0.0.240 - - [2026-05-18 03:52:14] "POST /id-to-fqname HTTP/1.1" 200 189 0.002674
10.0.0.240 - - [2026-05-18 03:52:14] "POST /fqname-to-id HTTP/1.1" 404 198 0.005076
10.0.0.240 - - [2026-05-18 03:52:14] "POST /security-groups HTTP/1.1" 200 590 0.079536
10.0.0.240 - - [2026-05-18 03:52:14] "POST /projects HTTP/1.1" 200 583 0.302617
10.0.0.240 - - [2026-05-18 03:52:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.336957
10.0.0.240 - - [2026-05-18 03:52:14] "POST /fqname-to-id HTTP/1.1" 404 232 0.012127
10.0.0.23 - - [2026-05-18 03:52:14] "GET /project/815ef9d9-2f8e-4257-99a1-8a9caa57c473?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.511404
10.0.0.23 - - [2026-05-18 03:52:15] "POST /neutron/port HTTP/1.1" 200 117 0.008838
10.0.0.23 - - [2026-05-18 03:52:15] "GET / HTTP/1.1" 200 36215 0.002439
10.0.0.23 - - [2026-05-18 03:52:17] "POST /fqname-to-id HTTP/1.1" 401 292 0.000410
10.0.0.23 - - [2026-05-18 03:52:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.075693
10.0.0.240 - - [2026-05-18 03:52:18] "GET /projects?obj_uuids=815ef9d9-2f8e-4257-99a1-8a9caa57c473&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001320
10.0.0.23 - - [2026-05-18 03:52:18] "GET /project/815ef9d9-2f8e-4257-99a1-8a9caa57c473?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.047263
10.0.0.23 - - [2026-05-18 03:52:18] "POST /neutron/network HTTP/1.1" 200 117 0.051997
10.0.0.23 - - [2026-05-18 03:52:18] "POST /neutron/port HTTP/1.1" 200 1217 0.045502
10.0.0.23 - - [2026-05-18 03:52:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003763
10.0.0.240 - - [2026-05-18 03:52:18] "POST /ref-update HTTP/1.1" 200 156 0.033989
10.0.0.23 - - [2026-05-18 03:52:18] "POST /neutron/port HTTP/1.1" 200 117 0.001319
10.0.0.23 - - [2026-05-18 03:52:18] "POST /neutron/network HTTP/1.1" 200 824 0.012318
10.0.0.23 - - [2026-05-18 03:52:18] "POST /id-to-fqname HTTP/1.1" 200 219 0.001170
10.0.0.23 - - [2026-05-18 03:52:18] "GET /virtual-network/3042334f-b6ea-4d67-9042-5a73bba182df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005862
10.0.0.23 - - [2026-05-18 03:52:18] "GET /virtual-network/3042334f-b6ea-4d67-9042-5a73bba182df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007575
10.0.0.23 - - [2026-05-18 03:52:19] "POST /neutron/subnet HTTP/1.1" 200 729 0.009616
10.0.0.23 - - [2026-05-18 03:52:19] "GET /virtual-network/3042334f-b6ea-4d67-9042-5a73bba182df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.010064
10.0.0.23 - - [2026-05-18 03:52:21] "POST /id-to-fqname HTTP/1.1" 200 219 0.001297
10.0.0.23 - - [2026-05-18 03:52:21] "POST /neutron/network HTTP/1.1" 200 936 0.007836
10.0.0.23 - - [2026-05-18 03:52:21] "POST /neutron/port HTTP/1.1" 200 117 0.001446
10.0.0.23 - - [2026-05-18 03:52:21] "POST /neutron/network HTTP/1.1" 200 834 0.007172
10.0.0.240 - - [2026-05-18 03:52:22] "GET /projects?obj_uuids=815ef9d9-2f8e-4257-99a1-8a9caa57c473&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001366
10.0.0.23 - - [2026-05-18 03:52:22] "GET /project/815ef9d9-2f8e-4257-99a1-8a9caa57c473?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.090747
10.0.0.23 - - [2026-05-18 03:52:22] "POST /neutron/port HTTP/1.1" 200 117 0.006840
10.0.0.23 - - [2026-05-18 03:52:22] "POST /id-to-fqname HTTP/1.1" 200 219 0.001187
10.0.0.23 - - [2026-05-18 03:52:22] "POST /neutron/network HTTP/1.1" 200 834 0.007654
10.0.0.23 - - [2026-05-18 03:52:23] "POST /neutron/port HTTP/1.1" 200 1060 0.019777
10.0.0.23 - - [2026-05-18 03:52:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.013774
10.0.0.240 - - [2026-05-18 03:52:23] "GET /projects?obj_uuids=815ef9d9-2f8e-4257-99a1-8a9caa57c473&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001055
10.0.0.23 - - [2026-05-18 03:52:23] "GET /project/815ef9d9-2f8e-4257-99a1-8a9caa57c473?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.093134
10.0.0.23 - - [2026-05-18 03:52:23] "POST /neutron/network HTTP/1.1" 200 824 0.013253
10.0.0.23 - - [2026-05-18 03:52:23] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007702
10.0.0.23 - - [2026-05-18 03:52:24] "POST /neutron/security_group HTTP/1.1" 200 2057 0.008744
10.0.0.23 - - [2026-05-18 03:52:24] "POST /neutron/port HTTP/1.1" 200 1060 0.022352
10.0.0.23 - - [2026-05-18 03:52:25] "POST /neutron/port HTTP/1.1" 200 1124 0.021652
10.0.0.23 - - [2026-05-18 03:52:25] "POST /neutron/port HTTP/1.1" 200 117 0.001335
10.0.0.23 - - [2026-05-18 03:52:29] "POST /neutron/security_group HTTP/1.1" 200 2057 0.013935
10.0.0.23 - - [2026-05-18 03:52:29] "POST /neutron/port HTTP/1.1" 200 1124 0.024723
10.0.0.23 - - [2026-05-18 03:52:29] "GET /virtual-machine/91d1507d-8f32-4327-8821-412d3d628171 HTTP/1.1" 401 292 0.000409
10.0.0.23 - - [2026-05-18 03:52:29] "GET /virtual-machine/91d1507d-8f32-4327-8821-412d3d628171 HTTP/1.1" 200 1293 0.051850
10.0.0.23 - - [2026-05-18 03:52:29] "GET /virtual-machine-interface/ed6b4632-e65b-464a-a88b-eea5fc0a625c HTTP/1.1" 200 2943 0.005633
10.0.0.23 - - [2026-05-18 03:52:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.005038
10.0.0.23 - - [2026-05-18 03:52:29] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006143
10.0.0.23 - - [2026-05-18 03:52:29] "GET /virtual-networks?parent_id=815ef9d9-2f8e-4257-99a1-8a9caa57c473&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004223
10.0.0.23 - - [2026-05-18 03:52:29] "GET /virtual-network/3042334f-b6ea-4d67-9042-5a73bba182df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.009991
10.0.0.23 - - [2026-05-18 03:52:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.005175
10.0.0.23 - - [2026-05-18 03:52:33] "GET /virtual-network/3042334f-b6ea-4d67-9042-5a73bba182df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005763
10.0.0.23 - - [2026-05-18 03:52:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004329
10.0.0.23 - - [2026-05-18 03:52:37] "GET /virtual-network/3042334f-b6ea-4d67-9042-5a73bba182df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005561
10.0.0.23 - - [2026-05-18 03:52:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.006900
10.0.0.23 - - [2026-05-18 03:52:41] "GET /virtual-network/3042334f-b6ea-4d67-9042-5a73bba182df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.008510
10.0.0.23 - - [2026-05-18 03:52:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003966
10.0.0.23 - - [2026-05-18 03:52:45] "GET /virtual-network/3042334f-b6ea-4d67-9042-5a73bba182df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.008077
10.0.0.23 - - [2026-05-18 03:52:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004157
10.0.0.23 - - [2026-05-18 03:52:49] "GET /virtual-network/3042334f-b6ea-4d67-9042-5a73bba182df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005908
10.0.0.23 - - [2026-05-18 03:52:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003720
10.0.0.23 - - [2026-05-18 03:52:53] "GET /virtual-network/3042334f-b6ea-4d67-9042-5a73bba182df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006475
10.0.0.23 - - [2026-05-18 03:52:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004631
10.0.0.23 - - [2026-05-18 03:52:57] "GET /virtual-network/3042334f-b6ea-4d67-9042-5a73bba182df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006394
10.0.0.23 - - [2026-05-18 03:53:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005084
10.0.0.23 - - [2026-05-18 03:53:01] "GET /virtual-network/3042334f-b6ea-4d67-9042-5a73bba182df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007245
10.0.0.240 - - [2026-05-18 03:53:03] "DELETE /project/815ef9d92f8e425799a18a9caa57c473 HTTP/1.1" 404 173 0.047186
10.0.0.240 - - [2026-05-18 03:53:03] "DELETE /project/6e76b315-242c-4f82-b1d6-2f7021093cc0 HTTP/1.1" 404 177 0.079069
10.0.0.22 - - [2026-05-18 03:53:03] "GET /obj-perms HTTP/1.1" 200 5056 0.061104
10.0.0.240 - - [2026-05-18 03:53:04] "GET /obj-perms HTTP/1.1" 200 5056 0.075314
10.0.0.23 - - [2026-05-18 03:53:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004265
10.0.0.23 - - [2026-05-18 03:53:05] "GET /virtual-network/3042334f-b6ea-4d67-9042-5a73bba182df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006026
10.0.0.23 - - [2026-05-18 03:53:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003582
10.0.0.23 - - [2026-05-18 03:53:09] "GET /virtual-network/3042334f-b6ea-4d67-9042-5a73bba182df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007070
10.0.0.23 - - [2026-05-18 03:53:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003664
10.0.0.23 - - [2026-05-18 03:53:14] "GET /virtual-network/3042334f-b6ea-4d67-9042-5a73bba182df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005630
10.0.0.23 - - [2026-05-18 03:53:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004012
10.0.0.23 - - [2026-05-18 03:53:18] "GET /virtual-network/3042334f-b6ea-4d67-9042-5a73bba182df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005464
10.0.0.23 - - [2026-05-18 03:53:18] "POST /neutron/port HTTP/1.1" 200 1106 0.023832
10.0.0.23 - - [2026-05-18 03:53:18] "POST /neutron/subnet HTTP/1.1" 200 694 0.010263
10.0.0.23 - - [2026-05-18 03:53:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003818
10.0.0.23 - - [2026-05-18 03:53:22] "GET /virtual-network/3042334f-b6ea-4d67-9042-5a73bba182df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.008216
10.0.0.23 - - [2026-05-18 03:53:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004570
10.0.0.23 - - [2026-05-18 03:53:24] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006135
10.0.0.23 - - [2026-05-18 03:53:24] "GET /virtual-networks?parent_id=815ef9d9-2f8e-4257-99a1-8a9caa57c473&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004907
10.0.0.23 - - [2026-05-18 03:53:24] "GET /virtual-network/3042334f-b6ea-4d67-9042-5a73bba182df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005819
10.0.0.23 - - [2026-05-18 03:53:24] "POST /neutron/port HTTP/1.1" 200 1124 0.019065
10.0.0.23 - - [2026-05-18 03:53:29] "POST /neutron/security_group HTTP/1.1" 200 2057 0.008885
10.0.0.23 - - [2026-05-18 03:53:36] "POST /neutron/port HTTP/1.1" 200 1124 0.024415
10.0.0.23 - - [2026-05-18 03:53:38] "POST /neutron/security_group HTTP/1.1" 200 2057 0.010275
10.0.0.23 - - [2026-05-18 03:53:45] "POST /neutron/port HTTP/1.1" 200 1124 0.023765
10.0.0.23 - - [2026-05-18 03:53:50] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007354
10.0.0.23 - - [2026-05-18 03:53:50] "POST /neutron/port HTTP/1.1" 200 1124 0.019930
10.0.0.23 - - [2026-05-18 03:53:50] "GET /virtual-machine/998a622a-302b-4714-93b2-0f8f532161d9 HTTP/1.1" 200 1294 0.006262
10.0.0.23 - - [2026-05-18 03:53:50] "GET /virtual-machine-interface/48b68fb3-4b1e-4374-b229-9fd6b05423bd HTTP/1.1" 200 2942 0.005821
10.0.0.23 - - [2026-05-18 03:53:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004524
10.0.0.23 - - [2026-05-18 03:53:50] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003966
10.0.0.23 - - [2026-05-18 03:53:50] "GET /virtual-networks?parent_id=815ef9d9-2f8e-4257-99a1-8a9caa57c473&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002961
10.0.0.23 - - [2026-05-18 03:53:50] "GET /virtual-network/3042334f-b6ea-4d67-9042-5a73bba182df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006563
10.0.0.23 - - [2026-05-18 03:53:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004021
10.0.0.23 - - [2026-05-18 03:53:51] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004461
10.0.0.23 - - [2026-05-18 03:53:51] "GET /virtual-networks?parent_id=815ef9d9-2f8e-4257-99a1-8a9caa57c473&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003532
10.0.0.23 - - [2026-05-18 03:53:51] "GET /virtual-network/3042334f-b6ea-4d67-9042-5a73bba182df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007891
10.0.0.23 - - [2026-05-18 03:54:04] "GET /obj-perms HTTP/1.1" 200 5056 0.059656
10.0.0.23 - - [2026-05-18 03:54:19] "POST /neutron/port HTTP/1.1" 200 1217 0.057761
10.0.0.23 - - [2026-05-18 03:54:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005481
10.0.0.23 - - [2026-05-18 03:54:19] "POST /neutron/port HTTP/1.1" 200 117 0.001439
10.0.0.23 - - [2026-05-18 03:54:23] "POST /neutron/port HTTP/1.1" 200 1217 0.027112
10.0.0.23 - - [2026-05-18 03:54:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005393
10.0.0.23 - - [2026-05-18 03:54:23] "POST /neutron/port HTTP/1.1" 200 117 0.001057
10.0.0.23 - - [2026-05-18 03:55:20] "POST /neutron/network HTTP/1.1" 400 204 0.020365
10.0.0.23 - - [2026-05-18 03:55:20] "POST /neutron/port HTTP/1.1" 200 1124 0.023445
10.0.0.23 - - [2026-05-18 03:55:20] "POST /neutron/port HTTP/1.1" 200 151 0.286397
10.0.0.23 - - [2026-05-18 03:55:21] "POST /neutron/network HTTP/1.1" 200 936 0.007503
10.0.0.23 - - [2026-05-18 03:55:21] "POST /neutron/port HTTP/1.1" 200 117 0.001506
10.0.0.240 - - [2026-05-18 03:55:22] "POST /useragent-kv HTTP/1.1" 200 115 0.004139
10.0.0.240 - - [2026-05-18 03:55:22] "POST /useragent-kv HTTP/1.1" 200 115 0.003790
10.0.0.23 - - [2026-05-18 03:55:22] "POST /neutron/network HTTP/1.1" 200 151 0.159369
10.0.0.240 - - [2026-05-18 03:55:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.044184
10.0.0.240 - - [2026-05-18 03:55:23] "GET /projects?obj_uuids=815ef9d9-2f8e-4257-99a1-8a9caa57c473&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001060
10.0.0.23 - - [2026-05-18 03:55:23] "GET /project/815ef9d9-2f8e-4257-99a1-8a9caa57c473?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.083714
10.0.0.240 - - [2026-05-18 03:55:23] "GET /projects?obj_uuids=815ef9d9-2f8e-4257-99a1-8a9caa57c473&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001328
10.0.0.23 - - [2026-05-18 03:55:23] "GET /project/815ef9d9-2f8e-4257-99a1-8a9caa57c473?fields=virtual_networks HTTP/1.1" 200 1031 0.055180
10.0.0.240 - - [2026-05-18 03:55:24] "GET /projects?obj_uuids=815ef9d9-2f8e-4257-99a1-8a9caa57c473&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001084
10.0.0.23 - - [2026-05-18 03:55:24] "GET /project/815ef9d9-2f8e-4257-99a1-8a9caa57c473?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.055452
10.0.0.240 - - [2026-05-18 03:55:24] "GET /projects?obj_uuids=815ef9d9-2f8e-4257-99a1-8a9caa57c473&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001273
10.0.0.23 - - [2026-05-18 03:55:24] "GET /project/815ef9d9-2f8e-4257-99a1-8a9caa57c473?fields=security_groups HTTP/1.1" 200 1257 0.055780
10.0.0.23 - - [2026-05-18 03:55:25] "POST /fqname-to-id HTTP/1.1" 404 187 0.037546
10.0.0.240 - - [2026-05-18 03:55:25] "GET /projects?obj_uuids=b59051b8-0e79-4da2-8ed2-bd22f4c08664&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003238
10.0.0.240 - - [2026-05-18 03:55:25] "GET /domains?obj_uuids=4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001220
10.0.0.240 - - [2026-05-18 03:55:25] "GET /domain/4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008071
10.0.0.240 - - [2026-05-18 03:55:25] "POST /id-to-fqname HTTP/1.1" 200 189 0.007555
10.0.0.240 - - [2026-05-18 03:55:25] "POST /fqname-to-id HTTP/1.1" 404 198 0.011943
10.0.0.23 - - [2026-05-18 03:55:25] "POST /neutron/network HTTP/1.1" 200 936 0.011767
10.0.0.240 - - [2026-05-18 03:55:25] "POST /security-groups HTTP/1.1" 200 590 0.044828
10.0.0.240 - - [2026-05-18 03:55:25] "POST /projects HTTP/1.1" 200 583 0.302357
10.0.0.23 - - [2026-05-18 03:55:25] "POST /neutron/port HTTP/1.1" 200 117 0.001072
10.0.0.240 - - [2026-05-18 03:55:25] "POST /access-control-lists HTTP/1.1" 200 597 0.037164
10.0.0.240 - - [2026-05-18 03:55:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.390399
10.0.0.23 - - [2026-05-18 03:55:25] "GET /project/b59051b8-0e79-4da2-8ed2-bd22f4c08664?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.564113
10.0.0.23 - - [2026-05-18 03:55:27] "GET / HTTP/1.1" 200 36215 0.006294
10.0.0.23 - - [2026-05-18 03:55:28] "POST /fqname-to-id HTTP/1.1" 401 292 0.000434
10.0.0.23 - - [2026-05-18 03:55:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.081577
10.0.0.240 - - [2026-05-18 03:55:29] "GET /projects?obj_uuids=b59051b8-0e79-4da2-8ed2-bd22f4c08664&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001151
10.0.0.23 - - [2026-05-18 03:55:29] "GET /project/b59051b8-0e79-4da2-8ed2-bd22f4c08664?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.069618
10.0.0.240 - - [2026-05-18 03:55:29] "GET /projects?obj_uuids=b59051b8-0e79-4da2-8ed2-bd22f4c08664&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001467
10.0.0.23 - - [2026-05-18 03:55:29] "POST /neutron/network HTTP/1.1" 200 604 0.226056
10.0.0.240 - - [2026-05-18 03:55:29] "POST /route-targets HTTP/1.1" 200 328 0.018625
10.0.0.23 - - [2026-05-18 03:55:30] "POST /id-to-fqname HTTP/1.1" 200 219 0.003453
10.0.0.23 - - [2026-05-18 03:55:30] "GET /virtual-network/157cfc3d-3956-4ca9-a89f-2451033ecf64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.007249
10.0.0.23 - - [2026-05-18 03:55:30] "POST /neutron/network HTTP/1.1" 200 821 0.011742
10.0.0.23 - - [2026-05-18 03:55:30] "GET /virtual-network/157cfc3d-3956-4ca9-a89f-2451033ecf64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.008251
10.0.0.23 - - [2026-05-18 03:55:30] "GET /virtual-network/157cfc3d-3956-4ca9-a89f-2451033ecf64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.006631
10.0.0.23 - - [2026-05-18 03:55:32] "POST /id-to-fqname HTTP/1.1" 200 219 0.001795
10.0.0.23 - - [2026-05-18 03:55:32] "POST /neutron/port HTTP/1.1" 200 4186 0.040186
10.0.0.240 - - [2026-05-18 03:55:33] "GET /projects?obj_uuids=b59051b8-0e79-4da2-8ed2-bd22f4c08664&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001052
10.0.0.23 - - [2026-05-18 03:55:33] "GET /project/b59051b8-0e79-4da2-8ed2-bd22f4c08664?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.076024
10.0.0.23 - - [2026-05-18 03:55:33] "POST /neutron/port HTTP/1.1" 200 4186 0.044548
10.0.0.23 - - [2026-05-18 03:55:34] "POST /id-to-fqname HTTP/1.1" 200 219 0.001643
10.0.0.23 - - [2026-05-18 03:55:34] "POST /neutron/network HTTP/1.1" 200 831 0.007723
10.0.0.23 - - [2026-05-18 03:55:34] "POST /neutron/port HTTP/1.1" 200 1057 0.020572
10.0.0.23 - - [2026-05-18 03:55:35] "POST /neutron/port HTTP/1.1" 200 1121 0.034507
10.0.0.240 - - [2026-05-18 03:55:35] "GET /projects?obj_uuids=b59051b8-0e79-4da2-8ed2-bd22f4c08664&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001321
10.0.0.23 - - [2026-05-18 03:55:35] "GET /project/b59051b8-0e79-4da2-8ed2-bd22f4c08664?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.094332
10.0.0.23 - - [2026-05-18 03:55:35] "POST /neutron/port HTTP/1.1" 200 117 0.001160
10.0.0.23 - - [2026-05-18 03:55:35] "POST /neutron/port HTTP/1.1" 200 5154 0.060136
10.0.0.23 - - [2026-05-18 03:55:35] "POST /neutron/port HTTP/1.1" 200 1121 0.022030
10.0.0.240 - - [2026-05-18 03:55:35] "GET /projects?obj_uuids=b59051b8-0e79-4da2-8ed2-bd22f4c08664&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001295
10.0.0.23 - - [2026-05-18 03:55:36] "POST /neutron/port HTTP/1.1" 200 1057 0.307791
10.0.0.23 - - [2026-05-18 03:55:36] "POST /neutron/port HTTP/1.1" 200 1111 0.140329
10.0.0.23 - - [2026-05-18 03:55:36] "POST /neutron/subnet HTTP/1.1" 200 689 0.009739
10.0.0.23 - - [2026-05-18 03:55:40] "POST /neutron/port HTTP/1.1" 200 1121 0.021715
10.0.0.23 - - [2026-05-18 03:55:40] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007703
10.0.0.23 - - [2026-05-18 03:55:41] "GET /virtual-machine/84b1a196-c99d-49a5-af5d-c37e40428dc9 HTTP/1.1" 401 292 0.000584
10.0.0.23 - - [2026-05-18 03:55:41] "GET /virtual-machine/84b1a196-c99d-49a5-af5d-c37e40428dc9 HTTP/1.1" 200 1293 0.036954
10.0.0.23 - - [2026-05-18 03:55:41] "GET /virtual-machine-interface/a5acef72-51c1-4fae-a07f-93b93f0968cc HTTP/1.1" 200 2943 0.005758
10.0.0.23 - - [2026-05-18 03:55:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004360
10.0.0.23 - - [2026-05-18 03:55:41] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005409
10.0.0.23 - - [2026-05-18 03:55:41] "GET /virtual-networks?parent_id=b59051b8-0e79-4da2-8ed2-bd22f4c08664&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003535
10.0.0.23 - - [2026-05-18 03:55:41] "GET /virtual-network/157cfc3d-3956-4ca9-a89f-2451033ecf64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.009623
10.0.0.23 - - [2026-05-18 03:55:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003550
10.0.0.23 - - [2026-05-18 03:55:44] "GET /virtual-network/157cfc3d-3956-4ca9-a89f-2451033ecf64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.008950
10.0.0.23 - - [2026-05-18 03:55:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003202
10.0.0.23 - - [2026-05-18 03:55:48] "GET /virtual-network/157cfc3d-3956-4ca9-a89f-2451033ecf64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.004986
10.0.0.23 - - [2026-05-18 03:55:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003742
10.0.0.23 - - [2026-05-18 03:55:52] "GET /virtual-network/157cfc3d-3956-4ca9-a89f-2451033ecf64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.006338
10.0.0.23 - - [2026-05-18 03:55:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003475
10.0.0.23 - - [2026-05-18 03:55:56] "GET /virtual-network/157cfc3d-3956-4ca9-a89f-2451033ecf64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005939
10.0.0.23 - - [2026-05-18 03:56:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004702
10.0.0.23 - - [2026-05-18 03:56:00] "GET /virtual-network/157cfc3d-3956-4ca9-a89f-2451033ecf64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.008938
10.0.0.240 - - [2026-05-18 03:56:03] "DELETE /project/b59051b80e794da28ed2bd22f4c08664 HTTP/1.1" 404 173 0.014183
10.0.0.240 - - [2026-05-18 03:56:03] "GET /projects?obj_uuids=815ef9d9-2f8e-4257-99a1-8a9caa57c473&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.004604
10.0.0.240 - - [2026-05-18 03:56:03] "GET /project/815ef9d9-2f8e-4257-99a1-8a9caa57c473?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.074497
10.0.0.240 - - [2026-05-18 03:56:03] "GET /projects?obj_uuids=815ef9d9-2f8e-4257-99a1-8a9caa57c473&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002475
10.0.0.240 - - [2026-05-18 03:56:03] "GET /project/815ef9d9-2f8e-4257-99a1-8a9caa57c473?fields=security_groups HTTP/1.1" 200 1099 0.105877
10.0.0.240 - - [2026-05-18 03:56:03] "GET /projects?obj_uuids=815ef9d9-2f8e-4257-99a1-8a9caa57c473&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001321
10.0.0.240 - - [2026-05-18 03:56:03] "DELETE /access-control-list/eaa0aa34-a873-4aa6-b456-bf61fdb087e1 HTTP/1.1" 200 115 0.084268
10.0.0.240 - - [2026-05-18 03:56:03] "GET /project/815ef9d9-2f8e-4257-99a1-8a9caa57c473?fields=application_policy_sets HTTP/1.1" 200 1398 0.077052
10.0.0.240 - - [2026-05-18 03:56:03] "DELETE /project/815ef9d9-2f8e-4257-99a1-8a9caa57c473 HTTP/1.1" 200 115 0.438288
10.0.0.23 - - [2026-05-18 03:56:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004844
10.0.0.23 - - [2026-05-18 03:56:05] "GET /virtual-network/157cfc3d-3956-4ca9-a89f-2451033ecf64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.006287
10.0.0.22 - - [2026-05-18 03:56:06] "GET /obj-perms HTTP/1.1" 200 5056 0.067035
10.0.0.240 - - [2026-05-18 03:56:06] "GET /obj-perms HTTP/1.1" 200 5056 0.053916
10.0.0.23 - - [2026-05-18 03:56:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004965
10.0.0.23 - - [2026-05-18 03:56:09] "GET /virtual-network/157cfc3d-3956-4ca9-a89f-2451033ecf64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.006979
10.0.0.23 - - [2026-05-18 03:56:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004670
10.0.0.23 - - [2026-05-18 03:56:13] "GET /virtual-network/157cfc3d-3956-4ca9-a89f-2451033ecf64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.006610
10.0.0.23 - - [2026-05-18 03:56:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004451
10.0.0.23 - - [2026-05-18 03:56:17] "GET /virtual-network/157cfc3d-3956-4ca9-a89f-2451033ecf64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.006232
10.0.0.23 - - [2026-05-18 03:56:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004261
10.0.0.23 - - [2026-05-18 03:56:21] "GET /virtual-network/157cfc3d-3956-4ca9-a89f-2451033ecf64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.006594
10.0.0.23 - - [2026-05-18 03:56:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003824
10.0.0.23 - - [2026-05-18 03:56:25] "GET /virtual-network/157cfc3d-3956-4ca9-a89f-2451033ecf64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.006154
10.0.0.23 - - [2026-05-18 03:56:27] "POST /neutron/port HTTP/1.1" 200 1217 0.051555
10.0.0.23 - - [2026-05-18 03:56:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004653
10.0.0.23 - - [2026-05-18 03:56:27] "POST /neutron/port HTTP/1.1" 200 117 0.001266
10.0.0.23 - - [2026-05-18 03:56:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003931
10.0.0.23 - - [2026-05-18 03:56:27] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004209
10.0.0.23 - - [2026-05-18 03:56:27] "GET /virtual-networks?parent_id=b59051b8-0e79-4da2-8ed2-bd22f4c08664&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003155
10.0.0.23 - - [2026-05-18 03:56:27] "GET /virtual-network/157cfc3d-3956-4ca9-a89f-2451033ecf64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005518
10.0.0.23 - - [2026-05-18 03:56:27] "POST /neutron/port HTTP/1.1" 200 1121 0.036923
10.0.0.23 - - [2026-05-18 03:56:33] "POST /neutron/security_group HTTP/1.1" 200 2057 0.009523
10.0.0.23 - - [2026-05-18 03:56:39] "POST /neutron/port HTTP/1.1" 200 1121 0.072573
10.0.0.23 - - [2026-05-18 03:56:41] "POST /neutron/security_group HTTP/1.1" 200 2057 0.008826
10.0.0.23 - - [2026-05-18 03:56:48] "POST /neutron/port HTTP/1.1" 200 1121 0.020317
10.0.0.23 - - [2026-05-18 03:56:53] "POST /neutron/security_group HTTP/1.1" 200 2057 0.008277
10.0.0.23 - - [2026-05-18 03:56:54] "POST /neutron/port HTTP/1.1" 200 1121 0.024004
10.0.0.23 - - [2026-05-18 03:56:54] "GET /virtual-machine/29899ef8-031b-4829-8cb5-a55f43006597 HTTP/1.1" 200 1293 0.006388
10.0.0.23 - - [2026-05-18 03:56:54] "GET /virtual-machine-interface/685cb330-9dc1-4667-a4dd-8e131573c4d9 HTTP/1.1" 200 2942 0.006444
10.0.0.23 - - [2026-05-18 03:56:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005609
10.0.0.23 - - [2026-05-18 03:56:54] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.010888
10.0.0.23 - - [2026-05-18 03:56:54] "GET /virtual-networks?parent_id=b59051b8-0e79-4da2-8ed2-bd22f4c08664&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.005363
10.0.0.23 - - [2026-05-18 03:56:54] "GET /virtual-network/157cfc3d-3956-4ca9-a89f-2451033ecf64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.010205
10.0.0.23 - - [2026-05-18 03:56:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003698
10.0.0.23 - - [2026-05-18 03:56:55] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003972
10.0.0.23 - - [2026-05-18 03:56:55] "GET /virtual-networks?parent_id=b59051b8-0e79-4da2-8ed2-bd22f4c08664&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003386
10.0.0.23 - - [2026-05-18 03:56:55] "GET /virtual-network/157cfc3d-3956-4ca9-a89f-2451033ecf64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.006902
10.0.0.22 - - [2026-05-18 03:56:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000383
10.0.0.22 - - [2026-05-18 03:56:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000562
10.0.0.240 - - [2026-05-18 03:56:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000442
10.0.0.240 - - [2026-05-18 03:56:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000423
10.0.0.23 - - [2026-05-18 03:56:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000532
10.0.0.23 - - [2026-05-18 03:56:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000385
10.0.0.22 - - [2026-05-18 03:56:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000435
10.0.0.22 - - [2026-05-18 03:56:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000656
10.0.0.240 - - [2026-05-18 03:56:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000443
10.0.0.240 - - [2026-05-18 03:56:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000407
10.0.0.23 - - [2026-05-18 03:56:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000506
10.0.0.23 - - [2026-05-18 03:56:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000754
10.0.0.23 - - [2026-05-18 03:57:06] "GET /obj-perms HTTP/1.1" 200 5056 0.055055
10.0.0.23 - - [2026-05-18 03:57:22] "POST /neutron/network HTTP/1.1" 400 204 0.017331
10.0.0.23 - - [2026-05-18 03:57:23] "POST /neutron/port HTTP/1.1" 200 151 0.260925
10.0.0.23 - - [2026-05-18 03:57:23] "POST /neutron/port HTTP/1.1" 200 151 0.299770
10.0.0.23 - - [2026-05-18 03:57:24] "POST /neutron/network HTTP/1.1" 200 821 0.007250
10.0.0.23 - - [2026-05-18 03:57:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004122
10.0.0.23 - - [2026-05-18 03:57:24] "POST /neutron/port HTTP/1.1" 200 117 0.001206
10.0.0.240 - - [2026-05-18 03:57:26] "GET /projects?obj_uuids=b59051b8-0e79-4da2-8ed2-bd22f4c08664&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.033762
10.0.0.23 - - [2026-05-18 03:57:26] "GET /project/b59051b8-0e79-4da2-8ed2-bd22f4c08664?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.079567
10.0.0.240 - - [2026-05-18 03:57:26] "GET /projects?obj_uuids=b59051b8-0e79-4da2-8ed2-bd22f4c08664&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001226
10.0.0.23 - - [2026-05-18 03:57:26] "GET /project/b59051b8-0e79-4da2-8ed2-bd22f4c08664?fields=virtual_networks HTTP/1.1" 200 1032 0.057716
10.0.0.240 - - [2026-05-18 03:57:26] "GET /projects?obj_uuids=b59051b8-0e79-4da2-8ed2-bd22f4c08664&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000923
10.0.0.23 - - [2026-05-18 03:57:26] "GET /project/b59051b8-0e79-4da2-8ed2-bd22f4c08664?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.082731
10.0.0.240 - - [2026-05-18 03:57:26] "GET /projects?obj_uuids=b59051b8-0e79-4da2-8ed2-bd22f4c08664&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001484
10.0.0.23 - - [2026-05-18 03:57:26] "POST /neutron/port HTTP/1.1" 200 1106 0.070052
10.0.0.23 - - [2026-05-18 03:57:26] "GET /project/b59051b8-0e79-4da2-8ed2-bd22f4c08664?fields=security_groups HTTP/1.1" 200 1258 0.074486
10.0.0.23 - - [2026-05-18 03:57:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003771
10.0.0.23 - - [2026-05-18 03:57:26] "POST /neutron/network HTTP/1.1" 200 926 0.008132
10.0.0.23 - - [2026-05-18 03:57:42] "GET / HTTP/1.1" 200 36215 0.002785
10.0.0.23 - - [2026-05-18 03:57:43] "POST /fqname-to-id HTTP/1.1" 401 292 0.000617
10.0.0.23 - - [2026-05-18 03:57:43] "POST /fqname-to-id HTTP/1.1" 404 201 0.057817
10.0.0.240 - - [2026-05-18 03:57:43] "GET /projects?obj_uuids=a56f18dc-1680-4f89-bca8-8996ada29788&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003470
10.0.0.240 - - [2026-05-18 03:57:43] "GET /domains?obj_uuids=4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001232
10.0.0.240 - - [2026-05-18 03:57:43] "GET /domain/4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008856
10.0.0.240 - - [2026-05-18 03:57:44] "POST /id-to-fqname HTTP/1.1" 200 203 0.008521
10.0.0.240 - - [2026-05-18 03:57:44] "POST /fqname-to-id HTTP/1.1" 404 212 0.004643
10.0.0.240 - - [2026-05-18 03:57:44] "POST /security-groups HTTP/1.1" 200 604 0.082568
10.0.0.240 - - [2026-05-18 03:57:44] "POST /fqname-to-id HTTP/1.1" 404 247 0.004051
10.0.0.240 - - [2026-05-18 03:57:44] "POST /projects HTTP/1.1" 200 611 0.307572
10.0.0.240 - - [2026-05-18 03:57:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.383112
10.0.0.240 - - [2026-05-18 03:57:44] "POST /access-control-lists HTTP/1.1" 200 609 0.037285
10.0.0.23 - - [2026-05-18 03:57:44] "GET /project/a56f18dc-1680-4f89-bca8-8996ada29788?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.534857
10.0.0.23 - - [2026-05-18 03:57:45] "GET / HTTP/1.1" 200 36215 0.002904
10.0.0.23 - - [2026-05-18 03:57:46] "POST /fqname-to-id HTTP/1.1" 401 292 0.000562
10.0.0.23 - - [2026-05-18 03:57:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.064878
10.0.0.240 - - [2026-05-18 03:57:46] "GET /projects?obj_uuids=a56f18dc-1680-4f89-bca8-8996ada29788&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001157
10.0.0.23 - - [2026-05-18 03:57:46] "GET /project/a56f18dc-1680-4f89-bca8-8996ada29788?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.044324
10.0.0.240 - - [2026-05-18 03:57:47] "POST /useragent-kv HTTP/1.1" 200 115 0.009754
10.0.0.23 - - [2026-05-18 03:57:47] "POST /neutron/subnet HTTP/1.1" 200 724 0.312588
10.0.0.23 - - [2026-05-18 03:57:47] "POST /id-to-fqname HTTP/1.1" 200 234 0.002212
10.0.0.23 - - [2026-05-18 03:57:47] "GET /virtual-network/71af3ce9-79bd-4e62-876d-26b6ea560d64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006995
10.0.0.23 - - [2026-05-18 03:57:47] "GET /virtual-network/71af3ce9-79bd-4e62-876d-26b6ea560d64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006517
10.0.0.23 - - [2026-05-18 03:57:47] "POST /neutron/network HTTP/1.1" 200 839 0.008886
10.0.0.23 - - [2026-05-18 03:57:47] "POST /id-to-fqname HTTP/1.1" 200 234 0.001341
10.0.0.23 - - [2026-05-18 03:57:47] "POST /neutron/network HTTP/1.1" 200 849 0.007741
10.0.0.240 - - [2026-05-18 03:57:48] "GET /projects?obj_uuids=a56f18dc-1680-4f89-bca8-8996ada29788&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001045
10.0.0.23 - - [2026-05-18 03:57:48] "GET /project/a56f18dc-1680-4f89-bca8-8996ada29788?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.089870
10.0.0.23 - - [2026-05-18 03:57:48] "POST /neutron/port HTTP/1.1" 200 117 0.008546
10.0.0.23 - - [2026-05-18 03:57:48] "POST /id-to-fqname HTTP/1.1" 200 234 0.002241
10.0.0.23 - - [2026-05-18 03:57:49] "POST /neutron/network HTTP/1.1" 200 849 0.009371
10.0.0.23 - - [2026-05-18 03:57:49] "POST /neutron/port HTTP/1.1" 200 1073 0.022970
10.0.0.23 - - [2026-05-18 03:57:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004961
10.0.0.23 - - [2026-05-18 03:57:50] "POST /neutron/network HTTP/1.1" 200 839 0.007816
10.0.0.240 - - [2026-05-18 03:57:50] "GET /projects?obj_uuids=a56f18dc-1680-4f89-bca8-8996ada29788&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001354
10.0.0.23 - - [2026-05-18 03:57:50] "GET /project/a56f18dc-1680-4f89-bca8-8996ada29788?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.111868
10.0.0.23 - - [2026-05-18 03:57:50] "POST /neutron/security_group HTTP/1.1" 200 2071 0.008356
10.0.0.240 - - [2026-05-18 03:57:51] "GET /projects?obj_uuids=a56f18dc-1680-4f89-bca8-8996ada29788&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001164
10.0.0.23 - - [2026-05-18 03:57:51] "GET /virtual-network/71af3ce9-79bd-4e62-876d-26b6ea560d64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.016454
10.0.0.23 - - [2026-05-18 03:57:51] "POST /neutron/port HTTP/1.1" 200 1073 0.385031
10.0.0.23 - - [2026-05-18 03:57:51] "POST /neutron/port HTTP/1.1" 200 1127 0.117270
10.0.0.23 - - [2026-05-18 03:57:51] "POST /neutron/subnet HTTP/1.1" 200 698 0.011823
10.0.0.23 - - [2026-05-18 03:57:53] "POST /neutron/port HTTP/1.1" 200 1137 0.028727
10.0.0.23 - - [2026-05-18 03:57:53] "POST /neutron/security_group HTTP/1.1" 200 2071 0.007468
10.0.0.23 - - [2026-05-18 03:57:53] "GET /virtual-machine/b0602c7f-83e4-4df5-9af2-97f24fb30c57 HTTP/1.1" 401 292 0.000390
10.0.0.23 - - [2026-05-18 03:57:53] "GET /virtual-machine/b0602c7f-83e4-4df5-9af2-97f24fb30c57 HTTP/1.1" 200 1308 0.034550
10.0.0.23 - - [2026-05-18 03:57:53] "GET /virtual-machine-interface/1851d90a-0e0c-4ff9-a970-55aced72493b HTTP/1.1" 200 3015 0.006184
10.0.0.23 - - [2026-05-18 03:57:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004537
10.0.0.23 - - [2026-05-18 03:57:53] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005911
10.0.0.23 - - [2026-05-18 03:57:53] "GET /virtual-networks?parent_id=a56f18dc-1680-4f89-bca8-8996ada29788&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.003461
10.0.0.23 - - [2026-05-18 03:57:53] "GET /virtual-network/71af3ce9-79bd-4e62-876d-26b6ea560d64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.008061
10.0.0.23 - - [2026-05-18 03:57:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003914
10.0.0.23 - - [2026-05-18 03:57:56] "GET /virtual-network/71af3ce9-79bd-4e62-876d-26b6ea560d64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006475
10.0.0.23 - - [2026-05-18 03:58:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005997
10.0.0.23 - - [2026-05-18 03:58:01] "GET /virtual-network/71af3ce9-79bd-4e62-876d-26b6ea560d64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.012852
10.0.0.240 - - [2026-05-18 03:58:04] "GET /projects?obj_uuids=b59051b8-0e79-4da2-8ed2-bd22f4c08664&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001122
10.0.0.240 - - [2026-05-18 03:58:04] "DELETE /project/a56f18dc16804f89bca88996ada29788 HTTP/1.1" 404 173 0.123954
10.0.0.240 - - [2026-05-18 03:58:04] "GET /project/b59051b8-0e79-4da2-8ed2-bd22f4c08664?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.068801
10.0.0.240 - - [2026-05-18 03:58:04] "GET /projects?obj_uuids=b59051b8-0e79-4da2-8ed2-bd22f4c08664&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001304
10.0.0.240 - - [2026-05-18 03:58:04] "GET /project/b59051b8-0e79-4da2-8ed2-bd22f4c08664?fields=security_groups HTTP/1.1" 200 1360 0.079493
10.0.0.240 - - [2026-05-18 03:58:04] "DELETE /security-group/ffd3fddc-3931-4a70-8b01-efc21c2c79f3 HTTP/1.1" 404 171 0.006128
10.0.0.240 - - [2026-05-18 03:58:04] "GET /projects?obj_uuids=b59051b8-0e79-4da2-8ed2-bd22f4c08664&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.005239
10.0.0.240 - - [2026-05-18 03:58:04] "DELETE /access-control-list/f5b19cb8-0ba6-4e5d-90b9-dfdd7172ef05 HTTP/1.1" 200 115 0.108080
10.0.0.240 - - [2026-05-18 03:58:04] "GET /project/b59051b8-0e79-4da2-8ed2-bd22f4c08664?fields=application_policy_sets HTTP/1.1" 200 1399 0.125339
10.0.0.240 - - [2026-05-18 03:58:04] "DELETE /project/b59051b8-0e79-4da2-8ed2-bd22f4c08664 HTTP/1.1" 200 115 0.710864
10.0.0.23 - - [2026-05-18 03:58:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004511
10.0.0.23 - - [2026-05-18 03:58:05] "GET /virtual-network/71af3ce9-79bd-4e62-876d-26b6ea560d64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005703
10.0.0.23 - - [2026-05-18 03:58:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004415
10.0.0.23 - - [2026-05-18 03:58:09] "GET /virtual-network/71af3ce9-79bd-4e62-876d-26b6ea560d64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006273
10.0.0.23 - - [2026-05-18 03:58:11] "POST /neutron/port HTTP/1.1" 200 1137 0.024601
10.0.0.23 - - [2026-05-18 03:58:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003713
10.0.0.23 - - [2026-05-18 03:58:13] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004182
10.0.0.23 - - [2026-05-18 03:58:13] "GET /virtual-networks?parent_id=a56f18dc-1680-4f89-bca8-8996ada29788&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.003921
10.0.0.23 - - [2026-05-18 03:58:13] "GET /virtual-network/71af3ce9-79bd-4e62-876d-26b6ea560d64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006975
10.0.0.23 - - [2026-05-18 03:58:13] "POST /neutron/security_group HTTP/1.1" 200 2071 0.009270
10.0.0.23 - - [2026-05-18 03:58:18] "POST /neutron/port HTTP/1.1" 200 1137 0.021816
10.0.0.23 - - [2026-05-18 03:58:23] "POST /neutron/security_group HTTP/1.1" 200 2071 0.008182
10.0.0.23 - - [2026-05-18 03:58:23] "POST /neutron/port HTTP/1.1" 200 1137 0.027536
10.0.0.23 - - [2026-05-18 03:58:23] "GET /virtual-machine/de9d5014-d5ac-4d77-ba05-c9047ba63fc8 HTTP/1.1" 200 1308 0.006249
10.0.0.23 - - [2026-05-18 03:58:23] "GET /virtual-machine-interface/46170049-1877-4f62-86ed-9f5c4e2cd04f HTTP/1.1" 200 3014 0.006075
10.0.0.23 - - [2026-05-18 03:58:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003883
10.0.0.23 - - [2026-05-18 03:58:23] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005867
10.0.0.23 - - [2026-05-18 03:58:23] "GET /virtual-networks?parent_id=a56f18dc-1680-4f89-bca8-8996ada29788&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.005012
10.0.0.23 - - [2026-05-18 03:58:24] "GET /virtual-network/71af3ce9-79bd-4e62-876d-26b6ea560d64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.007201
10.0.0.23 - - [2026-05-18 03:58:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003972
10.0.0.23 - - [2026-05-18 03:58:25] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004172
10.0.0.23 - - [2026-05-18 03:58:25] "GET /virtual-networks?parent_id=a56f18dc-1680-4f89-bca8-8996ada29788&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.005099
10.0.0.23 - - [2026-05-18 03:58:25] "GET /virtual-network/71af3ce9-79bd-4e62-876d-26b6ea560d64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006359
10.0.0.23 - - [2026-05-18 03:58:25] "POST /neutron/security_group HTTP/1.1" 200 2071 0.008555
10.0.0.23 - - [2026-05-18 03:58:25] "POST /neutron/network HTTP/1.1" 200 936 0.010826
10.0.0.23 - - [2026-05-18 03:58:25] "POST /neutron/port HTTP/1.1" 200 117 0.001064
10.0.0.23 - - [2026-05-18 03:58:28] "POST /neutron/port HTTP/1.1" 200 1217 0.026985
10.0.0.23 - - [2026-05-18 03:58:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005630
10.0.0.23 - - [2026-05-18 03:58:28] "POST /neutron/port HTTP/1.1" 200 117 0.001301
10.0.0.23 - - [2026-05-18 03:58:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003542
10.0.0.23 - - [2026-05-18 03:58:31] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005317
10.0.0.23 - - [2026-05-18 03:58:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003545
10.0.0.23 - - [2026-05-18 03:58:31] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004859
10.0.0.23 - - [2026-05-18 03:58:31] "PUT /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f HTTP/1.1" 200 277 0.020611
10.0.0.23 - - [2026-05-18 03:58:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004015
10.0.0.23 - - [2026-05-18 03:58:43] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1640 0.004426
10.0.0.23 - - [2026-05-18 03:58:43] "PUT /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f HTTP/1.1" 200 277 0.014985
10.0.0.22 - - [2026-05-18 03:59:08] "GET /obj-perms HTTP/1.1" 200 5056 0.067435
10.0.0.240 - - [2026-05-18 03:59:08] "GET /obj-perms HTTP/1.1" 200 5056 0.067518
10.0.0.23 - - [2026-05-18 03:59:27] "POST /neutron/port HTTP/1.1" 200 1217 0.052425
10.0.0.23 - - [2026-05-18 03:59:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005488
10.0.0.23 - - [2026-05-18 03:59:27] "POST /neutron/port HTTP/1.1" 200 117 0.001091
10.0.0.23 - - [2026-05-18 03:59:28] "POST /neutron/port HTTP/1.1" 200 1106 0.019735
10.0.0.23 - - [2026-05-18 03:59:28] "POST /neutron/subnet HTTP/1.1" 200 694 0.013837
10.0.0.23 - - [2026-05-18 03:59:35] "POST /neutron/network HTTP/1.1" 200 839 0.007730
10.0.0.23 - - [2026-05-18 03:59:35] "POST /neutron/port HTTP/1.1" 200 1127 0.015417
10.0.0.23 - - [2026-05-18 03:59:36] "POST /neutron/port HTTP/1.1" 200 1127 0.029417
10.0.0.240 - - [2026-05-18 03:59:37] "POST /useragent-kv HTTP/1.1" 200 115 0.004517
10.0.0.240 - - [2026-05-18 03:59:37] "POST /useragent-kv HTTP/1.1" 200 115 0.004712
10.0.0.23 - - [2026-05-18 03:59:37] "POST /neutron/network HTTP/1.1" 200 151 0.156866
10.0.0.240 - - [2026-05-18 03:59:37] "DELETE /route-target/b3018f50-f574-4f7b-a5a6-a1925f94a1b2 HTTP/1.1" 200 115 0.026793
10.0.0.240 - - [2026-05-18 03:59:37] "GET /projects?obj_uuids=a56f18dc-1680-4f89-bca8-8996ada29788&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001101
10.0.0.23 - - [2026-05-18 03:59:37] "GET /project/a56f18dc-1680-4f89-bca8-8996ada29788?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.051836
10.0.0.240 - - [2026-05-18 03:59:37] "GET /projects?obj_uuids=a56f18dc-1680-4f89-bca8-8996ada29788&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.002971
10.0.0.23 - - [2026-05-18 03:59:37] "GET /project/a56f18dc-1680-4f89-bca8-8996ada29788?fields=virtual_networks HTTP/1.1" 200 1060 0.037088
10.0.0.240 - - [2026-05-18 03:59:37] "GET /projects?obj_uuids=a56f18dc-1680-4f89-bca8-8996ada29788&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001271
10.0.0.23 - - [2026-05-18 03:59:37] "GET /project/a56f18dc-1680-4f89-bca8-8996ada29788?fields=virtual_machine_interfaces HTTP/1.1" 200 1060 0.040934
10.0.0.240 - - [2026-05-18 03:59:38] "GET /projects?obj_uuids=a56f18dc-1680-4f89-bca8-8996ada29788&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.003428
10.0.0.23 - - [2026-05-18 03:59:38] "GET /project/a56f18dc-1680-4f89-bca8-8996ada29788?fields=security_groups HTTP/1.1" 200 1300 0.047307
10.0.0.23 - - [2026-05-18 03:59:38] "POST /fqname-to-id HTTP/1.1" 404 206 0.035115
10.0.0.240 - - [2026-05-18 03:59:39] "GET /projects?obj_uuids=4a9a18dd-7ed9-4924-b47a-038603332339&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.006407
10.0.0.240 - - [2026-05-18 03:59:39] "GET /domains?obj_uuids=4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001332
10.0.0.240 - - [2026-05-18 03:59:39] "GET /domain/4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.011970
10.0.0.240 - - [2026-05-18 03:59:39] "POST /id-to-fqname HTTP/1.1" 200 209 0.002079
10.0.0.240 - - [2026-05-18 03:59:39] "POST /fqname-to-id HTTP/1.1" 404 217 0.004670
10.0.0.240 - - [2026-05-18 03:59:39] "POST /security-groups HTTP/1.1" 200 609 0.087313
10.0.0.240 - - [2026-05-18 03:59:39] "POST /projects HTTP/1.1" 200 621 0.305080
10.0.0.240 - - [2026-05-18 03:59:39] "POST /fqname-to-id HTTP/1.1" 404 251 0.009806
10.0.0.240 - - [2026-05-18 03:59:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.381985
10.0.0.23 - - [2026-05-18 03:59:39] "GET /project/4a9a18dd-7ed9-4924-b47a-038603332339?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1437 0.573549
10.0.0.23 - - [2026-05-18 03:59:40] "GET / HTTP/1.1" 200 36215 0.003186
10.0.0.23 - - [2026-05-18 03:59:41] "POST /fqname-to-id HTTP/1.1" 401 292 0.001743
10.0.0.23 - - [2026-05-18 03:59:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.063590
10.0.0.240 - - [2026-05-18 03:59:41] "GET /projects?obj_uuids=4a9a18dd-7ed9-4924-b47a-038603332339&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001361
10.0.0.23 - - [2026-05-18 03:59:41] "GET /project/4a9a18dd-7ed9-4924-b47a-038603332339?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1437 0.046996
10.0.0.240 - - [2026-05-18 03:59:42] "POST /ref-update HTTP/1.1" 200 156 0.023997
10.0.0.240 - - [2026-05-18 03:59:42] "POST /useragent-kv HTTP/1.1" 200 115 0.007955
10.0.0.23 - - [2026-05-18 03:59:42] "POST /neutron/subnet HTTP/1.1" 200 724 0.257989
10.0.0.23 - - [2026-05-18 03:59:42] "POST /id-to-fqname HTTP/1.1" 200 239 0.002133
10.0.0.23 - - [2026-05-18 03:59:42] "GET /virtual-network/98e0a32f-eefb-4efe-a8c9-bd3e9d78cc04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.006321
10.0.0.23 - - [2026-05-18 03:59:42] "GET /virtual-network/98e0a32f-eefb-4efe-a8c9-bd3e9d78cc04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.008270
10.0.0.23 - - [2026-05-18 03:59:42] "POST /neutron/network HTTP/1.1" 200 844 0.008554
10.0.0.23 - - [2026-05-18 03:59:42] "POST /id-to-fqname HTTP/1.1" 200 239 0.001416
10.0.0.23 - - [2026-05-18 03:59:42] "POST /neutron/network HTTP/1.1" 200 854 0.007918
10.0.0.240 - - [2026-05-18 03:59:43] "GET /projects?obj_uuids=4a9a18dd-7ed9-4924-b47a-038603332339&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001186
10.0.0.23 - - [2026-05-18 03:59:43] "GET /project/4a9a18dd-7ed9-4924-b47a-038603332339?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1437 0.074848
10.0.0.23 - - [2026-05-18 03:59:43] "POST /neutron/port HTTP/1.1" 200 117 0.006881
10.0.0.23 - - [2026-05-18 03:59:43] "POST /id-to-fqname HTTP/1.1" 200 239 0.001413
10.0.0.23 - - [2026-05-18 03:59:44] "POST /neutron/network HTTP/1.1" 200 854 0.007335
10.0.0.23 - - [2026-05-18 03:59:44] "POST /neutron/port HTTP/1.1" 200 1078 0.023840
10.0.0.23 - - [2026-05-18 03:59:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005978
10.0.0.23 - - [2026-05-18 03:59:44] "POST /neutron/network HTTP/1.1" 200 844 0.013395
10.0.0.240 - - [2026-05-18 03:59:44] "GET /projects?obj_uuids=4a9a18dd-7ed9-4924-b47a-038603332339&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001289
10.0.0.23 - - [2026-05-18 03:59:44] "GET /project/4a9a18dd-7ed9-4924-b47a-038603332339?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1437 0.081901
10.0.0.23 - - [2026-05-18 03:59:45] "POST /neutron/security_group HTTP/1.1" 200 2076 0.013717
10.0.0.240 - - [2026-05-18 03:59:45] "GET /projects?obj_uuids=4a9a18dd-7ed9-4924-b47a-038603332339&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001058
10.0.0.23 - - [2026-05-18 03:59:45] "POST /neutron/port HTTP/1.1" 200 1078 0.344665
10.0.0.23 - - [2026-05-18 03:59:45] "GET /virtual-network/98e0a32f-eefb-4efe-a8c9-bd3e9d78cc04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.007421
10.0.0.23 - - [2026-05-18 03:59:46] "POST /neutron/port HTTP/1.1" 200 1132 0.113487
10.0.0.23 - - [2026-05-18 03:59:46] "POST /neutron/subnet HTTP/1.1" 200 698 0.011134
10.0.0.23 - - [2026-05-18 03:59:46] "GET /obj-perms HTTP/1.1" 200 5066 0.073526
10.0.0.23 - - [2026-05-18 03:59:47] "POST /neutron/port HTTP/1.1" 200 1142 0.024084
10.0.0.23 - - [2026-05-18 03:59:47] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008840
10.0.0.23 - - [2026-05-18 03:59:47] "GET /virtual-machine/3567de70-848a-451d-bc8a-76fbedf9e068 HTTP/1.1" 401 292 0.000515
10.0.0.23 - - [2026-05-18 03:59:48] "GET /virtual-machine/3567de70-848a-451d-bc8a-76fbedf9e068 HTTP/1.1" 200 1312 0.037591
10.0.0.23 - - [2026-05-18 03:59:48] "GET /virtual-machine-interface/576f7ac2-6783-4e62-b7f1-03910134a482 HTTP/1.1" 200 3040 0.006129
10.0.0.23 - - [2026-05-18 03:59:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003648
10.0.0.23 - - [2026-05-18 03:59:48] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003784
10.0.0.23 - - [2026-05-18 03:59:48] "GET /virtual-networks?parent_id=4a9a18dd-7ed9-4924-b47a-038603332339&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.003203
10.0.0.23 - - [2026-05-18 03:59:48] "GET /virtual-network/98e0a32f-eefb-4efe-a8c9-bd3e9d78cc04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.006040
10.0.0.23 - - [2026-05-18 03:59:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004259
10.0.0.23 - - [2026-05-18 03:59:51] "GET /virtual-network/98e0a32f-eefb-4efe-a8c9-bd3e9d78cc04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.006083
10.0.0.23 - - [2026-05-18 03:59:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004274
10.0.0.23 - - [2026-05-18 03:59:55] "GET /virtual-network/98e0a32f-eefb-4efe-a8c9-bd3e9d78cc04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.007724
10.0.0.23 - - [2026-05-18 03:59:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003646
10.0.0.23 - - [2026-05-18 03:59:59] "GET /virtual-network/98e0a32f-eefb-4efe-a8c9-bd3e9d78cc04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.007468
10.0.0.23 - - [2026-05-18 04:00:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004633
10.0.0.23 - - [2026-05-18 04:00:03] "GET /virtual-network/98e0a32f-eefb-4efe-a8c9-bd3e9d78cc04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.007164
10.0.0.240 - - [2026-05-18 04:00:04] "DELETE /project/4a9a18dd7ed94924b47a038603332339 HTTP/1.1" 404 173 0.004267
10.0.0.240 - - [2026-05-18 04:00:04] "GET /projects?obj_uuids=a56f18dc-1680-4f89-bca8-8996ada29788&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.004047
10.0.0.240 - - [2026-05-18 04:00:04] "GET /project/a56f18dc-1680-4f89-bca8-8996ada29788?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1520 0.093392
10.0.0.240 - - [2026-05-18 04:00:04] "GET /projects?obj_uuids=a56f18dc-1680-4f89-bca8-8996ada29788&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001438
10.0.0.240 - - [2026-05-18 04:00:05] "GET /project/a56f18dc-1680-4f89-bca8-8996ada29788?fields=security_groups HTTP/1.1" 200 1128 0.086826
10.0.0.240 - - [2026-05-18 04:00:05] "GET /projects?obj_uuids=a56f18dc-1680-4f89-bca8-8996ada29788&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.002069
10.0.0.240 - - [2026-05-18 04:00:05] "GET /project/a56f18dc-1680-4f89-bca8-8996ada29788?fields=application_policy_sets HTTP/1.1" 200 1128 0.078330
10.0.0.240 - - [2026-05-18 04:00:05] "DELETE /project/a56f18dc-1680-4f89-bca8-8996ada29788 HTTP/1.1" 404 171 0.373239
10.0.0.23 - - [2026-05-18 04:00:07] "POST /neutron/port HTTP/1.1" 200 1142 0.024172
10.0.0.23 - - [2026-05-18 04:00:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005027
10.0.0.23 - - [2026-05-18 04:00:07] "GET /virtual-network/98e0a32f-eefb-4efe-a8c9-bd3e9d78cc04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.010945
10.0.0.23 - - [2026-05-18 04:00:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004377
10.0.0.23 - - [2026-05-18 04:00:09] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004813
10.0.0.23 - - [2026-05-18 04:00:09] "GET /virtual-networks?parent_id=4a9a18dd-7ed9-4924-b47a-038603332339&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.003459
10.0.0.23 - - [2026-05-18 04:00:09] "GET /virtual-network/98e0a32f-eefb-4efe-a8c9-bd3e9d78cc04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.006193
10.0.0.23 - - [2026-05-18 04:00:10] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008288
10.0.0.23 - - [2026-05-18 04:00:15] "POST /neutron/port HTTP/1.1" 200 1142 0.024900
10.0.0.23 - - [2026-05-18 04:00:15] "POST /neutron/security_group HTTP/1.1" 200 2076 0.009677
10.0.0.23 - - [2026-05-18 04:00:15] "GET /virtual-machine/3a5fb02c-0e92-4ea4-9ffa-dd7509491ea8 HTTP/1.1" 200 1312 0.006840
10.0.0.23 - - [2026-05-18 04:00:15] "GET /virtual-machine-interface/b3589f57-9f8e-4c7a-bdf3-0ed055675cc5 HTTP/1.1" 200 3041 0.006094
10.0.0.23 - - [2026-05-18 04:00:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004331
10.0.0.23 - - [2026-05-18 04:00:15] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004029
10.0.0.23 - - [2026-05-18 04:00:15] "GET /virtual-networks?parent_id=4a9a18dd-7ed9-4924-b47a-038603332339&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.005025
10.0.0.23 - - [2026-05-18 04:00:15] "GET /virtual-network/98e0a32f-eefb-4efe-a8c9-bd3e9d78cc04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.007851
10.0.0.23 - - [2026-05-18 04:00:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003840
10.0.0.23 - - [2026-05-18 04:00:16] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004690
10.0.0.23 - - [2026-05-18 04:00:16] "GET /virtual-networks?parent_id=4a9a18dd-7ed9-4924-b47a-038603332339&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.003515
10.0.0.23 - - [2026-05-18 04:00:16] "GET /virtual-network/98e0a32f-eefb-4efe-a8c9-bd3e9d78cc04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.006398
10.0.0.23 - - [2026-05-18 04:00:16] "POST /neutron/port HTTP/1.1" 200 1142 0.023583
10.0.0.23 - - [2026-05-18 04:00:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003796
10.0.0.240 - - [2026-05-18 04:00:22] "GET /projects?obj_uuids=4a9a18dd-7ed9-4924-b47a-038603332339&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001036
10.0.0.23 - - [2026-05-18 04:00:22] "GET /project/4a9a18dd-7ed9-4924-b47a-038603332339?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1437 0.049573
10.0.0.240 - - [2026-05-18 04:00:22] "GET /projects?obj_uuids=4a9a18dd-7ed9-4924-b47a-038603332339&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001074
10.0.0.23 - - [2026-05-18 04:00:22] "POST /neutron/network HTTP/1.1" 200 625 0.153936
10.0.0.240 - - [2026-05-18 04:00:22] "POST /route-targets HTTP/1.1" 200 328 0.047599
10.0.0.23 - - [2026-05-18 04:00:22] "POST /id-to-fqname HTTP/1.1" 200 239 0.004685
10.0.0.23 - - [2026-05-18 04:00:22] "GET /virtual-network/0302ac13-07a8-450f-bafc-4e908ae23124?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.008108
10.0.0.23 - - [2026-05-18 04:00:22] "POST /neutron/network HTTP/1.1" 200 843 0.010195
10.0.0.23 - - [2026-05-18 04:00:22] "GET /virtual-network/0302ac13-07a8-450f-bafc-4e908ae23124?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.006820
10.0.0.23 - - [2026-05-18 04:00:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003522
10.0.0.240 - - [2026-05-18 04:00:22] "GET /projects?obj_uuids=4a9a18dd-7ed9-4924-b47a-038603332339&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001245
10.0.0.23 - - [2026-05-18 04:00:22] "GET /project/4a9a18dd-7ed9-4924-b47a-038603332339?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1437 0.062149
10.0.0.23 - - [2026-05-18 04:00:23] "POST /neutron/network HTTP/1.1" 200 117 0.019587
10.0.0.240 - - [2026-05-18 04:00:23] "POST /ref-update HTTP/1.1" 200 156 0.022120
10.0.0.23 - - [2026-05-18 04:00:23] "POST /neutron/network HTTP/1.1" 200 850 0.008494
10.0.0.23 - - [2026-05-18 04:00:23] "POST /id-to-fqname HTTP/1.1" 200 242 0.001288
10.0.0.23 - - [2026-05-18 04:00:23] "GET /virtual-network/5855c471-f288-40bb-aed4-65da270e0b3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2090 0.006533
10.0.0.23 - - [2026-05-18 04:00:23] "GET /virtual-network/5855c471-f288-40bb-aed4-65da270e0b3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2090 0.005870
10.0.0.23 - - [2026-05-18 04:00:23] "POST /neutron/subnet HTTP/1.1" 200 725 0.014647
10.0.0.23 - - [2026-05-18 04:00:23] "POST /id-to-fqname HTTP/1.1" 200 239 0.001277
10.0.0.23 - - [2026-05-18 04:00:23] "POST /neutron/network HTTP/1.1" 200 853 0.009091
10.0.0.240 - - [2026-05-18 04:00:24] "GET /projects?obj_uuids=4a9a18dd-7ed9-4924-b47a-038603332339&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001858
10.0.0.23 - - [2026-05-18 04:00:24] "GET /project/4a9a18dd-7ed9-4924-b47a-038603332339?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1437 0.103615
10.0.0.23 - - [2026-05-18 04:00:24] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008162
10.0.0.23 - - [2026-05-18 04:00:24] "POST /id-to-fqname HTTP/1.1" 200 242 0.001518
10.0.0.23 - - [2026-05-18 04:00:25] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008346
10.0.0.240 - - [2026-05-18 04:00:25] "GET /projects?obj_uuids=4a9a18dd-7ed9-4924-b47a-038603332339&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001130
10.0.0.23 - - [2026-05-18 04:00:25] "POST /neutron/port HTTP/1.1" 200 1077 0.364093
10.0.0.23 - - [2026-05-18 04:00:26] "POST /neutron/port HTTP/1.1" 200 1131 0.123481
10.0.0.240 - - [2026-05-18 04:00:26] "GET /projects?obj_uuids=4a9a18dd-7ed9-4924-b47a-038603332339&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000940
10.0.0.23 - - [2026-05-18 04:00:26] "GET /project/4a9a18dd-7ed9-4924-b47a-038603332339?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1437 0.097991
10.0.0.23 - - [2026-05-18 04:00:26] "POST /neutron/network HTTP/1.1" 200 850 0.049139
10.0.0.23 - - [2026-05-18 04:00:26] "POST /neutron/network HTTP/1.1" 200 843 0.008207
10.0.0.23 - - [2026-05-18 04:00:26] "POST /neutron/port HTTP/1.1" 200 117 0.008426
10.0.0.23 - - [2026-05-18 04:00:26] "POST /id-to-fqname HTTP/1.1" 200 239 0.001784
10.0.0.23 - - [2026-05-18 04:00:26] "POST /id-to-fqname HTTP/1.1" 200 239 0.000974
10.0.0.23 - - [2026-05-18 04:00:27] "POST /neutron/network HTTP/1.1" 200 860 0.011627
10.0.0.23 - - [2026-05-18 04:00:27] "POST /neutron/port HTTP/1.1" 200 1078 0.024238
10.0.0.23 - - [2026-05-18 04:00:27] "POST /neutron/port HTTP/1.1" 200 1142 0.025870
10.0.0.240 - - [2026-05-18 04:00:27] "GET /projects?obj_uuids=4a9a18dd-7ed9-4924-b47a-038603332339&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001236
10.0.0.23 - - [2026-05-18 04:00:27] "GET /project/4a9a18dd-7ed9-4924-b47a-038603332339?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1437 0.092767
10.0.0.23 - - [2026-05-18 04:00:27] "POST /neutron/port HTTP/1.1" 200 117 0.009115
10.0.0.23 - - [2026-05-18 04:00:28] "POST /neutron/network HTTP/1.1" 200 850 0.010354
10.0.0.23 - - [2026-05-18 04:00:28] "POST /neutron/port HTTP/1.1" 200 117 0.007438
10.0.0.23 - - [2026-05-18 04:00:28] "GET /virtual-network/98e0a32f-eefb-4efe-a8c9-bd3e9d78cc04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.007016
10.0.0.240 - - [2026-05-18 04:00:29] "GET /projects?obj_uuids=4a9a18dd-7ed9-4924-b47a-038603332339&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.002465
10.0.0.22 - - [2026-05-18 04:00:29] "GET /obj-perms HTTP/1.1" 200 5066 0.100149
10.0.0.23 - - [2026-05-18 04:00:29] "POST /neutron/port HTTP/1.1" 200 1077 0.388731
10.0.0.23 - - [2026-05-18 04:00:29] "GET /virtual-network/0302ac13-07a8-450f-bafc-4e908ae23124?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.006004
10.0.0.23 - - [2026-05-18 04:00:29] "POST /neutron/port HTTP/1.1" 200 1106 0.028263
10.0.0.23 - - [2026-05-18 04:00:29] "POST /neutron/port HTTP/1.1" 200 1217 0.033688
10.0.0.23 - - [2026-05-18 04:00:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005111
10.0.0.23 - - [2026-05-18 04:00:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.009248
10.0.0.23 - - [2026-05-18 04:00:29] "POST /neutron/network HTTP/1.1" 200 926 0.012012
10.0.0.23 - - [2026-05-18 04:00:29] "GET /obj-perms HTTP/1.1" 200 5066 0.003820
10.0.0.23 - - [2026-05-18 04:00:29] "POST /neutron/port HTTP/1.1" 200 1077 0.025053
10.0.0.23 - - [2026-05-18 04:00:29] "POST /neutron/network HTTP/1.1" 200 1112 0.011627
10.0.0.240 - - [2026-05-18 04:00:29] "GET /obj-perms HTTP/1.1" 200 5066 0.075274
10.0.0.23 - - [2026-05-18 04:00:30] "GET /virtual-network/5855c471-f288-40bb-aed4-65da270e0b3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2090 0.008647
10.0.0.23 - - [2026-05-18 04:00:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004768
10.0.0.23 - - [2026-05-18 04:00:30] "POST /neutron/network HTTP/1.1" 200 844 0.012827
10.0.0.23 - - [2026-05-18 04:00:30] "POST /neutron/port HTTP/1.1" 200 117 0.001021
10.0.0.23 - - [2026-05-18 04:00:30] "POST /neutron/security_group HTTP/1.1" 200 2076 0.019126
10.0.0.23 - - [2026-05-18 04:00:31] "POST /neutron/port HTTP/1.1" 200 1142 0.020456
10.0.0.23 - - [2026-05-18 04:00:31] "GET /virtual-machine/2a8899ef-e6d3-442f-a7e1-561ada58cd79 HTTP/1.1" 200 1312 0.007336
10.0.0.23 - - [2026-05-18 04:00:31] "GET /virtual-machine-interface/ab316877-b226-48a3-b057-93c8216366e7 HTTP/1.1" 200 3050 0.005130
10.0.0.23 - - [2026-05-18 04:00:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.005896
10.0.0.23 - - [2026-05-18 04:00:31] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005558
10.0.0.23 - - [2026-05-18 04:00:31] "GET /virtual-networks?parent_id=4a9a18dd-7ed9-4924-b47a-038603332339&detail=False&count=False&shared=False HTTP/1.1" 200 854 0.003434
10.0.0.23 - - [2026-05-18 04:00:31] "GET /virtual-network/5855c471-f288-40bb-aed4-65da270e0b3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2090 0.011451
10.0.0.23 - - [2026-05-18 04:00:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003979
10.0.0.23 - - [2026-05-18 04:00:34] "GET /virtual-network/5855c471-f288-40bb-aed4-65da270e0b3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2090 0.006006
10.0.0.23 - - [2026-05-18 04:00:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.006188
10.0.0.23 - - [2026-05-18 04:00:38] "GET /virtual-network/5855c471-f288-40bb-aed4-65da270e0b3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2090 0.007597
10.0.0.23 - - [2026-05-18 04:00:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004164
10.0.0.23 - - [2026-05-18 04:00:42] "GET /virtual-network/5855c471-f288-40bb-aed4-65da270e0b3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2090 0.006990
10.0.0.23 - - [2026-05-18 04:00:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004623
10.0.0.23 - - [2026-05-18 04:00:46] "GET /virtual-network/5855c471-f288-40bb-aed4-65da270e0b3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2090 0.008584
10.0.0.23 - - [2026-05-18 04:00:48] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008024
10.0.0.23 - - [2026-05-18 04:00:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004045
10.0.0.23 - - [2026-05-18 04:00:50] "GET /virtual-network/5855c471-f288-40bb-aed4-65da270e0b3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2090 0.007801
10.0.0.23 - - [2026-05-18 04:00:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004325
10.0.0.23 - - [2026-05-18 04:00:54] "GET /virtual-network/5855c471-f288-40bb-aed4-65da270e0b3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2090 0.006624
10.0.0.23 - - [2026-05-18 04:00:55] "POST /neutron/port HTTP/1.1" 200 1142 0.021255
10.0.0.23 - - [2026-05-18 04:00:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004394
10.0.0.23 - - [2026-05-18 04:00:56] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004726
10.0.0.23 - - [2026-05-18 04:00:56] "GET /virtual-networks?parent_id=4a9a18dd-7ed9-4924-b47a-038603332339&detail=False&count=False&shared=False HTTP/1.1" 200 854 0.003478
10.0.0.23 - - [2026-05-18 04:00:56] "GET /virtual-network/5855c471-f288-40bb-aed4-65da270e0b3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2090 0.006992
10.0.0.23 - - [2026-05-18 04:00:57] "POST /neutron/security_group HTTP/1.1" 200 2076 0.010063
10.0.0.23 - - [2026-05-18 04:01:07] "POST /neutron/port HTTP/1.1" 200 1142 0.025782
10.0.0.23 - - [2026-05-18 04:01:12] "POST /neutron/security_group HTTP/1.1" 200 2076 0.009133
10.0.0.23 - - [2026-05-18 04:01:12] "POST /neutron/port HTTP/1.1" 200 1141 0.022449
10.0.0.23 - - [2026-05-18 04:01:13] "GET /virtual-machine/19847682-84fa-40b6-a2c3-e916140212d2 HTTP/1.1" 200 1312 0.007203
10.0.0.23 - - [2026-05-18 04:01:13] "GET /virtual-machine-interface/9984e053-947c-49e8-9225-588805e03733 HTTP/1.1" 200 3041 0.006264
10.0.0.23 - - [2026-05-18 04:01:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004290
10.0.0.23 - - [2026-05-18 04:01:13] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005555
10.0.0.23 - - [2026-05-18 04:01:13] "GET /virtual-networks?parent_id=4a9a18dd-7ed9-4924-b47a-038603332339&detail=False&count=False&shared=False HTTP/1.1" 200 854 0.004920
10.0.0.23 - - [2026-05-18 04:01:13] "GET /virtual-network/0302ac13-07a8-450f-bafc-4e908ae23124?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.006235
10.0.0.23 - - [2026-05-18 04:01:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003971
10.0.0.23 - - [2026-05-18 04:01:14] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004946
10.0.0.23 - - [2026-05-18 04:01:14] "GET /virtual-networks?parent_id=4a9a18dd-7ed9-4924-b47a-038603332339&detail=False&count=False&shared=False HTTP/1.1" 200 854 0.003368
10.0.0.23 - - [2026-05-18 04:01:14] "GET /virtual-network/0302ac13-07a8-450f-bafc-4e908ae23124?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.006664
10.0.0.23 - - [2026-05-18 04:01:14] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008037
10.0.0.23 - - [2026-05-18 04:01:14] "POST /neutron/port HTTP/1.1" 200 2131 0.042399
10.0.0.23 - - [2026-05-18 04:01:14] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008559
10.0.0.23 - - [2026-05-18 04:01:14] "GET /virtual-machine/d7716c32-bd00-4c00-aa68-915ff5f46beb HTTP/1.1" 200 1590 0.013211
10.0.0.23 - - [2026-05-18 04:01:14] "GET /virtual-machine-interface/187b2d67-14b6-428b-96ba-52822418f64f HTTP/1.1" 200 3040 0.007790
10.0.0.23 - - [2026-05-18 04:01:14] "GET /virtual-machine-interface/3675d538-69a1-4ab9-a923-abb17a8effe1 HTTP/1.1" 200 3040 0.005602
10.0.0.23 - - [2026-05-18 04:01:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004964
10.0.0.23 - - [2026-05-18 04:01:15] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004411
10.0.0.23 - - [2026-05-18 04:01:15] "GET /virtual-networks?parent_id=4a9a18dd-7ed9-4924-b47a-038603332339&detail=False&count=False&shared=False HTTP/1.1" 200 854 0.002786
10.0.0.23 - - [2026-05-18 04:01:15] "GET /virtual-network/98e0a32f-eefb-4efe-a8c9-bd3e9d78cc04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.007324
10.0.0.23 - - [2026-05-18 04:01:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004678
10.0.0.23 - - [2026-05-18 04:01:16] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004669
10.0.0.23 - - [2026-05-18 04:01:16] "GET /virtual-networks?parent_id=4a9a18dd-7ed9-4924-b47a-038603332339&detail=False&count=False&shared=False HTTP/1.1" 200 854 0.003690
10.0.0.23 - - [2026-05-18 04:01:16] "GET /virtual-network/98e0a32f-eefb-4efe-a8c9-bd3e9d78cc04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.007183
10.0.0.23 - - [2026-05-18 04:01:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003872
10.0.0.23 - - [2026-05-18 04:01:16] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004313
10.0.0.23 - - [2026-05-18 04:01:16] "GET /virtual-networks?parent_id=4a9a18dd-7ed9-4924-b47a-038603332339&detail=False&count=False&shared=False HTTP/1.1" 200 854 0.004128
10.0.0.23 - - [2026-05-18 04:01:16] "GET /virtual-network/0302ac13-07a8-450f-bafc-4e908ae23124?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.008848
10.0.0.23 - - [2026-05-18 04:01:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004874
10.0.0.23 - - [2026-05-18 04:01:17] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006842
10.0.0.23 - - [2026-05-18 04:01:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005351
10.0.0.23 - - [2026-05-18 04:01:18] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005834
10.0.0.23 - - [2026-05-18 04:01:18] "PUT /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f HTTP/1.1" 200 277 0.014606
10.0.0.23 - - [2026-05-18 04:01:18] "POST /fqname-to-id HTTP/1.1" 404 217 0.004516
10.0.0.23 - - [2026-05-18 04:01:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004601
10.0.0.240 - - [2026-05-18 04:01:18] "GET /projects?obj_uuids=4a9a18dd-7ed9-4924-b47a-038603332339&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001369
10.0.0.23 - - [2026-05-18 04:01:18] "GET /project/4a9a18dd-7ed9-4924-b47a-038603332339?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1437 0.051968
10.0.0.23 - - [2026-05-18 04:01:18] "POST /network-policys HTTP/1.1" 200 541 0.035279
10.0.0.23 - - [2026-05-18 04:01:18] "GET /network-policy/c657c6f1-abe1-49c1-8b7f-fc1a2ba153a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1994 0.008230
10.0.0.23 - - [2026-05-18 04:01:18] "POST /neutron/network HTTP/1.1" 200 938 0.011306
10.0.0.23 - - [2026-05-18 04:01:18] "GET /virtual-network/98e0a32f-eefb-4efe-a8c9-bd3e9d78cc04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2393 0.006388
10.0.0.23 - - [2026-05-18 04:01:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003540
10.0.0.23 - - [2026-05-18 04:01:18] "GET /network-policy/c657c6f1-abe1-49c1-8b7f-fc1a2ba153a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1994 0.005733
10.0.0.23 - - [2026-05-18 04:01:18] "POST /neutron/network HTTP/1.1" 200 937 0.011517
10.0.0.23 - - [2026-05-18 04:01:18] "GET /virtual-network/0302ac13-07a8-450f-bafc-4e908ae23124?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2388 0.006927
10.0.0.23 - - [2026-05-18 04:01:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004153
10.0.0.23 - - [2026-05-18 04:01:18] "GET /network-policy/c657c6f1-abe1-49c1-8b7f-fc1a2ba153a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1994 0.005301
10.0.0.240 - - [2026-05-18 04:01:18] "POST /fqname-to-id HTTP/1.1" 404 254 0.003706
10.0.0.23 - - [2026-05-18 04:01:19] "GET /virtual-network/98e0a32f-eefb-4efe-a8c9-bd3e9d78cc04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2393 0.007647
10.0.0.23 - - [2026-05-18 04:01:19] "GET /obj-perms HTTP/1.1" 200 5066 0.005199
10.0.0.22 - - [2026-05-18 04:01:19] "GET /obj-perms HTTP/1.1" 200 5066 0.004019
10.0.0.240 - - [2026-05-18 04:01:19] "GET /obj-perms HTTP/1.1" 200 5066 0.003959
10.0.0.23 - - [2026-05-18 04:01:19] "GET /virtual-network/0302ac13-07a8-450f-bafc-4e908ae23124?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2388 0.006079
10.0.0.23 - - [2026-05-18 04:01:20] "GET /virtual-network/98e0a32f-eefb-4efe-a8c9-bd3e9d78cc04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2393 0.007065
10.0.0.23 - - [2026-05-18 04:01:20] "GET /virtual-network/0302ac13-07a8-450f-bafc-4e908ae23124?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2388 0.007404
10.0.0.23 - - [2026-05-18 04:01:21] "GET /obj-perms HTTP/1.1" 200 5066 0.006050
10.0.0.22 - - [2026-05-18 04:01:21] "GET /obj-perms HTTP/1.1" 200 5066 0.004709
10.0.0.240 - - [2026-05-18 04:01:21] "GET /obj-perms HTTP/1.1" 200 5066 0.004664
10.0.0.23 - - [2026-05-18 04:01:21] "GET /virtual-network/5855c471-f288-40bb-aed4-65da270e0b3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2090 0.007210
10.0.0.23 - - [2026-05-18 04:01:30] "POST /neutron/network HTTP/1.1" 200 936 0.051655
10.0.0.23 - - [2026-05-18 04:01:30] "POST /neutron/port HTTP/1.1" 200 117 0.001294
10.0.0.23 - - [2026-05-18 04:01:36] "GET /obj-perms HTTP/1.1" 200 5066 0.005769
10.0.0.22 - - [2026-05-18 04:01:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000498
10.0.0.22 - - [2026-05-18 04:01:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000381
10.0.0.240 - - [2026-05-18 04:01:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000774
10.0.0.240 - - [2026-05-18 04:01:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000415
10.0.0.23 - - [2026-05-18 04:01:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000371
10.0.0.23 - - [2026-05-18 04:01:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000513
10.0.0.22 - - [2026-05-18 04:01:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000391
10.0.0.22 - - [2026-05-18 04:01:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000448
10.0.0.240 - - [2026-05-18 04:01:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000582
10.0.0.240 - - [2026-05-18 04:01:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000573
10.0.0.23 - - [2026-05-18 04:01:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000460
10.0.0.23 - - [2026-05-18 04:01:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000540
10.0.0.23 - - [2026-05-18 04:02:30] "POST /neutron/port HTTP/1.1" 200 1217 0.036487
10.0.0.23 - - [2026-05-18 04:02:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005041
10.0.0.23 - - [2026-05-18 04:02:30] "POST /neutron/port HTTP/1.1" 200 117 0.001639
10.0.0.23 - - [2026-05-18 04:02:32] "POST /neutron/port HTTP/1.1" 200 1141 0.020845
10.0.0.23 - - [2026-05-18 04:02:32] "POST /neutron/subnet HTTP/1.1" 200 694 0.012255
10.0.0.22 - - [2026-05-18 04:03:12] "GET /obj-perms HTTP/1.1" 200 5056 0.066209
10.0.0.23 - - [2026-05-18 04:03:31] "POST /neutron/port HTTP/1.1" 200 1106 0.024854
10.0.0.23 - - [2026-05-18 04:03:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005082
10.0.0.23 - - [2026-05-18 04:03:31] "POST /neutron/network HTTP/1.1" 200 926 0.011410
10.0.0.23 - - [2026-05-18 04:03:34] "POST /neutron/network HTTP/1.1" 200 1122 0.009563
10.0.0.23 - - [2026-05-18 04:03:34] "POST /neutron/subnet HTTP/1.1" 200 1380 0.014721
10.0.0.23 - - [2026-05-18 04:03:34] "POST /neutron/network HTTP/1.1" 200 1112 0.012530
10.0.0.240 - - [2026-05-18 04:04:12] "GET /obj-perms HTTP/1.1" 200 5056 0.062427
10.0.0.23 - - [2026-05-18 04:04:12] "GET /obj-perms HTTP/1.1" 200 5056 0.062460
10.0.0.23 - - [2026-05-18 04:04:31] "POST /neutron/network HTTP/1.1" 200 948 0.037832
10.0.0.23 - - [2026-05-18 04:04:31] "POST /neutron/port HTTP/1.1" 200 117 0.001298
10.0.0.23 - - [2026-05-18 04:04:36] "POST /neutron/port HTTP/1.1" 200 1106 0.022150
10.0.0.23 - - [2026-05-18 04:04:36] "POST /neutron/subnet HTTP/1.1" 200 694 0.010092
10.0.0.23 - - [2026-05-18 04:04:58] "GET /virtual-network/0302ac13-07a8-450f-bafc-4e908ae23124?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2388 0.037393
10.0.0.23 - - [2026-05-18 04:04:58] "POST /neutron/network HTTP/1.1" 200 937 0.043669
10.0.0.23 - - [2026-05-18 04:04:59] "GET /virtual-network/0302ac13-07a8-450f-bafc-4e908ae23124?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.007792
10.0.0.23 - - [2026-05-18 04:04:59] "GET /virtual-network/98e0a32f-eefb-4efe-a8c9-bd3e9d78cc04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2393 0.008604
10.0.0.23 - - [2026-05-18 04:04:59] "POST /neutron/network HTTP/1.1" 200 938 0.009340
10.0.0.23 - - [2026-05-18 04:04:59] "GET /virtual-network/98e0a32f-eefb-4efe-a8c9-bd3e9d78cc04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.010442
10.0.0.23 - - [2026-05-18 04:04:59] "DELETE /network-policy/c657c6f1-abe1-49c1-8b7f-fc1a2ba153a9 HTTP/1.1" 200 115 0.053203
10.0.0.23 - - [2026-05-18 04:04:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.006330
10.0.0.23 - - [2026-05-18 04:04:59] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1641 0.005941
10.0.0.23 - - [2026-05-18 04:04:59] "PUT /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f HTTP/1.1" 200 277 0.016591
10.0.0.240 - - [2026-05-18 04:04:59] "DELETE /access-control-list/78a3878c-76a4-460c-85ed-b09cd43474cd HTTP/1.1" 200 115 0.048631
10.0.0.240 - - [2026-05-18 04:04:59] "DELETE /access-control-list/a0d36bef-6c0b-485b-9a2e-b6382bff91cc HTTP/1.1" 200 115 0.072151
10.0.0.23 - - [2026-05-18 04:05:01] "POST /neutron/network HTTP/1.1" 200 850 0.010452
10.0.0.23 - - [2026-05-18 04:05:01] "POST /neutron/port HTTP/1.1" 200 1132 0.022935
10.0.0.23 - - [2026-05-18 04:05:01] "POST /neutron/port HTTP/1.1" 200 2131 0.034983
10.0.0.23 - - [2026-05-18 04:05:02] "POST /neutron/port HTTP/1.1" 200 1132 0.030460
10.0.0.23 - - [2026-05-18 04:05:02] "POST /neutron/port HTTP/1.1" 200 151 0.239844
10.0.0.240 - - [2026-05-18 04:05:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004221
10.0.0.23 - - [2026-05-18 04:05:03] "POST /neutron/network HTTP/1.1" 200 843 0.009849
10.0.0.240 - - [2026-05-18 04:05:04] "DELETE /route-target/e471c68f-ad3a-4d92-847e-bb8076844387 HTTP/1.1" 200 115 0.037107
10.0.0.23 - - [2026-05-18 04:05:04] "POST /neutron/network HTTP/1.1" 400 204 0.020116
10.0.0.23 - - [2026-05-18 04:05:05] "POST /neutron/port HTTP/1.1" 200 151 0.255784
10.0.0.23 - - [2026-05-18 04:05:05] "POST /neutron/port HTTP/1.1" 200 151 0.267553
10.0.0.240 - - [2026-05-18 04:05:07] "GET /projects?obj_uuids=4a9a18dd-7ed9-4924-b47a-038603332339&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.035350
10.0.0.23 - - [2026-05-18 04:05:07] "GET /project/4a9a18dd-7ed9-4924-b47a-038603332339?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1437 0.125547
10.0.0.240 - - [2026-05-18 04:05:07] "GET /projects?obj_uuids=4a9a18dd-7ed9-4924-b47a-038603332339&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000957
10.0.0.23 - - [2026-05-18 04:05:07] "GET /project/4a9a18dd-7ed9-4924-b47a-038603332339?fields=virtual_networks HTTP/1.1" 200 1069 0.047793
10.0.0.240 - - [2026-05-18 04:05:07] "GET /projects?obj_uuids=4a9a18dd-7ed9-4924-b47a-038603332339&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001153
10.0.0.23 - - [2026-05-18 04:05:07] "GET /project/4a9a18dd-7ed9-4924-b47a-038603332339?fields=virtual_machine_interfaces HTTP/1.1" 200 1069 0.055989
10.0.0.240 - - [2026-05-18 04:05:07] "GET /projects?obj_uuids=4a9a18dd-7ed9-4924-b47a-038603332339&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001219
10.0.0.23 - - [2026-05-18 04:05:07] "GET /project/4a9a18dd-7ed9-4924-b47a-038603332339?fields=security_groups HTTP/1.1" 200 1314 0.073978
10.0.0.23 - - [2026-05-18 04:05:08] "POST /fqname-to-id HTTP/1.1" 404 183 0.033196
10.0.0.240 - - [2026-05-18 04:05:08] "GET /projects?obj_uuids=2e73089b-194f-497c-b78d-7d8fedcb3365&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003404
10.0.0.240 - - [2026-05-18 04:05:08] "GET /domains?obj_uuids=4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001022
10.0.0.240 - - [2026-05-18 04:05:08] "GET /domain/4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.048858
10.0.0.240 - - [2026-05-18 04:05:08] "POST /id-to-fqname HTTP/1.1" 200 185 0.009029
10.0.0.240 - - [2026-05-18 04:05:08] "POST /fqname-to-id HTTP/1.1" 404 194 0.006646
10.0.0.240 - - [2026-05-18 04:05:08] "POST /security-groups HTTP/1.1" 200 586 0.037043
10.0.0.240 - - [2026-05-18 04:05:08] "POST /fqname-to-id HTTP/1.1" 404 229 0.003571
10.0.0.240 - - [2026-05-18 04:05:08] "POST /projects HTTP/1.1" 200 575 0.284726
10.0.0.240 - - [2026-05-18 04:05:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.374204
10.0.0.240 - - [2026-05-18 04:05:08] "POST /access-control-lists HTTP/1.1" 200 591 0.034746
10.0.0.23 - - [2026-05-18 04:05:08] "GET /project/2e73089b-194f-497c-b78d-7d8fedcb3365?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.583880
10.0.0.23 - - [2026-05-18 04:05:10] "GET / HTTP/1.1" 200 36215 0.002610
10.0.0.240 - - [2026-05-18 04:05:10] "GET /projects?obj_uuids=24368b5e-b8b6-42c8-9709-5cf097b3c0d0&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001601
10.0.0.23 - - [2026-05-18 04:05:10] "GET /project/24368b5e-b8b6-42c8-9709-5cf097b3c0d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1273 0.073433
10.0.0.23 - - [2026-05-18 04:05:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004312
10.0.0.23 - - [2026-05-18 04:05:11] "GET /security-group/4a49f7db-9d88-4d86-8418-2c001cd8228e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3708 0.006179
10.0.0.23 - - [2026-05-18 04:05:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004029
10.0.0.240 - - [2026-05-18 04:05:11] "GET /projects?obj_uuids=24368b5e-b8b6-42c8-9709-5cf097b3c0d0&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.004254
10.0.0.23 - - [2026-05-18 04:05:11] "GET /project/24368b5e-b8b6-42c8-9709-5cf097b3c0d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1273 0.061809
10.0.0.23 - - [2026-05-18 04:05:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004724
10.0.0.23 - - [2026-05-18 04:05:11] "GET /security-group/4a49f7db-9d88-4d86-8418-2c001cd8228e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3708 0.004746
10.0.0.23 - - [2026-05-18 04:05:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.005379
10.0.0.23 - - [2026-05-18 04:05:12] "PUT /security-group/4a49f7db-9d88-4d86-8418-2c001cd8228e HTTP/1.1" 200 263 0.020714
10.0.0.240 - - [2026-05-18 04:05:14] "GET /projects?obj_uuids=2e73089b-194f-497c-b78d-7d8fedcb3365&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001159
10.0.0.23 - - [2026-05-18 04:05:14] "GET /project/2e73089b-194f-497c-b78d-7d8fedcb3365?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.053792
10.0.0.240 - - [2026-05-18 04:05:14] "GET /projects?obj_uuids=2e73089b-194f-497c-b78d-7d8fedcb3365&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001386
10.0.0.23 - - [2026-05-18 04:05:14] "GET /project/2e73089b-194f-497c-b78d-7d8fedcb3365?fields=virtual_networks HTTP/1.1" 200 1023 0.061448
10.0.0.240 - - [2026-05-18 04:05:14] "GET /projects?obj_uuids=2e73089b-194f-497c-b78d-7d8fedcb3365&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001038
10.0.0.23 - - [2026-05-18 04:05:14] "GET /project/2e73089b-194f-497c-b78d-7d8fedcb3365?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.062505
10.0.0.240 - - [2026-05-18 04:05:14] "GET /projects?obj_uuids=2e73089b-194f-497c-b78d-7d8fedcb3365&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002564
10.0.0.23 - - [2026-05-18 04:05:15] "GET /project/2e73089b-194f-497c-b78d-7d8fedcb3365?fields=security_groups HTTP/1.1" 200 1245 0.061957
10.0.0.23 - - [2026-05-18 04:05:15] "POST /fqname-to-id HTTP/1.1" 404 192 0.038821
10.0.0.240 - - [2026-05-18 04:05:16] "GET /projects?obj_uuids=a2ef424a-0874-4d75-93c8-db1b6a86c6ec&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.006227
10.0.0.240 - - [2026-05-18 04:05:16] "GET /domains?obj_uuids=4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001215
10.0.0.240 - - [2026-05-18 04:05:16] "GET /domain/4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007681
10.0.0.240 - - [2026-05-18 04:05:16] "POST /id-to-fqname HTTP/1.1" 200 194 0.001116
10.0.0.240 - - [2026-05-18 04:05:16] "POST /fqname-to-id HTTP/1.1" 404 203 0.025346
10.0.0.240 - - [2026-05-18 04:05:16] "POST /security-groups HTTP/1.1" 200 595 0.051971
10.0.0.240 - - [2026-05-18 04:05:16] "POST /fqname-to-id HTTP/1.1" 404 238 0.011178
10.0.0.240 - - [2026-05-18 04:05:16] "POST /projects HTTP/1.1" 200 593 0.309496
10.0.0.240 - - [2026-05-18 04:05:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.349291
10.0.0.23 - - [2026-05-18 04:05:16] "GET /project/a2ef424a-0874-4d75-93c8-db1b6a86c6ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.511238
10.0.0.240 - - [2026-05-18 04:05:16] "POST /access-control-lists HTTP/1.1" 200 600 0.056439
10.0.0.23 - - [2026-05-18 04:05:17] "GET / HTTP/1.1" 200 36215 0.002299
10.0.0.23 - - [2026-05-18 04:05:19] "POST /fqname-to-id HTTP/1.1" 401 292 0.000549
10.0.0.23 - - [2026-05-18 04:05:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.085791
10.0.0.240 - - [2026-05-18 04:05:19] "GET /projects?obj_uuids=a2ef424a-0874-4d75-93c8-db1b6a86c6ec&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001139
10.0.0.23 - - [2026-05-18 04:05:20] "GET /project/a2ef424a-0874-4d75-93c8-db1b6a86c6ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.066038
10.0.0.23 - - [2026-05-18 04:05:20] "POST /neutron/network HTTP/1.1" 200 117 0.051225
10.0.0.23 - - [2026-05-18 04:05:20] "POST /neutron/network HTTP/1.1" 200 843 0.012141
10.0.0.23 - - [2026-05-18 04:05:20] "POST /id-to-fqname HTTP/1.1" 200 231 0.001546
10.0.0.23 - - [2026-05-18 04:05:20] "GET /virtual-network/de009a0b-df58-4cad-a0a6-80f9f543ad44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.007534
10.0.0.23 - - [2026-05-18 04:05:20] "GET /virtual-network/de009a0b-df58-4cad-a0a6-80f9f543ad44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.007072
10.0.0.23 - - [2026-05-18 04:05:20] "POST /neutron/subnet HTTP/1.1" 200 729 0.012123
10.0.0.23 - - [2026-05-18 04:05:20] "POST /id-to-fqname HTTP/1.1" 200 231 0.001467
10.0.0.240 - - [2026-05-18 04:05:21] "GET /projects?obj_uuids=a2ef424a-0874-4d75-93c8-db1b6a86c6ec&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001350
10.0.0.23 - - [2026-05-18 04:05:21] "GET /project/a2ef424a-0874-4d75-93c8-db1b6a86c6ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.089939
10.0.0.23 - - [2026-05-18 04:05:22] "POST /neutron/network HTTP/1.1" 200 843 0.007434
10.0.0.23 - - [2026-05-18 04:05:22] "POST /id-to-fqname HTTP/1.1" 200 231 0.001397
10.0.0.23 - - [2026-05-18 04:05:22] "POST /neutron/port HTTP/1.1" 200 4186 0.051618
10.0.0.23 - - [2026-05-18 04:05:23] "POST /neutron/port HTTP/1.1" 200 1065 0.032263
10.0.0.23 - - [2026-05-18 04:05:23] "POST /neutron/port HTTP/1.1" 200 1129 0.021976
10.0.0.23 - - [2026-05-18 04:05:23] "POST /neutron/port HTTP/1.1" 200 117 0.001203
10.0.0.23 - - [2026-05-18 04:05:41] "POST /neutron/security_group HTTP/1.1" 200 2062 0.042125
10.0.0.240 - - [2026-05-18 04:05:46] "GET /projects?obj_uuids=a2ef424a-0874-4d75-93c8-db1b6a86c6ec&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000946
10.0.0.23 - - [2026-05-18 04:05:46] "GET /project/a2ef424a-0874-4d75-93c8-db1b6a86c6ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.082726
10.0.0.23 - - [2026-05-18 04:05:46] "POST /neutron/port HTTP/1.1" 200 5162 0.045022
10.0.0.23 - - [2026-05-18 04:05:46] "POST /neutron/port HTTP/1.1" 200 1129 0.046954
10.0.0.23 - - [2026-05-18 04:05:46] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009777
10.0.0.23 - - [2026-05-18 04:05:46] "GET /virtual-machine/589e04ee-83d6-4001-8c83-dfefae0088df HTTP/1.1" 401 292 0.000664
10.0.0.23 - - [2026-05-18 04:05:47] "POST /neutron/network HTTP/1.1" 200 853 0.008632
10.0.0.23 - - [2026-05-18 04:05:47] "GET /virtual-machine/589e04ee-83d6-4001-8c83-dfefae0088df HTTP/1.1" 200 1298 0.052869
10.0.0.23 - - [2026-05-18 04:05:47] "GET /virtual-machine-interface/4758d90a-a760-4213-b232-6c99c33ce584 HTTP/1.1" 200 2988 0.010384
10.0.0.23 - - [2026-05-18 04:05:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.005266
10.0.0.23 - - [2026-05-18 04:05:47] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004768
10.0.0.23 - - [2026-05-18 04:05:47] "POST /neutron/port HTTP/1.1" 200 1065 0.067375
10.0.0.23 - - [2026-05-18 04:05:47] "GET /virtual-networks?parent_id=a2ef424a-0874-4d75-93c8-db1b6a86c6ec&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.008048
10.0.0.23 - - [2026-05-18 04:05:47] "GET /virtual-network/de009a0b-df58-4cad-a0a6-80f9f543ad44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.007495
10.0.0.23 - - [2026-05-18 04:05:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005502
10.0.0.23 - - [2026-05-18 04:05:48] "POST /neutron/network HTTP/1.1" 200 843 0.013279
10.0.0.23 - - [2026-05-18 04:05:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.006693
10.0.0.23 - - [2026-05-18 04:05:48] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004378
10.0.0.23 - - [2026-05-18 04:05:48] "GET /virtual-networks?parent_id=a2ef424a-0874-4d75-93c8-db1b6a86c6ec&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.009364
10.0.0.23 - - [2026-05-18 04:05:48] "GET /virtual-network/de009a0b-df58-4cad-a0a6-80f9f543ad44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.007116
10.0.0.23 - - [2026-05-18 04:05:54] "POST /neutron/port HTTP/1.1" 200 1129 0.044768
10.0.0.23 - - [2026-05-18 04:05:59] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009519
10.0.0.240 - - [2026-05-18 04:06:05] "DELETE /project/2e73089b194f497cb78d7d8fedcb3365 HTTP/1.1" 404 173 0.013652
10.0.0.240 - - [2026-05-18 04:06:05] "DELETE /project/a2ef424a08744d7593c8db1b6a86c6ec HTTP/1.1" 404 173 0.012282
10.0.0.240 - - [2026-05-18 04:06:05] "GET /projects?obj_uuids=2e73089b-194f-497c-b78d-7d8fedcb3365&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001122
10.0.0.240 - - [2026-05-18 04:06:05] "GET /projects?obj_uuids=4a9a18dd-7ed9-4924-b47a-038603332339&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000841
10.0.0.240 - - [2026-05-18 04:06:05] "GET /project/2e73089b-194f-497c-b78d-7d8fedcb3365?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.078558
10.0.0.240 - - [2026-05-18 04:06:06] "GET /project/4a9a18dd-7ed9-4924-b47a-038603332339?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1539 0.093104
10.0.0.240 - - [2026-05-18 04:06:06] "GET /projects?obj_uuids=2e73089b-194f-497c-b78d-7d8fedcb3365&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001692
10.0.0.240 - - [2026-05-18 04:06:06] "GET /projects?obj_uuids=4a9a18dd-7ed9-4924-b47a-038603332339&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001127
10.0.0.240 - - [2026-05-18 04:06:06] "GET /project/2e73089b-194f-497c-b78d-7d8fedcb3365?fields=security_groups HTTP/1.1" 200 1347 0.081793
10.0.0.240 - - [2026-05-18 04:06:06] "GET /project/4a9a18dd-7ed9-4924-b47a-038603332339?fields=security_groups HTTP/1.1" 200 1416 0.114207
10.0.0.240 - - [2026-05-18 04:06:06] "DELETE /security-group/88678506-d795-412b-b228-0db686f5ebe2 HTTP/1.1" 200 115 0.078189
10.0.0.240 - - [2026-05-18 04:06:06] "GET /projects?obj_uuids=2e73089b-194f-497c-b78d-7d8fedcb3365&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001752
10.0.0.240 - - [2026-05-18 04:06:06] "DELETE /security-group/b7550aed-7c0d-475d-bc6e-a4211814d966 HTTP/1.1" 200 115 0.142376
10.0.0.240 - - [2026-05-18 04:06:06] "GET /project/2e73089b-194f-497c-b78d-7d8fedcb3365?fields=application_policy_sets HTTP/1.1" 200 1386 0.105868
10.0.0.240 - - [2026-05-18 04:06:06] "GET /projects?obj_uuids=4a9a18dd-7ed9-4924-b47a-038603332339&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001227
10.0.0.240 - - [2026-05-18 04:06:06] "DELETE /access-control-list/da7d0de9-a805-4b85-9922-bc1f99b87a57 HTTP/1.1" 200 115 0.157772
10.0.0.240 - - [2026-05-18 04:06:06] "GET /project/4a9a18dd-7ed9-4924-b47a-038603332339?fields=application_policy_sets HTTP/1.1" 200 1455 0.097796
10.0.0.240 - - [2026-05-18 04:06:06] "DELETE /project/2e73089b-194f-497c-b78d-7d8fedcb3365 HTTP/1.1" 200 115 0.758498
10.0.0.240 - - [2026-05-18 04:06:06] "DELETE /access-control-list/98b6fa94-c1a8-479c-88c9-482155b4cd4e HTTP/1.1" 200 115 0.136628
10.0.0.240 - - [2026-05-18 04:06:06] "DELETE /project/4a9a18dd-7ed9-4924-b47a-038603332339 HTTP/1.1" 404 190 0.806670
10.0.0.23 - - [2026-05-18 04:06:09] "POST /neutron/port HTTP/1.1" 200 1129 0.020343
10.0.0.22 - - [2026-05-18 04:06:14] "GET /obj-perms HTTP/1.1" 200 5056 0.089355
10.0.0.23 - - [2026-05-18 04:06:14] "POST /neutron/security_group HTTP/1.1" 200 2062 0.012579
10.0.0.23 - - [2026-05-18 04:06:25] "POST /neutron/port HTTP/1.1" 200 1129 0.021197
10.0.0.23 - - [2026-05-18 04:06:30] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008235
10.0.0.23 - - [2026-05-18 04:06:30] "POST /neutron/port HTTP/1.1" 200 1129 0.021713
10.0.0.23 - - [2026-05-18 04:06:30] "GET /virtual-machine/c0032c39-7756-4345-97d1-73c06c3661eb HTTP/1.1" 200 1299 0.008864
10.0.0.23 - - [2026-05-18 04:06:30] "GET /virtual-machine-interface/bac22989-d13e-46a5-8742-b60add844a42 HTTP/1.1" 200 2988 0.006697
10.0.0.23 - - [2026-05-18 04:06:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003710
10.0.0.23 - - [2026-05-18 04:06:30] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004611
10.0.0.23 - - [2026-05-18 04:06:30] "GET /virtual-networks?parent_id=a2ef424a-0874-4d75-93c8-db1b6a86c6ec&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.002882
10.0.0.23 - - [2026-05-18 04:06:30] "GET /virtual-network/de009a0b-df58-4cad-a0a6-80f9f543ad44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.012719
10.0.0.23 - - [2026-05-18 04:06:31] "POST /neutron/port HTTP/1.1" 200 1217 0.020595
10.0.0.23 - - [2026-05-18 04:06:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005098
10.0.0.23 - - [2026-05-18 04:06:31] "POST /neutron/port HTTP/1.1" 200 117 0.001288
10.0.0.23 - - [2026-05-18 04:06:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003753
10.0.0.23 - - [2026-05-18 04:06:33] "GET /virtual-network/de009a0b-df58-4cad-a0a6-80f9f543ad44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.007223
10.0.0.23 - - [2026-05-18 04:06:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004678
10.0.0.23 - - [2026-05-18 04:06:37] "GET /virtual-network/de009a0b-df58-4cad-a0a6-80f9f543ad44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.006610
10.0.0.23 - - [2026-05-18 04:06:39] "POST /neutron/port HTTP/1.1" 200 1217 0.077809
10.0.0.23 - - [2026-05-18 04:06:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006874
10.0.0.23 - - [2026-05-18 04:06:39] "POST /neutron/port HTTP/1.1" 200 117 0.001572
10.0.0.23 - - [2026-05-18 04:06:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003913
10.0.0.23 - - [2026-05-18 04:06:41] "GET /virtual-network/de009a0b-df58-4cad-a0a6-80f9f543ad44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.006893
10.0.0.23 - - [2026-05-18 04:06:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003596
10.0.0.23 - - [2026-05-18 04:06:46] "GET /virtual-network/de009a0b-df58-4cad-a0a6-80f9f543ad44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.010915
10.0.0.23 - - [2026-05-18 04:06:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004704
10.0.0.23 - - [2026-05-18 04:06:50] "GET /virtual-network/de009a0b-df58-4cad-a0a6-80f9f543ad44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.008724
10.0.0.23 - - [2026-05-18 04:06:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003919
10.0.0.23 - - [2026-05-18 04:06:54] "GET /virtual-network/de009a0b-df58-4cad-a0a6-80f9f543ad44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.006738
10.0.0.22 - - [2026-05-18 04:06:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000375
10.0.0.22 - - [2026-05-18 04:06:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000456
10.0.0.240 - - [2026-05-18 04:06:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000421
10.0.0.240 - - [2026-05-18 04:06:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000484
10.0.0.23 - - [2026-05-18 04:06:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000388
10.0.0.23 - - [2026-05-18 04:06:56] "GET /global-system-configs HTTP/1.1" 401 292 0.001055
10.0.0.22 - - [2026-05-18 04:06:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000389
10.0.0.22 - - [2026-05-18 04:06:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000494
10.0.0.240 - - [2026-05-18 04:06:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000501
10.0.0.240 - - [2026-05-18 04:06:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000399
10.0.0.23 - - [2026-05-18 04:06:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000383
10.0.0.23 - - [2026-05-18 04:06:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000605
10.0.0.23 - - [2026-05-18 04:06:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003683
10.0.0.23 - - [2026-05-18 04:06:58] "GET /virtual-network/de009a0b-df58-4cad-a0a6-80f9f543ad44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.004567
10.0.0.23 - - [2026-05-18 04:07:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004558
10.0.0.23 - - [2026-05-18 04:07:02] "GET /virtual-network/de009a0b-df58-4cad-a0a6-80f9f543ad44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.006184
10.0.0.23 - - [2026-05-18 04:07:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004600
10.0.0.23 - - [2026-05-18 04:07:06] "GET /virtual-network/de009a0b-df58-4cad-a0a6-80f9f543ad44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.006848
10.0.0.23 - - [2026-05-18 04:07:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004902
10.0.0.23 - - [2026-05-18 04:07:10] "GET /virtual-network/de009a0b-df58-4cad-a0a6-80f9f543ad44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.006107
10.0.0.23 - - [2026-05-18 04:07:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003878
10.0.0.23 - - [2026-05-18 04:07:14] "GET /virtual-network/de009a0b-df58-4cad-a0a6-80f9f543ad44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.005817
10.0.0.23 - - [2026-05-18 04:07:15] "GET /obj-perms HTTP/1.1" 200 5056 0.059326
10.0.0.23 - - [2026-05-18 04:07:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004147
10.0.0.23 - - [2026-05-18 04:07:18] "GET /virtual-network/de009a0b-df58-4cad-a0a6-80f9f543ad44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.006299
10.0.0.23 - - [2026-05-18 04:07:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003983
10.0.0.23 - - [2026-05-18 04:07:22] "GET /virtual-network/de009a0b-df58-4cad-a0a6-80f9f543ad44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.010191
10.0.0.23 - - [2026-05-18 04:07:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003393
10.0.0.23 - - [2026-05-18 04:07:27] "GET /virtual-network/de009a0b-df58-4cad-a0a6-80f9f543ad44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.006320
10.0.0.23 - - [2026-05-18 04:07:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004732
10.0.0.23 - - [2026-05-18 04:07:31] "GET /virtual-network/de009a0b-df58-4cad-a0a6-80f9f543ad44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.006402
10.0.0.23 - - [2026-05-18 04:07:31] "POST /neutron/port HTTP/1.1" 200 1106 0.027911
10.0.0.23 - - [2026-05-18 04:07:31] "POST /neutron/subnet HTTP/1.1" 200 694 0.009908
10.0.0.23 - - [2026-05-18 04:07:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003915
10.0.0.23 - - [2026-05-18 04:07:35] "GET /virtual-network/de009a0b-df58-4cad-a0a6-80f9f543ad44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.007415
10.0.0.23 - - [2026-05-18 04:07:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004220
10.0.0.23 - - [2026-05-18 04:07:39] "GET /virtual-network/de009a0b-df58-4cad-a0a6-80f9f543ad44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.006216
10.0.0.23 - - [2026-05-18 04:07:40] "POST /neutron/port HTTP/1.1" 200 1106 0.031574
10.0.0.23 - - [2026-05-18 04:07:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004421
10.0.0.23 - - [2026-05-18 04:07:40] "POST /neutron/network HTTP/1.1" 200 926 0.011859
10.0.0.23 - - [2026-05-18 04:07:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004514
10.0.0.23 - - [2026-05-18 04:07:43] "GET /virtual-network/de009a0b-df58-4cad-a0a6-80f9f543ad44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.009096
10.0.0.23 - - [2026-05-18 04:07:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004624
10.0.0.23 - - [2026-05-18 04:07:47] "GET /virtual-network/de009a0b-df58-4cad-a0a6-80f9f543ad44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.006706
10.0.0.23 - - [2026-05-18 04:07:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004331
10.0.0.23 - - [2026-05-18 04:07:51] "GET /virtual-network/de009a0b-df58-4cad-a0a6-80f9f543ad44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.006619
10.0.0.23 - - [2026-05-18 04:07:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004071
10.0.0.23 - - [2026-05-18 04:07:55] "GET /virtual-network/de009a0b-df58-4cad-a0a6-80f9f543ad44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.008446
10.0.0.23 - - [2026-05-18 04:07:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004462
10.0.0.23 - - [2026-05-18 04:07:59] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.007210
10.0.0.23 - - [2026-05-18 04:07:59] "GET /virtual-networks?parent_id=a2ef424a-0874-4d75-93c8-db1b6a86c6ec&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.004705
10.0.0.23 - - [2026-05-18 04:07:59] "GET /virtual-network/de009a0b-df58-4cad-a0a6-80f9f543ad44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.008443
10.0.0.23 - - [2026-05-18 04:07:59] "POST /neutron/port HTTP/1.1" 200 1129 0.021028
10.0.0.23 - - [2026-05-18 04:08:05] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009969
10.0.0.23 - - [2026-05-18 04:08:15] "POST /neutron/port HTTP/1.1" 200 1129 0.022963
10.0.0.240 - - [2026-05-18 04:08:16] "GET /obj-perms HTTP/1.1" 200 5056 0.069998
10.0.0.23 - - [2026-05-18 04:08:20] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009192
10.0.0.23 - - [2026-05-18 04:08:31] "POST /neutron/port HTTP/1.1" 200 1129 0.023407
10.0.0.23 - - [2026-05-18 04:08:33] "POST /neutron/port HTTP/1.1" 200 1129 0.019213
10.0.0.23 - - [2026-05-18 04:08:33] "POST /neutron/subnet HTTP/1.1" 200 703 0.011470
10.0.0.23 - - [2026-05-18 04:08:36] "POST /neutron/port HTTP/1.1" 200 1129 0.019495
10.0.0.23 - - [2026-05-18 04:08:41] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009216
10.0.0.23 - - [2026-05-18 04:08:42] "POST /neutron/network HTTP/1.1" 200 853 0.008287
10.0.0.23 - - [2026-05-18 04:08:42] "POST /neutron/port HTTP/1.1" 200 117 0.001904
10.0.0.23 - - [2026-05-18 04:08:46] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009709
10.0.0.23 - - [2026-05-18 04:08:56] "POST /fqname-to-id HTTP/1.1" 404 240 0.003531
10.0.0.23 - - [2026-05-18 04:08:56] "POST /bgp-as-a-services HTTP/1.1" 200 599 0.035820
10.0.0.23 - - [2026-05-18 04:08:57] "GET /bgp-as-a-service/fc78c6e6-a394-4c7b-9d83-5d39d5985f43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1625 0.008437
10.0.0.23 - - [2026-05-18 04:08:57] "GET /virtual-machine-interface/bac22989-d13e-46a5-8742-b60add844a42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2766 0.008156
10.0.0.23 - - [2026-05-18 04:08:57] "POST /ref-update HTTP/1.1" 200 156 0.015537
10.0.0.23 - - [2026-05-18 04:08:57] "POST /neutron/network HTTP/1.1" 200 843 0.012767
10.0.0.23 - - [2026-05-18 04:08:57] "POST /neutron/subnet HTTP/1.1" 200 729 0.044058
10.0.0.240 - - [2026-05-18 04:08:57] "POST /ref-update HTTP/1.1" 200 156 0.040090
10.0.0.23 - - [2026-05-18 04:09:33] "GET /bgp-as-a-service/fc78c6e6-a394-4c7b-9d83-5d39d5985f43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.009622
10.0.0.23 - - [2026-05-18 04:09:33] "GET /virtual-machine-interface/bac22989-d13e-46a5-8742-b60add844a42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3096 0.009523
10.0.0.23 - - [2026-05-18 04:09:33] "POST /ref-update HTTP/1.1" 200 156 0.016679
10.0.0.240 - - [2026-05-18 04:09:33] "POST /ref-update HTTP/1.1" 200 156 0.016063
10.0.0.23 - - [2026-05-18 04:09:33] "DELETE /bgp-as-a-service/fc78c6e6-a394-4c7b-9d83-5d39d5985f43 HTTP/1.1" 200 115 0.052567
10.0.0.23 - - [2026-05-18 04:09:33] "POST /neutron/network HTTP/1.1" 200 1122 0.045255
10.0.0.23 - - [2026-05-18 04:09:33] "POST /neutron/subnet HTTP/1.1" 200 1380 0.025853
10.0.0.23 - - [2026-05-18 04:09:33] "POST /neutron/network HTTP/1.1" 400 204 0.018731
10.0.0.23 - - [2026-05-18 04:09:34] "POST /neutron/port HTTP/1.1" 200 1129 0.021486
10.0.0.23 - - [2026-05-18 04:09:34] "POST /neutron/port HTTP/1.1" 200 1129 0.029655
10.0.0.23 - - [2026-05-18 04:09:35] "POST /neutron/network HTTP/1.1" 200 843 0.008095
10.0.0.240 - - [2026-05-18 04:09:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004648
10.0.0.240 - - [2026-05-18 04:09:37] "GET /projects?obj_uuids=a2ef424a-0874-4d75-93c8-db1b6a86c6ec&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001004
10.0.0.23 - - [2026-05-18 04:09:37] "GET /project/a2ef424a-0874-4d75-93c8-db1b6a86c6ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.058028
10.0.0.240 - - [2026-05-18 04:09:37] "GET /projects?obj_uuids=a2ef424a-0874-4d75-93c8-db1b6a86c6ec&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001267
10.0.0.23 - - [2026-05-18 04:09:37] "GET /project/a2ef424a-0874-4d75-93c8-db1b6a86c6ec?fields=virtual_networks HTTP/1.1" 200 1042 0.052175
10.0.0.240 - - [2026-05-18 04:09:37] "GET /projects?obj_uuids=a2ef424a-0874-4d75-93c8-db1b6a86c6ec&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001328
10.0.0.23 - - [2026-05-18 04:09:37] "GET /project/a2ef424a-0874-4d75-93c8-db1b6a86c6ec?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.048669
10.0.0.240 - - [2026-05-18 04:09:37] "GET /projects?obj_uuids=a2ef424a-0874-4d75-93c8-db1b6a86c6ec&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001472
10.0.0.23 - - [2026-05-18 04:09:37] "GET /project/a2ef424a-0874-4d75-93c8-db1b6a86c6ec?fields=security_groups HTTP/1.1" 200 1273 0.054064
10.0.0.23 - - [2026-05-18 04:09:38] "POST /fqname-to-id HTTP/1.1" 404 189 0.034103
10.0.0.240 - - [2026-05-18 04:09:38] "GET /projects?obj_uuids=275d3fac-303d-4057-be14-0180ae4cf7d8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003994
10.0.0.240 - - [2026-05-18 04:09:38] "GET /domains?obj_uuids=4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001376
10.0.0.240 - - [2026-05-18 04:09:38] "GET /domain/4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007735
10.0.0.240 - - [2026-05-18 04:09:38] "POST /id-to-fqname HTTP/1.1" 200 191 0.005394
10.0.0.240 - - [2026-05-18 04:09:38] "POST /fqname-to-id HTTP/1.1" 404 200 0.005224
10.0.0.240 - - [2026-05-18 04:09:38] "POST /security-groups HTTP/1.1" 200 592 0.083096
10.0.0.240 - - [2026-05-18 04:09:39] "POST /projects HTTP/1.1" 200 587 0.319019
10.0.0.240 - - [2026-05-18 04:09:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.354702
10.0.0.240 - - [2026-05-18 04:09:39] "POST /access-control-lists HTTP/1.1" 200 599 0.035465
10.0.0.23 - - [2026-05-18 04:09:39] "GET /project/275d3fac-303d-4057-be14-0180ae4cf7d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.548439
10.0.0.23 - - [2026-05-18 04:09:40] "GET / HTTP/1.1" 200 36215 0.001504
10.0.0.23 - - [2026-05-18 04:09:42] "POST /fqname-to-id HTTP/1.1" 401 292 0.000443
10.0.0.23 - - [2026-05-18 04:09:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.070673
10.0.0.240 - - [2026-05-18 04:09:42] "GET /projects?obj_uuids=275d3fac-303d-4057-be14-0180ae4cf7d8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001183
10.0.0.23 - - [2026-05-18 04:09:42] "GET /project/275d3fac-303d-4057-be14-0180ae4cf7d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.050668
10.0.0.240 - - [2026-05-18 04:09:42] "GET /projects?obj_uuids=275d3fac-303d-4057-be14-0180ae4cf7d8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000918
10.0.0.23 - - [2026-05-18 04:09:42] "POST /neutron/network HTTP/1.1" 200 614 0.185808
10.0.0.240 - - [2026-05-18 04:09:42] "POST /route-targets HTTP/1.1" 200 328 0.029508
10.0.0.23 - - [2026-05-18 04:09:43] "POST /neutron/port HTTP/1.1" 200 1217 0.026257
10.0.0.23 - - [2026-05-18 04:09:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006112
10.0.0.23 - - [2026-05-18 04:09:43] "POST /neutron/port HTTP/1.1" 200 117 0.001357
10.0.0.23 - - [2026-05-18 04:09:43] "POST /id-to-fqname HTTP/1.1" 200 225 0.003931
10.0.0.23 - - [2026-05-18 04:09:43] "GET /virtual-network/21a2d614-a431-4167-9a7c-b18acf44a9dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.009045
10.0.0.23 - - [2026-05-18 04:09:43] "POST /neutron/network HTTP/1.1" 200 832 0.009877
10.0.0.23 - - [2026-05-18 04:09:43] "GET /virtual-network/21a2d614-a431-4167-9a7c-b18acf44a9dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.007726
10.0.0.23 - - [2026-05-18 04:09:43] "POST /id-to-fqname HTTP/1.1" 200 225 0.002352
10.0.0.23 - - [2026-05-18 04:09:43] "POST /neutron/port HTTP/1.1" 200 4186 0.041487
10.0.0.240 - - [2026-05-18 04:09:44] "GET /projects?obj_uuids=275d3fac-303d-4057-be14-0180ae4cf7d8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001257
10.0.0.23 - - [2026-05-18 04:09:44] "GET /project/275d3fac-303d-4057-be14-0180ae4cf7d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.080115
10.0.0.23 - - [2026-05-18 04:09:44] "POST /neutron/port HTTP/1.1" 200 4186 0.038961
10.0.0.23 - - [2026-05-18 04:09:44] "POST /id-to-fqname HTTP/1.1" 200 225 0.001518
10.0.0.23 - - [2026-05-18 04:09:45] "POST /neutron/network HTTP/1.1" 200 842 0.008723
10.0.0.23 - - [2026-05-18 04:09:45] "POST /neutron/port HTTP/1.1" 200 1060 0.030038
10.0.0.23 - - [2026-05-18 04:09:45] "POST /neutron/port HTTP/1.1" 200 1124 0.051221
10.0.0.23 - - [2026-05-18 04:09:46] "POST /neutron/port HTTP/1.1" 200 117 0.005598
10.0.0.240 - - [2026-05-18 04:09:46] "GET /projects?obj_uuids=275d3fac-303d-4057-be14-0180ae4cf7d8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001331
10.0.0.23 - - [2026-05-18 04:09:46] "GET /project/275d3fac-303d-4057-be14-0180ae4cf7d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.129304
10.0.0.23 - - [2026-05-18 04:09:46] "POST /neutron/port HTTP/1.1" 200 5157 0.159160
10.0.0.23 - - [2026-05-18 04:09:46] "POST /id-to-fqname HTTP/1.1" 200 225 0.001837
10.0.0.23 - - [2026-05-18 04:09:47] "POST /neutron/port HTTP/1.1" 200 5157 0.144711
10.0.0.23 - - [2026-05-18 04:09:47] "POST /neutron/security_group HTTP/1.1" 200 2059 0.016071
10.0.0.23 - - [2026-05-18 04:09:47] "POST /neutron/port HTTP/1.1" 200 1060 0.038515
10.0.0.23 - - [2026-05-18 04:09:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007577
10.0.0.23 - - [2026-05-18 04:09:48] "POST /neutron/network HTTP/1.1" 200 832 0.015051
10.0.0.240 - - [2026-05-18 04:09:48] "GET /projects?obj_uuids=275d3fac-303d-4057-be14-0180ae4cf7d8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001117
10.0.0.23 - - [2026-05-18 04:09:48] "GET /project/275d3fac-303d-4057-be14-0180ae4cf7d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.133789
10.0.0.23 - - [2026-05-18 04:09:49] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008637
10.0.0.23 - - [2026-05-18 04:09:49] "POST /neutron/security_group HTTP/1.1" 200 2059 0.019783
10.0.0.23 - - [2026-05-18 04:09:50] "POST /neutron/port HTTP/1.1" 200 1060 0.055215
10.0.0.23 - - [2026-05-18 04:09:50] "POST /neutron/port HTTP/1.1" 200 1124 0.056178
10.0.0.23 - - [2026-05-18 04:09:50] "POST /neutron/port HTTP/1.1" 200 117 0.002936
10.0.0.23 - - [2026-05-18 04:09:54] "POST /neutron/security_group HTTP/1.1" 200 2059 0.017989
10.0.0.23 - - [2026-05-18 04:10:04] "POST /neutron/port HTTP/1.1" 200 1124 0.021970
10.0.0.240 - - [2026-05-18 04:10:07] "DELETE /project/275d3fac303d4057be140180ae4cf7d8 HTTP/1.1" 404 173 0.005524
10.0.0.240 - - [2026-05-18 04:10:07] "GET /projects?obj_uuids=a2ef424a-0874-4d75-93c8-db1b6a86c6ec&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001274
10.0.0.240 - - [2026-05-18 04:10:07] "GET /project/a2ef424a-0874-4d75-93c8-db1b6a86c6ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.132996
10.0.0.240 - - [2026-05-18 04:10:07] "GET /projects?obj_uuids=a2ef424a-0874-4d75-93c8-db1b6a86c6ec&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000918
10.0.0.240 - - [2026-05-18 04:10:07] "GET /project/a2ef424a-0874-4d75-93c8-db1b6a86c6ec?fields=security_groups HTTP/1.1" 200 1110 0.083297
10.0.0.240 - - [2026-05-18 04:10:07] "GET /projects?obj_uuids=a2ef424a-0874-4d75-93c8-db1b6a86c6ec&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001360
10.0.0.240 - - [2026-05-18 04:10:07] "GET /project/a2ef424a-0874-4d75-93c8-db1b6a86c6ec?fields=application_policy_sets HTTP/1.1" 200 1414 0.087484
10.0.0.240 - - [2026-05-18 04:10:07] "DELETE /access-control-list/3d7c8909-b40b-4b3a-80fd-86f74e2019b7 HTTP/1.1" 200 115 0.088608
10.0.0.240 - - [2026-05-18 04:10:07] "DELETE /project/a2ef424a-0874-4d75-93c8-db1b6a86c6ec HTTP/1.1" 404 190 0.450127
10.0.0.23 - - [2026-05-18 04:10:09] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010280
10.0.0.23 - - [2026-05-18 04:10:19] "POST /neutron/port HTTP/1.1" 200 1124 0.024076
10.0.0.23 - - [2026-05-18 04:10:25] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007805
10.0.0.23 - - [2026-05-18 04:10:25] "POST /neutron/port HTTP/1.1" 200 1124 0.026574
10.0.0.23 - - [2026-05-18 04:10:25] "GET /virtual-machine/055b6056-9029-4fe1-a4c5-5c868ee2b337 HTTP/1.1" 401 292 0.000533
10.0.0.23 - - [2026-05-18 04:10:25] "GET /virtual-machine/055b6056-9029-4fe1-a4c5-5c868ee2b337 HTTP/1.1" 200 1294 0.039546
10.0.0.23 - - [2026-05-18 04:10:25] "GET /virtual-machine-interface/07b7082e-393d-4aef-9889-80eb6e0dfede HTTP/1.1" 200 2963 0.006156
10.0.0.23 - - [2026-05-18 04:10:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003705
10.0.0.23 - - [2026-05-18 04:10:25] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003700
10.0.0.23 - - [2026-05-18 04:10:25] "GET /virtual-networks?parent_id=275d3fac-303d-4057-be14-0180ae4cf7d8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002940
10.0.0.23 - - [2026-05-18 04:10:25] "GET /virtual-network/21a2d614-a431-4167-9a7c-b18acf44a9dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006665
10.0.0.23 - - [2026-05-18 04:10:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003809
10.0.0.23 - - [2026-05-18 04:10:28] "GET /virtual-network/21a2d614-a431-4167-9a7c-b18acf44a9dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.007491
10.0.0.23 - - [2026-05-18 04:10:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003729
10.0.0.23 - - [2026-05-18 04:10:33] "GET /virtual-network/21a2d614-a431-4167-9a7c-b18acf44a9dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005618
10.0.0.23 - - [2026-05-18 04:10:35] "POST /neutron/port HTTP/1.1" 200 1106 0.028093
10.0.0.23 - - [2026-05-18 04:10:35] "POST /neutron/subnet HTTP/1.1" 200 694 0.010755
10.0.0.23 - - [2026-05-18 04:10:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003989
10.0.0.23 - - [2026-05-18 04:10:37] "GET /virtual-network/21a2d614-a431-4167-9a7c-b18acf44a9dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.007326
10.0.0.23 - - [2026-05-18 04:10:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.005240
10.0.0.23 - - [2026-05-18 04:10:41] "GET /virtual-network/21a2d614-a431-4167-9a7c-b18acf44a9dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.008188
10.0.0.23 - - [2026-05-18 04:10:44] "POST /neutron/port HTTP/1.1" 200 1106 0.022757
10.0.0.23 - - [2026-05-18 04:10:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004814
10.0.0.23 - - [2026-05-18 04:10:44] "POST /neutron/network HTTP/1.1" 200 926 0.009610
10.0.0.23 - - [2026-05-18 04:10:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004002
10.0.0.23 - - [2026-05-18 04:10:45] "GET /virtual-network/21a2d614-a431-4167-9a7c-b18acf44a9dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006339
10.0.0.23 - - [2026-05-18 04:10:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003934
10.0.0.23 - - [2026-05-18 04:10:49] "GET /virtual-network/21a2d614-a431-4167-9a7c-b18acf44a9dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.010987
10.0.0.23 - - [2026-05-18 04:10:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004378
10.0.0.23 - - [2026-05-18 04:10:53] "GET /virtual-network/21a2d614-a431-4167-9a7c-b18acf44a9dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.014499
10.0.0.23 - - [2026-05-18 04:10:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004133
10.0.0.23 - - [2026-05-18 04:10:57] "GET /virtual-network/21a2d614-a431-4167-9a7c-b18acf44a9dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006733
10.0.0.23 - - [2026-05-18 04:11:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004162
10.0.0.23 - - [2026-05-18 04:11:01] "GET /virtual-network/21a2d614-a431-4167-9a7c-b18acf44a9dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.010799
10.0.0.23 - - [2026-05-18 04:11:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003901
10.0.0.23 - - [2026-05-18 04:11:05] "GET /virtual-network/21a2d614-a431-4167-9a7c-b18acf44a9dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006332
10.0.0.23 - - [2026-05-18 04:11:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003930
10.0.0.23 - - [2026-05-18 04:11:09] "GET /virtual-network/21a2d614-a431-4167-9a7c-b18acf44a9dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.009196
10.0.0.23 - - [2026-05-18 04:11:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004137
10.0.0.23 - - [2026-05-18 04:11:14] "GET /virtual-network/21a2d614-a431-4167-9a7c-b18acf44a9dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006969
10.0.0.23 - - [2026-05-18 04:11:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003816
10.0.0.23 - - [2026-05-18 04:11:18] "GET /virtual-network/21a2d614-a431-4167-9a7c-b18acf44a9dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006952
10.0.0.22 - - [2026-05-18 04:11:18] "GET /obj-perms HTTP/1.1" 200 5056 0.097286
10.0.0.23 - - [2026-05-18 04:11:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003967
10.0.0.23 - - [2026-05-18 04:11:22] "GET /virtual-network/21a2d614-a431-4167-9a7c-b18acf44a9dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.007816
10.0.0.23 - - [2026-05-18 04:11:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.005086
10.0.0.23 - - [2026-05-18 04:11:26] "GET /virtual-network/21a2d614-a431-4167-9a7c-b18acf44a9dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006092
10.0.0.23 - - [2026-05-18 04:11:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003619
10.0.0.23 - - [2026-05-18 04:11:30] "GET /virtual-network/21a2d614-a431-4167-9a7c-b18acf44a9dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.010282
10.0.0.23 - - [2026-05-18 04:11:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004215
10.0.0.23 - - [2026-05-18 04:11:34] "GET /virtual-network/21a2d614-a431-4167-9a7c-b18acf44a9dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006082
10.0.0.23 - - [2026-05-18 04:11:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004364
10.0.0.23 - - [2026-05-18 04:11:38] "GET /virtual-network/21a2d614-a431-4167-9a7c-b18acf44a9dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.008456
10.0.0.23 - - [2026-05-18 04:11:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003768
10.0.0.23 - - [2026-05-18 04:11:42] "GET /virtual-network/21a2d614-a431-4167-9a7c-b18acf44a9dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006561
10.0.0.23 - - [2026-05-18 04:11:44] "POST /neutron/port HTTP/1.1" 200 1217 0.053238
10.0.0.23 - - [2026-05-18 04:11:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004496
10.0.0.23 - - [2026-05-18 04:11:44] "POST /neutron/port HTTP/1.1" 200 117 0.001429
10.0.0.23 - - [2026-05-18 04:11:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003471
10.0.0.23 - - [2026-05-18 04:11:46] "GET /virtual-network/21a2d614-a431-4167-9a7c-b18acf44a9dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.015469
10.0.0.23 - - [2026-05-18 04:11:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004322
10.0.0.23 - - [2026-05-18 04:11:48] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005011
10.0.0.23 - - [2026-05-18 04:11:48] "GET /virtual-networks?parent_id=275d3fac-303d-4057-be14-0180ae4cf7d8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.004503
10.0.0.23 - - [2026-05-18 04:11:48] "GET /virtual-network/21a2d614-a431-4167-9a7c-b18acf44a9dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.007483
10.0.0.23 - - [2026-05-18 04:11:49] "POST /neutron/port HTTP/1.1" 200 1124 0.056880
10.0.0.23 - - [2026-05-18 04:11:49] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010581
10.0.0.23 - - [2026-05-18 04:11:54] "POST /neutron/port HTTP/1.1" 200 1124 0.020056
10.0.0.22 - - [2026-05-18 04:11:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000417
10.0.0.22 - - [2026-05-18 04:11:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000498
10.0.0.240 - - [2026-05-18 04:11:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000403
10.0.0.240 - - [2026-05-18 04:11:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000396
10.0.0.23 - - [2026-05-18 04:11:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000479
10.0.0.23 - - [2026-05-18 04:11:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000357
10.0.0.22 - - [2026-05-18 04:11:56] "GET /global-system-configs HTTP/1.1" 401 292 0.001251
10.0.0.22 - - [2026-05-18 04:11:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000400
10.0.0.240 - - [2026-05-18 04:11:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000355
10.0.0.240 - - [2026-05-18 04:11:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000427
10.0.0.23 - - [2026-05-18 04:11:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000483
10.0.0.23 - - [2026-05-18 04:11:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000601
10.0.0.23 - - [2026-05-18 04:11:59] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007738
10.0.0.23 - - [2026-05-18 04:12:09] "POST /neutron/port HTTP/1.1" 200 1124 0.023275
10.0.0.23 - - [2026-05-18 04:12:15] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009036
10.0.0.23 - - [2026-05-18 04:12:19] "GET /obj-perms HTTP/1.1" 200 5056 0.059735
10.0.0.23 - - [2026-05-18 04:12:25] "POST /neutron/port HTTP/1.1" 200 1124 0.026652
10.0.0.23 - - [2026-05-18 04:12:30] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008647
10.0.0.23 - - [2026-05-18 04:12:36] "POST /neutron/port HTTP/1.1" 200 1217 0.021115
10.0.0.23 - - [2026-05-18 04:12:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004925
10.0.0.23 - - [2026-05-18 04:12:36] "POST /neutron/port HTTP/1.1" 200 117 0.001598
10.0.0.23 - - [2026-05-18 04:12:40] "POST /neutron/port HTTP/1.1" 200 1124 0.019753
10.0.0.23 - - [2026-05-18 04:12:45] "POST /neutron/port HTTP/1.1" 200 1106 0.021012
10.0.0.23 - - [2026-05-18 04:12:45] "POST /neutron/subnet HTTP/1.1" 200 694 0.010679
10.0.0.23 - - [2026-05-18 04:12:46] "POST /neutron/port HTTP/1.1" 200 1124 0.022118
10.0.0.23 - - [2026-05-18 04:12:46] "POST /neutron/security_group HTTP/1.1" 200 2059 0.011298
10.0.0.23 - - [2026-05-18 04:12:46] "GET /virtual-machine/773d093c-cc39-410d-9f4e-0141be3cd745 HTTP/1.1" 200 1295 0.007266
10.0.0.23 - - [2026-05-18 04:12:46] "GET /virtual-machine-interface/559e6d09-22c6-49c5-8752-6d5755ff2635 HTTP/1.1" 200 2963 0.008101
10.0.0.23 - - [2026-05-18 04:12:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003818
10.0.0.23 - - [2026-05-18 04:12:46] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003984
10.0.0.23 - - [2026-05-18 04:12:46] "GET /virtual-networks?parent_id=275d3fac-303d-4057-be14-0180ae4cf7d8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003254
10.0.0.23 - - [2026-05-18 04:12:46] "GET /virtual-network/21a2d614-a431-4167-9a7c-b18acf44a9dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.007077
10.0.0.23 - - [2026-05-18 04:12:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004792
10.0.0.23 - - [2026-05-18 04:12:47] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006333
10.0.0.23 - - [2026-05-18 04:12:47] "GET /virtual-networks?parent_id=275d3fac-303d-4057-be14-0180ae4cf7d8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.004146
10.0.0.23 - - [2026-05-18 04:12:47] "GET /virtual-network/21a2d614-a431-4167-9a7c-b18acf44a9dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.007304
10.0.0.23 - - [2026-05-18 04:12:47] "POST /neutron/port HTTP/1.1" 200 1124 0.024082
10.0.0.23 - - [2026-05-18 04:12:48] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009489
10.0.0.23 - - [2026-05-18 04:12:48] "GET /virtual-machine/215dc60a-814f-4f28-86c5-6e8a41a354af HTTP/1.1" 200 1294 0.006810
10.0.0.23 - - [2026-05-18 04:12:48] "GET /virtual-machine-interface/823cd6db-b673-4426-a4c6-b0027c7be228 HTTP/1.1" 200 2964 0.012264
10.0.0.23 - - [2026-05-18 04:12:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.012369
10.0.0.23 - - [2026-05-18 04:12:48] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.017246
10.0.0.23 - - [2026-05-18 04:12:48] "GET /virtual-networks?parent_id=275d3fac-303d-4057-be14-0180ae4cf7d8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.004189
10.0.0.23 - - [2026-05-18 04:12:48] "GET /virtual-network/21a2d614-a431-4167-9a7c-b18acf44a9dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.008869
10.0.0.23 - - [2026-05-18 04:12:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004217
10.0.0.23 - - [2026-05-18 04:12:49] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006073
10.0.0.23 - - [2026-05-18 04:12:49] "GET /virtual-networks?parent_id=275d3fac-303d-4057-be14-0180ae4cf7d8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.006082
10.0.0.23 - - [2026-05-18 04:12:49] "GET /virtual-network/21a2d614-a431-4167-9a7c-b18acf44a9dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.007775
10.0.0.23 - - [2026-05-18 04:12:49] "POST /fqname-to-id HTTP/1.1" 404 198 0.006113
10.0.0.23 - - [2026-05-18 04:12:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003668
10.0.0.23 - - [2026-05-18 04:12:49] "GET /global-system-config/f6261d33-ef50-4ec8-9a2c-d5ade9b2691e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1968 0.009691
10.0.0.23 - - [2026-05-18 04:12:49] "POST /control-node-zones HTTP/1.1" 200 571 0.034275
10.0.0.23 - - [2026-05-18 04:12:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.005095
10.0.0.23 - - [2026-05-18 04:12:49] "GET /bgp-router/78938360-5e33-40e6-a85b-f8fe336f9310?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.006328
10.0.0.23 - - [2026-05-18 04:12:49] "GET /control-node-zone/b390df23-cf5b-4092-9514-e7e6a7161d29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.007643
10.0.0.23 - - [2026-05-18 04:12:49] "PUT /bgp-router/78938360-5e33-40e6-a85b-f8fe336f9310 HTTP/1.1" 200 255 0.030244
10.0.0.23 - - [2026-05-18 04:12:49] "POST /fqname-to-id HTTP/1.1" 404 198 0.004538
10.0.0.23 - - [2026-05-18 04:12:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002997
10.0.0.23 - - [2026-05-18 04:12:50] "GET /global-system-config/f6261d33-ef50-4ec8-9a2c-d5ade9b2691e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1968 0.009348
10.0.0.23 - - [2026-05-18 04:12:50] "POST /control-node-zones HTTP/1.1" 200 571 0.035259
10.0.0.23 - - [2026-05-18 04:12:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004065
10.0.0.23 - - [2026-05-18 04:12:50] "GET /bgp-router/a1718e2c-331f-40cd-9442-a1a40544bbfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.010947
10.0.0.23 - - [2026-05-18 04:12:50] "GET /control-node-zone/ed306024-def4-4bd6-9bf7-a27f64bee5c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.007220
10.0.0.23 - - [2026-05-18 04:12:50] "PUT /bgp-router/a1718e2c-331f-40cd-9442-a1a40544bbfe HTTP/1.1" 200 255 0.026294
10.0.0.23 - - [2026-05-18 04:12:50] "POST /fqname-to-id HTTP/1.1" 404 198 0.004196
10.0.0.23 - - [2026-05-18 04:12:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.007053
10.0.0.23 - - [2026-05-18 04:12:50] "GET /global-system-config/f6261d33-ef50-4ec8-9a2c-d5ade9b2691e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1968 0.007775
10.0.0.23 - - [2026-05-18 04:12:50] "POST /control-node-zones HTTP/1.1" 200 571 0.033692
10.0.0.23 - - [2026-05-18 04:12:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004274
10.0.0.23 - - [2026-05-18 04:12:50] "GET /bgp-router/89f6efb6-1e28-4705-ab91-a5cb7af9a1f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.005538
10.0.0.23 - - [2026-05-18 04:12:50] "GET /control-node-zone/bf5e275e-981f-4de2-8445-2a3ba01a3a0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.017557
10.0.0.23 - - [2026-05-18 04:12:50] "PUT /bgp-router/89f6efb6-1e28-4705-ab91-a5cb7af9a1f8 HTTP/1.1" 200 255 0.025215
10.0.0.23 - - [2026-05-18 04:12:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003895
10.0.0.23 - - [2026-05-18 04:12:50] "GET /global-system-config/f6261d33-ef50-4ec8-9a2c-d5ade9b2691e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1968 0.009819
10.0.0.23 - - [2026-05-18 04:12:50] "POST /fqname-to-id HTTP/1.1" 404 234 0.004444
10.0.0.23 - - [2026-05-18 04:12:50] "POST /bgp-as-a-services HTTP/1.1" 200 590 0.037779
10.0.0.23 - - [2026-05-18 04:12:51] "POST /neutron/network HTTP/1.1" 200 832 0.007352
10.0.0.23 - - [2026-05-18 04:12:51] "POST /neutron/subnet HTTP/1.1" 200 720 0.009474
10.0.0.23 - - [2026-05-18 04:12:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005156
10.0.0.23 - - [2026-05-18 04:12:51] "GET /bgp-as-a-service/2a79bade-8ee9-4f81-b29b-8c9f46bf8138?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1548 0.006326
10.0.0.23 - - [2026-05-18 04:12:51] "GET /control-node-zone/b390df23-cf5b-4092-9514-e7e6a7161d29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.006511
10.0.0.23 - - [2026-05-18 04:12:51] "POST /ref-update HTTP/1.1" 200 156 0.020963
10.0.0.23 - - [2026-05-18 04:13:09] "GET /bgp-as-a-service/2a79bade-8ee9-4f81-b29b-8c9f46bf8138?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1837 0.006997
10.0.0.23 - - [2026-05-18 04:13:09] "GET /virtual-machine-interface/07b7082e-393d-4aef-9889-80eb6e0dfede?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2741 0.006366
10.0.0.23 - - [2026-05-18 04:13:09] "POST /ref-update HTTP/1.1" 200 156 0.018271
10.0.0.240 - - [2026-05-18 04:13:09] "POST /ref-update HTTP/1.1" 200 156 0.051779
10.0.0.23 - - [2026-05-18 04:13:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004535
10.0.0.23 - - [2026-05-18 04:13:10] "GET /global-system-config/f6261d33-ef50-4ec8-9a2c-d5ade9b2691e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1968 0.006088
10.0.0.23 - - [2026-05-18 04:13:10] "POST /fqname-to-id HTTP/1.1" 404 234 0.004295
10.0.0.23 - - [2026-05-18 04:13:10] "POST /bgp-as-a-services HTTP/1.1" 200 590 0.037935
10.0.0.23 - - [2026-05-18 04:13:10] "POST /neutron/network HTTP/1.1" 200 832 0.008020
10.0.0.23 - - [2026-05-18 04:13:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003412
10.0.0.23 - - [2026-05-18 04:13:10] "GET /bgp-as-a-service/4d3d12e7-17e7-4653-9509-5737fbc358c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1548 0.006911
10.0.0.23 - - [2026-05-18 04:13:10] "GET /control-node-zone/ed306024-def4-4bd6-9bf7-a27f64bee5c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.004964
10.0.0.23 - - [2026-05-18 04:13:10] "POST /ref-update HTTP/1.1" 200 156 0.016738
10.0.0.240 - - [2026-05-18 04:13:19] "GET /obj-perms HTTP/1.1" 200 5056 0.055154
10.0.0.23 - - [2026-05-18 04:13:20] "GET /bgp-as-a-service/4d3d12e7-17e7-4653-9509-5737fbc358c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1839 0.008859
10.0.0.23 - - [2026-05-18 04:13:20] "GET /virtual-machine-interface/559e6d09-22c6-49c5-8752-6d5755ff2635?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2741 0.007101
10.0.0.23 - - [2026-05-18 04:13:20] "POST /ref-update HTTP/1.1" 200 156 0.016365
10.0.0.240 - - [2026-05-18 04:13:20] "POST /bgp-routers HTTP/1.1" 200 642 0.051849
10.0.0.240 - - [2026-05-18 04:13:20] "PUT /bgp-router/a690d679-5c5a-4fe0-9167-704bfb16f540 HTTP/1.1" 200 255 0.044457
10.0.0.23 - - [2026-05-18 04:13:37] "POST /neutron/port HTTP/1.1" 200 1106 0.018807
10.0.0.23 - - [2026-05-18 04:13:37] "POST /neutron/subnet HTTP/1.1" 200 694 0.011033
10.0.0.23 - - [2026-05-18 04:13:39] "GET /control-node-zone/b390df23-cf5b-4092-9514-e7e6a7161d29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.005430
10.0.0.23 - - [2026-05-18 04:13:39] "POST /ref-update HTTP/1.1" 200 156 0.026057
10.0.0.23 - - [2026-05-18 04:13:39] "GET /control-node-zone/ed306024-def4-4bd6-9bf7-a27f64bee5c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.004735
10.0.0.23 - - [2026-05-18 04:13:39] "POST /ref-update HTTP/1.1" 200 156 0.025010
10.0.0.23 - - [2026-05-18 04:13:39] "GET /control-node-zone/bf5e275e-981f-4de2-8445-2a3ba01a3a0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.005311
10.0.0.23 - - [2026-05-18 04:13:40] "POST /ref-update HTTP/1.1" 200 156 0.025054
10.0.0.23 - - [2026-05-18 04:13:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003750
10.0.0.23 - - [2026-05-18 04:13:40] "GET /bgp-router/89f6efb6-1e28-4705-ab91-a5cb7af9a1f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.006028
10.0.0.23 - - [2026-05-18 04:13:40] "GET /control-node-zone/b390df23-cf5b-4092-9514-e7e6a7161d29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.003757
10.0.0.23 - - [2026-05-18 04:13:40] "PUT /bgp-router/89f6efb6-1e28-4705-ab91-a5cb7af9a1f8 HTTP/1.1" 200 255 0.030025
10.0.0.23 - - [2026-05-18 04:13:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005267
10.0.0.23 - - [2026-05-18 04:13:40] "GET /bgp-router/a1718e2c-331f-40cd-9442-a1a40544bbfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.005975
10.0.0.23 - - [2026-05-18 04:13:40] "GET /control-node-zone/ed306024-def4-4bd6-9bf7-a27f64bee5c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.004793
10.0.0.23 - - [2026-05-18 04:13:40] "PUT /bgp-router/a1718e2c-331f-40cd-9442-a1a40544bbfe HTTP/1.1" 200 255 0.026942
10.0.0.23 - - [2026-05-18 04:13:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.006255
10.0.0.23 - - [2026-05-18 04:13:40] "GET /bgp-router/78938360-5e33-40e6-a85b-f8fe336f9310?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005861
10.0.0.23 - - [2026-05-18 04:13:40] "GET /control-node-zone/bf5e275e-981f-4de2-8445-2a3ba01a3a0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.003975
10.0.0.23 - - [2026-05-18 04:13:40] "PUT /bgp-router/78938360-5e33-40e6-a85b-f8fe336f9310 HTTP/1.1" 200 255 0.044408
10.0.0.23 - - [2026-05-18 04:13:46] "POST /neutron/port HTTP/1.1" 200 1124 0.023094
10.0.0.23 - - [2026-05-18 04:13:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003719
10.0.0.23 - - [2026-05-18 04:13:46] "POST /neutron/network HTTP/1.1" 200 832 0.008171
10.0.0.23 - - [2026-05-18 04:13:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004910
10.0.0.23 - - [2026-05-18 04:13:53] "GET /bgp-as-a-service/2a79bade-8ee9-4f81-b29b-8c9f46bf8138?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2449 0.006979
10.0.0.23 - - [2026-05-18 04:13:53] "GET /control-node-zone/b390df23-cf5b-4092-9514-e7e6a7161d29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.003881
10.0.0.23 - - [2026-05-18 04:13:53] "POST /ref-update HTTP/1.1" 200 156 0.018718
10.0.0.23 - - [2026-05-18 04:13:53] "GET /control-node-zone/b390df23-cf5b-4092-9514-e7e6a7161d29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.003797
10.0.0.23 - - [2026-05-18 04:13:53] "POST /ref-update HTTP/1.1" 200 156 0.022058
10.0.0.23 - - [2026-05-18 04:13:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003797
10.0.0.23 - - [2026-05-18 04:13:53] "GET /global-system-config/f6261d33-ef50-4ec8-9a2c-d5ade9b2691e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1968 0.008220
10.0.0.23 - - [2026-05-18 04:13:53] "POST /neutron/network HTTP/1.1" 200 832 0.011608
10.0.0.23 - - [2026-05-18 04:13:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003735
10.0.0.23 - - [2026-05-18 04:13:53] "GET /bgp-as-a-service/2a79bade-8ee9-4f81-b29b-8c9f46bf8138?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.005634
10.0.0.23 - - [2026-05-18 04:13:53] "GET /control-node-zone/bf5e275e-981f-4de2-8445-2a3ba01a3a0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.003631
10.0.0.23 - - [2026-05-18 04:13:53] "POST /ref-update HTTP/1.1" 200 156 0.024908
10.0.0.23 - - [2026-05-18 04:13:56] "GET /bgp-as-a-service/2a79bade-8ee9-4f81-b29b-8c9f46bf8138?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2449 0.008046
10.0.0.23 - - [2026-05-18 04:13:56] "GET /virtual-machine-interface/07b7082e-393d-4aef-9889-80eb6e0dfede?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3057 0.008967
10.0.0.23 - - [2026-05-18 04:14:10] "GET /bgp-as-a-service/2a79bade-8ee9-4f81-b29b-8c9f46bf8138?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2449 0.005751
10.0.0.23 - - [2026-05-18 04:14:10] "GET /virtual-machine-interface/07b7082e-393d-4aef-9889-80eb6e0dfede?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3057 0.009680
10.0.0.23 - - [2026-05-18 04:14:10] "POST /ref-update HTTP/1.1" 200 156 0.017246
10.0.0.23 - - [2026-05-18 04:14:10] "GET /bgp-as-a-service/4d3d12e7-17e7-4653-9509-5737fbc358c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2451 0.014639
10.0.0.23 - - [2026-05-18 04:14:10] "GET /virtual-machine-interface/559e6d09-22c6-49c5-8752-6d5755ff2635?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3057 0.006238
10.0.0.23 - - [2026-05-18 04:14:10] "POST /ref-update HTTP/1.1" 200 156 0.026942
10.0.0.240 - - [2026-05-18 04:14:10] "DELETE /bgp-router/8c4ce786-d980-4376-91c8-18bb2dacd329 HTTP/1.1" 200 115 0.083781
10.0.0.23 - - [2026-05-18 04:14:10] "DELETE /bgp-as-a-service/4d3d12e7-17e7-4653-9509-5737fbc358c2 HTTP/1.1" 200 115 0.070804
10.0.0.23 - - [2026-05-18 04:14:10] "GET /bgp-as-a-service/2a79bade-8ee9-4f81-b29b-8c9f46bf8138?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1837 0.006896
10.0.0.23 - - [2026-05-18 04:14:10] "GET /virtual-machine-interface/07b7082e-393d-4aef-9889-80eb6e0dfede?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2741 0.007384
10.0.0.23 - - [2026-05-18 04:14:10] "DELETE /bgp-as-a-service/2a79bade-8ee9-4f81-b29b-8c9f46bf8138 HTTP/1.1" 200 115 0.077235
10.0.0.23 - - [2026-05-18 04:14:10] "GET /control-node-zone/bf5e275e-981f-4de2-8445-2a3ba01a3a0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.004380
10.0.0.240 - - [2026-05-18 04:14:10] "DELETE /bgp-router/a690d679-5c5a-4fe0-9167-704bfb16f540 HTTP/1.1" 200 115 0.084004
10.0.0.23 - - [2026-05-18 04:14:10] "POST /ref-update HTTP/1.1" 200 156 0.024884
10.0.0.23 - - [2026-05-18 04:14:10] "DELETE /control-node-zone/bf5e275e-981f-4de2-8445-2a3ba01a3a0b HTTP/1.1" 200 115 0.030351
10.0.0.23 - - [2026-05-18 04:14:10] "GET /control-node-zone/ed306024-def4-4bd6-9bf7-a27f64bee5c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.011329
10.0.0.23 - - [2026-05-18 04:14:10] "POST /ref-update HTTP/1.1" 200 156 0.028909
10.0.0.23 - - [2026-05-18 04:14:10] "DELETE /control-node-zone/ed306024-def4-4bd6-9bf7-a27f64bee5c5 HTTP/1.1" 200 115 0.057600
10.0.0.23 - - [2026-05-18 04:14:10] "GET /control-node-zone/b390df23-cf5b-4092-9514-e7e6a7161d29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.008177
10.0.0.23 - - [2026-05-18 04:14:11] "DELETE /control-node-zone/b390df23-cf5b-4092-9514-e7e6a7161d29 HTTP/1.1" 200 115 0.045633
10.0.0.23 - - [2026-05-18 04:14:11] "POST /neutron/network HTTP/1.1" 400 204 0.017389
10.0.0.23 - - [2026-05-18 04:14:11] "POST /neutron/port HTTP/1.1" 200 1114 0.020680
10.0.0.23 - - [2026-05-18 04:14:12] "POST /neutron/port HTTP/1.1" 200 151 0.357159
10.0.0.23 - - [2026-05-18 04:14:12] "POST /neutron/port HTTP/1.1" 200 151 0.337316
10.0.0.23 - - [2026-05-18 04:14:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003883
10.0.0.240 - - [2026-05-18 04:14:16] "GET /projects?obj_uuids=275d3fac-303d-4057-be14-0180ae4cf7d8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001606
10.0.0.23 - - [2026-05-18 04:14:16] "GET /project/275d3fac-303d-4057-be14-0180ae4cf7d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.075823
10.0.0.23 - - [2026-05-18 04:14:16] "POST /neutron/network HTTP/1.1" 200 117 0.016425
10.0.0.240 - - [2026-05-18 04:14:16] "POST /route-targets HTTP/1.1" 200 328 0.015427
10.0.0.23 - - [2026-05-18 04:14:16] "POST /neutron/network HTTP/1.1" 200 832 0.010733
10.0.0.23 - - [2026-05-18 04:14:16] "POST /id-to-fqname HTTP/1.1" 200 225 0.001510
10.0.0.23 - - [2026-05-18 04:14:16] "GET /virtual-network/4709479d-b2b3-411e-a7f6-f404af3ca0bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.007147
10.0.0.23 - - [2026-05-18 04:14:16] "GET /virtual-network/4709479d-b2b3-411e-a7f6-f404af3ca0bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.009505
10.0.0.23 - - [2026-05-18 04:14:16] "POST /neutron/subnet HTTP/1.1" 200 719 0.011874
10.0.0.23 - - [2026-05-18 04:14:16] "POST /id-to-fqname HTTP/1.1" 200 225 0.001496
10.0.0.240 - - [2026-05-18 04:14:17] "GET /projects?obj_uuids=275d3fac-303d-4057-be14-0180ae4cf7d8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001141
10.0.0.23 - - [2026-05-18 04:14:17] "GET /project/275d3fac-303d-4057-be14-0180ae4cf7d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.084979
10.0.0.23 - - [2026-05-18 04:14:18] "POST /neutron/network HTTP/1.1" 200 832 0.046194
10.0.0.23 - - [2026-05-18 04:14:18] "POST /id-to-fqname HTTP/1.1" 200 225 0.001564
10.0.0.23 - - [2026-05-18 04:14:18] "POST /neutron/port HTTP/1.1" 200 4186 0.044170
10.0.0.240 - - [2026-05-18 04:14:18] "GET /projects?obj_uuids=275d3fac-303d-4057-be14-0180ae4cf7d8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001607
10.0.0.23 - - [2026-05-18 04:14:19] "POST /neutron/port HTTP/1.1" 200 1060 0.395252
10.0.0.23 - - [2026-05-18 04:14:19] "POST /neutron/port HTTP/1.1" 200 1114 0.131868
10.0.0.240 - - [2026-05-18 04:14:19] "GET /projects?obj_uuids=275d3fac-303d-4057-be14-0180ae4cf7d8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001926
10.0.0.23 - - [2026-05-18 04:14:19] "POST /neutron/subnet HTTP/1.1" 200 693 0.015125
10.0.0.23 - - [2026-05-18 04:14:19] "GET /project/275d3fac-303d-4057-be14-0180ae4cf7d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.206391
10.0.0.23 - - [2026-05-18 04:14:19] "POST /neutron/network HTTP/1.1" 200 832 0.008862
10.0.0.23 - - [2026-05-18 04:14:20] "POST /neutron/port HTTP/1.1" 200 117 0.014532
10.0.0.23 - - [2026-05-18 04:14:20] "POST /id-to-fqname HTTP/1.1" 200 225 0.002161
10.0.0.23 - - [2026-05-18 04:14:20] "POST /neutron/network HTTP/1.1" 200 842 0.010276
10.0.0.23 - - [2026-05-18 04:14:21] "POST /neutron/port HTTP/1.1" 200 1060 0.020645
10.0.0.23 - - [2026-05-18 04:14:21] "POST /neutron/port HTTP/1.1" 200 1124 0.032877
10.0.0.23 - - [2026-05-18 04:14:21] "POST /neutron/port HTTP/1.1" 200 117 0.002789
10.0.0.240 - - [2026-05-18 04:14:21] "GET /projects?obj_uuids=275d3fac-303d-4057-be14-0180ae4cf7d8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001683
10.0.0.23 - - [2026-05-18 04:14:21] "GET /project/275d3fac-303d-4057-be14-0180ae4cf7d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.105647
10.0.0.23 - - [2026-05-18 04:14:22] "POST /neutron/port HTTP/1.1" 200 6128 0.061464
10.0.0.23 - - [2026-05-18 04:14:22] "POST /neutron/port HTTP/1.1" 200 1124 0.033781
10.0.0.23 - - [2026-05-18 04:14:22] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007818
10.0.0.23 - - [2026-05-18 04:14:22] "GET /virtual-machine/32679e98-4878-41ef-a588-1430b906e04a HTTP/1.1" 200 1295 0.010199
10.0.0.23 - - [2026-05-18 04:14:22] "GET /virtual-machine-interface/2d0f6b94-adfe-4b5a-b28a-69402f6c0249 HTTP/1.1" 200 2964 0.007214
10.0.0.23 - - [2026-05-18 04:14:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004549
10.0.0.23 - - [2026-05-18 04:14:22] "POST /neutron/network HTTP/1.1" 200 842 0.009525
10.0.0.23 - - [2026-05-18 04:14:22] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004430
10.0.0.23 - - [2026-05-18 04:14:22] "GET /virtual-networks?parent_id=275d3fac-303d-4057-be14-0180ae4cf7d8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003542
10.0.0.23 - - [2026-05-18 04:14:22] "GET /virtual-network/4709479d-b2b3-411e-a7f6-f404af3ca0bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006031
10.0.0.23 - - [2026-05-18 04:14:23] "POST /neutron/port HTTP/1.1" 200 1060 0.022581
10.0.0.23 - - [2026-05-18 04:14:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004916
10.0.0.23 - - [2026-05-18 04:14:23] "POST /neutron/network HTTP/1.1" 200 832 0.008235
10.0.0.23 - - [2026-05-18 04:14:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003503
10.0.0.23 - - [2026-05-18 04:14:25] "GET /virtual-network/4709479d-b2b3-411e-a7f6-f404af3ca0bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004920
10.0.0.23 - - [2026-05-18 04:14:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004346
10.0.0.23 - - [2026-05-18 04:14:29] "GET /virtual-network/4709479d-b2b3-411e-a7f6-f404af3ca0bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.007579
10.0.0.23 - - [2026-05-18 04:14:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004248
10.0.0.23 - - [2026-05-18 04:14:33] "GET /virtual-network/4709479d-b2b3-411e-a7f6-f404af3ca0bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.007940
10.0.0.23 - - [2026-05-18 04:14:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004906
10.0.0.23 - - [2026-05-18 04:14:38] "GET /virtual-network/4709479d-b2b3-411e-a7f6-f404af3ca0bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.008072
10.0.0.23 - - [2026-05-18 04:14:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.042770
10.0.0.23 - - [2026-05-18 04:14:42] "GET /virtual-network/4709479d-b2b3-411e-a7f6-f404af3ca0bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.008504
10.0.0.23 - - [2026-05-18 04:14:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003973
10.0.0.23 - - [2026-05-18 04:14:46] "GET /virtual-network/4709479d-b2b3-411e-a7f6-f404af3ca0bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006167
10.0.0.23 - - [2026-05-18 04:14:47] "POST /neutron/network HTTP/1.1" 200 1122 0.013029
10.0.0.23 - - [2026-05-18 04:14:47] "POST /neutron/subnet HTTP/1.1" 200 1380 0.017418
10.0.0.23 - - [2026-05-18 04:14:48] "POST /neutron/network HTTP/1.1" 200 1112 0.011120
10.0.0.23 - - [2026-05-18 04:14:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003492
10.0.0.23 - - [2026-05-18 04:14:50] "GET /virtual-network/4709479d-b2b3-411e-a7f6-f404af3ca0bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006867
10.0.0.23 - - [2026-05-18 04:14:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.007679
10.0.0.23 - - [2026-05-18 04:14:54] "GET /virtual-network/4709479d-b2b3-411e-a7f6-f404af3ca0bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005551
10.0.0.23 - - [2026-05-18 04:14:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005131
10.0.0.23 - - [2026-05-18 04:14:58] "GET /virtual-network/4709479d-b2b3-411e-a7f6-f404af3ca0bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.009429
10.0.0.23 - - [2026-05-18 04:15:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004188
10.0.0.23 - - [2026-05-18 04:15:02] "GET /virtual-network/4709479d-b2b3-411e-a7f6-f404af3ca0bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006653
10.0.0.23 - - [2026-05-18 04:15:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004393
10.0.0.23 - - [2026-05-18 04:15:06] "GET /virtual-network/4709479d-b2b3-411e-a7f6-f404af3ca0bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005660
10.0.0.23 - - [2026-05-18 04:15:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003964
10.0.0.23 - - [2026-05-18 04:15:10] "GET /virtual-network/4709479d-b2b3-411e-a7f6-f404af3ca0bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005349
10.0.0.23 - - [2026-05-18 04:15:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003850
10.0.0.23 - - [2026-05-18 04:15:14] "GET /virtual-network/4709479d-b2b3-411e-a7f6-f404af3ca0bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006155
10.0.0.23 - - [2026-05-18 04:15:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005562
10.0.0.23 - - [2026-05-18 04:15:19] "GET /virtual-network/4709479d-b2b3-411e-a7f6-f404af3ca0bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006857
10.0.0.22 - - [2026-05-18 04:15:22] "GET /obj-perms HTTP/1.1" 200 5056 0.062808
10.0.0.23 - - [2026-05-18 04:15:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004616
10.0.0.23 - - [2026-05-18 04:15:23] "GET /virtual-network/4709479d-b2b3-411e-a7f6-f404af3ca0bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.008126
10.0.0.23 - - [2026-05-18 04:15:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003865
10.0.0.23 - - [2026-05-18 04:15:27] "GET /virtual-network/4709479d-b2b3-411e-a7f6-f404af3ca0bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.009219
10.0.0.23 - - [2026-05-18 04:15:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.005604
10.0.0.23 - - [2026-05-18 04:15:31] "GET /virtual-network/4709479d-b2b3-411e-a7f6-f404af3ca0bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006607
10.0.0.23 - - [2026-05-18 04:15:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.005478
10.0.0.23 - - [2026-05-18 04:15:35] "GET /virtual-network/4709479d-b2b3-411e-a7f6-f404af3ca0bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.014204
10.0.0.23 - - [2026-05-18 04:15:38] "POST /neutron/port HTTP/1.1" 200 1217 0.056180
10.0.0.23 - - [2026-05-18 04:15:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004330
10.0.0.23 - - [2026-05-18 04:15:38] "POST /neutron/port HTTP/1.1" 200 117 0.001517
10.0.0.23 - - [2026-05-18 04:15:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004026
10.0.0.23 - - [2026-05-18 04:15:39] "GET /virtual-network/4709479d-b2b3-411e-a7f6-f404af3ca0bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.007792
10.0.0.23 - - [2026-05-18 04:15:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004981
10.0.0.23 - - [2026-05-18 04:15:43] "GET /virtual-network/4709479d-b2b3-411e-a7f6-f404af3ca0bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.012624
10.0.0.23 - - [2026-05-18 04:15:46] "POST /neutron/port HTTP/1.1" 200 1106 0.022656
10.0.0.23 - - [2026-05-18 04:15:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004409
10.0.0.23 - - [2026-05-18 04:15:46] "POST /neutron/network HTTP/1.1" 200 926 0.008650
10.0.0.23 - - [2026-05-18 04:15:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.005409
10.0.0.23 - - [2026-05-18 04:15:47] "GET /virtual-network/4709479d-b2b3-411e-a7f6-f404af3ca0bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.007441
10.0.0.23 - - [2026-05-18 04:15:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003964
10.0.0.23 - - [2026-05-18 04:15:51] "GET /virtual-network/4709479d-b2b3-411e-a7f6-f404af3ca0bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006214
10.0.0.23 - - [2026-05-18 04:15:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004003
10.0.0.23 - - [2026-05-18 04:15:55] "GET /virtual-network/4709479d-b2b3-411e-a7f6-f404af3ca0bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.007120
10.0.0.23 - - [2026-05-18 04:16:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005949
10.0.0.23 - - [2026-05-18 04:16:00] "GET /virtual-network/4709479d-b2b3-411e-a7f6-f404af3ca0bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.009862
10.0.0.23 - - [2026-05-18 04:16:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004091
10.0.0.23 - - [2026-05-18 04:16:04] "GET /virtual-network/4709479d-b2b3-411e-a7f6-f404af3ca0bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006732
10.0.0.23 - - [2026-05-18 04:16:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003718
10.0.0.23 - - [2026-05-18 04:16:06] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005504
10.0.0.23 - - [2026-05-18 04:16:06] "GET /virtual-networks?parent_id=275d3fac-303d-4057-be14-0180ae4cf7d8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.006285
10.0.0.23 - - [2026-05-18 04:16:06] "GET /virtual-network/4709479d-b2b3-411e-a7f6-f404af3ca0bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.007583
10.0.0.23 - - [2026-05-18 04:16:06] "POST /neutron/port HTTP/1.1" 200 1124 0.045857
10.0.0.23 - - [2026-05-18 04:16:11] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009470
10.0.0.23 - - [2026-05-18 04:16:17] "POST /neutron/port HTTP/1.1" 200 1124 0.020022
10.0.0.23 - - [2026-05-18 04:16:22] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008897
10.0.0.23 - - [2026-05-18 04:16:23] "GET /obj-perms HTTP/1.1" 200 5056 0.069130
10.0.0.23 - - [2026-05-18 04:16:32] "POST /neutron/port HTTP/1.1" 200 1124 0.022505
10.0.0.23 - - [2026-05-18 04:16:37] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008409
10.0.0.23 - - [2026-05-18 04:16:40] "POST /neutron/network HTTP/1.1" 200 936 0.009019
10.0.0.23 - - [2026-05-18 04:16:40] "POST /neutron/port HTTP/1.1" 200 117 0.001417
10.0.0.23 - - [2026-05-18 04:16:42] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008755
10.0.0.23 - - [2026-05-18 04:16:47] "POST /neutron/network HTTP/1.1" 200 842 0.041795
10.0.0.23 - - [2026-05-18 04:16:47] "POST /neutron/port HTTP/1.1" 200 117 0.002298
10.0.0.23 - - [2026-05-18 04:16:48] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009070
10.0.0.22 - - [2026-05-18 04:16:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000599
10.0.0.22 - - [2026-05-18 04:16:55] "GET /global-system-configs HTTP/1.1" 401 292 0.001659
10.0.0.240 - - [2026-05-18 04:16:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000479
10.0.0.240 - - [2026-05-18 04:16:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000628
10.0.0.23 - - [2026-05-18 04:16:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000580
10.0.0.23 - - [2026-05-18 04:16:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000454
10.0.0.22 - - [2026-05-18 04:16:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000470
10.0.0.22 - - [2026-05-18 04:16:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000386
10.0.0.240 - - [2026-05-18 04:16:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000417
10.0.0.240 - - [2026-05-18 04:16:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000551
10.0.0.23 - - [2026-05-18 04:16:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000438
10.0.0.23 - - [2026-05-18 04:16:57] "GET /global-system-configs HTTP/1.1" 401 292 0.001088
10.0.0.23 - - [2026-05-18 04:16:58] "POST /neutron/port HTTP/1.1" 200 1124 0.025028
10.0.0.23 - - [2026-05-18 04:17:03] "POST /neutron/security_group HTTP/1.1" 200 2059 0.012307
10.0.0.23 - - [2026-05-18 04:17:13] "POST /neutron/port HTTP/1.1" 200 1124 0.027370
10.0.0.23 - - [2026-05-18 04:17:19] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009152
10.0.0.23 - - [2026-05-18 04:17:19] "POST /neutron/port HTTP/1.1" 200 1124 0.026113
10.0.0.23 - - [2026-05-18 04:17:19] "GET /virtual-machine/1b202c69-4519-4ab8-aaa6-ec592c3e0d7e HTTP/1.1" 200 1295 0.038439
10.0.0.23 - - [2026-05-18 04:17:19] "GET /virtual-machine-interface/ca811077-ed4a-4ea4-803f-aac103140e57 HTTP/1.1" 200 2964 0.006555
10.0.0.23 - - [2026-05-18 04:17:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005442
10.0.0.23 - - [2026-05-18 04:17:19] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.007232
10.0.0.23 - - [2026-05-18 04:17:19] "GET /virtual-networks?parent_id=275d3fac-303d-4057-be14-0180ae4cf7d8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.007881
10.0.0.23 - - [2026-05-18 04:17:19] "GET /virtual-network/4709479d-b2b3-411e-a7f6-f404af3ca0bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006709
10.0.0.23 - - [2026-05-18 04:17:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004132
10.0.0.23 - - [2026-05-18 04:17:20] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005408
10.0.0.23 - - [2026-05-18 04:17:20] "GET /virtual-networks?parent_id=275d3fac-303d-4057-be14-0180ae4cf7d8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.004387
10.0.0.23 - - [2026-05-18 04:17:20] "GET /virtual-network/4709479d-b2b3-411e-a7f6-f404af3ca0bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.009319
10.0.0.23 - - [2026-05-18 04:17:21] "POST /neutron/security_group HTTP/1.1" 200 2059 0.013115
10.0.0.23 - - [2026-05-18 04:17:21] "POST /neutron/port HTTP/1.1" 200 1124 0.028836
10.0.0.23 - - [2026-05-18 04:17:21] "GET /virtual-machine/2f7fab27-cf2f-414a-ae27-a583f5b6374c HTTP/1.1" 200 1295 0.006297
10.0.0.23 - - [2026-05-18 04:17:21] "GET /virtual-machine-interface/cdd33bfb-1e7b-4645-a12d-e92751df2d06 HTTP/1.1" 200 2965 0.006147
10.0.0.23 - - [2026-05-18 04:17:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003853
10.0.0.23 - - [2026-05-18 04:17:21] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.010089
10.0.0.23 - - [2026-05-18 04:17:21] "GET /virtual-networks?parent_id=275d3fac-303d-4057-be14-0180ae4cf7d8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.007689
10.0.0.23 - - [2026-05-18 04:17:21] "GET /virtual-network/4709479d-b2b3-411e-a7f6-f404af3ca0bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006363
10.0.0.23 - - [2026-05-18 04:17:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004562
10.0.0.23 - - [2026-05-18 04:17:22] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004671
10.0.0.23 - - [2026-05-18 04:17:22] "GET /virtual-networks?parent_id=275d3fac-303d-4057-be14-0180ae4cf7d8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003733
10.0.0.23 - - [2026-05-18 04:17:22] "GET /virtual-network/4709479d-b2b3-411e-a7f6-f404af3ca0bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.010034
10.0.0.23 - - [2026-05-18 04:17:22] "POST /fqname-to-id HTTP/1.1" 404 198 0.005278
10.0.0.23 - - [2026-05-18 04:17:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.014793
10.0.0.23 - - [2026-05-18 04:17:22] "GET /global-system-config/f6261d33-ef50-4ec8-9a2c-d5ade9b2691e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1968 0.008638
10.0.0.23 - - [2026-05-18 04:17:22] "POST /control-node-zones HTTP/1.1" 200 571 0.065116
10.0.0.23 - - [2026-05-18 04:17:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004153
10.0.0.23 - - [2026-05-18 04:17:23] "GET /bgp-router/78938360-5e33-40e6-a85b-f8fe336f9310?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005106
10.0.0.23 - - [2026-05-18 04:17:23] "GET /control-node-zone/9dc69f64-14e3-4110-b6ca-6738fb500245?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.006990
10.0.0.23 - - [2026-05-18 04:17:23] "PUT /bgp-router/78938360-5e33-40e6-a85b-f8fe336f9310 HTTP/1.1" 200 255 0.036371
10.0.0.23 - - [2026-05-18 04:17:23] "POST /fqname-to-id HTTP/1.1" 404 198 0.004498
10.0.0.23 - - [2026-05-18 04:17:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004538
10.0.0.23 - - [2026-05-18 04:17:23] "GET /global-system-config/f6261d33-ef50-4ec8-9a2c-d5ade9b2691e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1968 0.009475
10.0.0.23 - - [2026-05-18 04:17:23] "POST /control-node-zones HTTP/1.1" 200 571 0.037527
10.0.0.23 - - [2026-05-18 04:17:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.006257
10.0.0.23 - - [2026-05-18 04:17:23] "GET /bgp-router/a1718e2c-331f-40cd-9442-a1a40544bbfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.008522
10.0.0.23 - - [2026-05-18 04:17:23] "GET /control-node-zone/be41ed87-0aad-4335-bce4-68683d3463db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.007214
10.0.0.23 - - [2026-05-18 04:17:23] "PUT /bgp-router/a1718e2c-331f-40cd-9442-a1a40544bbfe HTTP/1.1" 200 255 0.031871
10.0.0.23 - - [2026-05-18 04:17:23] "POST /fqname-to-id HTTP/1.1" 404 198 0.005143
10.0.0.23 - - [2026-05-18 04:17:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005924
10.0.0.23 - - [2026-05-18 04:17:23] "GET /global-system-config/f6261d33-ef50-4ec8-9a2c-d5ade9b2691e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1968 0.007105
10.0.0.23 - - [2026-05-18 04:17:23] "POST /control-node-zones HTTP/1.1" 200 571 0.038352
10.0.0.23 - - [2026-05-18 04:17:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003984
10.0.0.23 - - [2026-05-18 04:17:23] "GET /bgp-router/89f6efb6-1e28-4705-ab91-a5cb7af9a1f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.005911
10.0.0.23 - - [2026-05-18 04:17:23] "GET /control-node-zone/50d0a47f-b79a-4cf5-9e7f-0d095cdb436d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.009919
10.0.0.23 - - [2026-05-18 04:17:23] "PUT /bgp-router/89f6efb6-1e28-4705-ab91-a5cb7af9a1f8 HTTP/1.1" 200 255 0.024156
10.0.0.23 - - [2026-05-18 04:17:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003501
10.0.0.23 - - [2026-05-18 04:17:23] "GET /global-system-config/f6261d33-ef50-4ec8-9a2c-d5ade9b2691e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1968 0.007795
10.0.0.240 - - [2026-05-18 04:17:23] "GET /obj-perms HTTP/1.1" 200 5056 0.069904
10.0.0.23 - - [2026-05-18 04:17:23] "POST /fqname-to-id HTTP/1.1" 404 234 0.002727
10.0.0.23 - - [2026-05-18 04:17:24] "POST /bgp-as-a-services HTTP/1.1" 200 590 0.040499
10.0.0.23 - - [2026-05-18 04:17:24] "POST /neutron/subnet HTTP/1.1" 200 719 0.013194
10.0.0.23 - - [2026-05-18 04:17:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003661
10.0.0.23 - - [2026-05-18 04:17:24] "GET /bgp-as-a-service/c5827ffd-d354-496c-b1a4-915f5474251c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1549 0.007113
10.0.0.23 - - [2026-05-18 04:17:24] "GET /control-node-zone/9dc69f64-14e3-4110-b6ca-6738fb500245?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.005298
10.0.0.23 - - [2026-05-18 04:17:24] "POST /ref-update HTTP/1.1" 200 156 0.017430
10.0.0.23 - - [2026-05-18 04:17:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004664
10.0.0.23 - - [2026-05-18 04:17:24] "GET /bgp-as-a-service/c5827ffd-d354-496c-b1a4-915f5474251c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1838 0.006915
10.0.0.23 - - [2026-05-18 04:17:24] "GET /control-node-zone/be41ed87-0aad-4335-bce4-68683d3463db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.004206
10.0.0.23 - - [2026-05-18 04:17:24] "POST /ref-update HTTP/1.1" 200 156 0.017735
10.0.0.23 - - [2026-05-18 04:17:41] "POST /neutron/port HTTP/1.1" 200 1124 0.021137
10.0.0.23 - - [2026-05-18 04:17:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005096
10.0.0.23 - - [2026-05-18 04:17:41] "POST /neutron/network HTTP/1.1" 200 832 0.007656
10.0.0.23 - - [2026-05-18 04:17:48] "POST /neutron/network HTTP/1.1" 200 842 0.008756
10.0.0.23 - - [2026-05-18 04:17:48] "POST /neutron/port HTTP/1.1" 200 117 0.001169
10.0.0.23 - - [2026-05-18 04:17:58] "GET /bgp-as-a-service/c5827ffd-d354-496c-b1a4-915f5474251c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.007411
10.0.0.23 - - [2026-05-18 04:17:58] "GET /virtual-machine-interface/2d0f6b94-adfe-4b5a-b28a-69402f6c0249?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2742 0.005327
10.0.0.23 - - [2026-05-18 04:17:58] "POST /ref-update HTTP/1.1" 200 156 0.015501
10.0.0.240 - - [2026-05-18 04:17:58] "POST /bgp-routers HTTP/1.1" 200 642 0.059990
10.0.0.240 - - [2026-05-18 04:17:58] "PUT /bgp-router/9a6fadf6-ef2f-472e-ac21-681682efcbb0 HTTP/1.1" 200 255 0.040924
10.0.0.23 - - [2026-05-18 04:18:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005040
10.0.0.23 - - [2026-05-18 04:18:00] "GET /global-system-config/f6261d33-ef50-4ec8-9a2c-d5ade9b2691e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1968 0.008512
10.0.0.23 - - [2026-05-18 04:18:00] "POST /fqname-to-id HTTP/1.1" 404 234 0.004534
10.0.0.23 - - [2026-05-18 04:18:00] "POST /bgp-as-a-services HTTP/1.1" 200 590 0.046983
10.0.0.23 - - [2026-05-18 04:18:01] "POST /neutron/subnet HTTP/1.1" 200 719 0.022050
10.0.0.23 - - [2026-05-18 04:18:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005476
10.0.0.23 - - [2026-05-18 04:18:01] "GET /bgp-as-a-service/33d74234-b35f-43c0-972d-d98b712557ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1548 0.010219
10.0.0.23 - - [2026-05-18 04:18:01] "GET /control-node-zone/9dc69f64-14e3-4110-b6ca-6738fb500245?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.005508
10.0.0.23 - - [2026-05-18 04:18:01] "POST /ref-update HTTP/1.1" 200 156 0.021852
10.0.0.23 - - [2026-05-18 04:18:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004398
10.0.0.23 - - [2026-05-18 04:18:01] "GET /bgp-as-a-service/33d74234-b35f-43c0-972d-d98b712557ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1837 0.008380
10.0.0.23 - - [2026-05-18 04:18:01] "GET /control-node-zone/be41ed87-0aad-4335-bce4-68683d3463db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.004826
10.0.0.23 - - [2026-05-18 04:18:01] "POST /ref-update HTTP/1.1" 200 156 0.019068
10.0.0.23 - - [2026-05-18 04:18:10] "GET /bgp-as-a-service/33d74234-b35f-43c0-972d-d98b712557ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.008141
10.0.0.23 - - [2026-05-18 04:18:10] "GET /virtual-machine-interface/ca811077-ed4a-4ea4-803f-aac103140e57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2742 0.007852
10.0.0.23 - - [2026-05-18 04:18:10] "POST /ref-update HTTP/1.1" 200 156 0.015592
10.0.0.240 - - [2026-05-18 04:18:10] "POST /ref-update HTTP/1.1" 200 156 0.058996
10.0.0.23 - - [2026-05-18 04:18:34] "GET /bgp-as-a-service/33d74234-b35f-43c0-972d-d98b712557ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2712 0.008194
10.0.0.23 - - [2026-05-18 04:18:34] "GET /virtual-machine-interface/ca811077-ed4a-4ea4-803f-aac103140e57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3058 0.009601
10.0.0.23 - - [2026-05-18 04:18:34] "POST /ref-update HTTP/1.1" 200 156 0.015380
10.0.0.23 - - [2026-05-18 04:18:34] "DELETE /bgp-as-a-service/33d74234-b35f-43c0-972d-d98b712557ea HTTP/1.1" 200 115 0.059139
10.0.0.23 - - [2026-05-18 04:18:34] "GET /bgp-as-a-service/c5827ffd-d354-496c-b1a4-915f5474251c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2713 0.008995
10.0.0.23 - - [2026-05-18 04:18:34] "GET /virtual-machine-interface/2d0f6b94-adfe-4b5a-b28a-69402f6c0249?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3058 0.009434
10.0.0.23 - - [2026-05-18 04:18:34] "POST /ref-update HTTP/1.1" 200 156 0.016096
10.0.0.23 - - [2026-05-18 04:18:34] "DELETE /bgp-as-a-service/c5827ffd-d354-496c-b1a4-915f5474251c HTTP/1.1" 200 115 0.062973
10.0.0.23 - - [2026-05-18 04:18:34] "GET /control-node-zone/50d0a47f-b79a-4cf5-9e7f-0d095cdb436d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.004485
10.0.0.23 - - [2026-05-18 04:18:34] "POST /ref-update HTTP/1.1" 200 156 0.026126
10.0.0.23 - - [2026-05-18 04:18:34] "DELETE /control-node-zone/50d0a47f-b79a-4cf5-9e7f-0d095cdb436d HTTP/1.1" 200 115 0.041310
10.0.0.23 - - [2026-05-18 04:18:34] "GET /control-node-zone/be41ed87-0aad-4335-bce4-68683d3463db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.007936
10.0.0.23 - - [2026-05-18 04:18:34] "POST /ref-update HTTP/1.1" 200 156 0.027820
10.0.0.240 - - [2026-05-18 04:18:34] "POST /ref-update HTTP/1.1" 200 156 0.033580
10.0.0.23 - - [2026-05-18 04:18:34] "DELETE /control-node-zone/be41ed87-0aad-4335-bce4-68683d3463db HTTP/1.1" 200 115 0.046831
10.0.0.23 - - [2026-05-18 04:18:34] "GET /control-node-zone/9dc69f64-14e3-4110-b6ca-6738fb500245?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.018363
10.0.0.23 - - [2026-05-18 04:18:35] "POST /ref-update HTTP/1.1" 200 156 0.050335
10.0.0.240 - - [2026-05-18 04:18:35] "DELETE /bgp-router/9a6fadf6-ef2f-472e-ac21-681682efcbb0 HTTP/1.1" 200 115 0.080210
10.0.0.23 - - [2026-05-18 04:18:35] "DELETE /control-node-zone/9dc69f64-14e3-4110-b6ca-6738fb500245 HTTP/1.1" 200 115 0.043966
10.0.0.23 - - [2026-05-18 04:18:35] "POST /neutron/network HTTP/1.1" 200 832 0.009778
10.0.0.23 - - [2026-05-18 04:18:35] "POST /neutron/port HTTP/1.1" 200 1114 0.019209
10.0.0.23 - - [2026-05-18 04:18:35] "POST /neutron/port HTTP/1.1" 200 1114 0.019577
10.0.0.23 - - [2026-05-18 04:18:36] "POST /neutron/port HTTP/1.1" 200 1114 0.057008
10.0.0.240 - - [2026-05-18 04:18:37] "POST /useragent-kv HTTP/1.1" 200 115 0.041312
10.0.0.240 - - [2026-05-18 04:18:37] "POST /useragent-kv HTTP/1.1" 200 115 0.003949
10.0.0.23 - - [2026-05-18 04:18:37] "POST /neutron/network HTTP/1.1" 200 151 0.248172
10.0.0.240 - - [2026-05-18 04:18:39] "GET /projects?obj_uuids=275d3fac-303d-4057-be14-0180ae4cf7d8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001238
10.0.0.23 - - [2026-05-18 04:18:39] "GET /project/275d3fac-303d-4057-be14-0180ae4cf7d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.089676
10.0.0.240 - - [2026-05-18 04:18:39] "GET /projects?obj_uuids=275d3fac-303d-4057-be14-0180ae4cf7d8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000952
10.0.0.23 - - [2026-05-18 04:18:39] "GET /project/275d3fac-303d-4057-be14-0180ae4cf7d8?fields=virtual_networks HTTP/1.1" 200 1035 0.059475
10.0.0.240 - - [2026-05-18 04:18:39] "GET /projects?obj_uuids=275d3fac-303d-4057-be14-0180ae4cf7d8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001146
10.0.0.23 - - [2026-05-18 04:18:39] "GET /project/275d3fac-303d-4057-be14-0180ae4cf7d8?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.065295
10.0.0.240 - - [2026-05-18 04:18:39] "GET /projects?obj_uuids=275d3fac-303d-4057-be14-0180ae4cf7d8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001031
10.0.0.23 - - [2026-05-18 04:18:39] "GET /project/275d3fac-303d-4057-be14-0180ae4cf7d8?fields=security_groups HTTP/1.1" 200 1263 0.051279
10.0.0.23 - - [2026-05-18 04:18:40] "POST /fqname-to-id HTTP/1.1" 404 181 0.035733
10.0.0.240 - - [2026-05-18 04:18:40] "GET /projects?obj_uuids=5daf0de6-0981-4276-a1bd-5f30e8b74a21&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003928
10.0.0.240 - - [2026-05-18 04:18:40] "GET /domains?obj_uuids=4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001444
10.0.0.240 - - [2026-05-18 04:18:40] "GET /domain/4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.048252
10.0.0.240 - - [2026-05-18 04:18:40] "POST /id-to-fqname HTTP/1.1" 200 183 0.007804
10.0.0.240 - - [2026-05-18 04:18:40] "POST /fqname-to-id HTTP/1.1" 404 192 0.005243
10.0.0.240 - - [2026-05-18 04:18:40] "POST /security-groups HTTP/1.1" 200 584 0.081556
10.0.0.240 - - [2026-05-18 04:18:40] "POST /fqname-to-id HTTP/1.1" 404 227 0.005945
10.0.0.240 - - [2026-05-18 04:18:40] "POST /projects HTTP/1.1" 200 571 0.335315
10.0.0.240 - - [2026-05-18 04:18:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.371469
10.0.0.23 - - [2026-05-18 04:18:41] "GET /project/5daf0de6-0981-4276-a1bd-5f30e8b74a21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.573281
10.0.0.240 - - [2026-05-18 04:18:41] "POST /access-control-lists HTTP/1.1" 200 589 0.048329
10.0.0.23 - - [2026-05-18 04:18:42] "GET / HTTP/1.1" 200 36215 0.001878
10.0.0.23 - - [2026-05-18 04:18:43] "POST /neutron/network HTTP/1.1" 200 1122 0.009163
10.0.0.23 - - [2026-05-18 04:18:43] "POST /neutron/subnet HTTP/1.1" 200 1380 0.029675
10.0.0.23 - - [2026-05-18 04:18:43] "POST /neutron/network HTTP/1.1" 200 1112 0.015142
10.0.0.240 - - [2026-05-18 04:18:45] "GET /projects?obj_uuids=5daf0de6-0981-4276-a1bd-5f30e8b74a21&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001017
10.0.0.23 - - [2026-05-18 04:18:45] "GET /project/5daf0de6-0981-4276-a1bd-5f30e8b74a21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.055044
10.0.0.240 - - [2026-05-18 04:18:45] "GET /projects?obj_uuids=5daf0de6-0981-4276-a1bd-5f30e8b74a21&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001112
10.0.0.23 - - [2026-05-18 04:18:45] "GET /project/5daf0de6-0981-4276-a1bd-5f30e8b74a21?fields=virtual_networks HTTP/1.1" 200 1019 0.043471
10.0.0.240 - - [2026-05-18 04:18:45] "GET /projects?obj_uuids=5daf0de6-0981-4276-a1bd-5f30e8b74a21&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001519
10.0.0.23 - - [2026-05-18 04:18:45] "GET /project/5daf0de6-0981-4276-a1bd-5f30e8b74a21?fields=virtual_machine_interfaces HTTP/1.1" 200 1019 0.047948
10.0.0.240 - - [2026-05-18 04:18:45] "GET /projects?obj_uuids=5daf0de6-0981-4276-a1bd-5f30e8b74a21&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001107
10.0.0.23 - - [2026-05-18 04:18:45] "GET /project/5daf0de6-0981-4276-a1bd-5f30e8b74a21?fields=security_groups HTTP/1.1" 200 1239 0.052790
10.0.0.23 - - [2026-05-18 04:18:46] "POST /fqname-to-id HTTP/1.1" 404 189 0.034141
10.0.0.240 - - [2026-05-18 04:18:46] "GET /projects?obj_uuids=657a5783-2874-45ae-aa8c-8aeb8e676301&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005308
10.0.0.240 - - [2026-05-18 04:18:46] "GET /domains?obj_uuids=4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001228
10.0.0.240 - - [2026-05-18 04:18:46] "GET /domain/4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009421
10.0.0.240 - - [2026-05-18 04:18:47] "POST /id-to-fqname HTTP/1.1" 200 191 0.005298
10.0.0.240 - - [2026-05-18 04:18:47] "POST /fqname-to-id HTTP/1.1" 404 200 0.011072
10.0.0.240 - - [2026-05-18 04:18:47] "POST /security-groups HTTP/1.1" 200 592 0.081959
10.0.0.240 - - [2026-05-18 04:18:47] "POST /projects HTTP/1.1" 200 587 0.332790
10.0.0.240 - - [2026-05-18 04:18:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.375874
10.0.0.240 - - [2026-05-18 04:18:47] "POST /fqname-to-id HTTP/1.1" 404 234 0.019065
10.0.0.23 - - [2026-05-18 04:18:47] "GET /project/657a5783-2874-45ae-aa8c-8aeb8e676301?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.556951
10.0.0.23 - - [2026-05-18 04:18:48] "GET / HTTP/1.1" 200 36215 0.002121
10.0.0.23 - - [2026-05-18 04:18:51] "POST /neutron/network HTTP/1.1" 200 1122 0.011551
10.0.0.23 - - [2026-05-18 04:18:51] "POST /neutron/subnet HTTP/1.1" 200 1380 0.016757
10.0.0.23 - - [2026-05-18 04:18:51] "POST /neutron/network HTTP/1.1" 200 1112 0.010595
10.0.0.240 - - [2026-05-18 04:18:51] "GET /projects?obj_uuids=657a5783-2874-45ae-aa8c-8aeb8e676301&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001239
10.0.0.23 - - [2026-05-18 04:18:51] "GET /project/657a5783-2874-45ae-aa8c-8aeb8e676301?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.059176
10.0.0.240 - - [2026-05-18 04:18:51] "GET /projects?obj_uuids=657a5783-2874-45ae-aa8c-8aeb8e676301&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001090
10.0.0.23 - - [2026-05-18 04:18:51] "GET /project/657a5783-2874-45ae-aa8c-8aeb8e676301?fields=virtual_networks HTTP/1.1" 200 1035 0.077306
10.0.0.240 - - [2026-05-18 04:18:51] "GET /projects?obj_uuids=657a5783-2874-45ae-aa8c-8aeb8e676301&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001385
10.0.0.23 - - [2026-05-18 04:18:51] "GET /project/657a5783-2874-45ae-aa8c-8aeb8e676301?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.070107
10.0.0.240 - - [2026-05-18 04:18:51] "GET /projects?obj_uuids=657a5783-2874-45ae-aa8c-8aeb8e676301&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001134
10.0.0.23 - - [2026-05-18 04:18:52] "GET /project/657a5783-2874-45ae-aa8c-8aeb8e676301?fields=security_groups HTTP/1.1" 200 1263 0.058054
10.0.0.23 - - [2026-05-18 04:18:53] "POST /fqname-to-id HTTP/1.1" 404 195 0.027482
10.0.0.240 - - [2026-05-18 04:18:53] "GET /projects?obj_uuids=8e40a9ed-97e8-4c4c-931f-efeeb2423648&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003275
10.0.0.240 - - [2026-05-18 04:18:53] "GET /domains?obj_uuids=4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001204
10.0.0.240 - - [2026-05-18 04:18:53] "GET /domain/4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008291
10.0.0.240 - - [2026-05-18 04:18:53] "POST /id-to-fqname HTTP/1.1" 200 197 0.003350
10.0.0.240 - - [2026-05-18 04:18:53] "POST /fqname-to-id HTTP/1.1" 404 206 0.002851
10.0.0.240 - - [2026-05-18 04:18:53] "POST /security-groups HTTP/1.1" 200 598 0.081742
10.0.0.240 - - [2026-05-18 04:18:53] "POST /projects HTTP/1.1" 200 599 0.309866
10.0.0.240 - - [2026-05-18 04:18:53] "POST /access-control-lists HTTP/1.1" 200 605 0.044242
10.0.0.240 - - [2026-05-18 04:18:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.389232
10.0.0.23 - - [2026-05-18 04:18:53] "GET /project/8e40a9ed-97e8-4c4c-931f-efeeb2423648?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.609125
10.0.0.23 - - [2026-05-18 04:18:55] "GET / HTTP/1.1" 200 36215 0.003120
10.0.0.23 - - [2026-05-18 04:18:56] "POST /fqname-to-id HTTP/1.1" 401 292 0.000472
10.0.0.23 - - [2026-05-18 04:18:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.071220
10.0.0.23 - - [2026-05-18 04:18:57] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005179
10.0.0.23 - - [2026-05-18 04:18:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003077
10.0.0.23 - - [2026-05-18 04:18:57] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005593
10.0.0.23 - - [2026-05-18 04:18:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004153
10.0.0.23 - - [2026-05-18 04:18:57] "PUT /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f HTTP/1.1" 200 277 0.021887
10.0.0.23 - - [2026-05-18 04:18:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003790
10.0.0.240 - - [2026-05-18 04:18:57] "GET /projects?obj_uuids=8e40a9ed-97e8-4c4c-931f-efeeb2423648&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.000964
10.0.0.23 - - [2026-05-18 04:18:57] "GET /project/8e40a9ed-97e8-4c4c-931f-efeeb2423648?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.059226
10.0.0.240 - - [2026-05-18 04:18:58] "POST /route-targets HTTP/1.1" 200 328 0.022838
10.0.0.240 - - [2026-05-18 04:18:58] "POST /useragent-kv HTTP/1.1" 200 115 0.006982
10.0.0.23 - - [2026-05-18 04:18:58] "POST /neutron/subnet HTTP/1.1" 200 701 0.256079
10.0.0.23 - - [2026-05-18 04:18:58] "POST /id-to-fqname HTTP/1.1" 200 218 0.001629
10.0.0.23 - - [2026-05-18 04:18:58] "GET /virtual-network/f7562150-b03f-4cc2-b23b-4d8e878f0ddd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.008778
10.0.0.23 - - [2026-05-18 04:18:58] "GET /virtual-network/f7562150-b03f-4cc2-b23b-4d8e878f0ddd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.007670
10.0.0.23 - - [2026-05-18 04:18:58] "POST /neutron/network HTTP/1.1" 200 808 0.010229
10.0.0.23 - - [2026-05-18 04:18:58] "POST /id-to-fqname HTTP/1.1" 200 218 0.001403
10.0.0.23 - - [2026-05-18 04:18:58] "POST /neutron/network HTTP/1.1" 200 818 0.009232
10.0.0.240 - - [2026-05-18 04:18:59] "GET /projects?obj_uuids=8e40a9ed-97e8-4c4c-931f-efeeb2423648&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.000985
10.0.0.23 - - [2026-05-18 04:18:59] "GET /project/8e40a9ed-97e8-4c4c-931f-efeeb2423648?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.072759
10.0.0.23 - - [2026-05-18 04:18:59] "POST /neutron/port HTTP/1.1" 200 117 0.007116
10.0.0.23 - - [2026-05-18 04:18:59] "POST /id-to-fqname HTTP/1.1" 200 218 0.001745
10.0.0.23 - - [2026-05-18 04:19:00] "POST /neutron/network HTTP/1.1" 200 818 0.011386
10.0.0.23 - - [2026-05-18 04:19:00] "POST /neutron/port HTTP/1.1" 200 1062 0.030093
10.0.0.240 - - [2026-05-18 04:19:01] "GET /projects?obj_uuids=8e40a9ed-97e8-4c4c-931f-efeeb2423648&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.005179
10.0.0.23 - - [2026-05-18 04:19:01] "GET /project/8e40a9ed-97e8-4c4c-931f-efeeb2423648?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.220140
10.0.0.23 - - [2026-05-18 04:19:01] "POST /neutron/network HTTP/1.1" 200 808 0.014997
10.0.0.23 - - [2026-05-18 04:19:01] "POST /neutron/port HTTP/1.1" 200 117 0.001951
10.0.0.23 - - [2026-05-18 04:19:01] "POST /neutron/security_group HTTP/1.1" 200 2065 0.010409
10.0.0.240 - - [2026-05-18 04:19:02] "GET /projects?obj_uuids=8e40a9ed-97e8-4c4c-931f-efeeb2423648&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001713
10.0.0.23 - - [2026-05-18 04:19:02] "POST /neutron/port HTTP/1.1" 200 1062 0.409410
10.0.0.23 - - [2026-05-18 04:19:02] "GET /virtual-network/f7562150-b03f-4cc2-b23b-4d8e878f0ddd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.005529
10.0.0.23 - - [2026-05-18 04:19:02] "POST /neutron/port HTTP/1.1" 200 1116 0.164136
10.0.0.23 - - [2026-05-18 04:19:02] "POST /neutron/subnet HTTP/1.1" 200 675 0.010779
10.0.0.22 - - [2026-05-18 04:19:03] "GET /obj-perms HTTP/1.1" 200 5044 0.100535
10.0.0.23 - - [2026-05-18 04:19:04] "POST /neutron/port HTTP/1.1" 200 1126 0.023648
10.0.0.23 - - [2026-05-18 04:19:04] "POST /neutron/security_group HTTP/1.1" 200 2065 0.010360
10.0.0.23 - - [2026-05-18 04:19:04] "POST /neutron/port HTTP/1.1" 200 1126 0.022733
10.0.0.23 - - [2026-05-18 04:19:04] "GET /virtual-machine/2dbd7ef9-a139-4ec5-b1f1-114965b6b575 HTTP/1.1" 401 292 0.000554
10.0.0.23 - - [2026-05-18 04:19:05] "GET /virtual-machine/2dbd7ef9-a139-4ec5-b1f1-114965b6b575 HTTP/1.1" 200 1301 0.041682
10.0.0.23 - - [2026-05-18 04:19:05] "GET /virtual-machine/2dbd7ef9-a139-4ec5-b1f1-114965b6b575 HTTP/1.1" 200 1301 0.005191
10.0.0.23 - - [2026-05-18 04:19:05] "GET /virtual-machine-interface/093fddba-2e44-41f1-a950-8cb562f6eb2b HTTP/1.1" 200 2954 0.009812
10.0.0.23 - - [2026-05-18 04:19:05] "GET /virtual-machine/2dbd7ef9-a139-4ec5-b1f1-114965b6b575 HTTP/1.1" 200 1301 0.004991
10.0.0.23 - - [2026-05-18 04:19:05] "GET /virtual-machine-interface/093fddba-2e44-41f1-a950-8cb562f6eb2b HTTP/1.1" 200 2954 0.006943
10.0.0.23 - - [2026-05-18 04:19:05] "GET /instance-ip/027058ef-c48e-4282-a47a-73bc2b382748 HTTP/1.1" 200 1622 0.009982
10.0.0.23 - - [2026-05-18 04:19:05] "GET /virtual-machine/2dbd7ef9-a139-4ec5-b1f1-114965b6b575 HTTP/1.1" 200 1301 0.005805
10.0.0.23 - - [2026-05-18 04:19:05] "GET /virtual-machine-interface/093fddba-2e44-41f1-a950-8cb562f6eb2b HTTP/1.1" 200 2954 0.006547
10.0.0.23 - - [2026-05-18 04:19:05] "GET /instance-ip/027058ef-c48e-4282-a47a-73bc2b382748 HTTP/1.1" 200 1622 0.006509
10.0.0.23 - - [2026-05-18 04:19:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004121
10.0.0.23 - - [2026-05-18 04:19:05] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.007555
10.0.0.23 - - [2026-05-18 04:19:05] "GET /virtual-networks?parent_id=8e40a9ed-97e8-4c4c-931f-efeeb2423648&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.007046
10.0.0.23 - - [2026-05-18 04:19:05] "GET /virtual-network/f7562150-b03f-4cc2-b23b-4d8e878f0ddd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.007801
10.0.0.23 - - [2026-05-18 04:19:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005002
10.0.0.23 - - [2026-05-18 04:19:05] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004846
10.0.0.23 - - [2026-05-18 04:19:05] "GET /virtual-networks?parent_id=8e40a9ed-97e8-4c4c-931f-efeeb2423648&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.006543
10.0.0.23 - - [2026-05-18 04:19:05] "GET /virtual-network/f7562150-b03f-4cc2-b23b-4d8e878f0ddd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.007027
10.0.0.23 - - [2026-05-18 04:19:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.006821
10.0.0.23 - - [2026-05-18 04:19:05] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004751
10.0.0.23 - - [2026-05-18 04:19:05] "GET /virtual-networks?parent_id=8e40a9ed-97e8-4c4c-931f-efeeb2423648&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004313
10.0.0.23 - - [2026-05-18 04:19:05] "GET /virtual-network/f7562150-b03f-4cc2-b23b-4d8e878f0ddd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.009619
10.0.0.23 - - [2026-05-18 04:19:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004189
10.0.0.23 - - [2026-05-18 04:19:05] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006240
10.0.0.23 - - [2026-05-18 04:19:05] "GET /virtual-networks?parent_id=8e40a9ed-97e8-4c4c-931f-efeeb2423648&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003717
10.0.0.23 - - [2026-05-18 04:19:05] "GET /virtual-network/f7562150-b03f-4cc2-b23b-4d8e878f0ddd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.007821
10.0.0.23 - - [2026-05-18 04:19:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004058
10.0.0.23 - - [2026-05-18 04:19:05] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005799
10.0.0.23 - - [2026-05-18 04:19:05] "GET /virtual-networks?parent_id=8e40a9ed-97e8-4c4c-931f-efeeb2423648&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003736
10.0.0.23 - - [2026-05-18 04:19:05] "GET /virtual-network/f7562150-b03f-4cc2-b23b-4d8e878f0ddd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006966
10.0.0.23 - - [2026-05-18 04:19:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004704
10.0.0.23 - - [2026-05-18 04:19:05] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003998
10.0.0.23 - - [2026-05-18 04:19:05] "GET /virtual-networks?parent_id=8e40a9ed-97e8-4c4c-931f-efeeb2423648&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004363
10.0.0.23 - - [2026-05-18 04:19:05] "GET /virtual-network/f7562150-b03f-4cc2-b23b-4d8e878f0ddd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.008274
10.0.0.23 - - [2026-05-18 04:19:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.007709
10.0.0.23 - - [2026-05-18 04:19:06] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005562
10.0.0.23 - - [2026-05-18 04:19:06] "GET /virtual-networks?parent_id=8e40a9ed-97e8-4c4c-931f-efeeb2423648&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004838
10.0.0.23 - - [2026-05-18 04:19:06] "GET /virtual-network/f7562150-b03f-4cc2-b23b-4d8e878f0ddd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.007092
10.0.0.240 - - [2026-05-18 04:19:08] "DELETE /project/657a5783287445aeaa8c8aeb8e676301 HTTP/1.1" 404 173 0.007646
10.0.0.240 - - [2026-05-18 04:19:08] "DELETE /project/8e40a9ed97e84c4c931fefeeb2423648 HTTP/1.1" 404 173 0.009176
10.0.0.240 - - [2026-05-18 04:19:08] "DELETE /project/5daf0de609814276a1bd5f30e8b74a21 HTTP/1.1" 404 173 0.012268
10.0.0.240 - - [2026-05-18 04:19:08] "GET /projects?obj_uuids=5daf0de6-0981-4276-a1bd-5f30e8b74a21&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000906
10.0.0.240 - - [2026-05-18 04:19:08] "GET /projects?obj_uuids=275d3fac-303d-4057-be14-0180ae4cf7d8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000884
10.0.0.240 - - [2026-05-18 04:19:08] "GET /projects?obj_uuids=657a5783-2874-45ae-aa8c-8aeb8e676301&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000954
10.0.0.240 - - [2026-05-18 04:19:08] "GET /project/275d3fac-303d-4057-be14-0180ae4cf7d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1471 0.069028
10.0.0.240 - - [2026-05-18 04:19:08] "GET /project/657a5783-2874-45ae-aa8c-8aeb8e676301?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1471 0.089864
10.0.0.240 - - [2026-05-18 04:19:08] "GET /project/5daf0de6-0981-4276-a1bd-5f30e8b74a21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.105832
10.0.0.240 - - [2026-05-18 04:19:08] "GET /projects?obj_uuids=275d3fac-303d-4057-be14-0180ae4cf7d8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002062
10.0.0.240 - - [2026-05-18 04:19:08] "GET /projects?obj_uuids=657a5783-2874-45ae-aa8c-8aeb8e676301&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001686
10.0.0.240 - - [2026-05-18 04:19:08] "GET /projects?obj_uuids=5daf0de6-0981-4276-a1bd-5f30e8b74a21&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000998
10.0.0.240 - - [2026-05-18 04:19:08] "GET /project/657a5783-2874-45ae-aa8c-8aeb8e676301?fields=security_groups HTTP/1.1" 200 1365 0.071116
10.0.0.240 - - [2026-05-18 04:19:08] "GET /project/275d3fac-303d-4057-be14-0180ae4cf7d8?fields=security_groups HTTP/1.1" 200 1365 0.108114
10.0.0.240 - - [2026-05-18 04:19:08] "GET /project/5daf0de6-0981-4276-a1bd-5f30e8b74a21?fields=security_groups HTTP/1.1" 200 1341 0.132220
10.0.0.240 - - [2026-05-18 04:19:08] "DELETE /security-group/5ee56d54-8cdc-4fa6-aa9a-ab0d001e5c50 HTTP/1.1" 200 115 0.134035
10.0.0.240 - - [2026-05-18 04:19:08] "GET /projects?obj_uuids=657a5783-2874-45ae-aa8c-8aeb8e676301&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001168
10.0.0.240 - - [2026-05-18 04:19:08] "DELETE /security-group/62ea5fb0-062e-4b8d-9105-0196241de89c HTTP/1.1" 200 115 0.156997
10.0.0.240 - - [2026-05-18 04:19:08] "GET /projects?obj_uuids=275d3fac-303d-4057-be14-0180ae4cf7d8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002499
10.0.0.240 - - [2026-05-18 04:19:08] "DELETE /security-group/5d991af1-d4cb-41d7-a431-e8047cb9caae HTTP/1.1" 200 115 0.186403
10.0.0.240 - - [2026-05-18 04:19:08] "GET /project/657a5783-2874-45ae-aa8c-8aeb8e676301?fields=application_policy_sets HTTP/1.1" 200 1404 0.130292
10.0.0.240 - - [2026-05-18 04:19:08] "GET /projects?obj_uuids=5daf0de6-0981-4276-a1bd-5f30e8b74a21&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001228
10.0.0.240 - - [2026-05-18 04:19:08] "DELETE /access-control-list/4b9de50d-58db-4ba8-a2ab-9a1bc609a8b3 HTTP/1.1" 200 115 0.122005
10.0.0.240 - - [2026-05-18 04:19:08] "GET /project/275d3fac-303d-4057-be14-0180ae4cf7d8?fields=application_policy_sets HTTP/1.1" 200 1404 0.113901
10.0.0.240 - - [2026-05-18 04:19:08] "GET /project/5daf0de6-0981-4276-a1bd-5f30e8b74a21?fields=application_policy_sets HTTP/1.1" 200 1380 0.128090
10.0.0.23 - - [2026-05-18 04:19:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.005981
10.0.0.23 - - [2026-05-18 04:19:09] "GET /virtual-network/f7562150-b03f-4cc2-b23b-4d8e878f0ddd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.007107
10.0.0.240 - - [2026-05-18 04:19:09] "DELETE /project/275d3fac-303d-4057-be14-0180ae4cf7d8 HTTP/1.1" 200 115 0.934216
10.0.0.240 - - [2026-05-18 04:19:09] "DELETE /access-control-list/7ce91685-2acd-497b-85e6-a7b583c64678 HTTP/1.1" 200 115 0.134127
10.0.0.240 - - [2026-05-18 04:19:09] "DELETE /project/657a5783-2874-45ae-aa8c-8aeb8e676301 HTTP/1.1" 200 115 1.010712
10.0.0.240 - - [2026-05-18 04:19:09] "DELETE /project/5daf0de6-0981-4276-a1bd-5f30e8b74a21 HTTP/1.1" 200 115 1.057958
10.0.0.23 - - [2026-05-18 04:19:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003968
10.0.0.23 - - [2026-05-18 04:19:13] "GET /virtual-network/f7562150-b03f-4cc2-b23b-4d8e878f0ddd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.004921
10.0.0.23 - - [2026-05-18 04:19:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004418
10.0.0.23 - - [2026-05-18 04:19:17] "GET /virtual-network/f7562150-b03f-4cc2-b23b-4d8e878f0ddd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006294
10.0.0.23 - - [2026-05-18 04:19:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003941
10.0.0.23 - - [2026-05-18 04:19:21] "GET /virtual-network/f7562150-b03f-4cc2-b23b-4d8e878f0ddd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.010136
10.0.0.23 - - [2026-05-18 04:19:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.008310
10.0.0.23 - - [2026-05-18 04:19:25] "GET /virtual-network/f7562150-b03f-4cc2-b23b-4d8e878f0ddd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.007234
10.0.0.23 - - [2026-05-18 04:19:25] "GET /obj-perms HTTP/1.1" 200 5056 0.070506
10.0.0.23 - - [2026-05-18 04:19:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004246
10.0.0.23 - - [2026-05-18 04:19:29] "GET /virtual-network/f7562150-b03f-4cc2-b23b-4d8e878f0ddd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.005471
10.0.0.23 - - [2026-05-18 04:19:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004414
10.0.0.23 - - [2026-05-18 04:19:33] "GET /virtual-network/f7562150-b03f-4cc2-b23b-4d8e878f0ddd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.005579
10.0.0.23 - - [2026-05-18 04:19:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004286
10.0.0.23 - - [2026-05-18 04:19:37] "GET /virtual-network/f7562150-b03f-4cc2-b23b-4d8e878f0ddd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.007401
10.0.0.23 - - [2026-05-18 04:19:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004492
10.0.0.23 - - [2026-05-18 04:19:41] "GET /virtual-network/f7562150-b03f-4cc2-b23b-4d8e878f0ddd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006470
10.0.0.23 - - [2026-05-18 04:19:45] "POST /neutron/port HTTP/1.1" 200 1106 0.022589
10.0.0.23 - - [2026-05-18 04:19:45] "POST /neutron/subnet HTTP/1.1" 200 694 0.010652
10.0.0.23 - - [2026-05-18 04:19:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004903
10.0.0.23 - - [2026-05-18 04:19:46] "GET /virtual-network/f7562150-b03f-4cc2-b23b-4d8e878f0ddd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.008405
10.0.0.23 - - [2026-05-18 04:19:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003972
10.0.0.23 - - [2026-05-18 04:19:48] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004194
10.0.0.23 - - [2026-05-18 04:19:48] "GET /virtual-networks?parent_id=8e40a9ed-97e8-4c4c-931f-efeeb2423648&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003347
10.0.0.23 - - [2026-05-18 04:19:48] "GET /virtual-network/f7562150-b03f-4cc2-b23b-4d8e878f0ddd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006301
10.0.0.23 - - [2026-05-18 04:19:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004226
10.0.0.23 - - [2026-05-18 04:19:48] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.009551
10.0.0.23 - - [2026-05-18 04:19:48] "GET /virtual-networks?parent_id=8e40a9ed-97e8-4c4c-931f-efeeb2423648&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003504
10.0.0.23 - - [2026-05-18 04:19:48] "GET /virtual-network/f7562150-b03f-4cc2-b23b-4d8e878f0ddd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.007996
10.0.0.23 - - [2026-05-18 04:19:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003944
10.0.0.23 - - [2026-05-18 04:19:48] "GET /routing-instance/35b65ff6-b3e4-45fd-8354-ff74936cde12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.005017
10.0.0.23 - - [2026-05-18 04:19:48] "GET /route-target/c59e4023-45e4-4dbe-b62e-73a4d25b79d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.006360
10.0.0.23 - - [2026-05-18 04:19:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003942
10.0.0.23 - - [2026-05-18 04:19:48] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004019
10.0.0.23 - - [2026-05-18 04:19:48] "GET /virtual-networks?parent_id=8e40a9ed-97e8-4c4c-931f-efeeb2423648&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003156
10.0.0.23 - - [2026-05-18 04:19:48] "GET /virtual-network/f7562150-b03f-4cc2-b23b-4d8e878f0ddd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.007567
10.0.0.23 - - [2026-05-18 04:19:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003334
10.0.0.23 - - [2026-05-18 04:19:48] "GET /routing-instance/35b65ff6-b3e4-45fd-8354-ff74936cde12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.009219
10.0.0.23 - - [2026-05-18 04:19:48] "GET /route-target/c59e4023-45e4-4dbe-b62e-73a4d25b79d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004193
10.0.0.23 - - [2026-05-18 04:19:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004311
10.0.0.23 - - [2026-05-18 04:19:49] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004718
10.0.0.23 - - [2026-05-18 04:19:49] "GET /virtual-networks?parent_id=8e40a9ed-97e8-4c4c-931f-efeeb2423648&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004297
10.0.0.23 - - [2026-05-18 04:19:49] "GET /virtual-network/f7562150-b03f-4cc2-b23b-4d8e878f0ddd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.009717
10.0.0.23 - - [2026-05-18 04:19:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004914
10.0.0.23 - - [2026-05-18 04:19:49] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.007374
10.0.0.23 - - [2026-05-18 04:19:49] "GET /virtual-networks?parent_id=8e40a9ed-97e8-4c4c-931f-efeeb2423648&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004044
10.0.0.23 - - [2026-05-18 04:19:49] "GET /virtual-network/f7562150-b03f-4cc2-b23b-4d8e878f0ddd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.009705
10.0.0.240 - - [2026-05-18 04:19:49] "GET /obj-perms HTTP/1.1" 200 5044 0.069227
10.0.0.23 - - [2026-05-18 04:19:49] "GET /obj-perms HTTP/1.1" 200 5044 0.059571
10.0.0.23 - - [2026-05-18 04:19:49] "GET /obj-perms HTTP/1.1" 200 5044 0.004215
10.0.0.22 - - [2026-05-18 04:19:50] "GET /obj-perms HTTP/1.1" 200 5044 0.003929
10.0.0.240 - - [2026-05-18 04:19:50] "GET /obj-perms HTTP/1.1" 200 5044 0.005517
10.0.0.23 - - [2026-05-18 04:19:50] "POST /neutron/port HTTP/1.1" 200 1126 0.025205
10.0.0.23 - - [2026-05-18 04:19:50] "POST /neutron/security_group HTTP/1.1" 200 2065 0.009113
10.0.0.23 - - [2026-05-18 04:19:50] "POST /neutron/port HTTP/1.1" 200 1126 0.025512
10.0.0.23 - - [2026-05-18 04:19:50] "GET /virtual-machine/90728411-8514-40f9-9dbf-1014fdbf45f5 HTTP/1.1" 200 1302 0.007233
10.0.0.23 - - [2026-05-18 04:19:50] "GET /virtual-machine/90728411-8514-40f9-9dbf-1014fdbf45f5 HTTP/1.1" 200 1302 0.004420
10.0.0.23 - - [2026-05-18 04:19:50] "GET /virtual-machine-interface/eb7f9cb1-55b7-480f-9c7f-b2b34dedffe9 HTTP/1.1" 200 2956 0.005885
10.0.0.23 - - [2026-05-18 04:19:50] "GET /virtual-machine/90728411-8514-40f9-9dbf-1014fdbf45f5 HTTP/1.1" 200 1302 0.004897
10.0.0.23 - - [2026-05-18 04:19:50] "GET /virtual-machine-interface/eb7f9cb1-55b7-480f-9c7f-b2b34dedffe9 HTTP/1.1" 200 2956 0.007919
10.0.0.23 - - [2026-05-18 04:19:50] "GET /instance-ip/ac996063-cbfe-442e-b66d-4aea44e7111b HTTP/1.1" 200 1624 0.006714
10.0.0.23 - - [2026-05-18 04:19:50] "GET /virtual-machine/90728411-8514-40f9-9dbf-1014fdbf45f5 HTTP/1.1" 200 1302 0.005370
10.0.0.23 - - [2026-05-18 04:19:50] "GET /virtual-machine-interface/eb7f9cb1-55b7-480f-9c7f-b2b34dedffe9 HTTP/1.1" 200 2956 0.006850
10.0.0.23 - - [2026-05-18 04:19:50] "GET /instance-ip/ac996063-cbfe-442e-b66d-4aea44e7111b HTTP/1.1" 200 1624 0.005219
10.0.0.23 - - [2026-05-18 04:19:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005547
10.0.0.23 - - [2026-05-18 04:19:50] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.008028
10.0.0.23 - - [2026-05-18 04:19:50] "GET /virtual-networks?parent_id=8e40a9ed-97e8-4c4c-931f-efeeb2423648&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.005845
10.0.0.23 - - [2026-05-18 04:19:50] "GET /virtual-network/f7562150-b03f-4cc2-b23b-4d8e878f0ddd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006352
10.0.0.23 - - [2026-05-18 04:19:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004963
10.0.0.23 - - [2026-05-18 04:19:50] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004852
10.0.0.23 - - [2026-05-18 04:19:50] "GET /virtual-networks?parent_id=8e40a9ed-97e8-4c4c-931f-efeeb2423648&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.005868
10.0.0.23 - - [2026-05-18 04:19:50] "GET /virtual-network/f7562150-b03f-4cc2-b23b-4d8e878f0ddd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006872
10.0.0.23 - - [2026-05-18 04:19:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003729
10.0.0.23 - - [2026-05-18 04:19:50] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005862
10.0.0.23 - - [2026-05-18 04:19:50] "GET /virtual-networks?parent_id=8e40a9ed-97e8-4c4c-931f-efeeb2423648&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004803
10.0.0.23 - - [2026-05-18 04:19:51] "GET /virtual-network/f7562150-b03f-4cc2-b23b-4d8e878f0ddd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.007927
10.0.0.23 - - [2026-05-18 04:19:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004289
10.0.0.23 - - [2026-05-18 04:19:51] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004057
10.0.0.23 - - [2026-05-18 04:19:51] "GET /virtual-networks?parent_id=8e40a9ed-97e8-4c4c-931f-efeeb2423648&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004003
10.0.0.23 - - [2026-05-18 04:19:51] "GET /virtual-network/f7562150-b03f-4cc2-b23b-4d8e878f0ddd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.009475
10.0.0.23 - - [2026-05-18 04:19:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005733
10.0.0.23 - - [2026-05-18 04:19:51] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005654
10.0.0.23 - - [2026-05-18 04:19:51] "GET /virtual-networks?parent_id=8e40a9ed-97e8-4c4c-931f-efeeb2423648&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004164
10.0.0.23 - - [2026-05-18 04:19:51] "GET /virtual-network/f7562150-b03f-4cc2-b23b-4d8e878f0ddd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.007676
10.0.0.23 - - [2026-05-18 04:19:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.008235
10.0.0.23 - - [2026-05-18 04:19:51] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005227
10.0.0.23 - - [2026-05-18 04:19:51] "GET /virtual-networks?parent_id=8e40a9ed-97e8-4c4c-931f-efeeb2423648&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004075
10.0.0.23 - - [2026-05-18 04:19:51] "GET /virtual-network/f7562150-b03f-4cc2-b23b-4d8e878f0ddd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.007752
10.0.0.23 - - [2026-05-18 04:19:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004568
10.0.0.23 - - [2026-05-18 04:19:51] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005319
10.0.0.23 - - [2026-05-18 04:19:51] "GET /virtual-networks?parent_id=8e40a9ed-97e8-4c4c-931f-efeeb2423648&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004848
10.0.0.23 - - [2026-05-18 04:19:51] "GET /virtual-network/f7562150-b03f-4cc2-b23b-4d8e878f0ddd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.007068
10.0.0.23 - - [2026-05-18 04:19:53] "POST /neutron/port HTTP/1.1" 200 1106 0.021296
10.0.0.23 - - [2026-05-18 04:19:53] "POST /neutron/subnet HTTP/1.1" 200 694 0.010586
10.0.0.23 - - [2026-05-18 04:19:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003548
10.0.0.23 - - [2026-05-18 04:19:54] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004340
10.0.0.23 - - [2026-05-18 04:19:54] "GET /virtual-networks?parent_id=8e40a9ed-97e8-4c4c-931f-efeeb2423648&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003978
10.0.0.23 - - [2026-05-18 04:19:54] "GET /virtual-network/f7562150-b03f-4cc2-b23b-4d8e878f0ddd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.014944
10.0.0.23 - - [2026-05-18 04:19:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004263
10.0.0.23 - - [2026-05-18 04:19:55] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003926
10.0.0.23 - - [2026-05-18 04:19:55] "GET /virtual-networks?parent_id=8e40a9ed-97e8-4c4c-931f-efeeb2423648&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003469
10.0.0.23 - - [2026-05-18 04:19:55] "GET /virtual-network/f7562150-b03f-4cc2-b23b-4d8e878f0ddd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.007039
10.0.0.23 - - [2026-05-18 04:19:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005092
10.0.0.23 - - [2026-05-18 04:19:55] "GET /routing-instance/35b65ff6-b3e4-45fd-8354-ff74936cde12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.005738
10.0.0.23 - - [2026-05-18 04:19:55] "GET /route-target/c59e4023-45e4-4dbe-b62e-73a4d25b79d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.006196
10.0.0.23 - - [2026-05-18 04:19:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005280
10.0.0.23 - - [2026-05-18 04:19:55] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005749
10.0.0.23 - - [2026-05-18 04:19:55] "GET /virtual-networks?parent_id=8e40a9ed-97e8-4c4c-931f-efeeb2423648&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003619
10.0.0.23 - - [2026-05-18 04:19:55] "GET /virtual-network/f7562150-b03f-4cc2-b23b-4d8e878f0ddd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.007971
10.0.0.23 - - [2026-05-18 04:19:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003750
10.0.0.23 - - [2026-05-18 04:19:55] "GET /routing-instance/35b65ff6-b3e4-45fd-8354-ff74936cde12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.005303
10.0.0.23 - - [2026-05-18 04:19:55] "GET /route-target/c59e4023-45e4-4dbe-b62e-73a4d25b79d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004176
10.0.0.23 - - [2026-05-18 04:19:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004129
10.0.0.23 - - [2026-05-18 04:19:55] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005284
10.0.0.23 - - [2026-05-18 04:19:55] "GET /virtual-networks?parent_id=8e40a9ed-97e8-4c4c-931f-efeeb2423648&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004599
10.0.0.23 - - [2026-05-18 04:19:55] "GET /virtual-network/f7562150-b03f-4cc2-b23b-4d8e878f0ddd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.008600
10.0.0.23 - - [2026-05-18 04:19:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004084
10.0.0.23 - - [2026-05-18 04:19:55] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004480
10.0.0.23 - - [2026-05-18 04:19:55] "GET /virtual-networks?parent_id=8e40a9ed-97e8-4c4c-931f-efeeb2423648&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003672
10.0.0.23 - - [2026-05-18 04:19:55] "GET /virtual-network/f7562150-b03f-4cc2-b23b-4d8e878f0ddd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.005989
10.0.0.23 - - [2026-05-18 04:19:55] "GET /obj-perms HTTP/1.1" 200 5044 0.003986
10.0.0.240 - - [2026-05-18 04:19:56] "GET /obj-perms HTTP/1.1" 200 5044 0.006421
10.0.0.23 - - [2026-05-18 04:19:56] "GET /obj-perms HTTP/1.1" 200 5044 0.005231
10.0.0.23 - - [2026-05-18 04:19:56] "GET /obj-perms HTTP/1.1" 200 5044 0.003856
10.0.0.23 - - [2026-05-18 04:19:56] "GET /virtual-machine/2dbd7ef9-a139-4ec5-b1f1-114965b6b575 HTTP/1.1" 200 1301 0.005086
10.0.0.23 - - [2026-05-18 04:19:56] "GET /virtual-machine-interface/093fddba-2e44-41f1-a950-8cb562f6eb2b HTTP/1.1" 200 2954 0.007328
10.0.0.23 - - [2026-05-18 04:19:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003703
10.0.0.23 - - [2026-05-18 04:19:56] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004178
10.0.0.23 - - [2026-05-18 04:19:56] "GET /virtual-networks?parent_id=8e40a9ed-97e8-4c4c-931f-efeeb2423648&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003346
10.0.0.23 - - [2026-05-18 04:19:56] "GET /virtual-network/f7562150-b03f-4cc2-b23b-4d8e878f0ddd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.009377
10.0.0.23 - - [2026-05-18 04:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004798
10.0.0.23 - - [2026-05-18 04:19:57] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003977
10.0.0.23 - - [2026-05-18 04:19:57] "GET /virtual-networks?parent_id=8e40a9ed-97e8-4c4c-931f-efeeb2423648&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004128
10.0.0.23 - - [2026-05-18 04:19:57] "GET /virtual-network/f7562150-b03f-4cc2-b23b-4d8e878f0ddd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.007383
10.0.0.23 - - [2026-05-18 04:19:57] "POST /neutron/port HTTP/1.1" 200 1126 0.021687
10.0.0.23 - - [2026-05-18 04:19:59] "POST /neutron/security_group HTTP/1.1" 200 2065 0.038390
10.0.0.23 - - [2026-05-18 04:20:08] "POST /neutron/port HTTP/1.1" 200 1126 0.028285
10.0.0.23 - - [2026-05-18 04:20:09] "POST /neutron/security_group HTTP/1.1" 200 2065 0.012455
10.0.0.23 - - [2026-05-18 04:20:13] "GET /virtual-machine/90728411-8514-40f9-9dbf-1014fdbf45f5 HTTP/1.1" 200 1302 0.005513
10.0.0.23 - - [2026-05-18 04:20:13] "GET /virtual-machine-interface/eb7f9cb1-55b7-480f-9c7f-b2b34dedffe9 HTTP/1.1" 200 2956 0.007034
10.0.0.23 - - [2026-05-18 04:20:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004717
10.0.0.23 - - [2026-05-18 04:20:13] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005892
10.0.0.23 - - [2026-05-18 04:20:13] "GET /virtual-networks?parent_id=8e40a9ed-97e8-4c4c-931f-efeeb2423648&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003895
10.0.0.23 - - [2026-05-18 04:20:13] "GET /virtual-network/f7562150-b03f-4cc2-b23b-4d8e878f0ddd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.007200
10.0.0.23 - - [2026-05-18 04:20:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004135
10.0.0.23 - - [2026-05-18 04:20:14] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005855
10.0.0.23 - - [2026-05-18 04:20:14] "GET /virtual-networks?parent_id=8e40a9ed-97e8-4c4c-931f-efeeb2423648&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004271
10.0.0.23 - - [2026-05-18 04:20:14] "GET /virtual-network/f7562150-b03f-4cc2-b23b-4d8e878f0ddd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.008051
10.0.0.23 - - [2026-05-18 04:20:19] "POST /neutron/port HTTP/1.1" 200 1126 0.026208
10.0.0.23 - - [2026-05-18 04:20:45] "POST /neutron/port HTTP/1.1" 200 1217 0.053813
10.0.0.23 - - [2026-05-18 04:20:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004011
10.0.0.23 - - [2026-05-18 04:20:45] "POST /neutron/port HTTP/1.1" 200 117 0.001444
10.0.0.23 - - [2026-05-18 04:20:54] "POST /neutron/port HTTP/1.1" 200 1217 0.019166
10.0.0.23 - - [2026-05-18 04:20:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004269
10.0.0.23 - - [2026-05-18 04:20:54] "POST /neutron/port HTTP/1.1" 200 117 0.001167
10.0.0.22 - - [2026-05-18 04:21:27] "GET /obj-perms HTTP/1.1" 200 5056 0.068533
10.0.0.23 - - [2026-05-18 04:21:47] "POST /neutron/port HTTP/1.1" 200 1106 0.021663
10.0.0.23 - - [2026-05-18 04:21:47] "POST /neutron/subnet HTTP/1.1" 200 694 0.010341
10.0.0.22 - - [2026-05-18 04:21:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000692
10.0.0.22 - - [2026-05-18 04:21:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000485
10.0.0.240 - - [2026-05-18 04:21:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000353
10.0.0.240 - - [2026-05-18 04:21:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000376
10.0.0.23 - - [2026-05-18 04:21:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000539
10.0.0.23 - - [2026-05-18 04:21:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000571
10.0.0.22 - - [2026-05-18 04:21:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000426
10.0.0.22 - - [2026-05-18 04:21:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000624
10.0.0.240 - - [2026-05-18 04:21:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000397
10.0.0.240 - - [2026-05-18 04:21:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000795
10.0.0.23 - - [2026-05-18 04:21:57] "GET /global-system-configs HTTP/1.1" 401 292 0.001503
10.0.0.23 - - [2026-05-18 04:21:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000383
10.0.0.23 - - [2026-05-18 04:21:57] "POST /neutron/port HTTP/1.1" 200 1106 0.051944
10.0.0.23 - - [2026-05-18 04:21:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004390
10.0.0.23 - - [2026-05-18 04:21:57] "POST /neutron/network HTTP/1.1" 200 926 0.009126
10.0.0.23 - - [2026-05-18 04:22:15] "GET /virtual-machine/2dbd7ef9-a139-4ec5-b1f1-114965b6b575 HTTP/1.1" 200 1301 0.004556
10.0.0.23 - - [2026-05-18 04:22:15] "GET /virtual-machine-interface/093fddba-2e44-41f1-a950-8cb562f6eb2b HTTP/1.1" 200 2954 0.008111
10.0.0.23 - - [2026-05-18 04:22:15] "GET /virtual-machine/2dbd7ef9-a139-4ec5-b1f1-114965b6b575 HTTP/1.1" 200 1301 0.004880
10.0.0.23 - - [2026-05-18 04:22:15] "GET /virtual-machine-interface/093fddba-2e44-41f1-a950-8cb562f6eb2b HTTP/1.1" 200 2954 0.006210
10.0.0.23 - - [2026-05-18 04:22:15] "GET /instance-ip/027058ef-c48e-4282-a47a-73bc2b382748 HTTP/1.1" 200 1622 0.005804
10.0.0.23 - - [2026-05-18 04:22:15] "GET /virtual-machine/2dbd7ef9-a139-4ec5-b1f1-114965b6b575 HTTP/1.1" 200 1301 0.004199
10.0.0.23 - - [2026-05-18 04:22:15] "GET /virtual-machine-interface/093fddba-2e44-41f1-a950-8cb562f6eb2b HTTP/1.1" 200 2954 0.006769
10.0.0.23 - - [2026-05-18 04:22:15] "GET /instance-ip/027058ef-c48e-4282-a47a-73bc2b382748 HTTP/1.1" 200 1622 0.004818
10.0.0.23 - - [2026-05-18 04:22:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004627
10.0.0.23 - - [2026-05-18 04:22:15] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004688
10.0.0.23 - - [2026-05-18 04:22:15] "GET /virtual-networks?parent_id=8e40a9ed-97e8-4c4c-931f-efeeb2423648&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004499
10.0.0.23 - - [2026-05-18 04:22:15] "GET /virtual-network/f7562150-b03f-4cc2-b23b-4d8e878f0ddd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006498
10.0.0.23 - - [2026-05-18 04:22:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003736
10.0.0.23 - - [2026-05-18 04:22:15] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006008
10.0.0.23 - - [2026-05-18 04:22:15] "GET /virtual-networks?parent_id=8e40a9ed-97e8-4c4c-931f-efeeb2423648&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003269
10.0.0.23 - - [2026-05-18 04:22:15] "GET /virtual-network/f7562150-b03f-4cc2-b23b-4d8e878f0ddd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.010428
10.0.0.23 - - [2026-05-18 04:22:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005070
10.0.0.23 - - [2026-05-18 04:22:15] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005555
10.0.0.23 - - [2026-05-18 04:22:16] "GET /virtual-networks?parent_id=8e40a9ed-97e8-4c4c-931f-efeeb2423648&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004415
10.0.0.23 - - [2026-05-18 04:22:16] "GET /virtual-network/f7562150-b03f-4cc2-b23b-4d8e878f0ddd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.007478
10.0.0.23 - - [2026-05-18 04:22:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.005244
10.0.0.23 - - [2026-05-18 04:22:16] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.009336
10.0.0.23 - - [2026-05-18 04:22:16] "GET /virtual-networks?parent_id=8e40a9ed-97e8-4c4c-931f-efeeb2423648&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004433
10.0.0.23 - - [2026-05-18 04:22:16] "GET /virtual-network/f7562150-b03f-4cc2-b23b-4d8e878f0ddd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.008920
10.0.0.23 - - [2026-05-18 04:22:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.005365
10.0.0.23 - - [2026-05-18 04:22:16] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005245
10.0.0.23 - - [2026-05-18 04:22:16] "GET /virtual-networks?parent_id=8e40a9ed-97e8-4c4c-931f-efeeb2423648&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004718
10.0.0.23 - - [2026-05-18 04:22:16] "GET /virtual-network/f7562150-b03f-4cc2-b23b-4d8e878f0ddd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.007710
10.0.0.23 - - [2026-05-18 04:22:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.005151
10.0.0.23 - - [2026-05-18 04:22:16] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004680
10.0.0.23 - - [2026-05-18 04:22:16] "GET /virtual-networks?parent_id=8e40a9ed-97e8-4c4c-931f-efeeb2423648&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003858
10.0.0.23 - - [2026-05-18 04:22:16] "GET /virtual-network/f7562150-b03f-4cc2-b23b-4d8e878f0ddd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.007107
10.0.0.23 - - [2026-05-18 04:22:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.005382
10.0.0.23 - - [2026-05-18 04:22:16] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006957
10.0.0.23 - - [2026-05-18 04:22:16] "GET /virtual-networks?parent_id=8e40a9ed-97e8-4c4c-931f-efeeb2423648&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004220
10.0.0.23 - - [2026-05-18 04:22:16] "GET /virtual-network/f7562150-b03f-4cc2-b23b-4d8e878f0ddd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.008958
10.0.0.23 - - [2026-05-18 04:22:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003919
10.0.0.23 - - [2026-05-18 04:22:17] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005262
10.0.0.23 - - [2026-05-18 04:22:17] "GET /virtual-networks?parent_id=8e40a9ed-97e8-4c4c-931f-efeeb2423648&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.005927
10.0.0.23 - - [2026-05-18 04:22:17] "GET /virtual-network/f7562150-b03f-4cc2-b23b-4d8e878f0ddd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.008930
10.0.0.23 - - [2026-05-18 04:22:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.005171
10.0.0.23 - - [2026-05-18 04:22:18] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004339
10.0.0.23 - - [2026-05-18 04:22:18] "GET /virtual-networks?parent_id=8e40a9ed-97e8-4c4c-931f-efeeb2423648&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.007462
10.0.0.23 - - [2026-05-18 04:22:18] "GET /virtual-network/f7562150-b03f-4cc2-b23b-4d8e878f0ddd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.008290
10.0.0.23 - - [2026-05-18 04:22:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.005119
10.0.0.23 - - [2026-05-18 04:22:18] "GET /routing-instance/35b65ff6-b3e4-45fd-8354-ff74936cde12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.006338
10.0.0.23 - - [2026-05-18 04:22:18] "GET /route-target/c59e4023-45e4-4dbe-b62e-73a4d25b79d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.008286
10.0.0.23 - - [2026-05-18 04:22:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004450
10.0.0.23 - - [2026-05-18 04:22:18] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004584
10.0.0.23 - - [2026-05-18 04:22:18] "GET /virtual-networks?parent_id=8e40a9ed-97e8-4c4c-931f-efeeb2423648&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.005196
10.0.0.23 - - [2026-05-18 04:22:18] "GET /virtual-network/f7562150-b03f-4cc2-b23b-4d8e878f0ddd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.005764
10.0.0.23 - - [2026-05-18 04:22:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003730
10.0.0.23 - - [2026-05-18 04:22:18] "GET /routing-instance/35b65ff6-b3e4-45fd-8354-ff74936cde12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.005683
10.0.0.23 - - [2026-05-18 04:22:18] "GET /route-target/c59e4023-45e4-4dbe-b62e-73a4d25b79d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004721
10.0.0.23 - - [2026-05-18 04:22:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004616
10.0.0.23 - - [2026-05-18 04:22:18] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005607
10.0.0.23 - - [2026-05-18 04:22:18] "GET /virtual-networks?parent_id=8e40a9ed-97e8-4c4c-931f-efeeb2423648&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004174
10.0.0.23 - - [2026-05-18 04:22:18] "GET /virtual-network/f7562150-b03f-4cc2-b23b-4d8e878f0ddd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.007738
10.0.0.23 - - [2026-05-18 04:22:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.006626
10.0.0.23 - - [2026-05-18 04:22:18] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006303
10.0.0.23 - - [2026-05-18 04:22:18] "GET /virtual-networks?parent_id=8e40a9ed-97e8-4c4c-931f-efeeb2423648&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003787
10.0.0.23 - - [2026-05-18 04:22:18] "GET /virtual-network/f7562150-b03f-4cc2-b23b-4d8e878f0ddd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.008061
10.0.0.23 - - [2026-05-18 04:22:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004019
10.0.0.23 - - [2026-05-18 04:22:18] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005707
10.0.0.23 - - [2026-05-18 04:22:18] "GET /virtual-networks?parent_id=8e40a9ed-97e8-4c4c-931f-efeeb2423648&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003860
10.0.0.23 - - [2026-05-18 04:22:18] "GET /virtual-network/f7562150-b03f-4cc2-b23b-4d8e878f0ddd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006288
10.0.0.240 - - [2026-05-18 04:22:19] "GET /obj-perms HTTP/1.1" 200 5044 0.004004
10.0.0.240 - - [2026-05-18 04:22:25] "GET /obj-perms HTTP/1.1" 200 5044 0.004799
10.0.0.23 - - [2026-05-18 04:22:28] "GET /obj-perms HTTP/1.1" 200 5056 0.083222
10.0.0.23 - - [2026-05-18 04:22:28] "GET /virtual-router/65c6b2f1-4088-40c2-9961-fd763ef5ab25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1247 0.006133
10.0.0.240 - - [2026-05-18 04:22:29] "GET /obj-perms HTTP/1.1" 200 5044 0.004860
10.0.0.240 - - [2026-05-18 04:22:33] "GET /obj-perms HTTP/1.1" 200 5044 0.003970
10.0.0.23 - - [2026-05-18 04:22:33] "GET /obj-perms HTTP/1.1" 200 5044 0.005224
10.0.0.23 - - [2026-05-18 04:22:33] "GET /obj-perms HTTP/1.1" 200 5044 0.004372
10.0.0.22 - - [2026-05-18 04:22:33] "GET /obj-perms HTTP/1.1" 200 5044 0.004137
10.0.0.23 - - [2026-05-18 04:22:33] "POST /neutron/port HTTP/1.1" 200 1126 0.020767
10.0.0.23 - - [2026-05-18 04:22:33] "GET /virtual-machine/90728411-8514-40f9-9dbf-1014fdbf45f5 HTTP/1.1" 200 1302 0.005603
10.0.0.23 - - [2026-05-18 04:22:33] "GET /virtual-machine-interface/eb7f9cb1-55b7-480f-9c7f-b2b34dedffe9 HTTP/1.1" 200 2956 0.007196
10.0.0.23 - - [2026-05-18 04:22:33] "GET /virtual-machine/90728411-8514-40f9-9dbf-1014fdbf45f5 HTTP/1.1" 200 1302 0.007669
10.0.0.23 - - [2026-05-18 04:22:33] "GET /virtual-machine-interface/eb7f9cb1-55b7-480f-9c7f-b2b34dedffe9 HTTP/1.1" 200 2956 0.006252
10.0.0.23 - - [2026-05-18 04:22:33] "GET /instance-ip/ac996063-cbfe-442e-b66d-4aea44e7111b HTTP/1.1" 200 1624 0.004687
10.0.0.23 - - [2026-05-18 04:22:33] "GET /virtual-machine/90728411-8514-40f9-9dbf-1014fdbf45f5 HTTP/1.1" 200 1302 0.004471
10.0.0.23 - - [2026-05-18 04:22:33] "GET /virtual-machine-interface/eb7f9cb1-55b7-480f-9c7f-b2b34dedffe9 HTTP/1.1" 200 2956 0.009837
10.0.0.23 - - [2026-05-18 04:22:33] "GET /instance-ip/ac996063-cbfe-442e-b66d-4aea44e7111b HTTP/1.1" 200 1624 0.004248
10.0.0.23 - - [2026-05-18 04:22:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003748
10.0.0.23 - - [2026-05-18 04:22:33] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004330
10.0.0.23 - - [2026-05-18 04:22:33] "GET /virtual-networks?parent_id=8e40a9ed-97e8-4c4c-931f-efeeb2423648&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003356
10.0.0.23 - - [2026-05-18 04:22:33] "GET /virtual-network/f7562150-b03f-4cc2-b23b-4d8e878f0ddd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.010297
10.0.0.23 - - [2026-05-18 04:22:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003775
10.0.0.23 - - [2026-05-18 04:22:33] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004838
10.0.0.23 - - [2026-05-18 04:22:33] "GET /virtual-networks?parent_id=8e40a9ed-97e8-4c4c-931f-efeeb2423648&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004889
10.0.0.23 - - [2026-05-18 04:22:33] "GET /virtual-network/f7562150-b03f-4cc2-b23b-4d8e878f0ddd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.011266
10.0.0.23 - - [2026-05-18 04:22:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004095
10.0.0.23 - - [2026-05-18 04:22:34] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005623
10.0.0.23 - - [2026-05-18 04:22:34] "GET /virtual-networks?parent_id=8e40a9ed-97e8-4c4c-931f-efeeb2423648&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003875
10.0.0.23 - - [2026-05-18 04:22:34] "GET /virtual-network/f7562150-b03f-4cc2-b23b-4d8e878f0ddd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.007720
10.0.0.23 - - [2026-05-18 04:22:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003974
10.0.0.23 - - [2026-05-18 04:22:34] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006735
10.0.0.23 - - [2026-05-18 04:22:34] "GET /virtual-networks?parent_id=8e40a9ed-97e8-4c4c-931f-efeeb2423648&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004189
10.0.0.23 - - [2026-05-18 04:22:34] "GET /virtual-network/f7562150-b03f-4cc2-b23b-4d8e878f0ddd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.010166
10.0.0.23 - - [2026-05-18 04:22:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004051
10.0.0.23 - - [2026-05-18 04:22:34] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004822
10.0.0.23 - - [2026-05-18 04:22:34] "GET /virtual-networks?parent_id=8e40a9ed-97e8-4c4c-931f-efeeb2423648&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004678
10.0.0.23 - - [2026-05-18 04:22:34] "GET /virtual-network/f7562150-b03f-4cc2-b23b-4d8e878f0ddd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.008039
10.0.0.23 - - [2026-05-18 04:22:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003828
10.0.0.23 - - [2026-05-18 04:22:34] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005201
10.0.0.23 - - [2026-05-18 04:22:34] "GET /virtual-networks?parent_id=8e40a9ed-97e8-4c4c-931f-efeeb2423648&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004182
10.0.0.23 - - [2026-05-18 04:22:34] "GET /virtual-network/f7562150-b03f-4cc2-b23b-4d8e878f0ddd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.008710
10.0.0.23 - - [2026-05-18 04:22:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004810
10.0.0.23 - - [2026-05-18 04:22:34] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005079
10.0.0.23 - - [2026-05-18 04:22:34] "GET /virtual-networks?parent_id=8e40a9ed-97e8-4c4c-931f-efeeb2423648&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.005346
10.0.0.23 - - [2026-05-18 04:22:34] "GET /virtual-network/f7562150-b03f-4cc2-b23b-4d8e878f0ddd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.007951
10.0.0.23 - - [2026-05-18 04:22:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004681
10.0.0.23 - - [2026-05-18 04:22:35] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005809
10.0.0.23 - - [2026-05-18 04:22:35] "GET /virtual-networks?parent_id=8e40a9ed-97e8-4c4c-931f-efeeb2423648&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.005211
10.0.0.23 - - [2026-05-18 04:22:35] "GET /virtual-network/f7562150-b03f-4cc2-b23b-4d8e878f0ddd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.009542
10.0.0.23 - - [2026-05-18 04:22:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004050
10.0.0.23 - - [2026-05-18 04:22:36] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006927
10.0.0.23 - - [2026-05-18 04:22:36] "GET /virtual-networks?parent_id=8e40a9ed-97e8-4c4c-931f-efeeb2423648&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004554
10.0.0.23 - - [2026-05-18 04:22:36] "GET /virtual-network/f7562150-b03f-4cc2-b23b-4d8e878f0ddd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.011637
10.0.0.23 - - [2026-05-18 04:22:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004218
10.0.0.23 - - [2026-05-18 04:22:36] "GET /routing-instance/35b65ff6-b3e4-45fd-8354-ff74936cde12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.005000
10.0.0.23 - - [2026-05-18 04:22:36] "GET /route-target/c59e4023-45e4-4dbe-b62e-73a4d25b79d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.005959
10.0.0.23 - - [2026-05-18 04:22:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.005158
10.0.0.23 - - [2026-05-18 04:22:36] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004257
10.0.0.23 - - [2026-05-18 04:22:36] "GET /virtual-networks?parent_id=8e40a9ed-97e8-4c4c-931f-efeeb2423648&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003611
10.0.0.23 - - [2026-05-18 04:22:36] "GET /virtual-network/f7562150-b03f-4cc2-b23b-4d8e878f0ddd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006794
10.0.0.23 - - [2026-05-18 04:22:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004293
10.0.0.23 - - [2026-05-18 04:22:36] "GET /routing-instance/35b65ff6-b3e4-45fd-8354-ff74936cde12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.005458
10.0.0.23 - - [2026-05-18 04:22:36] "GET /route-target/c59e4023-45e4-4dbe-b62e-73a4d25b79d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.005405
10.0.0.23 - - [2026-05-18 04:22:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004865
10.0.0.23 - - [2026-05-18 04:22:36] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005121
10.0.0.23 - - [2026-05-18 04:22:36] "GET /virtual-networks?parent_id=8e40a9ed-97e8-4c4c-931f-efeeb2423648&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003645
10.0.0.23 - - [2026-05-18 04:22:36] "GET /virtual-network/f7562150-b03f-4cc2-b23b-4d8e878f0ddd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.009009
10.0.0.23 - - [2026-05-18 04:22:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.005660
10.0.0.23 - - [2026-05-18 04:22:36] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006302
10.0.0.23 - - [2026-05-18 04:22:36] "GET /virtual-networks?parent_id=8e40a9ed-97e8-4c4c-931f-efeeb2423648&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003392
10.0.0.23 - - [2026-05-18 04:22:36] "GET /virtual-network/f7562150-b03f-4cc2-b23b-4d8e878f0ddd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.007479
10.0.0.23 - - [2026-05-18 04:22:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004257
10.0.0.23 - - [2026-05-18 04:22:36] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004605
10.0.0.23 - - [2026-05-18 04:22:36] "GET /virtual-networks?parent_id=8e40a9ed-97e8-4c4c-931f-efeeb2423648&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004433
10.0.0.23 - - [2026-05-18 04:22:37] "GET /virtual-network/f7562150-b03f-4cc2-b23b-4d8e878f0ddd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.010632
10.0.0.240 - - [2026-05-18 04:22:37] "GET /obj-perms HTTP/1.1" 200 5044 0.005013
10.0.0.23 - - [2026-05-18 04:22:37] "GET /obj-perms HTTP/1.1" 200 5044 0.003771
10.0.0.23 - - [2026-05-18 04:22:37] "GET /obj-perms HTTP/1.1" 200 5044 0.006106
10.0.0.22 - - [2026-05-18 04:22:37] "GET /obj-perms HTTP/1.1" 200 5044 0.007902
10.0.0.240 - - [2026-05-18 04:22:37] "GET /obj-perms HTTP/1.1" 200 5044 0.006291
10.0.0.23 - - [2026-05-18 04:22:47] "POST /neutron/port HTTP/1.1" 200 1126 0.025468
10.0.0.23 - - [2026-05-18 04:22:47] "POST /neutron/subnet HTTP/1.1" 200 675 0.011281
10.0.0.23 - - [2026-05-18 04:22:57] "POST /neutron/port HTTP/1.1" 200 1126 0.022309
10.0.0.23 - - [2026-05-18 04:22:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005272
10.0.0.23 - - [2026-05-18 04:22:57] "POST /neutron/network HTTP/1.1" 200 808 0.009282
10.0.0.23 - - [2026-05-18 04:22:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003634
10.0.0.23 - - [2026-05-18 04:22:57] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003748
10.0.0.23 - - [2026-05-18 04:22:57] "GET /virtual-networks?parent_id=8e40a9ed-97e8-4c4c-931f-efeeb2423648&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003515
10.0.0.23 - - [2026-05-18 04:22:57] "GET /virtual-network/f7562150-b03f-4cc2-b23b-4d8e878f0ddd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.009255
10.0.0.23 - - [2026-05-18 04:22:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004704
10.0.0.23 - - [2026-05-18 04:22:58] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005051
10.0.0.23 - - [2026-05-18 04:22:58] "GET /virtual-networks?parent_id=8e40a9ed-97e8-4c4c-931f-efeeb2423648&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003999
10.0.0.23 - - [2026-05-18 04:22:58] "GET /virtual-network/f7562150-b03f-4cc2-b23b-4d8e878f0ddd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.007145
10.0.0.23 - - [2026-05-18 04:23:14] "GET /virtual-machine/90728411-8514-40f9-9dbf-1014fdbf45f5 HTTP/1.1" 200 1302 0.005057
10.0.0.23 - - [2026-05-18 04:23:14] "GET /virtual-machine-interface/eb7f9cb1-55b7-480f-9c7f-b2b34dedffe9 HTTP/1.1" 200 2956 0.007151
10.0.0.23 - - [2026-05-18 04:23:14] "GET /instance-ip/ac996063-cbfe-442e-b66d-4aea44e7111b HTTP/1.1" 200 1624 0.005305
10.0.0.23 - - [2026-05-18 04:23:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003883
10.0.0.23 - - [2026-05-18 04:23:14] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003909
10.0.0.23 - - [2026-05-18 04:23:14] "GET /virtual-networks?parent_id=8e40a9ed-97e8-4c4c-931f-efeeb2423648&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002993
10.0.0.23 - - [2026-05-18 04:23:14] "GET /virtual-network/f7562150-b03f-4cc2-b23b-4d8e878f0ddd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.007258
10.0.0.23 - - [2026-05-18 04:23:18] "GET /virtual-machine/90728411-8514-40f9-9dbf-1014fdbf45f5 HTTP/1.1" 200 1302 0.006956
10.0.0.23 - - [2026-05-18 04:23:18] "POST /neutron/port HTTP/1.1" 200 151 0.206472
10.0.0.23 - - [2026-05-18 04:23:20] "GET /virtual-machine/90728411-8514-40f9-9dbf-1014fdbf45f5 HTTP/1.1" 404 171 0.004129
10.0.0.23 - - [2026-05-18 04:23:20] "GET /virtual-machine/90728411-8514-40f9-9dbf-1014fdbf45f5 HTTP/1.1" 404 171 0.005415
10.0.0.23 - - [2026-05-18 04:23:20] "GET /virtual-machine/90728411-8514-40f9-9dbf-1014fdbf45f5 HTTP/1.1" 404 171 0.003749
10.0.0.23 - - [2026-05-18 04:23:21] "GET /virtual-machine/90728411-8514-40f9-9dbf-1014fdbf45f5 HTTP/1.1" 404 171 0.004784
10.0.0.23 - - [2026-05-18 04:23:22] "GET /virtual-machine/90728411-8514-40f9-9dbf-1014fdbf45f5 HTTP/1.1" 404 171 0.004589
10.0.0.23 - - [2026-05-18 04:23:23] "GET /virtual-machine/90728411-8514-40f9-9dbf-1014fdbf45f5 HTTP/1.1" 404 171 0.003880
10.0.0.23 - - [2026-05-18 04:23:24] "GET /virtual-machine/90728411-8514-40f9-9dbf-1014fdbf45f5 HTTP/1.1" 404 171 0.003213
10.0.0.23 - - [2026-05-18 04:23:25] "GET /virtual-machine/90728411-8514-40f9-9dbf-1014fdbf45f5 HTTP/1.1" 404 171 0.004207
10.0.0.23 - - [2026-05-18 04:23:26] "GET /virtual-machine/90728411-8514-40f9-9dbf-1014fdbf45f5 HTTP/1.1" 404 171 0.004210
10.0.0.23 - - [2026-05-18 04:23:26] "GET /virtual-machine/90728411-8514-40f9-9dbf-1014fdbf45f5 HTTP/1.1" 404 171 0.004594
10.0.0.23 - - [2026-05-18 04:23:27] "GET /virtual-machine/90728411-8514-40f9-9dbf-1014fdbf45f5 HTTP/1.1" 404 171 0.003788
10.0.0.23 - - [2026-05-18 04:23:28] "GET /virtual-machine/90728411-8514-40f9-9dbf-1014fdbf45f5 HTTP/1.1" 404 171 0.003876
10.0.0.23 - - [2026-05-18 04:23:29] "GET /virtual-machine/90728411-8514-40f9-9dbf-1014fdbf45f5 HTTP/1.1" 404 171 0.003622
10.0.0.23 - - [2026-05-18 04:23:30] "GET /virtual-machine/90728411-8514-40f9-9dbf-1014fdbf45f5 HTTP/1.1" 404 171 0.003410
10.0.0.23 - - [2026-05-18 04:23:31] "GET /virtual-machine/90728411-8514-40f9-9dbf-1014fdbf45f5 HTTP/1.1" 404 171 0.003702
10.0.0.23 - - [2026-05-18 04:23:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004841
10.0.0.23 - - [2026-05-18 04:23:31] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004094
10.0.0.23 - - [2026-05-18 04:23:31] "GET /virtual-networks?parent_id=8e40a9ed-97e8-4c4c-931f-efeeb2423648&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003007
10.0.0.23 - - [2026-05-18 04:23:31] "GET /virtual-network/f7562150-b03f-4cc2-b23b-4d8e878f0ddd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.008296
10.0.0.23 - - [2026-05-18 04:23:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004171
10.0.0.23 - - [2026-05-18 04:23:31] "GET /routing-instance/35b65ff6-b3e4-45fd-8354-ff74936cde12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.004503
10.0.0.23 - - [2026-05-18 04:23:31] "GET /route-target/c59e4023-45e4-4dbe-b62e-73a4d25b79d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004589
10.0.0.23 - - [2026-05-18 04:23:31] "GET /virtual-machine/90728411-8514-40f9-9dbf-1014fdbf45f5 HTTP/1.1" 404 171 0.003560
10.0.0.23 - - [2026-05-18 04:23:32] "GET /virtual-machine/90728411-8514-40f9-9dbf-1014fdbf45f5 HTTP/1.1" 404 171 0.005010
10.0.0.23 - - [2026-05-18 04:23:33] "GET /virtual-machine/90728411-8514-40f9-9dbf-1014fdbf45f5 HTTP/1.1" 404 171 0.003312
10.0.0.23 - - [2026-05-18 04:23:34] "GET /virtual-machine/90728411-8514-40f9-9dbf-1014fdbf45f5 HTTP/1.1" 404 171 0.005495
10.0.0.23 - - [2026-05-18 04:23:35] "GET /virtual-machine/90728411-8514-40f9-9dbf-1014fdbf45f5 HTTP/1.1" 404 171 0.003983
10.0.0.23 - - [2026-05-18 04:23:36] "GET /virtual-machine/90728411-8514-40f9-9dbf-1014fdbf45f5 HTTP/1.1" 404 171 0.005588
10.0.0.23 - - [2026-05-18 04:23:36] "GET /virtual-machine/90728411-8514-40f9-9dbf-1014fdbf45f5 HTTP/1.1" 404 171 0.003988
10.0.0.23 - - [2026-05-18 04:23:37] "GET /virtual-machine/90728411-8514-40f9-9dbf-1014fdbf45f5 HTTP/1.1" 404 171 0.004912
10.0.0.23 - - [2026-05-18 04:23:38] "GET /virtual-machine/90728411-8514-40f9-9dbf-1014fdbf45f5 HTTP/1.1" 404 171 0.003604
10.0.0.23 - - [2026-05-18 04:23:39] "GET /virtual-machine/90728411-8514-40f9-9dbf-1014fdbf45f5 HTTP/1.1" 404 171 0.004825
10.0.0.23 - - [2026-05-18 04:23:40] "GET /virtual-machine/90728411-8514-40f9-9dbf-1014fdbf45f5 HTTP/1.1" 404 171 0.003708
10.0.0.23 - - [2026-05-18 04:23:41] "GET /virtual-machine/90728411-8514-40f9-9dbf-1014fdbf45f5 HTTP/1.1" 404 171 0.003455
10.0.0.23 - - [2026-05-18 04:23:41] "GET /obj-perms HTTP/1.1" 200 5044 0.005001
10.0.0.22 - - [2026-05-18 04:23:41] "GET /obj-perms HTTP/1.1" 200 5044 0.005238
10.0.0.23 - - [2026-05-18 04:23:41] "GET /virtual-machine/2dbd7ef9-a139-4ec5-b1f1-114965b6b575 HTTP/1.1" 200 1301 0.005559
10.0.0.23 - - [2026-05-18 04:23:42] "POST /neutron/port HTTP/1.1" 200 151 0.216544
10.0.0.23 - - [2026-05-18 04:23:43] "GET /virtual-machine/2dbd7ef9-a139-4ec5-b1f1-114965b6b575 HTTP/1.1" 404 171 0.004214
10.0.0.23 - - [2026-05-18 04:23:43] "GET /virtual-machine/2dbd7ef9-a139-4ec5-b1f1-114965b6b575 HTTP/1.1" 404 171 0.003054
10.0.0.23 - - [2026-05-18 04:23:43] "GET /virtual-machine/2dbd7ef9-a139-4ec5-b1f1-114965b6b575 HTTP/1.1" 404 171 0.005541
10.0.0.23 - - [2026-05-18 04:23:44] "GET /virtual-machine/2dbd7ef9-a139-4ec5-b1f1-114965b6b575 HTTP/1.1" 404 171 0.005260
10.0.0.23 - - [2026-05-18 04:23:45] "GET /virtual-machine/2dbd7ef9-a139-4ec5-b1f1-114965b6b575 HTTP/1.1" 404 171 0.004564
10.0.0.23 - - [2026-05-18 04:23:46] "GET /virtual-machine/2dbd7ef9-a139-4ec5-b1f1-114965b6b575 HTTP/1.1" 404 171 0.003696
10.0.0.23 - - [2026-05-18 04:23:47] "GET /virtual-machine/2dbd7ef9-a139-4ec5-b1f1-114965b6b575 HTTP/1.1" 404 171 0.004210
10.0.0.23 - - [2026-05-18 04:23:48] "GET /virtual-machine/2dbd7ef9-a139-4ec5-b1f1-114965b6b575 HTTP/1.1" 404 171 0.007209
10.0.0.23 - - [2026-05-18 04:23:49] "GET /virtual-machine/2dbd7ef9-a139-4ec5-b1f1-114965b6b575 HTTP/1.1" 404 171 0.004587
10.0.0.23 - - [2026-05-18 04:23:49] "GET /virtual-machine/2dbd7ef9-a139-4ec5-b1f1-114965b6b575 HTTP/1.1" 404 171 0.002670
10.0.0.23 - - [2026-05-18 04:23:49] "POST /neutron/network HTTP/1.1" 200 1122 0.007148
10.0.0.23 - - [2026-05-18 04:23:49] "POST /neutron/subnet HTTP/1.1" 200 1380 0.016917
10.0.0.23 - - [2026-05-18 04:23:49] "POST /neutron/network HTTP/1.1" 200 1112 0.012827
10.0.0.23 - - [2026-05-18 04:23:50] "GET /virtual-machine/2dbd7ef9-a139-4ec5-b1f1-114965b6b575 HTTP/1.1" 404 171 0.003282
10.0.0.23 - - [2026-05-18 04:23:51] "GET /virtual-machine/2dbd7ef9-a139-4ec5-b1f1-114965b6b575 HTTP/1.1" 404 171 0.003921
10.0.0.23 - - [2026-05-18 04:23:52] "GET /virtual-machine/2dbd7ef9-a139-4ec5-b1f1-114965b6b575 HTTP/1.1" 404 171 0.004761
10.0.0.23 - - [2026-05-18 04:23:53] "GET /virtual-machine/2dbd7ef9-a139-4ec5-b1f1-114965b6b575 HTTP/1.1" 404 171 0.004087
10.0.0.23 - - [2026-05-18 04:23:54] "GET /virtual-machine/2dbd7ef9-a139-4ec5-b1f1-114965b6b575 HTTP/1.1" 404 171 0.003738
10.0.0.23 - - [2026-05-18 04:23:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004978
10.0.0.23 - - [2026-05-18 04:23:54] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004692
10.0.0.23 - - [2026-05-18 04:23:54] "GET /virtual-networks?parent_id=8e40a9ed-97e8-4c4c-931f-efeeb2423648&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002809
10.0.0.23 - - [2026-05-18 04:23:54] "GET /virtual-network/f7562150-b03f-4cc2-b23b-4d8e878f0ddd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.007026
10.0.0.23 - - [2026-05-18 04:23:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003509
10.0.0.23 - - [2026-05-18 04:23:54] "GET /routing-instance/35b65ff6-b3e4-45fd-8354-ff74936cde12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.007541
10.0.0.23 - - [2026-05-18 04:23:54] "GET /route-target/c59e4023-45e4-4dbe-b62e-73a4d25b79d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.006556
10.0.0.23 - - [2026-05-18 04:23:54] "GET /obj-perms HTTP/1.1" 200 5044 0.005593
10.0.0.23 - - [2026-05-18 04:23:59] "POST /neutron/network HTTP/1.1" 200 1122 0.008448
10.0.0.23 - - [2026-05-18 04:23:59] "POST /neutron/subnet HTTP/1.1" 200 1380 0.017055
10.0.0.23 - - [2026-05-18 04:23:59] "POST /neutron/network HTTP/1.1" 200 1112 0.011731
10.0.0.22 - - [2026-05-18 04:24:00] "GET /obj-perms HTTP/1.1" 200 5044 0.007999
10.0.0.23 - - [2026-05-18 04:24:03] "GET /obj-perms HTTP/1.1" 200 5044 0.004292
10.0.0.240 - - [2026-05-18 04:24:03] "GET /obj-perms HTTP/1.1" 200 5044 0.004796
10.0.0.240 - - [2026-05-18 04:24:04] "DELETE /route-target/c59e4023-45e4-4dbe-b62e-73a4d25b79d6 HTTP/1.1" 200 115 0.083548
10.0.0.23 - - [2026-05-18 04:24:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.032596
10.0.0.23 - - [2026-05-18 04:24:04] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004539
10.0.0.23 - - [2026-05-18 04:24:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003953
10.0.0.23 - - [2026-05-18 04:24:04] "PUT /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f HTTP/1.1" 200 277 0.015824
10.0.0.240 - - [2026-05-18 04:24:07] "GET /projects?obj_uuids=8e40a9ed-97e8-4c4c-931f-efeeb2423648&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.038719
10.0.0.23 - - [2026-05-18 04:24:07] "GET /project/8e40a9ed-97e8-4c4c-931f-efeeb2423648?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.124044
10.0.0.240 - - [2026-05-18 04:24:07] "GET /projects?obj_uuids=8e40a9ed-97e8-4c4c-931f-efeeb2423648&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001474
10.0.0.23 - - [2026-05-18 04:24:07] "GET /project/8e40a9ed-97e8-4c4c-931f-efeeb2423648?fields=virtual_networks HTTP/1.1" 200 1048 0.056936
10.0.0.240 - - [2026-05-18 04:24:07] "GET /projects?obj_uuids=8e40a9ed-97e8-4c4c-931f-efeeb2423648&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001638
10.0.0.23 - - [2026-05-18 04:24:07] "GET /project/8e40a9ed-97e8-4c4c-931f-efeeb2423648?fields=virtual_machine_interfaces HTTP/1.1" 200 1048 0.056694
10.0.0.240 - - [2026-05-18 04:24:07] "GET /projects?obj_uuids=8e40a9ed-97e8-4c4c-931f-efeeb2423648&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001259
10.0.0.23 - - [2026-05-18 04:24:07] "GET /project/8e40a9ed-97e8-4c4c-931f-efeeb2423648?fields=security_groups HTTP/1.1" 200 1282 0.050035
10.0.0.23 - - [2026-05-18 04:24:08] "POST /fqname-to-id HTTP/1.1" 404 194 0.028794
10.0.0.240 - - [2026-05-18 04:24:08] "GET /projects?obj_uuids=937a60b0-cbac-4e87-b8cb-8a8114a9ea50&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005364
10.0.0.240 - - [2026-05-18 04:24:08] "GET /domains?obj_uuids=4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001496
10.0.0.240 - - [2026-05-18 04:24:08] "GET /domain/4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.041529
10.0.0.240 - - [2026-05-18 04:24:08] "POST /id-to-fqname HTTP/1.1" 200 196 0.002420
10.0.0.240 - - [2026-05-18 04:24:08] "POST /fqname-to-id HTTP/1.1" 404 205 0.005745
10.0.0.240 - - [2026-05-18 04:24:08] "POST /security-groups HTTP/1.1" 200 597 0.082705
10.0.0.240 - - [2026-05-18 04:24:08] "POST /projects HTTP/1.1" 200 597 0.311772
10.0.0.240 - - [2026-05-18 04:24:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.388092
10.0.0.240 - - [2026-05-18 04:24:08] "POST /fqname-to-id HTTP/1.1" 404 239 0.005615
10.0.0.23 - - [2026-05-18 04:24:08] "GET /project/937a60b0-cbac-4e87-b8cb-8a8114a9ea50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.586117
10.0.0.240 - - [2026-05-18 04:24:09] "GET /projects?obj_uuids=8e40a9ed-97e8-4c4c-931f-efeeb2423648&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001210
10.0.0.240 - - [2026-05-18 04:24:09] "DELETE /project/937a60b0cbac4e87b8cb8a8114a9ea50 HTTP/1.1" 404 173 0.014791
10.0.0.240 - - [2026-05-18 04:24:09] "GET /project/8e40a9ed-97e8-4c4c-931f-efeeb2423648?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1496 0.062235
10.0.0.240 - - [2026-05-18 04:24:09] "GET /projects?obj_uuids=8e40a9ed-97e8-4c4c-931f-efeeb2423648&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001671
10.0.0.240 - - [2026-05-18 04:24:09] "GET /project/8e40a9ed-97e8-4c4c-931f-efeeb2423648?fields=security_groups HTTP/1.1" 200 1116 0.079715
10.0.0.240 - - [2026-05-18 04:24:10] "GET /projects?obj_uuids=8e40a9ed-97e8-4c4c-931f-efeeb2423648&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.004528
10.0.0.240 - - [2026-05-18 04:24:10] "GET /project/8e40a9ed-97e8-4c4c-931f-efeeb2423648?fields=application_policy_sets HTTP/1.1" 200 1423 0.059598
10.0.0.240 - - [2026-05-18 04:24:10] "DELETE /access-control-list/a832f827-fc59-4837-ba23-447d4148e807 HTTP/1.1" 200 115 0.066772
10.0.0.240 - - [2026-05-18 04:24:10] "DELETE /project/8e40a9ed-97e8-4c4c-931f-efeeb2423648 HTTP/1.1" 200 115 0.503642
10.0.0.23 - - [2026-05-18 04:24:10] "GET / HTTP/1.1" 200 36215 0.002534
10.0.0.240 - - [2026-05-18 04:24:13] "GET /projects?obj_uuids=937a60b0-cbac-4e87-b8cb-8a8114a9ea50&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000992
10.0.0.23 - - [2026-05-18 04:24:13] "GET /project/937a60b0-cbac-4e87-b8cb-8a8114a9ea50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.056437
10.0.0.240 - - [2026-05-18 04:24:13] "GET /projects?obj_uuids=937a60b0-cbac-4e87-b8cb-8a8114a9ea50&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001170
10.0.0.23 - - [2026-05-18 04:24:13] "GET /project/937a60b0-cbac-4e87-b8cb-8a8114a9ea50?fields=virtual_networks HTTP/1.1" 200 1046 0.058237
10.0.0.240 - - [2026-05-18 04:24:13] "GET /projects?obj_uuids=937a60b0-cbac-4e87-b8cb-8a8114a9ea50&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001860
10.0.0.23 - - [2026-05-18 04:24:13] "GET /project/937a60b0-cbac-4e87-b8cb-8a8114a9ea50?fields=virtual_machine_interfaces HTTP/1.1" 200 1046 0.064229
10.0.0.240 - - [2026-05-18 04:24:14] "GET /projects?obj_uuids=937a60b0-cbac-4e87-b8cb-8a8114a9ea50&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001119
10.0.0.23 - - [2026-05-18 04:24:14] "GET /project/937a60b0-cbac-4e87-b8cb-8a8114a9ea50?fields=security_groups HTTP/1.1" 200 1279 0.052723
10.0.0.23 - - [2026-05-18 04:24:15] "POST /fqname-to-id HTTP/1.1" 404 188 0.039241
10.0.0.240 - - [2026-05-18 04:24:15] "GET /projects?obj_uuids=66f514a2-974e-48b2-aa0a-3496e1c3150c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004964
10.0.0.240 - - [2026-05-18 04:24:15] "GET /domains?obj_uuids=4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000901
10.0.0.240 - - [2026-05-18 04:24:15] "GET /domain/4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007641
10.0.0.240 - - [2026-05-18 04:24:15] "POST /id-to-fqname HTTP/1.1" 200 190 0.001421
10.0.0.240 - - [2026-05-18 04:24:15] "POST /fqname-to-id HTTP/1.1" 404 199 0.008822
10.0.0.240 - - [2026-05-18 04:24:15] "POST /security-groups HTTP/1.1" 200 591 0.038467
10.0.0.240 - - [2026-05-18 04:24:15] "POST /projects HTTP/1.1" 200 585 0.263458
10.0.0.240 - - [2026-05-18 04:24:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.309245
10.0.0.240 - - [2026-05-18 04:24:15] "POST /fqname-to-id HTTP/1.1" 404 233 0.011696
10.0.0.23 - - [2026-05-18 04:24:15] "GET /project/66f514a2-974e-48b2-aa0a-3496e1c3150c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.464291
10.0.0.23 - - [2026-05-18 04:24:16] "GET / HTTP/1.1" 200 36215 0.001523
10.0.0.240 - - [2026-05-18 04:24:19] "GET /projects?obj_uuids=66f514a2-974e-48b2-aa0a-3496e1c3150c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001464
10.0.0.23 - - [2026-05-18 04:24:19] "GET /project/66f514a2-974e-48b2-aa0a-3496e1c3150c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.057485
10.0.0.240 - - [2026-05-18 04:24:19] "GET /projects?obj_uuids=66f514a2-974e-48b2-aa0a-3496e1c3150c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001086
10.0.0.23 - - [2026-05-18 04:24:20] "GET /project/66f514a2-974e-48b2-aa0a-3496e1c3150c?fields=virtual_networks HTTP/1.1" 200 1033 0.056579
10.0.0.240 - - [2026-05-18 04:24:20] "GET /projects?obj_uuids=66f514a2-974e-48b2-aa0a-3496e1c3150c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000994
10.0.0.23 - - [2026-05-18 04:24:20] "GET /project/66f514a2-974e-48b2-aa0a-3496e1c3150c?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.048836
10.0.0.240 - - [2026-05-18 04:24:20] "GET /projects?obj_uuids=66f514a2-974e-48b2-aa0a-3496e1c3150c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001347
10.0.0.23 - - [2026-05-18 04:24:20] "GET /project/66f514a2-974e-48b2-aa0a-3496e1c3150c?fields=security_groups HTTP/1.1" 200 1260 0.053023
10.0.0.23 - - [2026-05-18 04:24:21] "POST /fqname-to-id HTTP/1.1" 404 196 0.030054
10.0.0.240 - - [2026-05-18 04:24:21] "GET /projects?obj_uuids=6f51bf13-12dd-4ac4-bf56-f6ebca5f7d91&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004437
10.0.0.240 - - [2026-05-18 04:24:21] "GET /domains?obj_uuids=4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001175
10.0.0.240 - - [2026-05-18 04:24:21] "GET /domain/4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009428
10.0.0.240 - - [2026-05-18 04:24:21] "POST /id-to-fqname HTTP/1.1" 200 198 0.004314
10.0.0.240 - - [2026-05-18 04:24:21] "POST /fqname-to-id HTTP/1.1" 404 207 0.008822
10.0.0.240 - - [2026-05-18 04:24:21] "POST /security-groups HTTP/1.1" 200 599 0.086569
10.0.0.240 - - [2026-05-18 04:24:21] "POST /projects HTTP/1.1" 200 601 0.310231
10.0.0.240 - - [2026-05-18 04:24:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.347059
10.0.0.240 - - [2026-05-18 04:24:21] "POST /access-control-lists HTTP/1.1" 200 606 0.038453
10.0.0.23 - - [2026-05-18 04:24:21] "GET /project/6f51bf13-12dd-4ac4-bf56-f6ebca5f7d91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.546951
10.0.0.23 - - [2026-05-18 04:24:23] "GET / HTTP/1.1" 200 36215 0.002803
10.0.0.23 - - [2026-05-18 04:24:23] "POST /fqname-to-id HTTP/1.1" 401 292 0.000483
10.0.0.23 - - [2026-05-18 04:24:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.074619
10.0.0.240 - - [2026-05-18 04:24:23] "GET /projects?obj_uuids=6f51bf13-12dd-4ac4-bf56-f6ebca5f7d91&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001727
10.0.0.23 - - [2026-05-18 04:24:23] "GET /project/6f51bf13-12dd-4ac4-bf56-f6ebca5f7d91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.048002
10.0.0.23 - - [2026-05-18 04:24:24] "POST /neutron/network HTTP/1.1" 200 117 0.065721
10.0.0.240 - - [2026-05-18 04:24:24] "POST /route-targets HTTP/1.1" 200 328 0.021150
10.0.0.240 - - [2026-05-18 04:24:24] "POST /useragent-kv HTTP/1.1" 200 115 0.009689
10.0.0.23 - - [2026-05-18 04:24:24] "POST /neutron/subnet HTTP/1.1" 200 720 0.273570
10.0.0.23 - - [2026-05-18 04:24:24] "POST /id-to-fqname HTTP/1.1" 200 222 0.001190
10.0.0.23 - - [2026-05-18 04:24:24] "GET /virtual-network/25437f78-02e3-49a8-96b0-98cf02e3497e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.009365
10.0.0.23 - - [2026-05-18 04:24:24] "GET /virtual-network/25437f78-02e3-49a8-96b0-98cf02e3497e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.012691
10.0.0.23 - - [2026-05-18 04:24:24] "POST /neutron/network HTTP/1.1" 200 974 0.011243
10.0.0.23 - - [2026-05-18 04:24:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003851
10.0.0.240 - - [2026-05-18 04:24:25] "GET /projects?obj_uuids=6f51bf13-12dd-4ac4-bf56-f6ebca5f7d91&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001126
10.0.0.23 - - [2026-05-18 04:24:25] "GET /project/6f51bf13-12dd-4ac4-bf56-f6ebca5f7d91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.057945
10.0.0.23 - - [2026-05-18 04:24:25] "POST /neutron/network HTTP/1.1" 200 117 0.019955
10.0.0.240 - - [2026-05-18 04:24:25] "POST /ref-update HTTP/1.1" 200 156 0.030475
10.0.0.240 - - [2026-05-18 04:24:25] "POST /fqname-to-id HTTP/1.1" 404 207 0.039486
10.0.0.240 - - [2026-05-18 04:24:25] "POST /useragent-kv HTTP/1.1" 200 115 0.011910
10.0.0.23 - - [2026-05-18 04:24:25] "POST /neutron/subnet HTTP/1.1" 200 729 0.211969
10.0.0.23 - - [2026-05-18 04:24:25] "POST /id-to-fqname HTTP/1.1" 200 222 0.001243
10.0.0.23 - - [2026-05-18 04:24:25] "GET /virtual-network/2872f7cb-8091-48d7-823d-fef9e567b997?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.007027
10.0.0.23 - - [2026-05-18 04:24:25] "GET /virtual-network/2872f7cb-8091-48d7-823d-fef9e567b997?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.006364
10.0.0.23 - - [2026-05-18 04:24:25] "POST /neutron/network HTTP/1.1" 200 976 0.011234
10.0.0.23 - - [2026-05-18 04:24:25] "POST /id-to-fqname HTTP/1.1" 200 222 0.001247
10.0.0.23 - - [2026-05-18 04:24:26] "POST /neutron/port HTTP/1.1" 200 4186 0.044355
10.0.0.240 - - [2026-05-18 04:24:27] "GET /projects?obj_uuids=6f51bf13-12dd-4ac4-bf56-f6ebca5f7d91&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001063
10.0.0.23 - - [2026-05-18 04:24:27] "GET /project/6f51bf13-12dd-4ac4-bf56-f6ebca5f7d91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.108882
10.0.0.23 - - [2026-05-18 04:24:27] "POST /neutron/port HTTP/1.1" 200 4186 0.051510
10.0.0.23 - - [2026-05-18 04:24:27] "POST /id-to-fqname HTTP/1.1" 200 222 0.002283
10.0.0.23 - - [2026-05-18 04:24:27] "POST /neutron/network HTTP/1.1" 200 986 0.020848
10.0.0.23 - - [2026-05-18 04:24:28] "POST /neutron/port HTTP/1.1" 200 1152 0.048804
10.0.0.240 - - [2026-05-18 04:24:28] "GET /projects?obj_uuids=6f51bf13-12dd-4ac4-bf56-f6ebca5f7d91&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001093
10.0.0.23 - - [2026-05-18 04:24:28] "POST /neutron/port HTTP/1.1" 200 1216 0.043251
10.0.0.23 - - [2026-05-18 04:24:28] "GET /project/6f51bf13-12dd-4ac4-bf56-f6ebca5f7d91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.098873
10.0.0.23 - - [2026-05-18 04:24:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004589
10.0.0.23 - - [2026-05-18 04:24:29] "POST /neutron/port HTTP/1.1" 200 117 0.001334
10.0.0.23 - - [2026-05-18 04:24:29] "POST /neutron/security_group HTTP/1.1" 200 2066 0.017437
10.0.0.23 - - [2026-05-18 04:24:29] "GET /obj-perms HTTP/1.1" 200 5056 0.133758
10.0.0.23 - - [2026-05-18 04:24:29] "POST /neutron/security_group HTTP/1.1" 200 2066 0.011218
10.0.0.22 - - [2026-05-18 04:24:30] "GET /obj-perms HTTP/1.1" 200 5056 0.155320
10.0.0.23 - - [2026-05-18 04:24:30] "POST /neutron/port HTTP/1.1" 200 1154 0.025990
10.0.0.23 - - [2026-05-18 04:24:30] "POST /neutron/port HTTP/1.1" 200 1218 0.032643
10.0.0.23 - - [2026-05-18 04:24:30] "POST /neutron/subnet HTTP/1.1" 200 1277 0.021795
10.0.0.23 - - [2026-05-18 04:24:30] "POST /neutron/network HTTP/1.1" 200 976 0.010897
10.0.0.23 - - [2026-05-18 04:24:34] "POST /neutron/port HTTP/1.1" 200 1216 0.021643
10.0.0.23 - - [2026-05-18 04:24:34] "POST /neutron/security_group HTTP/1.1" 200 2066 0.012007
10.0.0.23 - - [2026-05-18 04:24:34] "GET /virtual-machine/b3df1d61-aac1-45b3-b959-e66cbf82e462 HTTP/1.1" 401 292 0.000379
10.0.0.23 - - [2026-05-18 04:24:35] "GET /virtual-machine/b3df1d61-aac1-45b3-b959-e66cbf82e462 HTTP/1.1" 200 1303 0.041564
10.0.0.23 - - [2026-05-18 04:24:35] "GET /virtual-machine-interface/ae06d2eb-6142-409b-9b6f-3862c88c79d5 HTTP/1.1" 200 3165 0.006617
10.0.0.23 - - [2026-05-18 04:24:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.006149
10.0.0.23 - - [2026-05-18 04:24:35] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005238
10.0.0.23 - - [2026-05-18 04:24:35] "GET /virtual-networks?parent_id=6f51bf13-12dd-4ac4-bf56-f6ebca5f7d91&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003822
10.0.0.23 - - [2026-05-18 04:24:35] "GET /virtual-network/25437f78-02e3-49a8-96b0-98cf02e3497e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.008473
10.0.0.23 - - [2026-05-18 04:24:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005354
10.0.0.23 - - [2026-05-18 04:24:38] "GET /virtual-network/25437f78-02e3-49a8-96b0-98cf02e3497e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.006237
10.0.0.23 - - [2026-05-18 04:24:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004645
10.0.0.23 - - [2026-05-18 04:24:40] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005445
10.0.0.23 - - [2026-05-18 04:24:40] "GET /virtual-networks?parent_id=6f51bf13-12dd-4ac4-bf56-f6ebca5f7d91&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.004400
10.0.0.23 - - [2026-05-18 04:24:40] "GET /virtual-network/25437f78-02e3-49a8-96b0-98cf02e3497e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.007582
10.0.0.23 - - [2026-05-18 04:24:41] "POST /neutron/port HTTP/1.1" 200 1218 0.028615
10.0.0.23 - - [2026-05-18 04:24:41] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009717
10.0.0.23 - - [2026-05-18 04:24:41] "GET /virtual-machine/24df618b-a0e5-47ce-87dd-c6b09b3d28f4 HTTP/1.1" 200 1301 0.007471
10.0.0.23 - - [2026-05-18 04:24:41] "GET /virtual-machine-interface/b280cb83-acf9-4685-82a0-3b35180a22ee HTTP/1.1" 200 3164 0.006365
10.0.0.23 - - [2026-05-18 04:24:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.008570
10.0.0.23 - - [2026-05-18 04:24:41] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005347
10.0.0.23 - - [2026-05-18 04:24:41] "GET /virtual-networks?parent_id=6f51bf13-12dd-4ac4-bf56-f6ebca5f7d91&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.004771
10.0.0.23 - - [2026-05-18 04:24:41] "GET /virtual-network/2872f7cb-8091-48d7-823d-fef9e567b997?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.008239
10.0.0.23 - - [2026-05-18 04:24:41] "POST /neutron/port HTTP/1.1" 200 1218 0.036463
10.0.0.23 - - [2026-05-18 04:24:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004109
10.0.0.23 - - [2026-05-18 04:24:44] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006179
10.0.0.23 - - [2026-05-18 04:24:44] "GET /virtual-networks?parent_id=6f51bf13-12dd-4ac4-bf56-f6ebca5f7d91&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.005144
10.0.0.23 - - [2026-05-18 04:24:44] "GET /virtual-network/2872f7cb-8091-48d7-823d-fef9e567b997?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.007383
10.0.0.23 - - [2026-05-18 04:24:44] "POST /fqname-to-id HTTP/1.1" 404 209 0.004141
10.0.0.23 - - [2026-05-18 04:24:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.005491
10.0.0.240 - - [2026-05-18 04:24:44] "GET /projects?obj_uuids=6f51bf13-12dd-4ac4-bf56-f6ebca5f7d91&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001234
10.0.0.23 - - [2026-05-18 04:24:44] "GET /project/6f51bf13-12dd-4ac4-bf56-f6ebca5f7d91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.049847
10.0.0.23 - - [2026-05-18 04:24:44] "POST /network-policys HTTP/1.1" 200 535 0.034318
10.0.0.23 - - [2026-05-18 04:24:44] "GET /network-policy/97aeaa53-6d7b-42fb-b08e-49884178039b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.008048
10.0.0.23 - - [2026-05-18 04:24:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004250
10.0.0.23 - - [2026-05-18 04:24:45] "GET /virtual-network/25437f78-02e3-49a8-96b0-98cf02e3497e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.008996
10.0.0.23 - - [2026-05-18 04:24:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003784
10.0.0.23 - - [2026-05-18 04:24:45] "GET /network-policy/97aeaa53-6d7b-42fb-b08e-49884178039b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.005167
10.0.0.23 - - [2026-05-18 04:24:45] "POST /ref-update HTTP/1.1" 200 156 0.062930
10.0.0.23 - - [2026-05-18 04:24:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.005249
10.0.0.23 - - [2026-05-18 04:24:45] "GET /network-policy/97aeaa53-6d7b-42fb-b08e-49884178039b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.004395
10.0.0.23 - - [2026-05-18 04:24:45] "GET /virtual-network/25437f78-02e3-49a8-96b0-98cf02e3497e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2866 0.008644
10.0.0.23 - - [2026-05-18 04:24:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003449
10.0.0.23 - - [2026-05-18 04:24:45] "GET /network-policy/97aeaa53-6d7b-42fb-b08e-49884178039b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.003997
10.0.0.23 - - [2026-05-18 04:24:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.005547
10.0.0.23 - - [2026-05-18 04:24:45] "GET /virtual-network/2872f7cb-8091-48d7-823d-fef9e567b997?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.008231
10.0.0.23 - - [2026-05-18 04:24:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004580
10.0.0.23 - - [2026-05-18 04:24:45] "GET /network-policy/97aeaa53-6d7b-42fb-b08e-49884178039b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.005484
10.0.0.240 - - [2026-05-18 04:24:45] "POST /fqname-to-id HTTP/1.1" 404 230 0.006277
10.0.0.240 - - [2026-05-18 04:24:45] "POST /fqname-to-id HTTP/1.1" 404 207 0.009845
10.0.0.23 - - [2026-05-18 04:24:45] "POST /ref-update HTTP/1.1" 200 156 0.066709
10.0.0.23 - - [2026-05-18 04:24:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004116
10.0.0.23 - - [2026-05-18 04:24:45] "GET /network-policy/97aeaa53-6d7b-42fb-b08e-49884178039b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.004234
10.0.0.23 - - [2026-05-18 04:24:45] "POST /neutron/network HTTP/1.1" 200 1062 0.024111
10.0.0.23 - - [2026-05-18 04:24:45] "GET /virtual-network/2872f7cb-8091-48d7-823d-fef9e567b997?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2870 0.006595
10.0.0.23 - - [2026-05-18 04:24:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003240
10.0.0.23 - - [2026-05-18 04:24:45] "GET /network-policy/97aeaa53-6d7b-42fb-b08e-49884178039b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.007063
10.0.0.23 - - [2026-05-18 04:24:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004200
10.0.0.240 - - [2026-05-18 04:24:45] "GET /projects?obj_uuids=6f51bf13-12dd-4ac4-bf56-f6ebca5f7d91&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000958
10.0.0.23 - - [2026-05-18 04:24:45] "GET /project/6f51bf13-12dd-4ac4-bf56-f6ebca5f7d91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.050016
10.0.0.240 - - [2026-05-18 04:24:46] "POST /route-targets HTTP/1.1" 200 328 0.023895
10.0.0.240 - - [2026-05-18 04:24:46] "POST /useragent-kv HTTP/1.1" 200 115 0.014382
10.0.0.23 - - [2026-05-18 04:24:46] "POST /neutron/subnet HTTP/1.1" 200 701 0.233403
10.0.0.23 - - [2026-05-18 04:24:46] "POST /id-to-fqname HTTP/1.1" 200 214 0.001813
10.0.0.23 - - [2026-05-18 04:24:46] "GET /virtual-network/0b46f880-5996-442e-ac05-2767273366d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.007142
10.0.0.23 - - [2026-05-18 04:24:46] "GET /virtual-network/0b46f880-5996-442e-ac05-2767273366d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.007443
10.0.0.23 - - [2026-05-18 04:24:46] "POST /neutron/network HTTP/1.1" 200 799 0.007190
10.0.0.23 - - [2026-05-18 04:24:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004217
10.0.0.240 - - [2026-05-18 04:24:46] "GET /projects?obj_uuids=6f51bf13-12dd-4ac4-bf56-f6ebca5f7d91&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001310
10.0.0.23 - - [2026-05-18 04:24:46] "GET /project/6f51bf13-12dd-4ac4-bf56-f6ebca5f7d91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.054943
10.0.0.240 - - [2026-05-18 04:24:46] "GET /projects?obj_uuids=6f51bf13-12dd-4ac4-bf56-f6ebca5f7d91&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001498
10.0.0.23 - - [2026-05-18 04:24:46] "POST /neutron/network HTTP/1.1" 200 585 0.164580
10.0.0.240 - - [2026-05-18 04:24:46] "POST /ref-update HTTP/1.1" 200 156 0.029577
10.0.0.23 - - [2026-05-18 04:24:47] "POST /id-to-fqname HTTP/1.1" 200 214 0.003304
10.0.0.23 - - [2026-05-18 04:24:47] "GET /virtual-network/8d0eb0e6-34be-4e6f-8f95-f0383a3f3ba7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2002 0.008803
10.0.0.23 - - [2026-05-18 04:24:47] "POST /neutron/network HTTP/1.1" 200 799 0.007035
10.0.0.23 - - [2026-05-18 04:24:47] "GET /virtual-network/8d0eb0e6-34be-4e6f-8f95-f0383a3f3ba7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2002 0.008286
10.0.0.23 - - [2026-05-18 04:24:47] "POST /fqname-to-id HTTP/1.1" 404 239 0.004805
10.0.0.23 - - [2026-05-18 04:24:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003392
10.0.0.240 - - [2026-05-18 04:24:47] "GET /projects?obj_uuids=6f51bf13-12dd-4ac4-bf56-f6ebca5f7d91&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000978
10.0.0.23 - - [2026-05-18 04:24:47] "GET /project/6f51bf13-12dd-4ac4-bf56-f6ebca5f7d91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.054588
10.0.0.23 - - [2026-05-18 04:24:47] "POST /network-policys HTTP/1.1" 200 589 0.038607
10.0.0.23 - - [2026-05-18 04:24:47] "GET /network-policy/93621781-520f-4462-becf-5512974e5da3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.006707
10.0.0.23 - - [2026-05-18 04:24:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003471
10.0.0.23 - - [2026-05-18 04:24:47] "GET /virtual-network/0b46f880-5996-442e-ac05-2767273366d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.008576
10.0.0.23 - - [2026-05-18 04:24:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003495
10.0.0.23 - - [2026-05-18 04:24:47] "GET /network-policy/93621781-520f-4462-becf-5512974e5da3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.005028
10.0.0.23 - - [2026-05-18 04:24:47] "POST /ref-update HTTP/1.1" 200 156 0.052159
10.0.0.23 - - [2026-05-18 04:24:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.005059
10.0.0.23 - - [2026-05-18 04:24:47] "GET /network-policy/93621781-520f-4462-becf-5512974e5da3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.004915
10.0.0.23 - - [2026-05-18 04:24:47] "POST /neutron/network HTTP/1.1" 200 912 0.014387
10.0.0.23 - - [2026-05-18 04:24:47] "GET /virtual-network/0b46f880-5996-442e-ac05-2767273366d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2335 0.005923
10.0.0.23 - - [2026-05-18 04:24:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003189
10.0.0.23 - - [2026-05-18 04:24:47] "GET /network-policy/93621781-520f-4462-becf-5512974e5da3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.005404
10.0.0.23 - - [2026-05-18 04:24:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003324
10.0.0.23 - - [2026-05-18 04:24:47] "GET /virtual-network/8d0eb0e6-34be-4e6f-8f95-f0383a3f3ba7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2002 0.007692
10.0.0.23 - - [2026-05-18 04:24:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003387
10.0.0.23 - - [2026-05-18 04:24:48] "GET /network-policy/93621781-520f-4462-becf-5512974e5da3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.004765
10.0.0.240 - - [2026-05-18 04:24:48] "POST /fqname-to-id HTTP/1.1" 404 210 0.007484
10.0.0.23 - - [2026-05-18 04:24:48] "POST /ref-update HTTP/1.1" 200 156 0.059676
10.0.0.23 - - [2026-05-18 04:24:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003790
10.0.0.23 - - [2026-05-18 04:24:48] "GET /network-policy/93621781-520f-4462-becf-5512974e5da3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.012462
10.0.0.23 - - [2026-05-18 04:24:48] "GET /virtual-network/8d0eb0e6-34be-4e6f-8f95-f0383a3f3ba7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2337 0.010524
10.0.0.23 - - [2026-05-18 04:24:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005388
10.0.0.23 - - [2026-05-18 04:24:48] "GET /network-policy/93621781-520f-4462-becf-5512974e5da3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.004370
10.0.0.23 - - [2026-05-18 04:24:48] "POST /id-to-fqname HTTP/1.1" 200 214 0.001159
10.0.0.23 - - [2026-05-18 04:24:48] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009523
10.0.0.240 - - [2026-05-18 04:24:49] "GET /projects?obj_uuids=6f51bf13-12dd-4ac4-bf56-f6ebca5f7d91&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001002
10.0.0.23 - - [2026-05-18 04:24:49] "GET /project/6f51bf13-12dd-4ac4-bf56-f6ebca5f7d91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.084295
10.0.0.23 - - [2026-05-18 04:24:49] "POST /neutron/port HTTP/1.1" 200 6312 0.056507
10.0.0.23 - - [2026-05-18 04:24:49] "POST /id-to-fqname HTTP/1.1" 200 214 0.002499
10.0.0.23 - - [2026-05-18 04:24:49] "POST /neutron/port HTTP/1.1" 200 6312 0.054892
10.0.0.23 - - [2026-05-18 04:24:50] "POST /neutron/network HTTP/1.1" 200 922 0.007878
10.0.0.23 - - [2026-05-18 04:24:50] "POST /neutron/port HTTP/1.1" 200 1063 0.019298
10.0.0.23 - - [2026-05-18 04:24:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005950
10.0.0.23 - - [2026-05-18 04:24:50] "POST /neutron/network HTTP/1.1" 200 912 0.009472
10.0.0.240 - - [2026-05-18 04:24:51] "GET /projects?obj_uuids=6f51bf13-12dd-4ac4-bf56-f6ebca5f7d91&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001221
10.0.0.23 - - [2026-05-18 04:24:51] "GET /project/6f51bf13-12dd-4ac4-bf56-f6ebca5f7d91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.103365
10.0.0.23 - - [2026-05-18 04:24:51] "POST /neutron/port HTTP/1.1" 200 1106 0.021870
10.0.0.23 - - [2026-05-18 04:24:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006870
10.0.0.23 - - [2026-05-18 04:24:51] "POST /neutron/port HTTP/1.1" 200 117 0.002217
10.0.0.23 - - [2026-05-18 04:24:51] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.004211
10.0.0.23 - - [2026-05-18 04:24:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003525
10.0.0.23 - - [2026-05-18 04:24:51] "GET /bgp-router/78938360-5e33-40e6-a85b-f8fe336f9310?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005790
10.0.0.23 - - [2026-05-18 04:24:51] "POST /neutron/network HTTP/1.1" 200 922 0.008557
10.0.0.23 - - [2026-05-18 04:24:52] "POST /neutron/port HTTP/1.1" 200 1063 0.020976
10.0.0.23 - - [2026-05-18 04:24:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005124
10.0.0.23 - - [2026-05-18 04:24:52] "POST /neutron/network HTTP/1.1" 200 912 0.009790
10.0.0.23 - - [2026-05-18 04:24:52] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.004329
10.0.0.23 - - [2026-05-18 04:24:52] "GET /bgp-router/78938360-5e33-40e6-a85b-f8fe336f9310?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.004711
10.0.0.23 - - [2026-05-18 04:24:52] "GET /bgp-router/78938360-5e33-40e6-a85b-f8fe336f9310?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.007380
10.0.0.23 - - [2026-05-18 04:24:53] "PUT /bgp-router/78938360-5e33-40e6-a85b-f8fe336f9310 HTTP/1.1" 200 255 0.051165
10.0.0.23 - - [2026-05-18 04:24:53] "PUT /bgp-router/78938360-5e33-40e6-a85b-f8fe336f9310 HTTP/1.1" 200 255 0.068058
10.0.0.23 - - [2026-05-18 04:24:53] "GET /bgp-router/a1718e2c-331f-40cd-9442-a1a40544bbfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.009204
10.0.0.23 - - [2026-05-18 04:24:53] "GET /bgp-router/a1718e2c-331f-40cd-9442-a1a40544bbfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.007285
10.0.0.23 - - [2026-05-18 04:24:53] "PUT /bgp-router/a1718e2c-331f-40cd-9442-a1a40544bbfe HTTP/1.1" 200 255 0.043952
10.0.0.23 - - [2026-05-18 04:24:53] "PUT /bgp-router/a1718e2c-331f-40cd-9442-a1a40544bbfe HTTP/1.1" 200 255 0.051150
10.0.0.23 - - [2026-05-18 04:24:53] "GET /bgp-router/89f6efb6-1e28-4705-ab91-a5cb7af9a1f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.006086
10.0.0.23 - - [2026-05-18 04:24:53] "GET /bgp-router/89f6efb6-1e28-4705-ab91-a5cb7af9a1f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.008326
10.0.0.23 - - [2026-05-18 04:24:53] "PUT /bgp-router/89f6efb6-1e28-4705-ab91-a5cb7af9a1f8 HTTP/1.1" 200 255 0.092309
10.0.0.23 - - [2026-05-18 04:24:53] "PUT /bgp-router/89f6efb6-1e28-4705-ab91-a5cb7af9a1f8 HTTP/1.1" 200 255 0.039529
10.0.0.23 - - [2026-05-18 04:24:53] "GET /bgp-router/78938360-5e33-40e6-a85b-f8fe336f9310?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.006273
10.0.0.23 - - [2026-05-18 04:24:53] "GET /bgp-router/78938360-5e33-40e6-a85b-f8fe336f9310?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.004047
10.0.0.23 - - [2026-05-18 04:24:53] "PUT /bgp-router/78938360-5e33-40e6-a85b-f8fe336f9310 HTTP/1.1" 200 255 0.024622
10.0.0.23 - - [2026-05-18 04:24:53] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.003777
10.0.0.23 - - [2026-05-18 04:24:53] "GET /bgp-router/78938360-5e33-40e6-a85b-f8fe336f9310?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.007182
10.0.0.23 - - [2026-05-18 04:24:53] "GET /bgp-router/78938360-5e33-40e6-a85b-f8fe336f9310?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.006382
10.0.0.23 - - [2026-05-18 04:24:53] "PUT /bgp-router/78938360-5e33-40e6-a85b-f8fe336f9310 HTTP/1.1" 200 255 0.039182
10.0.0.23 - - [2026-05-18 04:24:53] "PUT /bgp-router/78938360-5e33-40e6-a85b-f8fe336f9310 HTTP/1.1" 200 255 0.058833
10.0.0.23 - - [2026-05-18 04:24:54] "GET /bgp-router/a1718e2c-331f-40cd-9442-a1a40544bbfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.007215
10.0.0.23 - - [2026-05-18 04:24:54] "GET /bgp-router/a1718e2c-331f-40cd-9442-a1a40544bbfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.004366
10.0.0.23 - - [2026-05-18 04:24:54] "PUT /bgp-router/a1718e2c-331f-40cd-9442-a1a40544bbfe HTTP/1.1" 200 255 0.045249
10.0.0.23 - - [2026-05-18 04:24:54] "PUT /bgp-router/a1718e2c-331f-40cd-9442-a1a40544bbfe HTTP/1.1" 200 255 0.046302
10.0.0.23 - - [2026-05-18 04:24:54] "GET /bgp-router/89f6efb6-1e28-4705-ab91-a5cb7af9a1f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.007115
10.0.0.23 - - [2026-05-18 04:24:54] "GET /bgp-router/89f6efb6-1e28-4705-ab91-a5cb7af9a1f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.006671
10.0.0.23 - - [2026-05-18 04:24:54] "PUT /bgp-router/89f6efb6-1e28-4705-ab91-a5cb7af9a1f8 HTTP/1.1" 200 255 0.047015
10.0.0.23 - - [2026-05-18 04:24:54] "PUT /bgp-router/89f6efb6-1e28-4705-ab91-a5cb7af9a1f8 HTTP/1.1" 200 255 0.039987
10.0.0.23 - - [2026-05-18 04:24:54] "GET /bgp-router/a1718e2c-331f-40cd-9442-a1a40544bbfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.007503
10.0.0.23 - - [2026-05-18 04:24:54] "GET /bgp-router/a1718e2c-331f-40cd-9442-a1a40544bbfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.007981
10.0.0.23 - - [2026-05-18 04:24:54] "PUT /bgp-router/a1718e2c-331f-40cd-9442-a1a40544bbfe HTTP/1.1" 200 255 0.024293
10.0.0.23 - - [2026-05-18 04:24:54] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.004366
10.0.0.23 - - [2026-05-18 04:24:54] "GET /bgp-router/78938360-5e33-40e6-a85b-f8fe336f9310?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005782
10.0.0.23 - - [2026-05-18 04:24:54] "GET /bgp-router/78938360-5e33-40e6-a85b-f8fe336f9310?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.004285
10.0.0.23 - - [2026-05-18 04:24:54] "PUT /bgp-router/78938360-5e33-40e6-a85b-f8fe336f9310 HTTP/1.1" 200 255 0.036034
10.0.0.23 - - [2026-05-18 04:24:54] "PUT /bgp-router/78938360-5e33-40e6-a85b-f8fe336f9310 HTTP/1.1" 200 255 0.043874
10.0.0.23 - - [2026-05-18 04:24:54] "GET /bgp-router/a1718e2c-331f-40cd-9442-a1a40544bbfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.010737
10.0.0.23 - - [2026-05-18 04:24:54] "GET /bgp-router/a1718e2c-331f-40cd-9442-a1a40544bbfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.006889
10.0.0.23 - - [2026-05-18 04:24:54] "PUT /bgp-router/a1718e2c-331f-40cd-9442-a1a40544bbfe HTTP/1.1" 200 255 0.040606
10.0.0.23 - - [2026-05-18 04:24:54] "PUT /bgp-router/a1718e2c-331f-40cd-9442-a1a40544bbfe HTTP/1.1" 200 255 0.051777
10.0.0.23 - - [2026-05-18 04:24:54] "GET /bgp-router/89f6efb6-1e28-4705-ab91-a5cb7af9a1f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.006028
10.0.0.23 - - [2026-05-18 04:24:54] "GET /bgp-router/89f6efb6-1e28-4705-ab91-a5cb7af9a1f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.008357
10.0.0.23 - - [2026-05-18 04:24:55] "PUT /bgp-router/89f6efb6-1e28-4705-ab91-a5cb7af9a1f8 HTTP/1.1" 200 255 0.043747
10.0.0.23 - - [2026-05-18 04:24:55] "PUT /bgp-router/89f6efb6-1e28-4705-ab91-a5cb7af9a1f8 HTTP/1.1" 200 255 0.046195
10.0.0.23 - - [2026-05-18 04:24:55] "GET /bgp-router/89f6efb6-1e28-4705-ab91-a5cb7af9a1f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.007634
10.0.0.23 - - [2026-05-18 04:24:55] "GET /bgp-router/89f6efb6-1e28-4705-ab91-a5cb7af9a1f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.004934
10.0.0.23 - - [2026-05-18 04:24:55] "PUT /bgp-router/89f6efb6-1e28-4705-ab91-a5cb7af9a1f8 HTTP/1.1" 200 255 0.022182
10.0.0.23 - - [2026-05-18 04:24:55] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.006220
10.0.0.23 - - [2026-05-18 04:24:55] "GET /bgp-router/78938360-5e33-40e6-a85b-f8fe336f9310?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.006358
10.0.0.23 - - [2026-05-18 04:24:55] "GET /bgp-router/78938360-5e33-40e6-a85b-f8fe336f9310?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.007730
10.0.0.23 - - [2026-05-18 04:24:55] "PUT /bgp-router/78938360-5e33-40e6-a85b-f8fe336f9310 HTTP/1.1" 200 255 0.037146
10.0.0.23 - - [2026-05-18 04:24:55] "PUT /bgp-router/78938360-5e33-40e6-a85b-f8fe336f9310 HTTP/1.1" 200 255 0.054129
10.0.0.23 - - [2026-05-18 04:24:55] "GET /bgp-router/a1718e2c-331f-40cd-9442-a1a40544bbfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2907 0.008354
10.0.0.23 - - [2026-05-18 04:24:55] "GET /bgp-router/a1718e2c-331f-40cd-9442-a1a40544bbfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2907 0.004143
10.0.0.23 - - [2026-05-18 04:24:55] "PUT /bgp-router/a1718e2c-331f-40cd-9442-a1a40544bbfe HTTP/1.1" 200 255 0.053738
10.0.0.23 - - [2026-05-18 04:24:55] "PUT /bgp-router/a1718e2c-331f-40cd-9442-a1a40544bbfe HTTP/1.1" 200 255 0.042840
10.0.0.23 - - [2026-05-18 04:24:55] "GET /bgp-router/89f6efb6-1e28-4705-ab91-a5cb7af9a1f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2969 0.008800
10.0.0.23 - - [2026-05-18 04:24:55] "GET /bgp-router/89f6efb6-1e28-4705-ab91-a5cb7af9a1f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2969 0.005762
10.0.0.23 - - [2026-05-18 04:24:55] "PUT /bgp-router/89f6efb6-1e28-4705-ab91-a5cb7af9a1f8 HTTP/1.1" 200 255 0.035681
10.0.0.23 - - [2026-05-18 04:24:55] "PUT /bgp-router/89f6efb6-1e28-4705-ab91-a5cb7af9a1f8 HTTP/1.1" 200 255 0.038649
10.0.0.23 - - [2026-05-18 04:25:02] "POST /neutron/port HTTP/1.1" 200 1106 0.023473
10.0.0.23 - - [2026-05-18 04:25:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006149
10.0.0.23 - - [2026-05-18 04:25:02] "POST /neutron/network HTTP/1.1" 200 926 0.007318
10.0.0.23 - - [2026-05-18 04:25:05] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.004145
10.0.0.23 - - [2026-05-18 04:25:05] "GET /bgp-router/78938360-5e33-40e6-a85b-f8fe336f9310?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.004788
10.0.0.23 - - [2026-05-18 04:25:05] "GET /bgp-router/78938360-5e33-40e6-a85b-f8fe336f9310?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.004215
10.0.0.23 - - [2026-05-18 04:25:06] "PUT /bgp-router/78938360-5e33-40e6-a85b-f8fe336f9310 HTTP/1.1" 200 255 0.037936
10.0.0.23 - - [2026-05-18 04:25:06] "PUT /bgp-router/78938360-5e33-40e6-a85b-f8fe336f9310 HTTP/1.1" 200 255 0.048807
10.0.0.23 - - [2026-05-18 04:25:06] "GET /bgp-router/a1718e2c-331f-40cd-9442-a1a40544bbfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2907 0.008305
10.0.0.23 - - [2026-05-18 04:25:06] "GET /bgp-router/a1718e2c-331f-40cd-9442-a1a40544bbfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2907 0.009530
10.0.0.23 - - [2026-05-18 04:25:06] "PUT /bgp-router/a1718e2c-331f-40cd-9442-a1a40544bbfe HTTP/1.1" 200 255 0.056893
10.0.0.23 - - [2026-05-18 04:25:06] "PUT /bgp-router/a1718e2c-331f-40cd-9442-a1a40544bbfe HTTP/1.1" 200 255 0.081238
10.0.0.23 - - [2026-05-18 04:25:06] "GET /bgp-router/89f6efb6-1e28-4705-ab91-a5cb7af9a1f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.009953
10.0.0.23 - - [2026-05-18 04:25:06] "GET /bgp-router/89f6efb6-1e28-4705-ab91-a5cb7af9a1f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.007771
10.0.0.23 - - [2026-05-18 04:25:06] "PUT /bgp-router/89f6efb6-1e28-4705-ab91-a5cb7af9a1f8 HTTP/1.1" 200 255 0.046035
10.0.0.23 - - [2026-05-18 04:25:06] "PUT /bgp-router/89f6efb6-1e28-4705-ab91-a5cb7af9a1f8 HTTP/1.1" 200 255 0.057503
10.0.0.23 - - [2026-05-18 04:25:06] "GET /bgp-router/78938360-5e33-40e6-a85b-f8fe336f9310?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.015579
10.0.0.23 - - [2026-05-18 04:25:06] "GET /bgp-router/78938360-5e33-40e6-a85b-f8fe336f9310?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.006689
10.0.0.23 - - [2026-05-18 04:25:06] "PUT /bgp-router/78938360-5e33-40e6-a85b-f8fe336f9310 HTTP/1.1" 200 255 0.025047
10.0.0.23 - - [2026-05-18 04:25:06] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.003990
10.0.0.23 - - [2026-05-18 04:25:06] "GET /bgp-router/78938360-5e33-40e6-a85b-f8fe336f9310?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005826
10.0.0.23 - - [2026-05-18 04:25:06] "GET /bgp-router/78938360-5e33-40e6-a85b-f8fe336f9310?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.008059
10.0.0.23 - - [2026-05-18 04:25:06] "PUT /bgp-router/78938360-5e33-40e6-a85b-f8fe336f9310 HTTP/1.1" 200 255 0.045171
10.0.0.23 - - [2026-05-18 04:25:06] "PUT /bgp-router/78938360-5e33-40e6-a85b-f8fe336f9310 HTTP/1.1" 200 255 0.047016
10.0.0.23 - - [2026-05-18 04:25:06] "GET /bgp-router/a1718e2c-331f-40cd-9442-a1a40544bbfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.009829
10.0.0.23 - - [2026-05-18 04:25:07] "GET /bgp-router/a1718e2c-331f-40cd-9442-a1a40544bbfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.006852
10.0.0.23 - - [2026-05-18 04:25:07] "PUT /bgp-router/a1718e2c-331f-40cd-9442-a1a40544bbfe HTTP/1.1" 200 255 0.039548
10.0.0.23 - - [2026-05-18 04:25:07] "PUT /bgp-router/a1718e2c-331f-40cd-9442-a1a40544bbfe HTTP/1.1" 200 255 0.068337
10.0.0.23 - - [2026-05-18 04:25:07] "GET /bgp-router/89f6efb6-1e28-4705-ab91-a5cb7af9a1f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.008055
10.0.0.23 - - [2026-05-18 04:25:07] "GET /bgp-router/89f6efb6-1e28-4705-ab91-a5cb7af9a1f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.006576
10.0.0.23 - - [2026-05-18 04:25:07] "PUT /bgp-router/89f6efb6-1e28-4705-ab91-a5cb7af9a1f8 HTTP/1.1" 200 255 0.047697
10.0.0.23 - - [2026-05-18 04:25:07] "PUT /bgp-router/89f6efb6-1e28-4705-ab91-a5cb7af9a1f8 HTTP/1.1" 200 255 0.060537
10.0.0.23 - - [2026-05-18 04:25:07] "GET /bgp-router/a1718e2c-331f-40cd-9442-a1a40544bbfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.008267
10.0.0.23 - - [2026-05-18 04:25:07] "GET /bgp-router/a1718e2c-331f-40cd-9442-a1a40544bbfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.009203
10.0.0.23 - - [2026-05-18 04:25:07] "PUT /bgp-router/a1718e2c-331f-40cd-9442-a1a40544bbfe HTTP/1.1" 200 255 0.028109
10.0.0.23 - - [2026-05-18 04:25:07] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.004076
10.0.0.23 - - [2026-05-18 04:25:07] "GET /bgp-router/78938360-5e33-40e6-a85b-f8fe336f9310?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.006132
10.0.0.23 - - [2026-05-18 04:25:07] "GET /bgp-router/78938360-5e33-40e6-a85b-f8fe336f9310?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.004846
10.0.0.23 - - [2026-05-18 04:25:07] "PUT /bgp-router/78938360-5e33-40e6-a85b-f8fe336f9310 HTTP/1.1" 200 255 0.039270
10.0.0.23 - - [2026-05-18 04:25:07] "PUT /bgp-router/78938360-5e33-40e6-a85b-f8fe336f9310 HTTP/1.1" 200 255 0.048568
10.0.0.23 - - [2026-05-18 04:25:07] "GET /bgp-router/a1718e2c-331f-40cd-9442-a1a40544bbfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.007472
10.0.0.23 - - [2026-05-18 04:25:07] "GET /bgp-router/a1718e2c-331f-40cd-9442-a1a40544bbfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.007945
10.0.0.23 - - [2026-05-18 04:25:07] "PUT /bgp-router/a1718e2c-331f-40cd-9442-a1a40544bbfe HTTP/1.1" 200 255 0.044708
10.0.0.23 - - [2026-05-18 04:25:07] "PUT /bgp-router/a1718e2c-331f-40cd-9442-a1a40544bbfe HTTP/1.1" 200 255 0.048700
10.0.0.23 - - [2026-05-18 04:25:08] "GET /bgp-router/89f6efb6-1e28-4705-ab91-a5cb7af9a1f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.008355
10.0.0.23 - - [2026-05-18 04:25:08] "GET /bgp-router/89f6efb6-1e28-4705-ab91-a5cb7af9a1f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.006444
10.0.0.23 - - [2026-05-18 04:25:08] "PUT /bgp-router/89f6efb6-1e28-4705-ab91-a5cb7af9a1f8 HTTP/1.1" 200 255 0.053335
10.0.0.23 - - [2026-05-18 04:25:08] "PUT /bgp-router/89f6efb6-1e28-4705-ab91-a5cb7af9a1f8 HTTP/1.1" 200 255 0.052686
10.0.0.23 - - [2026-05-18 04:25:08] "GET /bgp-router/89f6efb6-1e28-4705-ab91-a5cb7af9a1f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.004373
10.0.0.23 - - [2026-05-18 04:25:08] "GET /bgp-router/89f6efb6-1e28-4705-ab91-a5cb7af9a1f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.007025
10.0.0.23 - - [2026-05-18 04:25:08] "PUT /bgp-router/89f6efb6-1e28-4705-ab91-a5cb7af9a1f8 HTTP/1.1" 200 255 0.021084
10.0.0.23 - - [2026-05-18 04:25:08] "POST /ref-update HTTP/1.1" 200 156 0.069264
10.0.0.23 - - [2026-05-18 04:25:08] "POST /neutron/network HTTP/1.1" 200 799 0.015227
10.0.0.240 - - [2026-05-18 04:25:08] "DELETE /access-control-list/6e0cd7ab-dd8b-4748-82df-008aae7ac056 HTTP/1.1" 200 115 0.080003
10.0.0.23 - - [2026-05-18 04:25:08] "GET /virtual-network/8d0eb0e6-34be-4e6f-8f95-f0383a3f3ba7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2002 0.012865
10.0.0.23 - - [2026-05-18 04:25:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.006711
10.0.0.23 - - [2026-05-18 04:25:08] "GET /network-policy/93621781-520f-4462-becf-5512974e5da3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.004486
10.0.0.23 - - [2026-05-18 04:25:08] "POST /ref-update HTTP/1.1" 200 156 0.059763
10.0.0.240 - - [2026-05-18 04:25:08] "POST /ref-update HTTP/1.1" 200 156 0.037987
10.0.0.23 - - [2026-05-18 04:25:08] "GET /virtual-network/0b46f880-5996-442e-ac05-2767273366d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.019928
10.0.0.23 - - [2026-05-18 04:25:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003746
10.0.0.23 - - [2026-05-18 04:25:08] "GET /network-policy/93621781-520f-4462-becf-5512974e5da3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.004135
10.0.0.23 - - [2026-05-18 04:25:08] "DELETE /network-policy/93621781-520f-4462-becf-5512974e5da3 HTTP/1.1" 200 115 0.049936
10.0.0.23 - - [2026-05-18 04:25:09] "POST /neutron/port HTTP/1.1" 200 1127 0.030306
10.0.0.23 - - [2026-05-18 04:25:09] "POST /neutron/port HTTP/1.1" 200 1117 0.016652
10.0.0.23 - - [2026-05-18 04:25:09] "POST /neutron/port HTTP/1.1" 200 151 0.324177
10.0.0.240 - - [2026-05-18 04:25:10] "DELETE /project/6f51bf1312dd4ac4bf56f6ebca5f7d91 HTTP/1.1" 404 173 0.018200
10.0.0.240 - - [2026-05-18 04:25:10] "DELETE /project/66f514a2974e48b2aa0a3496e1c3150c HTTP/1.1" 404 173 0.013400
10.0.0.240 - - [2026-05-18 04:25:10] "GET /projects?obj_uuids=66f514a2-974e-48b2-aa0a-3496e1c3150c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001144
10.0.0.240 - - [2026-05-18 04:25:10] "GET /projects?obj_uuids=937a60b0-cbac-4e87-b8cb-8a8114a9ea50&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002610
10.0.0.240 - - [2026-05-18 04:25:10] "GET /project/66f514a2-974e-48b2-aa0a-3496e1c3150c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.098674
10.0.0.240 - - [2026-05-18 04:25:10] "GET /project/937a60b0-cbac-4e87-b8cb-8a8114a9ea50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.117359
10.0.0.240 - - [2026-05-18 04:25:10] "GET /projects?obj_uuids=66f514a2-974e-48b2-aa0a-3496e1c3150c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001101
10.0.0.240 - - [2026-05-18 04:25:10] "GET /projects?obj_uuids=937a60b0-cbac-4e87-b8cb-8a8114a9ea50&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001085
10.0.0.240 - - [2026-05-18 04:25:10] "GET /project/937a60b0-cbac-4e87-b8cb-8a8114a9ea50?fields=security_groups HTTP/1.1" 200 1114 0.101748
10.0.0.240 - - [2026-05-18 04:25:10] "GET /project/66f514a2-974e-48b2-aa0a-3496e1c3150c?fields=security_groups HTTP/1.1" 200 1362 0.122139
10.0.0.240 - - [2026-05-18 04:25:10] "GET /projects?obj_uuids=937a60b0-cbac-4e87-b8cb-8a8114a9ea50&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001137
10.0.0.240 - - [2026-05-18 04:25:10] "GET /project/937a60b0-cbac-4e87-b8cb-8a8114a9ea50?fields=application_policy_sets HTTP/1.1" 200 1420 0.101781
10.0.0.240 - - [2026-05-18 04:25:10] "DELETE /security-group/d3a38354-3cf0-47f9-b519-88479d43e25a HTTP/1.1" 200 115 0.173548
10.0.0.240 - - [2026-05-18 04:25:11] "GET /projects?obj_uuids=66f514a2-974e-48b2-aa0a-3496e1c3150c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001778
10.0.0.240 - - [2026-05-18 04:25:11] "DELETE /access-control-list/2573f105-eb62-4c31-8a98-8897a4d0c776 HTTP/1.1" 200 115 0.073619
10.0.0.240 - - [2026-05-18 04:25:11] "GET /project/66f514a2-974e-48b2-aa0a-3496e1c3150c?fields=application_policy_sets HTTP/1.1" 200 1401 0.106651
10.0.0.240 - - [2026-05-18 04:25:11] "DELETE /project/937a60b0-cbac-4e87-b8cb-8a8114a9ea50 HTTP/1.1" 200 115 0.699440
10.0.0.240 - - [2026-05-18 04:25:11] "DELETE /project/66f514a2-974e-48b2-aa0a-3496e1c3150c HTTP/1.1" 200 115 0.860574
10.0.0.23 - - [2026-05-18 04:25:11] "POST /neutron/network HTTP/1.1" 200 799 0.011196
10.0.0.240 - - [2026-05-18 04:25:11] "DELETE /route-target/03f9027f-4b76-4c69-839e-61e44ae3790f HTTP/1.1" 200 115 0.040807
10.0.0.23 - - [2026-05-18 04:25:11] "POST /ref-update HTTP/1.1" 200 156 0.074235
10.0.0.240 - - [2026-05-18 04:25:11] "DELETE /access-control-list/457282c2-6b58-4c0d-9bcc-6a606cddbf98 HTTP/1.1" 200 115 0.063141
10.0.0.23 - - [2026-05-18 04:25:11] "GET /virtual-network/2872f7cb-8091-48d7-823d-fef9e567b997?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.030259
10.0.0.23 - - [2026-05-18 04:25:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003828
10.0.0.23 - - [2026-05-18 04:25:11] "GET /network-policy/97aeaa53-6d7b-42fb-b08e-49884178039b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.014228
10.0.0.23 - - [2026-05-18 04:25:11] "POST /ref-update HTTP/1.1" 200 156 0.078598
10.0.0.240 - - [2026-05-18 04:25:11] "POST /ref-update HTTP/1.1" 200 156 0.044716
10.0.0.23 - - [2026-05-18 04:25:11] "POST /neutron/network HTTP/1.1" 200 974 0.033431
10.0.0.23 - - [2026-05-18 04:25:12] "GET /virtual-network/25437f78-02e3-49a8-96b0-98cf02e3497e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.024030
10.0.0.23 - - [2026-05-18 04:25:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.008117
10.0.0.23 - - [2026-05-18 04:25:12] "GET /network-policy/97aeaa53-6d7b-42fb-b08e-49884178039b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.004578
10.0.0.23 - - [2026-05-18 04:25:12] "DELETE /network-policy/97aeaa53-6d7b-42fb-b08e-49884178039b HTTP/1.1" 200 115 0.071975
10.0.0.23 - - [2026-05-18 04:25:12] "POST /neutron/port HTTP/1.1" 200 1218 0.021811
10.0.0.23 - - [2026-05-18 04:25:12] "POST /neutron/port HTTP/1.1" 200 1216 0.025138
10.0.0.23 - - [2026-05-18 04:25:14] "POST /neutron/network HTTP/1.1" 200 976 0.014210
10.0.0.240 - - [2026-05-18 04:25:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.007813
10.0.0.240 - - [2026-05-18 04:25:14] "POST /useragent-kv HTTP/1.1" 200 115 0.004462
10.0.0.240 - - [2026-05-18 04:25:14] "POST /useragent-kv HTTP/1.1" 200 115 0.003744
10.0.0.240 - - [2026-05-18 04:25:14] "POST /useragent-kv HTTP/1.1" 200 115 0.002804
10.0.0.240 - - [2026-05-18 04:25:14] "POST /useragent-kv HTTP/1.1" 200 115 0.011596
10.0.0.23 - - [2026-05-18 04:25:14] "POST /neutron/network HTTP/1.1" 200 151 0.199555
10.0.0.23 - - [2026-05-18 04:25:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004673
10.0.0.240 - - [2026-05-18 04:25:16] "GET /projects?obj_uuids=6f51bf13-12dd-4ac4-bf56-f6ebca5f7d91&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001066
10.0.0.23 - - [2026-05-18 04:25:16] "GET /project/6f51bf13-12dd-4ac4-bf56-f6ebca5f7d91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.060518
10.0.0.240 - - [2026-05-18 04:25:16] "POST /ref-update HTTP/1.1" 200 156 0.031274
10.0.0.240 - - [2026-05-18 04:25:16] "POST /fqname-to-id HTTP/1.1" 404 207 0.005846
10.0.0.240 - - [2026-05-18 04:25:16] "POST /useragent-kv HTTP/1.1" 200 115 0.011616
10.0.0.23 - - [2026-05-18 04:25:16] "POST /neutron/subnet HTTP/1.1" 200 716 0.241455
10.0.0.23 - - [2026-05-18 04:25:17] "POST /id-to-fqname HTTP/1.1" 200 222 0.002431
10.0.0.23 - - [2026-05-18 04:25:17] "GET /virtual-network/5bab5a33-23d1-4e0d-9d82-7c19b5f21a86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2561 0.022474
10.0.0.23 - - [2026-05-18 04:25:17] "POST /neutron/network HTTP/1.1" 200 975 0.010653
10.0.0.23 - - [2026-05-18 04:25:17] "GET /virtual-network/5bab5a33-23d1-4e0d-9d82-7c19b5f21a86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2561 0.007627
10.0.0.23 - - [2026-05-18 04:25:17] "POST /neutron/subnet HTTP/1.1" 200 724 0.014484
10.0.0.23 - - [2026-05-18 04:25:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004189
10.0.0.240 - - [2026-05-18 04:25:17] "GET /projects?obj_uuids=6f51bf13-12dd-4ac4-bf56-f6ebca5f7d91&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001095
10.0.0.23 - - [2026-05-18 04:25:17] "GET /project/6f51bf13-12dd-4ac4-bf56-f6ebca5f7d91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.057672
10.0.0.240 - - [2026-05-18 04:25:17] "POST /useragent-kv HTTP/1.1" 200 115 0.012421
10.0.0.23 - - [2026-05-18 04:25:17] "POST /neutron/subnet HTTP/1.1" 200 716 0.262059
10.0.0.240 - - [2026-05-18 04:25:17] "POST /fqname-to-id HTTP/1.1" 404 207 0.003918
10.0.0.23 - - [2026-05-18 04:25:18] "POST /id-to-fqname HTTP/1.1" 200 222 0.001351
10.0.0.23 - - [2026-05-18 04:25:18] "GET /virtual-network/51c38138-1984-4b3b-bc89-83b847535cf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2555 0.009880
10.0.0.23 - - [2026-05-18 04:25:18] "POST /neutron/network HTTP/1.1" 200 973 0.018795
10.0.0.23 - - [2026-05-18 04:25:18] "GET /virtual-network/51c38138-1984-4b3b-bc89-83b847535cf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2555 0.009161
10.0.0.23 - - [2026-05-18 04:25:18] "POST /neutron/subnet HTTP/1.1" 200 715 0.020303
10.0.0.23 - - [2026-05-18 04:25:18] "POST /id-to-fqname HTTP/1.1" 200 222 0.001118
10.0.0.240 - - [2026-05-18 04:25:19] "GET /projects?obj_uuids=6f51bf13-12dd-4ac4-bf56-f6ebca5f7d91&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001276
10.0.0.23 - - [2026-05-18 04:25:19] "GET /project/6f51bf13-12dd-4ac4-bf56-f6ebca5f7d91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.083147
10.0.0.23 - - [2026-05-18 04:25:19] "POST /neutron/network HTTP/1.1" 200 975 0.037439
10.0.0.23 - - [2026-05-18 04:25:19] "POST /id-to-fqname HTTP/1.1" 200 222 0.001638
10.0.0.23 - - [2026-05-18 04:25:19] "POST /neutron/port HTTP/1.1" 200 4186 0.044724
10.0.0.240 - - [2026-05-18 04:25:20] "GET /projects?obj_uuids=6f51bf13-12dd-4ac4-bf56-f6ebca5f7d91&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001106
10.0.0.23 - - [2026-05-18 04:25:20] "POST /neutron/port HTTP/1.1" 200 1153 0.462220
10.0.0.240 - - [2026-05-18 04:25:20] "GET /projects?obj_uuids=6f51bf13-12dd-4ac4-bf56-f6ebca5f7d91&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001525
10.0.0.23 - - [2026-05-18 04:25:20] "POST /neutron/port HTTP/1.1" 200 1207 0.167521
10.0.0.23 - - [2026-05-18 04:25:20] "GET /project/6f51bf13-12dd-4ac4-bf56-f6ebca5f7d91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.127337
10.0.0.23 - - [2026-05-18 04:25:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005079
10.0.0.23 - - [2026-05-18 04:25:20] "POST /neutron/port HTTP/1.1" 200 117 0.001191
10.0.0.23 - - [2026-05-18 04:25:21] "POST /neutron/port HTTP/1.1" 200 5249 0.061235
10.0.0.23 - - [2026-05-18 04:25:21] "POST /neutron/port HTTP/1.1" 200 1217 0.023429
10.0.0.240 - - [2026-05-18 04:25:21] "GET /projects?obj_uuids=6f51bf13-12dd-4ac4-bf56-f6ebca5f7d91&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001096
10.0.0.23 - - [2026-05-18 04:25:21] "POST /neutron/port HTTP/1.1" 200 1151 0.409779
10.0.0.23 - - [2026-05-18 04:25:22] "POST /neutron/port HTTP/1.1" 200 1205 0.148275
10.0.0.23 - - [2026-05-18 04:25:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005018
10.0.0.23 - - [2026-05-18 04:25:22] "POST /neutron/port HTTP/1.1" 200 117 0.001268
10.0.0.23 - - [2026-05-18 04:25:26] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009288
10.0.0.23 - - [2026-05-18 04:25:26] "POST /neutron/port HTTP/1.1" 200 1217 0.020388
10.0.0.23 - - [2026-05-18 04:25:26] "GET /virtual-machine/db59d5ea-97d9-46ab-a88d-d83191c51ac1 HTTP/1.1" 200 1303 0.006757
10.0.0.23 - - [2026-05-18 04:25:26] "GET /virtual-machine-interface/b5e0dc41-72f2-410a-b0e2-e7f3454fae14 HTTP/1.1" 200 3165 0.006216
10.0.0.23 - - [2026-05-18 04:25:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004097
10.0.0.23 - - [2026-05-18 04:25:26] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006126
10.0.0.23 - - [2026-05-18 04:25:26] "GET /virtual-networks?parent_id=6f51bf13-12dd-4ac4-bf56-f6ebca5f7d91&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003130
10.0.0.23 - - [2026-05-18 04:25:26] "GET /virtual-network/5bab5a33-23d1-4e0d-9d82-7c19b5f21a86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2561 0.006703
10.0.0.23 - - [2026-05-18 04:25:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003712
10.0.0.23 - - [2026-05-18 04:25:29] "GET /virtual-network/5bab5a33-23d1-4e0d-9d82-7c19b5f21a86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2561 0.005279
10.0.0.23 - - [2026-05-18 04:25:30] "POST /neutron/security_group HTTP/1.1" 200 2066 0.120379
10.0.0.23 - - [2026-05-18 04:25:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003702
10.0.0.23 - - [2026-05-18 04:25:31] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.009094
10.0.0.23 - - [2026-05-18 04:25:31] "GET /virtual-networks?parent_id=6f51bf13-12dd-4ac4-bf56-f6ebca5f7d91&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.004742
10.0.0.23 - - [2026-05-18 04:25:31] "GET /virtual-network/5bab5a33-23d1-4e0d-9d82-7c19b5f21a86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2561 0.006898
10.0.0.23 - - [2026-05-18 04:25:33] "POST /neutron/port HTTP/1.1" 200 1215 0.023595
10.0.0.23 - - [2026-05-18 04:25:37] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010970
10.0.0.23 - - [2026-05-18 04:25:37] "POST /neutron/port HTTP/1.1" 200 1215 0.025886
10.0.0.23 - - [2026-05-18 04:25:37] "GET /virtual-machine/712e2a52-8245-4d01-8573-a18e6a39d3bd HTTP/1.1" 200 1301 0.007509
10.0.0.23 - - [2026-05-18 04:25:37] "GET /virtual-machine-interface/0c83f035-a45e-4d19-90c6-e88baf337c6c HTTP/1.1" 200 3163 0.005186
10.0.0.23 - - [2026-05-18 04:25:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.006126
10.0.0.23 - - [2026-05-18 04:25:37] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004766
10.0.0.23 - - [2026-05-18 04:25:37] "GET /virtual-networks?parent_id=6f51bf13-12dd-4ac4-bf56-f6ebca5f7d91&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003252
10.0.0.23 - - [2026-05-18 04:25:37] "GET /virtual-network/51c38138-1984-4b3b-bc89-83b847535cf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2555 0.007704
10.0.0.23 - - [2026-05-18 04:25:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003605
10.0.0.23 - - [2026-05-18 04:25:38] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003716
10.0.0.23 - - [2026-05-18 04:25:38] "GET /virtual-networks?parent_id=6f51bf13-12dd-4ac4-bf56-f6ebca5f7d91&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003283
10.0.0.23 - - [2026-05-18 04:25:38] "GET /virtual-network/51c38138-1984-4b3b-bc89-83b847535cf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2555 0.009908
10.0.0.23 - - [2026-05-18 04:25:39] "POST /fqname-to-id HTTP/1.1" 404 209 0.003888
10.0.0.23 - - [2026-05-18 04:25:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003608
10.0.0.240 - - [2026-05-18 04:25:39] "GET /projects?obj_uuids=6f51bf13-12dd-4ac4-bf56-f6ebca5f7d91&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001085
10.0.0.23 - - [2026-05-18 04:25:39] "GET /project/6f51bf13-12dd-4ac4-bf56-f6ebca5f7d91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.058721
10.0.0.23 - - [2026-05-18 04:25:39] "POST /network-policys HTTP/1.1" 200 535 0.034433
10.0.0.23 - - [2026-05-18 04:25:39] "GET /network-policy/78a83db4-2548-4cab-94f0-49578abaf3cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.007741
10.0.0.23 - - [2026-05-18 04:25:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003127
10.0.0.23 - - [2026-05-18 04:25:39] "GET /virtual-network/5bab5a33-23d1-4e0d-9d82-7c19b5f21a86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2561 0.012028
10.0.0.23 - - [2026-05-18 04:25:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003384
10.0.0.23 - - [2026-05-18 04:25:39] "GET /network-policy/78a83db4-2548-4cab-94f0-49578abaf3cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.005711
10.0.0.23 - - [2026-05-18 04:25:39] "POST /ref-update HTTP/1.1" 200 156 0.057844
10.0.0.23 - - [2026-05-18 04:25:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003460
10.0.0.23 - - [2026-05-18 04:25:39] "GET /network-policy/78a83db4-2548-4cab-94f0-49578abaf3cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.005224
10.0.0.23 - - [2026-05-18 04:25:39] "GET /virtual-network/5bab5a33-23d1-4e0d-9d82-7c19b5f21a86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2869 0.009244
10.0.0.23 - - [2026-05-18 04:25:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003797
10.0.0.23 - - [2026-05-18 04:25:39] "GET /network-policy/78a83db4-2548-4cab-94f0-49578abaf3cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.004896
10.0.0.23 - - [2026-05-18 04:25:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004007
10.0.0.23 - - [2026-05-18 04:25:39] "GET /virtual-network/51c38138-1984-4b3b-bc89-83b847535cf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2555 0.006637
10.0.0.23 - - [2026-05-18 04:25:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003543
10.0.0.240 - - [2026-05-18 04:25:39] "POST /fqname-to-id HTTP/1.1" 404 230 0.003851
10.0.0.23 - - [2026-05-18 04:25:39] "GET /network-policy/78a83db4-2548-4cab-94f0-49578abaf3cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.004271
10.0.0.23 - - [2026-05-18 04:25:39] "POST /ref-update HTTP/1.1" 200 156 0.054151
10.0.0.23 - - [2026-05-18 04:25:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.005661
10.0.0.240 - - [2026-05-18 04:25:39] "POST /access-control-lists HTTP/1.1" 200 580 0.044284
10.0.0.23 - - [2026-05-18 04:25:39] "GET /network-policy/78a83db4-2548-4cab-94f0-49578abaf3cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.004628
10.0.0.23 - - [2026-05-18 04:25:40] "POST /neutron/network HTTP/1.1" 200 1059 0.045608
10.0.0.23 - - [2026-05-18 04:25:40] "GET /virtual-network/51c38138-1984-4b3b-bc89-83b847535cf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2863 0.009221
10.0.0.23 - - [2026-05-18 04:25:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004845
10.0.0.23 - - [2026-05-18 04:25:40] "GET /network-policy/78a83db4-2548-4cab-94f0-49578abaf3cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.005973
10.0.0.23 - - [2026-05-18 04:25:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002966
10.0.0.240 - - [2026-05-18 04:25:40] "GET /projects?obj_uuids=6f51bf13-12dd-4ac4-bf56-f6ebca5f7d91&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001340
10.0.0.23 - - [2026-05-18 04:25:40] "GET /project/6f51bf13-12dd-4ac4-bf56-f6ebca5f7d91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.058798
10.0.0.240 - - [2026-05-18 04:25:40] "POST /ref-update HTTP/1.1" 200 156 0.028107
10.0.0.240 - - [2026-05-18 04:25:40] "POST /useragent-kv HTTP/1.1" 200 115 0.011444
10.0.0.23 - - [2026-05-18 04:25:40] "POST /neutron/subnet HTTP/1.1" 200 701 0.266168
10.0.0.23 - - [2026-05-18 04:25:40] "POST /id-to-fqname HTTP/1.1" 200 214 0.001385
10.0.0.23 - - [2026-05-18 04:25:40] "GET /virtual-network/573aa052-ca14-484a-8c7f-6d6f29ead52b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2001 0.006443
10.0.0.23 - - [2026-05-18 04:25:40] "GET /virtual-network/573aa052-ca14-484a-8c7f-6d6f29ead52b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2001 0.006655
10.0.0.23 - - [2026-05-18 04:25:40] "POST /neutron/network HTTP/1.1" 200 799 0.007415
10.0.0.23 - - [2026-05-18 04:25:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004333
10.0.0.240 - - [2026-05-18 04:25:40] "GET /projects?obj_uuids=6f51bf13-12dd-4ac4-bf56-f6ebca5f7d91&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001014
10.0.0.23 - - [2026-05-18 04:25:40] "GET /project/6f51bf13-12dd-4ac4-bf56-f6ebca5f7d91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.059752
10.0.0.240 - - [2026-05-18 04:25:41] "GET /projects?obj_uuids=6f51bf13-12dd-4ac4-bf56-f6ebca5f7d91&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001147
10.0.0.23 - - [2026-05-18 04:25:41] "POST /neutron/network HTTP/1.1" 200 585 0.161617
10.0.0.23 - - [2026-05-18 04:25:41] "POST /id-to-fqname HTTP/1.1" 200 214 0.005546
10.0.0.23 - - [2026-05-18 04:25:41] "GET /virtual-network/bc0113eb-30c5-4b33-bf87-ce15c9cae1a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2002 0.006911
10.0.0.23 - - [2026-05-18 04:25:41] "POST /neutron/network HTTP/1.1" 200 799 0.008981
10.0.0.23 - - [2026-05-18 04:25:41] "GET /virtual-network/bc0113eb-30c5-4b33-bf87-ce15c9cae1a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2002 0.005540
10.0.0.23 - - [2026-05-18 04:25:41] "POST /fqname-to-id HTTP/1.1" 404 239 0.003576
10.0.0.23 - - [2026-05-18 04:25:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003325
10.0.0.240 - - [2026-05-18 04:25:41] "GET /projects?obj_uuids=6f51bf13-12dd-4ac4-bf56-f6ebca5f7d91&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001336
10.0.0.23 - - [2026-05-18 04:25:41] "GET /project/6f51bf13-12dd-4ac4-bf56-f6ebca5f7d91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.054533
10.0.0.23 - - [2026-05-18 04:25:41] "POST /network-policys HTTP/1.1" 200 589 0.031668
10.0.0.23 - - [2026-05-18 04:25:41] "GET /network-policy/19d5cb6a-9682-425c-8bd6-ba1ba56ee527?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.007325
10.0.0.23 - - [2026-05-18 04:25:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003218
10.0.0.23 - - [2026-05-18 04:25:41] "GET /virtual-network/573aa052-ca14-484a-8c7f-6d6f29ead52b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2001 0.010457
10.0.0.23 - - [2026-05-18 04:25:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004187
10.0.0.23 - - [2026-05-18 04:25:41] "GET /network-policy/19d5cb6a-9682-425c-8bd6-ba1ba56ee527?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.005746
10.0.0.240 - - [2026-05-18 04:25:42] "POST /fqname-to-id HTTP/1.1" 404 210 0.011026
10.0.0.23 - - [2026-05-18 04:25:42] "POST /ref-update HTTP/1.1" 200 156 0.061330
10.0.0.23 - - [2026-05-18 04:25:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.008091
10.0.0.23 - - [2026-05-18 04:25:42] "GET /network-policy/19d5cb6a-9682-425c-8bd6-ba1ba56ee527?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.004235
10.0.0.23 - - [2026-05-18 04:25:42] "POST /neutron/network HTTP/1.1" 200 912 0.010112
10.0.0.23 - - [2026-05-18 04:25:42] "GET /virtual-network/573aa052-ca14-484a-8c7f-6d6f29ead52b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2335 0.006703
10.0.0.23 - - [2026-05-18 04:25:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003546
10.0.0.23 - - [2026-05-18 04:25:42] "GET /network-policy/19d5cb6a-9682-425c-8bd6-ba1ba56ee527?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.004435
10.0.0.23 - - [2026-05-18 04:25:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004665
10.0.0.23 - - [2026-05-18 04:25:42] "GET /virtual-network/bc0113eb-30c5-4b33-bf87-ce15c9cae1a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2002 0.006160
10.0.0.23 - - [2026-05-18 04:25:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004505
10.0.0.23 - - [2026-05-18 04:25:42] "GET /network-policy/19d5cb6a-9682-425c-8bd6-ba1ba56ee527?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.006155
10.0.0.23 - - [2026-05-18 04:25:42] "POST /ref-update HTTP/1.1" 200 156 0.091793
10.0.0.240 - - [2026-05-18 04:25:42] "POST /access-control-lists HTTP/1.1" 200 556 0.062730
10.0.0.23 - - [2026-05-18 04:25:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.008040
10.0.0.23 - - [2026-05-18 04:25:42] "GET /network-policy/19d5cb6a-9682-425c-8bd6-ba1ba56ee527?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.004261
10.0.0.23 - - [2026-05-18 04:25:42] "GET /virtual-network/bc0113eb-30c5-4b33-bf87-ce15c9cae1a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2337 0.007237
10.0.0.23 - - [2026-05-18 04:25:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003352
10.0.0.23 - - [2026-05-18 04:25:42] "GET /network-policy/19d5cb6a-9682-425c-8bd6-ba1ba56ee527?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.005990
10.0.0.23 - - [2026-05-18 04:25:42] "POST /id-to-fqname HTTP/1.1" 200 214 0.001485
10.0.0.23 - - [2026-05-18 04:25:42] "POST /neutron/security_group HTTP/1.1" 200 2066 0.011571
10.0.0.240 - - [2026-05-18 04:25:43] "GET /projects?obj_uuids=6f51bf13-12dd-4ac4-bf56-f6ebca5f7d91&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001045
10.0.0.23 - - [2026-05-18 04:25:43] "GET /project/6f51bf13-12dd-4ac4-bf56-f6ebca5f7d91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.101667
10.0.0.23 - - [2026-05-18 04:25:44] "POST /neutron/port HTTP/1.1" 200 6310 0.076184
10.0.0.23 - - [2026-05-18 04:25:44] "POST /id-to-fqname HTTP/1.1" 200 214 0.002143
10.0.0.23 - - [2026-05-18 04:25:44] "POST /neutron/port HTTP/1.1" 200 6310 0.065723
10.0.0.23 - - [2026-05-18 04:25:44] "POST /neutron/network HTTP/1.1" 200 922 0.007979
10.0.0.23 - - [2026-05-18 04:25:45] "POST /neutron/port HTTP/1.1" 200 1063 0.068300
10.0.0.240 - - [2026-05-18 04:25:45] "GET /projects?obj_uuids=6f51bf13-12dd-4ac4-bf56-f6ebca5f7d91&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001320
10.0.0.23 - - [2026-05-18 04:25:45] "GET /project/6f51bf13-12dd-4ac4-bf56-f6ebca5f7d91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.136005
10.0.0.23 - - [2026-05-18 04:25:45] "POST /neutron/network HTTP/1.1" 200 912 0.009724
10.0.0.23 - - [2026-05-18 04:25:45] "POST /neutron/port HTTP/1.1" 200 117 0.001220
10.0.0.23 - - [2026-05-18 04:25:45] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008919
10.0.0.23 - - [2026-05-18 04:25:45] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.004111
10.0.0.23 - - [2026-05-18 04:25:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004478
10.0.0.23 - - [2026-05-18 04:25:46] "GET /bgp-router/78938360-5e33-40e6-a85b-f8fe336f9310?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.007807
10.0.0.240 - - [2026-05-18 04:25:46] "GET /projects?obj_uuids=6f51bf13-12dd-4ac4-bf56-f6ebca5f7d91&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001011
10.0.0.23 - - [2026-05-18 04:25:46] "POST /neutron/port HTTP/1.1" 200 1063 0.419173
10.0.0.23 - - [2026-05-18 04:25:47] "POST /neutron/port HTTP/1.1" 200 1117 0.118786
10.0.0.23 - - [2026-05-18 04:25:47] "POST /neutron/subnet HTTP/1.1" 200 675 0.011446
10.0.0.23 - - [2026-05-18 04:25:47] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.004842
10.0.0.23 - - [2026-05-18 04:25:47] "GET /bgp-router/78938360-5e33-40e6-a85b-f8fe336f9310?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005068
10.0.0.23 - - [2026-05-18 04:25:47] "GET /bgp-router/78938360-5e33-40e6-a85b-f8fe336f9310?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.004556
10.0.0.23 - - [2026-05-18 04:25:47] "PUT /bgp-router/78938360-5e33-40e6-a85b-f8fe336f9310 HTTP/1.1" 200 255 0.036375
10.0.0.23 - - [2026-05-18 04:25:47] "PUT /bgp-router/78938360-5e33-40e6-a85b-f8fe336f9310 HTTP/1.1" 200 255 0.054204
10.0.0.23 - - [2026-05-18 04:25:47] "GET /bgp-router/a1718e2c-331f-40cd-9442-a1a40544bbfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.009274
10.0.0.23 - - [2026-05-18 04:25:47] "GET /bgp-router/a1718e2c-331f-40cd-9442-a1a40544bbfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.006355
10.0.0.23 - - [2026-05-18 04:25:47] "PUT /bgp-router/a1718e2c-331f-40cd-9442-a1a40544bbfe HTTP/1.1" 200 255 0.047455
10.0.0.23 - - [2026-05-18 04:25:47] "PUT /bgp-router/a1718e2c-331f-40cd-9442-a1a40544bbfe HTTP/1.1" 200 255 0.056573
10.0.0.23 - - [2026-05-18 04:25:47] "GET /bgp-router/89f6efb6-1e28-4705-ab91-a5cb7af9a1f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.016957
10.0.0.23 - - [2026-05-18 04:25:47] "GET /bgp-router/89f6efb6-1e28-4705-ab91-a5cb7af9a1f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.008692
10.0.0.23 - - [2026-05-18 04:25:47] "PUT /bgp-router/89f6efb6-1e28-4705-ab91-a5cb7af9a1f8 HTTP/1.1" 200 255 0.038594
10.0.0.23 - - [2026-05-18 04:25:48] "PUT /bgp-router/89f6efb6-1e28-4705-ab91-a5cb7af9a1f8 HTTP/1.1" 200 255 0.067717
10.0.0.23 - - [2026-05-18 04:25:48] "GET /bgp-router/78938360-5e33-40e6-a85b-f8fe336f9310?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.009366
10.0.0.23 - - [2026-05-18 04:25:48] "GET /bgp-router/78938360-5e33-40e6-a85b-f8fe336f9310?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005022
10.0.0.23 - - [2026-05-18 04:25:48] "PUT /bgp-router/78938360-5e33-40e6-a85b-f8fe336f9310 HTTP/1.1" 200 255 0.028693
10.0.0.23 - - [2026-05-18 04:25:48] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.004055
10.0.0.23 - - [2026-05-18 04:25:48] "GET /bgp-router/78938360-5e33-40e6-a85b-f8fe336f9310?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.006707
10.0.0.23 - - [2026-05-18 04:25:48] "GET /bgp-router/78938360-5e33-40e6-a85b-f8fe336f9310?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.004679
10.0.0.23 - - [2026-05-18 04:25:48] "PUT /bgp-router/78938360-5e33-40e6-a85b-f8fe336f9310 HTTP/1.1" 200 255 0.046428
10.0.0.23 - - [2026-05-18 04:25:48] "PUT /bgp-router/78938360-5e33-40e6-a85b-f8fe336f9310 HTTP/1.1" 200 255 0.059650
10.0.0.23 - - [2026-05-18 04:25:48] "GET /bgp-router/a1718e2c-331f-40cd-9442-a1a40544bbfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.010810
10.0.0.23 - - [2026-05-18 04:25:48] "GET /bgp-router/a1718e2c-331f-40cd-9442-a1a40544bbfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.007002
10.0.0.23 - - [2026-05-18 04:25:48] "PUT /bgp-router/a1718e2c-331f-40cd-9442-a1a40544bbfe HTTP/1.1" 200 255 0.048460
10.0.0.23 - - [2026-05-18 04:25:48] "PUT /bgp-router/a1718e2c-331f-40cd-9442-a1a40544bbfe HTTP/1.1" 200 255 0.053327
10.0.0.23 - - [2026-05-18 04:25:48] "GET /bgp-router/89f6efb6-1e28-4705-ab91-a5cb7af9a1f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.014105
10.0.0.23 - - [2026-05-18 04:25:48] "GET /bgp-router/89f6efb6-1e28-4705-ab91-a5cb7af9a1f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.004741
10.0.0.23 - - [2026-05-18 04:25:48] "PUT /bgp-router/89f6efb6-1e28-4705-ab91-a5cb7af9a1f8 HTTP/1.1" 200 255 0.046733
10.0.0.23 - - [2026-05-18 04:25:48] "PUT /bgp-router/89f6efb6-1e28-4705-ab91-a5cb7af9a1f8 HTTP/1.1" 200 255 0.036365
10.0.0.23 - - [2026-05-18 04:25:48] "GET /bgp-router/a1718e2c-331f-40cd-9442-a1a40544bbfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.004864
10.0.0.23 - - [2026-05-18 04:25:48] "GET /bgp-router/a1718e2c-331f-40cd-9442-a1a40544bbfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.009682
10.0.0.23 - - [2026-05-18 04:25:48] "PUT /bgp-router/a1718e2c-331f-40cd-9442-a1a40544bbfe HTTP/1.1" 200 255 0.031555
10.0.0.23 - - [2026-05-18 04:25:48] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.008520
10.0.0.23 - - [2026-05-18 04:25:49] "GET /bgp-router/78938360-5e33-40e6-a85b-f8fe336f9310?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.007801
10.0.0.23 - - [2026-05-18 04:25:49] "GET /bgp-router/78938360-5e33-40e6-a85b-f8fe336f9310?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005344
10.0.0.23 - - [2026-05-18 04:25:49] "PUT /bgp-router/78938360-5e33-40e6-a85b-f8fe336f9310 HTTP/1.1" 200 255 0.043329
10.0.0.23 - - [2026-05-18 04:25:49] "PUT /bgp-router/78938360-5e33-40e6-a85b-f8fe336f9310 HTTP/1.1" 200 255 0.063351
10.0.0.23 - - [2026-05-18 04:25:49] "GET /bgp-router/a1718e2c-331f-40cd-9442-a1a40544bbfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.011068
10.0.0.23 - - [2026-05-18 04:25:49] "GET /bgp-router/a1718e2c-331f-40cd-9442-a1a40544bbfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.012376
10.0.0.23 - - [2026-05-18 04:25:49] "PUT /bgp-router/a1718e2c-331f-40cd-9442-a1a40544bbfe HTTP/1.1" 200 255 0.047839
10.0.0.23 - - [2026-05-18 04:25:49] "PUT /bgp-router/a1718e2c-331f-40cd-9442-a1a40544bbfe HTTP/1.1" 200 255 0.054167
10.0.0.23 - - [2026-05-18 04:25:49] "GET /bgp-router/89f6efb6-1e28-4705-ab91-a5cb7af9a1f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.005116
10.0.0.23 - - [2026-05-18 04:25:49] "GET /bgp-router/89f6efb6-1e28-4705-ab91-a5cb7af9a1f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.005051
10.0.0.23 - - [2026-05-18 04:25:49] "PUT /bgp-router/89f6efb6-1e28-4705-ab91-a5cb7af9a1f8 HTTP/1.1" 200 255 0.056481
10.0.0.23 - - [2026-05-18 04:25:49] "PUT /bgp-router/89f6efb6-1e28-4705-ab91-a5cb7af9a1f8 HTTP/1.1" 200 255 0.059876
10.0.0.23 - - [2026-05-18 04:25:49] "GET /bgp-router/89f6efb6-1e28-4705-ab91-a5cb7af9a1f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.012486
10.0.0.23 - - [2026-05-18 04:25:49] "GET /bgp-router/89f6efb6-1e28-4705-ab91-a5cb7af9a1f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.007008
10.0.0.23 - - [2026-05-18 04:25:49] "PUT /bgp-router/89f6efb6-1e28-4705-ab91-a5cb7af9a1f8 HTTP/1.1" 200 255 0.026397
10.0.0.23 - - [2026-05-18 04:25:49] "GET /bgp-router/78938360-5e33-40e6-a85b-f8fe336f9310?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005388
10.0.0.23 - - [2026-05-18 04:25:49] "GET /bgp-router/78938360-5e33-40e6-a85b-f8fe336f9310?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.007573
10.0.0.23 - - [2026-05-18 04:25:49] "PUT /bgp-router/78938360-5e33-40e6-a85b-f8fe336f9310 HTTP/1.1" 200 255 0.025462
10.0.0.23 - - [2026-05-18 04:25:49] "GET /bgp-router/a1718e2c-331f-40cd-9442-a1a40544bbfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.005395
10.0.0.23 - - [2026-05-18 04:25:49] "GET /bgp-router/a1718e2c-331f-40cd-9442-a1a40544bbfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.004767
10.0.0.23 - - [2026-05-18 04:25:49] "PUT /bgp-router/a1718e2c-331f-40cd-9442-a1a40544bbfe HTTP/1.1" 200 255 0.020936
10.0.0.23 - - [2026-05-18 04:25:49] "GET /bgp-router/89f6efb6-1e28-4705-ab91-a5cb7af9a1f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.006395
10.0.0.23 - - [2026-05-18 04:25:49] "GET /bgp-router/89f6efb6-1e28-4705-ab91-a5cb7af9a1f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.003977
10.0.0.23 - - [2026-05-18 04:25:50] "PUT /bgp-router/89f6efb6-1e28-4705-ab91-a5cb7af9a1f8 HTTP/1.1" 200 255 0.019242
10.0.0.23 - - [2026-05-18 04:25:51] "POST /neutron/port HTTP/1.1" 200 1217 0.022840
10.0.0.23 - - [2026-05-18 04:25:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003947
10.0.0.23 - - [2026-05-18 04:25:51] "POST /neutron/port HTTP/1.1" 200 117 0.001170
10.0.0.23 - - [2026-05-18 04:25:55] "POST /neutron/port HTTP/1.1" 200 1127 0.026403
10.0.0.23 - - [2026-05-18 04:25:58] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007093
10.0.0.23 - - [2026-05-18 04:26:00] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.004731
10.0.0.23 - - [2026-05-18 04:26:00] "GET /bgp-router/78938360-5e33-40e6-a85b-f8fe336f9310?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.007930
10.0.0.23 - - [2026-05-18 04:26:00] "GET /bgp-router/78938360-5e33-40e6-a85b-f8fe336f9310?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.009932
10.0.0.23 - - [2026-05-18 04:26:00] "PUT /bgp-router/78938360-5e33-40e6-a85b-f8fe336f9310 HTTP/1.1" 200 255 0.047098
10.0.0.23 - - [2026-05-18 04:26:00] "PUT /bgp-router/78938360-5e33-40e6-a85b-f8fe336f9310 HTTP/1.1" 200 255 0.046619
10.0.0.23 - - [2026-05-18 04:26:00] "GET /bgp-router/a1718e2c-331f-40cd-9442-a1a40544bbfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2907 0.010714
10.0.0.23 - - [2026-05-18 04:26:00] "GET /bgp-router/a1718e2c-331f-40cd-9442-a1a40544bbfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2907 0.009267
10.0.0.23 - - [2026-05-18 04:26:00] "PUT /bgp-router/a1718e2c-331f-40cd-9442-a1a40544bbfe HTTP/1.1" 200 255 0.069583
10.0.0.23 - - [2026-05-18 04:26:00] "PUT /bgp-router/a1718e2c-331f-40cd-9442-a1a40544bbfe HTTP/1.1" 200 255 0.067367
10.0.0.23 - - [2026-05-18 04:26:00] "GET /bgp-router/89f6efb6-1e28-4705-ab91-a5cb7af9a1f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2906 0.011220
10.0.0.23 - - [2026-05-18 04:26:00] "GET /bgp-router/89f6efb6-1e28-4705-ab91-a5cb7af9a1f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2906 0.031362
10.0.0.23 - - [2026-05-18 04:26:00] "PUT /bgp-router/89f6efb6-1e28-4705-ab91-a5cb7af9a1f8 HTTP/1.1" 200 255 0.073658
10.0.0.23 - - [2026-05-18 04:26:00] "PUT /bgp-router/89f6efb6-1e28-4705-ab91-a5cb7af9a1f8 HTTP/1.1" 200 255 0.074202
10.0.0.23 - - [2026-05-18 04:26:00] "GET /bgp-router/78938360-5e33-40e6-a85b-f8fe336f9310?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.005730
10.0.0.23 - - [2026-05-18 04:26:00] "GET /bgp-router/78938360-5e33-40e6-a85b-f8fe336f9310?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.014544
10.0.0.23 - - [2026-05-18 04:26:00] "PUT /bgp-router/78938360-5e33-40e6-a85b-f8fe336f9310 HTTP/1.1" 200 255 0.042119
10.0.0.23 - - [2026-05-18 04:26:00] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.004058
10.0.0.23 - - [2026-05-18 04:26:01] "GET /bgp-router/78938360-5e33-40e6-a85b-f8fe336f9310?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005880
10.0.0.23 - - [2026-05-18 04:26:01] "GET /bgp-router/78938360-5e33-40e6-a85b-f8fe336f9310?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005313
10.0.0.23 - - [2026-05-18 04:26:01] "PUT /bgp-router/78938360-5e33-40e6-a85b-f8fe336f9310 HTTP/1.1" 200 255 0.043424
10.0.0.23 - - [2026-05-18 04:26:01] "PUT /bgp-router/78938360-5e33-40e6-a85b-f8fe336f9310 HTTP/1.1" 200 255 0.056602
10.0.0.23 - - [2026-05-18 04:26:01] "GET /bgp-router/a1718e2c-331f-40cd-9442-a1a40544bbfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2907 0.013463
10.0.0.23 - - [2026-05-18 04:26:01] "GET /bgp-router/a1718e2c-331f-40cd-9442-a1a40544bbfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2907 0.012425
10.0.0.23 - - [2026-05-18 04:26:01] "PUT /bgp-router/a1718e2c-331f-40cd-9442-a1a40544bbfe HTTP/1.1" 200 255 0.055808
10.0.0.23 - - [2026-05-18 04:26:01] "PUT /bgp-router/a1718e2c-331f-40cd-9442-a1a40544bbfe HTTP/1.1" 200 255 0.055833
10.0.0.23 - - [2026-05-18 04:26:01] "GET /bgp-router/89f6efb6-1e28-4705-ab91-a5cb7af9a1f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2906 0.008190
10.0.0.23 - - [2026-05-18 04:26:01] "GET /bgp-router/89f6efb6-1e28-4705-ab91-a5cb7af9a1f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2906 0.021960
10.0.0.23 - - [2026-05-18 04:26:01] "PUT /bgp-router/89f6efb6-1e28-4705-ab91-a5cb7af9a1f8 HTTP/1.1" 200 255 0.059083
10.0.0.23 - - [2026-05-18 04:26:01] "POST /neutron/network HTTP/1.1" 200 1122 0.019357
10.0.0.23 - - [2026-05-18 04:26:01] "PUT /bgp-router/89f6efb6-1e28-4705-ab91-a5cb7af9a1f8 HTTP/1.1" 200 255 0.096178
10.0.0.23 - - [2026-05-18 04:26:01] "GET /bgp-router/a1718e2c-331f-40cd-9442-a1a40544bbfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2907 0.007235
10.0.0.23 - - [2026-05-18 04:26:01] "GET /bgp-router/a1718e2c-331f-40cd-9442-a1a40544bbfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2907 0.010905
10.0.0.23 - - [2026-05-18 04:26:01] "POST /neutron/subnet HTTP/1.1" 200 1380 0.027289
10.0.0.23 - - [2026-05-18 04:26:01] "PUT /bgp-router/a1718e2c-331f-40cd-9442-a1a40544bbfe HTTP/1.1" 200 255 0.046176
10.0.0.23 - - [2026-05-18 04:26:01] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.005375
10.0.0.23 - - [2026-05-18 04:26:01] "POST /neutron/network HTTP/1.1" 200 1112 0.022298
10.0.0.23 - - [2026-05-18 04:26:01] "GET /bgp-router/78938360-5e33-40e6-a85b-f8fe336f9310?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.009623
10.0.0.23 - - [2026-05-18 04:26:01] "GET /bgp-router/78938360-5e33-40e6-a85b-f8fe336f9310?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.006508
10.0.0.23 - - [2026-05-18 04:26:02] "PUT /bgp-router/78938360-5e33-40e6-a85b-f8fe336f9310 HTTP/1.1" 200 255 0.035962
10.0.0.23 - - [2026-05-18 04:26:02] "PUT /bgp-router/78938360-5e33-40e6-a85b-f8fe336f9310 HTTP/1.1" 200 255 0.069064
10.0.0.23 - - [2026-05-18 04:26:02] "GET /bgp-router/a1718e2c-331f-40cd-9442-a1a40544bbfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.006398
10.0.0.23 - - [2026-05-18 04:26:02] "GET /bgp-router/a1718e2c-331f-40cd-9442-a1a40544bbfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.009376
10.0.0.23 - - [2026-05-18 04:26:02] "PUT /bgp-router/a1718e2c-331f-40cd-9442-a1a40544bbfe HTTP/1.1" 200 255 0.043759
10.0.0.23 - - [2026-05-18 04:26:02] "PUT /bgp-router/a1718e2c-331f-40cd-9442-a1a40544bbfe HTTP/1.1" 200 255 0.058784
10.0.0.23 - - [2026-05-18 04:26:02] "GET /bgp-router/89f6efb6-1e28-4705-ab91-a5cb7af9a1f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2906 0.011167
10.0.0.23 - - [2026-05-18 04:26:02] "GET /bgp-router/89f6efb6-1e28-4705-ab91-a5cb7af9a1f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2906 0.010273
10.0.0.23 - - [2026-05-18 04:26:02] "PUT /bgp-router/89f6efb6-1e28-4705-ab91-a5cb7af9a1f8 HTTP/1.1" 200 255 0.068418
10.0.0.23 - - [2026-05-18 04:26:02] "PUT /bgp-router/89f6efb6-1e28-4705-ab91-a5cb7af9a1f8 HTTP/1.1" 200 255 0.064929
10.0.0.23 - - [2026-05-18 04:26:02] "GET /bgp-router/89f6efb6-1e28-4705-ab91-a5cb7af9a1f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2906 0.008581
10.0.0.23 - - [2026-05-18 04:26:02] "GET /bgp-router/89f6efb6-1e28-4705-ab91-a5cb7af9a1f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2906 0.011252
10.0.0.23 - - [2026-05-18 04:26:02] "PUT /bgp-router/89f6efb6-1e28-4705-ab91-a5cb7af9a1f8 HTTP/1.1" 200 255 0.034260
10.0.0.23 - - [2026-05-18 04:26:03] "POST /ref-update HTTP/1.1" 200 156 0.088491
10.0.0.23 - - [2026-05-18 04:26:03] "GET /virtual-network/bc0113eb-30c5-4b33-bf87-ce15c9cae1a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2002 0.020719
10.0.0.23 - - [2026-05-18 04:26:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005296
10.0.0.240 - - [2026-05-18 04:26:03] "POST /ref-update HTTP/1.1" 200 156 0.021378
10.0.0.23 - - [2026-05-18 04:26:03] "GET /network-policy/19d5cb6a-9682-425c-8bd6-ba1ba56ee527?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.009036
10.0.0.23 - - [2026-05-18 04:26:03] "POST /ref-update HTTP/1.1" 200 156 0.093747
10.0.0.23 - - [2026-05-18 04:26:03] "GET /virtual-network/573aa052-ca14-484a-8c7f-6d6f29ead52b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2001 0.017385
10.0.0.23 - - [2026-05-18 04:26:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003366
10.0.0.23 - - [2026-05-18 04:26:03] "GET /network-policy/19d5cb6a-9682-425c-8bd6-ba1ba56ee527?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.006730
10.0.0.23 - - [2026-05-18 04:26:03] "POST /neutron/port HTTP/1.1" 200 1127 0.017914
10.0.0.23 - - [2026-05-18 04:26:03] "DELETE /network-policy/19d5cb6a-9682-425c-8bd6-ba1ba56ee527 HTTP/1.1" 200 115 0.063628
10.0.0.23 - - [2026-05-18 04:26:03] "POST /neutron/network HTTP/1.1" 200 799 0.009844
10.0.0.23 - - [2026-05-18 04:26:03] "POST /neutron/port HTTP/1.1" 200 151 0.225236
10.0.0.240 - - [2026-05-18 04:26:05] "POST /useragent-kv HTTP/1.1" 200 115 0.008307
10.0.0.240 - - [2026-05-18 04:26:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.010463
10.0.0.240 - - [2026-05-18 04:26:05] "POST /useragent-kv HTTP/1.1" 200 115 0.004282
10.0.0.23 - - [2026-05-18 04:26:05] "POST /neutron/network HTTP/1.1" 200 151 0.160951
10.0.0.240 - - [2026-05-18 04:26:05] "DELETE /route-target/d25e2404-26af-466c-9e82-a7dfb182c3be HTTP/1.1" 200 115 0.030853
10.0.0.240 - - [2026-05-18 04:26:06] "POST /fqname-to-id HTTP/1.1" 404 207 0.009370
10.0.0.23 - - [2026-05-18 04:26:06] "POST /ref-update HTTP/1.1" 200 156 0.077463
10.0.0.23 - - [2026-05-18 04:26:06] "POST /neutron/network HTTP/1.1" 200 973 0.025259
10.0.0.23 - - [2026-05-18 04:26:06] "GET /virtual-network/51c38138-1984-4b3b-bc89-83b847535cf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2555 0.009479
10.0.0.23 - - [2026-05-18 04:26:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004448
10.0.0.23 - - [2026-05-18 04:26:06] "GET /network-policy/78a83db4-2548-4cab-94f0-49578abaf3cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.006817
10.0.0.23 - - [2026-05-18 04:26:06] "POST /ref-update HTTP/1.1" 200 156 0.065902
10.0.0.240 - - [2026-05-18 04:26:06] "DELETE /access-control-list/fd37620f-8211-49d3-bff5-143d2dd65075 HTTP/1.1" 200 115 0.048604
10.0.0.23 - - [2026-05-18 04:26:06] "GET /virtual-network/5bab5a33-23d1-4e0d-9d82-7c19b5f21a86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2561 0.013815
10.0.0.23 - - [2026-05-18 04:26:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.005293
10.0.0.23 - - [2026-05-18 04:26:06] "GET /network-policy/78a83db4-2548-4cab-94f0-49578abaf3cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.004184
10.0.0.23 - - [2026-05-18 04:26:06] "DELETE /network-policy/78a83db4-2548-4cab-94f0-49578abaf3cb HTTP/1.1" 200 115 0.042698
10.0.0.23 - - [2026-05-18 04:26:06] "POST /neutron/network HTTP/1.1" 400 204 0.017132
10.0.0.23 - - [2026-05-18 04:26:07] "POST /neutron/port HTTP/1.1" 200 151 0.348291
10.0.0.23 - - [2026-05-18 04:26:07] "POST /neutron/port HTTP/1.1" 200 151 0.392877
10.0.0.240 - - [2026-05-18 04:26:08] "DELETE /route-target/1425a74d-d055-455e-ba36-61889d2add1d HTTP/1.1" 200 115 0.026304
10.0.0.23 - - [2026-05-18 04:26:08] "POST /neutron/network HTTP/1.1" 200 975 0.012311
10.0.0.240 - - [2026-05-18 04:26:10] "GET /projects?obj_uuids=6f51bf13-12dd-4ac4-bf56-f6ebca5f7d91&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001008
10.0.0.23 - - [2026-05-18 04:26:10] "GET /project/6f51bf13-12dd-4ac4-bf56-f6ebca5f7d91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.047675
10.0.0.240 - - [2026-05-18 04:26:10] "GET /projects?obj_uuids=6f51bf13-12dd-4ac4-bf56-f6ebca5f7d91&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001122
10.0.0.23 - - [2026-05-18 04:26:10] "GET /project/6f51bf13-12dd-4ac4-bf56-f6ebca5f7d91?fields=virtual_networks HTTP/1.1" 200 1049 0.050907
10.0.0.240 - - [2026-05-18 04:26:10] "GET /projects?obj_uuids=6f51bf13-12dd-4ac4-bf56-f6ebca5f7d91&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001151
10.0.0.23 - - [2026-05-18 04:26:10] "GET /project/6f51bf13-12dd-4ac4-bf56-f6ebca5f7d91?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.048459
10.0.0.240 - - [2026-05-18 04:26:10] "GET /projects?obj_uuids=6f51bf13-12dd-4ac4-bf56-f6ebca5f7d91&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001519
10.0.0.23 - - [2026-05-18 04:26:10] "GET /project/6f51bf13-12dd-4ac4-bf56-f6ebca5f7d91?fields=security_groups HTTP/1.1" 200 1284 0.063817
10.0.0.240 - - [2026-05-18 04:26:11] "GET /projects?obj_uuids=6f51bf13-12dd-4ac4-bf56-f6ebca5f7d91&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001602
10.0.0.240 - - [2026-05-18 04:26:11] "GET /project/6f51bf13-12dd-4ac4-bf56-f6ebca5f7d91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1499 0.066246
10.0.0.240 - - [2026-05-18 04:26:11] "GET /projects?obj_uuids=6f51bf13-12dd-4ac4-bf56-f6ebca5f7d91&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001789
10.0.0.240 - - [2026-05-18 04:26:11] "GET /project/6f51bf13-12dd-4ac4-bf56-f6ebca5f7d91?fields=security_groups HTTP/1.1" 200 1117 0.082942
10.0.0.240 - - [2026-05-18 04:26:11] "DELETE /access-control-list/b99930f1-1829-4377-9626-f3ee75a02e63 HTTP/1.1" 200 115 0.076300
10.0.0.240 - - [2026-05-18 04:26:11] "GET /projects?obj_uuids=6f51bf13-12dd-4ac4-bf56-f6ebca5f7d91&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001261
10.0.0.240 - - [2026-05-18 04:26:11] "GET /project/6f51bf13-12dd-4ac4-bf56-f6ebca5f7d91?fields=application_policy_sets HTTP/1.1" 200 1425 0.054546
10.0.0.23 - - [2026-05-18 04:26:11] "POST /fqname-to-id HTTP/1.1" 404 183 0.066505
10.0.0.240 - - [2026-05-18 04:26:12] "DELETE /project/6f51bf13-12dd-4ac4-bf56-f6ebca5f7d91 HTTP/1.1" 404 190 0.435392
10.0.0.240 - - [2026-05-18 04:26:12] "GET /projects?obj_uuids=68777a5c-94f2-43fd-9962-abe212da38a9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.006692
10.0.0.240 - - [2026-05-18 04:26:12] "GET /domains?obj_uuids=4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000848
10.0.0.240 - - [2026-05-18 04:26:12] "GET /domain/4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007504
10.0.0.240 - - [2026-05-18 04:26:12] "POST /id-to-fqname HTTP/1.1" 200 185 0.003412
10.0.0.240 - - [2026-05-18 04:26:12] "POST /fqname-to-id HTTP/1.1" 404 194 0.007710
10.0.0.240 - - [2026-05-18 04:26:12] "POST /security-groups HTTP/1.1" 200 586 0.091959
10.0.0.240 - - [2026-05-18 04:26:12] "POST /projects HTTP/1.1" 200 575 0.335461
10.0.0.240 - - [2026-05-18 04:26:12] "POST /access-control-lists HTTP/1.1" 200 593 0.035371
10.0.0.240 - - [2026-05-18 04:26:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.419871
10.0.0.23 - - [2026-05-18 04:26:12] "GET /project/68777a5c-94f2-43fd-9962-abe212da38a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.637601
10.0.0.23 - - [2026-05-18 04:26:13] "GET / HTTP/1.1" 200 36215 0.002502
10.0.0.23 - - [2026-05-18 04:26:16] "POST /fqname-to-id HTTP/1.1" 401 292 0.000464
10.0.0.23 - - [2026-05-18 04:26:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.041443
10.0.0.23 - - [2026-05-18 04:26:16] "GET /api-access-list/2dc85a4f-50b5-4639-aa7d-ca808970a9ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.004137
10.0.0.23 - - [2026-05-18 04:26:16] "GET /api-access-list/2dc85a4f-50b5-4639-aa7d-ca808970a9ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.003745
10.0.0.23 - - [2026-05-18 04:26:16] "GET /api-access-list/2dc85a4f-50b5-4639-aa7d-ca808970a9ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.003647
10.0.0.23 - - [2026-05-18 04:26:16] "PUT /api-access-list/2dc85a4f-50b5-4639-aa7d-ca808970a9ef HTTP/1.1" 200 265 0.013979
10.0.0.23 - - [2026-05-18 04:26:18] "POST /fqname-to-id HTTP/1.1" 404 183 0.027198
10.0.0.240 - - [2026-05-18 04:26:18] "GET /projects?obj_uuids=f9f2cf11-906f-4710-96f5-61f969355ed3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003712
10.0.0.240 - - [2026-05-18 04:26:18] "GET /domains?obj_uuids=4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001646
10.0.0.240 - - [2026-05-18 04:26:18] "GET /domain/4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008556
10.0.0.240 - - [2026-05-18 04:26:18] "POST /id-to-fqname HTTP/1.1" 200 185 0.001931
10.0.0.240 - - [2026-05-18 04:26:18] "POST /fqname-to-id HTTP/1.1" 404 194 0.005139
10.0.0.240 - - [2026-05-18 04:26:19] "POST /security-groups HTTP/1.1" 200 586 0.039763
10.0.0.240 - - [2026-05-18 04:26:19] "POST /fqname-to-id HTTP/1.1" 404 229 0.011318
10.0.0.240 - - [2026-05-18 04:26:19] "POST /projects HTTP/1.1" 200 575 0.287724
10.0.0.240 - - [2026-05-18 04:26:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.330923
10.0.0.23 - - [2026-05-18 04:26:19] "GET /project/f9f2cf11-906f-4710-96f5-61f969355ed3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.512777
10.0.0.240 - - [2026-05-18 04:26:19] "POST /access-control-lists HTTP/1.1" 200 591 0.070083
10.0.0.23 - - [2026-05-18 04:26:19] "POST /fqname-to-id HTTP/1.1" 404 183 0.033330
10.0.0.240 - - [2026-05-18 04:26:19] "GET /projects?obj_uuids=a13c90a9-b105-49e8-822b-e99bed652355&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004042
10.0.0.240 - - [2026-05-18 04:26:19] "GET /domains?obj_uuids=4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001258
10.0.0.240 - - [2026-05-18 04:26:19] "GET /domain/4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008741
10.0.0.240 - - [2026-05-18 04:26:20] "POST /id-to-fqname HTTP/1.1" 200 185 0.004332
10.0.0.240 - - [2026-05-18 04:26:20] "POST /fqname-to-id HTTP/1.1" 404 194 0.005745
10.0.0.240 - - [2026-05-18 04:26:20] "POST /security-groups HTTP/1.1" 200 586 0.093743
10.0.0.240 - - [2026-05-18 04:26:20] "POST /projects HTTP/1.1" 200 575 0.362460
10.0.0.240 - - [2026-05-18 04:26:20] "POST /fqname-to-id HTTP/1.1" 404 228 0.015572
10.0.0.240 - - [2026-05-18 04:26:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.455129
10.0.0.23 - - [2026-05-18 04:26:20] "GET /project/a13c90a9-b105-49e8-822b-e99bed652355?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.618995
10.0.0.23 - - [2026-05-18 04:26:21] "GET / HTTP/1.1" 200 36215 0.001892
10.0.0.23 - - [2026-05-18 04:26:21] "GET / HTTP/1.1" 200 36215 0.001557
10.0.0.23 - - [2026-05-18 04:26:22] "POST /fqname-to-id HTTP/1.1" 404 183 0.004004
10.0.0.23 - - [2026-05-18 04:26:22] "POST /api-access-lists HTTP/1.1" 200 523 0.028537
10.0.0.23 - - [2026-05-18 04:26:22] "GET /api-access-list/8c1239d4-99e4-4f4c-b5e5-f3bc7a5764f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1267 0.006348
10.0.0.23 - - [2026-05-18 04:26:22] "POST /fqname-to-id HTTP/1.1" 401 292 0.000901
10.0.0.23 - - [2026-05-18 04:26:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.168870
10.0.0.240 - - [2026-05-18 04:26:23] "GET /projects?obj_uuids=f9f2cf11-906f-4710-96f5-61f969355ed3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001293
10.0.0.23 - - [2026-05-18 04:26:23] "GET /project/f9f2cf11-906f-4710-96f5-61f969355ed3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.066434
10.0.0.23 - - [2026-05-18 04:26:23] "GET /virtual-networks?parent_id=f9f2cf11-906f-4710-96f5-61f969355ed3&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.022160
10.0.0.23 - - [2026-05-18 04:26:23] "POST /virtual-networks HTTP/1.1" 200 570 0.116826
10.0.0.23 - - [2026-05-18 04:26:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.054401
10.0.0.240 - - [2026-05-18 04:26:23] "POST /ref-update HTTP/1.1" 200 156 0.037724
10.0.0.23 - - [2026-05-18 04:26:23] "GET /network-ipam/1b3d1e53-7646-4991-a6f9-b279f7526293?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1090 0.022333
10.0.0.240 - - [2026-05-18 04:26:24] "POST /useragent-kv HTTP/1.1" 200 115 0.013808
10.0.0.23 - - [2026-05-18 04:26:24] "POST /ref-update HTTP/1.1" 200 156 0.108187
10.0.0.23 - - [2026-05-18 04:26:24] "POST /neutron/network HTTP/1.1" 200 833 0.064670
10.0.0.23 - - [2026-05-18 04:26:24] "GET /virtual-network/173682cf-cd03-40d1-b336-150165a5310c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1986 0.027037
10.0.0.23 - - [2026-05-18 04:26:25] "POST /fqname-to-id HTTP/1.1" 401 292 0.000739
10.0.0.23 - - [2026-05-18 04:26:26] "GET /obj-perms HTTP/1.1" 200 4915 0.079611
10.0.0.23 - - [2026-05-18 04:26:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.044670
10.0.0.23 - - [2026-05-18 04:26:27] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 362 0.089845
10.0.0.23 - - [2026-05-18 04:26:27] "POST /id-to-fqname HTTP/1.1" 401 292 0.000427
10.0.0.23 - - [2026-05-18 04:26:27] "POST /id-to-fqname HTTP/1.1" 200 230 0.049493
10.0.0.23 - - [2026-05-18 04:26:27] "POST /neutron/port HTTP/1.1" 200 4186 0.094462
10.0.0.240 - - [2026-05-18 04:26:29] "GET /projects?obj_uuids=a13c90a9-b105-49e8-822b-e99bed652355&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000916
10.0.0.23 - - [2026-05-18 04:26:29] "GET /project/a13c90a9-b105-49e8-822b-e99bed652355?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.124710
10.0.0.23 - - [2026-05-18 04:26:29] "POST /neutron/port HTTP/1.1" 200 4186 0.055703
10.0.0.23 - - [2026-05-18 04:26:29] "POST /neutron/network HTTP/1.1" 200 843 0.081585
10.0.0.23 - - [2026-05-18 04:26:30] "POST /neutron/port HTTP/1.1" 200 1056 0.025425
10.0.0.23 - - [2026-05-18 04:26:30] "POST /neutron/port HTTP/1.1" 200 1120 0.026121
10.0.0.23 - - [2026-05-18 04:26:31] "POST /neutron/port HTTP/1.1" 200 117 0.001598
10.0.0.23 - - [2026-05-18 04:26:34] "POST /neutron/security_group HTTP/1.1" 200 2053 0.009685
10.0.0.23 - - [2026-05-18 04:26:34] "POST /neutron/port HTTP/1.1" 200 1120 0.019664
10.0.0.23 - - [2026-05-18 04:26:34] "POST /neutron/security_group HTTP/1.1" 200 2053 0.010328
10.0.0.23 - - [2026-05-18 04:26:34] "GET /virtual-machine/234badb7-8504-4f63-b5c5-881a332c6a83 HTTP/1.1" 401 292 0.000402
10.0.0.23 - - [2026-05-18 04:26:35] "GET /virtual-machine/234badb7-8504-4f63-b5c5-881a332c6a83 HTTP/1.1" 200 1289 0.051081
10.0.0.23 - - [2026-05-18 04:26:35] "GET /virtual-machine/234badb7-8504-4f63-b5c5-881a332c6a83 HTTP/1.1" 200 1289 0.023151
10.0.0.23 - - [2026-05-18 04:26:35] "GET /virtual-machine-interface/641e34a4-db08-404e-996f-b85e26266814 HTTP/1.1" 200 2536 0.040852
10.0.0.23 - - [2026-05-18 04:26:35] "GET /virtual-machine/234badb7-8504-4f63-b5c5-881a332c6a83 HTTP/1.1" 200 1289 0.024724
10.0.0.23 - - [2026-05-18 04:26:35] "GET /virtual-machine-interface/641e34a4-db08-404e-996f-b85e26266814 HTTP/1.1" 200 2536 0.037177
10.0.0.23 - - [2026-05-18 04:26:35] "GET /instance-ip/e9908d40-b3a9-4138-85f6-719b45675408 HTTP/1.1" 200 1629 0.028991
10.0.0.23 - - [2026-05-18 04:26:35] "GET /virtual-machine/234badb7-8504-4f63-b5c5-881a332c6a83 HTTP/1.1" 200 1289 0.022780
10.0.0.23 - - [2026-05-18 04:26:35] "GET /virtual-machine-interface/641e34a4-db08-404e-996f-b85e26266814 HTTP/1.1" 200 2536 0.041049
10.0.0.23 - - [2026-05-18 04:26:35] "GET /instance-ip/e9908d40-b3a9-4138-85f6-719b45675408 HTTP/1.1" 200 1629 0.022414
10.0.0.23 - - [2026-05-18 04:26:35] "POST /fqname-to-id HTTP/1.1" 403 339 0.018483
10.0.0.23 - - [2026-05-18 04:26:35] "GET / HTTP/1.1" 200 36215 0.002439
10.0.0.23 - - [2026-05-18 04:26:36] "POST /fqname-to-id HTTP/1.1" 401 292 0.000633
10.0.0.23 - - [2026-05-18 04:26:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.029422
10.0.0.23 - - [2026-05-18 04:26:36] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004069
10.0.0.23 - - [2026-05-18 04:26:36] "GET /virtual-networks?parent_id=a13c90a9-b105-49e8-822b-e99bed652355&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.020515
10.0.0.23 - - [2026-05-18 04:26:36] "POST /fqname-to-id HTTP/1.1" 403 339 0.019968
10.0.0.23 - - [2026-05-18 04:26:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.005107
10.0.0.23 - - [2026-05-18 04:26:36] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004319
10.0.0.23 - - [2026-05-18 04:26:36] "GET /virtual-networks?parent_id=a13c90a9-b105-49e8-822b-e99bed652355&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.018725
10.0.0.23 - - [2026-05-18 04:26:36] "POST /fqname-to-id HTTP/1.1" 403 339 0.024479
10.0.0.23 - - [2026-05-18 04:26:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004124
10.0.0.23 - - [2026-05-18 04:26:36] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005339
10.0.0.23 - - [2026-05-18 04:26:36] "GET /virtual-networks?parent_id=a13c90a9-b105-49e8-822b-e99bed652355&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.024227
10.0.0.23 - - [2026-05-18 04:26:36] "POST /fqname-to-id HTTP/1.1" 403 339 0.031333
10.0.0.23 - - [2026-05-18 04:26:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.018978
10.0.0.23 - - [2026-05-18 04:26:36] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005304
10.0.0.23 - - [2026-05-18 04:26:36] "GET /virtual-networks?parent_id=a13c90a9-b105-49e8-822b-e99bed652355&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.018262
10.0.0.23 - - [2026-05-18 04:26:36] "POST /fqname-to-id HTTP/1.1" 403 339 0.022100
10.0.0.23 - - [2026-05-18 04:26:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003340
10.0.0.23 - - [2026-05-18 04:26:37] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004139
10.0.0.23 - - [2026-05-18 04:26:37] "GET /virtual-networks?parent_id=a13c90a9-b105-49e8-822b-e99bed652355&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.019087
10.0.0.23 - - [2026-05-18 04:26:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.024046
10.0.0.23 - - [2026-05-18 04:26:40] "GET /virtual-network/173682cf-cd03-40d1-b336-150165a5310c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1986 0.031392
10.0.0.23 - - [2026-05-18 04:26:42] "POST /fqname-to-id HTTP/1.1" 403 339 0.018564
10.0.0.23 - - [2026-05-18 04:26:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003529
10.0.0.23 - - [2026-05-18 04:26:42] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003643
10.0.0.23 - - [2026-05-18 04:26:42] "GET /virtual-networks?parent_id=a13c90a9-b105-49e8-822b-e99bed652355&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.019984
10.0.0.23 - - [2026-05-18 04:26:42] "POST /fqname-to-id HTTP/1.1" 403 339 0.023956
10.0.0.23 - - [2026-05-18 04:26:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003045
10.0.0.23 - - [2026-05-18 04:26:42] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003401
10.0.0.23 - - [2026-05-18 04:26:42] "GET /virtual-networks?parent_id=a13c90a9-b105-49e8-822b-e99bed652355&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.016606
10.0.0.23 - - [2026-05-18 04:26:42] "POST /fqname-to-id HTTP/1.1" 403 361 0.019551
10.0.0.23 - - [2026-05-18 04:26:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004644
10.0.0.23 - - [2026-05-18 04:26:42] "GET /routing-instance/cdfdab48-929b-41ba-a71e-3cd987156555?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1534 0.004794
10.0.0.23 - - [2026-05-18 04:26:42] "GET /route-target/d0d4c546-fca7-4022-91c4-796f5f498018?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.018370
10.0.0.23 - - [2026-05-18 04:26:42] "GET /route-target/d0d4c546-fca7-4022-91c4-796f5f498018?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004097
10.0.0.23 - - [2026-05-18 04:26:42] "POST /fqname-to-id HTTP/1.1" 403 339 0.021031
10.0.0.23 - - [2026-05-18 04:26:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004008
10.0.0.23 - - [2026-05-18 04:26:42] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003492
10.0.0.23 - - [2026-05-18 04:26:42] "GET /virtual-networks?parent_id=a13c90a9-b105-49e8-822b-e99bed652355&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.020170
10.0.0.23 - - [2026-05-18 04:26:43] "POST /fqname-to-id HTTP/1.1" 403 361 0.019514
10.0.0.23 - - [2026-05-18 04:26:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003565
10.0.0.23 - - [2026-05-18 04:26:43] "GET /routing-instance/cdfdab48-929b-41ba-a71e-3cd987156555?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1534 0.015472
10.0.0.23 - - [2026-05-18 04:26:43] "GET /route-target/d0d4c546-fca7-4022-91c4-796f5f498018?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.024354
10.0.0.23 - - [2026-05-18 04:26:43] "GET /route-target/d0d4c546-fca7-4022-91c4-796f5f498018?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.005771
10.0.0.23 - - [2026-05-18 04:26:43] "POST /fqname-to-id HTTP/1.1" 403 339 0.022913
10.0.0.23 - - [2026-05-18 04:26:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004587
10.0.0.23 - - [2026-05-18 04:26:43] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.012378
10.0.0.23 - - [2026-05-18 04:26:43] "GET /virtual-networks?parent_id=a13c90a9-b105-49e8-822b-e99bed652355&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.022968
10.0.0.23 - - [2026-05-18 04:26:43] "POST /fqname-to-id HTTP/1.1" 403 339 0.018679
10.0.0.23 - - [2026-05-18 04:26:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.005847
10.0.0.23 - - [2026-05-18 04:26:43] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.007609
10.0.0.23 - - [2026-05-18 04:26:43] "GET /virtual-networks?parent_id=a13c90a9-b105-49e8-822b-e99bed652355&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.025987
10.0.0.240 - - [2026-05-18 04:26:43] "GET /obj-perms HTTP/1.1" 200 4915 0.089243
10.0.0.23 - - [2026-05-18 04:26:44] "GET /virtual-machine-interface/641e34a4-db08-404e-996f-b85e26266814?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2314 0.040028
10.0.0.23 - - [2026-05-18 04:26:44] "GET /virtual-machine-interface/641e34a4-db08-404e-996f-b85e26266814?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2314 0.028174
10.0.0.240 - - [2026-05-18 04:26:44] "GET /virtual-machine/234badb7-8504-4f63-b5c5-881a332c6a83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.022603
10.0.0.23 - - [2026-05-18 04:26:44] "GET /virtual-machine-interface/641e34a4-db08-404e-996f-b85e26266814?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2314 0.027262
10.0.0.23 - - [2026-05-18 04:26:44] "GET /virtual-network/173682cf-cd03-40d1-b336-150165a5310c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1986 0.025141
10.0.0.23 - - [2026-05-18 04:26:45] "GET /obj-perms HTTP/1.1" 200 4915 0.084364
10.0.0.23 - - [2026-05-18 04:26:46] "GET /obj-perms HTTP/1.1" 200 4915 0.017530
10.0.0.23 - - [2026-05-18 04:26:46] "GET /obj-perms HTTP/1.1" 200 4915 0.077247
10.0.0.22 - - [2026-05-18 04:26:46] "GET /obj-perms HTTP/1.1" 200 5020 0.058258
10.0.0.23 - - [2026-05-18 04:26:46] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 321 0.035097
10.0.0.240 - - [2026-05-18 04:26:47] "GET /obj-perms HTTP/1.1" 200 4915 0.017542
10.0.0.23 - - [2026-05-18 04:26:47] "GET /virtual-machine/234badb7-8504-4f63-b5c5-881a332c6a83 HTTP/1.1" 200 1289 0.022473
10.0.0.23 - - [2026-05-18 04:26:47] "POST /neutron/port HTTP/1.1" 200 1120 0.018817
10.0.0.23 - - [2026-05-18 04:26:49] "GET /virtual-machine/234badb7-8504-4f63-b5c5-881a332c6a83 HTTP/1.1" 404 171 0.024437
10.0.0.23 - - [2026-05-18 04:26:49] "GET /virtual-machine/234badb7-8504-4f63-b5c5-881a332c6a83 HTTP/1.1" 404 171 0.018306
10.0.0.23 - - [2026-05-18 04:26:49] "GET /virtual-machine/234badb7-8504-4f63-b5c5-881a332c6a83 HTTP/1.1" 404 171 0.015919
10.0.0.23 - - [2026-05-18 04:26:49] "POST /fqname-to-id HTTP/1.1" 403 339 0.019624
10.0.0.23 - - [2026-05-18 04:26:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003494
10.0.0.23 - - [2026-05-18 04:26:49] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.007431
10.0.0.23 - - [2026-05-18 04:26:49] "GET /virtual-networks?parent_id=a13c90a9-b105-49e8-822b-e99bed652355&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.017837
10.0.0.23 - - [2026-05-18 04:26:49] "POST /fqname-to-id HTTP/1.1" 403 361 0.022622
10.0.0.23 - - [2026-05-18 04:26:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004426
10.0.0.23 - - [2026-05-18 04:26:49] "GET /routing-instance/cdfdab48-929b-41ba-a71e-3cd987156555?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1534 0.005024
10.0.0.23 - - [2026-05-18 04:26:49] "GET /route-target/d0d4c546-fca7-4022-91c4-796f5f498018?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.018912
10.0.0.23 - - [2026-05-18 04:26:49] "GET /route-target/d0d4c546-fca7-4022-91c4-796f5f498018?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.005275
10.0.0.23 - - [2026-05-18 04:26:50] "GET /obj-perms HTTP/1.1" 200 4915 0.088069
10.0.0.22 - - [2026-05-18 04:26:50] "GET /obj-perms HTTP/1.1" 200 5020 0.005100
10.0.0.23 - - [2026-05-18 04:26:52] "POST /neutron/port HTTP/1.1" 200 1106 0.023187
10.0.0.23 - - [2026-05-18 04:26:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.013549
10.0.0.23 - - [2026-05-18 04:26:52] "POST /neutron/network HTTP/1.1" 200 926 0.009419
10.0.0.23 - - [2026-05-18 04:26:53] "GET /obj-perms HTTP/1.1" 200 5020 0.066403
10.0.0.22 - - [2026-05-18 04:26:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000715
10.0.0.22 - - [2026-05-18 04:26:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000526
10.0.0.240 - - [2026-05-18 04:26:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000503
10.0.0.240 - - [2026-05-18 04:26:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000498
10.0.0.23 - - [2026-05-18 04:26:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000514
10.0.0.23 - - [2026-05-18 04:26:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000369
10.0.0.22 - - [2026-05-18 04:26:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000425
10.0.0.22 - - [2026-05-18 04:26:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000594
10.0.0.240 - - [2026-05-18 04:26:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000561
10.0.0.240 - - [2026-05-18 04:26:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000537
10.0.0.23 - - [2026-05-18 04:26:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000370
10.0.0.23 - - [2026-05-18 04:26:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000799
10.0.0.22 - - [2026-05-18 04:27:00] "GET /obj-perms HTTP/1.1" 200 5020 0.006524
10.0.0.23 - - [2026-05-18 04:27:02] "POST /neutron/network HTTP/1.1" 200 936 0.046415
10.0.0.23 - - [2026-05-18 04:27:02] "POST /neutron/port HTTP/1.1" 200 117 0.001964
10.0.0.23 - - [2026-05-18 04:27:03] "GET /obj-perms HTTP/1.1" 200 5020 0.004229
10.0.0.240 - - [2026-05-18 04:27:03] "POST /useragent-kv HTTP/1.1" 200 115 0.005142
10.0.0.240 - - [2026-05-18 04:27:03] "POST /useragent-kv HTTP/1.1" 200 115 0.003469
10.0.0.23 - - [2026-05-18 04:27:03] "DELETE /virtual-network/173682cf-cd03-40d1-b336-150165a5310c HTTP/1.1" 200 115 0.174796
10.0.0.23 - - [2026-05-18 04:27:03] "DELETE /api-access-list/8c1239d4-99e4-4f4c-b5e5-f3bc7a5764f8 HTTP/1.1" 200 115 0.053970
10.0.0.240 - - [2026-05-18 04:27:04] "GET /projects?obj_uuids=a13c90a9-b105-49e8-822b-e99bed652355&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001137
10.0.0.23 - - [2026-05-18 04:27:04] "GET /project/a13c90a9-b105-49e8-822b-e99bed652355?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.048808
10.0.0.240 - - [2026-05-18 04:27:04] "GET /projects?obj_uuids=a13c90a9-b105-49e8-822b-e99bed652355&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001199
10.0.0.23 - - [2026-05-18 04:27:04] "GET /project/a13c90a9-b105-49e8-822b-e99bed652355?fields=virtual_networks HTTP/1.1" 200 1023 0.054194
10.0.0.240 - - [2026-05-18 04:27:04] "GET /projects?obj_uuids=a13c90a9-b105-49e8-822b-e99bed652355&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001106
10.0.0.23 - - [2026-05-18 04:27:04] "GET /project/a13c90a9-b105-49e8-822b-e99bed652355?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.053762
10.0.0.240 - - [2026-05-18 04:27:04] "GET /projects?obj_uuids=a13c90a9-b105-49e8-822b-e99bed652355&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001487
10.0.0.23 - - [2026-05-18 04:27:04] "GET /project/a13c90a9-b105-49e8-822b-e99bed652355?fields=security_groups HTTP/1.1" 200 1245 0.062974
10.0.0.240 - - [2026-05-18 04:27:05] "GET /projects?obj_uuids=f9f2cf11-906f-4710-96f5-61f969355ed3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001039
10.0.0.23 - - [2026-05-18 04:27:05] "GET /project/f9f2cf11-906f-4710-96f5-61f969355ed3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.049733
10.0.0.240 - - [2026-05-18 04:27:05] "GET /projects?obj_uuids=f9f2cf11-906f-4710-96f5-61f969355ed3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001023
10.0.0.23 - - [2026-05-18 04:27:05] "GET /project/f9f2cf11-906f-4710-96f5-61f969355ed3?fields=virtual_networks HTTP/1.1" 200 1024 0.048735
10.0.0.240 - - [2026-05-18 04:27:05] "GET /projects?obj_uuids=f9f2cf11-906f-4710-96f5-61f969355ed3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001152
10.0.0.23 - - [2026-05-18 04:27:05] "GET /project/f9f2cf11-906f-4710-96f5-61f969355ed3?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.066201
10.0.0.240 - - [2026-05-18 04:27:05] "GET /projects?obj_uuids=f9f2cf11-906f-4710-96f5-61f969355ed3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001081
10.0.0.23 - - [2026-05-18 04:27:05] "GET /project/f9f2cf11-906f-4710-96f5-61f969355ed3?fields=security_groups HTTP/1.1" 200 1246 0.060387
10.0.0.23 - - [2026-05-18 04:27:07] "GET /api-access-list/2dc85a4f-50b5-4639-aa7d-ca808970a9ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2412 0.004640
10.0.0.23 - - [2026-05-18 04:27:07] "PUT /api-access-list/2dc85a4f-50b5-4639-aa7d-ca808970a9ef HTTP/1.1" 200 265 0.018918
10.0.0.240 - - [2026-05-18 04:27:07] "GET /projects?obj_uuids=68777a5c-94f2-43fd-9962-abe212da38a9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001090
10.0.0.23 - - [2026-05-18 04:27:08] "GET /project/68777a5c-94f2-43fd-9962-abe212da38a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.054251
10.0.0.240 - - [2026-05-18 04:27:08] "GET /projects?obj_uuids=68777a5c-94f2-43fd-9962-abe212da38a9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001479
10.0.0.23 - - [2026-05-18 04:27:08] "GET /project/68777a5c-94f2-43fd-9962-abe212da38a9?fields=virtual_networks HTTP/1.1" 200 1023 0.062327
10.0.0.240 - - [2026-05-18 04:27:08] "GET /projects?obj_uuids=68777a5c-94f2-43fd-9962-abe212da38a9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002191
10.0.0.23 - - [2026-05-18 04:27:08] "GET /project/68777a5c-94f2-43fd-9962-abe212da38a9?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.060508
10.0.0.240 - - [2026-05-18 04:27:08] "GET /projects?obj_uuids=68777a5c-94f2-43fd-9962-abe212da38a9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001191
10.0.0.23 - - [2026-05-18 04:27:08] "GET /project/68777a5c-94f2-43fd-9962-abe212da38a9?fields=security_groups HTTP/1.1" 200 1245 0.044297
10.0.0.23 - - [2026-05-18 04:27:09] "POST /fqname-to-id HTTP/1.1" 404 188 0.030566
10.0.0.240 - - [2026-05-18 04:27:09] "GET /projects?obj_uuids=6668231a-5b37-4d5e-abad-2a344f612859&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004408
10.0.0.240 - - [2026-05-18 04:27:09] "GET /domains?obj_uuids=4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000900
10.0.0.240 - - [2026-05-18 04:27:09] "GET /domain/4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007767
10.0.0.240 - - [2026-05-18 04:27:09] "POST /id-to-fqname HTTP/1.1" 200 190 0.001857
10.0.0.240 - - [2026-05-18 04:27:09] "POST /fqname-to-id HTTP/1.1" 404 199 0.009789
10.0.0.240 - - [2026-05-18 04:27:09] "POST /security-groups HTTP/1.1" 200 591 0.089423
10.0.0.240 - - [2026-05-18 04:27:09] "POST /fqname-to-id HTTP/1.1" 404 234 0.004437
10.0.0.240 - - [2026-05-18 04:27:09] "POST /projects HTTP/1.1" 200 585 0.333394
10.0.0.240 - - [2026-05-18 04:27:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.419102
10.0.0.240 - - [2026-05-18 04:27:09] "POST /access-control-lists HTTP/1.1" 200 596 0.044564
10.0.0.23 - - [2026-05-18 04:27:09] "GET /project/6668231a-5b37-4d5e-abad-2a344f612859?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.599469
10.0.0.23 - - [2026-05-18 04:27:11] "GET / HTTP/1.1" 200 36215 0.002031
10.0.0.240 - - [2026-05-18 04:27:12] "DELETE /project/6668231a5b374d5eabad2a344f612859 HTTP/1.1" 404 173 0.018831
10.0.0.240 - - [2026-05-18 04:27:12] "DELETE /project/f9f2cf11906f471096f561f969355ed3 HTTP/1.1" 404 173 0.014551
10.0.0.240 - - [2026-05-18 04:27:12] "DELETE /project/68777a5c94f243fd9962abe212da38a9 HTTP/1.1" 404 173 0.013483
10.0.0.240 - - [2026-05-18 04:27:12] "DELETE /project/a13c90a9b10549e8822be99bed652355 HTTP/1.1" 404 173 0.010410
10.0.0.240 - - [2026-05-18 04:27:12] "GET /projects?obj_uuids=a13c90a9-b105-49e8-822b-e99bed652355&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000938
10.0.0.240 - - [2026-05-18 04:27:12] "GET /projects?obj_uuids=f9f2cf11-906f-4710-96f5-61f969355ed3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000902
10.0.0.240 - - [2026-05-18 04:27:12] "GET /projects?obj_uuids=68777a5c-94f2-43fd-9962-abe212da38a9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000747
10.0.0.240 - - [2026-05-18 04:27:12] "GET /project/a13c90a9-b105-49e8-822b-e99bed652355?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.057096
10.0.0.240 - - [2026-05-18 04:27:12] "GET /project/f9f2cf11-906f-4710-96f5-61f969355ed3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.070545
10.0.0.240 - - [2026-05-18 04:27:12] "GET /project/68777a5c-94f2-43fd-9962-abe212da38a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.078246
10.0.0.240 - - [2026-05-18 04:27:12] "GET /projects?obj_uuids=a13c90a9-b105-49e8-822b-e99bed652355&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001673
10.0.0.240 - - [2026-05-18 04:27:12] "GET /projects?obj_uuids=68777a5c-94f2-43fd-9962-abe212da38a9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001341
10.0.0.240 - - [2026-05-18 04:27:12] "GET /projects?obj_uuids=f9f2cf11-906f-4710-96f5-61f969355ed3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001715
10.0.0.240 - - [2026-05-18 04:27:12] "GET /project/f9f2cf11-906f-4710-96f5-61f969355ed3?fields=security_groups HTTP/1.1" 200 1348 0.077532
10.0.0.240 - - [2026-05-18 04:27:12] "GET /project/a13c90a9-b105-49e8-822b-e99bed652355?fields=security_groups HTTP/1.1" 200 1347 0.098663
10.0.0.240 - - [2026-05-18 04:27:12] "GET /project/68777a5c-94f2-43fd-9962-abe212da38a9?fields=security_groups HTTP/1.1" 200 1347 0.098125
10.0.0.240 - - [2026-05-18 04:27:12] "DELETE /security-group/d9af99ec-bd8b-421e-a016-f3c418c41a9e HTTP/1.1" 200 115 0.101134
10.0.0.240 - - [2026-05-18 04:27:12] "GET /projects?obj_uuids=f9f2cf11-906f-4710-96f5-61f969355ed3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001786
10.0.0.240 - - [2026-05-18 04:27:12] "DELETE /security-group/582951b2-3713-48b5-aec2-56389f21af7d HTTP/1.1" 200 115 0.127582
10.0.0.240 - - [2026-05-18 04:27:12] "DELETE /security-group/3c6e5ed9-0fef-4828-b2da-8cbab48d0372 HTTP/1.1" 200 115 0.149549
10.0.0.240 - - [2026-05-18 04:27:12] "GET /projects?obj_uuids=68777a5c-94f2-43fd-9962-abe212da38a9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000941
10.0.0.240 - - [2026-05-18 04:27:12] "GET /projects?obj_uuids=a13c90a9-b105-49e8-822b-e99bed652355&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002815
10.0.0.240 - - [2026-05-18 04:27:12] "GET /project/f9f2cf11-906f-4710-96f5-61f969355ed3?fields=application_policy_sets HTTP/1.1" 200 1387 0.165565
10.0.0.240 - - [2026-05-18 04:27:12] "GET /project/68777a5c-94f2-43fd-9962-abe212da38a9?fields=application_policy_sets HTTP/1.1" 200 1386 0.146083
10.0.0.240 - - [2026-05-18 04:27:12] "DELETE /access-control-list/370e4851-8db5-4b18-9142-c48af5ff14c4 HTTP/1.1" 200 115 0.129554
10.0.0.240 - - [2026-05-18 04:27:13] "GET /project/a13c90a9-b105-49e8-822b-e99bed652355?fields=application_policy_sets HTTP/1.1" 200 1386 0.186641
10.0.0.240 - - [2026-05-18 04:27:13] "DELETE /project/f9f2cf11-906f-4710-96f5-61f969355ed3 HTTP/1.1" 200 115 0.804153
10.0.0.240 - - [2026-05-18 04:27:13] "DELETE /access-control-list/b8b94d81-848f-4ce3-b49b-e2fa99bacd6b HTTP/1.1" 200 115 0.100839
10.0.0.240 - - [2026-05-18 04:27:13] "DELETE /project/68777a5c-94f2-43fd-9962-abe212da38a9 HTTP/1.1" 200 115 0.847220
10.0.0.240 - - [2026-05-18 04:27:13] "DELETE /project/a13c90a9-b105-49e8-822b-e99bed652355 HTTP/1.1" 200 115 0.922798
10.0.0.23 - - [2026-05-18 04:27:13] "POST /fqname-to-id HTTP/1.1" 401 292 0.000607
10.0.0.23 - - [2026-05-18 04:27:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.031775
10.0.0.23 - - [2026-05-18 04:27:14] "GET /api-access-list/2dc85a4f-50b5-4639-aa7d-ca808970a9ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.004355
10.0.0.23 - - [2026-05-18 04:27:14] "GET /api-access-list/2dc85a4f-50b5-4639-aa7d-ca808970a9ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.003841
10.0.0.23 - - [2026-05-18 04:27:14] "GET /api-access-list/2dc85a4f-50b5-4639-aa7d-ca808970a9ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.003805
10.0.0.23 - - [2026-05-18 04:27:14] "PUT /api-access-list/2dc85a4f-50b5-4639-aa7d-ca808970a9ef HTTP/1.1" 200 265 0.015931
10.0.0.23 - - [2026-05-18 04:27:16] "POST /fqname-to-id HTTP/1.1" 404 188 0.043957
10.0.0.240 - - [2026-05-18 04:27:16] "GET /projects?obj_uuids=ce8df720-f2a5-4215-bff1-73cad29443a5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003160
10.0.0.240 - - [2026-05-18 04:27:16] "GET /domains?obj_uuids=4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001226
10.0.0.240 - - [2026-05-18 04:27:16] "GET /domain/4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009079
10.0.0.240 - - [2026-05-18 04:27:16] "POST /id-to-fqname HTTP/1.1" 200 190 0.003260
10.0.0.240 - - [2026-05-18 04:27:16] "POST /fqname-to-id HTTP/1.1" 404 199 0.008671
10.0.0.240 - - [2026-05-18 04:27:16] "POST /security-groups HTTP/1.1" 200 591 0.093802
10.0.0.240 - - [2026-05-18 04:27:16] "POST /projects HTTP/1.1" 200 585 0.346199
10.0.0.240 - - [2026-05-18 04:27:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.424890
10.0.0.240 - - [2026-05-18 04:27:16] "POST /fqname-to-id HTTP/1.1" 404 233 0.014004
10.0.0.23 - - [2026-05-18 04:27:16] "GET /project/ce8df720-f2a5-4215-bff1-73cad29443a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.602730
10.0.0.23 - - [2026-05-18 04:27:17] "POST /fqname-to-id HTTP/1.1" 404 188 0.029051
10.0.0.240 - - [2026-05-18 04:27:17] "GET /projects?obj_uuids=c0886df8-1e63-43fb-918b-6135e4c1dca1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003516
10.0.0.240 - - [2026-05-18 04:27:17] "GET /domains?obj_uuids=4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001788
10.0.0.240 - - [2026-05-18 04:27:17] "GET /domain/4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.012849
10.0.0.240 - - [2026-05-18 04:27:17] "POST /id-to-fqname HTTP/1.1" 200 190 0.001723
10.0.0.240 - - [2026-05-18 04:27:17] "POST /fqname-to-id HTTP/1.1" 404 199 0.004024
10.0.0.240 - - [2026-05-18 04:27:17] "POST /security-groups HTTP/1.1" 200 591 0.088094
10.0.0.240 - - [2026-05-18 04:27:17] "POST /projects HTTP/1.1" 200 585 0.344269
10.0.0.240 - - [2026-05-18 04:27:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.378890
10.0.0.240 - - [2026-05-18 04:27:17] "POST /access-control-lists HTTP/1.1" 200 598 0.035332
10.0.0.23 - - [2026-05-18 04:27:17] "GET /project/c0886df8-1e63-43fb-918b-6135e4c1dca1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.566298
10.0.0.23 - - [2026-05-18 04:27:18] "GET / HTTP/1.1" 200 36215 0.002628
10.0.0.23 - - [2026-05-18 04:27:19] "GET / HTTP/1.1" 200 36215 0.001892
10.0.0.23 - - [2026-05-18 04:27:19] "POST /fqname-to-id HTTP/1.1" 404 183 0.004405
10.0.0.23 - - [2026-05-18 04:27:19] "POST /api-access-lists HTTP/1.1" 200 523 0.037894
10.0.0.23 - - [2026-05-18 04:27:19] "GET /api-access-list/e003ed5a-4c28-4086-9d08-8419fda04f67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1291 0.007034
10.0.0.23 - - [2026-05-18 04:27:20] "POST /fqname-to-id HTTP/1.1" 401 292 0.000674
10.0.0.23 - - [2026-05-18 04:27:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.058335
10.0.0.240 - - [2026-05-18 04:27:20] "GET /projects?obj_uuids=ce8df720-f2a5-4215-bff1-73cad29443a5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001837
10.0.0.23 - - [2026-05-18 04:27:20] "GET /project/ce8df720-f2a5-4215-bff1-73cad29443a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.082085
10.0.0.23 - - [2026-05-18 04:27:20] "GET /virtual-networks?parent_id=ce8df720-f2a5-4215-bff1-73cad29443a5&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.022868
10.0.0.23 - - [2026-05-18 04:27:21] "POST /virtual-networks HTTP/1.1" 200 585 0.128867
10.0.0.240 - - [2026-05-18 04:27:21] "POST /route-targets HTTP/1.1" 200 328 0.019140
10.0.0.23 - - [2026-05-18 04:27:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.047870
10.0.0.23 - - [2026-05-18 04:27:21] "GET /network-ipam/1b3d1e53-7646-4991-a6f9-b279f7526293?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1090 0.019628
10.0.0.240 - - [2026-05-18 04:27:21] "POST /useragent-kv HTTP/1.1" 200 115 0.009386
10.0.0.23 - - [2026-05-18 04:27:21] "POST /ref-update HTTP/1.1" 200 156 0.115485
10.0.0.23 - - [2026-05-18 04:27:21] "POST /neutron/network HTTP/1.1" 200 847 0.089946
10.0.0.23 - - [2026-05-18 04:27:21] "GET /virtual-network/e7057c49-3f48-4b9b-b413-ab43519e89f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.022666
10.0.0.23 - - [2026-05-18 04:27:21] "POST /fqname-to-id HTTP/1.1" 401 292 0.000749
10.0.0.23 - - [2026-05-18 04:27:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.057441
10.0.0.240 - - [2026-05-18 04:27:22] "GET /projects?obj_uuids=c0886df8-1e63-43fb-918b-6135e4c1dca1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001749
10.0.0.23 - - [2026-05-18 04:27:22] "GET /project/c0886df8-1e63-43fb-918b-6135e4c1dca1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.076966
10.0.0.23 - - [2026-05-18 04:27:22] "GET /virtual-networks?parent_id=c0886df8-1e63-43fb-918b-6135e4c1dca1&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.027321
10.0.0.23 - - [2026-05-18 04:27:22] "POST /virtual-networks HTTP/1.1" 200 585 0.124497
10.0.0.23 - - [2026-05-18 04:27:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.040371
10.0.0.240 - - [2026-05-18 04:27:22] "POST /ref-update HTTP/1.1" 200 156 0.032365
10.0.0.23 - - [2026-05-18 04:27:22] "GET /network-ipam/1b3d1e53-7646-4991-a6f9-b279f7526293?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1090 0.018720
10.0.0.240 - - [2026-05-18 04:27:22] "POST /useragent-kv HTTP/1.1" 200 115 0.012371
10.0.0.23 - - [2026-05-18 04:27:22] "POST /ref-update HTTP/1.1" 200 156 0.116632
10.0.0.23 - - [2026-05-18 04:27:23] "POST /neutron/network HTTP/1.1" 200 847 0.073182
10.0.0.23 - - [2026-05-18 04:27:23] "GET /virtual-network/4fc62a05-b02d-4d17-8469-32ca96c0d5b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.024611
10.0.0.23 - - [2026-05-18 04:27:23] "POST /neutron/subnet HTTP/1.1" 200 674 0.058815
10.0.0.23 - - [2026-05-18 04:27:24] "GET /obj-perms HTTP/1.1" 403 257 0.044052
10.0.0.23 - - [2026-05-18 04:27:25] "GET /obj-perms HTTP/1.1" 403 257 0.058009
10.0.0.22 - - [2026-05-18 04:27:25] "GET /obj-perms HTTP/1.1" 403 257 0.056947
10.0.0.22 - - [2026-05-18 04:27:25] "GET /virtual-network/e7057c49-3f48-4b9b-b413-ab43519e89f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.020780
10.0.0.240 - - [2026-05-18 04:27:26] "GET /obj-perms HTTP/1.1" 403 257 0.040930
10.0.0.240 - - [2026-05-18 04:27:26] "GET /virtual-network/e7057c49-3f48-4b9b-b413-ab43519e89f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.015647
10.0.0.23 - - [2026-05-18 04:27:27] "GET /obj-perms HTTP/1.1" 200 5030 0.075702
10.0.0.23 - - [2026-05-18 04:27:27] "GET /obj-perms HTTP/1.1" 403 257 0.015176
10.0.0.23 - - [2026-05-18 04:27:27] "PUT /virtual-network/e7057c49-3f48-4b9b-b413-ab43519e89f8 HTTP/1.1" 200 265 0.067892
10.0.0.23 - - [2026-05-18 04:27:27] "GET /obj-perms HTTP/1.1" 403 257 0.015560
10.0.0.23 - - [2026-05-18 04:27:28] "GET /obj-perms HTTP/1.1" 403 257 0.043928
10.0.0.22 - - [2026-05-18 04:27:28] "GET /virtual-network/e7057c49-3f48-4b9b-b413-ab43519e89f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.055603
10.0.0.240 - - [2026-05-18 04:27:28] "GET /virtual-network/e7057c49-3f48-4b9b-b413-ab43519e89f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.058460
10.0.0.23 - - [2026-05-18 04:27:29] "GET /obj-perms HTTP/1.1" 403 257 0.019536
10.0.0.23 - - [2026-05-18 04:27:29] "GET /obj-perms HTTP/1.1" 200 5030 0.004361
10.0.0.23 - - [2026-05-18 04:27:29] "GET /obj-perms HTTP/1.1" 403 257 0.019694
10.0.0.23 - - [2026-05-18 04:27:29] "PUT /virtual-network/e7057c49-3f48-4b9b-b413-ab43519e89f8 HTTP/1.1" 200 265 0.069439
10.0.0.240 - - [2026-05-18 04:27:29] "POST /useragent-kv HTTP/1.1" 200 115 0.003643
10.0.0.240 - - [2026-05-18 04:27:29] "POST /useragent-kv HTTP/1.1" 200 115 0.002556
10.0.0.23 - - [2026-05-18 04:27:29] "DELETE /virtual-network/4fc62a05-b02d-4d17-8469-32ca96c0d5b1 HTTP/1.1" 200 115 0.176327
10.0.0.240 - - [2026-05-18 04:27:29] "POST /useragent-kv HTTP/1.1" 200 115 0.003459
10.0.0.240 - - [2026-05-18 04:27:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.005018
10.0.0.240 - - [2026-05-18 04:27:29] "POST /useragent-kv HTTP/1.1" 200 115 0.004184
10.0.0.23 - - [2026-05-18 04:27:29] "DELETE /virtual-network/e7057c49-3f48-4b9b-b413-ab43519e89f8 HTTP/1.1" 200 115 0.180754
10.0.0.23 - - [2026-05-18 04:27:29] "DELETE /api-access-list/e003ed5a-4c28-4086-9d08-8419fda04f67 HTTP/1.1" 200 115 0.043477
10.0.0.240 - - [2026-05-18 04:27:30] "GET /projects?obj_uuids=c0886df8-1e63-43fb-918b-6135e4c1dca1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001405
10.0.0.23 - - [2026-05-18 04:27:30] "GET /project/c0886df8-1e63-43fb-918b-6135e4c1dca1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.074109
10.0.0.240 - - [2026-05-18 04:27:30] "GET /projects?obj_uuids=c0886df8-1e63-43fb-918b-6135e4c1dca1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004418
10.0.0.23 - - [2026-05-18 04:27:30] "GET /project/c0886df8-1e63-43fb-918b-6135e4c1dca1?fields=virtual_networks HTTP/1.1" 200 1034 0.075268
10.0.0.240 - - [2026-05-18 04:27:30] "GET /projects?obj_uuids=c0886df8-1e63-43fb-918b-6135e4c1dca1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001101
10.0.0.23 - - [2026-05-18 04:27:30] "GET /project/c0886df8-1e63-43fb-918b-6135e4c1dca1?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.061146
10.0.0.240 - - [2026-05-18 04:27:30] "GET /projects?obj_uuids=c0886df8-1e63-43fb-918b-6135e4c1dca1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001283
10.0.0.23 - - [2026-05-18 04:27:30] "GET /project/c0886df8-1e63-43fb-918b-6135e4c1dca1?fields=security_groups HTTP/1.1" 200 1261 0.065451
10.0.0.240 - - [2026-05-18 04:27:31] "GET /projects?obj_uuids=ce8df720-f2a5-4215-bff1-73cad29443a5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001284
10.0.0.23 - - [2026-05-18 04:27:31] "GET /project/ce8df720-f2a5-4215-bff1-73cad29443a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.049639
10.0.0.240 - - [2026-05-18 04:27:31] "GET /projects?obj_uuids=ce8df720-f2a5-4215-bff1-73cad29443a5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001231
10.0.0.23 - - [2026-05-18 04:27:31] "GET /project/ce8df720-f2a5-4215-bff1-73cad29443a5?fields=virtual_networks HTTP/1.1" 200 1034 0.051199
10.0.0.240 - - [2026-05-18 04:27:31] "GET /projects?obj_uuids=ce8df720-f2a5-4215-bff1-73cad29443a5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001145
10.0.0.23 - - [2026-05-18 04:27:31] "GET /project/ce8df720-f2a5-4215-bff1-73cad29443a5?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.070462
10.0.0.240 - - [2026-05-18 04:27:31] "GET /projects?obj_uuids=ce8df720-f2a5-4215-bff1-73cad29443a5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002736
10.0.0.23 - - [2026-05-18 04:27:31] "GET /project/ce8df720-f2a5-4215-bff1-73cad29443a5?fields=security_groups HTTP/1.1" 200 1261 0.073017
10.0.0.23 - - [2026-05-18 04:27:32] "GET /obj-perms HTTP/1.1" 200 5056 0.089180
10.0.0.23 - - [2026-05-18 04:27:35] "GET / HTTP/1.1" 200 36215 0.002089
10.0.0.23 - - [2026-05-18 04:27:36] "GET / HTTP/1.1" 200 36215 0.001372
10.0.0.23 - - [2026-05-18 04:27:36] "POST /fqname-to-id HTTP/1.1" 401 292 0.000560
10.0.0.23 - - [2026-05-18 04:27:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.086512
10.0.0.240 - - [2026-05-18 04:27:37] "GET /projects?obj_uuids=6668231a-5b37-4d5e-abad-2a344f612859&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001317
10.0.0.23 - - [2026-05-18 04:27:37] "GET /project/6668231a-5b37-4d5e-abad-2a344f612859?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.065080
10.0.0.23 - - [2026-05-18 04:27:37] "GET /virtual-networks?parent_id=6668231a-5b37-4d5e-abad-2a344f612859&detail=False&count=False&shared=False HTTP/1.1" 403 263 0.015262
10.0.0.23 - - [2026-05-18 04:27:37] "POST /fqname-to-id HTTP/1.1" 404 197 0.014504
10.0.0.23 - - [2026-05-18 04:27:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.021875
10.0.0.240 - - [2026-05-18 04:27:37] "GET /domains?obj_uuids=4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001310
10.0.0.23 - - [2026-05-18 04:27:37] "GET /domain/4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.029110
10.0.0.23 - - [2026-05-18 04:27:37] "POST /service-templates HTTP/1.1" 403 264 0.014087
10.0.0.23 - - [2026-05-18 04:27:37] "POST /fqname-to-id HTTP/1.1" 404 215 0.003364
10.0.0.23 - - [2026-05-18 04:27:37] "POST /api-access-lists HTTP/1.1" 200 557 0.033820
10.0.0.23 - - [2026-05-18 04:27:37] "GET /api-access-list/8ac26749-b4fb-4fc8-beb3-2eae18cf68fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1324 0.007595
10.0.0.23 - - [2026-05-18 04:27:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.026899
10.0.0.240 - - [2026-05-18 04:27:38] "GET /projects?obj_uuids=6668231a-5b37-4d5e-abad-2a344f612859&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001270
10.0.0.23 - - [2026-05-18 04:27:38] "GET /project/6668231a-5b37-4d5e-abad-2a344f612859?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.074900
10.0.0.23 - - [2026-05-18 04:27:38] "GET /virtual-networks?parent_id=6668231a-5b37-4d5e-abad-2a344f612859&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.023182
10.0.0.23 - - [2026-05-18 04:27:38] "POST /virtual-networks HTTP/1.1" 200 585 0.125197
10.0.0.23 - - [2026-05-18 04:27:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.044486
10.0.0.240 - - [2026-05-18 04:27:38] "POST /ref-update HTTP/1.1" 200 156 0.037865
10.0.0.23 - - [2026-05-18 04:27:38] "GET /network-ipam/1b3d1e53-7646-4991-a6f9-b279f7526293?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1090 0.021421
10.0.0.240 - - [2026-05-18 04:27:38] "POST /useragent-kv HTTP/1.1" 200 115 0.009756
10.0.0.23 - - [2026-05-18 04:27:38] "POST /ref-update HTTP/1.1" 200 156 0.105166
10.0.0.23 - - [2026-05-18 04:27:38] "GET /virtual-network/77f2470f-88e6-42af-b1ae-c1457744f3d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2020 0.028486
10.0.0.23 - - [2026-05-18 04:27:38] "POST /neutron/network HTTP/1.1" 200 850 0.071576
10.0.0.23 - - [2026-05-18 04:27:39] "GET /virtual-network/77f2470f-88e6-42af-b1ae-c1457744f3d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2020 0.006275
10.0.0.23 - - [2026-05-18 04:27:39] "GET /network-ipam/1b3d1e53-7646-4991-a6f9-b279f7526293?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1090 0.004353
10.0.0.23 - - [2026-05-18 04:27:39] "GET /virtual-network/77f2470f-88e6-42af-b1ae-c1457744f3d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2020 0.007917
10.0.0.23 - - [2026-05-18 04:27:40] "POST /fqname-to-id HTTP/1.1" 404 197 0.023696
10.0.0.23 - - [2026-05-18 04:27:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.023137
10.0.0.240 - - [2026-05-18 04:27:40] "GET /domains?obj_uuids=4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002441
10.0.0.23 - - [2026-05-18 04:27:40] "GET /domain/4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.031385
10.0.0.23 - - [2026-05-18 04:27:40] "POST /service-templates HTTP/1.1" 403 264 0.020241
10.0.0.23 - - [2026-05-18 04:27:40] "POST /fqname-to-id HTTP/1.1" 404 183 0.004574
10.0.0.23 - - [2026-05-18 04:27:40] "POST /api-access-lists HTTP/1.1" 200 523 0.029483
10.0.0.23 - - [2026-05-18 04:27:40] "GET /api-access-list/4de6ec0d-cfa5-4ce7-b5f7-5b35cbff03b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1291 0.007992
10.0.0.23 - - [2026-05-18 04:27:41] "POST /fqname-to-id HTTP/1.1" 404 197 0.026242
10.0.0.23 - - [2026-05-18 04:27:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.021901
10.0.0.240 - - [2026-05-18 04:27:41] "GET /domains?obj_uuids=4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001033
10.0.0.23 - - [2026-05-18 04:27:41] "GET /domain/4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.031309
10.0.0.23 - - [2026-05-18 04:27:41] "POST /service-templates HTTP/1.1" 200 553 0.080199
10.0.0.23 - - [2026-05-18 04:27:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.029510
10.0.0.23 - - [2026-05-18 04:27:41] "GET /service-template/2f79f90e-b947-49da-9c98-9f7f6fc74f25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1855 0.024612
10.0.0.23 - - [2026-05-18 04:27:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.026806
10.0.0.23 - - [2026-05-18 04:27:41] "GET /service-template/2f79f90e-b947-49da-9c98-9f7f6fc74f25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1855 0.025555
10.0.0.23 - - [2026-05-18 04:27:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004631
10.0.0.22 - - [2026-05-18 04:27:43] "GET /obj-perms HTTP/1.1" 403 257 0.053329
10.0.0.240 - - [2026-05-18 04:27:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.039233
10.0.0.23 - - [2026-05-18 04:27:43] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.052404
10.0.0.23 - - [2026-05-18 04:27:43] "GET /api-access-list/8ac26749-b4fb-4fc8-beb3-2eae18cf68fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1324 0.003885
10.0.0.23 - - [2026-05-18 04:27:43] "PUT /api-access-list/8ac26749-b4fb-4fc8-beb3-2eae18cf68fa HTTP/1.1" 200 265 0.019112
10.0.0.23 - - [2026-05-18 04:27:43] "POST /fqname-to-id HTTP/1.1" 401 292 0.000507
10.0.0.23 - - [2026-05-18 04:27:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.061582
10.0.0.240 - - [2026-05-18 04:27:44] "GET /projects?obj_uuids=6668231a-5b37-4d5e-abad-2a344f612859&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001646
10.0.0.23 - - [2026-05-18 04:27:44] "GET /project/6668231a-5b37-4d5e-abad-2a344f612859?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.091955
10.0.0.23 - - [2026-05-18 04:27:44] "GET /virtual-networks?parent_id=6668231a-5b37-4d5e-abad-2a344f612859&detail=False&count=False&shared=False HTTP/1.1" 200 372 0.028484
10.0.0.23 - - [2026-05-18 04:27:44] "POST /virtual-networks HTTP/1.1" 403 263 0.032536
10.0.0.23 - - [2026-05-18 04:27:45] "GET /virtual-network/77f2470f-88e6-42af-b1ae-c1457744f3d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2020 0.038310
10.0.0.23 - - [2026-05-18 04:27:45] "GET /api-access-list/4de6ec0d-cfa5-4ce7-b5f7-5b35cbff03b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1291 0.004550
10.0.0.23 - - [2026-05-18 04:27:45] "PUT /api-access-list/4de6ec0d-cfa5-4ce7-b5f7-5b35cbff03b7 HTTP/1.1" 200 265 0.017820
10.0.0.23 - - [2026-05-18 04:27:45] "POST /fqname-to-id HTTP/1.1" 404 197 0.018205
10.0.0.23 - - [2026-05-18 04:27:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.017917
10.0.0.240 - - [2026-05-18 04:27:45] "GET /domains?obj_uuids=4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001808
10.0.0.23 - - [2026-05-18 04:27:45] "GET /domain/4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.029589
10.0.0.23 - - [2026-05-18 04:27:45] "POST /service-templates HTTP/1.1" 403 264 0.024720
10.0.0.23 - - [2026-05-18 04:27:45] "GET /api-access-list/8ac26749-b4fb-4fc8-beb3-2eae18cf68fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1461 0.005524
10.0.0.23 - - [2026-05-18 04:27:45] "PUT /api-access-list/8ac26749-b4fb-4fc8-beb3-2eae18cf68fa HTTP/1.1" 200 265 0.014693
10.0.0.23 - - [2026-05-18 04:27:45] "GET /api-access-list/4de6ec0d-cfa5-4ce7-b5f7-5b35cbff03b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.006396
10.0.0.23 - - [2026-05-18 04:27:45] "PUT /api-access-list/4de6ec0d-cfa5-4ce7-b5f7-5b35cbff03b7 HTTP/1.1" 200 265 0.017362
10.0.0.23 - - [2026-05-18 04:27:46] "GET /obj-perms HTTP/1.1" 403 257 0.016184
10.0.0.23 - - [2026-05-18 04:27:46] "GET /obj-perms HTTP/1.1" 403 257 0.053803
10.0.0.22 - - [2026-05-18 04:27:46] "GET /obj-perms HTTP/1.1" 403 257 0.019123
10.0.0.22 - - [2026-05-18 04:27:47] "GET /obj-perms HTTP/1.1" 403 257 0.058948
10.0.0.240 - - [2026-05-18 04:27:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003356
10.0.0.240 - - [2026-05-18 04:27:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003503
10.0.0.23 - - [2026-05-18 04:27:47] "GET /obj-perms HTTP/1.1" 403 257 0.015889
10.0.0.23 - - [2026-05-18 04:27:48] "GET /api-access-list/2dc85a4f-50b5-4639-aa7d-ca808970a9ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2412 0.006747
10.0.0.23 - - [2026-05-18 04:27:48] "PUT /api-access-list/2dc85a4f-50b5-4639-aa7d-ca808970a9ef HTTP/1.1" 200 265 0.018800
10.0.0.23 - - [2026-05-18 04:27:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003615
10.0.0.23 - - [2026-05-18 04:27:48] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 372 0.049961
10.0.0.23 - - [2026-05-18 04:27:48] "DELETE /api-access-list/8ac26749-b4fb-4fc8-beb3-2eae18cf68fa HTTP/1.1" 200 115 0.045052
10.0.0.23 - - [2026-05-18 04:27:48] "DELETE /api-access-list/4de6ec0d-cfa5-4ce7-b5f7-5b35cbff03b7 HTTP/1.1" 200 115 0.044426
10.0.0.23 - - [2026-05-18 04:27:49] "GET /virtual-network/77f2470f-88e6-42af-b1ae-c1457744f3d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.057758
10.0.0.22 - - [2026-05-18 04:27:50] "GET /obj-perms HTTP/1.1" 403 257 0.042593
10.0.0.240 - - [2026-05-18 04:27:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.006899
10.0.0.23 - - [2026-05-18 04:27:50] "GET /api-access-list/2dc85a4f-50b5-4639-aa7d-ca808970a9ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2687 0.005025
10.0.0.23 - - [2026-05-18 04:27:50] "PUT /api-access-list/2dc85a4f-50b5-4639-aa7d-ca808970a9ef HTTP/1.1" 200 265 0.014952
10.0.0.23 - - [2026-05-18 04:27:50] "GET /obj-perms HTTP/1.1" 403 257 0.023372
10.0.0.23 - - [2026-05-18 04:27:50] "GET /obj-perms HTTP/1.1" 403 257 0.011327
10.0.0.23 - - [2026-05-18 04:27:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.029467
10.0.0.23 - - [2026-05-18 04:27:50] "DELETE /service-template/2f79f90e-b947-49da-9c98-9f7f6fc74f25 HTTP/1.1" 200 115 0.054302
10.0.0.23 - - [2026-05-18 04:27:50] "POST /fqname-to-id HTTP/1.1" 404 197 0.022104
10.0.0.240 - - [2026-05-18 04:27:51] "POST /useragent-kv HTTP/1.1" 200 115 0.004449
10.0.0.240 - - [2026-05-18 04:27:51] "POST /useragent-kv HTTP/1.1" 200 115 0.003315
10.0.0.23 - - [2026-05-18 04:27:51] "DELETE /virtual-network/77f2470f-88e6-42af-b1ae-c1457744f3d9 HTTP/1.1" 200 115 0.145766
10.0.0.23 - - [2026-05-18 04:27:51] "GET /api-access-list/2dc85a4f-50b5-4639-aa7d-ca808970a9ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2968 0.004582
10.0.0.23 - - [2026-05-18 04:27:51] "PUT /api-access-list/2dc85a4f-50b5-4639-aa7d-ca808970a9ef HTTP/1.1" 200 265 0.016078
10.0.0.23 - - [2026-05-18 04:27:51] "GET /api-access-list/2dc85a4f-50b5-4639-aa7d-ca808970a9ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2693 0.004590
10.0.0.23 - - [2026-05-18 04:27:51] "PUT /api-access-list/2dc85a4f-50b5-4639-aa7d-ca808970a9ef HTTP/1.1" 200 265 0.014050
10.0.0.23 - - [2026-05-18 04:27:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004493
10.0.0.240 - - [2026-05-18 04:27:54] "GET /projects?obj_uuids=6668231a-5b37-4d5e-abad-2a344f612859&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000999
10.0.0.23 - - [2026-05-18 04:27:54] "GET /project/6668231a-5b37-4d5e-abad-2a344f612859?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.044783
10.0.0.23 - - [2026-05-18 04:27:54] "POST /neutron/network HTTP/1.1" 200 117 0.135241
10.0.0.23 - - [2026-05-18 04:27:54] "POST /neutron/network HTTP/1.1" 200 863 0.013075
10.0.0.23 - - [2026-05-18 04:27:54] "POST /id-to-fqname HTTP/1.1" 200 240 0.001348
10.0.0.23 - - [2026-05-18 04:27:54] "GET /virtual-network/66fa7015-45b4-4267-b458-09caa4e59877?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2107 0.007413
10.0.0.23 - - [2026-05-18 04:27:54] "GET /virtual-network/66fa7015-45b4-4267-b458-09caa4e59877?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2107 0.009014
10.0.0.23 - - [2026-05-18 04:27:55] "POST /neutron/subnet HTTP/1.1" 200 728 0.013777
10.0.0.23 - - [2026-05-18 04:27:55] "GET /virtual-network/66fa7015-45b4-4267-b458-09caa4e59877?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2107 0.008097
10.0.0.23 - - [2026-05-18 04:27:55] "GET /network-ipam/1b3d1e53-7646-4991-a6f9-b279f7526293?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1090 0.004837
10.0.0.240 - - [2026-05-18 04:27:55] "POST /route-targets HTTP/1.1" 200 328 0.018631
10.0.0.23 - - [2026-05-18 04:27:55] "GET /virtual-network/66fa7015-45b4-4267-b458-09caa4e59877?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2107 0.006536
10.0.0.22 - - [2026-05-18 04:27:55] "GET /obj-perms HTTP/1.1" 200 5030 0.067454
10.0.0.23 - - [2026-05-18 04:27:55] "POST /fqname-to-id HTTP/1.1" 404 215 0.003368
10.0.0.23 - - [2026-05-18 04:27:55] "POST /api-access-lists HTTP/1.1" 200 557 0.035303
10.0.0.23 - - [2026-05-18 04:27:56] "GET /api-access-list/7f67591c-a33b-4508-aea4-339ae4034623?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2443 0.009495
10.0.0.23 - - [2026-05-18 04:27:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.024621
10.0.0.240 - - [2026-05-18 04:27:56] "GET /projects?obj_uuids=6668231a-5b37-4d5e-abad-2a344f612859&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001827
10.0.0.23 - - [2026-05-18 04:27:56] "GET /project/6668231a-5b37-4d5e-abad-2a344f612859?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.076306
10.0.0.240 - - [2026-05-18 04:27:56] "GET /projects?obj_uuids=6668231a-5b37-4d5e-abad-2a344f612859&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001891
10.0.0.23 - - [2026-05-18 04:27:56] "POST /neutron/network HTTP/1.1" 200 645 0.208749
10.0.0.240 - - [2026-05-18 04:27:56] "POST /ref-update HTTP/1.1" 200 156 0.038508
10.0.0.240 - - [2026-05-18 04:27:56] "POST /useragent-kv HTTP/1.1" 200 115 0.012383
10.0.0.23 - - [2026-05-18 04:27:56] "POST /neutron/subnet HTTP/1.1" 200 734 0.300569
10.0.0.23 - - [2026-05-18 04:27:57] "POST /id-to-fqname HTTP/1.1" 200 240 0.019075
10.0.0.23 - - [2026-05-18 04:27:57] "GET /virtual-network/740e4736-1eea-4d14-8618-e942356c5baf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2130 0.021430
10.0.0.23 - - [2026-05-18 04:27:57] "GET /virtual-network/740e4736-1eea-4d14-8618-e942356c5baf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2130 0.023483
10.0.0.23 - - [2026-05-18 04:27:57] "POST /neutron/network HTTP/1.1" 200 866 0.048824
10.0.0.23 - - [2026-05-18 04:27:57] "GET /virtual-network/740e4736-1eea-4d14-8618-e942356c5baf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2130 0.012494
10.0.0.23 - - [2026-05-18 04:27:57] "GET /network-ipam/1b3d1e53-7646-4991-a6f9-b279f7526293?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1090 0.009718
10.0.0.23 - - [2026-05-18 04:27:57] "GET /virtual-network/740e4736-1eea-4d14-8618-e942356c5baf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2130 0.007684
10.0.0.23 - - [2026-05-18 04:27:57] "GET /obj-perms HTTP/1.1" 200 5030 0.007481
10.0.0.240 - - [2026-05-18 04:27:58] "GET /obj-perms HTTP/1.1" 200 5030 0.068063
10.0.0.23 - - [2026-05-18 04:27:58] "POST /fqname-to-id HTTP/1.1" 404 232 0.019872
10.0.0.240 - - [2026-05-18 04:27:58] "GET /projects?obj_uuids=6668231a-5b37-4d5e-abad-2a344f612859&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001292
10.0.0.240 - - [2026-05-18 04:27:58] "POST /fqname-to-id HTTP/1.1" 404 263 0.009577
10.0.0.240 - - [2026-05-18 04:27:58] "PUT /access-control-list/bb0163ad-13e9-4754-bb21-593c986bae95 HTTP/1.1" 200 273 0.023602
10.0.0.23 - - [2026-05-18 04:27:58] "POST /neutron/security_group HTTP/1.1" 200 1426 0.523190
10.0.0.23 - - [2026-05-18 04:27:58] "POST /neutron/security_group HTTP/1.1" 200 1426 0.027414
10.0.0.240 - - [2026-05-18 04:27:59] "GET /projects?obj_uuids=6668231a-5b37-4d5e-abad-2a344f612859&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002626
10.0.0.23 - - [2026-05-18 04:27:59] "POST /neutron/security_group_rule HTTP/1.1" 200 570 0.122882
10.0.0.23 - - [2026-05-18 04:27:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.031343
10.0.0.23 - - [2026-05-18 04:27:59] "GET /security-group/d3fa7f38-aa15-4522-9be1-f440ba7c1609?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1319 0.037867
10.0.0.23 - - [2026-05-18 04:28:00] "POST /id-to-fqname HTTP/1.1" 200 240 0.032023
10.0.0.23 - - [2026-05-18 04:28:01] "POST /neutron/port HTTP/1.1" 200 4186 0.087364
10.0.0.240 - - [2026-05-18 04:28:02] "GET /projects?obj_uuids=6668231a-5b37-4d5e-abad-2a344f612859&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000981
10.0.0.23 - - [2026-05-18 04:28:02] "GET /project/6668231a-5b37-4d5e-abad-2a344f612859?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.103707
10.0.0.23 - - [2026-05-18 04:28:02] "POST /neutron/port HTTP/1.1" 200 4186 0.050656
10.0.0.23 - - [2026-05-18 04:28:03] "POST /neutron/network HTTP/1.1" 200 876 0.069139
10.0.0.23 - - [2026-05-18 04:28:03] "POST /neutron/port HTTP/1.1" 200 1062 0.026074
10.0.0.23 - - [2026-05-18 04:28:04] "POST /neutron/port HTTP/1.1" 200 1126 0.024020
10.0.0.23 - - [2026-05-18 04:28:04] "POST /neutron/port HTTP/1.1" 200 117 0.001110
10.0.0.23 - - [2026-05-18 04:28:08] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008602
10.0.0.23 - - [2026-05-18 04:28:08] "POST /neutron/port HTTP/1.1" 200 1126 0.029140
10.0.0.23 - - [2026-05-18 04:28:08] "POST /neutron/security_group HTTP/1.1" 200 2058 0.013825
10.0.0.23 - - [2026-05-18 04:28:08] "GET /virtual-machine/0526da76-660e-4b1f-ac8d-b4131f8f1954 HTTP/1.1" 401 292 0.000682
10.0.0.23 - - [2026-05-18 04:28:08] "GET /virtual-machine/0526da76-660e-4b1f-ac8d-b4131f8f1954 HTTP/1.1" 200 1293 0.068111
10.0.0.23 - - [2026-05-18 04:28:08] "GET /virtual-machine/0526da76-660e-4b1f-ac8d-b4131f8f1954 HTTP/1.1" 200 1293 0.024611
10.0.0.23 - - [2026-05-18 04:28:08] "GET /virtual-machine-interface/76d0dd18-eb40-4b1a-9a1a-15247896e565 HTTP/1.1" 200 3030 0.036441
10.0.0.23 - - [2026-05-18 04:28:08] "GET /virtual-machine/0526da76-660e-4b1f-ac8d-b4131f8f1954 HTTP/1.1" 200 1293 0.019345
10.0.0.23 - - [2026-05-18 04:28:08] "GET /virtual-machine-interface/76d0dd18-eb40-4b1a-9a1a-15247896e565 HTTP/1.1" 200 3030 0.033959
10.0.0.23 - - [2026-05-18 04:28:08] "GET /instance-ip/85b7c1f4-f387-46a7-a121-ecfb63c59247 HTTP/1.1" 200 1645 0.026622
10.0.0.23 - - [2026-05-18 04:28:09] "GET /virtual-machine/0526da76-660e-4b1f-ac8d-b4131f8f1954 HTTP/1.1" 200 1293 0.023923
10.0.0.23 - - [2026-05-18 04:28:09] "GET /virtual-machine-interface/76d0dd18-eb40-4b1a-9a1a-15247896e565 HTTP/1.1" 200 3030 0.026780
10.0.0.23 - - [2026-05-18 04:28:09] "GET /instance-ip/85b7c1f4-f387-46a7-a121-ecfb63c59247 HTTP/1.1" 200 1645 0.021023
10.0.0.23 - - [2026-05-18 04:28:09] "POST /fqname-to-id HTTP/1.1" 403 354 0.019688
10.0.0.23 - - [2026-05-18 04:28:09] "GET / HTTP/1.1" 200 36215 0.001742
10.0.0.23 - - [2026-05-18 04:28:09] "POST /fqname-to-id HTTP/1.1" 401 292 0.000420
10.0.0.23 - - [2026-05-18 04:28:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.033447
10.0.0.23 - - [2026-05-18 04:28:09] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005625
10.0.0.23 - - [2026-05-18 04:28:09] "GET /virtual-networks?parent_id=6668231a-5b37-4d5e-abad-2a344f612859&detail=False&count=False&shared=False HTTP/1.1" 200 613 0.032328
10.0.0.23 - - [2026-05-18 04:28:09] "GET /virtual-network/740e4736-1eea-4d14-8618-e942356c5baf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2130 0.032775
10.0.0.23 - - [2026-05-18 04:28:09] "POST /fqname-to-id HTTP/1.1" 403 354 0.019384
10.0.0.23 - - [2026-05-18 04:28:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.006334
10.0.0.23 - - [2026-05-18 04:28:10] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006308
10.0.0.23 - - [2026-05-18 04:28:10] "GET /virtual-networks?parent_id=6668231a-5b37-4d5e-abad-2a344f612859&detail=False&count=False&shared=False HTTP/1.1" 200 613 0.036671
10.0.0.23 - - [2026-05-18 04:28:10] "GET /virtual-network/740e4736-1eea-4d14-8618-e942356c5baf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2130 0.029951
10.0.0.23 - - [2026-05-18 04:28:10] "POST /fqname-to-id HTTP/1.1" 403 354 0.019851
10.0.0.23 - - [2026-05-18 04:28:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004162
10.0.0.23 - - [2026-05-18 04:28:10] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003757
10.0.0.23 - - [2026-05-18 04:28:10] "GET /virtual-networks?parent_id=6668231a-5b37-4d5e-abad-2a344f612859&detail=False&count=False&shared=False HTTP/1.1" 200 613 0.027657
10.0.0.23 - - [2026-05-18 04:28:10] "GET /virtual-network/740e4736-1eea-4d14-8618-e942356c5baf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2130 0.024066
10.0.0.23 - - [2026-05-18 04:28:10] "POST /fqname-to-id HTTP/1.1" 403 354 0.019513
10.0.0.23 - - [2026-05-18 04:28:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004216
10.0.0.23 - - [2026-05-18 04:28:10] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005155
10.0.0.23 - - [2026-05-18 04:28:10] "GET /virtual-networks?parent_id=6668231a-5b37-4d5e-abad-2a344f612859&detail=False&count=False&shared=False HTTP/1.1" 200 613 0.028468
10.0.0.23 - - [2026-05-18 04:28:10] "GET /virtual-network/740e4736-1eea-4d14-8618-e942356c5baf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2130 0.027860
10.0.0.23 - - [2026-05-18 04:28:10] "POST /fqname-to-id HTTP/1.1" 403 354 0.033112
10.0.0.23 - - [2026-05-18 04:28:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004467
10.0.0.23 - - [2026-05-18 04:28:10] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005392
10.0.0.23 - - [2026-05-18 04:28:10] "GET /virtual-networks?parent_id=6668231a-5b37-4d5e-abad-2a344f612859&detail=False&count=False&shared=False HTTP/1.1" 200 613 0.032087
10.0.0.23 - - [2026-05-18 04:28:10] "GET /virtual-network/740e4736-1eea-4d14-8618-e942356c5baf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2130 0.029470
10.0.0.240 - - [2026-05-18 04:28:13] "DELETE /project/c0886df81e6343fb918b6135e4c1dca1 HTTP/1.1" 404 173 0.011410
10.0.0.240 - - [2026-05-18 04:28:13] "DELETE /project/ce8df720f2a54215bff173cad29443a5 HTTP/1.1" 404 173 0.008851
10.0.0.240 - - [2026-05-18 04:28:13] "GET /projects?obj_uuids=c0886df8-1e63-43fb-918b-6135e4c1dca1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001027
10.0.0.240 - - [2026-05-18 04:28:13] "GET /projects?obj_uuids=ce8df720-f2a5-4215-bff1-73cad29443a5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000757
10.0.0.240 - - [2026-05-18 04:28:13] "GET /project/c0886df8-1e63-43fb-918b-6135e4c1dca1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.063727
10.0.0.240 - - [2026-05-18 04:28:13] "GET /project/ce8df720-f2a5-4215-bff1-73cad29443a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.074742
10.0.0.240 - - [2026-05-18 04:28:13] "GET /projects?obj_uuids=c0886df8-1e63-43fb-918b-6135e4c1dca1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003358
10.0.0.240 - - [2026-05-18 04:28:13] "GET /projects?obj_uuids=ce8df720-f2a5-4215-bff1-73cad29443a5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001842
10.0.0.240 - - [2026-05-18 04:28:13] "GET /project/c0886df8-1e63-43fb-918b-6135e4c1dca1?fields=security_groups HTTP/1.1" 200 1363 0.086317
10.0.0.240 - - [2026-05-18 04:28:13] "GET /project/ce8df720-f2a5-4215-bff1-73cad29443a5?fields=security_groups HTTP/1.1" 200 1363 0.091583
10.0.0.240 - - [2026-05-18 04:28:13] "DELETE /security-group/8cd1f544-0ce0-4afe-ab08-63c3ea41b819 HTTP/1.1" 200 115 0.209633
10.0.0.240 - - [2026-05-18 04:28:13] "DELETE /security-group/9bf0b7d4-5965-4e9b-9e50-765bee67f2f2 HTTP/1.1" 200 115 0.224249
10.0.0.240 - - [2026-05-18 04:28:13] "GET /projects?obj_uuids=ce8df720-f2a5-4215-bff1-73cad29443a5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001111
10.0.0.240 - - [2026-05-18 04:28:13] "GET /projects?obj_uuids=c0886df8-1e63-43fb-918b-6135e4c1dca1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000904
10.0.0.240 - - [2026-05-18 04:28:13] "DELETE /access-control-list/715d8344-7c37-4836-b3b4-0a903909557f HTTP/1.1" 200 115 0.067479
10.0.0.23 - - [2026-05-18 04:28:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.045051
10.0.0.240 - - [2026-05-18 04:28:13] "GET /project/ce8df720-f2a5-4215-bff1-73cad29443a5?fields=application_policy_sets HTTP/1.1" 200 1402 0.101169
10.0.0.240 - - [2026-05-18 04:28:13] "GET /project/c0886df8-1e63-43fb-918b-6135e4c1dca1?fields=application_policy_sets HTTP/1.1" 200 1402 0.147629
10.0.0.23 - - [2026-05-18 04:28:14] "GET /virtual-network/740e4736-1eea-4d14-8618-e942356c5baf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2130 0.156499
10.0.0.240 - - [2026-05-18 04:28:14] "DELETE /access-control-list/195b5e88-f061-4f68-af9c-508c03b1bae4 HTTP/1.1" 200 115 0.168285
10.0.0.240 - - [2026-05-18 04:28:14] "DELETE /project/ce8df720-f2a5-4215-bff1-73cad29443a5 HTTP/1.1" 200 115 0.891515
10.0.0.240 - - [2026-05-18 04:28:14] "DELETE /project/c0886df8-1e63-43fb-918b-6135e4c1dca1 HTTP/1.1" 200 115 0.924323
10.0.0.23 - - [2026-05-18 04:28:18] "POST /fqname-to-id HTTP/1.1" 403 354 0.033839
10.0.0.23 - - [2026-05-18 04:28:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004324
10.0.0.23 - - [2026-05-18 04:28:18] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005581
10.0.0.23 - - [2026-05-18 04:28:18] "GET /virtual-networks?parent_id=6668231a-5b37-4d5e-abad-2a344f612859&detail=False&count=False&shared=False HTTP/1.1" 200 613 0.025358
10.0.0.23 - - [2026-05-18 04:28:18] "GET /virtual-network/740e4736-1eea-4d14-8618-e942356c5baf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2130 0.025800
10.0.0.23 - - [2026-05-18 04:28:18] "POST /fqname-to-id HTTP/1.1" 403 354 0.019396
10.0.0.23 - - [2026-05-18 04:28:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003235
10.0.0.23 - - [2026-05-18 04:28:18] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004006
10.0.0.23 - - [2026-05-18 04:28:18] "GET /virtual-networks?parent_id=6668231a-5b37-4d5e-abad-2a344f612859&detail=False&count=False&shared=False HTTP/1.1" 200 613 0.022151
10.0.0.23 - - [2026-05-18 04:28:18] "GET /virtual-network/740e4736-1eea-4d14-8618-e942356c5baf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2130 0.025053
10.0.0.23 - - [2026-05-18 04:28:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.038738
10.0.0.23 - - [2026-05-18 04:28:18] "GET /routing-instance/4e3af3d2-3e01-43ac-a50f-2249521af997?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.021288
10.0.0.23 - - [2026-05-18 04:28:18] "POST /fqname-to-id HTTP/1.1" 403 354 0.020843
10.0.0.23 - - [2026-05-18 04:28:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004057
10.0.0.23 - - [2026-05-18 04:28:18] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004549
10.0.0.23 - - [2026-05-18 04:28:18] "GET /virtual-networks?parent_id=6668231a-5b37-4d5e-abad-2a344f612859&detail=False&count=False&shared=False HTTP/1.1" 200 613 0.027167
10.0.0.23 - - [2026-05-18 04:28:18] "GET /virtual-network/740e4736-1eea-4d14-8618-e942356c5baf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2130 0.031490
10.0.0.23 - - [2026-05-18 04:28:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.030326
10.0.0.23 - - [2026-05-18 04:28:19] "GET /routing-instance/4e3af3d2-3e01-43ac-a50f-2249521af997?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.025831
10.0.0.240 - - [2026-05-18 04:28:21] "GET /obj-perms HTTP/1.1" 403 257 0.055949
10.0.0.240 - - [2026-05-18 04:28:23] "GET /virtual-machine/0526da76-660e-4b1f-ac8d-b4131f8f1954?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.022960
10.0.0.23 - - [2026-05-18 04:28:23] "GET /virtual-machine-interface/76d0dd18-eb40-4b1a-9a1a-15247896e565?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.028199
10.0.0.23 - - [2026-05-18 04:28:23] "GET /virtual-machine-interface/76d0dd18-eb40-4b1a-9a1a-15247896e565?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.027704
10.0.0.23 - - [2026-05-18 04:28:23] "GET /virtual-machine-interface/76d0dd18-eb40-4b1a-9a1a-15247896e565?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.037165
10.0.0.23 - - [2026-05-18 04:28:23] "GET /virtual-network/740e4736-1eea-4d14-8618-e942356c5baf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2130 0.041341
10.0.0.240 - - [2026-05-18 04:28:23] "GET /obj-perms HTTP/1.1" 403 257 0.016505
10.0.0.23 - - [2026-05-18 04:28:24] "GET /obj-perms HTTP/1.1" 403 257 0.054033
10.0.0.23 - - [2026-05-18 04:28:24] "GET /obj-perms HTTP/1.1" 403 257 0.015384
10.0.0.23 - - [2026-05-18 04:28:24] "GET /obj-perms HTTP/1.1" 403 257 0.044569
10.0.0.22 - - [2026-05-18 04:28:24] "GET /obj-perms HTTP/1.1" 200 5030 0.005967
10.0.0.23 - - [2026-05-18 04:28:25] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 321 0.036789
10.0.0.240 - - [2026-05-18 04:28:25] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 321 0.041227
10.0.0.23 - - [2026-05-18 04:28:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.024519
10.0.0.240 - - [2026-05-18 04:28:25] "GET /projects?obj_uuids=6668231a-5b37-4d5e-abad-2a344f612859&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001500
10.0.0.23 - - [2026-05-18 04:28:25] "GET /project/6668231a-5b37-4d5e-abad-2a344f612859?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.084516
10.0.0.23 - - [2026-05-18 04:28:25] "GET /virtual-network/66fa7015-45b4-4267-b458-09caa4e59877?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2107 0.029384
10.0.0.23 - - [2026-05-18 04:28:25] "GET /floating-ip-pools?parent_id=66fa7015-45b4-4267-b458-09caa4e59877&detail=False&count=False&shared=False HTTP/1.1" 200 394 0.027071
10.0.0.23 - - [2026-05-18 04:28:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.018559
10.0.0.23 - - [2026-05-18 04:28:25] "GET /floating-ip-pool/c49197e7-1196-4ab3-b88f-b06cfae28c04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1183 0.025440
10.0.0.240 - - [2026-05-18 04:28:25] "GET /projects?obj_uuids=6668231a-5b37-4d5e-abad-2a344f612859&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001763
10.0.0.23 - - [2026-05-18 04:28:25] "GET /project/6668231a-5b37-4d5e-abad-2a344f612859?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.102989
10.0.0.23 - - [2026-05-18 04:28:25] "POST /floating-ips HTTP/1.1" 200 618 0.122701
10.0.0.23 - - [2026-05-18 04:28:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.034238
10.0.0.23 - - [2026-05-18 04:28:26] "GET /floating-ip/365dd80a-c5e5-455d-a73d-d0a3012301b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.021813
10.0.0.23 - - [2026-05-18 04:28:26] "GET /floating-ip/365dd80a-c5e5-455d-a73d-d0a3012301b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.024973
10.0.0.23 - - [2026-05-18 04:28:26] "GET /virtual-machine/0526da76-660e-4b1f-ac8d-b4131f8f1954?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.023201
10.0.0.23 - - [2026-05-18 04:28:26] "GET /virtual-machine/0526da76-660e-4b1f-ac8d-b4131f8f1954?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1204 0.023585
10.0.0.23 - - [2026-05-18 04:28:26] "GET /virtual-machine-interface/76d0dd18-eb40-4b1a-9a1a-15247896e565?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.034846
10.0.0.23 - - [2026-05-18 04:28:26] "POST /ref-update HTTP/1.1" 200 156 0.055838
10.0.0.23 - - [2026-05-18 04:28:26] "POST /neutron/floatingip HTTP/1.1" 200 548 0.126162
10.0.0.23 - - [2026-05-18 04:28:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.018774
10.0.0.23 - - [2026-05-18 04:28:26] "GET /routing-instance/fa35ae7e-8234-4cb1-84b4-6630ce2acd77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.021462
10.0.0.23 - - [2026-05-18 04:28:26] "GET /virtual-network/740e4736-1eea-4d14-8618-e942356c5baf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2130 0.023785
10.0.0.23 - - [2026-05-18 04:28:27] "POST /neutron/port HTTP/1.1" 200 1116 0.135558
10.0.0.23 - - [2026-05-18 04:28:27] "GET /virtual-machine/0526da76-660e-4b1f-ac8d-b4131f8f1954 HTTP/1.1" 200 1293 0.023696
10.0.0.23 - - [2026-05-18 04:28:27] "GET /virtual-machine-interface/76d0dd18-eb40-4b1a-9a1a-15247896e565 HTTP/1.1" 200 3594 0.027278
10.0.0.23 - - [2026-05-18 04:28:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.035363
10.0.0.23 - - [2026-05-18 04:28:27] "GET /security-group/d3fa7f38-aa15-4522-9be1-f440ba7c1609?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1319 0.025555
10.0.0.23 - - [2026-05-18 04:28:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.023954
10.0.0.23 - - [2026-05-18 04:28:28] "GET /security-group/d3fa7f38-aa15-4522-9be1-f440ba7c1609?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1319 0.049510
10.0.0.23 - - [2026-05-18 04:28:28] "POST /neutron/security_group HTTP/1.1" 200 568 0.024776
10.0.0.23 - - [2026-05-18 04:28:28] "DELETE /floating-ip/365dd80a-c5e5-455d-a73d-d0a3012301b2 HTTP/1.1" 200 115 0.139265
10.0.0.23 - - [2026-05-18 04:28:28] "GET /virtual-machine/0526da76-660e-4b1f-ac8d-b4131f8f1954 HTTP/1.1" 200 1293 0.054022
10.0.0.23 - - [2026-05-18 04:28:29] "POST /neutron/port HTTP/1.1" 200 151 0.327524
10.0.0.23 - - [2026-05-18 04:28:30] "GET /virtual-machine/0526da76-660e-4b1f-ac8d-b4131f8f1954 HTTP/1.1" 404 171 0.039700
10.0.0.23 - - [2026-05-18 04:28:30] "GET /virtual-machine/0526da76-660e-4b1f-ac8d-b4131f8f1954 HTTP/1.1" 404 171 0.019215
10.0.0.23 - - [2026-05-18 04:28:30] "GET /virtual-machine/0526da76-660e-4b1f-ac8d-b4131f8f1954 HTTP/1.1" 404 171 0.018007
10.0.0.23 - - [2026-05-18 04:28:30] "POST /fqname-to-id HTTP/1.1" 403 354 0.025312
10.0.0.23 - - [2026-05-18 04:28:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003398
10.0.0.23 - - [2026-05-18 04:28:30] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003694
10.0.0.23 - - [2026-05-18 04:28:30] "GET /virtual-networks?parent_id=6668231a-5b37-4d5e-abad-2a344f612859&detail=False&count=False&shared=False HTTP/1.1" 200 613 0.028368
10.0.0.23 - - [2026-05-18 04:28:30] "GET /virtual-network/740e4736-1eea-4d14-8618-e942356c5baf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2130 0.024615
10.0.0.23 - - [2026-05-18 04:28:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.016495
10.0.0.23 - - [2026-05-18 04:28:31] "GET /routing-instance/4e3af3d2-3e01-43ac-a50f-2249521af997?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.021357
10.0.0.23 - - [2026-05-18 04:28:31] "GET /obj-perms HTTP/1.1" 403 257 0.016552
10.0.0.23 - - [2026-05-18 04:28:31] "GET /obj-perms HTTP/1.1" 403 257 0.044140
10.0.0.22 - - [2026-05-18 04:28:31] "GET /obj-perms HTTP/1.1" 200 5030 0.006198
10.0.0.23 - - [2026-05-18 04:28:34] "GET /obj-perms HTTP/1.1" 200 5030 0.004207
10.0.0.22 - - [2026-05-18 04:28:40] "GET /obj-perms HTTP/1.1" 200 5030 0.004438
10.0.0.23 - - [2026-05-18 04:28:43] "GET /obj-perms HTTP/1.1" 200 5030 0.005963
10.0.0.22 - - [2026-05-18 04:28:50] "GET /obj-perms HTTP/1.1" 200 5030 0.011675
10.0.0.23 - - [2026-05-18 04:28:52] "POST /neutron/network HTTP/1.1" 200 1122 0.009331
10.0.0.23 - - [2026-05-18 04:28:53] "POST /neutron/subnet HTTP/1.1" 200 1380 0.014808
10.0.0.23 - - [2026-05-18 04:28:53] "POST /neutron/network HTTP/1.1" 200 1112 0.010672
10.0.0.23 - - [2026-05-18 04:28:53] "GET /obj-perms HTTP/1.1" 200 5030 0.003995
10.0.0.23 - - [2026-05-18 04:28:53] "POST /fqname-to-id HTTP/1.1" 404 232 0.031981
10.0.0.23 - - [2026-05-18 04:28:54] "POST /neutron/network HTTP/1.1" 200 866 0.056542
10.0.0.240 - - [2026-05-18 04:28:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005934
10.0.0.23 - - [2026-05-18 04:28:54] "DELETE /api-access-list/7f67591c-a33b-4508-aea4-339ae4034623 HTTP/1.1" 200 115 0.061811
10.0.0.240 - - [2026-05-18 04:28:54] "POST /useragent-kv HTTP/1.1" 200 115 0.003132
10.0.0.240 - - [2026-05-18 04:28:54] "POST /useragent-kv HTTP/1.1" 200 115 0.002525
10.0.0.23 - - [2026-05-18 04:28:54] "POST /neutron/network HTTP/1.1" 200 151 0.188317
10.0.0.240 - - [2026-05-18 04:28:54] "DELETE /route-target/fdbb2c88-8abc-4c0d-9ce5-cca147c06da9 HTTP/1.1" 200 115 0.028874
10.0.0.23 - - [2026-05-18 04:28:56] "GET /api-access-list/2dc85a4f-50b5-4639-aa7d-ca808970a9ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2412 0.005034
10.0.0.23 - - [2026-05-18 04:28:56] "PUT /api-access-list/2dc85a4f-50b5-4639-aa7d-ca808970a9ef HTTP/1.1" 200 265 0.020691
10.0.0.240 - - [2026-05-18 04:28:56] "GET /projects?obj_uuids=6668231a-5b37-4d5e-abad-2a344f612859&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001734
10.0.0.23 - - [2026-05-18 04:28:56] "GET /project/6668231a-5b37-4d5e-abad-2a344f612859?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.048368
10.0.0.240 - - [2026-05-18 04:28:56] "GET /projects?obj_uuids=6668231a-5b37-4d5e-abad-2a344f612859&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000886
10.0.0.23 - - [2026-05-18 04:28:56] "GET /project/6668231a-5b37-4d5e-abad-2a344f612859?fields=virtual_networks HTTP/1.1" 200 1033 0.050411
10.0.0.240 - - [2026-05-18 04:28:57] "GET /projects?obj_uuids=6668231a-5b37-4d5e-abad-2a344f612859&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001442
10.0.0.23 - - [2026-05-18 04:28:57] "GET /project/6668231a-5b37-4d5e-abad-2a344f612859?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.049421
10.0.0.240 - - [2026-05-18 04:28:57] "GET /projects?obj_uuids=6668231a-5b37-4d5e-abad-2a344f612859&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001212
10.0.0.23 - - [2026-05-18 04:28:57] "GET /project/6668231a-5b37-4d5e-abad-2a344f612859?fields=security_groups HTTP/1.1" 200 1260 0.055191
10.0.0.240 - - [2026-05-18 04:28:57] "GET /projects?obj_uuids=24368b5e-b8b6-42c8-9709-5cf097b3c0d0&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.002006
10.0.0.23 - - [2026-05-18 04:28:57] "GET /project/24368b5e-b8b6-42c8-9709-5cf097b3c0d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1273 0.061770
[Introspect:8084]10.0.0.23 - - [2026-05-18 04:28:59] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3159 0.001217
10.0.0.23 - - [2026-05-18 04:29:01] "POST /fqname-to-id HTTP/1.1" 404 189 0.052594
10.0.0.240 - - [2026-05-18 04:29:02] "GET /projects?obj_uuids=4ba7763e-add7-4759-ae35-a578079d0eb5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003756
10.0.0.240 - - [2026-05-18 04:29:02] "GET /domains?obj_uuids=4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001364
10.0.0.240 - - [2026-05-18 04:29:02] "GET /domain/4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009920
10.0.0.240 - - [2026-05-18 04:29:02] "POST /id-to-fqname HTTP/1.1" 200 191 0.015207
10.0.0.240 - - [2026-05-18 04:29:02] "POST /fqname-to-id HTTP/1.1" 404 200 0.014795
10.0.0.240 - - [2026-05-18 04:29:02] "POST /security-groups HTTP/1.1" 200 592 0.048100
10.0.0.240 - - [2026-05-18 04:29:02] "POST /projects HTTP/1.1" 200 587 0.300070
10.0.0.240 - - [2026-05-18 04:29:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.391197
10.0.0.240 - - [2026-05-18 04:29:02] "POST /fqname-to-id HTTP/1.1" 404 234 0.013617
10.0.0.23 - - [2026-05-18 04:29:02] "GET /project/4ba7763e-add7-4759-ae35-a578079d0eb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.596200
10.0.0.23 - - [2026-05-18 04:29:03] "POST /neutron/network HTTP/1.1" 200 1122 0.009746
10.0.0.23 - - [2026-05-18 04:29:03] "POST /neutron/subnet HTTP/1.1" 200 1380 0.020212
10.0.0.23 - - [2026-05-18 04:29:03] "POST /neutron/network HTTP/1.1" 200 1112 0.014410
10.0.0.23 - - [2026-05-18 04:29:03] "GET / HTTP/1.1" 200 36215 0.002282
10.0.0.23 - - [2026-05-18 04:29:05] "POST /fqname-to-id HTTP/1.1" 401 292 0.001199
10.0.0.23 - - [2026-05-18 04:29:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.081448
10.0.0.240 - - [2026-05-18 04:29:06] "GET /projects?obj_uuids=4ba7763e-add7-4759-ae35-a578079d0eb5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003929
10.0.0.23 - - [2026-05-18 04:29:06] "GET /project/4ba7763e-add7-4759-ae35-a578079d0eb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.064063
10.0.0.240 - - [2026-05-18 04:29:06] "POST /ref-update HTTP/1.1" 200 156 0.078295
10.0.0.240 - - [2026-05-18 04:29:06] "POST /useragent-kv HTTP/1.1" 200 115 0.010485
10.0.0.23 - - [2026-05-18 04:29:06] "POST /neutron/subnet HTTP/1.1" 200 716 0.288454
10.0.0.23 - - [2026-05-18 04:29:06] "POST /id-to-fqname HTTP/1.1" 200 222 0.001609
10.0.0.23 - - [2026-05-18 04:29:06] "GET /virtual-network/0d7fc006-f168-4a9f-bb5b-21f8c873b19a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007192
10.0.0.23 - - [2026-05-18 04:29:06] "GET /virtual-network/0d7fc006-f168-4a9f-bb5b-21f8c873b19a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007798
10.0.0.23 - - [2026-05-18 04:29:07] "POST /neutron/network HTTP/1.1" 200 825 0.010033
10.0.0.23 - - [2026-05-18 04:29:07] "GET /virtual-network/0d7fc006-f168-4a9f-bb5b-21f8c873b19a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006461
10.0.0.23 - - [2026-05-18 04:29:08] "GET /obj-perms HTTP/1.1" 200 5032 0.076898
10.0.0.22 - - [2026-05-18 04:29:08] "GET /obj-perms HTTP/1.1" 200 5032 0.070240
10.0.0.240 - - [2026-05-18 04:29:09] "GET /obj-perms HTTP/1.1" 200 5032 0.062654
10.0.0.23 - - [2026-05-18 04:29:09] "POST /id-to-fqname HTTP/1.1" 200 222 0.001582
10.0.0.23 - - [2026-05-18 04:29:09] "POST /neutron/network HTTP/1.1" 200 835 0.008554
10.0.0.240 - - [2026-05-18 04:29:10] "GET /projects?obj_uuids=4ba7763e-add7-4759-ae35-a578079d0eb5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.033762
10.0.0.23 - - [2026-05-18 04:29:10] "GET /project/4ba7763e-add7-4759-ae35-a578079d0eb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.131691
10.0.0.23 - - [2026-05-18 04:29:10] "POST /neutron/port HTTP/1.1" 200 117 0.007567
10.0.0.23 - - [2026-05-18 04:29:10] "POST /id-to-fqname HTTP/1.1" 200 222 0.001406
10.0.0.23 - - [2026-05-18 04:29:10] "POST /neutron/network HTTP/1.1" 200 835 0.017318
10.0.0.23 - - [2026-05-18 04:29:11] "POST /neutron/port HTTP/1.1" 200 1059 0.022759
10.0.0.23 - - [2026-05-18 04:29:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007625
10.0.0.240 - - [2026-05-18 04:29:12] "GET /projects?obj_uuids=4ba7763e-add7-4759-ae35-a578079d0eb5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001269
10.0.0.23 - - [2026-05-18 04:29:12] "POST /neutron/network HTTP/1.1" 200 825 0.012467
10.0.0.23 - - [2026-05-18 04:29:12] "GET /project/4ba7763e-add7-4759-ae35-a578079d0eb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.119853
10.0.0.23 - - [2026-05-18 04:29:12] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009062
10.0.0.23 - - [2026-05-18 04:29:12] "POST /neutron/security_group HTTP/1.1" 200 2059 0.011501
10.0.0.23 - - [2026-05-18 04:29:13] "POST /neutron/port HTTP/1.1" 200 1059 0.027697
10.0.0.23 - - [2026-05-18 04:29:13] "POST /neutron/port HTTP/1.1" 200 1123 0.023754
10.0.0.23 - - [2026-05-18 04:29:13] "POST /neutron/port HTTP/1.1" 200 117 0.001672
10.0.0.240 - - [2026-05-18 04:29:14] "DELETE /project/6668231a-5b37-4d5e-abad-2a344f612859 HTTP/1.1" 404 177 0.041040
10.0.0.240 - - [2026-05-18 04:29:14] "DELETE /project/4ba7763eadd74759ae35a578079d0eb5 HTTP/1.1" 404 173 0.063919
10.0.0.23 - - [2026-05-18 04:29:17] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008607
10.0.0.23 - - [2026-05-18 04:29:17] "POST /neutron/port HTTP/1.1" 200 1123 0.023227
10.0.0.23 - - [2026-05-18 04:29:17] "GET /virtual-machine/ade40cb9-3719-4977-bb78-50cff1ad88cf HTTP/1.1" 401 292 0.000405
10.0.0.23 - - [2026-05-18 04:29:18] "GET /virtual-machine/ade40cb9-3719-4977-bb78-50cff1ad88cf HTTP/1.1" 200 1296 0.037697
10.0.0.23 - - [2026-05-18 04:29:18] "GET /virtual-machine-interface/6c98883b-ca19-4f2e-9ad2-bdb9756b2fc6 HTTP/1.1" 200 2955 0.008997
10.0.0.23 - - [2026-05-18 04:29:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004422
10.0.0.23 - - [2026-05-18 04:29:18] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006868
10.0.0.23 - - [2026-05-18 04:29:18] "GET /virtual-networks?parent_id=4ba7763e-add7-4759-ae35-a578079d0eb5&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003973
10.0.0.23 - - [2026-05-18 04:29:18] "GET /virtual-network/0d7fc006-f168-4a9f-bb5b-21f8c873b19a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007904
10.0.0.23 - - [2026-05-18 04:29:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004779
10.0.0.23 - - [2026-05-18 04:29:21] "GET /virtual-network/0d7fc006-f168-4a9f-bb5b-21f8c873b19a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006907
10.0.0.23 - - [2026-05-18 04:29:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004740
10.0.0.23 - - [2026-05-18 04:29:25] "GET /virtual-network/0d7fc006-f168-4a9f-bb5b-21f8c873b19a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007357
10.0.0.23 - - [2026-05-18 04:29:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.007473
10.0.0.23 - - [2026-05-18 04:29:29] "GET /virtual-network/0d7fc006-f168-4a9f-bb5b-21f8c873b19a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006456
10.0.0.23 - - [2026-05-18 04:29:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004538
10.0.0.23 - - [2026-05-18 04:29:33] "GET /virtual-network/0d7fc006-f168-4a9f-bb5b-21f8c873b19a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006438
10.0.0.23 - - [2026-05-18 04:29:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004399
10.0.0.23 - - [2026-05-18 04:29:37] "GET /virtual-network/0d7fc006-f168-4a9f-bb5b-21f8c873b19a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007579
10.0.0.23 - - [2026-05-18 04:29:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004458
10.0.0.23 - - [2026-05-18 04:29:41] "GET /virtual-network/0d7fc006-f168-4a9f-bb5b-21f8c873b19a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005903
10.0.0.23 - - [2026-05-18 04:29:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004080
10.0.0.23 - - [2026-05-18 04:29:46] "GET /virtual-network/0d7fc006-f168-4a9f-bb5b-21f8c873b19a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007649
10.0.0.23 - - [2026-05-18 04:29:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004586
10.0.0.23 - - [2026-05-18 04:29:50] "GET /virtual-network/0d7fc006-f168-4a9f-bb5b-21f8c873b19a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007067
10.0.0.23 - - [2026-05-18 04:29:52] "POST /neutron/port HTTP/1.1" 200 1106 0.027709
10.0.0.23 - - [2026-05-18 04:29:52] "POST /neutron/subnet HTTP/1.1" 200 694 0.012566
10.0.0.23 - - [2026-05-18 04:29:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.006105
10.0.0.23 - - [2026-05-18 04:29:54] "GET /virtual-network/0d7fc006-f168-4a9f-bb5b-21f8c873b19a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.008915
10.0.0.23 - - [2026-05-18 04:29:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004870
10.0.0.23 - - [2026-05-18 04:29:56] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005087
10.0.0.23 - - [2026-05-18 04:29:56] "GET /virtual-networks?parent_id=4ba7763e-add7-4759-ae35-a578079d0eb5&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.004466
10.0.0.23 - - [2026-05-18 04:29:56] "GET /virtual-network/0d7fc006-f168-4a9f-bb5b-21f8c873b19a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.012686
10.0.0.23 - - [2026-05-18 04:29:56] "POST /neutron/port HTTP/1.1" 200 1123 0.025217
10.0.0.23 - - [2026-05-18 04:30:01] "POST /neutron/security_group HTTP/1.1" 200 2059 0.015877
10.0.0.23 - - [2026-05-18 04:30:04] "POST /neutron/network HTTP/1.1" 200 936 0.008169
10.0.0.23 - - [2026-05-18 04:30:04] "POST /neutron/port HTTP/1.1" 200 117 0.002146
10.0.0.23 - - [2026-05-18 04:30:06] "POST /neutron/port HTTP/1.1" 200 1123 0.024880
10.0.0.23 - - [2026-05-18 04:30:12] "POST /neutron/port HTTP/1.1" 200 1123 0.023559
10.0.0.23 - - [2026-05-18 04:30:17] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009048
10.0.0.23 - - [2026-05-18 04:30:17] "POST /neutron/port HTTP/1.1" 200 1123 0.018641
10.0.0.23 - - [2026-05-18 04:30:17] "GET /virtual-machine/d53efb7a-0368-4407-af11-a3b00c0c2aba HTTP/1.1" 200 1296 0.007345
10.0.0.23 - - [2026-05-18 04:30:17] "GET /virtual-machine-interface/846c767b-f430-4eeb-9274-1b40a403feff HTTP/1.1" 200 2955 0.006588
10.0.0.23 - - [2026-05-18 04:30:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005569
10.0.0.23 - - [2026-05-18 04:30:17] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004605
10.0.0.23 - - [2026-05-18 04:30:17] "GET /virtual-networks?parent_id=4ba7763e-add7-4759-ae35-a578079d0eb5&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.004691
10.0.0.23 - - [2026-05-18 04:30:17] "GET /virtual-network/0d7fc006-f168-4a9f-bb5b-21f8c873b19a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006834
10.0.0.23 - - [2026-05-18 04:30:17] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008462
10.0.0.23 - - [2026-05-18 04:30:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004139
10.0.0.23 - - [2026-05-18 04:30:18] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004052
10.0.0.23 - - [2026-05-18 04:30:18] "GET /virtual-networks?parent_id=4ba7763e-add7-4759-ae35-a578079d0eb5&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.006102
10.0.0.23 - - [2026-05-18 04:30:18] "GET /virtual-network/0d7fc006-f168-4a9f-bb5b-21f8c873b19a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.008526
10.0.0.23 - - [2026-05-18 04:30:24] "POST /neutron/port HTTP/1.1" 200 1123 0.020437
10.0.0.23 - - [2026-05-18 04:30:54] "POST /neutron/port HTTP/1.1" 200 1217 0.062043
10.0.0.23 - - [2026-05-18 04:30:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005866
10.0.0.23 - - [2026-05-18 04:30:54] "POST /neutron/port HTTP/1.1" 200 117 0.001205
10.0.0.23 - - [2026-05-18 04:31:04] "POST /neutron/port HTTP/1.1" 200 1217 0.030728
10.0.0.23 - - [2026-05-18 04:31:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005868
10.0.0.23 - - [2026-05-18 04:31:04] "POST /neutron/port HTTP/1.1" 200 117 0.001264
10.0.0.22 - - [2026-05-18 04:31:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000476
10.0.0.22 - - [2026-05-18 04:31:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000459
10.0.0.240 - - [2026-05-18 04:31:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000359
10.0.0.240 - - [2026-05-18 04:31:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000473
10.0.0.23 - - [2026-05-18 04:31:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000417
10.0.0.23 - - [2026-05-18 04:31:56] "POST /neutron/port HTTP/1.1" 200 1106 0.023878
10.0.0.23 - - [2026-05-18 04:31:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000483
10.0.0.23 - - [2026-05-18 04:31:56] "POST /neutron/subnet HTTP/1.1" 200 694 0.013667
10.0.0.22 - - [2026-05-18 04:31:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000406
10.0.0.22 - - [2026-05-18 04:31:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000374
10.0.0.240 - - [2026-05-18 04:31:56] "GET /global-system-configs HTTP/1.1" 401 292 0.002928
10.0.0.240 - - [2026-05-18 04:31:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000411
10.0.0.23 - - [2026-05-18 04:31:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000344
10.0.0.23 - - [2026-05-18 04:31:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000483
10.0.0.23 - - [2026-05-18 04:32:06] "POST /neutron/port HTTP/1.1" 200 1106 0.067543
10.0.0.23 - - [2026-05-18 04:32:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004780
10.0.0.23 - - [2026-05-18 04:32:06] "POST /neutron/network HTTP/1.1" 200 926 0.007880
10.0.0.23 - - [2026-05-18 04:32:26] "GET /virtual-machine/ade40cb9-3719-4977-bb78-50cff1ad88cf HTTP/1.1" 200 1296 0.006849
10.0.0.23 - - [2026-05-18 04:32:26] "GET /virtual-machine-interface/6c98883b-ca19-4f2e-9ad2-bdb9756b2fc6 HTTP/1.1" 200 2955 0.006395
10.0.0.23 - - [2026-05-18 04:32:26] "GET /virtual-machine/ade40cb9-3719-4977-bb78-50cff1ad88cf HTTP/1.1" 200 1296 0.005772
10.0.0.23 - - [2026-05-18 04:32:26] "GET /virtual-machine-interface/6c98883b-ca19-4f2e-9ad2-bdb9756b2fc6 HTTP/1.1" 200 2955 0.009720
10.0.0.23 - - [2026-05-18 04:32:26] "GET /instance-ip/20730064-3fb5-4523-9403-9164d1bba92a HTTP/1.1" 200 1624 0.008678
10.0.0.23 - - [2026-05-18 04:32:26] "GET /virtual-machine/ade40cb9-3719-4977-bb78-50cff1ad88cf HTTP/1.1" 200 1296 0.005204
10.0.0.23 - - [2026-05-18 04:32:26] "GET /virtual-machine-interface/6c98883b-ca19-4f2e-9ad2-bdb9756b2fc6 HTTP/1.1" 200 2955 0.005735
10.0.0.23 - - [2026-05-18 04:32:26] "GET /instance-ip/20730064-3fb5-4523-9403-9164d1bba92a HTTP/1.1" 200 1624 0.004242
10.0.0.23 - - [2026-05-18 04:32:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004369
10.0.0.23 - - [2026-05-18 04:32:26] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006253
10.0.0.23 - - [2026-05-18 04:32:26] "GET /virtual-networks?parent_id=4ba7763e-add7-4759-ae35-a578079d0eb5&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.004156
10.0.0.23 - - [2026-05-18 04:32:26] "GET /virtual-network/0d7fc006-f168-4a9f-bb5b-21f8c873b19a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.008243
10.0.0.23 - - [2026-05-18 04:32:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003916
10.0.0.23 - - [2026-05-18 04:32:26] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005880
10.0.0.23 - - [2026-05-18 04:32:26] "GET /virtual-networks?parent_id=4ba7763e-add7-4759-ae35-a578079d0eb5&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.005218
10.0.0.23 - - [2026-05-18 04:32:26] "GET /virtual-network/0d7fc006-f168-4a9f-bb5b-21f8c873b19a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007267
10.0.0.23 - - [2026-05-18 04:32:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004204
10.0.0.23 - - [2026-05-18 04:32:26] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005186
10.0.0.23 - - [2026-05-18 04:32:26] "GET /virtual-networks?parent_id=4ba7763e-add7-4759-ae35-a578079d0eb5&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003212
10.0.0.23 - - [2026-05-18 04:32:26] "GET /virtual-network/0d7fc006-f168-4a9f-bb5b-21f8c873b19a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007747
10.0.0.23 - - [2026-05-18 04:32:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004072
10.0.0.23 - - [2026-05-18 04:32:27] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005027
10.0.0.23 - - [2026-05-18 04:32:27] "GET /virtual-networks?parent_id=4ba7763e-add7-4759-ae35-a578079d0eb5&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.007280
10.0.0.23 - - [2026-05-18 04:32:27] "GET /virtual-network/0d7fc006-f168-4a9f-bb5b-21f8c873b19a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007381
10.0.0.23 - - [2026-05-18 04:32:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.006823
10.0.0.23 - - [2026-05-18 04:32:27] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004836
10.0.0.23 - - [2026-05-18 04:32:27] "GET /virtual-networks?parent_id=4ba7763e-add7-4759-ae35-a578079d0eb5&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003693
10.0.0.23 - - [2026-05-18 04:32:27] "GET /virtual-network/0d7fc006-f168-4a9f-bb5b-21f8c873b19a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006058
10.0.0.23 - - [2026-05-18 04:32:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003483
10.0.0.23 - - [2026-05-18 04:32:27] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005298
10.0.0.23 - - [2026-05-18 04:32:27] "GET /virtual-networks?parent_id=4ba7763e-add7-4759-ae35-a578079d0eb5&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.011743
10.0.0.23 - - [2026-05-18 04:32:27] "GET /virtual-network/0d7fc006-f168-4a9f-bb5b-21f8c873b19a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007133
10.0.0.23 - - [2026-05-18 04:32:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.005135
10.0.0.23 - - [2026-05-18 04:32:27] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005237
10.0.0.23 - - [2026-05-18 04:32:27] "GET /virtual-networks?parent_id=4ba7763e-add7-4759-ae35-a578079d0eb5&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.004460
10.0.0.23 - - [2026-05-18 04:32:27] "GET /virtual-network/0d7fc006-f168-4a9f-bb5b-21f8c873b19a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.009635
10.0.0.23 - - [2026-05-18 04:32:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003722
10.0.0.23 - - [2026-05-18 04:32:27] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004513
10.0.0.23 - - [2026-05-18 04:32:27] "GET /virtual-networks?parent_id=4ba7763e-add7-4759-ae35-a578079d0eb5&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.004054
10.0.0.23 - - [2026-05-18 04:32:27] "GET /virtual-network/0d7fc006-f168-4a9f-bb5b-21f8c873b19a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006396
10.0.0.23 - - [2026-05-18 04:32:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003691
10.0.0.23 - - [2026-05-18 04:32:27] "GET /routing-instance/09519eb6-0f7b-4b20-b101-e3275963f19a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1482 0.005638
10.0.0.23 - - [2026-05-18 04:32:27] "GET /route-target/a7b21468-a870-47ec-9452-803e1e58186c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004694
10.0.0.23 - - [2026-05-18 04:32:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004269
10.0.0.23 - - [2026-05-18 04:32:28] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006516
10.0.0.23 - - [2026-05-18 04:32:28] "GET /virtual-networks?parent_id=4ba7763e-add7-4759-ae35-a578079d0eb5&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.008066
10.0.0.23 - - [2026-05-18 04:32:28] "GET /virtual-network/0d7fc006-f168-4a9f-bb5b-21f8c873b19a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007722
10.0.0.23 - - [2026-05-18 04:32:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.005420
10.0.0.23 - - [2026-05-18 04:32:28] "GET /routing-instance/09519eb6-0f7b-4b20-b101-e3275963f19a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1482 0.005804
10.0.0.23 - - [2026-05-18 04:32:28] "GET /route-target/a7b21468-a870-47ec-9452-803e1e58186c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.006521
10.0.0.23 - - [2026-05-18 04:32:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004012
10.0.0.23 - - [2026-05-18 04:32:28] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005370
10.0.0.23 - - [2026-05-18 04:32:28] "GET /virtual-networks?parent_id=4ba7763e-add7-4759-ae35-a578079d0eb5&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003987
10.0.0.23 - - [2026-05-18 04:32:28] "GET /virtual-network/0d7fc006-f168-4a9f-bb5b-21f8c873b19a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007075
10.0.0.23 - - [2026-05-18 04:32:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004284
10.0.0.23 - - [2026-05-18 04:32:28] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.007272
10.0.0.23 - - [2026-05-18 04:32:28] "GET /virtual-networks?parent_id=4ba7763e-add7-4759-ae35-a578079d0eb5&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.010279
10.0.0.23 - - [2026-05-18 04:32:28] "GET /virtual-network/0d7fc006-f168-4a9f-bb5b-21f8c873b19a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006758
10.0.0.23 - - [2026-05-18 04:32:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004307
10.0.0.23 - - [2026-05-18 04:32:28] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005800
10.0.0.23 - - [2026-05-18 04:32:28] "GET /virtual-networks?parent_id=4ba7763e-add7-4759-ae35-a578079d0eb5&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003348
10.0.0.23 - - [2026-05-18 04:32:28] "GET /virtual-network/0d7fc006-f168-4a9f-bb5b-21f8c873b19a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007341
10.0.0.240 - - [2026-05-18 04:32:28] "GET /obj-perms HTTP/1.1" 200 5032 0.004586
10.0.0.23 - - [2026-05-18 04:32:28] "GET /obj-perms HTTP/1.1" 200 5032 0.004219
10.0.0.23 - - [2026-05-18 04:32:29] "GET /obj-perms HTTP/1.1" 200 5032 0.006093
10.0.0.22 - - [2026-05-18 04:32:29] "GET /obj-perms HTTP/1.1" 200 5032 0.004570
10.0.0.23 - - [2026-05-18 04:32:29] "GET /obj-perms HTTP/1.1" 200 5032 0.004727
10.0.0.240 - - [2026-05-18 04:32:29] "GET /obj-perms HTTP/1.1" 200 5032 0.004463
10.0.0.23 - - [2026-05-18 04:32:29] "POST /neutron/port HTTP/1.1" 200 1123 0.033442
10.0.0.23 - - [2026-05-18 04:32:29] "GET /virtual-machine/d53efb7a-0368-4407-af11-a3b00c0c2aba HTTP/1.1" 200 1296 0.004956
10.0.0.23 - - [2026-05-18 04:32:29] "GET /virtual-machine-interface/846c767b-f430-4eeb-9274-1b40a403feff HTTP/1.1" 200 2955 0.009332
10.0.0.23 - - [2026-05-18 04:32:29] "GET /virtual-machine/d53efb7a-0368-4407-af11-a3b00c0c2aba HTTP/1.1" 200 1296 0.009795
10.0.0.23 - - [2026-05-18 04:32:29] "GET /virtual-machine-interface/846c767b-f430-4eeb-9274-1b40a403feff HTTP/1.1" 200 2955 0.013392
10.0.0.23 - - [2026-05-18 04:32:29] "GET /instance-ip/e46ced64-6e6d-41ce-81dd-96f333b937d1 HTTP/1.1" 200 1624 0.006696
10.0.0.23 - - [2026-05-18 04:32:29] "GET /virtual-machine/d53efb7a-0368-4407-af11-a3b00c0c2aba HTTP/1.1" 200 1296 0.003432
10.0.0.23 - - [2026-05-18 04:32:29] "GET /virtual-machine-interface/846c767b-f430-4eeb-9274-1b40a403feff HTTP/1.1" 200 2955 0.005661
10.0.0.23 - - [2026-05-18 04:32:29] "GET /instance-ip/e46ced64-6e6d-41ce-81dd-96f333b937d1 HTTP/1.1" 200 1624 0.004645
10.0.0.23 - - [2026-05-18 04:32:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.009992
10.0.0.23 - - [2026-05-18 04:32:29] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.009220
10.0.0.23 - - [2026-05-18 04:32:29] "GET /virtual-networks?parent_id=4ba7763e-add7-4759-ae35-a578079d0eb5&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.005699
10.0.0.23 - - [2026-05-18 04:32:29] "GET /virtual-network/0d7fc006-f168-4a9f-bb5b-21f8c873b19a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007163
10.0.0.23 - - [2026-05-18 04:32:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004222
10.0.0.23 - - [2026-05-18 04:32:29] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.007778
10.0.0.23 - - [2026-05-18 04:32:29] "GET /virtual-networks?parent_id=4ba7763e-add7-4759-ae35-a578079d0eb5&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003610
10.0.0.23 - - [2026-05-18 04:32:30] "GET /virtual-network/0d7fc006-f168-4a9f-bb5b-21f8c873b19a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007845
10.0.0.23 - - [2026-05-18 04:32:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004864
10.0.0.23 - - [2026-05-18 04:32:30] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.008996
10.0.0.23 - - [2026-05-18 04:32:30] "GET /virtual-networks?parent_id=4ba7763e-add7-4759-ae35-a578079d0eb5&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.004689
10.0.0.23 - - [2026-05-18 04:32:30] "GET /virtual-network/0d7fc006-f168-4a9f-bb5b-21f8c873b19a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007080
10.0.0.23 - - [2026-05-18 04:32:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.005385
10.0.0.23 - - [2026-05-18 04:32:30] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005841
10.0.0.23 - - [2026-05-18 04:32:30] "GET /virtual-networks?parent_id=4ba7763e-add7-4759-ae35-a578079d0eb5&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.005638
10.0.0.23 - - [2026-05-18 04:32:30] "GET /virtual-network/0d7fc006-f168-4a9f-bb5b-21f8c873b19a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007941
10.0.0.23 - - [2026-05-18 04:32:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.009218
10.0.0.23 - - [2026-05-18 04:32:30] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005612
10.0.0.23 - - [2026-05-18 04:32:30] "GET /virtual-networks?parent_id=4ba7763e-add7-4759-ae35-a578079d0eb5&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003607
10.0.0.23 - - [2026-05-18 04:32:30] "GET /virtual-network/0d7fc006-f168-4a9f-bb5b-21f8c873b19a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006717
10.0.0.23 - - [2026-05-18 04:32:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004209
10.0.0.23 - - [2026-05-18 04:32:30] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004862
10.0.0.23 - - [2026-05-18 04:32:30] "GET /virtual-networks?parent_id=4ba7763e-add7-4759-ae35-a578079d0eb5&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.004063
10.0.0.23 - - [2026-05-18 04:32:30] "GET /virtual-network/0d7fc006-f168-4a9f-bb5b-21f8c873b19a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006681
10.0.0.23 - - [2026-05-18 04:32:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003706
10.0.0.23 - - [2026-05-18 04:32:30] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005106
10.0.0.23 - - [2026-05-18 04:32:30] "GET /virtual-networks?parent_id=4ba7763e-add7-4759-ae35-a578079d0eb5&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003649
10.0.0.23 - - [2026-05-18 04:32:30] "GET /virtual-network/0d7fc006-f168-4a9f-bb5b-21f8c873b19a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006928
10.0.0.23 - - [2026-05-18 04:32:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003851
10.0.0.23 - - [2026-05-18 04:32:31] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004965
10.0.0.23 - - [2026-05-18 04:32:31] "GET /virtual-networks?parent_id=4ba7763e-add7-4759-ae35-a578079d0eb5&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003520
10.0.0.23 - - [2026-05-18 04:32:31] "GET /virtual-network/0d7fc006-f168-4a9f-bb5b-21f8c873b19a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.010723
10.0.0.23 - - [2026-05-18 04:32:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003692
10.0.0.23 - - [2026-05-18 04:32:31] "GET /routing-instance/09519eb6-0f7b-4b20-b101-e3275963f19a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1482 0.010067
10.0.0.23 - - [2026-05-18 04:32:31] "GET /route-target/a7b21468-a870-47ec-9452-803e1e58186c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004711
10.0.0.23 - - [2026-05-18 04:32:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004217
10.0.0.23 - - [2026-05-18 04:32:31] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.007032
10.0.0.23 - - [2026-05-18 04:32:31] "GET /virtual-networks?parent_id=4ba7763e-add7-4759-ae35-a578079d0eb5&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.004871
10.0.0.23 - - [2026-05-18 04:32:31] "GET /virtual-network/0d7fc006-f168-4a9f-bb5b-21f8c873b19a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006365
10.0.0.23 - - [2026-05-18 04:32:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.005469
10.0.0.23 - - [2026-05-18 04:32:31] "GET /routing-instance/09519eb6-0f7b-4b20-b101-e3275963f19a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1482 0.007640
10.0.0.23 - - [2026-05-18 04:32:31] "GET /route-target/a7b21468-a870-47ec-9452-803e1e58186c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.008732
10.0.0.23 - - [2026-05-18 04:32:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003902
10.0.0.23 - - [2026-05-18 04:32:31] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005854
10.0.0.23 - - [2026-05-18 04:32:31] "GET /virtual-networks?parent_id=4ba7763e-add7-4759-ae35-a578079d0eb5&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.004798
10.0.0.23 - - [2026-05-18 04:32:31] "GET /virtual-network/0d7fc006-f168-4a9f-bb5b-21f8c873b19a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.008423
10.0.0.23 - - [2026-05-18 04:32:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004613
10.0.0.23 - - [2026-05-18 04:32:31] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005732
10.0.0.23 - - [2026-05-18 04:32:31] "GET /virtual-networks?parent_id=4ba7763e-add7-4759-ae35-a578079d0eb5&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.004537
10.0.0.23 - - [2026-05-18 04:32:31] "GET /virtual-network/0d7fc006-f168-4a9f-bb5b-21f8c873b19a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007898
10.0.0.23 - - [2026-05-18 04:32:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.007231
10.0.0.23 - - [2026-05-18 04:32:31] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005260
10.0.0.23 - - [2026-05-18 04:32:31] "GET /virtual-networks?parent_id=4ba7763e-add7-4759-ae35-a578079d0eb5&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003971
10.0.0.23 - - [2026-05-18 04:32:31] "GET /virtual-network/0d7fc006-f168-4a9f-bb5b-21f8c873b19a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006894
10.0.0.23 - - [2026-05-18 04:32:32] "GET /obj-perms HTTP/1.1" 200 5032 0.004232
10.0.0.240 - - [2026-05-18 04:32:32] "GET /obj-perms HTTP/1.1" 200 5032 0.005149
10.0.0.22 - - [2026-05-18 04:32:32] "GET /obj-perms HTTP/1.1" 200 5032 0.005416
10.0.0.23 - - [2026-05-18 04:32:32] "GET /obj-perms HTTP/1.1" 200 5032 0.005726
10.0.0.22 - - [2026-05-18 04:32:36] "GET /obj-perms HTTP/1.1" 200 5056 0.068229
10.0.0.23 - - [2026-05-18 04:32:37] "GET /virtual-machine/d53efb7a-0368-4407-af11-a3b00c0c2aba HTTP/1.1" 200 1296 0.004817
10.0.0.23 - - [2026-05-18 04:32:38] "POST /neutron/port HTTP/1.1" 200 1113 0.017783
10.0.0.23 - - [2026-05-18 04:32:39] "GET /virtual-machine/d53efb7a-0368-4407-af11-a3b00c0c2aba HTTP/1.1" 404 171 0.003700
10.0.0.23 - - [2026-05-18 04:32:39] "GET /virtual-machine/d53efb7a-0368-4407-af11-a3b00c0c2aba HTTP/1.1" 404 171 0.003942
10.0.0.23 - - [2026-05-18 04:32:39] "GET /virtual-machine/d53efb7a-0368-4407-af11-a3b00c0c2aba HTTP/1.1" 404 171 0.003506
10.0.0.23 - - [2026-05-18 04:32:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.005509
10.0.0.23 - - [2026-05-18 04:32:39] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005288
10.0.0.23 - - [2026-05-18 04:32:40] "GET /virtual-networks?parent_id=4ba7763e-add7-4759-ae35-a578079d0eb5&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.004668
10.0.0.23 - - [2026-05-18 04:32:40] "GET /virtual-network/0d7fc006-f168-4a9f-bb5b-21f8c873b19a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007218
10.0.0.23 - - [2026-05-18 04:32:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004574
10.0.0.23 - - [2026-05-18 04:32:40] "GET /routing-instance/09519eb6-0f7b-4b20-b101-e3275963f19a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1482 0.005971
10.0.0.23 - - [2026-05-18 04:32:40] "GET /route-target/a7b21468-a870-47ec-9452-803e1e58186c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.006159
10.0.0.23 - - [2026-05-18 04:32:43] "GET /obj-perms HTTP/1.1" 200 5032 0.004221
10.0.0.22 - - [2026-05-18 04:32:46] "GET /obj-perms HTTP/1.1" 200 5032 0.004879
10.0.0.23 - - [2026-05-18 04:32:52] "GET /obj-perms HTTP/1.1" 200 5032 0.004775
10.0.0.22 - - [2026-05-18 04:32:55] "GET /obj-perms HTTP/1.1" 200 5032 0.004658
10.0.0.23 - - [2026-05-18 04:32:55] "GET /obj-perms HTTP/1.1" 200 5032 0.004797
10.0.0.240 - - [2026-05-18 04:32:55] "GET /obj-perms HTTP/1.1" 200 5032 0.004593
10.0.0.23 - - [2026-05-18 04:32:55] "GET /virtual-machine/ade40cb9-3719-4977-bb78-50cff1ad88cf HTTP/1.1" 200 1296 0.008397
10.0.0.23 - - [2026-05-18 04:32:56] "POST /neutron/port HTTP/1.1" 200 1113 0.015851
10.0.0.23 - - [2026-05-18 04:32:58] "GET /virtual-machine/ade40cb9-3719-4977-bb78-50cff1ad88cf HTTP/1.1" 404 171 0.004618
10.0.0.23 - - [2026-05-18 04:32:58] "GET /virtual-machine/ade40cb9-3719-4977-bb78-50cff1ad88cf HTTP/1.1" 404 171 0.005334
10.0.0.23 - - [2026-05-18 04:32:58] "GET /virtual-machine/ade40cb9-3719-4977-bb78-50cff1ad88cf HTTP/1.1" 404 171 0.002727
10.0.0.23 - - [2026-05-18 04:32:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004643
10.0.0.23 - - [2026-05-18 04:32:58] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006252
10.0.0.23 - - [2026-05-18 04:32:58] "GET /virtual-networks?parent_id=4ba7763e-add7-4759-ae35-a578079d0eb5&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003945
10.0.0.23 - - [2026-05-18 04:32:58] "GET /virtual-network/0d7fc006-f168-4a9f-bb5b-21f8c873b19a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007575
10.0.0.23 - - [2026-05-18 04:32:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004292
10.0.0.23 - - [2026-05-18 04:32:58] "GET /routing-instance/09519eb6-0f7b-4b20-b101-e3275963f19a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1482 0.005038
10.0.0.23 - - [2026-05-18 04:32:58] "GET /route-target/a7b21468-a870-47ec-9452-803e1e58186c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004843
10.0.0.22 - - [2026-05-18 04:33:01] "GET /obj-perms HTTP/1.1" 200 5032 0.004364
10.0.0.23 - - [2026-05-18 04:33:01] "GET /obj-perms HTTP/1.1" 200 5032 0.004202
10.0.0.240 - - [2026-05-18 04:33:01] "POST /useragent-kv HTTP/1.1" 200 115 0.006202
10.0.0.240 - - [2026-05-18 04:33:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.011558
10.0.0.240 - - [2026-05-18 04:33:01] "POST /useragent-kv HTTP/1.1" 200 115 0.008111
10.0.0.23 - - [2026-05-18 04:33:01] "POST /neutron/network HTTP/1.1" 200 151 0.167939
10.0.0.23 - - [2026-05-18 04:33:04] "POST /fqname-to-id HTTP/1.1" 404 200 0.003649
10.0.0.23 - - [2026-05-18 04:33:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003501
10.0.0.240 - - [2026-05-18 04:33:04] "GET /projects?obj_uuids=4ba7763e-add7-4759-ae35-a578079d0eb5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001676
10.0.0.23 - - [2026-05-18 04:33:04] "GET /project/4ba7763e-add7-4759-ae35-a578079d0eb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.055874
10.0.0.23 - - [2026-05-18 04:33:04] "POST /network-policys HTTP/1.1" 200 524 0.045558
10.0.0.23 - - [2026-05-18 04:33:05] "GET /network-policy/fcbee519-3631-4222-92f8-7d6376618b98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006663
10.0.0.23 - - [2026-05-18 04:33:05] "POST /fqname-to-id HTTP/1.1" 404 200 0.003803
10.0.0.23 - - [2026-05-18 04:33:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003860
10.0.0.240 - - [2026-05-18 04:33:05] "GET /projects?obj_uuids=4ba7763e-add7-4759-ae35-a578079d0eb5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000956
10.0.0.23 - - [2026-05-18 04:33:05] "GET /project/4ba7763e-add7-4759-ae35-a578079d0eb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.059280
10.0.0.23 - - [2026-05-18 04:33:05] "POST /network-policys HTTP/1.1" 200 524 0.040284
10.0.0.23 - - [2026-05-18 04:33:05] "GET /network-policy/47e5383f-774a-45af-bf2f-0730544b4946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.008634
10.0.0.23 - - [2026-05-18 04:33:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.006923
10.0.0.240 - - [2026-05-18 04:33:05] "GET /projects?obj_uuids=4ba7763e-add7-4759-ae35-a578079d0eb5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001332
10.0.0.23 - - [2026-05-18 04:33:05] "GET /project/4ba7763e-add7-4759-ae35-a578079d0eb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.073069
10.0.0.23 - - [2026-05-18 04:33:05] "GET /virtual-networks?parent_id=4ba7763e-add7-4759-ae35-a578079d0eb5&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.004931
10.0.0.23 - - [2026-05-18 04:33:05] "POST /virtual-networks HTTP/1.1" 200 548 0.108840
10.0.0.23 - - [2026-05-18 04:33:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003816
10.0.0.240 - - [2026-05-18 04:33:05] "POST /ref-update HTTP/1.1" 200 156 0.024466
10.0.0.23 - - [2026-05-18 04:33:05] "GET /network-ipam/1b3d1e53-7646-4991-a6f9-b279f7526293?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1090 0.007111
10.0.0.240 - - [2026-05-18 04:33:05] "POST /useragent-kv HTTP/1.1" 200 115 0.010897
10.0.0.23 - - [2026-05-18 04:33:05] "POST /ref-update HTTP/1.1" 200 156 0.082556
10.0.0.23 - - [2026-05-18 04:33:05] "GET /virtual-network/1c494c51-4d53-4a84-a405-23dac9844cab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.006588
10.0.0.23 - - [2026-05-18 04:33:05] "POST /neutron/network HTTP/1.1" 200 809 0.007792
10.0.0.23 - - [2026-05-18 04:33:06] "GET /virtual-network/1c494c51-4d53-4a84-a405-23dac9844cab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.006940
10.0.0.23 - - [2026-05-18 04:33:06] "GET /virtual-network/1c494c51-4d53-4a84-a405-23dac9844cab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.009242
10.0.0.23 - - [2026-05-18 04:33:06] "PUT /virtual-network/1c494c51-4d53-4a84-a405-23dac9844cab HTTP/1.1" 200 265 0.067643
10.0.0.23 - - [2026-05-18 04:33:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003707
10.0.0.23 - - [2026-05-18 04:33:06] "GET /network-policy/fcbee519-3631-4222-92f8-7d6376618b98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.004862
10.0.0.23 - - [2026-05-18 04:33:06] "POST /ref-update HTTP/1.1" 200 156 0.068469
10.0.0.23 - - [2026-05-18 04:33:06] "GET /virtual-network/1c494c51-4d53-4a84-a405-23dac9844cab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.007300
10.0.0.23 - - [2026-05-18 04:33:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.005502
10.0.0.23 - - [2026-05-18 04:33:06] "GET /network-policy/fcbee519-3631-4222-92f8-7d6376618b98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.004941
10.0.0.23 - - [2026-05-18 04:33:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003517
10.0.0.240 - - [2026-05-18 04:33:07] "GET /projects?obj_uuids=4ba7763e-add7-4759-ae35-a578079d0eb5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001398
10.0.0.23 - - [2026-05-18 04:33:07] "GET /project/4ba7763e-add7-4759-ae35-a578079d0eb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.061404
10.0.0.23 - - [2026-05-18 04:33:07] "GET /virtual-networks?parent_id=4ba7763e-add7-4759-ae35-a578079d0eb5&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.005016
10.0.0.23 - - [2026-05-18 04:33:07] "POST /virtual-networks HTTP/1.1" 200 548 0.108530
10.0.0.23 - - [2026-05-18 04:33:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004345
10.0.0.240 - - [2026-05-18 04:33:07] "POST /route-targets HTTP/1.1" 200 328 0.016757
10.0.0.23 - - [2026-05-18 04:33:07] "GET /network-ipam/1b3d1e53-7646-4991-a6f9-b279f7526293?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1090 0.017150
10.0.0.240 - - [2026-05-18 04:33:07] "POST /useragent-kv HTTP/1.1" 200 115 0.008014
10.0.0.23 - - [2026-05-18 04:33:07] "POST /ref-update HTTP/1.1" 200 156 0.095646
10.0.0.23 - - [2026-05-18 04:33:07] "POST /neutron/network HTTP/1.1" 200 809 0.009937
10.0.0.23 - - [2026-05-18 04:33:07] "GET /virtual-network/cb9f7957-c862-4c02-8481-25bb0293ea69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.008326
10.0.0.23 - - [2026-05-18 04:33:07] "POST /neutron/subnet HTTP/1.1" 200 672 0.009888
10.0.0.23 - - [2026-05-18 04:33:07] "GET /virtual-network/cb9f7957-c862-4c02-8481-25bb0293ea69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.006929
10.0.0.23 - - [2026-05-18 04:33:08] "GET /obj-perms HTTP/1.1" 200 5032 0.004146
10.0.0.22 - - [2026-05-18 04:33:08] "GET /obj-perms HTTP/1.1" 200 5032 0.003468
10.0.0.240 - - [2026-05-18 04:33:08] "GET /obj-perms HTTP/1.1" 200 5032 0.005620
10.0.0.23 - - [2026-05-18 04:33:08] "GET /virtual-network/cb9f7957-c862-4c02-8481-25bb0293ea69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.008620
10.0.0.23 - - [2026-05-18 04:33:08] "PUT /virtual-network/cb9f7957-c862-4c02-8481-25bb0293ea69 HTTP/1.1" 200 265 0.061271
10.0.0.23 - - [2026-05-18 04:33:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003929
10.0.0.23 - - [2026-05-18 04:33:08] "GET /network-policy/47e5383f-774a-45af-bf2f-0730544b4946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.004949
10.0.0.23 - - [2026-05-18 04:33:08] "POST /ref-update HTTP/1.1" 200 156 0.074869
10.0.0.240 - - [2026-05-18 04:33:08] "POST /access-control-lists HTTP/1.1" 200 594 0.051537
10.0.0.23 - - [2026-05-18 04:33:08] "GET /virtual-network/cb9f7957-c862-4c02-8481-25bb0293ea69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.017745
10.0.0.23 - - [2026-05-18 04:33:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.010465
10.0.0.23 - - [2026-05-18 04:33:08] "GET /network-policy/47e5383f-774a-45af-bf2f-0730544b4946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.004799
10.0.0.23 - - [2026-05-18 04:33:08] "POST /id-to-fqname HTTP/1.1" 200 222 0.001218
10.0.0.23 - - [2026-05-18 04:33:08] "POST /neutron/network HTTP/1.1" 200 896 0.008023
10.0.0.240 - - [2026-05-18 04:33:09] "GET /projects?obj_uuids=4ba7763e-add7-4759-ae35-a578079d0eb5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001081
10.0.0.23 - - [2026-05-18 04:33:09] "GET /project/4ba7763e-add7-4759-ae35-a578079d0eb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.085445
10.0.0.23 - - [2026-05-18 04:33:10] "POST /neutron/port HTTP/1.1" 200 117 0.011131
10.0.0.23 - - [2026-05-18 04:33:10] "POST /id-to-fqname HTTP/1.1" 200 222 0.001724
10.0.0.23 - - [2026-05-18 04:33:10] "POST /neutron/network HTTP/1.1" 200 896 0.008944
10.0.0.23 - - [2026-05-18 04:33:11] "POST /neutron/port HTTP/1.1" 200 1061 0.024318
10.0.0.23 - - [2026-05-18 04:33:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004587
10.0.0.240 - - [2026-05-18 04:33:11] "GET /projects?obj_uuids=4ba7763e-add7-4759-ae35-a578079d0eb5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001278
10.0.0.23 - - [2026-05-18 04:33:11] "POST /neutron/network HTTP/1.1" 200 886 0.010861
10.0.0.23 - - [2026-05-18 04:33:11] "GET /project/4ba7763e-add7-4759-ae35-a578079d0eb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.125142
10.0.0.23 - - [2026-05-18 04:33:11] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010953
10.0.0.23 - - [2026-05-18 04:33:11] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010106
10.0.0.23 - - [2026-05-18 04:33:12] "POST /neutron/port HTTP/1.1" 200 1061 0.022491
10.0.0.23 - - [2026-05-18 04:33:12] "POST /neutron/port HTTP/1.1" 200 1125 0.027465
10.0.0.23 - - [2026-05-18 04:33:13] "POST /neutron/port HTTP/1.1" 200 117 0.001582
10.0.0.23 - - [2026-05-18 04:33:17] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008294
10.0.0.23 - - [2026-05-18 04:33:17] "POST /neutron/port HTTP/1.1" 200 1125 0.026388
10.0.0.23 - - [2026-05-18 04:33:17] "GET /virtual-machine/2db8d780-1b56-4787-9b36-fb7f0b136d71 HTTP/1.1" 200 1295 0.008466
10.0.0.23 - - [2026-05-18 04:33:17] "GET /virtual-machine-interface/a9903624-1e83-4217-8198-3aba919bca00 HTTP/1.1" 200 2955 0.006361
10.0.0.23 - - [2026-05-18 04:33:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.006200
10.0.0.23 - - [2026-05-18 04:33:17] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.007914
10.0.0.23 - - [2026-05-18 04:33:17] "GET /virtual-networks?parent_id=4ba7763e-add7-4759-ae35-a578079d0eb5&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.005269
10.0.0.23 - - [2026-05-18 04:33:17] "GET /virtual-network/1c494c51-4d53-4a84-a405-23dac9844cab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.009836
10.0.0.23 - - [2026-05-18 04:33:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005422
10.0.0.23 - - [2026-05-18 04:33:20] "GET /virtual-network/1c494c51-4d53-4a84-a405-23dac9844cab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.010262
10.0.0.23 - - [2026-05-18 04:33:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004558
10.0.0.23 - - [2026-05-18 04:33:24] "GET /virtual-network/1c494c51-4d53-4a84-a405-23dac9844cab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.007829
10.0.0.23 - - [2026-05-18 04:33:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004289
10.0.0.23 - - [2026-05-18 04:33:28] "GET /virtual-network/1c494c51-4d53-4a84-a405-23dac9844cab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.005935
10.0.0.23 - - [2026-05-18 04:33:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004445
10.0.0.23 - - [2026-05-18 04:33:32] "GET /virtual-network/1c494c51-4d53-4a84-a405-23dac9844cab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.007818
10.0.0.23 - - [2026-05-18 04:33:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.013003
10.0.0.23 - - [2026-05-18 04:33:36] "GET /virtual-network/1c494c51-4d53-4a84-a405-23dac9844cab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.006578
10.0.0.23 - - [2026-05-18 04:33:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005004
10.0.0.23 - - [2026-05-18 04:33:40] "GET /virtual-network/1c494c51-4d53-4a84-a405-23dac9844cab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.009023
10.0.0.23 - - [2026-05-18 04:33:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004609
10.0.0.23 - - [2026-05-18 04:33:45] "GET /virtual-network/1c494c51-4d53-4a84-a405-23dac9844cab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.006574
10.0.0.23 - - [2026-05-18 04:33:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004317
10.0.0.23 - - [2026-05-18 04:33:49] "GET /virtual-network/1c494c51-4d53-4a84-a405-23dac9844cab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.008264
10.0.0.23 - - [2026-05-18 04:33:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005303
10.0.0.23 - - [2026-05-18 04:33:53] "GET /virtual-network/1c494c51-4d53-4a84-a405-23dac9844cab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.009464
10.0.0.23 - - [2026-05-18 04:33:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004894
10.0.0.23 - - [2026-05-18 04:33:55] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004912
10.0.0.23 - - [2026-05-18 04:33:55] "GET /virtual-networks?parent_id=4ba7763e-add7-4759-ae35-a578079d0eb5&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.005454
10.0.0.23 - - [2026-05-18 04:33:55] "GET /virtual-network/1c494c51-4d53-4a84-a405-23dac9844cab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.006414
10.0.0.23 - - [2026-05-18 04:33:55] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009993
10.0.0.23 - - [2026-05-18 04:33:58] "POST /neutron/network HTTP/1.1" 200 1122 0.010306
10.0.0.23 - - [2026-05-18 04:33:58] "POST /neutron/subnet HTTP/1.1" 200 1380 0.017810
10.0.0.23 - - [2026-05-18 04:33:58] "POST /neutron/network HTTP/1.1" 200 1112 0.011266
10.0.0.23 - - [2026-05-18 04:34:04] "POST /neutron/port HTTP/1.1" 200 1125 0.063742
10.0.0.23 - - [2026-05-18 04:34:05] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009414
10.0.0.23 - - [2026-05-18 04:34:09] "POST /neutron/network HTTP/1.1" 200 1122 0.009544
10.0.0.23 - - [2026-05-18 04:34:09] "POST /neutron/subnet HTTP/1.1" 200 1380 0.016674
10.0.0.23 - - [2026-05-18 04:34:09] "POST /neutron/network HTTP/1.1" 200 1112 0.011164
10.0.0.23 - - [2026-05-18 04:34:16] "POST /neutron/port HTTP/1.1" 200 1125 0.061540
10.0.0.23 - - [2026-05-18 04:34:16] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010137
10.0.0.23 - - [2026-05-18 04:34:16] "GET /virtual-machine/082299cb-4eb4-4c4f-bd04-e8cc13f54741 HTTP/1.1" 200 1294 0.007615
10.0.0.23 - - [2026-05-18 04:34:16] "GET /virtual-machine-interface/08b9147f-5d7a-440e-9f81-f8340f514e55 HTTP/1.1" 200 2954 0.006792
10.0.0.23 - - [2026-05-18 04:34:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.032140
10.0.0.23 - - [2026-05-18 04:34:16] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.007164
10.0.0.23 - - [2026-05-18 04:34:16] "GET /virtual-networks?parent_id=4ba7763e-add7-4759-ae35-a578079d0eb5&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.005643
10.0.0.23 - - [2026-05-18 04:34:16] "GET /virtual-network/cb9f7957-c862-4c02-8481-25bb0293ea69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.010366
10.0.0.23 - - [2026-05-18 04:34:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003714
10.0.0.23 - - [2026-05-18 04:34:20] "GET /virtual-network/cb9f7957-c862-4c02-8481-25bb0293ea69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.006943
10.0.0.23 - - [2026-05-18 04:34:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005629
10.0.0.23 - - [2026-05-18 04:34:24] "GET /virtual-network/cb9f7957-c862-4c02-8481-25bb0293ea69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.007178
10.0.0.23 - - [2026-05-18 04:34:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004209
10.0.0.23 - - [2026-05-18 04:34:28] "GET /virtual-network/cb9f7957-c862-4c02-8481-25bb0293ea69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.009739
10.0.0.23 - - [2026-05-18 04:34:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.005095
10.0.0.23 - - [2026-05-18 04:34:32] "GET /virtual-network/cb9f7957-c862-4c02-8481-25bb0293ea69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.006292
10.0.0.23 - - [2026-05-18 04:34:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004967
10.0.0.23 - - [2026-05-18 04:34:36] "GET /virtual-network/cb9f7957-c862-4c02-8481-25bb0293ea69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.007792
10.0.0.23 - - [2026-05-18 04:34:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004065
10.0.0.23 - - [2026-05-18 04:34:40] "GET /virtual-network/cb9f7957-c862-4c02-8481-25bb0293ea69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.007199
10.0.0.23 - - [2026-05-18 04:34:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003793
10.0.0.23 - - [2026-05-18 04:34:44] "GET /virtual-network/cb9f7957-c862-4c02-8481-25bb0293ea69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.005538
10.0.0.23 - - [2026-05-18 04:34:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005178
10.0.0.23 - - [2026-05-18 04:34:48] "GET /virtual-network/cb9f7957-c862-4c02-8481-25bb0293ea69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.008229
10.0.0.23 - - [2026-05-18 04:34:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003344
10.0.0.23 - - [2026-05-18 04:34:52] "GET /virtual-network/cb9f7957-c862-4c02-8481-25bb0293ea69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.008589
10.0.0.23 - - [2026-05-18 04:34:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.008543
10.0.0.23 - - [2026-05-18 04:34:56] "GET /virtual-network/cb9f7957-c862-4c02-8481-25bb0293ea69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.020545
10.0.0.23 - - [2026-05-18 04:34:59] "POST /neutron/port HTTP/1.1" 200 1106 0.020793
10.0.0.23 - - [2026-05-18 04:34:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006318
10.0.0.23 - - [2026-05-18 04:34:59] "POST /neutron/network HTTP/1.1" 200 926 0.009875
10.0.0.23 - - [2026-05-18 04:35:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005749
10.0.0.23 - - [2026-05-18 04:35:01] "GET /virtual-network/cb9f7957-c862-4c02-8481-25bb0293ea69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.006805
10.0.0.23 - - [2026-05-18 04:35:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.006167
10.0.0.23 - - [2026-05-18 04:35:03] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003783
10.0.0.23 - - [2026-05-18 04:35:03] "GET /virtual-networks?parent_id=4ba7763e-add7-4759-ae35-a578079d0eb5&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003255
10.0.0.23 - - [2026-05-18 04:35:03] "GET /virtual-network/cb9f7957-c862-4c02-8481-25bb0293ea69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.006294
10.0.0.23 - - [2026-05-18 04:35:08] "POST /neutron/port HTTP/1.1" 200 1125 0.029342
10.0.0.23 - - [2026-05-18 04:35:10] "POST /neutron/port HTTP/1.1" 200 1106 0.019373
10.0.0.23 - - [2026-05-18 04:35:10] "POST /neutron/subnet HTTP/1.1" 200 694 0.011540
10.0.0.23 - - [2026-05-18 04:35:13] "POST /neutron/port HTTP/1.1" 200 1125 0.021805
10.0.0.23 - - [2026-05-18 04:35:18] "POST /neutron/security_group HTTP/1.1" 200 2059 0.011087
10.0.0.23 - - [2026-05-18 04:35:29] "POST /neutron/port HTTP/1.1" 200 1125 0.038188
10.0.0.23 - - [2026-05-18 04:35:34] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008539
10.0.0.23 - - [2026-05-18 04:35:44] "POST /neutron/port HTTP/1.1" 200 1125 0.026926
10.0.0.23 - - [2026-05-18 04:35:50] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009457
10.0.0.23 - - [2026-05-18 04:35:59] "POST /neutron/port HTTP/1.1" 200 1125 0.063863
10.0.0.23 - - [2026-05-18 04:35:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004458
10.0.0.23 - - [2026-05-18 04:35:59] "POST /neutron/network HTTP/1.1" 200 886 0.012410
10.0.0.23 - - [2026-05-18 04:36:05] "POST /neutron/port HTTP/1.1" 200 1125 0.025000
10.0.0.23 - - [2026-05-18 04:36:10] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009431
10.0.0.23 - - [2026-05-18 04:36:12] "POST /neutron/network HTTP/1.1" 200 896 0.008222
10.0.0.23 - - [2026-05-18 04:36:12] "POST /neutron/port HTTP/1.1" 200 117 0.001433
10.0.0.23 - - [2026-05-18 04:36:15] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009250
10.0.0.23 - - [2026-05-18 04:36:26] "POST /neutron/port HTTP/1.1" 200 1125 0.020952
10.0.0.23 - - [2026-05-18 04:36:31] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008893
10.0.0.23 - - [2026-05-18 04:36:39] "GET /obj-perms HTTP/1.1" 200 5056 0.064708
10.0.0.22 - - [2026-05-18 04:36:40] "GET /obj-perms HTTP/1.1" 200 5056 0.072770
10.0.0.23 - - [2026-05-18 04:36:41] "POST /neutron/port HTTP/1.1" 200 1125 0.028691
10.0.0.23 - - [2026-05-18 04:36:47] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010931
10.0.0.22 - - [2026-05-18 04:36:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000431
10.0.0.22 - - [2026-05-18 04:36:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000396
10.0.0.240 - - [2026-05-18 04:36:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000449
10.0.0.240 - - [2026-05-18 04:36:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000443
10.0.0.23 - - [2026-05-18 04:36:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000514
10.0.0.23 - - [2026-05-18 04:36:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000361
10.0.0.22 - - [2026-05-18 04:36:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000385
10.0.0.22 - - [2026-05-18 04:36:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000485
10.0.0.240 - - [2026-05-18 04:36:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000382
10.0.0.240 - - [2026-05-18 04:36:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000421
10.0.0.23 - - [2026-05-18 04:36:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000388
10.0.0.23 - - [2026-05-18 04:36:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000383
10.0.0.23 - - [2026-05-18 04:36:57] "POST /neutron/port HTTP/1.1" 200 1125 0.026350
10.0.0.23 - - [2026-05-18 04:37:01] "POST /neutron/port HTTP/1.1" 200 1217 0.036398
10.0.0.23 - - [2026-05-18 04:37:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004844
10.0.0.23 - - [2026-05-18 04:37:01] "POST /neutron/port HTTP/1.1" 200 117 0.001372
10.0.0.23 - - [2026-05-18 04:37:02] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010633
10.0.0.23 - - [2026-05-18 04:37:12] "POST /neutron/port HTTP/1.1" 200 1217 0.076183
10.0.0.23 - - [2026-05-18 04:37:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007296
10.0.0.23 - - [2026-05-18 04:37:12] "POST /neutron/port HTTP/1.1" 200 117 0.002081
10.0.0.23 - - [2026-05-18 04:37:13] "POST /neutron/port HTTP/1.1" 200 1125 0.035169
10.0.0.23 - - [2026-05-18 04:37:18] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009875
10.0.0.23 - - [2026-05-18 04:37:28] "POST /neutron/port HTTP/1.1" 200 1125 0.029085
10.0.0.23 - - [2026-05-18 04:37:33] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010361
10.0.0.240 - - [2026-05-18 04:37:40] "GET /obj-perms HTTP/1.1" 200 5056 0.068837
10.0.0.23 - - [2026-05-18 04:37:44] "POST /neutron/port HTTP/1.1" 200 1125 0.025484
10.0.0.23 - - [2026-05-18 04:37:49] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010081
10.0.0.23 - - [2026-05-18 04:37:54] "POST /neutron/port HTTP/1.1" 200 1125 0.022936
10.0.0.23 - - [2026-05-18 04:37:59] "POST /neutron/security_group HTTP/1.1" 200 2059 0.013882
10.0.0.23 - - [2026-05-18 04:38:03] "POST /neutron/network HTTP/1.1" 200 936 0.007305
10.0.0.23 - - [2026-05-18 04:38:03] "POST /neutron/port HTTP/1.1" 200 117 0.001139
10.0.0.23 - - [2026-05-18 04:38:14] "POST /neutron/port HTTP/1.1" 200 1106 0.021630
10.0.0.23 - - [2026-05-18 04:38:14] "POST /neutron/subnet HTTP/1.1" 200 694 0.010611
10.0.0.23 - - [2026-05-18 04:39:05] "POST /neutron/port HTTP/1.1" 200 1125 0.021597
10.0.0.23 - - [2026-05-18 04:39:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005236
10.0.0.23 - - [2026-05-18 04:39:05] "POST /neutron/network HTTP/1.1" 200 886 0.009135
10.0.0.23 - - [2026-05-18 04:39:14] "POST /neutron/network HTTP/1.1" 200 896 0.008329
10.0.0.23 - - [2026-05-18 04:39:14] "POST /neutron/port HTTP/1.1" 200 117 0.001371
++ LOG_DIR=/var/log/contrail
++ export CONTAINER_LOG_DIR=/var/log/contrail/config-api
++ CONTAINER_LOG_DIR=/var/log/contrail/config-api
++ mkdir -p /var/log/contrail/config-api
++ log_file=/var/log/contrail/config-api/console.log
++ touch /var/log/contrail/config-api/console.log
++ chmod 600 /var/log/contrail/config-api/console.log
++ exec
+++ tee -a /var/log/contrail/config-api/console.log
+++ date
++ echo 'INFO: =================== Mon May 18 04:39:57 AM UTC 2026 ==================='
INFO: =================== Mon May 18 04:39:57 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
+++ grep 'inet '
+++ head -n 1
+++ ip addr show dev ens3
+++ awk '{print $2}'
++ DEFAULT_LOCAL_IP=10.0.0.240
++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN
++ VXLAN_VN_ID_MODE=automatic
++ DPDK_UIO_DRIVER=uio_pci_generic
++ CPU_CORE_MASK=0x01
++ SERVICE_CORE_MASK=
++ DPDK_CTRL_THREAD_MASK=
++ HUGE_PAGES=
++ HUGE_PAGES_DIR=/dev/hugepages
++ HUGE_PAGES_1GB=0
++ HUGE_PAGES_2MB=256
++ HUGE_PAGES_1GB_DIR=
++ HUGE_PAGES_2MB_DIR=
++ [[ 0 != 0 ]]
++ [[ 0 != 256 ]]
++ [[ -z '' ]]
+++ tail -n 1
+++ awk '/pagesize=2M/{print($3)}'
+++ mount -t hugetlbfs
++ HUGE_PAGES_2MB_DIR=
++ DPDK_MEM_PER_SOCKET=1024
++ DPDK_COMMAND_ADDITIONAL_ARGS=
++ NIC_OFFLOAD_ENABLE=False
++ DPDK_ENABLE_VLAN_FWRD=False
++ DIST_SNAT_PROTO_PORT_LIST=
++ CLOUD_ORCHESTRATOR=openstack
++ CLOUD_ADMIN_ROLE=admin
++ AAA_MODE=rbac
++ AUTH_MODE=keystone
++ AUTH_PARAMS=
++ SSL_ENABLE=false
++ SSL_INSECURE=True
++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem
++ SELFSIGNED_CERTS_WITH_IPS=True
++ CONTROLLER_NODES=10.0.0.23,10.0.0.22,10.0.0.240
++ ANALYTICS_ALARM_ENABLE=True
++ ANALYTICS_SNMP_ENABLE=True
++ ANALYTICSDB_ENABLE=True
++ ANALYTICS_NODES=10.0.0.23,10.0.0.22,10.0.0.240
++ ANALYTICSDB_NODES=10.0.0.23,10.0.0.22,10.0.0.240
++ ANALYTICS_SNMP_NODES=10.0.0.23,10.0.0.22,10.0.0.240
++ ANALYTICS_API_PORT=8081
++ ANALYTICS_API_INTROSPECT_PORT=8090
++ ANALYTICSDB_PORT=9160
++ ANALYTICSDB_CQL_PORT=9042
++ TOPOLOGY_INTROSPECT_PORT=5921
++ QUERYENGINE_INTROSPECT_PORT=8091
+++ get_server_list ANALYTICS ':8081 '
+++ local server_typ=ANALYTICS_NODES
+++ local 'port_with_delim=:8081 '
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.23
+++ local server_address=10.0.0.23
+++ extended_server_list+='10.0.0.23:8081 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.22
+++ local server_address=10.0.0.22
+++ extended_server_list+='10.0.0.22:8081 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.240
+++ local server_address=10.0.0.240
+++ extended_server_list+='10.0.0.240:8081 '
+++ '[' -n '10.0.0.23:8081 10.0.0.22:8081 10.0.0.240:8081 ' ']'
+++ echo '10.0.0.23:8081 10.0.0.22:8081 10.0.0.240:8081'
++ ANALYTICS_SERVERS='10.0.0.23:8081 10.0.0.22:8081 10.0.0.240:8081'
+++ get_server_list ANALYTICSDB ':9042 '
+++ local server_typ=ANALYTICSDB_NODES
+++ local 'port_with_delim=:9042 '
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.23
+++ local server_address=10.0.0.23
+++ extended_server_list+='10.0.0.23:9042 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.22
+++ local server_address=10.0.0.22
+++ extended_server_list+='10.0.0.22:9042 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.240
+++ local server_address=10.0.0.240
+++ extended_server_list+='10.0.0.240:9042 '
+++ '[' -n '10.0.0.23:9042 10.0.0.22:9042 10.0.0.240:9042 ' ']'
+++ echo '10.0.0.23:9042 10.0.0.22:9042 10.0.0.240:9042'
++ ANALYTICSDB_CQL_SERVERS='10.0.0.23:9042 10.0.0.22:9042 10.0.0.240:9042'
++ ANALYTICS_API_VIP=
++ ANALYTICS_ALARM_NODES=10.0.0.23,10.0.0.22,10.0.0.240
++ ALARMGEN_INTROSPECT_PORT=5995
++ BGP_PORT=179
++ BGP_AUTO_MESH=true
++ BGP_ASN=64512
++ ENABLE_4BYTE_AS=false
++ APPLY_DEFAULTS=true
++ COLLECTOR_PORT=8086
++ COLLECTOR_INTROSPECT_PORT=8089
++ COLLECTOR_SYSLOG_PORT=514
++ COLLECTOR_SFLOW_PORT=6343
++ COLLECTOR_IPFIX_PORT=4739
++ COLLECTOR_PROTOBUF_PORT=3333
++ COLLECTOR_STRUCTURED_SYSLOG_PORT=3514
++ SNMPCOLLECTOR_INTROSPECT_PORT=5920
+++ get_server_list ANALYTICS ':8086 '
+++ local server_typ=ANALYTICS_NODES
+++ local 'port_with_delim=:8086 '
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.23
+++ local server_address=10.0.0.23
+++ extended_server_list+='10.0.0.23:8086 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.22
+++ local server_address=10.0.0.22
+++ extended_server_list+='10.0.0.22:8086 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.240
+++ local server_address=10.0.0.240
+++ extended_server_list+='10.0.0.240:8086 '
+++ '[' -n '10.0.0.23:8086 10.0.0.22:8086 10.0.0.240:8086 ' ']'
+++ echo '10.0.0.23:8086 10.0.0.22:8086 10.0.0.240:8086'
++ COLLECTOR_SERVERS='10.0.0.23:8086 10.0.0.22:8086 10.0.0.240:8086'
++ CASSANDRA_PORT=9160
++ CASSANDRA_CQL_PORT=9042
++ CASSANDRA_SSL_STORAGE_PORT=7011
++ CASSANDRA_STORAGE_PORT=7010
++ CASSANDRA_JMX_LOCAL_PORT=7200
++ CONFIGDB_CASSANDRA_DRIVER=cql
++ CONFIG_NODES=10.0.0.23,10.0.0.22,10.0.0.240
++ CONFIGDB_NODES=10.0.0.23,10.0.0.22,10.0.0.240
++ CONFIG_API_PORT=8082
++ CONFIG_API_INTROSPECT_PORT=8084
++ CONFIG_API_ADMIN_PORT=8095
++ CONFIGDB_PORT=9161
++ CONFIGDB_CQL_PORT=9041
+++ get_server_list CONFIG ':8082 '
+++ local server_typ=CONFIG_NODES
+++ local 'port_with_delim=:8082 '
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.23
+++ local server_address=10.0.0.23
+++ extended_server_list+='10.0.0.23:8082 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.22
+++ local server_address=10.0.0.22
+++ extended_server_list+='10.0.0.22:8082 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.240
+++ local server_address=10.0.0.240
+++ extended_server_list+='10.0.0.240:8082 '
+++ '[' -n '10.0.0.23:8082 10.0.0.22:8082 10.0.0.240:8082 ' ']'
+++ echo '10.0.0.23:8082 10.0.0.22:8082 10.0.0.240:8082'
++ CONFIG_SERVERS='10.0.0.23:8082 10.0.0.22:8082 10.0.0.240:8082'
+++ get_server_list CONFIGDB ':9161 '
+++ local server_typ=CONFIGDB_NODES
+++ local 'port_with_delim=:9161 '
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.23
+++ local server_address=10.0.0.23
+++ extended_server_list+='10.0.0.23:9161 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.22
+++ local server_address=10.0.0.22
+++ extended_server_list+='10.0.0.22:9161 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.240
+++ local server_address=10.0.0.240
+++ extended_server_list+='10.0.0.240:9161 '
+++ '[' -n '10.0.0.23:9161 10.0.0.22:9161 10.0.0.240:9161 ' ']'
+++ echo '10.0.0.23:9161 10.0.0.22:9161 10.0.0.240:9161'
++ CONFIGDB_SERVERS='10.0.0.23:9161 10.0.0.22:9161 10.0.0.240:9161'
+++ get_server_list CONFIGDB ':9041 '
+++ local server_typ=CONFIGDB_NODES
+++ local 'port_with_delim=:9041 '
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.23
+++ local server_address=10.0.0.23
+++ extended_server_list+='10.0.0.23:9041 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.22
+++ local server_address=10.0.0.22
+++ extended_server_list+='10.0.0.22:9041 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.240
+++ local server_address=10.0.0.240
+++ extended_server_list+='10.0.0.240:9041 '
+++ '[' -n '10.0.0.23:9041 10.0.0.22:9041 10.0.0.240:9041 ' ']'
+++ echo '10.0.0.23:9041 10.0.0.22:9041 10.0.0.240:9041'
++ CONFIGDB_CQL_SERVERS='10.0.0.23:9041 10.0.0.22:9041 10.0.0.240:9041'
++ CONFIG_API_VIP=
++ CONFIG_API_SSL_ENABLE=false
++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ CONFIG_API_WORKER_COUNT=1
++ CONFIG_API_MAX_REQUESTS=1024
++ ANALYTICS_API_SSL_ENABLE=false
++ ANALYTICS_API_SSL_INSECURE=True
++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ CASSANDRA_SSL_ENABLE=false
++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum
++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum
++ CASSANDRA_SSL_PROTOCOL=TLS
++ CASSANDRA_SSL_ALGORITHM=SunX509
++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]'
++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4
++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4
++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256
++ CASSANDRA_CONFIG_CONCURRECT_READS=64
++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64
++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects
++ CASSANDRA_REAPER_ENABLED=false
++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey
++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser
++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass
++ CASSANDRA_REAPER_APP_PORT=8071
++ CASSANDRA_REAPER_ADM_PORT=8072
++ CONTROL_NODES=10.20.0.25,10.20.0.193,10.20.0.129
++ CONTROL_INTROSPECT_PORT=8083
++ DNS_NODES=10.20.0.25,10.20.0.193,10.20.0.129
++ DNS_SERVER_PORT=53
++ DNS_INTROSPECT_PORT=8092
++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg==
++ USE_EXTERNAL_TFTP=False
++ ZOOKEEPER_NODES=10.0.0.23,10.0.0.22,10.0.0.240
++ ZOOKEEPER_PORT=2181
++ ZOOKEEPER_PORTS=2888:3888
+++ get_server_list ZOOKEEPER :2181,
+++ local server_typ=ZOOKEEPER_NODES
+++ local port_with_delim=:2181,
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.23
+++ local server_address=10.0.0.23
+++ extended_server_list+=10.0.0.23:2181,
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.22
+++ local server_address=10.0.0.22
+++ extended_server_list+=10.0.0.22:2181,
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.240
+++ local server_address=10.0.0.240
+++ extended_server_list+=10.0.0.240:2181,
+++ '[' -n 10.0.0.23:2181,10.0.0.22:2181,10.0.0.240:2181, ']'
+++ echo 10.0.0.23:2181,10.0.0.22:2181,10.0.0.240:2181
++ ZOOKEEPER_SERVERS=10.0.0.23:2181,10.0.0.22:2181,10.0.0.240:2181
+++ get_server_list ZOOKEEPER ':2181 '
+++ local server_typ=ZOOKEEPER_NODES
+++ local 'port_with_delim=:2181 '
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.23
+++ local server_address=10.0.0.23
+++ extended_server_list+='10.0.0.23:2181 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.22
+++ local server_address=10.0.0.22
+++ extended_server_list+='10.0.0.22:2181 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.240
+++ local server_address=10.0.0.240
+++ extended_server_list+='10.0.0.240:2181 '
+++ '[' -n '10.0.0.23:2181 10.0.0.22:2181 10.0.0.240:2181 ' ']'
+++ echo '10.0.0.23:2181 10.0.0.22:2181 10.0.0.240:2181'
++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.23:2181 10.0.0.22:2181 10.0.0.240:2181'
++ RABBITMQ_NODES=10.0.0.23,10.0.0.22,10.0.0.240
++ RABBITMQ_NODE_PORT=5673
+++ get_server_list RABBITMQ :5673,
+++ local server_typ=RABBITMQ_NODES
+++ local port_with_delim=:5673,
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.23
+++ local server_address=10.0.0.23
+++ extended_server_list+=10.0.0.23:5673,
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.22
+++ local server_address=10.0.0.22
+++ extended_server_list+=10.0.0.22:5673,
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.240
+++ local server_address=10.0.0.240
+++ extended_server_list+=10.0.0.240:5673,
+++ '[' -n 10.0.0.23:5673,10.0.0.22:5673,10.0.0.240:5673, ']'
+++ echo 10.0.0.23:5673,10.0.0.22:5673,10.0.0.240:5673
++ RABBITMQ_SERVERS=10.0.0.23:5673,10.0.0.22:5673,10.0.0.240:5673
++ RABBITMQ_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ RABBITMQ_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ RABBITMQ_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=true
++ RABBITMQ_VHOST=/
++ RABBITMQ_USER=guest
++ RABBITMQ_PASSWORD=guest
++ RABBITMQ_USE_SSL=false
++ RABBITMQ_SSL_VER=tlsv1.2
++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ RABBITMQ_HEARTBEAT_INTERVAL=60
++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal
++ RABBITMQ_MIRRORED_QUEUE_MODE=all
++ REDIS_SERVER_PORT=6379
++ REDIS_SERVER_PASSWORD=
+++ get_server_list ANALYTICS ':6379 '
+++ local server_typ=ANALYTICS_NODES
+++ local 'port_with_delim=:6379 '
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.23
+++ local server_address=10.0.0.23
+++ extended_server_list+='10.0.0.23:6379 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.22
+++ local server_address=10.0.0.22
+++ extended_server_list+='10.0.0.22:6379 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.240
+++ local server_address=10.0.0.240
+++ extended_server_list+='10.0.0.240:6379 '
+++ '[' -n '10.0.0.23:6379 10.0.0.22:6379 10.0.0.240:6379 ' ']'
+++ echo '10.0.0.23:6379 10.0.0.22:6379 10.0.0.240:6379'
++ REDIS_SERVERS='10.0.0.23:6379 10.0.0.22:6379 10.0.0.240:6379'
++ REDIS_LISTEN_ADDRESS=
++ REDIS_PROTECTED_MODE=
++ REDIS_SSL_ENABLE=false
++ REDIS_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ REDIS_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ REDIS_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ is_enabled false
++ local val=false
++ [[ false == \t\r\u\e ]]
++ [[ false == \y\e\s ]]
++ [[ false == \e\n\a\b\l\e\d ]]
++ redis_ssl_config=
++ KAFKA_NODES=10.0.0.23,10.0.0.22,10.0.0.240
++ KAFKA_PORT=9092
+++ get_server_list KAFKA ':9092 '
+++ local server_typ=KAFKA_NODES
+++ local 'port_with_delim=:9092 '
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.23
+++ local server_address=10.0.0.23
+++ extended_server_list+='10.0.0.23:9092 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.22
+++ local server_address=10.0.0.22
+++ extended_server_list+='10.0.0.22:9092 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.240
+++ local server_address=10.0.0.240
+++ extended_server_list+='10.0.0.240:9092 '
+++ '[' -n '10.0.0.23:9092 10.0.0.22:9092 10.0.0.240:9092 ' ']'
+++ echo '10.0.0.23:9092 10.0.0.22:9092 10.0.0.240:9092'
++ KAFKA_SERVERS='10.0.0.23:9092 10.0.0.22:9092 10.0.0.240:9092'
++ KAFKA_SSL_ENABLE=false
++ KAFKA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ KAFKA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ KAFKA_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ KEYSTONE_AUTH_ADMIN_TENANT=admin
++ KEYSTONE_AUTH_ADMIN_USER=admin
++ KEYSTONE_AUTH_ADMIN_PASSWORD=contrail123
++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=Default
++ KEYSTONE_AUTH_USER_DOMAIN_NAME=Default
++ KEYSTONE_AUTH_REGION_NAME=RegionOne
++ KEYSTONE_AUTH_URL_VERSION=/v3
++ KEYSTONE_AUTH_HOST=10.0.0.23
++ KEYSTONE_AUTH_PROTO=http
++ KEYSTONE_AUTH_ADMIN_PORT=5000
++ KEYSTONE_AUTH_PUBLIC_PORT=5000
++ KEYSTONE_AUTH_URL_TOKENS=/v3/auth/tokens
++ KEYSTONE_AUTH_INSECURE=True
++ KEYSTONE_AUTH_CERTFILE=
++ KEYSTONE_AUTH_KEYFILE=
++ KEYSTONE_AUTH_CA_CERTFILE=
++ KEYSTONE_AUTH_ENDPOINT_TYPE=
++ KEYSTONE_AUTH_SYNC_ON_DEMAND=
++ KEYSTONE_AUTH_INTERFACE=public
++ KUBEMANAGER_NODES=10.0.0.23,10.0.0.22,10.0.0.240
++ KUBERNETES_CLUSTER_NAME=k8s
++ KUBERNETES_CNI_META_PLUGIN=multus
++ METADATA_PROXY_SECRET=contrail
++ BARBICAN_TENANT_NAME=service
++ BARBICAN_USER=barbican
++ BARBICAN_PASSWORD=contrail123
++ AGENT_MODE=kernel
++ EXTERNAL_ROUTERS=
++ SUBCLUSTER=
++ VROUTER_COMPUTE_NODE_ADDRESS=
++ VROUTER_MODULE_OPTIONS=
++ FABRIC_SNAT_HASH_TABLE_SIZE=4096
++ TSN_EVPN_MODE=False
++ TSN_NODES='[]'
++ PRIORITY_ID=
++ PRIORITY_BANDWIDTH=
++ PRIORITY_SCHEDULING=
++ QOS_QUEUE_ID=
++ QOS_LOGICAL_QUEUES=
++ QOS_DEF_HW_QUEUE=False
++ PRIORITY_TAGGING=True
++ SLO_DESTINATION=collector
++ '[' -n '' ']'
++ SAMPLE_DESTINATION=collector
++ FLOW_EXPORT_RATE=0
++ WEBUI_NODES=10.0.0.23,10.0.0.22,10.0.0.240
++ WEBUI_JOB_SERVER_PORT=3000
++ KUE_UI_PORT=3002
++ WEBUI_HTTP_LISTEN_PORT=8180
++ WEBUI_HTTPS_LISTEN_PORT=8143
++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem
++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem
++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA
++ WEBUI_STATIC_AUTH_USER=admin
++ WEBUI_STATIC_AUTH_PASSWORD=contrail123
++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin
++ XMPP_SERVER_PORT=5269
++ XMPP_SSL_ENABLE=false
++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ LINKLOCAL_SERVICE_PORT=80
++ LINKLOCAL_SERVICE_NAME=metadata
++ LINKLOCAL_SERVICE_IP=169.254.169.254
++ IPFABRIC_SERVICE_PORT=8775
++ INTROSPECT_SSL_ENABLE=false
++ INTROSPECT_SSL_INSECURE=True
++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ INTROSPECT_LISTEN_ALL=True
++ SANDESH_SSL_ENABLE=false
++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ METADATA_SSL_ENABLE=false
++ METADATA_SSL_CERTFILE=
++ METADATA_SSL_KEYFILE=
++ METADATA_SSL_CA_CERTFILE=
++ METADATA_SSL_CERT_TYPE=
++ CONFIGURE_IPTABLES=false
++ FWAAS_ENABLE=False
++ CONTAINERD_NAMESPACE=k8s.io
++ TOR_AGENT_OVS_KA=10000
++ TOR_TYPE=ovs
++ TOR_OVS_PROTOCOL=tcp
++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ [[ /v3 == \/\v\2\.\0 ]]
++ [[ openstack == \o\p\e\n\s\t\a\c\k ]]
++ AUTH_MODE=keystone
++ [[ keystone == \k\e\y\s\t\o\n\e ]]
++ AUTH_PARAMS='--admin_password contrail123'
++ AUTH_PARAMS+=' --admin_tenant_name admin'
++ AUTH_PARAMS+=' --admin_user admin'
++ is_enabled false
++ local val=false
++ [[ false == \t\r\u\e ]]
++ [[ false == \y\e\s ]]
++ [[ false == \e\n\a\b\l\e\d ]]
++ read -r -d '' sandesh_client_config
++ true
++ is_enabled false
++ local val=false
++ [[ false == \t\r\u\e ]]
++ [[ false == \y\e\s ]]
++ [[ false == \e\n\a\b\l\e\d ]]
++ xmpp_certs_config=
++ is_enabled false
++ local val=false
++ [[ false == \t\r\u\e ]]
++ [[ false == \y\e\s ]]
++ [[ false == \e\n\a\b\l\e\d ]]
++ analytics_api_ssl_opts=
++ read -r -d '' rabbitmq_config
++ true
++ read -r -d '' rabbit_config
++ true
++ is_enabled false
++ local val=false
++ [[ false == \t\r\u\e ]]
++ [[ false == \y\e\s ]]
++ [[ false == \e\n\a\b\l\e\d ]]
++ is_enabled false
++ local val=false
++ [[ false == \t\r\u\e ]]
++ [[ false == \y\e\s ]]
++ [[ false == \e\n\a\b\l\e\d ]]
++ kafka_ssl_config=
++ [[ -n '' ]]
++ collector_stats_config=
++ [[ -z '' ]]
++ is_enabled False
++ local val=false
++ [[ false == \t\r\u\e ]]
++ [[ false == \y\e\s ]]
++ [[ false == \e\n\a\b\l\e\d ]]
++ export TSN_AGENT_MODE=
++ TSN_AGENT_MODE=
++ [[ -n '' ]]
++ collector_stats_config=
++ [[ -z x ]]
++ RSYSLOGD_XFLOW_LISTEN_PORT=9898
+ pre_start_init
+ wait_certs_if_ssl_enabled
+ is_ssl_enabled
+ is_enabled false
+ local val=false
+ [[ false == \t\r\u\e ]]
+ [[ false == \y\e\s ]]
+ [[ false == \e\n\a\b\l\e\d ]]
+ is_enabled false
+ local val=false
+ [[ false == \t\r\u\e ]]
+ [[ false == \y\e\s ]]
+ [[ false == \e\n\a\b\l\e\d ]]
+ is_enabled false
+ local val=false
+ [[ false == \t\r\u\e ]]
+ [[ false == \y\e\s ]]
+ [[ false == \e\n\a\b\l\e\d ]]
+ is_enabled false
+ local val=false
+ [[ false == \t\r\u\e ]]
+ [[ false == \y\e\s ]]
+ [[ false == \e\n\a\b\l\e\d ]]
+ return
+ wait_config_api_certs_if_ssl_enabled
+ is_enabled false
+ local val=false
+ [[ false == \t\r\u\e ]]
+ [[ false == \y\e\s ]]
+ [[ false == \e\n\a\b\l\e\d ]]
+ return
+ wait_for_cassandra
++ echo 10.0.0.23,10.0.0.22,10.0.0.240
++ cut -d , -f 1
+ local cassandra=10.0.0.23
+ (( i=1 ))
+ (( i<=30 ))
+ echo -e '\035\nquit'
+ nc -z 10.0.0.23 9041
+ echo 'INFO: Cassandra is connected'
INFO: Cassandra is connected
+ sleep 5
+ return 0
+ host_ip=0.0.0.0
+ is_enabled
+ local val=
+ [[ '' == \t\r\u\e ]]
+ [[ '' == \y\e\s ]]
+ [[ '' == \e\n\a\b\l\e\d ]]
++ get_listen_ip_for_node CONFIG
+++ find_my_ip_and_order_for_node CONFIG
+++ local server_typ=CONFIG_NODES
+++ find_my_ip_and_order_for_node_list 10.0.0.23,10.0.0.22,10.0.0.240
+++ local servers=10.0.0.23,10.0.0.22,10.0.0.240
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
++++ get_local_ips
++++ uniq
++++ awk '/32 host/ { print f } {f=$2}'
++++ sort
++++ tr '\n' ,
+++ cut -d ' ' -f 1
++++ cat /proc/net/fib_trie
++++ grep -vi host
+++ local local_ips=,10.0.0.240,10.20.0.129,127.0.0.1,172.17.0.1,,
+++ local ord=1
+++ for server in "${server_list[@]}"
+++ local ret=0
++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.23'\''))'
+++ local server_ip=10.0.0.23
+++ [[ 0 == 0 ]]
+++ [[ -n 10.0.0.23 ]]
+++ [[ ,10.0.0.240,10.20.0.129,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.23, ]]
+++ (( ord+=1 ))
+++ for server in "${server_list[@]}"
+++ local ret=0
++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.22'\''))'
+++ local server_ip=10.0.0.22
+++ [[ 0 == 0 ]]
+++ [[ -n 10.0.0.22 ]]
+++ [[ ,10.0.0.240,10.20.0.129,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.22, ]]
+++ (( ord+=1 ))
+++ for server in "${server_list[@]}"
+++ local ret=0
++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.240'\''))'
+++ local server_ip=10.0.0.240
+++ [[ 0 == 0 ]]
+++ [[ -n 10.0.0.240 ]]
+++ [[ ,10.0.0.240,10.20.0.129,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.240, ]]
+++ echo 10.0.0.240 3
+++ return
++ local ip=10.0.0.240
++ [[ -z 10.0.0.240 ]]
++ echo 10.0.0.240
+ host_ip=10.0.0.240
+ [[ cql == \c\q\l ]]
++ sed 's/,/ /g'
++ echo 10.0.0.23:9041 10.0.0.22:9041 10.0.0.240:9041
+ cassandra_server_list='10.0.0.23:9041 10.0.0.22:9041 10.0.0.240:9041'
+ config_api_certs_config=
+ uwsgi_socket='protocol = http\nsocket = 10.0.0.240:8082'
+ is_enabled false
+ local val=false
+ [[ false == \t\r\u\e ]]
+ [[ false == \y\e\s ]]
+ [[ false == \e\n\a\b\l\e\d ]]
+ is_enabled False
+ local val=false
+ [[ false == \t\r\u\e ]]
+ [[ false == \y\e\s ]]
+ [[ false == \e\n\a\b\l\e\d ]]
+ neutron_section=
+ mkdir -p /etc/contrail
+ introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}")
+ admin_port_list=("${CONFIG_API_ADMIN_PORT}")
+ (( index=0 ))
+ (( index < CONFIG_API_WORKER_COUNT-1 ))
+ (( index=0 ))
+ (( index < CONFIG_API_WORKER_COUNT ))
+ cat
++ get_introspect_listen_ip_for_node CONFIG
++ local ip=0.0.0.0
++ is_enabled True
++ local val=true
++ [[ true == \t\r\u\e ]]
++ echo 0.0.0.0
+ add_ini_params_from_env API /etc/contrail/contrail-api-0.conf
+ local service_name=API
+ local cfg_path=/etc/contrail/contrail-api-0.conf
+ local delim=__
++ set -o posix
++ set
++ sed 's/^API__//g'
++ cut -d = -f 1
++ grep '^API__.*__.*=.*$'
++ sort
+ local vars=
+ local section=
+ (( ++index ))
+ (( index < CONFIG_API_WORKER_COUNT ))
+ (( CONFIG_API_WORKER_COUNT > 1 ))
+ service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0'
+ set_third_party_auth_config
+ [[ keystone != \k\e\y\s\t\o\n\e ]]
+ local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp
+ cat
+ [[ /v3 == \/\v\3 ]]
+ cat
+ [[ http == \h\t\t\p\s ]]
+ [[ -n '' ]]
+ [[ -n '' ]]
+ [[ -n public ]]
+ echo 'interface = public'
+ mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf
+ set_vnc_api_lib_ini
+ local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp
+ cat
+ is_enabled false
+ local val=false
+ [[ false == \t\r\u\e ]]
+ [[ false == \y\e\s ]]
+ [[ false == \e\n\a\b\l\e\d ]]
+ [[ keystone == \k\e\y\s\t\o\n\e ]]
+ cat
+ [[ http == \h\t\t\p\s ]]
+ mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini
+ upgrade_old_logs contrail-api
+ local template=contrail-api
++ dirname /var/log/contrail/config-api
+ local old_dir=/var/log/contrail
+ mkdir -p /var/log/contrail/config-api
+ chmod 755 /var/log/contrail/config-api
+ mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/
+ true
+ [[ -n 1999 ]]
+ [[ -n 1999 ]]
+ local owner_opts=1999:1999
+ chown 1999:1999 /var/log/contrail/config-api
+ find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' +
+ run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0
+ [[ -n 1999 ]]
+ [[ -n 1999 ]]
+ local owner_opts=1999:1999
+ mkdir -p /etc/contrail /var/lib/contrail
+ chown 1999:1999 /etc/contrail /var/lib/contrail
+ find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' +
+ chmod 755 /etc/contrail
+ do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0
+ [[ -n 1999 ]]
+ [[ -n 1999 ]]
+ mkdir -p /var/crashes
+ chmod 777 /var/crashes
++ id -un 1999
+ local user_name=contrail
+ export HOME=/home/contrail
+ HOME=/home/contrail
+ mkdir -p /home/contrail
+ chown -R 1999:1999 /home/contrail
+ exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0
/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:287: SyntaxWarning: "is not" with a literal. Did you mean "!="?
if ip_alloc_unit is not 1:
/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1113: SyntaxWarning: "is" with a literal. Did you mean "=="?
if len(ipam_subnets) is 0:
/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1910: SyntaxWarning: "is" with a literal. Did you mean "=="?
if len(ipam_subnets) is 0:
05/18/2026 04:40:07.225 7f53e9dca3c0 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True
05/18/2026 04:40:07.392 7f53e9dca3c0 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084
05/18/2026 04:40:07.407 7f53e9dca3c0 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG]
05/18/2026 04:40:07.407 7f53e9dca3c0 [contrail-api] [INFO]: SANDESH: Logging: FILE: [None] -> [/var/log/contrail/config-api/contrail-api-0.log]
The option "admin_port" is not known to keystonemiddleware
The option "max_requests" is not known to keystonemiddleware
The option "signing_dir" is not known to keystonemiddleware
The option "auth_url" is not known to keystonemiddleware
The option "username" is not known to keystonemiddleware
The option "password" is not known to keystonemiddleware
The option "user_domain_name" is not known to keystonemiddleware
The option "project_domain_name" is not known to keystonemiddleware
The option "project_name" is not known to keystonemiddleware
AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True.
Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an admin endpoint
Bottle v0.12.25 server starting up (using GeventPoolServer(spawn=))...
Listening on http://localhost:8095/
Hit Ctrl-C to quit.
Bottle v0.12.25 server starting up (using GeventPoolServer(spawn=))...
Listening on http://10.0.0.240:8082/
Hit Ctrl-C to quit.
10.0.0.240 - - [2026-05-18 04:40:08] "GET / HTTP/1.1" 503 181 0.000354
10.0.0.240 - - [2026-05-18 04:40:08] "GET / HTTP/1.1" 503 181 0.000232
[Introspect:8084]10.0.0.23 - - [2026-05-18 04:40:08] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3222 0.001878
10.0.0.240 - - [2026-05-18 04:40:09] "GET / HTTP/1.1" 200 45871 0.002150
10.0.0.240 - - [2026-05-18 04:40:09] "GET / HTTP/1.1" 200 45871 0.001457
Using the in-process token cache is deprecated as of the 4.2.0 release and may be removed in the 5.0.0 release or the 'O' development cycle. The in-process cache causes inconsistent results and high memory usage. When the feature is removed the auth_token middleware will not cache tokens by default which may result in performance issues. It is recommended to use memcache for the auth_token token cache by setting the memcached_servers option.
10.0.0.240 - - [2026-05-18 04:40:09] "POST /fqname-to-id HTTP/1.1" 401 292 0.000575
10.0.0.240 - - [2026-05-18 04:40:09] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.001023
10.0.0.240 - - [2026-05-18 04:40:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.677839
10.0.0.240 - - [2026-05-18 04:40:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003361
10.0.0.240 - - [2026-05-18 04:40:10] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.398159
10.0.0.240 - - [2026-05-18 04:40:10] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 1718 0.004625
/usr/local/lib/python3.9/site-packages/keystoneauth1/adapter.py:278: UserWarning: Using keystoneclient sessions has been deprecated. Please update your software to use keystoneauth1.
warnings.warn(
10.0.0.240 - - [2026-05-18 04:40:10] "GET /projects?obj_uuids=9e520b2f-c0e3-4178-b9ae-d584b6f29cfb&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001034
10.0.0.240 - - [2026-05-18 04:40:10] "GET /project/9e520b2f-c0e3-4178-b9ae-d584b6f29cfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.068221
10.0.0.240 - - [2026-05-18 04:40:10] "GET /projects?obj_uuids=9e520b2f-c0e3-4178-b9ae-d584b6f29cfb&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.002352
10.0.0.240 - - [2026-05-18 04:40:10] "GET /project/9e520b2f-c0e3-4178-b9ae-d584b6f29cfb?fields=security_groups HTTP/1.1" 200 1088 0.047981
10.0.0.240 - - [2026-05-18 04:40:11] "GET /projects?obj_uuids=9e520b2f-c0e3-4178-b9ae-d584b6f29cfb&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001164
10.0.0.240 - - [2026-05-18 04:40:11] "GET /project/9e520b2f-c0e3-4178-b9ae-d584b6f29cfb?fields=application_policy_sets HTTP/1.1" 200 1381 0.056514
10.0.0.240 - - [2026-05-18 04:40:11] "DELETE /project/9e520b2f-c0e3-4178-b9ae-d584b6f29cfb HTTP/1.1" 409 278 0.277145
[Introspect:8084]10.0.0.23 - - [2026-05-18 04:40:13] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3159 0.001391
[Introspect:8084]10.0.0.23 - - [2026-05-18 04:40:13] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3159 0.001120
The option "admin_port" is not known to keystonemiddleware
The option "max_requests" is not known to keystonemiddleware
The option "signing_dir" is not known to keystonemiddleware
The option "auth_url" is not known to keystonemiddleware
The option "username" is not known to keystonemiddleware
The option "password" is not known to keystonemiddleware
The option "user_domain_name" is not known to keystonemiddleware
The option "project_domain_name" is not known to keystonemiddleware
The option "project_name" is not known to keystonemiddleware
AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True.
Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an admin endpoint
Using the in-process token cache is deprecated as of the 4.2.0 release and may be removed in the 5.0.0 release or the 'O' development cycle. The in-process cache causes inconsistent results and high memory usage. When the feature is removed the auth_token middleware will not cache tokens by default which may result in performance issues. It is recommended to use memcache for the auth_token token cache by setting the memcached_servers option.
10.0.0.23 - - [2026-05-18 04:40:15] "GET /obj-perms HTTP/1.1" 200 5032 0.390938
10.0.0.23 - - [2026-05-18 04:40:15] "GET /obj-perms HTTP/1.1" 200 5032 0.004335
10.0.0.23 - - [2026-05-18 04:40:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.031665
10.0.0.240 - - [2026-05-18 04:40:15] "GET /projects?obj_uuids=4ba7763e-add7-4759-ae35-a578079d0eb5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000958
10.0.0.23 - - [2026-05-18 04:40:15] "GET /project/4ba7763e-add7-4759-ae35-a578079d0eb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.049237
10.0.0.23 - - [2026-05-18 04:40:15] "GET /virtual-networks?parent_id=4ba7763e-add7-4759-ae35-a578079d0eb5&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.005643
10.0.0.23 - - [2026-05-18 04:40:15] "POST /virtual-networks HTTP/1.1" 200 548 0.106780
10.0.0.23 - - [2026-05-18 04:40:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003279
10.0.0.23 - - [2026-05-18 04:40:15] "GET /network-ipam/1b3d1e53-7646-4991-a6f9-b279f7526293?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1090 0.005530
10.0.0.240 - - [2026-05-18 04:40:15] "POST /useragent-kv HTTP/1.1" 200 115 0.008109
10.0.0.23 - - [2026-05-18 04:40:15] "POST /ref-update HTTP/1.1" 200 156 0.102197
10.0.0.23 - - [2026-05-18 04:40:15] "POST /neutron/network HTTP/1.1" 200 809 0.045394
10.0.0.23 - - [2026-05-18 04:40:16] "GET /virtual-network/3836aacc-e6af-454a-a7f6-ede83526fa37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.007996
10.0.0.23 - - [2026-05-18 04:40:16] "POST /neutron/port HTTP/1.1" 200 1217 0.108692
10.0.0.240 - - [2026-05-18 04:40:16] "POST /ref-update HTTP/1.1" 200 156 0.129037
10.0.0.23 - - [2026-05-18 04:40:16] "POST /neutron/network HTTP/1.1" 200 1122 0.009188
10.0.0.23 - - [2026-05-18 04:40:16] "POST /neutron/subnet HTTP/1.1" 200 1380 0.023978
10.0.0.23 - - [2026-05-18 04:40:16] "GET /virtual-network/1c494c51-4d53-4a84-a405-23dac9844cab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.009566
10.0.0.23 - - [2026-05-18 04:40:16] "POST /neutron/network HTTP/1.1" 200 1112 0.013734
10.0.0.23 - - [2026-05-18 04:40:16] "GET /obj-perms HTTP/1.1" 200 5032 0.004885
10.0.0.23 - - [2026-05-18 04:40:16] "POST /id-to-fqname HTTP/1.1" 200 222 0.001454
10.0.0.23 - - [2026-05-18 04:40:17] "POST /neutron/network HTTP/1.1" 200 896 0.007740
10.0.0.240 - - [2026-05-18 04:40:18] "GET /projects?obj_uuids=4ba7763e-add7-4759-ae35-a578079d0eb5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001289
10.0.0.23 - - [2026-05-18 04:40:18] "GET /project/4ba7763e-add7-4759-ae35-a578079d0eb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.102447
10.0.0.23 - - [2026-05-18 04:40:18] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010596
10.0.0.23 - - [2026-05-18 04:40:18] "POST /neutron/network HTTP/1.1" 200 896 0.009657
10.0.0.23 - - [2026-05-18 04:40:19] "POST /neutron/port HTTP/1.1" 200 1061 0.062554
10.0.0.23 - - [2026-05-18 04:40:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004252
10.0.0.23 - - [2026-05-18 04:40:19] "POST /neutron/network HTTP/1.1" 200 886 0.010727
10.0.0.23 - - [2026-05-18 04:40:23] "POST /neutron/port HTTP/1.1" 200 1125 0.024932
10.0.0.23 - - [2026-05-18 04:40:23] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008614
10.0.0.23 - - [2026-05-18 04:40:23] "GET /virtual-machine/a222632c-af6b-41e1-9c60-d04fcd0c2c5c HTTP/1.1" 200 1296 0.047955
10.0.0.23 - - [2026-05-18 04:40:23] "GET /virtual-machine/a222632c-af6b-41e1-9c60-d04fcd0c2c5c HTTP/1.1" 200 1296 0.007762
10.0.0.23 - - [2026-05-18 04:40:24] "GET /virtual-machine-interface/ec196354-5f28-4fab-adce-95df2564d78e HTTP/1.1" 200 2956 0.005625
10.0.0.23 - - [2026-05-18 04:40:24] "GET /virtual-machine/a222632c-af6b-41e1-9c60-d04fcd0c2c5c HTTP/1.1" 200 1296 0.005605
10.0.0.23 - - [2026-05-18 04:40:24] "GET /virtual-machine-interface/ec196354-5f28-4fab-adce-95df2564d78e HTTP/1.1" 200 2956 0.006522
10.0.0.23 - - [2026-05-18 04:40:24] "GET /instance-ip/a6c58c14-763a-441a-a055-041a85758b47 HTTP/1.1" 200 1627 0.007880
10.0.0.23 - - [2026-05-18 04:40:24] "GET /virtual-machine/a222632c-af6b-41e1-9c60-d04fcd0c2c5c HTTP/1.1" 200 1296 0.009645
10.0.0.23 - - [2026-05-18 04:40:24] "GET /virtual-machine-interface/ec196354-5f28-4fab-adce-95df2564d78e HTTP/1.1" 200 2956 0.007150
10.0.0.23 - - [2026-05-18 04:40:24] "GET /instance-ip/a6c58c14-763a-441a-a055-041a85758b47 HTTP/1.1" 200 1627 0.004072
10.0.0.23 - - [2026-05-18 04:40:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.006119
10.0.0.23 - - [2026-05-18 04:40:24] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004159
10.0.0.23 - - [2026-05-18 04:40:24] "GET /virtual-networks?parent_id=4ba7763e-add7-4759-ae35-a578079d0eb5&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003356
10.0.0.23 - - [2026-05-18 04:40:24] "GET /virtual-network/1c494c51-4d53-4a84-a405-23dac9844cab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.007129
10.0.0.23 - - [2026-05-18 04:40:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003602
10.0.0.23 - - [2026-05-18 04:40:24] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005894
10.0.0.23 - - [2026-05-18 04:40:24] "GET /virtual-networks?parent_id=4ba7763e-add7-4759-ae35-a578079d0eb5&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.004179
10.0.0.23 - - [2026-05-18 04:40:24] "GET /virtual-network/1c494c51-4d53-4a84-a405-23dac9844cab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.008115
10.0.0.23 - - [2026-05-18 04:40:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004321
10.0.0.23 - - [2026-05-18 04:40:24] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004559
10.0.0.23 - - [2026-05-18 04:40:24] "GET /virtual-networks?parent_id=4ba7763e-add7-4759-ae35-a578079d0eb5&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003479
10.0.0.23 - - [2026-05-18 04:40:24] "GET /virtual-network/1c494c51-4d53-4a84-a405-23dac9844cab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.008354
10.0.0.23 - - [2026-05-18 04:40:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004439
10.0.0.23 - - [2026-05-18 04:40:24] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004822
10.0.0.23 - - [2026-05-18 04:40:24] "GET /virtual-networks?parent_id=4ba7763e-add7-4759-ae35-a578079d0eb5&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.004216
10.0.0.23 - - [2026-05-18 04:40:24] "GET /virtual-network/1c494c51-4d53-4a84-a405-23dac9844cab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.009854
10.0.0.23 - - [2026-05-18 04:40:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003520
10.0.0.23 - - [2026-05-18 04:40:24] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005315
10.0.0.23 - - [2026-05-18 04:40:24] "GET /virtual-networks?parent_id=4ba7763e-add7-4759-ae35-a578079d0eb5&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.004766
10.0.0.23 - - [2026-05-18 04:40:24] "GET /virtual-network/1c494c51-4d53-4a84-a405-23dac9844cab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.006656
10.0.0.23 - - [2026-05-18 04:40:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.005569
10.0.0.23 - - [2026-05-18 04:40:27] "GET /virtual-network/1c494c51-4d53-4a84-a405-23dac9844cab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.011063
10.0.0.23 - - [2026-05-18 04:40:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004926
10.0.0.23 - - [2026-05-18 04:40:31] "GET /virtual-network/1c494c51-4d53-4a84-a405-23dac9844cab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.007922
10.0.0.23 - - [2026-05-18 04:40:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.005008
10.0.0.23 - - [2026-05-18 04:40:35] "GET /virtual-network/1c494c51-4d53-4a84-a405-23dac9844cab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.011919
10.0.0.23 - - [2026-05-18 04:40:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.008111
10.0.0.23 - - [2026-05-18 04:40:40] "GET /virtual-network/1c494c51-4d53-4a84-a405-23dac9844cab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.007324
10.0.0.240 - - [2026-05-18 04:40:43] "GET /obj-perms HTTP/1.1" 200 5056 0.057710
10.0.0.23 - - [2026-05-18 04:40:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004237
10.0.0.23 - - [2026-05-18 04:40:44] "GET /virtual-network/1c494c51-4d53-4a84-a405-23dac9844cab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.007417
10.0.0.23 - - [2026-05-18 04:40:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005100
10.0.0.23 - - [2026-05-18 04:40:48] "GET /virtual-network/1c494c51-4d53-4a84-a405-23dac9844cab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.008002
10.0.0.23 - - [2026-05-18 04:40:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004978
10.0.0.23 - - [2026-05-18 04:40:52] "GET /virtual-network/1c494c51-4d53-4a84-a405-23dac9844cab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.008083
10.0.0.23 - - [2026-05-18 04:40:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005673
10.0.0.23 - - [2026-05-18 04:40:56] "GET /virtual-network/1c494c51-4d53-4a84-a405-23dac9844cab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.008264
10.0.0.23 - - [2026-05-18 04:41:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004449
10.0.0.23 - - [2026-05-18 04:41:00] "GET /virtual-network/1c494c51-4d53-4a84-a405-23dac9844cab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.007047
10.0.0.23 - - [2026-05-18 04:41:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.006076
10.0.0.23 - - [2026-05-18 04:41:02] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.010196
10.0.0.23 - - [2026-05-18 04:41:02] "GET /virtual-networks?parent_id=4ba7763e-add7-4759-ae35-a578079d0eb5&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003865
10.0.0.23 - - [2026-05-18 04:41:02] "GET /virtual-network/1c494c51-4d53-4a84-a405-23dac9844cab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.007189
10.0.0.23 - - [2026-05-18 04:41:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005648
10.0.0.23 - - [2026-05-18 04:41:02] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004729
10.0.0.23 - - [2026-05-18 04:41:02] "GET /virtual-networks?parent_id=4ba7763e-add7-4759-ae35-a578079d0eb5&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.004920
10.0.0.23 - - [2026-05-18 04:41:02] "GET /virtual-network/1c494c51-4d53-4a84-a405-23dac9844cab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.006459
10.0.0.23 - - [2026-05-18 04:41:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004118
10.0.0.23 - - [2026-05-18 04:41:03] "GET /routing-instance/7bc6ecc7-3acf-4794-bec5-22fd209b8e83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1791 0.005625
10.0.0.23 - - [2026-05-18 04:41:03] "GET /route-target/bbf54f00-2f92-45b6-b4a4-d2e0ec7f930e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.005857
10.0.0.23 - - [2026-05-18 04:41:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004709
10.0.0.23 - - [2026-05-18 04:41:03] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003662
10.0.0.23 - - [2026-05-18 04:41:03] "GET /virtual-networks?parent_id=4ba7763e-add7-4759-ae35-a578079d0eb5&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003380
10.0.0.23 - - [2026-05-18 04:41:03] "GET /virtual-network/1c494c51-4d53-4a84-a405-23dac9844cab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.008322
10.0.0.23 - - [2026-05-18 04:41:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005943
10.0.0.23 - - [2026-05-18 04:41:03] "GET /routing-instance/7bc6ecc7-3acf-4794-bec5-22fd209b8e83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1791 0.006110
10.0.0.23 - - [2026-05-18 04:41:03] "GET /route-target/bbf54f00-2f92-45b6-b4a4-d2e0ec7f930e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.007105
10.0.0.23 - - [2026-05-18 04:41:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004716
10.0.0.23 - - [2026-05-18 04:41:03] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005415
10.0.0.23 - - [2026-05-18 04:41:03] "GET /virtual-networks?parent_id=4ba7763e-add7-4759-ae35-a578079d0eb5&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003692
10.0.0.23 - - [2026-05-18 04:41:03] "GET /virtual-network/1c494c51-4d53-4a84-a405-23dac9844cab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.006942
10.0.0.23 - - [2026-05-18 04:41:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.012414
10.0.0.23 - - [2026-05-18 04:41:03] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006172
10.0.0.23 - - [2026-05-18 04:41:03] "GET /virtual-networks?parent_id=4ba7763e-add7-4759-ae35-a578079d0eb5&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.008156
10.0.0.23 - - [2026-05-18 04:41:03] "GET /virtual-network/1c494c51-4d53-4a84-a405-23dac9844cab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.012083
10.0.0.23 - - [2026-05-18 04:41:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004364
10.0.0.23 - - [2026-05-18 04:41:03] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005548
10.0.0.23 - - [2026-05-18 04:41:03] "GET /virtual-networks?parent_id=4ba7763e-add7-4759-ae35-a578079d0eb5&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.004843
10.0.0.23 - - [2026-05-18 04:41:03] "GET /virtual-network/1c494c51-4d53-4a84-a405-23dac9844cab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.006773
10.0.0.23 - - [2026-05-18 04:41:03] "GET /obj-perms HTTP/1.1" 200 5032 0.005088
10.0.0.240 - - [2026-05-18 04:41:04] "GET /obj-perms HTTP/1.1" 200 5032 0.061383
10.0.0.23 - - [2026-05-18 04:41:04] "GET /obj-perms HTTP/1.1" 200 5032 0.005808
10.0.0.22 - - [2026-05-18 04:41:04] "GET /obj-perms HTTP/1.1" 200 5032 0.068475
10.0.0.240 - - [2026-05-18 04:41:04] "GET /obj-perms HTTP/1.1" 200 5032 0.004295
10.0.0.23 - - [2026-05-18 04:41:04] "POST /id-to-fqname HTTP/1.1" 200 222 0.001199
10.0.0.23 - - [2026-05-18 04:41:04] "POST /neutron/port HTTP/1.1" 200 7102 0.077812
10.0.0.240 - - [2026-05-18 04:41:05] "GET /projects?obj_uuids=4ba7763e-add7-4759-ae35-a578079d0eb5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001038
10.0.0.23 - - [2026-05-18 04:41:05] "GET /project/4ba7763e-add7-4759-ae35-a578079d0eb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.091205
10.0.0.23 - - [2026-05-18 04:41:05] "POST /neutron/network HTTP/1.1" 200 886 0.036532
10.0.0.23 - - [2026-05-18 04:41:05] "POST /neutron/port HTTP/1.1" 200 117 0.007215
10.0.0.240 - - [2026-05-18 04:41:06] "GET /projects?obj_uuids=4ba7763e-add7-4759-ae35-a578079d0eb5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001185
10.0.0.23 - - [2026-05-18 04:41:06] "POST /neutron/port HTTP/1.1" 200 1061 0.288839
10.0.0.23 - - [2026-05-18 04:41:06] "POST /neutron/port HTTP/1.1" 200 1115 0.131727
10.0.0.23 - - [2026-05-18 04:41:06] "POST /neutron/subnet HTTP/1.1" 200 646 0.010345
10.0.0.23 - - [2026-05-18 04:41:07] "POST /neutron/port HTTP/1.1" 200 1106 0.022302
10.0.0.23 - - [2026-05-18 04:41:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004246
10.0.0.23 - - [2026-05-18 04:41:07] "POST /neutron/network HTTP/1.1" 200 926 0.007887
10.0.0.23 - - [2026-05-18 04:41:11] "POST /neutron/port HTTP/1.1" 200 1125 0.022032
10.0.0.23 - - [2026-05-18 04:41:11] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010129
10.0.0.23 - - [2026-05-18 04:41:11] "GET /virtual-machine/0127d6f5-8976-4e62-b7f6-13c4d2d7f4e7 HTTP/1.1" 200 1293 0.012130
10.0.0.23 - - [2026-05-18 04:41:11] "GET /virtual-machine/0127d6f5-8976-4e62-b7f6-13c4d2d7f4e7 HTTP/1.1" 200 1293 0.004692
10.0.0.23 - - [2026-05-18 04:41:11] "GET /virtual-machine-interface/3d9f7e74-176e-4d18-a49d-cdd6a2fa6005 HTTP/1.1" 200 2955 0.006125
10.0.0.23 - - [2026-05-18 04:41:11] "GET /virtual-machine/0127d6f5-8976-4e62-b7f6-13c4d2d7f4e7 HTTP/1.1" 200 1293 0.006984
10.0.0.23 - - [2026-05-18 04:41:11] "GET /virtual-machine-interface/3d9f7e74-176e-4d18-a49d-cdd6a2fa6005 HTTP/1.1" 200 2955 0.007335
10.0.0.23 - - [2026-05-18 04:41:11] "GET /instance-ip/5a105a39-418b-4787-961a-7a64ae03cd01 HTTP/1.1" 200 1626 0.009336
10.0.0.23 - - [2026-05-18 04:41:11] "GET /virtual-machine/0127d6f5-8976-4e62-b7f6-13c4d2d7f4e7 HTTP/1.1" 200 1293 0.005117
10.0.0.23 - - [2026-05-18 04:41:11] "GET /virtual-machine-interface/3d9f7e74-176e-4d18-a49d-cdd6a2fa6005 HTTP/1.1" 200 2955 0.007027
10.0.0.23 - - [2026-05-18 04:41:11] "GET /instance-ip/5a105a39-418b-4787-961a-7a64ae03cd01 HTTP/1.1" 200 1626 0.008575
10.0.0.23 - - [2026-05-18 04:41:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004172
10.0.0.23 - - [2026-05-18 04:41:11] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004503
10.0.0.23 - - [2026-05-18 04:41:11] "GET /virtual-networks?parent_id=4ba7763e-add7-4759-ae35-a578079d0eb5&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.004391
10.0.0.23 - - [2026-05-18 04:41:11] "GET /virtual-network/cb9f7957-c862-4c02-8481-25bb0293ea69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.010897
10.0.0.23 - - [2026-05-18 04:41:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003974
10.0.0.23 - - [2026-05-18 04:41:11] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005080
10.0.0.23 - - [2026-05-18 04:41:11] "GET /virtual-networks?parent_id=4ba7763e-add7-4759-ae35-a578079d0eb5&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003776
10.0.0.23 - - [2026-05-18 04:41:11] "GET /virtual-network/cb9f7957-c862-4c02-8481-25bb0293ea69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.007630
10.0.0.23 - - [2026-05-18 04:41:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.098402
10.0.0.23 - - [2026-05-18 04:41:11] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005958
10.0.0.23 - - [2026-05-18 04:41:11] "GET /virtual-networks?parent_id=4ba7763e-add7-4759-ae35-a578079d0eb5&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.005311
10.0.0.23 - - [2026-05-18 04:41:11] "GET /virtual-network/cb9f7957-c862-4c02-8481-25bb0293ea69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.008258
10.0.0.23 - - [2026-05-18 04:41:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.005655
10.0.0.23 - - [2026-05-18 04:41:11] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004705
10.0.0.23 - - [2026-05-18 04:41:11] "GET /virtual-networks?parent_id=4ba7763e-add7-4759-ae35-a578079d0eb5&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003704
10.0.0.23 - - [2026-05-18 04:41:12] "GET /virtual-network/cb9f7957-c862-4c02-8481-25bb0293ea69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.008771
10.0.0.23 - - [2026-05-18 04:41:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004238
10.0.0.23 - - [2026-05-18 04:41:12] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004111
10.0.0.23 - - [2026-05-18 04:41:12] "GET /virtual-networks?parent_id=4ba7763e-add7-4759-ae35-a578079d0eb5&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.004177
10.0.0.23 - - [2026-05-18 04:41:12] "GET /virtual-network/cb9f7957-c862-4c02-8481-25bb0293ea69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.010162
10.0.0.23 - - [2026-05-18 04:41:12] "POST /neutron/port HTTP/1.1" 200 1125 0.067287
10.0.0.23 - - [2026-05-18 04:41:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005949
10.0.0.23 - - [2026-05-18 04:41:15] "GET /virtual-network/cb9f7957-c862-4c02-8481-25bb0293ea69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.007528
10.0.0.23 - - [2026-05-18 04:41:17] "POST /neutron/port HTTP/1.1" 200 1106 0.020552
10.0.0.23 - - [2026-05-18 04:41:17] "POST /neutron/subnet HTTP/1.1" 200 694 0.009841
10.0.0.23 - - [2026-05-18 04:41:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005407
10.0.0.23 - - [2026-05-18 04:41:19] "GET /virtual-network/cb9f7957-c862-4c02-8481-25bb0293ea69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.007371
10.0.0.23 - - [2026-05-18 04:41:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005727
10.0.0.23 - - [2026-05-18 04:41:23] "GET /virtual-network/cb9f7957-c862-4c02-8481-25bb0293ea69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.006152
10.0.0.23 - - [2026-05-18 04:41:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003660
10.0.0.23 - - [2026-05-18 04:41:27] "GET /virtual-network/cb9f7957-c862-4c02-8481-25bb0293ea69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.006047
10.0.0.23 - - [2026-05-18 04:41:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.005192
10.0.0.23 - - [2026-05-18 04:41:31] "GET /virtual-network/cb9f7957-c862-4c02-8481-25bb0293ea69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.006379
10.0.0.23 - - [2026-05-18 04:41:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003621
10.0.0.23 - - [2026-05-18 04:41:35] "GET /virtual-network/cb9f7957-c862-4c02-8481-25bb0293ea69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.006032
10.0.0.23 - - [2026-05-18 04:41:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.005789
10.0.0.23 - - [2026-05-18 04:41:39] "GET /virtual-network/cb9f7957-c862-4c02-8481-25bb0293ea69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.009655
10.0.0.23 - - [2026-05-18 04:41:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003338
10.0.0.23 - - [2026-05-18 04:41:43] "GET /virtual-network/cb9f7957-c862-4c02-8481-25bb0293ea69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.006019
10.0.0.23 - - [2026-05-18 04:41:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004093
10.0.0.23 - - [2026-05-18 04:41:48] "GET /virtual-network/cb9f7957-c862-4c02-8481-25bb0293ea69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.006924
10.0.0.23 - - [2026-05-18 04:41:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004972
10.0.0.23 - - [2026-05-18 04:41:52] "GET /virtual-network/cb9f7957-c862-4c02-8481-25bb0293ea69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.006091
10.0.0.22 - - [2026-05-18 04:41:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000486
10.0.0.22 - - [2026-05-18 04:41:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000365
10.0.0.240 - - [2026-05-18 04:41:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000394
10.0.0.240 - - [2026-05-18 04:41:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000388
10.0.0.23 - - [2026-05-18 04:41:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005693
10.0.0.23 - - [2026-05-18 04:41:56] "GET /virtual-network/cb9f7957-c862-4c02-8481-25bb0293ea69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.010394
10.0.0.23 - - [2026-05-18 04:41:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000360
10.0.0.23 - - [2026-05-18 04:41:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000405
10.0.0.22 - - [2026-05-18 04:41:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000483
10.0.0.22 - - [2026-05-18 04:41:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000440
10.0.0.240 - - [2026-05-18 04:41:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000569
10.0.0.240 - - [2026-05-18 04:41:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000415
10.0.0.23 - - [2026-05-18 04:41:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000507
10.0.0.23 - - [2026-05-18 04:41:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000449
10.0.0.23 - - [2026-05-18 04:42:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004048
10.0.0.23 - - [2026-05-18 04:42:00] "GET /virtual-network/cb9f7957-c862-4c02-8481-25bb0293ea69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.008480
10.0.0.23 - - [2026-05-18 04:42:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005030
10.0.0.23 - - [2026-05-18 04:42:04] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005602
10.0.0.23 - - [2026-05-18 04:42:04] "GET /virtual-networks?parent_id=4ba7763e-add7-4759-ae35-a578079d0eb5&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003863
10.0.0.23 - - [2026-05-18 04:42:04] "GET /virtual-network/cb9f7957-c862-4c02-8481-25bb0293ea69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.007056
10.0.0.23 - - [2026-05-18 04:42:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003817
10.0.0.23 - - [2026-05-18 04:42:04] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004443
10.0.0.23 - - [2026-05-18 04:42:04] "GET /virtual-networks?parent_id=4ba7763e-add7-4759-ae35-a578079d0eb5&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003427
10.0.0.23 - - [2026-05-18 04:42:04] "GET /virtual-network/cb9f7957-c862-4c02-8481-25bb0293ea69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.006942
10.0.0.23 - - [2026-05-18 04:42:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003739
10.0.0.23 - - [2026-05-18 04:42:04] "GET /routing-instance/3860757b-fc30-4983-ba36-3c9afac113b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1791 0.005991
10.0.0.23 - - [2026-05-18 04:42:04] "GET /route-target/19d0a32f-2a84-44c7-8b92-2f7516d9da88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004340
10.0.0.23 - - [2026-05-18 04:42:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003572
10.0.0.23 - - [2026-05-18 04:42:04] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005645
10.0.0.23 - - [2026-05-18 04:42:04] "GET /virtual-networks?parent_id=4ba7763e-add7-4759-ae35-a578079d0eb5&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.004468
10.0.0.23 - - [2026-05-18 04:42:05] "GET /virtual-network/cb9f7957-c862-4c02-8481-25bb0293ea69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.010461
10.0.0.23 - - [2026-05-18 04:42:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004055
10.0.0.23 - - [2026-05-18 04:42:05] "GET /routing-instance/3860757b-fc30-4983-ba36-3c9afac113b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1791 0.004679
10.0.0.23 - - [2026-05-18 04:42:05] "GET /route-target/19d0a32f-2a84-44c7-8b92-2f7516d9da88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003934
10.0.0.23 - - [2026-05-18 04:42:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004711
10.0.0.23 - - [2026-05-18 04:42:05] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005441
10.0.0.23 - - [2026-05-18 04:42:05] "GET /virtual-networks?parent_id=4ba7763e-add7-4759-ae35-a578079d0eb5&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003723
10.0.0.23 - - [2026-05-18 04:42:05] "GET /virtual-network/cb9f7957-c862-4c02-8481-25bb0293ea69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.007036
10.0.0.23 - - [2026-05-18 04:42:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003613
10.0.0.23 - - [2026-05-18 04:42:05] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004804
10.0.0.23 - - [2026-05-18 04:42:05] "GET /virtual-networks?parent_id=4ba7763e-add7-4759-ae35-a578079d0eb5&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.004100
10.0.0.23 - - [2026-05-18 04:42:05] "GET /virtual-network/cb9f7957-c862-4c02-8481-25bb0293ea69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.006469
10.0.0.23 - - [2026-05-18 04:42:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004828
10.0.0.23 - - [2026-05-18 04:42:05] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005490
10.0.0.23 - - [2026-05-18 04:42:05] "GET /virtual-networks?parent_id=4ba7763e-add7-4759-ae35-a578079d0eb5&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003377
10.0.0.23 - - [2026-05-18 04:42:05] "GET /virtual-network/cb9f7957-c862-4c02-8481-25bb0293ea69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.010722
10.0.0.23 - - [2026-05-18 04:42:05] "GET /obj-perms HTTP/1.1" 200 5032 0.004613
10.0.0.240 - - [2026-05-18 04:42:05] "GET /obj-perms HTTP/1.1" 200 5032 0.004976
10.0.0.23 - - [2026-05-18 04:42:05] "GET /obj-perms HTTP/1.1" 200 5032 0.004610
10.0.0.23 - - [2026-05-18 04:42:05] "GET /obj-perms HTTP/1.1" 200 5032 0.004687
10.0.0.23 - - [2026-05-18 04:42:05] "GET /virtual-machine/a222632c-af6b-41e1-9c60-d04fcd0c2c5c HTTP/1.1" 200 1296 0.006942
10.0.0.23 - - [2026-05-18 04:42:05] "GET /virtual-machine-interface/ec196354-5f28-4fab-adce-95df2564d78e HTTP/1.1" 200 2956 0.007261
10.0.0.23 - - [2026-05-18 04:42:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004096
10.0.0.23 - - [2026-05-18 04:42:05] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005097
10.0.0.23 - - [2026-05-18 04:42:05] "GET /virtual-networks?parent_id=4ba7763e-add7-4759-ae35-a578079d0eb5&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.004407
10.0.0.23 - - [2026-05-18 04:42:06] "GET /virtual-network/1c494c51-4d53-4a84-a405-23dac9844cab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.010966
10.0.0.23 - - [2026-05-18 04:42:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.006274
10.0.0.23 - - [2026-05-18 04:42:07] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006248
10.0.0.23 - - [2026-05-18 04:42:07] "GET /virtual-networks?parent_id=4ba7763e-add7-4759-ae35-a578079d0eb5&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.006471
10.0.0.23 - - [2026-05-18 04:42:07] "GET /virtual-network/1c494c51-4d53-4a84-a405-23dac9844cab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.007468
10.0.0.23 - - [2026-05-18 04:42:07] "POST /neutron/port HTTP/1.1" 200 1125 0.024028
10.0.0.23 - - [2026-05-18 04:42:07] "GET /virtual-machine/0127d6f5-8976-4e62-b7f6-13c4d2d7f4e7 HTTP/1.1" 200 1293 0.009917
10.0.0.23 - - [2026-05-18 04:42:07] "GET /virtual-machine-interface/3d9f7e74-176e-4d18-a49d-cdd6a2fa6005 HTTP/1.1" 200 2955 0.007200
10.0.0.23 - - [2026-05-18 04:42:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006649
10.0.0.23 - - [2026-05-18 04:42:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005750
10.0.0.23 - - [2026-05-18 04:42:07] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004703
10.0.0.23 - - [2026-05-18 04:42:07] "GET /virtual-networks?parent_id=4ba7763e-add7-4759-ae35-a578079d0eb5&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003932
10.0.0.23 - - [2026-05-18 04:42:07] "GET /virtual-network/cb9f7957-c862-4c02-8481-25bb0293ea69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.010399
10.0.0.23 - - [2026-05-18 04:42:07] "POST /neutron/network HTTP/1.1" 200 886 0.010212
10.0.0.23 - - [2026-05-18 04:42:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004584
10.0.0.23 - - [2026-05-18 04:42:08] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003941
10.0.0.23 - - [2026-05-18 04:42:08] "GET /virtual-networks?parent_id=4ba7763e-add7-4759-ae35-a578079d0eb5&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.004085
10.0.0.23 - - [2026-05-18 04:42:08] "GET /virtual-network/cb9f7957-c862-4c02-8481-25bb0293ea69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.009852
10.0.0.23 - - [2026-05-18 04:42:13] "POST /neutron/port HTTP/1.1" 200 1125 0.019809
10.0.0.23 - - [2026-05-18 04:42:17] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010498
10.0.0.23 - - [2026-05-18 04:42:18] "POST /neutron/network HTTP/1.1" 200 896 0.007764
10.0.0.23 - - [2026-05-18 04:42:18] "POST /neutron/port HTTP/1.1" 200 117 0.001344
10.0.0.23 - - [2026-05-18 04:42:19] "POST /neutron/security_group HTTP/1.1" 200 2059 0.011605
10.0.0.23 - - [2026-05-18 04:42:44] "GET /obj-perms HTTP/1.1" 200 5056 0.066499
10.0.0.22 - - [2026-05-18 04:42:45] "GET /obj-perms HTTP/1.1" 200 5056 0.066886
10.0.0.23 - - [2026-05-18 04:43:08] "POST /neutron/port HTTP/1.1" 200 1217 0.021331
10.0.0.23 - - [2026-05-18 04:43:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003880
10.0.0.23 - - [2026-05-18 04:43:08] "POST /neutron/port HTTP/1.1" 200 117 0.001163
10.0.0.23 - - [2026-05-18 04:43:12] "GET /virtual-machine/0127d6f5-8976-4e62-b7f6-13c4d2d7f4e7 HTTP/1.1" 200 1293 0.004148
10.0.0.23 - - [2026-05-18 04:43:13] "POST /neutron/port HTTP/1.1" 200 1125 0.020339
10.0.0.23 - - [2026-05-18 04:43:14] "GET /virtual-machine/0127d6f5-8976-4e62-b7f6-13c4d2d7f4e7 HTTP/1.1" 404 171 0.003725
10.0.0.23 - - [2026-05-18 04:43:14] "GET /virtual-machine/0127d6f5-8976-4e62-b7f6-13c4d2d7f4e7 HTTP/1.1" 404 171 0.003852
10.0.0.23 - - [2026-05-18 04:43:14] "GET /virtual-machine/0127d6f5-8976-4e62-b7f6-13c4d2d7f4e7 HTTP/1.1" 404 171 0.003382
10.0.0.23 - - [2026-05-18 04:43:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004181
10.0.0.23 - - [2026-05-18 04:43:15] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004448
10.0.0.23 - - [2026-05-18 04:43:15] "GET /virtual-networks?parent_id=4ba7763e-add7-4759-ae35-a578079d0eb5&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.005268
10.0.0.23 - - [2026-05-18 04:43:15] "GET /virtual-network/cb9f7957-c862-4c02-8481-25bb0293ea69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.007677
10.0.0.23 - - [2026-05-18 04:43:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003837
10.0.0.23 - - [2026-05-18 04:43:15] "GET /routing-instance/3860757b-fc30-4983-ba36-3c9afac113b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1791 0.004299
10.0.0.23 - - [2026-05-18 04:43:15] "GET /route-target/19d0a32f-2a84-44c7-8b92-2f7516d9da88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004572
10.0.0.23 - - [2026-05-18 04:43:18] "POST /neutron/port HTTP/1.1" 200 1217 0.021578
10.0.0.23 - - [2026-05-18 04:43:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004734
10.0.0.23 - - [2026-05-18 04:43:18] "POST /neutron/port HTTP/1.1" 200 117 0.001055
10.0.0.23 - - [2026-05-18 04:43:18] "GET /obj-perms HTTP/1.1" 200 5032 0.004049
10.0.0.23 - - [2026-05-18 04:43:21] "GET /obj-perms HTTP/1.1" 200 5032 0.004273
10.0.0.23 - - [2026-05-18 04:43:24] "GET /obj-perms HTTP/1.1" 200 5032 0.004224
10.0.0.240 - - [2026-05-18 04:43:25] "GET /obj-perms HTTP/1.1" 200 5032 0.004254
10.0.0.23 - - [2026-05-18 04:43:25] "GET /virtual-machine/a222632c-af6b-41e1-9c60-d04fcd0c2c5c HTTP/1.1" 200 1296 0.004649
10.0.0.23 - - [2026-05-18 04:43:25] "POST /neutron/port HTTP/1.1" 200 1125 0.021845
10.0.0.23 - - [2026-05-18 04:43:27] "GET /virtual-machine/a222632c-af6b-41e1-9c60-d04fcd0c2c5c HTTP/1.1" 404 171 0.003741
10.0.0.23 - - [2026-05-18 04:43:27] "GET /virtual-machine/a222632c-af6b-41e1-9c60-d04fcd0c2c5c HTTP/1.1" 404 171 0.003783
10.0.0.23 - - [2026-05-18 04:43:27] "GET /virtual-machine/a222632c-af6b-41e1-9c60-d04fcd0c2c5c HTTP/1.1" 404 171 0.003244
10.0.0.23 - - [2026-05-18 04:43:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004431
10.0.0.23 - - [2026-05-18 04:43:27] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004872
10.0.0.23 - - [2026-05-18 04:43:27] "GET /virtual-networks?parent_id=4ba7763e-add7-4759-ae35-a578079d0eb5&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003663
10.0.0.23 - - [2026-05-18 04:43:27] "GET /virtual-network/1c494c51-4d53-4a84-a405-23dac9844cab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.006509
10.0.0.23 - - [2026-05-18 04:43:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004657
10.0.0.23 - - [2026-05-18 04:43:27] "GET /routing-instance/7bc6ecc7-3acf-4794-bec5-22fd209b8e83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1791 0.004555
10.0.0.23 - - [2026-05-18 04:43:27] "GET /route-target/bbf54f00-2f92-45b6-b4a4-d2e0ec7f930e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004478
10.0.0.23 - - [2026-05-18 04:43:30] "GET /obj-perms HTTP/1.1" 200 5032 0.005135
10.0.0.240 - - [2026-05-18 04:43:34] "GET /obj-perms HTTP/1.1" 200 5032 0.005548
10.0.0.23 - - [2026-05-18 04:43:34] "GET /obj-perms HTTP/1.1" 200 5032 0.005487
10.0.0.240 - - [2026-05-18 04:43:34] "POST /useragent-kv HTTP/1.1" 200 115 0.004622
10.0.0.240 - - [2026-05-18 04:43:34] "POST /useragent-kv HTTP/1.1" 200 115 0.004385
10.0.0.23 - - [2026-05-18 04:43:34] "DELETE /virtual-network/3836aacc-e6af-454a-a7f6-ede83526fa37 HTTP/1.1" 200 115 0.136606
10.0.0.23 - - [2026-05-18 04:43:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004277
10.0.0.23 - - [2026-05-18 04:43:34] "GET /network-policy/47e5383f-774a-45af-bf2f-0730544b4946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.005722
10.0.0.23 - - [2026-05-18 04:43:34] "POST /ref-update HTTP/1.1" 200 156 0.072885
10.0.0.240 - - [2026-05-18 04:43:34] "DELETE /access-control-list/8c2833c1-9007-449b-b63d-21f4a19cfbd3 HTTP/1.1" 200 115 0.053544
10.0.0.23 - - [2026-05-18 04:43:34] "POST /neutron/network HTTP/1.1" 200 809 0.009441
10.0.0.23 - - [2026-05-18 04:43:34] "GET /virtual-network/cb9f7957-c862-4c02-8481-25bb0293ea69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.013410
10.0.0.23 - - [2026-05-18 04:43:34] "DELETE /virtual-network/cb9f7957-c862-4c02-8481-25bb0293ea69 HTTP/1.1" 409 235 0.012844
10.0.0.23 - - [2026-05-18 04:43:35] "POST /neutron/port HTTP/1.1" 200 1115 0.015258
10.0.0.23 - - [2026-05-18 04:43:35] "POST /neutron/port HTTP/1.1" 200 151 0.300388
10.0.0.240 - - [2026-05-18 04:43:36] "POST /useragent-kv HTTP/1.1" 200 115 0.004061
10.0.0.240 - - [2026-05-18 04:43:36] "POST /useragent-kv HTTP/1.1" 200 115 0.003476
10.0.0.23 - - [2026-05-18 04:43:36] "DELETE /virtual-network/cb9f7957-c862-4c02-8481-25bb0293ea69 HTTP/1.1" 200 115 0.144515
10.0.0.240 - - [2026-05-18 04:43:36] "DELETE /route-target/19d0a32f-2a84-44c7-8b92-2f7516d9da88 HTTP/1.1" 200 115 0.030523
10.0.0.23 - - [2026-05-18 04:43:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003534
10.0.0.23 - - [2026-05-18 04:43:37] "GET /network-policy/fcbee519-3631-4222-92f8-7d6376618b98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.005041
10.0.0.23 - - [2026-05-18 04:43:37] "POST /ref-update HTTP/1.1" 200 156 0.064915
10.0.0.23 - - [2026-05-18 04:43:37] "GET /virtual-network/1c494c51-4d53-4a84-a405-23dac9844cab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.010026
10.0.0.240 - - [2026-05-18 04:43:37] "POST /useragent-kv HTTP/1.1" 200 115 0.005559
10.0.0.240 - - [2026-05-18 04:43:37] "POST /useragent-kv HTTP/1.1" 200 115 0.005154
10.0.0.23 - - [2026-05-18 04:43:37] "DELETE /virtual-network/1c494c51-4d53-4a84-a405-23dac9844cab HTTP/1.1" 200 115 0.145589
10.0.0.240 - - [2026-05-18 04:43:37] "DELETE /route-target/bbf54f00-2f92-45b6-b4a4-d2e0ec7f930e HTTP/1.1" 200 115 0.033652
10.0.0.23 - - [2026-05-18 04:43:37] "DELETE /network-policy/47e5383f-774a-45af-bf2f-0730544b4946 HTTP/1.1" 200 115 0.039138
10.0.0.23 - - [2026-05-18 04:43:37] "DELETE /network-policy/fcbee519-3631-4222-92f8-7d6376618b98 HTTP/1.1" 200 115 0.048109
10.0.0.240 - - [2026-05-18 04:44:06] "GET /projects?obj_uuids=4ba7763e-add7-4759-ae35-a578079d0eb5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001293
10.0.0.23 - - [2026-05-18 04:44:06] "GET /project/4ba7763e-add7-4759-ae35-a578079d0eb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.100589
10.0.0.240 - - [2026-05-18 04:44:06] "GET /projects?obj_uuids=4ba7763e-add7-4759-ae35-a578079d0eb5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001951
10.0.0.23 - - [2026-05-18 04:44:06] "GET /project/4ba7763e-add7-4759-ae35-a578079d0eb5?fields=virtual_networks HTTP/1.1" 200 1035 0.064092
10.0.0.240 - - [2026-05-18 04:44:06] "GET /projects?obj_uuids=4ba7763e-add7-4759-ae35-a578079d0eb5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001563
10.0.0.23 - - [2026-05-18 04:44:06] "GET /project/4ba7763e-add7-4759-ae35-a578079d0eb5?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.046527
10.0.0.240 - - [2026-05-18 04:44:06] "GET /projects?obj_uuids=4ba7763e-add7-4759-ae35-a578079d0eb5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000911
10.0.0.23 - - [2026-05-18 04:44:06] "GET /project/4ba7763e-add7-4759-ae35-a578079d0eb5?fields=security_groups HTTP/1.1" 200 1263 0.046976
10.0.0.23 - - [2026-05-18 04:44:07] "POST /fqname-to-id HTTP/1.1" 404 188 0.033996
10.0.0.240 - - [2026-05-18 04:44:07] "GET /projects?obj_uuids=0d188a7f-9956-4d2e-a7f5-d35df36d482f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.006183
10.0.0.240 - - [2026-05-18 04:44:07] "GET /domains?obj_uuids=4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000961
10.0.0.240 - - [2026-05-18 04:44:07] "GET /domain/4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008101
10.0.0.240 - - [2026-05-18 04:44:07] "POST /id-to-fqname HTTP/1.1" 200 190 0.007248
10.0.0.240 - - [2026-05-18 04:44:07] "POST /fqname-to-id HTTP/1.1" 404 199 0.008441
10.0.0.240 - - [2026-05-18 04:44:07] "POST /security-groups HTTP/1.1" 200 591 0.088615
10.0.0.240 - - [2026-05-18 04:44:07] "POST /projects HTTP/1.1" 200 585 0.341522
10.0.0.240 - - [2026-05-18 04:44:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.381623
10.0.0.240 - - [2026-05-18 04:44:07] "POST /fqname-to-id HTTP/1.1" 404 233 0.016271
10.0.0.23 - - [2026-05-18 04:44:07] "GET /project/0d188a7f-9956-4d2e-a7f5-d35df36d482f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.556951
10.0.0.23 - - [2026-05-18 04:44:09] "GET / HTTP/1.1" 200 36215 0.001704
10.0.0.23 - - [2026-05-18 04:44:09] "POST /neutron/port HTTP/1.1" 200 1106 0.022753
10.0.0.23 - - [2026-05-18 04:44:09] "POST /neutron/subnet HTTP/1.1" 200 694 0.012486
10.0.0.23 - - [2026-05-18 04:44:11] "POST /fqname-to-id HTTP/1.1" 401 292 0.000768
10.0.0.23 - - [2026-05-18 04:44:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.068318
10.0.0.240 - - [2026-05-18 04:44:11] "GET /projects?obj_uuids=0d188a7f-9956-4d2e-a7f5-d35df36d482f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003379
10.0.0.23 - - [2026-05-18 04:44:11] "GET /project/0d188a7f-9956-4d2e-a7f5-d35df36d482f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.053912
10.0.0.240 - - [2026-05-18 04:44:11] "DELETE /project/0d188a7f99564d2ea7f5d35df36d482f HTTP/1.1" 404 173 0.004327
10.0.0.240 - - [2026-05-18 04:44:11] "GET /projects?obj_uuids=4ba7763e-add7-4759-ae35-a578079d0eb5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001198
10.0.0.240 - - [2026-05-18 04:44:11] "GET /project/4ba7763e-add7-4759-ae35-a578079d0eb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1471 0.051566
10.0.0.240 - - [2026-05-18 04:44:11] "GET /projects?obj_uuids=4ba7763e-add7-4759-ae35-a578079d0eb5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000931
10.0.0.240 - - [2026-05-18 04:44:11] "GET /project/4ba7763e-add7-4759-ae35-a578079d0eb5?fields=security_groups HTTP/1.1" 200 1365 0.049853
10.0.0.23 - - [2026-05-18 04:44:11] "POST /neutron/network HTTP/1.1" 200 117 0.058788
10.0.0.240 - - [2026-05-18 04:44:11] "DELETE /security-group/02f05061-69c6-4117-8b10-352ea141e704 HTTP/1.1" 200 115 0.080435
10.0.0.240 - - [2026-05-18 04:44:11] "GET /projects?obj_uuids=4ba7763e-add7-4759-ae35-a578079d0eb5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002378
10.0.0.240 - - [2026-05-18 04:44:11] "GET /project/4ba7763e-add7-4759-ae35-a578079d0eb5?fields=application_policy_sets HTTP/1.1" 200 1404 0.070938
10.0.0.240 - - [2026-05-18 04:44:11] "DELETE /access-control-list/5a297f37-6ebd-4ca8-9e44-a97ee08f8e68 HTTP/1.1" 200 115 0.077778
10.0.0.240 - - [2026-05-18 04:44:12] "DELETE /project/4ba7763e-add7-4759-ae35-a578079d0eb5 HTTP/1.1" 200 115 0.598300
10.0.0.23 - - [2026-05-18 04:44:12] "POST /neutron/network HTTP/1.1" 200 823 0.013802
10.0.0.23 - - [2026-05-18 04:44:12] "POST /id-to-fqname HTTP/1.1" 200 220 0.001351
10.0.0.23 - - [2026-05-18 04:44:12] "GET /virtual-network/bb5a4361-5f17-46bb-a9fe-8976bc136b19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006666
10.0.0.23 - - [2026-05-18 04:44:12] "GET /virtual-network/bb5a4361-5f17-46bb-a9fe-8976bc136b19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.009763
10.0.0.23 - - [2026-05-18 04:44:12] "POST /neutron/subnet HTTP/1.1" 200 720 0.011861
10.0.0.23 - - [2026-05-18 04:44:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003359
10.0.0.240 - - [2026-05-18 04:44:12] "GET /projects?obj_uuids=0d188a7f-9956-4d2e-a7f5-d35df36d482f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001202
10.0.0.23 - - [2026-05-18 04:44:12] "GET /project/0d188a7f-9956-4d2e-a7f5-d35df36d482f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.057092
10.0.0.240 - - [2026-05-18 04:44:12] "POST /route-targets HTTP/1.1" 200 328 0.015798
10.0.0.240 - - [2026-05-18 04:44:12] "POST /useragent-kv HTTP/1.1" 200 115 0.009611
10.0.0.23 - - [2026-05-18 04:44:12] "POST /neutron/subnet HTTP/1.1" 200 725 0.201282
10.0.0.23 - - [2026-05-18 04:44:12] "POST /id-to-fqname HTTP/1.1" 200 220 0.001544
10.0.0.23 - - [2026-05-18 04:44:12] "GET /virtual-network/845df29b-4498-4ac0-8397-9555e8a9a409?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007696
10.0.0.23 - - [2026-05-18 04:44:13] "GET /virtual-network/845df29b-4498-4ac0-8397-9555e8a9a409?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007008
10.0.0.23 - - [2026-05-18 04:44:13] "POST /neutron/network HTTP/1.1" 200 824 0.008550
10.0.0.23 - - [2026-05-18 04:44:13] "POST /id-to-fqname HTTP/1.1" 200 220 0.001983
10.0.0.23 - - [2026-05-18 04:44:13] "POST /neutron/network HTTP/1.1" 200 833 0.007662
10.0.0.240 - - [2026-05-18 04:44:14] "GET /projects?obj_uuids=0d188a7f-9956-4d2e-a7f5-d35df36d482f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001701
10.0.0.23 - - [2026-05-18 04:44:14] "GET /project/0d188a7f-9956-4d2e-a7f5-d35df36d482f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.092491
10.0.0.23 - - [2026-05-18 04:44:14] "POST /neutron/port HTTP/1.1" 200 117 0.008378
10.0.0.23 - - [2026-05-18 04:44:14] "POST /id-to-fqname HTTP/1.1" 200 220 0.001323
10.0.0.23 - - [2026-05-18 04:44:14] "POST /neutron/network HTTP/1.1" 200 833 0.009473
10.0.0.23 - - [2026-05-18 04:44:15] "POST /neutron/port HTTP/1.1" 200 1059 0.029545
10.0.0.23 - - [2026-05-18 04:44:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004174
10.0.0.240 - - [2026-05-18 04:44:15] "GET /projects?obj_uuids=0d188a7f-9956-4d2e-a7f5-d35df36d482f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001249
10.0.0.23 - - [2026-05-18 04:44:15] "GET /project/0d188a7f-9956-4d2e-a7f5-d35df36d482f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.091763
10.0.0.23 - - [2026-05-18 04:44:15] "POST /neutron/network HTTP/1.1" 200 823 0.006985
10.0.0.23 - - [2026-05-18 04:44:16] "POST /neutron/security_group HTTP/1.1" 200 2058 0.012089
10.0.0.23 - - [2026-05-18 04:44:16] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009469
10.0.0.23 - - [2026-05-18 04:44:16] "POST /neutron/port HTTP/1.1" 200 1060 0.021901
10.0.0.23 - - [2026-05-18 04:44:17] "POST /neutron/port HTTP/1.1" 200 1124 0.025116
10.0.0.23 - - [2026-05-18 04:44:17] "POST /neutron/port HTTP/1.1" 200 117 0.001234
10.0.0.23 - - [2026-05-18 04:44:20] "POST /neutron/port HTTP/1.1" 200 1106 0.021752
10.0.0.23 - - [2026-05-18 04:44:20] "POST /neutron/subnet HTTP/1.1" 200 694 0.010422
10.0.0.23 - - [2026-05-18 04:44:21] "POST /neutron/port HTTP/1.1" 200 1123 0.028455
10.0.0.23 - - [2026-05-18 04:44:21] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009799
10.0.0.23 - - [2026-05-18 04:44:21] "GET /virtual-machine/c6c00d4b-e73f-4709-9308-27772b69f80f HTTP/1.1" 401 292 0.000570
10.0.0.23 - - [2026-05-18 04:44:22] "GET /virtual-machine/c6c00d4b-e73f-4709-9308-27772b69f80f HTTP/1.1" 200 1295 0.038216
10.0.0.23 - - [2026-05-18 04:44:22] "GET /virtual-machine-interface/a885541b-481e-492c-b597-3a2ad2cd4edd HTTP/1.1" 200 2948 0.009412
10.0.0.23 - - [2026-05-18 04:44:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004348
10.0.0.23 - - [2026-05-18 04:44:22] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006527
10.0.0.23 - - [2026-05-18 04:44:22] "GET /virtual-networks?parent_id=0d188a7f-9956-4d2e-a7f5-d35df36d482f&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003722
10.0.0.23 - - [2026-05-18 04:44:22] "GET /virtual-network/bb5a4361-5f17-46bb-a9fe-8976bc136b19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.008531
10.0.0.23 - - [2026-05-18 04:44:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005093
10.0.0.23 - - [2026-05-18 04:44:25] "GET /virtual-network/bb5a4361-5f17-46bb-a9fe-8976bc136b19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006458
10.0.0.23 - - [2026-05-18 04:44:26] "POST /neutron/port HTTP/1.1" 200 1123 0.023030
10.0.0.23 - - [2026-05-18 04:44:26] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008251
10.0.0.23 - - [2026-05-18 04:44:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003844
10.0.0.23 - - [2026-05-18 04:44:27] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003705
10.0.0.23 - - [2026-05-18 04:44:27] "GET /virtual-networks?parent_id=0d188a7f-9956-4d2e-a7f5-d35df36d482f&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002986
10.0.0.23 - - [2026-05-18 04:44:27] "GET /virtual-network/bb5a4361-5f17-46bb-a9fe-8976bc136b19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006101
10.0.0.23 - - [2026-05-18 04:44:32] "POST /neutron/port HTTP/1.1" 200 1124 0.025380
10.0.0.23 - - [2026-05-18 04:44:32] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008389
10.0.0.23 - - [2026-05-18 04:44:33] "GET /virtual-machine/afef49ed-dde8-481a-b45f-3d6132c5c891 HTTP/1.1" 200 1295 0.009340
10.0.0.23 - - [2026-05-18 04:44:33] "GET /virtual-machine-interface/af784540-f69d-458e-bc1c-f340afb271a2 HTTP/1.1" 200 2948 0.006374
10.0.0.23 - - [2026-05-18 04:44:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.005925
10.0.0.23 - - [2026-05-18 04:44:33] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.014042
10.0.0.23 - - [2026-05-18 04:44:33] "GET /virtual-networks?parent_id=0d188a7f-9956-4d2e-a7f5-d35df36d482f&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.007026
10.0.0.23 - - [2026-05-18 04:44:33] "GET /virtual-network/845df29b-4498-4ac0-8397-9555e8a9a409?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.011970
10.0.0.23 - - [2026-05-18 04:44:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004729
10.0.0.23 - - [2026-05-18 04:44:34] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003909
10.0.0.23 - - [2026-05-18 04:44:34] "GET /virtual-networks?parent_id=0d188a7f-9956-4d2e-a7f5-d35df36d482f&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003294
10.0.0.23 - - [2026-05-18 04:44:34] "GET /virtual-network/845df29b-4498-4ac0-8397-9555e8a9a409?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007074
10.0.0.23 - - [2026-05-18 04:44:34] "POST /neutron/port HTTP/1.1" 200 1123 0.028481
10.0.0.23 - - [2026-05-18 04:44:34] "GET /virtual-machine/c6c00d4b-e73f-4709-9308-27772b69f80f HTTP/1.1" 200 1295 0.004205
10.0.0.23 - - [2026-05-18 04:44:34] "GET /virtual-machine-interface/a885541b-481e-492c-b597-3a2ad2cd4edd HTTP/1.1" 200 2948 0.007758
10.0.0.23 - - [2026-05-18 04:44:34] "GET /virtual-machine/c6c00d4b-e73f-4709-9308-27772b69f80f HTTP/1.1" 200 1295 0.004635
10.0.0.23 - - [2026-05-18 04:44:34] "GET /virtual-machine-interface/a885541b-481e-492c-b597-3a2ad2cd4edd HTTP/1.1" 200 2948 0.006299
10.0.0.23 - - [2026-05-18 04:44:34] "GET /instance-ip/47c5be86-3cc8-45b2-88c6-5b59c1a772ef HTTP/1.1" 200 1621 0.007776
10.0.0.23 - - [2026-05-18 04:44:34] "GET /virtual-machine/c6c00d4b-e73f-4709-9308-27772b69f80f HTTP/1.1" 200 1295 0.003903
10.0.0.23 - - [2026-05-18 04:44:34] "GET /virtual-machine-interface/a885541b-481e-492c-b597-3a2ad2cd4edd HTTP/1.1" 200 2948 0.006738
10.0.0.23 - - [2026-05-18 04:44:34] "GET /instance-ip/47c5be86-3cc8-45b2-88c6-5b59c1a772ef HTTP/1.1" 200 1621 0.005595
10.0.0.23 - - [2026-05-18 04:44:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003550
10.0.0.23 - - [2026-05-18 04:44:34] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004664
10.0.0.23 - - [2026-05-18 04:44:34] "GET /virtual-networks?parent_id=0d188a7f-9956-4d2e-a7f5-d35df36d482f&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003975
10.0.0.23 - - [2026-05-18 04:44:34] "GET /virtual-network/bb5a4361-5f17-46bb-a9fe-8976bc136b19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006673
10.0.0.23 - - [2026-05-18 04:44:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005213
10.0.0.23 - - [2026-05-18 04:44:34] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.007563
10.0.0.23 - - [2026-05-18 04:44:34] "GET /virtual-networks?parent_id=0d188a7f-9956-4d2e-a7f5-d35df36d482f&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.005347
10.0.0.23 - - [2026-05-18 04:44:34] "GET /virtual-network/bb5a4361-5f17-46bb-a9fe-8976bc136b19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.008660
10.0.0.23 - - [2026-05-18 04:44:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003790
10.0.0.23 - - [2026-05-18 04:44:35] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003838
10.0.0.23 - - [2026-05-18 04:44:35] "GET /virtual-networks?parent_id=0d188a7f-9956-4d2e-a7f5-d35df36d482f&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003908
10.0.0.23 - - [2026-05-18 04:44:35] "GET /virtual-network/bb5a4361-5f17-46bb-a9fe-8976bc136b19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.009722
10.0.0.23 - - [2026-05-18 04:44:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003979
10.0.0.23 - - [2026-05-18 04:44:35] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005444
10.0.0.23 - - [2026-05-18 04:44:35] "GET /virtual-networks?parent_id=0d188a7f-9956-4d2e-a7f5-d35df36d482f&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003657
10.0.0.23 - - [2026-05-18 04:44:35] "GET /virtual-network/bb5a4361-5f17-46bb-a9fe-8976bc136b19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007071
10.0.0.23 - - [2026-05-18 04:44:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004610
10.0.0.23 - - [2026-05-18 04:44:35] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005031
10.0.0.23 - - [2026-05-18 04:44:35] "GET /virtual-networks?parent_id=0d188a7f-9956-4d2e-a7f5-d35df36d482f&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003292
10.0.0.23 - - [2026-05-18 04:44:35] "GET /virtual-network/bb5a4361-5f17-46bb-a9fe-8976bc136b19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.008189
10.0.0.23 - - [2026-05-18 04:44:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.005589
10.0.0.23 - - [2026-05-18 04:44:35] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006460
10.0.0.23 - - [2026-05-18 04:44:35] "GET /virtual-networks?parent_id=0d188a7f-9956-4d2e-a7f5-d35df36d482f&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.004266
10.0.0.23 - - [2026-05-18 04:44:35] "GET /virtual-network/bb5a4361-5f17-46bb-a9fe-8976bc136b19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.011077
10.0.0.23 - - [2026-05-18 04:44:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003208
10.0.0.23 - - [2026-05-18 04:44:35] "GET /routing-instance/e872405c-1ca0-43ef-8c63-27d1bb694be3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.010428
10.0.0.23 - - [2026-05-18 04:44:35] "GET /route-target/b3fdde3a-78f0-4a13-9a89-924944c71672?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004693
10.0.0.23 - - [2026-05-18 04:44:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004733
10.0.0.23 - - [2026-05-18 04:44:35] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004330
10.0.0.23 - - [2026-05-18 04:44:35] "GET /virtual-networks?parent_id=0d188a7f-9956-4d2e-a7f5-d35df36d482f&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003825
10.0.0.23 - - [2026-05-18 04:44:35] "GET /virtual-network/bb5a4361-5f17-46bb-a9fe-8976bc136b19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.009265
10.0.0.23 - - [2026-05-18 04:44:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004047
10.0.0.23 - - [2026-05-18 04:44:35] "GET /routing-instance/e872405c-1ca0-43ef-8c63-27d1bb694be3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.004301
10.0.0.23 - - [2026-05-18 04:44:35] "GET /route-target/b3fdde3a-78f0-4a13-9a89-924944c71672?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004844
10.0.0.23 - - [2026-05-18 04:44:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004223
10.0.0.23 - - [2026-05-18 04:44:36] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006986
10.0.0.23 - - [2026-05-18 04:44:36] "GET /virtual-networks?parent_id=0d188a7f-9956-4d2e-a7f5-d35df36d482f&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.005927
10.0.0.23 - - [2026-05-18 04:44:36] "GET /virtual-network/bb5a4361-5f17-46bb-a9fe-8976bc136b19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.017910
10.0.0.23 - - [2026-05-18 04:44:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004505
10.0.0.23 - - [2026-05-18 04:44:36] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004398
10.0.0.23 - - [2026-05-18 04:44:36] "GET /virtual-networks?parent_id=0d188a7f-9956-4d2e-a7f5-d35df36d482f&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.004404
10.0.0.23 - - [2026-05-18 04:44:36] "GET /virtual-network/bb5a4361-5f17-46bb-a9fe-8976bc136b19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005964
10.0.0.240 - - [2026-05-18 04:44:36] "GET /obj-perms HTTP/1.1" 200 5030 0.091082
10.0.0.23 - - [2026-05-18 04:44:37] "GET /obj-perms HTTP/1.1" 200 5030 0.074827
10.0.0.23 - - [2026-05-18 04:44:37] "GET /obj-perms HTTP/1.1" 200 5030 0.004235
10.0.0.23 - - [2026-05-18 04:44:37] "GET /obj-perms HTTP/1.1" 200 5030 0.004503
10.0.0.22 - - [2026-05-18 04:44:38] "GET /obj-perms HTTP/1.1" 200 5030 0.091973
10.0.0.240 - - [2026-05-18 04:44:38] "GET /obj-perms HTTP/1.1" 200 5030 0.003461
10.0.0.23 - - [2026-05-18 04:44:38] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009013
10.0.0.23 - - [2026-05-18 04:44:38] "GET /virtual-machine/afef49ed-dde8-481a-b45f-3d6132c5c891 HTTP/1.1" 200 1295 0.007366
10.0.0.23 - - [2026-05-18 04:44:38] "GET /virtual-machine-interface/af784540-f69d-458e-bc1c-f340afb271a2 HTTP/1.1" 200 2948 0.006875
10.0.0.23 - - [2026-05-18 04:44:38] "GET /virtual-machine/afef49ed-dde8-481a-b45f-3d6132c5c891 HTTP/1.1" 200 1295 0.005901
10.0.0.23 - - [2026-05-18 04:44:38] "GET /virtual-machine-interface/af784540-f69d-458e-bc1c-f340afb271a2 HTTP/1.1" 200 2948 0.005456
10.0.0.23 - - [2026-05-18 04:44:38] "GET /instance-ip/65281839-9790-4266-8f81-91f1f47ab275 HTTP/1.1" 200 1623 0.009832
10.0.0.23 - - [2026-05-18 04:44:38] "GET /virtual-machine/afef49ed-dde8-481a-b45f-3d6132c5c891 HTTP/1.1" 200 1295 0.004558
10.0.0.23 - - [2026-05-18 04:44:38] "GET /virtual-machine-interface/af784540-f69d-458e-bc1c-f340afb271a2 HTTP/1.1" 200 2948 0.006676
10.0.0.23 - - [2026-05-18 04:44:38] "GET /instance-ip/65281839-9790-4266-8f81-91f1f47ab275 HTTP/1.1" 200 1623 0.009097
10.0.0.23 - - [2026-05-18 04:44:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003745
10.0.0.23 - - [2026-05-18 04:44:38] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004607
10.0.0.23 - - [2026-05-18 04:44:38] "GET /virtual-networks?parent_id=0d188a7f-9956-4d2e-a7f5-d35df36d482f&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.004305
10.0.0.23 - - [2026-05-18 04:44:38] "GET /virtual-network/845df29b-4498-4ac0-8397-9555e8a9a409?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005898
10.0.0.23 - - [2026-05-18 04:44:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005299
10.0.0.23 - - [2026-05-18 04:44:38] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005364
10.0.0.23 - - [2026-05-18 04:44:38] "GET /virtual-networks?parent_id=0d188a7f-9956-4d2e-a7f5-d35df36d482f&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003842
10.0.0.23 - - [2026-05-18 04:44:38] "GET /virtual-network/845df29b-4498-4ac0-8397-9555e8a9a409?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.008758
10.0.0.23 - - [2026-05-18 04:44:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004483
10.0.0.23 - - [2026-05-18 04:44:38] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004246
10.0.0.23 - - [2026-05-18 04:44:38] "GET /virtual-networks?parent_id=0d188a7f-9956-4d2e-a7f5-d35df36d482f&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003446
10.0.0.23 - - [2026-05-18 04:44:38] "GET /virtual-network/845df29b-4498-4ac0-8397-9555e8a9a409?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007195
10.0.0.23 - - [2026-05-18 04:44:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003269
10.0.0.23 - - [2026-05-18 04:44:38] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.007404
10.0.0.23 - - [2026-05-18 04:44:38] "GET /virtual-networks?parent_id=0d188a7f-9956-4d2e-a7f5-d35df36d482f&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.004091
10.0.0.23 - - [2026-05-18 04:44:38] "GET /virtual-network/845df29b-4498-4ac0-8397-9555e8a9a409?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.009010
10.0.0.23 - - [2026-05-18 04:44:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004530
10.0.0.23 - - [2026-05-18 04:44:39] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005912
10.0.0.23 - - [2026-05-18 04:44:39] "GET /virtual-networks?parent_id=0d188a7f-9956-4d2e-a7f5-d35df36d482f&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.004070
10.0.0.23 - - [2026-05-18 04:44:39] "GET /virtual-network/845df29b-4498-4ac0-8397-9555e8a9a409?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007603
10.0.0.23 - - [2026-05-18 04:44:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.005085
10.0.0.23 - - [2026-05-18 04:44:39] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.007113
10.0.0.23 - - [2026-05-18 04:44:39] "GET /virtual-networks?parent_id=0d188a7f-9956-4d2e-a7f5-d35df36d482f&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.005779
10.0.0.23 - - [2026-05-18 04:44:39] "GET /virtual-network/845df29b-4498-4ac0-8397-9555e8a9a409?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.009335
10.0.0.23 - - [2026-05-18 04:44:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004129
10.0.0.23 - - [2026-05-18 04:44:39] "GET /routing-instance/d60c7426-d944-4b72-ae8e-8120764d8ed4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.006917
10.0.0.23 - - [2026-05-18 04:44:39] "GET /route-target/8d371e40-08c1-4ff6-8ba9-279b696a4076?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.005553
10.0.0.23 - - [2026-05-18 04:44:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004198
10.0.0.23 - - [2026-05-18 04:44:39] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004529
10.0.0.23 - - [2026-05-18 04:44:39] "GET /virtual-networks?parent_id=0d188a7f-9956-4d2e-a7f5-d35df36d482f&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003902
10.0.0.23 - - [2026-05-18 04:44:39] "GET /virtual-network/845df29b-4498-4ac0-8397-9555e8a9a409?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006543
10.0.0.23 - - [2026-05-18 04:44:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003893
10.0.0.23 - - [2026-05-18 04:44:39] "GET /routing-instance/d60c7426-d944-4b72-ae8e-8120764d8ed4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.005206
10.0.0.23 - - [2026-05-18 04:44:39] "GET /route-target/8d371e40-08c1-4ff6-8ba9-279b696a4076?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004541
10.0.0.23 - - [2026-05-18 04:44:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.008069
10.0.0.23 - - [2026-05-18 04:44:39] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005630
10.0.0.23 - - [2026-05-18 04:44:39] "GET /virtual-networks?parent_id=0d188a7f-9956-4d2e-a7f5-d35df36d482f&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003402
10.0.0.23 - - [2026-05-18 04:44:39] "GET /virtual-network/845df29b-4498-4ac0-8397-9555e8a9a409?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.008095
10.0.0.23 - - [2026-05-18 04:44:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004488
10.0.0.23 - - [2026-05-18 04:44:39] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004570
10.0.0.23 - - [2026-05-18 04:44:39] "GET /virtual-networks?parent_id=0d188a7f-9956-4d2e-a7f5-d35df36d482f&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003455
10.0.0.23 - - [2026-05-18 04:44:40] "GET /virtual-network/845df29b-4498-4ac0-8397-9555e8a9a409?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007008
10.0.0.23 - - [2026-05-18 04:44:40] "GET /obj-perms HTTP/1.1" 200 5030 0.004817
10.0.0.240 - - [2026-05-18 04:44:40] "GET /obj-perms HTTP/1.1" 200 5030 0.004618
10.0.0.23 - - [2026-05-18 04:44:40] "GET /obj-perms HTTP/1.1" 200 5030 0.003867
10.0.0.240 - - [2026-05-18 04:44:40] "GET /obj-perms HTTP/1.1" 200 5030 0.004839
10.0.0.23 - - [2026-05-18 04:44:56] "GET /virtual-machine/afef49ed-dde8-481a-b45f-3d6132c5c891 HTTP/1.1" 200 1295 0.005145
10.0.0.23 - - [2026-05-18 04:44:57] "POST /neutron/port HTTP/1.1" 200 151 0.228708
10.0.0.23 - - [2026-05-18 04:44:58] "GET /virtual-machine/afef49ed-dde8-481a-b45f-3d6132c5c891 HTTP/1.1" 404 171 0.004250
10.0.0.23 - - [2026-05-18 04:44:58] "GET /virtual-machine/afef49ed-dde8-481a-b45f-3d6132c5c891 HTTP/1.1" 404 171 0.003989
10.0.0.23 - - [2026-05-18 04:44:58] "GET /virtual-machine/afef49ed-dde8-481a-b45f-3d6132c5c891 HTTP/1.1" 404 171 0.003515
10.0.0.23 - - [2026-05-18 04:44:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003994
10.0.0.23 - - [2026-05-18 04:44:59] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003918
10.0.0.23 - - [2026-05-18 04:44:59] "GET /virtual-networks?parent_id=0d188a7f-9956-4d2e-a7f5-d35df36d482f&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003474
10.0.0.23 - - [2026-05-18 04:44:59] "GET /virtual-network/845df29b-4498-4ac0-8397-9555e8a9a409?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006294
10.0.0.23 - - [2026-05-18 04:44:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004655
10.0.0.23 - - [2026-05-18 04:44:59] "GET /routing-instance/d60c7426-d944-4b72-ae8e-8120764d8ed4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.004889
10.0.0.23 - - [2026-05-18 04:44:59] "GET /route-target/8d371e40-08c1-4ff6-8ba9-279b696a4076?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004287
10.0.0.23 - - [2026-05-18 04:44:59] "GET /obj-perms HTTP/1.1" 200 5030 0.004070
10.0.0.240 - - [2026-05-18 04:45:02] "GET /obj-perms HTTP/1.1" 200 5030 0.005078
10.0.0.23 - - [2026-05-18 04:45:05] "GET /obj-perms HTTP/1.1" 200 5030 0.004848
10.0.0.22 - - [2026-05-18 04:45:05] "GET /obj-perms HTTP/1.1" 200 5030 0.005702
10.0.0.23 - - [2026-05-18 04:45:05] "GET /virtual-machine/c6c00d4b-e73f-4709-9308-27772b69f80f HTTP/1.1" 200 1295 0.004827
10.0.0.23 - - [2026-05-18 04:45:06] "POST /neutron/port HTTP/1.1" 200 151 0.219527
10.0.0.23 - - [2026-05-18 04:45:07] "GET /virtual-machine/c6c00d4b-e73f-4709-9308-27772b69f80f HTTP/1.1" 404 171 0.004000
10.0.0.23 - - [2026-05-18 04:45:07] "GET /virtual-machine/c6c00d4b-e73f-4709-9308-27772b69f80f HTTP/1.1" 404 171 0.004149
10.0.0.23 - - [2026-05-18 04:45:07] "GET /virtual-machine/c6c00d4b-e73f-4709-9308-27772b69f80f HTTP/1.1" 404 171 0.004189
10.0.0.23 - - [2026-05-18 04:45:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005095
10.0.0.23 - - [2026-05-18 04:45:08] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005160
10.0.0.23 - - [2026-05-18 04:45:08] "GET /virtual-networks?parent_id=0d188a7f-9956-4d2e-a7f5-d35df36d482f&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003949
10.0.0.23 - - [2026-05-18 04:45:08] "GET /virtual-network/bb5a4361-5f17-46bb-a9fe-8976bc136b19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007448
10.0.0.23 - - [2026-05-18 04:45:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004148
10.0.0.23 - - [2026-05-18 04:45:08] "GET /routing-instance/e872405c-1ca0-43ef-8c63-27d1bb694be3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.006641
10.0.0.23 - - [2026-05-18 04:45:08] "GET /route-target/b3fdde3a-78f0-4a13-9a89-924944c71672?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.007153
10.0.0.23 - - [2026-05-18 04:45:08] "GET /obj-perms HTTP/1.1" 200 5030 0.004737
10.0.0.23 - - [2026-05-18 04:45:14] "GET /obj-perms HTTP/1.1" 200 5030 0.005806
10.0.0.23 - - [2026-05-18 04:45:17] "GET /obj-perms HTTP/1.1" 200 5030 0.004102
10.0.0.23 - - [2026-05-18 04:45:23] "GET /obj-perms HTTP/1.1" 200 5030 0.004351
10.0.0.23 - - [2026-05-18 04:45:26] "GET /obj-perms HTTP/1.1" 200 5030 0.004912
10.0.0.240 - - [2026-05-18 04:45:27] "GET /obj-perms HTTP/1.1" 200 5030 0.003819
10.0.0.23 - - [2026-05-18 04:45:27] "POST /neutron/network HTTP/1.1" 200 823 0.006998
10.0.0.240 - - [2026-05-18 04:45:27] "DELETE /route-target/8d371e40-08c1-4ff6-8ba9-279b696a4076 HTTP/1.1" 200 115 0.075104
10.0.0.240 - - [2026-05-18 04:45:28] "GET /projects?obj_uuids=0d188a7f-9956-4d2e-a7f5-d35df36d482f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.030817
10.0.0.23 - - [2026-05-18 04:45:28] "GET /project/0d188a7f-9956-4d2e-a7f5-d35df36d482f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.083184
10.0.0.240 - - [2026-05-18 04:45:28] "GET /projects?obj_uuids=0d188a7f-9956-4d2e-a7f5-d35df36d482f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000868
10.0.0.23 - - [2026-05-18 04:45:29] "GET /project/0d188a7f-9956-4d2e-a7f5-d35df36d482f?fields=virtual_networks HTTP/1.1" 200 1032 0.062627
10.0.0.240 - - [2026-05-18 04:45:29] "GET /projects?obj_uuids=0d188a7f-9956-4d2e-a7f5-d35df36d482f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001211
10.0.0.23 - - [2026-05-18 04:45:29] "GET /project/0d188a7f-9956-4d2e-a7f5-d35df36d482f?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.062459
10.0.0.240 - - [2026-05-18 04:45:29] "GET /projects?obj_uuids=0d188a7f-9956-4d2e-a7f5-d35df36d482f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001493
10.0.0.23 - - [2026-05-18 04:45:29] "GET /project/0d188a7f-9956-4d2e-a7f5-d35df36d482f?fields=security_groups HTTP/1.1" 200 1259 0.073075
10.0.0.23 - - [2026-05-18 04:45:30] "POST /fqname-to-id HTTP/1.1" 404 196 0.033059
10.0.0.240 - - [2026-05-18 04:45:30] "GET /projects?obj_uuids=83e71c98-efb3-4720-b8a9-869f736646df&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003867
10.0.0.240 - - [2026-05-18 04:45:30] "GET /domains?obj_uuids=4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001489
10.0.0.240 - - [2026-05-18 04:45:30] "GET /domain/4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.047034
10.0.0.240 - - [2026-05-18 04:45:30] "POST /id-to-fqname HTTP/1.1" 200 198 0.005955
10.0.0.240 - - [2026-05-18 04:45:30] "POST /fqname-to-id HTTP/1.1" 404 207 0.005800
10.0.0.240 - - [2026-05-18 04:45:30] "POST /security-groups HTTP/1.1" 200 599 0.082163
10.0.0.240 - - [2026-05-18 04:45:30] "POST /fqname-to-id HTTP/1.1" 404 242 0.004414
10.0.0.240 - - [2026-05-18 04:45:30] "POST /projects HTTP/1.1" 200 601 0.327277
10.0.0.240 - - [2026-05-18 04:45:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.370831
10.0.0.240 - - [2026-05-18 04:45:31] "POST /access-control-lists HTTP/1.1" 200 604 0.045533
10.0.0.23 - - [2026-05-18 04:45:31] "GET /project/83e71c98-efb3-4720-b8a9-869f736646df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.612672
10.0.0.23 - - [2026-05-18 04:45:32] "GET / HTTP/1.1" 200 36215 0.002046
10.0.0.23 - - [2026-05-18 04:45:35] "POST /fqname-to-id HTTP/1.1" 401 292 0.000431
10.0.0.23 - - [2026-05-18 04:45:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.069695
10.0.0.240 - - [2026-05-18 04:45:35] "GET /projects?obj_uuids=83e71c98-efb3-4720-b8a9-869f736646df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001297
10.0.0.23 - - [2026-05-18 04:45:35] "GET /project/83e71c98-efb3-4720-b8a9-869f736646df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.052296
10.0.0.240 - - [2026-05-18 04:45:35] "GET /projects?obj_uuids=83e71c98-efb3-4720-b8a9-869f736646df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001356
10.0.0.23 - - [2026-05-18 04:45:36] "POST /neutron/network HTTP/1.1" 200 613 0.210366
10.0.0.23 - - [2026-05-18 04:45:36] "POST /neutron/network HTTP/1.1" 200 1006 0.013534
10.0.0.23 - - [2026-05-18 04:45:36] "POST /id-to-fqname HTTP/1.1" 200 228 0.001323
10.0.0.23 - - [2026-05-18 04:45:36] "GET /virtual-network/09667630-71bc-4512-91f3-88ccaf18af7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.008039
10.0.0.23 - - [2026-05-18 04:45:36] "GET /virtual-network/09667630-71bc-4512-91f3-88ccaf18af7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006631
10.0.0.23 - - [2026-05-18 04:45:36] "POST /neutron/subnet HTTP/1.1" 200 724 0.010455
10.0.0.23 - - [2026-05-18 04:45:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003670
10.0.0.240 - - [2026-05-18 04:45:36] "GET /projects?obj_uuids=83e71c98-efb3-4720-b8a9-869f736646df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001027
10.0.0.23 - - [2026-05-18 04:45:37] "GET /project/83e71c98-efb3-4720-b8a9-869f736646df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.060233
10.0.0.240 - - [2026-05-18 04:45:37] "GET /projects?obj_uuids=83e71c98-efb3-4720-b8a9-869f736646df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001148
10.0.0.23 - - [2026-05-18 04:45:37] "POST /neutron/network HTTP/1.1" 200 613 0.152149
10.0.0.240 - - [2026-05-18 04:45:37] "POST /route-targets HTTP/1.1" 200 328 0.014175
10.0.0.240 - - [2026-05-18 04:45:37] "POST /fqname-to-id HTTP/1.1" 404 207 0.052114
10.0.0.23 - - [2026-05-18 04:45:37] "POST /neutron/network HTTP/1.1" 200 1004 0.014854
10.0.0.23 - - [2026-05-18 04:45:37] "POST /id-to-fqname HTTP/1.1" 200 228 0.001372
10.0.0.23 - - [2026-05-18 04:45:38] "GET /virtual-network/834f012c-79ac-48c1-acd1-e0e4fbd14890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006113
10.0.0.23 - - [2026-05-18 04:45:38] "GET /virtual-network/834f012c-79ac-48c1-acd1-e0e4fbd14890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.007567
10.0.0.23 - - [2026-05-18 04:45:38] "POST /neutron/subnet HTTP/1.1" 200 724 0.011602
10.0.0.23 - - [2026-05-18 04:45:38] "GET /virtual-network/09667630-71bc-4512-91f3-88ccaf18af7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.007600
10.0.0.240 - - [2026-05-18 04:45:38] "DELETE /access-control-list/60217606-c8d1-4bd0-b4b7-9c2966c2cd89 HTTP/1.1" 200 115 0.056731
10.0.0.23 - - [2026-05-18 04:45:39] "GET /obj-perms HTTP/1.1" 200 5046 0.078898
10.0.0.23 - - [2026-05-18 04:45:40] "GET /virtual-network/834f012c-79ac-48c1-acd1-e0e4fbd14890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.007191
10.0.0.22 - - [2026-05-18 04:45:40] "GET /obj-perms HTTP/1.1" 200 5046 0.059934
10.0.0.23 - - [2026-05-18 04:45:41] "POST /neutron/subnet HTTP/1.1" 200 724 0.010694
10.0.0.23 - - [2026-05-18 04:45:41] "POST /id-to-fqname HTTP/1.1" 200 228 0.005611
10.0.0.23 - - [2026-05-18 04:45:41] "POST /neutron/network HTTP/1.1" 200 1016 0.007766
10.0.0.240 - - [2026-05-18 04:45:42] "GET /projects?obj_uuids=83e71c98-efb3-4720-b8a9-869f736646df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001499
10.0.0.23 - - [2026-05-18 04:45:42] "GET /project/83e71c98-efb3-4720-b8a9-869f736646df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.088049
10.0.0.23 - - [2026-05-18 04:45:42] "POST /neutron/port HTTP/1.1" 200 117 0.007457
10.0.0.240 - - [2026-05-18 04:45:43] "GET /projects?obj_uuids=83e71c98-efb3-4720-b8a9-869f736646df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001080
10.0.0.23 - - [2026-05-18 04:45:43] "POST /neutron/port HTTP/1.1" 200 1175 0.436665
10.0.0.23 - - [2026-05-18 04:45:43] "POST /neutron/port HTTP/1.1" 200 1229 0.170797
10.0.0.23 - - [2026-05-18 04:45:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004586
10.0.0.23 - - [2026-05-18 04:45:44] "POST /neutron/port HTTP/1.1" 200 117 0.001451
10.0.0.23 - - [2026-05-18 04:45:47] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008392
10.0.0.23 - - [2026-05-18 04:45:48] "POST /neutron/port HTTP/1.1" 200 1239 0.021980
10.0.0.23 - - [2026-05-18 04:45:48] "GET /virtual-machine/d5608d0d-6a06-4364-b46d-64e01fbec2f8 HTTP/1.1" 401 292 0.000458
10.0.0.23 - - [2026-05-18 04:45:48] "GET /virtual-machine/d5608d0d-6a06-4364-b46d-64e01fbec2f8 HTTP/1.1" 200 1303 0.050118
10.0.0.23 - - [2026-05-18 04:45:48] "GET /virtual-machine-interface/527a3854-7122-4485-a6b9-ffc8de9aa487 HTTP/1.1" 200 3182 0.007196
10.0.0.23 - - [2026-05-18 04:45:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003532
10.0.0.23 - - [2026-05-18 04:45:48] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005054
10.0.0.23 - - [2026-05-18 04:45:48] "GET /virtual-networks?parent_id=83e71c98-efb3-4720-b8a9-869f736646df&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003272
10.0.0.23 - - [2026-05-18 04:45:48] "GET /virtual-network/09667630-71bc-4512-91f3-88ccaf18af7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006814
10.0.0.23 - - [2026-05-18 04:45:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004805
10.0.0.23 - - [2026-05-18 04:45:51] "GET /virtual-network/09667630-71bc-4512-91f3-88ccaf18af7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.008773
10.0.0.23 - - [2026-05-18 04:45:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003989
10.0.0.23 - - [2026-05-18 04:45:55] "GET /virtual-network/09667630-71bc-4512-91f3-88ccaf18af7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.011226
10.0.0.23 - - [2026-05-18 04:45:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004384
10.0.0.23 - - [2026-05-18 04:45:59] "GET /virtual-network/09667630-71bc-4512-91f3-88ccaf18af7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.009264
10.0.0.23 - - [2026-05-18 04:46:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004971
10.0.0.23 - - [2026-05-18 04:46:03] "GET /virtual-network/09667630-71bc-4512-91f3-88ccaf18af7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.007972
10.0.0.23 - - [2026-05-18 04:46:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004650
10.0.0.23 - - [2026-05-18 04:46:08] "GET /virtual-network/09667630-71bc-4512-91f3-88ccaf18af7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005917
10.0.0.23 - - [2026-05-18 04:46:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004888
10.0.0.23 - - [2026-05-18 04:46:12] "GET /virtual-network/09667630-71bc-4512-91f3-88ccaf18af7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.008737
10.0.0.240 - - [2026-05-18 04:46:12] "DELETE /project/83e71c98efb34720b8a9869f736646df HTTP/1.1" 404 173 0.003704
10.0.0.240 - - [2026-05-18 04:46:12] "DELETE /project/0d188a7f-9956-4d2e-a7f5-d35df36d482f HTTP/1.1" 404 177 0.006589
10.0.0.23 - - [2026-05-18 04:46:13] "POST /neutron/port HTTP/1.1" 200 1217 0.023869
10.0.0.23 - - [2026-05-18 04:46:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004518
10.0.0.23 - - [2026-05-18 04:46:13] "POST /neutron/port HTTP/1.1" 200 117 0.001468
10.0.0.23 - - [2026-05-18 04:46:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004424
10.0.0.23 - - [2026-05-18 04:46:16] "GET /virtual-network/09667630-71bc-4512-91f3-88ccaf18af7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.007912
10.0.0.23 - - [2026-05-18 04:46:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003808
10.0.0.23 - - [2026-05-18 04:46:20] "GET /virtual-network/09667630-71bc-4512-91f3-88ccaf18af7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006732
10.0.0.23 - - [2026-05-18 04:46:21] "POST /neutron/port HTTP/1.1" 200 1217 0.052106
10.0.0.23 - - [2026-05-18 04:46:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004660
10.0.0.23 - - [2026-05-18 04:46:21] "POST /neutron/port HTTP/1.1" 200 117 0.001880
10.0.0.23 - - [2026-05-18 04:46:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.006446
10.0.0.23 - - [2026-05-18 04:46:24] "GET /virtual-network/09667630-71bc-4512-91f3-88ccaf18af7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.007013
10.0.0.23 - - [2026-05-18 04:46:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003695
10.0.0.23 - - [2026-05-18 04:46:26] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004571
10.0.0.23 - - [2026-05-18 04:46:26] "GET /virtual-networks?parent_id=83e71c98-efb3-4720-b8a9-869f736646df&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003902
10.0.0.23 - - [2026-05-18 04:46:26] "GET /virtual-network/09667630-71bc-4512-91f3-88ccaf18af7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.008114
10.0.0.23 - - [2026-05-18 04:46:26] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009291
10.0.0.23 - - [2026-05-18 04:46:37] "POST /neutron/port HTTP/1.1" 200 1239 0.019098
10.0.0.23 - - [2026-05-18 04:46:37] "POST /neutron/security_group HTTP/1.1" 200 2066 0.039160
10.0.0.23 - - [2026-05-18 04:46:47] "POST /neutron/port HTTP/1.1" 200 1239 0.029606
10.0.0.23 - - [2026-05-18 04:46:47] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008363
10.0.0.23 - - [2026-05-18 04:46:47] "POST /neutron/port HTTP/1.1" 200 1239 0.022832
10.0.0.23 - - [2026-05-18 04:46:47] "POST /neutron/network HTTP/1.1" 200 1006 0.010551
10.0.0.23 - - [2026-05-18 04:46:47] "POST /id-to-fqname HTTP/1.1" 200 228 0.001046
10.0.0.23 - - [2026-05-18 04:46:47] "GET /virtual-machine/d5608d0d-6a06-4364-b46d-64e01fbec2f8 HTTP/1.1" 200 1303 0.006801
10.0.0.23 - - [2026-05-18 04:46:47] "GET /virtual-machine-interface/527a3854-7122-4485-a6b9-ffc8de9aa487 HTTP/1.1" 200 3182 0.007460
10.0.0.23 - - [2026-05-18 04:46:47] "GET /instance-ip/5af31491-ef31-498c-9e05-e841257b678c HTTP/1.1" 200 1639 0.006939
10.0.0.23 - - [2026-05-18 04:46:47] "GET /instance-ip/b8230456-81ac-4197-bedc-34adccc80836 HTTP/1.1" 200 1660 0.007100
10.0.0.23 - - [2026-05-18 04:46:47] "POST /fqname-to-id HTTP/1.1" 404 218 0.003780
10.0.0.23 - - [2026-05-18 04:46:47] "GET /virtual-network/09667630-71bc-4512-91f3-88ccaf18af7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.007999
10.0.0.240 - - [2026-05-18 04:46:48] "GET /projects?obj_uuids=83e71c98-efb3-4720-b8a9-869f736646df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001145
10.0.0.23 - - [2026-05-18 04:46:48] "GET /project/83e71c98-efb3-4720-b8a9-869f736646df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.055629
10.0.0.23 - - [2026-05-18 04:46:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005610
10.0.0.23 - - [2026-05-18 04:46:48] "GET /security-group/03f45cc4-c4fb-4001-807e-d620c3142e27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3777 0.011288
10.0.0.240 - - [2026-05-18 04:46:48] "GET /obj-perms HTTP/1.1" 200 5056 0.061893
10.0.0.23 - - [2026-05-18 04:46:48] "POST /virtual-machine-interfaces HTTP/1.1" 200 575 0.128499
10.0.0.23 - - [2026-05-18 04:46:48] "POST /instance-ips HTTP/1.1" 200 358 0.055343
10.0.0.23 - - [2026-05-18 04:46:48] "GET /instance-ip/ff48f29d-8651-402b-b2bc-62968eabb5b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1594 0.009617
10.0.0.23 - - [2026-05-18 04:46:48] "POST /instance-ips HTTP/1.1" 200 358 0.047913
10.0.0.23 - - [2026-05-18 04:46:48] "GET /instance-ip/c449e0e2-4426-4fda-845f-67b31d545182?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.016110
10.0.0.23 - - [2026-05-18 04:46:48] "GET /virtual-machine-interface/8b177d3d-9631-4ae5-855d-fb04e1cb5a73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2395 0.006041
10.0.0.23 - - [2026-05-18 04:46:48] "GET /virtual-machine-interface/8b177d3d-9631-4ae5-855d-fb04e1cb5a73?fields=instance_ip_back_refs HTTP/1.1" 200 1540 0.011688
10.0.0.23 - - [2026-05-18 04:46:48] "GET /obj-perms HTTP/1.1" 200 5056 0.056185
10.0.0.23 - - [2026-05-18 04:46:48] "GET /instance-ip/c449e0e2-4426-4fda-845f-67b31d545182?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.006532
10.0.0.23 - - [2026-05-18 04:46:48] "GET /instance-ip/ff48f29d-8651-402b-b2bc-62968eabb5b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1594 0.004819
10.0.0.23 - - [2026-05-18 04:46:48] "POST /id-to-fqname HTTP/1.1" 200 228 0.001254
10.0.0.23 - - [2026-05-18 04:46:49] "POST /neutron/port HTTP/1.1" 200 1081 0.022475
10.0.0.23 - - [2026-05-18 04:46:49] "POST /neutron/port HTTP/1.1" 200 1081 0.018270
10.0.0.23 - - [2026-05-18 04:46:49] "POST /neutron/security_group HTTP/1.1" 200 2066 0.013972
10.0.0.23 - - [2026-05-18 04:46:49] "POST /neutron/port HTTP/1.1" 200 1081 0.018267
10.0.0.23 - - [2026-05-18 04:46:49] "POST /neutron/port HTTP/1.1" 200 1081 0.024249
10.0.0.23 - - [2026-05-18 04:46:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004598
10.0.0.23 - - [2026-05-18 04:46:50] "POST /neutron/port HTTP/1.1" 200 117 0.001164
10.0.0.23 - - [2026-05-18 04:46:54] "POST /neutron/port HTTP/1.1" 200 1184 0.031706
10.0.0.23 - - [2026-05-18 04:46:54] "POST /neutron/security_group HTTP/1.1" 200 2066 0.012076
10.0.0.23 - - [2026-05-18 04:46:54] "GET /virtual-machine/74764109-2d18-45cd-b4c4-a3e138cfc053 HTTP/1.1" 200 1280 0.009430
10.0.0.23 - - [2026-05-18 04:46:54] "GET /virtual-machine-interface/8b177d3d-9631-4ae5-855d-fb04e1cb5a73 HTTP/1.1" 200 3232 0.006287
10.0.0.23 - - [2026-05-18 04:46:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005118
10.0.0.23 - - [2026-05-18 04:46:54] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004423
10.0.0.23 - - [2026-05-18 04:46:54] "GET /virtual-networks?parent_id=83e71c98-efb3-4720-b8a9-869f736646df&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003515
10.0.0.23 - - [2026-05-18 04:46:54] "GET /virtual-network/09667630-71bc-4512-91f3-88ccaf18af7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006956
10.0.0.22 - - [2026-05-18 04:46:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000674
10.0.0.22 - - [2026-05-18 04:46:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000430
10.0.0.240 - - [2026-05-18 04:46:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000387
10.0.0.240 - - [2026-05-18 04:46:55] "GET /global-system-configs HTTP/1.1" 401 292 0.001105
10.0.0.23 - - [2026-05-18 04:46:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000417
10.0.0.23 - - [2026-05-18 04:46:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000502
10.0.0.22 - - [2026-05-18 04:46:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000510
10.0.0.22 - - [2026-05-18 04:46:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000391
10.0.0.240 - - [2026-05-18 04:46:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000498
10.0.0.240 - - [2026-05-18 04:46:56] "GET /global-system-configs HTTP/1.1" 401 292 0.001437
10.0.0.23 - - [2026-05-18 04:46:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000356
10.0.0.23 - - [2026-05-18 04:46:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000473
10.0.0.23 - - [2026-05-18 04:46:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004187
10.0.0.23 - - [2026-05-18 04:46:58] "GET /virtual-network/09667630-71bc-4512-91f3-88ccaf18af7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.008038
10.0.0.23 - - [2026-05-18 04:47:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004715
10.0.0.23 - - [2026-05-18 04:47:02] "GET /virtual-network/09667630-71bc-4512-91f3-88ccaf18af7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.009149
10.0.0.23 - - [2026-05-18 04:47:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.005275
10.0.0.23 - - [2026-05-18 04:47:06] "GET /virtual-network/09667630-71bc-4512-91f3-88ccaf18af7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006696
10.0.0.23 - - [2026-05-18 04:47:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003899
10.0.0.23 - - [2026-05-18 04:47:10] "GET /virtual-network/09667630-71bc-4512-91f3-88ccaf18af7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005573
10.0.0.23 - - [2026-05-18 04:47:13] "POST /neutron/port HTTP/1.1" 200 1106 0.023095
10.0.0.23 - - [2026-05-18 04:47:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004947
10.0.0.23 - - [2026-05-18 04:47:13] "POST /neutron/network HTTP/1.1" 200 926 0.007856
10.0.0.23 - - [2026-05-18 04:47:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003823
10.0.0.23 - - [2026-05-18 04:47:14] "GET /virtual-network/09667630-71bc-4512-91f3-88ccaf18af7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.009323
10.0.0.23 - - [2026-05-18 04:47:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004607
10.0.0.23 - - [2026-05-18 04:47:18] "GET /virtual-network/09667630-71bc-4512-91f3-88ccaf18af7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.007687
10.0.0.23 - - [2026-05-18 04:47:22] "POST /neutron/network HTTP/1.1" 200 936 0.009498
10.0.0.23 - - [2026-05-18 04:47:22] "POST /neutron/port HTTP/1.1" 200 117 0.001121
10.0.0.23 - - [2026-05-18 04:47:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003935
10.0.0.23 - - [2026-05-18 04:47:22] "GET /virtual-network/09667630-71bc-4512-91f3-88ccaf18af7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006367
10.0.0.23 - - [2026-05-18 04:47:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003629
10.0.0.23 - - [2026-05-18 04:47:26] "GET /virtual-network/09667630-71bc-4512-91f3-88ccaf18af7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005766
10.0.0.23 - - [2026-05-18 04:47:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004314
10.0.0.23 - - [2026-05-18 04:47:30] "GET /virtual-network/09667630-71bc-4512-91f3-88ccaf18af7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.007324
10.0.0.23 - - [2026-05-18 04:47:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.006294
10.0.0.23 - - [2026-05-18 04:47:34] "GET /virtual-network/09667630-71bc-4512-91f3-88ccaf18af7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.007132
10.0.0.23 - - [2026-05-18 04:47:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.005584
10.0.0.23 - - [2026-05-18 04:47:37] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006825
10.0.0.23 - - [2026-05-18 04:47:37] "GET /virtual-networks?parent_id=83e71c98-efb3-4720-b8a9-869f736646df&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.005267
10.0.0.23 - - [2026-05-18 04:47:37] "GET /virtual-network/09667630-71bc-4512-91f3-88ccaf18af7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.007365
10.0.0.23 - - [2026-05-18 04:47:37] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009255
10.0.0.23 - - [2026-05-18 04:47:47] "POST /neutron/port HTTP/1.1" 200 1184 0.021530
10.0.0.23 - - [2026-05-18 04:47:49] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008016
10.0.0.23 - - [2026-05-18 04:47:57] "POST /neutron/port HTTP/1.1" 200 1184 0.022183
10.0.0.23 - - [2026-05-18 04:48:03] "POST /id-to-fqname HTTP/1.1" 200 228 0.002197
10.0.0.23 - - [2026-05-18 04:48:03] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008500
10.0.0.240 - - [2026-05-18 04:48:04] "GET /projects?obj_uuids=83e71c98-efb3-4720-b8a9-869f736646df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001336
10.0.0.23 - - [2026-05-18 04:48:04] "GET /project/83e71c98-efb3-4720-b8a9-869f736646df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.100534
10.0.0.23 - - [2026-05-18 04:48:04] "POST /neutron/port HTTP/1.1" 200 6301 0.059133
10.0.0.23 - - [2026-05-18 04:48:04] "POST /neutron/port HTTP/1.1" 200 117 0.006750
10.0.0.23 - - [2026-05-18 04:48:05] "POST /neutron/port HTTP/1.1" 200 1173 0.024648
10.0.0.23 - - [2026-05-18 04:48:05] "POST /neutron/port HTTP/1.1" 200 1237 0.022320
10.0.0.23 - - [2026-05-18 04:48:05] "POST /neutron/subnet HTTP/1.1" 200 1374 0.016300
10.0.0.23 - - [2026-05-18 04:48:05] "POST /neutron/network HTTP/1.1" 200 1004 0.012038
10.0.0.23 - - [2026-05-18 04:48:09] "POST /neutron/port HTTP/1.1" 200 1237 0.023600
10.0.0.23 - - [2026-05-18 04:48:09] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008919
10.0.0.23 - - [2026-05-18 04:48:10] "GET /virtual-machine/1de02c64-16cf-429c-82c9-dca20dd1f7dd HTTP/1.1" 200 1301 0.008277
10.0.0.23 - - [2026-05-18 04:48:10] "GET /virtual-machine-interface/6afb521c-0210-4399-9c5d-c116fe2a7e12 HTTP/1.1" 200 3182 0.009322
10.0.0.23 - - [2026-05-18 04:48:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.005728
10.0.0.23 - - [2026-05-18 04:48:10] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004810
10.0.0.23 - - [2026-05-18 04:48:10] "GET /virtual-networks?parent_id=83e71c98-efb3-4720-b8a9-869f736646df&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003524
10.0.0.23 - - [2026-05-18 04:48:10] "GET /virtual-network/834f012c-79ac-48c1-acd1-e0e4fbd14890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.010366
10.0.0.23 - - [2026-05-18 04:48:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004725
10.0.0.23 - - [2026-05-18 04:48:13] "GET /virtual-network/834f012c-79ac-48c1-acd1-e0e4fbd14890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.008626
10.0.0.23 - - [2026-05-18 04:48:13] "POST /neutron/network HTTP/1.1" 200 1016 0.007570
10.0.0.23 - - [2026-05-18 04:48:13] "POST /neutron/subnet HTTP/1.1" 200 1384 0.016458
10.0.0.23 - - [2026-05-18 04:48:13] "POST /neutron/network HTTP/1.1" 200 1006 0.011505
10.0.0.23 - - [2026-05-18 04:48:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003982
10.0.0.23 - - [2026-05-18 04:48:17] "GET /virtual-network/834f012c-79ac-48c1-acd1-e0e4fbd14890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006173
10.0.0.23 - - [2026-05-18 04:48:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004516
10.0.0.23 - - [2026-05-18 04:48:21] "GET /virtual-network/834f012c-79ac-48c1-acd1-e0e4fbd14890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.009265
10.0.0.23 - - [2026-05-18 04:48:22] "POST /neutron/network HTTP/1.1" 200 1122 0.009980
10.0.0.23 - - [2026-05-18 04:48:22] "POST /neutron/subnet HTTP/1.1" 200 1380 0.019643
10.0.0.23 - - [2026-05-18 04:48:22] "POST /neutron/network HTTP/1.1" 200 1112 0.010983
10.0.0.23 - - [2026-05-18 04:48:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005827
10.0.0.23 - - [2026-05-18 04:48:25] "GET /virtual-network/834f012c-79ac-48c1-acd1-e0e4fbd14890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006846
10.0.0.23 - - [2026-05-18 04:48:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004105
10.0.0.23 - - [2026-05-18 04:48:29] "GET /virtual-network/834f012c-79ac-48c1-acd1-e0e4fbd14890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.020182
10.0.0.23 - - [2026-05-18 04:48:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.005459
10.0.0.23 - - [2026-05-18 04:48:33] "GET /virtual-network/834f012c-79ac-48c1-acd1-e0e4fbd14890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.013143
10.0.0.23 - - [2026-05-18 04:48:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.005090
10.0.0.23 - - [2026-05-18 04:48:37] "GET /virtual-network/834f012c-79ac-48c1-acd1-e0e4fbd14890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006096
10.0.0.23 - - [2026-05-18 04:48:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003976
10.0.0.23 - - [2026-05-18 04:48:41] "GET /virtual-network/834f012c-79ac-48c1-acd1-e0e4fbd14890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.009679
10.0.0.23 - - [2026-05-18 04:48:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005311
10.0.0.23 - - [2026-05-18 04:48:46] "GET /virtual-network/834f012c-79ac-48c1-acd1-e0e4fbd14890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006601
10.0.0.23 - - [2026-05-18 04:48:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004841
10.0.0.23 - - [2026-05-18 04:48:50] "GET /virtual-network/834f012c-79ac-48c1-acd1-e0e4fbd14890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006531
10.0.0.22 - - [2026-05-18 04:48:50] "GET /obj-perms HTTP/1.1" 200 5056 0.061492
10.0.0.23 - - [2026-05-18 04:48:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004268
10.0.0.23 - - [2026-05-18 04:48:54] "GET /virtual-network/834f012c-79ac-48c1-acd1-e0e4fbd14890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005817
10.0.0.23 - - [2026-05-18 04:48:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004809
10.0.0.23 - - [2026-05-18 04:48:58] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004354
10.0.0.23 - - [2026-05-18 04:48:58] "GET /virtual-networks?parent_id=83e71c98-efb3-4720-b8a9-869f736646df&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003885
10.0.0.23 - - [2026-05-18 04:48:58] "GET /virtual-network/834f012c-79ac-48c1-acd1-e0e4fbd14890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.008501
10.0.0.23 - - [2026-05-18 04:49:03] "POST /neutron/port HTTP/1.1" 200 1237 0.027890
10.0.0.23 - - [2026-05-18 04:49:08] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009364
10.0.0.23 - - [2026-05-18 04:49:14] "POST /neutron/port HTTP/1.1" 200 1237 0.020734
10.0.0.23 - - [2026-05-18 04:49:15] "POST /neutron/port HTTP/1.1" 200 1217 0.022632
10.0.0.23 - - [2026-05-18 04:49:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006626
10.0.0.23 - - [2026-05-18 04:49:15] "POST /neutron/port HTTP/1.1" 200 117 0.001125
10.0.0.23 - - [2026-05-18 04:49:19] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007813
10.0.0.23 - - [2026-05-18 04:49:23] "POST /neutron/network HTTP/1.1" 200 936 0.007404
10.0.0.23 - - [2026-05-18 04:49:23] "POST /neutron/port HTTP/1.1" 200 117 0.001083
10.0.0.23 - - [2026-05-18 04:49:24] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008167
10.0.0.23 - - [2026-05-18 04:49:24] "POST /neutron/port HTTP/1.1" 200 1237 0.022458
10.0.0.23 - - [2026-05-18 04:49:24] "POST /neutron/security_group HTTP/1.1" 200 2066 0.016670
10.0.0.23 - - [2026-05-18 04:49:24] "POST /id-to-fqname HTTP/1.1" 200 228 0.001148
10.0.0.23 - - [2026-05-18 04:49:24] "GET /virtual-machine/1de02c64-16cf-429c-82c9-dca20dd1f7dd HTTP/1.1" 200 1301 0.004144
10.0.0.23 - - [2026-05-18 04:49:24] "GET /virtual-machine-interface/6afb521c-0210-4399-9c5d-c116fe2a7e12 HTTP/1.1" 200 3182 0.005997
10.0.0.23 - - [2026-05-18 04:49:24] "GET /instance-ip/49610d87-ffed-4c41-b832-149bfc70be64 HTTP/1.1" 200 1657 0.010439
10.0.0.23 - - [2026-05-18 04:49:24] "GET /instance-ip/968559b4-ca1e-433b-946b-33522439421a HTTP/1.1" 200 1640 0.008520
10.0.0.23 - - [2026-05-18 04:49:25] "POST /fqname-to-id HTTP/1.1" 404 230 0.003829
10.0.0.23 - - [2026-05-18 04:49:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003564
10.0.0.240 - - [2026-05-18 04:49:25] "GET /projects?obj_uuids=83e71c98-efb3-4720-b8a9-869f736646df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000951
10.0.0.23 - - [2026-05-18 04:49:25] "GET /project/83e71c98-efb3-4720-b8a9-869f736646df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.056402
10.0.0.23 - - [2026-05-18 04:49:25] "POST /network-policys HTTP/1.1" 200 571 0.037153
10.0.0.23 - - [2026-05-18 04:49:25] "GET /network-policy/332b1333-0a6e-46d4-be24-c1ea91b79c6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.008489
10.0.0.23 - - [2026-05-18 04:49:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005356
10.0.0.23 - - [2026-05-18 04:49:25] "GET /virtual-network/09667630-71bc-4512-91f3-88ccaf18af7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.007897
10.0.0.23 - - [2026-05-18 04:49:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.008644
10.0.0.23 - - [2026-05-18 04:49:25] "GET /network-policy/332b1333-0a6e-46d4-be24-c1ea91b79c6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.005283
10.0.0.23 - - [2026-05-18 04:49:25] "POST /ref-update HTTP/1.1" 200 156 0.087815
10.0.0.23 - - [2026-05-18 04:49:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003928
10.0.0.23 - - [2026-05-18 04:49:25] "GET /network-policy/332b1333-0a6e-46d4-be24-c1ea91b79c6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.006377
10.0.0.23 - - [2026-05-18 04:49:25] "POST /neutron/network HTTP/1.1" 200 1110 0.015324
10.0.0.23 - - [2026-05-18 04:49:25] "GET /virtual-network/09667630-71bc-4512-91f3-88ccaf18af7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.010642
10.0.0.23 - - [2026-05-18 04:49:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004451
10.0.0.23 - - [2026-05-18 04:49:25] "GET /network-policy/332b1333-0a6e-46d4-be24-c1ea91b79c6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.005541
10.0.0.23 - - [2026-05-18 04:49:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004441
10.0.0.23 - - [2026-05-18 04:49:25] "GET /virtual-network/834f012c-79ac-48c1-acd1-e0e4fbd14890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.007053
10.0.0.23 - - [2026-05-18 04:49:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003352
10.0.0.23 - - [2026-05-18 04:49:25] "GET /network-policy/332b1333-0a6e-46d4-be24-c1ea91b79c6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.005032
10.0.0.23 - - [2026-05-18 04:49:25] "POST /ref-update HTTP/1.1" 200 156 0.109066
10.0.0.240 - - [2026-05-18 04:49:25] "POST /fqname-to-id HTTP/1.1" 404 242 0.007736
10.0.0.23 - - [2026-05-18 04:49:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003318
10.0.0.23 - - [2026-05-18 04:49:25] "GET /network-policy/332b1333-0a6e-46d4-be24-c1ea91b79c6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.004380
10.0.0.23 - - [2026-05-18 04:49:26] "GET /virtual-network/834f012c-79ac-48c1-acd1-e0e4fbd14890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.013801
10.0.0.23 - - [2026-05-18 04:49:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.005109
10.0.0.23 - - [2026-05-18 04:49:26] "GET /network-policy/332b1333-0a6e-46d4-be24-c1ea91b79c6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.006169
10.0.0.23 - - [2026-05-18 04:49:26] "GET /virtual-machine-interface/6afb521c-0210-4399-9c5d-c116fe2a7e12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2765 0.006773
10.0.0.23 - - [2026-05-18 04:49:26] "PUT /virtual-machine-interface/6afb521c-0210-4399-9c5d-c116fe2a7e12 HTTP/1.1" 200 285 0.017829
10.0.0.23 - - [2026-05-18 04:49:26] "GET /virtual-machine-interface/6afb521c-0210-4399-9c5d-c116fe2a7e12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3076 0.007037
10.0.0.23 - - [2026-05-18 04:49:26] "PUT /virtual-machine-interface/6afb521c-0210-4399-9c5d-c116fe2a7e12 HTTP/1.1" 200 285 0.021830
10.0.0.23 - - [2026-05-18 04:50:15] "POST /neutron/port HTTP/1.1" 200 1106 0.020314
10.0.0.23 - - [2026-05-18 04:50:15] "POST /neutron/subnet HTTP/1.1" 200 694 0.010652
10.0.0.23 - - [2026-05-18 04:50:23] "POST /neutron/port HTTP/1.1" 200 1237 0.029484
10.0.0.23 - - [2026-05-18 04:50:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005167
10.0.0.23 - - [2026-05-18 04:50:23] "POST /neutron/port HTTP/1.1" 200 117 0.002491
10.0.0.240 - - [2026-05-18 04:50:51] "GET /obj-perms HTTP/1.1" 200 5056 0.072575
10.0.0.23 - - [2026-05-18 04:51:16] "POST /neutron/port HTTP/1.1" 200 1239 0.055897
10.0.0.23 - - [2026-05-18 04:51:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004022
10.0.0.23 - - [2026-05-18 04:51:16] "POST /neutron/port HTTP/1.1" 200 117 0.001076
10.0.0.23 - - [2026-05-18 04:51:24] "POST /neutron/port HTTP/1.1" 200 1217 0.055371
10.0.0.23 - - [2026-05-18 04:51:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004168
10.0.0.23 - - [2026-05-18 04:51:24] "POST /neutron/port HTTP/1.1" 200 117 0.001132
10.0.0.23 - - [2026-05-18 04:51:36] "POST /ref-update HTTP/1.1" 200 156 0.110030
10.0.0.240 - - [2026-05-18 04:51:36] "POST /fqname-to-id HTTP/1.1" 404 207 0.052582
10.0.0.23 - - [2026-05-18 04:51:37] "POST /neutron/network HTTP/1.1" 200 1004 0.039138
10.0.0.23 - - [2026-05-18 04:51:37] "GET /virtual-network/834f012c-79ac-48c1-acd1-e0e4fbd14890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005927
10.0.0.23 - - [2026-05-18 04:51:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003557
10.0.0.23 - - [2026-05-18 04:51:37] "GET /network-policy/332b1333-0a6e-46d4-be24-c1ea91b79c6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.005545
10.0.0.23 - - [2026-05-18 04:51:37] "POST /ref-update HTTP/1.1" 200 156 0.063405
10.0.0.23 - - [2026-05-18 04:51:37] "GET /virtual-network/09667630-71bc-4512-91f3-88ccaf18af7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.008898
10.0.0.23 - - [2026-05-18 04:51:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004589
10.0.0.23 - - [2026-05-18 04:51:37] "GET /network-policy/332b1333-0a6e-46d4-be24-c1ea91b79c6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.005058
10.0.0.23 - - [2026-05-18 04:51:37] "DELETE /network-policy/332b1333-0a6e-46d4-be24-c1ea91b79c6a HTTP/1.1" 200 115 0.043646
10.0.0.240 - - [2026-05-18 04:51:37] "DELETE /access-control-list/5735cd48-d333-4059-b996-3a503bef499d HTTP/1.1" 200 115 0.087519
10.0.0.240 - - [2026-05-18 04:51:37] "POST /ref-update HTTP/1.1" 200 156 0.022424
10.0.0.23 - - [2026-05-18 04:51:37] "DELETE /instance-ip/c449e0e2-4426-4fda-845f-67b31d545182 HTTP/1.1" 200 115 0.075155
10.0.0.23 - - [2026-05-18 04:51:37] "DELETE /instance-ip/ff48f29d-8651-402b-b2bc-62968eabb5b0 HTTP/1.1" 200 115 0.072207
10.0.0.23 - - [2026-05-18 04:51:37] "DELETE /virtual-machine-interface/8b177d3d-9631-4ae5-855d-fb04e1cb5a73 HTTP/1.1" 200 115 0.122189
10.0.0.23 - - [2026-05-18 04:51:38] "POST /neutron/network HTTP/1.1" 200 1004 0.013438
10.0.0.23 - - [2026-05-18 04:51:38] "POST /neutron/port HTTP/1.1" 200 151 0.268639
10.0.0.23 - - [2026-05-18 04:51:39] "POST /neutron/port HTTP/1.1" 200 151 0.346619
10.0.0.23 - - [2026-05-18 04:51:40] "POST /neutron/network HTTP/1.1" 200 1006 0.011199
10.0.0.240 - - [2026-05-18 04:51:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004625
10.0.0.23 - - [2026-05-18 04:51:43] "POST /neutron/port HTTP/1.1" 400 205 0.004191
10.0.0.240 - - [2026-05-18 04:51:43] "GET /projects?obj_uuids=83e71c98-efb3-4720-b8a9-869f736646df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.031388
10.0.0.23 - - [2026-05-18 04:51:43] "GET /project/83e71c98-efb3-4720-b8a9-869f736646df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.109387
10.0.0.240 - - [2026-05-18 04:51:43] "GET /projects?obj_uuids=83e71c98-efb3-4720-b8a9-869f736646df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001354
10.0.0.23 - - [2026-05-18 04:51:43] "GET /project/83e71c98-efb3-4720-b8a9-869f736646df?fields=virtual_networks HTTP/1.1" 200 1049 0.047047
10.0.0.240 - - [2026-05-18 04:51:43] "GET /projects?obj_uuids=83e71c98-efb3-4720-b8a9-869f736646df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000921
10.0.0.23 - - [2026-05-18 04:51:43] "GET /project/83e71c98-efb3-4720-b8a9-869f736646df?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.042387
10.0.0.240 - - [2026-05-18 04:51:44] "GET /projects?obj_uuids=83e71c98-efb3-4720-b8a9-869f736646df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000943
10.0.0.23 - - [2026-05-18 04:51:44] "GET /project/83e71c98-efb3-4720-b8a9-869f736646df?fields=security_groups HTTP/1.1" 200 1284 0.045350
10.0.0.23 - - [2026-05-18 04:51:44] "POST /fqname-to-id HTTP/1.1" 404 192 0.030584
10.0.0.240 - - [2026-05-18 04:51:45] "GET /projects?obj_uuids=61caa23f-c55c-4288-abef-2403fd4e5804&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003245
10.0.0.240 - - [2026-05-18 04:51:45] "GET /domains?obj_uuids=4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001821
10.0.0.240 - - [2026-05-18 04:51:45] "GET /domain/4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.044931
10.0.0.240 - - [2026-05-18 04:51:45] "POST /id-to-fqname HTTP/1.1" 200 194 0.005506
10.0.0.240 - - [2026-05-18 04:51:45] "POST /fqname-to-id HTTP/1.1" 404 203 0.004244
10.0.0.240 - - [2026-05-18 04:51:45] "POST /security-groups HTTP/1.1" 200 595 0.049886
10.0.0.240 - - [2026-05-18 04:51:45] "POST /projects HTTP/1.1" 200 593 0.307558
10.0.0.240 - - [2026-05-18 04:51:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.341804
10.0.0.240 - - [2026-05-18 04:51:45] "POST /access-control-lists HTTP/1.1" 200 602 0.041182
10.0.0.23 - - [2026-05-18 04:51:45] "GET /project/61caa23f-c55c-4288-abef-2403fd4e5804?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.558680
10.0.0.23 - - [2026-05-18 04:51:46] "GET / HTTP/1.1" 200 36215 0.001555
10.0.0.23 - - [2026-05-18 04:51:48] "POST /fqname-to-id HTTP/1.1" 401 292 0.000701
10.0.0.23 - - [2026-05-18 04:51:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.061712
10.0.0.240 - - [2026-05-18 04:51:48] "GET /projects?obj_uuids=61caa23f-c55c-4288-abef-2403fd4e5804&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000957
10.0.0.23 - - [2026-05-18 04:51:48] "GET /project/61caa23f-c55c-4288-abef-2403fd4e5804?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.062551
10.0.0.240 - - [2026-05-18 04:51:49] "POST /route-targets HTTP/1.1" 200 328 0.022388
10.0.0.240 - - [2026-05-18 04:51:49] "POST /useragent-kv HTTP/1.1" 200 115 0.010300
10.0.0.23 - - [2026-05-18 04:51:49] "POST /neutron/subnet HTTP/1.1" 200 720 0.255619
10.0.0.23 - - [2026-05-18 04:51:49] "POST /id-to-fqname HTTP/1.1" 200 224 0.002815
10.0.0.23 - - [2026-05-18 04:51:49] "GET /virtual-network/1625fe1e-8da2-4a20-aaf1-2f94cc1bc657?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.009527
10.0.0.23 - - [2026-05-18 04:51:49] "POST /neutron/network HTTP/1.1" 200 1001 0.009603
10.0.0.23 - - [2026-05-18 04:51:49] "GET /virtual-network/1625fe1e-8da2-4a20-aaf1-2f94cc1bc657?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.005875
10.0.0.23 - - [2026-05-18 04:51:50] "POST /neutron/subnet HTTP/1.1" 200 828 0.018482
10.0.0.23 - - [2026-05-18 04:51:50] "GET /virtual-network/1625fe1e-8da2-4a20-aaf1-2f94cc1bc657?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.007031
10.0.0.23 - - [2026-05-18 04:51:51] "GET /obj-perms HTTP/1.1" 200 5038 0.066211
10.0.0.23 - - [2026-05-18 04:51:52] "POST /id-to-fqname HTTP/1.1" 200 224 0.001585
10.0.0.22 - - [2026-05-18 04:51:52] "GET /obj-perms HTTP/1.1" 200 5056 0.131466
10.0.0.240 - - [2026-05-18 04:51:53] "GET /projects?obj_uuids=61caa23f-c55c-4288-abef-2403fd4e5804&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001185
10.0.0.23 - - [2026-05-18 04:51:53] "GET /project/61caa23f-c55c-4288-abef-2403fd4e5804?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.081509
10.0.0.23 - - [2026-05-18 04:51:53] "POST /neutron/network HTTP/1.1" 200 1001 0.039639
10.0.0.23 - - [2026-05-18 04:51:54] "POST /id-to-fqname HTTP/1.1" 200 224 0.001335
10.0.0.23 - - [2026-05-18 04:51:54] "POST /neutron/port HTTP/1.1" 200 4186 0.043197
10.0.0.240 - - [2026-05-18 04:51:54] "GET /projects?obj_uuids=61caa23f-c55c-4288-abef-2403fd4e5804&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001268
10.0.0.23 - - [2026-05-18 04:51:55] "POST /neutron/port HTTP/1.1" 200 1170 0.441894
10.0.0.23 - - [2026-05-18 04:51:55] "POST /neutron/port HTTP/1.1" 200 1224 0.177510
10.0.0.240 - - [2026-05-18 04:51:55] "GET /projects?obj_uuids=61caa23f-c55c-4288-abef-2403fd4e5804&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001165
10.0.0.23 - - [2026-05-18 04:51:55] "GET /project/61caa23f-c55c-4288-abef-2403fd4e5804?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.183755
10.0.0.23 - - [2026-05-18 04:51:55] "POST /neutron/network HTTP/1.1" 200 1001 0.023511
10.0.0.22 - - [2026-05-18 04:51:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000415
10.0.0.23 - - [2026-05-18 04:51:55] "POST /neutron/port HTTP/1.1" 200 117 0.003583
10.0.0.22 - - [2026-05-18 04:51:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000459
10.0.0.240 - - [2026-05-18 04:51:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000937
10.0.0.240 - - [2026-05-18 04:51:55] "DELETE /access-control-list/613857eb-13cc-4fbe-a34a-df2ffc287d89 HTTP/1.1" 200 115 0.039672
10.0.0.240 - - [2026-05-18 04:51:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000499
10.0.0.23 - - [2026-05-18 04:51:56] "POST /neutron/port HTTP/1.1" 200 5266 0.081248
10.0.0.23 - - [2026-05-18 04:51:56] "POST /id-to-fqname HTTP/1.1" 200 224 0.001396
10.0.0.23 - - [2026-05-18 04:51:56] "POST /neutron/port HTTP/1.1" 200 5266 0.050398
10.0.0.23 - - [2026-05-18 04:51:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000420
10.0.0.23 - - [2026-05-18 04:51:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000396
10.0.0.23 - - [2026-05-18 04:51:56] "POST /neutron/network HTTP/1.1" 200 1011 0.008216
10.0.0.22 - - [2026-05-18 04:51:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000503
10.0.0.22 - - [2026-05-18 04:51:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000971
10.0.0.240 - - [2026-05-18 04:51:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000515
10.0.0.240 - - [2026-05-18 04:51:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000736
10.0.0.23 - - [2026-05-18 04:51:57] "POST /neutron/port HTTP/1.1" 200 1170 0.024336
10.0.0.23 - - [2026-05-18 04:51:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000347
10.0.0.23 - - [2026-05-18 04:51:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000403
10.0.0.23 - - [2026-05-18 04:51:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004010
10.0.0.23 - - [2026-05-18 04:51:57] "POST /neutron/port HTTP/1.1" 200 117 0.002817
10.0.0.240 - - [2026-05-18 04:51:57] "GET /projects?obj_uuids=61caa23f-c55c-4288-abef-2403fd4e5804&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001100
10.0.0.23 - - [2026-05-18 04:51:57] "GET /project/61caa23f-c55c-4288-abef-2403fd4e5804?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.096495
10.0.0.23 - - [2026-05-18 04:51:57] "POST /neutron/network HTTP/1.1" 200 1001 0.008926
10.0.0.23 - - [2026-05-18 04:51:58] "POST /neutron/port HTTP/1.1" 200 117 0.006935
10.0.0.23 - - [2026-05-18 04:51:58] "POST /neutron/port HTTP/1.1" 200 1234 0.024432
10.0.0.23 - - [2026-05-18 04:51:58] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008737
10.0.0.23 - - [2026-05-18 04:51:58] "GET /virtual-machine/2676bbf6-dc37-41a8-8279-26e497b20727 HTTP/1.1" 401 292 0.000761
10.0.0.23 - - [2026-05-18 04:51:58] "POST /neutron/port HTTP/1.1" 200 1170 0.025512
10.0.0.23 - - [2026-05-18 04:51:59] "GET /virtual-machine/2676bbf6-dc37-41a8-8279-26e497b20727 HTTP/1.1" 200 1297 0.042104
10.0.0.23 - - [2026-05-18 04:51:59] "GET /virtual-machine-interface/84b3f2d6-3be7-442e-9c10-8912b3b89667 HTTP/1.1" 200 3162 0.007317
10.0.0.23 - - [2026-05-18 04:51:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003462
10.0.0.23 - - [2026-05-18 04:51:59] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003567
10.0.0.23 - - [2026-05-18 04:51:59] "GET /virtual-networks?parent_id=61caa23f-c55c-4288-abef-2403fd4e5804&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.013052
10.0.0.23 - - [2026-05-18 04:51:59] "GET /virtual-network/1625fe1e-8da2-4a20-aaf1-2f94cc1bc657?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.011148
10.0.0.23 - - [2026-05-18 04:51:59] "POST /neutron/port HTTP/1.1" 200 1234 0.034357
10.0.0.23 - - [2026-05-18 04:51:59] "POST /neutron/subnet HTTP/1.1" 200 1380 0.015800
10.0.0.23 - - [2026-05-18 04:51:59] "POST /neutron/network HTTP/1.1" 200 1001 0.011354
10.0.0.23 - - [2026-05-18 04:52:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003886
10.0.0.23 - - [2026-05-18 04:52:02] "GET /virtual-network/1625fe1e-8da2-4a20-aaf1-2f94cc1bc657?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.007849
10.0.0.23 - - [2026-05-18 04:52:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003713
10.0.0.23 - - [2026-05-18 04:52:06] "GET /virtual-network/1625fe1e-8da2-4a20-aaf1-2f94cc1bc657?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.006418
10.0.0.23 - - [2026-05-18 04:52:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004300
10.0.0.23 - - [2026-05-18 04:52:10] "GET /virtual-network/1625fe1e-8da2-4a20-aaf1-2f94cc1bc657?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.006818
10.0.0.240 - - [2026-05-18 04:52:12] "DELETE /project/83e71c98-efb3-4720-b8a9-869f736646df HTTP/1.1" 404 177 0.005556
10.0.0.240 - - [2026-05-18 04:52:12] "DELETE /project/61caa23fc55c4288abef2403fd4e5804 HTTP/1.1" 404 173 0.004579
10.0.0.23 - - [2026-05-18 04:52:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004519
10.0.0.23 - - [2026-05-18 04:52:14] "GET /virtual-network/1625fe1e-8da2-4a20-aaf1-2f94cc1bc657?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.007329
10.0.0.23 - - [2026-05-18 04:52:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004678
10.0.0.23 - - [2026-05-18 04:52:18] "GET /virtual-network/1625fe1e-8da2-4a20-aaf1-2f94cc1bc657?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.006292
10.0.0.23 - - [2026-05-18 04:52:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004112
10.0.0.23 - - [2026-05-18 04:52:22] "GET /virtual-network/1625fe1e-8da2-4a20-aaf1-2f94cc1bc657?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.006546
10.0.0.23 - - [2026-05-18 04:52:24] "POST /neutron/network HTTP/1.1" 200 936 0.008624
10.0.0.23 - - [2026-05-18 04:52:24] "POST /neutron/port HTTP/1.1" 200 117 0.001129
10.0.0.23 - - [2026-05-18 04:52:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004389
10.0.0.23 - - [2026-05-18 04:52:26] "GET /virtual-network/1625fe1e-8da2-4a20-aaf1-2f94cc1bc657?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.007114
10.0.0.23 - - [2026-05-18 04:52:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004110
10.0.0.23 - - [2026-05-18 04:52:30] "GET /virtual-network/1625fe1e-8da2-4a20-aaf1-2f94cc1bc657?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.008375
10.0.0.23 - - [2026-05-18 04:52:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003763
10.0.0.23 - - [2026-05-18 04:52:34] "GET /virtual-network/1625fe1e-8da2-4a20-aaf1-2f94cc1bc657?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.007095
10.0.0.23 - - [2026-05-18 04:52:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004745
10.0.0.23 - - [2026-05-18 04:52:39] "GET /virtual-network/1625fe1e-8da2-4a20-aaf1-2f94cc1bc657?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.007283
10.0.0.23 - - [2026-05-18 04:52:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004558
10.0.0.23 - - [2026-05-18 04:52:43] "GET /virtual-network/1625fe1e-8da2-4a20-aaf1-2f94cc1bc657?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.007336
10.0.0.23 - - [2026-05-18 04:52:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003940
10.0.0.23 - - [2026-05-18 04:52:47] "GET /virtual-network/1625fe1e-8da2-4a20-aaf1-2f94cc1bc657?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.006968
10.0.0.23 - - [2026-05-18 04:52:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.006499
10.0.0.23 - - [2026-05-18 04:52:51] "GET /virtual-network/1625fe1e-8da2-4a20-aaf1-2f94cc1bc657?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.008378
10.0.0.23 - - [2026-05-18 04:52:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003870
10.0.0.23 - - [2026-05-18 04:52:53] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005885
10.0.0.23 - - [2026-05-18 04:52:53] "GET /virtual-networks?parent_id=61caa23f-c55c-4288-abef-2403fd4e5804&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.004800
10.0.0.23 - - [2026-05-18 04:52:53] "GET /virtual-network/1625fe1e-8da2-4a20-aaf1-2f94cc1bc657?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.007924
10.0.0.23 - - [2026-05-18 04:52:53] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009887
10.0.0.23 - - [2026-05-18 04:53:04] "POST /neutron/port HTTP/1.1" 200 1234 0.024815
10.0.0.23 - - [2026-05-18 04:53:04] "POST /neutron/security_group HTTP/1.1" 200 2062 0.045305
10.0.0.23 - - [2026-05-18 04:53:08] "POST /neutron/port HTTP/1.1" 200 1234 0.024912
10.0.0.23 - - [2026-05-18 04:53:09] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008667
10.0.0.23 - - [2026-05-18 04:53:19] "POST /neutron/port HTTP/1.1" 200 1234 0.023841
10.0.0.23 - - [2026-05-18 04:53:20] "POST /neutron/port HTTP/1.1" 200 1217 0.022114
10.0.0.23 - - [2026-05-18 04:53:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004323
10.0.0.23 - - [2026-05-18 04:53:20] "POST /neutron/port HTTP/1.1" 200 117 0.001109
10.0.0.23 - - [2026-05-18 04:53:24] "POST /neutron/security_group HTTP/1.1" 200 2062 0.013117
10.0.0.23 - - [2026-05-18 04:53:25] "POST /neutron/port HTTP/1.1" 200 1234 0.021336
10.0.0.23 - - [2026-05-18 04:53:25] "GET /virtual-machine/efb02a2f-1037-4994-8870-9c06b47731e2 HTTP/1.1" 200 1298 0.007912
10.0.0.23 - - [2026-05-18 04:53:25] "GET /virtual-machine-interface/9360c2e8-7334-41fb-aaee-e5f76c93f76c HTTP/1.1" 200 3163 0.006916
10.0.0.23 - - [2026-05-18 04:53:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004502
10.0.0.23 - - [2026-05-18 04:53:25] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003618
10.0.0.23 - - [2026-05-18 04:53:25] "GET /virtual-networks?parent_id=61caa23f-c55c-4288-abef-2403fd4e5804&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.002755
10.0.0.23 - - [2026-05-18 04:53:25] "GET /virtual-network/1625fe1e-8da2-4a20-aaf1-2f94cc1bc657?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.006151
10.0.0.23 - - [2026-05-18 04:53:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004779
10.0.0.23 - - [2026-05-18 04:53:26] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004184
10.0.0.23 - - [2026-05-18 04:53:26] "GET /virtual-networks?parent_id=61caa23f-c55c-4288-abef-2403fd4e5804&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.004961
10.0.0.23 - - [2026-05-18 04:53:26] "GET /virtual-network/1625fe1e-8da2-4a20-aaf1-2f94cc1bc657?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.011471
10.0.0.23 - - [2026-05-18 04:53:26] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009107
10.0.0.23 - - [2026-05-18 04:53:26] "POST /neutron/port HTTP/1.1" 200 1234 0.024898
10.0.0.23 - - [2026-05-18 04:53:26] "GET /virtual-machine/989a7e2f-8f26-4884-b19a-7d01f4a96675 HTTP/1.1" 200 1299 0.007630
10.0.0.23 - - [2026-05-18 04:53:26] "GET /virtual-machine-interface/fdc4ebe3-c1a2-46ef-a633-cb964acd0d41 HTTP/1.1" 200 3163 0.006112
10.0.0.23 - - [2026-05-18 04:53:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003892
10.0.0.23 - - [2026-05-18 04:53:26] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003867
10.0.0.23 - - [2026-05-18 04:53:26] "GET /virtual-networks?parent_id=61caa23f-c55c-4288-abef-2403fd4e5804&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.004803
10.0.0.23 - - [2026-05-18 04:53:26] "GET /virtual-network/1625fe1e-8da2-4a20-aaf1-2f94cc1bc657?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.008028
10.0.0.23 - - [2026-05-18 04:53:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004188
10.0.0.23 - - [2026-05-18 04:53:27] "GET /global-vrouter-config/6c55f962-ab98-479b-b892-9e44cca8716f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004055
10.0.0.23 - - [2026-05-18 04:53:27] "GET /virtual-networks?parent_id=61caa23f-c55c-4288-abef-2403fd4e5804&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003858
10.0.0.23 - - [2026-05-18 04:53:28] "GET /virtual-network/1625fe1e-8da2-4a20-aaf1-2f94cc1bc657?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.009422
10.0.0.23 - - [2026-05-18 04:53:28] "GET /virtual-machine-interface/fdc4ebe3-c1a2-46ef-a633-cb964acd0d41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2746 0.014191
10.0.0.23 - - [2026-05-18 04:53:28] "PUT /virtual-machine-interface/fdc4ebe3-c1a2-46ef-a633-cb964acd0d41 HTTP/1.1" 200 285 0.022551
10.0.0.240 - - [2026-05-18 04:53:54] "GET /obj-perms HTTP/1.1" 200 5056 0.068195
10.0.0.23 - - [2026-05-18 04:54:20] "POST /neutron/port HTTP/1.1" 200 1106 0.022918
10.0.0.23 - - [2026-05-18 04:54:20] "POST /neutron/subnet HTTP/1.1" 200 694 0.011369
10.0.0.23 - - [2026-05-18 04:54:28] "POST /neutron/port HTTP/1.1" 200 1217 0.027997
10.0.0.23 - - [2026-05-18 04:54:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003978
10.0.0.23 - - [2026-05-18 04:54:28] "POST /neutron/port HTTP/1.1" 200 117 0.001144
10.0.0.23 - - [2026-05-18 04:54:54] "GET /obj-perms HTTP/1.1" 200 5056 0.084225
10.0.0.23 - - [2026-05-18 04:55:21] "POST /neutron/port HTTP/1.1" 200 1234 0.023748
10.0.0.23 - - [2026-05-18 04:55:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004656
10.0.0.23 - - [2026-05-18 04:55:21] "POST /neutron/port HTTP/1.1" 200 117 0.001180
10.0.0.23 - - [2026-05-18 04:55:28] "POST /neutron/port HTTP/1.1" 200 1106 0.021686
10.0.0.23 - - [2026-05-18 04:55:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004747
10.0.0.23 - - [2026-05-18 04:55:28] "POST /neutron/network HTTP/1.1" 200 926 0.008275
10.0.0.23 - - [2026-05-18 04:55:38] "POST /neutron/port HTTP/1.1" 200 1234 0.021859
10.0.0.23 - - [2026-05-18 04:55:39] "POST /neutron/port HTTP/1.1" 200 1234 0.039194
10.0.0.23 - - [2026-05-18 04:55:39] "POST /neutron/port HTTP/1.1" 200 1234 0.026957
10.0.0.23 - - [2026-05-18 04:55:40] "POST /neutron/network HTTP/1.1" 200 1001 0.009381
10.0.0.240 - - [2026-05-18 04:55:42] "GET /projects?obj_uuids=61caa23f-c55c-4288-abef-2403fd4e5804&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001894
10.0.0.23 - - [2026-05-18 04:55:42] "GET /project/61caa23f-c55c-4288-abef-2403fd4e5804?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.048547
10.0.0.240 - - [2026-05-18 04:55:42] "GET /projects?obj_uuids=61caa23f-c55c-4288-abef-2403fd4e5804&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002320
10.0.0.23 - - [2026-05-18 04:55:42] "GET /project/61caa23f-c55c-4288-abef-2403fd4e5804?fields=virtual_networks HTTP/1.1" 200 1041 0.056754
10.0.0.240 - - [2026-05-18 04:55:42] "GET /projects?obj_uuids=61caa23f-c55c-4288-abef-2403fd4e5804&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000987
10.0.0.23 - - [2026-05-18 04:55:42] "GET /project/61caa23f-c55c-4288-abef-2403fd4e5804?fields=virtual_machine_interfaces HTTP/1.1" 200 1041 0.043387
10.0.0.240 - - [2026-05-18 04:55:42] "GET /projects?obj_uuids=61caa23f-c55c-4288-abef-2403fd4e5804&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000957
10.0.0.23 - - [2026-05-18 04:55:42] "GET /project/61caa23f-c55c-4288-abef-2403fd4e5804?fields=security_groups HTTP/1.1" 200 1272 0.050730
10.0.0.23 - - [2026-05-18 04:55:43] "POST /fqname-to-id HTTP/1.1" 404 188 0.031878
10.0.0.240 - - [2026-05-18 04:55:43] "GET /projects?obj_uuids=30787fc8-0e40-4a88-aec2-d94a998cd42e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004464
10.0.0.240 - - [2026-05-18 04:55:43] "GET /domains?obj_uuids=4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001103
10.0.0.240 - - [2026-05-18 04:55:43] "GET /domain/4bbec0ba-f2cb-4fcb-b8f1-efc2a7bf0989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008213
10.0.0.240 - - [2026-05-18 04:55:43] "POST /id-to-fqname HTTP/1.1" 200 190 0.004203
10.0.0.240 - - [2026-05-18 04:55:43] "POST /fqname-to-id HTTP/1.1" 404 199 0.008442
10.0.0.240 - - [2026-05-18 04:55:44] "POST /security-groups HTTP/1.1" 200 591 0.035452
10.0.0.240 - - [2026-05-18 04:55:44] "POST /fqname-to-id HTTP/1.1" 404 234 0.004889
10.0.0.240 - - [2026-05-18 04:55:44] "POST /projects HTTP/1.1" 200 585 0.271413
10.0.0.240 - - [2026-05-18 04:55:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.310579
10.0.0.23 - - [2026-05-18 04:55:44] "GET /project/30787fc8-0e40-4a88-aec2-d94a998cd42e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.493454
10.0.0.240 - - [2026-05-18 04:55:44] "POST /access-control-lists HTTP/1.1" 200 596 0.064117
10.0.0.23 - - [2026-05-18 04:55:45] "GET / HTTP/1.1" 200 36215 0.001746
10.0.0.240 - - [2026-05-18 04:55:51] "GET /projects?obj_uuids=30787fc8-0e40-4a88-aec2-d94a998cd42e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000867
10.0.0.23 - - [2026-05-18 04:55:51] "GET /project/30787fc8-0e40-4a88-aec2-d94a998cd42e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.055372
10.0.0.240 - - [2026-05-18 04:55:51] "GET /projects?obj_uuids=30787fc8-0e40-4a88-aec2-d94a998cd42e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001184
10.0.0.23 - - [2026-05-18 04:55:51] "GET /project/30787fc8-0e40-4a88-aec2-d94a998cd42e?fields=virtual_networks HTTP/1.1" 200 1033 0.070904
10.0.0.240 - - [2026-05-18 04:55:51] "GET /projects?obj_uuids=30787fc8-0e40-4a88-aec2-d94a998cd42e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001858
10.0.0.23 - - [2026-05-18 04:55:51] "GET /project/30787fc8-0e40-4a88-aec2-d94a998cd42e?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.050440
10.0.0.240 - - [2026-05-18 04:55:51] "GET /projects?obj_uuids=30787fc8-0e40-4a88-aec2-d94a998cd42e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000901
10.0.0.23 - - [2026-05-18 04:55:51] "GET /project/30787fc8-0e40-4a88-aec2-d94a998cd42e?fields=security_groups HTTP/1.1" 200 1260 0.068441
10.0.0.240 - - [2026-05-18 04:56:12] "DELETE /project/61caa23f-c55c-4288-abef-2403fd4e5804 HTTP/1.1" 404 177 0.006406
10.0.0.240 - - [2026-05-18 04:56:12] "DELETE /project/30787fc80e404a88aec2d94a998cd42e HTTP/1.1" 404 173 0.005923
10.0.0.240 - - [2026-05-18 04:56:12] "GET /projects?obj_uuids=30787fc8-0e40-4a88-aec2-d94a998cd42e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000865
10.0.0.240 - - [2026-05-18 04:56:12] "GET /project/30787fc8-0e40-4a88-aec2-d94a998cd42e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.059153
10.0.0.240 - - [2026-05-18 04:56:12] "GET /projects?obj_uuids=30787fc8-0e40-4a88-aec2-d94a998cd42e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002009
10.0.0.240 - - [2026-05-18 04:56:12] "GET /project/30787fc8-0e40-4a88-aec2-d94a998cd42e?fields=security_groups HTTP/1.1" 200 1362 0.054788
10.0.0.240 - - [2026-05-18 04:56:13] "DELETE /security-group/dd9618b4-2157-43b2-9499-0d2fd4bfd477 HTTP/1.1" 200 115 0.068596
10.0.0.240 - - [2026-05-18 04:56:13] "GET /projects?obj_uuids=30787fc8-0e40-4a88-aec2-d94a998cd42e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001197
10.0.0.240 - - [2026-05-18 04:56:13] "DELETE /access-control-list/61454037-d76f-4e29-8a74-c7260109e816 HTTP/1.1" 200 115 0.046112
10.0.0.240 - - [2026-05-18 04:56:13] "GET /project/30787fc8-0e40-4a88-aec2-d94a998cd42e?fields=application_policy_sets HTTP/1.1" 200 1401 0.067617
10.0.0.240 - - [2026-05-18 04:56:13] "DELETE /project/30787fc8-0e40-4a88-aec2-d94a998cd42e HTTP/1.1" 200 115 0.510029
10.0.0.22 - - [2026-05-18 04:56:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000408
10.0.0.22 - - [2026-05-18 04:56:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000676
10.0.0.240 - - [2026-05-18 04:56:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000451
10.0.0.240 - - [2026-05-18 04:56:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000450
10.0.0.23 - - [2026-05-18 04:56:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000444
10.0.0.22 - - [2026-05-18 04:56:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000413
10.0.0.23 - - [2026-05-18 04:56:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000726
10.0.0.22 - - [2026-05-18 04:56:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000415
10.0.0.22 - - [2026-05-18 04:56:56] "GET /obj-perms HTTP/1.1" 200 5056 0.236825
10.0.0.240 - - [2026-05-18 04:56:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000432
10.0.0.23 - - [2026-05-18 04:56:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000403
10.0.0.240 - - [2026-05-18 04:56:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000416
10.0.0.23 - - [2026-05-18 04:56:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000352
10.0.0.23 - - [2026-05-18 04:57:22] "POST /neutron/port HTTP/1.1" 200 1217 0.051975
10.0.0.23 - - [2026-05-18 04:57:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006488
10.0.0.23 - - [2026-05-18 04:57:22] "POST /neutron/port HTTP/1.1" 200 117 0.001273
10.0.0.23 - - [2026-05-18 04:57:29] "POST /neutron/port HTTP/1.1" 200 1217 0.077608
10.0.0.23 - - [2026-05-18 04:57:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005761
10.0.0.23 - - [2026-05-18 04:57:29] "POST /neutron/port HTTP/1.1" 200 117 0.001050
10.0.0.23 - - [2026-05-18 04:58:24] "POST /neutron/port HTTP/1.1" 200 1106 0.022086
10.0.0.23 - - [2026-05-18 04:58:24] "POST /neutron/subnet HTTP/1.1" 200 694 0.009836
10.0.0.23 - - [2026-05-18 04:58:29] "POST /neutron/port HTTP/1.1" 200 1106 0.020049
10.0.0.23 - - [2026-05-18 04:58:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004120
10.0.0.23 - - [2026-05-18 04:58:29] "POST /neutron/network HTTP/1.1" 200 926 0.008130
10.0.0.240 - - [2026-05-18 04:58:58] "GET /obj-perms HTTP/1.1" 200 5056 0.077831
10.0.0.23 - - [2026-05-18 04:58:58] "GET /obj-perms HTTP/1.1" 200 5056 0.081527
[Introspect:8084]10.0.0.240 - - [2026-05-18 04:59:06] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000926
[Introspect:8084]10.0.0.240 - - [2026-05-18 04:59:06] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3159 0.001990