++ 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 Jun 8 02:11:51 AM UTC 2026 ==================='
INFO: =================== Mon Jun 8 02:11:51 AM UTC 2026 ===================
++ LOG_LOCAL=1
++ source /functions.sh
++ source /contrail-functions.sh
+++ get_default_ip
++++ get_default_nic
++++ get_gateway_nic_for_ip 1
++++ command -v ip
++++ local ip=1
+++++ ip route get 1
+++++ grep -o 'dev.*'
+++++ awk '{print $2}'
++++ local iface=ens3
++++ [[ ens3 == \l\o ]]
++++ echo ens3
+++ local nic=ens3
+++ get_ip_for_nic ens3
+++ local nic=ens3
+++ get_cidr_for_nic ens3
+++ command -v ip
+++ local nic=ens3
+++ ip addr show dev ens3
+++ cut -d / -f 1
+++ grep 'inet '
+++ head -n 1
+++ awk '{print $2}'
++ DEFAULT_LOCAL_IP=10.0.0.27
++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN
++ VXLAN_VN_ID_MODE=automatic
++ DPDK_UIO_DRIVER=uio_pci_generic
++ CPU_CORE_MASK=0x01
++ SERVICE_CORE_MASK=
++ DPDK_CTRL_THREAD_MASK=
++ HUGE_PAGES=
++ HUGE_PAGES_DIR=/dev/hugepages
++ HUGE_PAGES_1GB=0
++ HUGE_PAGES_2MB=256
++ HUGE_PAGES_1GB_DIR=
++ HUGE_PAGES_2MB_DIR=
++ [[ 0 != 0 ]]
++ [[ 0 != 256 ]]
++ [[ -z '' ]]
+++ mount -t hugetlbfs
+++ awk '/pagesize=2M/{print($3)}'
+++ tail -n 1
++ HUGE_PAGES_2MB_DIR=
++ DPDK_MEM_PER_SOCKET=1024
++ DPDK_COMMAND_ADDITIONAL_ARGS=
++ NIC_OFFLOAD_ENABLE=False
++ DPDK_ENABLE_VLAN_FWRD=False
++ DIST_SNAT_PROTO_PORT_LIST=
++ CLOUD_ORCHESTRATOR=openstack
++ CLOUD_ADMIN_ROLE=admin
++ AAA_MODE=rbac
++ AUTH_MODE=keystone
++ AUTH_PARAMS=
++ SSL_ENABLE=false
++ SSL_INSECURE=True
++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem
++ SELFSIGNED_CERTS_WITH_IPS=True
++ CONTROLLER_NODES=10.0.0.33,10.0.0.249,10.0.0.27
++ ANALYTICS_ALARM_ENABLE=True
++ ANALYTICS_SNMP_ENABLE=True
++ ANALYTICSDB_ENABLE=True
++ ANALYTICS_NODES=10.0.0.33,10.0.0.249,10.0.0.27
++ ANALYTICSDB_NODES=10.0.0.33,10.0.0.249,10.0.0.27
++ ANALYTICS_SNMP_NODES=10.0.0.33,10.0.0.249,10.0.0.27
++ ANALYTICS_API_PORT=8081
++ ANALYTICS_API_INTROSPECT_PORT=8090
++ ANALYTICSDB_PORT=9160
++ ANALYTICSDB_CQL_PORT=9042
++ TOPOLOGY_INTROSPECT_PORT=5921
++ QUERYENGINE_INTROSPECT_PORT=8091
+++ get_server_list ANALYTICS ':8081 '
+++ local server_typ=ANALYTICS_NODES
+++ local 'port_with_delim=:8081 '
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.33
+++ local server_address=10.0.0.33
+++ extended_server_list+='10.0.0.33:8081 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.249
+++ local server_address=10.0.0.249
+++ extended_server_list+='10.0.0.249:8081 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.27
+++ local server_address=10.0.0.27
+++ extended_server_list+='10.0.0.27:8081 '
+++ '[' -n '10.0.0.33:8081 10.0.0.249:8081 10.0.0.27:8081 ' ']'
+++ echo '10.0.0.33:8081 10.0.0.249:8081 10.0.0.27:8081'
++ ANALYTICS_SERVERS='10.0.0.33:8081 10.0.0.249:8081 10.0.0.27:8081'
+++ get_server_list ANALYTICSDB ':9042 '
+++ local server_typ=ANALYTICSDB_NODES
+++ local 'port_with_delim=:9042 '
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.33
+++ local server_address=10.0.0.33
+++ extended_server_list+='10.0.0.33:9042 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.249
+++ local server_address=10.0.0.249
+++ extended_server_list+='10.0.0.249:9042 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.27
+++ local server_address=10.0.0.27
+++ extended_server_list+='10.0.0.27:9042 '
+++ '[' -n '10.0.0.33:9042 10.0.0.249:9042 10.0.0.27:9042 ' ']'
+++ echo '10.0.0.33:9042 10.0.0.249:9042 10.0.0.27:9042'
++ ANALYTICSDB_CQL_SERVERS='10.0.0.33:9042 10.0.0.249:9042 10.0.0.27:9042'
++ ANALYTICS_API_VIP=
++ ANALYTICS_ALARM_NODES=10.0.0.33,10.0.0.249,10.0.0.27
++ ALARMGEN_INTROSPECT_PORT=5995
++ BGP_PORT=179
++ BGP_AUTO_MESH=true
++ BGP_ASN=64512
++ ENABLE_4BYTE_AS=false
++ APPLY_DEFAULTS=true
++ COLLECTOR_PORT=8086
++ COLLECTOR_INTROSPECT_PORT=8089
++ COLLECTOR_SYSLOG_PORT=514
++ COLLECTOR_SFLOW_PORT=6343
++ COLLECTOR_IPFIX_PORT=4739
++ COLLECTOR_PROTOBUF_PORT=3333
++ COLLECTOR_STRUCTURED_SYSLOG_PORT=3514
++ SNMPCOLLECTOR_INTROSPECT_PORT=5920
+++ get_server_list ANALYTICS ':8086 '
+++ local server_typ=ANALYTICS_NODES
+++ local 'port_with_delim=:8086 '
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.33
+++ local server_address=10.0.0.33
+++ extended_server_list+='10.0.0.33:8086 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.249
+++ local server_address=10.0.0.249
+++ extended_server_list+='10.0.0.249:8086 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.27
+++ local server_address=10.0.0.27
+++ extended_server_list+='10.0.0.27:8086 '
+++ '[' -n '10.0.0.33:8086 10.0.0.249:8086 10.0.0.27:8086 ' ']'
+++ echo '10.0.0.33:8086 10.0.0.249:8086 10.0.0.27:8086'
++ COLLECTOR_SERVERS='10.0.0.33:8086 10.0.0.249:8086 10.0.0.27:8086'
++ CASSANDRA_PORT=9160
++ CASSANDRA_CQL_PORT=9042
++ CASSANDRA_SSL_STORAGE_PORT=7011
++ CASSANDRA_STORAGE_PORT=7010
++ CASSANDRA_JMX_LOCAL_PORT=7200
++ CONFIGDB_CASSANDRA_DRIVER=cql
++ CONFIG_NODES=10.0.0.33,10.0.0.249,10.0.0.27
++ CONFIGDB_NODES=10.0.0.33,10.0.0.249,10.0.0.27
++ CONFIG_API_PORT=8082
++ CONFIG_API_INTROSPECT_PORT=8084
++ CONFIG_API_ADMIN_PORT=8095
++ CONFIGDB_PORT=9161
++ CONFIGDB_CQL_PORT=9041
+++ get_server_list CONFIG ':8082 '
+++ local server_typ=CONFIG_NODES
+++ local 'port_with_delim=:8082 '
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.33
+++ local server_address=10.0.0.33
+++ extended_server_list+='10.0.0.33:8082 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.249
+++ local server_address=10.0.0.249
+++ extended_server_list+='10.0.0.249:8082 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.27
+++ local server_address=10.0.0.27
+++ extended_server_list+='10.0.0.27:8082 '
+++ '[' -n '10.0.0.33:8082 10.0.0.249:8082 10.0.0.27:8082 ' ']'
+++ echo '10.0.0.33:8082 10.0.0.249:8082 10.0.0.27:8082'
++ CONFIG_SERVERS='10.0.0.33:8082 10.0.0.249:8082 10.0.0.27:8082'
+++ get_server_list CONFIGDB ':9161 '
+++ local server_typ=CONFIGDB_NODES
+++ local 'port_with_delim=:9161 '
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.33
+++ local server_address=10.0.0.33
+++ extended_server_list+='10.0.0.33:9161 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.249
+++ local server_address=10.0.0.249
+++ extended_server_list+='10.0.0.249:9161 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.27
+++ local server_address=10.0.0.27
+++ extended_server_list+='10.0.0.27:9161 '
+++ '[' -n '10.0.0.33:9161 10.0.0.249:9161 10.0.0.27:9161 ' ']'
+++ echo '10.0.0.33:9161 10.0.0.249:9161 10.0.0.27:9161'
++ CONFIGDB_SERVERS='10.0.0.33:9161 10.0.0.249:9161 10.0.0.27:9161'
+++ get_server_list CONFIGDB ':9041 '
+++ local server_typ=CONFIGDB_NODES
+++ local 'port_with_delim=:9041 '
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.33
+++ local server_address=10.0.0.33
+++ extended_server_list+='10.0.0.33:9041 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.249
+++ local server_address=10.0.0.249
+++ extended_server_list+='10.0.0.249:9041 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.27
+++ local server_address=10.0.0.27
+++ extended_server_list+='10.0.0.27:9041 '
+++ '[' -n '10.0.0.33:9041 10.0.0.249:9041 10.0.0.27:9041 ' ']'
+++ echo '10.0.0.33:9041 10.0.0.249:9041 10.0.0.27:9041'
++ CONFIGDB_CQL_SERVERS='10.0.0.33:9041 10.0.0.249:9041 10.0.0.27:9041'
++ CONFIG_API_VIP=
++ CONFIG_API_SSL_ENABLE=false
++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ CONFIG_API_WORKER_COUNT=1
++ CONFIG_API_MAX_REQUESTS=1024
++ ANALYTICS_API_SSL_ENABLE=false
++ ANALYTICS_API_SSL_INSECURE=True
++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ CASSANDRA_SSL_ENABLE=false
++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum
++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum
++ CASSANDRA_SSL_PROTOCOL=TLS
++ CASSANDRA_SSL_ALGORITHM=SunX509
++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]'
++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4
++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4
++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256
++ CASSANDRA_CONFIG_CONCURRECT_READS=64
++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64
++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects
++ CASSANDRA_REAPER_ENABLED=false
++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey
++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser
++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass
++ CASSANDRA_REAPER_APP_PORT=8071
++ CASSANDRA_REAPER_ADM_PORT=8072
++ CONTROL_NODES=10.20.0.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.33,10.0.0.249,10.0.0.27
++ ZOOKEEPER_PORT=2181
++ ZOOKEEPER_PORTS=2888:3888
+++ get_server_list ZOOKEEPER :2181,
+++ local server_typ=ZOOKEEPER_NODES
+++ local port_with_delim=:2181,
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.33
+++ local server_address=10.0.0.33
+++ extended_server_list+=10.0.0.33:2181,
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.249
+++ local server_address=10.0.0.249
+++ extended_server_list+=10.0.0.249:2181,
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.27
+++ local server_address=10.0.0.27
+++ extended_server_list+=10.0.0.27:2181,
+++ '[' -n 10.0.0.33:2181,10.0.0.249:2181,10.0.0.27:2181, ']'
+++ echo 10.0.0.33:2181,10.0.0.249:2181,10.0.0.27:2181
++ ZOOKEEPER_SERVERS=10.0.0.33:2181,10.0.0.249:2181,10.0.0.27:2181
+++ get_server_list ZOOKEEPER ':2181 '
+++ local server_typ=ZOOKEEPER_NODES
+++ local 'port_with_delim=:2181 '
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.33
+++ local server_address=10.0.0.33
+++ extended_server_list+='10.0.0.33:2181 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.249
+++ local server_address=10.0.0.249
+++ extended_server_list+='10.0.0.249:2181 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.27
+++ local server_address=10.0.0.27
+++ extended_server_list+='10.0.0.27:2181 '
+++ '[' -n '10.0.0.33:2181 10.0.0.249:2181 10.0.0.27:2181 ' ']'
+++ echo '10.0.0.33:2181 10.0.0.249:2181 10.0.0.27:2181'
++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.33:2181 10.0.0.249:2181 10.0.0.27:2181'
++ RABBITMQ_NODES=10.0.0.33,10.0.0.249,10.0.0.27
++ RABBITMQ_NODE_PORT=5673
+++ get_server_list RABBITMQ :5673,
+++ local server_typ=RABBITMQ_NODES
+++ local port_with_delim=:5673,
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.33
+++ local server_address=10.0.0.33
+++ extended_server_list+=10.0.0.33:5673,
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.249
+++ local server_address=10.0.0.249
+++ extended_server_list+=10.0.0.249:5673,
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.27
+++ local server_address=10.0.0.27
+++ extended_server_list+=10.0.0.27:5673,
+++ '[' -n 10.0.0.33:5673,10.0.0.249:5673,10.0.0.27:5673, ']'
+++ echo 10.0.0.33:5673,10.0.0.249:5673,10.0.0.27:5673
++ RABBITMQ_SERVERS=10.0.0.33:5673,10.0.0.249:5673,10.0.0.27:5673
++ RABBITMQ_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ RABBITMQ_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ RABBITMQ_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=true
++ RABBITMQ_VHOST=/
++ RABBITMQ_USER=guest
++ RABBITMQ_PASSWORD=guest
++ RABBITMQ_USE_SSL=false
++ RABBITMQ_SSL_VER=tlsv1.2
++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ RABBITMQ_HEARTBEAT_INTERVAL=60
++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal
++ RABBITMQ_MIRRORED_QUEUE_MODE=all
++ REDIS_SERVER_PORT=6379
++ REDIS_SERVER_PASSWORD=
+++ get_server_list ANALYTICS ':6379 '
+++ local server_typ=ANALYTICS_NODES
+++ local 'port_with_delim=:6379 '
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.33
+++ local server_address=10.0.0.33
+++ extended_server_list+='10.0.0.33:6379 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.249
+++ local server_address=10.0.0.249
+++ extended_server_list+='10.0.0.249:6379 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.27
+++ local server_address=10.0.0.27
+++ extended_server_list+='10.0.0.27:6379 '
+++ '[' -n '10.0.0.33:6379 10.0.0.249:6379 10.0.0.27:6379 ' ']'
+++ echo '10.0.0.33:6379 10.0.0.249:6379 10.0.0.27:6379'
++ REDIS_SERVERS='10.0.0.33:6379 10.0.0.249:6379 10.0.0.27:6379'
++ REDIS_LISTEN_ADDRESS=
++ REDIS_PROTECTED_MODE=
++ REDIS_SSL_ENABLE=false
++ REDIS_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ REDIS_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ REDIS_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ is_enabled false
++ local val=false
++ [[ false == \t\r\u\e ]]
++ [[ false == \y\e\s ]]
++ [[ false == \e\n\a\b\l\e\d ]]
++ redis_ssl_config=
++ KAFKA_NODES=10.0.0.33,10.0.0.249,10.0.0.27
++ KAFKA_PORT=9092
+++ get_server_list KAFKA ':9092 '
+++ local server_typ=KAFKA_NODES
+++ local 'port_with_delim=:9092 '
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.33
+++ local server_address=10.0.0.33
+++ extended_server_list+='10.0.0.33:9092 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.249
+++ local server_address=10.0.0.249
+++ extended_server_list+='10.0.0.249:9092 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.27
+++ local server_address=10.0.0.27
+++ extended_server_list+='10.0.0.27:9092 '
+++ '[' -n '10.0.0.33:9092 10.0.0.249:9092 10.0.0.27:9092 ' ']'
+++ echo '10.0.0.33:9092 10.0.0.249:9092 10.0.0.27:9092'
++ KAFKA_SERVERS='10.0.0.33:9092 10.0.0.249:9092 10.0.0.27:9092'
++ KAFKA_SSL_ENABLE=false
++ KAFKA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ KAFKA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ KAFKA_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ KEYSTONE_AUTH_ADMIN_TENANT=admin
++ KEYSTONE_AUTH_ADMIN_USER=admin
++ KEYSTONE_AUTH_ADMIN_PASSWORD=contrail123
++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=Default
++ KEYSTONE_AUTH_USER_DOMAIN_NAME=Default
++ KEYSTONE_AUTH_REGION_NAME=RegionOne
++ KEYSTONE_AUTH_URL_VERSION=/v3
++ KEYSTONE_AUTH_HOST=10.0.0.33
++ 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.33,10.0.0.249,10.0.0.27
++ KUBERNETES_CLUSTER_NAME=k8s
++ KUBERNETES_CNI_META_PLUGIN=multus
++ METADATA_PROXY_SECRET=contrail
++ BARBICAN_TENANT_NAME=service
++ BARBICAN_USER=barbican
++ BARBICAN_PASSWORD=contrail123
++ AGENT_MODE=kernel
++ EXTERNAL_ROUTERS=
++ SUBCLUSTER=
++ VROUTER_COMPUTE_NODE_ADDRESS=
++ VROUTER_MODULE_OPTIONS=
++ FABRIC_SNAT_HASH_TABLE_SIZE=4096
++ TSN_EVPN_MODE=False
++ TSN_NODES='[]'
++ PRIORITY_ID=
++ PRIORITY_BANDWIDTH=
++ PRIORITY_SCHEDULING=
++ QOS_QUEUE_ID=
++ QOS_LOGICAL_QUEUES=
++ QOS_DEF_HW_QUEUE=False
++ PRIORITY_TAGGING=True
++ SLO_DESTINATION=collector
++ '[' -n '' ']'
++ SAMPLE_DESTINATION=collector
++ FLOW_EXPORT_RATE=0
++ WEBUI_NODES=10.0.0.33,10.0.0.249,10.0.0.27
++ WEBUI_JOB_SERVER_PORT=3000
++ KUE_UI_PORT=3002
++ WEBUI_HTTP_LISTEN_PORT=8180
++ WEBUI_HTTPS_LISTEN_PORT=8143
++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem
++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem
++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA
++ WEBUI_STATIC_AUTH_USER=admin
++ WEBUI_STATIC_AUTH_PASSWORD=contrail123
++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin
++ XMPP_SERVER_PORT=5269
++ XMPP_SSL_ENABLE=false
++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ LINKLOCAL_SERVICE_PORT=80
++ LINKLOCAL_SERVICE_NAME=metadata
++ LINKLOCAL_SERVICE_IP=169.254.169.254
++ IPFABRIC_SERVICE_PORT=8775
++ INTROSPECT_SSL_ENABLE=false
++ INTROSPECT_SSL_INSECURE=True
++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ INTROSPECT_LISTEN_ALL=True
++ SANDESH_SSL_ENABLE=false
++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ METADATA_SSL_ENABLE=false
++ METADATA_SSL_CERTFILE=
++ METADATA_SSL_KEYFILE=
++ METADATA_SSL_CA_CERTFILE=
++ METADATA_SSL_CERT_TYPE=
++ CONFIGURE_IPTABLES=false
++ FWAAS_ENABLE=False
++ CONTAINERD_NAMESPACE=k8s.io
++ TOR_AGENT_OVS_KA=10000
++ TOR_TYPE=ovs
++ TOR_OVS_PROTOCOL=tcp
++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ [[ /v3 == \/\v\2\.\0 ]]
++ [[ openstack == \o\p\e\n\s\t\a\c\k ]]
++ AUTH_MODE=keystone
++ [[ keystone == \k\e\y\s\t\o\n\e ]]
++ AUTH_PARAMS='--admin_password contrail123'
++ AUTH_PARAMS+=' --admin_tenant_name admin'
++ AUTH_PARAMS+=' --admin_user admin'
++ is_enabled false
++ local val=false
++ [[ false == \t\r\u\e ]]
++ [[ false == \y\e\s ]]
++ [[ false == \e\n\a\b\l\e\d ]]
++ read -r -d '' sandesh_client_config
++ true
++ is_enabled false
++ local val=false
++ [[ false == \t\r\u\e ]]
++ [[ false == \y\e\s ]]
++ [[ false == \e\n\a\b\l\e\d ]]
++ xmpp_certs_config=
++ is_enabled false
++ local val=false
++ [[ false == \t\r\u\e ]]
++ [[ false == \y\e\s ]]
++ [[ false == \e\n\a\b\l\e\d ]]
++ analytics_api_ssl_opts=
++ read -r -d '' rabbitmq_config
++ true
++ read -r -d '' rabbit_config
++ true
++ is_enabled false
++ local val=false
++ [[ false == \t\r\u\e ]]
++ [[ false == \y\e\s ]]
++ [[ false == \e\n\a\b\l\e\d ]]
++ is_enabled false
++ local val=false
++ [[ false == \t\r\u\e ]]
++ [[ false == \y\e\s ]]
++ [[ false == \e\n\a\b\l\e\d ]]
++ kafka_ssl_config=
++ [[ -n '' ]]
++ collector_stats_config=
++ [[ -z '' ]]
++ is_enabled False
++ local val=false
++ [[ false == \t\r\u\e ]]
++ [[ false == \y\e\s ]]
++ [[ false == \e\n\a\b\l\e\d ]]
++ export TSN_AGENT_MODE=
++ TSN_AGENT_MODE=
++ [[ -n '' ]]
++ collector_stats_config=
++ [[ -z x ]]
++ RSYSLOGD_XFLOW_LISTEN_PORT=9898
+ pre_start_init
+ wait_certs_if_ssl_enabled
+ is_ssl_enabled
+ is_enabled false
+ local val=false
+ [[ false == \t\r\u\e ]]
+ [[ false == \y\e\s ]]
+ [[ false == \e\n\a\b\l\e\d ]]
+ is_enabled false
+ local val=false
+ [[ false == \t\r\u\e ]]
+ [[ false == \y\e\s ]]
+ [[ false == \e\n\a\b\l\e\d ]]
+ is_enabled false
+ local val=false
+ [[ false == \t\r\u\e ]]
+ [[ false == \y\e\s ]]
+ [[ false == \e\n\a\b\l\e\d ]]
+ is_enabled false
+ local val=false
+ [[ false == \t\r\u\e ]]
+ [[ false == \y\e\s ]]
+ [[ false == \e\n\a\b\l\e\d ]]
+ return
+ wait_config_api_certs_if_ssl_enabled
+ is_enabled false
+ local val=false
+ [[ false == \t\r\u\e ]]
+ [[ false == \y\e\s ]]
+ [[ false == \e\n\a\b\l\e\d ]]
+ return
+ wait_for_cassandra
++ cut -d , -f 1
++ echo 10.0.0.33,10.0.0.249,10.0.0.27
+ local cassandra=10.0.0.33
+ (( i=1 ))
+ (( i<=30 ))
+ echo -e '\035\nquit'
+ nc -z 10.0.0.33 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.33,10.0.0.249,10.0.0.27
+++ local servers=10.0.0.33,10.0.0.249,10.0.0.27
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
++++ get_local_ips
++++ tr '\n' ,
++++ cat /proc/net/fib_trie
++++ sort
++++ uniq
++++ awk '/32 host/ { print f } {f=$2}'
++++ grep -vi host
+++ local local_ips=,10.0.0.27,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.33'\''))'
+++ local server_ip=10.0.0.33
+++ [[ 0 == 0 ]]
+++ [[ -n 10.0.0.33 ]]
+++ [[ ,10.0.0.27,10.20.0.129,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.33, ]]
+++ (( ord+=1 ))
+++ for server in "${server_list[@]}"
+++ local ret=0
++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.249'\''))'
+++ local server_ip=10.0.0.249
+++ [[ 0 == 0 ]]
+++ [[ -n 10.0.0.249 ]]
+++ [[ ,10.0.0.27,10.20.0.129,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.249, ]]
+++ (( ord+=1 ))
+++ for server in "${server_list[@]}"
+++ local ret=0
++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.27'\''))'
+++ local server_ip=10.0.0.27
+++ [[ 0 == 0 ]]
+++ [[ -n 10.0.0.27 ]]
+++ [[ ,10.0.0.27,10.20.0.129,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.27, ]]
+++ echo 10.0.0.27 3
+++ return
++ local ip=10.0.0.27
++ [[ -z 10.0.0.27 ]]
++ echo 10.0.0.27
+ host_ip=10.0.0.27
+ [[ cql == \c\q\l ]]
++ echo 10.0.0.33:9041 10.0.0.249:9041 10.0.0.27:9041
++ sed 's/,/ /g'
+ cassandra_server_list='10.0.0.33:9041 10.0.0.249:9041 10.0.0.27:9041'
+ config_api_certs_config=
+ uwsgi_socket='protocol = http\nsocket = 10.0.0.27:8082'
+ is_enabled false
+ local val=false
+ [[ false == \t\r\u\e ]]
+ [[ false == \y\e\s ]]
+ [[ false == \e\n\a\b\l\e\d ]]
+ is_enabled False
+ local val=false
+ [[ false == \t\r\u\e ]]
+ [[ false == \y\e\s ]]
+ [[ false == \e\n\a\b\l\e\d ]]
+ neutron_section=
+ mkdir -p /etc/contrail
+ introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}")
+ admin_port_list=("${CONFIG_API_ADMIN_PORT}")
+ (( index=0 ))
+ (( index < CONFIG_API_WORKER_COUNT-1 ))
+ (( index=0 ))
+ (( index < CONFIG_API_WORKER_COUNT ))
+ cat
++ get_introspect_listen_ip_for_node CONFIG
++ local ip=0.0.0.0
++ is_enabled True
++ local val=true
++ [[ true == \t\r\u\e ]]
++ echo 0.0.0.0
+ add_ini_params_from_env API /etc/contrail/contrail-api-0.conf
+ local service_name=API
+ local cfg_path=/etc/contrail/contrail-api-0.conf
+ local delim=__
++ set -o posix
++ set
++ grep '^API__.*__.*=.*$'
++ sort
++ cut -d = -f 1
++ sed 's/^API__//g'
+ local vars=
+ local section=
+ (( ++index ))
+ (( index < CONFIG_API_WORKER_COUNT ))
+ (( CONFIG_API_WORKER_COUNT > 1 ))
+ service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0'
+ set_third_party_auth_config
+ [[ keystone != \k\e\y\s\t\o\n\e ]]
+ local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp
+ cat
+ [[ /v3 == \/\v\3 ]]
+ cat
+ [[ http == \h\t\t\p\s ]]
+ [[ -n '' ]]
+ [[ -n '' ]]
+ [[ -n public ]]
+ echo 'interface = public'
+ mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf
+ set_vnc_api_lib_ini
+ local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp
+ cat
+ is_enabled false
+ local val=false
+ [[ false == \t\r\u\e ]]
+ [[ false == \y\e\s ]]
+ [[ false == \e\n\a\b\l\e\d ]]
+ [[ keystone == \k\e\y\s\t\o\n\e ]]
+ cat
+ [[ http == \h\t\t\p\s ]]
+ mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini
+ upgrade_old_logs contrail-api
+ local template=contrail-api
++ dirname /var/log/contrail/config-api
+ local old_dir=/var/log/contrail
+ mkdir -p /var/log/contrail/config-api
+ chmod 755 /var/log/contrail/config-api
+ mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/
+ true
+ [[ -n 1999 ]]
+ [[ -n 1999 ]]
+ local owner_opts=1999:1999
+ chown 1999:1999 /var/log/contrail/config-api
+ find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' +
+ run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0
+ [[ -n 1999 ]]
+ [[ -n 1999 ]]
+ local owner_opts=1999:1999
+ mkdir -p /etc/contrail /var/lib/contrail
+ chown 1999:1999 /etc/contrail /var/lib/contrail
+ find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' +
+ chmod 755 /etc/contrail
+ do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0
+ [[ -n 1999 ]]
+ [[ -n 1999 ]]
+ mkdir -p /var/crashes
+ chmod 777 /var/crashes
++ id -un 1999
+ local user_name=contrail
+ export HOME=/home/contrail
+ HOME=/home/contrail
+ mkdir -p /home/contrail
+ chown -R 1999:1999 /home/contrail
+ exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0
/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:287: SyntaxWarning: "is not" with a literal. Did you mean "!="?
if ip_alloc_unit is not 1:
/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1113: SyntaxWarning: "is" with a literal. Did you mean "=="?
if len(ipam_subnets) is 0:
/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1910: SyntaxWarning: "is" with a literal. Did you mean "=="?
if len(ipam_subnets) is 0:
06/08/2026 02:12:02.200 7f21488586c0 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True
06/08/2026 02:12:02.353 7f21488586c0 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084
06/08/2026 02:12:02.366 7f21488586c0 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG]
06/08/2026 02:12:02.366 7f21488586c0 [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 Jun 8 02:15:12 AM UTC 2026 ==================='
INFO: =================== Mon Jun 8 02:15:12 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
+++ cut -d / -f 1
+++ local nic=ens3
+++ ip addr show dev ens3
+++ awk '{print $2}'
+++ grep 'inet '
+++ head -n 1
++ DEFAULT_LOCAL_IP=10.0.0.27
++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN
++ VXLAN_VN_ID_MODE=automatic
++ DPDK_UIO_DRIVER=uio_pci_generic
++ CPU_CORE_MASK=0x01
++ SERVICE_CORE_MASK=
++ DPDK_CTRL_THREAD_MASK=
++ HUGE_PAGES=
++ HUGE_PAGES_DIR=/dev/hugepages
++ HUGE_PAGES_1GB=0
++ HUGE_PAGES_2MB=256
++ HUGE_PAGES_1GB_DIR=
++ HUGE_PAGES_2MB_DIR=
++ [[ 0 != 0 ]]
++ [[ 0 != 256 ]]
++ [[ -z '' ]]
+++ mount -t hugetlbfs
+++ 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.33,10.0.0.249,10.0.0.27
++ ANALYTICS_ALARM_ENABLE=True
++ ANALYTICS_SNMP_ENABLE=True
++ ANALYTICSDB_ENABLE=True
++ ANALYTICS_NODES=10.0.0.33,10.0.0.249,10.0.0.27
++ ANALYTICSDB_NODES=10.0.0.33,10.0.0.249,10.0.0.27
++ ANALYTICS_SNMP_NODES=10.0.0.33,10.0.0.249,10.0.0.27
++ ANALYTICS_API_PORT=8081
++ ANALYTICS_API_INTROSPECT_PORT=8090
++ ANALYTICSDB_PORT=9160
++ ANALYTICSDB_CQL_PORT=9042
++ TOPOLOGY_INTROSPECT_PORT=5921
++ QUERYENGINE_INTROSPECT_PORT=8091
+++ get_server_list ANALYTICS ':8081 '
+++ local server_typ=ANALYTICS_NODES
+++ local 'port_with_delim=:8081 '
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.33
+++ local server_address=10.0.0.33
+++ extended_server_list+='10.0.0.33:8081 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.249
+++ local server_address=10.0.0.249
+++ extended_server_list+='10.0.0.249:8081 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.27
+++ local server_address=10.0.0.27
+++ extended_server_list+='10.0.0.27:8081 '
+++ '[' -n '10.0.0.33:8081 10.0.0.249:8081 10.0.0.27:8081 ' ']'
+++ echo '10.0.0.33:8081 10.0.0.249:8081 10.0.0.27:8081'
++ ANALYTICS_SERVERS='10.0.0.33:8081 10.0.0.249:8081 10.0.0.27:8081'
+++ get_server_list ANALYTICSDB ':9042 '
+++ local server_typ=ANALYTICSDB_NODES
+++ local 'port_with_delim=:9042 '
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.33
+++ local server_address=10.0.0.33
+++ extended_server_list+='10.0.0.33:9042 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.249
+++ local server_address=10.0.0.249
+++ extended_server_list+='10.0.0.249:9042 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.27
+++ local server_address=10.0.0.27
+++ extended_server_list+='10.0.0.27:9042 '
+++ '[' -n '10.0.0.33:9042 10.0.0.249:9042 10.0.0.27:9042 ' ']'
+++ echo '10.0.0.33:9042 10.0.0.249:9042 10.0.0.27:9042'
++ ANALYTICSDB_CQL_SERVERS='10.0.0.33:9042 10.0.0.249:9042 10.0.0.27:9042'
++ ANALYTICS_API_VIP=
++ ANALYTICS_ALARM_NODES=10.0.0.33,10.0.0.249,10.0.0.27
++ ALARMGEN_INTROSPECT_PORT=5995
++ BGP_PORT=179
++ BGP_AUTO_MESH=true
++ BGP_ASN=64512
++ ENABLE_4BYTE_AS=false
++ APPLY_DEFAULTS=true
++ COLLECTOR_PORT=8086
++ COLLECTOR_INTROSPECT_PORT=8089
++ COLLECTOR_SYSLOG_PORT=514
++ COLLECTOR_SFLOW_PORT=6343
++ COLLECTOR_IPFIX_PORT=4739
++ COLLECTOR_PROTOBUF_PORT=3333
++ COLLECTOR_STRUCTURED_SYSLOG_PORT=3514
++ SNMPCOLLECTOR_INTROSPECT_PORT=5920
+++ get_server_list ANALYTICS ':8086 '
+++ local server_typ=ANALYTICS_NODES
+++ local 'port_with_delim=:8086 '
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.33
+++ local server_address=10.0.0.33
+++ extended_server_list+='10.0.0.33:8086 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.249
+++ local server_address=10.0.0.249
+++ extended_server_list+='10.0.0.249:8086 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.27
+++ local server_address=10.0.0.27
+++ extended_server_list+='10.0.0.27:8086 '
+++ '[' -n '10.0.0.33:8086 10.0.0.249:8086 10.0.0.27:8086 ' ']'
+++ echo '10.0.0.33:8086 10.0.0.249:8086 10.0.0.27:8086'
++ COLLECTOR_SERVERS='10.0.0.33:8086 10.0.0.249:8086 10.0.0.27:8086'
++ CASSANDRA_PORT=9160
++ CASSANDRA_CQL_PORT=9042
++ CASSANDRA_SSL_STORAGE_PORT=7011
++ CASSANDRA_STORAGE_PORT=7010
++ CASSANDRA_JMX_LOCAL_PORT=7200
++ CONFIGDB_CASSANDRA_DRIVER=cql
++ CONFIG_NODES=10.0.0.33,10.0.0.249,10.0.0.27
++ CONFIGDB_NODES=10.0.0.33,10.0.0.249,10.0.0.27
++ CONFIG_API_PORT=8082
++ CONFIG_API_INTROSPECT_PORT=8084
++ CONFIG_API_ADMIN_PORT=8095
++ CONFIGDB_PORT=9161
++ CONFIGDB_CQL_PORT=9041
+++ get_server_list CONFIG ':8082 '
+++ local server_typ=CONFIG_NODES
+++ local 'port_with_delim=:8082 '
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.33
+++ local server_address=10.0.0.33
+++ extended_server_list+='10.0.0.33:8082 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.249
+++ local server_address=10.0.0.249
+++ extended_server_list+='10.0.0.249:8082 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.27
+++ local server_address=10.0.0.27
+++ extended_server_list+='10.0.0.27:8082 '
+++ '[' -n '10.0.0.33:8082 10.0.0.249:8082 10.0.0.27:8082 ' ']'
+++ echo '10.0.0.33:8082 10.0.0.249:8082 10.0.0.27:8082'
++ CONFIG_SERVERS='10.0.0.33:8082 10.0.0.249:8082 10.0.0.27:8082'
+++ get_server_list CONFIGDB ':9161 '
+++ local server_typ=CONFIGDB_NODES
+++ local 'port_with_delim=:9161 '
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.33
+++ local server_address=10.0.0.33
+++ extended_server_list+='10.0.0.33:9161 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.249
+++ local server_address=10.0.0.249
+++ extended_server_list+='10.0.0.249:9161 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.27
+++ local server_address=10.0.0.27
+++ extended_server_list+='10.0.0.27:9161 '
+++ '[' -n '10.0.0.33:9161 10.0.0.249:9161 10.0.0.27:9161 ' ']'
+++ echo '10.0.0.33:9161 10.0.0.249:9161 10.0.0.27:9161'
++ CONFIGDB_SERVERS='10.0.0.33:9161 10.0.0.249:9161 10.0.0.27:9161'
+++ get_server_list CONFIGDB ':9041 '
+++ local server_typ=CONFIGDB_NODES
+++ local 'port_with_delim=:9041 '
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.33
+++ local server_address=10.0.0.33
+++ extended_server_list+='10.0.0.33:9041 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.249
+++ local server_address=10.0.0.249
+++ extended_server_list+='10.0.0.249:9041 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.27
+++ local server_address=10.0.0.27
+++ extended_server_list+='10.0.0.27:9041 '
+++ '[' -n '10.0.0.33:9041 10.0.0.249:9041 10.0.0.27:9041 ' ']'
+++ echo '10.0.0.33:9041 10.0.0.249:9041 10.0.0.27:9041'
++ CONFIGDB_CQL_SERVERS='10.0.0.33:9041 10.0.0.249:9041 10.0.0.27:9041'
++ CONFIG_API_VIP=
++ CONFIG_API_SSL_ENABLE=false
++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ CONFIG_API_WORKER_COUNT=1
++ CONFIG_API_MAX_REQUESTS=1024
++ ANALYTICS_API_SSL_ENABLE=false
++ ANALYTICS_API_SSL_INSECURE=True
++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ CASSANDRA_SSL_ENABLE=false
++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum
++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum
++ CASSANDRA_SSL_PROTOCOL=TLS
++ CASSANDRA_SSL_ALGORITHM=SunX509
++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]'
++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4
++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4
++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256
++ CASSANDRA_CONFIG_CONCURRECT_READS=64
++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64
++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects
++ CASSANDRA_REAPER_ENABLED=false
++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey
++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser
++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass
++ CASSANDRA_REAPER_APP_PORT=8071
++ CASSANDRA_REAPER_ADM_PORT=8072
++ CONTROL_NODES=10.20.0.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.33,10.0.0.249,10.0.0.27
++ ZOOKEEPER_PORT=2181
++ ZOOKEEPER_PORTS=2888:3888
+++ get_server_list ZOOKEEPER :2181,
+++ local server_typ=ZOOKEEPER_NODES
+++ local port_with_delim=:2181,
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.33
+++ local server_address=10.0.0.33
+++ extended_server_list+=10.0.0.33:2181,
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.249
+++ local server_address=10.0.0.249
+++ extended_server_list+=10.0.0.249:2181,
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.27
+++ local server_address=10.0.0.27
+++ extended_server_list+=10.0.0.27:2181,
+++ '[' -n 10.0.0.33:2181,10.0.0.249:2181,10.0.0.27:2181, ']'
+++ echo 10.0.0.33:2181,10.0.0.249:2181,10.0.0.27:2181
++ ZOOKEEPER_SERVERS=10.0.0.33:2181,10.0.0.249:2181,10.0.0.27:2181
+++ get_server_list ZOOKEEPER ':2181 '
+++ local server_typ=ZOOKEEPER_NODES
+++ local 'port_with_delim=:2181 '
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.33
+++ local server_address=10.0.0.33
+++ extended_server_list+='10.0.0.33:2181 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.249
+++ local server_address=10.0.0.249
+++ extended_server_list+='10.0.0.249:2181 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.27
+++ local server_address=10.0.0.27
+++ extended_server_list+='10.0.0.27:2181 '
+++ '[' -n '10.0.0.33:2181 10.0.0.249:2181 10.0.0.27:2181 ' ']'
+++ echo '10.0.0.33:2181 10.0.0.249:2181 10.0.0.27:2181'
++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.33:2181 10.0.0.249:2181 10.0.0.27:2181'
++ RABBITMQ_NODES=10.0.0.33,10.0.0.249,10.0.0.27
++ RABBITMQ_NODE_PORT=5673
+++ get_server_list RABBITMQ :5673,
+++ local server_typ=RABBITMQ_NODES
+++ local port_with_delim=:5673,
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.33
+++ local server_address=10.0.0.33
+++ extended_server_list+=10.0.0.33:5673,
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.249
+++ local server_address=10.0.0.249
+++ extended_server_list+=10.0.0.249:5673,
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.27
+++ local server_address=10.0.0.27
+++ extended_server_list+=10.0.0.27:5673,
+++ '[' -n 10.0.0.33:5673,10.0.0.249:5673,10.0.0.27:5673, ']'
+++ echo 10.0.0.33:5673,10.0.0.249:5673,10.0.0.27:5673
++ RABBITMQ_SERVERS=10.0.0.33:5673,10.0.0.249:5673,10.0.0.27:5673
++ RABBITMQ_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ RABBITMQ_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ RABBITMQ_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=true
++ RABBITMQ_VHOST=/
++ RABBITMQ_USER=guest
++ RABBITMQ_PASSWORD=guest
++ RABBITMQ_USE_SSL=false
++ RABBITMQ_SSL_VER=tlsv1.2
++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ RABBITMQ_HEARTBEAT_INTERVAL=60
++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal
++ RABBITMQ_MIRRORED_QUEUE_MODE=all
++ REDIS_SERVER_PORT=6379
++ REDIS_SERVER_PASSWORD=
+++ get_server_list ANALYTICS ':6379 '
+++ local server_typ=ANALYTICS_NODES
+++ local 'port_with_delim=:6379 '
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.33
+++ local server_address=10.0.0.33
+++ extended_server_list+='10.0.0.33:6379 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.249
+++ local server_address=10.0.0.249
+++ extended_server_list+='10.0.0.249:6379 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.27
+++ local server_address=10.0.0.27
+++ extended_server_list+='10.0.0.27:6379 '
+++ '[' -n '10.0.0.33:6379 10.0.0.249:6379 10.0.0.27:6379 ' ']'
+++ echo '10.0.0.33:6379 10.0.0.249:6379 10.0.0.27:6379'
++ REDIS_SERVERS='10.0.0.33:6379 10.0.0.249:6379 10.0.0.27:6379'
++ REDIS_LISTEN_ADDRESS=
++ REDIS_PROTECTED_MODE=
++ REDIS_SSL_ENABLE=false
++ REDIS_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ REDIS_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ REDIS_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ is_enabled false
++ local val=false
++ [[ false == \t\r\u\e ]]
++ [[ false == \y\e\s ]]
++ [[ false == \e\n\a\b\l\e\d ]]
++ redis_ssl_config=
++ KAFKA_NODES=10.0.0.33,10.0.0.249,10.0.0.27
++ KAFKA_PORT=9092
+++ get_server_list KAFKA ':9092 '
+++ local server_typ=KAFKA_NODES
+++ local 'port_with_delim=:9092 '
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.33
+++ local server_address=10.0.0.33
+++ extended_server_list+='10.0.0.33:9092 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.249
+++ local server_address=10.0.0.249
+++ extended_server_list+='10.0.0.249:9092 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.27
+++ local server_address=10.0.0.27
+++ extended_server_list+='10.0.0.27:9092 '
+++ '[' -n '10.0.0.33:9092 10.0.0.249:9092 10.0.0.27:9092 ' ']'
+++ echo '10.0.0.33:9092 10.0.0.249:9092 10.0.0.27:9092'
++ KAFKA_SERVERS='10.0.0.33:9092 10.0.0.249:9092 10.0.0.27:9092'
++ KAFKA_SSL_ENABLE=false
++ KAFKA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ KAFKA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ KAFKA_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ KEYSTONE_AUTH_ADMIN_TENANT=admin
++ KEYSTONE_AUTH_ADMIN_USER=admin
++ KEYSTONE_AUTH_ADMIN_PASSWORD=contrail123
++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=Default
++ KEYSTONE_AUTH_USER_DOMAIN_NAME=Default
++ KEYSTONE_AUTH_REGION_NAME=RegionOne
++ KEYSTONE_AUTH_URL_VERSION=/v3
++ KEYSTONE_AUTH_HOST=10.0.0.33
++ 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.33,10.0.0.249,10.0.0.27
++ KUBERNETES_CLUSTER_NAME=k8s
++ KUBERNETES_CNI_META_PLUGIN=multus
++ METADATA_PROXY_SECRET=contrail
++ BARBICAN_TENANT_NAME=service
++ BARBICAN_USER=barbican
++ BARBICAN_PASSWORD=contrail123
++ AGENT_MODE=kernel
++ EXTERNAL_ROUTERS=
++ SUBCLUSTER=
++ VROUTER_COMPUTE_NODE_ADDRESS=
++ VROUTER_MODULE_OPTIONS=
++ FABRIC_SNAT_HASH_TABLE_SIZE=4096
++ TSN_EVPN_MODE=False
++ TSN_NODES='[]'
++ PRIORITY_ID=
++ PRIORITY_BANDWIDTH=
++ PRIORITY_SCHEDULING=
++ QOS_QUEUE_ID=
++ QOS_LOGICAL_QUEUES=
++ QOS_DEF_HW_QUEUE=False
++ PRIORITY_TAGGING=True
++ SLO_DESTINATION=collector
++ '[' -n '' ']'
++ SAMPLE_DESTINATION=collector
++ FLOW_EXPORT_RATE=0
++ WEBUI_NODES=10.0.0.33,10.0.0.249,10.0.0.27
++ WEBUI_JOB_SERVER_PORT=3000
++ KUE_UI_PORT=3002
++ WEBUI_HTTP_LISTEN_PORT=8180
++ WEBUI_HTTPS_LISTEN_PORT=8143
++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem
++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem
++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA
++ WEBUI_STATIC_AUTH_USER=admin
++ WEBUI_STATIC_AUTH_PASSWORD=contrail123
++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin
++ XMPP_SERVER_PORT=5269
++ XMPP_SSL_ENABLE=false
++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ LINKLOCAL_SERVICE_PORT=80
++ LINKLOCAL_SERVICE_NAME=metadata
++ LINKLOCAL_SERVICE_IP=169.254.169.254
++ IPFABRIC_SERVICE_PORT=8775
++ INTROSPECT_SSL_ENABLE=false
++ INTROSPECT_SSL_INSECURE=True
++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ INTROSPECT_LISTEN_ALL=True
++ SANDESH_SSL_ENABLE=false
++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ METADATA_SSL_ENABLE=false
++ METADATA_SSL_CERTFILE=
++ METADATA_SSL_KEYFILE=
++ METADATA_SSL_CA_CERTFILE=
++ METADATA_SSL_CERT_TYPE=
++ CONFIGURE_IPTABLES=false
++ FWAAS_ENABLE=False
++ CONTAINERD_NAMESPACE=k8s.io
++ TOR_AGENT_OVS_KA=10000
++ TOR_TYPE=ovs
++ TOR_OVS_PROTOCOL=tcp
++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ [[ /v3 == \/\v\2\.\0 ]]
++ [[ openstack == \o\p\e\n\s\t\a\c\k ]]
++ AUTH_MODE=keystone
++ [[ keystone == \k\e\y\s\t\o\n\e ]]
++ AUTH_PARAMS='--admin_password contrail123'
++ AUTH_PARAMS+=' --admin_tenant_name admin'
++ AUTH_PARAMS+=' --admin_user admin'
++ is_enabled false
++ local val=false
++ [[ false == \t\r\u\e ]]
++ [[ false == \y\e\s ]]
++ [[ false == \e\n\a\b\l\e\d ]]
++ read -r -d '' sandesh_client_config
++ true
++ is_enabled false
++ local val=false
++ [[ false == \t\r\u\e ]]
++ [[ false == \y\e\s ]]
++ [[ false == \e\n\a\b\l\e\d ]]
++ xmpp_certs_config=
++ is_enabled false
++ local val=false
++ [[ false == \t\r\u\e ]]
++ [[ false == \y\e\s ]]
++ [[ false == \e\n\a\b\l\e\d ]]
++ analytics_api_ssl_opts=
++ read -r -d '' rabbitmq_config
++ true
++ read -r -d '' rabbit_config
++ true
++ is_enabled false
++ local val=false
++ [[ false == \t\r\u\e ]]
++ [[ false == \y\e\s ]]
++ [[ false == \e\n\a\b\l\e\d ]]
++ is_enabled false
++ local val=false
++ [[ false == \t\r\u\e ]]
++ [[ false == \y\e\s ]]
++ [[ false == \e\n\a\b\l\e\d ]]
++ kafka_ssl_config=
++ [[ -n '' ]]
++ collector_stats_config=
++ [[ -z '' ]]
++ is_enabled False
++ local val=false
++ [[ false == \t\r\u\e ]]
++ [[ false == \y\e\s ]]
++ [[ false == \e\n\a\b\l\e\d ]]
++ export TSN_AGENT_MODE=
++ TSN_AGENT_MODE=
++ [[ -n '' ]]
++ collector_stats_config=
++ [[ -z x ]]
++ RSYSLOGD_XFLOW_LISTEN_PORT=9898
+ pre_start_init
+ wait_certs_if_ssl_enabled
+ is_ssl_enabled
+ is_enabled false
+ local val=false
+ [[ false == \t\r\u\e ]]
+ [[ false == \y\e\s ]]
+ [[ false == \e\n\a\b\l\e\d ]]
+ is_enabled false
+ local val=false
+ [[ false == \t\r\u\e ]]
+ [[ false == \y\e\s ]]
+ [[ false == \e\n\a\b\l\e\d ]]
+ is_enabled false
+ local val=false
+ [[ false == \t\r\u\e ]]
+ [[ false == \y\e\s ]]
+ [[ false == \e\n\a\b\l\e\d ]]
+ is_enabled false
+ local val=false
+ [[ false == \t\r\u\e ]]
+ [[ false == \y\e\s ]]
+ [[ false == \e\n\a\b\l\e\d ]]
+ return
+ wait_config_api_certs_if_ssl_enabled
+ is_enabled false
+ local val=false
+ [[ false == \t\r\u\e ]]
+ [[ false == \y\e\s ]]
+ [[ false == \e\n\a\b\l\e\d ]]
+ return
+ wait_for_cassandra
++ echo 10.0.0.33,10.0.0.249,10.0.0.27
++ cut -d , -f 1
+ local cassandra=10.0.0.33
+ (( i=1 ))
+ (( i<=30 ))
+ echo -e '\035\nquit'
+ nc -z 10.0.0.33 9041
+ echo 'INFO: Cassandra is connected'
INFO: Cassandra is connected
+ sleep 5
+ return 0
+ host_ip=0.0.0.0
+ is_enabled
+ local val=
+ [[ '' == \t\r\u\e ]]
+ [[ '' == \y\e\s ]]
+ [[ '' == \e\n\a\b\l\e\d ]]
++ get_listen_ip_for_node CONFIG
+++ find_my_ip_and_order_for_node CONFIG
+++ local server_typ=CONFIG_NODES
+++ cut -d ' ' -f 1
+++ find_my_ip_and_order_for_node_list 10.0.0.33,10.0.0.249,10.0.0.27
+++ local servers=10.0.0.33,10.0.0.249,10.0.0.27
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
++++ tr '\n' ,
++++ get_local_ips
++++ awk '/32 host/ { print f } {f=$2}'
++++ uniq
++++ cat /proc/net/fib_trie
++++ sort
++++ grep -vi host
+++ local local_ips=,10.0.0.27,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.33'\''))'
+++ local server_ip=10.0.0.33
+++ [[ 0 == 0 ]]
+++ [[ -n 10.0.0.33 ]]
+++ [[ ,10.0.0.27,10.20.0.129,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.33, ]]
+++ (( ord+=1 ))
+++ for server in "${server_list[@]}"
+++ local ret=0
++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.249'\''))'
+++ local server_ip=10.0.0.249
+++ [[ 0 == 0 ]]
+++ [[ -n 10.0.0.249 ]]
+++ [[ ,10.0.0.27,10.20.0.129,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.249, ]]
+++ (( ord+=1 ))
+++ for server in "${server_list[@]}"
+++ local ret=0
++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.27'\''))'
+++ local server_ip=10.0.0.27
+++ [[ 0 == 0 ]]
+++ [[ -n 10.0.0.27 ]]
+++ [[ ,10.0.0.27,10.20.0.129,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.27, ]]
+++ echo 10.0.0.27 3
+++ return
++ local ip=10.0.0.27
++ [[ -z 10.0.0.27 ]]
++ echo 10.0.0.27
+ host_ip=10.0.0.27
+ [[ cql == \c\q\l ]]
++ echo 10.0.0.33:9041 10.0.0.249:9041 10.0.0.27:9041
++ sed 's/,/ /g'
+ cassandra_server_list='10.0.0.33:9041 10.0.0.249:9041 10.0.0.27:9041'
+ config_api_certs_config=
+ uwsgi_socket='protocol = http\nsocket = 10.0.0.27:8082'
+ is_enabled false
+ local val=false
+ [[ false == \t\r\u\e ]]
+ [[ false == \y\e\s ]]
+ [[ false == \e\n\a\b\l\e\d ]]
+ is_enabled False
+ local val=false
+ [[ false == \t\r\u\e ]]
+ [[ false == \y\e\s ]]
+ [[ false == \e\n\a\b\l\e\d ]]
+ neutron_section=
+ mkdir -p /etc/contrail
+ introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}")
+ admin_port_list=("${CONFIG_API_ADMIN_PORT}")
+ (( index=0 ))
+ (( index < CONFIG_API_WORKER_COUNT-1 ))
+ (( index=0 ))
+ (( index < CONFIG_API_WORKER_COUNT ))
+ cat
++ get_introspect_listen_ip_for_node CONFIG
++ local ip=0.0.0.0
++ is_enabled True
++ local val=true
++ [[ true == \t\r\u\e ]]
++ echo 0.0.0.0
+ add_ini_params_from_env API /etc/contrail/contrail-api-0.conf
+ local service_name=API
+ local cfg_path=/etc/contrail/contrail-api-0.conf
+ local delim=__
++ sort
++ grep '^API__.*__.*=.*$'
++ set -o posix
++ set
++ 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:
06/08/2026 02:15:21.777 7f0e16930800 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True
06/08/2026 02:15:21.929 7f0e16930800 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084
06/08/2026 02:15:21.941 7f0e16930800 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG]
06/08/2026 02:15:21.942 7f0e16930800 [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 Jun 8 02:18:22 AM UTC 2026 ==================='
INFO: =================== Mon Jun 8 02:18:22 AM UTC 2026 ===================
++ LOG_LOCAL=1
++ source /functions.sh
++ source /contrail-functions.sh
+++ get_default_ip
++++ get_default_nic
++++ get_gateway_nic_for_ip 1
++++ command -v ip
++++ local ip=1
+++++ ip route get 1
+++++ grep -o 'dev.*'
+++++ awk '{print $2}'
++++ local iface=ens3
++++ [[ ens3 == \l\o ]]
++++ echo ens3
+++ local nic=ens3
+++ get_ip_for_nic ens3
+++ local nic=ens3
+++ get_cidr_for_nic ens3
+++ command -v ip
+++ local nic=ens3
+++ cut -d / -f 1
+++ ip addr show dev ens3
+++ head -n 1
+++ awk '{print $2}'
+++ grep 'inet '
++ DEFAULT_LOCAL_IP=10.0.0.27
++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN
++ VXLAN_VN_ID_MODE=automatic
++ DPDK_UIO_DRIVER=uio_pci_generic
++ CPU_CORE_MASK=0x01
++ SERVICE_CORE_MASK=
++ DPDK_CTRL_THREAD_MASK=
++ HUGE_PAGES=
++ HUGE_PAGES_DIR=/dev/hugepages
++ HUGE_PAGES_1GB=0
++ HUGE_PAGES_2MB=256
++ HUGE_PAGES_1GB_DIR=
++ HUGE_PAGES_2MB_DIR=
++ [[ 0 != 0 ]]
++ [[ 0 != 256 ]]
++ [[ -z '' ]]
+++ 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.33,10.0.0.249,10.0.0.27
++ ANALYTICS_ALARM_ENABLE=True
++ ANALYTICS_SNMP_ENABLE=True
++ ANALYTICSDB_ENABLE=True
++ ANALYTICS_NODES=10.0.0.33,10.0.0.249,10.0.0.27
++ ANALYTICSDB_NODES=10.0.0.33,10.0.0.249,10.0.0.27
++ ANALYTICS_SNMP_NODES=10.0.0.33,10.0.0.249,10.0.0.27
++ ANALYTICS_API_PORT=8081
++ ANALYTICS_API_INTROSPECT_PORT=8090
++ ANALYTICSDB_PORT=9160
++ ANALYTICSDB_CQL_PORT=9042
++ TOPOLOGY_INTROSPECT_PORT=5921
++ QUERYENGINE_INTROSPECT_PORT=8091
+++ get_server_list ANALYTICS ':8081 '
+++ local server_typ=ANALYTICS_NODES
+++ local 'port_with_delim=:8081 '
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.33
+++ local server_address=10.0.0.33
+++ extended_server_list+='10.0.0.33:8081 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.249
+++ local server_address=10.0.0.249
+++ extended_server_list+='10.0.0.249:8081 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.27
+++ local server_address=10.0.0.27
+++ extended_server_list+='10.0.0.27:8081 '
+++ '[' -n '10.0.0.33:8081 10.0.0.249:8081 10.0.0.27:8081 ' ']'
+++ echo '10.0.0.33:8081 10.0.0.249:8081 10.0.0.27:8081'
++ ANALYTICS_SERVERS='10.0.0.33:8081 10.0.0.249:8081 10.0.0.27:8081'
+++ get_server_list ANALYTICSDB ':9042 '
+++ local server_typ=ANALYTICSDB_NODES
+++ local 'port_with_delim=:9042 '
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.33
+++ local server_address=10.0.0.33
+++ extended_server_list+='10.0.0.33:9042 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.249
+++ local server_address=10.0.0.249
+++ extended_server_list+='10.0.0.249:9042 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.27
+++ local server_address=10.0.0.27
+++ extended_server_list+='10.0.0.27:9042 '
+++ '[' -n '10.0.0.33:9042 10.0.0.249:9042 10.0.0.27:9042 ' ']'
+++ echo '10.0.0.33:9042 10.0.0.249:9042 10.0.0.27:9042'
++ ANALYTICSDB_CQL_SERVERS='10.0.0.33:9042 10.0.0.249:9042 10.0.0.27:9042'
++ ANALYTICS_API_VIP=
++ ANALYTICS_ALARM_NODES=10.0.0.33,10.0.0.249,10.0.0.27
++ ALARMGEN_INTROSPECT_PORT=5995
++ BGP_PORT=179
++ BGP_AUTO_MESH=true
++ BGP_ASN=64512
++ ENABLE_4BYTE_AS=false
++ APPLY_DEFAULTS=true
++ COLLECTOR_PORT=8086
++ COLLECTOR_INTROSPECT_PORT=8089
++ COLLECTOR_SYSLOG_PORT=514
++ COLLECTOR_SFLOW_PORT=6343
++ COLLECTOR_IPFIX_PORT=4739
++ COLLECTOR_PROTOBUF_PORT=3333
++ COLLECTOR_STRUCTURED_SYSLOG_PORT=3514
++ SNMPCOLLECTOR_INTROSPECT_PORT=5920
+++ get_server_list ANALYTICS ':8086 '
+++ local server_typ=ANALYTICS_NODES
+++ local 'port_with_delim=:8086 '
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.33
+++ local server_address=10.0.0.33
+++ extended_server_list+='10.0.0.33:8086 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.249
+++ local server_address=10.0.0.249
+++ extended_server_list+='10.0.0.249:8086 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.27
+++ local server_address=10.0.0.27
+++ extended_server_list+='10.0.0.27:8086 '
+++ '[' -n '10.0.0.33:8086 10.0.0.249:8086 10.0.0.27:8086 ' ']'
+++ echo '10.0.0.33:8086 10.0.0.249:8086 10.0.0.27:8086'
++ COLLECTOR_SERVERS='10.0.0.33:8086 10.0.0.249:8086 10.0.0.27:8086'
++ CASSANDRA_PORT=9160
++ CASSANDRA_CQL_PORT=9042
++ CASSANDRA_SSL_STORAGE_PORT=7011
++ CASSANDRA_STORAGE_PORT=7010
++ CASSANDRA_JMX_LOCAL_PORT=7200
++ CONFIGDB_CASSANDRA_DRIVER=cql
++ CONFIG_NODES=10.0.0.33,10.0.0.249,10.0.0.27
++ CONFIGDB_NODES=10.0.0.33,10.0.0.249,10.0.0.27
++ CONFIG_API_PORT=8082
++ CONFIG_API_INTROSPECT_PORT=8084
++ CONFIG_API_ADMIN_PORT=8095
++ CONFIGDB_PORT=9161
++ CONFIGDB_CQL_PORT=9041
+++ get_server_list CONFIG ':8082 '
+++ local server_typ=CONFIG_NODES
+++ local 'port_with_delim=:8082 '
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.33
+++ local server_address=10.0.0.33
+++ extended_server_list+='10.0.0.33:8082 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.249
+++ local server_address=10.0.0.249
+++ extended_server_list+='10.0.0.249:8082 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.27
+++ local server_address=10.0.0.27
+++ extended_server_list+='10.0.0.27:8082 '
+++ '[' -n '10.0.0.33:8082 10.0.0.249:8082 10.0.0.27:8082 ' ']'
+++ echo '10.0.0.33:8082 10.0.0.249:8082 10.0.0.27:8082'
++ CONFIG_SERVERS='10.0.0.33:8082 10.0.0.249:8082 10.0.0.27:8082'
+++ get_server_list CONFIGDB ':9161 '
+++ local server_typ=CONFIGDB_NODES
+++ local 'port_with_delim=:9161 '
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.33
+++ local server_address=10.0.0.33
+++ extended_server_list+='10.0.0.33:9161 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.249
+++ local server_address=10.0.0.249
+++ extended_server_list+='10.0.0.249:9161 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.27
+++ local server_address=10.0.0.27
+++ extended_server_list+='10.0.0.27:9161 '
+++ '[' -n '10.0.0.33:9161 10.0.0.249:9161 10.0.0.27:9161 ' ']'
+++ echo '10.0.0.33:9161 10.0.0.249:9161 10.0.0.27:9161'
++ CONFIGDB_SERVERS='10.0.0.33:9161 10.0.0.249:9161 10.0.0.27:9161'
+++ get_server_list CONFIGDB ':9041 '
+++ local server_typ=CONFIGDB_NODES
+++ local 'port_with_delim=:9041 '
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.33
+++ local server_address=10.0.0.33
+++ extended_server_list+='10.0.0.33:9041 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.249
+++ local server_address=10.0.0.249
+++ extended_server_list+='10.0.0.249:9041 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.27
+++ local server_address=10.0.0.27
+++ extended_server_list+='10.0.0.27:9041 '
+++ '[' -n '10.0.0.33:9041 10.0.0.249:9041 10.0.0.27:9041 ' ']'
+++ echo '10.0.0.33:9041 10.0.0.249:9041 10.0.0.27:9041'
++ CONFIGDB_CQL_SERVERS='10.0.0.33:9041 10.0.0.249:9041 10.0.0.27:9041'
++ CONFIG_API_VIP=
++ CONFIG_API_SSL_ENABLE=false
++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ CONFIG_API_WORKER_COUNT=1
++ CONFIG_API_MAX_REQUESTS=1024
++ ANALYTICS_API_SSL_ENABLE=false
++ ANALYTICS_API_SSL_INSECURE=True
++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ CASSANDRA_SSL_ENABLE=false
++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum
++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum
++ CASSANDRA_SSL_PROTOCOL=TLS
++ CASSANDRA_SSL_ALGORITHM=SunX509
++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]'
++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4
++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4
++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256
++ CASSANDRA_CONFIG_CONCURRECT_READS=64
++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64
++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects
++ CASSANDRA_REAPER_ENABLED=false
++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey
++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser
++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass
++ CASSANDRA_REAPER_APP_PORT=8071
++ CASSANDRA_REAPER_ADM_PORT=8072
++ CONTROL_NODES=10.20.0.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.33,10.0.0.249,10.0.0.27
++ ZOOKEEPER_PORT=2181
++ ZOOKEEPER_PORTS=2888:3888
+++ get_server_list ZOOKEEPER :2181,
+++ local server_typ=ZOOKEEPER_NODES
+++ local port_with_delim=:2181,
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.33
+++ local server_address=10.0.0.33
+++ extended_server_list+=10.0.0.33:2181,
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.249
+++ local server_address=10.0.0.249
+++ extended_server_list+=10.0.0.249:2181,
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.27
+++ local server_address=10.0.0.27
+++ extended_server_list+=10.0.0.27:2181,
+++ '[' -n 10.0.0.33:2181,10.0.0.249:2181,10.0.0.27:2181, ']'
+++ echo 10.0.0.33:2181,10.0.0.249:2181,10.0.0.27:2181
++ ZOOKEEPER_SERVERS=10.0.0.33:2181,10.0.0.249:2181,10.0.0.27:2181
+++ get_server_list ZOOKEEPER ':2181 '
+++ local server_typ=ZOOKEEPER_NODES
+++ local 'port_with_delim=:2181 '
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.33
+++ local server_address=10.0.0.33
+++ extended_server_list+='10.0.0.33:2181 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.249
+++ local server_address=10.0.0.249
+++ extended_server_list+='10.0.0.249:2181 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.27
+++ local server_address=10.0.0.27
+++ extended_server_list+='10.0.0.27:2181 '
+++ '[' -n '10.0.0.33:2181 10.0.0.249:2181 10.0.0.27:2181 ' ']'
+++ echo '10.0.0.33:2181 10.0.0.249:2181 10.0.0.27:2181'
++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.33:2181 10.0.0.249:2181 10.0.0.27:2181'
++ RABBITMQ_NODES=10.0.0.33,10.0.0.249,10.0.0.27
++ RABBITMQ_NODE_PORT=5673
+++ get_server_list RABBITMQ :5673,
+++ local server_typ=RABBITMQ_NODES
+++ local port_with_delim=:5673,
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.33
+++ local server_address=10.0.0.33
+++ extended_server_list+=10.0.0.33:5673,
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.249
+++ local server_address=10.0.0.249
+++ extended_server_list+=10.0.0.249:5673,
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.27
+++ local server_address=10.0.0.27
+++ extended_server_list+=10.0.0.27:5673,
+++ '[' -n 10.0.0.33:5673,10.0.0.249:5673,10.0.0.27:5673, ']'
+++ echo 10.0.0.33:5673,10.0.0.249:5673,10.0.0.27:5673
++ RABBITMQ_SERVERS=10.0.0.33:5673,10.0.0.249:5673,10.0.0.27:5673
++ RABBITMQ_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ RABBITMQ_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ RABBITMQ_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=true
++ RABBITMQ_VHOST=/
++ RABBITMQ_USER=guest
++ RABBITMQ_PASSWORD=guest
++ RABBITMQ_USE_SSL=false
++ RABBITMQ_SSL_VER=tlsv1.2
++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ RABBITMQ_HEARTBEAT_INTERVAL=60
++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal
++ RABBITMQ_MIRRORED_QUEUE_MODE=all
++ REDIS_SERVER_PORT=6379
++ REDIS_SERVER_PASSWORD=
+++ get_server_list ANALYTICS ':6379 '
+++ local server_typ=ANALYTICS_NODES
+++ local 'port_with_delim=:6379 '
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.33
+++ local server_address=10.0.0.33
+++ extended_server_list+='10.0.0.33:6379 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.249
+++ local server_address=10.0.0.249
+++ extended_server_list+='10.0.0.249:6379 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.27
+++ local server_address=10.0.0.27
+++ extended_server_list+='10.0.0.27:6379 '
+++ '[' -n '10.0.0.33:6379 10.0.0.249:6379 10.0.0.27:6379 ' ']'
+++ echo '10.0.0.33:6379 10.0.0.249:6379 10.0.0.27:6379'
++ REDIS_SERVERS='10.0.0.33:6379 10.0.0.249:6379 10.0.0.27:6379'
++ REDIS_LISTEN_ADDRESS=
++ REDIS_PROTECTED_MODE=
++ REDIS_SSL_ENABLE=false
++ REDIS_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ REDIS_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ REDIS_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ is_enabled false
++ local val=false
++ [[ false == \t\r\u\e ]]
++ [[ false == \y\e\s ]]
++ [[ false == \e\n\a\b\l\e\d ]]
++ redis_ssl_config=
++ KAFKA_NODES=10.0.0.33,10.0.0.249,10.0.0.27
++ KAFKA_PORT=9092
+++ get_server_list KAFKA ':9092 '
+++ local server_typ=KAFKA_NODES
+++ local 'port_with_delim=:9092 '
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.33
+++ local server_address=10.0.0.33
+++ extended_server_list+='10.0.0.33:9092 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.249
+++ local server_address=10.0.0.249
+++ extended_server_list+='10.0.0.249:9092 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.27
+++ local server_address=10.0.0.27
+++ extended_server_list+='10.0.0.27:9092 '
+++ '[' -n '10.0.0.33:9092 10.0.0.249:9092 10.0.0.27:9092 ' ']'
+++ echo '10.0.0.33:9092 10.0.0.249:9092 10.0.0.27:9092'
++ KAFKA_SERVERS='10.0.0.33:9092 10.0.0.249:9092 10.0.0.27:9092'
++ KAFKA_SSL_ENABLE=false
++ KAFKA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ KAFKA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ KAFKA_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ KEYSTONE_AUTH_ADMIN_TENANT=admin
++ KEYSTONE_AUTH_ADMIN_USER=admin
++ KEYSTONE_AUTH_ADMIN_PASSWORD=contrail123
++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=Default
++ KEYSTONE_AUTH_USER_DOMAIN_NAME=Default
++ KEYSTONE_AUTH_REGION_NAME=RegionOne
++ KEYSTONE_AUTH_URL_VERSION=/v3
++ KEYSTONE_AUTH_HOST=10.0.0.33
++ 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.33,10.0.0.249,10.0.0.27
++ KUBERNETES_CLUSTER_NAME=k8s
++ KUBERNETES_CNI_META_PLUGIN=multus
++ METADATA_PROXY_SECRET=contrail
++ BARBICAN_TENANT_NAME=service
++ BARBICAN_USER=barbican
++ BARBICAN_PASSWORD=contrail123
++ AGENT_MODE=kernel
++ EXTERNAL_ROUTERS=
++ SUBCLUSTER=
++ VROUTER_COMPUTE_NODE_ADDRESS=
++ VROUTER_MODULE_OPTIONS=
++ FABRIC_SNAT_HASH_TABLE_SIZE=4096
++ TSN_EVPN_MODE=False
++ TSN_NODES='[]'
++ PRIORITY_ID=
++ PRIORITY_BANDWIDTH=
++ PRIORITY_SCHEDULING=
++ QOS_QUEUE_ID=
++ QOS_LOGICAL_QUEUES=
++ QOS_DEF_HW_QUEUE=False
++ PRIORITY_TAGGING=True
++ SLO_DESTINATION=collector
++ '[' -n '' ']'
++ SAMPLE_DESTINATION=collector
++ FLOW_EXPORT_RATE=0
++ WEBUI_NODES=10.0.0.33,10.0.0.249,10.0.0.27
++ WEBUI_JOB_SERVER_PORT=3000
++ KUE_UI_PORT=3002
++ WEBUI_HTTP_LISTEN_PORT=8180
++ WEBUI_HTTPS_LISTEN_PORT=8143
++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem
++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem
++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA
++ WEBUI_STATIC_AUTH_USER=admin
++ WEBUI_STATIC_AUTH_PASSWORD=contrail123
++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin
++ XMPP_SERVER_PORT=5269
++ XMPP_SSL_ENABLE=false
++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ LINKLOCAL_SERVICE_PORT=80
++ LINKLOCAL_SERVICE_NAME=metadata
++ LINKLOCAL_SERVICE_IP=169.254.169.254
++ IPFABRIC_SERVICE_PORT=8775
++ INTROSPECT_SSL_ENABLE=false
++ INTROSPECT_SSL_INSECURE=True
++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ INTROSPECT_LISTEN_ALL=True
++ SANDESH_SSL_ENABLE=false
++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ METADATA_SSL_ENABLE=false
++ METADATA_SSL_CERTFILE=
++ METADATA_SSL_KEYFILE=
++ METADATA_SSL_CA_CERTFILE=
++ METADATA_SSL_CERT_TYPE=
++ CONFIGURE_IPTABLES=false
++ FWAAS_ENABLE=False
++ CONTAINERD_NAMESPACE=k8s.io
++ TOR_AGENT_OVS_KA=10000
++ TOR_TYPE=ovs
++ TOR_OVS_PROTOCOL=tcp
++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ [[ /v3 == \/\v\2\.\0 ]]
++ [[ openstack == \o\p\e\n\s\t\a\c\k ]]
++ AUTH_MODE=keystone
++ [[ keystone == \k\e\y\s\t\o\n\e ]]
++ AUTH_PARAMS='--admin_password contrail123'
++ AUTH_PARAMS+=' --admin_tenant_name admin'
++ AUTH_PARAMS+=' --admin_user admin'
++ is_enabled false
++ local val=false
++ [[ false == \t\r\u\e ]]
++ [[ false == \y\e\s ]]
++ [[ false == \e\n\a\b\l\e\d ]]
++ read -r -d '' sandesh_client_config
++ true
++ is_enabled false
++ local val=false
++ [[ false == \t\r\u\e ]]
++ [[ false == \y\e\s ]]
++ [[ false == \e\n\a\b\l\e\d ]]
++ xmpp_certs_config=
++ is_enabled false
++ local val=false
++ [[ false == \t\r\u\e ]]
++ [[ false == \y\e\s ]]
++ [[ false == \e\n\a\b\l\e\d ]]
++ analytics_api_ssl_opts=
++ read -r -d '' rabbitmq_config
++ true
++ read -r -d '' rabbit_config
++ true
++ is_enabled false
++ local val=false
++ [[ false == \t\r\u\e ]]
++ [[ false == \y\e\s ]]
++ [[ false == \e\n\a\b\l\e\d ]]
++ is_enabled false
++ local val=false
++ [[ false == \t\r\u\e ]]
++ [[ false == \y\e\s ]]
++ [[ false == \e\n\a\b\l\e\d ]]
++ kafka_ssl_config=
++ [[ -n '' ]]
++ collector_stats_config=
++ [[ -z '' ]]
++ is_enabled False
++ local val=false
++ [[ false == \t\r\u\e ]]
++ [[ false == \y\e\s ]]
++ [[ false == \e\n\a\b\l\e\d ]]
++ export TSN_AGENT_MODE=
++ TSN_AGENT_MODE=
++ [[ -n '' ]]
++ collector_stats_config=
++ [[ -z x ]]
++ RSYSLOGD_XFLOW_LISTEN_PORT=9898
+ pre_start_init
+ wait_certs_if_ssl_enabled
+ is_ssl_enabled
+ is_enabled false
+ local val=false
+ [[ false == \t\r\u\e ]]
+ [[ false == \y\e\s ]]
+ [[ false == \e\n\a\b\l\e\d ]]
+ is_enabled false
+ local val=false
+ [[ false == \t\r\u\e ]]
+ [[ false == \y\e\s ]]
+ [[ false == \e\n\a\b\l\e\d ]]
+ is_enabled false
+ local val=false
+ [[ false == \t\r\u\e ]]
+ [[ false == \y\e\s ]]
+ [[ false == \e\n\a\b\l\e\d ]]
+ is_enabled false
+ local val=false
+ [[ false == \t\r\u\e ]]
+ [[ false == \y\e\s ]]
+ [[ false == \e\n\a\b\l\e\d ]]
+ return
+ wait_config_api_certs_if_ssl_enabled
+ is_enabled false
+ local val=false
+ [[ false == \t\r\u\e ]]
+ [[ false == \y\e\s ]]
+ [[ false == \e\n\a\b\l\e\d ]]
+ return
+ wait_for_cassandra
++ echo 10.0.0.33,10.0.0.249,10.0.0.27
++ cut -d , -f 1
+ local cassandra=10.0.0.33
+ (( i=1 ))
+ (( i<=30 ))
+ echo -e '\035\nquit'
+ nc -z 10.0.0.33 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.33,10.0.0.249,10.0.0.27
+++ local servers=10.0.0.33,10.0.0.249,10.0.0.27
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ cut -d ' ' -f 1
++++ tr '\n' ,
++++ get_local_ips
++++ grep -vi host
++++ cat /proc/net/fib_trie
++++ awk '/32 host/ { print f } {f=$2}'
++++ uniq
++++ sort
+++ local local_ips=,10.0.0.27,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.33'\''))'
+++ local server_ip=10.0.0.33
+++ [[ 0 == 0 ]]
+++ [[ -n 10.0.0.33 ]]
+++ [[ ,10.0.0.27,10.20.0.129,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.33, ]]
+++ (( ord+=1 ))
+++ for server in "${server_list[@]}"
+++ local ret=0
++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.249'\''))'
+++ local server_ip=10.0.0.249
+++ [[ 0 == 0 ]]
+++ [[ -n 10.0.0.249 ]]
+++ [[ ,10.0.0.27,10.20.0.129,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.249, ]]
+++ (( ord+=1 ))
+++ for server in "${server_list[@]}"
+++ local ret=0
++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.27'\''))'
+++ local server_ip=10.0.0.27
+++ [[ 0 == 0 ]]
+++ [[ -n 10.0.0.27 ]]
+++ [[ ,10.0.0.27,10.20.0.129,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.27, ]]
+++ echo 10.0.0.27 3
+++ return
++ local ip=10.0.0.27
++ [[ -z 10.0.0.27 ]]
++ echo 10.0.0.27
+ host_ip=10.0.0.27
+ [[ cql == \c\q\l ]]
++ sed 's/,/ /g'
++ echo 10.0.0.33:9041 10.0.0.249:9041 10.0.0.27:9041
+ cassandra_server_list='10.0.0.33:9041 10.0.0.249:9041 10.0.0.27:9041'
+ config_api_certs_config=
+ uwsgi_socket='protocol = http\nsocket = 10.0.0.27:8082'
+ is_enabled false
+ local val=false
+ [[ false == \t\r\u\e ]]
+ [[ false == \y\e\s ]]
+ [[ false == \e\n\a\b\l\e\d ]]
+ is_enabled False
+ local val=false
+ [[ false == \t\r\u\e ]]
+ [[ false == \y\e\s ]]
+ [[ false == \e\n\a\b\l\e\d ]]
+ neutron_section=
+ mkdir -p /etc/contrail
+ introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}")
+ admin_port_list=("${CONFIG_API_ADMIN_PORT}")
+ (( index=0 ))
+ (( index < CONFIG_API_WORKER_COUNT-1 ))
+ (( index=0 ))
+ (( index < CONFIG_API_WORKER_COUNT ))
+ cat
++ get_introspect_listen_ip_for_node CONFIG
++ local ip=0.0.0.0
++ is_enabled True
++ local val=true
++ [[ true == \t\r\u\e ]]
++ echo 0.0.0.0
+ add_ini_params_from_env API /etc/contrail/contrail-api-0.conf
+ local service_name=API
+ local cfg_path=/etc/contrail/contrail-api-0.conf
+ local delim=__
++ set -o posix
++ set
++ sort
++ cut -d = -f 1
++ sed 's/^API__//g'
++ grep '^API__.*__.*=.*$'
+ local vars=
+ local section=
+ (( ++index ))
+ (( index < CONFIG_API_WORKER_COUNT ))
+ (( CONFIG_API_WORKER_COUNT > 1 ))
+ service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0'
+ set_third_party_auth_config
+ [[ keystone != \k\e\y\s\t\o\n\e ]]
+ local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp
+ cat
+ [[ /v3 == \/\v\3 ]]
+ cat
+ [[ http == \h\t\t\p\s ]]
+ [[ -n '' ]]
+ [[ -n '' ]]
+ [[ -n public ]]
+ echo 'interface = public'
+ mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf
+ set_vnc_api_lib_ini
+ local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp
+ cat
+ is_enabled false
+ local val=false
+ [[ false == \t\r\u\e ]]
+ [[ false == \y\e\s ]]
+ [[ false == \e\n\a\b\l\e\d ]]
+ [[ keystone == \k\e\y\s\t\o\n\e ]]
+ cat
+ [[ http == \h\t\t\p\s ]]
+ mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini
+ upgrade_old_logs contrail-api
+ local template=contrail-api
++ dirname /var/log/contrail/config-api
+ local old_dir=/var/log/contrail
+ mkdir -p /var/log/contrail/config-api
+ chmod 755 /var/log/contrail/config-api
+ mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/
+ true
+ [[ -n 1999 ]]
+ [[ -n 1999 ]]
+ local owner_opts=1999:1999
+ chown 1999:1999 /var/log/contrail/config-api
+ find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' +
+ run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0
+ [[ -n 1999 ]]
+ [[ -n 1999 ]]
+ local owner_opts=1999:1999
+ mkdir -p /etc/contrail /var/lib/contrail
+ chown 1999:1999 /etc/contrail /var/lib/contrail
+ find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' +
+ chmod 755 /etc/contrail
+ do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0
+ [[ -n 1999 ]]
+ [[ -n 1999 ]]
+ mkdir -p /var/crashes
+ chmod 777 /var/crashes
++ id -un 1999
+ local user_name=contrail
+ export HOME=/home/contrail
+ HOME=/home/contrail
+ mkdir -p /home/contrail
+ chown -R 1999:1999 /home/contrail
+ exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0
/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:287: SyntaxWarning: "is not" with a literal. Did you mean "!="?
if ip_alloc_unit is not 1:
/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1113: SyntaxWarning: "is" with a literal. Did you mean "=="?
if len(ipam_subnets) is 0:
/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1910: SyntaxWarning: "is" with a literal. Did you mean "=="?
if len(ipam_subnets) is 0:
06/08/2026 02:18:31.985 7fa10a1b3580 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True
06/08/2026 02:18:32.159 7fa10a1b3580 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084
06/08/2026 02:18:32.173 7fa10a1b3580 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG]
06/08/2026 02:18:32.173 7fa10a1b3580 [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 Jun 8 02:21:33 AM UTC 2026 ==================='
INFO: =================== Mon Jun 8 02:21: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
+++ ip addr show dev ens3
+++ grep 'inet '
+++ awk '{print $2}'
+++ cut -d / -f 1
+++ head -n 1
++ DEFAULT_LOCAL_IP=10.0.0.27
++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN
++ VXLAN_VN_ID_MODE=automatic
++ DPDK_UIO_DRIVER=uio_pci_generic
++ CPU_CORE_MASK=0x01
++ SERVICE_CORE_MASK=
++ DPDK_CTRL_THREAD_MASK=
++ HUGE_PAGES=
++ HUGE_PAGES_DIR=/dev/hugepages
++ HUGE_PAGES_1GB=0
++ HUGE_PAGES_2MB=256
++ HUGE_PAGES_1GB_DIR=
++ HUGE_PAGES_2MB_DIR=
++ [[ 0 != 0 ]]
++ [[ 0 != 256 ]]
++ [[ -z '' ]]
+++ mount -t hugetlbfs
+++ awk '/pagesize=2M/{print($3)}'
+++ tail -n 1
++ HUGE_PAGES_2MB_DIR=
++ DPDK_MEM_PER_SOCKET=1024
++ DPDK_COMMAND_ADDITIONAL_ARGS=
++ NIC_OFFLOAD_ENABLE=False
++ DPDK_ENABLE_VLAN_FWRD=False
++ DIST_SNAT_PROTO_PORT_LIST=
++ CLOUD_ORCHESTRATOR=openstack
++ CLOUD_ADMIN_ROLE=admin
++ AAA_MODE=rbac
++ AUTH_MODE=keystone
++ AUTH_PARAMS=
++ SSL_ENABLE=false
++ SSL_INSECURE=True
++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem
++ SELFSIGNED_CERTS_WITH_IPS=True
++ CONTROLLER_NODES=10.0.0.33,10.0.0.249,10.0.0.27
++ ANALYTICS_ALARM_ENABLE=True
++ ANALYTICS_SNMP_ENABLE=True
++ ANALYTICSDB_ENABLE=True
++ ANALYTICS_NODES=10.0.0.33,10.0.0.249,10.0.0.27
++ ANALYTICSDB_NODES=10.0.0.33,10.0.0.249,10.0.0.27
++ ANALYTICS_SNMP_NODES=10.0.0.33,10.0.0.249,10.0.0.27
++ ANALYTICS_API_PORT=8081
++ ANALYTICS_API_INTROSPECT_PORT=8090
++ ANALYTICSDB_PORT=9160
++ ANALYTICSDB_CQL_PORT=9042
++ TOPOLOGY_INTROSPECT_PORT=5921
++ QUERYENGINE_INTROSPECT_PORT=8091
+++ get_server_list ANALYTICS ':8081 '
+++ local server_typ=ANALYTICS_NODES
+++ local 'port_with_delim=:8081 '
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.33
+++ local server_address=10.0.0.33
+++ extended_server_list+='10.0.0.33:8081 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.249
+++ local server_address=10.0.0.249
+++ extended_server_list+='10.0.0.249:8081 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.27
+++ local server_address=10.0.0.27
+++ extended_server_list+='10.0.0.27:8081 '
+++ '[' -n '10.0.0.33:8081 10.0.0.249:8081 10.0.0.27:8081 ' ']'
+++ echo '10.0.0.33:8081 10.0.0.249:8081 10.0.0.27:8081'
++ ANALYTICS_SERVERS='10.0.0.33:8081 10.0.0.249:8081 10.0.0.27:8081'
+++ get_server_list ANALYTICSDB ':9042 '
+++ local server_typ=ANALYTICSDB_NODES
+++ local 'port_with_delim=:9042 '
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.33
+++ local server_address=10.0.0.33
+++ extended_server_list+='10.0.0.33:9042 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.249
+++ local server_address=10.0.0.249
+++ extended_server_list+='10.0.0.249:9042 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.27
+++ local server_address=10.0.0.27
+++ extended_server_list+='10.0.0.27:9042 '
+++ '[' -n '10.0.0.33:9042 10.0.0.249:9042 10.0.0.27:9042 ' ']'
+++ echo '10.0.0.33:9042 10.0.0.249:9042 10.0.0.27:9042'
++ ANALYTICSDB_CQL_SERVERS='10.0.0.33:9042 10.0.0.249:9042 10.0.0.27:9042'
++ ANALYTICS_API_VIP=
++ ANALYTICS_ALARM_NODES=10.0.0.33,10.0.0.249,10.0.0.27
++ ALARMGEN_INTROSPECT_PORT=5995
++ BGP_PORT=179
++ BGP_AUTO_MESH=true
++ BGP_ASN=64512
++ ENABLE_4BYTE_AS=false
++ APPLY_DEFAULTS=true
++ COLLECTOR_PORT=8086
++ COLLECTOR_INTROSPECT_PORT=8089
++ COLLECTOR_SYSLOG_PORT=514
++ COLLECTOR_SFLOW_PORT=6343
++ COLLECTOR_IPFIX_PORT=4739
++ COLLECTOR_PROTOBUF_PORT=3333
++ COLLECTOR_STRUCTURED_SYSLOG_PORT=3514
++ SNMPCOLLECTOR_INTROSPECT_PORT=5920
+++ get_server_list ANALYTICS ':8086 '
+++ local server_typ=ANALYTICS_NODES
+++ local 'port_with_delim=:8086 '
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.33
+++ local server_address=10.0.0.33
+++ extended_server_list+='10.0.0.33:8086 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.249
+++ local server_address=10.0.0.249
+++ extended_server_list+='10.0.0.249:8086 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.27
+++ local server_address=10.0.0.27
+++ extended_server_list+='10.0.0.27:8086 '
+++ '[' -n '10.0.0.33:8086 10.0.0.249:8086 10.0.0.27:8086 ' ']'
+++ echo '10.0.0.33:8086 10.0.0.249:8086 10.0.0.27:8086'
++ COLLECTOR_SERVERS='10.0.0.33:8086 10.0.0.249:8086 10.0.0.27:8086'
++ CASSANDRA_PORT=9160
++ CASSANDRA_CQL_PORT=9042
++ CASSANDRA_SSL_STORAGE_PORT=7011
++ CASSANDRA_STORAGE_PORT=7010
++ CASSANDRA_JMX_LOCAL_PORT=7200
++ CONFIGDB_CASSANDRA_DRIVER=cql
++ CONFIG_NODES=10.0.0.33,10.0.0.249,10.0.0.27
++ CONFIGDB_NODES=10.0.0.33,10.0.0.249,10.0.0.27
++ CONFIG_API_PORT=8082
++ CONFIG_API_INTROSPECT_PORT=8084
++ CONFIG_API_ADMIN_PORT=8095
++ CONFIGDB_PORT=9161
++ CONFIGDB_CQL_PORT=9041
+++ get_server_list CONFIG ':8082 '
+++ local server_typ=CONFIG_NODES
+++ local 'port_with_delim=:8082 '
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.33
+++ local server_address=10.0.0.33
+++ extended_server_list+='10.0.0.33:8082 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.249
+++ local server_address=10.0.0.249
+++ extended_server_list+='10.0.0.249:8082 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.27
+++ local server_address=10.0.0.27
+++ extended_server_list+='10.0.0.27:8082 '
+++ '[' -n '10.0.0.33:8082 10.0.0.249:8082 10.0.0.27:8082 ' ']'
+++ echo '10.0.0.33:8082 10.0.0.249:8082 10.0.0.27:8082'
++ CONFIG_SERVERS='10.0.0.33:8082 10.0.0.249:8082 10.0.0.27:8082'
+++ get_server_list CONFIGDB ':9161 '
+++ local server_typ=CONFIGDB_NODES
+++ local 'port_with_delim=:9161 '
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.33
+++ local server_address=10.0.0.33
+++ extended_server_list+='10.0.0.33:9161 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.249
+++ local server_address=10.0.0.249
+++ extended_server_list+='10.0.0.249:9161 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.27
+++ local server_address=10.0.0.27
+++ extended_server_list+='10.0.0.27:9161 '
+++ '[' -n '10.0.0.33:9161 10.0.0.249:9161 10.0.0.27:9161 ' ']'
+++ echo '10.0.0.33:9161 10.0.0.249:9161 10.0.0.27:9161'
++ CONFIGDB_SERVERS='10.0.0.33:9161 10.0.0.249:9161 10.0.0.27:9161'
+++ get_server_list CONFIGDB ':9041 '
+++ local server_typ=CONFIGDB_NODES
+++ local 'port_with_delim=:9041 '
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.33
+++ local server_address=10.0.0.33
+++ extended_server_list+='10.0.0.33:9041 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.249
+++ local server_address=10.0.0.249
+++ extended_server_list+='10.0.0.249:9041 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.27
+++ local server_address=10.0.0.27
+++ extended_server_list+='10.0.0.27:9041 '
+++ '[' -n '10.0.0.33:9041 10.0.0.249:9041 10.0.0.27:9041 ' ']'
+++ echo '10.0.0.33:9041 10.0.0.249:9041 10.0.0.27:9041'
++ CONFIGDB_CQL_SERVERS='10.0.0.33:9041 10.0.0.249:9041 10.0.0.27:9041'
++ CONFIG_API_VIP=
++ CONFIG_API_SSL_ENABLE=false
++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ CONFIG_API_WORKER_COUNT=1
++ CONFIG_API_MAX_REQUESTS=1024
++ ANALYTICS_API_SSL_ENABLE=false
++ ANALYTICS_API_SSL_INSECURE=True
++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ CASSANDRA_SSL_ENABLE=false
++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum
++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum
++ CASSANDRA_SSL_PROTOCOL=TLS
++ CASSANDRA_SSL_ALGORITHM=SunX509
++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]'
++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4
++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4
++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256
++ CASSANDRA_CONFIG_CONCURRECT_READS=64
++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64
++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects
++ CASSANDRA_REAPER_ENABLED=false
++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey
++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser
++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass
++ CASSANDRA_REAPER_APP_PORT=8071
++ CASSANDRA_REAPER_ADM_PORT=8072
++ CONTROL_NODES=10.20.0.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.33,10.0.0.249,10.0.0.27
++ ZOOKEEPER_PORT=2181
++ ZOOKEEPER_PORTS=2888:3888
+++ get_server_list ZOOKEEPER :2181,
+++ local server_typ=ZOOKEEPER_NODES
+++ local port_with_delim=:2181,
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.33
+++ local server_address=10.0.0.33
+++ extended_server_list+=10.0.0.33:2181,
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.249
+++ local server_address=10.0.0.249
+++ extended_server_list+=10.0.0.249:2181,
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.27
+++ local server_address=10.0.0.27
+++ extended_server_list+=10.0.0.27:2181,
+++ '[' -n 10.0.0.33:2181,10.0.0.249:2181,10.0.0.27:2181, ']'
+++ echo 10.0.0.33:2181,10.0.0.249:2181,10.0.0.27:2181
++ ZOOKEEPER_SERVERS=10.0.0.33:2181,10.0.0.249:2181,10.0.0.27:2181
+++ get_server_list ZOOKEEPER ':2181 '
+++ local server_typ=ZOOKEEPER_NODES
+++ local 'port_with_delim=:2181 '
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.33
+++ local server_address=10.0.0.33
+++ extended_server_list+='10.0.0.33:2181 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.249
+++ local server_address=10.0.0.249
+++ extended_server_list+='10.0.0.249:2181 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.27
+++ local server_address=10.0.0.27
+++ extended_server_list+='10.0.0.27:2181 '
+++ '[' -n '10.0.0.33:2181 10.0.0.249:2181 10.0.0.27:2181 ' ']'
+++ echo '10.0.0.33:2181 10.0.0.249:2181 10.0.0.27:2181'
++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.33:2181 10.0.0.249:2181 10.0.0.27:2181'
++ RABBITMQ_NODES=10.0.0.33,10.0.0.249,10.0.0.27
++ RABBITMQ_NODE_PORT=5673
+++ get_server_list RABBITMQ :5673,
+++ local server_typ=RABBITMQ_NODES
+++ local port_with_delim=:5673,
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.33
+++ local server_address=10.0.0.33
+++ extended_server_list+=10.0.0.33:5673,
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.249
+++ local server_address=10.0.0.249
+++ extended_server_list+=10.0.0.249:5673,
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.27
+++ local server_address=10.0.0.27
+++ extended_server_list+=10.0.0.27:5673,
+++ '[' -n 10.0.0.33:5673,10.0.0.249:5673,10.0.0.27:5673, ']'
+++ echo 10.0.0.33:5673,10.0.0.249:5673,10.0.0.27:5673
++ RABBITMQ_SERVERS=10.0.0.33:5673,10.0.0.249:5673,10.0.0.27:5673
++ RABBITMQ_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ RABBITMQ_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ RABBITMQ_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=true
++ RABBITMQ_VHOST=/
++ RABBITMQ_USER=guest
++ RABBITMQ_PASSWORD=guest
++ RABBITMQ_USE_SSL=false
++ RABBITMQ_SSL_VER=tlsv1.2
++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ RABBITMQ_HEARTBEAT_INTERVAL=60
++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal
++ RABBITMQ_MIRRORED_QUEUE_MODE=all
++ REDIS_SERVER_PORT=6379
++ REDIS_SERVER_PASSWORD=
+++ get_server_list ANALYTICS ':6379 '
+++ local server_typ=ANALYTICS_NODES
+++ local 'port_with_delim=:6379 '
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.33
+++ local server_address=10.0.0.33
+++ extended_server_list+='10.0.0.33:6379 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.249
+++ local server_address=10.0.0.249
+++ extended_server_list+='10.0.0.249:6379 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.27
+++ local server_address=10.0.0.27
+++ extended_server_list+='10.0.0.27:6379 '
+++ '[' -n '10.0.0.33:6379 10.0.0.249:6379 10.0.0.27:6379 ' ']'
+++ echo '10.0.0.33:6379 10.0.0.249:6379 10.0.0.27:6379'
++ REDIS_SERVERS='10.0.0.33:6379 10.0.0.249:6379 10.0.0.27:6379'
++ REDIS_LISTEN_ADDRESS=
++ REDIS_PROTECTED_MODE=
++ REDIS_SSL_ENABLE=false
++ REDIS_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ REDIS_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ REDIS_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ is_enabled false
++ local val=false
++ [[ false == \t\r\u\e ]]
++ [[ false == \y\e\s ]]
++ [[ false == \e\n\a\b\l\e\d ]]
++ redis_ssl_config=
++ KAFKA_NODES=10.0.0.33,10.0.0.249,10.0.0.27
++ KAFKA_PORT=9092
+++ get_server_list KAFKA ':9092 '
+++ local server_typ=KAFKA_NODES
+++ local 'port_with_delim=:9092 '
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.33
+++ local server_address=10.0.0.33
+++ extended_server_list+='10.0.0.33:9092 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.249
+++ local server_address=10.0.0.249
+++ extended_server_list+='10.0.0.249:9092 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.27
+++ local server_address=10.0.0.27
+++ extended_server_list+='10.0.0.27:9092 '
+++ '[' -n '10.0.0.33:9092 10.0.0.249:9092 10.0.0.27:9092 ' ']'
+++ echo '10.0.0.33:9092 10.0.0.249:9092 10.0.0.27:9092'
++ KAFKA_SERVERS='10.0.0.33:9092 10.0.0.249:9092 10.0.0.27:9092'
++ KAFKA_SSL_ENABLE=false
++ KAFKA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ KAFKA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ KAFKA_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ KEYSTONE_AUTH_ADMIN_TENANT=admin
++ KEYSTONE_AUTH_ADMIN_USER=admin
++ KEYSTONE_AUTH_ADMIN_PASSWORD=contrail123
++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=Default
++ KEYSTONE_AUTH_USER_DOMAIN_NAME=Default
++ KEYSTONE_AUTH_REGION_NAME=RegionOne
++ KEYSTONE_AUTH_URL_VERSION=/v3
++ KEYSTONE_AUTH_HOST=10.0.0.33
++ 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.33,10.0.0.249,10.0.0.27
++ KUBERNETES_CLUSTER_NAME=k8s
++ KUBERNETES_CNI_META_PLUGIN=multus
++ METADATA_PROXY_SECRET=contrail
++ BARBICAN_TENANT_NAME=service
++ BARBICAN_USER=barbican
++ BARBICAN_PASSWORD=contrail123
++ AGENT_MODE=kernel
++ EXTERNAL_ROUTERS=
++ SUBCLUSTER=
++ VROUTER_COMPUTE_NODE_ADDRESS=
++ VROUTER_MODULE_OPTIONS=
++ FABRIC_SNAT_HASH_TABLE_SIZE=4096
++ TSN_EVPN_MODE=False
++ TSN_NODES='[]'
++ PRIORITY_ID=
++ PRIORITY_BANDWIDTH=
++ PRIORITY_SCHEDULING=
++ QOS_QUEUE_ID=
++ QOS_LOGICAL_QUEUES=
++ QOS_DEF_HW_QUEUE=False
++ PRIORITY_TAGGING=True
++ SLO_DESTINATION=collector
++ '[' -n '' ']'
++ SAMPLE_DESTINATION=collector
++ FLOW_EXPORT_RATE=0
++ WEBUI_NODES=10.0.0.33,10.0.0.249,10.0.0.27
++ WEBUI_JOB_SERVER_PORT=3000
++ KUE_UI_PORT=3002
++ WEBUI_HTTP_LISTEN_PORT=8180
++ WEBUI_HTTPS_LISTEN_PORT=8143
++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem
++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem
++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA
++ WEBUI_STATIC_AUTH_USER=admin
++ WEBUI_STATIC_AUTH_PASSWORD=contrail123
++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin
++ XMPP_SERVER_PORT=5269
++ XMPP_SSL_ENABLE=false
++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ LINKLOCAL_SERVICE_PORT=80
++ LINKLOCAL_SERVICE_NAME=metadata
++ LINKLOCAL_SERVICE_IP=169.254.169.254
++ IPFABRIC_SERVICE_PORT=8775
++ INTROSPECT_SSL_ENABLE=false
++ INTROSPECT_SSL_INSECURE=True
++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ INTROSPECT_LISTEN_ALL=True
++ SANDESH_SSL_ENABLE=false
++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ METADATA_SSL_ENABLE=false
++ METADATA_SSL_CERTFILE=
++ METADATA_SSL_KEYFILE=
++ METADATA_SSL_CA_CERTFILE=
++ METADATA_SSL_CERT_TYPE=
++ CONFIGURE_IPTABLES=false
++ FWAAS_ENABLE=False
++ CONTAINERD_NAMESPACE=k8s.io
++ TOR_AGENT_OVS_KA=10000
++ TOR_TYPE=ovs
++ TOR_OVS_PROTOCOL=tcp
++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ [[ /v3 == \/\v\2\.\0 ]]
++ [[ openstack == \o\p\e\n\s\t\a\c\k ]]
++ AUTH_MODE=keystone
++ [[ keystone == \k\e\y\s\t\o\n\e ]]
++ AUTH_PARAMS='--admin_password contrail123'
++ AUTH_PARAMS+=' --admin_tenant_name admin'
++ AUTH_PARAMS+=' --admin_user admin'
++ is_enabled false
++ local val=false
++ [[ false == \t\r\u\e ]]
++ [[ false == \y\e\s ]]
++ [[ false == \e\n\a\b\l\e\d ]]
++ read -r -d '' sandesh_client_config
++ true
++ is_enabled false
++ local val=false
++ [[ false == \t\r\u\e ]]
++ [[ false == \y\e\s ]]
++ [[ false == \e\n\a\b\l\e\d ]]
++ xmpp_certs_config=
++ is_enabled false
++ local val=false
++ [[ false == \t\r\u\e ]]
++ [[ false == \y\e\s ]]
++ [[ false == \e\n\a\b\l\e\d ]]
++ analytics_api_ssl_opts=
++ read -r -d '' rabbitmq_config
++ true
++ read -r -d '' rabbit_config
++ true
++ is_enabled false
++ local val=false
++ [[ false == \t\r\u\e ]]
++ [[ false == \y\e\s ]]
++ [[ false == \e\n\a\b\l\e\d ]]
++ is_enabled false
++ local val=false
++ [[ false == \t\r\u\e ]]
++ [[ false == \y\e\s ]]
++ [[ false == \e\n\a\b\l\e\d ]]
++ kafka_ssl_config=
++ [[ -n '' ]]
++ collector_stats_config=
++ [[ -z '' ]]
++ is_enabled False
++ local val=false
++ [[ false == \t\r\u\e ]]
++ [[ false == \y\e\s ]]
++ [[ false == \e\n\a\b\l\e\d ]]
++ export TSN_AGENT_MODE=
++ TSN_AGENT_MODE=
++ [[ -n '' ]]
++ collector_stats_config=
++ [[ -z x ]]
++ RSYSLOGD_XFLOW_LISTEN_PORT=9898
+ pre_start_init
+ wait_certs_if_ssl_enabled
+ is_ssl_enabled
+ is_enabled false
+ local val=false
+ [[ false == \t\r\u\e ]]
+ [[ false == \y\e\s ]]
+ [[ false == \e\n\a\b\l\e\d ]]
+ is_enabled false
+ local val=false
+ [[ false == \t\r\u\e ]]
+ [[ false == \y\e\s ]]
+ [[ false == \e\n\a\b\l\e\d ]]
+ is_enabled false
+ local val=false
+ [[ false == \t\r\u\e ]]
+ [[ false == \y\e\s ]]
+ [[ false == \e\n\a\b\l\e\d ]]
+ is_enabled false
+ local val=false
+ [[ false == \t\r\u\e ]]
+ [[ false == \y\e\s ]]
+ [[ false == \e\n\a\b\l\e\d ]]
+ return
+ wait_config_api_certs_if_ssl_enabled
+ is_enabled false
+ local val=false
+ [[ false == \t\r\u\e ]]
+ [[ false == \y\e\s ]]
+ [[ false == \e\n\a\b\l\e\d ]]
+ return
+ wait_for_cassandra
++ echo 10.0.0.33,10.0.0.249,10.0.0.27
++ cut -d , -f 1
+ local cassandra=10.0.0.33
+ (( i=1 ))
+ (( i<=30 ))
+ echo -e '\035\nquit'
+ nc -z 10.0.0.33 9041
+ echo 'INFO: Cassandra is connected'
INFO: Cassandra is connected
+ sleep 5
+ return 0
+ host_ip=0.0.0.0
+ is_enabled
+ local val=
+ [[ '' == \t\r\u\e ]]
+ [[ '' == \y\e\s ]]
+ [[ '' == \e\n\a\b\l\e\d ]]
++ get_listen_ip_for_node CONFIG
+++ find_my_ip_and_order_for_node CONFIG
+++ local server_typ=CONFIG_NODES
+++ cut -d ' ' -f 1
+++ find_my_ip_and_order_for_node_list 10.0.0.33,10.0.0.249,10.0.0.27
+++ local servers=10.0.0.33,10.0.0.249,10.0.0.27
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
++++ get_local_ips
++++ tr '\n' ,
++++ awk '/32 host/ { print f } {f=$2}'
++++ uniq
++++ sort
++++ cat /proc/net/fib_trie
++++ grep -vi host
+++ local local_ips=,10.0.0.27,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.33'\''))'
+++ local server_ip=10.0.0.33
+++ [[ 0 == 0 ]]
+++ [[ -n 10.0.0.33 ]]
+++ [[ ,10.0.0.27,10.20.0.129,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.33, ]]
+++ (( ord+=1 ))
+++ for server in "${server_list[@]}"
+++ local ret=0
++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.249'\''))'
+++ local server_ip=10.0.0.249
+++ [[ 0 == 0 ]]
+++ [[ -n 10.0.0.249 ]]
+++ [[ ,10.0.0.27,10.20.0.129,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.249, ]]
+++ (( ord+=1 ))
+++ for server in "${server_list[@]}"
+++ local ret=0
++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.27'\''))'
+++ local server_ip=10.0.0.27
+++ [[ 0 == 0 ]]
+++ [[ -n 10.0.0.27 ]]
+++ [[ ,10.0.0.27,10.20.0.129,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.27, ]]
+++ echo 10.0.0.27 3
+++ return
++ local ip=10.0.0.27
++ [[ -z 10.0.0.27 ]]
++ echo 10.0.0.27
+ host_ip=10.0.0.27
+ [[ cql == \c\q\l ]]
++ echo 10.0.0.33:9041 10.0.0.249:9041 10.0.0.27:9041
++ sed 's/,/ /g'
+ cassandra_server_list='10.0.0.33:9041 10.0.0.249:9041 10.0.0.27:9041'
+ config_api_certs_config=
+ uwsgi_socket='protocol = http\nsocket = 10.0.0.27:8082'
+ is_enabled false
+ local val=false
+ [[ false == \t\r\u\e ]]
+ [[ false == \y\e\s ]]
+ [[ false == \e\n\a\b\l\e\d ]]
+ is_enabled False
+ local val=false
+ [[ false == \t\r\u\e ]]
+ [[ false == \y\e\s ]]
+ [[ false == \e\n\a\b\l\e\d ]]
+ neutron_section=
+ mkdir -p /etc/contrail
+ introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}")
+ admin_port_list=("${CONFIG_API_ADMIN_PORT}")
+ (( index=0 ))
+ (( index < CONFIG_API_WORKER_COUNT-1 ))
+ (( index=0 ))
+ (( index < CONFIG_API_WORKER_COUNT ))
+ cat
++ get_introspect_listen_ip_for_node CONFIG
++ local ip=0.0.0.0
++ is_enabled True
++ local val=true
++ [[ true == \t\r\u\e ]]
++ echo 0.0.0.0
+ add_ini_params_from_env API /etc/contrail/contrail-api-0.conf
+ local service_name=API
+ local cfg_path=/etc/contrail/contrail-api-0.conf
+ local delim=__
++ set -o posix
++ set
++ sed 's/^API__//g'
++ 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:
06/08/2026 02:21:42.556 7efd48696580 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True
06/08/2026 02:21:42.707 7efd48696580 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084
06/08/2026 02:21:42.720 7efd48696580 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG]
06/08/2026 02:21:42.720 7efd48696580 [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 Jun 8 02:22:00 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...14c0c933-f881-4b72-a879-bb5ce4854e8a at zookeeper'
HttpError: HTTP Status: 409 Content: FQ Name: /fq-name-to-uuid/global_system_config:default-global-system-config exists already with ID: 14c0c933-f881-4b72-a879-bb5ce4854e8a 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...14c0c933-f881-4b72-a879-bb5ce4854e8a 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...14c0c933-f881-4b72-a879-bb5ce4854e8a at zookeeper')
content = 'FQ Name: /fq-name-to-uuid/global_system_config:d...14c0c933-f881-4b72-a879-bb5ce4854e8a 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: 14c0c933-f881-4b72-a879-bb5ce4854e8a 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 Jun 8 02:22:01 AM UTC 2026 ==================='
INFO: =================== Mon Jun 8 02:22:01 AM UTC 2026 ===================
++ LOG_LOCAL=1
++ source /functions.sh
++ source /contrail-functions.sh
+++ get_default_ip
++++ get_default_nic
++++ get_gateway_nic_for_ip 1
++++ command -v ip
++++ local ip=1
+++++ ip route get 1
+++++ grep -o 'dev.*'
+++++ awk '{print $2}'
++++ local iface=ens3
++++ [[ ens3 == \l\o ]]
++++ echo ens3
+++ local nic=ens3
+++ get_ip_for_nic ens3
+++ local nic=ens3
+++ get_cidr_for_nic ens3
+++ command -v ip
+++ local nic=ens3
+++ grep 'inet '
+++ ip addr show dev ens3
+++ head -n 1
+++ cut -d / -f 1
+++ awk '{print $2}'
++ DEFAULT_LOCAL_IP=10.0.0.27
++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN
++ VXLAN_VN_ID_MODE=automatic
++ DPDK_UIO_DRIVER=uio_pci_generic
++ CPU_CORE_MASK=0x01
++ SERVICE_CORE_MASK=
++ DPDK_CTRL_THREAD_MASK=
++ HUGE_PAGES=
++ HUGE_PAGES_DIR=/dev/hugepages
++ HUGE_PAGES_1GB=0
++ HUGE_PAGES_2MB=256
++ HUGE_PAGES_1GB_DIR=
++ HUGE_PAGES_2MB_DIR=
++ [[ 0 != 0 ]]
++ [[ 0 != 256 ]]
++ [[ -z '' ]]
+++ mount -t hugetlbfs
+++ 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.33,10.0.0.249,10.0.0.27
++ ANALYTICS_ALARM_ENABLE=True
++ ANALYTICS_SNMP_ENABLE=True
++ ANALYTICSDB_ENABLE=True
++ ANALYTICS_NODES=10.0.0.33,10.0.0.249,10.0.0.27
++ ANALYTICSDB_NODES=10.0.0.33,10.0.0.249,10.0.0.27
++ ANALYTICS_SNMP_NODES=10.0.0.33,10.0.0.249,10.0.0.27
++ ANALYTICS_API_PORT=8081
++ ANALYTICS_API_INTROSPECT_PORT=8090
++ ANALYTICSDB_PORT=9160
++ ANALYTICSDB_CQL_PORT=9042
++ TOPOLOGY_INTROSPECT_PORT=5921
++ QUERYENGINE_INTROSPECT_PORT=8091
+++ get_server_list ANALYTICS ':8081 '
+++ local server_typ=ANALYTICS_NODES
+++ local 'port_with_delim=:8081 '
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.33
+++ local server_address=10.0.0.33
+++ extended_server_list+='10.0.0.33:8081 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.249
+++ local server_address=10.0.0.249
+++ extended_server_list+='10.0.0.249:8081 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.27
+++ local server_address=10.0.0.27
+++ extended_server_list+='10.0.0.27:8081 '
+++ '[' -n '10.0.0.33:8081 10.0.0.249:8081 10.0.0.27:8081 ' ']'
+++ echo '10.0.0.33:8081 10.0.0.249:8081 10.0.0.27:8081'
++ ANALYTICS_SERVERS='10.0.0.33:8081 10.0.0.249:8081 10.0.0.27:8081'
+++ get_server_list ANALYTICSDB ':9042 '
+++ local server_typ=ANALYTICSDB_NODES
+++ local 'port_with_delim=:9042 '
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.33
+++ local server_address=10.0.0.33
+++ extended_server_list+='10.0.0.33:9042 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.249
+++ local server_address=10.0.0.249
+++ extended_server_list+='10.0.0.249:9042 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.27
+++ local server_address=10.0.0.27
+++ extended_server_list+='10.0.0.27:9042 '
+++ '[' -n '10.0.0.33:9042 10.0.0.249:9042 10.0.0.27:9042 ' ']'
+++ echo '10.0.0.33:9042 10.0.0.249:9042 10.0.0.27:9042'
++ ANALYTICSDB_CQL_SERVERS='10.0.0.33:9042 10.0.0.249:9042 10.0.0.27:9042'
++ ANALYTICS_API_VIP=
++ ANALYTICS_ALARM_NODES=10.0.0.33,10.0.0.249,10.0.0.27
++ ALARMGEN_INTROSPECT_PORT=5995
++ BGP_PORT=179
++ BGP_AUTO_MESH=true
++ BGP_ASN=64512
++ ENABLE_4BYTE_AS=false
++ APPLY_DEFAULTS=true
++ COLLECTOR_PORT=8086
++ COLLECTOR_INTROSPECT_PORT=8089
++ COLLECTOR_SYSLOG_PORT=514
++ COLLECTOR_SFLOW_PORT=6343
++ COLLECTOR_IPFIX_PORT=4739
++ COLLECTOR_PROTOBUF_PORT=3333
++ COLLECTOR_STRUCTURED_SYSLOG_PORT=3514
++ SNMPCOLLECTOR_INTROSPECT_PORT=5920
+++ get_server_list ANALYTICS ':8086 '
+++ local server_typ=ANALYTICS_NODES
+++ local 'port_with_delim=:8086 '
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.33
+++ local server_address=10.0.0.33
+++ extended_server_list+='10.0.0.33:8086 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.249
+++ local server_address=10.0.0.249
+++ extended_server_list+='10.0.0.249:8086 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.27
+++ local server_address=10.0.0.27
+++ extended_server_list+='10.0.0.27:8086 '
+++ '[' -n '10.0.0.33:8086 10.0.0.249:8086 10.0.0.27:8086 ' ']'
+++ echo '10.0.0.33:8086 10.0.0.249:8086 10.0.0.27:8086'
++ COLLECTOR_SERVERS='10.0.0.33:8086 10.0.0.249:8086 10.0.0.27:8086'
++ CASSANDRA_PORT=9160
++ CASSANDRA_CQL_PORT=9042
++ CASSANDRA_SSL_STORAGE_PORT=7011
++ CASSANDRA_STORAGE_PORT=7010
++ CASSANDRA_JMX_LOCAL_PORT=7200
++ CONFIGDB_CASSANDRA_DRIVER=cql
++ CONFIG_NODES=10.0.0.33,10.0.0.249,10.0.0.27
++ CONFIGDB_NODES=10.0.0.33,10.0.0.249,10.0.0.27
++ CONFIG_API_PORT=8082
++ CONFIG_API_INTROSPECT_PORT=8084
++ CONFIG_API_ADMIN_PORT=8095
++ CONFIGDB_PORT=9161
++ CONFIGDB_CQL_PORT=9041
+++ get_server_list CONFIG ':8082 '
+++ local server_typ=CONFIG_NODES
+++ local 'port_with_delim=:8082 '
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.33
+++ local server_address=10.0.0.33
+++ extended_server_list+='10.0.0.33:8082 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.249
+++ local server_address=10.0.0.249
+++ extended_server_list+='10.0.0.249:8082 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.27
+++ local server_address=10.0.0.27
+++ extended_server_list+='10.0.0.27:8082 '
+++ '[' -n '10.0.0.33:8082 10.0.0.249:8082 10.0.0.27:8082 ' ']'
+++ echo '10.0.0.33:8082 10.0.0.249:8082 10.0.0.27:8082'
++ CONFIG_SERVERS='10.0.0.33:8082 10.0.0.249:8082 10.0.0.27:8082'
+++ get_server_list CONFIGDB ':9161 '
+++ local server_typ=CONFIGDB_NODES
+++ local 'port_with_delim=:9161 '
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.33
+++ local server_address=10.0.0.33
+++ extended_server_list+='10.0.0.33:9161 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.249
+++ local server_address=10.0.0.249
+++ extended_server_list+='10.0.0.249:9161 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.27
+++ local server_address=10.0.0.27
+++ extended_server_list+='10.0.0.27:9161 '
+++ '[' -n '10.0.0.33:9161 10.0.0.249:9161 10.0.0.27:9161 ' ']'
+++ echo '10.0.0.33:9161 10.0.0.249:9161 10.0.0.27:9161'
++ CONFIGDB_SERVERS='10.0.0.33:9161 10.0.0.249:9161 10.0.0.27:9161'
+++ get_server_list CONFIGDB ':9041 '
+++ local server_typ=CONFIGDB_NODES
+++ local 'port_with_delim=:9041 '
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.33
+++ local server_address=10.0.0.33
+++ extended_server_list+='10.0.0.33:9041 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.249
+++ local server_address=10.0.0.249
+++ extended_server_list+='10.0.0.249:9041 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.27
+++ local server_address=10.0.0.27
+++ extended_server_list+='10.0.0.27:9041 '
+++ '[' -n '10.0.0.33:9041 10.0.0.249:9041 10.0.0.27:9041 ' ']'
+++ echo '10.0.0.33:9041 10.0.0.249:9041 10.0.0.27:9041'
++ CONFIGDB_CQL_SERVERS='10.0.0.33:9041 10.0.0.249:9041 10.0.0.27:9041'
++ CONFIG_API_VIP=
++ CONFIG_API_SSL_ENABLE=false
++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ CONFIG_API_WORKER_COUNT=1
++ CONFIG_API_MAX_REQUESTS=1024
++ ANALYTICS_API_SSL_ENABLE=false
++ ANALYTICS_API_SSL_INSECURE=True
++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ CASSANDRA_SSL_ENABLE=false
++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum
++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum
++ CASSANDRA_SSL_PROTOCOL=TLS
++ CASSANDRA_SSL_ALGORITHM=SunX509
++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]'
++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4
++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4
++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256
++ CASSANDRA_CONFIG_CONCURRECT_READS=64
++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64
++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects
++ CASSANDRA_REAPER_ENABLED=false
++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey
++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser
++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass
++ CASSANDRA_REAPER_APP_PORT=8071
++ CASSANDRA_REAPER_ADM_PORT=8072
++ CONTROL_NODES=10.20.0.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.33,10.0.0.249,10.0.0.27
++ ZOOKEEPER_PORT=2181
++ ZOOKEEPER_PORTS=2888:3888
+++ get_server_list ZOOKEEPER :2181,
+++ local server_typ=ZOOKEEPER_NODES
+++ local port_with_delim=:2181,
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.33
+++ local server_address=10.0.0.33
+++ extended_server_list+=10.0.0.33:2181,
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.249
+++ local server_address=10.0.0.249
+++ extended_server_list+=10.0.0.249:2181,
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.27
+++ local server_address=10.0.0.27
+++ extended_server_list+=10.0.0.27:2181,
+++ '[' -n 10.0.0.33:2181,10.0.0.249:2181,10.0.0.27:2181, ']'
+++ echo 10.0.0.33:2181,10.0.0.249:2181,10.0.0.27:2181
++ ZOOKEEPER_SERVERS=10.0.0.33:2181,10.0.0.249:2181,10.0.0.27:2181
+++ get_server_list ZOOKEEPER ':2181 '
+++ local server_typ=ZOOKEEPER_NODES
+++ local 'port_with_delim=:2181 '
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.33
+++ local server_address=10.0.0.33
+++ extended_server_list+='10.0.0.33:2181 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.249
+++ local server_address=10.0.0.249
+++ extended_server_list+='10.0.0.249:2181 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.27
+++ local server_address=10.0.0.27
+++ extended_server_list+='10.0.0.27:2181 '
+++ '[' -n '10.0.0.33:2181 10.0.0.249:2181 10.0.0.27:2181 ' ']'
+++ echo '10.0.0.33:2181 10.0.0.249:2181 10.0.0.27:2181'
++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.33:2181 10.0.0.249:2181 10.0.0.27:2181'
++ RABBITMQ_NODES=10.0.0.33,10.0.0.249,10.0.0.27
++ RABBITMQ_NODE_PORT=5673
+++ get_server_list RABBITMQ :5673,
+++ local server_typ=RABBITMQ_NODES
+++ local port_with_delim=:5673,
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.33
+++ local server_address=10.0.0.33
+++ extended_server_list+=10.0.0.33:5673,
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.249
+++ local server_address=10.0.0.249
+++ extended_server_list+=10.0.0.249:5673,
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.27
+++ local server_address=10.0.0.27
+++ extended_server_list+=10.0.0.27:5673,
+++ '[' -n 10.0.0.33:5673,10.0.0.249:5673,10.0.0.27:5673, ']'
+++ echo 10.0.0.33:5673,10.0.0.249:5673,10.0.0.27:5673
++ RABBITMQ_SERVERS=10.0.0.33:5673,10.0.0.249:5673,10.0.0.27:5673
++ RABBITMQ_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ RABBITMQ_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ RABBITMQ_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=true
++ RABBITMQ_VHOST=/
++ RABBITMQ_USER=guest
++ RABBITMQ_PASSWORD=guest
++ RABBITMQ_USE_SSL=false
++ RABBITMQ_SSL_VER=tlsv1.2
++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ RABBITMQ_HEARTBEAT_INTERVAL=60
++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal
++ RABBITMQ_MIRRORED_QUEUE_MODE=all
++ REDIS_SERVER_PORT=6379
++ REDIS_SERVER_PASSWORD=
+++ get_server_list ANALYTICS ':6379 '
+++ local server_typ=ANALYTICS_NODES
+++ local 'port_with_delim=:6379 '
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.33
+++ local server_address=10.0.0.33
+++ extended_server_list+='10.0.0.33:6379 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.249
+++ local server_address=10.0.0.249
+++ extended_server_list+='10.0.0.249:6379 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.27
+++ local server_address=10.0.0.27
+++ extended_server_list+='10.0.0.27:6379 '
+++ '[' -n '10.0.0.33:6379 10.0.0.249:6379 10.0.0.27:6379 ' ']'
+++ echo '10.0.0.33:6379 10.0.0.249:6379 10.0.0.27:6379'
++ REDIS_SERVERS='10.0.0.33:6379 10.0.0.249:6379 10.0.0.27:6379'
++ REDIS_LISTEN_ADDRESS=
++ REDIS_PROTECTED_MODE=
++ REDIS_SSL_ENABLE=false
++ REDIS_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ REDIS_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ REDIS_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ is_enabled false
++ local val=false
++ [[ false == \t\r\u\e ]]
++ [[ false == \y\e\s ]]
++ [[ false == \e\n\a\b\l\e\d ]]
++ redis_ssl_config=
++ KAFKA_NODES=10.0.0.33,10.0.0.249,10.0.0.27
++ KAFKA_PORT=9092
+++ get_server_list KAFKA ':9092 '
+++ local server_typ=KAFKA_NODES
+++ local 'port_with_delim=:9092 '
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.33
+++ local server_address=10.0.0.33
+++ extended_server_list+='10.0.0.33:9092 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.249
+++ local server_address=10.0.0.249
+++ extended_server_list+='10.0.0.249:9092 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.27
+++ local server_address=10.0.0.27
+++ extended_server_list+='10.0.0.27:9092 '
+++ '[' -n '10.0.0.33:9092 10.0.0.249:9092 10.0.0.27:9092 ' ']'
+++ echo '10.0.0.33:9092 10.0.0.249:9092 10.0.0.27:9092'
++ KAFKA_SERVERS='10.0.0.33:9092 10.0.0.249:9092 10.0.0.27:9092'
++ KAFKA_SSL_ENABLE=false
++ KAFKA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ KAFKA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ KAFKA_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ KEYSTONE_AUTH_ADMIN_TENANT=admin
++ KEYSTONE_AUTH_ADMIN_USER=admin
++ KEYSTONE_AUTH_ADMIN_PASSWORD=contrail123
++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=Default
++ KEYSTONE_AUTH_USER_DOMAIN_NAME=Default
++ KEYSTONE_AUTH_REGION_NAME=RegionOne
++ KEYSTONE_AUTH_URL_VERSION=/v3
++ KEYSTONE_AUTH_HOST=10.0.0.33
++ 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.33,10.0.0.249,10.0.0.27
++ KUBERNETES_CLUSTER_NAME=k8s
++ KUBERNETES_CNI_META_PLUGIN=multus
++ METADATA_PROXY_SECRET=contrail
++ BARBICAN_TENANT_NAME=service
++ BARBICAN_USER=barbican
++ BARBICAN_PASSWORD=contrail123
++ AGENT_MODE=kernel
++ EXTERNAL_ROUTERS=
++ SUBCLUSTER=
++ VROUTER_COMPUTE_NODE_ADDRESS=
++ VROUTER_MODULE_OPTIONS=
++ FABRIC_SNAT_HASH_TABLE_SIZE=4096
++ TSN_EVPN_MODE=False
++ TSN_NODES='[]'
++ PRIORITY_ID=
++ PRIORITY_BANDWIDTH=
++ PRIORITY_SCHEDULING=
++ QOS_QUEUE_ID=
++ QOS_LOGICAL_QUEUES=
++ QOS_DEF_HW_QUEUE=False
++ PRIORITY_TAGGING=True
++ SLO_DESTINATION=collector
++ '[' -n '' ']'
++ SAMPLE_DESTINATION=collector
++ FLOW_EXPORT_RATE=0
++ WEBUI_NODES=10.0.0.33,10.0.0.249,10.0.0.27
++ WEBUI_JOB_SERVER_PORT=3000
++ KUE_UI_PORT=3002
++ WEBUI_HTTP_LISTEN_PORT=8180
++ WEBUI_HTTPS_LISTEN_PORT=8143
++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem
++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem
++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA
++ WEBUI_STATIC_AUTH_USER=admin
++ WEBUI_STATIC_AUTH_PASSWORD=contrail123
++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin
++ XMPP_SERVER_PORT=5269
++ XMPP_SSL_ENABLE=false
++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ LINKLOCAL_SERVICE_PORT=80
++ LINKLOCAL_SERVICE_NAME=metadata
++ LINKLOCAL_SERVICE_IP=169.254.169.254
++ IPFABRIC_SERVICE_PORT=8775
++ INTROSPECT_SSL_ENABLE=false
++ INTROSPECT_SSL_INSECURE=True
++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ INTROSPECT_LISTEN_ALL=True
++ SANDESH_SSL_ENABLE=false
++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ METADATA_SSL_ENABLE=false
++ METADATA_SSL_CERTFILE=
++ METADATA_SSL_KEYFILE=
++ METADATA_SSL_CA_CERTFILE=
++ METADATA_SSL_CERT_TYPE=
++ CONFIGURE_IPTABLES=false
++ FWAAS_ENABLE=False
++ CONTAINERD_NAMESPACE=k8s.io
++ TOR_AGENT_OVS_KA=10000
++ TOR_TYPE=ovs
++ TOR_OVS_PROTOCOL=tcp
++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ [[ /v3 == \/\v\2\.\0 ]]
++ [[ openstack == \o\p\e\n\s\t\a\c\k ]]
++ AUTH_MODE=keystone
++ [[ keystone == \k\e\y\s\t\o\n\e ]]
++ AUTH_PARAMS='--admin_password contrail123'
++ AUTH_PARAMS+=' --admin_tenant_name admin'
++ AUTH_PARAMS+=' --admin_user admin'
++ is_enabled false
++ local val=false
++ [[ false == \t\r\u\e ]]
++ [[ false == \y\e\s ]]
++ [[ false == \e\n\a\b\l\e\d ]]
++ read -r -d '' sandesh_client_config
++ true
++ is_enabled false
++ local val=false
++ [[ false == \t\r\u\e ]]
++ [[ false == \y\e\s ]]
++ [[ false == \e\n\a\b\l\e\d ]]
++ xmpp_certs_config=
++ is_enabled false
++ local val=false
++ [[ false == \t\r\u\e ]]
++ [[ false == \y\e\s ]]
++ [[ false == \e\n\a\b\l\e\d ]]
++ analytics_api_ssl_opts=
++ read -r -d '' rabbitmq_config
++ true
++ read -r -d '' rabbit_config
++ true
++ is_enabled false
++ local val=false
++ [[ false == \t\r\u\e ]]
++ [[ false == \y\e\s ]]
++ [[ false == \e\n\a\b\l\e\d ]]
++ is_enabled false
++ local val=false
++ [[ false == \t\r\u\e ]]
++ [[ false == \y\e\s ]]
++ [[ false == \e\n\a\b\l\e\d ]]
++ kafka_ssl_config=
++ [[ -n '' ]]
++ collector_stats_config=
++ [[ -z '' ]]
++ is_enabled False
++ local val=false
++ [[ false == \t\r\u\e ]]
++ [[ false == \y\e\s ]]
++ [[ false == \e\n\a\b\l\e\d ]]
++ export TSN_AGENT_MODE=
++ TSN_AGENT_MODE=
++ [[ -n '' ]]
++ collector_stats_config=
++ [[ -z x ]]
++ RSYSLOGD_XFLOW_LISTEN_PORT=9898
+ pre_start_init
+ wait_certs_if_ssl_enabled
+ is_ssl_enabled
+ is_enabled false
+ local val=false
+ [[ false == \t\r\u\e ]]
+ [[ false == \y\e\s ]]
+ [[ false == \e\n\a\b\l\e\d ]]
+ is_enabled false
+ local val=false
+ [[ false == \t\r\u\e ]]
+ [[ false == \y\e\s ]]
+ [[ false == \e\n\a\b\l\e\d ]]
+ is_enabled false
+ local val=false
+ [[ false == \t\r\u\e ]]
+ [[ false == \y\e\s ]]
+ [[ false == \e\n\a\b\l\e\d ]]
+ is_enabled false
+ local val=false
+ [[ false == \t\r\u\e ]]
+ [[ false == \y\e\s ]]
+ [[ false == \e\n\a\b\l\e\d ]]
+ return
+ wait_config_api_certs_if_ssl_enabled
+ is_enabled false
+ local val=false
+ [[ false == \t\r\u\e ]]
+ [[ false == \y\e\s ]]
+ [[ false == \e\n\a\b\l\e\d ]]
+ return
+ wait_for_cassandra
++ echo 10.0.0.33,10.0.0.249,10.0.0.27
++ cut -d , -f 1
+ local cassandra=10.0.0.33
+ (( i=1 ))
+ (( i<=30 ))
+ echo -e '\035\nquit'
+ nc -z 10.0.0.33 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.33,10.0.0.249,10.0.0.27
+++ local servers=10.0.0.33,10.0.0.249,10.0.0.27
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
++++ get_local_ips
++++ tr '\n' ,
++++ awk '/32 host/ { print f } {f=$2}'
++++ uniq
++++ cat /proc/net/fib_trie
++++ grep -vi host
++++ sort
+++ local local_ips=,10.0.0.27,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.33'\''))'
+++ local server_ip=10.0.0.33
+++ [[ 0 == 0 ]]
+++ [[ -n 10.0.0.33 ]]
+++ [[ ,10.0.0.27,10.20.0.129,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.33, ]]
+++ (( ord+=1 ))
+++ for server in "${server_list[@]}"
+++ local ret=0
++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.249'\''))'
+++ local server_ip=10.0.0.249
+++ [[ 0 == 0 ]]
+++ [[ -n 10.0.0.249 ]]
+++ [[ ,10.0.0.27,10.20.0.129,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.249, ]]
+++ (( ord+=1 ))
+++ for server in "${server_list[@]}"
+++ local ret=0
++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.27'\''))'
+++ local server_ip=10.0.0.27
+++ [[ 0 == 0 ]]
+++ [[ -n 10.0.0.27 ]]
+++ [[ ,10.0.0.27,10.20.0.129,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.27, ]]
+++ echo 10.0.0.27 3
+++ return
++ local ip=10.0.0.27
++ [[ -z 10.0.0.27 ]]
++ echo 10.0.0.27
+ host_ip=10.0.0.27
+ [[ cql == \c\q\l ]]
++ echo 10.0.0.33:9041 10.0.0.249:9041 10.0.0.27:9041
++ sed 's/,/ /g'
+ cassandra_server_list='10.0.0.33:9041 10.0.0.249:9041 10.0.0.27:9041'
+ config_api_certs_config=
+ uwsgi_socket='protocol = http\nsocket = 10.0.0.27:8082'
+ is_enabled false
+ local val=false
+ [[ false == \t\r\u\e ]]
+ [[ false == \y\e\s ]]
+ [[ false == \e\n\a\b\l\e\d ]]
+ is_enabled False
+ local val=false
+ [[ false == \t\r\u\e ]]
+ [[ false == \y\e\s ]]
+ [[ false == \e\n\a\b\l\e\d ]]
+ neutron_section=
+ mkdir -p /etc/contrail
+ introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}")
+ admin_port_list=("${CONFIG_API_ADMIN_PORT}")
+ (( index=0 ))
+ (( index < CONFIG_API_WORKER_COUNT-1 ))
+ (( index=0 ))
+ (( index < CONFIG_API_WORKER_COUNT ))
+ cat
++ get_introspect_listen_ip_for_node CONFIG
++ local ip=0.0.0.0
++ is_enabled True
++ local val=true
++ [[ true == \t\r\u\e ]]
++ echo 0.0.0.0
+ add_ini_params_from_env API /etc/contrail/contrail-api-0.conf
+ local service_name=API
+ local cfg_path=/etc/contrail/contrail-api-0.conf
+ local delim=__
++ set -o posix
++ set
++ sort
++ sed 's/^API__//g'
++ grep '^API__.*__.*=.*$'
++ cut -d = -f 1
+ local vars=
+ local section=
+ (( ++index ))
+ (( index < CONFIG_API_WORKER_COUNT ))
+ (( CONFIG_API_WORKER_COUNT > 1 ))
+ service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0'
+ set_third_party_auth_config
+ [[ keystone != \k\e\y\s\t\o\n\e ]]
+ local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp
+ cat
+ [[ /v3 == \/\v\3 ]]
+ cat
+ [[ http == \h\t\t\p\s ]]
+ [[ -n '' ]]
+ [[ -n '' ]]
+ [[ -n public ]]
+ echo 'interface = public'
+ mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf
+ set_vnc_api_lib_ini
+ local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp
+ cat
+ is_enabled false
+ local val=false
+ [[ false == \t\r\u\e ]]
+ [[ false == \y\e\s ]]
+ [[ false == \e\n\a\b\l\e\d ]]
+ [[ keystone == \k\e\y\s\t\o\n\e ]]
+ cat
+ [[ http == \h\t\t\p\s ]]
+ mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini
+ upgrade_old_logs contrail-api
+ local template=contrail-api
++ dirname /var/log/contrail/config-api
+ local old_dir=/var/log/contrail
+ mkdir -p /var/log/contrail/config-api
+ chmod 755 /var/log/contrail/config-api
+ mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/
+ true
+ [[ -n 1999 ]]
+ [[ -n 1999 ]]
+ local owner_opts=1999:1999
+ chown 1999:1999 /var/log/contrail/config-api
+ find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' +
+ run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0
+ [[ -n 1999 ]]
+ [[ -n 1999 ]]
+ local owner_opts=1999:1999
+ mkdir -p /etc/contrail /var/lib/contrail
+ chown 1999:1999 /etc/contrail /var/lib/contrail
+ find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' +
+ chmod 755 /etc/contrail
+ do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0
+ [[ -n 1999 ]]
+ [[ -n 1999 ]]
+ mkdir -p /var/crashes
+ chmod 777 /var/crashes
++ id -un 1999
+ local user_name=contrail
+ export HOME=/home/contrail
+ HOME=/home/contrail
+ mkdir -p /home/contrail
+ chown -R 1999:1999 /home/contrail
+ exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0
/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:287: SyntaxWarning: "is not" with a literal. Did you mean "!="?
if ip_alloc_unit is not 1:
/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1113: SyntaxWarning: "is" with a literal. Did you mean "=="?
if len(ipam_subnets) is 0:
/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1910: SyntaxWarning: "is" with a literal. Did you mean "=="?
if len(ipam_subnets) is 0:
06/08/2026 02:22:10.724 7f5cdbf31340 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True
06/08/2026 02:22:10.880 7f5cdbf31340 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084
06/08/2026 02:22:10.892 7f5cdbf31340 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG]
06/08/2026 02:22:10.893 7f5cdbf31340 [contrail-api] [INFO]: SANDESH: Logging: FILE: [None] -> [/var/log/contrail/config-api/contrail-api-0.log]
The option "admin_port" is not known to keystonemiddleware
The option "max_requests" is not known to keystonemiddleware
The option "signing_dir" is not known to keystonemiddleware
The option "auth_url" is not known to keystonemiddleware
The option "username" is not known to keystonemiddleware
The option "password" is not known to keystonemiddleware
The option "user_domain_name" is not known to keystonemiddleware
The option "project_domain_name" is not known to keystonemiddleware
The option "project_name" is not known to keystonemiddleware
AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True.
Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an admin endpoint
Bottle v0.12.25 server starting up (using GeventPoolServer(spawn=))...
Listening on http://localhost:8095/
Hit Ctrl-C to quit.
Bottle v0.12.25 server starting up (using GeventPoolServer(spawn=))...
Listening on http://10.0.0.27:8082/
Hit Ctrl-C to quit.
10.0.0.27 - - [2026-06-08 02:22:12] "GET / HTTP/1.1" 503 181 0.000237
10.0.0.27 - - [2026-06-08 02:22:12] "GET / HTTP/1.1" 503 181 0.000148
10.0.0.27 - - [2026-06-08 02:22:13] "GET / HTTP/1.1" 200 45871 0.002285
10.0.0.27 - - [2026-06-08 02:22:13] "GET / HTTP/1.1" 200 45871 0.001327
Using the in-process token cache is deprecated as of the 4.2.0 release and may be removed in the 5.0.0 release or the 'O' development cycle. The in-process cache causes inconsistent results and high memory usage. When the feature is removed the auth_token middleware will not cache tokens by default which may result in performance issues. It is recommended to use memcache for the auth_token token cache by setting the memcached_servers option.
10.0.0.27 - - [2026-06-08 02:22:13] "POST /fqname-to-id HTTP/1.1" 401 292 0.001140
10.0.0.27 - - [2026-06-08 02:22:13] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000594
10.0.0.27 - - [2026-06-08 02:22:18] "POST /fqname-to-id HTTP/1.1" 200 156 2.532311
10.0.0.27 - - [2026-06-08 02:22:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.005656
10.0.0.27 - - [2026-06-08 02:22:18] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 2.246956
10.0.0.27 - - [2026-06-08 02:22:18] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.005213
/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.33 - - [2026-06-08 02:22:23] "POST /fqname-to-id HTTP/1.1" 404 186 0.027909
10.0.0.33 - - [2026-06-08 02:22:23] "POST /service-appliance-sets HTTP/1.1" 200 553 0.044385
10.0.0.33 - - [2026-06-08 02:22:23] "GET /global-system-config/14c0c933-f881-4b72-a879-bb5ce4854e8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.016484
10.0.0.33 - - [2026-06-08 02:22:23] "GET /network-ipam/8e8d216e-28b1-4936-b01e-ae9ac7582e59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1954 0.005034
10.0.0.33 - - [2026-06-08 02:22:24] "POST /service-templates HTTP/1.1" 200 515 0.050069
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.33 - - [2026-06-08 02:22:26] "GET /obj-perms HTTP/1.1" 200 5056 1.484979
10.0.0.249 - - [2026-06-08 02:22:26] "GET /obj-perms HTTP/1.1" 200 5056 0.118312
10.0.0.249 - - [2026-06-08 02:22:32] "POST /fqname-to-id HTTP/1.1" 401 292 0.000610
10.0.0.249 - - [2026-06-08 02:22:32] "POST /ref-update HTTP/1.1" 200 156 0.092510
10.0.0.249 - - [2026-06-08 02:22:33] "POST /fqname-to-id HTTP/1.1" 404 225 0.003976
10.0.0.249 - - [2026-06-08 02:22:33] "POST /access-control-lists HTTP/1.1" 200 585 0.069983
10.0.0.249 - - [2026-06-08 02:22:34] "POST /route-targets HTTP/1.1" 200 327 0.023215
10.0.0.249 - - [2026-06-08 02:22:34] "POST /ref-update HTTP/1.1" 200 156 0.051591
10.0.0.249 - - [2026-06-08 02:22:34] "POST /fqname-to-id HTTP/1.1" 404 201 0.006741
10.0.0.249 - - [2026-06-08 02:22:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000478
10.0.0.249 - - [2026-06-08 02:22:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000396
10.0.0.249 - - [2026-06-08 02:22:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000400
10.0.0.249 - - [2026-06-08 02:22:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000540
10.0.0.33 - - [2026-06-08 02:22:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000666
10.0.0.33 - - [2026-06-08 02:22:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000474
10.0.0.27 - - [2026-06-08 02:22:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000437
10.0.0.27 - - [2026-06-08 02:22:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000796
10.0.0.33 - - [2026-06-08 02:22:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000559
10.0.0.33 - - [2026-06-08 02:22:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000415
10.0.0.27 - - [2026-06-08 02:22:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000487
10.0.0.27 - - [2026-06-08 02:22:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000431
[Introspect:8084]10.0.0.27 - - [2026-06-08 02:22:40] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001113
[Introspect:8084]10.0.0.27 - - [2026-06-08 02:22:40] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3160 0.001345
[Introspect:8084]10.0.0.27 - - [2026-06-08 02:22:55] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001357
[Introspect:8084]10.0.0.27 - - [2026-06-08 02:22:55] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3160 0.001612
10.0.0.27 - - [2026-06-08 02:23:27] "GET /obj-perms HTTP/1.1" 200 5056 0.063117
10.0.0.33 - - [2026-06-08 02:24:16] "GET / HTTP/1.1" 200 35931 0.002061
10.0.0.33 - - [2026-06-08 02:24:17] "POST /fqname-to-id HTTP/1.1" 401 292 0.000534
10.0.0.33 - - [2026-06-08 02:24:18] "POST /fqname-to-id HTTP/1.1" 404 186 0.056732
10.0.0.27 - - [2026-06-08 02:24:18] "GET /projects?obj_uuids=65ab2f18-d8d3-4a73-84de-167522c4ea2f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003721
10.0.0.27 - - [2026-06-08 02:24:18] "GET /domains?obj_uuids=2441b78a-01cc-4005-9aa7-6b434eb6fb41&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001292
10.0.0.27 - - [2026-06-08 02:24:18] "GET /domain/2441b78a-01cc-4005-9aa7-6b434eb6fb41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008564
10.0.0.27 - - [2026-06-08 02:24:18] "POST /id-to-fqname HTTP/1.1" 200 188 0.001756
10.0.0.27 - - [2026-06-08 02:24:18] "POST /fqname-to-id HTTP/1.1" 404 197 0.008635
10.0.0.27 - - [2026-06-08 02:24:18] "POST /security-groups HTTP/1.1" 200 589 0.105175
10.0.0.27 - - [2026-06-08 02:24:18] "POST /projects HTTP/1.1" 200 581 0.390456
10.0.0.249 - - [2026-06-08 02:24:18] "POST /access-control-lists HTTP/1.1" 200 594 0.044071
10.0.0.27 - - [2026-06-08 02:24:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.474430
10.0.0.33 - - [2026-06-08 02:24:18] "GET /project/65ab2f18-d8d3-4a73-84de-167522c4ea2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.663400
10.0.0.27 - - [2026-06-08 02:24:20] "DELETE /project/65ab2f18d8d34a7384de167522c4ea2f HTTP/1.1" 404 173 0.005945
10.0.0.33 - - [2026-06-08 02:24:20] "GET / HTTP/1.1" 200 35931 0.003304
10.0.0.27 - - [2026-06-08 02:24:23] "GET /projects?obj_uuids=65ab2f18-d8d3-4a73-84de-167522c4ea2f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001120
10.0.0.33 - - [2026-06-08 02:24:23] "GET /project/65ab2f18-d8d3-4a73-84de-167522c4ea2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.070204
10.0.0.27 - - [2026-06-08 02:24:23] "GET /projects?obj_uuids=65ab2f18-d8d3-4a73-84de-167522c4ea2f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000899
10.0.0.33 - - [2026-06-08 02:24:23] "GET /project/65ab2f18-d8d3-4a73-84de-167522c4ea2f?fields=virtual_networks HTTP/1.1" 200 1027 0.061705
10.0.0.27 - - [2026-06-08 02:24:23] "GET /projects?obj_uuids=65ab2f18-d8d3-4a73-84de-167522c4ea2f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001021
10.0.0.33 - - [2026-06-08 02:24:23] "GET /project/65ab2f18-d8d3-4a73-84de-167522c4ea2f?fields=virtual_machine_interfaces HTTP/1.1" 200 1027 0.058333
10.0.0.27 - - [2026-06-08 02:24:23] "GET /projects?obj_uuids=65ab2f18-d8d3-4a73-84de-167522c4ea2f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001022
10.0.0.33 - - [2026-06-08 02:24:23] "GET /project/65ab2f18-d8d3-4a73-84de-167522c4ea2f?fields=security_groups HTTP/1.1" 200 1251 0.060515
10.0.0.27 - - [2026-06-08 02:24:24] "GET /projects?obj_uuids=bb59746f-d440-4224-b014-d6e71885c160&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003694
10.0.0.27 - - [2026-06-08 02:24:24] "GET /domains?obj_uuids=2441b78a-01cc-4005-9aa7-6b434eb6fb41&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001029
10.0.0.27 - - [2026-06-08 02:24:24] "GET /domain/2441b78a-01cc-4005-9aa7-6b434eb6fb41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009099
10.0.0.27 - - [2026-06-08 02:24:24] "POST /id-to-fqname HTTP/1.1" 200 167 0.009863
10.0.0.27 - - [2026-06-08 02:24:24] "POST /fqname-to-id HTTP/1.1" 404 176 0.006337
10.0.0.27 - - [2026-06-08 02:24:24] "POST /security-groups HTTP/1.1" 200 568 0.057689
10.0.0.249 - - [2026-06-08 02:24:24] "POST /fqname-to-id HTTP/1.1" 404 207 0.005269
10.0.0.27 - - [2026-06-08 02:24:24] "POST /projects HTTP/1.1" 200 539 0.357115
10.0.0.27 - - [2026-06-08 02:24:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.429130
10.0.0.33 - - [2026-06-08 02:24:25] "GET /project/bb59746f-d440-4224-b014-d6e71885c160?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.609786
10.0.0.249 - - [2026-06-08 02:24:25] "POST /access-control-lists HTTP/1.1" 200 571 0.090382
[Introspect:8084]10.0.0.33 - - [2026-06-08 02:24:26] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3160 0.001481
10.0.0.27 - - [2026-06-08 02:24:26] "GET /projects?obj_uuids=bb59746f-d440-4224-b014-d6e71885c160&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001029
10.0.0.33 - - [2026-06-08 02:24:27] "GET /project/bb59746f-d440-4224-b014-d6e71885c160?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.056999
10.0.0.27 - - [2026-06-08 02:24:29] "GET /obj-perms HTTP/1.1" 200 5056 0.397427
[Introspect:8084]10.0.0.33 - - [2026-06-08 02:24:30] "GET /Snh_CollectorInfoRequest HTTP/1.1" 200 373 0.000989
10.0.0.33 - - [2026-06-08 02:24:31] "GET /obj-perms HTTP/1.1" 200 5056 0.062383
10.0.0.33 - - [2026-06-08 02:24:31] "GET /obj-perms HTTP/1.1" 200 5056 0.005794
10.0.0.33 - - [2026-06-08 02:24:31] "GET /obj-perms HTTP/1.1" 200 5056 0.009120
10.0.0.33 - - [2026-06-08 02:24:31] "GET /obj-perms HTTP/1.1" 200 5056 0.006178
10.0.0.33 - - [2026-06-08 02:24:31] "GET /obj-perms HTTP/1.1" 200 5056 0.004819
10.0.0.33 - - [2026-06-08 02:24:31] "GET /obj-perms HTTP/1.1" 200 5056 0.005771
10.0.0.33 - - [2026-06-08 02:24:31] "GET /obj-perms HTTP/1.1" 200 5056 0.005661
10.0.0.33 - - [2026-06-08 02:24:31] "GET /obj-perms HTTP/1.1" 200 5056 0.005218
10.0.0.33 - - [2026-06-08 02:24:31] "GET /obj-perms HTTP/1.1" 200 5056 0.004457
10.0.0.33 - - [2026-06-08 02:24:31] "GET /obj-perms HTTP/1.1" 200 5056 0.006875
10.0.0.33 - - [2026-06-08 02:24:32] "GET /obj-perms HTTP/1.1" 200 5056 0.005692
10.0.0.249 - - [2026-06-08 02:24:32] "GET /obj-perms HTTP/1.1" 200 5056 0.060379
10.0.0.27 - - [2026-06-08 02:24:32] "GET /obj-perms HTTP/1.1" 200 5056 0.096427
10.0.0.27 - - [2026-06-08 02:24:32] "GET /obj-perms HTTP/1.1" 200 5056 0.007694
10.0.0.27 - - [2026-06-08 02:24:32] "GET /obj-perms HTTP/1.1" 200 5056 0.005103
10.0.0.33 - - [2026-06-08 02:24:34] "GET /obj-perms HTTP/1.1" 200 5056 0.005767
10.0.0.33 - - [2026-06-08 02:24:34] "GET /obj-perms HTTP/1.1" 200 5056 0.007209
10.0.0.33 - - [2026-06-08 02:24:34] "GET /obj-perms HTTP/1.1" 200 5056 0.007376
10.0.0.33 - - [2026-06-08 02:24:34] "GET /obj-perms HTTP/1.1" 200 5056 0.004784
10.0.0.33 - - [2026-06-08 02:24:34] "GET /obj-perms HTTP/1.1" 200 5056 0.005005
10.0.0.33 - - [2026-06-08 02:24:34] "GET /obj-perms HTTP/1.1" 200 5056 0.007905
10.0.0.33 - - [2026-06-08 02:24:34] "GET /obj-perms HTTP/1.1" 200 5056 0.010287
10.0.0.33 - - [2026-06-08 02:24:34] "GET /obj-perms HTTP/1.1" 200 5056 0.004339
10.0.0.33 - - [2026-06-08 02:24:34] "GET /obj-perms HTTP/1.1" 200 5056 0.005674
10.0.0.33 - - [2026-06-08 02:24:35] "GET /obj-perms HTTP/1.1" 200 5056 0.005486
10.0.0.33 - - [2026-06-08 02:24:35] "GET /obj-perms HTTP/1.1" 200 5056 0.005170
10.0.0.33 - - [2026-06-08 02:24:37] "GET /obj-perms HTTP/1.1" 200 5056 0.009871
10.0.0.33 - - [2026-06-08 02:24:37] "GET /obj-perms HTTP/1.1" 200 5056 0.008649
10.0.0.33 - - [2026-06-08 02:24:38] "GET /obj-perms HTTP/1.1" 200 5056 0.006150
10.0.0.33 - - [2026-06-08 02:24:38] "GET /obj-perms HTTP/1.1" 200 5056 0.006055
10.0.0.33 - - [2026-06-08 02:24:39] "GET /obj-perms HTTP/1.1" 200 5056 0.007247
10.0.0.33 - - [2026-06-08 02:24:40] "POST /fqname-to-id HTTP/1.1" 404 199 0.029039
10.0.0.27 - - [2026-06-08 02:24:40] "GET /projects?obj_uuids=47ba2eb5-f89d-4c89-910a-9a55d8dd9aa3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005538
10.0.0.27 - - [2026-06-08 02:24:40] "GET /domains?obj_uuids=2441b78a-01cc-4005-9aa7-6b434eb6fb41&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001414
10.0.0.27 - - [2026-06-08 02:24:40] "GET /domain/2441b78a-01cc-4005-9aa7-6b434eb6fb41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.011610
10.0.0.27 - - [2026-06-08 02:24:40] "POST /id-to-fqname HTTP/1.1" 200 201 0.005371
10.0.0.27 - - [2026-06-08 02:24:40] "POST /fqname-to-id HTTP/1.1" 404 210 0.017788
10.0.0.27 - - [2026-06-08 02:24:41] "POST /security-groups HTTP/1.1" 200 602 0.045670
10.0.0.27 - - [2026-06-08 02:24:41] "POST /projects HTTP/1.1" 200 607 0.355804
10.0.0.27 - - [2026-06-08 02:24:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.392975
10.0.0.249 - - [2026-06-08 02:24:41] "POST /fqname-to-id HTTP/1.1" 404 244 0.011513
10.0.0.33 - - [2026-06-08 02:24:41] "GET /project/47ba2eb5-f89d-4c89-910a-9a55d8dd9aa3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.614208
10.0.0.33 - - [2026-06-08 02:24:42] "GET / HTTP/1.1" 200 35931 0.001792
10.0.0.33 - - [2026-06-08 02:24:43] "POST /fqname-to-id HTTP/1.1" 401 292 0.000659
10.0.0.33 - - [2026-06-08 02:24:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.084980
10.0.0.27 - - [2026-06-08 02:24:43] "GET /projects?obj_uuids=47ba2eb5-f89d-4c89-910a-9a55d8dd9aa3&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002141
10.0.0.33 - - [2026-06-08 02:24:43] "GET /project/47ba2eb5-f89d-4c89-910a-9a55d8dd9aa3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.060107
10.0.0.249 - - [2026-06-08 02:24:44] "POST /ref-update HTTP/1.1" 200 156 0.046288
10.0.0.27 - - [2026-06-08 02:24:44] "POST /useragent-kv HTTP/1.1" 200 115 0.008390
10.0.0.33 - - [2026-06-08 02:24:44] "POST /neutron/subnet HTTP/1.1" 200 734 0.349970
10.0.0.33 - - [2026-06-08 02:24:44] "POST /id-to-fqname HTTP/1.1" 200 233 0.002190
10.0.0.33 - - [2026-06-08 02:24:44] "GET /virtual-network/9d6ac5f8-6640-4e79-b4d8-76e5f253a433?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.009764
10.0.0.33 - - [2026-06-08 02:24:45] "GET /virtual-network/9d6ac5f8-6640-4e79-b4d8-76e5f253a433?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.009452
10.0.0.33 - - [2026-06-08 02:24:45] "POST /neutron/network HTTP/1.1" 200 841 0.010119
10.0.0.33 - - [2026-06-08 02:24:45] "GET /virtual-network/9d6ac5f8-6640-4e79-b4d8-76e5f253a433?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.006622
10.0.0.33 - - [2026-06-08 02:24:47] "POST /id-to-fqname HTTP/1.1" 200 233 0.001917
10.0.0.27 - - [2026-06-08 02:24:49] "GET /projects?obj_uuids=47ba2eb5-f89d-4c89-910a-9a55d8dd9aa3&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001806
10.0.0.33 - - [2026-06-08 02:24:49] "GET /project/47ba2eb5-f89d-4c89-910a-9a55d8dd9aa3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.104559
10.0.0.33 - - [2026-06-08 02:24:50] "POST /neutron/network HTTP/1.1" 200 841 0.034976
10.0.0.33 - - [2026-06-08 02:24:50] "POST /neutron/port HTTP/1.1" 200 117 0.010468
10.0.0.33 - - [2026-06-08 02:24:52] "POST /neutron/port HTTP/1.1" 200 1073 0.058506
10.0.0.33 - - [2026-06-08 02:24:52] "POST /neutron/port HTTP/1.1" 200 1137 0.029339
10.0.0.33 - - [2026-06-08 02:24:52] "POST /neutron/port HTTP/1.1" 200 117 0.001398
10.0.0.33 - - [2026-06-08 02:24:55] "POST /neutron/security_group HTTP/1.1" 200 2069 0.014256
10.0.0.33 - - [2026-06-08 02:25:00] "GET /obj-perms HTTP/1.1" 200 5052 0.064047
10.0.0.33 - - [2026-06-08 02:25:03] "GET /obj-perms HTTP/1.1" 200 5052 0.004787
10.0.0.33 - - [2026-06-08 02:25:06] "POST /neutron/network HTTP/1.1" 200 841 0.014129
10.0.0.33 - - [2026-06-08 02:25:06] "POST /neutron/port HTTP/1.1" 200 1127 0.026767
10.0.0.33 - - [2026-06-08 02:25:08] "POST /neutron/network HTTP/1.1" 200 841 0.008032
10.0.0.27 - - [2026-06-08 02:25:09] "GET /projects?obj_uuids=47ba2eb5-f89d-4c89-910a-9a55d8dd9aa3&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001195
10.0.0.33 - - [2026-06-08 02:25:09] "GET /project/47ba2eb5-f89d-4c89-910a-9a55d8dd9aa3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.077646
10.0.0.27 - - [2026-06-08 02:25:09] "GET /projects?obj_uuids=47ba2eb5-f89d-4c89-910a-9a55d8dd9aa3&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001345
10.0.0.33 - - [2026-06-08 02:25:09] "GET /project/47ba2eb5-f89d-4c89-910a-9a55d8dd9aa3?fields=virtual_networks HTTP/1.1" 200 1054 0.153787
10.0.0.27 - - [2026-06-08 02:25:09] "GET /projects?obj_uuids=47ba2eb5-f89d-4c89-910a-9a55d8dd9aa3&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001133
10.0.0.33 - - [2026-06-08 02:25:09] "GET /project/47ba2eb5-f89d-4c89-910a-9a55d8dd9aa3?fields=virtual_machine_interfaces HTTP/1.1" 200 1054 0.082216
10.0.0.27 - - [2026-06-08 02:25:09] "GET /projects?obj_uuids=47ba2eb5-f89d-4c89-910a-9a55d8dd9aa3&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001126
10.0.0.33 - - [2026-06-08 02:25:09] "GET /project/47ba2eb5-f89d-4c89-910a-9a55d8dd9aa3?fields=security_groups HTTP/1.1" 200 1291 0.066521
10.0.0.27 - - [2026-06-08 02:25:10] "GET /projects?obj_uuids=bb59746f-d440-4224-b014-d6e71885c160&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.002084
10.0.0.33 - - [2026-06-08 02:25:10] "GET /project/bb59746f-d440-4224-b014-d6e71885c160?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.068835
10.0.0.27 - - [2026-06-08 02:25:16] "GET /projects?obj_uuids=bb59746f-d440-4224-b014-d6e71885c160&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001463
10.0.0.33 - - [2026-06-08 02:25:16] "GET /project/bb59746f-d440-4224-b014-d6e71885c160?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.072738
10.0.0.33 - - [2026-06-08 02:25:19] "POST /fqname-to-id HTTP/1.1" 404 200 0.040557
10.0.0.27 - - [2026-06-08 02:25:19] "GET /projects?obj_uuids=0e7a5f28-9d46-4881-a715-b9deb5f0381c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.015468
10.0.0.249 - - [2026-06-08 02:25:19] "DELETE /access-control-list/66dca2ef-674a-4bbc-a654-c0e9b2af94a1 HTTP/1.1" 200 115 0.105198
10.0.0.27 - - [2026-06-08 02:25:19] "GET /domains?obj_uuids=2441b78a-01cc-4005-9aa7-6b434eb6fb41&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002695
10.0.0.27 - - [2026-06-08 02:25:19] "GET /domain/2441b78a-01cc-4005-9aa7-6b434eb6fb41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.023893
10.0.0.27 - - [2026-06-08 02:25:20] "DELETE /project/bb59746fd4404224b014d6e71885c160 HTTP/1.1" 404 173 0.013064
10.0.0.27 - - [2026-06-08 02:25:20] "DELETE /project/65ab2f18-d8d3-4a73-84de-167522c4ea2f HTTP/1.1" 404 177 0.009823
10.0.0.27 - - [2026-06-08 02:25:20] "DELETE /project/47ba2eb5f89d4c89910a9a55d8dd9aa3 HTTP/1.1" 404 173 0.008446
10.0.0.27 - - [2026-06-08 02:25:20] "GET /projects?obj_uuids=47ba2eb5-f89d-4c89-910a-9a55d8dd9aa3&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000979
10.0.0.27 - - [2026-06-08 02:25:20] "POST /id-to-fqname HTTP/1.1" 200 202 0.005862
10.0.0.27 - - [2026-06-08 02:25:20] "POST /fqname-to-id HTTP/1.1" 404 211 0.003746
10.0.0.27 - - [2026-06-08 02:25:20] "GET /project/47ba2eb5-f89d-4c89-910a-9a55d8dd9aa3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1512 0.114127
10.0.0.27 - - [2026-06-08 02:25:20] "GET /projects?obj_uuids=47ba2eb5-f89d-4c89-910a-9a55d8dd9aa3&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001424
10.0.0.27 - - [2026-06-08 02:25:20] "GET /project/47ba2eb5-f89d-4c89-910a-9a55d8dd9aa3?fields=security_groups HTTP/1.1" 200 1396 0.082328
10.0.0.27 - - [2026-06-08 02:25:20] "POST /security-groups HTTP/1.1" 200 603 0.098351
10.0.0.27 - - [2026-06-08 02:25:20] "POST /projects HTTP/1.1" 200 609 0.514439
10.0.0.27 - - [2026-06-08 02:25:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.579168
10.0.0.27 - - [2026-06-08 02:25:20] "DELETE /security-group/d1bf172a-166f-4ac1-90d4-fc4503e6f068 HTTP/1.1" 200 115 0.081034
10.0.0.27 - - [2026-06-08 02:25:20] "GET /projects?obj_uuids=47ba2eb5-f89d-4c89-910a-9a55d8dd9aa3&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001110
10.0.0.249 - - [2026-06-08 02:25:20] "POST /access-control-lists HTTP/1.1" 200 608 0.079198
10.0.0.33 - - [2026-06-08 02:25:20] "GET /project/0e7a5f28-9d46-4881-a715-b9deb5f0381c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.839149
10.0.0.27 - - [2026-06-08 02:25:20] "GET /project/47ba2eb5-f89d-4c89-910a-9a55d8dd9aa3?fields=application_policy_sets HTTP/1.1" 200 1435 0.105135
10.0.0.27 - - [2026-06-08 02:25:20] "DELETE /project/47ba2eb5-f89d-4c89-910a-9a55d8dd9aa3 HTTP/1.1" 200 115 0.659591
10.0.0.249 - - [2026-06-08 02:25:21] "DELETE /access-control-list/35ef1309-98a4-42ad-b6d9-9df3023b7267 HTTP/1.1" 200 115 0.059274
10.0.0.33 - - [2026-06-08 02:25:22] "GET / HTTP/1.1" 200 35931 0.003753
10.0.0.33 - - [2026-06-08 02:25:22] "POST /fqname-to-id HTTP/1.1" 401 292 0.000911
10.0.0.33 - - [2026-06-08 02:25:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.060668
10.0.0.27 - - [2026-06-08 02:25:22] "GET /projects?obj_uuids=0e7a5f28-9d46-4881-a715-b9deb5f0381c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001036
10.0.0.33 - - [2026-06-08 02:25:22] "GET /project/0e7a5f28-9d46-4881-a715-b9deb5f0381c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.050242
10.0.0.27 - - [2026-06-08 02:25:22] "GET /projects?obj_uuids=0e7a5f28-9d46-4881-a715-b9deb5f0381c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001052
10.0.0.33 - - [2026-06-08 02:25:23] "POST /neutron/network HTTP/1.1" 200 703 0.196691
10.0.0.249 - - [2026-06-08 02:25:23] "POST /ref-update HTTP/1.1" 200 156 0.034411
10.0.0.33 - - [2026-06-08 02:25:23] "POST /id-to-fqname HTTP/1.1" 200 275 0.004224
10.0.0.33 - - [2026-06-08 02:25:23] "GET /virtual-network/a25d232a-dcff-49d1-99e6-baa6c67ba015?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2196 0.011332
10.0.0.33 - - [2026-06-08 02:25:23] "POST /neutron/network HTTP/1.1" 200 923 0.007998
10.0.0.33 - - [2026-06-08 02:25:23] "GET /virtual-network/a25d232a-dcff-49d1-99e6-baa6c67ba015?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2196 0.006312
10.0.0.33 - - [2026-06-08 02:25:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004204
10.0.0.27 - - [2026-06-08 02:25:23] "GET /projects?obj_uuids=0e7a5f28-9d46-4881-a715-b9deb5f0381c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001616
10.0.0.33 - - [2026-06-08 02:25:23] "GET /project/0e7a5f28-9d46-4881-a715-b9deb5f0381c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.049714
10.0.0.33 - - [2026-06-08 02:25:23] "POST /neutron/network HTTP/1.1" 200 117 0.022954
10.0.0.33 - - [2026-06-08 02:25:24] "POST /neutron/network HTTP/1.1" 200 922 0.013113
10.0.0.33 - - [2026-06-08 02:25:24] "POST /id-to-fqname HTTP/1.1" 200 275 0.001715
10.0.0.33 - - [2026-06-08 02:25:24] "GET /virtual-network/5b4eefb6-6a1a-42ee-9734-d36c49d1078b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2192 0.006232
10.0.0.33 - - [2026-06-08 02:25:24] "GET /virtual-network/5b4eefb6-6a1a-42ee-9734-d36c49d1078b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2192 0.008090
10.0.0.33 - - [2026-06-08 02:25:24] "POST /neutron/subnet HTTP/1.1" 200 725 0.010895
10.0.0.33 - - [2026-06-08 02:25:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004502
10.0.0.27 - - [2026-06-08 02:25:24] "GET /projects?obj_uuids=0e7a5f28-9d46-4881-a715-b9deb5f0381c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001278
10.0.0.33 - - [2026-06-08 02:25:24] "GET /project/0e7a5f28-9d46-4881-a715-b9deb5f0381c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.072246
10.0.0.249 - - [2026-06-08 02:25:24] "POST /route-targets HTTP/1.1" 200 327 0.029193
10.0.0.27 - - [2026-06-08 02:25:24] "POST /useragent-kv HTTP/1.1" 200 115 0.012468
10.0.0.33 - - [2026-06-08 02:25:25] "POST /neutron/subnet HTTP/1.1" 200 715 0.322814
10.0.0.33 - - [2026-06-08 02:25:25] "POST /id-to-fqname HTTP/1.1" 200 276 0.001816
10.0.0.33 - - [2026-06-08 02:25:25] "GET /virtual-network/15f56225-f945-41e3-8a29-49f374c9a441?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2188 0.006459
10.0.0.33 - - [2026-06-08 02:25:25] "GET /virtual-network/15f56225-f945-41e3-8a29-49f374c9a441?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2188 0.008043
10.0.0.33 - - [2026-06-08 02:25:25] "POST /neutron/network HTTP/1.1" 200 922 0.010014
10.0.0.33 - - [2026-06-08 02:25:25] "POST /id-to-fqname HTTP/1.1" 200 275 0.001734
10.0.0.27 - - [2026-06-08 02:25:26] "GET /projects?obj_uuids=0e7a5f28-9d46-4881-a715-b9deb5f0381c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001996
10.0.0.33 - - [2026-06-08 02:25:26] "GET /project/0e7a5f28-9d46-4881-a715-b9deb5f0381c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.089596
10.0.0.33 - - [2026-06-08 02:25:26] "POST /neutron/network HTTP/1.1" 200 922 0.010001
10.0.0.33 - - [2026-06-08 02:25:26] "POST /id-to-fqname HTTP/1.1" 200 276 0.001697
10.0.0.33 - - [2026-06-08 02:25:26] "POST /neutron/port HTTP/1.1" 200 117 0.010650
10.0.0.27 - - [2026-06-08 02:25:27] "GET /projects?obj_uuids=0e7a5f28-9d46-4881-a715-b9deb5f0381c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002923
10.0.0.33 - - [2026-06-08 02:25:27] "POST /neutron/port HTTP/1.1" 200 1072 0.428362
10.0.0.27 - - [2026-06-08 02:25:27] "GET /projects?obj_uuids=0e7a5f28-9d46-4881-a715-b9deb5f0381c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001555
10.0.0.33 - - [2026-06-08 02:25:27] "GET /project/0e7a5f28-9d46-4881-a715-b9deb5f0381c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.153922
10.0.0.33 - - [2026-06-08 02:25:27] "POST /neutron/port HTTP/1.1" 200 1126 0.213064
10.0.0.33 - - [2026-06-08 02:25:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005718
10.0.0.33 - - [2026-06-08 02:25:27] "POST /neutron/network HTTP/1.1" 200 922 0.023703
10.0.0.33 - - [2026-06-08 02:25:28] "POST /neutron/port HTTP/1.1" 200 117 0.009438
10.0.0.33 - - [2026-06-08 02:25:29] "POST /neutron/port HTTP/1.1" 200 1070 0.364144
10.0.0.33 - - [2026-06-08 02:25:30] "POST /neutron/port HTTP/1.1" 200 1070 0.020126
10.0.0.33 - - [2026-06-08 02:25:30] "POST /neutron/port HTTP/1.1" 200 1134 0.041397
10.0.0.33 - - [2026-06-08 02:25:30] "POST /neutron/network HTTP/1.1" 200 922 0.007318
10.0.0.33 - - [2026-06-08 02:25:30] "POST /neutron/port HTTP/1.1" 200 151 0.287597
10.0.0.33 - - [2026-06-08 02:25:31] "POST /neutron/network HTTP/1.1" 200 922 0.009245
10.0.0.249 - - [2026-06-08 02:25:31] "DELETE /route-target/56992e3f-d480-4d27-9df2-80d7bd040ecd HTTP/1.1" 200 115 0.044414
10.0.0.33 - - [2026-06-08 02:25:33] "POST /neutron/port HTTP/1.1" 200 1124 0.018631
10.0.0.33 - - [2026-06-08 02:25:34] "POST /neutron/network HTTP/1.1" 400 204 0.021056
10.0.0.33 - - [2026-06-08 02:25:34] "POST /neutron/network HTTP/1.1" 200 117 0.015053
10.0.0.27 - - [2026-06-08 02:25:36] "POST /useragent-kv HTTP/1.1" 200 115 0.007041
10.0.0.27 - - [2026-06-08 02:25:36] "POST /useragent-kv HTTP/1.1" 200 115 0.005335
10.0.0.33 - - [2026-06-08 02:25:36] "POST /neutron/network HTTP/1.1" 200 151 0.200369
10.0.0.249 - - [2026-06-08 02:25:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004686
10.0.0.27 - - [2026-06-08 02:25:36] "GET /projects?obj_uuids=0e7a5f28-9d46-4881-a715-b9deb5f0381c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001237
10.0.0.33 - - [2026-06-08 02:25:36] "GET /project/0e7a5f28-9d46-4881-a715-b9deb5f0381c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.098666
10.0.0.27 - - [2026-06-08 02:25:36] "GET /projects?obj_uuids=0e7a5f28-9d46-4881-a715-b9deb5f0381c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001649
10.0.0.33 - - [2026-06-08 02:25:36] "GET /project/0e7a5f28-9d46-4881-a715-b9deb5f0381c?fields=virtual_networks HTTP/1.1" 200 1056 0.072315
10.0.0.27 - - [2026-06-08 02:25:36] "GET /projects?obj_uuids=0e7a5f28-9d46-4881-a715-b9deb5f0381c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001644
10.0.0.33 - - [2026-06-08 02:25:36] "GET /project/0e7a5f28-9d46-4881-a715-b9deb5f0381c?fields=virtual_machine_interfaces HTTP/1.1" 200 1056 0.087209
10.0.0.27 - - [2026-06-08 02:25:36] "GET /projects?obj_uuids=0e7a5f28-9d46-4881-a715-b9deb5f0381c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001536
10.0.0.33 - - [2026-06-08 02:25:36] "GET /project/0e7a5f28-9d46-4881-a715-b9deb5f0381c?fields=security_groups HTTP/1.1" 200 1294 0.096245
10.0.0.33 - - [2026-06-08 02:25:37] "POST /fqname-to-id HTTP/1.1" 404 190 0.046468
10.0.0.27 - - [2026-06-08 02:25:37] "GET /projects?obj_uuids=1aa4b94a-366e-489c-a348-c61362bbcc6f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003409
10.0.0.27 - - [2026-06-08 02:25:38] "GET /domains?obj_uuids=2441b78a-01cc-4005-9aa7-6b434eb6fb41&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002012
10.0.0.27 - - [2026-06-08 02:25:38] "GET /domain/2441b78a-01cc-4005-9aa7-6b434eb6fb41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.011515
10.0.0.27 - - [2026-06-08 02:25:38] "POST /id-to-fqname HTTP/1.1" 200 192 0.005869
10.0.0.27 - - [2026-06-08 02:25:38] "POST /fqname-to-id HTTP/1.1" 404 201 0.007764
10.0.0.27 - - [2026-06-08 02:25:38] "POST /security-groups HTTP/1.1" 200 593 0.069329
10.0.0.27 - - [2026-06-08 02:25:38] "POST /projects HTTP/1.1" 200 589 0.365135
10.0.0.27 - - [2026-06-08 02:25:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.403534
10.0.0.249 - - [2026-06-08 02:25:38] "POST /access-control-lists HTTP/1.1" 200 598 0.042180
10.0.0.33 - - [2026-06-08 02:25:38] "GET /project/1aa4b94a-366e-489c-a348-c61362bbcc6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.576254
10.0.0.33 - - [2026-06-08 02:25:39] "GET / HTTP/1.1" 200 35931 0.001941
10.0.0.33 - - [2026-06-08 02:25:40] "POST /fqname-to-id HTTP/1.1" 401 292 0.000722
10.0.0.33 - - [2026-06-08 02:25:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.058850
10.0.0.27 - - [2026-06-08 02:25:40] "GET /projects?obj_uuids=1aa4b94a-366e-489c-a348-c61362bbcc6f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002049
10.0.0.33 - - [2026-06-08 02:25:40] "GET /project/1aa4b94a-366e-489c-a348-c61362bbcc6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.057787
10.0.0.33 - - [2026-06-08 02:25:40] "POST /neutron/network HTTP/1.1" 200 117 0.040626
10.0.0.249 - - [2026-06-08 02:25:40] "POST /route-targets HTTP/1.1" 200 327 0.017823
10.0.0.33 - - [2026-06-08 02:25:41] "POST /neutron/network HTTP/1.1" 200 892 0.011436
10.0.0.33 - - [2026-06-08 02:25:41] "POST /id-to-fqname HTTP/1.1" 200 255 0.001446
10.0.0.33 - - [2026-06-08 02:25:41] "GET /virtual-network/fa108bb1-8771-4706-8541-1b23e7f5e95b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2142 0.006758
10.0.0.33 - - [2026-06-08 02:25:41] "GET /virtual-network/fa108bb1-8771-4706-8541-1b23e7f5e95b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2142 0.006508
10.0.0.33 - - [2026-06-08 02:25:41] "POST /neutron/subnet HTTP/1.1" 200 725 0.014561
10.0.0.33 - - [2026-06-08 02:25:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.005438
10.0.0.27 - - [2026-06-08 02:25:41] "GET /projects?obj_uuids=1aa4b94a-366e-489c-a348-c61362bbcc6f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001334
10.0.0.33 - - [2026-06-08 02:25:41] "GET /project/1aa4b94a-366e-489c-a348-c61362bbcc6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.081820
10.0.0.249 - - [2026-06-08 02:25:41] "POST /ref-update HTTP/1.1" 200 156 0.025590
10.0.0.27 - - [2026-06-08 02:25:41] "POST /useragent-kv HTTP/1.1" 200 115 0.014584
10.0.0.33 - - [2026-06-08 02:25:41] "POST /neutron/subnet HTTP/1.1" 200 719 0.283676
10.0.0.33 - - [2026-06-08 02:25:41] "POST /id-to-fqname HTTP/1.1" 200 255 0.002490
10.0.0.33 - - [2026-06-08 02:25:41] "GET /virtual-network/610ebccf-7d84-4849-aa25-d469477cb2eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2139 0.006914
10.0.0.33 - - [2026-06-08 02:25:41] "GET /virtual-network/610ebccf-7d84-4849-aa25-d469477cb2eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2139 0.008333
10.0.0.33 - - [2026-06-08 02:25:41] "POST /neutron/network HTTP/1.1" 200 891 0.010333
10.0.0.33 - - [2026-06-08 02:25:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004374
10.0.0.27 - - [2026-06-08 02:25:42] "GET /projects?obj_uuids=1aa4b94a-366e-489c-a348-c61362bbcc6f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001572
10.0.0.33 - - [2026-06-08 02:25:42] "GET /project/1aa4b94a-366e-489c-a348-c61362bbcc6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.056514
10.0.0.27 - - [2026-06-08 02:25:42] "GET /projects?obj_uuids=1aa4b94a-366e-489c-a348-c61362bbcc6f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001285
10.0.0.33 - - [2026-06-08 02:25:42] "POST /neutron/network HTTP/1.1" 200 675 0.164921
10.0.0.33 - - [2026-06-08 02:25:42] "POST /id-to-fqname HTTP/1.1" 200 256 0.004654
10.0.0.33 - - [2026-06-08 02:25:42] "GET /virtual-network/d9b4c3ef-7de7-456f-9ca5-b9aa6dba2c06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2146 0.006767
10.0.0.33 - - [2026-06-08 02:25:42] "POST /neutron/network HTTP/1.1" 200 894 0.008115
10.0.0.33 - - [2026-06-08 02:25:42] "GET /virtual-network/d9b4c3ef-7de7-456f-9ca5-b9aa6dba2c06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2146 0.006088
10.0.0.33 - - [2026-06-08 02:25:42] "POST /id-to-fqname HTTP/1.1" 200 255 0.001425
10.0.0.33 - - [2026-06-08 02:25:43] "POST /neutron/network HTTP/1.1" 200 901 0.011404
10.0.0.27 - - [2026-06-08 02:25:43] "GET /projects?obj_uuids=1aa4b94a-366e-489c-a348-c61362bbcc6f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001196
10.0.0.33 - - [2026-06-08 02:25:43] "GET /project/1aa4b94a-366e-489c-a348-c61362bbcc6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.071297
10.0.0.33 - - [2026-06-08 02:25:43] "POST /neutron/port HTTP/1.1" 200 117 0.011216
10.0.0.33 - - [2026-06-08 02:25:43] "POST /id-to-fqname HTTP/1.1" 200 256 0.001428
10.0.0.33 - - [2026-06-08 02:25:44] "POST /neutron/network HTTP/1.1" 200 901 0.015000
10.0.0.33 - - [2026-06-08 02:25:44] "POST /neutron/port HTTP/1.1" 200 1061 0.043216
10.0.0.27 - - [2026-06-08 02:25:45] "GET /projects?obj_uuids=1aa4b94a-366e-489c-a348-c61362bbcc6f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001755
10.0.0.33 - - [2026-06-08 02:25:45] "GET /project/1aa4b94a-366e-489c-a348-c61362bbcc6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.122640
10.0.0.33 - - [2026-06-08 02:25:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005087
10.0.0.33 - - [2026-06-08 02:25:45] "POST /neutron/port HTTP/1.1" 200 117 0.001371
10.0.0.33 - - [2026-06-08 02:25:45] "POST /neutron/security_group HTTP/1.1" 200 2060 0.015621
10.0.0.27 - - [2026-06-08 02:25:45] "GET /projects?obj_uuids=1aa4b94a-366e-489c-a348-c61362bbcc6f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002170
10.0.0.33 - - [2026-06-08 02:25:46] "POST /neutron/port HTTP/1.1" 200 1062 0.370214
10.0.0.33 - - [2026-06-08 02:25:46] "POST /neutron/port HTTP/1.1" 200 1116 0.190271
10.0.0.33 - - [2026-06-08 02:25:46] "POST /neutron/subnet HTTP/1.1" 200 699 0.011596
10.0.0.33 - - [2026-06-08 02:25:47] "POST /neutron/network HTTP/1.1" 200 891 0.019397
10.0.0.33 - - [2026-06-08 02:25:47] "POST /neutron/port HTTP/1.1" 200 1115 0.024607
10.0.0.33 - - [2026-06-08 02:25:48] "POST /neutron/port HTTP/1.1" 200 1116 0.015991
10.0.0.33 - - [2026-06-08 02:25:49] "POST /neutron/network HTTP/1.1" 200 891 0.008236
10.0.0.249 - - [2026-06-08 02:25:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.006188
10.0.0.27 - - [2026-06-08 02:25:49] "POST /useragent-kv HTTP/1.1" 200 115 0.006289
10.0.0.27 - - [2026-06-08 02:25:49] "POST /useragent-kv HTTP/1.1" 200 115 0.004142
10.0.0.33 - - [2026-06-08 02:25:49] "POST /neutron/network HTTP/1.1" 200 151 0.181710
10.0.0.249 - - [2026-06-08 02:25:49] "DELETE /route-target/8e6c738f-80a7-4bc2-8510-27b3a34c61dc HTTP/1.1" 200 115 0.044317
10.0.0.27 - - [2026-06-08 02:25:49] "GET /projects?obj_uuids=1aa4b94a-366e-489c-a348-c61362bbcc6f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001122
10.0.0.33 - - [2026-06-08 02:25:49] "GET /project/1aa4b94a-366e-489c-a348-c61362bbcc6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.057966
10.0.0.27 - - [2026-06-08 02:25:49] "GET /projects?obj_uuids=1aa4b94a-366e-489c-a348-c61362bbcc6f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001175
10.0.0.33 - - [2026-06-08 02:25:50] "GET /project/1aa4b94a-366e-489c-a348-c61362bbcc6f?fields=virtual_networks HTTP/1.1" 200 1036 0.075738
10.0.0.27 - - [2026-06-08 02:25:50] "GET /projects?obj_uuids=1aa4b94a-366e-489c-a348-c61362bbcc6f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002138
10.0.0.33 - - [2026-06-08 02:25:50] "GET /project/1aa4b94a-366e-489c-a348-c61362bbcc6f?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.067728
10.0.0.27 - - [2026-06-08 02:25:50] "GET /projects?obj_uuids=1aa4b94a-366e-489c-a348-c61362bbcc6f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001960
10.0.0.33 - - [2026-06-08 02:25:50] "GET /project/1aa4b94a-366e-489c-a348-c61362bbcc6f?fields=security_groups HTTP/1.1" 200 1264 0.066946
10.0.0.33 - - [2026-06-08 02:25:51] "POST /fqname-to-id HTTP/1.1" 404 196 0.029202
10.0.0.27 - - [2026-06-08 02:25:51] "GET /projects?obj_uuids=8fedb621-33c2-4690-be38-2115f6912d6e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003898
10.0.0.27 - - [2026-06-08 02:25:51] "GET /domains?obj_uuids=2441b78a-01cc-4005-9aa7-6b434eb6fb41&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001710
10.0.0.27 - - [2026-06-08 02:25:51] "GET /domain/2441b78a-01cc-4005-9aa7-6b434eb6fb41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009623
10.0.0.27 - - [2026-06-08 02:25:51] "POST /id-to-fqname HTTP/1.1" 200 198 0.001678
10.0.0.27 - - [2026-06-08 02:25:51] "POST /fqname-to-id HTTP/1.1" 404 207 0.009077
10.0.0.27 - - [2026-06-08 02:25:51] "POST /security-groups HTTP/1.1" 200 599 0.044909
10.0.0.249 - - [2026-06-08 02:25:51] "POST /fqname-to-id HTTP/1.1" 404 242 0.004491
10.0.0.27 - - [2026-06-08 02:25:51] "POST /projects HTTP/1.1" 200 601 0.285101
10.0.0.27 - - [2026-06-08 02:25:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.367470
10.0.0.249 - - [2026-06-08 02:25:51] "POST /access-control-lists HTTP/1.1" 200 602 0.050592
10.0.0.33 - - [2026-06-08 02:25:51] "GET /project/8fedb621-33c2-4690-be38-2115f6912d6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.552902
10.0.0.33 - - [2026-06-08 02:25:52] "GET / HTTP/1.1" 200 35931 0.004755
10.0.0.33 - - [2026-06-08 02:25:53] "POST /fqname-to-id HTTP/1.1" 401 292 0.000849
10.0.0.33 - - [2026-06-08 02:25:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.058808
10.0.0.27 - - [2026-06-08 02:25:53] "GET /projects?obj_uuids=8fedb621-33c2-4690-be38-2115f6912d6e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001312
10.0.0.33 - - [2026-06-08 02:25:53] "GET /project/8fedb621-33c2-4690-be38-2115f6912d6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.054784
10.0.0.33 - - [2026-06-08 02:25:53] "POST /neutron/network HTTP/1.1" 200 117 0.051164
10.0.0.33 - - [2026-06-08 02:25:54] "POST /neutron/network HTTP/1.1" 200 911 0.013808
10.0.0.33 - - [2026-06-08 02:25:54] "POST /id-to-fqname HTTP/1.1" 200 267 0.001652
10.0.0.33 - - [2026-06-08 02:25:54] "GET /virtual-network/d674fd1e-42d7-4cdf-9821-0f570c2bbbad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2176 0.006770
10.0.0.33 - - [2026-06-08 02:25:54] "GET /virtual-network/d674fd1e-42d7-4cdf-9821-0f570c2bbbad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2176 0.007902
10.0.0.33 - - [2026-06-08 02:25:54] "POST /neutron/subnet HTTP/1.1" 200 729 0.013997
10.0.0.33 - - [2026-06-08 02:25:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004344
10.0.0.27 - - [2026-06-08 02:25:54] "GET /projects?obj_uuids=8fedb621-33c2-4690-be38-2115f6912d6e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001373
10.0.0.33 - - [2026-06-08 02:25:54] "GET /project/8fedb621-33c2-4690-be38-2115f6912d6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.062548
10.0.0.249 - - [2026-06-08 02:25:54] "POST /route-targets HTTP/1.1" 200 327 0.027554
10.0.0.27 - - [2026-06-08 02:25:54] "POST /useragent-kv HTTP/1.1" 200 115 0.009537
10.0.0.33 - - [2026-06-08 02:25:55] "POST /neutron/subnet HTTP/1.1" 200 720 0.268173
10.0.0.33 - - [2026-06-08 02:25:55] "POST /id-to-fqname HTTP/1.1" 200 267 0.002144
10.0.0.33 - - [2026-06-08 02:25:55] "GET /virtual-network/84fa21da-9fec-4cc3-b67b-4204a8c787ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2169 0.007660
10.0.0.33 - - [2026-06-08 02:25:55] "GET /virtual-network/84fa21da-9fec-4cc3-b67b-4204a8c787ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2169 0.016680
10.0.0.33 - - [2026-06-08 02:25:55] "POST /neutron/network HTTP/1.1" 200 909 0.008162
10.0.0.33 - - [2026-06-08 02:25:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003803
10.0.0.27 - - [2026-06-08 02:25:55] "GET /projects?obj_uuids=8fedb621-33c2-4690-be38-2115f6912d6e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001201
10.0.0.33 - - [2026-06-08 02:25:55] "GET /project/8fedb621-33c2-4690-be38-2115f6912d6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.057207
10.0.0.27 - - [2026-06-08 02:25:55] "GET /projects?obj_uuids=8fedb621-33c2-4690-be38-2115f6912d6e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001027
10.0.0.33 - - [2026-06-08 02:25:55] "POST /neutron/network HTTP/1.1" 200 693 0.174885
10.0.0.249 - - [2026-06-08 02:25:55] "POST /ref-update HTTP/1.1" 200 156 0.035649
10.0.0.33 - - [2026-06-08 02:25:55] "POST /id-to-fqname HTTP/1.1" 200 268 0.004978
10.0.0.33 - - [2026-06-08 02:25:55] "GET /virtual-network/5640591a-9062-4b5e-969b-a356adf19602?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2169 0.006777
10.0.0.33 - - [2026-06-08 02:25:55] "POST /neutron/network HTTP/1.1" 200 910 0.008083
10.0.0.33 - - [2026-06-08 02:25:55] "GET /virtual-network/5640591a-9062-4b5e-969b-a356adf19602?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2169 0.009163
10.0.0.33 - - [2026-06-08 02:25:55] "POST /id-to-fqname HTTP/1.1" 200 267 0.002455
10.0.0.27 - - [2026-06-08 02:26:21] "DELETE /project/8fedb62133c24690be382115f6912d6e HTTP/1.1" 404 173 0.008597
10.0.0.27 - - [2026-06-08 02:26:21] "DELETE /project/1aa4b94a366e489ca348c61362bbcc6f HTTP/1.1" 404 173 0.015518
10.0.0.27 - - [2026-06-08 02:26:21] "GET /projects?obj_uuids=0e7a5f28-9d46-4881-a715-b9deb5f0381c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001443
10.0.0.27 - - [2026-06-08 02:26:21] "GET /projects?obj_uuids=1aa4b94a-366e-489c-a348-c61362bbcc6f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001207
10.0.0.27 - - [2026-06-08 02:26:21] "GET /project/1aa4b94a-366e-489c-a348-c61362bbcc6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.084370
10.0.0.27 - - [2026-06-08 02:26:21] "GET /project/0e7a5f28-9d46-4881-a715-b9deb5f0381c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1516 0.108449
10.0.0.27 - - [2026-06-08 02:26:21] "GET /projects?obj_uuids=1aa4b94a-366e-489c-a348-c61362bbcc6f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001898
10.0.0.27 - - [2026-06-08 02:26:21] "GET /projects?obj_uuids=0e7a5f28-9d46-4881-a715-b9deb5f0381c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001768
10.0.0.27 - - [2026-06-08 02:26:21] "GET /project/1aa4b94a-366e-489c-a348-c61362bbcc6f?fields=security_groups HTTP/1.1" 200 1369 0.124686
10.0.0.27 - - [2026-06-08 02:26:21] "GET /project/0e7a5f28-9d46-4881-a715-b9deb5f0381c?fields=security_groups HTTP/1.1" 200 1399 0.153297
10.0.0.27 - - [2026-06-08 02:26:21] "DELETE /security-group/3496cd9c-2473-411d-a04d-76d3cb160519 HTTP/1.1" 200 115 0.139173
10.0.0.27 - - [2026-06-08 02:26:21] "GET /projects?obj_uuids=1aa4b94a-366e-489c-a348-c61362bbcc6f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001676
10.0.0.27 - - [2026-06-08 02:26:21] "DELETE /security-group/d4c7e4bc-302e-4c1f-a5a0-bc498da52f1a HTTP/1.1" 200 115 0.117367
10.0.0.27 - - [2026-06-08 02:26:21] "GET /projects?obj_uuids=0e7a5f28-9d46-4881-a715-b9deb5f0381c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001923
10.0.0.27 - - [2026-06-08 02:26:21] "GET /project/1aa4b94a-366e-489c-a348-c61362bbcc6f?fields=application_policy_sets HTTP/1.1" 200 1408 0.075158
10.0.0.27 - - [2026-06-08 02:26:21] "GET /project/0e7a5f28-9d46-4881-a715-b9deb5f0381c?fields=application_policy_sets HTTP/1.1" 200 1438 0.171026
10.0.0.249 - - [2026-06-08 02:26:21] "DELETE /access-control-list/cdf5fd52-e2e9-4e7b-a1c7-391732ec1963 HTTP/1.1" 200 115 0.134391
10.0.0.27 - - [2026-06-08 02:26:21] "DELETE /project/1aa4b94a-366e-489c-a348-c61362bbcc6f HTTP/1.1" 200 115 0.873203
10.0.0.27 - - [2026-06-08 02:26:21] "DELETE /project/0e7a5f28-9d46-4881-a715-b9deb5f0381c HTTP/1.1" 404 190 0.913429
10.0.0.33 - - [2026-06-08 02:26:30] "GET /obj-perms HTTP/1.1" 200 5056 0.062751
10.0.0.33 - - [2026-06-08 02:26:30] "POST /neutron/network HTTP/1.1" 200 919 0.018801
10.0.0.27 - - [2026-06-08 02:26:31] "GET /projects?obj_uuids=8fedb621-33c2-4690-be38-2115f6912d6e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001677
10.0.0.33 - - [2026-06-08 02:26:31] "GET /project/8fedb621-33c2-4690-be38-2115f6912d6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.102892
10.0.0.33 - - [2026-06-08 02:26:31] "POST /neutron/port HTTP/1.1" 200 117 0.008173
10.0.0.33 - - [2026-06-08 02:26:31] "POST /id-to-fqname HTTP/1.1" 200 268 0.001341
10.0.0.33 - - [2026-06-08 02:26:32] "POST /neutron/network HTTP/1.1" 200 919 0.008375
10.0.0.33 - - [2026-06-08 02:26:32] "POST /neutron/port HTTP/1.1" 200 1067 0.038760
10.0.0.27 - - [2026-06-08 02:26:33] "GET /projects?obj_uuids=8fedb621-33c2-4690-be38-2115f6912d6e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001727
10.0.0.33 - - [2026-06-08 02:26:33] "GET /project/8fedb621-33c2-4690-be38-2115f6912d6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.156371
10.0.0.33 - - [2026-06-08 02:26:33] "POST /neutron/network HTTP/1.1" 200 910 0.011908
10.0.0.33 - - [2026-06-08 02:26:33] "POST /neutron/port HTTP/1.1" 200 117 0.001818
10.0.0.33 - - [2026-06-08 02:26:33] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010384
10.0.0.27 - - [2026-06-08 02:26:33] "GET /projects?obj_uuids=bb59746f-d440-4224-b014-d6e71885c160&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001219
10.0.0.33 - - [2026-06-08 02:26:33] "GET /project/bb59746f-d440-4224-b014-d6e71885c160?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.071602
10.0.0.27 - - [2026-06-08 02:26:34] "GET /projects?obj_uuids=8fedb621-33c2-4690-be38-2115f6912d6e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002180
10.0.0.33 - - [2026-06-08 02:26:34] "POST /neutron/port HTTP/1.1" 200 1066 0.571856
10.0.0.33 - - [2026-06-08 02:26:35] "POST /neutron/port HTTP/1.1" 200 1120 0.228490
10.0.0.33 - - [2026-06-08 02:26:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.006962
10.0.0.33 - - [2026-06-08 02:26:35] "GET /security-group/9c2a101c-f371-4f1f-8123-4b033aabc722?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3685 0.009487
10.0.0.33 - - [2026-06-08 02:26:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.008881
10.0.0.27 - - [2026-06-08 02:26:35] "GET /projects?obj_uuids=bb59746f-d440-4224-b014-d6e71885c160&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.002393
10.0.0.33 - - [2026-06-08 02:26:35] "GET /project/bb59746f-d440-4224-b014-d6e71885c160?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.073275
10.0.0.33 - - [2026-06-08 02:26:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.007362
10.0.0.33 - - [2026-06-08 02:26:35] "GET /security-group/9c2a101c-f371-4f1f-8123-4b033aabc722?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3685 0.006842
10.0.0.33 - - [2026-06-08 02:26:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004889
10.0.0.33 - - [2026-06-08 02:26:35] "PUT /security-group/9c2a101c-f371-4f1f-8123-4b033aabc722 HTTP/1.1" 200 262 0.057115
10.0.0.249 - - [2026-06-08 02:26:35] "PUT /access-control-list/5e836487-5f59-40fa-a9c6-f2e76ab01a7b HTTP/1.1" 200 272 0.031634
10.0.0.33 - - [2026-06-08 02:26:35] "POST /neutron/subnet HTTP/1.1" 200 688 0.021814
10.0.0.33 - - [2026-06-08 02:26:36] "POST /fqname-to-id HTTP/1.1" 404 193 0.005690
10.0.0.33 - - [2026-06-08 02:26:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003998
10.0.0.27 - - [2026-06-08 02:26:36] "GET /domains?obj_uuids=2441b78a-01cc-4005-9aa7-6b434eb6fb41&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001405
10.0.0.33 - - [2026-06-08 02:26:36] "GET /domain/2441b78a-01cc-4005-9aa7-6b434eb6fb41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.013151
10.0.0.33 - - [2026-06-08 02:26:36] "POST /service-templates HTTP/1.1" 200 543 0.051602
10.0.0.33 - - [2026-06-08 02:26:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.006241
10.0.0.33 - - [2026-06-08 02:26:36] "GET /service-template/37959d3d-f9d2-489a-bcc7-6abd6c9ca164?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1823 0.010991
10.0.0.33 - - [2026-06-08 02:26:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.006046
10.0.0.33 - - [2026-06-08 02:26:36] "GET /service-template/37959d3d-f9d2-489a-bcc7-6abd6c9ca164?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1823 0.006522
10.0.0.33 - - [2026-06-08 02:26:36] "POST /id-to-fqname HTTP/1.1" 200 267 0.002095
10.0.0.33 - - [2026-06-08 02:26:36] "POST /id-to-fqname HTTP/1.1" 200 267 0.001657
10.0.0.33 - - [2026-06-08 02:26:36] "POST /id-to-fqname HTTP/1.1" 200 268 0.001767
10.0.0.33 - - [2026-06-08 02:26:36] "POST /neutron/port HTTP/1.1" 200 2109 0.044356
10.0.0.33 - - [2026-06-08 02:26:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.007837
10.0.0.33 - - [2026-06-08 02:26:37] "DELETE /service-template/37959d3d-f9d2-489a-bcc7-6abd6c9ca164 HTTP/1.1" 200 115 0.053284
10.0.0.33 - - [2026-06-08 02:26:37] "POST /fqname-to-id HTTP/1.1" 404 193 0.003599
10.0.0.33 - - [2026-06-08 02:26:39] "POST /neutron/network HTTP/1.1" 400 204 0.036251
10.0.0.33 - - [2026-06-08 02:26:43] "POST /neutron/network HTTP/1.1" 200 909 0.013605
10.0.0.33 - - [2026-06-08 02:26:46] "POST /neutron/network HTTP/1.1" 400 204 0.019680
10.0.0.33 - - [2026-06-08 02:26:50] "POST /neutron/network HTTP/1.1" 200 909 0.008832
10.0.0.33 - - [2026-06-08 02:26:52] "POST /neutron/network HTTP/1.1" 400 204 0.040093
10.0.0.33 - - [2026-06-08 02:26:56] "POST /neutron/network HTTP/1.1" 200 909 0.011356
10.0.0.33 - - [2026-06-08 02:26:58] "POST /neutron/network HTTP/1.1" 400 204 0.020544
10.0.0.33 - - [2026-06-08 02:27:02] "POST /neutron/network HTTP/1.1" 200 909 0.009005
10.0.0.33 - - [2026-06-08 02:27:04] "POST /neutron/network HTTP/1.1" 400 204 0.018698
10.0.0.33 - - [2026-06-08 02:27:08] "POST /neutron/network HTTP/1.1" 200 909 0.013159
10.0.0.33 - - [2026-06-08 02:27:10] "POST /neutron/network HTTP/1.1" 400 204 0.023879
10.0.0.33 - - [2026-06-08 02:27:14] "POST /neutron/network HTTP/1.1" 200 909 0.010431
10.0.0.33 - - [2026-06-08 02:27:16] "POST /neutron/network HTTP/1.1" 400 204 0.016759
10.0.0.33 - - [2026-06-08 02:27:20] "POST /neutron/network HTTP/1.1" 200 909 0.009782
10.0.0.33 - - [2026-06-08 02:27:21] "POST /neutron/port HTTP/1.1" 200 1121 0.020073
10.0.0.33 - - [2026-06-08 02:27:22] "POST /neutron/network HTTP/1.1" 200 909 0.010481
10.0.0.33 - - [2026-06-08 02:27:23] "POST /neutron/port HTTP/1.1" 200 1120 0.016711
10.0.0.33 - - [2026-06-08 02:27:23] "POST /neutron/network HTTP/1.1" 400 204 0.024352
10.0.0.249 - - [2026-06-08 02:27:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.008358
10.0.0.27 - - [2026-06-08 02:27:25] "POST /useragent-kv HTTP/1.1" 200 115 0.060364
10.0.0.27 - - [2026-06-08 02:27:25] "POST /useragent-kv HTTP/1.1" 200 115 0.002869
10.0.0.33 - - [2026-06-08 02:27:25] "POST /neutron/network HTTP/1.1" 200 151 0.188760
10.0.0.27 - - [2026-06-08 02:27:25] "GET /projects?obj_uuids=8fedb621-33c2-4690-be38-2115f6912d6e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001046
10.0.0.249 - - [2026-06-08 02:27:25] "DELETE /route-target/0d8a276a-2c30-44d8-8d3a-bc1d6e79dc33 HTTP/1.1" 200 115 0.048601
10.0.0.33 - - [2026-06-08 02:27:25] "GET /project/8fedb621-33c2-4690-be38-2115f6912d6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.078444
10.0.0.27 - - [2026-06-08 02:27:25] "GET /projects?obj_uuids=8fedb621-33c2-4690-be38-2115f6912d6e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001165
10.0.0.33 - - [2026-06-08 02:27:25] "GET /project/8fedb621-33c2-4690-be38-2115f6912d6e?fields=virtual_networks HTTP/1.1" 200 1049 0.057029
10.0.0.27 - - [2026-06-08 02:27:25] "GET /projects?obj_uuids=8fedb621-33c2-4690-be38-2115f6912d6e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001116
10.0.0.33 - - [2026-06-08 02:27:25] "GET /project/8fedb621-33c2-4690-be38-2115f6912d6e?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.045203
10.0.0.27 - - [2026-06-08 02:27:25] "GET /projects?obj_uuids=8fedb621-33c2-4690-be38-2115f6912d6e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002725
10.0.0.33 - - [2026-06-08 02:27:25] "GET /project/8fedb621-33c2-4690-be38-2115f6912d6e?fields=security_groups HTTP/1.1" 200 1283 0.059197
10.0.0.33 - - [2026-06-08 02:27:26] "POST /fqname-to-id HTTP/1.1" 404 189 0.025479
10.0.0.27 - - [2026-06-08 02:27:26] "GET /projects?obj_uuids=447c6d2c-47fc-4339-9df9-c5fc26c0e057&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003450
10.0.0.27 - - [2026-06-08 02:27:26] "GET /domains?obj_uuids=2441b78a-01cc-4005-9aa7-6b434eb6fb41&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001517
10.0.0.27 - - [2026-06-08 02:27:26] "GET /domain/2441b78a-01cc-4005-9aa7-6b434eb6fb41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.038714
10.0.0.27 - - [2026-06-08 02:27:27] "POST /id-to-fqname HTTP/1.1" 200 191 0.005160
10.0.0.27 - - [2026-06-08 02:27:27] "POST /fqname-to-id HTTP/1.1" 404 200 0.005423
10.0.0.27 - - [2026-06-08 02:27:27] "POST /security-groups HTTP/1.1" 200 592 0.081471
10.0.0.27 - - [2026-06-08 02:27:27] "POST /projects HTTP/1.1" 200 587 0.316310
10.0.0.249 - - [2026-06-08 02:27:27] "POST /fqname-to-id HTTP/1.1" 404 234 0.007645
10.0.0.27 - - [2026-06-08 02:27:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.390749
10.0.0.33 - - [2026-06-08 02:27:27] "GET /project/447c6d2c-47fc-4339-9df9-c5fc26c0e057?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.565816
10.0.0.33 - - [2026-06-08 02:27:28] "GET / HTTP/1.1" 200 35931 0.001500
10.0.0.33 - - [2026-06-08 02:27:28] "POST /fqname-to-id HTTP/1.1" 401 292 0.000586
10.0.0.33 - - [2026-06-08 02:27:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.056660
10.0.0.27 - - [2026-06-08 02:27:29] "GET /projects?obj_uuids=447c6d2c-47fc-4339-9df9-c5fc26c0e057&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000982
10.0.0.33 - - [2026-06-08 02:27:29] "GET /project/447c6d2c-47fc-4339-9df9-c5fc26c0e057?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.041031
10.0.0.33 - - [2026-06-08 02:27:29] "POST /neutron/network HTTP/1.1" 200 117 0.036835
10.0.0.249 - - [2026-06-08 02:27:29] "POST /ref-update HTTP/1.1" 200 156 0.030587
10.0.0.33 - - [2026-06-08 02:27:29] "POST /neutron/network HTTP/1.1" 200 890 0.009371
10.0.0.33 - - [2026-06-08 02:27:29] "POST /id-to-fqname HTTP/1.1" 200 253 0.001079
10.0.0.33 - - [2026-06-08 02:27:29] "GET /virtual-network/168ba96e-4663-4b25-97f3-5a66e2645987?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2140 0.005860
10.0.0.33 - - [2026-06-08 02:27:29] "GET /virtual-network/168ba96e-4663-4b25-97f3-5a66e2645987?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2140 0.005514
10.0.0.33 - - [2026-06-08 02:27:29] "POST /neutron/subnet HTTP/1.1" 200 729 0.008974
10.0.0.33 - - [2026-06-08 02:27:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003217
10.0.0.27 - - [2026-06-08 02:27:29] "GET /projects?obj_uuids=447c6d2c-47fc-4339-9df9-c5fc26c0e057&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000973
10.0.0.33 - - [2026-06-08 02:27:30] "GET /project/447c6d2c-47fc-4339-9df9-c5fc26c0e057?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.050181
10.0.0.27 - - [2026-06-08 02:27:30] "POST /useragent-kv HTTP/1.1" 200 115 0.010416
10.0.0.33 - - [2026-06-08 02:27:30] "POST /neutron/subnet HTTP/1.1" 200 729 0.240701
10.0.0.33 - - [2026-06-08 02:27:30] "POST /id-to-fqname HTTP/1.1" 200 253 0.002174
10.0.0.33 - - [2026-06-08 02:27:30] "GET /virtual-network/19daa5fd-e329-4c12-ac81-2472bb8e6b0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2140 0.007529
10.0.0.33 - - [2026-06-08 02:27:30] "GET /virtual-network/19daa5fd-e329-4c12-ac81-2472bb8e6b0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2140 0.008873
10.0.0.33 - - [2026-06-08 02:27:30] "POST /neutron/network HTTP/1.1" 200 890 0.008243
10.0.0.33 - - [2026-06-08 02:27:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003962
10.0.0.27 - - [2026-06-08 02:27:30] "GET /projects?obj_uuids=447c6d2c-47fc-4339-9df9-c5fc26c0e057&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001200
10.0.0.33 - - [2026-06-08 02:27:30] "GET /project/447c6d2c-47fc-4339-9df9-c5fc26c0e057?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.070353
10.0.0.27 - - [2026-06-08 02:27:30] "GET /projects?obj_uuids=447c6d2c-47fc-4339-9df9-c5fc26c0e057&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001194
10.0.0.33 - - [2026-06-08 02:27:30] "POST /neutron/network HTTP/1.1" 200 672 0.160341
10.0.0.249 - - [2026-06-08 02:27:31] "POST /route-targets HTTP/1.1" 200 327 0.017838
10.0.0.33 - - [2026-06-08 02:27:31] "POST /id-to-fqname HTTP/1.1" 200 254 0.007012
10.0.0.33 - - [2026-06-08 02:27:31] "GET /virtual-network/c1c3be02-7c69-4304-9c94-1f89494908d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2144 0.006406
10.0.0.33 - - [2026-06-08 02:27:31] "POST /neutron/network HTTP/1.1" 200 892 0.009493
10.0.0.249 - - [2026-06-08 02:27:31] "GET /obj-perms HTTP/1.1" 200 5056 0.056700
10.0.0.33 - - [2026-06-08 02:27:31] "GET /virtual-network/c1c3be02-7c69-4304-9c94-1f89494908d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2144 0.006553
10.0.0.33 - - [2026-06-08 02:27:31] "POST /id-to-fqname HTTP/1.1" 200 253 0.002261
10.0.0.33 - - [2026-06-08 02:27:31] "POST /neutron/network HTTP/1.1" 200 900 0.008431
10.0.0.27 - - [2026-06-08 02:27:31] "GET /obj-perms HTTP/1.1" 200 5056 0.057829
10.0.0.27 - - [2026-06-08 02:27:32] "GET /projects?obj_uuids=447c6d2c-47fc-4339-9df9-c5fc26c0e057&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001250
10.0.0.33 - - [2026-06-08 02:27:32] "GET /project/447c6d2c-47fc-4339-9df9-c5fc26c0e057?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.084482
10.0.0.33 - - [2026-06-08 02:27:32] "POST /neutron/port HTTP/1.1" 200 117 0.007384
10.0.0.33 - - [2026-06-08 02:27:32] "POST /id-to-fqname HTTP/1.1" 200 254 0.001644
10.0.0.33 - - [2026-06-08 02:27:32] "POST /neutron/network HTTP/1.1" 200 900 0.007803
10.0.0.33 - - [2026-06-08 02:27:33] "POST /neutron/port HTTP/1.1" 200 1062 0.019825
10.0.0.27 - - [2026-06-08 02:27:33] "GET /projects?obj_uuids=447c6d2c-47fc-4339-9df9-c5fc26c0e057&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001034
10.0.0.33 - - [2026-06-08 02:27:33] "GET /project/447c6d2c-47fc-4339-9df9-c5fc26c0e057?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.117028
10.0.0.33 - - [2026-06-08 02:27:33] "POST /neutron/port HTTP/1.1" 200 1126 0.032954
10.0.0.33 - - [2026-06-08 02:27:33] "POST /neutron/port HTTP/1.1" 200 117 0.001751
10.0.0.33 - - [2026-06-08 02:27:33] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010141
10.0.0.27 - - [2026-06-08 02:27:34] "GET /projects?obj_uuids=447c6d2c-47fc-4339-9df9-c5fc26c0e057&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001030
10.0.0.33 - - [2026-06-08 02:27:34] "POST /fqname-to-id HTTP/1.1" 404 193 0.003314
10.0.0.33 - - [2026-06-08 02:27:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004167
10.0.0.27 - - [2026-06-08 02:27:34] "GET /domains?obj_uuids=2441b78a-01cc-4005-9aa7-6b434eb6fb41&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002528
10.0.0.33 - - [2026-06-08 02:27:34] "GET /domain/2441b78a-01cc-4005-9aa7-6b434eb6fb41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.023151
10.0.0.33 - - [2026-06-08 02:27:34] "POST /neutron/port HTTP/1.1" 200 1062 0.379001
10.0.0.33 - - [2026-06-08 02:27:34] "POST /service-templates HTTP/1.1" 200 543 0.057172
10.0.0.33 - - [2026-06-08 02:27:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.006718
10.0.0.33 - - [2026-06-08 02:27:34] "GET /service-template/b594bd44-f3fd-40d7-a8eb-c76bf9cae3c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.006533
10.0.0.33 - - [2026-06-08 02:27:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004816
10.0.0.33 - - [2026-06-08 02:27:34] "GET /service-template/b594bd44-f3fd-40d7-a8eb-c76bf9cae3c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.026497
10.0.0.33 - - [2026-06-08 02:27:35] "POST /neutron/port HTTP/1.1" 200 1116 0.119973
10.0.0.33 - - [2026-06-08 02:27:35] "POST /id-to-fqname HTTP/1.1" 200 253 0.001350
10.0.0.33 - - [2026-06-08 02:27:35] "POST /id-to-fqname HTTP/1.1" 200 253 0.001196
10.0.0.33 - - [2026-06-08 02:27:35] "POST /id-to-fqname HTTP/1.1" 200 254 0.001267
10.0.0.33 - - [2026-06-08 02:27:35] "POST /neutron/subnet HTTP/1.1" 200 703 0.010558
10.0.0.33 - - [2026-06-08 02:27:35] "POST /neutron/port HTTP/1.1" 200 2100 0.021044
10.0.0.33 - - [2026-06-08 02:27:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003933
10.0.0.33 - - [2026-06-08 02:27:35] "DELETE /service-template/b594bd44-f3fd-40d7-a8eb-c76bf9cae3c3 HTTP/1.1" 200 115 0.034971
10.0.0.33 - - [2026-06-08 02:27:35] "POST /fqname-to-id HTTP/1.1" 404 193 0.003237
10.0.0.249 - - [2026-06-08 02:27:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000521
10.0.0.249 - - [2026-06-08 02:27:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000530
10.0.0.249 - - [2026-06-08 02:27:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000520
10.0.0.249 - - [2026-06-08 02:27:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000592
10.0.0.33 - - [2026-06-08 02:27:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000563
10.0.0.33 - - [2026-06-08 02:27:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000373
10.0.0.33 - - [2026-06-08 02:27:37] "POST /neutron/network HTTP/1.1" 400 204 0.016411
10.0.0.27 - - [2026-06-08 02:27:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000448
10.0.0.27 - - [2026-06-08 02:27:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000400
10.0.0.33 - - [2026-06-08 02:27:38] "POST /neutron/port HTTP/1.1" 200 1116 0.017037
10.0.0.33 - - [2026-06-08 02:27:38] "POST /neutron/port HTTP/1.1" 200 151 0.318566
10.0.0.33 - - [2026-06-08 02:27:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000470
10.0.0.27 - - [2026-06-08 02:27:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000385
10.0.0.33 - - [2026-06-08 02:27:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000406
10.0.0.27 - - [2026-06-08 02:27:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000359
10.0.0.33 - - [2026-06-08 02:27:39] "POST /neutron/network HTTP/1.1" 200 892 0.007313
10.0.0.249 - - [2026-06-08 02:27:39] "DELETE /route-target/9bd54cc1-3f3e-4e9b-b605-1578f924a664 HTTP/1.1" 200 115 0.086599
10.0.0.27 - - [2026-06-08 02:27:40] "POST /useragent-kv HTTP/1.1" 200 115 0.003131
10.0.0.249 - - [2026-06-08 02:27:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.007165
10.0.0.27 - - [2026-06-08 02:27:40] "POST /useragent-kv HTTP/1.1" 200 115 0.002371
10.0.0.33 - - [2026-06-08 02:27:40] "POST /neutron/network HTTP/1.1" 200 151 0.139973
10.0.0.27 - - [2026-06-08 02:27:40] "GET /projects?obj_uuids=447c6d2c-47fc-4339-9df9-c5fc26c0e057&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002489
10.0.0.33 - - [2026-06-08 02:27:40] "GET /project/447c6d2c-47fc-4339-9df9-c5fc26c0e057?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.083430
10.0.0.27 - - [2026-06-08 02:27:40] "GET /projects?obj_uuids=447c6d2c-47fc-4339-9df9-c5fc26c0e057&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002569
10.0.0.33 - - [2026-06-08 02:27:40] "GET /project/447c6d2c-47fc-4339-9df9-c5fc26c0e057?fields=virtual_networks HTTP/1.1" 200 1034 0.052478
10.0.0.27 - - [2026-06-08 02:27:40] "GET /projects?obj_uuids=447c6d2c-47fc-4339-9df9-c5fc26c0e057&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000962
10.0.0.33 - - [2026-06-08 02:27:40] "GET /project/447c6d2c-47fc-4339-9df9-c5fc26c0e057?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.042497
10.0.0.27 - - [2026-06-08 02:27:40] "GET /projects?obj_uuids=447c6d2c-47fc-4339-9df9-c5fc26c0e057&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001325
10.0.0.33 - - [2026-06-08 02:27:40] "GET /project/447c6d2c-47fc-4339-9df9-c5fc26c0e057?fields=security_groups HTTP/1.1" 200 1261 0.045039
10.0.0.33 - - [2026-06-08 02:27:41] "POST /fqname-to-id HTTP/1.1" 404 193 0.030399
10.0.0.27 - - [2026-06-08 02:27:41] "GET /projects?obj_uuids=01f6aeca-f6e4-478f-9e08-c80b88822648&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003482
10.0.0.27 - - [2026-06-08 02:27:41] "GET /domains?obj_uuids=2441b78a-01cc-4005-9aa7-6b434eb6fb41&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000988
10.0.0.27 - - [2026-06-08 02:27:41] "GET /domain/2441b78a-01cc-4005-9aa7-6b434eb6fb41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007649
10.0.0.27 - - [2026-06-08 02:27:41] "POST /id-to-fqname HTTP/1.1" 200 195 0.004290
10.0.0.27 - - [2026-06-08 02:27:41] "POST /fqname-to-id HTTP/1.1" 404 204 0.005868
10.0.0.27 - - [2026-06-08 02:27:41] "POST /security-groups HTTP/1.1" 200 596 0.029640
10.0.0.27 - - [2026-06-08 02:27:41] "POST /projects HTTP/1.1" 200 595 0.236981
10.0.0.249 - - [2026-06-08 02:27:41] "POST /access-control-lists HTTP/1.1" 200 601 0.029231
10.0.0.27 - - [2026-06-08 02:27:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.311648
10.0.0.33 - - [2026-06-08 02:27:41] "GET /project/01f6aeca-f6e4-478f-9e08-c80b88822648?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.456520
10.0.0.33 - - [2026-06-08 02:27:42] "GET / HTTP/1.1" 200 35931 0.001729
10.0.0.33 - - [2026-06-08 02:27:43] "POST /fqname-to-id HTTP/1.1" 401 292 0.000460
10.0.0.33 - - [2026-06-08 02:27:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.061960
10.0.0.27 - - [2026-06-08 02:27:43] "GET /projects?obj_uuids=01f6aeca-f6e4-478f-9e08-c80b88822648&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000916
10.0.0.33 - - [2026-06-08 02:27:43] "GET /project/01f6aeca-f6e4-478f-9e08-c80b88822648?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.043011
10.0.0.249 - - [2026-06-08 02:27:44] "POST /route-targets HTTP/1.1" 200 327 0.014983
10.0.0.249 - - [2026-06-08 02:27:44] "POST /fqname-to-id HTTP/1.1" 401 292 0.000545
10.0.0.27 - - [2026-06-08 02:27:44] "POST /useragent-kv HTTP/1.1" 200 115 0.009948
10.0.0.33 - - [2026-06-08 02:27:44] "POST /neutron/subnet HTTP/1.1" 200 828 0.237873
10.0.0.33 - - [2026-06-08 02:27:44] "POST /id-to-fqname HTTP/1.1" 200 261 0.001393
10.0.0.33 - - [2026-06-08 02:27:44] "GET /virtual-network/58b3cf5e-256c-42d1-aa4c-15dc1253fad1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2744 0.007797
10.0.0.33 - - [2026-06-08 02:27:44] "POST /neutron/network HTTP/1.1" 200 1076 0.009161
10.0.0.33 - - [2026-06-08 02:27:44] "GET /virtual-network/58b3cf5e-256c-42d1-aa4c-15dc1253fad1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2744 0.007644
10.0.0.33 - - [2026-06-08 02:27:44] "POST /neutron/subnet HTTP/1.1" 200 729 0.012882
10.0.0.33 - - [2026-06-08 02:27:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002989
10.0.0.27 - - [2026-06-08 02:27:44] "GET /projects?obj_uuids=01f6aeca-f6e4-478f-9e08-c80b88822648&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000897
10.0.0.33 - - [2026-06-08 02:27:44] "GET /project/01f6aeca-f6e4-478f-9e08-c80b88822648?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.071133
10.0.0.249 - - [2026-06-08 02:27:45] "POST /ref-update HTTP/1.1" 200 156 0.019799
10.0.0.27 - - [2026-06-08 02:27:45] "POST /useragent-kv HTTP/1.1" 200 115 0.009491
10.0.0.33 - - [2026-06-08 02:27:45] "POST /neutron/subnet HTTP/1.1" 200 828 0.224754
10.0.0.249 - - [2026-06-08 02:27:45] "POST /fqname-to-id HTTP/1.1" 404 207 0.079221
10.0.0.33 - - [2026-06-08 02:27:45] "POST /id-to-fqname HTTP/1.1" 200 261 0.001399
10.0.0.33 - - [2026-06-08 02:27:45] "GET /virtual-network/607d41db-a44b-44bf-8bd1-be4c997a2273?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2744 0.014780
10.0.0.33 - - [2026-06-08 02:27:45] "POST /neutron/network HTTP/1.1" 200 1076 0.010392
10.0.0.33 - - [2026-06-08 02:27:45] "GET /virtual-network/607d41db-a44b-44bf-8bd1-be4c997a2273?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2744 0.006177
10.0.0.33 - - [2026-06-08 02:27:45] "POST /neutron/subnet HTTP/1.1" 200 729 0.009570
10.0.0.33 - - [2026-06-08 02:27:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003963
10.0.0.27 - - [2026-06-08 02:27:45] "GET /projects?obj_uuids=01f6aeca-f6e4-478f-9e08-c80b88822648&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001297
10.0.0.33 - - [2026-06-08 02:27:45] "GET /project/01f6aeca-f6e4-478f-9e08-c80b88822648?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.041117
10.0.0.27 - - [2026-06-08 02:27:46] "POST /useragent-kv HTTP/1.1" 200 115 0.005979
10.0.0.33 - - [2026-06-08 02:27:46] "POST /neutron/subnet HTTP/1.1" 200 828 0.247339
10.0.0.249 - - [2026-06-08 02:27:46] "POST /fqname-to-id HTTP/1.1" 404 207 0.011094
10.0.0.33 - - [2026-06-08 02:27:46] "POST /id-to-fqname HTTP/1.1" 200 262 0.001671
10.0.0.33 - - [2026-06-08 02:27:46] "GET /virtual-network/8313dc80-0690-4484-a325-30c8925777de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2744 0.009469
10.0.0.33 - - [2026-06-08 02:27:46] "POST /neutron/network HTTP/1.1" 200 1077 0.012445
10.0.0.33 - - [2026-06-08 02:27:46] "GET /virtual-network/8313dc80-0690-4484-a325-30c8925777de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2744 0.007140
10.0.0.33 - - [2026-06-08 02:27:46] "POST /neutron/subnet HTTP/1.1" 200 725 0.013688
10.0.0.33 - - [2026-06-08 02:27:46] "POST /id-to-fqname HTTP/1.1" 200 261 0.001350
10.0.0.27 - - [2026-06-08 02:27:47] "GET /projects?obj_uuids=01f6aeca-f6e4-478f-9e08-c80b88822648&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001273
10.0.0.33 - - [2026-06-08 02:27:47] "GET /project/01f6aeca-f6e4-478f-9e08-c80b88822648?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.080821
10.0.0.33 - - [2026-06-08 02:27:47] "POST /neutron/port HTTP/1.1" 200 117 0.005964
10.0.0.33 - - [2026-06-08 02:27:47] "POST /id-to-fqname HTTP/1.1" 200 262 0.001651
10.0.0.33 - - [2026-06-08 02:27:47] "POST /neutron/network HTTP/1.1" 200 1087 0.011958
10.0.0.33 - - [2026-06-08 02:27:48] "POST /neutron/port HTTP/1.1" 200 1173 0.044046
10.0.0.27 - - [2026-06-08 02:27:48] "GET /projects?obj_uuids=01f6aeca-f6e4-478f-9e08-c80b88822648&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000955
10.0.0.33 - - [2026-06-08 02:27:48] "GET /project/01f6aeca-f6e4-478f-9e08-c80b88822648?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.081590
10.0.0.33 - - [2026-06-08 02:27:48] "POST /neutron/network HTTP/1.1" 200 1077 0.025662
10.0.0.33 - - [2026-06-08 02:27:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004815
10.0.0.33 - - [2026-06-08 02:27:49] "POST /neutron/port HTTP/1.1" 200 117 0.001752
10.0.0.33 - - [2026-06-08 02:27:49] "POST /neutron/security_group HTTP/1.1" 200 2063 0.011128
10.0.0.27 - - [2026-06-08 02:27:49] "GET /projects?obj_uuids=01f6aeca-f6e4-478f-9e08-c80b88822648&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001471
10.0.0.33 - - [2026-06-08 02:27:49] "POST /neutron/port HTTP/1.1" 200 1172 0.408435
10.0.0.33 - - [2026-06-08 02:27:50] "POST /neutron/port HTTP/1.1" 200 1226 0.122575
10.0.0.33 - - [2026-06-08 02:27:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004006
10.0.0.33 - - [2026-06-08 02:27:50] "POST /neutron/port HTTP/1.1" 200 117 0.001150
10.0.0.33 - - [2026-06-08 02:27:50] "POST /neutron/network HTTP/1.1" 400 204 0.015674
10.0.0.33 - - [2026-06-08 02:27:51] "POST /neutron/port HTTP/1.1" 200 151 0.248863
10.0.0.33 - - [2026-06-08 02:27:52] "POST /neutron/port HTTP/1.1" 200 151 0.231992
10.0.0.27 - - [2026-06-08 02:27:52] "POST /useragent-kv HTTP/1.1" 200 115 0.004050
10.0.0.249 - - [2026-06-08 02:27:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003984
10.0.0.27 - - [2026-06-08 02:27:52] "POST /useragent-kv HTTP/1.1" 200 115 0.004544
10.0.0.27 - - [2026-06-08 02:27:52] "POST /useragent-kv HTTP/1.1" 200 115 0.002387
10.0.0.27 - - [2026-06-08 02:27:53] "POST /useragent-kv HTTP/1.1" 200 115 0.002135
10.0.0.33 - - [2026-06-08 02:27:53] "POST /neutron/network HTTP/1.1" 200 151 0.161456
10.0.0.249 - - [2026-06-08 02:27:53] "DELETE /route-target/2e616670-3a52-41b4-8591-09763fbca541 HTTP/1.1" 200 115 0.043834
10.0.0.33 - - [2026-06-08 02:27:53] "POST /neutron/network HTTP/1.1" 200 1076 0.015701
10.0.0.27 - - [2026-06-08 02:27:53] "GET /projects?obj_uuids=01f6aeca-f6e4-478f-9e08-c80b88822648&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002141
10.0.0.33 - - [2026-06-08 02:27:53] "GET /project/01f6aeca-f6e4-478f-9e08-c80b88822648?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.050332
10.0.0.27 - - [2026-06-08 02:27:53] "GET /projects?obj_uuids=01f6aeca-f6e4-478f-9e08-c80b88822648&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001049
10.0.0.33 - - [2026-06-08 02:27:53] "GET /project/01f6aeca-f6e4-478f-9e08-c80b88822648?fields=virtual_networks HTTP/1.1" 200 1041 0.039524
10.0.0.27 - - [2026-06-08 02:27:53] "GET /projects?obj_uuids=01f6aeca-f6e4-478f-9e08-c80b88822648&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001028
10.0.0.33 - - [2026-06-08 02:27:53] "GET /project/01f6aeca-f6e4-478f-9e08-c80b88822648?fields=virtual_machine_interfaces HTTP/1.1" 200 1041 0.060686
10.0.0.27 - - [2026-06-08 02:27:53] "GET /projects?obj_uuids=01f6aeca-f6e4-478f-9e08-c80b88822648&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000997
10.0.0.33 - - [2026-06-08 02:27:53] "GET /project/01f6aeca-f6e4-478f-9e08-c80b88822648?fields=security_groups HTTP/1.1" 200 1272 0.044385
10.0.0.33 - - [2026-06-08 02:27:54] "POST /fqname-to-id HTTP/1.1" 404 196 0.029670
10.0.0.27 - - [2026-06-08 02:27:54] "GET /projects?obj_uuids=3afb05cc-3f20-4dda-b58b-4a21c9d9c83c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003363
10.0.0.27 - - [2026-06-08 02:27:54] "GET /domains?obj_uuids=2441b78a-01cc-4005-9aa7-6b434eb6fb41&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000961
10.0.0.27 - - [2026-06-08 02:27:54] "GET /domain/2441b78a-01cc-4005-9aa7-6b434eb6fb41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006949
10.0.0.27 - - [2026-06-08 02:27:54] "POST /id-to-fqname HTTP/1.1" 200 198 0.002894
10.0.0.27 - - [2026-06-08 02:27:54] "POST /fqname-to-id HTTP/1.1" 404 207 0.007175
10.0.0.27 - - [2026-06-08 02:27:54] "POST /security-groups HTTP/1.1" 200 599 0.032659
10.0.0.249 - - [2026-06-08 02:27:54] "POST /fqname-to-id HTTP/1.1" 404 242 0.005888
10.0.0.27 - - [2026-06-08 02:27:55] "POST /projects HTTP/1.1" 200 601 0.254306
10.0.0.27 - - [2026-06-08 02:27:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.331809
10.0.0.249 - - [2026-06-08 02:27:55] "POST /access-control-lists HTTP/1.1" 200 602 0.035189
10.0.0.33 - - [2026-06-08 02:27:55] "GET /project/3afb05cc-3f20-4dda-b58b-4a21c9d9c83c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.470850
10.0.0.33 - - [2026-06-08 02:27:56] "GET / HTTP/1.1" 200 35931 0.001789
10.0.0.33 - - [2026-06-08 02:27:56] "POST /fqname-to-id HTTP/1.1" 401 292 0.000544
10.0.0.33 - - [2026-06-08 02:27:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.059866
10.0.0.27 - - [2026-06-08 02:27:57] "GET /projects?obj_uuids=3afb05cc-3f20-4dda-b58b-4a21c9d9c83c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001306
10.0.0.33 - - [2026-06-08 02:27:57] "GET /project/3afb05cc-3f20-4dda-b58b-4a21c9d9c83c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.039829
10.0.0.27 - - [2026-06-08 02:27:57] "GET /projects?obj_uuids=3afb05cc-3f20-4dda-b58b-4a21c9d9c83c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001281
10.0.0.33 - - [2026-06-08 02:27:57] "POST /neutron/network HTTP/1.1" 200 691 0.193012
10.0.0.33 - - [2026-06-08 02:27:57] "POST /id-to-fqname HTTP/1.1" 200 267 0.004443
10.0.0.33 - - [2026-06-08 02:27:57] "GET /virtual-network/4dd5036a-ef38-44be-859b-15f7b75693fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2171 0.006417
10.0.0.33 - - [2026-06-08 02:27:57] "POST /neutron/network HTTP/1.1" 200 910 0.011560
10.0.0.33 - - [2026-06-08 02:27:57] "GET /virtual-network/4dd5036a-ef38-44be-859b-15f7b75693fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2171 0.008666
10.0.0.33 - - [2026-06-08 02:27:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004659
10.0.0.27 - - [2026-06-08 02:27:57] "GET /projects?obj_uuids=3afb05cc-3f20-4dda-b58b-4a21c9d9c83c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001049
10.0.0.33 - - [2026-06-08 02:27:57] "GET /project/3afb05cc-3f20-4dda-b58b-4a21c9d9c83c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.060107
10.0.0.33 - - [2026-06-08 02:27:57] "POST /neutron/network HTTP/1.1" 200 117 0.019013
10.0.0.249 - - [2026-06-08 02:27:58] "POST /route-targets HTTP/1.1" 200 327 0.018522
10.0.0.33 - - [2026-06-08 02:27:58] "POST /neutron/network HTTP/1.1" 200 909 0.008529
10.0.0.33 - - [2026-06-08 02:27:58] "POST /id-to-fqname HTTP/1.1" 200 267 0.001078
10.0.0.33 - - [2026-06-08 02:27:58] "GET /virtual-network/0f616498-800a-48cb-a76c-d847ef7ac6b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2169 0.005350
10.0.0.33 - - [2026-06-08 02:27:58] "GET /virtual-network/0f616498-800a-48cb-a76c-d847ef7ac6b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2169 0.005612
10.0.0.33 - - [2026-06-08 02:27:58] "POST /neutron/subnet HTTP/1.1" 200 720 0.009343
10.0.0.33 - - [2026-06-08 02:27:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002797
10.0.0.27 - - [2026-06-08 02:27:58] "GET /projects?obj_uuids=3afb05cc-3f20-4dda-b58b-4a21c9d9c83c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000880
10.0.0.33 - - [2026-06-08 02:27:58] "GET /project/3afb05cc-3f20-4dda-b58b-4a21c9d9c83c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.057141
10.0.0.249 - - [2026-06-08 02:27:58] "POST /ref-update HTTP/1.1" 200 156 0.036363
10.0.0.27 - - [2026-06-08 02:27:59] "POST /useragent-kv HTTP/1.1" 200 115 0.006971
10.0.0.33 - - [2026-06-08 02:27:59] "POST /neutron/subnet HTTP/1.1" 200 720 0.227757
10.0.0.33 - - [2026-06-08 02:27:59] "POST /id-to-fqname HTTP/1.1" 200 268 0.001356
10.0.0.33 - - [2026-06-08 02:27:59] "GET /virtual-network/8904c1a6-9209-4c55-8bb4-77169f0cc048?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2173 0.005409
10.0.0.33 - - [2026-06-08 02:27:59] "GET /virtual-network/8904c1a6-9209-4c55-8bb4-77169f0cc048?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2173 0.005919
10.0.0.33 - - [2026-06-08 02:27:59] "POST /neutron/network HTTP/1.1" 200 911 0.007544
10.0.0.33 - - [2026-06-08 02:27:59] "POST /id-to-fqname HTTP/1.1" 200 267 0.001670
10.0.0.27 - - [2026-06-08 02:28:00] "GET /projects?obj_uuids=3afb05cc-3f20-4dda-b58b-4a21c9d9c83c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001371
10.0.0.33 - - [2026-06-08 02:28:00] "GET /project/3afb05cc-3f20-4dda-b58b-4a21c9d9c83c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.093187
10.0.0.33 - - [2026-06-08 02:28:00] "POST /neutron/network HTTP/1.1" 200 909 0.008357
10.0.0.33 - - [2026-06-08 02:28:00] "POST /id-to-fqname HTTP/1.1" 200 268 0.001765
10.0.0.33 - - [2026-06-08 02:28:00] "POST /neutron/port HTTP/1.1" 200 117 0.008884
10.0.0.27 - - [2026-06-08 02:28:00] "GET /projects?obj_uuids=3afb05cc-3f20-4dda-b58b-4a21c9d9c83c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001119
10.0.0.33 - - [2026-06-08 02:28:01] "POST /neutron/port HTTP/1.1" 200 1067 0.351121
10.0.0.27 - - [2026-06-08 02:28:01] "GET /projects?obj_uuids=3afb05cc-3f20-4dda-b58b-4a21c9d9c83c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001795
10.0.0.33 - - [2026-06-08 02:28:01] "POST /neutron/port HTTP/1.1" 200 1121 0.155715
10.0.0.33 - - [2026-06-08 02:28:01] "GET /project/3afb05cc-3f20-4dda-b58b-4a21c9d9c83c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.141249
10.0.0.33 - - [2026-06-08 02:28:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.011193
10.0.0.33 - - [2026-06-08 02:28:01] "POST /neutron/network HTTP/1.1" 200 909 0.007066
10.0.0.33 - - [2026-06-08 02:28:01] "POST /neutron/port HTTP/1.1" 200 117 0.006070
10.0.0.33 - - [2026-06-08 02:28:02] "POST /neutron/port HTTP/1.1" 200 1067 0.017988
10.0.0.33 - - [2026-06-08 02:28:02] "POST /neutron/port HTTP/1.1" 200 1131 0.020354
10.0.0.33 - - [2026-06-08 02:28:02] "POST /neutron/port HTTP/1.1" 200 117 0.001355
10.0.0.33 - - [2026-06-08 02:28:03] "POST /neutron/network HTTP/1.1" 400 204 0.021076
10.0.0.33 - - [2026-06-08 02:28:03] "POST /neutron/port HTTP/1.1" 200 151 0.194161
10.0.0.33 - - [2026-06-08 02:28:04] "POST /neutron/port HTTP/1.1" 200 151 0.179853
10.0.0.27 - - [2026-06-08 02:28:05] "POST /useragent-kv HTTP/1.1" 200 115 0.002944
10.0.0.27 - - [2026-06-08 02:28:05] "POST /useragent-kv HTTP/1.1" 200 115 0.002848
10.0.0.33 - - [2026-06-08 02:28:05] "POST /neutron/network HTTP/1.1" 200 151 0.189914
10.0.0.249 - - [2026-06-08 02:28:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004409
10.0.0.33 - - [2026-06-08 02:28:05] "POST /neutron/network HTTP/1.1" 200 910 0.010964
10.0.0.27 - - [2026-06-08 02:28:05] "GET /projects?obj_uuids=3afb05cc-3f20-4dda-b58b-4a21c9d9c83c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001311
10.0.0.33 - - [2026-06-08 02:28:05] "GET /project/3afb05cc-3f20-4dda-b58b-4a21c9d9c83c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.051874
10.0.0.249 - - [2026-06-08 02:28:05] "DELETE /route-target/285ee971-c584-4530-987d-8e539f489f05 HTTP/1.1" 200 115 0.047992
10.0.0.27 - - [2026-06-08 02:28:05] "GET /projects?obj_uuids=3afb05cc-3f20-4dda-b58b-4a21c9d9c83c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001230
10.0.0.33 - - [2026-06-08 02:28:05] "GET /project/3afb05cc-3f20-4dda-b58b-4a21c9d9c83c?fields=virtual_networks HTTP/1.1" 200 1048 0.068680
10.0.0.27 - - [2026-06-08 02:28:05] "GET /projects?obj_uuids=3afb05cc-3f20-4dda-b58b-4a21c9d9c83c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001588
10.0.0.33 - - [2026-06-08 02:28:06] "GET /project/3afb05cc-3f20-4dda-b58b-4a21c9d9c83c?fields=virtual_machine_interfaces HTTP/1.1" 200 1048 0.057281
10.0.0.27 - - [2026-06-08 02:28:06] "GET /projects?obj_uuids=3afb05cc-3f20-4dda-b58b-4a21c9d9c83c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001492
10.0.0.33 - - [2026-06-08 02:28:06] "GET /project/3afb05cc-3f20-4dda-b58b-4a21c9d9c83c?fields=security_groups HTTP/1.1" 200 1282 0.052991
10.0.0.33 - - [2026-06-08 02:28:07] "POST /fqname-to-id HTTP/1.1" 404 193 0.031745
10.0.0.27 - - [2026-06-08 02:28:07] "GET /projects?obj_uuids=2137646c-666f-4793-9705-2afeee4e9b3f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003922
10.0.0.27 - - [2026-06-08 02:28:07] "GET /domains?obj_uuids=2441b78a-01cc-4005-9aa7-6b434eb6fb41&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001654
10.0.0.27 - - [2026-06-08 02:28:07] "GET /domain/2441b78a-01cc-4005-9aa7-6b434eb6fb41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.010500
10.0.0.27 - - [2026-06-08 02:28:07] "POST /id-to-fqname HTTP/1.1" 200 195 0.009139
10.0.0.27 - - [2026-06-08 02:28:07] "POST /fqname-to-id HTTP/1.1" 404 204 0.006876
10.0.0.27 - - [2026-06-08 02:28:07] "POST /security-groups HTTP/1.1" 200 596 0.043443
10.0.0.27 - - [2026-06-08 02:28:07] "POST /projects HTTP/1.1" 200 595 0.308143
10.0.0.27 - - [2026-06-08 02:28:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.353514
10.0.0.249 - - [2026-06-08 02:28:07] "POST /fqname-to-id HTTP/1.1" 404 238 0.014933
10.0.0.33 - - [2026-06-08 02:28:07] "GET /project/2137646c-666f-4793-9705-2afeee4e9b3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.529746
10.0.0.33 - - [2026-06-08 02:28:08] "GET / HTTP/1.1" 200 35931 0.001467
10.0.0.33 - - [2026-06-08 02:28:09] "POST /fqname-to-id HTTP/1.1" 401 292 0.000594
10.0.0.33 - - [2026-06-08 02:28:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.060580
10.0.0.27 - - [2026-06-08 02:28:09] "GET /projects?obj_uuids=2137646c-666f-4793-9705-2afeee4e9b3f&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001117
10.0.0.33 - - [2026-06-08 02:28:09] "GET /project/2137646c-666f-4793-9705-2afeee4e9b3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.058147
10.0.0.27 - - [2026-06-08 02:28:09] "GET /projects?obj_uuids=2137646c-666f-4793-9705-2afeee4e9b3f&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001174
10.0.0.33 - - [2026-06-08 02:28:09] "POST /neutron/network HTTP/1.1" 200 682 0.173401
10.0.0.249 - - [2026-06-08 02:28:10] "POST /ref-update HTTP/1.1" 200 156 0.038922
10.0.0.33 - - [2026-06-08 02:28:10] "POST /id-to-fqname HTTP/1.1" 200 261 0.005689
10.0.0.33 - - [2026-06-08 02:28:10] "GET /virtual-network/9fa3bf0e-a9d4-48f2-9b82-2beedbc9d2ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2164 0.009167
10.0.0.33 - - [2026-06-08 02:28:10] "POST /neutron/network HTTP/1.1" 200 903 0.009233
10.0.0.33 - - [2026-06-08 02:28:10] "GET /virtual-network/9fa3bf0e-a9d4-48f2-9b82-2beedbc9d2ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2164 0.011294
10.0.0.33 - - [2026-06-08 02:28:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004192
10.0.0.27 - - [2026-06-08 02:28:10] "GET /projects?obj_uuids=2137646c-666f-4793-9705-2afeee4e9b3f&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001060
10.0.0.33 - - [2026-06-08 02:28:10] "GET /project/2137646c-666f-4793-9705-2afeee4e9b3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.060456
10.0.0.33 - - [2026-06-08 02:28:10] "POST /neutron/network HTTP/1.1" 200 117 0.017956
10.0.0.33 - - [2026-06-08 02:28:11] "POST /neutron/network HTTP/1.1" 200 903 0.009811
10.0.0.33 - - [2026-06-08 02:28:11] "POST /id-to-fqname HTTP/1.1" 200 261 0.001846
10.0.0.33 - - [2026-06-08 02:28:11] "GET /virtual-network/1e2a6db5-f96d-48e4-a525-207abed27483?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2164 0.007920
10.0.0.33 - - [2026-06-08 02:28:11] "GET /virtual-network/1e2a6db5-f96d-48e4-a525-207abed27483?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2164 0.006207
10.0.0.33 - - [2026-06-08 02:28:11] "POST /neutron/subnet HTTP/1.1" 200 734 0.010196
10.0.0.33 - - [2026-06-08 02:28:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.007395
10.0.0.27 - - [2026-06-08 02:28:11] "GET /projects?obj_uuids=2137646c-666f-4793-9705-2afeee4e9b3f&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001668
10.0.0.33 - - [2026-06-08 02:28:11] "GET /project/2137646c-666f-4793-9705-2afeee4e9b3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.060255
10.0.0.249 - - [2026-06-08 02:28:11] "POST /route-targets HTTP/1.1" 200 327 0.014620
10.0.0.27 - - [2026-06-08 02:28:11] "POST /useragent-kv HTTP/1.1" 200 115 0.013627
10.0.0.33 - - [2026-06-08 02:28:11] "POST /neutron/subnet HTTP/1.1" 200 720 0.261201
10.0.0.33 - - [2026-06-08 02:28:11] "POST /id-to-fqname HTTP/1.1" 200 262 0.001474
10.0.0.33 - - [2026-06-08 02:28:11] "GET /virtual-network/b8436cc2-4f51-46ce-bdf7-c88c89368e44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.007699
10.0.0.33 - - [2026-06-08 02:28:11] "GET /virtual-network/b8436cc2-4f51-46ce-bdf7-c88c89368e44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.007862
10.0.0.33 - - [2026-06-08 02:28:11] "POST /neutron/network HTTP/1.1" 200 902 0.007774
10.0.0.33 - - [2026-06-08 02:28:11] "POST /id-to-fqname HTTP/1.1" 200 261 0.001436
10.0.0.27 - - [2026-06-08 02:28:12] "GET /projects?obj_uuids=2137646c-666f-4793-9705-2afeee4e9b3f&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001618
10.0.0.33 - - [2026-06-08 02:28:12] "GET /project/2137646c-666f-4793-9705-2afeee4e9b3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.081238
10.0.0.33 - - [2026-06-08 02:28:12] "POST /neutron/network HTTP/1.1" 200 903 0.008610
10.0.0.33 - - [2026-06-08 02:28:12] "POST /id-to-fqname HTTP/1.1" 200 262 0.002085
10.0.0.33 - - [2026-06-08 02:28:13] "POST /neutron/port HTTP/1.1" 200 117 0.007485
10.0.0.27 - - [2026-06-08 02:28:13] "GET /projects?obj_uuids=2137646c-666f-4793-9705-2afeee4e9b3f&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001607
10.0.0.33 - - [2026-06-08 02:28:13] "POST /neutron/port HTTP/1.1" 200 1067 0.388356
10.0.0.27 - - [2026-06-08 02:28:13] "GET /projects?obj_uuids=2137646c-666f-4793-9705-2afeee4e9b3f&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001590
10.0.0.33 - - [2026-06-08 02:28:14] "POST /neutron/port HTTP/1.1" 200 1121 0.149364
10.0.0.33 - - [2026-06-08 02:28:14] "GET /project/2137646c-666f-4793-9705-2afeee4e9b3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.107187
10.0.0.33 - - [2026-06-08 02:28:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005251
10.0.0.33 - - [2026-06-08 02:28:14] "POST /neutron/network HTTP/1.1" 200 903 0.009074
10.0.0.33 - - [2026-06-08 02:28:14] "POST /neutron/port HTTP/1.1" 200 117 0.009277
10.0.0.33 - - [2026-06-08 02:28:15] "POST /fqname-to-id HTTP/1.1" 404 193 0.004018
10.0.0.33 - - [2026-06-08 02:28:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005596
10.0.0.27 - - [2026-06-08 02:28:15] "GET /domains?obj_uuids=2441b78a-01cc-4005-9aa7-6b434eb6fb41&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000996
10.0.0.33 - - [2026-06-08 02:28:15] "GET /domain/2441b78a-01cc-4005-9aa7-6b434eb6fb41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.010864
10.0.0.33 - - [2026-06-08 02:28:15] "POST /neutron/port HTTP/1.1" 200 1064 0.028157
10.0.0.33 - - [2026-06-08 02:28:15] "POST /service-templates HTTP/1.1" 200 543 0.045007
10.0.0.33 - - [2026-06-08 02:28:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.012767
10.0.0.33 - - [2026-06-08 02:28:15] "GET /service-template/6d06c450-65e9-4637-b43e-ba60f8eec6f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1820 0.020742
10.0.0.33 - - [2026-06-08 02:28:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004806
10.0.0.33 - - [2026-06-08 02:28:15] "GET /service-template/6d06c450-65e9-4637-b43e-ba60f8eec6f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1820 0.006083
10.0.0.33 - - [2026-06-08 02:28:15] "POST /neutron/port HTTP/1.1" 200 1128 0.026704
10.0.0.33 - - [2026-06-08 02:28:15] "POST /id-to-fqname HTTP/1.1" 200 261 0.001828
10.0.0.33 - - [2026-06-08 02:28:15] "POST /neutron/port HTTP/1.1" 200 117 0.001174
10.0.0.33 - - [2026-06-08 02:28:15] "POST /id-to-fqname HTTP/1.1" 200 261 0.000955
10.0.0.33 - - [2026-06-08 02:28:15] "POST /id-to-fqname HTTP/1.1" 200 262 0.001854
10.0.0.33 - - [2026-06-08 02:28:15] "POST /neutron/security_group HTTP/1.1" 200 2063 0.007950
10.0.0.33 - - [2026-06-08 02:28:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005562
10.0.0.33 - - [2026-06-08 02:28:15] "DELETE /service-template/6d06c450-65e9-4637-b43e-ba60f8eec6f9 HTTP/1.1" 200 115 0.039373
10.0.0.33 - - [2026-06-08 02:28:15] "POST /fqname-to-id HTTP/1.1" 404 193 0.004214
10.0.0.33 - - [2026-06-08 02:28:18] "POST /neutron/port HTTP/1.1" 200 1128 0.017043
10.0.0.33 - - [2026-06-08 02:28:18] "POST /neutron/port HTTP/1.1" 200 151 0.212461
10.0.0.33 - - [2026-06-08 02:28:20] "POST /neutron/network HTTP/1.1" 200 903 0.007799
10.0.0.249 - - [2026-06-08 02:28:20] "DELETE /route-target/d4aa9adf-a231-404c-a517-d2083cbb4ea1 HTTP/1.1" 200 115 0.038509
10.0.0.27 - - [2026-06-08 02:28:20] "POST /useragent-kv HTTP/1.1" 200 115 0.003242
10.0.0.27 - - [2026-06-08 02:28:20] "POST /useragent-kv HTTP/1.1" 200 115 0.005475
10.0.0.33 - - [2026-06-08 02:28:20] "POST /neutron/network HTTP/1.1" 200 151 0.122673
10.0.0.249 - - [2026-06-08 02:28:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.008621
10.0.0.27 - - [2026-06-08 02:28:20] "GET /projects?obj_uuids=2137646c-666f-4793-9705-2afeee4e9b3f&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001127
10.0.0.33 - - [2026-06-08 02:28:20] "GET /project/2137646c-666f-4793-9705-2afeee4e9b3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.073310
10.0.0.27 - - [2026-06-08 02:28:20] "GET /projects?obj_uuids=2137646c-666f-4793-9705-2afeee4e9b3f&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001164
10.0.0.33 - - [2026-06-08 02:28:20] "GET /project/2137646c-666f-4793-9705-2afeee4e9b3f?fields=virtual_networks HTTP/1.1" 200 1042 0.081668
10.0.0.27 - - [2026-06-08 02:28:20] "GET /projects?obj_uuids=2137646c-666f-4793-9705-2afeee4e9b3f&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001339
10.0.0.33 - - [2026-06-08 02:28:20] "GET /project/2137646c-666f-4793-9705-2afeee4e9b3f?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.059216
10.0.0.27 - - [2026-06-08 02:28:20] "GET /projects?obj_uuids=2137646c-666f-4793-9705-2afeee4e9b3f&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001235
10.0.0.249 - - [2026-06-08 02:28:20] "DELETE /access-control-list/db52efd6-d190-41e9-bcb7-c79a57df24b1 HTTP/1.1" 200 115 0.097973
10.0.0.33 - - [2026-06-08 02:28:20] "GET /project/2137646c-666f-4793-9705-2afeee4e9b3f?fields=security_groups HTTP/1.1" 200 1273 0.066123
10.0.0.33 - - [2026-06-08 02:28:21] "POST /fqname-to-id HTTP/1.1" 404 197 0.031408
10.0.0.27 - - [2026-06-08 02:28:21] "GET /projects?obj_uuids=8b17c32b-322b-4f19-9879-554ab23c5d20&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003883
10.0.0.27 - - [2026-06-08 02:28:21] "GET /domains?obj_uuids=2441b78a-01cc-4005-9aa7-6b434eb6fb41&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001227
10.0.0.27 - - [2026-06-08 02:28:21] "GET /domain/2441b78a-01cc-4005-9aa7-6b434eb6fb41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007674
10.0.0.27 - - [2026-06-08 02:28:22] "POST /id-to-fqname HTTP/1.1" 200 199 0.006145
10.0.0.27 - - [2026-06-08 02:28:22] "POST /fqname-to-id HTTP/1.1" 404 208 0.004484
10.0.0.27 - - [2026-06-08 02:28:22] "DELETE /project/2137646c666f479397052afeee4e9b3f HTTP/1.1" 404 173 0.022384
10.0.0.27 - - [2026-06-08 02:28:22] "DELETE /project/3afb05cc3f204ddab58b4a21c9d9c83c HTTP/1.1" 404 173 0.029492
10.0.0.27 - - [2026-06-08 02:28:22] "DELETE /project/447c6d2c47fc43399df9c5fc26c0e057 HTTP/1.1" 404 173 0.013465
10.0.0.27 - - [2026-06-08 02:28:22] "DELETE /project/01f6aecaf6e4478f9e08c80b88822648 HTTP/1.1" 404 173 0.017572
10.0.0.27 - - [2026-06-08 02:28:22] "DELETE /project/8fedb621-33c2-4690-be38-2115f6912d6e HTTP/1.1" 404 177 0.021677
10.0.0.27 - - [2026-06-08 02:28:22] "GET /projects?obj_uuids=2137646c-666f-4793-9705-2afeee4e9b3f&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001134
10.0.0.27 - - [2026-06-08 02:28:22] "GET /projects?obj_uuids=447c6d2c-47fc-4339-9df9-c5fc26c0e057&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000844
10.0.0.27 - - [2026-06-08 02:28:22] "GET /projects?obj_uuids=01f6aeca-f6e4-478f-9e08-c80b88822648&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000752
10.0.0.27 - - [2026-06-08 02:28:22] "GET /projects?obj_uuids=3afb05cc-3f20-4dda-b58b-4a21c9d9c83c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000697
10.0.0.27 - - [2026-06-08 02:28:22] "POST /security-groups HTTP/1.1" 200 600 0.091857
10.0.0.27 - - [2026-06-08 02:28:22] "POST /projects HTTP/1.1" 200 603 0.308676
10.0.0.27 - - [2026-06-08 02:28:22] "GET /project/01f6aeca-f6e4-478f-9e08-c80b88822648?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1487 0.085879
10.0.0.27 - - [2026-06-08 02:28:22] "GET /project/3afb05cc-3f20-4dda-b58b-4a21c9d9c83c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.111862
10.0.0.27 - - [2026-06-08 02:28:22] "GET /projects?obj_uuids=01f6aeca-f6e4-478f-9e08-c80b88822648&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002077
10.0.0.27 - - [2026-06-08 02:28:22] "GET /project/447c6d2c-47fc-4339-9df9-c5fc26c0e057?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.136039
10.0.0.27 - - [2026-06-08 02:28:22] "GET /project/2137646c-666f-4793-9705-2afeee4e9b3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.153857
10.0.0.27 - - [2026-06-08 02:28:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.430628
10.0.0.27 - - [2026-06-08 02:28:22] "GET /projects?obj_uuids=3afb05cc-3f20-4dda-b58b-4a21c9d9c83c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001081
10.0.0.249 - - [2026-06-08 02:28:22] "POST /fqname-to-id HTTP/1.1" 404 242 0.013085
10.0.0.27 - - [2026-06-08 02:28:22] "GET /projects?obj_uuids=447c6d2c-47fc-4339-9df9-c5fc26c0e057&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001807
10.0.0.27 - - [2026-06-08 02:28:22] "GET /projects?obj_uuids=2137646c-666f-4793-9705-2afeee4e9b3f&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000963
10.0.0.27 - - [2026-06-08 02:28:22] "GET /project/447c6d2c-47fc-4339-9df9-c5fc26c0e057?fields=security_groups HTTP/1.1" 200 1366 0.069215
10.0.0.27 - - [2026-06-08 02:28:22] "GET /project/3afb05cc-3f20-4dda-b58b-4a21c9d9c83c?fields=security_groups HTTP/1.1" 200 1387 0.104207
10.0.0.27 - - [2026-06-08 02:28:22] "GET /project/01f6aeca-f6e4-478f-9e08-c80b88822648?fields=security_groups HTTP/1.1" 200 1377 0.162225
10.0.0.33 - - [2026-06-08 02:28:22] "GET /project/8b17c32b-322b-4f19-9879-554ab23c5d20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.660636
10.0.0.27 - - [2026-06-08 02:28:22] "GET /project/2137646c-666f-4793-9705-2afeee4e9b3f?fields=security_groups HTTP/1.1" 200 1378 0.177248
10.0.0.27 - - [2026-06-08 02:28:22] "DELETE /security-group/5b2fb8a6-ffcc-4f3a-a2af-aca490c6e8f4 HTTP/1.1" 200 115 0.142927
10.0.0.27 - - [2026-06-08 02:28:22] "GET /projects?obj_uuids=447c6d2c-47fc-4339-9df9-c5fc26c0e057&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001367
10.0.0.27 - - [2026-06-08 02:28:22] "DELETE /security-group/8911e81d-cfb7-434f-90a2-5551a95b1787 HTTP/1.1" 200 115 0.155131
10.0.0.27 - - [2026-06-08 02:28:22] "GET /projects?obj_uuids=3afb05cc-3f20-4dda-b58b-4a21c9d9c83c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001547
10.0.0.27 - - [2026-06-08 02:28:22] "DELETE /security-group/11550b16-9811-4d98-a2ba-f968ff97aac6 HTTP/1.1" 200 115 0.165565
10.0.0.27 - - [2026-06-08 02:28:22] "GET /projects?obj_uuids=01f6aeca-f6e4-478f-9e08-c80b88822648&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002196
10.0.0.27 - - [2026-06-08 02:28:22] "GET /project/447c6d2c-47fc-4339-9df9-c5fc26c0e057?fields=application_policy_sets HTTP/1.1" 200 1405 0.094322
10.0.0.249 - - [2026-06-08 02:28:22] "DELETE /access-control-list/309c64ca-becc-4571-a35f-796e1211717d HTTP/1.1" 200 115 0.098619
10.0.0.27 - - [2026-06-08 02:28:22] "DELETE /security-group/4e7092b2-c577-470d-bcbd-e5eb2d485238 HTTP/1.1" 200 115 0.146892
10.0.0.27 - - [2026-06-08 02:28:22] "GET /projects?obj_uuids=2137646c-666f-4793-9705-2afeee4e9b3f&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001144
10.0.0.27 - - [2026-06-08 02:28:22] "GET /project/01f6aeca-f6e4-478f-9e08-c80b88822648?fields=application_policy_sets HTTP/1.1" 200 1416 0.128533
10.0.0.27 - - [2026-06-08 02:28:22] "GET /project/3afb05cc-3f20-4dda-b58b-4a21c9d9c83c?fields=application_policy_sets HTTP/1.1" 200 1426 0.181382
10.0.0.27 - - [2026-06-08 02:28:22] "GET /project/2137646c-666f-4793-9705-2afeee4e9b3f?fields=application_policy_sets HTTP/1.1" 200 1417 0.166758
10.0.0.249 - - [2026-06-08 02:28:23] "DELETE /access-control-list/463e578f-38fd-4b4f-ab3e-37fff355be36 HTTP/1.1" 200 115 0.155375
10.0.0.27 - - [2026-06-08 02:28:23] "DELETE /project/447c6d2c-47fc-4339-9df9-c5fc26c0e057 HTTP/1.1" 200 115 1.052199
10.0.0.27 - - [2026-06-08 02:28:23] "DELETE /project/01f6aeca-f6e4-478f-9e08-c80b88822648 HTTP/1.1" 200 115 1.048203
10.0.0.249 - - [2026-06-08 02:28:23] "DELETE /access-control-list/064a1262-0288-4335-b53b-846227f4e7a8 HTTP/1.1" 200 115 0.048232
10.0.0.27 - - [2026-06-08 02:28:23] "DELETE /project/3afb05cc-3f20-4dda-b58b-4a21c9d9c83c HTTP/1.1" 200 115 1.101020
10.0.0.27 - - [2026-06-08 02:28:23] "DELETE /project/2137646c-666f-4793-9705-2afeee4e9b3f HTTP/1.1" 200 115 1.147159
10.0.0.33 - - [2026-06-08 02:28:24] "GET / HTTP/1.1" 200 35931 0.001503
10.0.0.33 - - [2026-06-08 02:28:24] "POST /fqname-to-id HTTP/1.1" 401 292 0.000453
10.0.0.33 - - [2026-06-08 02:28:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.054954
10.0.0.27 - - [2026-06-08 02:28:24] "GET /projects?obj_uuids=8b17c32b-322b-4f19-9879-554ab23c5d20&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000931
10.0.0.33 - - [2026-06-08 02:28:25] "GET /project/8b17c32b-322b-4f19-9879-554ab23c5d20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.041439
10.0.0.33 - - [2026-06-08 02:28:25] "POST /neutron/network HTTP/1.1" 200 117 0.039531
10.0.0.27 - - [2026-06-08 02:28:25] "POST /useragent-kv HTTP/1.1" 200 115 0.007720
10.0.0.33 - - [2026-06-08 02:28:25] "POST /neutron/subnet HTTP/1.1" 200 715 0.203186
10.0.0.33 - - [2026-06-08 02:28:25] "POST /id-to-fqname HTTP/1.1" 200 269 0.001751
10.0.0.33 - - [2026-06-08 02:28:25] "GET /virtual-network/31d906d7-1800-4845-b2da-a15da422c188?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2752 0.006805
10.0.0.33 - - [2026-06-08 02:28:25] "GET /virtual-network/31d906d7-1800-4845-b2da-a15da422c188?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2752 0.006861
10.0.0.33 - - [2026-06-08 02:28:25] "POST /neutron/network HTTP/1.1" 200 1084 0.011905
10.0.0.33 - - [2026-06-08 02:28:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004129
10.0.0.27 - - [2026-06-08 02:28:25] "GET /projects?obj_uuids=8b17c32b-322b-4f19-9879-554ab23c5d20&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001135
10.0.0.33 - - [2026-06-08 02:28:26] "GET /project/8b17c32b-322b-4f19-9879-554ab23c5d20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.048311
10.0.0.33 - - [2026-06-08 02:28:26] "POST /neutron/network HTTP/1.1" 200 117 0.017741
10.0.0.249 - - [2026-06-08 02:28:26] "POST /route-targets HTTP/1.1" 200 327 0.013319
10.0.0.249 - - [2026-06-08 02:28:26] "POST /fqname-to-id HTTP/1.1" 404 207 0.008854
10.0.0.27 - - [2026-06-08 02:28:26] "POST /useragent-kv HTTP/1.1" 200 115 0.009296
10.0.0.33 - - [2026-06-08 02:28:26] "POST /neutron/subnet HTTP/1.1" 200 720 0.223780
10.0.0.33 - - [2026-06-08 02:28:26] "POST /id-to-fqname HTTP/1.1" 200 269 0.001309
10.0.0.33 - - [2026-06-08 02:28:26] "GET /virtual-network/3256c1d5-52aa-48f1-ad46-18e1086647c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2759 0.005564
10.0.0.33 - - [2026-06-08 02:28:26] "GET /virtual-network/3256c1d5-52aa-48f1-ad46-18e1086647c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2759 0.005414
10.0.0.33 - - [2026-06-08 02:28:26] "POST /neutron/network HTTP/1.1" 200 1086 0.008640
10.0.0.33 - - [2026-06-08 02:28:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003541
10.0.0.27 - - [2026-06-08 02:28:26] "GET /projects?obj_uuids=8b17c32b-322b-4f19-9879-554ab23c5d20&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000897
10.0.0.33 - - [2026-06-08 02:28:26] "GET /project/8b17c32b-322b-4f19-9879-554ab23c5d20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.044502
10.0.0.33 - - [2026-06-08 02:28:27] "POST /neutron/network HTTP/1.1" 200 117 0.015052
10.0.0.249 - - [2026-06-08 02:28:27] "POST /ref-update HTTP/1.1" 200 156 0.024946
10.0.0.249 - - [2026-06-08 02:28:27] "POST /fqname-to-id HTTP/1.1" 404 207 0.004924
10.0.0.27 - - [2026-06-08 02:28:27] "POST /useragent-kv HTTP/1.1" 200 115 0.007024
10.0.0.33 - - [2026-06-08 02:28:27] "POST /neutron/subnet HTTP/1.1" 200 719 0.244277
10.0.0.33 - - [2026-06-08 02:28:27] "POST /id-to-fqname HTTP/1.1" 200 270 0.001391
10.0.0.33 - - [2026-06-08 02:28:27] "GET /virtual-network/2d23bbcf-3f90-4797-af60-f32581340d7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2762 0.005471
10.0.0.33 - - [2026-06-08 02:28:27] "GET /virtual-network/2d23bbcf-3f90-4797-af60-f32581340d7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2762 0.005601
10.0.0.33 - - [2026-06-08 02:28:27] "POST /neutron/network HTTP/1.1" 200 1088 0.008702
10.0.0.33 - - [2026-06-08 02:28:27] "POST /id-to-fqname HTTP/1.1" 200 269 0.001537
10.0.0.33 - - [2026-06-08 02:28:28] "POST /neutron/network HTTP/1.1" 200 1096 0.007799
10.0.0.27 - - [2026-06-08 02:28:28] "GET /projects?obj_uuids=8b17c32b-322b-4f19-9879-554ab23c5d20&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001370
10.0.0.33 - - [2026-06-08 02:28:28] "GET /project/8b17c32b-322b-4f19-9879-554ab23c5d20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.074715
10.0.0.33 - - [2026-06-08 02:28:29] "POST /neutron/port HTTP/1.1" 200 117 0.007600
10.0.0.33 - - [2026-06-08 02:28:29] "POST /id-to-fqname HTTP/1.1" 200 270 0.001552
10.0.0.33 - - [2026-06-08 02:28:29] "POST /neutron/network HTTP/1.1" 200 1096 0.008804
10.0.0.27 - - [2026-06-08 02:28:30] "GET /projects?obj_uuids=8b17c32b-322b-4f19-9879-554ab23c5d20&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001327
10.0.0.33 - - [2026-06-08 02:28:30] "POST /neutron/port HTTP/1.1" 200 1175 0.030011
10.0.0.33 - - [2026-06-08 02:28:30] "GET /project/8b17c32b-322b-4f19-9879-554ab23c5d20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.090743
10.0.0.33 - - [2026-06-08 02:28:30] "POST /neutron/port HTTP/1.1" 200 1239 0.034186
10.0.0.33 - - [2026-06-08 02:28:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005898
10.0.0.33 - - [2026-06-08 02:28:30] "POST /neutron/port HTTP/1.1" 200 117 0.001147
10.0.0.33 - - [2026-06-08 02:28:30] "POST /neutron/network HTTP/1.1" 200 1086 0.025414
10.0.0.33 - - [2026-06-08 02:28:31] "POST /neutron/port HTTP/1.1" 200 1175 0.026340
10.0.0.33 - - [2026-06-08 02:28:31] "POST /neutron/port HTTP/1.1" 200 1239 0.023288
10.0.0.33 - - [2026-06-08 02:28:31] "POST /neutron/subnet HTTP/1.1" 200 1379 0.021956
10.0.0.33 - - [2026-06-08 02:28:31] "POST /neutron/network HTTP/1.1" 200 1088 0.010044
10.0.0.33 - - [2026-06-08 02:28:32] "POST /fqname-to-id HTTP/1.1" 404 193 0.003829
10.0.0.33 - - [2026-06-08 02:28:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003034
10.0.0.27 - - [2026-06-08 02:28:32] "GET /domains?obj_uuids=2441b78a-01cc-4005-9aa7-6b434eb6fb41&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001552
10.0.0.33 - - [2026-06-08 02:28:32] "GET /domain/2441b78a-01cc-4005-9aa7-6b434eb6fb41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.008093
10.0.0.33 - - [2026-06-08 02:28:32] "POST /service-templates HTTP/1.1" 200 543 0.031235
10.0.0.33 - - [2026-06-08 02:28:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003495
10.0.0.33 - - [2026-06-08 02:28:32] "GET /service-template/c5cb6b0e-6af4-4f82-8bd2-d0653c88ed40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1825 0.006499
10.0.0.33 - - [2026-06-08 02:28:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002988
10.0.0.33 - - [2026-06-08 02:28:32] "GET /service-template/c5cb6b0e-6af4-4f82-8bd2-d0653c88ed40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1825 0.004692
10.0.0.33 - - [2026-06-08 02:28:32] "POST /id-to-fqname HTTP/1.1" 200 269 0.001369
10.0.0.33 - - [2026-06-08 02:28:32] "POST /id-to-fqname HTTP/1.1" 200 269 0.001280
10.0.0.33 - - [2026-06-08 02:28:32] "POST /id-to-fqname HTTP/1.1" 200 270 0.001613
10.0.0.33 - - [2026-06-08 02:28:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004372
10.0.0.33 - - [2026-06-08 02:28:32] "DELETE /service-template/c5cb6b0e-6af4-4f82-8bd2-d0653c88ed40 HTTP/1.1" 200 115 0.038420
10.0.0.33 - - [2026-06-08 02:28:32] "POST /fqname-to-id HTTP/1.1" 404 193 0.008647
10.0.0.33 - - [2026-06-08 02:28:34] "POST /neutron/network HTTP/1.1" 200 1086 0.008553
10.0.0.33 - - [2026-06-08 02:28:34] "POST /neutron/port HTTP/1.1" 200 1229 0.024768
10.0.0.33 - - [2026-06-08 02:28:34] "POST /neutron/port HTTP/1.1" 200 1229 0.039231
10.0.0.27 - - [2026-06-08 02:28:36] "POST /useragent-kv HTTP/1.1" 200 115 0.006417
10.0.0.27 - - [2026-06-08 02:28:36] "POST /useragent-kv HTTP/1.1" 200 115 0.003811
10.0.0.27 - - [2026-06-08 02:28:36] "POST /useragent-kv HTTP/1.1" 200 115 0.003554
10.0.0.27 - - [2026-06-08 02:28:36] "POST /useragent-kv HTTP/1.1" 200 115 0.002213
10.0.0.33 - - [2026-06-08 02:28:36] "POST /neutron/network HTTP/1.1" 200 151 0.152362
10.0.0.249 - - [2026-06-08 02:28:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004356
10.0.0.33 - - [2026-06-08 02:28:36] "POST /neutron/network HTTP/1.1" 200 1084 0.017095
10.0.0.249 - - [2026-06-08 02:28:36] "DELETE /route-target/27179978-f1ca-4fa6-86b0-cf8577fe3ea6 HTTP/1.1" 200 115 0.024393
10.0.0.27 - - [2026-06-08 02:28:36] "GET /projects?obj_uuids=8b17c32b-322b-4f19-9879-554ab23c5d20&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000937
10.0.0.33 - - [2026-06-08 02:28:36] "GET /project/8b17c32b-322b-4f19-9879-554ab23c5d20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.052324
10.0.0.27 - - [2026-06-08 02:28:36] "GET /projects?obj_uuids=8b17c32b-322b-4f19-9879-554ab23c5d20&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003863
10.0.0.33 - - [2026-06-08 02:28:36] "GET /project/8b17c32b-322b-4f19-9879-554ab23c5d20?fields=virtual_networks HTTP/1.1" 200 1051 0.046138
10.0.0.27 - - [2026-06-08 02:28:36] "GET /projects?obj_uuids=8b17c32b-322b-4f19-9879-554ab23c5d20&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001072
10.0.0.33 - - [2026-06-08 02:28:37] "GET /project/8b17c32b-322b-4f19-9879-554ab23c5d20?fields=virtual_machine_interfaces HTTP/1.1" 200 1051 0.060407
10.0.0.27 - - [2026-06-08 02:28:37] "GET /projects?obj_uuids=8b17c32b-322b-4f19-9879-554ab23c5d20&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000968
10.0.0.33 - - [2026-06-08 02:28:37] "GET /project/8b17c32b-322b-4f19-9879-554ab23c5d20?fields=security_groups HTTP/1.1" 200 1286 0.039771
10.0.0.33 - - [2026-06-08 02:28:37] "POST /fqname-to-id HTTP/1.1" 404 200 0.028980
10.0.0.27 - - [2026-06-08 02:28:37] "GET /projects?obj_uuids=d5e3f76b-435d-4010-bbf4-6f15b8449b00&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003341
10.0.0.27 - - [2026-06-08 02:28:38] "GET /domains?obj_uuids=2441b78a-01cc-4005-9aa7-6b434eb6fb41&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001223
10.0.0.27 - - [2026-06-08 02:28:38] "GET /domain/2441b78a-01cc-4005-9aa7-6b434eb6fb41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008758
10.0.0.27 - - [2026-06-08 02:28:38] "POST /id-to-fqname HTTP/1.1" 200 202 0.004084
10.0.0.27 - - [2026-06-08 02:28:38] "POST /fqname-to-id HTTP/1.1" 404 211 0.007669
10.0.0.27 - - [2026-06-08 02:28:38] "POST /security-groups HTTP/1.1" 200 603 0.094262
10.0.0.27 - - [2026-06-08 02:28:38] "POST /projects HTTP/1.1" 200 609 0.322124
10.0.0.249 - - [2026-06-08 02:28:38] "POST /fqname-to-id HTTP/1.1" 404 245 0.006108
10.0.0.27 - - [2026-06-08 02:28:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.393955
10.0.0.33 - - [2026-06-08 02:28:38] "GET /project/d5e3f76b-435d-4010-bbf4-6f15b8449b00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.545387
10.0.0.33 - - [2026-06-08 02:28:39] "GET / HTTP/1.1" 200 35931 0.002594
10.0.0.33 - - [2026-06-08 02:28:40] "POST /fqname-to-id HTTP/1.1" 401 292 0.000455
10.0.0.33 - - [2026-06-08 02:28:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.058416
10.0.0.27 - - [2026-06-08 02:28:41] "GET /projects?obj_uuids=d5e3f76b-435d-4010-bbf4-6f15b8449b00&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000979
10.0.0.33 - - [2026-06-08 02:28:41] "GET /project/d5e3f76b-435d-4010-bbf4-6f15b8449b00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.045123
10.0.0.27 - - [2026-06-08 02:28:41] "GET /projects?obj_uuids=d5e3f76b-435d-4010-bbf4-6f15b8449b00&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002265
10.0.0.33 - - [2026-06-08 02:28:41] "POST /neutron/network HTTP/1.1" 200 619 0.157370
10.0.0.249 - - [2026-06-08 02:28:41] "POST /ref-update HTTP/1.1" 200 156 0.048021
10.0.0.33 - - [2026-06-08 02:28:41] "POST /id-to-fqname HTTP/1.1" 200 233 0.004163
10.0.0.33 - - [2026-06-08 02:28:41] "GET /virtual-network/44e570fa-e49d-4f7c-8943-06324f6e44ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005924
10.0.0.33 - - [2026-06-08 02:28:41] "POST /neutron/network HTTP/1.1" 200 839 0.008842
10.0.0.33 - - [2026-06-08 02:28:41] "GET /virtual-network/44e570fa-e49d-4f7c-8943-06324f6e44ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.006835
10.0.0.33 - - [2026-06-08 02:28:42] "GET /virtual-network/44e570fa-e49d-4f7c-8943-06324f6e44ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.006193
10.0.0.33 - - [2026-06-08 02:28:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003595
10.0.0.27 - - [2026-06-08 02:28:43] "GET /projects?obj_uuids=d5e3f76b-435d-4010-bbf4-6f15b8449b00&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000948
10.0.0.33 - - [2026-06-08 02:28:43] "GET /project/d5e3f76b-435d-4010-bbf4-6f15b8449b00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.041620
10.0.0.33 - - [2026-06-08 02:28:43] "POST /neutron/network HTTP/1.1" 200 117 0.013530
10.0.0.33 - - [2026-06-08 02:28:44] "POST /neutron/network HTTP/1.1" 200 839 0.008626
10.0.0.33 - - [2026-06-08 02:28:44] "POST /id-to-fqname HTTP/1.1" 200 233 0.001292
10.0.0.33 - - [2026-06-08 02:28:44] "GET /virtual-network/d4625c9d-7c46-4acc-bdde-8abde443ab42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.004930
10.0.0.33 - - [2026-06-08 02:28:44] "GET /virtual-network/d4625c9d-7c46-4acc-bdde-8abde443ab42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.005306
10.0.0.33 - - [2026-06-08 02:28:44] "POST /neutron/subnet HTTP/1.1" 200 729 0.008901
10.0.0.33 - - [2026-06-08 02:28:44] "GET /virtual-network/d4625c9d-7c46-4acc-bdde-8abde443ab42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.008023
10.0.0.33 - - [2026-06-08 02:28:44] "GET /obj-perms HTTP/1.1" 200 5054 0.065853
10.0.0.249 - - [2026-06-08 02:28:44] "GET /obj-perms HTTP/1.1" 200 5054 0.064489
10.0.0.33 - - [2026-06-08 02:28:45] "POST /id-to-fqname HTTP/1.1" 200 233 0.001897
10.0.0.27 - - [2026-06-08 02:29:16] "GET /projects?obj_uuids=d5e3f76b-435d-4010-bbf4-6f15b8449b00&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001231
10.0.0.33 - - [2026-06-08 02:29:16] "GET /project/d5e3f76b-435d-4010-bbf4-6f15b8449b00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.080481
10.0.0.33 - - [2026-06-08 02:29:16] "POST /neutron/port HTTP/1.1" 200 117 0.009475
10.0.0.33 - - [2026-06-08 02:29:16] "POST /id-to-fqname HTTP/1.1" 200 233 0.001496
10.0.0.33 - - [2026-06-08 02:29:17] "POST /neutron/network HTTP/1.1" 200 849 0.007573
10.0.0.33 - - [2026-06-08 02:29:17] "POST /neutron/port HTTP/1.1" 200 1073 0.023951
10.0.0.27 - - [2026-06-08 02:29:17] "GET /projects?obj_uuids=d5e3f76b-435d-4010-bbf4-6f15b8449b00&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002393
10.0.0.33 - - [2026-06-08 02:29:18] "GET /project/d5e3f76b-435d-4010-bbf4-6f15b8449b00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.157441
10.0.0.33 - - [2026-06-08 02:29:18] "POST /neutron/network HTTP/1.1" 200 839 0.011914
10.0.0.33 - - [2026-06-08 02:29:18] "POST /neutron/port HTTP/1.1" 200 117 0.011164
10.0.0.33 - - [2026-06-08 02:29:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003857
10.0.0.27 - - [2026-06-08 02:29:18] "GET /projects?obj_uuids=d5e3f76b-435d-4010-bbf4-6f15b8449b00&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001064
10.0.0.33 - - [2026-06-08 02:29:18] "GET /project/d5e3f76b-435d-4010-bbf4-6f15b8449b00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.050926
10.0.0.33 - - [2026-06-08 02:29:18] "GET /virtual-network/44e570fa-e49d-4f7c-8943-06324f6e44ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.008433
10.0.0.33 - - [2026-06-08 02:29:18] "GET /floating-ip-pools?parent_id=44e570fa-e49d-4f7c-8943-06324f6e44ba&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.008005
10.0.0.33 - - [2026-06-08 02:29:18] "GET /virtual-network/44e570fa-e49d-4f7c-8943-06324f6e44ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.007813
10.0.0.33 - - [2026-06-08 02:29:18] "POST /floating-ip-pools HTTP/1.1" 200 609 0.050843
10.0.0.33 - - [2026-06-08 02:29:18] "POST /ref-update HTTP/1.1" 200 156 0.023199
10.0.0.33 - - [2026-06-08 02:29:18] "GET /virtual-network/44e570fa-e49d-4f7c-8943-06324f6e44ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.006016
10.0.0.33 - - [2026-06-08 02:29:19] "GET /virtual-network/44e570fa-e49d-4f7c-8943-06324f6e44ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.021608
10.0.0.33 - - [2026-06-08 02:29:19] "POST /neutron/port HTTP/1.1" 200 1137 0.065709
10.0.0.33 - - [2026-06-08 02:29:19] "POST /neutron/subnet HTTP/1.1" 200 703 0.016877
10.0.0.33 - - [2026-06-08 02:29:19] "POST /neutron/port HTTP/1.1" 200 1073 0.023804
10.0.0.33 - - [2026-06-08 02:29:19] "POST /neutron/network HTTP/1.1" 200 839 0.010160
10.0.0.33 - - [2026-06-08 02:29:19] "POST /neutron/subnet HTTP/1.1" 200 703 0.012879
10.0.0.249 - - [2026-06-08 02:29:22] "DELETE /access-control-list/5aa6f9de-7d11-4cd9-82fe-34cf2e16fd81 HTTP/1.1" 200 115 0.043987
10.0.0.27 - - [2026-06-08 02:29:23] "DELETE /project/8b17c32b-322b-4f19-9879-554ab23c5d20 HTTP/1.1" 404 177 0.004934
10.0.0.27 - - [2026-06-08 02:29:23] "DELETE /project/d5e3f76b435d4010bbf46f15b8449b00 HTTP/1.1" 404 173 0.004592
10.0.0.33 - - [2026-06-08 02:29:24] "POST /neutron/port HTTP/1.1" 200 1137 0.021886
10.0.0.33 - - [2026-06-08 02:29:29] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008688
10.0.0.27 - - [2026-06-08 02:29:32] "GET /obj-perms HTTP/1.1" 200 5056 0.060980
10.0.0.33 - - [2026-06-08 02:29:39] "POST /neutron/port HTTP/1.1" 200 1137 0.022318
10.0.0.33 - - [2026-06-08 02:29:44] "POST /neutron/security_group HTTP/1.1" 200 2070 0.010747
10.0.0.33 - - [2026-06-08 02:29:54] "POST /neutron/port HTTP/1.1" 200 1137 0.016634
10.0.0.33 - - [2026-06-08 02:30:00] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008558
10.0.0.33 - - [2026-06-08 02:30:10] "POST /neutron/port HTTP/1.1" 200 1137 0.031178
10.0.0.33 - - [2026-06-08 02:30:10] "POST /neutron/security_group HTTP/1.1" 200 2070 0.013592
10.0.0.33 - - [2026-06-08 02:30:10] "GET /virtual-machine/0d1f6f1e-fe22-4b27-8fad-711afc8f402a HTTP/1.1" 401 292 0.000423
10.0.0.33 - - [2026-06-08 02:30:10] "GET /virtual-machine/0d1f6f1e-fe22-4b27-8fad-711afc8f402a HTTP/1.1" 200 1303 0.034159
10.0.0.33 - - [2026-06-08 02:30:10] "GET /virtual-machine-interface/627935e6-e420-4f2a-9bfc-6cf3768fbe6f HTTP/1.1" 200 3004 0.006781
10.0.0.33 - - [2026-06-08 02:30:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.005177
10.0.0.33 - - [2026-06-08 02:30:10] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004208
10.0.0.33 - - [2026-06-08 02:30:10] "GET /virtual-networks?parent_id=d5e3f76b-435d-4010-bbf4-6f15b8449b00&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.002988
10.0.0.33 - - [2026-06-08 02:30:11] "GET /virtual-network/d4625c9d-7c46-4acc-bdde-8abde443ab42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.008437
10.0.0.33 - - [2026-06-08 02:30:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003522
10.0.0.33 - - [2026-06-08 02:30:14] "GET /virtual-network/d4625c9d-7c46-4acc-bdde-8abde443ab42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.005564
10.0.0.33 - - [2026-06-08 02:30:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003773
10.0.0.33 - - [2026-06-08 02:30:18] "GET /virtual-network/d4625c9d-7c46-4acc-bdde-8abde443ab42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.005933
10.0.0.33 - - [2026-06-08 02:30:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004935
10.0.0.33 - - [2026-06-08 02:30:22] "GET /virtual-network/d4625c9d-7c46-4acc-bdde-8abde443ab42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.006318
10.0.0.33 - - [2026-06-08 02:30:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003834
10.0.0.33 - - [2026-06-08 02:30:26] "GET /virtual-network/d4625c9d-7c46-4acc-bdde-8abde443ab42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.005584
10.0.0.33 - - [2026-06-08 02:30:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003604
10.0.0.33 - - [2026-06-08 02:30:30] "GET /virtual-network/d4625c9d-7c46-4acc-bdde-8abde443ab42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.005343
10.0.0.33 - - [2026-06-08 02:30:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003963
10.0.0.33 - - [2026-06-08 02:30:34] "GET /virtual-network/d4625c9d-7c46-4acc-bdde-8abde443ab42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.005608
10.0.0.33 - - [2026-06-08 02:30:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003682
10.0.0.33 - - [2026-06-08 02:30:38] "GET /virtual-network/d4625c9d-7c46-4acc-bdde-8abde443ab42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.005404
10.0.0.33 - - [2026-06-08 02:30:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003732
10.0.0.33 - - [2026-06-08 02:30:42] "GET /virtual-network/d4625c9d-7c46-4acc-bdde-8abde443ab42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.005407
10.0.0.33 - - [2026-06-08 02:30:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003806
10.0.0.33 - - [2026-06-08 02:30:44] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003835
10.0.0.33 - - [2026-06-08 02:30:44] "GET /virtual-networks?parent_id=d5e3f76b-435d-4010-bbf4-6f15b8449b00&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003344
10.0.0.33 - - [2026-06-08 02:30:44] "GET /virtual-network/d4625c9d-7c46-4acc-bdde-8abde443ab42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.005558
10.0.0.33 - - [2026-06-08 02:30:44] "POST /neutron/port HTTP/1.1" 200 1137 0.018195
10.0.0.33 - - [2026-06-08 02:30:48] "POST /neutron/port HTTP/1.1" 200 1137 0.046676
10.0.0.33 - - [2026-06-08 02:30:48] "POST /neutron/subnet HTTP/1.1" 200 703 0.009300
10.0.0.33 - - [2026-06-08 02:30:49] "POST /neutron/port HTTP/1.1" 200 1137 0.020768
10.0.0.33 - - [2026-06-08 02:30:54] "POST /neutron/port HTTP/1.1" 200 1137 0.049121
10.0.0.33 - - [2026-06-08 02:30:54] "POST /neutron/subnet HTTP/1.1" 200 703 0.010660
10.0.0.33 - - [2026-06-08 02:30:54] "POST /neutron/port HTTP/1.1" 200 1137 0.017230
10.0.0.33 - - [2026-06-08 02:30:55] "POST /neutron/security_group HTTP/1.1" 200 2070 0.036834
10.0.0.33 - - [2026-06-08 02:31:02] "POST /neutron/port HTTP/1.1" 200 1137 0.022844
10.0.0.33 - - [2026-06-08 02:31:05] "POST /neutron/port HTTP/1.1" 200 1137 0.020743
10.0.0.33 - - [2026-06-08 02:31:05] "POST /neutron/port HTTP/1.1" 200 1137 0.017271
10.0.0.33 - - [2026-06-08 02:31:05] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007435
10.0.0.33 - - [2026-06-08 02:31:05] "GET /virtual-machine/9cc8104b-374f-44f5-979f-ed9911b86ada HTTP/1.1" 200 1305 0.006237
10.0.0.33 - - [2026-06-08 02:31:05] "GET /virtual-machine-interface/d3e3f164-fcba-4b84-b903-3dcc22709855 HTTP/1.1" 200 3005 0.005237
10.0.0.33 - - [2026-06-08 02:31:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003586
10.0.0.33 - - [2026-06-08 02:31:05] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004159
10.0.0.33 - - [2026-06-08 02:31:05] "GET /virtual-networks?parent_id=d5e3f76b-435d-4010-bbf4-6f15b8449b00&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.002965
10.0.0.33 - - [2026-06-08 02:31:05] "GET /virtual-network/44e570fa-e49d-4f7c-8943-06324f6e44ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.006994
10.0.0.33 - - [2026-06-08 02:31:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003547
10.0.0.33 - - [2026-06-08 02:31:06] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003351
10.0.0.33 - - [2026-06-08 02:31:06] "GET /virtual-networks?parent_id=d5e3f76b-435d-4010-bbf4-6f15b8449b00&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.002957
10.0.0.33 - - [2026-06-08 02:31:06] "GET /virtual-network/44e570fa-e49d-4f7c-8943-06324f6e44ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005605
10.0.0.33 - - [2026-06-08 02:31:06] "POST /neutron/port HTTP/1.1" 200 1137 0.016950
10.0.0.33 - - [2026-06-08 02:31:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004360
10.0.0.33 - - [2026-06-08 02:31:12] "GET /routing-instance/ba66f81b-4e49-47c8-8416-1ae10ddf3bef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1491 0.004801
10.0.0.33 - - [2026-06-08 02:31:12] "GET /route-target/44963696-1cfb-4b6b-911e-9c52dc83e850?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005263
10.0.0.33 - - [2026-06-08 02:31:29] "POST /neutron/floatingip HTTP/1.1" 200 579 0.020052
10.0.0.33 - - [2026-06-08 02:31:29] "POST /neutron/floatingip HTTP/1.1" 200 115 0.066838
10.0.0.33 - - [2026-06-08 02:31:29] "GET /floating-ip-pool/731b36a8-1f8b-4009-b20a-2cf3340856df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1206 0.003492
10.0.0.33 - - [2026-06-08 02:31:29] "POST /ref-update HTTP/1.1" 200 156 0.016156
10.0.0.33 - - [2026-06-08 02:31:29] "DELETE /floating-ip-pool/731b36a8-1f8b-4009-b20a-2cf3340856df HTTP/1.1" 200 115 0.039149
10.0.0.33 - - [2026-06-08 02:31:30] "POST /neutron/port HTTP/1.1" 200 1137 0.020995
10.0.0.33 - - [2026-06-08 02:31:30] "POST /neutron/port HTTP/1.1" 200 1137 0.016249
10.0.0.33 - - [2026-06-08 02:31:31] "POST /neutron/network HTTP/1.1" 200 839 0.008942
10.0.0.249 - - [2026-06-08 02:31:31] "DELETE /route-target/6bca6ee7-c267-4965-82f0-6be24b1438c2 HTTP/1.1" 200 115 0.031014
10.0.0.27 - - [2026-06-08 02:31:32] "POST /useragent-kv HTTP/1.1" 200 115 0.003977
10.0.0.27 - - [2026-06-08 02:31:32] "POST /useragent-kv HTTP/1.1" 200 115 0.005068
10.0.0.33 - - [2026-06-08 02:31:32] "POST /neutron/network HTTP/1.1" 200 151 0.135517
10.0.0.27 - - [2026-06-08 02:31:33] "GET /projects?obj_uuids=d5e3f76b-435d-4010-bbf4-6f15b8449b00&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000988
10.0.0.33 - - [2026-06-08 02:31:33] "GET /project/d5e3f76b-435d-4010-bbf4-6f15b8449b00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.079395
10.0.0.27 - - [2026-06-08 02:31:33] "GET /projects?obj_uuids=d5e3f76b-435d-4010-bbf4-6f15b8449b00&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000902
10.0.0.33 - - [2026-06-08 02:31:33] "GET /project/d5e3f76b-435d-4010-bbf4-6f15b8449b00?fields=virtual_networks HTTP/1.1" 200 1057 0.070819
10.0.0.27 - - [2026-06-08 02:31:34] "GET /projects?obj_uuids=d5e3f76b-435d-4010-bbf4-6f15b8449b00&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000959
10.0.0.33 - - [2026-06-08 02:31:34] "GET /project/d5e3f76b-435d-4010-bbf4-6f15b8449b00?fields=virtual_machine_interfaces HTTP/1.1" 200 1057 0.042324
10.0.0.27 - - [2026-06-08 02:31:34] "GET /projects?obj_uuids=d5e3f76b-435d-4010-bbf4-6f15b8449b00&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000955
10.0.0.33 - - [2026-06-08 02:31:34] "GET /project/d5e3f76b-435d-4010-bbf4-6f15b8449b00?fields=security_groups HTTP/1.1" 200 1295 0.045784
10.0.0.33 - - [2026-06-08 02:31:35] "POST /fqname-to-id HTTP/1.1" 404 188 0.037677
10.0.0.27 - - [2026-06-08 02:31:35] "GET /projects?obj_uuids=92acfd46-0cf7-414c-9b64-d1e4f01cf74f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004436
10.0.0.27 - - [2026-06-08 02:31:35] "GET /domains?obj_uuids=2441b78a-01cc-4005-9aa7-6b434eb6fb41&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001022
10.0.0.27 - - [2026-06-08 02:31:35] "GET /domain/2441b78a-01cc-4005-9aa7-6b434eb6fb41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007603
10.0.0.27 - - [2026-06-08 02:31:35] "POST /id-to-fqname HTTP/1.1" 200 190 0.003896
10.0.0.27 - - [2026-06-08 02:31:35] "POST /fqname-to-id HTTP/1.1" 404 199 0.004451
10.0.0.27 - - [2026-06-08 02:31:35] "POST /security-groups HTTP/1.1" 200 591 0.040516
10.0.0.249 - - [2026-06-08 02:31:35] "POST /fqname-to-id HTTP/1.1" 404 234 0.012384
10.0.0.27 - - [2026-06-08 02:31:35] "POST /projects HTTP/1.1" 200 585 0.261233
10.0.0.27 - - [2026-06-08 02:31:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.340703
10.0.0.249 - - [2026-06-08 02:31:36] "POST /access-control-lists HTTP/1.1" 200 594 0.034661
10.0.0.33 - - [2026-06-08 02:31:36] "GET /project/92acfd46-0cf7-414c-9b64-d1e4f01cf74f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.502135
10.0.0.33 - - [2026-06-08 02:31:37] "GET / HTTP/1.1" 200 35931 0.001954
10.0.0.27 - - [2026-06-08 02:31:40] "GET /projects?obj_uuids=92acfd46-0cf7-414c-9b64-d1e4f01cf74f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001035
10.0.0.33 - - [2026-06-08 02:31:40] "GET /project/92acfd46-0cf7-414c-9b64-d1e4f01cf74f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.036450
10.0.0.27 - - [2026-06-08 02:31:40] "GET /projects?obj_uuids=92acfd46-0cf7-414c-9b64-d1e4f01cf74f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001693
10.0.0.33 - - [2026-06-08 02:31:40] "GET /project/92acfd46-0cf7-414c-9b64-d1e4f01cf74f?fields=virtual_networks HTTP/1.1" 200 1033 0.097749
10.0.0.27 - - [2026-06-08 02:31:40] "GET /projects?obj_uuids=92acfd46-0cf7-414c-9b64-d1e4f01cf74f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001606
10.0.0.33 - - [2026-06-08 02:31:40] "GET /project/92acfd46-0cf7-414c-9b64-d1e4f01cf74f?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.046941
10.0.0.27 - - [2026-06-08 02:31:40] "GET /projects?obj_uuids=92acfd46-0cf7-414c-9b64-d1e4f01cf74f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000991
10.0.0.33 - - [2026-06-08 02:31:40] "GET /project/92acfd46-0cf7-414c-9b64-d1e4f01cf74f?fields=security_groups HTTP/1.1" 200 1259 0.042794
10.0.0.33 - - [2026-06-08 02:31:41] "POST /fqname-to-id HTTP/1.1" 404 183 0.027010
10.0.0.27 - - [2026-06-08 02:31:41] "GET /projects?obj_uuids=b8daee7b-73fb-4727-84cf-7f66edd0c794&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003604
10.0.0.27 - - [2026-06-08 02:31:41] "GET /domains?obj_uuids=2441b78a-01cc-4005-9aa7-6b434eb6fb41&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001172
10.0.0.27 - - [2026-06-08 02:31:41] "GET /domain/2441b78a-01cc-4005-9aa7-6b434eb6fb41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007818
10.0.0.27 - - [2026-06-08 02:31:41] "POST /id-to-fqname HTTP/1.1" 200 185 0.004667
10.0.0.27 - - [2026-06-08 02:31:41] "POST /fqname-to-id HTTP/1.1" 404 194 0.003167
10.0.0.27 - - [2026-06-08 02:31:41] "POST /security-groups HTTP/1.1" 200 586 0.072874
10.0.0.27 - - [2026-06-08 02:31:41] "POST /projects HTTP/1.1" 200 575 0.276731
10.0.0.249 - - [2026-06-08 02:31:41] "POST /fqname-to-id HTTP/1.1" 404 228 0.011251
10.0.0.27 - - [2026-06-08 02:31:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.351413
10.0.0.33 - - [2026-06-08 02:31:42] "GET /project/b8daee7b-73fb-4727-84cf-7f66edd0c794?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.514858
10.0.0.33 - - [2026-06-08 02:31:43] "GET / HTTP/1.1" 200 35931 0.002059
10.0.0.27 - - [2026-06-08 02:31:48] "GET /projects?obj_uuids=b8daee7b-73fb-4727-84cf-7f66edd0c794&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001173
10.0.0.33 - - [2026-06-08 02:31:48] "GET /project/b8daee7b-73fb-4727-84cf-7f66edd0c794?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.044988
10.0.0.27 - - [2026-06-08 02:31:48] "GET /projects?obj_uuids=b8daee7b-73fb-4727-84cf-7f66edd0c794&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001164
10.0.0.33 - - [2026-06-08 02:31:48] "GET /project/b8daee7b-73fb-4727-84cf-7f66edd0c794?fields=virtual_networks HTTP/1.1" 200 1022 0.065878
10.0.0.27 - - [2026-06-08 02:31:49] "GET /projects?obj_uuids=b8daee7b-73fb-4727-84cf-7f66edd0c794&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001184
10.0.0.33 - - [2026-06-08 02:31:49] "GET /project/b8daee7b-73fb-4727-84cf-7f66edd0c794?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.051924
10.0.0.27 - - [2026-06-08 02:31:49] "GET /projects?obj_uuids=b8daee7b-73fb-4727-84cf-7f66edd0c794&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001689
10.0.0.33 - - [2026-06-08 02:31:49] "GET /project/b8daee7b-73fb-4727-84cf-7f66edd0c794?fields=security_groups HTTP/1.1" 200 1243 0.057774
10.0.0.33 - - [2026-06-08 02:31:50] "POST /fqname-to-id HTTP/1.1" 404 187 0.029390
10.0.0.27 - - [2026-06-08 02:31:50] "GET /projects?obj_uuids=88df2383-26dc-4e88-9cec-64b701614403&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003179
10.0.0.27 - - [2026-06-08 02:31:50] "GET /domains?obj_uuids=2441b78a-01cc-4005-9aa7-6b434eb6fb41&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001228
10.0.0.27 - - [2026-06-08 02:31:50] "GET /domain/2441b78a-01cc-4005-9aa7-6b434eb6fb41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008383
10.0.0.27 - - [2026-06-08 02:31:50] "POST /id-to-fqname HTTP/1.1" 200 189 0.004574
10.0.0.27 - - [2026-06-08 02:31:50] "POST /fqname-to-id HTTP/1.1" 404 198 0.014620
10.0.0.27 - - [2026-06-08 02:31:50] "POST /security-groups HTTP/1.1" 200 590 0.035182
10.0.0.27 - - [2026-06-08 02:31:50] "POST /projects HTTP/1.1" 200 583 0.281031
10.0.0.249 - - [2026-06-08 02:31:50] "POST /access-control-lists HTTP/1.1" 200 595 0.032783
10.0.0.27 - - [2026-06-08 02:31:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.360376
10.0.0.33 - - [2026-06-08 02:31:50] "GET /project/88df2383-26dc-4e88-9cec-64b701614403?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.529008
10.0.0.33 - - [2026-06-08 02:31:51] "GET / HTTP/1.1" 200 35931 0.001760
10.0.0.27 - - [2026-06-08 02:31:55] "GET /projects?obj_uuids=88df2383-26dc-4e88-9cec-64b701614403&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000920
10.0.0.33 - - [2026-06-08 02:31:55] "GET /project/88df2383-26dc-4e88-9cec-64b701614403?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.033796
10.0.0.27 - - [2026-06-08 02:31:55] "GET /projects?obj_uuids=88df2383-26dc-4e88-9cec-64b701614403&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000952
10.0.0.33 - - [2026-06-08 02:31:55] "GET /project/88df2383-26dc-4e88-9cec-64b701614403?fields=virtual_networks HTTP/1.1" 200 1030 0.041298
10.0.0.27 - - [2026-06-08 02:31:55] "GET /projects?obj_uuids=88df2383-26dc-4e88-9cec-64b701614403&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000935
10.0.0.33 - - [2026-06-08 02:31:55] "GET /project/88df2383-26dc-4e88-9cec-64b701614403?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.046436
10.0.0.27 - - [2026-06-08 02:31:55] "GET /projects?obj_uuids=88df2383-26dc-4e88-9cec-64b701614403&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001038
10.0.0.33 - - [2026-06-08 02:31:55] "GET /project/88df2383-26dc-4e88-9cec-64b701614403?fields=security_groups HTTP/1.1" 200 1255 0.050020
10.0.0.33 - - [2026-06-08 02:31:56] "POST /fqname-to-id HTTP/1.1" 404 188 0.029402
10.0.0.27 - - [2026-06-08 02:31:56] "GET /projects?obj_uuids=941064a9-d633-4f24-b164-50e2795d66db&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003593
10.0.0.27 - - [2026-06-08 02:31:56] "GET /domains?obj_uuids=2441b78a-01cc-4005-9aa7-6b434eb6fb41&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001376
10.0.0.27 - - [2026-06-08 02:31:56] "GET /domain/2441b78a-01cc-4005-9aa7-6b434eb6fb41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008753
10.0.0.27 - - [2026-06-08 02:31:56] "POST /id-to-fqname HTTP/1.1" 200 190 0.009071
10.0.0.27 - - [2026-06-08 02:31:56] "POST /fqname-to-id HTTP/1.1" 404 199 0.005476
10.0.0.27 - - [2026-06-08 02:31:56] "POST /security-groups HTTP/1.1" 200 591 0.080861
10.0.0.249 - - [2026-06-08 02:31:56] "POST /fqname-to-id HTTP/1.1" 404 234 0.006454
10.0.0.27 - - [2026-06-08 02:31:56] "POST /projects HTTP/1.1" 200 585 0.309851
10.0.0.27 - - [2026-06-08 02:31:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.382554
10.0.0.249 - - [2026-06-08 02:31:56] "POST /access-control-lists HTTP/1.1" 200 594 0.030253
10.0.0.33 - - [2026-06-08 02:31:56] "GET /project/941064a9-d633-4f24-b164-50e2795d66db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.526546
10.0.0.33 - - [2026-06-08 02:31:57] "GET / HTTP/1.1" 200 35931 0.001459
10.0.0.27 - - [2026-06-08 02:32:00] "GET /projects?obj_uuids=941064a9-d633-4f24-b164-50e2795d66db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000974
10.0.0.33 - - [2026-06-08 02:32:00] "GET /project/941064a9-d633-4f24-b164-50e2795d66db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.042489
10.0.0.27 - - [2026-06-08 02:32:00] "GET /projects?obj_uuids=941064a9-d633-4f24-b164-50e2795d66db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000904
10.0.0.33 - - [2026-06-08 02:32:01] "GET /project/941064a9-d633-4f24-b164-50e2795d66db?fields=virtual_networks HTTP/1.1" 200 1033 0.040097
10.0.0.27 - - [2026-06-08 02:32:01] "GET /projects?obj_uuids=941064a9-d633-4f24-b164-50e2795d66db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000967
10.0.0.33 - - [2026-06-08 02:32:01] "GET /project/941064a9-d633-4f24-b164-50e2795d66db?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.074868
10.0.0.27 - - [2026-06-08 02:32:01] "GET /projects?obj_uuids=941064a9-d633-4f24-b164-50e2795d66db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000981
10.0.0.33 - - [2026-06-08 02:32:01] "GET /project/941064a9-d633-4f24-b164-50e2795d66db?fields=security_groups HTTP/1.1" 200 1259 0.047781
10.0.0.33 - - [2026-06-08 02:32:02] "POST /fqname-to-id HTTP/1.1" 404 192 0.036419
10.0.0.27 - - [2026-06-08 02:32:02] "GET /projects?obj_uuids=a52bae34-ecf3-444a-9d3b-2cb8e74cd51b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004407
10.0.0.27 - - [2026-06-08 02:32:02] "GET /domains?obj_uuids=2441b78a-01cc-4005-9aa7-6b434eb6fb41&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000967
10.0.0.27 - - [2026-06-08 02:32:02] "GET /domain/2441b78a-01cc-4005-9aa7-6b434eb6fb41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006987
10.0.0.27 - - [2026-06-08 02:32:02] "POST /id-to-fqname HTTP/1.1" 200 194 0.008334
10.0.0.27 - - [2026-06-08 02:32:02] "POST /fqname-to-id HTTP/1.1" 404 203 0.016573
10.0.0.27 - - [2026-06-08 02:32:02] "POST /security-groups HTTP/1.1" 200 595 0.036271
10.0.0.27 - - [2026-06-08 02:32:02] "POST /projects HTTP/1.1" 200 593 0.265086
10.0.0.249 - - [2026-06-08 02:32:02] "POST /fqname-to-id HTTP/1.1" 404 237 0.009290
10.0.0.27 - - [2026-06-08 02:32:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.337059
10.0.0.33 - - [2026-06-08 02:32:02] "GET /project/a52bae34-ecf3-444a-9d3b-2cb8e74cd51b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.470206
10.0.0.33 - - [2026-06-08 02:32:03] "GET / HTTP/1.1" 200 35931 0.001930
10.0.0.27 - - [2026-06-08 02:32:06] "GET /projects?obj_uuids=a52bae34-ecf3-444a-9d3b-2cb8e74cd51b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000932
10.0.0.33 - - [2026-06-08 02:32:06] "GET /project/a52bae34-ecf3-444a-9d3b-2cb8e74cd51b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.053237
10.0.0.27 - - [2026-06-08 02:32:06] "GET /projects?obj_uuids=a52bae34-ecf3-444a-9d3b-2cb8e74cd51b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001020
10.0.0.33 - - [2026-06-08 02:32:06] "GET /project/a52bae34-ecf3-444a-9d3b-2cb8e74cd51b?fields=virtual_networks HTTP/1.1" 200 1041 0.050424
10.0.0.27 - - [2026-06-08 02:32:06] "GET /projects?obj_uuids=a52bae34-ecf3-444a-9d3b-2cb8e74cd51b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002939
10.0.0.33 - - [2026-06-08 02:32:07] "GET /project/a52bae34-ecf3-444a-9d3b-2cb8e74cd51b?fields=virtual_machine_interfaces HTTP/1.1" 200 1041 0.060894
10.0.0.27 - - [2026-06-08 02:32:07] "GET /projects?obj_uuids=a52bae34-ecf3-444a-9d3b-2cb8e74cd51b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001405
10.0.0.33 - - [2026-06-08 02:32:07] "GET /project/a52bae34-ecf3-444a-9d3b-2cb8e74cd51b?fields=security_groups HTTP/1.1" 200 1271 0.045792
10.0.0.33 - - [2026-06-08 02:32:07] "POST /fqname-to-id HTTP/1.1" 404 183 0.029025
10.0.0.27 - - [2026-06-08 02:32:08] "GET /projects?obj_uuids=19ac3b3c-b00c-45e1-a931-d9e5bdd759a9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003609
10.0.0.27 - - [2026-06-08 02:32:08] "GET /domains?obj_uuids=2441b78a-01cc-4005-9aa7-6b434eb6fb41&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000922
10.0.0.27 - - [2026-06-08 02:32:08] "GET /domain/2441b78a-01cc-4005-9aa7-6b434eb6fb41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007345
10.0.0.27 - - [2026-06-08 02:32:08] "POST /id-to-fqname HTTP/1.1" 200 185 0.001439
10.0.0.27 - - [2026-06-08 02:32:08] "POST /fqname-to-id HTTP/1.1" 404 194 0.007087
10.0.0.27 - - [2026-06-08 02:32:08] "POST /security-groups HTTP/1.1" 200 586 0.031279
10.0.0.27 - - [2026-06-08 02:32:08] "POST /projects HTTP/1.1" 200 575 0.267570
10.0.0.249 - - [2026-06-08 02:32:08] "POST /access-control-lists HTTP/1.1" 200 591 0.032450
10.0.0.27 - - [2026-06-08 02:32:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.348368
10.0.0.33 - - [2026-06-08 02:32:08] "GET /project/19ac3b3c-b00c-45e1-a931-d9e5bdd759a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.497643
10.0.0.33 - - [2026-06-08 02:32:09] "GET / HTTP/1.1" 200 35931 0.001499
10.0.0.33 - - [2026-06-08 02:32:10] "POST /fqname-to-id HTTP/1.1" 404 193 0.012529
10.0.0.249 - - [2026-06-08 02:32:10] "POST /fqname-to-id HTTP/1.1" 404 228 0.005323
10.0.0.249 - - [2026-06-08 02:32:10] "POST /access-control-lists HTTP/1.1" 200 588 0.035789
10.0.0.33 - - [2026-06-08 02:32:11] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.050363
10.0.0.249 - - [2026-06-08 02:32:11] "PUT /access-control-list/c3698168-f273-44e2-9a09-898297c5e5a3 HTTP/1.1" 200 272 0.022319
10.0.0.33 - - [2026-06-08 02:32:11] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.157502
10.0.0.33 - - [2026-06-08 02:32:11] "POST /fqname-to-id HTTP/1.1" 404 193 0.009998
10.0.0.249 - - [2026-06-08 02:32:11] "POST /access-control-lists HTTP/1.1" 200 590 0.032329
10.0.0.249 - - [2026-06-08 02:32:11] "PUT /access-control-list/59052ab7-1d5d-49ce-999a-714e7e254973 HTTP/1.1" 200 272 0.019759
10.0.0.33 - - [2026-06-08 02:32:11] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.013877
10.0.0.33 - - [2026-06-08 02:32:12] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.172260
10.0.0.33 - - [2026-06-08 02:32:12] "POST /fqname-to-id HTTP/1.1" 401 292 0.000566
10.0.0.249 - - [2026-06-08 02:32:12] "PUT /access-control-list/59052ab7-1d5d-49ce-999a-714e7e254973 HTTP/1.1" 200 272 0.015951
10.0.0.33 - - [2026-06-08 02:32:12] "POST /fqname-to-id HTTP/1.1" 404 210 0.033397
10.0.0.249 - - [2026-06-08 02:32:12] "POST /fqname-to-id HTTP/1.1" 404 244 0.005086
10.0.0.249 - - [2026-06-08 02:32:13] "PUT /access-control-list/8ae3a08d-9ad9-47b7-90c3-a582b277c49e HTTP/1.1" 200 272 0.014440
10.0.0.33 - - [2026-06-08 02:32:13] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.036527
10.0.0.33 - - [2026-06-08 02:32:13] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.159236
10.0.0.33 - - [2026-06-08 02:32:13] "POST /fqname-to-id HTTP/1.1" 404 210 0.003340
10.0.0.249 - - [2026-06-08 02:32:13] "POST /fqname-to-id HTTP/1.1" 404 245 0.005542
10.0.0.249 - - [2026-06-08 02:32:13] "POST /access-control-lists HTTP/1.1" 200 605 0.030523
10.0.0.33 - - [2026-06-08 02:32:14] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.028187
10.0.0.249 - - [2026-06-08 02:32:14] "PUT /access-control-list/c05d0fe6-020b-44f5-aa02-11fc38b7ddd7 HTTP/1.1" 200 272 0.017992
10.0.0.33 - - [2026-06-08 02:32:14] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.172199
10.0.0.33 - - [2026-06-08 02:32:15] "POST /neutron/router HTTP/1.1" 200 541 0.010938
10.0.0.249 - - [2026-06-08 02:32:15] "PUT /logical-router/d66e7445-9979-4498-9810-5aecb793d693 HTTP/1.1" 200 262 0.039849
10.0.0.33 - - [2026-06-08 02:32:16] "POST /neutron/router HTTP/1.1" 200 541 0.006068
10.0.0.33 - - [2026-06-08 02:32:16] "POST /neutron/router HTTP/1.1" 200 541 0.004710
10.0.0.33 - - [2026-06-08 02:32:16] "POST /neutron/router HTTP/1.1" 200 541 0.004900
10.0.0.33 - - [2026-06-08 02:32:16] "POST /neutron/router HTTP/1.1" 200 541 0.005705
10.0.0.33 - - [2026-06-08 02:32:16] "POST /neutron/router HTTP/1.1" 200 541 0.005238
10.0.0.33 - - [2026-06-08 02:32:16] "POST /neutron/router HTTP/1.1" 200 541 0.005426
10.0.0.33 - - [2026-06-08 02:32:16] "POST /neutron/router HTTP/1.1" 200 541 0.005303
10.0.0.33 - - [2026-06-08 02:32:16] "POST /neutron/router HTTP/1.1" 200 541 0.005047
10.0.0.33 - - [2026-06-08 02:32:16] "POST /neutron/router HTTP/1.1" 200 541 0.004707
10.0.0.33 - - [2026-06-08 02:32:16] "POST /neutron/router HTTP/1.1" 200 541 0.006019
10.0.0.33 - - [2026-06-08 02:32:16] "POST /neutron/router HTTP/1.1" 200 542 0.030354
10.0.0.27 - - [2026-06-08 02:32:16] "GET /projects?obj_uuids=bb59746f-d440-4224-b014-d6e71885c160&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001331
10.0.0.33 - - [2026-06-08 02:32:16] "GET /logical-router/d66e7445-9979-4498-9810-5aecb793d693?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.066630
10.0.0.33 - - [2026-06-08 02:32:16] "POST /neutron/router HTTP/1.1" 200 542 0.100585
10.0.0.249 - - [2026-06-08 02:32:16] "POST /route-targets HTTP/1.1" 200 327 0.015817
10.0.0.33 - - [2026-06-08 02:32:16] "POST /neutron/router HTTP/1.1" 200 542 0.004409
10.0.0.33 - - [2026-06-08 02:32:16] "POST /neutron/router HTTP/1.1" 200 542 0.007586
10.0.0.33 - - [2026-06-08 02:32:16] "POST /neutron/router HTTP/1.1" 200 542 0.004300
10.0.0.33 - - [2026-06-08 02:32:16] "POST /neutron/router HTTP/1.1" 200 542 0.004725
10.0.0.33 - - [2026-06-08 02:32:17] "POST /neutron/router HTTP/1.1" 200 542 0.083451
10.0.0.33 - - [2026-06-08 02:32:17] "POST /neutron/router HTTP/1.1" 200 542 0.004038
10.0.0.33 - - [2026-06-08 02:32:17] "POST /neutron/router HTTP/1.1" 200 542 0.003952
10.0.0.33 - - [2026-06-08 02:32:17] "POST /neutron/router HTTP/1.1" 200 542 0.004050
10.0.0.33 - - [2026-06-08 02:32:17] "POST /neutron/router HTTP/1.1" 200 542 0.004574
10.0.0.33 - - [2026-06-08 02:32:17] "POST /neutron/router HTTP/1.1" 200 542 0.003984
10.0.0.33 - - [2026-06-08 02:32:17] "POST /neutron/router HTTP/1.1" 200 542 0.024173
10.0.0.33 - - [2026-06-08 02:32:17] "POST /neutron/router HTTP/1.1" 200 542 0.004370
10.0.0.249 - - [2026-06-08 02:32:17] "DELETE /route-target/38b7b051-2235-44de-b413-c4fb5475b991 HTTP/1.1" 200 115 0.025494
10.0.0.33 - - [2026-06-08 02:32:17] "POST /neutron/router HTTP/1.1" 200 559 0.012748
10.0.0.33 - - [2026-06-08 02:32:17] "POST /neutron/router HTTP/1.1" 200 559 0.015101
10.0.0.33 - - [2026-06-08 02:32:17] "POST /neutron/router HTTP/1.1" 200 559 0.005369
10.0.0.33 - - [2026-06-08 02:32:17] "POST /neutron/router HTTP/1.1" 200 559 0.005303
10.0.0.33 - - [2026-06-08 02:32:17] "POST /neutron/router HTTP/1.1" 200 559 0.004596
10.0.0.33 - - [2026-06-08 02:32:17] "POST /neutron/router HTTP/1.1" 200 559 0.004868
10.0.0.33 - - [2026-06-08 02:32:17] "POST /neutron/router HTTP/1.1" 200 559 0.005682
10.0.0.33 - - [2026-06-08 02:32:17] "POST /neutron/router HTTP/1.1" 200 559 0.005209
10.0.0.33 - - [2026-06-08 02:32:18] "POST /neutron/router HTTP/1.1" 200 559 0.012888
10.0.0.33 - - [2026-06-08 02:32:18] "POST /neutron/router HTTP/1.1" 200 559 0.016368
10.0.0.33 - - [2026-06-08 02:32:18] "POST /neutron/router HTTP/1.1" 200 559 0.004717
10.0.0.33 - - [2026-06-08 02:32:18] "POST /neutron/router HTTP/1.1" 200 559 0.006656
10.0.0.249 - - [2026-06-08 02:32:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.015124
10.0.0.33 - - [2026-06-08 02:32:18] "POST /neutron/router HTTP/1.1" 200 151 0.110764
10.0.0.33 - - [2026-06-08 02:32:18] "POST /neutron/security_group HTTP/1.1" 200 521 0.008880
10.0.0.249 - - [2026-06-08 02:32:18] "DELETE /access-control-list/c05d0fe6-020b-44f5-aa02-11fc38b7ddd7 HTTP/1.1" 200 115 0.034952
10.0.0.33 - - [2026-06-08 02:32:18] "POST /neutron/security_group HTTP/1.1" 200 151 0.070509
10.0.0.249 - - [2026-06-08 02:32:18] "DELETE /access-control-list/035bc1d6-e169-4f6d-8b0d-e10871e10918 HTTP/1.1" 200 115 0.041006
10.0.0.249 - - [2026-06-08 02:32:18] "DELETE /access-control-list/c3698168-f273-44e2-9a09-898297c5e5a3 HTTP/1.1" 200 115 0.040099
10.0.0.27 - - [2026-06-08 02:32:20] "GET /projects?obj_uuids=19ac3b3c-b00c-45e1-a931-d9e5bdd759a9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001082
10.0.0.33 - - [2026-06-08 02:32:20] "GET /project/19ac3b3c-b00c-45e1-a931-d9e5bdd759a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.043263
10.0.0.27 - - [2026-06-08 02:32:20] "GET /projects?obj_uuids=19ac3b3c-b00c-45e1-a931-d9e5bdd759a9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001325
10.0.0.33 - - [2026-06-08 02:32:20] "GET /project/19ac3b3c-b00c-45e1-a931-d9e5bdd759a9?fields=virtual_networks HTTP/1.1" 200 1022 0.043814
10.0.0.27 - - [2026-06-08 02:32:20] "GET /projects?obj_uuids=19ac3b3c-b00c-45e1-a931-d9e5bdd759a9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001587
10.0.0.33 - - [2026-06-08 02:32:20] "GET /project/19ac3b3c-b00c-45e1-a931-d9e5bdd759a9?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.056262
10.0.0.27 - - [2026-06-08 02:32:20] "GET /projects?obj_uuids=19ac3b3c-b00c-45e1-a931-d9e5bdd759a9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001182
10.0.0.33 - - [2026-06-08 02:32:20] "GET /project/19ac3b3c-b00c-45e1-a931-d9e5bdd759a9?fields=security_groups HTTP/1.1" 200 1243 0.040218
10.0.0.33 - - [2026-06-08 02:32:21] "POST /fqname-to-id HTTP/1.1" 404 184 0.024978
10.0.0.27 - - [2026-06-08 02:32:21] "GET /projects?obj_uuids=7abd58a3-4466-4354-b855-a5ebed2e4401&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002665
10.0.0.27 - - [2026-06-08 02:32:21] "GET /domains?obj_uuids=2441b78a-01cc-4005-9aa7-6b434eb6fb41&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000876
10.0.0.27 - - [2026-06-08 02:32:21] "GET /domain/2441b78a-01cc-4005-9aa7-6b434eb6fb41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006980
10.0.0.27 - - [2026-06-08 02:32:21] "POST /id-to-fqname HTTP/1.1" 200 186 0.003469
10.0.0.27 - - [2026-06-08 02:32:21] "POST /fqname-to-id HTTP/1.1" 404 195 0.006992
10.0.0.27 - - [2026-06-08 02:32:21] "POST /security-groups HTTP/1.1" 200 587 0.079334
10.0.0.27 - - [2026-06-08 02:32:21] "POST /projects HTTP/1.1" 200 577 0.313628
10.0.0.27 - - [2026-06-08 02:32:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.387635
10.0.0.249 - - [2026-06-08 02:32:21] "POST /fqname-to-id HTTP/1.1" 404 230 0.002774
10.0.0.33 - - [2026-06-08 02:32:21] "GET /project/7abd58a3-4466-4354-b855-a5ebed2e4401?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.515959
10.0.0.249 - - [2026-06-08 02:32:21] "POST /access-control-lists HTTP/1.1" 200 590 0.046630
10.0.0.33 - - [2026-06-08 02:32:22] "GET / HTTP/1.1" 200 35931 0.002393
10.0.0.27 - - [2026-06-08 02:32:23] "DELETE /project/a52bae34ecf3444a9d3b2cb8e74cd51b HTTP/1.1" 404 173 0.059727
10.0.0.27 - - [2026-06-08 02:32:23] "DELETE /project/92acfd460cf7414c9b64d1e4f01cf74f HTTP/1.1" 404 173 0.053432
10.0.0.27 - - [2026-06-08 02:32:23] "DELETE /project/7abd58a344664354b855a5ebed2e4401 HTTP/1.1" 404 173 0.046288
10.0.0.27 - - [2026-06-08 02:32:23] "DELETE /project/b8daee7b73fb472784cf7f66edd0c794 HTTP/1.1" 404 173 0.037279
10.0.0.27 - - [2026-06-08 02:32:23] "DELETE /project/d5e3f76b-435d-4010-bbf4-6f15b8449b00 HTTP/1.1" 404 177 0.072384
10.0.0.27 - - [2026-06-08 02:32:23] "DELETE /project/941064a9d6334f24b16450e2795d66db HTTP/1.1" 404 173 0.059964
10.0.0.27 - - [2026-06-08 02:32:23] "GET /projects?obj_uuids=92acfd46-0cf7-414c-9b64-d1e4f01cf74f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001084
10.0.0.27 - - [2026-06-08 02:32:23] "GET /projects?obj_uuids=b8daee7b-73fb-4727-84cf-7f66edd0c794&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000933
10.0.0.27 - - [2026-06-08 02:32:23] "GET /projects?obj_uuids=88df2383-26dc-4e88-9cec-64b701614403&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000852
10.0.0.27 - - [2026-06-08 02:32:23] "GET /projects?obj_uuids=941064a9-d633-4f24-b164-50e2795d66db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000958
10.0.0.27 - - [2026-06-08 02:32:23] "DELETE /project/19ac3b3cb00c45e1a931d9e5bdd759a9 HTTP/1.1" 404 173 0.013369
10.0.0.27 - - [2026-06-08 02:32:23] "DELETE /project/88df238326dc4e889cec64b701614403 HTTP/1.1" 404 173 0.016875
10.0.0.27 - - [2026-06-08 02:32:23] "GET /projects?obj_uuids=19ac3b3c-b00c-45e1-a931-d9e5bdd759a9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000906
10.0.0.27 - - [2026-06-08 02:32:23] "GET /projects?obj_uuids=a52bae34-ecf3-444a-9d3b-2cb8e74cd51b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000747
10.0.0.27 - - [2026-06-08 02:32:23] "GET /project/92acfd46-0cf7-414c-9b64-d1e4f01cf74f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.103030
10.0.0.27 - - [2026-06-08 02:32:23] "GET /projects?obj_uuids=92acfd46-0cf7-414c-9b64-d1e4f01cf74f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001421
10.0.0.27 - - [2026-06-08 02:32:23] "GET /project/b8daee7b-73fb-4727-84cf-7f66edd0c794?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.139004
10.0.0.27 - - [2026-06-08 02:32:23] "GET /projects?obj_uuids=b8daee7b-73fb-4727-84cf-7f66edd0c794&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.003791
10.0.0.27 - - [2026-06-08 02:32:23] "GET /project/88df2383-26dc-4e88-9cec-64b701614403?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.164299
10.0.0.27 - - [2026-06-08 02:32:23] "GET /project/941064a9-d633-4f24-b164-50e2795d66db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.194696
10.0.0.27 - - [2026-06-08 02:32:23] "GET /projects?obj_uuids=88df2383-26dc-4e88-9cec-64b701614403&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001169
10.0.0.27 - - [2026-06-08 02:32:23] "GET /projects?obj_uuids=941064a9-d633-4f24-b164-50e2795d66db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001107
10.0.0.27 - - [2026-06-08 02:32:23] "GET /project/19ac3b3c-b00c-45e1-a931-d9e5bdd759a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.186931
10.0.0.27 - - [2026-06-08 02:32:23] "GET /project/a52bae34-ecf3-444a-9d3b-2cb8e74cd51b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1485 0.200414
10.0.0.27 - - [2026-06-08 02:32:23] "GET /projects?obj_uuids=19ac3b3c-b00c-45e1-a931-d9e5bdd759a9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001298
10.0.0.27 - - [2026-06-08 02:32:23] "GET /projects?obj_uuids=a52bae34-ecf3-444a-9d3b-2cb8e74cd51b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002441
10.0.0.27 - - [2026-06-08 02:32:24] "GET /project/b8daee7b-73fb-4727-84cf-7f66edd0c794?fields=security_groups HTTP/1.1" 200 1348 0.145076
10.0.0.27 - - [2026-06-08 02:32:24] "GET /project/92acfd46-0cf7-414c-9b64-d1e4f01cf74f?fields=security_groups HTTP/1.1" 200 1364 0.193678
10.0.0.27 - - [2026-06-08 02:32:24] "GET /project/941064a9-d633-4f24-b164-50e2795d66db?fields=security_groups HTTP/1.1" 200 1364 0.133050
10.0.0.27 - - [2026-06-08 02:32:24] "GET /project/88df2383-26dc-4e88-9cec-64b701614403?fields=security_groups HTTP/1.1" 200 1360 0.169687
10.0.0.27 - - [2026-06-08 02:32:24] "GET /project/19ac3b3c-b00c-45e1-a931-d9e5bdd759a9?fields=security_groups HTTP/1.1" 200 1348 0.166674
10.0.0.27 - - [2026-06-08 02:32:24] "GET /project/a52bae34-ecf3-444a-9d3b-2cb8e74cd51b?fields=security_groups HTTP/1.1" 200 1376 0.183000
10.0.0.27 - - [2026-06-08 02:32:24] "DELETE /security-group/952869da-b107-4852-81eb-d55794d0fda6 HTTP/1.1" 200 115 0.173748
10.0.0.27 - - [2026-06-08 02:32:24] "GET /projects?obj_uuids=b8daee7b-73fb-4727-84cf-7f66edd0c794&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001568
10.0.0.27 - - [2026-06-08 02:32:24] "DELETE /security-group/3cc0eea3-8c2f-4cd6-bc6d-251157b28003 HTTP/1.1" 200 115 0.164643
10.0.0.27 - - [2026-06-08 02:32:24] "GET /projects?obj_uuids=92acfd46-0cf7-414c-9b64-d1e4f01cf74f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001200
10.0.0.27 - - [2026-06-08 02:32:24] "DELETE /security-group/53e28830-3a75-4738-a0ce-8a43c74b1093 HTTP/1.1" 200 115 0.185263
10.0.0.27 - - [2026-06-08 02:32:24] "DELETE /security-group/d52c0916-b23e-4aea-96ba-9e66b877c982 HTTP/1.1" 200 115 0.158858
10.0.0.27 - - [2026-06-08 02:32:24] "GET /projects?obj_uuids=941064a9-d633-4f24-b164-50e2795d66db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000871
10.0.0.27 - - [2026-06-08 02:32:24] "GET /projects?obj_uuids=88df2383-26dc-4e88-9cec-64b701614403&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002118
10.0.0.27 - - [2026-06-08 02:32:24] "GET /project/b8daee7b-73fb-4727-84cf-7f66edd0c794?fields=application_policy_sets HTTP/1.1" 200 1387 0.094714
10.0.0.27 - - [2026-06-08 02:32:24] "DELETE /security-group/8a88eb86-5a36-4ca4-b247-36d100b9ce68 HTTP/1.1" 200 115 0.175938
10.0.0.27 - - [2026-06-08 02:32:24] "GET /projects?obj_uuids=19ac3b3c-b00c-45e1-a931-d9e5bdd759a9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001062
10.0.0.27 - - [2026-06-08 02:32:24] "DELETE /security-group/ceae07de-b10d-4e4a-8e06-3d0c1c8d78ba HTTP/1.1" 200 115 0.186110
10.0.0.27 - - [2026-06-08 02:32:24] "GET /project/941064a9-d633-4f24-b164-50e2795d66db?fields=application_policy_sets HTTP/1.1" 200 1403 0.120988
10.0.0.27 - - [2026-06-08 02:32:24] "GET /project/88df2383-26dc-4e88-9cec-64b701614403?fields=application_policy_sets HTTP/1.1" 200 1399 0.122170
10.0.0.27 - - [2026-06-08 02:32:24] "GET /project/92acfd46-0cf7-414c-9b64-d1e4f01cf74f?fields=application_policy_sets HTTP/1.1" 200 1403 0.166313
10.0.0.27 - - [2026-06-08 02:32:24] "GET /projects?obj_uuids=a52bae34-ecf3-444a-9d3b-2cb8e74cd51b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001297
10.0.0.249 - - [2026-06-08 02:32:24] "DELETE /access-control-list/75d3d20a-ff6d-4ffc-b870-cff412bb3b59 HTTP/1.1" 200 115 0.144403
10.0.0.27 - - [2026-06-08 02:32:24] "GET /project/19ac3b3c-b00c-45e1-a931-d9e5bdd759a9?fields=application_policy_sets HTTP/1.1" 200 1387 0.149521
10.0.0.27 - - [2026-06-08 02:32:24] "GET /project/a52bae34-ecf3-444a-9d3b-2cb8e74cd51b?fields=application_policy_sets HTTP/1.1" 200 1415 0.225540
10.0.0.33 - - [2026-06-08 02:32:24] "POST /fqname-to-id HTTP/1.1" 401 292 0.000475
10.0.0.249 - - [2026-06-08 02:32:24] "DELETE /access-control-list/49958e24-0aa7-4218-9529-fff59ee7ac36 HTTP/1.1" 200 115 0.120060
10.0.0.27 - - [2026-06-08 02:32:24] "DELETE /project/88df2383-26dc-4e88-9cec-64b701614403 HTTP/1.1" 200 115 1.105788
10.0.0.27 - - [2026-06-08 02:32:24] "DELETE /project/b8daee7b-73fb-4727-84cf-7f66edd0c794 HTTP/1.1" 200 115 1.133304
10.0.0.27 - - [2026-06-08 02:32:24] "DELETE /project/941064a9-d633-4f24-b164-50e2795d66db HTTP/1.1" 200 115 1.130551
10.0.0.27 - - [2026-06-08 02:32:24] "DELETE /project/92acfd46-0cf7-414c-9b64-d1e4f01cf74f HTTP/1.1" 200 115 1.189597
10.0.0.27 - - [2026-06-08 02:32:24] "DELETE /project/19ac3b3c-b00c-45e1-a931-d9e5bdd759a9 HTTP/1.1" 200 115 1.154086
10.0.0.27 - - [2026-06-08 02:32:24] "DELETE /project/a52bae34-ecf3-444a-9d3b-2cb8e74cd51b HTTP/1.1" 200 115 1.171273
10.0.0.249 - - [2026-06-08 02:32:24] "DELETE /access-control-list/e6072014-59f6-480a-ba57-308d0691d843 HTTP/1.1" 200 115 0.044716
10.0.0.249 - - [2026-06-08 02:32:25] "DELETE /access-control-list/e4ec1a7b-4b14-441b-a8fd-3f839b1b9022 HTTP/1.1" 200 115 0.034911
10.0.0.33 - - [2026-06-08 02:32:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.059154
10.0.0.27 - - [2026-06-08 02:32:25] "GET /projects?obj_uuids=7abd58a3-4466-4354-b855-a5ebed2e4401&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.053592
10.0.0.33 - - [2026-06-08 02:32:25] "GET /project/7abd58a3-4466-4354-b855-a5ebed2e4401?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.093262
10.0.0.33 - - [2026-06-08 02:32:25] "POST /neutron/network HTTP/1.1" 200 117 0.063352
10.0.0.33 - - [2026-06-08 02:32:26] "POST /neutron/network HTTP/1.1" 200 820 0.009286
10.0.0.33 - - [2026-06-08 02:32:26] "POST /id-to-fqname HTTP/1.1" 200 216 0.001241
10.0.0.33 - - [2026-06-08 02:32:26] "GET /virtual-network/38156b2c-3fbe-4fbc-b946-8dbf9891883d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.008454
10.0.0.33 - - [2026-06-08 02:32:26] "GET /virtual-network/38156b2c-3fbe-4fbc-b946-8dbf9891883d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.007398
10.0.0.33 - - [2026-06-08 02:32:26] "POST /neutron/subnet HTTP/1.1" 200 724 0.014652
10.0.0.33 - - [2026-06-08 02:32:26] "POST /fqname-to-id HTTP/1.1" 404 206 0.004271
10.0.0.33 - - [2026-06-08 02:32:26] "GET /virtual-network/38156b2c-3fbe-4fbc-b946-8dbf9891883d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.007329
10.0.0.33 - - [2026-06-08 02:32:26] "GET /virtual-machine-interface/4cd8193f-8682-43e0-aa97-1fe4c7648329?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2384 0.007714
10.0.0.33 - - [2026-06-08 02:32:26] "GET /virtual-machine-interface/4cd8193f-8682-43e0-aa97-1fe4c7648329?fields=instance_ip_back_refs HTTP/1.1" 200 1317 0.008840
10.0.0.33 - - [2026-06-08 02:32:26] "GET /instance-ip/480e67e7-3eec-422e-93f9-0d9e140b50ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1594 0.005270
10.0.0.33 - - [2026-06-08 02:32:27] "POST /neutron/port HTTP/1.1" 200 151 0.113951
10.0.0.249 - - [2026-06-08 02:32:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.005761
10.0.0.33 - - [2026-06-08 02:32:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004499
10.0.0.27 - - [2026-06-08 02:32:29] "GET /projects?obj_uuids=7abd58a3-4466-4354-b855-a5ebed2e4401&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001014
10.0.0.33 - - [2026-06-08 02:32:29] "GET /project/7abd58a3-4466-4354-b855-a5ebed2e4401?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.051007
10.0.0.33 - - [2026-06-08 02:32:29] "POST /neutron/network HTTP/1.1" 200 117 0.014904
10.0.0.249 - - [2026-06-08 02:32:30] "POST /ref-update HTTP/1.1" 200 156 0.030852
10.0.0.27 - - [2026-06-08 02:32:30] "POST /useragent-kv HTTP/1.1" 200 115 0.008782
10.0.0.33 - - [2026-06-08 02:32:30] "POST /neutron/subnet HTTP/1.1" 200 720 0.232707
10.0.0.33 - - [2026-06-08 02:32:30] "POST /id-to-fqname HTTP/1.1" 200 217 0.001671
10.0.0.33 - - [2026-06-08 02:32:30] "GET /virtual-network/aafd2196-e699-4e9e-a3a9-55a042ba8a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.005896
10.0.0.33 - - [2026-06-08 02:32:30] "GET /virtual-network/aafd2196-e699-4e9e-a3a9-55a042ba8a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.006433
10.0.0.33 - - [2026-06-08 02:32:30] "POST /neutron/network HTTP/1.1" 200 978 0.013193
10.0.0.27 - - [2026-06-08 02:32:30] "GET /projects?obj_uuids=7abd58a3-4466-4354-b855-a5ebed2e4401&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001046
10.0.0.33 - - [2026-06-08 02:32:31] "POST /neutron/port HTTP/1.1" 200 1019 0.290252
10.0.0.33 - - [2026-06-08 02:32:31] "POST /id-to-fqname HTTP/1.1" 200 217 0.001429
10.0.0.33 - - [2026-06-08 02:32:31] "POST /neutron/port HTTP/1.1" 200 1019 0.041564
10.0.0.33 - - [2026-06-08 02:32:31] "POST /neutron/port HTTP/1.1" 200 117 0.006109
10.0.0.33 - - [2026-06-08 02:32:31] "POST /id-to-fqname HTTP/1.1" 200 217 0.001470
10.0.0.33 - - [2026-06-08 02:32:32] "POST /neutron/port HTTP/1.1" 200 1017 0.017233
10.0.0.33 - - [2026-06-08 02:32:32] "POST /neutron/port HTTP/1.1" 200 1019 0.018463
10.0.0.33 - - [2026-06-08 02:32:32] "POST /neutron/port HTTP/1.1" 200 117 0.007558
10.0.0.33 - - [2026-06-08 02:32:32] "POST /neutron/port HTTP/1.1" 200 1019 0.011840
10.0.0.33 - - [2026-06-08 02:32:33] "POST /neutron/port HTTP/1.1" 200 1019 0.012209
10.0.0.33 - - [2026-06-08 02:32:33] "POST /neutron/port HTTP/1.1" 200 1017 0.014139
10.0.0.33 - - [2026-06-08 02:32:33] "POST /neutron/port HTTP/1.1" 200 1109 0.198385
10.0.0.33 - - [2026-06-08 02:32:33] "POST /neutron/port HTTP/1.1" 200 1119 0.020160
10.0.0.33 - - [2026-06-08 02:32:33] "POST /neutron/port HTTP/1.1" 200 117 0.001433
10.0.0.33 - - [2026-06-08 02:32:33] "POST /neutron/port HTTP/1.1" 200 117 0.001664
10.0.0.33 - - [2026-06-08 02:32:35] "GET /obj-perms HTTP/1.1" 200 5056 0.056677
10.0.0.249 - - [2026-06-08 02:32:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000531
10.0.0.249 - - [2026-06-08 02:32:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000621
10.0.0.249 - - [2026-06-08 02:32:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000498
10.0.0.249 - - [2026-06-08 02:32:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000479
10.0.0.33 - - [2026-06-08 02:32:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000545
10.0.0.33 - - [2026-06-08 02:32:37] "GET /global-system-configs HTTP/1.1" 401 292 0.001216
10.0.0.27 - - [2026-06-08 02:32:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000408
10.0.0.33 - - [2026-06-08 02:32:37] "POST /neutron/security_group HTTP/1.1" 200 2054 0.010166
10.0.0.27 - - [2026-06-08 02:32:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000412
10.0.0.33 - - [2026-06-08 02:32:37] "POST /neutron/port HTTP/1.1" 200 1121 0.021197
10.0.0.33 - - [2026-06-08 02:32:37] "GET /virtual-machine/4156b386-9a41-4f00-98fd-4bf1674cd7e1 HTTP/1.1" 401 292 0.000471
10.0.0.33 - - [2026-06-08 02:32:38] "GET /virtual-machine/4156b386-9a41-4f00-98fd-4bf1674cd7e1 HTTP/1.1" 200 1284 0.031899
10.0.0.33 - - [2026-06-08 02:32:38] "GET /virtual-machine-interface/db357f4f-5cfc-4aa6-ae6f-82e3c4677407 HTTP/1.1" 200 2925 0.006758
10.0.0.33 - - [2026-06-08 02:32:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003936
10.0.0.33 - - [2026-06-08 02:32:38] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003844
10.0.0.33 - - [2026-06-08 02:32:38] "GET /virtual-networks?parent_id=7abd58a3-4466-4354-b855-a5ebed2e4401&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002921
10.0.0.33 - - [2026-06-08 02:32:38] "GET /virtual-network/aafd2196-e699-4e9e-a3a9-55a042ba8a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.008860
10.0.0.33 - - [2026-06-08 02:32:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000394
10.0.0.33 - - [2026-06-08 02:32:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000399
10.0.0.27 - - [2026-06-08 02:32:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000357
10.0.0.27 - - [2026-06-08 02:32:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000401
10.0.0.33 - - [2026-06-08 02:32:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003455
10.0.0.33 - - [2026-06-08 02:32:41] "GET /virtual-network/aafd2196-e699-4e9e-a3a9-55a042ba8a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.005594
10.0.0.33 - - [2026-06-08 02:32:42] "POST /neutron/security_group HTTP/1.1" 200 2054 0.008368
10.0.0.33 - - [2026-06-08 02:32:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003034
10.0.0.33 - - [2026-06-08 02:32:43] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003464
10.0.0.33 - - [2026-06-08 02:32:43] "GET /virtual-networks?parent_id=7abd58a3-4466-4354-b855-a5ebed2e4401&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.004545
10.0.0.33 - - [2026-06-08 02:32:43] "GET /virtual-network/aafd2196-e699-4e9e-a3a9-55a042ba8a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.006574
10.0.0.33 - - [2026-06-08 02:32:43] "POST /neutron/port HTTP/1.1" 200 1121 0.015881
10.0.0.33 - - [2026-06-08 02:32:49] "POST /neutron/security_group HTTP/1.1" 200 2054 0.008118
10.0.0.33 - - [2026-06-08 02:32:49] "POST /neutron/port HTTP/1.1" 200 1119 0.016076
10.0.0.33 - - [2026-06-08 02:32:49] "GET /virtual-machine/e5a9f916-eae2-4575-acb4-695362b9e85c HTTP/1.1" 200 1285 0.006462
10.0.0.33 - - [2026-06-08 02:32:49] "GET /virtual-machine-interface/945a27c8-3ee9-4b98-ac72-a33ebbd4bb2b HTTP/1.1" 200 2925 0.005339
10.0.0.33 - - [2026-06-08 02:32:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003510
10.0.0.33 - - [2026-06-08 02:32:49] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002853
10.0.0.33 - - [2026-06-08 02:32:49] "GET /virtual-networks?parent_id=7abd58a3-4466-4354-b855-a5ebed2e4401&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002966
10.0.0.33 - - [2026-06-08 02:32:49] "GET /virtual-network/aafd2196-e699-4e9e-a3a9-55a042ba8a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.006241
10.0.0.33 - - [2026-06-08 02:32:49] "POST /neutron/port HTTP/1.1" 200 1121 0.016739
10.0.0.33 - - [2026-06-08 02:32:49] "POST /neutron/subnet HTTP/1.1" 200 703 0.013126
10.0.0.33 - - [2026-06-08 02:32:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003615
10.0.0.33 - - [2026-06-08 02:32:50] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003922
10.0.0.33 - - [2026-06-08 02:32:50] "GET /virtual-networks?parent_id=7abd58a3-4466-4354-b855-a5ebed2e4401&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003511
10.0.0.33 - - [2026-06-08 02:32:50] "GET /virtual-network/aafd2196-e699-4e9e-a3a9-55a042ba8a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.006350
10.0.0.33 - - [2026-06-08 02:32:53] "POST /neutron/port HTTP/1.1" 200 1109 0.013871
10.0.0.33 - - [2026-06-08 02:32:54] "POST /neutron/port HTTP/1.1" 200 1111 0.013608
10.0.0.33 - - [2026-06-08 02:32:54] "POST /neutron/network HTTP/1.1" 200 978 0.009666
10.0.0.33 - - [2026-06-08 02:32:54] "POST /neutron/port HTTP/1.1" 400 205 0.003855
10.0.0.27 - - [2026-06-08 02:32:55] "GET /projects?obj_uuids=7abd58a3-4466-4354-b855-a5ebed2e4401&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000968
10.0.0.33 - - [2026-06-08 02:32:55] "GET /project/7abd58a3-4466-4354-b855-a5ebed2e4401?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.038358
10.0.0.27 - - [2026-06-08 02:32:55] "GET /projects?obj_uuids=7abd58a3-4466-4354-b855-a5ebed2e4401&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001127
10.0.0.33 - - [2026-06-08 02:32:56] "GET /project/7abd58a3-4466-4354-b855-a5ebed2e4401?fields=virtual_networks HTTP/1.1" 200 1024 0.044261
10.0.0.27 - - [2026-06-08 02:32:56] "GET /projects?obj_uuids=7abd58a3-4466-4354-b855-a5ebed2e4401&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001146
10.0.0.33 - - [2026-06-08 02:32:56] "GET /project/7abd58a3-4466-4354-b855-a5ebed2e4401?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.055008
10.0.0.27 - - [2026-06-08 02:32:56] "GET /projects?obj_uuids=7abd58a3-4466-4354-b855-a5ebed2e4401&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001227
10.0.0.33 - - [2026-06-08 02:32:56] "GET /project/7abd58a3-4466-4354-b855-a5ebed2e4401?fields=security_groups HTTP/1.1" 200 1246 0.040404
10.0.0.33 - - [2026-06-08 02:32:56] "POST /fqname-to-id HTTP/1.1" 404 186 0.026345
10.0.0.27 - - [2026-06-08 02:32:57] "GET /projects?obj_uuids=3bcd2eb6-ed81-495a-bbda-ca0744593104&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003679
10.0.0.27 - - [2026-06-08 02:32:57] "GET /domains?obj_uuids=2441b78a-01cc-4005-9aa7-6b434eb6fb41&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001031
10.0.0.27 - - [2026-06-08 02:32:57] "GET /domain/2441b78a-01cc-4005-9aa7-6b434eb6fb41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.034999
10.0.0.27 - - [2026-06-08 02:32:57] "POST /id-to-fqname HTTP/1.1" 200 188 0.002707
10.0.0.27 - - [2026-06-08 02:32:57] "POST /fqname-to-id HTTP/1.1" 404 197 0.006852
10.0.0.27 - - [2026-06-08 02:32:57] "POST /security-groups HTTP/1.1" 200 589 0.036538
10.0.0.27 - - [2026-06-08 02:32:57] "POST /projects HTTP/1.1" 200 581 0.239478
10.0.0.249 - - [2026-06-08 02:32:57] "POST /fqname-to-id HTTP/1.1" 404 232 0.040336
10.0.0.27 - - [2026-06-08 02:32:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.309241
10.0.0.33 - - [2026-06-08 02:32:57] "GET /project/3bcd2eb6-ed81-495a-bbda-ca0744593104?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.476453
10.0.0.249 - - [2026-06-08 02:32:57] "POST /access-control-lists HTTP/1.1" 200 592 0.050578
10.0.0.33 - - [2026-06-08 02:32:58] "GET / HTTP/1.1" 200 35931 0.001894
10.0.0.33 - - [2026-06-08 02:33:00] "POST /fqname-to-id HTTP/1.1" 401 292 0.000458
10.0.0.33 - - [2026-06-08 02:33:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.060304
10.0.0.27 - - [2026-06-08 02:33:00] "GET /projects?obj_uuids=3bcd2eb6-ed81-495a-bbda-ca0744593104&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001438
10.0.0.33 - - [2026-06-08 02:33:00] "GET /project/3bcd2eb6-ed81-495a-bbda-ca0744593104?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.053571
10.0.0.33 - - [2026-06-08 02:33:00] "POST /neutron/network HTTP/1.1" 200 117 0.035211
10.0.0.33 - - [2026-06-08 02:33:01] "POST /neutron/network HTTP/1.1" 200 824 0.012813
10.0.0.33 - - [2026-06-08 02:33:01] "POST /id-to-fqname HTTP/1.1" 200 219 0.001467
10.0.0.33 - - [2026-06-08 02:33:01] "GET /virtual-network/49ffc23a-c4f6-44c8-9bb4-d477c35de5c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007958
10.0.0.33 - - [2026-06-08 02:33:01] "GET /virtual-network/49ffc23a-c4f6-44c8-9bb4-d477c35de5c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006136
10.0.0.33 - - [2026-06-08 02:33:01] "POST /neutron/subnet HTTP/1.1" 200 725 0.010299
10.0.0.33 - - [2026-06-08 02:33:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003134
10.0.0.27 - - [2026-06-08 02:33:01] "GET /projects?obj_uuids=3bcd2eb6-ed81-495a-bbda-ca0744593104&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000872
10.0.0.33 - - [2026-06-08 02:33:01] "GET /project/3bcd2eb6-ed81-495a-bbda-ca0744593104?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.053920
10.0.0.249 - - [2026-06-08 02:33:01] "POST /route-targets HTTP/1.1" 200 327 0.013482
10.0.0.27 - - [2026-06-08 02:33:02] "POST /useragent-kv HTTP/1.1" 200 115 0.015223
10.0.0.33 - - [2026-06-08 02:33:02] "POST /neutron/subnet HTTP/1.1" 200 715 0.206902
10.0.0.33 - - [2026-06-08 02:33:02] "POST /id-to-fqname HTTP/1.1" 200 219 0.001476
10.0.0.33 - - [2026-06-08 02:33:02] "GET /virtual-network/5b5dee64-ee11-4cce-a1ba-248f75ee7e5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.006711
10.0.0.33 - - [2026-06-08 02:33:02] "GET /virtual-network/5b5dee64-ee11-4cce-a1ba-248f75ee7e5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.007725
10.0.0.33 - - [2026-06-08 02:33:02] "POST /neutron/network HTTP/1.1" 200 822 0.008083
10.0.0.33 - - [2026-06-08 02:33:02] "POST /id-to-fqname HTTP/1.1" 200 219 0.003213
10.0.0.27 - - [2026-06-08 02:33:03] "GET /projects?obj_uuids=3bcd2eb6-ed81-495a-bbda-ca0744593104&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002577
10.0.0.33 - - [2026-06-08 02:33:03] "GET /project/3bcd2eb6-ed81-495a-bbda-ca0744593104?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.077791
10.0.0.33 - - [2026-06-08 02:33:03] "POST /neutron/network HTTP/1.1" 200 824 0.015218
10.0.0.33 - - [2026-06-08 02:33:03] "POST /id-to-fqname HTTP/1.1" 200 219 0.001348
10.0.0.33 - - [2026-06-08 02:33:03] "POST /neutron/port HTTP/1.1" 200 117 0.007239
10.0.0.27 - - [2026-06-08 02:33:03] "GET /projects?obj_uuids=3bcd2eb6-ed81-495a-bbda-ca0744593104&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001192
10.0.0.33 - - [2026-06-08 02:33:04] "POST /neutron/port HTTP/1.1" 200 1058 0.339955
10.0.0.33 - - [2026-06-08 02:33:04] "POST /neutron/port HTTP/1.1" 200 1112 0.120142
10.0.0.27 - - [2026-06-08 02:33:04] "GET /projects?obj_uuids=3bcd2eb6-ed81-495a-bbda-ca0744593104&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000987
10.0.0.33 - - [2026-06-08 02:33:04] "GET /project/3bcd2eb6-ed81-495a-bbda-ca0744593104?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.073386
10.0.0.33 - - [2026-06-08 02:33:04] "POST /neutron/network HTTP/1.1" 200 822 0.007267
10.0.0.33 - - [2026-06-08 02:33:04] "POST /neutron/network HTTP/1.1" 200 824 0.008217
10.0.0.33 - - [2026-06-08 02:33:04] "POST /neutron/port HTTP/1.1" 200 117 0.008034
10.0.0.249 - - [2026-06-08 02:33:05] "PUT /logical-router/c9d33f59-2dc5-4f03-9e16-80036d6d7b59 HTTP/1.1" 200 262 0.039770
10.0.0.27 - - [2026-06-08 02:33:05] "GET /projects?obj_uuids=3bcd2eb6-ed81-495a-bbda-ca0744593104&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001579
10.0.0.33 - - [2026-06-08 02:33:05] "POST /neutron/router HTTP/1.1" 200 344 0.382305
10.0.0.33 - - [2026-06-08 02:33:05] "POST /neutron/port HTTP/1.1" 200 1122 0.031330
10.0.0.33 - - [2026-06-08 02:33:05] "POST /neutron/port HTTP/1.1" 200 1056 0.018415
10.0.0.33 - - [2026-06-08 02:33:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.008179
10.0.0.33 - - [2026-06-08 02:33:06] "POST /neutron/network HTTP/1.1" 200 822 0.008099
10.0.0.33 - - [2026-06-08 02:33:10] "POST /neutron/port HTTP/1.1" 200 1122 0.016784
10.0.0.33 - - [2026-06-08 02:33:10] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007271
10.0.0.33 - - [2026-06-08 02:33:10] "GET /virtual-machine/cb831422-5838-4a61-8574-7d793fbdfca0 HTTP/1.1" 401 292 0.000349
10.0.0.33 - - [2026-06-08 02:33:11] "GET /virtual-machine/cb831422-5838-4a61-8574-7d793fbdfca0 HTTP/1.1" 200 1290 0.033645
10.0.0.33 - - [2026-06-08 02:33:11] "GET /virtual-machine-interface/56d20b2d-89d2-4ef3-973e-199b605a6e64 HTTP/1.1" 200 2934 0.006529
10.0.0.33 - - [2026-06-08 02:33:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.006241
10.0.0.33 - - [2026-06-08 02:33:11] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004597
10.0.0.33 - - [2026-06-08 02:33:11] "GET /virtual-networks?parent_id=3bcd2eb6-ed81-495a-bbda-ca0744593104&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003223
10.0.0.33 - - [2026-06-08 02:33:11] "GET /virtual-network/49ffc23a-c4f6-44c8-9bb4-d477c35de5c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007515
10.0.0.33 - - [2026-06-08 02:33:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004642
10.0.0.33 - - [2026-06-08 02:33:14] "GET /virtual-network/49ffc23a-c4f6-44c8-9bb4-d477c35de5c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005769
10.0.0.33 - - [2026-06-08 02:33:15] "POST /neutron/port HTTP/1.1" 200 1120 0.021443
10.0.0.33 - - [2026-06-08 02:33:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004473
10.0.0.33 - - [2026-06-08 02:33:16] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004126
10.0.0.33 - - [2026-06-08 02:33:16] "GET /virtual-networks?parent_id=3bcd2eb6-ed81-495a-bbda-ca0744593104&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003062
10.0.0.33 - - [2026-06-08 02:33:16] "GET /virtual-network/49ffc23a-c4f6-44c8-9bb4-d477c35de5c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006644
10.0.0.33 - - [2026-06-08 02:33:16] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008509
10.0.0.33 - - [2026-06-08 02:33:21] "POST /neutron/port HTTP/1.1" 200 1120 0.021743
10.0.0.33 - - [2026-06-08 02:33:22] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007183
10.0.0.33 - - [2026-06-08 02:33:22] "GET /virtual-machine/da78334f-3d06-4849-96a6-e35ce4063128 HTTP/1.1" 200 1291 0.007580
10.0.0.33 - - [2026-06-08 02:33:22] "GET /virtual-machine-interface/c3c5d400-65b7-4d0f-a244-5adf149a3a0e HTTP/1.1" 200 2935 0.005482
10.0.0.33 - - [2026-06-08 02:33:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.010519
10.0.0.33 - - [2026-06-08 02:33:22] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003574
10.0.0.33 - - [2026-06-08 02:33:22] "GET /virtual-networks?parent_id=3bcd2eb6-ed81-495a-bbda-ca0744593104&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.002636
10.0.0.33 - - [2026-06-08 02:33:22] "GET /virtual-network/5b5dee64-ee11-4cce-a1ba-248f75ee7e5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.008885
10.0.0.249 - - [2026-06-08 02:33:22] "DELETE /access-control-list/35940b9b-d840-46a3-8d53-5ad649001d78 HTTP/1.1" 200 115 0.080002
10.0.0.33 - - [2026-06-08 02:33:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003649
10.0.0.33 - - [2026-06-08 02:33:23] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003973
10.0.0.33 - - [2026-06-08 02:33:23] "GET /virtual-networks?parent_id=3bcd2eb6-ed81-495a-bbda-ca0744593104&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.002917
10.0.0.33 - - [2026-06-08 02:33:23] "GET /virtual-network/5b5dee64-ee11-4cce-a1ba-248f75ee7e5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.005842
10.0.0.27 - - [2026-06-08 02:33:24] "DELETE /project/3bcd2eb6ed81495abbdaca0744593104 HTTP/1.1" 404 173 0.003881
10.0.0.27 - - [2026-06-08 02:33:24] "DELETE /project/7abd58a3-4466-4354-b855-a5ebed2e4401 HTTP/1.1" 404 177 0.006429
10.0.0.33 - - [2026-06-08 02:33:27] "POST /neutron/port HTTP/1.1" 200 1918 0.050336
10.0.0.249 - - [2026-06-08 02:33:36] "GET /obj-perms HTTP/1.1" 200 5056 0.066787
10.0.0.27 - - [2026-06-08 02:33:36] "GET /obj-perms HTTP/1.1" 200 5056 0.073023
10.0.0.33 - - [2026-06-08 02:33:37] "POST /neutron/router HTTP/1.1" 200 580 0.006653
10.0.0.249 - - [2026-06-08 02:33:38] "POST /ref-update HTTP/1.1" 200 156 0.017895
10.0.0.33 - - [2026-06-08 02:33:40] "POST /neutron/router HTTP/1.1" 200 344 0.219940
10.0.0.33 - - [2026-06-08 02:33:40] "POST /neutron/router HTTP/1.1" 200 580 0.013575
10.0.0.33 - - [2026-06-08 02:33:40] "GET /logical-router/c9d33f59-2dc5-4f03-9e16-80036d6d7b59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.006711
10.0.0.249 - - [2026-06-08 02:33:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.008032
10.0.0.33 - - [2026-06-08 02:33:41] "POST /neutron/network HTTP/1.1" 400 204 0.018441
10.0.0.33 - - [2026-06-08 02:33:41] "POST /neutron/port HTTP/1.1" 200 151 0.189004
10.0.0.33 - - [2026-06-08 02:33:41] "POST /neutron/port HTTP/1.1" 200 151 0.237852
10.0.0.33 - - [2026-06-08 02:33:43] "POST /neutron/network HTTP/1.1" 200 824 0.005854
10.0.0.249 - - [2026-06-08 02:33:43] "DELETE /route-target/7d026cca-284c-47ac-a18f-ce7aecdbb9f2 HTTP/1.1" 200 115 0.029972
10.0.0.27 - - [2026-06-08 02:33:44] "GET /projects?obj_uuids=3bcd2eb6-ed81-495a-bbda-ca0744593104&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001272
10.0.0.33 - - [2026-06-08 02:33:44] "GET /project/3bcd2eb6-ed81-495a-bbda-ca0744593104?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.057037
10.0.0.27 - - [2026-06-08 02:33:44] "GET /projects?obj_uuids=3bcd2eb6-ed81-495a-bbda-ca0744593104&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001703
10.0.0.33 - - [2026-06-08 02:33:44] "GET /project/3bcd2eb6-ed81-495a-bbda-ca0744593104?fields=virtual_networks HTTP/1.1" 200 1028 0.055537
10.0.0.27 - - [2026-06-08 02:33:44] "GET /projects?obj_uuids=3bcd2eb6-ed81-495a-bbda-ca0744593104&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001001
10.0.0.33 - - [2026-06-08 02:33:45] "GET /project/3bcd2eb6-ed81-495a-bbda-ca0744593104?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.046972
10.0.0.27 - - [2026-06-08 02:33:45] "GET /projects?obj_uuids=3bcd2eb6-ed81-495a-bbda-ca0744593104&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001515
10.0.0.33 - - [2026-06-08 02:33:45] "GET /project/3bcd2eb6-ed81-495a-bbda-ca0744593104?fields=security_groups HTTP/1.1" 200 1252 0.104362
10.0.0.33 - - [2026-06-08 02:33:46] "POST /fqname-to-id HTTP/1.1" 404 191 0.027995
10.0.0.27 - - [2026-06-08 02:33:46] "GET /projects?obj_uuids=b5b94c6b-3ffa-463b-ba3b-f21bd42eeaf0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004215
10.0.0.27 - - [2026-06-08 02:33:46] "GET /domains?obj_uuids=2441b78a-01cc-4005-9aa7-6b434eb6fb41&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001235
10.0.0.27 - - [2026-06-08 02:33:46] "GET /domain/2441b78a-01cc-4005-9aa7-6b434eb6fb41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.013929
10.0.0.27 - - [2026-06-08 02:33:46] "POST /id-to-fqname HTTP/1.1" 200 193 0.001238
10.0.0.27 - - [2026-06-08 02:33:46] "POST /fqname-to-id HTTP/1.1" 404 202 0.005081
10.0.0.27 - - [2026-06-08 02:33:46] "POST /security-groups HTTP/1.1" 200 594 0.033864
10.0.0.249 - - [2026-06-08 02:33:46] "POST /fqname-to-id HTTP/1.1" 404 237 0.013987
10.0.0.27 - - [2026-06-08 02:33:46] "POST /projects HTTP/1.1" 200 591 0.247094
10.0.0.27 - - [2026-06-08 02:33:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.281869
10.0.0.33 - - [2026-06-08 02:33:46] "GET /project/b5b94c6b-3ffa-463b-ba3b-f21bd42eeaf0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.459637
10.0.0.249 - - [2026-06-08 02:33:46] "POST /access-control-lists HTTP/1.1" 200 597 0.064157
10.0.0.33 - - [2026-06-08 02:33:47] "GET / HTTP/1.1" 200 35931 0.003380
10.0.0.33 - - [2026-06-08 02:33:49] "GET /project/b5b94c6b-3ffa-463b-ba3b-f21bd42eeaf0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000664
10.0.0.27 - - [2026-06-08 02:33:50] "GET /projects?obj_uuids=b5b94c6b-3ffa-463b-ba3b-f21bd42eeaf0&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001352
10.0.0.33 - - [2026-06-08 02:33:50] "GET /project/b5b94c6b-3ffa-463b-ba3b-f21bd42eeaf0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.067013
10.0.0.33 - - [2026-06-08 02:33:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004881
10.0.0.33 - - [2026-06-08 02:33:50] "GET /security-group/8e3c8475-88c6-4806-aa15-e0c569afadc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3764 0.007499
10.0.0.33 - - [2026-06-08 02:33:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003850
10.0.0.27 - - [2026-06-08 02:33:50] "GET /projects?obj_uuids=b5b94c6b-3ffa-463b-ba3b-f21bd42eeaf0&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001093
10.0.0.33 - - [2026-06-08 02:33:50] "GET /project/b5b94c6b-3ffa-463b-ba3b-f21bd42eeaf0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.047472
10.0.0.33 - - [2026-06-08 02:33:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003399
10.0.0.33 - - [2026-06-08 02:33:50] "GET /security-group/8e3c8475-88c6-4806-aa15-e0c569afadc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3764 0.004327
10.0.0.33 - - [2026-06-08 02:33:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003221
10.0.0.33 - - [2026-06-08 02:33:50] "PUT /security-group/8e3c8475-88c6-4806-aa15-e0c569afadc9 HTTP/1.1" 200 262 0.018485
10.0.0.33 - - [2026-06-08 02:33:50] "POST /fqname-to-id HTTP/1.1" 404 202 0.008674
10.0.0.33 - - [2026-06-08 02:33:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003447
10.0.0.27 - - [2026-06-08 02:33:50] "GET /projects?obj_uuids=b5b94c6b-3ffa-463b-ba3b-f21bd42eeaf0&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001269
10.0.0.33 - - [2026-06-08 02:33:50] "GET /project/b5b94c6b-3ffa-463b-ba3b-f21bd42eeaf0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.045541
10.0.0.27 - - [2026-06-08 02:33:50] "GET /projects?obj_uuids=b5b94c6b-3ffa-463b-ba3b-f21bd42eeaf0&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001189
10.0.0.33 - - [2026-06-08 02:33:50] "POST /neutron/network HTTP/1.1" 200 608 0.162181
10.0.0.249 - - [2026-06-08 02:33:51] "POST /route-targets HTTP/1.1" 200 327 0.016088
10.0.0.33 - - [2026-06-08 02:33:51] "POST /id-to-fqname HTTP/1.1" 200 223 0.003851
10.0.0.33 - - [2026-06-08 02:33:51] "GET /virtual-network/9bed2cf4-2e05-4fa3-b2dd-3ea3ff95fd02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005618
10.0.0.33 - - [2026-06-08 02:33:51] "POST /neutron/network HTTP/1.1" 200 825 0.006849
10.0.0.33 - - [2026-06-08 02:33:51] "GET /virtual-network/9bed2cf4-2e05-4fa3-b2dd-3ea3ff95fd02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005431
10.0.0.33 - - [2026-06-08 02:33:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003690
10.0.0.27 - - [2026-06-08 02:33:51] "GET /projects?obj_uuids=b5b94c6b-3ffa-463b-ba3b-f21bd42eeaf0&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000904
10.0.0.33 - - [2026-06-08 02:33:51] "GET /project/b5b94c6b-3ffa-463b-ba3b-f21bd42eeaf0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.052013
10.0.0.33 - - [2026-06-08 02:33:51] "POST /neutron/network HTTP/1.1" 200 117 0.013533
10.0.0.249 - - [2026-06-08 02:33:51] "POST /ref-update HTTP/1.1" 200 156 0.045854
10.0.0.33 - - [2026-06-08 02:33:52] "POST /neutron/network HTTP/1.1" 200 836 0.015260
10.0.0.33 - - [2026-06-08 02:33:52] "POST /id-to-fqname HTTP/1.1" 200 227 0.001768
10.0.0.33 - - [2026-06-08 02:33:52] "GET /virtual-network/fc593903-c6bb-40b1-82d9-76181c552af6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006263
10.0.0.33 - - [2026-06-08 02:33:52] "GET /virtual-network/fc593903-c6bb-40b1-82d9-76181c552af6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.007562
10.0.0.33 - - [2026-06-08 02:33:52] "POST /neutron/subnet HTTP/1.1" 200 734 0.008702
10.0.0.33 - - [2026-06-08 02:33:52] "POST /id-to-fqname HTTP/1.1" 200 223 0.001199
10.0.0.27 - - [2026-06-08 02:33:52] "GET /projects?obj_uuids=b5b94c6b-3ffa-463b-ba3b-f21bd42eeaf0&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001201
10.0.0.33 - - [2026-06-08 02:33:53] "GET /project/b5b94c6b-3ffa-463b-ba3b-f21bd42eeaf0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.072682
10.0.0.33 - - [2026-06-08 02:33:53] "POST /neutron/port HTTP/1.1" 200 117 0.006574
10.0.0.33 - - [2026-06-08 02:33:53] "POST /id-to-fqname HTTP/1.1" 200 227 0.001610
10.0.0.33 - - [2026-06-08 02:33:53] "POST /neutron/network HTTP/1.1" 200 846 0.007155
10.0.0.33 - - [2026-06-08 02:33:53] "POST /neutron/port HTTP/1.1" 200 1061 0.019268
10.0.0.33 - - [2026-06-08 02:33:54] "POST /neutron/port HTTP/1.1" 200 1125 0.017682
10.0.0.27 - - [2026-06-08 02:33:54] "GET /projects?obj_uuids=b5b94c6b-3ffa-463b-ba3b-f21bd42eeaf0&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001261
10.0.0.33 - - [2026-06-08 02:33:54] "POST /neutron/port HTTP/1.1" 200 117 0.000905
10.0.0.33 - - [2026-06-08 02:33:54] "GET /project/b5b94c6b-3ffa-463b-ba3b-f21bd42eeaf0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.066444
10.0.0.33 - - [2026-06-08 02:33:54] "POST /neutron/port HTTP/1.1" 200 1125 0.020001
10.0.0.27 - - [2026-06-08 02:33:54] "GET /projects?obj_uuids=b5b94c6b-3ffa-463b-ba3b-f21bd42eeaf0&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000896
10.0.0.33 - - [2026-06-08 02:33:54] "POST /neutron/router HTTP/1.1" 200 585 0.107714
10.0.0.33 - - [2026-06-08 02:33:54] "POST /neutron/router HTTP/1.1" 200 656 0.010795
10.0.0.33 - - [2026-06-08 02:33:54] "GET /service-template/8c0e4ca9-6bbb-4dfe-a9c9-b39eb29a4d8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1682 0.007888
10.0.0.27 - - [2026-06-08 02:33:55] "GET /projects?obj_uuids=b5b94c6b-3ffa-463b-ba3b-f21bd42eeaf0&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.006698
10.0.0.249 - - [2026-06-08 02:33:55] "POST /route-targets HTTP/1.1" 200 327 0.036597
10.0.0.33 - - [2026-06-08 02:33:55] "POST /service-instances HTTP/1.1" 200 670 0.101020
10.0.0.33 - - [2026-06-08 02:33:55] "POST /ref-update HTTP/1.1" 200 156 0.063702
10.0.0.33 - - [2026-06-08 02:33:55] "POST /neutron/port HTTP/1.1" 200 1065 0.447658
10.0.0.33 - - [2026-06-08 02:33:55] "POST /neutron/port HTTP/1.1" 200 1065 0.047018
10.0.0.33 - - [2026-06-08 02:33:55] "POST /virtual-machines HTTP/1.1" 200 553 0.033735
10.0.0.33 - - [2026-06-08 02:33:55] "POST /instance-ips HTTP/1.1" 200 551 0.051103
10.0.0.33 - - [2026-06-08 02:33:55] "POST /neutron/port HTTP/1.1" 200 1129 0.044112
10.0.0.33 - - [2026-06-08 02:33:56] "POST /neutron/port HTTP/1.1" 200 117 0.002806
10.0.0.33 - - [2026-06-08 02:33:56] "PUT /virtual-machine-interface/9aaa26c4-0ab8-4885-bf8c-4511e78effe9 HTTP/1.1" 200 284 0.025633
10.0.0.33 - - [2026-06-08 02:33:56] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.124891
10.0.0.33 - - [2026-06-08 02:33:56] "POST /instance-ips HTTP/1.1" 400 316 0.020546
10.0.0.33 - - [2026-06-08 02:33:56] "PUT /instance-ip/9729806c-5599-47dd-a2e0-8f5fa12c32d5 HTTP/1.1" 200 256 0.038743
10.0.0.249 - - [2026-06-08 02:33:56] "POST /ref-update HTTP/1.1" 200 156 0.022877
10.0.0.33 - - [2026-06-08 02:33:56] "POST /virtual-machines HTTP/1.1" 200 553 0.047415
10.0.0.33 - - [2026-06-08 02:33:56] "POST /instance-ips HTTP/1.1" 400 246 0.034946
10.0.0.33 - - [2026-06-08 02:33:56] "PUT /instance-ip/c70727f3-ab66-4f92-8d06-f8464ebae68d HTTP/1.1" 200 256 0.034574
10.0.0.33 - - [2026-06-08 02:33:57] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.103987
10.0.0.33 - - [2026-06-08 02:33:57] "POST /chown HTTP/1.1" 200 109 0.015741
10.0.0.33 - - [2026-06-08 02:33:57] "POST /ref-update HTTP/1.1" 200 156 0.033648
10.0.0.33 - - [2026-06-08 02:34:00] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007847
10.0.0.33 - - [2026-06-08 02:34:00] "POST /neutron/port HTTP/1.1" 200 1125 0.016885
10.0.0.33 - - [2026-06-08 02:34:00] "GET /virtual-machine/c347c5af-767f-4b1b-abde-d176c3a3ec63 HTTP/1.1" 401 292 0.000433
10.0.0.33 - - [2026-06-08 02:34:01] "GET /virtual-machine/c347c5af-767f-4b1b-abde-d176c3a3ec63 HTTP/1.1" 200 1296 0.032778
10.0.0.33 - - [2026-06-08 02:34:01] "GET /virtual-machine-interface/f580a818-5567-4f8e-b430-c917b8ac00c3 HTTP/1.1" 200 2957 0.005863
10.0.0.33 - - [2026-06-08 02:34:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003865
10.0.0.33 - - [2026-06-08 02:34:01] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004525
10.0.0.33 - - [2026-06-08 02:34:01] "GET /virtual-networks?parent_id=b5b94c6b-3ffa-463b-ba3b-f21bd42eeaf0&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.005254
10.0.0.33 - - [2026-06-08 02:34:01] "GET /virtual-network/9bed2cf4-2e05-4fa3-b2dd-3ea3ff95fd02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.008004
10.0.0.33 - - [2026-06-08 02:34:03] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006970
10.0.0.33 - - [2026-06-08 02:34:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003945
10.0.0.33 - - [2026-06-08 02:34:04] "GET /virtual-network/9bed2cf4-2e05-4fa3-b2dd-3ea3ff95fd02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005382
10.0.0.33 - - [2026-06-08 02:34:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003738
10.0.0.33 - - [2026-06-08 02:34:06] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003844
10.0.0.33 - - [2026-06-08 02:34:06] "GET /virtual-networks?parent_id=b5b94c6b-3ffa-463b-ba3b-f21bd42eeaf0&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003443
10.0.0.33 - - [2026-06-08 02:34:06] "GET /virtual-network/9bed2cf4-2e05-4fa3-b2dd-3ea3ff95fd02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.007639
10.0.0.33 - - [2026-06-08 02:34:06] "POST /neutron/port HTTP/1.1" 200 1129 0.018142
10.0.0.33 - - [2026-06-08 02:34:06] "POST /neutron/security_group HTTP/1.1" 200 2002 0.010219
10.0.0.33 - - [2026-06-08 02:34:06] "GET /virtual-machine/080035b7-5a3d-405d-aa1f-25d2fee4e4d8 HTTP/1.1" 200 1294 0.006286
10.0.0.33 - - [2026-06-08 02:34:06] "GET /virtual-machine-interface/48ac4bbd-dcdd-499f-8fcc-ee46889cfd98 HTTP/1.1" 200 2968 0.005381
10.0.0.33 - - [2026-06-08 02:34:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004496
10.0.0.33 - - [2026-06-08 02:34:06] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004810
10.0.0.33 - - [2026-06-08 02:34:06] "GET /virtual-networks?parent_id=b5b94c6b-3ffa-463b-ba3b-f21bd42eeaf0&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.004593
10.0.0.33 - - [2026-06-08 02:34:06] "GET /virtual-network/fc593903-c6bb-40b1-82d9-76181c552af6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.008081
10.0.0.33 - - [2026-06-08 02:34:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003777
10.0.0.33 - - [2026-06-08 02:34:08] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004281
10.0.0.33 - - [2026-06-08 02:34:08] "GET /virtual-networks?parent_id=b5b94c6b-3ffa-463b-ba3b-f21bd42eeaf0&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003410
10.0.0.33 - - [2026-06-08 02:34:08] "GET /virtual-network/fc593903-c6bb-40b1-82d9-76181c552af6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005761
10.0.0.33 - - [2026-06-08 02:34:11] "POST /neutron/router HTTP/1.1" 200 656 0.008409
10.0.0.33 - - [2026-06-08 02:34:12] "GET /logical-router/7345a21e-49a3-471d-8299-fd563562d385?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1971 0.008884
10.0.0.33 - - [2026-06-08 02:34:12] "POST /neutron/router HTTP/1.1" 200 151 0.097394
10.0.0.249 - - [2026-06-08 02:34:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005399
10.0.0.249 - - [2026-06-08 02:34:12] "PUT /routing-instance/a17c370f-f74b-4dfe-a70f-494681176e33 HTTP/1.1" 200 266 0.021827
10.0.0.33 - - [2026-06-08 02:34:12] "GET /logical-router/7345a21e-49a3-471d-8299-fd563562d385?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.004093
10.0.0.33 - - [2026-06-08 02:34:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003361
10.0.0.33 - - [2026-06-08 02:34:12] "POST /ref-update HTTP/1.1" 200 156 0.019224
10.0.0.33 - - [2026-06-08 02:34:12] "GET /instance-ip/9729806c-5599-47dd-a2e0-8f5fa12c32d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.005556
10.0.0.33 - - [2026-06-08 02:34:12] "POST /neutron/port HTTP/1.1" 200 1129 0.021092
10.0.0.33 - - [2026-06-08 02:34:12] "POST /ref-update HTTP/1.1" 200 156 0.027950
10.0.0.33 - - [2026-06-08 02:34:13] "POST /neutron/port HTTP/1.1" 200 1125 0.030983
10.0.0.33 - - [2026-06-08 02:34:13] "DELETE /virtual-machine-interface/8740c4e7-f4e3-4df1-a2fe-c9e58595dbdb HTTP/1.1" 200 115 0.077757
10.0.0.33 - - [2026-06-08 02:34:13] "DELETE /service-instance/7b34da6b-b8dc-41de-b112-dc58db46f314 HTTP/1.1" 200 115 0.080613
10.0.0.33 - - [2026-06-08 02:34:13] "GET /instance-ip/c70727f3-ab66-4f92-8d06-f8464ebae68d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.013887
10.0.0.33 - - [2026-06-08 02:34:13] "DELETE /virtual-machine/adca0b90-f76f-472d-92cc-13dea69c5743 HTTP/1.1" 200 115 0.041224
10.0.0.33 - - [2026-06-08 02:34:13] "GET /instance-ip/c70727f3-ab66-4f92-8d06-f8464ebae68d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1698 0.011566
10.0.0.33 - - [2026-06-08 02:34:13] "POST /ref-update HTTP/1.1" 200 156 0.020191
10.0.0.33 - - [2026-06-08 02:34:14] "POST /neutron/network HTTP/1.1" 200 836 0.007958
10.0.0.249 - - [2026-06-08 02:34:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004906
10.0.0.27 - - [2026-06-08 02:34:14] "POST /useragent-kv HTTP/1.1" 200 115 0.005008
10.0.0.27 - - [2026-06-08 02:34:14] "POST /useragent-kv HTTP/1.1" 200 115 0.004648
10.0.0.33 - - [2026-06-08 02:34:14] "POST /neutron/network HTTP/1.1" 200 151 0.156700
10.0.0.249 - - [2026-06-08 02:34:14] "DELETE /route-target/3f6d1b64-903b-4c69-ac6d-6a8150d421fb HTTP/1.1" 200 115 0.036228
10.0.0.27 - - [2026-06-08 02:34:16] "GET /projects?obj_uuids=b5b94c6b-3ffa-463b-ba3b-f21bd42eeaf0&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001049
10.0.0.33 - - [2026-06-08 02:34:16] "GET /project/b5b94c6b-3ffa-463b-ba3b-f21bd42eeaf0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.036405
10.0.0.27 - - [2026-06-08 02:34:16] "GET /projects?obj_uuids=b5b94c6b-3ffa-463b-ba3b-f21bd42eeaf0&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001444
10.0.0.33 - - [2026-06-08 02:34:16] "GET /project/b5b94c6b-3ffa-463b-ba3b-f21bd42eeaf0?fields=virtual_networks HTTP/1.1" 200 1039 0.040582
10.0.0.27 - - [2026-06-08 02:34:16] "GET /projects?obj_uuids=b5b94c6b-3ffa-463b-ba3b-f21bd42eeaf0&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001015
10.0.0.33 - - [2026-06-08 02:34:16] "GET /project/b5b94c6b-3ffa-463b-ba3b-f21bd42eeaf0?fields=virtual_machine_interfaces HTTP/1.1" 200 1039 0.045131
10.0.0.27 - - [2026-06-08 02:34:16] "GET /projects?obj_uuids=b5b94c6b-3ffa-463b-ba3b-f21bd42eeaf0&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001003
10.0.0.33 - - [2026-06-08 02:34:16] "GET /project/b5b94c6b-3ffa-463b-ba3b-f21bd42eeaf0?fields=security_groups HTTP/1.1" 200 1268 0.047444
10.0.0.33 - - [2026-06-08 02:34:17] "POST /fqname-to-id HTTP/1.1" 404 196 0.026237
10.0.0.27 - - [2026-06-08 02:34:17] "GET /projects?obj_uuids=b051deae-f53b-4598-96d4-fb1cbf2a0db7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003937
10.0.0.27 - - [2026-06-08 02:34:17] "GET /domains?obj_uuids=2441b78a-01cc-4005-9aa7-6b434eb6fb41&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001194
10.0.0.27 - - [2026-06-08 02:34:17] "GET /domain/2441b78a-01cc-4005-9aa7-6b434eb6fb41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008192
10.0.0.27 - - [2026-06-08 02:34:17] "POST /id-to-fqname HTTP/1.1" 200 198 0.002957
10.0.0.27 - - [2026-06-08 02:34:17] "POST /fqname-to-id HTTP/1.1" 404 207 0.004824
10.0.0.27 - - [2026-06-08 02:34:17] "POST /security-groups HTTP/1.1" 200 599 0.040571
10.0.0.27 - - [2026-06-08 02:34:17] "POST /projects HTTP/1.1" 200 601 0.236962
10.0.0.249 - - [2026-06-08 02:34:17] "POST /fqname-to-id HTTP/1.1" 404 241 0.008406
10.0.0.27 - - [2026-06-08 02:34:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.309799
10.0.0.33 - - [2026-06-08 02:34:17] "GET /project/b051deae-f53b-4598-96d4-fb1cbf2a0db7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.454589
10.0.0.33 - - [2026-06-08 02:34:18] "GET / HTTP/1.1" 200 35931 0.001888
10.0.0.33 - - [2026-06-08 02:34:20] "POST /fqname-to-id HTTP/1.1" 401 292 0.000469
10.0.0.33 - - [2026-06-08 02:34:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.057880
10.0.0.27 - - [2026-06-08 02:34:21] "GET /projects?obj_uuids=b051deae-f53b-4598-96d4-fb1cbf2a0db7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000960
10.0.0.33 - - [2026-06-08 02:34:21] "GET /project/b051deae-f53b-4598-96d4-fb1cbf2a0db7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.039504
10.0.0.249 - - [2026-06-08 02:34:21] "POST /ref-update HTTP/1.1" 200 156 0.032797
10.0.0.27 - - [2026-06-08 02:34:21] "POST /useragent-kv HTTP/1.1" 200 115 0.008276
10.0.0.33 - - [2026-06-08 02:34:21] "POST /neutron/subnet HTTP/1.1" 200 729 0.235357
10.0.0.33 - - [2026-06-08 02:34:21] "POST /id-to-fqname HTTP/1.1" 200 228 0.001446
10.0.0.33 - - [2026-06-08 02:34:21] "GET /virtual-network/bb8ed1e0-44a7-4910-80ab-6dc290d6b965?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.007223
10.0.0.33 - - [2026-06-08 02:34:21] "POST /neutron/network HTTP/1.1" 200 1007 0.009125
10.0.0.33 - - [2026-06-08 02:34:21] "GET /virtual-network/bb8ed1e0-44a7-4910-80ab-6dc290d6b965?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005225
10.0.0.33 - - [2026-06-08 02:34:22] "POST /neutron/subnet HTTP/1.1" 200 828 0.013558
10.0.0.33 - - [2026-06-08 02:34:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003422
10.0.0.27 - - [2026-06-08 02:34:22] "GET /projects?obj_uuids=b051deae-f53b-4598-96d4-fb1cbf2a0db7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001029
10.0.0.33 - - [2026-06-08 02:34:22] "GET /project/b051deae-f53b-4598-96d4-fb1cbf2a0db7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.038732
10.0.0.27 - - [2026-06-08 02:34:22] "POST /useragent-kv HTTP/1.1" 200 115 0.003035
10.0.0.33 - - [2026-06-08 02:34:22] "POST /neutron/subnet HTTP/1.1" 200 715 0.173265
10.0.0.249 - - [2026-06-08 02:34:22] "DELETE /access-control-list/1a38488b-d236-43f0-8b76-d19fb3cc8839 HTTP/1.1" 200 115 0.041619
10.0.0.33 - - [2026-06-08 02:34:22] "POST /id-to-fqname HTTP/1.1" 200 228 0.001526
10.0.0.33 - - [2026-06-08 02:34:22] "GET /virtual-network/fd9fc41c-c064-4d0f-8167-fe27424b9deb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.014424
10.0.0.33 - - [2026-06-08 02:34:22] "POST /neutron/network HTTP/1.1" 200 1003 0.014122
10.0.0.33 - - [2026-06-08 02:34:22] "GET /virtual-network/fd9fc41c-c064-4d0f-8167-fe27424b9deb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.006774
10.0.0.33 - - [2026-06-08 02:34:23] "POST /neutron/subnet HTTP/1.1" 200 823 0.009819
10.0.0.33 - - [2026-06-08 02:34:23] "POST /fqname-to-id HTTP/1.1" 404 234 0.002707
10.0.0.33 - - [2026-06-08 02:34:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003114
10.0.0.27 - - [2026-06-08 02:34:23] "GET /projects?obj_uuids=b051deae-f53b-4598-96d4-fb1cbf2a0db7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001214
10.0.0.33 - - [2026-06-08 02:34:23] "GET /project/b051deae-f53b-4598-96d4-fb1cbf2a0db7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.036727
10.0.0.33 - - [2026-06-08 02:34:23] "POST /network-policys HTTP/1.1" 200 577 0.070954
10.0.0.33 - - [2026-06-08 02:34:23] "GET /network-policy/0d831367-3fd8-410b-b623-6a2f916f99c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3127 0.007346
10.0.0.249 - - [2026-06-08 02:34:23] "POST /fqname-to-id HTTP/1.1" 404 207 0.090767
10.0.0.249 - - [2026-06-08 02:34:23] "POST /access-control-lists HTTP/1.1" 200 596 0.082411
10.0.0.33 - - [2026-06-08 02:34:23] "POST /neutron/network HTTP/1.1" 200 1115 0.036134
10.0.0.33 - - [2026-06-08 02:34:23] "GET /virtual-network/bb8ed1e0-44a7-4910-80ab-6dc290d6b965?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.019772
10.0.0.33 - - [2026-06-08 02:34:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004169
10.0.0.33 - - [2026-06-08 02:34:23] "GET /network-policy/0d831367-3fd8-410b-b623-6a2f916f99c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3127 0.012701
10.0.0.33 - - [2026-06-08 02:34:23] "POST /neutron/network HTTP/1.1" 200 1111 0.014552
10.0.0.33 - - [2026-06-08 02:34:23] "GET /virtual-network/fd9fc41c-c064-4d0f-8167-fe27424b9deb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.006705
10.0.0.33 - - [2026-06-08 02:34:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003331
10.0.0.33 - - [2026-06-08 02:34:23] "GET /network-policy/0d831367-3fd8-410b-b623-6a2f916f99c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3127 0.003529
10.0.0.249 - - [2026-06-08 02:34:23] "POST /ref-update HTTP/1.1" 200 156 0.031622
10.0.0.33 - - [2026-06-08 02:34:24] "GET /virtual-network/bb8ed1e0-44a7-4910-80ab-6dc290d6b965?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.008274
10.0.0.27 - - [2026-06-08 02:34:25] "DELETE /project/b5b94c6b3ffa463bba3bf21bd42eeaf0 HTTP/1.1" 404 173 0.011101
10.0.0.27 - - [2026-06-08 02:34:25] "DELETE /project/3bcd2eb6-ed81-495a-bbda-ca0744593104 HTTP/1.1" 404 177 0.009185
10.0.0.27 - - [2026-06-08 02:34:25] "DELETE /project/b051deaef53b459896d4fb1cbf2a0db7 HTTP/1.1" 404 173 0.008004
10.0.0.27 - - [2026-06-08 02:34:25] "GET /projects?obj_uuids=b5b94c6b-3ffa-463b-ba3b-f21bd42eeaf0&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000970
10.0.0.27 - - [2026-06-08 02:34:25] "GET /project/b5b94c6b-3ffa-463b-ba3b-f21bd42eeaf0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.062541
10.0.0.27 - - [2026-06-08 02:34:25] "GET /projects?obj_uuids=b5b94c6b-3ffa-463b-ba3b-f21bd42eeaf0&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001380
10.0.0.27 - - [2026-06-08 02:34:25] "GET /project/b5b94c6b-3ffa-463b-ba3b-f21bd42eeaf0?fields=security_groups HTTP/1.1" 200 1373 0.059515
10.0.0.27 - - [2026-06-08 02:34:25] "DELETE /security-group/8e3c8475-88c6-4806-aa15-e0c569afadc9 HTTP/1.1" 200 115 0.054361
10.0.0.27 - - [2026-06-08 02:34:25] "GET /projects?obj_uuids=b5b94c6b-3ffa-463b-ba3b-f21bd42eeaf0&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001364
10.0.0.27 - - [2026-06-08 02:34:25] "GET /project/b5b94c6b-3ffa-463b-ba3b-f21bd42eeaf0?fields=application_policy_sets HTTP/1.1" 200 1412 0.078719
10.0.0.27 - - [2026-06-08 02:34:25] "DELETE /project/b5b94c6b-3ffa-463b-ba3b-f21bd42eeaf0 HTTP/1.1" 200 115 0.503189
10.0.0.33 - - [2026-06-08 02:34:25] "GET /virtual-network/fd9fc41c-c064-4d0f-8167-fe27424b9deb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.006071
10.0.0.33 - - [2026-06-08 02:34:26] "POST /id-to-fqname HTTP/1.1" 200 228 0.001327
10.0.0.27 - - [2026-06-08 02:34:27] "GET /projects?obj_uuids=b051deae-f53b-4598-96d4-fb1cbf2a0db7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001125
10.0.0.33 - - [2026-06-08 02:34:27] "GET /project/b051deae-f53b-4598-96d4-fb1cbf2a0db7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.080431
10.0.0.33 - - [2026-06-08 02:34:27] "POST /neutron/port HTTP/1.1" 200 117 0.009771
10.0.0.33 - - [2026-06-08 02:34:27] "POST /id-to-fqname HTTP/1.1" 200 228 0.001972
10.0.0.33 - - [2026-06-08 02:34:27] "POST /neutron/network HTTP/1.1" 200 1121 0.008635
10.0.0.33 - - [2026-06-08 02:34:28] "POST /neutron/port HTTP/1.1" 200 1176 0.021897
10.0.0.33 - - [2026-06-08 02:34:28] "POST /neutron/port HTTP/1.1" 200 1240 0.017786
10.0.0.27 - - [2026-06-08 02:34:28] "GET /projects?obj_uuids=b051deae-f53b-4598-96d4-fb1cbf2a0db7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001030
10.0.0.33 - - [2026-06-08 02:34:28] "POST /neutron/subnet HTTP/1.1" 200 1389 0.015991
10.0.0.33 - - [2026-06-08 02:34:28] "GET /project/b051deae-f53b-4598-96d4-fb1cbf2a0db7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.094062
10.0.0.33 - - [2026-06-08 02:34:28] "POST /neutron/network HTTP/1.1" 200 1115 0.009523
10.0.0.33 - - [2026-06-08 02:34:28] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008434
10.0.0.33 - - [2026-06-08 02:34:29] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009576
10.0.0.33 - - [2026-06-08 02:34:29] "POST /neutron/port HTTP/1.1" 200 1172 0.018983
10.0.0.33 - - [2026-06-08 02:34:29] "POST /neutron/port HTTP/1.1" 200 1236 0.019835
10.0.0.33 - - [2026-06-08 02:34:29] "POST /neutron/subnet HTTP/1.1" 200 1370 0.011982
10.0.0.33 - - [2026-06-08 02:34:30] "POST /neutron/network HTTP/1.1" 200 1111 0.009374
10.0.0.33 - - [2026-06-08 02:34:34] "POST /neutron/port HTTP/1.1" 200 1240 0.018524
10.0.0.33 - - [2026-06-08 02:34:34] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008393
10.0.0.33 - - [2026-06-08 02:34:34] "GET /virtual-machine/cc89e857-a2a9-4ea9-8375-e77213618f4b HTTP/1.1" 401 292 0.000419
10.0.0.33 - - [2026-06-08 02:34:34] "GET /virtual-machine/cc89e857-a2a9-4ea9-8375-e77213618f4b HTTP/1.1" 200 1300 0.037857
10.0.0.33 - - [2026-06-08 02:34:34] "GET /virtual-machine-interface/209e78fc-2819-48e9-a46f-3594db4777b7 HTTP/1.1" 200 3175 0.004976
10.0.0.33 - - [2026-06-08 02:34:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003256
10.0.0.33 - - [2026-06-08 02:34:34] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003496
10.0.0.33 - - [2026-06-08 02:34:34] "GET /virtual-networks?parent_id=b051deae-f53b-4598-96d4-fb1cbf2a0db7&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.002840
10.0.0.33 - - [2026-06-08 02:34:34] "GET /virtual-network/bb8ed1e0-44a7-4910-80ab-6dc290d6b965?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.005829
10.0.0.33 - - [2026-06-08 02:34:37] "GET /obj-perms HTTP/1.1" 200 5056 0.057041
10.0.0.249 - - [2026-06-08 02:34:37] "GET /obj-perms HTTP/1.1" 200 5056 0.062055
10.0.0.33 - - [2026-06-08 02:34:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003836
10.0.0.33 - - [2026-06-08 02:34:37] "GET /virtual-network/bb8ed1e0-44a7-4910-80ab-6dc290d6b965?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.006110
10.0.0.33 - - [2026-06-08 02:34:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003415
10.0.0.33 - - [2026-06-08 02:34:42] "GET /virtual-network/bb8ed1e0-44a7-4910-80ab-6dc290d6b965?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.005233
10.0.0.33 - - [2026-06-08 02:34:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003674
10.0.0.33 - - [2026-06-08 02:34:46] "GET /virtual-network/bb8ed1e0-44a7-4910-80ab-6dc290d6b965?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.005721
10.0.0.33 - - [2026-06-08 02:34:49] "POST /neutron/network HTTP/1.1" 200 1125 0.007257
10.0.0.33 - - [2026-06-08 02:34:49] "POST /neutron/subnet HTTP/1.1" 200 1389 0.012681
10.0.0.33 - - [2026-06-08 02:34:49] "POST /neutron/network HTTP/1.1" 200 1115 0.009596
10.0.0.33 - - [2026-06-08 02:34:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004648
10.0.0.33 - - [2026-06-08 02:34:50] "GET /virtual-network/bb8ed1e0-44a7-4910-80ab-6dc290d6b965?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.006367
10.0.0.33 - - [2026-06-08 02:34:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003947
10.0.0.33 - - [2026-06-08 02:34:54] "GET /virtual-network/bb8ed1e0-44a7-4910-80ab-6dc290d6b965?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.005344
10.0.0.33 - - [2026-06-08 02:34:57] "POST /neutron/network HTTP/1.1" 200 1121 0.008183
10.0.0.33 - - [2026-06-08 02:34:57] "POST /neutron/subnet HTTP/1.1" 200 1370 0.015357
10.0.0.33 - - [2026-06-08 02:34:57] "POST /neutron/network HTTP/1.1" 200 1111 0.009297
10.0.0.33 - - [2026-06-08 02:34:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003387
10.0.0.33 - - [2026-06-08 02:34:58] "GET /virtual-network/bb8ed1e0-44a7-4910-80ab-6dc290d6b965?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.005247
10.0.0.33 - - [2026-06-08 02:35:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003608
10.0.0.33 - - [2026-06-08 02:35:02] "GET /virtual-network/bb8ed1e0-44a7-4910-80ab-6dc290d6b965?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.005893
10.0.0.33 - - [2026-06-08 02:35:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003705
10.0.0.33 - - [2026-06-08 02:35:06] "GET /virtual-network/bb8ed1e0-44a7-4910-80ab-6dc290d6b965?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.005470
10.0.0.33 - - [2026-06-08 02:35:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.010724
10.0.0.33 - - [2026-06-08 02:35:08] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.015618
10.0.0.33 - - [2026-06-08 02:35:08] "GET /virtual-networks?parent_id=b051deae-f53b-4598-96d4-fb1cbf2a0db7&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.004368
10.0.0.33 - - [2026-06-08 02:35:08] "GET /virtual-network/bb8ed1e0-44a7-4910-80ab-6dc290d6b965?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.006985
10.0.0.33 - - [2026-06-08 02:35:14] "POST /neutron/port HTTP/1.1" 200 1240 0.018201
10.0.0.33 - - [2026-06-08 02:35:19] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009586
10.0.0.33 - - [2026-06-08 02:35:24] "POST /neutron/port HTTP/1.1" 200 1240 0.017203
10.0.0.33 - - [2026-06-08 02:35:29] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007902
10.0.0.33 - - [2026-06-08 02:35:29] "POST /neutron/port HTTP/1.1" 200 1236 0.023101
10.0.0.33 - - [2026-06-08 02:35:29] "GET /virtual-machine/740e53ef-e95b-4b01-9295-f0f9bc11d396 HTTP/1.1" 200 1300 0.005630
10.0.0.33 - - [2026-06-08 02:35:29] "GET /virtual-machine-interface/6b38d459-3b2f-4f13-ae83-a433e9b7a8f3 HTTP/1.1" 200 3175 0.004986
10.0.0.33 - - [2026-06-08 02:35:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.005237
10.0.0.33 - - [2026-06-08 02:35:30] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003732
10.0.0.33 - - [2026-06-08 02:35:30] "GET /virtual-networks?parent_id=b051deae-f53b-4598-96d4-fb1cbf2a0db7&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003133
10.0.0.33 - - [2026-06-08 02:35:30] "GET /virtual-network/fd9fc41c-c064-4d0f-8167-fe27424b9deb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005985
10.0.0.33 - - [2026-06-08 02:35:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003597
10.0.0.33 - - [2026-06-08 02:35:33] "GET /virtual-network/fd9fc41c-c064-4d0f-8167-fe27424b9deb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005218
10.0.0.33 - - [2026-06-08 02:35:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004654
10.0.0.33 - - [2026-06-08 02:35:37] "GET /virtual-network/fd9fc41c-c064-4d0f-8167-fe27424b9deb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005469
10.0.0.27 - - [2026-06-08 02:35:37] "GET /obj-perms HTTP/1.1" 200 5056 0.055315
10.0.0.33 - - [2026-06-08 02:35:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003865
10.0.0.33 - - [2026-06-08 02:35:41] "GET /virtual-network/fd9fc41c-c064-4d0f-8167-fe27424b9deb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005847
10.0.0.33 - - [2026-06-08 02:35:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004089
10.0.0.33 - - [2026-06-08 02:35:45] "GET /virtual-network/fd9fc41c-c064-4d0f-8167-fe27424b9deb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005914
10.0.0.33 - - [2026-06-08 02:35:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004321
10.0.0.33 - - [2026-06-08 02:35:49] "GET /virtual-network/fd9fc41c-c064-4d0f-8167-fe27424b9deb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.006114
10.0.0.33 - - [2026-06-08 02:35:50] "POST /neutron/port HTTP/1.1" 200 1240 0.046544
10.0.0.33 - - [2026-06-08 02:35:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003966
10.0.0.33 - - [2026-06-08 02:35:50] "POST /neutron/port HTTP/1.1" 200 117 0.001686
10.0.0.33 - - [2026-06-08 02:35:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004013
10.0.0.33 - - [2026-06-08 02:35:53] "GET /virtual-network/fd9fc41c-c064-4d0f-8167-fe27424b9deb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005384
10.0.0.33 - - [2026-06-08 02:35:57] "POST /neutron/port HTTP/1.1" 200 1236 0.045943
10.0.0.33 - - [2026-06-08 02:35:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004908
10.0.0.33 - - [2026-06-08 02:35:57] "POST /neutron/port HTTP/1.1" 200 117 0.001492
10.0.0.33 - - [2026-06-08 02:35:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004164
10.0.0.33 - - [2026-06-08 02:35:57] "GET /virtual-network/fd9fc41c-c064-4d0f-8167-fe27424b9deb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.006169
10.0.0.33 - - [2026-06-08 02:36:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005439
10.0.0.33 - - [2026-06-08 02:36:01] "GET /virtual-network/fd9fc41c-c064-4d0f-8167-fe27424b9deb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.009025
10.0.0.33 - - [2026-06-08 02:36:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003799
10.0.0.33 - - [2026-06-08 02:36:05] "GET /virtual-network/fd9fc41c-c064-4d0f-8167-fe27424b9deb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005107
10.0.0.33 - - [2026-06-08 02:36:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.005761
10.0.0.33 - - [2026-06-08 02:36:10] "GET /virtual-network/fd9fc41c-c064-4d0f-8167-fe27424b9deb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.033217
10.0.0.33 - - [2026-06-08 02:36:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003344
10.0.0.33 - - [2026-06-08 02:36:14] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003607
10.0.0.33 - - [2026-06-08 02:36:14] "GET /virtual-networks?parent_id=b051deae-f53b-4598-96d4-fb1cbf2a0db7&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003129
10.0.0.33 - - [2026-06-08 02:36:14] "GET /virtual-network/fd9fc41c-c064-4d0f-8167-fe27424b9deb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005383
10.0.0.33 - - [2026-06-08 02:36:14] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007279
10.0.0.33 - - [2026-06-08 02:36:19] "POST /neutron/port HTTP/1.1" 200 1236 0.038611
10.0.0.33 - - [2026-06-08 02:36:24] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007764
10.0.0.33 - - [2026-06-08 02:36:50] "POST /neutron/network HTTP/1.1" 200 1125 0.007665
10.0.0.33 - - [2026-06-08 02:36:50] "POST /neutron/subnet HTTP/1.1" 200 1389 0.012587
10.0.0.33 - - [2026-06-08 02:36:50] "POST /neutron/network HTTP/1.1" 200 1115 0.008605
10.0.0.33 - - [2026-06-08 02:36:57] "POST /neutron/network HTTP/1.1" 200 1121 0.006547
10.0.0.33 - - [2026-06-08 02:36:57] "POST /neutron/subnet HTTP/1.1" 200 1370 0.020782
10.0.0.33 - - [2026-06-08 02:36:57] "POST /neutron/network HTTP/1.1" 200 1111 0.010104
10.0.0.33 - - [2026-06-08 02:37:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003421
10.0.0.27 - - [2026-06-08 02:37:11] "GET /projects?obj_uuids=b051deae-f53b-4598-96d4-fb1cbf2a0db7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001358
10.0.0.33 - - [2026-06-08 02:37:11] "GET /project/b051deae-f53b-4598-96d4-fb1cbf2a0db7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.046146
10.0.0.33 - - [2026-06-08 02:37:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.007149
10.0.0.33 - - [2026-06-08 02:37:11] "PUT /network-policy/0d831367-3fd8-410b-b623-6a2f916f99c3 HTTP/1.1" 200 262 0.014430
10.0.0.249 - - [2026-06-08 02:37:11] "PUT /access-control-list/98d07414-5789-4eae-943d-05fd45ed7ea9 HTTP/1.1" 200 272 0.016052
10.0.0.33 - - [2026-06-08 02:37:14] "GET /virtual-network/fd9fc41c-c064-4d0f-8167-fe27424b9deb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.007042
10.0.0.33 - - [2026-06-08 02:37:15] "POST /neutron/network HTTP/1.1" 200 1003 0.024426
10.0.0.33 - - [2026-06-08 02:37:15] "GET /virtual-network/fd9fc41c-c064-4d0f-8167-fe27424b9deb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.006675
10.0.0.249 - - [2026-06-08 02:37:15] "POST /ref-update HTTP/1.1" 200 156 0.042514
10.0.0.33 - - [2026-06-08 02:37:15] "GET /virtual-network/bb8ed1e0-44a7-4910-80ab-6dc290d6b965?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.007511
10.0.0.249 - - [2026-06-08 02:37:15] "POST /fqname-to-id HTTP/1.1" 404 207 0.011784
10.0.0.33 - - [2026-06-08 02:37:15] "POST /neutron/network HTTP/1.1" 200 1007 0.018129
10.0.0.33 - - [2026-06-08 02:37:15] "GET /virtual-network/bb8ed1e0-44a7-4910-80ab-6dc290d6b965?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.011117
10.0.0.33 - - [2026-06-08 02:37:15] "DELETE /network-policy/0d831367-3fd8-410b-b623-6a2f916f99c3 HTTP/1.1" 200 115 0.071166
10.0.0.33 - - [2026-06-08 02:37:15] "POST /neutron/port HTTP/1.1" 200 1236 0.018207
10.0.0.33 - - [2026-06-08 02:37:15] "POST /neutron/port HTTP/1.1" 200 1230 0.017459
10.0.0.33 - - [2026-06-08 02:37:17] "POST /neutron/network HTTP/1.1" 200 1003 0.011476
10.0.0.249 - - [2026-06-08 02:37:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004418
10.0.0.27 - - [2026-06-08 02:37:17] "POST /useragent-kv HTTP/1.1" 200 115 0.003217
10.0.0.27 - - [2026-06-08 02:37:17] "POST /useragent-kv HTTP/1.1" 200 115 0.003513
10.0.0.27 - - [2026-06-08 02:37:18] "POST /useragent-kv HTTP/1.1" 200 115 0.005608
10.0.0.27 - - [2026-06-08 02:37:18] "POST /useragent-kv HTTP/1.1" 200 115 0.002492
10.0.0.33 - - [2026-06-08 02:37:18] "POST /neutron/network HTTP/1.1" 200 151 0.154383
10.0.0.249 - - [2026-06-08 02:37:18] "DELETE /route-target/99857a11-9842-47c6-9e9a-e124ed5713ea HTTP/1.1" 200 115 0.041825
10.0.0.27 - - [2026-06-08 02:37:22] "GET /projects?obj_uuids=b051deae-f53b-4598-96d4-fb1cbf2a0db7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001009
10.0.0.33 - - [2026-06-08 02:37:22] "GET /project/b051deae-f53b-4598-96d4-fb1cbf2a0db7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.036425
10.0.0.33 - - [2026-06-08 02:37:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004323
10.0.0.27 - - [2026-06-08 02:37:22] "GET /domains?obj_uuids=2441b78a-01cc-4005-9aa7-6b434eb6fb41&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001333
10.0.0.33 - - [2026-06-08 02:37:22] "GET /domain/2441b78a-01cc-4005-9aa7-6b434eb6fb41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.008668
10.0.0.33 - - [2026-06-08 02:37:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003674
10.0.0.27 - - [2026-06-08 02:37:22] "GET /projects?obj_uuids=b051deae-f53b-4598-96d4-fb1cbf2a0db7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001128
10.0.0.33 - - [2026-06-08 02:37:22] "GET /project/b051deae-f53b-4598-96d4-fb1cbf2a0db7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.041189
10.0.0.33 - - [2026-06-08 02:37:23] "GET /domains HTTP/1.1" 200 280 0.003186
10.0.0.27 - - [2026-06-08 02:37:23] "GET /domains?obj_uuids=2441b78a-01cc-4005-9aa7-6b434eb6fb41&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001230
10.0.0.33 - - [2026-06-08 02:37:23] "GET /domain/2441b78a-01cc-4005-9aa7-6b434eb6fb41 HTTP/1.1" 200 2581 0.019383
10.0.0.27 - - [2026-06-08 02:37:23] "GET /projects?obj_uuids=b051deae-f53b-4598-96d4-fb1cbf2a0db7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001153
10.0.0.33 - - [2026-06-08 02:37:23] "GET /project/b051deae-f53b-4598-96d4-fb1cbf2a0db7 HTTP/1.1" 200 1901 0.080226
10.0.0.33 - - [2026-06-08 02:37:23] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003928
10.0.0.33 - - [2026-06-08 02:37:23] "POST /network-ipams HTTP/1.1" 200 609 0.026521
10.0.0.33 - - [2026-06-08 02:37:23] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 802 0.003231
10.0.0.33 - - [2026-06-08 02:37:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003370
10.0.0.33 - - [2026-06-08 02:37:23] "GET /network-ipam/f3536f8e-7419-4add-b8ee-a00a30cbc42b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.007412
10.0.0.33 - - [2026-06-08 02:37:23] "PUT /network-ipam/f3536f8e-7419-4add-b8ee-a00a30cbc42b HTTP/1.1" 200 258 0.019032
10.0.0.33 - - [2026-06-08 02:37:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005582
10.0.0.27 - - [2026-06-08 02:37:23] "GET /projects?obj_uuids=b051deae-f53b-4598-96d4-fb1cbf2a0db7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000890
10.0.0.33 - - [2026-06-08 02:37:23] "GET /project/b051deae-f53b-4598-96d4-fb1cbf2a0db7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.038097
10.0.0.27 - - [2026-06-08 02:37:24] "POST /useragent-kv HTTP/1.1" 200 115 0.005042
10.0.0.33 - - [2026-06-08 02:37:24] "POST /neutron/subnet HTTP/1.1" 200 701 0.227171
10.0.0.33 - - [2026-06-08 02:37:24] "POST /neutron/network HTTP/1.1" 200 1308 0.012637
10.0.0.33 - - [2026-06-08 02:37:24] "POST /id-to-fqname HTTP/1.1" 200 231 0.001065
10.0.0.33 - - [2026-06-08 02:37:24] "GET /virtual-network/08889415-c0a0-437a-bdc3-feb2f26b2a6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3191 0.004985
10.0.0.33 - - [2026-06-08 02:37:24] "GET /virtual-network/08889415-c0a0-437a-bdc3-feb2f26b2a6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3191 0.005532
10.0.0.33 - - [2026-06-08 02:37:24] "POST /neutron/subnet HTTP/1.1" 200 701 0.008654
10.0.0.33 - - [2026-06-08 02:37:25] "GET /virtual-network/08889415-c0a0-437a-bdc3-feb2f26b2a6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3191 0.005945
10.0.0.33 - - [2026-06-08 02:37:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003583
10.0.0.27 - - [2026-06-08 02:37:25] "GET /projects?obj_uuids=b051deae-f53b-4598-96d4-fb1cbf2a0db7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.031847
10.0.0.33 - - [2026-06-08 02:37:25] "GET /project/b051deae-f53b-4598-96d4-fb1cbf2a0db7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.074681
10.0.0.33 - - [2026-06-08 02:37:25] "POST /neutron/network HTTP/1.1" 200 117 0.016244
10.0.0.249 - - [2026-06-08 02:37:25] "POST /route-targets HTTP/1.1" 200 327 0.014482
10.0.0.27 - - [2026-06-08 02:37:26] "POST /useragent-kv HTTP/1.1" 200 115 0.008172
10.0.0.33 - - [2026-06-08 02:37:26] "POST /neutron/subnet HTTP/1.1" 200 701 0.203788
10.0.0.33 - - [2026-06-08 02:37:26] "POST /id-to-fqname HTTP/1.1" 200 231 0.001610
10.0.0.33 - - [2026-06-08 02:37:26] "GET /virtual-network/d616a4a3-c72e-42c2-8e42-30ab509889f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.008363
10.0.0.33 - - [2026-06-08 02:37:26] "POST /neutron/network HTTP/1.1" 200 1309 0.010623
10.0.0.33 - - [2026-06-08 02:37:26] "GET /virtual-network/d616a4a3-c72e-42c2-8e42-30ab509889f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.005077
10.0.0.33 - - [2026-06-08 02:37:26] "POST /neutron/subnet HTTP/1.1" 200 701 0.008937
10.0.0.33 - - [2026-06-08 02:37:26] "GET /virtual-network/d616a4a3-c72e-42c2-8e42-30ab509889f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.005602
10.0.0.33 - - [2026-06-08 02:37:27] "GET /obj-perms HTTP/1.1" 200 5046 0.059667
10.0.0.249 - - [2026-06-08 02:37:27] "GET /obj-perms HTTP/1.1" 200 5046 0.059336
10.0.0.27 - - [2026-06-08 02:37:27] "GET /obj-perms HTTP/1.1" 200 5046 0.053177
10.0.0.33 - - [2026-06-08 02:37:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004224
10.0.0.27 - - [2026-06-08 02:37:27] "GET /projects?obj_uuids=b051deae-f53b-4598-96d4-fb1cbf2a0db7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001053
10.0.0.33 - - [2026-06-08 02:37:27] "GET /project/b051deae-f53b-4598-96d4-fb1cbf2a0db7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.040027
10.0.0.27 - - [2026-06-08 02:37:27] "GET /projects?obj_uuids=b051deae-f53b-4598-96d4-fb1cbf2a0db7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000992
10.0.0.33 - - [2026-06-08 02:37:27] "POST /neutron/network HTTP/1.1" 200 619 0.112626
10.0.0.249 - - [2026-06-08 02:37:28] "POST /fqname-to-id HTTP/1.1" 404 207 0.009998
10.0.0.27 - - [2026-06-08 02:37:28] "POST /useragent-kv HTTP/1.1" 200 115 0.007742
10.0.0.33 - - [2026-06-08 02:37:28] "POST /neutron/subnet HTTP/1.1" 200 828 0.208797
10.0.0.33 - - [2026-06-08 02:37:28] "POST /id-to-fqname HTTP/1.1" 200 231 0.001370
10.0.0.33 - - [2026-06-08 02:37:28] "GET /virtual-network/bddbcc0e-71b8-44ee-97b5-ff70541b429f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.005950
10.0.0.33 - - [2026-06-08 02:37:28] "GET /virtual-network/bddbcc0e-71b8-44ee-97b5-ff70541b429f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.005459
10.0.0.33 - - [2026-06-08 02:37:28] "POST /neutron/network HTTP/1.1" 200 1309 0.011029
10.0.0.33 - - [2026-06-08 02:37:28] "POST /neutron/subnet HTTP/1.1" 200 828 0.009019
10.0.0.33 - - [2026-06-08 02:37:28] "GET /virtual-network/bddbcc0e-71b8-44ee-97b5-ff70541b429f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.005721
10.0.0.33 - - [2026-06-08 02:37:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003704
10.0.0.27 - - [2026-06-08 02:37:28] "GET /projects?obj_uuids=b051deae-f53b-4598-96d4-fb1cbf2a0db7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000914
10.0.0.33 - - [2026-06-08 02:37:28] "GET /project/b051deae-f53b-4598-96d4-fb1cbf2a0db7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.045425
10.0.0.249 - - [2026-06-08 02:37:29] "POST /route-targets HTTP/1.1" 200 327 0.017383
10.0.0.27 - - [2026-06-08 02:37:29] "POST /useragent-kv HTTP/1.1" 200 115 0.006555
10.0.0.33 - - [2026-06-08 02:37:29] "POST /neutron/subnet HTTP/1.1" 200 701 0.205428
10.0.0.33 - - [2026-06-08 02:37:29] "POST /neutron/network HTTP/1.1" 200 1309 0.012746
10.0.0.33 - - [2026-06-08 02:37:29] "POST /id-to-fqname HTTP/1.1" 200 231 0.001123
10.0.0.33 - - [2026-06-08 02:37:29] "GET /virtual-network/92a3dcca-b11d-4f3e-990a-8cdbe8b916de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.005544
10.0.0.33 - - [2026-06-08 02:37:29] "GET /virtual-network/92a3dcca-b11d-4f3e-990a-8cdbe8b916de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.005739
10.0.0.33 - - [2026-06-08 02:37:29] "POST /neutron/subnet HTTP/1.1" 200 701 0.008102
10.0.0.33 - - [2026-06-08 02:37:30] "GET /virtual-network/92a3dcca-b11d-4f3e-990a-8cdbe8b916de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.006020
10.0.0.33 - - [2026-06-08 02:37:30] "POST /fqname-to-id HTTP/1.1" 404 225 0.003651
10.0.0.33 - - [2026-06-08 02:37:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003491
10.0.0.27 - - [2026-06-08 02:37:30] "GET /projects?obj_uuids=b051deae-f53b-4598-96d4-fb1cbf2a0db7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001582
10.0.0.33 - - [2026-06-08 02:37:30] "GET /project/b051deae-f53b-4598-96d4-fb1cbf2a0db7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.050246
10.0.0.33 - - [2026-06-08 02:37:30] "POST /network-policys HTTP/1.1" 200 559 0.037804
10.0.0.33 - - [2026-06-08 02:37:30] "GET /network-policy/1b8033d3-4392-4c8d-8036-52e13ec38512?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6936 0.009960
10.0.0.33 - - [2026-06-08 02:37:30] "POST /fqname-to-id HTTP/1.1" 404 225 0.003706
10.0.0.33 - - [2026-06-08 02:37:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003312
10.0.0.27 - - [2026-06-08 02:37:30] "GET /projects?obj_uuids=b051deae-f53b-4598-96d4-fb1cbf2a0db7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001045
10.0.0.33 - - [2026-06-08 02:37:30] "GET /project/b051deae-f53b-4598-96d4-fb1cbf2a0db7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.056429
10.0.0.33 - - [2026-06-08 02:37:31] "POST /network-policys HTTP/1.1" 200 559 0.032429
10.0.0.33 - - [2026-06-08 02:37:31] "GET /network-policy/d78a3598-af1b-40d4-a3de-5dff46919628?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.006518
10.0.0.33 - - [2026-06-08 02:37:31] "POST /fqname-to-id HTTP/1.1" 404 225 0.004184
10.0.0.33 - - [2026-06-08 02:37:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.005111
10.0.0.27 - - [2026-06-08 02:37:31] "GET /projects?obj_uuids=b051deae-f53b-4598-96d4-fb1cbf2a0db7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001139
10.0.0.33 - - [2026-06-08 02:37:31] "GET /project/b051deae-f53b-4598-96d4-fb1cbf2a0db7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.045436
10.0.0.33 - - [2026-06-08 02:37:31] "POST /network-policys HTTP/1.1" 200 559 0.030716
10.0.0.33 - - [2026-06-08 02:37:31] "GET /network-policy/cb48ccb6-2527-4572-afdf-7f9b077d62fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6938 0.006863
10.0.0.33 - - [2026-06-08 02:37:31] "POST /fqname-to-id HTTP/1.1" 404 225 0.004484
10.0.0.33 - - [2026-06-08 02:37:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003960
10.0.0.27 - - [2026-06-08 02:37:31] "GET /projects?obj_uuids=b051deae-f53b-4598-96d4-fb1cbf2a0db7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001102
10.0.0.33 - - [2026-06-08 02:37:31] "GET /project/b051deae-f53b-4598-96d4-fb1cbf2a0db7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.041170
10.0.0.33 - - [2026-06-08 02:37:31] "POST /network-policys HTTP/1.1" 200 559 0.031346
10.0.0.33 - - [2026-06-08 02:37:31] "GET /network-policy/fae7cdf8-d5c9-417a-afcc-bca84ea87285?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8844 0.007687
10.0.0.33 - - [2026-06-08 02:37:32] "POST /fqname-to-id HTTP/1.1" 404 225 0.003366
10.0.0.33 - - [2026-06-08 02:37:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004686
10.0.0.27 - - [2026-06-08 02:37:32] "GET /projects?obj_uuids=b051deae-f53b-4598-96d4-fb1cbf2a0db7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001245
10.0.0.33 - - [2026-06-08 02:37:32] "GET /project/b051deae-f53b-4598-96d4-fb1cbf2a0db7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.050912
10.0.0.33 - - [2026-06-08 02:37:32] "POST /network-policys HTTP/1.1" 200 559 0.034164
10.0.0.33 - - [2026-06-08 02:37:32] "GET /network-policy/ddfb8e95-fb45-46ed-b2e9-72d6d592fbcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.006896
10.0.0.33 - - [2026-06-08 02:37:32] "POST /fqname-to-id HTTP/1.1" 404 225 0.003931
10.0.0.33 - - [2026-06-08 02:37:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003126
10.0.0.27 - - [2026-06-08 02:37:32] "GET /projects?obj_uuids=b051deae-f53b-4598-96d4-fb1cbf2a0db7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001297
10.0.0.33 - - [2026-06-08 02:37:32] "GET /project/b051deae-f53b-4598-96d4-fb1cbf2a0db7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.040142
10.0.0.33 - - [2026-06-08 02:37:32] "POST /network-policys HTTP/1.1" 200 559 0.032513
10.0.0.33 - - [2026-06-08 02:37:32] "GET /network-policy/77fbc8fc-e214-4eb3-81b7-aae82cd1ce1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5018 0.007181
10.0.0.33 - - [2026-06-08 02:37:32] "POST /fqname-to-id HTTP/1.1" 404 225 0.003386
10.0.0.33 - - [2026-06-08 02:37:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003091
10.0.0.27 - - [2026-06-08 02:37:32] "GET /projects?obj_uuids=b051deae-f53b-4598-96d4-fb1cbf2a0db7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000976
10.0.0.33 - - [2026-06-08 02:37:32] "GET /project/b051deae-f53b-4598-96d4-fb1cbf2a0db7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.053236
10.0.0.33 - - [2026-06-08 02:37:33] "POST /network-policys HTTP/1.1" 200 559 0.028527
10.0.0.33 - - [2026-06-08 02:37:33] "GET /network-policy/9a1abc6f-fb30-401f-b297-78a0ec101d37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8844 0.009199
10.0.0.33 - - [2026-06-08 02:37:33] "POST /fqname-to-id HTTP/1.1" 404 225 0.004619
10.0.0.33 - - [2026-06-08 02:37:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003221
10.0.0.27 - - [2026-06-08 02:37:33] "GET /projects?obj_uuids=b051deae-f53b-4598-96d4-fb1cbf2a0db7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000908
10.0.0.33 - - [2026-06-08 02:37:33] "GET /project/b051deae-f53b-4598-96d4-fb1cbf2a0db7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.044928
10.0.0.33 - - [2026-06-08 02:37:33] "POST /network-policys HTTP/1.1" 200 559 0.034058
10.0.0.33 - - [2026-06-08 02:37:33] "GET /network-policy/cd7b6901-e5b3-413f-9821-a5a32ceaae36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.006244
10.0.0.33 - - [2026-06-08 02:37:33] "POST /neutron/network HTTP/1.1" 200 1308 0.010105
10.0.0.249 - - [2026-06-08 02:37:33] "POST /access-control-lists HTTP/1.1" 200 605 0.048964
10.0.0.33 - - [2026-06-08 02:37:33] "GET /virtual-network/08889415-c0a0-437a-bdc3-feb2f26b2a6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3796 0.010051
10.0.0.33 - - [2026-06-08 02:37:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003087
10.0.0.33 - - [2026-06-08 02:37:33] "GET /network-policy/1b8033d3-4392-4c8d-8036-52e13ec38512?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6936 0.004381
10.0.0.33 - - [2026-06-08 02:37:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003019
10.0.0.33 - - [2026-06-08 02:37:34] "GET /network-policy/d78a3598-af1b-40d4-a3de-5dff46919628?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.004213
10.0.0.33 - - [2026-06-08 02:37:34] "POST /neutron/network HTTP/1.1" 200 1309 0.012079
10.0.0.249 - - [2026-06-08 02:37:34] "POST /fqname-to-id HTTP/1.1" 404 207 0.005883
10.0.0.33 - - [2026-06-08 02:37:34] "GET /virtual-network/d616a4a3-c72e-42c2-8e42-30ab509889f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.008127
10.0.0.249 - - [2026-06-08 02:37:34] "POST /ref-update HTTP/1.1" 200 156 0.056107
10.0.0.33 - - [2026-06-08 02:37:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.006568
10.0.0.33 - - [2026-06-08 02:37:34] "GET /network-policy/cb48ccb6-2527-4572-afdf-7f9b077d62fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6938 0.004303
10.0.0.33 - - [2026-06-08 02:37:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002906
10.0.0.33 - - [2026-06-08 02:37:34] "GET /network-policy/fae7cdf8-d5c9-417a-afcc-bca84ea87285?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8844 0.004677
10.0.0.33 - - [2026-06-08 02:37:34] "POST /neutron/network HTTP/1.1" 200 1309 0.009641
10.0.0.33 - - [2026-06-08 02:37:34] "GET /virtual-network/bddbcc0e-71b8-44ee-97b5-ff70541b429f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.008402
10.0.0.33 - - [2026-06-08 02:37:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003170
10.0.0.33 - - [2026-06-08 02:37:34] "GET /network-policy/77fbc8fc-e214-4eb3-81b7-aae82cd1ce1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5018 0.004287
10.0.0.33 - - [2026-06-08 02:37:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003340
10.0.0.33 - - [2026-06-08 02:37:34] "GET /network-policy/ddfb8e95-fb45-46ed-b2e9-72d6d592fbcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.004460
10.0.0.33 - - [2026-06-08 02:37:35] "POST /neutron/network HTTP/1.1" 200 1309 0.011261
10.0.0.249 - - [2026-06-08 02:37:35] "POST /fqname-to-id HTTP/1.1" 404 248 0.002621
10.0.0.33 - - [2026-06-08 02:37:35] "GET /virtual-network/92a3dcca-b11d-4f3e-990a-8cdbe8b916de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.008474
10.0.0.33 - - [2026-06-08 02:37:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.028348
10.0.0.33 - - [2026-06-08 02:37:35] "GET /network-policy/9a1abc6f-fb30-401f-b297-78a0ec101d37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8844 0.004633
10.0.0.33 - - [2026-06-08 02:37:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002821
10.0.0.33 - - [2026-06-08 02:37:35] "GET /network-policy/cd7b6901-e5b3-413f-9821-a5a32ceaae36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.005030
10.0.0.33 - - [2026-06-08 02:37:35] "POST /id-to-fqname HTTP/1.1" 200 231 0.001449
10.0.0.249 - - [2026-06-08 02:37:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000422
10.0.0.249 - - [2026-06-08 02:37:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000487
10.0.0.249 - - [2026-06-08 02:37:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000382
10.0.0.249 - - [2026-06-08 02:37:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000381
10.0.0.33 - - [2026-06-08 02:37:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000879
10.0.0.33 - - [2026-06-08 02:37:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000376
10.0.0.27 - - [2026-06-08 02:37:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000453
10.0.0.27 - - [2026-06-08 02:37:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000540
10.0.0.33 - - [2026-06-08 02:37:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000417
10.0.0.33 - - [2026-06-08 02:37:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000384
10.0.0.27 - - [2026-06-08 02:37:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000543
10.0.0.27 - - [2026-06-08 02:37:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000394
10.0.0.33 - - [2026-06-08 02:37:39] "GET /obj-perms HTTP/1.1" 200 5056 0.065601
10.0.0.249 - - [2026-06-08 02:37:39] "GET /obj-perms HTTP/1.1" 200 5056 0.058107
10.0.0.33 - - [2026-06-08 02:38:05] "POST /neutron/network HTTP/1.1" 200 1503 0.008505
10.0.0.27 - - [2026-06-08 02:38:06] "GET /projects?obj_uuids=b051deae-f53b-4598-96d4-fb1cbf2a0db7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001010
10.0.0.33 - - [2026-06-08 02:38:06] "GET /project/b051deae-f53b-4598-96d4-fb1cbf2a0db7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.076435
10.0.0.33 - - [2026-06-08 02:38:06] "POST /neutron/port HTTP/1.1" 200 117 0.006054
10.0.0.33 - - [2026-06-08 02:38:06] "POST /id-to-fqname HTTP/1.1" 200 231 0.001453
10.0.0.33 - - [2026-06-08 02:38:07] "POST /neutron/network HTTP/1.1" 200 1503 0.007734
10.0.0.27 - - [2026-06-08 02:38:07] "GET /projects?obj_uuids=b051deae-f53b-4598-96d4-fb1cbf2a0db7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001045
10.0.0.33 - - [2026-06-08 02:38:07] "GET /project/b051deae-f53b-4598-96d4-fb1cbf2a0db7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.099695
10.0.0.33 - - [2026-06-08 02:38:07] "POST /neutron/port HTTP/1.1" 200 1169 0.039618
10.0.0.33 - - [2026-06-08 02:38:07] "POST /neutron/port HTTP/1.1" 200 1179 0.024441
10.0.0.33 - - [2026-06-08 02:38:08] "POST /neutron/port HTTP/1.1" 200 1233 0.031490
10.0.0.33 - - [2026-06-08 02:38:08] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009716
10.0.0.33 - - [2026-06-08 02:38:08] "POST /neutron/port HTTP/1.1" 200 117 0.001384
10.0.0.33 - - [2026-06-08 02:38:08] "POST /neutron/port HTTP/1.1" 200 117 0.001168
10.0.0.33 - - [2026-06-08 02:38:09] "POST /neutron/port HTTP/1.1" 200 1170 0.028178
10.0.0.33 - - [2026-06-08 02:38:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004184
10.0.0.33 - - [2026-06-08 02:38:09] "POST /neutron/port HTTP/1.1" 200 117 0.001899
10.0.0.33 - - [2026-06-08 02:38:13] "POST /neutron/port HTTP/1.1" 200 1233 0.030440
10.0.0.33 - - [2026-06-08 02:38:18] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010466
10.0.0.33 - - [2026-06-08 02:38:28] "POST /neutron/port HTTP/1.1" 200 1233 0.031326
10.0.0.33 - - [2026-06-08 02:38:33] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009120
10.0.0.27 - - [2026-06-08 02:38:40] "GET /obj-perms HTTP/1.1" 200 5056 0.059743
10.0.0.33 - - [2026-06-08 02:38:43] "POST /neutron/port HTTP/1.1" 200 1233 0.020058
10.0.0.33 - - [2026-06-08 02:38:48] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008571
10.0.0.33 - - [2026-06-08 02:38:59] "POST /neutron/port HTTP/1.1" 200 1233 0.024561
10.0.0.33 - - [2026-06-08 02:38:59] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010377
10.0.0.33 - - [2026-06-08 02:38:59] "GET /virtual-machine/a00c4e62-45e4-4434-ba34-e93cc87c9819 HTTP/1.1" 200 1301 0.007943
10.0.0.33 - - [2026-06-08 02:38:59] "GET /virtual-machine-interface/3c60fbc0-f789-41d4-8e85-a143b156602a HTTP/1.1" 200 3184 0.006884
10.0.0.33 - - [2026-06-08 02:38:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005626
10.0.0.33 - - [2026-06-08 02:38:59] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003929
10.0.0.33 - - [2026-06-08 02:38:59] "GET /virtual-networks?parent_id=b051deae-f53b-4598-96d4-fb1cbf2a0db7&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003402
10.0.0.33 - - [2026-06-08 02:38:59] "POST /neutron/port HTTP/1.1" 200 1234 0.028628
10.0.0.33 - - [2026-06-08 02:38:59] "GET /virtual-network/08889415-c0a0-437a-bdc3-feb2f26b2a6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3796 0.009519
10.0.0.33 - - [2026-06-08 02:38:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004457
10.0.0.33 - - [2026-06-08 02:38:59] "POST /neutron/port HTTP/1.1" 200 117 0.001207
10.0.0.33 - - [2026-06-08 02:39:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004745
10.0.0.33 - - [2026-06-08 02:39:02] "GET /virtual-network/08889415-c0a0-437a-bdc3-feb2f26b2a6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3796 0.006168
10.0.0.33 - - [2026-06-08 02:39:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004426
10.0.0.33 - - [2026-06-08 02:39:06] "GET /virtual-network/08889415-c0a0-437a-bdc3-feb2f26b2a6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3796 0.007266
10.0.0.33 - - [2026-06-08 02:39:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004249
10.0.0.33 - - [2026-06-08 02:39:10] "GET /virtual-network/08889415-c0a0-437a-bdc3-feb2f26b2a6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3796 0.012955
10.0.0.33 - - [2026-06-08 02:39:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003740
10.0.0.33 - - [2026-06-08 02:39:14] "GET /virtual-network/08889415-c0a0-437a-bdc3-feb2f26b2a6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3796 0.005524
10.0.0.33 - - [2026-06-08 02:39:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004544
10.0.0.33 - - [2026-06-08 02:39:18] "GET /virtual-network/08889415-c0a0-437a-bdc3-feb2f26b2a6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3796 0.006469
10.0.0.33 - - [2026-06-08 02:39:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.032211
10.0.0.33 - - [2026-06-08 02:39:23] "GET /virtual-network/08889415-c0a0-437a-bdc3-feb2f26b2a6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3796 0.006162
10.0.0.33 - - [2026-06-08 02:39:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004580
10.0.0.33 - - [2026-06-08 02:39:27] "GET /virtual-network/08889415-c0a0-437a-bdc3-feb2f26b2a6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3796 0.006631
10.0.0.33 - - [2026-06-08 02:39:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003584
10.0.0.33 - - [2026-06-08 02:39:31] "GET /virtual-network/08889415-c0a0-437a-bdc3-feb2f26b2a6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3796 0.005430
10.0.0.33 - - [2026-06-08 02:39:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003680
10.0.0.33 - - [2026-06-08 02:39:35] "GET /virtual-network/08889415-c0a0-437a-bdc3-feb2f26b2a6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3796 0.005495
10.0.0.33 - - [2026-06-08 02:39:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004251
10.0.0.33 - - [2026-06-08 02:39:37] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004330
10.0.0.33 - - [2026-06-08 02:39:37] "GET /virtual-networks?parent_id=b051deae-f53b-4598-96d4-fb1cbf2a0db7&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.004219
10.0.0.33 - - [2026-06-08 02:39:37] "GET /virtual-network/08889415-c0a0-437a-bdc3-feb2f26b2a6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3796 0.007599
10.0.0.33 - - [2026-06-08 02:39:37] "POST /neutron/port HTTP/1.1" 200 1233 0.049221
10.0.0.33 - - [2026-06-08 02:39:42] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007112
10.0.0.33 - - [2026-06-08 02:39:48] "POST /neutron/port HTTP/1.1" 200 1233 0.032547
10.0.0.33 - - [2026-06-08 02:39:50] "POST /neutron/port HTTP/1.1" 200 1233 0.018689
10.0.0.33 - - [2026-06-08 02:39:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004464
10.0.0.33 - - [2026-06-08 02:39:50] "POST /neutron/port HTTP/1.1" 200 117 0.001321
10.0.0.33 - - [2026-06-08 02:39:52] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008467
10.0.0.33 - - [2026-06-08 02:39:58] "POST /neutron/port HTTP/1.1" 200 1234 0.034451
10.0.0.33 - - [2026-06-08 02:39:58] "POST /neutron/security_group HTTP/1.1" 200 2066 0.014288
10.0.0.33 - - [2026-06-08 02:39:58] "GET /virtual-machine/f2c58d33-d8f2-4be5-a524-e0ed8940e966 HTTP/1.1" 200 1301 0.050289
10.0.0.33 - - [2026-06-08 02:39:58] "GET /virtual-machine-interface/9ce6c69b-b71d-4a20-af47-6e277a82ff49 HTTP/1.1" 200 3185 0.007099
10.0.0.33 - - [2026-06-08 02:39:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.006569
10.0.0.33 - - [2026-06-08 02:39:58] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005260
10.0.0.33 - - [2026-06-08 02:39:58] "GET /virtual-networks?parent_id=b051deae-f53b-4598-96d4-fb1cbf2a0db7&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003899
10.0.0.33 - - [2026-06-08 02:39:58] "GET /virtual-network/d616a4a3-c72e-42c2-8e42-30ab509889f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.008543
10.0.0.33 - - [2026-06-08 02:40:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003992
10.0.0.33 - - [2026-06-08 02:40:00] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004753
10.0.0.33 - - [2026-06-08 02:40:00] "GET /virtual-networks?parent_id=b051deae-f53b-4598-96d4-fb1cbf2a0db7&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.004042
10.0.0.33 - - [2026-06-08 02:40:00] "GET /virtual-network/d616a4a3-c72e-42c2-8e42-30ab509889f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.006923
10.0.0.33 - - [2026-06-08 02:40:00] "POST /neutron/port HTTP/1.1" 200 1234 0.024606
10.0.0.33 - - [2026-06-08 02:40:00] "POST /neutron/port HTTP/1.1" 200 1234 0.028126
10.0.0.33 - - [2026-06-08 02:40:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005602
10.0.0.33 - - [2026-06-08 02:40:00] "POST /neutron/port HTTP/1.1" 200 117 0.001348
10.0.0.33 - - [2026-06-08 02:40:05] "POST /neutron/security_group HTTP/1.1" 200 2066 0.012980
10.0.0.33 - - [2026-06-08 02:40:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004592
10.0.0.33 - - [2026-06-08 02:40:05] "GET /network-policy/cb48ccb6-2527-4572-afdf-7f9b077d62fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6938 0.006980
10.0.0.33 - - [2026-06-08 02:40:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.006649
10.0.0.33 - - [2026-06-08 02:40:05] "GET /network-policy/fae7cdf8-d5c9-417a-afcc-bca84ea87285?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8844 0.006011
10.0.0.33 - - [2026-06-08 02:40:05] "POST /neutron/port HTTP/1.1" 200 1233 0.027357
10.0.0.33 - - [2026-06-08 02:40:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.005166
10.0.0.33 - - [2026-06-08 02:40:06] "GET /network-policy/1b8033d3-4392-4c8d-8036-52e13ec38512?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6936 0.005447
10.0.0.33 - - [2026-06-08 02:40:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.005056
10.0.0.33 - - [2026-06-08 02:40:06] "GET /network-policy/d78a3598-af1b-40d4-a3de-5dff46919628?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.006625
10.0.0.33 - - [2026-06-08 02:40:25] "GET /virtual-machine/f2c58d33-d8f2-4be5-a524-e0ed8940e966 HTTP/1.1" 200 1301 0.005233
10.0.0.33 - - [2026-06-08 02:40:26] "POST /neutron/port HTTP/1.1" 200 1224 0.021686
10.0.0.33 - - [2026-06-08 02:40:27] "GET /virtual-machine/f2c58d33-d8f2-4be5-a524-e0ed8940e966 HTTP/1.1" 404 171 0.004068
10.0.0.33 - - [2026-06-08 02:40:27] "GET /virtual-machine/f2c58d33-d8f2-4be5-a524-e0ed8940e966 HTTP/1.1" 404 171 0.003579
10.0.0.33 - - [2026-06-08 02:40:27] "GET /virtual-machine/f2c58d33-d8f2-4be5-a524-e0ed8940e966 HTTP/1.1" 404 171 0.004207
10.0.0.33 - - [2026-06-08 02:40:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004237
10.0.0.33 - - [2026-06-08 02:40:28] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005123
10.0.0.33 - - [2026-06-08 02:40:28] "GET /virtual-networks?parent_id=b051deae-f53b-4598-96d4-fb1cbf2a0db7&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003478
10.0.0.33 - - [2026-06-08 02:40:28] "GET /virtual-network/d616a4a3-c72e-42c2-8e42-30ab509889f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.005975
10.0.0.33 - - [2026-06-08 02:40:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003686
10.0.0.33 - - [2026-06-08 02:40:28] "GET /routing-instance/1df14cdd-7038-441f-90a4-918e9e950387?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.004851
10.0.0.33 - - [2026-06-08 02:40:28] "GET /route-target/5aa297aa-ba9a-404b-b6bb-80c89cd6271c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004179
10.0.0.33 - - [2026-06-08 02:40:28] "GET /virtual-machine/f2c58d33-d8f2-4be5-a524-e0ed8940e966 HTTP/1.1" 404 171 0.006127
10.0.0.33 - - [2026-06-08 02:40:29] "GET /virtual-machine/f2c58d33-d8f2-4be5-a524-e0ed8940e966 HTTP/1.1" 404 171 0.005280
10.0.0.33 - - [2026-06-08 02:40:30] "GET /virtual-machine/f2c58d33-d8f2-4be5-a524-e0ed8940e966 HTTP/1.1" 404 171 0.003937
10.0.0.33 - - [2026-06-08 02:40:31] "GET /virtual-machine/f2c58d33-d8f2-4be5-a524-e0ed8940e966 HTTP/1.1" 404 171 0.004965
10.0.0.33 - - [2026-06-08 02:40:32] "GET /virtual-machine/f2c58d33-d8f2-4be5-a524-e0ed8940e966 HTTP/1.1" 404 171 0.008421
10.0.0.33 - - [2026-06-08 02:40:33] "GET /virtual-machine/f2c58d33-d8f2-4be5-a524-e0ed8940e966 HTTP/1.1" 404 171 0.003682
10.0.0.33 - - [2026-06-08 02:40:36] "GET /obj-perms HTTP/1.1" 200 5046 0.003974
10.0.0.249 - - [2026-06-08 02:40:36] "GET /obj-perms HTTP/1.1" 200 5046 0.004354
10.0.0.33 - - [2026-06-08 02:40:42] "GET /obj-perms HTTP/1.1" 200 5046 0.004056
10.0.0.249 - - [2026-06-08 02:40:42] "GET /obj-perms HTTP/1.1" 200 5046 0.004149
10.0.0.33 - - [2026-06-08 02:40:42] "GET /virtual-machine/a00c4e62-45e4-4434-ba34-e93cc87c9819 HTTP/1.1" 200 1301 0.004674
10.0.0.33 - - [2026-06-08 02:40:43] "POST /neutron/port HTTP/1.1" 200 1223 0.029583
10.0.0.33 - - [2026-06-08 02:40:45] "GET /virtual-machine/a00c4e62-45e4-4434-ba34-e93cc87c9819 HTTP/1.1" 404 171 0.003467
10.0.0.33 - - [2026-06-08 02:40:45] "GET /virtual-machine/a00c4e62-45e4-4434-ba34-e93cc87c9819 HTTP/1.1" 404 171 0.004590
10.0.0.33 - - [2026-06-08 02:40:45] "GET /virtual-machine/a00c4e62-45e4-4434-ba34-e93cc87c9819 HTTP/1.1" 404 171 0.003156
10.0.0.33 - - [2026-06-08 02:40:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003609
10.0.0.33 - - [2026-06-08 02:40:45] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003909
10.0.0.33 - - [2026-06-08 02:40:45] "GET /virtual-networks?parent_id=b051deae-f53b-4598-96d4-fb1cbf2a0db7&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003376
10.0.0.33 - - [2026-06-08 02:40:45] "GET /virtual-network/08889415-c0a0-437a-bdc3-feb2f26b2a6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3796 0.006079
10.0.0.33 - - [2026-06-08 02:40:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004220
10.0.0.33 - - [2026-06-08 02:40:45] "GET /routing-instance/9f232718-ec5b-49e1-9c21-9d1a251f5428?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.005473
10.0.0.33 - - [2026-06-08 02:40:45] "GET /route-target/60fb30d2-4eaf-46e1-9b38-bbd9d7cd79a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003886
10.0.0.33 - - [2026-06-08 02:40:45] "GET /obj-perms HTTP/1.1" 200 5046 0.006524
10.0.0.27 - - [2026-06-08 02:40:45] "GET /obj-perms HTTP/1.1" 200 5046 0.007854
10.0.0.33 - - [2026-06-08 02:40:54] "GET /obj-perms HTTP/1.1" 200 5046 0.004599
10.0.0.27 - - [2026-06-08 02:40:54] "GET /obj-perms HTTP/1.1" 200 5046 0.004648
10.0.0.33 - - [2026-06-08 02:41:03] "GET /obj-perms HTTP/1.1" 200 5046 0.011907
10.0.0.27 - - [2026-06-08 02:41:03] "GET /obj-perms HTTP/1.1" 200 5046 0.005022
10.0.0.33 - - [2026-06-08 02:41:13] "GET /obj-perms HTTP/1.1" 200 5046 0.004434
10.0.0.27 - - [2026-06-08 02:41:13] "GET /obj-perms HTTP/1.1" 200 5046 0.004745
10.0.0.33 - - [2026-06-08 02:41:13] "GET /virtual-network/92a3dcca-b11d-4f3e-990a-8cdbe8b916de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.009076
10.0.0.33 - - [2026-06-08 02:41:13] "POST /neutron/network HTTP/1.1" 200 1309 0.135669
10.0.0.249 - - [2026-06-08 02:41:13] "POST /fqname-to-id HTTP/1.1" 404 207 0.072334
10.0.0.33 - - [2026-06-08 02:41:13] "GET /virtual-network/92a3dcca-b11d-4f3e-990a-8cdbe8b916de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.015522
10.0.0.33 - - [2026-06-08 02:41:13] "GET /virtual-network/bddbcc0e-71b8-44ee-97b5-ff70541b429f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.006045
10.0.0.33 - - [2026-06-08 02:41:13] "POST /neutron/network HTTP/1.1" 200 1309 0.108523
10.0.0.33 - - [2026-06-08 02:41:13] "GET /virtual-network/bddbcc0e-71b8-44ee-97b5-ff70541b429f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.007098
10.0.0.249 - - [2026-06-08 02:41:13] "DELETE /access-control-list/4dd7195b-8263-45d9-acfb-84bba3ef12c5 HTTP/1.1" 200 115 0.125382
10.0.0.33 - - [2026-06-08 02:41:14] "GET /virtual-network/d616a4a3-c72e-42c2-8e42-30ab509889f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.005826
10.0.0.33 - - [2026-06-08 02:41:14] "POST /neutron/network HTTP/1.1" 200 1309 0.092194
10.0.0.33 - - [2026-06-08 02:41:14] "GET /virtual-network/d616a4a3-c72e-42c2-8e42-30ab509889f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.005791
10.0.0.33 - - [2026-06-08 02:41:14] "GET /virtual-network/08889415-c0a0-437a-bdc3-feb2f26b2a6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3796 0.007712
10.0.0.249 - - [2026-06-08 02:41:14] "POST /fqname-to-id HTTP/1.1" 404 207 0.004661
10.0.0.33 - - [2026-06-08 02:41:14] "POST /neutron/network HTTP/1.1" 200 1308 0.106083
10.0.0.249 - - [2026-06-08 02:41:14] "DELETE /access-control-list/2e9f3056-5970-4061-8e66-0b402b76d880 HTTP/1.1" 200 115 0.072610
10.0.0.33 - - [2026-06-08 02:41:14] "GET /virtual-network/08889415-c0a0-437a-bdc3-feb2f26b2a6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3191 0.010339
10.0.0.33 - - [2026-06-08 02:41:14] "DELETE /network-policy/cd7b6901-e5b3-413f-9821-a5a32ceaae36 HTTP/1.1" 200 115 0.066190
10.0.0.33 - - [2026-06-08 02:41:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003715
10.0.0.27 - - [2026-06-08 02:41:14] "GET /projects?obj_uuids=b051deae-f53b-4598-96d4-fb1cbf2a0db7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001415
10.0.0.33 - - [2026-06-08 02:41:14] "GET /project/b051deae-f53b-4598-96d4-fb1cbf2a0db7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.079277
10.0.0.33 - - [2026-06-08 02:41:14] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-74171683&detail=False&count=False&shared=False HTTP/1.1" 200 1755 0.007006
10.0.0.33 - - [2026-06-08 02:41:14] "DELETE /network-policy/9a1abc6f-fb30-401f-b297-78a0ec101d37 HTTP/1.1" 200 115 0.047313
10.0.0.33 - - [2026-06-08 02:41:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005298
10.0.0.27 - - [2026-06-08 02:41:15] "GET /projects?obj_uuids=b051deae-f53b-4598-96d4-fb1cbf2a0db7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001494
10.0.0.33 - - [2026-06-08 02:41:15] "GET /project/b051deae-f53b-4598-96d4-fb1cbf2a0db7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.058066
10.0.0.33 - - [2026-06-08 02:41:15] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-74171683&detail=False&count=False&shared=False HTTP/1.1" 200 1523 0.007655
10.0.0.33 - - [2026-06-08 02:41:15] "DELETE /network-policy/77fbc8fc-e214-4eb3-81b7-aae82cd1ce1b HTTP/1.1" 200 115 0.042150
10.0.0.33 - - [2026-06-08 02:41:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004521
10.0.0.27 - - [2026-06-08 02:41:15] "GET /projects?obj_uuids=b051deae-f53b-4598-96d4-fb1cbf2a0db7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001739
10.0.0.33 - - [2026-06-08 02:41:15] "GET /project/b051deae-f53b-4598-96d4-fb1cbf2a0db7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.064248
10.0.0.33 - - [2026-06-08 02:41:15] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-74171683&detail=False&count=False&shared=False HTTP/1.1" 200 1291 0.007921
10.0.0.33 - - [2026-06-08 02:41:15] "DELETE /network-policy/ddfb8e95-fb45-46ed-b2e9-72d6d592fbcb HTTP/1.1" 200 115 0.045965
10.0.0.33 - - [2026-06-08 02:41:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005399
10.0.0.27 - - [2026-06-08 02:41:15] "GET /projects?obj_uuids=b051deae-f53b-4598-96d4-fb1cbf2a0db7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001455
10.0.0.33 - - [2026-06-08 02:41:15] "GET /project/b051deae-f53b-4598-96d4-fb1cbf2a0db7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.050627
10.0.0.33 - - [2026-06-08 02:41:15] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-74171683&detail=False&count=False&shared=False HTTP/1.1" 200 1058 0.007162
10.0.0.33 - - [2026-06-08 02:41:15] "DELETE /network-policy/fae7cdf8-d5c9-417a-afcc-bca84ea87285 HTTP/1.1" 200 115 0.049709
10.0.0.33 - - [2026-06-08 02:41:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004486
10.0.0.27 - - [2026-06-08 02:41:15] "GET /projects?obj_uuids=b051deae-f53b-4598-96d4-fb1cbf2a0db7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001391
10.0.0.33 - - [2026-06-08 02:41:15] "GET /project/b051deae-f53b-4598-96d4-fb1cbf2a0db7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.052865
10.0.0.33 - - [2026-06-08 02:41:15] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-74171683&detail=False&count=False&shared=False HTTP/1.1" 200 826 0.007767
10.0.0.33 - - [2026-06-08 02:41:15] "DELETE /network-policy/cb48ccb6-2527-4572-afdf-7f9b077d62fc HTTP/1.1" 200 115 0.050223
10.0.0.33 - - [2026-06-08 02:41:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004144
10.0.0.27 - - [2026-06-08 02:41:16] "GET /projects?obj_uuids=b051deae-f53b-4598-96d4-fb1cbf2a0db7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001667
10.0.0.33 - - [2026-06-08 02:41:16] "GET /project/b051deae-f53b-4598-96d4-fb1cbf2a0db7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.058976
10.0.0.33 - - [2026-06-08 02:41:16] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-74171683&detail=False&count=False&shared=False HTTP/1.1" 200 594 0.007801
10.0.0.33 - - [2026-06-08 02:41:16] "DELETE /network-policy/d78a3598-af1b-40d4-a3de-5dff46919628 HTTP/1.1" 200 115 0.041698
10.0.0.33 - - [2026-06-08 02:41:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.006005
10.0.0.27 - - [2026-06-08 02:41:16] "GET /projects?obj_uuids=b051deae-f53b-4598-96d4-fb1cbf2a0db7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001134
10.0.0.33 - - [2026-06-08 02:41:16] "GET /project/b051deae-f53b-4598-96d4-fb1cbf2a0db7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.043159
10.0.0.33 - - [2026-06-08 02:41:16] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-74171683&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.005916
10.0.0.33 - - [2026-06-08 02:41:16] "DELETE /network-policy/1b8033d3-4392-4c8d-8036-52e13ec38512 HTTP/1.1" 200 115 0.049085
10.0.0.33 - - [2026-06-08 02:41:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.006336
10.0.0.27 - - [2026-06-08 02:41:16] "GET /projects?obj_uuids=b051deae-f53b-4598-96d4-fb1cbf2a0db7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001668
10.0.0.33 - - [2026-06-08 02:41:16] "GET /project/b051deae-f53b-4598-96d4-fb1cbf2a0db7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.058170
10.0.0.33 - - [2026-06-08 02:41:16] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-74171683&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.007755
10.0.0.27 - - [2026-06-08 02:41:16] "POST /useragent-kv HTTP/1.1" 200 115 0.003748
10.0.0.27 - - [2026-06-08 02:41:16] "POST /useragent-kv HTTP/1.1" 200 115 0.002750
10.0.0.27 - - [2026-06-08 02:41:16] "POST /useragent-kv HTTP/1.1" 200 115 0.002420
10.0.0.27 - - [2026-06-08 02:41:16] "POST /useragent-kv HTTP/1.1" 200 115 0.003031
10.0.0.27 - - [2026-06-08 02:41:16] "POST /useragent-kv HTTP/1.1" 200 115 0.002609
10.0.0.249 - - [2026-06-08 02:41:16] "DELETE /route-target/67c018b4-7b52-4d5e-a790-69f2ec8765fa HTTP/1.1" 200 115 0.033619
10.0.0.27 - - [2026-06-08 02:41:16] "POST /useragent-kv HTTP/1.1" 200 115 0.004852
10.0.0.33 - - [2026-06-08 02:41:16] "POST /neutron/network HTTP/1.1" 200 151 0.177344
10.0.0.33 - - [2026-06-08 02:41:17] "POST /neutron/network HTTP/1.1" 200 1309 0.014144
10.0.0.249 - - [2026-06-08 02:41:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004752
10.0.0.27 - - [2026-06-08 02:41:18] "POST /useragent-kv HTTP/1.1" 200 115 0.009412
10.0.0.27 - - [2026-06-08 02:41:18] "POST /useragent-kv HTTP/1.1" 200 115 0.003181
10.0.0.27 - - [2026-06-08 02:41:18] "POST /useragent-kv HTTP/1.1" 200 115 0.004601
10.0.0.27 - - [2026-06-08 02:41:18] "POST /useragent-kv HTTP/1.1" 200 115 0.004734
10.0.0.27 - - [2026-06-08 02:41:18] "POST /useragent-kv HTTP/1.1" 200 115 0.003670
10.0.0.27 - - [2026-06-08 02:41:18] "POST /useragent-kv HTTP/1.1" 200 115 0.003928
10.0.0.33 - - [2026-06-08 02:41:18] "POST /neutron/network HTTP/1.1" 200 151 0.219687
10.0.0.249 - - [2026-06-08 02:41:18] "DELETE /route-target/60fb30d2-4eaf-46e1-9b38-bbd9d7cd79a4 HTTP/1.1" 200 115 0.067129
10.0.0.33 - - [2026-06-08 02:41:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003872
10.0.0.33 - - [2026-06-08 02:41:18] "DELETE /network-ipam/f3536f8e-7419-4add-b8ee-a00a30cbc42b HTTP/1.1" 200 115 0.036798
10.0.0.33 - - [2026-06-08 02:41:18] "POST /fqname-to-id HTTP/1.1" 404 252 0.004919
10.0.0.27 - - [2026-06-08 02:41:18] "GET /projects?obj_uuids=b051deae-f53b-4598-96d4-fb1cbf2a0db7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001041
10.0.0.27 - - [2026-06-08 02:41:18] "GET /project/b051deae-f53b-4598-96d4-fb1cbf2a0db7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1501 0.039308
10.0.0.27 - - [2026-06-08 02:41:18] "GET /projects?obj_uuids=b051deae-f53b-4598-96d4-fb1cbf2a0db7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001125
10.0.0.27 - - [2026-06-08 02:41:18] "GET /project/b051deae-f53b-4598-96d4-fb1cbf2a0db7?fields=security_groups HTTP/1.1" 200 1388 0.056418
10.0.0.27 - - [2026-06-08 02:41:18] "DELETE /security-group/7cabfe23-a3de-474d-b617-6b04082ccb8a HTTP/1.1" 200 115 0.057409
10.0.0.27 - - [2026-06-08 02:41:18] "GET /projects?obj_uuids=b051deae-f53b-4598-96d4-fb1cbf2a0db7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001524
10.0.0.27 - - [2026-06-08 02:41:18] "GET /project/b051deae-f53b-4598-96d4-fb1cbf2a0db7?fields=application_policy_sets HTTP/1.1" 200 1427 0.062009
10.0.0.33 - - [2026-06-08 02:41:18] "DELETE /project/b051deae-f53b-4598-96d4-fb1cbf2a0db7 HTTP/1.1" 200 115 0.427334
10.0.0.27 - - [2026-06-08 02:41:18] "GET /domains?obj_uuids=2441b78a-01cc-4005-9aa7-6b434eb6fb41&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001427
10.0.0.33 - - [2026-06-08 02:41:18] "GET /domain/2441b78a-01cc-4005-9aa7-6b434eb6fb41?fields=projects HTTP/1.1" 200 1244 0.010900
10.0.0.33 - - [2026-06-08 02:41:24] "POST /fqname-to-id HTTP/1.1" 404 225 0.003778
10.0.0.27 - - [2026-06-08 02:41:24] "POST /id-to-fqname HTTP/1.1" 200 198 0.006942
10.0.0.27 - - [2026-06-08 02:41:24] "POST /fqname-to-id HTTP/1.1" 404 207 0.005359
10.0.0.27 - - [2026-06-08 02:41:24] "POST /security-groups HTTP/1.1" 200 599 0.040430
10.0.0.249 - - [2026-06-08 02:41:24] "POST /fqname-to-id HTTP/1.1" 404 242 0.004727
10.0.0.27 - - [2026-06-08 02:41:24] "POST /projects HTTP/1.1" 200 601 0.268488
10.0.0.33 - - [2026-06-08 02:41:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.305847
10.0.0.27 - - [2026-06-08 02:41:24] "GET /projects?obj_uuids=b051deae-f53b-4598-96d4-fb1cbf2a0db7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001775
10.0.0.33 - - [2026-06-08 02:41:24] "GET /project/b051deae-f53b-4598-96d4-fb1cbf2a0db7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.046704
10.0.0.249 - - [2026-06-08 02:41:24] "POST /access-control-lists HTTP/1.1" 200 602 0.065459
10.0.0.33 - - [2026-06-08 02:41:24] "POST /network-policys HTTP/1.1" 200 559 0.058008
10.0.0.33 - - [2026-06-08 02:41:24] "GET /network-policy/e2385d68-7a47-4fa3-8433-be9203fb127a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3105 0.007611
10.0.0.33 - - [2026-06-08 02:41:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003760
10.0.0.27 - - [2026-06-08 02:41:24] "GET /projects?obj_uuids=b051deae-f53b-4598-96d4-fb1cbf2a0db7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002006
10.0.0.33 - - [2026-06-08 02:41:24] "GET /project/b051deae-f53b-4598-96d4-fb1cbf2a0db7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.059292
10.0.0.27 - - [2026-06-08 02:41:25] "POST /useragent-kv HTTP/1.1" 200 115 0.018062
10.0.0.33 - - [2026-06-08 02:41:25] "POST /neutron/subnet HTTP/1.1" 200 721 0.244581
10.0.0.33 - - [2026-06-08 02:41:25] "POST /id-to-fqname HTTP/1.1" 200 229 0.001430
10.0.0.33 - - [2026-06-08 02:41:25] "GET /virtual-network/90758a38-cd96-42ed-9e4c-a3c85f49dd94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.008815
10.0.0.33 - - [2026-06-08 02:41:25] "POST /neutron/network HTTP/1.1" 200 1007 0.008721
10.0.0.33 - - [2026-06-08 02:41:25] "GET /virtual-network/90758a38-cd96-42ed-9e4c-a3c85f49dd94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.005454
10.0.0.33 - - [2026-06-08 02:41:25] "POST /neutron/subnet HTTP/1.1" 200 828 0.009745
10.0.0.249 - - [2026-06-08 02:41:25] "POST /fqname-to-id HTTP/1.1" 404 244 0.003195
10.0.0.33 - - [2026-06-08 02:41:25] "POST /neutron/network HTTP/1.1" 200 1106 0.011239
10.0.0.33 - - [2026-06-08 02:41:25] "GET /virtual-network/90758a38-cd96-42ed-9e4c-a3c85f49dd94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.005799
10.0.0.33 - - [2026-06-08 02:41:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003316
10.0.0.33 - - [2026-06-08 02:41:25] "GET /network-policy/e2385d68-7a47-4fa3-8433-be9203fb127a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3105 0.004990
10.0.0.33 - - [2026-06-08 02:41:26] "GET /virtual-network/90758a38-cd96-42ed-9e4c-a3c85f49dd94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.007187
10.0.0.27 - - [2026-06-08 02:41:26] "DELETE /project/b051deaef53b459896d4fb1cbf2a0db7 HTTP/1.1" 404 173 0.030275
10.0.0.33 - - [2026-06-08 02:41:26] "GET /obj-perms HTTP/1.1" 200 5046 0.004035
10.0.0.249 - - [2026-06-08 02:41:26] "GET /obj-perms HTTP/1.1" 200 5046 0.003895
10.0.0.33 - - [2026-06-08 02:41:26] "POST /id-to-fqname HTTP/1.1" 200 229 0.001409
10.0.0.27 - - [2026-06-08 02:41:27] "GET /projects?obj_uuids=b051deae-f53b-4598-96d4-fb1cbf2a0db7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001478
10.0.0.33 - - [2026-06-08 02:41:27] "GET /project/b051deae-f53b-4598-96d4-fb1cbf2a0db7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.102517
10.0.0.33 - - [2026-06-08 02:41:27] "POST /neutron/port HTTP/1.1" 200 117 0.010881
10.0.0.33 - - [2026-06-08 02:41:27] "POST /id-to-fqname HTTP/1.1" 200 229 0.001998
10.0.0.33 - - [2026-06-08 02:41:27] "POST /neutron/network HTTP/1.1" 200 1116 0.009184
10.0.0.27 - - [2026-06-08 02:41:28] "GET /projects?obj_uuids=b051deae-f53b-4598-96d4-fb1cbf2a0db7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002378
10.0.0.33 - - [2026-06-08 02:41:28] "GET /project/b051deae-f53b-4598-96d4-fb1cbf2a0db7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.110127
10.0.0.33 - - [2026-06-08 02:41:28] "POST /neutron/port HTTP/1.1" 200 1174 0.110355
10.0.0.33 - - [2026-06-08 02:41:29] "POST /neutron/port HTTP/1.1" 200 1228 0.129617
10.0.0.33 - - [2026-06-08 02:41:29] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008649
10.0.0.33 - - [2026-06-08 02:41:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005295
10.0.0.33 - - [2026-06-08 02:41:29] "POST /neutron/port HTTP/1.1" 200 117 0.001294
10.0.0.33 - - [2026-06-08 02:41:29] "POST /neutron/network HTTP/1.1" 200 1106 0.009254
10.0.0.33 - - [2026-06-08 02:41:30] "POST /neutron/port HTTP/1.1" 200 1174 0.064912
10.0.0.33 - - [2026-06-08 02:41:30] "POST /neutron/port HTTP/1.1" 200 1238 0.023748
10.0.0.33 - - [2026-06-08 02:41:30] "POST /neutron/subnet HTTP/1.1" 200 1381 0.017622
10.0.0.33 - - [2026-06-08 02:41:30] "POST /neutron/network HTTP/1.1" 200 1106 0.017039
10.0.0.33 - - [2026-06-08 02:41:34] "POST /neutron/port HTTP/1.1" 200 1238 0.030568
10.0.0.33 - - [2026-06-08 02:41:34] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008990
10.0.0.33 - - [2026-06-08 02:41:34] "GET /virtual-machine/78ee0e7f-665f-4533-9c5f-8ffd88dd5be9 HTTP/1.1" 200 1300 0.007167
10.0.0.33 - - [2026-06-08 02:41:34] "GET /virtual-machine-interface/0dc30636-188d-4ef9-a63b-e22f317e8e24 HTTP/1.1" 200 3177 0.006067
10.0.0.33 - - [2026-06-08 02:41:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003882
10.0.0.33 - - [2026-06-08 02:41:34] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004391
10.0.0.33 - - [2026-06-08 02:41:34] "GET /virtual-networks?parent_id=b051deae-f53b-4598-96d4-fb1cbf2a0db7&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.004063
10.0.0.33 - - [2026-06-08 02:41:34] "GET /virtual-network/90758a38-cd96-42ed-9e4c-a3c85f49dd94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.006599
10.0.0.33 - - [2026-06-08 02:41:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004037
10.0.0.33 - - [2026-06-08 02:41:37] "GET /virtual-network/90758a38-cd96-42ed-9e4c-a3c85f49dd94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.005844
10.0.0.33 - - [2026-06-08 02:41:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003736
10.0.0.33 - - [2026-06-08 02:41:41] "GET /virtual-network/90758a38-cd96-42ed-9e4c-a3c85f49dd94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.006568
10.0.0.27 - - [2026-06-08 02:41:42] "GET /obj-perms HTTP/1.1" 200 5056 0.051327
10.0.0.33 - - [2026-06-08 02:41:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004426
10.0.0.33 - - [2026-06-08 02:41:45] "GET /virtual-network/90758a38-cd96-42ed-9e4c-a3c85f49dd94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.006460
10.0.0.33 - - [2026-06-08 02:41:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004166
10.0.0.33 - - [2026-06-08 02:41:50] "GET /virtual-network/90758a38-cd96-42ed-9e4c-a3c85f49dd94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.006482
10.0.0.33 - - [2026-06-08 02:41:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003908
10.0.0.33 - - [2026-06-08 02:41:54] "GET /virtual-network/90758a38-cd96-42ed-9e4c-a3c85f49dd94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.006004
10.0.0.33 - - [2026-06-08 02:41:54] "POST /neutron/network HTTP/1.1" 200 1116 0.010203
10.0.0.33 - - [2026-06-08 02:41:54] "POST /neutron/subnet HTTP/1.1" 200 1381 0.015779
10.0.0.33 - - [2026-06-08 02:41:54] "POST /neutron/network HTTP/1.1" 200 1106 0.010995
10.0.0.33 - - [2026-06-08 02:41:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005089
10.0.0.33 - - [2026-06-08 02:41:58] "GET /virtual-network/90758a38-cd96-42ed-9e4c-a3c85f49dd94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.006398
10.0.0.33 - - [2026-06-08 02:42:01] "POST /neutron/network HTTP/1.1" 200 1116 0.007541
10.0.0.33 - - [2026-06-08 02:42:01] "POST /neutron/subnet HTTP/1.1" 200 1381 0.022716
10.0.0.33 - - [2026-06-08 02:42:01] "POST /neutron/network HTTP/1.1" 200 1106 0.009603
10.0.0.33 - - [2026-06-08 02:42:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004907
10.0.0.33 - - [2026-06-08 02:42:02] "GET /virtual-network/90758a38-cd96-42ed-9e4c-a3c85f49dd94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.006871
10.0.0.33 - - [2026-06-08 02:42:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003737
10.0.0.33 - - [2026-06-08 02:42:06] "GET /virtual-network/90758a38-cd96-42ed-9e4c-a3c85f49dd94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.005920
10.0.0.33 - - [2026-06-08 02:42:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.006172
10.0.0.33 - - [2026-06-08 02:42:10] "GET /virtual-network/90758a38-cd96-42ed-9e4c-a3c85f49dd94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.005949
10.0.0.33 - - [2026-06-08 02:42:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004737
10.0.0.33 - - [2026-06-08 02:42:12] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004699
10.0.0.33 - - [2026-06-08 02:42:12] "GET /virtual-networks?parent_id=b051deae-f53b-4598-96d4-fb1cbf2a0db7&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.004462
10.0.0.33 - - [2026-06-08 02:42:12] "GET /virtual-network/90758a38-cd96-42ed-9e4c-a3c85f49dd94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.006384
10.0.0.33 - - [2026-06-08 02:42:17] "POST /neutron/port HTTP/1.1" 200 1238 0.017934
10.0.0.33 - - [2026-06-08 02:42:22] "POST /neutron/security_group HTTP/1.1" 200 2066 0.047943
10.0.0.33 - - [2026-06-08 02:42:28] "POST /neutron/port HTTP/1.1" 200 1238 0.018388
10.0.0.33 - - [2026-06-08 02:42:28] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007370
10.0.0.33 - - [2026-06-08 02:42:33] "POST /neutron/port HTTP/1.1" 200 1238 0.021936
10.0.0.33 - - [2026-06-08 02:42:33] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010738
10.0.0.33 - - [2026-06-08 02:42:33] "GET /virtual-machine/22f29a2e-5ba9-4f32-b99c-3f6896c749a7 HTTP/1.1" 200 1300 0.008402
10.0.0.33 - - [2026-06-08 02:42:33] "GET /virtual-machine-interface/fdbb91ee-9dd9-4c4e-9980-24e7f12e514c HTTP/1.1" 200 3179 0.006038
10.0.0.33 - - [2026-06-08 02:42:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004228
10.0.0.33 - - [2026-06-08 02:42:33] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004195
10.0.0.33 - - [2026-06-08 02:42:33] "GET /virtual-networks?parent_id=b051deae-f53b-4598-96d4-fb1cbf2a0db7&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003957
10.0.0.33 - - [2026-06-08 02:42:33] "GET /virtual-network/90758a38-cd96-42ed-9e4c-a3c85f49dd94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.006381
10.0.0.33 - - [2026-06-08 02:42:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005476
10.0.0.33 - - [2026-06-08 02:42:34] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005686
10.0.0.33 - - [2026-06-08 02:42:34] "GET /virtual-networks?parent_id=b051deae-f53b-4598-96d4-fb1cbf2a0db7&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.005029
10.0.0.33 - - [2026-06-08 02:42:35] "GET /virtual-network/90758a38-cd96-42ed-9e4c-a3c85f49dd94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.007689
10.0.0.249 - - [2026-06-08 02:42:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000469
10.0.0.249 - - [2026-06-08 02:42:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000384
10.0.0.249 - - [2026-06-08 02:42:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000381
10.0.0.249 - - [2026-06-08 02:42:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000426
10.0.0.33 - - [2026-06-08 02:42:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000661
10.0.0.33 - - [2026-06-08 02:42:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000564
10.0.0.27 - - [2026-06-08 02:42:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000584
10.0.0.27 - - [2026-06-08 02:42:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000400
10.0.0.33 - - [2026-06-08 02:42:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000422
10.0.0.33 - - [2026-06-08 02:42:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000412
10.0.0.27 - - [2026-06-08 02:42:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000406
10.0.0.27 - - [2026-06-08 02:42:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000499
10.0.0.33 - - [2026-06-08 02:42:56] "POST /neutron/port HTTP/1.1" 200 1238 0.019771
10.0.0.33 - - [2026-06-08 02:42:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004045
10.0.0.33 - - [2026-06-08 02:42:56] "POST /neutron/port HTTP/1.1" 200 117 0.001249
10.0.0.33 - - [2026-06-08 02:43:01] "POST /neutron/port HTTP/1.1" 200 1238 0.022828
10.0.0.33 - - [2026-06-08 02:43:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006329
10.0.0.33 - - [2026-06-08 02:43:01] "POST /neutron/port HTTP/1.1" 200 117 0.001948
10.0.0.33 - - [2026-06-08 02:43:04] "GET /virtual-network/90758a38-cd96-42ed-9e4c-a3c85f49dd94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.006533
10.0.0.33 - - [2026-06-08 02:43:04] "POST /neutron/network HTTP/1.1" 200 1106 0.010408
10.0.0.249 - - [2026-06-08 02:43:04] "POST /fqname-to-id HTTP/1.1" 404 207 0.003814
10.0.0.33 - - [2026-06-08 02:43:05] "GET /virtual-network/90758a38-cd96-42ed-9e4c-a3c85f49dd94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.008138
10.0.0.33 - - [2026-06-08 02:43:05] "POST /neutron/network HTTP/1.1" 200 1007 0.009907
10.0.0.33 - - [2026-06-08 02:43:05] "POST /neutron/port HTTP/1.1" 200 1228 0.029136
10.0.0.33 - - [2026-06-08 02:43:05] "POST /neutron/port HTTP/1.1" 200 1228 0.019647
10.0.0.249 - - [2026-06-08 02:43:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004234
10.0.0.27 - - [2026-06-08 02:43:07] "POST /useragent-kv HTTP/1.1" 200 115 0.046127
10.0.0.27 - - [2026-06-08 02:43:07] "POST /useragent-kv HTTP/1.1" 200 115 0.003162
10.0.0.27 - - [2026-06-08 02:43:07] "POST /useragent-kv HTTP/1.1" 200 115 0.003086
10.0.0.27 - - [2026-06-08 02:43:07] "POST /useragent-kv HTTP/1.1" 200 115 0.002422
10.0.0.33 - - [2026-06-08 02:43:07] "POST /neutron/network HTTP/1.1" 200 151 0.197046
10.0.0.33 - - [2026-06-08 02:43:07] "DELETE /network-policy/e2385d68-7a47-4fa3-8433-be9203fb127a HTTP/1.1" 200 115 0.053596
10.0.0.27 - - [2026-06-08 02:43:10] "GET /projects?obj_uuids=b051deae-f53b-4598-96d4-fb1cbf2a0db7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001497
10.0.0.33 - - [2026-06-08 02:43:10] "GET /project/b051deae-f53b-4598-96d4-fb1cbf2a0db7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.095105
10.0.0.27 - - [2026-06-08 02:43:10] "GET /projects?obj_uuids=b051deae-f53b-4598-96d4-fb1cbf2a0db7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001087
10.0.0.33 - - [2026-06-08 02:43:10] "GET /project/b051deae-f53b-4598-96d4-fb1cbf2a0db7?fields=virtual_networks HTTP/1.1" 200 1049 0.091118
10.0.0.27 - - [2026-06-08 02:43:10] "GET /projects?obj_uuids=b051deae-f53b-4598-96d4-fb1cbf2a0db7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001161
10.0.0.33 - - [2026-06-08 02:43:10] "GET /project/b051deae-f53b-4598-96d4-fb1cbf2a0db7?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.069806
10.0.0.27 - - [2026-06-08 02:43:10] "GET /projects?obj_uuids=b051deae-f53b-4598-96d4-fb1cbf2a0db7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001371
10.0.0.33 - - [2026-06-08 02:43:10] "GET /project/b051deae-f53b-4598-96d4-fb1cbf2a0db7?fields=security_groups HTTP/1.1" 200 1283 0.049772
10.0.0.33 - - [2026-06-08 02:43:11] "POST /fqname-to-id HTTP/1.1" 404 202 0.031487
10.0.0.27 - - [2026-06-08 02:43:11] "GET /projects?obj_uuids=310c7fa3-a6f6-46ea-a74a-818e9abd95df&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004555
10.0.0.27 - - [2026-06-08 02:43:11] "GET /domains?obj_uuids=2441b78a-01cc-4005-9aa7-6b434eb6fb41&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001525
10.0.0.27 - - [2026-06-08 02:43:11] "GET /domain/2441b78a-01cc-4005-9aa7-6b434eb6fb41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008504
10.0.0.27 - - [2026-06-08 02:43:11] "POST /id-to-fqname HTTP/1.1" 200 204 0.006436
10.0.0.27 - - [2026-06-08 02:43:11] "POST /fqname-to-id HTTP/1.1" 404 213 0.006049
10.0.0.27 - - [2026-06-08 02:43:11] "POST /security-groups HTTP/1.1" 200 605 0.036366
10.0.0.27 - - [2026-06-08 02:43:11] "POST /projects HTTP/1.1" 200 613 0.262029
10.0.0.249 - - [2026-06-08 02:43:12] "POST /access-control-lists HTTP/1.1" 200 610 0.041048
10.0.0.27 - - [2026-06-08 02:43:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.343014
10.0.0.33 - - [2026-06-08 02:43:12] "GET /project/310c7fa3-a6f6-46ea-a74a-818e9abd95df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1419 0.493006
10.0.0.33 - - [2026-06-08 02:43:13] "GET / HTTP/1.1" 200 35931 0.001758
10.0.0.33 - - [2026-06-08 02:43:16] "GET /project/310c7fa3-a6f6-46ea-a74a-818e9abd95df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000491
10.0.0.27 - - [2026-06-08 02:43:16] "GET /projects?obj_uuids=310c7fa3-a6f6-46ea-a74a-818e9abd95df&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001091
10.0.0.33 - - [2026-06-08 02:43:17] "GET /project/310c7fa3-a6f6-46ea-a74a-818e9abd95df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1419 0.089427
10.0.0.33 - - [2026-06-08 02:43:17] "GET / HTTP/1.1" 200 35931 0.002813
10.0.0.33 - - [2026-06-08 02:43:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005288
10.0.0.27 - - [2026-06-08 02:43:17] "GET /domains?obj_uuids=2441b78a-01cc-4005-9aa7-6b434eb6fb41&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001385
10.0.0.33 - - [2026-06-08 02:43:17] "GET /domain/2441b78a-01cc-4005-9aa7-6b434eb6fb41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.009093
10.0.0.33 - - [2026-06-08 02:43:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005343
10.0.0.27 - - [2026-06-08 02:43:18] "GET /projects?obj_uuids=310c7fa3-a6f6-46ea-a74a-818e9abd95df&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001367
10.0.0.33 - - [2026-06-08 02:43:18] "GET /project/310c7fa3-a6f6-46ea-a74a-818e9abd95df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1419 0.053903
10.0.0.33 - - [2026-06-08 02:43:19] "GET /domains HTTP/1.1" 401 292 0.000533
10.0.0.33 - - [2026-06-08 02:43:19] "GET /domains HTTP/1.1" 200 280 0.030647
10.0.0.27 - - [2026-06-08 02:43:19] "GET /domains?obj_uuids=2441b78a-01cc-4005-9aa7-6b434eb6fb41&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001540
10.0.0.33 - - [2026-06-08 02:43:19] "GET /domain/2441b78a-01cc-4005-9aa7-6b434eb6fb41 HTTP/1.1" 200 2781 0.013514
10.0.0.27 - - [2026-06-08 02:43:19] "GET /projects?obj_uuids=310c7fa3-a6f6-46ea-a74a-818e9abd95df&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001563
10.0.0.33 - - [2026-06-08 02:43:19] "GET /project/310c7fa3-a6f6-46ea-a74a-818e9abd95df HTTP/1.1" 200 1936 0.116792
10.0.0.33 - - [2026-06-08 02:43:19] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.004399
10.0.0.33 - - [2026-06-08 02:43:19] "POST /network-ipams HTTP/1.1" 200 627 0.043802
10.0.0.33 - - [2026-06-08 02:43:19] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 814 0.005714
10.0.0.33 - - [2026-06-08 02:43:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003854
10.0.0.33 - - [2026-06-08 02:43:19] "GET /network-ipam/72f7f8d0-191e-42f7-b4a2-449b5fe78075?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1465 0.009113
10.0.0.33 - - [2026-06-08 02:43:19] "PUT /network-ipam/72f7f8d0-191e-42f7-b4a2-449b5fe78075 HTTP/1.1" 200 258 0.024788
10.0.0.33 - - [2026-06-08 02:43:20] "POST /fqname-to-id HTTP/1.1" 401 292 0.000542
10.0.0.33 - - [2026-06-08 02:43:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.029339
10.0.0.27 - - [2026-06-08 02:43:20] "GET /projects?obj_uuids=310c7fa3-a6f6-46ea-a74a-818e9abd95df&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001214
10.0.0.33 - - [2026-06-08 02:43:20] "GET /project/310c7fa3-a6f6-46ea-a74a-818e9abd95df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1419 0.053704
10.0.0.249 - - [2026-06-08 02:43:20] "POST /route-targets HTTP/1.1" 200 327 0.015853
10.0.0.27 - - [2026-06-08 02:43:21] "POST /useragent-kv HTTP/1.1" 200 115 0.011643
10.0.0.33 - - [2026-06-08 02:43:21] "POST /neutron/subnet HTTP/1.1" 200 719 0.319770
10.0.0.33 - - [2026-06-08 02:43:21] "POST /id-to-fqname HTTP/1.1" 200 237 0.001439
10.0.0.33 - - [2026-06-08 02:43:21] "GET /virtual-network/c0a61529-fd07-45a9-962b-e10999e541e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2684 0.007125
10.0.0.33 - - [2026-06-08 02:43:21] "POST /neutron/network HTTP/1.1" 200 1141 0.009309
10.0.0.33 - - [2026-06-08 02:43:21] "GET /virtual-network/c0a61529-fd07-45a9-962b-e10999e541e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2684 0.005614
10.0.0.33 - - [2026-06-08 02:43:21] "POST /neutron/subnet HTTP/1.1" 200 828 0.012653
10.0.0.33 - - [2026-06-08 02:43:21] "GET /virtual-network/c0a61529-fd07-45a9-962b-e10999e541e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2684 0.009022
10.0.0.33 - - [2026-06-08 02:43:23] "POST /fqname-to-id HTTP/1.1" 404 231 0.003764
10.0.0.33 - - [2026-06-08 02:43:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004090
10.0.0.27 - - [2026-06-08 02:43:23] "GET /projects?obj_uuids=310c7fa3-a6f6-46ea-a74a-818e9abd95df&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001311
10.0.0.33 - - [2026-06-08 02:43:23] "GET /project/310c7fa3-a6f6-46ea-a74a-818e9abd95df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1419 0.054729
10.0.0.33 - - [2026-06-08 02:43:23] "POST /network-policys HTTP/1.1" 200 565 0.041356
10.0.0.33 - - [2026-06-08 02:43:23] "GET /network-policy/afd90004-eb9e-460a-b299-1ad90143700d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4075 0.007268
10.0.0.33 - - [2026-06-08 02:43:23] "POST /fqname-to-id HTTP/1.1" 404 231 0.003684
10.0.0.33 - - [2026-06-08 02:43:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.020828
10.0.0.27 - - [2026-06-08 02:43:23] "GET /projects?obj_uuids=310c7fa3-a6f6-46ea-a74a-818e9abd95df&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001145
10.0.0.33 - - [2026-06-08 02:43:23] "GET /project/310c7fa3-a6f6-46ea-a74a-818e9abd95df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1419 0.047214
10.0.0.33 - - [2026-06-08 02:43:23] "POST /network-policys HTTP/1.1" 200 565 0.070287
10.0.0.249 - - [2026-06-08 02:43:23] "DELETE /access-control-list/5a98c960-c19f-4dff-953c-c4098c8f0d58 HTTP/1.1" 200 115 0.058748
10.0.0.33 - - [2026-06-08 02:43:23] "GET /network-policy/99b40511-c7d9-4cd8-b809-b26983aef3d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3111 0.009421
10.0.0.33 - - [2026-06-08 02:43:24] "POST /fqname-to-id HTTP/1.1" 404 231 0.004380
10.0.0.33 - - [2026-06-08 02:43:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003817
10.0.0.27 - - [2026-06-08 02:43:24] "GET /projects?obj_uuids=310c7fa3-a6f6-46ea-a74a-818e9abd95df&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001304
10.0.0.33 - - [2026-06-08 02:43:24] "GET /project/310c7fa3-a6f6-46ea-a74a-818e9abd95df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1419 0.059583
10.0.0.33 - - [2026-06-08 02:43:24] "POST /network-policys HTTP/1.1" 200 565 0.037843
10.0.0.33 - - [2026-06-08 02:43:24] "GET /network-policy/34ff8945-2981-4a23-8784-67d9233e53d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2139 0.007409
10.0.0.33 - - [2026-06-08 02:43:24] "POST /neutron/network HTTP/1.1" 200 1339 0.016971
10.0.0.33 - - [2026-06-08 02:43:24] "GET /virtual-network/c0a61529-fd07-45a9-962b-e10999e541e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3301 0.007180
10.0.0.33 - - [2026-06-08 02:43:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003554
10.0.0.33 - - [2026-06-08 02:43:24] "GET /network-policy/99b40511-c7d9-4cd8-b809-b26983aef3d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3111 0.004808
10.0.0.33 - - [2026-06-08 02:43:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005102
10.0.0.33 - - [2026-06-08 02:43:24] "GET /network-policy/afd90004-eb9e-460a-b299-1ad90143700d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4075 0.007399
10.0.0.33 - - [2026-06-08 02:43:24] "POST /id-to-fqname HTTP/1.1" 200 237 0.002542
10.0.0.27 - - [2026-06-08 02:43:25] "GET /projects?obj_uuids=310c7fa3-a6f6-46ea-a74a-818e9abd95df&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.002114
10.0.0.33 - - [2026-06-08 02:43:25] "GET /project/310c7fa3-a6f6-46ea-a74a-818e9abd95df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1419 0.085264
10.0.0.33 - - [2026-06-08 02:43:25] "POST /neutron/port HTTP/1.1" 200 117 0.009506
10.0.0.27 - - [2026-06-08 02:43:26] "DELETE /project/b051deae-f53b-4598-96d4-fb1cbf2a0db7 HTTP/1.1" 404 177 0.010918
10.0.0.27 - - [2026-06-08 02:43:26] "DELETE /project/310c7fa3a6f646eaa74a818e9abd95df HTTP/1.1" 404 173 0.008722
10.0.0.33 - - [2026-06-08 02:43:26] "POST /neutron/network HTTP/1.1" 200 1349 0.009751
10.0.0.33 - - [2026-06-08 02:43:26] "POST /neutron/port HTTP/1.1" 200 1180 0.025824
10.0.0.33 - - [2026-06-08 02:43:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005329
10.0.0.33 - - [2026-06-08 02:43:27] "POST /neutron/port HTTP/1.1" 200 117 0.001257
10.0.0.33 - - [2026-06-08 02:43:31] "POST /neutron/port HTTP/1.1" 200 1244 0.040361
10.0.0.33 - - [2026-06-08 02:43:31] "POST /neutron/security_group HTTP/1.1" 200 2072 0.010351
10.0.0.33 - - [2026-06-08 02:43:31] "GET /virtual-machine/5e32228c-6cd9-43f8-90a5-ac23e1f3d711 HTTP/1.1" 401 292 0.000515
10.0.0.33 - - [2026-06-08 02:43:31] "GET /virtual-machine/5e32228c-6cd9-43f8-90a5-ac23e1f3d711 HTTP/1.1" 200 1306 0.037632
10.0.0.33 - - [2026-06-08 02:43:31] "GET /virtual-machine-interface/a068da0a-574a-43ce-acbb-ba3bb6a37f0e HTTP/1.1" 200 3178 0.006064
10.0.0.33 - - [2026-06-08 02:43:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003576
10.0.0.33 - - [2026-06-08 02:43:31] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004471
10.0.0.33 - - [2026-06-08 02:43:31] "GET /virtual-networks?parent_id=310c7fa3-a6f6-46ea-a74a-818e9abd95df&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.006788
10.0.0.33 - - [2026-06-08 02:43:31] "GET /virtual-network/c0a61529-fd07-45a9-962b-e10999e541e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3301 0.008209
10.0.0.33 - - [2026-06-08 02:43:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003901
10.0.0.33 - - [2026-06-08 02:43:34] "GET /virtual-network/c0a61529-fd07-45a9-962b-e10999e541e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3301 0.006312
10.0.0.33 - - [2026-06-08 02:43:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003962
10.0.0.33 - - [2026-06-08 02:43:39] "GET /virtual-network/c0a61529-fd07-45a9-962b-e10999e541e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3301 0.006139
10.0.0.33 - - [2026-06-08 02:43:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003647
10.0.0.33 - - [2026-06-08 02:43:43] "GET /virtual-network/c0a61529-fd07-45a9-962b-e10999e541e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3301 0.006290
10.0.0.33 - - [2026-06-08 02:43:43] "GET /obj-perms HTTP/1.1" 200 5056 0.069142
10.0.0.249 - - [2026-06-08 02:43:44] "GET /obj-perms HTTP/1.1" 200 5056 0.077570
10.0.0.33 - - [2026-06-08 02:43:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003738
10.0.0.33 - - [2026-06-08 02:43:47] "GET /virtual-network/c0a61529-fd07-45a9-962b-e10999e541e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3301 0.006181
10.0.0.33 - - [2026-06-08 02:43:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004807
10.0.0.33 - - [2026-06-08 02:43:51] "GET /virtual-network/c0a61529-fd07-45a9-962b-e10999e541e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3301 0.007385
10.0.0.33 - - [2026-06-08 02:43:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004860
10.0.0.33 - - [2026-06-08 02:43:55] "GET /virtual-network/c0a61529-fd07-45a9-962b-e10999e541e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3301 0.006971
10.0.0.33 - - [2026-06-08 02:43:58] "POST /neutron/port HTTP/1.1" 200 1244 0.023427
10.0.0.33 - - [2026-06-08 02:43:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006540
10.0.0.33 - - [2026-06-08 02:43:58] "POST /neutron/port HTTP/1.1" 200 117 0.001349
10.0.0.33 - - [2026-06-08 02:43:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003963
10.0.0.33 - - [2026-06-08 02:43:59] "GET /virtual-network/c0a61529-fd07-45a9-962b-e10999e541e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3301 0.006638
10.0.0.33 - - [2026-06-08 02:44:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005006
10.0.0.33 - - [2026-06-08 02:44:03] "GET /virtual-network/c0a61529-fd07-45a9-962b-e10999e541e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3301 0.006297
10.0.0.33 - - [2026-06-08 02:44:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003758
10.0.0.33 - - [2026-06-08 02:44:07] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005685
10.0.0.33 - - [2026-06-08 02:44:07] "GET /virtual-networks?parent_id=310c7fa3-a6f6-46ea-a74a-818e9abd95df&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.005340
10.0.0.33 - - [2026-06-08 02:44:07] "GET /virtual-network/c0a61529-fd07-45a9-962b-e10999e541e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3301 0.006207
10.0.0.33 - - [2026-06-08 02:44:07] "POST /neutron/port HTTP/1.1" 200 1244 0.023796
10.0.0.33 - - [2026-06-08 02:44:13] "POST /neutron/security_group HTTP/1.1" 200 2072 0.009383
10.0.0.33 - - [2026-06-08 02:44:21] "POST /neutron/port HTTP/1.1" 200 1244 0.025888
10.0.0.33 - - [2026-06-08 02:44:23] "POST /neutron/security_group HTTP/1.1" 200 2072 0.008182
10.0.0.33 - - [2026-06-08 02:44:33] "POST /neutron/port HTTP/1.1" 200 1244 0.029273
10.0.0.33 - - [2026-06-08 02:44:33] "POST /neutron/security_group HTTP/1.1" 200 2072 0.014734
10.0.0.33 - - [2026-06-08 02:44:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003950
10.0.0.33 - - [2026-06-08 02:44:34] "GET /network-policy/afd90004-eb9e-460a-b299-1ad90143700d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4075 0.005711
10.0.0.33 - - [2026-06-08 02:44:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004695
10.0.0.33 - - [2026-06-08 02:44:34] "GET /network-policy/99b40511-c7d9-4cd8-b809-b26983aef3d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3111 0.007419
10.0.0.33 - - [2026-06-08 02:44:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005340
10.0.0.33 - - [2026-06-08 02:44:34] "GET /network-policy/34ff8945-2981-4a23-8784-67d9233e53d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2139 0.005084
10.0.0.249 - - [2026-06-08 02:44:34] "POST /fqname-to-id HTTP/1.1" 404 207 0.006014
10.0.0.249 - - [2026-06-08 02:44:34] "PUT /access-control-list/9cc05ae3-ad82-4fcd-ace9-bb34af409e62 HTTP/1.1" 200 272 0.037738
10.0.0.33 - - [2026-06-08 02:44:34] "POST /neutron/network HTTP/1.1" 200 1431 0.020385
10.0.0.33 - - [2026-06-08 02:44:34] "GET /virtual-network/c0a61529-fd07-45a9-962b-e10999e541e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3597 0.007892
10.0.0.33 - - [2026-06-08 02:44:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.006536
10.0.0.33 - - [2026-06-08 02:44:34] "GET /network-policy/34ff8945-2981-4a23-8784-67d9233e53d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2139 0.005670
10.0.0.33 - - [2026-06-08 02:44:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004191
10.0.0.33 - - [2026-06-08 02:44:34] "GET /network-policy/99b40511-c7d9-4cd8-b809-b26983aef3d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3111 0.005839
10.0.0.33 - - [2026-06-08 02:44:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004548
10.0.0.33 - - [2026-06-08 02:44:34] "GET /network-policy/afd90004-eb9e-460a-b299-1ad90143700d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4075 0.005726
10.0.0.33 - - [2026-06-08 02:44:39] "GET /virtual-network/c0a61529-fd07-45a9-962b-e10999e541e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3597 0.007227
10.0.0.33 - - [2026-06-08 02:44:39] "POST /neutron/network HTTP/1.1" 200 1141 0.037376
10.0.0.33 - - [2026-06-08 02:44:39] "GET /virtual-network/c0a61529-fd07-45a9-962b-e10999e541e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2684 0.005755
10.0.0.27 - - [2026-06-08 02:44:44] "GET /obj-perms HTTP/1.1" 200 5056 0.070725
10.0.0.33 - - [2026-06-08 02:44:45] "GET /virtual-machine/5e32228c-6cd9-43f8-90a5-ac23e1f3d711 HTTP/1.1" 200 1306 0.005920
10.0.0.33 - - [2026-06-08 02:44:45] "POST /neutron/port HTTP/1.1" 200 151 0.290622
10.0.0.33 - - [2026-06-08 02:44:47] "GET /virtual-machine/5e32228c-6cd9-43f8-90a5-ac23e1f3d711 HTTP/1.1" 404 171 0.003689
10.0.0.33 - - [2026-06-08 02:44:47] "GET /virtual-machine/5e32228c-6cd9-43f8-90a5-ac23e1f3d711 HTTP/1.1" 404 171 0.003361
10.0.0.33 - - [2026-06-08 02:44:47] "GET /virtual-machine/5e32228c-6cd9-43f8-90a5-ac23e1f3d711 HTTP/1.1" 404 171 0.003698
10.0.0.33 - - [2026-06-08 02:44:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003645
10.0.0.33 - - [2026-06-08 02:44:47] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004796
10.0.0.33 - - [2026-06-08 02:44:47] "GET /virtual-networks?parent_id=310c7fa3-a6f6-46ea-a74a-818e9abd95df&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.003362
10.0.0.33 - - [2026-06-08 02:44:47] "GET /virtual-network/c0a61529-fd07-45a9-962b-e10999e541e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2684 0.007809
10.0.0.33 - - [2026-06-08 02:44:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003928
10.0.0.33 - - [2026-06-08 02:44:47] "GET /routing-instance/b52d99d9-a257-4b19-b856-c0accdcf1e44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1502 0.004429
10.0.0.33 - - [2026-06-08 02:44:47] "GET /route-target/5f48497c-c6e7-4296-965c-36515856b8c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004375
10.0.0.33 - - [2026-06-08 02:44:50] "GET /obj-perms HTTP/1.1" 200 5021 0.056646
10.0.0.27 - - [2026-06-08 02:44:53] "GET /obj-perms HTTP/1.1" 200 5021 0.054696
10.0.0.33 - - [2026-06-08 02:45:00] "GET /obj-perms HTTP/1.1" 200 5021 0.004115
10.0.0.27 - - [2026-06-08 02:45:03] "GET /obj-perms HTTP/1.1" 200 5021 0.008944
10.0.0.33 - - [2026-06-08 02:45:09] "GET /obj-perms HTTP/1.1" 200 5021 0.003831
10.0.0.27 - - [2026-06-08 02:45:12] "GET /obj-perms HTTP/1.1" 200 5021 0.004797
10.0.0.33 - - [2026-06-08 02:45:12] "GET /obj-perms HTTP/1.1" 200 5021 0.006236
10.0.0.33 - - [2026-06-08 02:45:12] "DELETE /network-policy/34ff8945-2981-4a23-8784-67d9233e53d4 HTTP/1.1" 200 115 0.041933
10.0.0.33 - - [2026-06-08 02:45:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003981
10.0.0.27 - - [2026-06-08 02:45:12] "GET /projects?obj_uuids=310c7fa3-a6f6-46ea-a74a-818e9abd95df&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001240
10.0.0.33 - - [2026-06-08 02:45:12] "GET /project/310c7fa3-a6f6-46ea-a74a-818e9abd95df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1419 0.050384
10.0.0.33 - - [2026-06-08 02:45:12] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-92121071&detail=False&count=False&shared=False HTTP/1.1" 200 606 0.005982
10.0.0.33 - - [2026-06-08 02:45:12] "DELETE /network-policy/99b40511-c7d9-4cd8-b809-b26983aef3d5 HTTP/1.1" 200 115 0.035793
10.0.0.33 - - [2026-06-08 02:45:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003048
10.0.0.27 - - [2026-06-08 02:45:12] "GET /projects?obj_uuids=310c7fa3-a6f6-46ea-a74a-818e9abd95df&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001257
10.0.0.33 - - [2026-06-08 02:45:12] "GET /project/310c7fa3-a6f6-46ea-a74a-818e9abd95df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1419 0.039031
10.0.0.33 - - [2026-06-08 02:45:13] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-92121071&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.010234
10.0.0.33 - - [2026-06-08 02:45:13] "DELETE /network-policy/afd90004-eb9e-460a-b299-1ad90143700d HTTP/1.1" 200 115 0.040192
10.0.0.33 - - [2026-06-08 02:45:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003079
10.0.0.27 - - [2026-06-08 02:45:13] "GET /projects?obj_uuids=310c7fa3-a6f6-46ea-a74a-818e9abd95df&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000976
10.0.0.33 - - [2026-06-08 02:45:13] "GET /project/310c7fa3-a6f6-46ea-a74a-818e9abd95df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1419 0.037819
10.0.0.33 - - [2026-06-08 02:45:13] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-92121071&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.006397
10.0.0.249 - - [2026-06-08 02:45:13] "DELETE /route-target/5f48497c-c6e7-4296-965c-36515856b8c0 HTTP/1.1" 200 115 0.027569
10.0.0.33 - - [2026-06-08 02:45:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005540
10.0.0.33 - - [2026-06-08 02:45:13] "DELETE /network-ipam/72f7f8d0-191e-42f7-b4a2-449b5fe78075 HTTP/1.1" 200 115 0.046285
10.0.0.33 - - [2026-06-08 02:45:13] "POST /fqname-to-id HTTP/1.1" 404 264 0.003755
10.0.0.27 - - [2026-06-08 02:45:13] "GET /projects?obj_uuids=310c7fa3-a6f6-46ea-a74a-818e9abd95df&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000920
10.0.0.27 - - [2026-06-08 02:45:13] "GET /project/310c7fa3-a6f6-46ea-a74a-818e9abd95df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1524 0.065315
10.0.0.27 - - [2026-06-08 02:45:13] "GET /projects?obj_uuids=310c7fa3-a6f6-46ea-a74a-818e9abd95df&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001152
10.0.0.27 - - [2026-06-08 02:45:13] "GET /project/310c7fa3-a6f6-46ea-a74a-818e9abd95df?fields=security_groups HTTP/1.1" 200 1405 0.059027
10.0.0.27 - - [2026-06-08 02:45:14] "DELETE /security-group/b0a12d38-4400-4d76-8c38-19549d9b6ec8 HTTP/1.1" 200 115 0.106088
10.0.0.27 - - [2026-06-08 02:45:14] "GET /projects?obj_uuids=310c7fa3-a6f6-46ea-a74a-818e9abd95df&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.002027
10.0.0.27 - - [2026-06-08 02:45:14] "GET /project/310c7fa3-a6f6-46ea-a74a-818e9abd95df?fields=application_policy_sets HTTP/1.1" 200 1444 0.071012
10.0.0.33 - - [2026-06-08 02:45:14] "DELETE /project/310c7fa3-a6f6-46ea-a74a-818e9abd95df HTTP/1.1" 200 115 0.515550
10.0.0.27 - - [2026-06-08 02:45:14] "GET /domains?obj_uuids=2441b78a-01cc-4005-9aa7-6b434eb6fb41&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.003010
10.0.0.33 - - [2026-06-08 02:45:14] "GET /domain/2441b78a-01cc-4005-9aa7-6b434eb6fb41?fields=projects HTTP/1.1" 200 1244 0.017534
10.0.0.27 - - [2026-06-08 02:45:16] "GET /projects?obj_uuids=310c7fa3-a6f6-46ea-a74a-818e9abd95df&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003455
10.0.0.27 - - [2026-06-08 02:45:17] "GET /domains?obj_uuids=2441b78a-01cc-4005-9aa7-6b434eb6fb41&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000988
10.0.0.27 - - [2026-06-08 02:45:17] "GET /domain/2441b78a-01cc-4005-9aa7-6b434eb6fb41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.050582
10.0.0.27 - - [2026-06-08 02:45:17] "POST /id-to-fqname HTTP/1.1" 200 204 0.006944
10.0.0.27 - - [2026-06-08 02:45:17] "POST /fqname-to-id HTTP/1.1" 404 213 0.004671
10.0.0.27 - - [2026-06-08 02:45:17] "POST /security-groups HTTP/1.1" 200 605 0.035219
10.0.0.249 - - [2026-06-08 02:45:17] "POST /fqname-to-id HTTP/1.1" 404 248 0.004257
10.0.0.27 - - [2026-06-08 02:45:17] "POST /projects HTTP/1.1" 200 613 0.273272
10.0.0.27 - - [2026-06-08 02:45:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.352791
10.0.0.249 - - [2026-06-08 02:45:17] "POST /access-control-lists HTTP/1.1" 200 608 0.043751
10.0.0.33 - - [2026-06-08 02:45:17] "GET /project/310c7fa3-a6f6-46ea-a74a-818e9abd95df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1419 0.525217
10.0.0.27 - - [2026-06-08 02:45:17] "GET /projects?obj_uuids=310c7fa3-a6f6-46ea-a74a-818e9abd95df&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001121
10.0.0.33 - - [2026-06-08 02:45:17] "GET /project/310c7fa3-a6f6-46ea-a74a-818e9abd95df?fields=virtual_networks HTTP/1.1" 200 1060 0.041786
10.0.0.27 - - [2026-06-08 02:45:17] "GET /projects?obj_uuids=310c7fa3-a6f6-46ea-a74a-818e9abd95df&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001017
10.0.0.33 - - [2026-06-08 02:45:17] "GET /project/310c7fa3-a6f6-46ea-a74a-818e9abd95df?fields=virtual_machine_interfaces HTTP/1.1" 200 1060 0.040947
10.0.0.27 - - [2026-06-08 02:45:17] "GET /projects?obj_uuids=310c7fa3-a6f6-46ea-a74a-818e9abd95df&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.002218
10.0.0.33 - - [2026-06-08 02:45:17] "GET /project/310c7fa3-a6f6-46ea-a74a-818e9abd95df?fields=security_groups HTTP/1.1" 200 1300 0.061336
10.0.0.33 - - [2026-06-08 02:45:18] "POST /fqname-to-id HTTP/1.1" 404 204 0.032557
10.0.0.27 - - [2026-06-08 02:45:18] "GET /projects?obj_uuids=b3a2c70c-bcf5-4713-9e64-59265e479128&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004296
10.0.0.27 - - [2026-06-08 02:45:18] "GET /domains?obj_uuids=2441b78a-01cc-4005-9aa7-6b434eb6fb41&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001261
10.0.0.27 - - [2026-06-08 02:45:18] "GET /domain/2441b78a-01cc-4005-9aa7-6b434eb6fb41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009147
10.0.0.27 - - [2026-06-08 02:45:18] "POST /id-to-fqname HTTP/1.1" 200 206 0.010296
10.0.0.27 - - [2026-06-08 02:45:18] "POST /fqname-to-id HTTP/1.1" 404 215 0.003883
10.0.0.27 - - [2026-06-08 02:45:18] "POST /security-groups HTTP/1.1" 200 607 0.037684
10.0.0.27 - - [2026-06-08 02:45:19] "POST /projects HTTP/1.1" 200 617 0.290797
10.0.0.249 - - [2026-06-08 02:45:19] "POST /fqname-to-id HTTP/1.1" 404 249 0.009828
10.0.0.27 - - [2026-06-08 02:45:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.369287
10.0.0.33 - - [2026-06-08 02:45:19] "GET /project/b3a2c70c-bcf5-4713-9e64-59265e479128?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.532671
10.0.0.33 - - [2026-06-08 02:45:20] "GET / HTTP/1.1" 200 35931 0.001890
10.0.0.33 - - [2026-06-08 02:45:23] "POST /fqname-to-id HTTP/1.1" 401 292 0.000512
10.0.0.33 - - [2026-06-08 02:45:23] "POST /fqname-to-id HTTP/1.1" 404 233 0.057054
10.0.0.33 - - [2026-06-08 02:45:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004163
10.0.0.27 - - [2026-06-08 02:45:23] "GET /projects?obj_uuids=b3a2c70c-bcf5-4713-9e64-59265e479128&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001196
10.0.0.33 - - [2026-06-08 02:45:23] "GET /project/b3a2c70c-bcf5-4713-9e64-59265e479128?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.043515
10.0.0.33 - - [2026-06-08 02:45:23] "POST /network-policys HTTP/1.1" 200 567 0.076141
10.0.0.33 - - [2026-06-08 02:45:23] "GET /network-policy/a195f5ab-8027-4d5b-ab70-d09b8e669445?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3154 0.006801
10.0.0.33 - - [2026-06-08 02:45:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003115
10.0.0.27 - - [2026-06-08 02:45:24] "GET /projects?obj_uuids=b3a2c70c-bcf5-4713-9e64-59265e479128&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001471
10.0.0.33 - - [2026-06-08 02:45:24] "GET /project/b3a2c70c-bcf5-4713-9e64-59265e479128?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.040641
10.0.0.33 - - [2026-06-08 02:45:24] "POST /neutron/network HTTP/1.1" 200 117 0.067761
10.0.0.249 - - [2026-06-08 02:45:24] "DELETE /access-control-list/572106cb-86e8-4c1a-afee-d94ff6f7f104 HTTP/1.1" 200 115 0.056857
10.0.0.27 - - [2026-06-08 02:45:25] "POST /useragent-kv HTTP/1.1" 200 115 0.008836
10.0.0.33 - - [2026-06-08 02:45:25] "POST /neutron/subnet HTTP/1.1" 200 823 0.197174
10.0.0.33 - - [2026-06-08 02:45:25] "POST /id-to-fqname HTTP/1.1" 200 237 0.001396
10.0.0.33 - - [2026-06-08 02:45:25] "GET /virtual-network/5ebfb63e-619f-4afe-9d4d-7078835a514c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2653 0.006351
10.0.0.33 - - [2026-06-08 02:45:25] "GET /virtual-network/5ebfb63e-619f-4afe-9d4d-7078835a514c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2653 0.008717
10.0.0.33 - - [2026-06-08 02:45:25] "POST /neutron/network HTTP/1.1" 200 1014 0.012322
10.0.0.33 - - [2026-06-08 02:45:25] "POST /neutron/network HTTP/1.1" 200 1014 0.013030
10.0.0.249 - - [2026-06-08 02:45:25] "POST /fqname-to-id HTTP/1.1" 404 252 0.007680
10.0.0.249 - - [2026-06-08 02:45:25] "POST /fqname-to-id HTTP/1.1" 404 207 0.004486
10.0.0.33 - - [2026-06-08 02:45:25] "GET /virtual-network/5ebfb63e-619f-4afe-9d4d-7078835a514c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2976 0.009524
10.0.0.33 - - [2026-06-08 02:45:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003855
10.0.0.33 - - [2026-06-08 02:45:25] "GET /network-policy/a195f5ab-8027-4d5b-ab70-d09b8e669445?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3154 0.004531
10.0.0.33 - - [2026-06-08 02:45:26] "GET /virtual-network/5ebfb63e-619f-4afe-9d4d-7078835a514c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2976 0.006603
10.0.0.27 - - [2026-06-08 02:45:26] "DELETE /project/310c7fa3a6f646eaa74a818e9abd95df HTTP/1.1" 404 173 0.004369
10.0.0.27 - - [2026-06-08 02:45:26] "DELETE /project/310c7fa3-a6f6-46ea-a74a-818e9abd95df HTTP/1.1" 404 177 0.007019
10.0.0.27 - - [2026-06-08 02:45:26] "DELETE /project/b3a2c70cbcf547139e6459265e479128 HTTP/1.1" 404 173 0.004623
10.0.0.33 - - [2026-06-08 02:45:27] "DELETE /network-policy/a195f5ab-8027-4d5b-ab70-d09b8e669445 HTTP/1.1" 409 238 0.008821
10.0.0.33 - - [2026-06-08 02:45:27] "POST /neutron/network HTTP/1.1" 200 1121 0.010380
10.0.0.249 - - [2026-06-08 02:45:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003289
10.0.0.33 - - [2026-06-08 02:45:27] "DELETE /network-policy/a195f5ab-8027-4d5b-ab70-d09b8e669445 HTTP/1.1" 200 115 0.046298
10.0.0.33 - - [2026-06-08 02:45:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003288
10.0.0.27 - - [2026-06-08 02:45:28] "GET /projects?obj_uuids=b3a2c70c-bcf5-4713-9e64-59265e479128&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001704
10.0.0.33 - - [2026-06-08 02:45:28] "GET /project/b3a2c70c-bcf5-4713-9e64-59265e479128?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.044090
10.0.0.33 - - [2026-06-08 02:45:28] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyNegativeIpv4v6-66103066&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.006863
10.0.0.27 - - [2026-06-08 02:45:30] "GET /projects?obj_uuids=b3a2c70c-bcf5-4713-9e64-59265e479128&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000972
10.0.0.33 - - [2026-06-08 02:45:30] "GET /project/b3a2c70c-bcf5-4713-9e64-59265e479128?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.050996
10.0.0.27 - - [2026-06-08 02:45:30] "GET /projects?obj_uuids=b3a2c70c-bcf5-4713-9e64-59265e479128&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001174
10.0.0.33 - - [2026-06-08 02:45:30] "GET /project/b3a2c70c-bcf5-4713-9e64-59265e479128?fields=virtual_networks HTTP/1.1" 200 1065 0.058016
10.0.0.27 - - [2026-06-08 02:45:30] "GET /projects?obj_uuids=b3a2c70c-bcf5-4713-9e64-59265e479128&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001280
10.0.0.33 - - [2026-06-08 02:45:30] "GET /project/b3a2c70c-bcf5-4713-9e64-59265e479128?fields=virtual_machine_interfaces HTTP/1.1" 200 1065 0.045388
10.0.0.27 - - [2026-06-08 02:45:30] "GET /projects?obj_uuids=b3a2c70c-bcf5-4713-9e64-59265e479128&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001123
10.0.0.33 - - [2026-06-08 02:45:31] "GET /project/b3a2c70c-bcf5-4713-9e64-59265e479128?fields=security_groups HTTP/1.1" 200 1307 0.058566
10.0.0.33 - - [2026-06-08 02:45:31] "POST /fqname-to-id HTTP/1.1" 404 188 0.030241
10.0.0.27 - - [2026-06-08 02:45:31] "GET /projects?obj_uuids=8bd0efef-b1af-454b-8145-75c3f392db3b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003666
10.0.0.27 - - [2026-06-08 02:45:31] "GET /domains?obj_uuids=2441b78a-01cc-4005-9aa7-6b434eb6fb41&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001337
10.0.0.27 - - [2026-06-08 02:45:31] "GET /domain/2441b78a-01cc-4005-9aa7-6b434eb6fb41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007627
10.0.0.27 - - [2026-06-08 02:45:32] "POST /id-to-fqname HTTP/1.1" 200 190 0.003514
10.0.0.27 - - [2026-06-08 02:45:32] "POST /fqname-to-id HTTP/1.1" 404 199 0.005582
10.0.0.27 - - [2026-06-08 02:45:32] "POST /security-groups HTTP/1.1" 200 591 0.041292
10.0.0.27 - - [2026-06-08 02:45:32] "POST /projects HTTP/1.1" 200 585 0.268274
10.0.0.249 - - [2026-06-08 02:45:32] "POST /access-control-lists HTTP/1.1" 200 596 0.029451
10.0.0.27 - - [2026-06-08 02:45:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.343609
10.0.0.33 - - [2026-06-08 02:45:32] "GET /project/8bd0efef-b1af-454b-8145-75c3f392db3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.501529
10.0.0.33 - - [2026-06-08 02:45:33] "GET / HTTP/1.1" 200 35931 0.001598
10.0.0.33 - - [2026-06-08 02:45:35] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000509
10.0.0.33 - - [2026-06-08 02:45:35] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.059237
10.0.0.33 - - [2026-06-08 02:45:35] "POST /network-ipams HTTP/1.1" 200 513 0.035223
10.0.0.33 - - [2026-06-08 02:45:35] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 750 0.004198
10.0.0.33 - - [2026-06-08 02:45:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.005336
10.0.0.33 - - [2026-06-08 02:45:35] "GET /network-ipam/7641fd73-1124-45c1-abcf-a52f7823898f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1287 0.009313
10.0.0.33 - - [2026-06-08 02:45:35] "PUT /network-ipam/7641fd73-1124-45c1-abcf-a52f7823898f HTTP/1.1" 200 258 0.015980
10.0.0.33 - - [2026-06-08 02:45:35] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 750 0.003507
10.0.0.33 - - [2026-06-08 02:45:36] "POST /network-ipams HTTP/1.1" 200 513 0.053079
10.0.0.33 - - [2026-06-08 02:45:36] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 955 0.003744
10.0.0.33 - - [2026-06-08 02:45:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004306
10.0.0.33 - - [2026-06-08 02:45:36] "GET /network-ipam/c6c85cc5-2678-4257-9ca7-ec5eeb70f272?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1288 0.006395
10.0.0.33 - - [2026-06-08 02:45:36] "PUT /network-ipam/c6c85cc5-2678-4257-9ca7-ec5eeb70f272 HTTP/1.1" 200 258 0.016615
10.0.0.33 - - [2026-06-08 02:45:36] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 955 0.003685
10.0.0.33 - - [2026-06-08 02:45:36] "POST /network-ipams HTTP/1.1" 200 513 0.039586
10.0.0.33 - - [2026-06-08 02:45:36] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 1161 0.003408
10.0.0.33 - - [2026-06-08 02:45:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003394
10.0.0.33 - - [2026-06-08 02:45:36] "GET /network-ipam/36445e62-de84-40ae-a612-a5634fb16cd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1287 0.006514
10.0.0.33 - - [2026-06-08 02:45:36] "PUT /network-ipam/36445e62-de84-40ae-a612-a5634fb16cd0 HTTP/1.1" 200 258 0.018042
10.0.0.33 - - [2026-06-08 02:45:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003832
10.0.0.27 - - [2026-06-08 02:45:37] "GET /projects?obj_uuids=8bd0efef-b1af-454b-8145-75c3f392db3b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001014
10.0.0.33 - - [2026-06-08 02:45:37] "GET /project/8bd0efef-b1af-454b-8145-75c3f392db3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.038108
10.0.0.27 - - [2026-06-08 02:45:37] "GET /projects?obj_uuids=8bd0efef-b1af-454b-8145-75c3f392db3b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001417
10.0.0.33 - - [2026-06-08 02:45:37] "POST /neutron/network HTTP/1.1" 200 607 0.154855
10.0.0.33 - - [2026-06-08 02:45:38] "POST /id-to-fqname HTTP/1.1" 200 221 0.003793
10.0.0.33 - - [2026-06-08 02:45:38] "GET /virtual-network/9dfb0857-4e4a-4e1b-b329-5af1cbc51a93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006186
10.0.0.33 - - [2026-06-08 02:45:38] "POST /neutron/network HTTP/1.1" 200 824 0.007620
10.0.0.33 - - [2026-06-08 02:45:38] "GET /virtual-network/9dfb0857-4e4a-4e1b-b329-5af1cbc51a93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005530
10.0.0.33 - - [2026-06-08 02:45:38] "POST /neutron/network HTTP/1.1" 200 824 0.010007
10.0.0.33 - - [2026-06-08 02:45:38] "GET /virtual-network/9dfb0857-4e4a-4e1b-b329-5af1cbc51a93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.008196
10.0.0.33 - - [2026-06-08 02:45:38] "GET /network-ipam/7641fd73-1124-45c1-abcf-a52f7823898f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1287 0.004915
10.0.0.249 - - [2026-06-08 02:45:38] "POST /route-targets HTTP/1.1" 200 327 0.018898
10.0.0.33 - - [2026-06-08 02:45:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.011332
10.0.0.27 - - [2026-06-08 02:45:38] "GET /projects?obj_uuids=8bd0efef-b1af-454b-8145-75c3f392db3b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001902
10.0.0.33 - - [2026-06-08 02:45:38] "GET /project/8bd0efef-b1af-454b-8145-75c3f392db3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.060147
10.0.0.249 - - [2026-06-08 02:45:38] "POST /ref-update HTTP/1.1" 200 156 0.056544
10.0.0.27 - - [2026-06-08 02:45:38] "POST /useragent-kv HTTP/1.1" 200 115 0.008836
10.0.0.33 - - [2026-06-08 02:45:38] "POST /neutron/subnet HTTP/1.1" 200 715 0.282396
10.0.0.33 - - [2026-06-08 02:45:38] "POST /id-to-fqname HTTP/1.1" 200 221 0.001954
10.0.0.33 - - [2026-06-08 02:45:38] "GET /virtual-network/1e0fa0f9-5e0a-43cd-ab56-32c0005835aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.011922
10.0.0.33 - - [2026-06-08 02:45:38] "GET /virtual-network/1e0fa0f9-5e0a-43cd-ab56-32c0005835aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.009660
10.0.0.33 - - [2026-06-08 02:45:39] "POST /neutron/network HTTP/1.1" 200 822 0.011413
10.0.0.33 - - [2026-06-08 02:45:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.006527
10.0.0.27 - - [2026-06-08 02:45:39] "GET /projects?obj_uuids=8bd0efef-b1af-454b-8145-75c3f392db3b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001966
10.0.0.33 - - [2026-06-08 02:45:39] "GET /project/8bd0efef-b1af-454b-8145-75c3f392db3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.063725
10.0.0.27 - - [2026-06-08 02:45:39] "GET /projects?obj_uuids=8bd0efef-b1af-454b-8145-75c3f392db3b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001225
10.0.0.33 - - [2026-06-08 02:45:39] "POST /neutron/network HTTP/1.1" 200 607 0.180427
10.0.0.33 - - [2026-06-08 02:45:39] "POST /id-to-fqname HTTP/1.1" 200 221 0.004668
10.0.0.33 - - [2026-06-08 02:45:39] "GET /virtual-network/f6aab222-0ed0-4ff5-8020-f0f577393a17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006705
10.0.0.33 - - [2026-06-08 02:45:39] "POST /neutron/network HTTP/1.1" 200 823 0.008300
10.0.0.33 - - [2026-06-08 02:45:39] "GET /virtual-network/f6aab222-0ed0-4ff5-8020-f0f577393a17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007072
10.0.0.33 - - [2026-06-08 02:45:39] "GET /virtual-network/9dfb0857-4e4a-4e1b-b329-5af1cbc51a93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006835
10.0.0.249 - - [2026-06-08 02:45:40] "GET /obj-perms HTTP/1.1" 200 5030 0.056443
10.0.0.27 - - [2026-06-08 02:45:41] "GET /obj-perms HTTP/1.1" 200 5030 0.060236
10.0.0.33 - - [2026-06-08 02:45:41] "GET /virtual-network/1e0fa0f9-5e0a-43cd-ab56-32c0005835aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.007001
10.0.0.33 - - [2026-06-08 02:45:41] "GET /obj-perms HTTP/1.1" 200 5030 0.064071
10.0.0.33 - - [2026-06-08 02:45:42] "GET /virtual-network/f6aab222-0ed0-4ff5-8020-f0f577393a17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007026
10.0.0.33 - - [2026-06-08 02:45:42] "POST /fqname-to-id HTTP/1.1" 404 215 0.004446
10.0.0.33 - - [2026-06-08 02:45:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.007722
10.0.0.27 - - [2026-06-08 02:45:42] "GET /projects?obj_uuids=8bd0efef-b1af-454b-8145-75c3f392db3b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001431
10.0.0.33 - - [2026-06-08 02:45:42] "GET /project/8bd0efef-b1af-454b-8145-75c3f392db3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.075369
10.0.0.33 - - [2026-06-08 02:45:42] "POST /network-policys HTTP/1.1" 200 553 0.046577
10.0.0.33 - - [2026-06-08 02:45:42] "GET /network-policy/2b11536a-f470-490c-ae34-abf5b886dfb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.007315
10.0.0.33 - - [2026-06-08 02:45:42] "POST /fqname-to-id HTTP/1.1" 404 215 0.003560
10.0.0.33 - - [2026-06-08 02:45:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004741
10.0.0.27 - - [2026-06-08 02:45:42] "GET /projects?obj_uuids=8bd0efef-b1af-454b-8145-75c3f392db3b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001588
10.0.0.33 - - [2026-06-08 02:45:42] "GET /project/8bd0efef-b1af-454b-8145-75c3f392db3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.057854
10.0.0.33 - - [2026-06-08 02:45:43] "POST /network-policys HTTP/1.1" 200 553 0.038262
10.0.0.33 - - [2026-06-08 02:45:43] "GET /network-policy/2dd4e3fd-3d07-4e0a-a47b-d7b0c4eaf3ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2127 0.007935
10.0.0.33 - - [2026-06-08 02:45:43] "POST /fqname-to-id HTTP/1.1" 404 215 0.005285
10.0.0.33 - - [2026-06-08 02:45:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004547
10.0.0.27 - - [2026-06-08 02:45:43] "GET /projects?obj_uuids=8bd0efef-b1af-454b-8145-75c3f392db3b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001471
10.0.0.33 - - [2026-06-08 02:45:43] "GET /project/8bd0efef-b1af-454b-8145-75c3f392db3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.062619
10.0.0.33 - - [2026-06-08 02:45:43] "POST /network-policys HTTP/1.1" 200 553 0.037689
10.0.0.33 - - [2026-06-08 02:45:43] "GET /network-policy/9a0eb490-0bbd-4adc-bf93-f206e679ad2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.009601
10.0.0.249 - - [2026-06-08 02:45:43] "POST /fqname-to-id HTTP/1.1" 404 236 0.008000
10.0.0.33 - - [2026-06-08 02:45:43] "POST /ref-update HTTP/1.1" 200 156 0.070806
10.0.0.33 - - [2026-06-08 02:45:43] "POST /ref-update HTTP/1.1" 200 156 0.111769
10.0.0.33 - - [2026-06-08 02:45:43] "POST /neutron/network HTTP/1.1" 200 822 0.010445
10.0.0.249 - - [2026-06-08 02:45:43] "POST /fqname-to-id HTTP/1.1" 404 236 0.012705
10.0.0.33 - - [2026-06-08 02:45:44] "GET /virtual-network/1e0fa0f9-5e0a-43cd-ab56-32c0005835aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2343 0.015991
10.0.0.33 - - [2026-06-08 02:45:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.008440
10.0.0.33 - - [2026-06-08 02:45:44] "GET /network-policy/2dd4e3fd-3d07-4e0a-a47b-d7b0c4eaf3ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2127 0.012373
10.0.0.33 - - [2026-06-08 02:45:44] "POST /id-to-fqname HTTP/1.1" 200 221 0.001870
10.0.0.33 - - [2026-06-08 02:45:44] "POST /neutron/network HTTP/1.1" 200 1005 0.011848
10.0.0.27 - - [2026-06-08 02:45:45] "GET /projects?obj_uuids=8bd0efef-b1af-454b-8145-75c3f392db3b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002086
10.0.0.249 - - [2026-06-08 02:45:45] "GET /obj-perms HTTP/1.1" 200 5056 0.068749
10.0.0.33 - - [2026-06-08 02:45:45] "GET /project/8bd0efef-b1af-454b-8145-75c3f392db3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.459132
10.0.0.27 - - [2026-06-08 02:45:45] "GET /obj-perms HTTP/1.1" 200 5056 0.098553
10.0.0.33 - - [2026-06-08 02:45:46] "POST /neutron/port HTTP/1.1" 200 117 0.009753
10.0.0.33 - - [2026-06-08 02:45:46] "POST /id-to-fqname HTTP/1.1" 200 221 0.001662
10.0.0.33 - - [2026-06-08 02:45:46] "POST /neutron/network HTTP/1.1" 200 1005 0.008965
10.0.0.33 - - [2026-06-08 02:45:46] "POST /neutron/port HTTP/1.1" 200 1060 0.016961
10.0.0.27 - - [2026-06-08 02:45:47] "GET /projects?obj_uuids=8bd0efef-b1af-454b-8145-75c3f392db3b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001541
10.0.0.33 - - [2026-06-08 02:45:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004937
10.0.0.33 - - [2026-06-08 02:45:47] "GET /project/8bd0efef-b1af-454b-8145-75c3f392db3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.170228
10.0.0.33 - - [2026-06-08 02:45:47] "POST /neutron/port HTTP/1.1" 200 117 0.001299
10.0.0.33 - - [2026-06-08 02:45:47] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009841
10.0.0.33 - - [2026-06-08 02:45:47] "POST /id-to-fqname HTTP/1.1" 200 221 0.001399
10.0.0.33 - - [2026-06-08 02:45:47] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008952
10.0.0.27 - - [2026-06-08 02:45:48] "GET /projects?obj_uuids=8bd0efef-b1af-454b-8145-75c3f392db3b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001000
10.0.0.33 - - [2026-06-08 02:45:48] "POST /neutron/port HTTP/1.1" 200 1058 0.347708
10.0.0.33 - - [2026-06-08 02:45:48] "POST /neutron/port HTTP/1.1" 200 1112 0.108076
10.0.0.33 - - [2026-06-08 02:45:48] "POST /neutron/subnet HTTP/1.1" 200 689 0.014187
10.0.0.27 - - [2026-06-08 02:45:48] "GET /projects?obj_uuids=8bd0efef-b1af-454b-8145-75c3f392db3b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001002
10.0.0.33 - - [2026-06-08 02:45:48] "GET /project/8bd0efef-b1af-454b-8145-75c3f392db3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.089195
10.0.0.33 - - [2026-06-08 02:45:48] "POST /neutron/network HTTP/1.1" 200 823 0.038483
10.0.0.33 - - [2026-06-08 02:45:49] "POST /neutron/port HTTP/1.1" 200 117 0.008137
10.0.0.33 - - [2026-06-08 02:45:49] "POST /neutron/port HTTP/1.1" 200 1124 0.022480
10.0.0.33 - - [2026-06-08 02:45:49] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008641
10.0.0.33 - - [2026-06-08 02:45:49] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009251
10.0.0.33 - - [2026-06-08 02:45:49] "GET /virtual-machine/6f85cbc4-76f2-4774-8683-4b6b7881fc63 HTTP/1.1" 401 292 0.000463
10.0.0.33 - - [2026-06-08 02:45:50] "POST /neutron/port HTTP/1.1" 200 1059 0.026918
10.0.0.33 - - [2026-06-08 02:45:50] "GET /virtual-machine/6f85cbc4-76f2-4774-8683-4b6b7881fc63 HTTP/1.1" 200 1291 0.041640
10.0.0.33 - - [2026-06-08 02:45:50] "GET /virtual-machine/6f85cbc4-76f2-4774-8683-4b6b7881fc63 HTTP/1.1" 200 1291 0.004813
10.0.0.33 - - [2026-06-08 02:45:50] "GET /virtual-machine-interface/f0a81eb5-e658-4667-a886-372ffc843693 HTTP/1.1" 200 2945 0.006177
10.0.0.33 - - [2026-06-08 02:45:50] "GET /virtual-machine/6f85cbc4-76f2-4774-8683-4b6b7881fc63 HTTP/1.1" 200 1291 0.028839
10.0.0.33 - - [2026-06-08 02:45:50] "GET /virtual-machine-interface/f0a81eb5-e658-4667-a886-372ffc843693 HTTP/1.1" 200 2945 0.007092
10.0.0.33 - - [2026-06-08 02:45:50] "GET /instance-ip/83806f62-cd71-4bd9-acac-0dc954713592 HTTP/1.1" 200 1621 0.029687
10.0.0.33 - - [2026-06-08 02:45:50] "GET /virtual-machine/6f85cbc4-76f2-4774-8683-4b6b7881fc63 HTTP/1.1" 200 1291 0.007451
10.0.0.33 - - [2026-06-08 02:45:50] "GET /virtual-machine-interface/f0a81eb5-e658-4667-a886-372ffc843693 HTTP/1.1" 200 2945 0.151323
10.0.0.33 - - [2026-06-08 02:45:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004411
10.0.0.33 - - [2026-06-08 02:45:50] "GET /instance-ip/83806f62-cd71-4bd9-acac-0dc954713592 HTTP/1.1" 200 1621 0.004381
10.0.0.33 - - [2026-06-08 02:45:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003882
10.0.0.33 - - [2026-06-08 02:45:50] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005100
10.0.0.33 - - [2026-06-08 02:45:50] "GET /virtual-networks?parent_id=8bd0efef-b1af-454b-8145-75c3f392db3b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004639
10.0.0.33 - - [2026-06-08 02:45:50] "POST /neutron/network HTTP/1.1" 200 823 0.008286
10.0.0.33 - - [2026-06-08 02:45:50] "GET /virtual-network/9dfb0857-4e4a-4e1b-b329-5af1cbc51a93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.006648
10.0.0.33 - - [2026-06-08 02:45:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005084
10.0.0.33 - - [2026-06-08 02:45:50] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005297
10.0.0.33 - - [2026-06-08 02:45:50] "GET /virtual-networks?parent_id=8bd0efef-b1af-454b-8145-75c3f392db3b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004089
10.0.0.33 - - [2026-06-08 02:45:50] "GET /virtual-network/9dfb0857-4e4a-4e1b-b329-5af1cbc51a93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.007359
10.0.0.33 - - [2026-06-08 02:45:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004930
10.0.0.33 - - [2026-06-08 02:45:50] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004870
10.0.0.33 - - [2026-06-08 02:45:50] "GET /virtual-networks?parent_id=8bd0efef-b1af-454b-8145-75c3f392db3b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.006300
10.0.0.33 - - [2026-06-08 02:45:50] "GET /virtual-network/9dfb0857-4e4a-4e1b-b329-5af1cbc51a93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.007407
10.0.0.33 - - [2026-06-08 02:45:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004121
10.0.0.33 - - [2026-06-08 02:45:50] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004887
10.0.0.33 - - [2026-06-08 02:45:50] "GET /virtual-networks?parent_id=8bd0efef-b1af-454b-8145-75c3f392db3b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004103
10.0.0.33 - - [2026-06-08 02:45:50] "GET /virtual-network/9dfb0857-4e4a-4e1b-b329-5af1cbc51a93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.008140
10.0.0.33 - - [2026-06-08 02:45:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003812
10.0.0.33 - - [2026-06-08 02:45:50] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004044
10.0.0.33 - - [2026-06-08 02:45:50] "GET /virtual-networks?parent_id=8bd0efef-b1af-454b-8145-75c3f392db3b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003264
10.0.0.33 - - [2026-06-08 02:45:50] "GET /virtual-network/9dfb0857-4e4a-4e1b-b329-5af1cbc51a93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.007343
10.0.0.33 - - [2026-06-08 02:45:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004994
10.0.0.33 - - [2026-06-08 02:45:54] "GET /virtual-network/9dfb0857-4e4a-4e1b-b329-5af1cbc51a93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.005979
10.0.0.33 - - [2026-06-08 02:45:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004578
10.0.0.33 - - [2026-06-08 02:45:58] "GET /virtual-network/9dfb0857-4e4a-4e1b-b329-5af1cbc51a93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.005875
10.0.0.33 - - [2026-06-08 02:45:58] "POST /neutron/network HTTP/1.1" 200 1005 0.009126
10.0.0.33 - - [2026-06-08 02:45:58] "POST /neutron/port HTTP/1.1" 200 117 0.001455
10.0.0.33 - - [2026-06-08 02:46:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003846
10.0.0.33 - - [2026-06-08 02:46:02] "GET /virtual-network/9dfb0857-4e4a-4e1b-b329-5af1cbc51a93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.007623
10.0.0.33 - - [2026-06-08 02:46:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004315
10.0.0.33 - - [2026-06-08 02:46:06] "GET /virtual-network/9dfb0857-4e4a-4e1b-b329-5af1cbc51a93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.006186
10.0.0.33 - - [2026-06-08 02:46:06] "POST /neutron/port HTTP/1.1" 200 1122 0.023667
10.0.0.33 - - [2026-06-08 02:46:06] "POST /neutron/subnet HTTP/1.1" 200 689 0.011675
10.0.0.33 - - [2026-06-08 02:46:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004165
10.0.0.33 - - [2026-06-08 02:46:10] "GET /virtual-network/9dfb0857-4e4a-4e1b-b329-5af1cbc51a93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.007170
10.0.0.33 - - [2026-06-08 02:46:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004345
10.0.0.33 - - [2026-06-08 02:46:14] "GET /virtual-network/9dfb0857-4e4a-4e1b-b329-5af1cbc51a93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.005879
10.0.0.33 - - [2026-06-08 02:46:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004348
10.0.0.33 - - [2026-06-08 02:46:18] "GET /virtual-network/9dfb0857-4e4a-4e1b-b329-5af1cbc51a93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.005733
10.0.0.33 - - [2026-06-08 02:46:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003446
10.0.0.33 - - [2026-06-08 02:46:22] "GET /virtual-network/9dfb0857-4e4a-4e1b-b329-5af1cbc51a93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.005389
10.0.0.249 - - [2026-06-08 02:46:25] "DELETE /access-control-list/be6d6ffa-0bc1-4191-b650-4484e330b3ae HTTP/1.1" 200 115 0.167971
10.0.0.27 - - [2026-06-08 02:46:26] "DELETE /project/b3a2c70c-bcf5-4713-9e64-59265e479128 HTTP/1.1" 404 177 0.035365
10.0.0.27 - - [2026-06-08 02:46:26] "DELETE /project/8bd0efefb1af454b814575c3f392db3b HTTP/1.1" 404 173 0.049716
10.0.0.33 - - [2026-06-08 02:46:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.005050
10.0.0.33 - - [2026-06-08 02:46:26] "GET /virtual-network/9dfb0857-4e4a-4e1b-b329-5af1cbc51a93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.005859
10.0.0.33 - - [2026-06-08 02:46:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004939
10.0.0.33 - - [2026-06-08 02:46:30] "GET /virtual-network/9dfb0857-4e4a-4e1b-b329-5af1cbc51a93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.007508
10.0.0.33 - - [2026-06-08 02:46:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004501
10.0.0.33 - - [2026-06-08 02:46:35] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004261
10.0.0.33 - - [2026-06-08 02:46:35] "GET /virtual-networks?parent_id=8bd0efef-b1af-454b-8145-75c3f392db3b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003915
10.0.0.33 - - [2026-06-08 02:46:35] "GET /virtual-network/9dfb0857-4e4a-4e1b-b329-5af1cbc51a93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.006186
10.0.0.33 - - [2026-06-08 02:46:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.007546
10.0.0.33 - - [2026-06-08 02:46:35] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006137
10.0.0.33 - - [2026-06-08 02:46:35] "GET /virtual-networks?parent_id=8bd0efef-b1af-454b-8145-75c3f392db3b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003856
10.0.0.33 - - [2026-06-08 02:46:35] "GET /virtual-network/9dfb0857-4e4a-4e1b-b329-5af1cbc51a93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.007207
10.0.0.33 - - [2026-06-08 02:46:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004375
10.0.0.33 - - [2026-06-08 02:46:35] "GET /routing-instance/8a0df807-2dad-47a5-97cb-c85343f9dc72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1785 0.006325
10.0.0.33 - - [2026-06-08 02:46:35] "GET /route-target/dff25dcd-8a0d-470b-98e2-44eaccbbd4e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004451
10.0.0.33 - - [2026-06-08 02:46:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.005160
10.0.0.33 - - [2026-06-08 02:46:35] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006578
10.0.0.33 - - [2026-06-08 02:46:35] "GET /virtual-networks?parent_id=8bd0efef-b1af-454b-8145-75c3f392db3b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004790
10.0.0.33 - - [2026-06-08 02:46:35] "GET /virtual-network/9dfb0857-4e4a-4e1b-b329-5af1cbc51a93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.007853
10.0.0.33 - - [2026-06-08 02:46:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004567
10.0.0.33 - - [2026-06-08 02:46:35] "GET /routing-instance/8a0df807-2dad-47a5-97cb-c85343f9dc72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1785 0.006809
10.0.0.33 - - [2026-06-08 02:46:35] "GET /route-target/dff25dcd-8a0d-470b-98e2-44eaccbbd4e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.006286
10.0.0.33 - - [2026-06-08 02:46:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004411
10.0.0.33 - - [2026-06-08 02:46:35] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007215
10.0.0.33 - - [2026-06-08 02:46:35] "GET /virtual-networks?parent_id=8bd0efef-b1af-454b-8145-75c3f392db3b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.005060
10.0.0.33 - - [2026-06-08 02:46:35] "GET /virtual-network/9dfb0857-4e4a-4e1b-b329-5af1cbc51a93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.006241
10.0.0.33 - - [2026-06-08 02:46:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004355
10.0.0.33 - - [2026-06-08 02:46:35] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006925
10.0.0.33 - - [2026-06-08 02:46:35] "GET /virtual-networks?parent_id=8bd0efef-b1af-454b-8145-75c3f392db3b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004636
10.0.0.33 - - [2026-06-08 02:46:35] "GET /virtual-network/9dfb0857-4e4a-4e1b-b329-5af1cbc51a93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.007795
10.0.0.33 - - [2026-06-08 02:46:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.005270
10.0.0.33 - - [2026-06-08 02:46:36] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005585
10.0.0.33 - - [2026-06-08 02:46:36] "GET /virtual-networks?parent_id=8bd0efef-b1af-454b-8145-75c3f392db3b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004536
10.0.0.33 - - [2026-06-08 02:46:36] "GET /virtual-network/9dfb0857-4e4a-4e1b-b329-5af1cbc51a93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.007921
10.0.0.33 - - [2026-06-08 02:46:36] "GET /obj-perms HTTP/1.1" 200 5030 0.005274
10.0.0.27 - - [2026-06-08 02:46:36] "GET /obj-perms HTTP/1.1" 200 5030 0.009186
10.0.0.33 - - [2026-06-08 02:46:36] "GET /obj-perms HTTP/1.1" 200 5030 0.005278
10.0.0.27 - - [2026-06-08 02:46:36] "GET /obj-perms HTTP/1.1" 200 5030 0.007742
10.0.0.33 - - [2026-06-08 02:46:36] "POST /neutron/port HTTP/1.1" 200 1122 0.023541
10.0.0.33 - - [2026-06-08 02:46:36] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010161
10.0.0.33 - - [2026-06-08 02:46:36] "POST /neutron/port HTTP/1.1" 200 1122 0.023856
10.0.0.33 - - [2026-06-08 02:46:36] "GET /virtual-machine/be975cbc-1b9c-45b8-8639-aaa03be3a888 HTTP/1.1" 200 1292 0.009929
10.0.0.33 - - [2026-06-08 02:46:36] "GET /virtual-machine/be975cbc-1b9c-45b8-8639-aaa03be3a888 HTTP/1.1" 200 1292 0.004355
10.0.0.33 - - [2026-06-08 02:46:36] "GET /virtual-machine-interface/05e3fa36-c686-4e11-a22c-72b28267d756 HTTP/1.1" 200 2943 0.005389
10.0.0.33 - - [2026-06-08 02:46:36] "GET /virtual-machine/be975cbc-1b9c-45b8-8639-aaa03be3a888 HTTP/1.1" 200 1292 0.005388
10.0.0.33 - - [2026-06-08 02:46:36] "GET /virtual-machine-interface/05e3fa36-c686-4e11-a22c-72b28267d756 HTTP/1.1" 200 2943 0.005938
10.0.0.33 - - [2026-06-08 02:46:36] "GET /instance-ip/ee6518fd-99eb-44c3-9ef7-a8b55566c2f3 HTTP/1.1" 200 1620 0.006739
10.0.0.33 - - [2026-06-08 02:46:36] "GET /virtual-machine/be975cbc-1b9c-45b8-8639-aaa03be3a888 HTTP/1.1" 200 1292 0.003966
10.0.0.33 - - [2026-06-08 02:46:36] "GET /virtual-machine-interface/05e3fa36-c686-4e11-a22c-72b28267d756 HTTP/1.1" 200 2943 0.005794
10.0.0.33 - - [2026-06-08 02:46:36] "GET /instance-ip/ee6518fd-99eb-44c3-9ef7-a8b55566c2f3 HTTP/1.1" 200 1620 0.004496
10.0.0.33 - - [2026-06-08 02:46:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004801
10.0.0.33 - - [2026-06-08 02:46:36] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005689
10.0.0.33 - - [2026-06-08 02:46:36] "GET /virtual-networks?parent_id=8bd0efef-b1af-454b-8145-75c3f392db3b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004906
10.0.0.33 - - [2026-06-08 02:46:36] "GET /virtual-network/1e0fa0f9-5e0a-43cd-ab56-32c0005835aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2343 0.007159
10.0.0.33 - - [2026-06-08 02:46:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.005649
10.0.0.33 - - [2026-06-08 02:46:37] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.011209
10.0.0.33 - - [2026-06-08 02:46:37] "GET /virtual-networks?parent_id=8bd0efef-b1af-454b-8145-75c3f392db3b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.006835
10.0.0.33 - - [2026-06-08 02:46:37] "GET /virtual-network/1e0fa0f9-5e0a-43cd-ab56-32c0005835aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2343 0.009283
10.0.0.33 - - [2026-06-08 02:46:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004929
10.0.0.33 - - [2026-06-08 02:46:37] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004547
10.0.0.33 - - [2026-06-08 02:46:37] "GET /virtual-networks?parent_id=8bd0efef-b1af-454b-8145-75c3f392db3b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.005579
10.0.0.33 - - [2026-06-08 02:46:37] "GET /virtual-network/1e0fa0f9-5e0a-43cd-ab56-32c0005835aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2343 0.008842
10.0.0.33 - - [2026-06-08 02:46:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.005538
10.0.0.33 - - [2026-06-08 02:46:37] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005962
10.0.0.33 - - [2026-06-08 02:46:37] "GET /virtual-networks?parent_id=8bd0efef-b1af-454b-8145-75c3f392db3b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004085
10.0.0.33 - - [2026-06-08 02:46:37] "GET /virtual-network/1e0fa0f9-5e0a-43cd-ab56-32c0005835aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2343 0.007455
10.0.0.33 - - [2026-06-08 02:46:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.005987
10.0.0.33 - - [2026-06-08 02:46:37] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006393
10.0.0.33 - - [2026-06-08 02:46:37] "GET /virtual-networks?parent_id=8bd0efef-b1af-454b-8145-75c3f392db3b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004965
10.0.0.33 - - [2026-06-08 02:46:37] "GET /virtual-network/1e0fa0f9-5e0a-43cd-ab56-32c0005835aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2343 0.010565
10.0.0.33 - - [2026-06-08 02:46:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004032
10.0.0.33 - - [2026-06-08 02:46:38] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004209
10.0.0.33 - - [2026-06-08 02:46:38] "GET /virtual-networks?parent_id=8bd0efef-b1af-454b-8145-75c3f392db3b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003638
10.0.0.33 - - [2026-06-08 02:46:38] "GET /virtual-network/1e0fa0f9-5e0a-43cd-ab56-32c0005835aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2343 0.006229
10.0.0.33 - - [2026-06-08 02:46:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005445
10.0.0.33 - - [2026-06-08 02:46:38] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006107
10.0.0.33 - - [2026-06-08 02:46:38] "GET /virtual-networks?parent_id=8bd0efef-b1af-454b-8145-75c3f392db3b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003306
10.0.0.33 - - [2026-06-08 02:46:38] "GET /virtual-network/1e0fa0f9-5e0a-43cd-ab56-32c0005835aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2343 0.011216
10.0.0.33 - - [2026-06-08 02:46:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003710
10.0.0.33 - - [2026-06-08 02:46:38] "GET /routing-instance/b827d75e-7bc6-4af0-b0e1-6e5d79be5aa8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.005779
10.0.0.33 - - [2026-06-08 02:46:39] "GET /route-target/2cbe0643-4348-4125-9c45-c1b0ce1743f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005039
10.0.0.33 - - [2026-06-08 02:46:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003916
10.0.0.33 - - [2026-06-08 02:46:39] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004254
10.0.0.33 - - [2026-06-08 02:46:39] "GET /virtual-networks?parent_id=8bd0efef-b1af-454b-8145-75c3f392db3b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003600
10.0.0.33 - - [2026-06-08 02:46:39] "GET /virtual-network/1e0fa0f9-5e0a-43cd-ab56-32c0005835aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2343 0.006174
10.0.0.33 - - [2026-06-08 02:46:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003344
10.0.0.33 - - [2026-06-08 02:46:39] "GET /routing-instance/b827d75e-7bc6-4af0-b0e1-6e5d79be5aa8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.005162
10.0.0.33 - - [2026-06-08 02:46:39] "GET /route-target/2cbe0643-4348-4125-9c45-c1b0ce1743f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004102
10.0.0.33 - - [2026-06-08 02:46:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004945
10.0.0.33 - - [2026-06-08 02:46:39] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005013
10.0.0.33 - - [2026-06-08 02:46:39] "GET /virtual-networks?parent_id=8bd0efef-b1af-454b-8145-75c3f392db3b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004318
10.0.0.33 - - [2026-06-08 02:46:39] "GET /virtual-network/1e0fa0f9-5e0a-43cd-ab56-32c0005835aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2343 0.006373
10.0.0.33 - - [2026-06-08 02:46:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.005955
10.0.0.33 - - [2026-06-08 02:46:39] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004835
10.0.0.33 - - [2026-06-08 02:46:39] "GET /virtual-networks?parent_id=8bd0efef-b1af-454b-8145-75c3f392db3b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004533
10.0.0.33 - - [2026-06-08 02:46:39] "GET /virtual-network/1e0fa0f9-5e0a-43cd-ab56-32c0005835aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2343 0.009214
10.0.0.33 - - [2026-06-08 02:46:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.005030
10.0.0.33 - - [2026-06-08 02:46:39] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005714
10.0.0.33 - - [2026-06-08 02:46:39] "GET /virtual-networks?parent_id=8bd0efef-b1af-454b-8145-75c3f392db3b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004270
10.0.0.33 - - [2026-06-08 02:46:39] "GET /virtual-network/1e0fa0f9-5e0a-43cd-ab56-32c0005835aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2343 0.007413
10.0.0.33 - - [2026-06-08 02:46:39] "GET /obj-perms HTTP/1.1" 200 5030 0.003955
10.0.0.33 - - [2026-06-08 02:46:39] "GET /obj-perms HTTP/1.1" 200 5030 0.004683
10.0.0.27 - - [2026-06-08 02:46:39] "GET /obj-perms HTTP/1.1" 200 5030 0.006773
10.0.0.249 - - [2026-06-08 02:46:39] "GET /obj-perms HTTP/1.1" 200 5030 0.004187
10.0.0.33 - - [2026-06-08 02:46:39] "GET /obj-perms HTTP/1.1" 200 5030 0.003884
10.0.0.33 - - [2026-06-08 02:46:40] "POST /neutron/security_group HTTP/1.1" 200 2058 0.012657
10.0.0.33 - - [2026-06-08 02:46:40] "POST /neutron/port HTTP/1.1" 200 1123 0.025571
10.0.0.33 - - [2026-06-08 02:46:40] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009932
10.0.0.33 - - [2026-06-08 02:46:40] "GET /virtual-machine/0b1700a8-f0d0-4c7c-a407-be756ba2d12e HTTP/1.1" 200 1291 0.008004
10.0.0.33 - - [2026-06-08 02:46:40] "GET /virtual-machine/0b1700a8-f0d0-4c7c-a407-be756ba2d12e HTTP/1.1" 200 1291 0.005055
10.0.0.33 - - [2026-06-08 02:46:40] "GET /virtual-machine-interface/76daf8a5-118d-443b-a645-f3c82a23960a HTTP/1.1" 200 2944 0.006645
10.0.0.33 - - [2026-06-08 02:46:40] "GET /virtual-machine/0b1700a8-f0d0-4c7c-a407-be756ba2d12e HTTP/1.1" 200 1291 0.005877
10.0.0.33 - - [2026-06-08 02:46:40] "GET /virtual-machine-interface/76daf8a5-118d-443b-a645-f3c82a23960a HTTP/1.1" 200 2944 0.010481
10.0.0.33 - - [2026-06-08 02:46:40] "GET /instance-ip/34faf4a9-13a1-4ee3-99dd-3b6168607d43 HTTP/1.1" 200 1620 0.008032
10.0.0.33 - - [2026-06-08 02:46:40] "GET /virtual-machine/0b1700a8-f0d0-4c7c-a407-be756ba2d12e HTTP/1.1" 200 1291 0.005144
10.0.0.33 - - [2026-06-08 02:46:40] "GET /virtual-machine-interface/76daf8a5-118d-443b-a645-f3c82a23960a HTTP/1.1" 200 2944 0.007712
10.0.0.33 - - [2026-06-08 02:46:40] "GET /instance-ip/34faf4a9-13a1-4ee3-99dd-3b6168607d43 HTTP/1.1" 200 1620 0.005749
10.0.0.33 - - [2026-06-08 02:46:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005989
10.0.0.33 - - [2026-06-08 02:46:40] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.008426
10.0.0.33 - - [2026-06-08 02:46:40] "GET /virtual-networks?parent_id=8bd0efef-b1af-454b-8145-75c3f392db3b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.005986
10.0.0.33 - - [2026-06-08 02:46:40] "GET /virtual-network/f6aab222-0ed0-4ff5-8020-f0f577393a17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.019420
10.0.0.33 - - [2026-06-08 02:46:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005521
10.0.0.33 - - [2026-06-08 02:46:40] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005871
10.0.0.33 - - [2026-06-08 02:46:40] "GET /virtual-networks?parent_id=8bd0efef-b1af-454b-8145-75c3f392db3b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004352
10.0.0.33 - - [2026-06-08 02:46:40] "GET /virtual-network/f6aab222-0ed0-4ff5-8020-f0f577393a17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007841
10.0.0.33 - - [2026-06-08 02:46:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005594
10.0.0.33 - - [2026-06-08 02:46:40] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005839
10.0.0.33 - - [2026-06-08 02:46:40] "GET /virtual-networks?parent_id=8bd0efef-b1af-454b-8145-75c3f392db3b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.005149
10.0.0.33 - - [2026-06-08 02:46:40] "GET /virtual-network/f6aab222-0ed0-4ff5-8020-f0f577393a17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.011541
10.0.0.33 - - [2026-06-08 02:46:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004647
10.0.0.33 - - [2026-06-08 02:46:40] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007589
10.0.0.33 - - [2026-06-08 02:46:40] "GET /virtual-networks?parent_id=8bd0efef-b1af-454b-8145-75c3f392db3b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.005033
10.0.0.33 - - [2026-06-08 02:46:41] "GET /virtual-network/f6aab222-0ed0-4ff5-8020-f0f577393a17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.008843
10.0.0.33 - - [2026-06-08 02:46:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.019152
10.0.0.33 - - [2026-06-08 02:46:41] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005318
10.0.0.33 - - [2026-06-08 02:46:41] "GET /virtual-networks?parent_id=8bd0efef-b1af-454b-8145-75c3f392db3b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004177
10.0.0.33 - - [2026-06-08 02:46:41] "GET /virtual-network/f6aab222-0ed0-4ff5-8020-f0f577393a17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007875
10.0.0.33 - - [2026-06-08 02:46:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005330
10.0.0.33 - - [2026-06-08 02:46:42] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005556
10.0.0.33 - - [2026-06-08 02:46:42] "GET /virtual-networks?parent_id=8bd0efef-b1af-454b-8145-75c3f392db3b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004703
10.0.0.33 - - [2026-06-08 02:46:42] "GET /virtual-network/f6aab222-0ed0-4ff5-8020-f0f577393a17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007835
10.0.0.33 - - [2026-06-08 02:46:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005012
10.0.0.33 - - [2026-06-08 02:46:42] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007108
10.0.0.33 - - [2026-06-08 02:46:42] "GET /virtual-networks?parent_id=8bd0efef-b1af-454b-8145-75c3f392db3b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003636
10.0.0.33 - - [2026-06-08 02:46:42] "GET /virtual-network/f6aab222-0ed0-4ff5-8020-f0f577393a17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007007
10.0.0.33 - - [2026-06-08 02:46:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003745
10.0.0.33 - - [2026-06-08 02:46:42] "GET /routing-instance/233d14b8-bb00-4150-8799-8c1b127e064d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1478 0.010005
10.0.0.33 - - [2026-06-08 02:46:42] "GET /route-target/97c68da5-d075-4679-a74d-2d71361d8df6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.018693
10.0.0.33 - - [2026-06-08 02:46:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004429
10.0.0.33 - - [2026-06-08 02:46:42] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005751
10.0.0.33 - - [2026-06-08 02:46:42] "GET /virtual-networks?parent_id=8bd0efef-b1af-454b-8145-75c3f392db3b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004714
10.0.0.33 - - [2026-06-08 02:46:42] "GET /virtual-network/f6aab222-0ed0-4ff5-8020-f0f577393a17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006891
10.0.0.33 - - [2026-06-08 02:46:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003941
10.0.0.33 - - [2026-06-08 02:46:42] "GET /routing-instance/233d14b8-bb00-4150-8799-8c1b127e064d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1478 0.005610
10.0.0.33 - - [2026-06-08 02:46:42] "GET /route-target/97c68da5-d075-4679-a74d-2d71361d8df6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004962
10.0.0.33 - - [2026-06-08 02:46:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003692
10.0.0.33 - - [2026-06-08 02:46:43] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005635
10.0.0.33 - - [2026-06-08 02:46:43] "GET /virtual-networks?parent_id=8bd0efef-b1af-454b-8145-75c3f392db3b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003549
10.0.0.33 - - [2026-06-08 02:46:43] "GET /virtual-network/f6aab222-0ed0-4ff5-8020-f0f577393a17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007877
10.0.0.33 - - [2026-06-08 02:46:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004432
10.0.0.33 - - [2026-06-08 02:46:43] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005735
10.0.0.33 - - [2026-06-08 02:46:43] "GET /virtual-networks?parent_id=8bd0efef-b1af-454b-8145-75c3f392db3b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003150
10.0.0.33 - - [2026-06-08 02:46:43] "GET /virtual-network/f6aab222-0ed0-4ff5-8020-f0f577393a17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.008775
10.0.0.27 - - [2026-06-08 02:46:43] "GET /obj-perms HTTP/1.1" 200 5030 0.005267
10.0.0.33 - - [2026-06-08 02:46:43] "GET /obj-perms HTTP/1.1" 200 5030 0.006449
10.0.0.33 - - [2026-06-08 02:46:43] "GET /obj-perms HTTP/1.1" 200 5030 0.005183
10.0.0.27 - - [2026-06-08 02:46:43] "GET /obj-perms HTTP/1.1" 200 5030 0.005098
10.0.0.33 - - [2026-06-08 02:46:43] "GET /virtual-machine/6f85cbc4-76f2-4774-8683-4b6b7881fc63 HTTP/1.1" 200 1291 0.006187
10.0.0.33 - - [2026-06-08 02:46:43] "GET /virtual-machine-interface/f0a81eb5-e658-4667-a886-372ffc843693 HTTP/1.1" 200 2945 0.009818
10.0.0.33 - - [2026-06-08 02:46:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004422
10.0.0.33 - - [2026-06-08 02:46:43] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004542
10.0.0.33 - - [2026-06-08 02:46:43] "GET /virtual-networks?parent_id=8bd0efef-b1af-454b-8145-75c3f392db3b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003767
10.0.0.33 - - [2026-06-08 02:46:43] "GET /virtual-network/9dfb0857-4e4a-4e1b-b329-5af1cbc51a93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.008208
10.0.0.33 - - [2026-06-08 02:46:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003992
10.0.0.33 - - [2026-06-08 02:46:44] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005723
10.0.0.33 - - [2026-06-08 02:46:44] "GET /virtual-networks?parent_id=8bd0efef-b1af-454b-8145-75c3f392db3b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004333
10.0.0.33 - - [2026-06-08 02:46:44] "GET /virtual-network/9dfb0857-4e4a-4e1b-b329-5af1cbc51a93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.007435
10.0.0.33 - - [2026-06-08 02:46:45] "POST /neutron/port HTTP/1.1" 200 1122 0.026706
10.0.0.33 - - [2026-06-08 02:46:45] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007746
10.0.0.249 - - [2026-06-08 02:46:46] "GET /obj-perms HTTP/1.1" 200 5056 0.060852
10.0.0.33 - - [2026-06-08 02:46:50] "POST /neutron/port HTTP/1.1" 200 1124 0.024204
10.0.0.33 - - [2026-06-08 02:46:55] "GET /virtual-machine/be975cbc-1b9c-45b8-8639-aaa03be3a888 HTTP/1.1" 200 1292 0.004328
10.0.0.33 - - [2026-06-08 02:46:55] "GET /virtual-machine-interface/05e3fa36-c686-4e11-a22c-72b28267d756 HTTP/1.1" 200 2943 0.005434
10.0.0.33 - - [2026-06-08 02:46:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004435
10.0.0.33 - - [2026-06-08 02:46:55] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004415
10.0.0.33 - - [2026-06-08 02:46:55] "GET /virtual-networks?parent_id=8bd0efef-b1af-454b-8145-75c3f392db3b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004635
10.0.0.33 - - [2026-06-08 02:46:55] "GET /virtual-network/1e0fa0f9-5e0a-43cd-ab56-32c0005835aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2343 0.006608
10.0.0.33 - - [2026-06-08 02:46:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004600
10.0.0.33 - - [2026-06-08 02:46:56] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004510
10.0.0.33 - - [2026-06-08 02:46:56] "GET /virtual-networks?parent_id=8bd0efef-b1af-454b-8145-75c3f392db3b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003120
10.0.0.33 - - [2026-06-08 02:46:56] "GET /virtual-network/1e0fa0f9-5e0a-43cd-ab56-32c0005835aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2343 0.005804
10.0.0.33 - - [2026-06-08 02:46:56] "GET /virtual-machine/0b1700a8-f0d0-4c7c-a407-be756ba2d12e HTTP/1.1" 200 1291 0.005404
10.0.0.33 - - [2026-06-08 02:46:56] "GET /virtual-machine-interface/76daf8a5-118d-443b-a645-f3c82a23960a HTTP/1.1" 200 2944 0.006067
10.0.0.33 - - [2026-06-08 02:46:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004793
10.0.0.33 - - [2026-06-08 02:46:56] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005957
10.0.0.33 - - [2026-06-08 02:46:56] "GET /virtual-networks?parent_id=8bd0efef-b1af-454b-8145-75c3f392db3b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004881
10.0.0.33 - - [2026-06-08 02:46:56] "GET /virtual-network/f6aab222-0ed0-4ff5-8020-f0f577393a17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007320
10.0.0.33 - - [2026-06-08 02:46:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003477
10.0.0.33 - - [2026-06-08 02:46:58] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004030
10.0.0.33 - - [2026-06-08 02:46:58] "GET /virtual-networks?parent_id=8bd0efef-b1af-454b-8145-75c3f392db3b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003473
10.0.0.33 - - [2026-06-08 02:46:58] "GET /virtual-network/f6aab222-0ed0-4ff5-8020-f0f577393a17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005596
10.0.0.33 - - [2026-06-08 02:46:59] "POST /neutron/port HTTP/1.1" 200 1123 0.046225
10.0.0.33 - - [2026-06-08 02:46:59] "POST /neutron/subnet HTTP/1.1" 200 694 0.009383
10.0.0.33 - - [2026-06-08 02:47:08] "POST /neutron/port HTTP/1.1" 200 1122 0.070445
10.0.0.33 - - [2026-06-08 02:47:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005114
10.0.0.33 - - [2026-06-08 02:47:08] "POST /neutron/network HTTP/1.1" 200 914 0.016725
10.0.0.33 - - [2026-06-08 02:47:26] "GET /virtual-machine/0b1700a8-f0d0-4c7c-a407-be756ba2d12e HTTP/1.1" 200 1291 0.005695
10.0.0.33 - - [2026-06-08 02:47:27] "POST /neutron/port HTTP/1.1" 200 151 0.212879
10.0.0.33 - - [2026-06-08 02:47:28] "GET /virtual-machine/0b1700a8-f0d0-4c7c-a407-be756ba2d12e HTTP/1.1" 404 171 0.005840
10.0.0.33 - - [2026-06-08 02:47:28] "GET /virtual-machine/0b1700a8-f0d0-4c7c-a407-be756ba2d12e HTTP/1.1" 404 171 0.003834
10.0.0.33 - - [2026-06-08 02:47:28] "GET /virtual-machine/0b1700a8-f0d0-4c7c-a407-be756ba2d12e HTTP/1.1" 404 171 0.008929
10.0.0.33 - - [2026-06-08 02:47:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.005610
10.0.0.33 - - [2026-06-08 02:47:28] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005355
10.0.0.33 - - [2026-06-08 02:47:28] "GET /virtual-networks?parent_id=8bd0efef-b1af-454b-8145-75c3f392db3b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003808
10.0.0.33 - - [2026-06-08 02:47:28] "GET /virtual-network/f6aab222-0ed0-4ff5-8020-f0f577393a17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007898
10.0.0.33 - - [2026-06-08 02:47:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004740
10.0.0.33 - - [2026-06-08 02:47:29] "GET /routing-instance/233d14b8-bb00-4150-8799-8c1b127e064d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1478 0.007002
10.0.0.33 - - [2026-06-08 02:47:29] "GET /route-target/97c68da5-d075-4679-a74d-2d71361d8df6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005771
10.0.0.33 - - [2026-06-08 02:47:29] "GET /obj-perms HTTP/1.1" 200 5030 0.004261
10.0.0.27 - - [2026-06-08 02:47:32] "GET /obj-perms HTTP/1.1" 200 5030 0.005875
10.0.0.249 - - [2026-06-08 02:47:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000685
10.0.0.249 - - [2026-06-08 02:47:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000522
10.0.0.249 - - [2026-06-08 02:47:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000473
10.0.0.249 - - [2026-06-08 02:47:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000656
10.0.0.33 - - [2026-06-08 02:47:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000565
10.0.0.33 - - [2026-06-08 02:47:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000635
10.0.0.27 - - [2026-06-08 02:47:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000747
10.0.0.27 - - [2026-06-08 02:47:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000511
10.0.0.33 - - [2026-06-08 02:47:38] "GET /obj-perms HTTP/1.1" 200 5030 0.004277
10.0.0.33 - - [2026-06-08 02:47:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000509
10.0.0.33 - - [2026-06-08 02:47:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000402
10.0.0.27 - - [2026-06-08 02:47:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000377
10.0.0.27 - - [2026-06-08 02:47:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000366
10.0.0.27 - - [2026-06-08 02:47:41] "GET /obj-perms HTTP/1.1" 200 5030 0.005092
10.0.0.33 - - [2026-06-08 02:47:41] "GET /obj-perms HTTP/1.1" 200 5030 0.005366
10.0.0.33 - - [2026-06-08 02:47:41] "GET /virtual-machine/be975cbc-1b9c-45b8-8639-aaa03be3a888 HTTP/1.1" 200 1292 0.005435
10.0.0.33 - - [2026-06-08 02:47:42] "POST /neutron/port HTTP/1.1" 200 151 0.178117
10.0.0.33 - - [2026-06-08 02:47:43] "GET /virtual-machine/be975cbc-1b9c-45b8-8639-aaa03be3a888 HTTP/1.1" 404 171 0.004866
10.0.0.33 - - [2026-06-08 02:47:43] "GET /virtual-machine/be975cbc-1b9c-45b8-8639-aaa03be3a888 HTTP/1.1" 404 171 0.003781
10.0.0.33 - - [2026-06-08 02:47:43] "GET /virtual-machine/be975cbc-1b9c-45b8-8639-aaa03be3a888 HTTP/1.1" 404 171 0.003591
10.0.0.33 - - [2026-06-08 02:47:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004564
10.0.0.33 - - [2026-06-08 02:47:43] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006625
10.0.0.33 - - [2026-06-08 02:47:43] "GET /virtual-networks?parent_id=8bd0efef-b1af-454b-8145-75c3f392db3b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004644
10.0.0.33 - - [2026-06-08 02:47:43] "GET /virtual-network/1e0fa0f9-5e0a-43cd-ab56-32c0005835aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2343 0.008997
10.0.0.33 - - [2026-06-08 02:47:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004874
10.0.0.33 - - [2026-06-08 02:47:44] "GET /routing-instance/b827d75e-7bc6-4af0-b0e1-6e5d79be5aa8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.007325
10.0.0.33 - - [2026-06-08 02:47:44] "GET /route-target/2cbe0643-4348-4125-9c45-c1b0ce1743f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.008509
10.0.0.249 - - [2026-06-08 02:47:47] "GET /obj-perms HTTP/1.1" 200 5030 0.004265
10.0.0.33 - - [2026-06-08 02:47:47] "GET /obj-perms HTTP/1.1" 200 5056 0.056108
10.0.0.33 - - [2026-06-08 02:47:56] "GET /obj-perms HTTP/1.1" 200 5030 0.004054
10.0.0.249 - - [2026-06-08 02:47:56] "GET /obj-perms HTTP/1.1" 200 5030 0.004385
10.0.0.33 - - [2026-06-08 02:47:59] "POST /neutron/network HTTP/1.1" 200 1005 0.009445
10.0.0.33 - - [2026-06-08 02:47:59] "POST /neutron/port HTTP/1.1" 200 117 0.001394
10.0.0.33 - - [2026-06-08 02:48:05] "GET /obj-perms HTTP/1.1" 200 5030 0.006131
10.0.0.249 - - [2026-06-08 02:48:05] "GET /obj-perms HTTP/1.1" 200 5030 0.004228
10.0.0.33 - - [2026-06-08 02:48:11] "GET /obj-perms HTTP/1.1" 200 5030 0.017094
10.0.0.249 - - [2026-06-08 02:48:11] "GET /obj-perms HTTP/1.1" 200 5030 0.003848
10.0.0.27 - - [2026-06-08 02:48:11] "GET /obj-perms HTTP/1.1" 200 5030 0.004547
10.0.0.33 - - [2026-06-08 02:48:12] "GET /virtual-machine/6f85cbc4-76f2-4774-8683-4b6b7881fc63 HTTP/1.1" 200 1291 0.005888
10.0.0.33 - - [2026-06-08 02:48:12] "POST /neutron/port HTTP/1.1" 200 1114 0.021315
10.0.0.33 - - [2026-06-08 02:48:14] "GET /virtual-machine/6f85cbc4-76f2-4774-8683-4b6b7881fc63 HTTP/1.1" 404 171 0.004108
10.0.0.33 - - [2026-06-08 02:48:14] "GET /virtual-machine/6f85cbc4-76f2-4774-8683-4b6b7881fc63 HTTP/1.1" 404 171 0.004238
10.0.0.33 - - [2026-06-08 02:48:14] "GET /virtual-machine/6f85cbc4-76f2-4774-8683-4b6b7881fc63 HTTP/1.1" 404 171 0.003655
10.0.0.33 - - [2026-06-08 02:48:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005429
10.0.0.33 - - [2026-06-08 02:48:14] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005660
10.0.0.33 - - [2026-06-08 02:48:14] "GET /virtual-networks?parent_id=8bd0efef-b1af-454b-8145-75c3f392db3b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.007169
10.0.0.33 - - [2026-06-08 02:48:14] "GET /virtual-network/9dfb0857-4e4a-4e1b-b329-5af1cbc51a93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.009421
10.0.0.33 - - [2026-06-08 02:48:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005206
10.0.0.33 - - [2026-06-08 02:48:14] "GET /routing-instance/8a0df807-2dad-47a5-97cb-c85343f9dc72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1785 0.006315
10.0.0.33 - - [2026-06-08 02:48:14] "GET /route-target/dff25dcd-8a0d-470b-98e2-44eaccbbd4e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005119
10.0.0.33 - - [2026-06-08 02:48:17] "GET /obj-perms HTTP/1.1" 200 5030 0.006355
10.0.0.27 - - [2026-06-08 02:48:20] "GET /obj-perms HTTP/1.1" 200 5030 0.004599
10.0.0.33 - - [2026-06-08 02:48:26] "GET /obj-perms HTTP/1.1" 200 5030 0.005758
10.0.0.27 - - [2026-06-08 02:48:29] "GET /obj-perms HTTP/1.1" 200 5030 0.003861
10.0.0.33 - - [2026-06-08 02:48:35] "GET /obj-perms HTTP/1.1" 200 5030 0.004408
10.0.0.27 - - [2026-06-08 02:48:39] "GET /obj-perms HTTP/1.1" 200 5030 0.004621
10.0.0.33 - - [2026-06-08 02:48:42] "GET /obj-perms HTTP/1.1" 200 5030 0.004666
10.0.0.33 - - [2026-06-08 02:48:42] "GET /virtual-network/1e0fa0f9-5e0a-43cd-ab56-32c0005835aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2343 0.007836
10.0.0.33 - - [2026-06-08 02:48:42] "POST /neutron/network HTTP/1.1" 200 822 0.082324
10.0.0.33 - - [2026-06-08 02:48:42] "GET /virtual-network/1e0fa0f9-5e0a-43cd-ab56-32c0005835aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.006646
10.0.0.249 - - [2026-06-08 02:48:42] "POST /ref-update HTTP/1.1" 200 156 0.023668
10.0.0.33 - - [2026-06-08 02:48:42] "POST /ref-update HTTP/1.1" 200 156 0.056804
10.0.0.33 - - [2026-06-08 02:48:42] "POST /ref-update HTTP/1.1" 200 156 0.062660
10.0.0.33 - - [2026-06-08 02:48:42] "DELETE /network-policy/9a0eb490-0bbd-4adc-bf93-f206e679ad2b HTTP/1.1" 200 115 0.033311
10.0.0.33 - - [2026-06-08 02:48:42] "DELETE /network-policy/2dd4e3fd-3d07-4e0a-a47b-d7b0c4eaf3ba HTTP/1.1" 200 115 0.039957
10.0.0.33 - - [2026-06-08 02:48:43] "DELETE /network-policy/2b11536a-f470-490c-ae34-abf5b886dfb2 HTTP/1.1" 200 115 0.048634
10.0.0.27 - - [2026-06-08 02:48:43] "POST /useragent-kv HTTP/1.1" 200 115 0.082821
10.0.0.27 - - [2026-06-08 02:48:43] "POST /useragent-kv HTTP/1.1" 200 115 0.004994
10.0.0.33 - - [2026-06-08 02:48:43] "POST /neutron/network HTTP/1.1" 200 151 0.263529
10.0.0.249 - - [2026-06-08 02:48:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.010616
10.0.0.249 - - [2026-06-08 02:48:43] "DELETE /route-target/2cbe0643-4348-4125-9c45-c1b0ce1743f6 HTTP/1.1" 200 115 0.023492
10.0.0.33 - - [2026-06-08 02:48:43] "POST /neutron/network HTTP/1.1" 200 824 0.010736
10.0.0.33 - - [2026-06-08 02:48:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003388
10.0.0.33 - - [2026-06-08 02:48:44] "DELETE /network-ipam/36445e62-de84-40ae-a612-a5634fb16cd0 HTTP/1.1" 200 115 0.034106
10.0.0.33 - - [2026-06-08 02:48:44] "POST /fqname-to-id HTTP/1.1" 404 197 0.004058
10.0.0.33 - - [2026-06-08 02:48:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003409
10.0.0.33 - - [2026-06-08 02:48:44] "DELETE /network-ipam/c6c85cc5-2678-4257-9ca7-ec5eeb70f272 HTTP/1.1" 200 115 0.053720
10.0.0.33 - - [2026-06-08 02:48:44] "POST /fqname-to-id HTTP/1.1" 404 197 0.004806
10.0.0.33 - - [2026-06-08 02:48:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004262
10.0.0.33 - - [2026-06-08 02:48:44] "DELETE /network-ipam/7641fd73-1124-45c1-abcf-a52f7823898f HTTP/1.1" 200 115 0.039105
10.0.0.33 - - [2026-06-08 02:48:44] "POST /fqname-to-id HTTP/1.1" 404 197 0.018261
10.0.0.27 - - [2026-06-08 02:48:46] "GET /projects?obj_uuids=8bd0efef-b1af-454b-8145-75c3f392db3b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000967
10.0.0.33 - - [2026-06-08 02:48:46] "GET /project/8bd0efef-b1af-454b-8145-75c3f392db3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.090601
10.0.0.27 - - [2026-06-08 02:48:46] "GET /projects?obj_uuids=8bd0efef-b1af-454b-8145-75c3f392db3b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001107
10.0.0.33 - - [2026-06-08 02:48:46] "GET /project/8bd0efef-b1af-454b-8145-75c3f392db3b?fields=virtual_networks HTTP/1.1" 200 1032 0.056647
10.0.0.27 - - [2026-06-08 02:48:46] "GET /projects?obj_uuids=8bd0efef-b1af-454b-8145-75c3f392db3b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001154
10.0.0.33 - - [2026-06-08 02:48:46] "GET /project/8bd0efef-b1af-454b-8145-75c3f392db3b?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.042363
10.0.0.27 - - [2026-06-08 02:48:46] "GET /projects?obj_uuids=8bd0efef-b1af-454b-8145-75c3f392db3b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001456
10.0.0.33 - - [2026-06-08 02:48:46] "GET /project/8bd0efef-b1af-454b-8145-75c3f392db3b?fields=security_groups HTTP/1.1" 200 1258 0.051675
10.0.0.33 - - [2026-06-08 02:48:47] "POST /fqname-to-id HTTP/1.1" 404 194 0.065625
10.0.0.27 - - [2026-06-08 02:48:47] "GET /projects?obj_uuids=f05de918-9602-47a6-9474-60cfe2ef844f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003083
10.0.0.27 - - [2026-06-08 02:48:47] "GET /domains?obj_uuids=2441b78a-01cc-4005-9aa7-6b434eb6fb41&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001319
10.0.0.27 - - [2026-06-08 02:48:47] "GET /domain/2441b78a-01cc-4005-9aa7-6b434eb6fb41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009133
10.0.0.27 - - [2026-06-08 02:48:48] "POST /id-to-fqname HTTP/1.1" 200 196 0.004133
10.0.0.27 - - [2026-06-08 02:48:48] "POST /fqname-to-id HTTP/1.1" 404 205 0.003587
10.0.0.27 - - [2026-06-08 02:48:48] "POST /security-groups HTTP/1.1" 200 597 0.073477
10.0.0.249 - - [2026-06-08 02:48:48] "POST /fqname-to-id HTTP/1.1" 404 240 0.008353
10.0.0.27 - - [2026-06-08 02:48:48] "POST /projects HTTP/1.1" 200 597 0.283563
10.0.0.27 - - [2026-06-08 02:48:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.330494
10.0.0.249 - - [2026-06-08 02:48:48] "POST /access-control-lists HTTP/1.1" 200 600 0.035042
10.0.0.33 - - [2026-06-08 02:48:48] "GET /project/f05de918-9602-47a6-9474-60cfe2ef844f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.498942
10.0.0.27 - - [2026-06-08 02:48:48] "GET /obj-perms HTTP/1.1" 200 5056 0.083483
10.0.0.33 - - [2026-06-08 02:48:49] "GET / HTTP/1.1" 200 35931 0.003259
10.0.0.33 - - [2026-06-08 02:48:52] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000601
10.0.0.33 - - [2026-06-08 02:48:52] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.053443
10.0.0.33 - - [2026-06-08 02:48:52] "POST /network-ipams HTTP/1.1" 200 519 0.038346
10.0.0.33 - - [2026-06-08 02:48:52] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 756 0.004057
10.0.0.33 - - [2026-06-08 02:48:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004043
10.0.0.33 - - [2026-06-08 02:48:52] "GET /network-ipam/d073de7d-614e-4df5-a583-084fff5eb72c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.008781
10.0.0.33 - - [2026-06-08 02:48:53] "PUT /network-ipam/d073de7d-614e-4df5-a583-084fff5eb72c HTTP/1.1" 200 258 0.021618
10.0.0.33 - - [2026-06-08 02:48:53] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 756 0.004218
10.0.0.33 - - [2026-06-08 02:48:53] "POST /network-ipams HTTP/1.1" 200 519 0.033391
10.0.0.33 - - [2026-06-08 02:48:53] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 967 0.003836
10.0.0.33 - - [2026-06-08 02:48:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004093
10.0.0.33 - - [2026-06-08 02:48:53] "GET /network-ipam/20d2c771-7724-4d6c-8d8f-7ff848cd5bbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1299 0.011593
10.0.0.33 - - [2026-06-08 02:48:53] "PUT /network-ipam/20d2c771-7724-4d6c-8d8f-7ff848cd5bbd HTTP/1.1" 200 258 0.021791
10.0.0.33 - - [2026-06-08 02:48:53] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 967 0.004455
10.0.0.33 - - [2026-06-08 02:48:53] "POST /network-ipams HTTP/1.1" 200 519 0.040881
10.0.0.33 - - [2026-06-08 02:48:53] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 1179 0.004586
10.0.0.33 - - [2026-06-08 02:48:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004506
10.0.0.33 - - [2026-06-08 02:48:53] "GET /network-ipam/97452f07-a0ba-413c-8842-66822361912a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1299 0.007728
10.0.0.33 - - [2026-06-08 02:48:53] "PUT /network-ipam/97452f07-a0ba-413c-8842-66822361912a HTTP/1.1" 200 258 0.017866
10.0.0.33 - - [2026-06-08 02:48:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003768
10.0.0.27 - - [2026-06-08 02:48:54] "GET /projects?obj_uuids=f05de918-9602-47a6-9474-60cfe2ef844f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001432
10.0.0.33 - - [2026-06-08 02:48:54] "GET /project/f05de918-9602-47a6-9474-60cfe2ef844f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.045528
10.0.0.27 - - [2026-06-08 02:48:54] "GET /projects?obj_uuids=f05de918-9602-47a6-9474-60cfe2ef844f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002201
10.0.0.33 - - [2026-06-08 02:48:54] "POST /neutron/network HTTP/1.1" 200 613 0.156532
10.0.0.33 - - [2026-06-08 02:48:55] "POST /neutron/network HTTP/1.1" 200 1014 0.016817
10.0.0.33 - - [2026-06-08 02:48:55] "POST /id-to-fqname HTTP/1.1" 200 227 0.002017
10.0.0.33 - - [2026-06-08 02:48:55] "GET /virtual-network/f3bcb940-3630-4ffb-89ba-f51f845ba361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.006416
10.0.0.33 - - [2026-06-08 02:48:55] "GET /virtual-network/f3bcb940-3630-4ffb-89ba-f51f845ba361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.009366
10.0.0.33 - - [2026-06-08 02:48:55] "POST /neutron/subnet HTTP/1.1" 200 725 0.012977
10.0.0.33 - - [2026-06-08 02:48:55] "GET /virtual-network/f3bcb940-3630-4ffb-89ba-f51f845ba361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.006713
10.0.0.33 - - [2026-06-08 02:48:55] "GET /network-ipam/d073de7d-614e-4df5-a583-084fff5eb72c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.005714
10.0.0.33 - - [2026-06-08 02:48:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.006059
10.0.0.27 - - [2026-06-08 02:48:55] "GET /projects?obj_uuids=f05de918-9602-47a6-9474-60cfe2ef844f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001822
10.0.0.33 - - [2026-06-08 02:48:55] "GET /project/f05de918-9602-47a6-9474-60cfe2ef844f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.051863
10.0.0.33 - - [2026-06-08 02:48:55] "POST /neutron/network HTTP/1.1" 200 117 0.014700
10.0.0.249 - - [2026-06-08 02:48:55] "POST /route-targets HTTP/1.1" 200 327 0.014345
10.0.0.27 - - [2026-06-08 02:48:56] "POST /useragent-kv HTTP/1.1" 200 115 0.017024
10.0.0.33 - - [2026-06-08 02:48:56] "POST /neutron/subnet HTTP/1.1" 200 828 0.197810
10.0.0.33 - - [2026-06-08 02:48:56] "POST /id-to-fqname HTTP/1.1" 200 227 0.001442
10.0.0.33 - - [2026-06-08 02:48:56] "GET /virtual-network/d4cb6d8d-2cb4-490c-b65d-7e980c1abffb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.006576
10.0.0.33 - - [2026-06-08 02:48:56] "GET /virtual-network/d4cb6d8d-2cb4-490c-b65d-7e980c1abffb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.005703
10.0.0.33 - - [2026-06-08 02:48:56] "POST /neutron/network HTTP/1.1" 200 1014 0.009677
10.0.0.33 - - [2026-06-08 02:48:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003596
10.0.0.27 - - [2026-06-08 02:48:56] "GET /projects?obj_uuids=f05de918-9602-47a6-9474-60cfe2ef844f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001036
10.0.0.33 - - [2026-06-08 02:48:56] "GET /project/f05de918-9602-47a6-9474-60cfe2ef844f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.036061
10.0.0.33 - - [2026-06-08 02:48:56] "POST /neutron/network HTTP/1.1" 200 117 0.017582
10.0.0.249 - - [2026-06-08 02:48:56] "POST /ref-update HTTP/1.1" 200 156 0.024455
10.0.0.27 - - [2026-06-08 02:48:57] "POST /useragent-kv HTTP/1.1" 200 115 0.013597
10.0.0.249 - - [2026-06-08 02:48:57] "POST /fqname-to-id HTTP/1.1" 404 207 0.052455
10.0.0.33 - - [2026-06-08 02:48:57] "POST /neutron/subnet HTTP/1.1" 200 818 0.252340
10.0.0.33 - - [2026-06-08 02:48:57] "POST /id-to-fqname HTTP/1.1" 200 227 0.001347
10.0.0.33 - - [2026-06-08 02:48:57] "GET /virtual-network/53476631-6726-483c-a02f-a0fc9f661033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005188
10.0.0.33 - - [2026-06-08 02:48:57] "GET /virtual-network/53476631-6726-483c-a02f-a0fc9f661033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005621
10.0.0.33 - - [2026-06-08 02:48:57] "POST /neutron/network HTTP/1.1" 200 1010 0.011928
10.0.0.33 - - [2026-06-08 02:48:57] "GET /virtual-network/f3bcb940-3630-4ffb-89ba-f51f845ba361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.008076
10.0.0.249 - - [2026-06-08 02:48:58] "GET /obj-perms HTTP/1.1" 200 5042 0.056285
10.0.0.33 - - [2026-06-08 02:48:58] "GET /virtual-network/d4cb6d8d-2cb4-490c-b65d-7e980c1abffb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.006864
10.0.0.33 - - [2026-06-08 02:48:59] "GET /obj-perms HTTP/1.1" 200 5042 0.055255
10.0.0.33 - - [2026-06-08 02:48:59] "GET /virtual-network/53476631-6726-483c-a02f-a0fc9f661033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.007264
10.0.0.27 - - [2026-06-08 02:48:59] "GET /obj-perms HTTP/1.1" 200 5042 0.050024
10.0.0.33 - - [2026-06-08 02:49:00] "POST /fqname-to-id HTTP/1.1" 404 224 0.003349
10.0.0.33 - - [2026-06-08 02:49:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003105
10.0.0.27 - - [2026-06-08 02:49:00] "GET /projects?obj_uuids=f05de918-9602-47a6-9474-60cfe2ef844f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001073
10.0.0.33 - - [2026-06-08 02:49:00] "GET /project/f05de918-9602-47a6-9474-60cfe2ef844f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.046310
10.0.0.33 - - [2026-06-08 02:49:00] "POST /network-policys HTTP/1.1" 200 559 0.048284
10.0.0.33 - - [2026-06-08 02:49:00] "GET /network-policy/1df30819-ebe1-4f18-a57b-de2b65934131?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2145 0.006860
10.0.0.33 - - [2026-06-08 02:49:00] "POST /fqname-to-id HTTP/1.1" 404 224 0.003434
10.0.0.33 - - [2026-06-08 02:49:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004831
10.0.0.27 - - [2026-06-08 02:49:00] "GET /projects?obj_uuids=f05de918-9602-47a6-9474-60cfe2ef844f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002974
10.0.0.33 - - [2026-06-08 02:49:00] "GET /project/f05de918-9602-47a6-9474-60cfe2ef844f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.055524
10.0.0.33 - - [2026-06-08 02:49:00] "POST /network-policys HTTP/1.1" 200 559 0.038797
10.0.0.33 - - [2026-06-08 02:49:00] "GET /network-policy/ee0856e7-7715-4e51-a435-66bf9a8419fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2977 0.008270
10.0.0.33 - - [2026-06-08 02:49:00] "POST /fqname-to-id HTTP/1.1" 404 224 0.003417
10.0.0.33 - - [2026-06-08 02:49:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004528
10.0.0.27 - - [2026-06-08 02:49:00] "GET /projects?obj_uuids=f05de918-9602-47a6-9474-60cfe2ef844f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002042
10.0.0.33 - - [2026-06-08 02:49:00] "GET /project/f05de918-9602-47a6-9474-60cfe2ef844f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.071430
10.0.0.33 - - [2026-06-08 02:49:00] "POST /network-policys HTTP/1.1" 200 559 0.040227
10.0.0.33 - - [2026-06-08 02:49:00] "GET /network-policy/8adc66fc-17f2-47a4-8593-757535c291dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3096 0.007024
10.0.0.33 - - [2026-06-08 02:49:01] "POST /neutron/network HTTP/1.1" 200 1014 0.010506
10.0.0.33 - - [2026-06-08 02:49:01] "GET /virtual-network/f3bcb940-3630-4ffb-89ba-f51f845ba361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.023301
10.0.0.33 - - [2026-06-08 02:49:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.007091
10.0.0.33 - - [2026-06-08 02:49:01] "GET /network-policy/1df30819-ebe1-4f18-a57b-de2b65934131?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2145 0.006741
10.0.0.33 - - [2026-06-08 02:49:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004206
10.0.0.33 - - [2026-06-08 02:49:01] "GET /network-policy/ee0856e7-7715-4e51-a435-66bf9a8419fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2977 0.005602
10.0.0.33 - - [2026-06-08 02:49:01] "POST /neutron/network HTTP/1.1" 200 1014 0.012599
10.0.0.249 - - [2026-06-08 02:49:01] "POST /fqname-to-id HTTP/1.1" 404 242 0.007417
10.0.0.33 - - [2026-06-08 02:49:01] "GET /virtual-network/d4cb6d8d-2cb4-490c-b65d-7e980c1abffb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.011043
10.0.0.33 - - [2026-06-08 02:49:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004195
10.0.0.33 - - [2026-06-08 02:49:01] "GET /network-policy/8adc66fc-17f2-47a4-8593-757535c291dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3096 0.005781
10.0.0.33 - - [2026-06-08 02:49:01] "POST /id-to-fqname HTTP/1.1" 200 227 0.003658
10.0.0.33 - - [2026-06-08 02:49:01] "POST /neutron/network HTTP/1.1" 200 1208 0.009523
10.0.0.27 - - [2026-06-08 02:49:02] "GET /projects?obj_uuids=f05de918-9602-47a6-9474-60cfe2ef844f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001473
10.0.0.33 - - [2026-06-08 02:49:02] "GET /project/f05de918-9602-47a6-9474-60cfe2ef844f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.085191
10.0.0.33 - - [2026-06-08 02:49:02] "POST /neutron/port HTTP/1.1" 200 117 0.007402
10.0.0.33 - - [2026-06-08 02:49:02] "POST /id-to-fqname HTTP/1.1" 200 227 0.001496
10.0.0.33 - - [2026-06-08 02:49:03] "POST /neutron/network HTTP/1.1" 200 1208 0.008599
10.0.0.33 - - [2026-06-08 02:49:03] "POST /neutron/port HTTP/1.1" 200 1173 0.031059
10.0.0.27 - - [2026-06-08 02:49:03] "GET /projects?obj_uuids=f05de918-9602-47a6-9474-60cfe2ef844f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000968
10.0.0.33 - - [2026-06-08 02:49:03] "GET /project/f05de918-9602-47a6-9474-60cfe2ef844f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.086098
10.0.0.33 - - [2026-06-08 02:49:04] "POST /neutron/port HTTP/1.1" 200 1237 0.024349
10.0.0.33 - - [2026-06-08 02:49:04] "POST /neutron/subnet HTTP/1.1" 200 1385 0.018951
10.0.0.33 - - [2026-06-08 02:49:04] "POST /neutron/port HTTP/1.1" 200 117 0.001844
10.0.0.33 - - [2026-06-08 02:49:04] "POST /neutron/port HTTP/1.1" 200 117 0.008587
10.0.0.33 - - [2026-06-08 02:49:04] "POST /id-to-fqname HTTP/1.1" 200 227 0.001689
10.0.0.33 - - [2026-06-08 02:49:04] "POST /neutron/network HTTP/1.1" 200 1020 0.008210
10.0.0.33 - - [2026-06-08 02:49:05] "POST /neutron/port HTTP/1.1" 200 1173 0.024490
10.0.0.33 - - [2026-06-08 02:49:05] "POST /neutron/port HTTP/1.1" 200 1237 0.027951
10.0.0.27 - - [2026-06-08 02:49:05] "GET /projects?obj_uuids=f05de918-9602-47a6-9474-60cfe2ef844f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001026
10.0.0.33 - - [2026-06-08 02:49:05] "GET /project/f05de918-9602-47a6-9474-60cfe2ef844f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.089619
10.0.0.33 - - [2026-06-08 02:49:05] "POST /neutron/subnet HTTP/1.1" 200 1384 0.021226
10.0.0.33 - - [2026-06-08 02:49:05] "POST /neutron/port HTTP/1.1" 200 117 0.001202
10.0.0.33 - - [2026-06-08 02:49:05] "POST /neutron/security_group HTTP/1.1" 200 2064 0.010195
10.0.0.33 - - [2026-06-08 02:49:05] "POST /neutron/security_group HTTP/1.1" 200 2064 0.015712
10.0.0.33 - - [2026-06-08 02:49:06] "POST /neutron/port HTTP/1.1" 200 1237 0.027423
10.0.0.33 - - [2026-06-08 02:49:06] "POST /neutron/port HTTP/1.1" 200 1237 0.023966
10.0.0.33 - - [2026-06-08 02:49:06] "GET /virtual-machine/51b65769-bcf4-413b-8a8b-2d5e12a51d26 HTTP/1.1" 401 292 0.000464
10.0.0.33 - - [2026-06-08 02:49:06] "POST /neutron/port HTTP/1.1" 200 1169 0.030952
10.0.0.33 - - [2026-06-08 02:49:06] "GET /virtual-machine/51b65769-bcf4-413b-8a8b-2d5e12a51d26 HTTP/1.1" 200 1297 0.044483
10.0.0.33 - - [2026-06-08 02:49:06] "GET /virtual-machine/51b65769-bcf4-413b-8a8b-2d5e12a51d26 HTTP/1.1" 200 1297 0.010949
10.0.0.33 - - [2026-06-08 02:49:06] "GET /virtual-machine-interface/7968ed19-dcb1-406a-9240-dddc819a1352 HTTP/1.1" 200 3168 0.012792
10.0.0.33 - - [2026-06-08 02:49:06] "GET /virtual-machine/51b65769-bcf4-413b-8a8b-2d5e12a51d26 HTTP/1.1" 200 1297 0.018177
10.0.0.33 - - [2026-06-08 02:49:06] "GET /virtual-machine-interface/7968ed19-dcb1-406a-9240-dddc819a1352 HTTP/1.1" 200 3168 0.008000
10.0.0.33 - - [2026-06-08 02:49:06] "GET /instance-ip/0703d851-9b1c-429a-8c7e-96b8a7432f91 HTTP/1.1" 200 1652 0.009236
10.0.0.33 - - [2026-06-08 02:49:06] "GET /instance-ip/c3ce4999-726f-4a4a-acd1-d574c6d2da5d HTTP/1.1" 200 1634 0.007012
10.0.0.33 - - [2026-06-08 02:49:06] "GET /virtual-machine/51b65769-bcf4-413b-8a8b-2d5e12a51d26 HTTP/1.1" 200 1297 0.004040
10.0.0.33 - - [2026-06-08 02:49:06] "GET /virtual-machine-interface/7968ed19-dcb1-406a-9240-dddc819a1352 HTTP/1.1" 200 3168 0.004969
10.0.0.33 - - [2026-06-08 02:49:06] "GET /instance-ip/0703d851-9b1c-429a-8c7e-96b8a7432f91 HTTP/1.1" 200 1652 0.003373
10.0.0.33 - - [2026-06-08 02:49:06] "POST /neutron/port HTTP/1.1" 200 1233 0.022605
10.0.0.33 - - [2026-06-08 02:49:06] "GET /instance-ip/c3ce4999-726f-4a4a-acd1-d574c6d2da5d HTTP/1.1" 200 1634 0.003737
10.0.0.33 - - [2026-06-08 02:49:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003657
10.0.0.33 - - [2026-06-08 02:49:06] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005178
10.0.0.33 - - [2026-06-08 02:49:06] "GET /virtual-networks?parent_id=f05de918-9602-47a6-9474-60cfe2ef844f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004337
10.0.0.33 - - [2026-06-08 02:49:06] "POST /neutron/subnet HTTP/1.1" 200 1365 0.015380
10.0.0.33 - - [2026-06-08 02:49:07] "GET /virtual-network/f3bcb940-3630-4ffb-89ba-f51f845ba361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.007370
10.0.0.33 - - [2026-06-08 02:49:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004313
10.0.0.33 - - [2026-06-08 02:49:07] "POST /neutron/network HTTP/1.1" 200 1010 0.012478
10.0.0.33 - - [2026-06-08 02:49:07] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005880
10.0.0.33 - - [2026-06-08 02:49:07] "GET /virtual-networks?parent_id=f05de918-9602-47a6-9474-60cfe2ef844f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003929
10.0.0.33 - - [2026-06-08 02:49:07] "GET /virtual-network/f3bcb940-3630-4ffb-89ba-f51f845ba361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.007544
10.0.0.33 - - [2026-06-08 02:49:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004364
10.0.0.33 - - [2026-06-08 02:49:07] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005382
10.0.0.33 - - [2026-06-08 02:49:07] "GET /virtual-networks?parent_id=f05de918-9602-47a6-9474-60cfe2ef844f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.006058
10.0.0.33 - - [2026-06-08 02:49:07] "GET /virtual-network/f3bcb940-3630-4ffb-89ba-f51f845ba361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.006899
10.0.0.33 - - [2026-06-08 02:49:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005706
10.0.0.33 - - [2026-06-08 02:49:07] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005023
10.0.0.33 - - [2026-06-08 02:49:07] "GET /virtual-networks?parent_id=f05de918-9602-47a6-9474-60cfe2ef844f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.005152
10.0.0.33 - - [2026-06-08 02:49:07] "GET /virtual-network/f3bcb940-3630-4ffb-89ba-f51f845ba361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.006732
10.0.0.33 - - [2026-06-08 02:49:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003507
10.0.0.33 - - [2026-06-08 02:49:07] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.008059
10.0.0.33 - - [2026-06-08 02:49:07] "GET /virtual-networks?parent_id=f05de918-9602-47a6-9474-60cfe2ef844f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.011221
10.0.0.33 - - [2026-06-08 02:49:07] "GET /virtual-network/f3bcb940-3630-4ffb-89ba-f51f845ba361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.007793
10.0.0.33 - - [2026-06-08 02:49:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003804
10.0.0.33 - - [2026-06-08 02:49:10] "GET /virtual-network/f3bcb940-3630-4ffb-89ba-f51f845ba361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.005734
10.0.0.33 - - [2026-06-08 02:49:11] "POST /neutron/network HTTP/1.1" 200 1122 0.007035
10.0.0.33 - - [2026-06-08 02:49:11] "POST /neutron/subnet HTTP/1.1" 200 1384 0.015223
10.0.0.33 - - [2026-06-08 02:49:11] "POST /neutron/network HTTP/1.1" 200 1112 0.010364
10.0.0.33 - - [2026-06-08 02:49:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004188
10.0.0.33 - - [2026-06-08 02:49:14] "GET /virtual-network/f3bcb940-3630-4ffb-89ba-f51f845ba361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.006023
10.0.0.33 - - [2026-06-08 02:49:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003813
10.0.0.33 - - [2026-06-08 02:49:18] "GET /virtual-network/f3bcb940-3630-4ffb-89ba-f51f845ba361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.006891
10.0.0.33 - - [2026-06-08 02:49:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.006781
10.0.0.33 - - [2026-06-08 02:49:23] "GET /virtual-network/f3bcb940-3630-4ffb-89ba-f51f845ba361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.006590
10.0.0.249 - - [2026-06-08 02:49:25] "DELETE /access-control-list/207cbfbe-16b8-4535-a15d-4a5bab47746c HTTP/1.1" 200 115 0.038061
10.0.0.27 - - [2026-06-08 02:49:26] "DELETE /project/8bd0efef-b1af-454b-8145-75c3f392db3b HTTP/1.1" 404 177 0.005393
10.0.0.27 - - [2026-06-08 02:49:26] "DELETE /project/f05de918960247a6947460cfe2ef844f HTTP/1.1" 404 173 0.004360
10.0.0.33 - - [2026-06-08 02:49:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003782
10.0.0.33 - - [2026-06-08 02:49:27] "GET /virtual-network/f3bcb940-3630-4ffb-89ba-f51f845ba361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.005899
10.0.0.33 - - [2026-06-08 02:49:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004094
10.0.0.33 - - [2026-06-08 02:49:31] "GET /virtual-network/f3bcb940-3630-4ffb-89ba-f51f845ba361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.005488
10.0.0.33 - - [2026-06-08 02:49:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004791
10.0.0.33 - - [2026-06-08 02:49:35] "GET /virtual-network/f3bcb940-3630-4ffb-89ba-f51f845ba361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.007685
10.0.0.33 - - [2026-06-08 02:49:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003613
10.0.0.33 - - [2026-06-08 02:49:39] "GET /virtual-network/f3bcb940-3630-4ffb-89ba-f51f845ba361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.005244
10.0.0.33 - - [2026-06-08 02:49:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003626
10.0.0.33 - - [2026-06-08 02:49:43] "GET /virtual-network/f3bcb940-3630-4ffb-89ba-f51f845ba361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.005523
10.0.0.33 - - [2026-06-08 02:49:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004210
10.0.0.33 - - [2026-06-08 02:49:47] "GET /virtual-network/f3bcb940-3630-4ffb-89ba-f51f845ba361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.006659
10.0.0.249 - - [2026-06-08 02:49:49] "GET /obj-perms HTTP/1.1" 200 5056 0.056324
10.0.0.33 - - [2026-06-08 02:49:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005011
10.0.0.33 - - [2026-06-08 02:49:51] "GET /virtual-network/f3bcb940-3630-4ffb-89ba-f51f845ba361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.006737
10.0.0.33 - - [2026-06-08 02:49:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005141
10.0.0.33 - - [2026-06-08 02:49:55] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005012
10.0.0.33 - - [2026-06-08 02:49:55] "GET /virtual-networks?parent_id=f05de918-9602-47a6-9474-60cfe2ef844f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004169
10.0.0.33 - - [2026-06-08 02:49:55] "GET /virtual-network/f3bcb940-3630-4ffb-89ba-f51f845ba361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.006738
10.0.0.33 - - [2026-06-08 02:49:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004873
10.0.0.33 - - [2026-06-08 02:49:56] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005230
10.0.0.33 - - [2026-06-08 02:49:56] "GET /virtual-networks?parent_id=f05de918-9602-47a6-9474-60cfe2ef844f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.005907
10.0.0.33 - - [2026-06-08 02:49:56] "GET /virtual-network/f3bcb940-3630-4ffb-89ba-f51f845ba361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.006156
10.0.0.33 - - [2026-06-08 02:49:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003702
10.0.0.33 - - [2026-06-08 02:49:56] "GET /routing-instance/ba9ae934-d0a0-4890-ba6f-794ff00babcd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.006760
10.0.0.33 - - [2026-06-08 02:49:56] "GET /route-target/cb5c2b15-04d5-4c3c-9bba-30a6a502e7fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003855
10.0.0.33 - - [2026-06-08 02:49:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003784
10.0.0.33 - - [2026-06-08 02:49:56] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003994
10.0.0.33 - - [2026-06-08 02:49:56] "GET /virtual-networks?parent_id=f05de918-9602-47a6-9474-60cfe2ef844f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004152
10.0.0.33 - - [2026-06-08 02:49:56] "GET /virtual-network/f3bcb940-3630-4ffb-89ba-f51f845ba361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.007590
10.0.0.33 - - [2026-06-08 02:49:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003521
10.0.0.33 - - [2026-06-08 02:49:56] "GET /routing-instance/ba9ae934-d0a0-4890-ba6f-794ff00babcd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.006038
10.0.0.33 - - [2026-06-08 02:49:56] "GET /route-target/cb5c2b15-04d5-4c3c-9bba-30a6a502e7fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005121
10.0.0.33 - - [2026-06-08 02:49:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003805
10.0.0.33 - - [2026-06-08 02:49:56] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004720
10.0.0.33 - - [2026-06-08 02:49:56] "GET /virtual-networks?parent_id=f05de918-9602-47a6-9474-60cfe2ef844f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003665
10.0.0.33 - - [2026-06-08 02:49:56] "GET /virtual-network/f3bcb940-3630-4ffb-89ba-f51f845ba361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.006288
10.0.0.33 - - [2026-06-08 02:49:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005557
10.0.0.33 - - [2026-06-08 02:49:56] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005713
10.0.0.33 - - [2026-06-08 02:49:56] "GET /virtual-networks?parent_id=f05de918-9602-47a6-9474-60cfe2ef844f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.005213
10.0.0.33 - - [2026-06-08 02:49:56] "GET /virtual-network/f3bcb940-3630-4ffb-89ba-f51f845ba361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.008699
10.0.0.33 - - [2026-06-08 02:49:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005722
10.0.0.33 - - [2026-06-08 02:49:56] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006234
10.0.0.33 - - [2026-06-08 02:49:56] "GET /virtual-networks?parent_id=f05de918-9602-47a6-9474-60cfe2ef844f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004006
10.0.0.33 - - [2026-06-08 02:49:56] "GET /virtual-network/f3bcb940-3630-4ffb-89ba-f51f845ba361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.007680
10.0.0.33 - - [2026-06-08 02:49:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004346
10.0.0.33 - - [2026-06-08 02:49:56] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005196
10.0.0.33 - - [2026-06-08 02:49:56] "GET /virtual-networks?parent_id=f05de918-9602-47a6-9474-60cfe2ef844f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004326
10.0.0.33 - - [2026-06-08 02:49:56] "GET /virtual-network/f3bcb940-3630-4ffb-89ba-f51f845ba361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.008089
10.0.0.33 - - [2026-06-08 02:49:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.005272
10.0.0.33 - - [2026-06-08 02:49:57] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006215
10.0.0.33 - - [2026-06-08 02:49:57] "GET /virtual-networks?parent_id=f05de918-9602-47a6-9474-60cfe2ef844f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004056
10.0.0.33 - - [2026-06-08 02:49:57] "GET /virtual-network/f3bcb940-3630-4ffb-89ba-f51f845ba361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.007070
10.0.0.33 - - [2026-06-08 02:49:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004232
10.0.0.33 - - [2026-06-08 02:49:57] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006346
10.0.0.33 - - [2026-06-08 02:49:57] "GET /virtual-networks?parent_id=f05de918-9602-47a6-9474-60cfe2ef844f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.007081
10.0.0.33 - - [2026-06-08 02:49:57] "GET /virtual-network/f3bcb940-3630-4ffb-89ba-f51f845ba361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.009062
10.0.0.33 - - [2026-06-08 02:49:57] "GET /obj-perms HTTP/1.1" 200 5042 0.007195
10.0.0.33 - - [2026-06-08 02:49:57] "GET /obj-perms HTTP/1.1" 200 5042 0.006544
10.0.0.27 - - [2026-06-08 02:49:57] "GET /obj-perms HTTP/1.1" 200 5042 0.004139
10.0.0.33 - - [2026-06-08 02:49:57] "GET /obj-perms HTTP/1.1" 200 5042 0.004267
10.0.0.27 - - [2026-06-08 02:49:57] "GET /obj-perms HTTP/1.1" 200 5042 0.005466
10.0.0.33 - - [2026-06-08 02:49:57] "POST /neutron/port HTTP/1.1" 200 1237 0.027598
10.0.0.33 - - [2026-06-08 02:49:57] "POST /neutron/security_group HTTP/1.1" 200 2064 0.011384
10.0.0.33 - - [2026-06-08 02:49:57] "GET /virtual-machine/106482fb-ce0f-4138-8159-73dfcb0b9e6e HTTP/1.1" 200 1297 0.007925
10.0.0.33 - - [2026-06-08 02:49:57] "GET /virtual-machine/106482fb-ce0f-4138-8159-73dfcb0b9e6e HTTP/1.1" 200 1297 0.004468
10.0.0.33 - - [2026-06-08 02:49:57] "GET /virtual-machine-interface/208c6788-4dbc-47f6-a3e8-fa8d33a991a1 HTTP/1.1" 200 3168 0.005917
10.0.0.33 - - [2026-06-08 02:49:57] "GET /virtual-machine/106482fb-ce0f-4138-8159-73dfcb0b9e6e HTTP/1.1" 200 1297 0.004367
10.0.0.33 - - [2026-06-08 02:49:58] "GET /virtual-machine-interface/208c6788-4dbc-47f6-a3e8-fa8d33a991a1 HTTP/1.1" 200 3168 0.007249
10.0.0.33 - - [2026-06-08 02:49:58] "GET /instance-ip/0399f5d0-e171-4e31-833d-fbe64a58bd70 HTTP/1.1" 200 1651 0.007211
10.0.0.33 - - [2026-06-08 02:49:58] "GET /instance-ip/d689211c-3c04-4f27-a03e-630e3a4d9972 HTTP/1.1" 200 1634 0.007535
10.0.0.33 - - [2026-06-08 02:49:58] "GET /virtual-machine/106482fb-ce0f-4138-8159-73dfcb0b9e6e HTTP/1.1" 200 1297 0.005238
10.0.0.33 - - [2026-06-08 02:49:58] "GET /virtual-machine-interface/208c6788-4dbc-47f6-a3e8-fa8d33a991a1 HTTP/1.1" 200 3168 0.007139
10.0.0.33 - - [2026-06-08 02:49:58] "GET /instance-ip/0399f5d0-e171-4e31-833d-fbe64a58bd70 HTTP/1.1" 200 1651 0.006191
10.0.0.33 - - [2026-06-08 02:49:58] "GET /instance-ip/d689211c-3c04-4f27-a03e-630e3a4d9972 HTTP/1.1" 200 1634 0.007384
10.0.0.33 - - [2026-06-08 02:49:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004486
10.0.0.33 - - [2026-06-08 02:49:58] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005114
10.0.0.33 - - [2026-06-08 02:49:58] "GET /virtual-networks?parent_id=f05de918-9602-47a6-9474-60cfe2ef844f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.005260
10.0.0.33 - - [2026-06-08 02:49:58] "GET /virtual-network/d4cb6d8d-2cb4-490c-b65d-7e980c1abffb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.007596
10.0.0.33 - - [2026-06-08 02:49:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004813
10.0.0.33 - - [2026-06-08 02:49:58] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006509
10.0.0.33 - - [2026-06-08 02:49:58] "GET /virtual-networks?parent_id=f05de918-9602-47a6-9474-60cfe2ef844f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004347
10.0.0.33 - - [2026-06-08 02:49:58] "GET /virtual-network/d4cb6d8d-2cb4-490c-b65d-7e980c1abffb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.008706
10.0.0.33 - - [2026-06-08 02:49:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.006219
10.0.0.33 - - [2026-06-08 02:49:58] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005567
10.0.0.33 - - [2026-06-08 02:49:58] "GET /virtual-networks?parent_id=f05de918-9602-47a6-9474-60cfe2ef844f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.006322
10.0.0.33 - - [2026-06-08 02:49:58] "GET /virtual-network/d4cb6d8d-2cb4-490c-b65d-7e980c1abffb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.009053
10.0.0.33 - - [2026-06-08 02:49:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005194
10.0.0.33 - - [2026-06-08 02:49:58] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005664
10.0.0.33 - - [2026-06-08 02:49:58] "GET /virtual-networks?parent_id=f05de918-9602-47a6-9474-60cfe2ef844f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004841
10.0.0.33 - - [2026-06-08 02:49:58] "GET /virtual-network/d4cb6d8d-2cb4-490c-b65d-7e980c1abffb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.006163
10.0.0.33 - - [2026-06-08 02:49:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005533
10.0.0.33 - - [2026-06-08 02:49:58] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005239
10.0.0.33 - - [2026-06-08 02:49:58] "GET /virtual-networks?parent_id=f05de918-9602-47a6-9474-60cfe2ef844f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004846
10.0.0.33 - - [2026-06-08 02:49:58] "GET /virtual-network/d4cb6d8d-2cb4-490c-b65d-7e980c1abffb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.007887
10.0.0.33 - - [2026-06-08 02:50:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004249
10.0.0.33 - - [2026-06-08 02:50:01] "GET /virtual-network/d4cb6d8d-2cb4-490c-b65d-7e980c1abffb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.007285
10.0.0.33 - - [2026-06-08 02:50:02] "POST /neutron/port HTTP/1.1" 200 1237 0.024232
10.0.0.33 - - [2026-06-08 02:50:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007195
10.0.0.33 - - [2026-06-08 02:50:02] "POST /neutron/port HTTP/1.1" 200 117 0.001775
10.0.0.33 - - [2026-06-08 02:50:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005977
10.0.0.33 - - [2026-06-08 02:50:05] "GET /virtual-network/d4cb6d8d-2cb4-490c-b65d-7e980c1abffb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.008372
10.0.0.33 - - [2026-06-08 02:50:08] "POST /neutron/port HTTP/1.1" 200 1237 0.046154
10.0.0.33 - - [2026-06-08 02:50:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004570
10.0.0.33 - - [2026-06-08 02:50:10] "GET /virtual-network/d4cb6d8d-2cb4-490c-b65d-7e980c1abffb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.008631
10.0.0.33 - - [2026-06-08 02:50:11] "POST /neutron/port HTTP/1.1" 200 1237 0.023060
10.0.0.33 - - [2026-06-08 02:50:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006422
10.0.0.33 - - [2026-06-08 02:50:11] "POST /neutron/port HTTP/1.1" 200 117 0.001243
10.0.0.33 - - [2026-06-08 02:50:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004208
10.0.0.33 - - [2026-06-08 02:50:14] "GET /virtual-network/d4cb6d8d-2cb4-490c-b65d-7e980c1abffb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.006569
10.0.0.33 - - [2026-06-08 02:50:14] "POST /neutron/security_group HTTP/1.1" 200 2064 0.009472
10.0.0.33 - - [2026-06-08 02:50:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004520
10.0.0.33 - - [2026-06-08 02:50:18] "GET /virtual-network/d4cb6d8d-2cb4-490c-b65d-7e980c1abffb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.008209
10.0.0.33 - - [2026-06-08 02:50:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.005324
10.0.0.33 - - [2026-06-08 02:50:22] "GET /virtual-network/d4cb6d8d-2cb4-490c-b65d-7e980c1abffb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.006693
10.0.0.33 - - [2026-06-08 02:50:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003597
10.0.0.33 - - [2026-06-08 02:50:26] "GET /virtual-network/d4cb6d8d-2cb4-490c-b65d-7e980c1abffb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.006099
10.0.0.33 - - [2026-06-08 02:50:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004557
10.0.0.33 - - [2026-06-08 02:50:30] "GET /virtual-network/d4cb6d8d-2cb4-490c-b65d-7e980c1abffb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.007768
10.0.0.33 - - [2026-06-08 02:50:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005193
10.0.0.33 - - [2026-06-08 02:50:34] "GET /virtual-network/d4cb6d8d-2cb4-490c-b65d-7e980c1abffb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.006857
10.0.0.33 - - [2026-06-08 02:50:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004626
10.0.0.33 - - [2026-06-08 02:50:38] "GET /virtual-network/d4cb6d8d-2cb4-490c-b65d-7e980c1abffb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.007070
10.0.0.33 - - [2026-06-08 02:50:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005148
10.0.0.33 - - [2026-06-08 02:50:42] "GET /virtual-network/d4cb6d8d-2cb4-490c-b65d-7e980c1abffb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.009147
10.0.0.33 - - [2026-06-08 02:50:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004919
10.0.0.33 - - [2026-06-08 02:50:46] "GET /virtual-network/d4cb6d8d-2cb4-490c-b65d-7e980c1abffb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.009907
10.0.0.33 - - [2026-06-08 02:50:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003774
10.0.0.33 - - [2026-06-08 02:50:51] "GET /virtual-network/d4cb6d8d-2cb4-490c-b65d-7e980c1abffb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.006202
10.0.0.33 - - [2026-06-08 02:50:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004368
10.0.0.33 - - [2026-06-08 02:50:55] "GET /virtual-network/d4cb6d8d-2cb4-490c-b65d-7e980c1abffb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.007105
10.0.0.33 - - [2026-06-08 02:50:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004279
10.0.0.33 - - [2026-06-08 02:50:59] "GET /virtual-network/d4cb6d8d-2cb4-490c-b65d-7e980c1abffb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.006300
10.0.0.33 - - [2026-06-08 02:51:02] "POST /neutron/network HTTP/1.1" 200 1020 0.008974
10.0.0.33 - - [2026-06-08 02:51:02] "POST /neutron/subnet HTTP/1.1" 200 1365 0.015353
10.0.0.33 - - [2026-06-08 02:51:02] "POST /neutron/network HTTP/1.1" 200 1010 0.010236
10.0.0.33 - - [2026-06-08 02:51:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003755
10.0.0.33 - - [2026-06-08 02:51:03] "GET /virtual-network/d4cb6d8d-2cb4-490c-b65d-7e980c1abffb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.007437
10.0.0.33 - - [2026-06-08 02:51:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005127
10.0.0.33 - - [2026-06-08 02:51:07] "GET /virtual-network/d4cb6d8d-2cb4-490c-b65d-7e980c1abffb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.007770
10.0.0.33 - - [2026-06-08 02:51:11] "POST /neutron/network HTTP/1.1" 200 1122 0.010669
10.0.0.33 - - [2026-06-08 02:51:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.007612
10.0.0.33 - - [2026-06-08 02:51:11] "GET /virtual-network/d4cb6d8d-2cb4-490c-b65d-7e980c1abffb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.007663
10.0.0.33 - - [2026-06-08 02:51:11] "POST /neutron/subnet HTTP/1.1" 200 1384 0.018386
10.0.0.33 - - [2026-06-08 02:51:11] "POST /neutron/network HTTP/1.1" 200 1112 0.011216
10.0.0.33 - - [2026-06-08 02:51:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004321
10.0.0.33 - - [2026-06-08 02:51:15] "GET /virtual-network/d4cb6d8d-2cb4-490c-b65d-7e980c1abffb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.005670
10.0.0.33 - - [2026-06-08 02:51:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004553
10.0.0.33 - - [2026-06-08 02:51:19] "GET /virtual-network/d4cb6d8d-2cb4-490c-b65d-7e980c1abffb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.006057
10.0.0.33 - - [2026-06-08 02:51:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003820
10.0.0.33 - - [2026-06-08 02:51:23] "GET /virtual-network/d4cb6d8d-2cb4-490c-b65d-7e980c1abffb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.005821
10.0.0.33 - - [2026-06-08 02:51:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003718
10.0.0.33 - - [2026-06-08 02:51:25] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004417
10.0.0.33 - - [2026-06-08 02:51:25] "GET /virtual-networks?parent_id=f05de918-9602-47a6-9474-60cfe2ef844f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003126
10.0.0.33 - - [2026-06-08 02:51:25] "GET /virtual-network/d4cb6d8d-2cb4-490c-b65d-7e980c1abffb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.007948
10.0.0.33 - - [2026-06-08 02:51:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004969
10.0.0.33 - - [2026-06-08 02:51:26] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005576
10.0.0.33 - - [2026-06-08 02:51:26] "GET /virtual-networks?parent_id=f05de918-9602-47a6-9474-60cfe2ef844f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004632
10.0.0.33 - - [2026-06-08 02:51:26] "GET /virtual-network/d4cb6d8d-2cb4-490c-b65d-7e980c1abffb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.007847
10.0.0.33 - - [2026-06-08 02:51:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004429
10.0.0.33 - - [2026-06-08 02:51:26] "GET /routing-instance/f0c2cc86-c03b-4898-92fb-2050574c0144?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.005697
10.0.0.33 - - [2026-06-08 02:51:26] "GET /route-target/5222513c-76d0-44cf-acef-a3647261161b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004217
10.0.0.33 - - [2026-06-08 02:51:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004504
10.0.0.33 - - [2026-06-08 02:51:26] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005032
10.0.0.33 - - [2026-06-08 02:51:26] "GET /virtual-networks?parent_id=f05de918-9602-47a6-9474-60cfe2ef844f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004433
10.0.0.33 - - [2026-06-08 02:51:26] "GET /virtual-network/d4cb6d8d-2cb4-490c-b65d-7e980c1abffb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.006749
10.0.0.33 - - [2026-06-08 02:51:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004300
10.0.0.33 - - [2026-06-08 02:51:26] "GET /routing-instance/f0c2cc86-c03b-4898-92fb-2050574c0144?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.006128
10.0.0.33 - - [2026-06-08 02:51:26] "GET /route-target/5222513c-76d0-44cf-acef-a3647261161b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.006818
10.0.0.33 - - [2026-06-08 02:51:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004423
10.0.0.33 - - [2026-06-08 02:51:26] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005519
10.0.0.33 - - [2026-06-08 02:51:26] "GET /virtual-networks?parent_id=f05de918-9602-47a6-9474-60cfe2ef844f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004288
10.0.0.33 - - [2026-06-08 02:51:26] "GET /virtual-network/d4cb6d8d-2cb4-490c-b65d-7e980c1abffb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.007845
10.0.0.33 - - [2026-06-08 02:51:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004411
10.0.0.33 - - [2026-06-08 02:51:26] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005368
10.0.0.33 - - [2026-06-08 02:51:26] "GET /virtual-networks?parent_id=f05de918-9602-47a6-9474-60cfe2ef844f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004617
10.0.0.33 - - [2026-06-08 02:51:26] "GET /virtual-network/d4cb6d8d-2cb4-490c-b65d-7e980c1abffb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.007412
10.0.0.33 - - [2026-06-08 02:51:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.005173
10.0.0.33 - - [2026-06-08 02:51:26] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005657
10.0.0.33 - - [2026-06-08 02:51:26] "GET /virtual-networks?parent_id=f05de918-9602-47a6-9474-60cfe2ef844f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004927
10.0.0.33 - - [2026-06-08 02:51:26] "GET /virtual-network/d4cb6d8d-2cb4-490c-b65d-7e980c1abffb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.006192
10.0.0.33 - - [2026-06-08 02:51:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004136
10.0.0.33 - - [2026-06-08 02:51:26] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004451
10.0.0.33 - - [2026-06-08 02:51:26] "GET /virtual-networks?parent_id=f05de918-9602-47a6-9474-60cfe2ef844f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003420
10.0.0.33 - - [2026-06-08 02:51:27] "GET /virtual-network/d4cb6d8d-2cb4-490c-b65d-7e980c1abffb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.006182
10.0.0.33 - - [2026-06-08 02:51:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003670
10.0.0.33 - - [2026-06-08 02:51:27] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005087
10.0.0.33 - - [2026-06-08 02:51:27] "GET /virtual-networks?parent_id=f05de918-9602-47a6-9474-60cfe2ef844f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003501
10.0.0.33 - - [2026-06-08 02:51:27] "GET /virtual-network/d4cb6d8d-2cb4-490c-b65d-7e980c1abffb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.008103
10.0.0.33 - - [2026-06-08 02:51:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004645
10.0.0.33 - - [2026-06-08 02:51:27] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005467
10.0.0.33 - - [2026-06-08 02:51:27] "GET /virtual-networks?parent_id=f05de918-9602-47a6-9474-60cfe2ef844f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004448
10.0.0.33 - - [2026-06-08 02:51:27] "GET /virtual-network/d4cb6d8d-2cb4-490c-b65d-7e980c1abffb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.006169
10.0.0.33 - - [2026-06-08 02:51:27] "GET /obj-perms HTTP/1.1" 200 5042 0.003969
10.0.0.27 - - [2026-06-08 02:51:27] "GET /obj-perms HTTP/1.1" 200 5042 0.004649
10.0.0.33 - - [2026-06-08 02:51:27] "GET /obj-perms HTTP/1.1" 200 5042 0.004597
10.0.0.33 - - [2026-06-08 02:51:27] "GET /obj-perms HTTP/1.1" 200 5042 0.004636
10.0.0.249 - - [2026-06-08 02:51:27] "GET /obj-perms HTTP/1.1" 200 5042 0.005030
10.0.0.33 - - [2026-06-08 02:51:27] "POST /neutron/port HTTP/1.1" 200 1233 0.022702
10.0.0.33 - - [2026-06-08 02:51:27] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008794
10.0.0.33 - - [2026-06-08 02:51:27] "GET /virtual-machine/bdc045c6-584a-47fb-816a-74367757da5c HTTP/1.1" 200 1298 0.008076
10.0.0.33 - - [2026-06-08 02:51:28] "GET /virtual-machine/bdc045c6-584a-47fb-816a-74367757da5c HTTP/1.1" 200 1298 0.005595
10.0.0.33 - - [2026-06-08 02:51:28] "GET /virtual-machine-interface/25b6c0f3-98aa-40aa-b38d-b7aa9f28d0b3 HTTP/1.1" 200 3168 0.007741
10.0.0.33 - - [2026-06-08 02:51:28] "GET /virtual-machine/bdc045c6-584a-47fb-816a-74367757da5c HTTP/1.1" 200 1298 0.005554
10.0.0.33 - - [2026-06-08 02:51:28] "GET /virtual-machine-interface/25b6c0f3-98aa-40aa-b38d-b7aa9f28d0b3 HTTP/1.1" 200 3168 0.006967
10.0.0.33 - - [2026-06-08 02:51:28] "GET /instance-ip/480a5f54-b7eb-4d95-a252-bc217051ab74 HTTP/1.1" 200 1651 0.008995
10.0.0.33 - - [2026-06-08 02:51:28] "GET /instance-ip/d728fdc1-1910-46a2-97fd-b556073dd206 HTTP/1.1" 200 1632 0.006580
10.0.0.33 - - [2026-06-08 02:51:28] "GET /virtual-machine/bdc045c6-584a-47fb-816a-74367757da5c HTTP/1.1" 200 1298 0.004849
10.0.0.33 - - [2026-06-08 02:51:28] "GET /virtual-machine-interface/25b6c0f3-98aa-40aa-b38d-b7aa9f28d0b3 HTTP/1.1" 200 3168 0.005501
10.0.0.33 - - [2026-06-08 02:51:28] "GET /instance-ip/480a5f54-b7eb-4d95-a252-bc217051ab74 HTTP/1.1" 200 1651 0.004902
10.0.0.33 - - [2026-06-08 02:51:28] "GET /instance-ip/d728fdc1-1910-46a2-97fd-b556073dd206 HTTP/1.1" 200 1632 0.006050
10.0.0.33 - - [2026-06-08 02:51:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004459
10.0.0.33 - - [2026-06-08 02:51:28] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004450
10.0.0.33 - - [2026-06-08 02:51:28] "GET /virtual-networks?parent_id=f05de918-9602-47a6-9474-60cfe2ef844f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003976
10.0.0.33 - - [2026-06-08 02:51:28] "GET /virtual-network/53476631-6726-483c-a02f-a0fc9f661033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.006549
10.0.0.33 - - [2026-06-08 02:51:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004393
10.0.0.33 - - [2026-06-08 02:51:28] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005714
10.0.0.33 - - [2026-06-08 02:51:28] "GET /virtual-networks?parent_id=f05de918-9602-47a6-9474-60cfe2ef844f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004217
10.0.0.33 - - [2026-06-08 02:51:28] "GET /virtual-network/53476631-6726-483c-a02f-a0fc9f661033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.007313
10.0.0.33 - - [2026-06-08 02:51:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.005342
10.0.0.33 - - [2026-06-08 02:51:28] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004886
10.0.0.33 - - [2026-06-08 02:51:28] "GET /virtual-networks?parent_id=f05de918-9602-47a6-9474-60cfe2ef844f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004658
10.0.0.33 - - [2026-06-08 02:51:28] "GET /virtual-network/53476631-6726-483c-a02f-a0fc9f661033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.009589
10.0.0.33 - - [2026-06-08 02:51:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.005868
10.0.0.33 - - [2026-06-08 02:51:28] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005239
10.0.0.33 - - [2026-06-08 02:51:28] "GET /virtual-networks?parent_id=f05de918-9602-47a6-9474-60cfe2ef844f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004201
10.0.0.33 - - [2026-06-08 02:51:28] "GET /virtual-network/53476631-6726-483c-a02f-a0fc9f661033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.014053
10.0.0.33 - - [2026-06-08 02:51:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004906
10.0.0.33 - - [2026-06-08 02:51:28] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006137
10.0.0.33 - - [2026-06-08 02:51:28] "GET /virtual-networks?parent_id=f05de918-9602-47a6-9474-60cfe2ef844f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004324
10.0.0.33 - - [2026-06-08 02:51:28] "GET /virtual-network/53476631-6726-483c-a02f-a0fc9f661033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.006459
10.0.0.33 - - [2026-06-08 02:51:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003784
10.0.0.33 - - [2026-06-08 02:51:29] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004758
10.0.0.33 - - [2026-06-08 02:51:29] "GET /virtual-networks?parent_id=f05de918-9602-47a6-9474-60cfe2ef844f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003420
10.0.0.33 - - [2026-06-08 02:51:29] "GET /virtual-network/53476631-6726-483c-a02f-a0fc9f661033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005882
10.0.0.33 - - [2026-06-08 02:51:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003937
10.0.0.33 - - [2026-06-08 02:51:30] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003913
10.0.0.33 - - [2026-06-08 02:51:30] "GET /virtual-networks?parent_id=f05de918-9602-47a6-9474-60cfe2ef844f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003327
10.0.0.33 - - [2026-06-08 02:51:30] "GET /virtual-network/53476631-6726-483c-a02f-a0fc9f661033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.006096
10.0.0.33 - - [2026-06-08 02:51:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003746
10.0.0.33 - - [2026-06-08 02:51:30] "GET /routing-instance/896c1a53-696b-4e76-b999-95b9d0b2f096?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1485 0.005790
10.0.0.33 - - [2026-06-08 02:51:30] "GET /route-target/a81c0dee-908a-42b0-a6ad-b71810fb3ac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005369
10.0.0.33 - - [2026-06-08 02:51:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003971
10.0.0.33 - - [2026-06-08 02:51:30] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004411
10.0.0.33 - - [2026-06-08 02:51:30] "GET /virtual-networks?parent_id=f05de918-9602-47a6-9474-60cfe2ef844f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003106
10.0.0.33 - - [2026-06-08 02:51:30] "GET /virtual-network/53476631-6726-483c-a02f-a0fc9f661033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.006486
10.0.0.33 - - [2026-06-08 02:51:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003447
10.0.0.33 - - [2026-06-08 02:51:30] "GET /routing-instance/896c1a53-696b-4e76-b999-95b9d0b2f096?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1485 0.004194
10.0.0.33 - - [2026-06-08 02:51:30] "GET /route-target/a81c0dee-908a-42b0-a6ad-b71810fb3ac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004702
10.0.0.33 - - [2026-06-08 02:51:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003822
10.0.0.33 - - [2026-06-08 02:51:30] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004652
10.0.0.33 - - [2026-06-08 02:51:30] "GET /virtual-networks?parent_id=f05de918-9602-47a6-9474-60cfe2ef844f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003383
10.0.0.33 - - [2026-06-08 02:51:30] "GET /virtual-network/53476631-6726-483c-a02f-a0fc9f661033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.006042
10.0.0.33 - - [2026-06-08 02:51:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003490
10.0.0.33 - - [2026-06-08 02:51:30] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004414
10.0.0.33 - - [2026-06-08 02:51:30] "GET /virtual-networks?parent_id=f05de918-9602-47a6-9474-60cfe2ef844f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003453
10.0.0.33 - - [2026-06-08 02:51:30] "GET /virtual-network/53476631-6726-483c-a02f-a0fc9f661033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005740
10.0.0.33 - - [2026-06-08 02:51:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003808
10.0.0.33 - - [2026-06-08 02:51:30] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004352
10.0.0.33 - - [2026-06-08 02:51:30] "GET /virtual-networks?parent_id=f05de918-9602-47a6-9474-60cfe2ef844f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.007014
10.0.0.33 - - [2026-06-08 02:51:30] "GET /virtual-network/53476631-6726-483c-a02f-a0fc9f661033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.006922
10.0.0.33 - - [2026-06-08 02:51:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004013
10.0.0.33 - - [2026-06-08 02:51:30] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004563
10.0.0.33 - - [2026-06-08 02:51:30] "GET /virtual-networks?parent_id=f05de918-9602-47a6-9474-60cfe2ef844f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004213
10.0.0.33 - - [2026-06-08 02:51:31] "GET /virtual-network/53476631-6726-483c-a02f-a0fc9f661033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.007148
10.0.0.27 - - [2026-06-08 02:51:31] "GET /obj-perms HTTP/1.1" 200 5042 0.004190
10.0.0.33 - - [2026-06-08 02:51:31] "GET /obj-perms HTTP/1.1" 200 5042 0.005181
10.0.0.33 - - [2026-06-08 02:51:31] "GET /obj-perms HTTP/1.1" 200 5042 0.005960
10.0.0.27 - - [2026-06-08 02:51:31] "GET /obj-perms HTTP/1.1" 200 5042 0.005453
10.0.0.33 - - [2026-06-08 02:51:31] "GET /obj-perms HTTP/1.1" 200 5042 0.004385
10.0.0.33 - - [2026-06-08 02:51:31] "GET /virtual-machine/51b65769-bcf4-413b-8a8b-2d5e12a51d26 HTTP/1.1" 200 1297 0.004607
10.0.0.33 - - [2026-06-08 02:51:31] "GET /virtual-machine-interface/7968ed19-dcb1-406a-9240-dddc819a1352 HTTP/1.1" 200 3168 0.005782
10.0.0.33 - - [2026-06-08 02:51:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.005365
10.0.0.33 - - [2026-06-08 02:51:31] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004475
10.0.0.33 - - [2026-06-08 02:51:31] "GET /virtual-networks?parent_id=f05de918-9602-47a6-9474-60cfe2ef844f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003783
10.0.0.33 - - [2026-06-08 02:51:31] "GET /virtual-network/f3bcb940-3630-4ffb-89ba-f51f845ba361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.008085
10.0.0.33 - - [2026-06-08 02:51:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004218
10.0.0.33 - - [2026-06-08 02:51:32] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004096
10.0.0.33 - - [2026-06-08 02:51:32] "GET /virtual-networks?parent_id=f05de918-9602-47a6-9474-60cfe2ef844f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004662
10.0.0.33 - - [2026-06-08 02:51:32] "GET /virtual-network/f3bcb940-3630-4ffb-89ba-f51f845ba361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.007749
10.0.0.33 - - [2026-06-08 02:51:32] "GET /virtual-machine/106482fb-ce0f-4138-8159-73dfcb0b9e6e HTTP/1.1" 200 1297 0.005799
10.0.0.33 - - [2026-06-08 02:51:32] "GET /virtual-machine-interface/208c6788-4dbc-47f6-a3e8-fa8d33a991a1 HTTP/1.1" 200 3168 0.006022
10.0.0.33 - - [2026-06-08 02:51:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.005072
10.0.0.33 - - [2026-06-08 02:51:32] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005591
10.0.0.33 - - [2026-06-08 02:51:32] "GET /virtual-networks?parent_id=f05de918-9602-47a6-9474-60cfe2ef844f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004067
10.0.0.33 - - [2026-06-08 02:51:32] "GET /virtual-network/d4cb6d8d-2cb4-490c-b65d-7e980c1abffb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.008618
10.0.0.33 - - [2026-06-08 02:51:33] "POST /neutron/port HTTP/1.1" 200 1237 0.023823
10.0.0.33 - - [2026-06-08 02:51:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004503
10.0.0.33 - - [2026-06-08 02:51:34] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004485
10.0.0.33 - - [2026-06-08 02:51:34] "GET /virtual-networks?parent_id=f05de918-9602-47a6-9474-60cfe2ef844f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003768
10.0.0.33 - - [2026-06-08 02:51:34] "GET /virtual-network/d4cb6d8d-2cb4-490c-b65d-7e980c1abffb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.006784
10.0.0.33 - - [2026-06-08 02:51:34] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008565
10.0.0.33 - - [2026-06-08 02:51:44] "GET /virtual-machine/bdc045c6-584a-47fb-816a-74367757da5c HTTP/1.1" 200 1298 0.005387
10.0.0.33 - - [2026-06-08 02:51:44] "GET /virtual-machine-interface/25b6c0f3-98aa-40aa-b38d-b7aa9f28d0b3 HTTP/1.1" 200 3168 0.005832
10.0.0.33 - - [2026-06-08 02:51:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004211
10.0.0.33 - - [2026-06-08 02:51:44] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004824
10.0.0.33 - - [2026-06-08 02:51:44] "GET /virtual-networks?parent_id=f05de918-9602-47a6-9474-60cfe2ef844f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004357
10.0.0.33 - - [2026-06-08 02:51:44] "GET /virtual-network/53476631-6726-483c-a02f-a0fc9f661033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.007090
10.0.0.33 - - [2026-06-08 02:51:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.005696
10.0.0.33 - - [2026-06-08 02:51:45] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004942
10.0.0.33 - - [2026-06-08 02:51:45] "GET /virtual-networks?parent_id=f05de918-9602-47a6-9474-60cfe2ef844f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.005326
10.0.0.33 - - [2026-06-08 02:51:45] "GET /virtual-network/53476631-6726-483c-a02f-a0fc9f661033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.008786
10.0.0.249 - - [2026-06-08 02:51:50] "GET /obj-perms HTTP/1.1" 200 5056 0.059947
10.0.0.27 - - [2026-06-08 02:51:50] "GET /obj-perms HTTP/1.1" 200 5056 0.062794
10.0.0.33 - - [2026-06-08 02:52:03] "POST /neutron/port HTTP/1.1" 200 1237 0.050991
10.0.0.33 - - [2026-06-08 02:52:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004386
10.0.0.33 - - [2026-06-08 02:52:03] "POST /neutron/port HTTP/1.1" 200 117 0.001218
10.0.0.33 - - [2026-06-08 02:52:12] "POST /neutron/port HTTP/1.1" 200 1237 0.049664
10.0.0.33 - - [2026-06-08 02:52:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005242
10.0.0.33 - - [2026-06-08 02:52:12] "POST /neutron/port HTTP/1.1" 200 117 0.001995
10.0.0.33 - - [2026-06-08 02:52:33] "GET /virtual-machine/bdc045c6-584a-47fb-816a-74367757da5c HTTP/1.1" 200 1298 0.006689
10.0.0.33 - - [2026-06-08 02:52:34] "POST /neutron/port HTTP/1.1" 200 1233 0.023237
10.0.0.33 - - [2026-06-08 02:52:35] "GET /virtual-machine/bdc045c6-584a-47fb-816a-74367757da5c HTTP/1.1" 404 171 0.003475
10.0.0.33 - - [2026-06-08 02:52:35] "GET /virtual-machine/bdc045c6-584a-47fb-816a-74367757da5c HTTP/1.1" 404 171 0.003136
10.0.0.33 - - [2026-06-08 02:52:35] "GET /virtual-machine/bdc045c6-584a-47fb-816a-74367757da5c HTTP/1.1" 404 171 0.004781
10.0.0.33 - - [2026-06-08 02:52:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004483
10.0.0.33 - - [2026-06-08 02:52:36] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005058
10.0.0.33 - - [2026-06-08 02:52:36] "GET /virtual-networks?parent_id=f05de918-9602-47a6-9474-60cfe2ef844f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003981
10.0.0.33 - - [2026-06-08 02:52:36] "GET /virtual-network/53476631-6726-483c-a02f-a0fc9f661033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.006801
10.0.0.33 - - [2026-06-08 02:52:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003328
10.0.0.33 - - [2026-06-08 02:52:36] "GET /routing-instance/896c1a53-696b-4e76-b999-95b9d0b2f096?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1485 0.006624
10.0.0.33 - - [2026-06-08 02:52:36] "GET /route-target/a81c0dee-908a-42b0-a6ad-b71810fb3ac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.006303
10.0.0.249 - - [2026-06-08 02:52:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000616
10.0.0.249 - - [2026-06-08 02:52:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000383
10.0.0.249 - - [2026-06-08 02:52:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000486
10.0.0.249 - - [2026-06-08 02:52:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000424
10.0.0.33 - - [2026-06-08 02:52:37] "GET /global-system-configs HTTP/1.1" 401 292 0.001390
10.0.0.33 - - [2026-06-08 02:52:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000501
10.0.0.27 - - [2026-06-08 02:52:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000412
10.0.0.27 - - [2026-06-08 02:52:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000409
10.0.0.33 - - [2026-06-08 02:52:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000446
10.0.0.33 - - [2026-06-08 02:52:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000549
10.0.0.27 - - [2026-06-08 02:52:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000423
10.0.0.27 - - [2026-06-08 02:52:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000430
10.0.0.33 - - [2026-06-08 02:52:42] "GET /obj-perms HTTP/1.1" 200 5042 0.005600
10.0.0.27 - - [2026-06-08 02:52:42] "GET /obj-perms HTTP/1.1" 200 5042 0.006111
10.0.0.33 - - [2026-06-08 02:52:42] "GET /virtual-machine/106482fb-ce0f-4138-8159-73dfcb0b9e6e HTTP/1.1" 200 1297 0.005803
10.0.0.33 - - [2026-06-08 02:52:43] "POST /neutron/port HTTP/1.1" 200 1237 0.023331
10.0.0.33 - - [2026-06-08 02:52:44] "GET /virtual-machine/106482fb-ce0f-4138-8159-73dfcb0b9e6e HTTP/1.1" 404 171 0.005682
10.0.0.33 - - [2026-06-08 02:52:44] "GET /virtual-machine/106482fb-ce0f-4138-8159-73dfcb0b9e6e HTTP/1.1" 404 171 0.004143
10.0.0.33 - - [2026-06-08 02:52:44] "GET /virtual-machine/106482fb-ce0f-4138-8159-73dfcb0b9e6e HTTP/1.1" 404 171 0.006943
10.0.0.33 - - [2026-06-08 02:52:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.008621
10.0.0.33 - - [2026-06-08 02:52:44] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007015
10.0.0.33 - - [2026-06-08 02:52:44] "GET /virtual-networks?parent_id=f05de918-9602-47a6-9474-60cfe2ef844f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.007542
10.0.0.33 - - [2026-06-08 02:52:45] "GET /virtual-network/d4cb6d8d-2cb4-490c-b65d-7e980c1abffb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.005986
10.0.0.33 - - [2026-06-08 02:52:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004162
10.0.0.33 - - [2026-06-08 02:52:45] "GET /routing-instance/f0c2cc86-c03b-4898-92fb-2050574c0144?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.006005
10.0.0.33 - - [2026-06-08 02:52:45] "GET /route-target/5222513c-76d0-44cf-acef-a3647261161b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003876
10.0.0.33 - - [2026-06-08 02:52:45] "GET /obj-perms HTTP/1.1" 200 5042 0.004224
10.0.0.249 - - [2026-06-08 02:52:48] "GET /obj-perms HTTP/1.1" 200 5042 0.005474
10.0.0.33 - - [2026-06-08 02:52:51] "GET /obj-perms HTTP/1.1" 200 5042 0.005632
10.0.0.249 - - [2026-06-08 02:52:54] "GET /obj-perms HTTP/1.1" 200 5042 0.005422
10.0.0.33 - - [2026-06-08 02:53:00] "GET /obj-perms HTTP/1.1" 200 5042 0.005928
10.0.0.249 - - [2026-06-08 02:53:03] "GET /obj-perms HTTP/1.1" 200 5042 0.004392
10.0.0.33 - - [2026-06-08 02:53:09] "GET /obj-perms HTTP/1.1" 200 5042 0.005601
10.0.0.249 - - [2026-06-08 02:53:12] "GET /obj-perms HTTP/1.1" 200 5042 0.005124
10.0.0.33 - - [2026-06-08 02:53:12] "GET /obj-perms HTTP/1.1" 200 5042 0.005280
10.0.0.33 - - [2026-06-08 02:53:13] "GET /virtual-machine/51b65769-bcf4-413b-8a8b-2d5e12a51d26 HTTP/1.1" 200 1297 0.006186
10.0.0.33 - - [2026-06-08 02:53:13] "POST /neutron/port HTTP/1.1" 200 1237 0.031475
10.0.0.33 - - [2026-06-08 02:53:15] "GET /virtual-machine/51b65769-bcf4-413b-8a8b-2d5e12a51d26 HTTP/1.1" 404 171 0.004439
10.0.0.33 - - [2026-06-08 02:53:15] "GET /virtual-machine/51b65769-bcf4-413b-8a8b-2d5e12a51d26 HTTP/1.1" 404 171 0.003961
10.0.0.33 - - [2026-06-08 02:53:15] "GET /virtual-machine/51b65769-bcf4-413b-8a8b-2d5e12a51d26 HTTP/1.1" 404 171 0.003983
10.0.0.33 - - [2026-06-08 02:53:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004490
10.0.0.33 - - [2026-06-08 02:53:15] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005508
10.0.0.33 - - [2026-06-08 02:53:15] "GET /virtual-networks?parent_id=f05de918-9602-47a6-9474-60cfe2ef844f&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004672
10.0.0.33 - - [2026-06-08 02:53:15] "GET /virtual-network/f3bcb940-3630-4ffb-89ba-f51f845ba361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.008239
10.0.0.33 - - [2026-06-08 02:53:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005115
10.0.0.33 - - [2026-06-08 02:53:15] "GET /routing-instance/ba9ae934-d0a0-4890-ba6f-794ff00babcd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.007851
10.0.0.33 - - [2026-06-08 02:53:15] "GET /route-target/cb5c2b15-04d5-4c3c-9bba-30a6a502e7fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004858
10.0.0.27 - - [2026-06-08 02:53:15] "GET /obj-perms HTTP/1.1" 200 5042 0.006674
10.0.0.33 - - [2026-06-08 02:53:21] "GET /obj-perms HTTP/1.1" 200 5042 0.005452
10.0.0.27 - - [2026-06-08 02:53:24] "GET /obj-perms HTTP/1.1" 200 5042 0.004344
10.0.0.33 - - [2026-06-08 02:53:30] "GET /obj-perms HTTP/1.1" 200 5042 0.004300
10.0.0.27 - - [2026-06-08 02:53:33] "GET /obj-perms HTTP/1.1" 200 5042 0.004755
10.0.0.33 - - [2026-06-08 02:53:40] "GET /obj-perms HTTP/1.1" 200 5042 0.003904
10.0.0.27 - - [2026-06-08 02:53:43] "GET /obj-perms HTTP/1.1" 200 5042 0.005479
10.0.0.33 - - [2026-06-08 02:53:43] "GET /obj-perms HTTP/1.1" 200 5042 0.004608
10.0.0.33 - - [2026-06-08 02:53:43] "GET /virtual-network/d4cb6d8d-2cb4-490c-b65d-7e980c1abffb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.007231
10.0.0.33 - - [2026-06-08 02:53:43] "POST /neutron/network HTTP/1.1" 200 1112 0.012178
10.0.0.249 - - [2026-06-08 02:53:43] "POST /fqname-to-id HTTP/1.1" 404 207 0.005939
10.0.0.33 - - [2026-06-08 02:53:43] "GET /virtual-network/d4cb6d8d-2cb4-490c-b65d-7e980c1abffb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.023656
10.0.0.249 - - [2026-06-08 02:53:43] "POST /ref-update HTTP/1.1" 200 156 0.073786
10.0.0.33 - - [2026-06-08 02:53:43] "GET /virtual-network/f3bcb940-3630-4ffb-89ba-f51f845ba361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.008236
10.0.0.33 - - [2026-06-08 02:53:43] "POST /neutron/network HTTP/1.1" 200 1198 0.010525
10.0.0.33 - - [2026-06-08 02:53:43] "GET /virtual-network/f3bcb940-3630-4ffb-89ba-f51f845ba361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.008096
10.0.0.33 - - [2026-06-08 02:53:44] "DELETE /network-policy/8adc66fc-17f2-47a4-8593-757535c291dc HTTP/1.1" 200 115 0.046212
10.0.0.33 - - [2026-06-08 02:53:44] "DELETE /network-policy/ee0856e7-7715-4e51-a435-66bf9a8419fa HTTP/1.1" 200 115 0.047245
10.0.0.33 - - [2026-06-08 02:53:44] "DELETE /network-policy/1df30819-ebe1-4f18-a57b-de2b65934131 HTTP/1.1" 200 115 0.037204
10.0.0.33 - - [2026-06-08 02:53:44] "POST /neutron/network HTTP/1.1" 200 1010 0.010897
10.0.0.249 - - [2026-06-08 02:53:44] "POST /ref-update HTTP/1.1" 200 156 0.037576
10.0.0.249 - - [2026-06-08 02:53:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.008466
10.0.0.27 - - [2026-06-08 02:53:45] "POST /useragent-kv HTTP/1.1" 200 115 0.072717
10.0.0.27 - - [2026-06-08 02:53:45] "POST /useragent-kv HTTP/1.1" 200 115 0.011630
10.0.0.27 - - [2026-06-08 02:53:45] "POST /useragent-kv HTTP/1.1" 200 115 0.004515
10.0.0.27 - - [2026-06-08 02:53:45] "POST /useragent-kv HTTP/1.1" 200 115 0.006172
10.0.0.33 - - [2026-06-08 02:53:45] "POST /neutron/network HTTP/1.1" 200 151 0.271318
10.0.0.249 - - [2026-06-08 02:53:45] "DELETE /route-target/cb5c2b15-04d5-4c3c-9bba-30a6a502e7fd HTTP/1.1" 200 115 0.026500
10.0.0.33 - - [2026-06-08 02:53:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004164
10.0.0.33 - - [2026-06-08 02:53:45] "DELETE /network-ipam/97452f07-a0ba-413c-8842-66822361912a HTTP/1.1" 200 115 0.043362
10.0.0.33 - - [2026-06-08 02:53:45] "POST /fqname-to-id HTTP/1.1" 404 203 0.004240
10.0.0.33 - - [2026-06-08 02:53:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004287
10.0.0.33 - - [2026-06-08 02:53:45] "DELETE /network-ipam/20d2c771-7724-4d6c-8d8f-7ff848cd5bbd HTTP/1.1" 200 115 0.047132
10.0.0.33 - - [2026-06-08 02:53:45] "POST /fqname-to-id HTTP/1.1" 404 203 0.004826
10.0.0.33 - - [2026-06-08 02:53:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004079
10.0.0.33 - - [2026-06-08 02:53:46] "DELETE /network-ipam/d073de7d-614e-4df5-a583-084fff5eb72c HTTP/1.1" 200 115 0.036792
10.0.0.33 - - [2026-06-08 02:53:46] "POST /fqname-to-id HTTP/1.1" 404 203 0.004843
10.0.0.27 - - [2026-06-08 02:53:48] "GET /projects?obj_uuids=f05de918-9602-47a6-9474-60cfe2ef844f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001434
10.0.0.33 - - [2026-06-08 02:53:48] "GET /project/f05de918-9602-47a6-9474-60cfe2ef844f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.070543
10.0.0.27 - - [2026-06-08 02:53:48] "GET /projects?obj_uuids=f05de918-9602-47a6-9474-60cfe2ef844f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001315
10.0.0.33 - - [2026-06-08 02:53:48] "GET /project/f05de918-9602-47a6-9474-60cfe2ef844f?fields=virtual_networks HTTP/1.1" 200 1045 0.089702
10.0.0.27 - - [2026-06-08 02:53:49] "GET /projects?obj_uuids=f05de918-9602-47a6-9474-60cfe2ef844f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001223
10.0.0.33 - - [2026-06-08 02:53:49] "GET /project/f05de918-9602-47a6-9474-60cfe2ef844f?fields=virtual_machine_interfaces HTTP/1.1" 200 1045 0.057712
10.0.0.27 - - [2026-06-08 02:53:49] "GET /projects?obj_uuids=f05de918-9602-47a6-9474-60cfe2ef844f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001686
10.0.0.33 - - [2026-06-08 02:53:49] "GET /project/f05de918-9602-47a6-9474-60cfe2ef844f?fields=security_groups HTTP/1.1" 200 1277 0.057635
10.0.0.33 - - [2026-06-08 02:53:50] "POST /fqname-to-id HTTP/1.1" 404 190 0.029431
10.0.0.27 - - [2026-06-08 02:53:50] "GET /projects?obj_uuids=78a30b19-9ddf-4676-b98e-126d0e296095&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005027
10.0.0.27 - - [2026-06-08 02:53:50] "GET /domains?obj_uuids=2441b78a-01cc-4005-9aa7-6b434eb6fb41&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001137
10.0.0.27 - - [2026-06-08 02:53:50] "GET /domain/2441b78a-01cc-4005-9aa7-6b434eb6fb41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.041401
10.0.0.27 - - [2026-06-08 02:53:50] "POST /id-to-fqname HTTP/1.1" 200 192 0.001716
10.0.0.27 - - [2026-06-08 02:53:50] "POST /fqname-to-id HTTP/1.1" 404 201 0.004974
10.0.0.27 - - [2026-06-08 02:53:50] "POST /security-groups HTTP/1.1" 200 593 0.033254
10.0.0.27 - - [2026-06-08 02:53:50] "POST /projects HTTP/1.1" 200 589 0.259636
10.0.0.27 - - [2026-06-08 02:53:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.294317
10.0.0.249 - - [2026-06-08 02:53:50] "POST /fqname-to-id HTTP/1.1" 404 235 0.004829
10.0.0.33 - - [2026-06-08 02:53:50] "GET /project/78a30b19-9ddf-4676-b98e-126d0e296095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.492723
10.0.0.33 - - [2026-06-08 02:53:51] "GET / HTTP/1.1" 200 35931 0.001935
10.0.0.33 - - [2026-06-08 02:53:53] "POST /fqname-to-id HTTP/1.1" 401 292 0.000480
10.0.0.33 - - [2026-06-08 02:53:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.028785
10.0.0.27 - - [2026-06-08 02:53:54] "GET /projects?obj_uuids=78a30b19-9ddf-4676-b98e-126d0e296095&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001076
10.0.0.33 - - [2026-06-08 02:53:54] "GET /project/78a30b19-9ddf-4676-b98e-126d0e296095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.048127
10.0.0.33 - - [2026-06-08 02:53:54] "POST /neutron/network HTTP/1.1" 200 117 0.037146
10.0.0.249 - - [2026-06-08 02:53:54] "POST /ref-update HTTP/1.1" 200 156 0.029171
10.0.0.33 - - [2026-06-08 02:53:54] "POST /neutron/network HTTP/1.1" 200 826 0.008532
10.0.0.33 - - [2026-06-08 02:53:54] "POST /id-to-fqname HTTP/1.1" 200 222 0.001653
10.0.0.33 - - [2026-06-08 02:53:54] "GET /virtual-network/8c1895f4-3f30-4fe2-8e53-ab1deed214ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006176
10.0.0.33 - - [2026-06-08 02:53:54] "GET /virtual-network/8c1895f4-3f30-4fe2-8e53-ab1deed214ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006525
10.0.0.33 - - [2026-06-08 02:53:54] "POST /neutron/subnet HTTP/1.1" 200 725 0.013603
10.0.0.33 - - [2026-06-08 02:53:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003434
10.0.0.27 - - [2026-06-08 02:53:54] "GET /projects?obj_uuids=78a30b19-9ddf-4676-b98e-126d0e296095&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001086
10.0.0.33 - - [2026-06-08 02:53:54] "GET /project/78a30b19-9ddf-4676-b98e-126d0e296095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.044669
10.0.0.27 - - [2026-06-08 02:53:55] "POST /useragent-kv HTTP/1.1" 200 115 0.007947
10.0.0.33 - - [2026-06-08 02:53:55] "POST /neutron/subnet HTTP/1.1" 200 715 0.183753
10.0.0.33 - - [2026-06-08 02:53:55] "POST /id-to-fqname HTTP/1.1" 200 222 0.001823
10.0.0.33 - - [2026-06-08 02:53:55] "GET /virtual-network/ba339b0f-bb40-4e8c-8983-4ceec369c009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006350
10.0.0.33 - - [2026-06-08 02:53:55] "GET /virtual-network/ba339b0f-bb40-4e8c-8983-4ceec369c009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007129
10.0.0.33 - - [2026-06-08 02:53:55] "POST /neutron/network HTTP/1.1" 200 824 0.009548
10.0.0.33 - - [2026-06-08 02:53:55] "POST /fqname-to-id HTTP/1.1" 404 228 0.003801
10.0.0.33 - - [2026-06-08 02:53:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004154
10.0.0.27 - - [2026-06-08 02:53:55] "GET /projects?obj_uuids=78a30b19-9ddf-4676-b98e-126d0e296095&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001283
10.0.0.33 - - [2026-06-08 02:53:55] "GET /project/78a30b19-9ddf-4676-b98e-126d0e296095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.054930
10.0.0.33 - - [2026-06-08 02:53:55] "POST /network-policys HTTP/1.1" 200 571 0.037148
10.0.0.33 - - [2026-06-08 02:53:55] "GET /network-policy/192a2acc-2ac2-4dc6-8da6-3dc411088e04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.006413
10.0.0.249 - - [2026-06-08 02:53:55] "POST /fqname-to-id HTTP/1.1" 404 236 0.004294
10.0.0.33 - - [2026-06-08 02:53:55] "POST /neutron/network HTTP/1.1" 200 928 0.093179
10.0.0.33 - - [2026-06-08 02:53:55] "GET /virtual-network/8c1895f4-3f30-4fe2-8e53-ab1deed214ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.029383
10.0.0.33 - - [2026-06-08 02:53:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.006132
10.0.0.33 - - [2026-06-08 02:53:55] "GET /network-policy/192a2acc-2ac2-4dc6-8da6-3dc411088e04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.005648
10.0.0.33 - - [2026-06-08 02:53:56] "POST /neutron/network HTTP/1.1" 200 926 0.088628
10.0.0.33 - - [2026-06-08 02:53:56] "GET /virtual-network/ba339b0f-bb40-4e8c-8983-4ceec369c009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.007495
10.0.0.33 - - [2026-06-08 02:53:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004511
10.0.0.249 - - [2026-06-08 02:53:56] "POST /access-control-lists HTTP/1.1" 200 590 0.096257
10.0.0.33 - - [2026-06-08 02:53:56] "GET /network-policy/192a2acc-2ac2-4dc6-8da6-3dc411088e04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.007002
10.0.0.33 - - [2026-06-08 02:53:56] "GET /virtual-network/8c1895f4-3f30-4fe2-8e53-ab1deed214ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.008399
10.0.0.249 - - [2026-06-08 02:53:57] "GET /obj-perms HTTP/1.1" 200 5034 0.065610
10.0.0.27 - - [2026-06-08 02:53:58] "GET /obj-perms HTTP/1.1" 200 5034 0.066744
10.0.0.33 - - [2026-06-08 02:53:58] "GET /virtual-network/ba339b0f-bb40-4e8c-8983-4ceec369c009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.006515
10.0.0.33 - - [2026-06-08 02:53:58] "GET /obj-perms HTTP/1.1" 200 5034 0.056596
10.0.0.33 - - [2026-06-08 02:53:58] "POST /id-to-fqname HTTP/1.1" 200 222 0.001794
10.0.0.27 - - [2026-06-08 02:53:59] "GET /projects?obj_uuids=78a30b19-9ddf-4676-b98e-126d0e296095&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001632
10.0.0.33 - - [2026-06-08 02:53:59] "GET /project/78a30b19-9ddf-4676-b98e-126d0e296095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.078106
10.0.0.33 - - [2026-06-08 02:53:59] "POST /neutron/network HTTP/1.1" 200 928 0.058074
10.0.0.33 - - [2026-06-08 02:53:59] "POST /id-to-fqname HTTP/1.1" 200 222 0.002274
10.0.0.33 - - [2026-06-08 02:53:59] "POST /neutron/port HTTP/1.1" 200 117 0.014278
10.0.0.27 - - [2026-06-08 02:54:00] "GET /projects?obj_uuids=78a30b19-9ddf-4676-b98e-126d0e296095&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001273
10.0.0.33 - - [2026-06-08 02:54:00] "POST /neutron/port HTTP/1.1" 200 1062 0.401758
10.0.0.27 - - [2026-06-08 02:54:00] "GET /projects?obj_uuids=78a30b19-9ddf-4676-b98e-126d0e296095&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001873
10.0.0.33 - - [2026-06-08 02:54:00] "POST /neutron/port HTTP/1.1" 200 1116 0.142922
10.0.0.33 - - [2026-06-08 02:54:00] "GET /project/78a30b19-9ddf-4676-b98e-126d0e296095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.151733
10.0.0.33 - - [2026-06-08 02:54:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005877
10.0.0.33 - - [2026-06-08 02:54:01] "POST /neutron/network HTTP/1.1" 200 928 0.012347
10.0.0.33 - - [2026-06-08 02:54:01] "POST /neutron/port HTTP/1.1" 200 117 0.008569
10.0.0.33 - - [2026-06-08 02:54:01] "POST /neutron/network HTTP/1.1" 200 936 0.010567
10.0.0.33 - - [2026-06-08 02:54:02] "POST /neutron/port HTTP/1.1" 200 1060 0.028460
10.0.0.33 - - [2026-06-08 02:54:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005176
10.0.0.33 - - [2026-06-08 02:54:02] "POST /neutron/network HTTP/1.1" 200 926 0.020016
10.0.0.33 - - [2026-06-08 02:54:04] "POST /neutron/network HTTP/1.1" 200 938 0.008276
10.0.0.33 - - [2026-06-08 02:54:04] "POST /neutron/port HTTP/1.1" 200 117 0.001725
10.0.0.33 - - [2026-06-08 02:54:06] "POST /neutron/security_group HTTP/1.1" 200 2060 0.010791
10.0.0.33 - - [2026-06-08 02:54:06] "POST /neutron/port HTTP/1.1" 200 1126 0.022136
10.0.0.33 - - [2026-06-08 02:54:06] "GET /virtual-machine/e1d3000c-8557-490c-b342-9b0715422350 HTTP/1.1" 401 292 0.000483
10.0.0.33 - - [2026-06-08 02:54:06] "GET /virtual-machine/e1d3000c-8557-490c-b342-9b0715422350 HTTP/1.1" 200 1295 0.033083
10.0.0.33 - - [2026-06-08 02:54:06] "GET /virtual-machine-interface/6a741c11-8fdd-4204-b42b-1af6558b6095 HTTP/1.1" 200 2951 0.007947
10.0.0.33 - - [2026-06-08 02:54:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004808
10.0.0.33 - - [2026-06-08 02:54:06] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005546
10.0.0.33 - - [2026-06-08 02:54:07] "GET /virtual-networks?parent_id=78a30b19-9ddf-4676-b98e-126d0e296095&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004865
10.0.0.33 - - [2026-06-08 02:54:07] "GET /virtual-network/8c1895f4-3f30-4fe2-8e53-ab1deed214ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.007921
10.0.0.33 - - [2026-06-08 02:54:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004727
10.0.0.33 - - [2026-06-08 02:54:10] "GET /virtual-network/8c1895f4-3f30-4fe2-8e53-ab1deed214ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.007332
10.0.0.33 - - [2026-06-08 02:54:13] "POST /neutron/port HTTP/1.1" 200 1124 0.029217
10.0.0.33 - - [2026-06-08 02:54:13] "POST /neutron/subnet HTTP/1.1" 200 689 0.013268
10.0.0.33 - - [2026-06-08 02:54:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004609
10.0.0.33 - - [2026-06-08 02:54:14] "GET /virtual-network/8c1895f4-3f30-4fe2-8e53-ab1deed214ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.006383
10.0.0.33 - - [2026-06-08 02:54:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004784
10.0.0.33 - - [2026-06-08 02:54:18] "GET /virtual-network/8c1895f4-3f30-4fe2-8e53-ab1deed214ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.009058
10.0.0.33 - - [2026-06-08 02:54:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003723
10.0.0.33 - - [2026-06-08 02:54:22] "GET /virtual-network/8c1895f4-3f30-4fe2-8e53-ab1deed214ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005950
10.0.0.33 - - [2026-06-08 02:54:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.006854
10.0.0.33 - - [2026-06-08 02:54:26] "GET /virtual-network/8c1895f4-3f30-4fe2-8e53-ab1deed214ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.008819
10.0.0.249 - - [2026-06-08 02:54:26] "DELETE /access-control-list/89175f47-3bff-47d8-a1c1-36cfdba71815 HTTP/1.1" 200 115 0.053346
10.0.0.27 - - [2026-06-08 02:54:27] "DELETE /project/f05de918-9602-47a6-9474-60cfe2ef844f HTTP/1.1" 404 177 0.008497
10.0.0.27 - - [2026-06-08 02:54:27] "DELETE /project/78a30b199ddf4676b98e126d0e296095 HTTP/1.1" 404 173 0.007075
10.0.0.33 - - [2026-06-08 02:54:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004817
10.0.0.33 - - [2026-06-08 02:54:30] "GET /virtual-network/8c1895f4-3f30-4fe2-8e53-ab1deed214ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.009252
10.0.0.33 - - [2026-06-08 02:54:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004865
10.0.0.33 - - [2026-06-08 02:54:34] "GET /virtual-network/8c1895f4-3f30-4fe2-8e53-ab1deed214ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.007663
10.0.0.33 - - [2026-06-08 02:54:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004710
10.0.0.33 - - [2026-06-08 02:54:38] "GET /virtual-network/8c1895f4-3f30-4fe2-8e53-ab1deed214ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.006621
10.0.0.33 - - [2026-06-08 02:54:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004333
10.0.0.33 - - [2026-06-08 02:54:42] "GET /virtual-network/8c1895f4-3f30-4fe2-8e53-ab1deed214ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.008240
10.0.0.33 - - [2026-06-08 02:54:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004517
10.0.0.33 - - [2026-06-08 02:54:45] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004730
10.0.0.33 - - [2026-06-08 02:54:45] "GET /virtual-networks?parent_id=78a30b19-9ddf-4676-b98e-126d0e296095&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004501
10.0.0.33 - - [2026-06-08 02:54:45] "GET /virtual-network/8c1895f4-3f30-4fe2-8e53-ab1deed214ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005967
10.0.0.33 - - [2026-06-08 02:54:45] "POST /neutron/port HTTP/1.1" 200 1126 0.017838
10.0.0.33 - - [2026-06-08 02:54:50] "POST /neutron/security_group HTTP/1.1" 200 2060 0.010170
10.0.0.33 - - [2026-06-08 02:54:55] "POST /neutron/port HTTP/1.1" 200 1126 0.020612
10.0.0.33 - - [2026-06-08 02:54:58] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008478
10.0.0.33 - - [2026-06-08 02:55:04] "POST /neutron/port HTTP/1.1" 200 1126 0.029089
10.0.0.33 - - [2026-06-08 02:55:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006848
10.0.0.33 - - [2026-06-08 02:55:04] "POST /neutron/network HTTP/1.1" 200 928 0.008822
10.0.0.33 - - [2026-06-08 02:55:05] "POST /neutron/port HTTP/1.1" 200 1124 0.023098
10.0.0.33 - - [2026-06-08 02:55:06] "POST /neutron/security_group HTTP/1.1" 200 2060 0.011124
10.0.0.33 - - [2026-06-08 02:55:06] "GET /virtual-machine/b0c6aa29-b693-4ee9-a411-f8551268251a HTTP/1.1" 200 1295 0.008467
10.0.0.33 - - [2026-06-08 02:55:06] "GET /virtual-machine-interface/db701a61-4d4a-4f22-b69c-5b5cf17b342e HTTP/1.1" 200 2952 0.007383
10.0.0.33 - - [2026-06-08 02:55:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004768
10.0.0.33 - - [2026-06-08 02:55:06] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004840
10.0.0.33 - - [2026-06-08 02:55:06] "GET /virtual-networks?parent_id=78a30b19-9ddf-4676-b98e-126d0e296095&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003495
10.0.0.33 - - [2026-06-08 02:55:06] "GET /virtual-network/ba339b0f-bb40-4e8c-8983-4ceec369c009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.008171
10.0.0.33 - - [2026-06-08 02:55:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003672
10.0.0.33 - - [2026-06-08 02:55:07] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004728
10.0.0.33 - - [2026-06-08 02:55:07] "GET /virtual-networks?parent_id=78a30b19-9ddf-4676-b98e-126d0e296095&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003284
10.0.0.33 - - [2026-06-08 02:55:07] "GET /virtual-network/ba339b0f-bb40-4e8c-8983-4ceec369c009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.006009
10.0.0.33 - - [2026-06-08 02:55:13] "POST /neutron/network HTTP/1.1" 200 936 0.006985
10.0.0.33 - - [2026-06-08 02:55:13] "POST /neutron/port HTTP/1.1" 200 117 0.001270
10.0.0.33 - - [2026-06-08 02:55:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003506
10.0.0.27 - - [2026-06-08 02:55:29] "GET /projects?obj_uuids=78a30b19-9ddf-4676-b98e-126d0e296095&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001032
10.0.0.33 - - [2026-06-08 02:55:29] "GET /project/78a30b19-9ddf-4676-b98e-126d0e296095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.044952
10.0.0.33 - - [2026-06-08 02:55:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004229
10.0.0.33 - - [2026-06-08 02:55:29] "PUT /network-policy/192a2acc-2ac2-4dc6-8da6-3dc411088e04 HTTP/1.1" 200 262 0.016372
10.0.0.249 - - [2026-06-08 02:55:30] "PUT /access-control-list/7627fd4b-7a22-43a0-921c-e43304481ee0 HTTP/1.1" 200 272 0.080326
10.0.0.33 - - [2026-06-08 02:55:34] "GET /virtual-network/ba339b0f-bb40-4e8c-8983-4ceec369c009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.006653
10.0.0.33 - - [2026-06-08 02:55:34] "POST /neutron/network HTTP/1.1" 200 824 0.103449
10.0.0.33 - - [2026-06-08 02:55:34] "GET /virtual-network/ba339b0f-bb40-4e8c-8983-4ceec369c009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.008831
10.0.0.33 - - [2026-06-08 02:55:34] "GET /virtual-network/8c1895f4-3f30-4fe2-8e53-ab1deed214ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.007408
10.0.0.33 - - [2026-06-08 02:55:34] "POST /neutron/network HTTP/1.1" 200 826 0.098063
10.0.0.249 - - [2026-06-08 02:55:34] "DELETE /access-control-list/7627fd4b-7a22-43a0-921c-e43304481ee0 HTTP/1.1" 200 115 0.072937
10.0.0.33 - - [2026-06-08 02:55:34] "GET /virtual-network/8c1895f4-3f30-4fe2-8e53-ab1deed214ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.010225
10.0.0.33 - - [2026-06-08 02:55:34] "DELETE /network-policy/192a2acc-2ac2-4dc6-8da6-3dc411088e04 HTTP/1.1" 200 115 0.051081
10.0.0.33 - - [2026-06-08 02:55:34] "POST /neutron/network HTTP/1.1" 200 824 0.008003
10.0.0.33 - - [2026-06-08 02:55:34] "POST /neutron/port HTTP/1.1" 200 151 0.249950
10.0.0.33 - - [2026-06-08 02:55:34] "POST /neutron/port HTTP/1.1" 200 151 0.282184
10.0.0.33 - - [2026-06-08 02:55:36] "POST /neutron/network HTTP/1.1" 200 826 0.007428
10.0.0.249 - - [2026-06-08 02:55:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003685
10.0.0.27 - - [2026-06-08 02:55:38] "GET /projects?obj_uuids=78a30b19-9ddf-4676-b98e-126d0e296095&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001399
10.0.0.33 - - [2026-06-08 02:55:38] "GET /project/78a30b19-9ddf-4676-b98e-126d0e296095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.047205
10.0.0.27 - - [2026-06-08 02:55:38] "GET /projects?obj_uuids=78a30b19-9ddf-4676-b98e-126d0e296095&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001576
10.0.0.33 - - [2026-06-08 02:55:38] "GET /project/78a30b19-9ddf-4676-b98e-126d0e296095?fields=virtual_networks HTTP/1.1" 200 1036 0.060955
10.0.0.27 - - [2026-06-08 02:55:38] "GET /projects?obj_uuids=78a30b19-9ddf-4676-b98e-126d0e296095&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001030
10.0.0.33 - - [2026-06-08 02:55:38] "GET /project/78a30b19-9ddf-4676-b98e-126d0e296095?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.052439
10.0.0.27 - - [2026-06-08 02:55:38] "GET /projects?obj_uuids=78a30b19-9ddf-4676-b98e-126d0e296095&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004948
10.0.0.33 - - [2026-06-08 02:55:38] "GET /project/78a30b19-9ddf-4676-b98e-126d0e296095?fields=security_groups HTTP/1.1" 200 1264 0.066717
10.0.0.33 - - [2026-06-08 02:55:39] "POST /fqname-to-id HTTP/1.1" 404 200 0.031374
10.0.0.27 - - [2026-06-08 02:55:39] "GET /projects?obj_uuids=243ad559-1114-41a7-b96f-82ed4d61b008&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003583
10.0.0.27 - - [2026-06-08 02:55:39] "GET /domains?obj_uuids=2441b78a-01cc-4005-9aa7-6b434eb6fb41&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002301
10.0.0.27 - - [2026-06-08 02:55:39] "GET /domain/2441b78a-01cc-4005-9aa7-6b434eb6fb41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.010838
10.0.0.27 - - [2026-06-08 02:55:39] "POST /id-to-fqname HTTP/1.1" 200 202 0.002074
10.0.0.27 - - [2026-06-08 02:55:39] "POST /fqname-to-id HTTP/1.1" 404 211 0.003820
10.0.0.27 - - [2026-06-08 02:55:40] "POST /security-groups HTTP/1.1" 200 603 0.037203
10.0.0.27 - - [2026-06-08 02:55:40] "POST /projects HTTP/1.1" 200 609 0.282466
10.0.0.249 - - [2026-06-08 02:55:40] "POST /access-control-lists HTTP/1.1" 200 608 0.041202
10.0.0.27 - - [2026-06-08 02:55:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.361474
10.0.0.33 - - [2026-06-08 02:55:40] "GET /project/243ad559-1114-41a7-b96f-82ed4d61b008?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.517732
10.0.0.33 - - [2026-06-08 02:55:41] "GET / HTTP/1.1" 200 35931 0.001611
10.0.0.33 - - [2026-06-08 02:55:44] "GET /project/243ad559-1114-41a7-b96f-82ed4d61b008?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000445
10.0.0.27 - - [2026-06-08 02:55:45] "GET /projects?obj_uuids=243ad559-1114-41a7-b96f-82ed4d61b008&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001030
10.0.0.33 - - [2026-06-08 02:55:45] "GET /project/243ad559-1114-41a7-b96f-82ed4d61b008?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.086871
10.0.0.33 - - [2026-06-08 02:55:45] "GET / HTTP/1.1" 200 35931 0.002851
10.0.0.33 - - [2026-06-08 02:55:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003471
10.0.0.27 - - [2026-06-08 02:55:46] "GET /domains?obj_uuids=2441b78a-01cc-4005-9aa7-6b434eb6fb41&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000967
10.0.0.33 - - [2026-06-08 02:55:46] "GET /domain/2441b78a-01cc-4005-9aa7-6b434eb6fb41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.007035
10.0.0.33 - - [2026-06-08 02:55:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003862
10.0.0.27 - - [2026-06-08 02:55:46] "GET /projects?obj_uuids=243ad559-1114-41a7-b96f-82ed4d61b008&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001589
10.0.0.33 - - [2026-06-08 02:55:46] "GET /project/243ad559-1114-41a7-b96f-82ed4d61b008?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.055740
10.0.0.33 - - [2026-06-08 02:55:47] "GET /domains HTTP/1.1" 401 292 0.000419
10.0.0.33 - - [2026-06-08 02:55:47] "GET /domains HTTP/1.1" 200 280 0.027305
10.0.0.27 - - [2026-06-08 02:55:47] "GET /domains?obj_uuids=2441b78a-01cc-4005-9aa7-6b434eb6fb41&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000993
10.0.0.33 - - [2026-06-08 02:55:47] "GET /domain/2441b78a-01cc-4005-9aa7-6b434eb6fb41 HTTP/1.1" 200 2773 0.009729
10.0.0.27 - - [2026-06-08 02:55:47] "GET /projects?obj_uuids=243ad559-1114-41a7-b96f-82ed4d61b008&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001234
10.0.0.33 - - [2026-06-08 02:55:47] "GET /project/243ad559-1114-41a7-b96f-82ed4d61b008 HTTP/1.1" 200 1924 0.094067
10.0.0.33 - - [2026-06-08 02:55:47] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003905
10.0.0.33 - - [2026-06-08 02:55:47] "POST /network-ipams HTTP/1.1" 200 621 0.028825
10.0.0.33 - - [2026-06-08 02:55:47] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 810 0.003607
10.0.0.33 - - [2026-06-08 02:55:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003595
10.0.0.33 - - [2026-06-08 02:55:47] "GET /network-ipam/1d0d191c-5dc5-4f96-bf22-478a0b914c81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1455 0.007358
10.0.0.33 - - [2026-06-08 02:55:47] "PUT /network-ipam/1d0d191c-5dc5-4f96-bf22-478a0b914c81 HTTP/1.1" 200 258 0.015387
10.0.0.33 - - [2026-06-08 02:55:48] "POST /fqname-to-id HTTP/1.1" 401 292 0.000542
10.0.0.33 - - [2026-06-08 02:55:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.027501
10.0.0.27 - - [2026-06-08 02:55:48] "GET /projects?obj_uuids=243ad559-1114-41a7-b96f-82ed4d61b008&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001206
10.0.0.33 - - [2026-06-08 02:55:48] "GET /project/243ad559-1114-41a7-b96f-82ed4d61b008?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.050257
10.0.0.27 - - [2026-06-08 02:55:48] "GET /projects?obj_uuids=243ad559-1114-41a7-b96f-82ed4d61b008&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001339
10.0.0.33 - - [2026-06-08 02:55:48] "POST /neutron/network HTTP/1.1" 200 623 0.200156
10.0.0.249 - - [2026-06-08 02:55:48] "POST /route-targets HTTP/1.1" 200 327 0.014538
10.0.0.27 - - [2026-06-08 02:55:49] "POST /useragent-kv HTTP/1.1" 200 115 0.005970
10.0.0.33 - - [2026-06-08 02:55:49] "POST /neutron/subnet HTTP/1.1" 200 828 0.247259
10.0.0.33 - - [2026-06-08 02:55:49] "POST /id-to-fqname HTTP/1.1" 200 235 0.001630
10.0.0.33 - - [2026-06-08 02:55:49] "GET /virtual-network/a170e705-d717-4727-a909-78a9272326d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.006109
10.0.0.33 - - [2026-06-08 02:55:49] "GET /virtual-network/a170e705-d717-4727-a909-78a9272326d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.006517
10.0.0.33 - - [2026-06-08 02:55:49] "POST /neutron/network HTTP/1.1" 200 1337 0.016784
10.0.0.33 - - [2026-06-08 02:55:49] "POST /neutron/subnet HTTP/1.1" 200 828 0.012465
10.0.0.33 - - [2026-06-08 02:55:50] "GET /virtual-network/a170e705-d717-4727-a909-78a9272326d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.006917
10.0.0.249 - - [2026-06-08 02:55:51] "GET /obj-perms HTTP/1.1" 200 5019 0.051096
10.0.0.27 - - [2026-06-08 02:55:51] "GET /obj-perms HTTP/1.1" 200 5019 0.055534
10.0.0.33 - - [2026-06-08 02:55:51] "POST /fqname-to-id HTTP/1.1" 404 229 0.003416
10.0.0.33 - - [2026-06-08 02:55:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003194
10.0.0.27 - - [2026-06-08 02:55:51] "GET /projects?obj_uuids=243ad559-1114-41a7-b96f-82ed4d61b008&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000979
10.0.0.33 - - [2026-06-08 02:55:51] "GET /project/243ad559-1114-41a7-b96f-82ed4d61b008?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.040616
10.0.0.33 - - [2026-06-08 02:55:51] "POST /network-policys HTTP/1.1" 200 563 0.029325
10.0.0.33 - - [2026-06-08 02:55:51] "GET /network-policy/e79bc884-ed92-40eb-9dfd-1fa51ecb884b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.006315
10.0.0.33 - - [2026-06-08 02:55:51] "POST /fqname-to-id HTTP/1.1" 404 229 0.003450
10.0.0.33 - - [2026-06-08 02:55:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004389
10.0.0.27 - - [2026-06-08 02:55:51] "GET /projects?obj_uuids=243ad559-1114-41a7-b96f-82ed4d61b008&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001339
10.0.0.33 - - [2026-06-08 02:55:52] "GET /project/243ad559-1114-41a7-b96f-82ed4d61b008?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.060365
10.0.0.33 - - [2026-06-08 02:55:52] "POST /network-policys HTTP/1.1" 200 563 0.033529
10.0.0.33 - - [2026-06-08 02:55:52] "GET /network-policy/175452ad-3968-488e-bdac-04b9e18440fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8880 0.007346
10.0.0.33 - - [2026-06-08 02:55:52] "POST /fqname-to-id HTTP/1.1" 404 229 0.003256
10.0.0.33 - - [2026-06-08 02:55:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003589
10.0.0.27 - - [2026-06-08 02:55:52] "GET /projects?obj_uuids=243ad559-1114-41a7-b96f-82ed4d61b008&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001466
10.0.0.33 - - [2026-06-08 02:55:52] "GET /project/243ad559-1114-41a7-b96f-82ed4d61b008?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.050271
10.0.0.33 - - [2026-06-08 02:55:52] "POST /network-policys HTTP/1.1" 200 563 0.030297
10.0.0.33 - - [2026-06-08 02:55:52] "GET /network-policy/6e4364d9-ef65-4f2f-8397-0a11c90c0865?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.006524
10.0.0.33 - - [2026-06-08 02:55:52] "POST /fqname-to-id HTTP/1.1" 404 229 0.003479
10.0.0.33 - - [2026-06-08 02:55:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003044
10.0.0.27 - - [2026-06-08 02:55:52] "GET /projects?obj_uuids=243ad559-1114-41a7-b96f-82ed4d61b008&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001062
10.0.0.33 - - [2026-06-08 02:55:52] "GET /project/243ad559-1114-41a7-b96f-82ed4d61b008?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.050359
10.0.0.33 - - [2026-06-08 02:55:52] "POST /network-policys HTTP/1.1" 200 563 0.035397
10.0.0.33 - - [2026-06-08 02:55:52] "GET /network-policy/6c958e2f-5db1-424d-9455-b0c1db7e6f65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.006749
10.0.0.33 - - [2026-06-08 02:55:53] "POST /fqname-to-id HTTP/1.1" 404 229 0.003625
10.0.0.33 - - [2026-06-08 02:55:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003157
10.0.0.27 - - [2026-06-08 02:55:53] "GET /projects?obj_uuids=243ad559-1114-41a7-b96f-82ed4d61b008&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001035
10.0.0.33 - - [2026-06-08 02:55:53] "GET /project/243ad559-1114-41a7-b96f-82ed4d61b008?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.063503
10.0.0.33 - - [2026-06-08 02:55:53] "POST /network-policys HTTP/1.1" 200 563 0.031074
10.0.0.33 - - [2026-06-08 02:55:53] "GET /network-policy/eee0c816-0ee8-4920-9c67-37cc77b8b123?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.006184
10.0.0.33 - - [2026-06-08 02:55:53] "POST /fqname-to-id HTTP/1.1" 404 229 0.006629
10.0.0.33 - - [2026-06-08 02:55:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003607
10.0.0.27 - - [2026-06-08 02:55:53] "GET /projects?obj_uuids=243ad559-1114-41a7-b96f-82ed4d61b008&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001498
10.0.0.33 - - [2026-06-08 02:55:53] "GET /project/243ad559-1114-41a7-b96f-82ed4d61b008?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.072526
10.0.0.33 - - [2026-06-08 02:55:53] "POST /network-policys HTTP/1.1" 200 563 0.033427
10.0.0.33 - - [2026-06-08 02:55:53] "GET /network-policy/4a6bbaf0-2469-449b-b5bc-dd39748038cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.006752
10.0.0.33 - - [2026-06-08 02:55:53] "POST /fqname-to-id HTTP/1.1" 404 229 0.003342
10.0.0.33 - - [2026-06-08 02:55:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003442
10.0.0.27 - - [2026-06-08 02:55:53] "GET /projects?obj_uuids=243ad559-1114-41a7-b96f-82ed4d61b008&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001013
10.0.0.33 - - [2026-06-08 02:55:53] "GET /project/243ad559-1114-41a7-b96f-82ed4d61b008?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.062997
10.0.0.33 - - [2026-06-08 02:55:54] "POST /network-policys HTTP/1.1" 200 563 0.042808
10.0.0.33 - - [2026-06-08 02:55:54] "GET /network-policy/991732f4-86b1-43c2-9300-75f559746f9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.006717
10.0.0.33 - - [2026-06-08 02:55:54] "POST /fqname-to-id HTTP/1.1" 404 229 0.003572
10.0.0.33 - - [2026-06-08 02:55:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002962
10.0.0.27 - - [2026-06-08 02:55:54] "GET /projects?obj_uuids=243ad559-1114-41a7-b96f-82ed4d61b008&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000925
10.0.0.33 - - [2026-06-08 02:55:54] "GET /project/243ad559-1114-41a7-b96f-82ed4d61b008?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.048446
10.0.0.33 - - [2026-06-08 02:55:54] "POST /network-policys HTTP/1.1" 200 563 0.030273
10.0.0.33 - - [2026-06-08 02:55:54] "GET /network-policy/747c634b-9511-46fb-b8bc-4824b64eaf56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.006742
10.0.0.33 - - [2026-06-08 02:55:54] "POST /fqname-to-id HTTP/1.1" 404 229 0.004182
10.0.0.33 - - [2026-06-08 02:55:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004169
10.0.0.27 - - [2026-06-08 02:55:54] "GET /projects?obj_uuids=243ad559-1114-41a7-b96f-82ed4d61b008&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002813
10.0.0.33 - - [2026-06-08 02:55:54] "GET /project/243ad559-1114-41a7-b96f-82ed4d61b008?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.064141
10.0.0.33 - - [2026-06-08 02:55:54] "POST /network-policys HTTP/1.1" 200 563 0.034913
10.0.0.33 - - [2026-06-08 02:55:54] "GET /network-policy/96015c3f-73d9-4f33-9747-82287363e205?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.007694
10.0.0.33 - - [2026-06-08 02:55:55] "POST /fqname-to-id HTTP/1.1" 404 229 0.003453
10.0.0.33 - - [2026-06-08 02:55:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004650
10.0.0.27 - - [2026-06-08 02:55:55] "GET /projects?obj_uuids=243ad559-1114-41a7-b96f-82ed4d61b008&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001947
10.0.0.33 - - [2026-06-08 02:55:55] "GET /project/243ad559-1114-41a7-b96f-82ed4d61b008?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.055295
10.0.0.33 - - [2026-06-08 02:55:55] "POST /network-policys HTTP/1.1" 200 563 0.049094
10.0.0.33 - - [2026-06-08 02:55:55] "GET /network-policy/0ea91350-03b0-4622-8865-92cd7e2c9322?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.007090
10.0.0.249 - - [2026-06-08 02:55:55] "POST /fqname-to-id HTTP/1.1" 404 207 0.052583
10.0.0.33 - - [2026-06-08 02:55:55] "POST /neutron/network HTTP/1.1" 200 2250 0.020236
10.0.0.249 - - [2026-06-08 02:55:55] "POST /access-control-lists HTTP/1.1" 200 609 0.077053
10.0.0.33 - - [2026-06-08 02:55:55] "GET /virtual-network/a170e705-d717-4727-a909-78a9272326d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6142 0.036525
10.0.0.33 - - [2026-06-08 02:55:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005858
10.0.0.33 - - [2026-06-08 02:55:55] "GET /network-policy/0ea91350-03b0-4622-8865-92cd7e2c9322?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.005314
10.0.0.33 - - [2026-06-08 02:55:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004813
10.0.0.33 - - [2026-06-08 02:55:55] "GET /network-policy/175452ad-3968-488e-bdac-04b9e18440fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8880 0.005640
10.0.0.33 - - [2026-06-08 02:55:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003991
10.0.0.33 - - [2026-06-08 02:55:55] "GET /network-policy/4a6bbaf0-2469-449b-b5bc-dd39748038cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005884
10.0.0.33 - - [2026-06-08 02:55:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003831
10.0.0.33 - - [2026-06-08 02:55:56] "GET /network-policy/6c958e2f-5db1-424d-9455-b0c1db7e6f65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005884
10.0.0.33 - - [2026-06-08 02:55:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004623
10.0.0.33 - - [2026-06-08 02:55:56] "GET /network-policy/6e4364d9-ef65-4f2f-8397-0a11c90c0865?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.005679
10.0.0.33 - - [2026-06-08 02:55:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003867
10.0.0.33 - - [2026-06-08 02:55:56] "GET /network-policy/747c634b-9511-46fb-b8bc-4824b64eaf56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.006822
10.0.0.33 - - [2026-06-08 02:55:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004977
10.0.0.33 - - [2026-06-08 02:55:56] "GET /network-policy/96015c3f-73d9-4f33-9747-82287363e205?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.007393
10.0.0.33 - - [2026-06-08 02:55:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004630
10.0.0.33 - - [2026-06-08 02:55:56] "GET /network-policy/991732f4-86b1-43c2-9300-75f559746f9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004987
10.0.0.33 - - [2026-06-08 02:55:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004566
10.0.0.33 - - [2026-06-08 02:55:56] "GET /network-policy/e79bc884-ed92-40eb-9dfd-1fa51ecb884b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.005888
10.0.0.33 - - [2026-06-08 02:55:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004607
10.0.0.33 - - [2026-06-08 02:55:56] "GET /network-policy/eee0c816-0ee8-4920-9c67-37cc77b8b123?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004976
10.0.0.33 - - [2026-06-08 02:55:56] "POST /id-to-fqname HTTP/1.1" 200 235 0.001384
10.0.0.27 - - [2026-06-08 02:55:57] "GET /projects?obj_uuids=243ad559-1114-41a7-b96f-82ed4d61b008&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001095
10.0.0.33 - - [2026-06-08 02:55:57] "GET /project/243ad559-1114-41a7-b96f-82ed4d61b008?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.063776
10.0.0.33 - - [2026-06-08 02:55:57] "POST /neutron/port HTTP/1.1" 200 117 0.007401
10.0.0.33 - - [2026-06-08 02:55:57] "POST /neutron/network HTTP/1.1" 200 2260 0.007996
10.0.0.33 - - [2026-06-08 02:55:58] "POST /neutron/port HTTP/1.1" 200 1174 0.025901
10.0.0.33 - - [2026-06-08 02:55:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004752
10.0.0.33 - - [2026-06-08 02:55:58] "POST /neutron/port HTTP/1.1" 200 117 0.001486
10.0.0.33 - - [2026-06-08 02:56:02] "POST /neutron/port HTTP/1.1" 200 1238 0.028946
10.0.0.33 - - [2026-06-08 02:56:02] "POST /neutron/security_group HTTP/1.1" 200 2070 0.010698
10.0.0.33 - - [2026-06-08 02:56:02] "GET /virtual-machine/24d29c28-41ef-4b95-a10c-dcfd100d76de HTTP/1.1" 401 292 0.000617
10.0.0.33 - - [2026-06-08 02:56:03] "GET /virtual-machine/24d29c28-41ef-4b95-a10c-dcfd100d76de HTTP/1.1" 200 1304 0.032131
10.0.0.33 - - [2026-06-08 02:56:03] "GET /virtual-machine-interface/4bdca056-cb94-45cf-ab54-9971f4df77b0 HTTP/1.1" 200 3169 0.006140
10.0.0.33 - - [2026-06-08 02:56:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003912
10.0.0.33 - - [2026-06-08 02:56:03] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003958
10.0.0.33 - - [2026-06-08 02:56:03] "GET /virtual-networks?parent_id=243ad559-1114-41a7-b96f-82ed4d61b008&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.003132
10.0.0.33 - - [2026-06-08 02:56:03] "GET /virtual-network/a170e705-d717-4727-a909-78a9272326d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6142 0.008402
10.0.0.33 - - [2026-06-08 02:56:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004378
10.0.0.33 - - [2026-06-08 02:56:06] "GET /virtual-network/a170e705-d717-4727-a909-78a9272326d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6142 0.008190
10.0.0.33 - - [2026-06-08 02:56:06] "POST /neutron/port HTTP/1.1" 200 1238 0.023759
10.0.0.33 - - [2026-06-08 02:56:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004998
10.0.0.33 - - [2026-06-08 02:56:06] "POST /neutron/port HTTP/1.1" 200 117 0.001728
10.0.0.33 - - [2026-06-08 02:56:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003704
10.0.0.33 - - [2026-06-08 02:56:10] "GET /virtual-network/a170e705-d717-4727-a909-78a9272326d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6142 0.006175
10.0.0.33 - - [2026-06-08 02:56:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004799
10.0.0.33 - - [2026-06-08 02:56:14] "GET /virtual-network/a170e705-d717-4727-a909-78a9272326d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6142 0.006834
10.0.0.33 - - [2026-06-08 02:56:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003904
10.0.0.33 - - [2026-06-08 02:56:18] "GET /virtual-network/a170e705-d717-4727-a909-78a9272326d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6142 0.005576
10.0.0.33 - - [2026-06-08 02:56:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004006
10.0.0.33 - - [2026-06-08 02:56:22] "GET /virtual-network/a170e705-d717-4727-a909-78a9272326d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6142 0.006686
10.0.0.33 - - [2026-06-08 02:56:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.005042
10.0.0.33 - - [2026-06-08 02:56:26] "GET /virtual-network/a170e705-d717-4727-a909-78a9272326d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6142 0.006970
10.0.0.27 - - [2026-06-08 02:56:27] "DELETE /project/243ad559111441a7b96f82ed4d61b008 HTTP/1.1" 404 173 0.017513
10.0.0.27 - - [2026-06-08 02:56:27] "GET /projects?obj_uuids=78a30b19-9ddf-4676-b98e-126d0e296095&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.008536
10.0.0.27 - - [2026-06-08 02:56:27] "GET /project/78a30b19-9ddf-4676-b98e-126d0e296095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.138648
10.0.0.27 - - [2026-06-08 02:56:27] "DELETE /project/78a30b19-9ddf-4676-b98e-126d0e296095 HTTP/1.1" 404 171 0.153301
10.0.0.33 - - [2026-06-08 02:56:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004012
10.0.0.33 - - [2026-06-08 02:56:31] "GET /virtual-network/a170e705-d717-4727-a909-78a9272326d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6142 0.006518
10.0.0.33 - - [2026-06-08 02:56:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004879
10.0.0.33 - - [2026-06-08 02:56:35] "GET /virtual-network/a170e705-d717-4727-a909-78a9272326d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6142 0.008371
10.0.0.33 - - [2026-06-08 02:56:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004983
10.0.0.33 - - [2026-06-08 02:56:39] "GET /virtual-network/a170e705-d717-4727-a909-78a9272326d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6142 0.008480
10.0.0.33 - - [2026-06-08 02:56:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004935
10.0.0.33 - - [2026-06-08 02:56:41] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004706
10.0.0.33 - - [2026-06-08 02:56:41] "GET /virtual-networks?parent_id=243ad559-1114-41a7-b96f-82ed4d61b008&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.004492
10.0.0.33 - - [2026-06-08 02:56:41] "GET /virtual-network/a170e705-d717-4727-a909-78a9272326d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6142 0.006238
10.0.0.33 - - [2026-06-08 02:56:41] "POST /neutron/port HTTP/1.1" 200 1238 0.018511
10.0.0.33 - - [2026-06-08 02:56:46] "POST /neutron/security_group HTTP/1.1" 200 2070 0.011375
10.0.0.33 - - [2026-06-08 02:56:51] "POST /neutron/port HTTP/1.1" 200 1238 0.022122
10.0.0.33 - - [2026-06-08 02:56:54] "GET /obj-perms HTTP/1.1" 200 5056 0.052541
10.0.0.33 - - [2026-06-08 02:56:57] "POST /neutron/security_group HTTP/1.1" 200 2070 0.011019
10.0.0.33 - - [2026-06-08 02:57:02] "POST /neutron/port HTTP/1.1" 200 1238 0.030217
10.0.0.33 - - [2026-06-08 02:57:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005148
10.0.0.33 - - [2026-06-08 02:57:02] "GET /network-policy/e79bc884-ed92-40eb-9dfd-1fa51ecb884b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.006398
10.0.0.33 - - [2026-06-08 02:57:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004692
10.0.0.33 - - [2026-06-08 02:57:02] "GET /network-policy/175452ad-3968-488e-bdac-04b9e18440fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8880 0.005203
10.0.0.33 - - [2026-06-08 02:57:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004127
10.0.0.33 - - [2026-06-08 02:57:02] "GET /network-policy/6e4364d9-ef65-4f2f-8397-0a11c90c0865?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.009094
10.0.0.33 - - [2026-06-08 02:57:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004437
10.0.0.33 - - [2026-06-08 02:57:02] "GET /network-policy/6c958e2f-5db1-424d-9455-b0c1db7e6f65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.006036
10.0.0.33 - - [2026-06-08 02:57:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004959
10.0.0.33 - - [2026-06-08 02:57:02] "GET /network-policy/eee0c816-0ee8-4920-9c67-37cc77b8b123?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.006333
10.0.0.33 - - [2026-06-08 02:57:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003896
10.0.0.33 - - [2026-06-08 02:57:02] "GET /network-policy/4a6bbaf0-2469-449b-b5bc-dd39748038cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.006374
10.0.0.33 - - [2026-06-08 02:57:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005066
10.0.0.33 - - [2026-06-08 02:57:02] "GET /network-policy/991732f4-86b1-43c2-9300-75f559746f9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.005644
10.0.0.33 - - [2026-06-08 02:57:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004369
10.0.0.33 - - [2026-06-08 02:57:03] "GET /network-policy/747c634b-9511-46fb-b8bc-4824b64eaf56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005407
10.0.0.33 - - [2026-06-08 02:57:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004273
10.0.0.33 - - [2026-06-08 02:57:03] "GET /network-policy/96015c3f-73d9-4f33-9747-82287363e205?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.005294
10.0.0.33 - - [2026-06-08 02:57:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003807
10.0.0.33 - - [2026-06-08 02:57:03] "GET /network-policy/0ea91350-03b0-4622-8865-92cd7e2c9322?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.005735
10.0.0.33 - - [2026-06-08 02:57:03] "POST /neutron/network HTTP/1.1" 200 1440 0.194557
10.0.0.249 - - [2026-06-08 02:57:03] "PUT /access-control-list/834c3dce-d895-4a0a-a2b1-58669f3bccf7 HTTP/1.1" 200 272 0.069077
10.0.0.33 - - [2026-06-08 02:57:03] "GET /virtual-network/a170e705-d717-4727-a909-78a9272326d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3496 0.007318
10.0.0.33 - - [2026-06-08 02:57:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004239
10.0.0.33 - - [2026-06-08 02:57:03] "GET /network-policy/e79bc884-ed92-40eb-9dfd-1fa51ecb884b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004419
10.0.0.33 - - [2026-06-08 02:57:08] "POST /neutron/port HTTP/1.1" 200 1238 0.054729
10.0.0.33 - - [2026-06-08 02:57:08] "POST /neutron/network HTTP/1.1" 200 1347 0.016616
10.0.0.33 - - [2026-06-08 02:57:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005331
10.0.0.33 - - [2026-06-08 02:57:08] "GET /virtual-network/a170e705-d717-4727-a909-78a9272326d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.006277
10.0.0.33 - - [2026-06-08 02:57:08] "POST /neutron/port HTTP/1.1" 200 117 0.001920
10.0.0.249 - - [2026-06-08 02:57:14] "POST /fqname-to-id HTTP/1.1" 404 207 0.007370
10.0.0.33 - - [2026-06-08 02:57:14] "POST /neutron/network HTTP/1.1" 200 1440 0.114430
10.0.0.33 - - [2026-06-08 02:57:14] "GET /virtual-network/a170e705-d717-4727-a909-78a9272326d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3496 0.007519
10.0.0.33 - - [2026-06-08 02:57:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003868
10.0.0.33 - - [2026-06-08 02:57:14] "GET /network-policy/6e4364d9-ef65-4f2f-8397-0a11c90c0865?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.005306
10.0.0.249 - - [2026-06-08 02:57:19] "PUT /access-control-list/834c3dce-d895-4a0a-a2b1-58669f3bccf7 HTTP/1.1" 200 272 0.015948
10.0.0.33 - - [2026-06-08 02:57:19] "POST /neutron/network HTTP/1.1" 200 1440 0.109718
10.0.0.33 - - [2026-06-08 02:57:19] "GET /virtual-network/a170e705-d717-4727-a909-78a9272326d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3496 0.006733
10.0.0.33 - - [2026-06-08 02:57:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003754
10.0.0.33 - - [2026-06-08 02:57:19] "GET /network-policy/6c958e2f-5db1-424d-9455-b0c1db7e6f65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.006752
10.0.0.33 - - [2026-06-08 02:57:24] "POST /neutron/network HTTP/1.1" 200 1440 0.107119
10.0.0.33 - - [2026-06-08 02:57:24] "GET /virtual-network/a170e705-d717-4727-a909-78a9272326d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3496 0.007438
10.0.0.33 - - [2026-06-08 02:57:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003566
10.0.0.33 - - [2026-06-08 02:57:24] "GET /network-policy/eee0c816-0ee8-4920-9c67-37cc77b8b123?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004634
10.0.0.249 - - [2026-06-08 02:57:29] "POST /fqname-to-id HTTP/1.1" 404 207 0.011618
10.0.0.33 - - [2026-06-08 02:57:29] "POST /neutron/network HTTP/1.1" 200 1440 0.143220
10.0.0.33 - - [2026-06-08 02:57:30] "GET /virtual-network/a170e705-d717-4727-a909-78a9272326d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3496 0.015646
10.0.0.33 - - [2026-06-08 02:57:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004952
10.0.0.33 - - [2026-06-08 02:57:30] "GET /network-policy/4a6bbaf0-2469-449b-b5bc-dd39748038cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005568
10.0.0.249 - - [2026-06-08 02:57:35] "PUT /access-control-list/834c3dce-d895-4a0a-a2b1-58669f3bccf7 HTTP/1.1" 200 272 0.023483
10.0.0.33 - - [2026-06-08 02:57:35] "POST /neutron/network HTTP/1.1" 200 1440 0.143460
10.0.0.33 - - [2026-06-08 02:57:35] "GET /virtual-network/a170e705-d717-4727-a909-78a9272326d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3496 0.008391
10.0.0.33 - - [2026-06-08 02:57:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004283
10.0.0.33 - - [2026-06-08 02:57:35] "GET /network-policy/991732f4-86b1-43c2-9300-75f559746f9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.007807
10.0.0.249 - - [2026-06-08 02:57:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000514
10.0.0.249 - - [2026-06-08 02:57:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000878
10.0.0.249 - - [2026-06-08 02:57:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000510
10.0.0.249 - - [2026-06-08 02:57:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000608
10.0.0.33 - - [2026-06-08 02:57:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000558
10.0.0.33 - - [2026-06-08 02:57:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000414
10.0.0.27 - - [2026-06-08 02:57:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000509
10.0.0.27 - - [2026-06-08 02:57:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000780
10.0.0.33 - - [2026-06-08 02:57:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000445
10.0.0.33 - - [2026-06-08 02:57:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000436
10.0.0.27 - - [2026-06-08 02:57:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000392
10.0.0.27 - - [2026-06-08 02:57:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000606
10.0.0.33 - - [2026-06-08 02:57:40] "POST /neutron/network HTTP/1.1" 200 1440 0.116688
10.0.0.33 - - [2026-06-08 02:57:40] "GET /virtual-network/a170e705-d717-4727-a909-78a9272326d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3496 0.012220
10.0.0.33 - - [2026-06-08 02:57:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004024
10.0.0.33 - - [2026-06-08 02:57:40] "GET /network-policy/747c634b-9511-46fb-b8bc-4824b64eaf56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.006491
10.0.0.249 - - [2026-06-08 02:57:45] "POST /fqname-to-id HTTP/1.1" 404 207 0.007443
10.0.0.33 - - [2026-06-08 02:57:45] "POST /neutron/network HTTP/1.1" 200 1440 0.106889
10.0.0.33 - - [2026-06-08 02:57:45] "GET /virtual-network/a170e705-d717-4727-a909-78a9272326d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3496 0.008332
10.0.0.33 - - [2026-06-08 02:57:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003379
10.0.0.33 - - [2026-06-08 02:57:45] "GET /network-policy/96015c3f-73d9-4f33-9747-82287363e205?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.005113
10.0.0.249 - - [2026-06-08 02:57:51] "PUT /access-control-list/834c3dce-d895-4a0a-a2b1-58669f3bccf7 HTTP/1.1" 200 272 0.018989
10.0.0.33 - - [2026-06-08 02:57:51] "POST /neutron/network HTTP/1.1" 200 1440 0.109900
10.0.0.33 - - [2026-06-08 02:57:51] "GET /virtual-network/a170e705-d717-4727-a909-78a9272326d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3496 0.007074
10.0.0.33 - - [2026-06-08 02:57:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004403
10.0.0.33 - - [2026-06-08 02:57:51] "GET /network-policy/0ea91350-03b0-4622-8865-92cd7e2c9322?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.005037
10.0.0.33 - - [2026-06-08 02:57:56] "GET /virtual-machine/24d29c28-41ef-4b95-a10c-dcfd100d76de HTTP/1.1" 200 1304 0.006340
10.0.0.33 - - [2026-06-08 02:57:56] "POST /neutron/port HTTP/1.1" 200 1228 0.017393
10.0.0.33 - - [2026-06-08 02:57:58] "GET /virtual-machine/24d29c28-41ef-4b95-a10c-dcfd100d76de HTTP/1.1" 404 171 0.004550
10.0.0.33 - - [2026-06-08 02:57:58] "GET /virtual-machine/24d29c28-41ef-4b95-a10c-dcfd100d76de HTTP/1.1" 404 171 0.006945
10.0.0.33 - - [2026-06-08 02:57:58] "GET /virtual-machine/24d29c28-41ef-4b95-a10c-dcfd100d76de HTTP/1.1" 404 171 0.004621
10.0.0.33 - - [2026-06-08 02:57:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004641
10.0.0.33 - - [2026-06-08 02:57:58] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006353
10.0.0.33 - - [2026-06-08 02:57:58] "GET /virtual-networks?parent_id=243ad559-1114-41a7-b96f-82ed4d61b008&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.003769
10.0.0.33 - - [2026-06-08 02:57:58] "GET /virtual-network/a170e705-d717-4727-a909-78a9272326d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3496 0.008958
10.0.0.33 - - [2026-06-08 02:57:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004074
10.0.0.33 - - [2026-06-08 02:57:58] "GET /routing-instance/c8c40322-125c-4aca-acab-01dca8c76042?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.007508
10.0.0.33 - - [2026-06-08 02:57:58] "GET /route-target/d297fb23-28d2-4a9b-82d1-b85fa1a07828?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.008696
10.0.0.27 - - [2026-06-08 02:57:58] "GET /obj-perms HTTP/1.1" 200 5019 0.005683
10.0.0.33 - - [2026-06-08 02:58:05] "GET /obj-perms HTTP/1.1" 200 5019 0.058210
10.0.0.27 - - [2026-06-08 02:58:08] "GET /obj-perms HTTP/1.1" 200 5019 0.006910
10.0.0.33 - - [2026-06-08 02:58:11] "GET /obj-perms HTTP/1.1" 200 5019 0.005605
10.0.0.249 - - [2026-06-08 02:58:11] "GET /obj-perms HTTP/1.1" 200 5019 0.004112
10.0.0.33 - - [2026-06-08 02:58:11] "GET /virtual-network/a170e705-d717-4727-a909-78a9272326d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3496 0.010749
10.0.0.33 - - [2026-06-08 02:58:11] "POST /neutron/network HTTP/1.1" 200 1337 0.138674
10.0.0.33 - - [2026-06-08 02:58:11] "GET /virtual-network/a170e705-d717-4727-a909-78a9272326d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.008954
10.0.0.33 - - [2026-06-08 02:58:12] "DELETE /network-policy/0ea91350-03b0-4622-8865-92cd7e2c9322 HTTP/1.1" 200 115 0.044001
10.0.0.33 - - [2026-06-08 02:58:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004776
10.0.0.27 - - [2026-06-08 02:58:12] "GET /projects?obj_uuids=243ad559-1114-41a7-b96f-82ed4d61b008&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001244
10.0.0.33 - - [2026-06-08 02:58:12] "GET /project/243ad559-1114-41a7-b96f-82ed4d61b008?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.047255
10.0.0.33 - - [2026-06-08 02:58:12] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-20086345&detail=False&count=False&shared=False HTTP/1.1" 200 2255 0.007823
10.0.0.33 - - [2026-06-08 02:58:12] "DELETE /network-policy/96015c3f-73d9-4f33-9747-82287363e205 HTTP/1.1" 200 115 0.049063
10.0.0.33 - - [2026-06-08 02:58:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003569
10.0.0.27 - - [2026-06-08 02:58:12] "GET /projects?obj_uuids=243ad559-1114-41a7-b96f-82ed4d61b008&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001284
10.0.0.33 - - [2026-06-08 02:58:12] "GET /project/243ad559-1114-41a7-b96f-82ed4d61b008?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.055836
10.0.0.33 - - [2026-06-08 02:58:12] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-20086345&detail=False&count=False&shared=False HTTP/1.1" 200 2019 0.007379
10.0.0.33 - - [2026-06-08 02:58:12] "DELETE /network-policy/747c634b-9511-46fb-b8bc-4824b64eaf56 HTTP/1.1" 200 115 0.052313
10.0.0.33 - - [2026-06-08 02:58:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.006334
10.0.0.27 - - [2026-06-08 02:58:12] "GET /projects?obj_uuids=243ad559-1114-41a7-b96f-82ed4d61b008&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001230
10.0.0.33 - - [2026-06-08 02:58:12] "GET /project/243ad559-1114-41a7-b96f-82ed4d61b008?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.066751
10.0.0.33 - - [2026-06-08 02:58:12] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-20086345&detail=False&count=False&shared=False HTTP/1.1" 200 1783 0.012135
10.0.0.33 - - [2026-06-08 02:58:12] "DELETE /network-policy/991732f4-86b1-43c2-9300-75f559746f9f HTTP/1.1" 200 115 0.044876
10.0.0.33 - - [2026-06-08 02:58:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004909
10.0.0.27 - - [2026-06-08 02:58:12] "GET /projects?obj_uuids=243ad559-1114-41a7-b96f-82ed4d61b008&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001530
10.0.0.33 - - [2026-06-08 02:58:12] "GET /project/243ad559-1114-41a7-b96f-82ed4d61b008?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.062980
10.0.0.33 - - [2026-06-08 02:58:12] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-20086345&detail=False&count=False&shared=False HTTP/1.1" 200 1547 0.006936
10.0.0.33 - - [2026-06-08 02:58:12] "DELETE /network-policy/4a6bbaf0-2469-449b-b5bc-dd39748038cb HTTP/1.1" 200 115 0.054829
10.0.0.33 - - [2026-06-08 02:58:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.007103
10.0.0.27 - - [2026-06-08 02:58:12] "GET /projects?obj_uuids=243ad559-1114-41a7-b96f-82ed4d61b008&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001911
10.0.0.33 - - [2026-06-08 02:58:13] "GET /project/243ad559-1114-41a7-b96f-82ed4d61b008?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.060669
10.0.0.33 - - [2026-06-08 02:58:13] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-20086345&detail=False&count=False&shared=False HTTP/1.1" 200 1311 0.006995
10.0.0.33 - - [2026-06-08 02:58:13] "DELETE /network-policy/eee0c816-0ee8-4920-9c67-37cc77b8b123 HTTP/1.1" 200 115 0.048350
10.0.0.33 - - [2026-06-08 02:58:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.008152
10.0.0.27 - - [2026-06-08 02:58:13] "GET /projects?obj_uuids=243ad559-1114-41a7-b96f-82ed4d61b008&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001636
10.0.0.33 - - [2026-06-08 02:58:13] "GET /project/243ad559-1114-41a7-b96f-82ed4d61b008?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.058699
10.0.0.33 - - [2026-06-08 02:58:13] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-20086345&detail=False&count=False&shared=False HTTP/1.1" 200 1074 0.006610
10.0.0.33 - - [2026-06-08 02:58:13] "DELETE /network-policy/6c958e2f-5db1-424d-9455-b0c1db7e6f65 HTTP/1.1" 200 115 0.048128
10.0.0.33 - - [2026-06-08 02:58:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.007107
10.0.0.27 - - [2026-06-08 02:58:13] "GET /projects?obj_uuids=243ad559-1114-41a7-b96f-82ed4d61b008&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001459
10.0.0.33 - - [2026-06-08 02:58:13] "GET /project/243ad559-1114-41a7-b96f-82ed4d61b008?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.083156
10.0.0.33 - - [2026-06-08 02:58:13] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-20086345&detail=False&count=False&shared=False HTTP/1.1" 200 838 0.010268
10.0.0.33 - - [2026-06-08 02:58:13] "DELETE /network-policy/6e4364d9-ef65-4f2f-8397-0a11c90c0865 HTTP/1.1" 200 115 0.053258
10.0.0.33 - - [2026-06-08 02:58:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005288
10.0.0.27 - - [2026-06-08 02:58:13] "GET /projects?obj_uuids=243ad559-1114-41a7-b96f-82ed4d61b008&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001195
10.0.0.33 - - [2026-06-08 02:58:13] "GET /project/243ad559-1114-41a7-b96f-82ed4d61b008?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.053696
10.0.0.33 - - [2026-06-08 02:58:13] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-20086345&detail=False&count=False&shared=False HTTP/1.1" 200 602 0.006109
10.0.0.33 - - [2026-06-08 02:58:14] "DELETE /network-policy/175452ad-3968-488e-bdac-04b9e18440fd HTTP/1.1" 200 115 0.056366
10.0.0.33 - - [2026-06-08 02:58:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005060
10.0.0.27 - - [2026-06-08 02:58:14] "GET /projects?obj_uuids=243ad559-1114-41a7-b96f-82ed4d61b008&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001412
10.0.0.33 - - [2026-06-08 02:58:14] "GET /project/243ad559-1114-41a7-b96f-82ed4d61b008?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.066459
10.0.0.33 - - [2026-06-08 02:58:14] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-20086345&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.007314
10.0.0.33 - - [2026-06-08 02:58:14] "DELETE /network-policy/e79bc884-ed92-40eb-9dfd-1fa51ecb884b HTTP/1.1" 200 115 0.053642
10.0.0.33 - - [2026-06-08 02:58:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005698
10.0.0.27 - - [2026-06-08 02:58:14] "GET /projects?obj_uuids=243ad559-1114-41a7-b96f-82ed4d61b008&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001121
10.0.0.33 - - [2026-06-08 02:58:14] "GET /project/243ad559-1114-41a7-b96f-82ed4d61b008?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.060641
10.0.0.33 - - [2026-06-08 02:58:14] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-20086345&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.007267
10.0.0.27 - - [2026-06-08 02:58:14] "POST /useragent-kv HTTP/1.1" 200 115 0.006251
10.0.0.27 - - [2026-06-08 02:58:14] "POST /useragent-kv HTTP/1.1" 200 115 0.002964
10.0.0.27 - - [2026-06-08 02:58:14] "POST /useragent-kv HTTP/1.1" 200 115 0.002704
10.0.0.27 - - [2026-06-08 02:58:14] "POST /useragent-kv HTTP/1.1" 200 115 0.003250
10.0.0.27 - - [2026-06-08 02:58:14] "POST /useragent-kv HTTP/1.1" 200 115 0.011889
10.0.0.249 - - [2026-06-08 02:58:14] "DELETE /route-target/d297fb23-28d2-4a9b-82d1-b85fa1a07828 HTTP/1.1" 200 115 0.043119
10.0.0.27 - - [2026-06-08 02:58:14] "POST /useragent-kv HTTP/1.1" 200 115 0.002945
10.0.0.33 - - [2026-06-08 02:58:14] "POST /neutron/network HTTP/1.1" 200 151 0.204350
10.0.0.33 - - [2026-06-08 02:58:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004534
10.0.0.33 - - [2026-06-08 02:58:14] "DELETE /network-ipam/1d0d191c-5dc5-4f96-bf22-478a0b914c81 HTTP/1.1" 200 115 0.042604
10.0.0.33 - - [2026-06-08 02:58:14] "POST /fqname-to-id HTTP/1.1" 404 260 0.004910
10.0.0.27 - - [2026-06-08 02:58:15] "GET /projects?obj_uuids=243ad559-1114-41a7-b96f-82ed4d61b008&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001196
10.0.0.27 - - [2026-06-08 02:58:15] "GET /project/243ad559-1114-41a7-b96f-82ed4d61b008?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1516 0.048748
10.0.0.27 - - [2026-06-08 02:58:15] "GET /projects?obj_uuids=243ad559-1114-41a7-b96f-82ed4d61b008&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001532
10.0.0.27 - - [2026-06-08 02:58:15] "GET /project/243ad559-1114-41a7-b96f-82ed4d61b008?fields=security_groups HTTP/1.1" 200 1399 0.070528
10.0.0.27 - - [2026-06-08 02:58:15] "DELETE /security-group/497a7bd7-5a11-47b9-9fd1-64e6010ad103 HTTP/1.1" 200 115 0.065988
10.0.0.27 - - [2026-06-08 02:58:15] "GET /projects?obj_uuids=243ad559-1114-41a7-b96f-82ed4d61b008&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001228
10.0.0.27 - - [2026-06-08 02:58:15] "GET /project/243ad559-1114-41a7-b96f-82ed4d61b008?fields=application_policy_sets HTTP/1.1" 200 1438 0.062374
10.0.0.33 - - [2026-06-08 02:58:15] "DELETE /project/243ad559-1114-41a7-b96f-82ed4d61b008 HTTP/1.1" 200 115 0.479323
10.0.0.27 - - [2026-06-08 02:58:15] "GET /domains?obj_uuids=2441b78a-01cc-4005-9aa7-6b434eb6fb41&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001688
10.0.0.33 - - [2026-06-08 02:58:15] "GET /domain/2441b78a-01cc-4005-9aa7-6b434eb6fb41?fields=projects HTTP/1.1" 200 1244 0.018775
10.0.0.27 - - [2026-06-08 02:58:18] "GET /projects?obj_uuids=243ad559-1114-41a7-b96f-82ed4d61b008&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003340
10.0.0.27 - - [2026-06-08 02:58:18] "GET /domains?obj_uuids=2441b78a-01cc-4005-9aa7-6b434eb6fb41&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001107
10.0.0.27 - - [2026-06-08 02:58:18] "GET /domain/2441b78a-01cc-4005-9aa7-6b434eb6fb41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.050748
10.0.0.27 - - [2026-06-08 02:58:18] "POST /id-to-fqname HTTP/1.1" 200 202 0.001345
10.0.0.27 - - [2026-06-08 02:58:18] "POST /fqname-to-id HTTP/1.1" 404 211 0.005365
10.0.0.27 - - [2026-06-08 02:58:18] "POST /security-groups HTTP/1.1" 200 603 0.032897
10.0.0.249 - - [2026-06-08 02:58:18] "POST /fqname-to-id HTTP/1.1" 404 246 0.005602
10.0.0.27 - - [2026-06-08 02:58:18] "POST /projects HTTP/1.1" 200 609 0.252123
10.0.0.27 - - [2026-06-08 02:58:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.330501
10.0.0.249 - - [2026-06-08 02:58:18] "POST /access-control-lists HTTP/1.1" 200 606 0.045413
10.0.0.33 - - [2026-06-08 02:58:18] "GET /project/243ad559-1114-41a7-b96f-82ed4d61b008?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.503790
10.0.0.27 - - [2026-06-08 02:58:18] "GET /projects?obj_uuids=243ad559-1114-41a7-b96f-82ed4d61b008&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002020
10.0.0.33 - - [2026-06-08 02:58:18] "GET /project/243ad559-1114-41a7-b96f-82ed4d61b008?fields=virtual_networks HTTP/1.1" 200 1056 0.067020
10.0.0.27 - - [2026-06-08 02:58:18] "GET /projects?obj_uuids=243ad559-1114-41a7-b96f-82ed4d61b008&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001256
10.0.0.33 - - [2026-06-08 02:58:18] "GET /project/243ad559-1114-41a7-b96f-82ed4d61b008?fields=virtual_machine_interfaces HTTP/1.1" 200 1056 0.072529
10.0.0.27 - - [2026-06-08 02:58:18] "GET /projects?obj_uuids=243ad559-1114-41a7-b96f-82ed4d61b008&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002027
10.0.0.33 - - [2026-06-08 02:58:19] "GET /project/243ad559-1114-41a7-b96f-82ed4d61b008?fields=security_groups HTTP/1.1" 200 1294 0.061481
10.0.0.33 - - [2026-06-08 02:58:19] "POST /fqname-to-id HTTP/1.1" 404 194 0.030487
10.0.0.27 - - [2026-06-08 02:58:19] "GET /projects?obj_uuids=c06d46e9-520d-4a1a-ad0b-b2fcf36ee4f0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004210
10.0.0.27 - - [2026-06-08 02:58:19] "GET /domains?obj_uuids=2441b78a-01cc-4005-9aa7-6b434eb6fb41&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001706
10.0.0.27 - - [2026-06-08 02:58:19] "GET /domain/2441b78a-01cc-4005-9aa7-6b434eb6fb41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009880
10.0.0.27 - - [2026-06-08 02:58:20] "POST /id-to-fqname HTTP/1.1" 200 196 0.007846
10.0.0.27 - - [2026-06-08 02:58:20] "POST /fqname-to-id HTTP/1.1" 404 205 0.011795
10.0.0.27 - - [2026-06-08 02:58:20] "POST /security-groups HTTP/1.1" 200 597 0.037799
10.0.0.27 - - [2026-06-08 02:58:20] "POST /projects HTTP/1.1" 200 597 0.268761
10.0.0.249 - - [2026-06-08 02:58:20] "POST /fqname-to-id HTTP/1.1" 404 239 0.009346
10.0.0.27 - - [2026-06-08 02:58:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.357797
10.0.0.33 - - [2026-06-08 02:58:20] "GET /project/c06d46e9-520d-4a1a-ad0b-b2fcf36ee4f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.510705
10.0.0.33 - - [2026-06-08 02:58:21] "GET / HTTP/1.1" 200 35931 0.002567
10.0.0.33 - - [2026-06-08 02:58:23] "GET /project/c06d46e9-520d-4a1a-ad0b-b2fcf36ee4f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000488
10.0.0.27 - - [2026-06-08 02:58:23] "GET /projects?obj_uuids=c06d46e9-520d-4a1a-ad0b-b2fcf36ee4f0&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001494
10.0.0.33 - - [2026-06-08 02:58:23] "GET /project/c06d46e9-520d-4a1a-ad0b-b2fcf36ee4f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.089966
10.0.0.33 - - [2026-06-08 02:58:24] "GET / HTTP/1.1" 200 35931 0.003269
10.0.0.33 - - [2026-06-08 02:58:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003839
10.0.0.27 - - [2026-06-08 02:58:24] "GET /domains?obj_uuids=2441b78a-01cc-4005-9aa7-6b434eb6fb41&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001157
10.0.0.33 - - [2026-06-08 02:58:24] "GET /domain/2441b78a-01cc-4005-9aa7-6b434eb6fb41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.008510
10.0.0.33 - - [2026-06-08 02:58:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003973
10.0.0.27 - - [2026-06-08 02:58:24] "GET /projects?obj_uuids=c06d46e9-520d-4a1a-ad0b-b2fcf36ee4f0&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001749
10.0.0.33 - - [2026-06-08 02:58:25] "GET /project/c06d46e9-520d-4a1a-ad0b-b2fcf36ee4f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.040844
10.0.0.33 - - [2026-06-08 02:58:26] "GET /domains HTTP/1.1" 401 292 0.000726
10.0.0.33 - - [2026-06-08 02:58:26] "GET /domains HTTP/1.1" 200 280 0.029414
10.0.0.27 - - [2026-06-08 02:58:26] "GET /domains?obj_uuids=2441b78a-01cc-4005-9aa7-6b434eb6fb41&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001250
10.0.0.33 - - [2026-06-08 02:58:26] "GET /domain/2441b78a-01cc-4005-9aa7-6b434eb6fb41 HTTP/1.1" 200 2777 0.011206
10.0.0.27 - - [2026-06-08 02:58:26] "GET /projects?obj_uuids=c06d46e9-520d-4a1a-ad0b-b2fcf36ee4f0&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001032
10.0.0.33 - - [2026-06-08 02:58:26] "GET /project/c06d46e9-520d-4a1a-ad0b-b2fcf36ee4f0 HTTP/1.1" 200 1889 0.103435
10.0.0.33 - - [2026-06-08 02:58:26] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.007034
10.0.0.33 - - [2026-06-08 02:58:26] "POST /network-ipams HTTP/1.1" 200 603 0.034716
10.0.0.33 - - [2026-06-08 02:58:26] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 798 0.004226
10.0.0.33 - - [2026-06-08 02:58:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004937
10.0.0.33 - - [2026-06-08 02:58:26] "GET /network-ipam/76e1ec04-4281-4521-9660-01d77087922a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.006725
10.0.0.33 - - [2026-06-08 02:58:26] "PUT /network-ipam/76e1ec04-4281-4521-9660-01d77087922a HTTP/1.1" 200 258 0.015589
10.0.0.33 - - [2026-06-08 02:58:26] "POST /fqname-to-id HTTP/1.1" 401 292 0.000482
10.0.0.33 - - [2026-06-08 02:58:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.032273
10.0.0.27 - - [2026-06-08 02:58:27] "GET /projects?obj_uuids=c06d46e9-520d-4a1a-ad0b-b2fcf36ee4f0&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001228
10.0.0.33 - - [2026-06-08 02:58:27] "GET /project/c06d46e9-520d-4a1a-ad0b-b2fcf36ee4f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.049737
10.0.0.27 - - [2026-06-08 02:58:27] "DELETE /project/243ad559111441a7b96f82ed4d61b008 HTTP/1.1" 404 173 0.009664
10.0.0.27 - - [2026-06-08 02:58:27] "DELETE /project/c06d46e9520d4a1aad0bb2fcf36ee4f0 HTTP/1.1" 404 173 0.025165
10.0.0.27 - - [2026-06-08 02:58:27] "GET /projects?obj_uuids=243ad559-1114-41a7-b96f-82ed4d61b008&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001084
10.0.0.249 - - [2026-06-08 02:58:27] "POST /ref-update HTTP/1.1" 200 156 0.086281
10.0.0.27 - - [2026-06-08 02:58:27] "GET /project/243ad559-1114-41a7-b96f-82ed4d61b008?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1516 0.113141
10.0.0.27 - - [2026-06-08 02:58:27] "GET /projects?obj_uuids=243ad559-1114-41a7-b96f-82ed4d61b008&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001559
10.0.0.27 - - [2026-06-08 02:58:27] "GET /project/243ad559-1114-41a7-b96f-82ed4d61b008?fields=security_groups HTTP/1.1" 200 1126 0.093620
10.0.0.27 - - [2026-06-08 02:58:27] "GET /projects?obj_uuids=243ad559-1114-41a7-b96f-82ed4d61b008&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003861
10.0.0.27 - - [2026-06-08 02:58:28] "POST /useragent-kv HTTP/1.1" 200 115 0.005619
10.0.0.27 - - [2026-06-08 02:58:28] "GET /project/243ad559-1114-41a7-b96f-82ed4d61b008?fields=application_policy_sets HTTP/1.1" 200 1438 0.119092
10.0.0.33 - - [2026-06-08 02:58:28] "POST /neutron/subnet HTTP/1.1" 200 701 0.486501
10.0.0.27 - - [2026-06-08 02:58:28] "DELETE /project/243ad559-1114-41a7-b96f-82ed4d61b008 HTTP/1.1" 404 190 0.469738
10.0.0.33 - - [2026-06-08 02:58:28] "POST /id-to-fqname HTTP/1.1" 200 229 0.001471
10.0.0.33 - - [2026-06-08 02:58:28] "GET /virtual-network/e86c35a6-332b-46e0-b720-787feff63040?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.009655
10.0.0.33 - - [2026-06-08 02:58:28] "POST /neutron/network HTTP/1.1" 200 1074 0.011016
10.0.0.33 - - [2026-06-08 02:58:28] "GET /virtual-network/e86c35a6-332b-46e0-b720-787feff63040?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.005570
10.0.0.33 - - [2026-06-08 02:58:28] "POST /neutron/subnet HTTP/1.1" 200 701 0.009965
10.0.0.33 - - [2026-06-08 02:58:28] "GET /virtual-network/e86c35a6-332b-46e0-b720-787feff63040?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.007613
10.0.0.27 - - [2026-06-08 02:58:30] "GET /obj-perms HTTP/1.1" 200 5013 0.085730
10.0.0.33 - - [2026-06-08 02:58:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004112
10.0.0.27 - - [2026-06-08 02:58:30] "GET /projects?obj_uuids=c06d46e9-520d-4a1a-ad0b-b2fcf36ee4f0&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000973
10.0.0.33 - - [2026-06-08 02:58:30] "GET /project/c06d46e9-520d-4a1a-ad0b-b2fcf36ee4f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.055179
10.0.0.249 - - [2026-06-08 02:58:30] "POST /route-targets HTTP/1.1" 200 327 0.019927
10.0.0.27 - - [2026-06-08 02:58:30] "POST /useragent-kv HTTP/1.1" 200 115 0.008371
10.0.0.33 - - [2026-06-08 02:58:30] "POST /neutron/subnet HTTP/1.1" 200 701 0.224120
10.0.0.33 - - [2026-06-08 02:58:31] "POST /id-to-fqname HTTP/1.1" 200 229 0.001601
10.0.0.33 - - [2026-06-08 02:58:31] "GET /virtual-network/a35725a1-91e7-4aee-a0bd-57d3f911bac7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.007754
10.0.0.33 - - [2026-06-08 02:58:31] "POST /neutron/network HTTP/1.1" 200 1074 0.009193
10.0.0.33 - - [2026-06-08 02:58:31] "GET /virtual-network/a35725a1-91e7-4aee-a0bd-57d3f911bac7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.005365
10.0.0.33 - - [2026-06-08 02:58:31] "POST /neutron/subnet HTTP/1.1" 200 701 0.009606
10.0.0.33 - - [2026-06-08 02:58:31] "GET /virtual-network/a35725a1-91e7-4aee-a0bd-57d3f911bac7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.007806
10.0.0.33 - - [2026-06-08 02:58:31] "GET /obj-perms HTTP/1.1" 200 5013 0.071826
10.0.0.33 - - [2026-06-08 02:58:31] "POST /fqname-to-id HTTP/1.1" 404 205 0.003653
10.0.0.33 - - [2026-06-08 02:58:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003536
10.0.0.27 - - [2026-06-08 02:58:32] "GET /projects?obj_uuids=c06d46e9-520d-4a1a-ad0b-b2fcf36ee4f0&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001690
10.0.0.33 - - [2026-06-08 02:58:32] "GET /project/c06d46e9-520d-4a1a-ad0b-b2fcf36ee4f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.093824
10.0.0.33 - - [2026-06-08 02:58:32] "POST /network-policys HTTP/1.1" 200 527 0.034807
10.0.0.33 - - [2026-06-08 02:58:32] "GET /network-policy/e45f74a6-59a9-44f8-a546-0b81f5bad0d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.011392
10.0.0.33 - - [2026-06-08 02:58:32] "POST /fqname-to-id HTTP/1.1" 404 205 0.003633
10.0.0.33 - - [2026-06-08 02:58:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003367
10.0.0.27 - - [2026-06-08 02:58:32] "GET /projects?obj_uuids=c06d46e9-520d-4a1a-ad0b-b2fcf36ee4f0&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001148
10.0.0.33 - - [2026-06-08 02:58:32] "GET /project/c06d46e9-520d-4a1a-ad0b-b2fcf36ee4f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.052869
10.0.0.33 - - [2026-06-08 02:58:32] "POST /network-policys HTTP/1.1" 200 527 0.085448
10.0.0.33 - - [2026-06-08 02:58:32] "GET /network-policy/d2a324ba-73e7-4aa3-b5c8-52b24bf0e93b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.008213
10.0.0.33 - - [2026-06-08 02:58:32] "POST /fqname-to-id HTTP/1.1" 404 205 0.003477
10.0.0.33 - - [2026-06-08 02:58:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002986
10.0.0.27 - - [2026-06-08 02:58:32] "GET /projects?obj_uuids=c06d46e9-520d-4a1a-ad0b-b2fcf36ee4f0&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001600
10.0.0.33 - - [2026-06-08 02:58:32] "GET /project/c06d46e9-520d-4a1a-ad0b-b2fcf36ee4f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.058575
10.0.0.33 - - [2026-06-08 02:58:32] "POST /network-policys HTTP/1.1" 200 527 0.036932
10.0.0.33 - - [2026-06-08 02:58:33] "GET /network-policy/a37debbf-8a43-451f-9114-4e4480e7a6dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.006984
10.0.0.33 - - [2026-06-08 02:58:33] "POST /fqname-to-id HTTP/1.1" 404 205 0.004342
10.0.0.33 - - [2026-06-08 02:58:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004114
10.0.0.27 - - [2026-06-08 02:58:33] "GET /projects?obj_uuids=c06d46e9-520d-4a1a-ad0b-b2fcf36ee4f0&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001255
10.0.0.33 - - [2026-06-08 02:58:33] "GET /project/c06d46e9-520d-4a1a-ad0b-b2fcf36ee4f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.051599
10.0.0.33 - - [2026-06-08 02:58:33] "POST /network-policys HTTP/1.1" 200 527 0.032650
10.0.0.33 - - [2026-06-08 02:58:33] "GET /network-policy/8796220b-a93b-4ce5-a574-53ba64eaafe3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.006569
10.0.0.33 - - [2026-06-08 02:58:33] "POST /fqname-to-id HTTP/1.1" 404 207 0.004076
10.0.0.33 - - [2026-06-08 02:58:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003757
10.0.0.27 - - [2026-06-08 02:58:33] "GET /projects?obj_uuids=c06d46e9-520d-4a1a-ad0b-b2fcf36ee4f0&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001352
10.0.0.33 - - [2026-06-08 02:58:33] "GET /project/c06d46e9-520d-4a1a-ad0b-b2fcf36ee4f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.060318
10.0.0.33 - - [2026-06-08 02:58:33] "POST /network-policys HTTP/1.1" 200 531 0.054391
10.0.0.33 - - [2026-06-08 02:58:33] "GET /network-policy/ff5cb8d8-7f22-4411-a360-3589995af051?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1945 0.009345
10.0.0.33 - - [2026-06-08 02:58:33] "POST /fqname-to-id HTTP/1.1" 404 206 0.004150
10.0.0.33 - - [2026-06-08 02:58:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.006065
10.0.0.27 - - [2026-06-08 02:58:34] "GET /projects?obj_uuids=c06d46e9-520d-4a1a-ad0b-b2fcf36ee4f0&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001623
10.0.0.33 - - [2026-06-08 02:58:34] "GET /project/c06d46e9-520d-4a1a-ad0b-b2fcf36ee4f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.053842
10.0.0.33 - - [2026-06-08 02:58:34] "POST /network-policys HTTP/1.1" 200 529 0.040815
10.0.0.33 - - [2026-06-08 02:58:34] "GET /network-policy/650346aa-8ffb-4859-aefb-41320882e75f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.008665
10.0.0.33 - - [2026-06-08 02:58:34] "POST /fqname-to-id HTTP/1.1" 404 206 0.004440
10.0.0.33 - - [2026-06-08 02:58:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003925
10.0.0.27 - - [2026-06-08 02:58:34] "GET /projects?obj_uuids=c06d46e9-520d-4a1a-ad0b-b2fcf36ee4f0&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001880
10.0.0.33 - - [2026-06-08 02:58:34] "GET /project/c06d46e9-520d-4a1a-ad0b-b2fcf36ee4f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.063224
10.0.0.33 - - [2026-06-08 02:58:34] "POST /network-policys HTTP/1.1" 200 529 0.036659
10.0.0.33 - - [2026-06-08 02:58:34] "GET /network-policy/a65a97cf-0d1a-480e-8030-3a2d51fad553?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.007191
10.0.0.33 - - [2026-06-08 02:58:34] "POST /fqname-to-id HTTP/1.1" 404 206 0.003397
10.0.0.33 - - [2026-06-08 02:58:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003642
10.0.0.27 - - [2026-06-08 02:58:34] "GET /projects?obj_uuids=c06d46e9-520d-4a1a-ad0b-b2fcf36ee4f0&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001197
10.0.0.33 - - [2026-06-08 02:58:34] "GET /project/c06d46e9-520d-4a1a-ad0b-b2fcf36ee4f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.077623
10.0.0.33 - - [2026-06-08 02:58:34] "POST /network-policys HTTP/1.1" 200 529 0.029786
10.0.0.33 - - [2026-06-08 02:58:35] "GET /network-policy/da834192-bfa2-4b1c-b239-6622e2eabd81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3987 0.007343
10.0.0.33 - - [2026-06-08 02:58:35] "POST /fqname-to-id HTTP/1.1" 404 206 0.003793
10.0.0.33 - - [2026-06-08 02:58:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.005818
10.0.0.27 - - [2026-06-08 02:58:35] "GET /projects?obj_uuids=c06d46e9-520d-4a1a-ad0b-b2fcf36ee4f0&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001654
10.0.0.33 - - [2026-06-08 02:58:35] "GET /project/c06d46e9-520d-4a1a-ad0b-b2fcf36ee4f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.062957
10.0.0.33 - - [2026-06-08 02:58:35] "POST /network-policys HTTP/1.1" 200 529 0.034718
10.0.0.33 - - [2026-06-08 02:58:35] "GET /network-policy/8e56f3a0-8a28-47db-be17-9b7f264c2e6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3987 0.008149
10.0.0.33 - - [2026-06-08 02:58:35] "POST /fqname-to-id HTTP/1.1" 404 208 0.003941
10.0.0.33 - - [2026-06-08 02:58:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003654
10.0.0.27 - - [2026-06-08 02:58:35] "GET /projects?obj_uuids=c06d46e9-520d-4a1a-ad0b-b2fcf36ee4f0&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001634
10.0.0.33 - - [2026-06-08 02:58:35] "GET /project/c06d46e9-520d-4a1a-ad0b-b2fcf36ee4f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.063058
10.0.0.33 - - [2026-06-08 02:58:35] "POST /network-policys HTTP/1.1" 200 533 0.034286
10.0.0.33 - - [2026-06-08 02:58:35] "GET /network-policy/01441cc9-2186-400b-b04d-4662c6aef81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1125 0.008628
10.0.0.249 - - [2026-06-08 02:58:36] "POST /access-control-lists HTTP/1.1" 200 603 0.055655
10.0.0.33 - - [2026-06-08 02:58:36] "POST /neutron/network HTTP/1.1" 200 1157 0.031824
10.0.0.33 - - [2026-06-08 02:58:36] "GET /virtual-network/e86c35a6-332b-46e0-b720-787feff63040?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.007551
10.0.0.33 - - [2026-06-08 02:58:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003556
10.0.0.33 - - [2026-06-08 02:58:36] "GET /network-policy/e45f74a6-59a9-44f8-a546-0b81f5bad0d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.005670
10.0.0.249 - - [2026-06-08 02:58:36] "POST /ref-update HTTP/1.1" 200 156 0.027503
10.0.0.33 - - [2026-06-08 02:58:36] "POST /neutron/network HTTP/1.1" 200 1159 0.020114
10.0.0.33 - - [2026-06-08 02:58:36] "GET /virtual-network/a35725a1-91e7-4aee-a0bd-57d3f911bac7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.015152
10.0.0.33 - - [2026-06-08 02:58:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.008954
10.0.0.33 - - [2026-06-08 02:58:36] "GET /network-policy/ff5cb8d8-7f22-4411-a360-3589995af051?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1945 0.004444
10.0.0.33 - - [2026-06-08 02:58:36] "POST /id-to-fqname HTTP/1.1" 200 229 0.001580
10.0.0.27 - - [2026-06-08 02:58:37] "GET /projects?obj_uuids=c06d46e9-520d-4a1a-ad0b-b2fcf36ee4f0&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001209
10.0.0.33 - - [2026-06-08 02:58:37] "GET /project/c06d46e9-520d-4a1a-ad0b-b2fcf36ee4f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.070080
10.0.0.33 - - [2026-06-08 02:58:37] "POST /neutron/port HTTP/1.1" 200 117 0.008464
10.0.0.33 - - [2026-06-08 02:58:38] "POST /id-to-fqname HTTP/1.1" 200 229 0.001486
10.0.0.33 - - [2026-06-08 02:58:38] "POST /neutron/network HTTP/1.1" 200 1169 0.011313
10.0.0.33 - - [2026-06-08 02:58:38] "POST /neutron/port HTTP/1.1" 200 1061 0.026487
10.0.0.33 - - [2026-06-08 02:58:39] "POST /neutron/port HTTP/1.1" 200 1125 0.032948
10.0.0.27 - - [2026-06-08 02:58:39] "GET /projects?obj_uuids=c06d46e9-520d-4a1a-ad0b-b2fcf36ee4f0&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001246
10.0.0.33 - - [2026-06-08 02:58:39] "GET /project/c06d46e9-520d-4a1a-ad0b-b2fcf36ee4f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.096160
10.0.0.33 - - [2026-06-08 02:58:39] "POST /neutron/port HTTP/1.1" 200 117 0.001546
10.0.0.33 - - [2026-06-08 02:58:39] "POST /neutron/port HTTP/1.1" 200 1125 0.040701
10.0.0.33 - - [2026-06-08 02:58:39] "POST /neutron/port HTTP/1.1" 200 1125 0.024945
10.0.0.27 - - [2026-06-08 02:58:39] "GET /projects?obj_uuids=c06d46e9-520d-4a1a-ad0b-b2fcf36ee4f0&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.010522
10.0.0.33 - - [2026-06-08 02:58:40] "POST /neutron/port HTTP/1.1" 200 1061 0.378978
10.0.0.33 - - [2026-06-08 02:58:40] "POST /neutron/port HTTP/1.1" 200 1115 0.143040
10.0.0.33 - - [2026-06-08 02:58:40] "POST /neutron/subnet HTTP/1.1" 200 675 0.013208
10.0.0.33 - - [2026-06-08 02:58:44] "POST /neutron/port HTTP/1.1" 200 1125 0.027676
10.0.0.33 - - [2026-06-08 02:58:44] "POST /neutron/security_group HTTP/1.1" 200 2064 0.012934
10.0.0.33 - - [2026-06-08 02:58:44] "GET /virtual-machine/e6d89e59-ff0d-45f7-9b54-b6b17d30149c HTTP/1.1" 401 292 0.000623
10.0.0.33 - - [2026-06-08 02:58:45] "GET /virtual-machine/e6d89e59-ff0d-45f7-9b54-b6b17d30149c HTTP/1.1" 200 1299 0.034110
10.0.0.33 - - [2026-06-08 02:58:45] "GET /virtual-machine-interface/dda82517-57d9-49c9-a366-a742bf3ebce6 HTTP/1.1" 200 2952 0.006928
10.0.0.33 - - [2026-06-08 02:58:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004375
10.0.0.33 - - [2026-06-08 02:58:45] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.008089
10.0.0.33 - - [2026-06-08 02:58:45] "GET /virtual-networks?parent_id=c06d46e9-520d-4a1a-ad0b-b2fcf36ee4f0&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.005548
10.0.0.33 - - [2026-06-08 02:58:45] "GET /virtual-network/e86c35a6-332b-46e0-b720-787feff63040?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.006209
10.0.0.33 - - [2026-06-08 02:58:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004056
10.0.0.33 - - [2026-06-08 02:58:48] "GET /virtual-network/e86c35a6-332b-46e0-b720-787feff63040?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.005869
10.0.0.33 - - [2026-06-08 02:58:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003855
10.0.0.33 - - [2026-06-08 02:58:52] "GET /virtual-network/e86c35a6-332b-46e0-b720-787feff63040?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.005977
10.0.0.249 - - [2026-06-08 02:58:56] "GET /obj-perms HTTP/1.1" 200 5056 0.060135
10.0.0.33 - - [2026-06-08 02:58:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004716
10.0.0.33 - - [2026-06-08 02:58:56] "GET /virtual-network/e86c35a6-332b-46e0-b720-787feff63040?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.007794
10.0.0.33 - - [2026-06-08 02:59:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004386
10.0.0.33 - - [2026-06-08 02:59:00] "GET /virtual-network/e86c35a6-332b-46e0-b720-787feff63040?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.007030
10.0.0.33 - - [2026-06-08 02:59:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004738
10.0.0.33 - - [2026-06-08 02:59:04] "GET /virtual-network/e86c35a6-332b-46e0-b720-787feff63040?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.008135
10.0.0.33 - - [2026-06-08 02:59:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.007525
10.0.0.33 - - [2026-06-08 02:59:08] "GET /virtual-network/e86c35a6-332b-46e0-b720-787feff63040?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.006703
10.0.0.33 - - [2026-06-08 02:59:11] "POST /neutron/port HTTP/1.1" 200 1125 0.023285
10.0.0.33 - - [2026-06-08 02:59:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005470
10.0.0.33 - - [2026-06-08 02:59:11] "POST /neutron/network HTTP/1.1" 200 1157 0.015367
10.0.0.33 - - [2026-06-08 02:59:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003975
10.0.0.33 - - [2026-06-08 02:59:12] "GET /virtual-network/e86c35a6-332b-46e0-b720-787feff63040?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.006109
10.0.0.33 - - [2026-06-08 02:59:15] "POST /neutron/network HTTP/1.1" 200 1169 0.008715
10.0.0.33 - - [2026-06-08 02:59:15] "POST /neutron/port HTTP/1.1" 200 117 0.001943
10.0.0.33 - - [2026-06-08 02:59:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005755
10.0.0.33 - - [2026-06-08 02:59:17] "GET /virtual-network/e86c35a6-332b-46e0-b720-787feff63040?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.009290
10.0.0.33 - - [2026-06-08 02:59:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.005274
10.0.0.33 - - [2026-06-08 02:59:21] "GET /virtual-network/e86c35a6-332b-46e0-b720-787feff63040?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.008315
10.0.0.33 - - [2026-06-08 02:59:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005040
10.0.0.33 - - [2026-06-08 02:59:23] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005738
10.0.0.33 - - [2026-06-08 02:59:23] "GET /virtual-networks?parent_id=c06d46e9-520d-4a1a-ad0b-b2fcf36ee4f0&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.004511
10.0.0.33 - - [2026-06-08 02:59:23] "GET /virtual-network/e86c35a6-332b-46e0-b720-787feff63040?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.018170
10.0.0.33 - - [2026-06-08 02:59:23] "POST /neutron/security_group HTTP/1.1" 200 2064 0.012131
10.0.0.33 - - [2026-06-08 02:59:33] "POST /neutron/port HTTP/1.1" 200 1125 0.024509
10.0.0.33 - - [2026-06-08 02:59:33] "POST /neutron/security_group HTTP/1.1" 200 2064 0.039069
10.0.0.33 - - [2026-06-08 02:59:38] "POST /neutron/port HTTP/1.1" 200 1125 0.029626
10.0.0.33 - - [2026-06-08 02:59:44] "POST /neutron/security_group HTTP/1.1" 200 2064 0.009875
10.0.0.33 - - [2026-06-08 02:59:44] "POST /neutron/port HTTP/1.1" 200 1125 0.021963
10.0.0.33 - - [2026-06-08 02:59:44] "GET /virtual-machine/2a8b638d-bffd-4498-b80f-0e6e9e2635a7 HTTP/1.1" 200 1298 0.008475
10.0.0.33 - - [2026-06-08 02:59:44] "GET /virtual-machine-interface/0f5541cc-92c1-4e34-916f-cedb141f78d2 HTTP/1.1" 200 2951 0.007877
10.0.0.33 - - [2026-06-08 02:59:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004648
10.0.0.33 - - [2026-06-08 02:59:44] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005217
10.0.0.33 - - [2026-06-08 02:59:44] "GET /virtual-networks?parent_id=c06d46e9-520d-4a1a-ad0b-b2fcf36ee4f0&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.004715
10.0.0.33 - - [2026-06-08 02:59:44] "GET /virtual-network/a35725a1-91e7-4aee-a0bd-57d3f911bac7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.007671
10.0.0.33 - - [2026-06-08 02:59:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004726
10.0.0.33 - - [2026-06-08 02:59:45] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005334
10.0.0.33 - - [2026-06-08 02:59:45] "GET /virtual-networks?parent_id=c06d46e9-520d-4a1a-ad0b-b2fcf36ee4f0&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.004453
10.0.0.33 - - [2026-06-08 02:59:45] "GET /virtual-network/a35725a1-91e7-4aee-a0bd-57d3f911bac7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.006575
10.0.0.33 - - [2026-06-08 02:59:45] "POST /neutron/security_group HTTP/1.1" 200 2064 0.010921
10.0.0.33 - - [2026-06-08 02:59:51] "POST /neutron/port HTTP/1.1" 200 1125 0.026424
10.0.0.33 - - [2026-06-08 02:59:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005882
10.0.0.33 - - [2026-06-08 02:59:51] "GET /network-policy/ff5cb8d8-7f22-4411-a360-3589995af051?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1945 0.006170
10.0.0.33 - - [2026-06-08 02:59:51] "POST /neutron/security_group HTTP/1.1" 200 2064 0.010367
10.0.0.33 - - [2026-06-08 02:59:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.007237
10.0.0.33 - - [2026-06-08 02:59:51] "GET /network-policy/e45f74a6-59a9-44f8-a546-0b81f5bad0d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.008868
10.0.0.33 - - [2026-06-08 02:59:51] "POST /neutron/network HTTP/1.1" 200 1157 0.015550
10.0.0.33 - - [2026-06-08 02:59:51] "GET /virtual-network/e86c35a6-332b-46e0-b720-787feff63040?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.008732
10.0.0.33 - - [2026-06-08 02:59:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005488
10.0.0.33 - - [2026-06-08 02:59:52] "GET /network-policy/d2a324ba-73e7-4aa3-b5c8-52b24bf0e93b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.009697
10.0.0.33 - - [2026-06-08 03:00:13] "POST /neutron/network HTTP/1.1" 200 1167 0.011268
10.0.0.33 - - [2026-06-08 03:00:13] "POST /neutron/port HTTP/1.1" 200 117 0.001334
10.0.0.33 - - [2026-06-08 03:00:16] "POST /neutron/port HTTP/1.1" 200 1125 0.028455
10.0.0.33 - - [2026-06-08 03:00:16] "POST /neutron/subnet HTTP/1.1" 200 675 0.015039
10.0.0.33 - - [2026-06-08 03:00:16] "POST /neutron/network HTTP/1.1" 200 1157 0.012047
10.0.0.33 - - [2026-06-08 03:00:16] "GET /virtual-network/e86c35a6-332b-46e0-b720-787feff63040?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.009288
10.0.0.33 - - [2026-06-08 03:00:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003463
10.0.0.33 - - [2026-06-08 03:00:16] "GET /network-policy/01441cc9-2186-400b-b04d-4662c6aef81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1125 0.004956
10.0.0.249 - - [2026-06-08 03:00:16] "POST /ref-update HTTP/1.1" 200 156 0.053360
10.0.0.33 - - [2026-06-08 03:00:25] "POST /neutron/network HTTP/1.1" 200 1160 0.015849
10.0.0.33 - - [2026-06-08 03:00:25] "GET /virtual-network/e86c35a6-332b-46e0-b720-787feff63040?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.016484
10.0.0.33 - - [2026-06-08 03:00:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005740
10.0.0.33 - - [2026-06-08 03:00:25] "GET /network-policy/a37debbf-8a43-451f-9114-4e4480e7a6dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.007403
10.0.0.33 - - [2026-06-08 03:00:34] "POST /neutron/network HTTP/1.1" 200 1157 0.013520
10.0.0.249 - - [2026-06-08 03:00:34] "PUT /access-control-list/a63b614e-31da-4591-9362-32e106bc08fc HTTP/1.1" 200 272 0.066656
10.0.0.33 - - [2026-06-08 03:00:34] "GET /virtual-network/e86c35a6-332b-46e0-b720-787feff63040?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.016145
10.0.0.33 - - [2026-06-08 03:00:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004848
10.0.0.33 - - [2026-06-08 03:00:34] "GET /network-policy/8796220b-a93b-4ce5-a574-53ba64eaafe3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.004959
10.0.0.33 - - [2026-06-08 03:00:42] "POST /neutron/network HTTP/1.1" 200 1157 0.012287
10.0.0.33 - - [2026-06-08 03:00:42] "GET /virtual-network/e86c35a6-332b-46e0-b720-787feff63040?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.021134
10.0.0.33 - - [2026-06-08 03:00:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003453
10.0.0.33 - - [2026-06-08 03:00:42] "GET /network-policy/650346aa-8ffb-4859-aefb-41320882e75f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.006429
10.0.0.33 - - [2026-06-08 03:00:51] "POST /neutron/network HTTP/1.1" 200 1158 0.013928
10.0.0.249 - - [2026-06-08 03:00:51] "PUT /access-control-list/a63b614e-31da-4591-9362-32e106bc08fc HTTP/1.1" 200 272 0.046971
10.0.0.33 - - [2026-06-08 03:00:51] "GET /virtual-network/e86c35a6-332b-46e0-b720-787feff63040?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.019825
10.0.0.33 - - [2026-06-08 03:00:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003472
10.0.0.33 - - [2026-06-08 03:00:51] "GET /network-policy/a65a97cf-0d1a-480e-8030-3a2d51fad553?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.005390
10.0.0.27 - - [2026-06-08 03:00:57] "GET /obj-perms HTTP/1.1" 200 5056 0.055536
10.0.0.33 - - [2026-06-08 03:00:59] "POST /neutron/network HTTP/1.1" 200 1158 0.010120
10.0.0.33 - - [2026-06-08 03:00:59] "GET /virtual-network/e86c35a6-332b-46e0-b720-787feff63040?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.012142
10.0.0.33 - - [2026-06-08 03:00:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.006120
10.0.0.33 - - [2026-06-08 03:00:59] "GET /network-policy/da834192-bfa2-4b1c-b239-6622e2eabd81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3987 0.006716
10.0.0.33 - - [2026-06-08 03:01:07] "POST /neutron/network HTTP/1.1" 200 1158 0.017065
10.0.0.249 - - [2026-06-08 03:01:08] "PUT /access-control-list/a63b614e-31da-4591-9362-32e106bc08fc HTTP/1.1" 200 272 0.063426
10.0.0.33 - - [2026-06-08 03:01:08] "GET /virtual-network/e86c35a6-332b-46e0-b720-787feff63040?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.009565
10.0.0.33 - - [2026-06-08 03:01:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003338
10.0.0.33 - - [2026-06-08 03:01:08] "GET /network-policy/8e56f3a0-8a28-47db-be17-9b7f264c2e6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3987 0.011623
10.0.0.33 - - [2026-06-08 03:01:15] "POST /neutron/port HTTP/1.1" 200 1125 0.027422
10.0.0.33 - - [2026-06-08 03:01:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004611
10.0.0.33 - - [2026-06-08 03:01:15] "POST /neutron/network HTTP/1.1" 200 1158 0.015304
10.0.0.33 - - [2026-06-08 03:01:15] "GET /virtual-network/e86c35a6-332b-46e0-b720-787feff63040?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.011765
10.0.0.33 - - [2026-06-08 03:01:16] "POST /neutron/network HTTP/1.1" 200 1074 0.035437
10.0.0.33 - - [2026-06-08 03:01:16] "GET /virtual-network/e86c35a6-332b-46e0-b720-787feff63040?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.015005
10.0.0.33 - - [2026-06-08 03:01:16] "GET /virtual-machine/2a8b638d-bffd-4498-b80f-0e6e9e2635a7 HTTP/1.1" 200 1298 0.004466
10.0.0.33 - - [2026-06-08 03:01:16] "POST /neutron/port HTTP/1.1" 200 151 0.225511
10.0.0.33 - - [2026-06-08 03:01:18] "GET /virtual-machine/2a8b638d-bffd-4498-b80f-0e6e9e2635a7 HTTP/1.1" 404 171 0.004714
10.0.0.33 - - [2026-06-08 03:01:18] "GET /virtual-machine/2a8b638d-bffd-4498-b80f-0e6e9e2635a7 HTTP/1.1" 404 171 0.004887
10.0.0.33 - - [2026-06-08 03:01:18] "GET /virtual-machine/2a8b638d-bffd-4498-b80f-0e6e9e2635a7 HTTP/1.1" 404 171 0.005751
10.0.0.33 - - [2026-06-08 03:01:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.006470
10.0.0.33 - - [2026-06-08 03:01:18] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006950
10.0.0.33 - - [2026-06-08 03:01:18] "GET /virtual-networks?parent_id=c06d46e9-520d-4a1a-ad0b-b2fcf36ee4f0&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.007917
10.0.0.33 - - [2026-06-08 03:01:18] "GET /virtual-network/a35725a1-91e7-4aee-a0bd-57d3f911bac7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.009930
10.0.0.33 - - [2026-06-08 03:01:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.007538
10.0.0.33 - - [2026-06-08 03:01:18] "GET /routing-instance/f1b77bad-a4f0-4248-bab9-8ea3f0ee2b9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1494 0.008849
10.0.0.33 - - [2026-06-08 03:01:18] "GET /route-target/cb7bb5d0-b033-4bfa-90eb-994da666ccbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.008020
10.0.0.33 - - [2026-06-08 03:01:18] "GET /obj-perms HTTP/1.1" 200 5013 0.005013
10.0.0.249 - - [2026-06-08 03:01:21] "GET /obj-perms HTTP/1.1" 200 5013 0.064791
10.0.0.33 - - [2026-06-08 03:01:28] "GET /obj-perms HTTP/1.1" 200 5013 0.005213
10.0.0.249 - - [2026-06-08 03:01:31] "GET /obj-perms HTTP/1.1" 200 5013 0.005898
10.0.0.33 - - [2026-06-08 03:01:37] "GET /obj-perms HTTP/1.1" 200 5013 0.005198
10.0.0.249 - - [2026-06-08 03:01:40] "GET /obj-perms HTTP/1.1" 200 5013 0.004683
10.0.0.33 - - [2026-06-08 03:01:40] "GET /obj-perms HTTP/1.1" 200 5013 0.003950
10.0.0.33 - - [2026-06-08 03:01:40] "GET /virtual-machine/e6d89e59-ff0d-45f7-9b54-b6b17d30149c HTTP/1.1" 200 1299 0.005170
10.0.0.33 - - [2026-06-08 03:01:41] "POST /neutron/port HTTP/1.1" 200 151 0.231524
10.0.0.33 - - [2026-06-08 03:01:42] "GET /virtual-machine/e6d89e59-ff0d-45f7-9b54-b6b17d30149c HTTP/1.1" 404 171 0.005001
10.0.0.33 - - [2026-06-08 03:01:42] "GET /virtual-machine/e6d89e59-ff0d-45f7-9b54-b6b17d30149c HTTP/1.1" 404 171 0.005558
10.0.0.33 - - [2026-06-08 03:01:42] "GET /virtual-machine/e6d89e59-ff0d-45f7-9b54-b6b17d30149c HTTP/1.1" 404 171 0.004338
10.0.0.33 - - [2026-06-08 03:01:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.007862
10.0.0.33 - - [2026-06-08 03:01:42] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006775
10.0.0.33 - - [2026-06-08 03:01:42] "GET /virtual-networks?parent_id=c06d46e9-520d-4a1a-ad0b-b2fcf36ee4f0&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.005763
10.0.0.33 - - [2026-06-08 03:01:42] "GET /virtual-network/e86c35a6-332b-46e0-b720-787feff63040?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.008861
10.0.0.33 - - [2026-06-08 03:01:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003620
10.0.0.33 - - [2026-06-08 03:01:42] "GET /routing-instance/52234703-fdd2-49c0-9b9f-f3db4257136d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1493 0.006268
10.0.0.33 - - [2026-06-08 03:01:43] "GET /route-target/3985d8ce-04f0-41fa-9f1b-b7247c464608?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.006390
10.0.0.27 - - [2026-06-08 03:01:46] "GET /obj-perms HTTP/1.1" 200 5013 0.004473
10.0.0.33 - - [2026-06-08 03:01:49] "GET /obj-perms HTTP/1.1" 200 5013 0.004790
10.0.0.27 - - [2026-06-08 03:01:55] "GET /obj-perms HTTP/1.1" 200 5013 0.005577
10.0.0.33 - - [2026-06-08 03:01:58] "GET /obj-perms HTTP/1.1" 200 5056 0.061239
10.0.0.33 - - [2026-06-08 03:02:04] "GET /obj-perms HTTP/1.1" 200 5013 0.007240
10.0.0.27 - - [2026-06-08 03:02:04] "GET /obj-perms HTTP/1.1" 200 5013 0.006205
10.0.0.33 - - [2026-06-08 03:02:10] "GET /obj-perms HTTP/1.1" 200 5013 0.004724
10.0.0.249 - - [2026-06-08 03:02:10] "GET /obj-perms HTTP/1.1" 200 5013 0.005110
10.0.0.27 - - [2026-06-08 03:02:10] "GET /obj-perms HTTP/1.1" 200 5013 0.005303
10.0.0.33 - - [2026-06-08 03:02:11] "GET /virtual-network/a35725a1-91e7-4aee-a0bd-57d3f911bac7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.009605
10.0.0.249 - - [2026-06-08 03:02:11] "DELETE /access-control-list/38a728f5-0ae9-4690-86f3-e78a5ff389bb HTTP/1.1" 200 115 0.098082
10.0.0.33 - - [2026-06-08 03:02:11] "POST /neutron/network HTTP/1.1" 200 1074 0.049633
10.0.0.33 - - [2026-06-08 03:02:11] "GET /virtual-network/a35725a1-91e7-4aee-a0bd-57d3f911bac7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.008202
10.0.0.33 - - [2026-06-08 03:02:11] "DELETE /network-policy/01441cc9-2186-400b-b04d-4662c6aef81c HTTP/1.1" 200 115 0.043609
10.0.0.33 - - [2026-06-08 03:02:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.007125
10.0.0.27 - - [2026-06-08 03:02:11] "GET /projects?obj_uuids=c06d46e9-520d-4a1a-ad0b-b2fcf36ee4f0&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.035099
10.0.0.33 - - [2026-06-08 03:02:11] "GET /project/c06d46e9-520d-4a1a-ad0b-b2fcf36ee4f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.105097
10.0.0.33 - - [2026-06-08 03:02:11] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-32742842&detail=False&count=False&shared=False HTTP/1.1" 200 2072 0.007786
10.0.0.33 - - [2026-06-08 03:02:11] "DELETE /network-policy/8e56f3a0-8a28-47db-be17-9b7f264c2e6e HTTP/1.1" 200 115 0.041841
10.0.0.33 - - [2026-06-08 03:02:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.005228
10.0.0.27 - - [2026-06-08 03:02:11] "GET /projects?obj_uuids=c06d46e9-520d-4a1a-ad0b-b2fcf36ee4f0&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001682
10.0.0.33 - - [2026-06-08 03:02:11] "GET /project/c06d46e9-520d-4a1a-ad0b-b2fcf36ee4f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.062636
10.0.0.33 - - [2026-06-08 03:02:11] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-32742842&detail=False&count=False&shared=False HTTP/1.1" 200 1856 0.009339
10.0.0.33 - - [2026-06-08 03:02:11] "DELETE /network-policy/da834192-bfa2-4b1c-b239-6622e2eabd81 HTTP/1.1" 200 115 0.059084
10.0.0.33 - - [2026-06-08 03:02:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004707
10.0.0.27 - - [2026-06-08 03:02:11] "GET /projects?obj_uuids=c06d46e9-520d-4a1a-ad0b-b2fcf36ee4f0&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001377
10.0.0.33 - - [2026-06-08 03:02:12] "GET /project/c06d46e9-520d-4a1a-ad0b-b2fcf36ee4f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.054082
10.0.0.33 - - [2026-06-08 03:02:12] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-32742842&detail=False&count=False&shared=False HTTP/1.1" 200 1640 0.005802
10.0.0.33 - - [2026-06-08 03:02:12] "DELETE /network-policy/a65a97cf-0d1a-480e-8030-3a2d51fad553 HTTP/1.1" 200 115 0.045437
10.0.0.33 - - [2026-06-08 03:02:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.009943
10.0.0.27 - - [2026-06-08 03:02:12] "GET /projects?obj_uuids=c06d46e9-520d-4a1a-ad0b-b2fcf36ee4f0&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001383
10.0.0.33 - - [2026-06-08 03:02:12] "GET /project/c06d46e9-520d-4a1a-ad0b-b2fcf36ee4f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.053287
10.0.0.33 - - [2026-06-08 03:02:12] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-32742842&detail=False&count=False&shared=False HTTP/1.1" 200 1424 0.006687
10.0.0.33 - - [2026-06-08 03:02:12] "DELETE /network-policy/650346aa-8ffb-4859-aefb-41320882e75f HTTP/1.1" 200 115 0.065657
10.0.0.33 - - [2026-06-08 03:02:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.006171
10.0.0.27 - - [2026-06-08 03:02:12] "GET /projects?obj_uuids=c06d46e9-520d-4a1a-ad0b-b2fcf36ee4f0&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002086
10.0.0.33 - - [2026-06-08 03:02:12] "GET /project/c06d46e9-520d-4a1a-ad0b-b2fcf36ee4f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.055612
10.0.0.33 - - [2026-06-08 03:02:12] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-32742842&detail=False&count=False&shared=False HTTP/1.1" 200 1208 0.007753
10.0.0.33 - - [2026-06-08 03:02:12] "DELETE /network-policy/ff5cb8d8-7f22-4411-a360-3589995af051 HTTP/1.1" 200 115 0.060824
10.0.0.33 - - [2026-06-08 03:02:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003900
10.0.0.27 - - [2026-06-08 03:02:12] "GET /projects?obj_uuids=c06d46e9-520d-4a1a-ad0b-b2fcf36ee4f0&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001337
10.0.0.33 - - [2026-06-08 03:02:12] "GET /project/c06d46e9-520d-4a1a-ad0b-b2fcf36ee4f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.053480
10.0.0.33 - - [2026-06-08 03:02:12] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-32742842&detail=False&count=False&shared=False HTTP/1.1" 200 990 0.008416
10.0.0.33 - - [2026-06-08 03:02:12] "DELETE /network-policy/8796220b-a93b-4ce5-a574-53ba64eaafe3 HTTP/1.1" 200 115 0.053432
10.0.0.33 - - [2026-06-08 03:02:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.011238
10.0.0.27 - - [2026-06-08 03:02:12] "GET /projects?obj_uuids=c06d46e9-520d-4a1a-ad0b-b2fcf36ee4f0&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001022
10.0.0.33 - - [2026-06-08 03:02:13] "GET /project/c06d46e9-520d-4a1a-ad0b-b2fcf36ee4f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.075017
10.0.0.33 - - [2026-06-08 03:02:13] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-32742842&detail=False&count=False&shared=False HTTP/1.1" 200 775 0.014948
10.0.0.33 - - [2026-06-08 03:02:13] "DELETE /network-policy/a37debbf-8a43-451f-9114-4e4480e7a6dd HTTP/1.1" 200 115 0.048827
10.0.0.33 - - [2026-06-08 03:02:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004587
10.0.0.27 - - [2026-06-08 03:02:13] "GET /projects?obj_uuids=c06d46e9-520d-4a1a-ad0b-b2fcf36ee4f0&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001923
10.0.0.33 - - [2026-06-08 03:02:13] "GET /project/c06d46e9-520d-4a1a-ad0b-b2fcf36ee4f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.067723
10.0.0.33 - - [2026-06-08 03:02:13] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-32742842&detail=False&count=False&shared=False HTTP/1.1" 200 560 0.007356
10.0.0.33 - - [2026-06-08 03:02:13] "DELETE /network-policy/d2a324ba-73e7-4aa3-b5c8-52b24bf0e93b HTTP/1.1" 200 115 0.048173
10.0.0.33 - - [2026-06-08 03:02:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003262
10.0.0.27 - - [2026-06-08 03:02:13] "GET /projects?obj_uuids=c06d46e9-520d-4a1a-ad0b-b2fcf36ee4f0&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001293
10.0.0.33 - - [2026-06-08 03:02:13] "GET /project/c06d46e9-520d-4a1a-ad0b-b2fcf36ee4f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.052889
10.0.0.33 - - [2026-06-08 03:02:13] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-32742842&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.007493
10.0.0.33 - - [2026-06-08 03:02:13] "DELETE /network-policy/e45f74a6-59a9-44f8-a546-0b81f5bad0d4 HTTP/1.1" 200 115 0.041376
10.0.0.33 - - [2026-06-08 03:02:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003682
10.0.0.27 - - [2026-06-08 03:02:13] "GET /projects?obj_uuids=c06d46e9-520d-4a1a-ad0b-b2fcf36ee4f0&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001156
10.0.0.33 - - [2026-06-08 03:02:13] "GET /project/c06d46e9-520d-4a1a-ad0b-b2fcf36ee4f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.040901
10.0.0.33 - - [2026-06-08 03:02:13] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-32742842&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.006302
10.0.0.249 - - [2026-06-08 03:02:14] "DELETE /route-target/cb7bb5d0-b033-4bfa-90eb-994da666ccbd HTTP/1.1" 200 115 0.027802
10.0.0.33 - - [2026-06-08 03:02:14] "POST /neutron/network HTTP/1.1" 200 1074 0.012199
10.0.0.33 - - [2026-06-08 03:02:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004468
10.0.0.33 - - [2026-06-08 03:02:14] "DELETE /network-ipam/76e1ec04-4281-4521-9660-01d77087922a HTTP/1.1" 200 115 0.057271
10.0.0.33 - - [2026-06-08 03:02:14] "POST /fqname-to-id HTTP/1.1" 404 248 0.005352
10.0.0.27 - - [2026-06-08 03:02:14] "GET /projects?obj_uuids=c06d46e9-520d-4a1a-ad0b-b2fcf36ee4f0&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001517
10.0.0.27 - - [2026-06-08 03:02:15] "GET /project/c06d46e9-520d-4a1a-ad0b-b2fcf36ee4f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1493 0.046870
10.0.0.27 - - [2026-06-08 03:02:15] "GET /projects?obj_uuids=c06d46e9-520d-4a1a-ad0b-b2fcf36ee4f0&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001455
10.0.0.27 - - [2026-06-08 03:02:15] "GET /project/c06d46e9-520d-4a1a-ad0b-b2fcf36ee4f0?fields=security_groups HTTP/1.1" 200 1382 0.059520
10.0.0.27 - - [2026-06-08 03:02:15] "DELETE /security-group/cbc368df-f57e-46f7-ac22-f78e88a88148 HTTP/1.1" 200 115 0.075403
10.0.0.27 - - [2026-06-08 03:02:15] "GET /projects?obj_uuids=c06d46e9-520d-4a1a-ad0b-b2fcf36ee4f0&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002000
10.0.0.249 - - [2026-06-08 03:02:15] "DELETE /access-control-list/0d5c3045-92f4-429b-a288-7672627157af HTTP/1.1" 200 115 0.048022
10.0.0.27 - - [2026-06-08 03:02:15] "GET /project/c06d46e9-520d-4a1a-ad0b-b2fcf36ee4f0?fields=application_policy_sets HTTP/1.1" 200 1421 0.096454
10.0.0.33 - - [2026-06-08 03:02:15] "DELETE /project/c06d46e9-520d-4a1a-ad0b-b2fcf36ee4f0 HTTP/1.1" 200 115 0.541129
10.0.0.27 - - [2026-06-08 03:02:15] "GET /domains?obj_uuids=2441b78a-01cc-4005-9aa7-6b434eb6fb41&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001436
10.0.0.33 - - [2026-06-08 03:02:15] "GET /domain/2441b78a-01cc-4005-9aa7-6b434eb6fb41?fields=projects HTTP/1.1" 200 1244 0.012836
10.0.0.27 - - [2026-06-08 03:02:16] "GET /projects?obj_uuids=c06d46e9-520d-4a1a-ad0b-b2fcf36ee4f0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005322
10.0.0.27 - - [2026-06-08 03:02:16] "GET /domains?obj_uuids=2441b78a-01cc-4005-9aa7-6b434eb6fb41&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001780
10.0.0.27 - - [2026-06-08 03:02:16] "GET /domain/2441b78a-01cc-4005-9aa7-6b434eb6fb41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.041179
10.0.0.27 - - [2026-06-08 03:02:17] "POST /id-to-fqname HTTP/1.1" 200 196 0.008304
10.0.0.27 - - [2026-06-08 03:02:17] "POST /fqname-to-id HTTP/1.1" 404 205 0.005674
10.0.0.27 - - [2026-06-08 03:02:17] "POST /security-groups HTTP/1.1" 200 597 0.078309
10.0.0.27 - - [2026-06-08 03:02:17] "POST /projects HTTP/1.1" 200 597 0.301923
10.0.0.27 - - [2026-06-08 03:02:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.341262
10.0.0.249 - - [2026-06-08 03:02:17] "POST /access-control-lists HTTP/1.1" 200 602 0.035401
10.0.0.33 - - [2026-06-08 03:02:17] "GET /project/c06d46e9-520d-4a1a-ad0b-b2fcf36ee4f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.537438
10.0.0.27 - - [2026-06-08 03:02:17] "GET /projects?obj_uuids=c06d46e9-520d-4a1a-ad0b-b2fcf36ee4f0&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001078
10.0.0.33 - - [2026-06-08 03:02:17] "GET /project/c06d46e9-520d-4a1a-ad0b-b2fcf36ee4f0?fields=virtual_networks HTTP/1.1" 200 1045 0.067727
10.0.0.27 - - [2026-06-08 03:02:17] "GET /projects?obj_uuids=c06d46e9-520d-4a1a-ad0b-b2fcf36ee4f0&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001613
10.0.0.33 - - [2026-06-08 03:02:17] "GET /project/c06d46e9-520d-4a1a-ad0b-b2fcf36ee4f0?fields=virtual_machine_interfaces HTTP/1.1" 200 1045 0.058823
10.0.0.27 - - [2026-06-08 03:02:17] "GET /projects?obj_uuids=c06d46e9-520d-4a1a-ad0b-b2fcf36ee4f0&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001827
10.0.0.33 - - [2026-06-08 03:02:17] "GET /project/c06d46e9-520d-4a1a-ad0b-b2fcf36ee4f0?fields=security_groups HTTP/1.1" 200 1277 0.050350
10.0.0.33 - - [2026-06-08 03:02:18] "POST /fqname-to-id HTTP/1.1" 404 200 0.033351
10.0.0.27 - - [2026-06-08 03:02:18] "GET /projects?obj_uuids=b5f71413-5550-4f18-827e-7b4313688b1a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005623
10.0.0.27 - - [2026-06-08 03:02:18] "GET /domains?obj_uuids=2441b78a-01cc-4005-9aa7-6b434eb6fb41&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002007
10.0.0.27 - - [2026-06-08 03:02:18] "GET /domain/2441b78a-01cc-4005-9aa7-6b434eb6fb41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.012059
10.0.0.27 - - [2026-06-08 03:02:18] "POST /id-to-fqname HTTP/1.1" 200 202 0.006013
10.0.0.27 - - [2026-06-08 03:02:18] "POST /fqname-to-id HTTP/1.1" 404 211 0.007111
10.0.0.27 - - [2026-06-08 03:02:19] "POST /security-groups HTTP/1.1" 200 603 0.052843
10.0.0.249 - - [2026-06-08 03:02:19] "POST /fqname-to-id HTTP/1.1" 404 246 0.004313
10.0.0.27 - - [2026-06-08 03:02:19] "POST /projects HTTP/1.1" 200 609 0.324114
10.0.0.27 - - [2026-06-08 03:02:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.361638
10.0.0.249 - - [2026-06-08 03:02:19] "POST /access-control-lists HTTP/1.1" 200 606 0.073681
10.0.0.33 - - [2026-06-08 03:02:19] "GET /project/b5f71413-5550-4f18-827e-7b4313688b1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.584723
10.0.0.33 - - [2026-06-08 03:02:20] "GET / HTTP/1.1" 200 35931 0.003552
10.0.0.33 - - [2026-06-08 03:02:22] "GET /project/b5f71413-5550-4f18-827e-7b4313688b1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000613
10.0.0.27 - - [2026-06-08 03:02:22] "GET /projects?obj_uuids=b5f71413-5550-4f18-827e-7b4313688b1a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001865
10.0.0.33 - - [2026-06-08 03:02:22] "GET /project/b5f71413-5550-4f18-827e-7b4313688b1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.088518
10.0.0.33 - - [2026-06-08 03:02:23] "GET / HTTP/1.1" 200 35931 0.004734
10.0.0.33 - - [2026-06-08 03:02:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005916
10.0.0.27 - - [2026-06-08 03:02:23] "GET /domains?obj_uuids=2441b78a-01cc-4005-9aa7-6b434eb6fb41&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002375
10.0.0.33 - - [2026-06-08 03:02:23] "GET /domain/2441b78a-01cc-4005-9aa7-6b434eb6fb41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.013744
10.0.0.33 - - [2026-06-08 03:02:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005258
10.0.0.27 - - [2026-06-08 03:02:23] "GET /projects?obj_uuids=b5f71413-5550-4f18-827e-7b4313688b1a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001988
10.0.0.33 - - [2026-06-08 03:02:23] "GET /project/b5f71413-5550-4f18-827e-7b4313688b1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.070817
10.0.0.33 - - [2026-06-08 03:02:24] "GET /domains HTTP/1.1" 401 292 0.000406
10.0.0.33 - - [2026-06-08 03:02:25] "GET /domains HTTP/1.1" 200 280 0.027373
10.0.0.27 - - [2026-06-08 03:02:25] "GET /domains?obj_uuids=2441b78a-01cc-4005-9aa7-6b434eb6fb41&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001048
10.0.0.33 - - [2026-06-08 03:02:25] "GET /domain/2441b78a-01cc-4005-9aa7-6b434eb6fb41 HTTP/1.1" 200 2777 0.010132
10.0.0.27 - - [2026-06-08 03:02:25] "GET /projects?obj_uuids=b5f71413-5550-4f18-827e-7b4313688b1a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001095
10.0.0.33 - - [2026-06-08 03:02:25] "GET /project/b5f71413-5550-4f18-827e-7b4313688b1a HTTP/1.1" 200 1924 0.094321
10.0.0.33 - - [2026-06-08 03:02:25] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003635
10.0.0.33 - - [2026-06-08 03:02:25] "POST /network-ipams HTTP/1.1" 200 621 0.031389
10.0.0.33 - - [2026-06-08 03:02:25] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 810 0.003498
10.0.0.33 - - [2026-06-08 03:02:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004155
10.0.0.33 - - [2026-06-08 03:02:25] "GET /network-ipam/4955299b-dc45-4532-8489-644e73fcd70e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1454 0.007819
10.0.0.33 - - [2026-06-08 03:02:25] "PUT /network-ipam/4955299b-dc45-4532-8489-644e73fcd70e HTTP/1.1" 200 258 0.019241
10.0.0.33 - - [2026-06-08 03:02:25] "POST /fqname-to-id HTTP/1.1" 401 292 0.000554
10.0.0.33 - - [2026-06-08 03:02:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.033662
10.0.0.27 - - [2026-06-08 03:02:26] "GET /projects?obj_uuids=b5f71413-5550-4f18-827e-7b4313688b1a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001681
10.0.0.33 - - [2026-06-08 03:02:26] "GET /project/b5f71413-5550-4f18-827e-7b4313688b1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.059911
10.0.0.27 - - [2026-06-08 03:02:26] "GET /projects?obj_uuids=b5f71413-5550-4f18-827e-7b4313688b1a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002162
10.0.0.33 - - [2026-06-08 03:02:26] "POST /neutron/network HTTP/1.1" 200 623 0.209438
10.0.0.27 - - [2026-06-08 03:02:27] "POST /useragent-kv HTTP/1.1" 200 115 0.014749
10.0.0.249 - - [2026-06-08 03:02:27] "POST /fqname-to-id HTTP/1.1" 404 207 0.049187
10.0.0.33 - - [2026-06-08 03:02:27] "POST /neutron/subnet HTTP/1.1" 200 828 0.220982
10.0.0.33 - - [2026-06-08 03:02:27] "POST /id-to-fqname HTTP/1.1" 200 235 0.002017
10.0.0.33 - - [2026-06-08 03:02:27] "GET /virtual-network/fb39bf8c-984a-4308-a174-b4298c1354f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.009413
10.0.0.33 - - [2026-06-08 03:02:27] "GET /virtual-network/fb39bf8c-984a-4308-a174-b4298c1354f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.008656
10.0.0.33 - - [2026-06-08 03:02:27] "POST /neutron/network HTTP/1.1" 200 1337 0.016834
10.0.0.33 - - [2026-06-08 03:02:27] "POST /neutron/subnet HTTP/1.1" 200 828 0.012590
10.0.0.33 - - [2026-06-08 03:02:28] "GET /virtual-network/fb39bf8c-984a-4308-a174-b4298c1354f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.007351
10.0.0.27 - - [2026-06-08 03:02:28] "DELETE /project/c06d46e9520d4a1aad0bb2fcf36ee4f0 HTTP/1.1" 404 173 0.009016
10.0.0.27 - - [2026-06-08 03:02:28] "GET /projects?obj_uuids=c06d46e9-520d-4a1a-ad0b-b2fcf36ee4f0&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000877
10.0.0.27 - - [2026-06-08 03:02:28] "DELETE /project/b5f7141355504f18827e7b4313688b1a HTTP/1.1" 404 173 0.007813
10.0.0.27 - - [2026-06-08 03:02:28] "GET /project/c06d46e9-520d-4a1a-ad0b-b2fcf36ee4f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1493 0.048266
10.0.0.27 - - [2026-06-08 03:02:28] "GET /projects?obj_uuids=c06d46e9-520d-4a1a-ad0b-b2fcf36ee4f0&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001717
10.0.0.27 - - [2026-06-08 03:02:28] "GET /project/c06d46e9-520d-4a1a-ad0b-b2fcf36ee4f0?fields=security_groups HTTP/1.1" 200 1382 0.052511
10.0.0.27 - - [2026-06-08 03:02:28] "DELETE /security-group/cfb459fe-229b-49c9-82fa-127cd30fd29d HTTP/1.1" 200 115 0.075147
10.0.0.27 - - [2026-06-08 03:02:28] "GET /projects?obj_uuids=c06d46e9-520d-4a1a-ad0b-b2fcf36ee4f0&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001787
10.0.0.249 - - [2026-06-08 03:02:28] "DELETE /access-control-list/88261113-b5c2-4ce5-abf3-ce88422b95c7 HTTP/1.1" 200 115 0.077562
10.0.0.27 - - [2026-06-08 03:02:28] "GET /project/c06d46e9-520d-4a1a-ad0b-b2fcf36ee4f0?fields=application_policy_sets HTTP/1.1" 200 1421 0.077489
10.0.0.27 - - [2026-06-08 03:02:28] "DELETE /project/c06d46e9-520d-4a1a-ad0b-b2fcf36ee4f0 HTTP/1.1" 200 115 0.510386
10.0.0.33 - - [2026-06-08 03:02:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004910
10.0.0.27 - - [2026-06-08 03:02:29] "GET /projects?obj_uuids=b5f71413-5550-4f18-827e-7b4313688b1a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001538
10.0.0.33 - - [2026-06-08 03:02:29] "GET /project/b5f71413-5550-4f18-827e-7b4313688b1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.063747
10.0.0.249 - - [2026-06-08 03:02:30] "POST /ref-update HTTP/1.1" 200 156 0.037798
10.0.0.27 - - [2026-06-08 03:02:30] "POST /useragent-kv HTTP/1.1" 200 115 0.007608
10.0.0.33 - - [2026-06-08 03:02:30] "POST /neutron/subnet HTTP/1.1" 200 701 0.233072
10.0.0.33 - - [2026-06-08 03:02:30] "POST /neutron/network HTTP/1.1" 200 1336 0.016005
10.0.0.33 - - [2026-06-08 03:02:30] "POST /id-to-fqname HTTP/1.1" 200 235 0.001401
10.0.0.33 - - [2026-06-08 03:02:30] "GET /virtual-network/bc49dd6a-25bb-443d-ac6d-162f04da1182?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3174 0.006105
10.0.0.33 - - [2026-06-08 03:02:30] "GET /virtual-network/bc49dd6a-25bb-443d-ac6d-162f04da1182?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3174 0.006948
10.0.0.33 - - [2026-06-08 03:02:30] "POST /neutron/subnet HTTP/1.1" 200 701 0.013360
10.0.0.33 - - [2026-06-08 03:02:31] "GET /virtual-network/bc49dd6a-25bb-443d-ac6d-162f04da1182?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3174 0.008103
10.0.0.33 - - [2026-06-08 03:02:31] "GET /obj-perms HTTP/1.1" 200 5019 0.061434
10.0.0.33 - - [2026-06-08 03:02:31] "POST /fqname-to-id HTTP/1.1" 404 211 0.006874
10.0.0.33 - - [2026-06-08 03:02:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004737
10.0.0.27 - - [2026-06-08 03:02:31] "GET /projects?obj_uuids=b5f71413-5550-4f18-827e-7b4313688b1a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002329
10.0.0.33 - - [2026-06-08 03:02:31] "GET /project/b5f71413-5550-4f18-827e-7b4313688b1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.058141
10.0.0.33 - - [2026-06-08 03:02:31] "POST /network-policys HTTP/1.1" 200 533 0.086023
10.0.0.33 - - [2026-06-08 03:02:32] "GET /network-policy/e526b1e0-cf56-48d5-bd90-2ac3b9c0b260?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4992 0.009916
10.0.0.33 - - [2026-06-08 03:02:32] "POST /fqname-to-id HTTP/1.1" 404 211 0.004866
10.0.0.33 - - [2026-06-08 03:02:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003622
10.0.0.27 - - [2026-06-08 03:02:32] "GET /projects?obj_uuids=b5f71413-5550-4f18-827e-7b4313688b1a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002397
10.0.0.33 - - [2026-06-08 03:02:32] "GET /project/b5f71413-5550-4f18-827e-7b4313688b1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.075485
10.0.0.33 - - [2026-06-08 03:02:32] "POST /network-policys HTTP/1.1" 200 533 0.084297
10.0.0.33 - - [2026-06-08 03:02:32] "GET /network-policy/6c662ed3-a701-4721-a706-cee769c80160?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.007811
10.0.0.33 - - [2026-06-08 03:02:32] "POST /fqname-to-id HTTP/1.1" 404 211 0.004218
10.0.0.33 - - [2026-06-08 03:02:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004905
10.0.0.27 - - [2026-06-08 03:02:32] "GET /projects?obj_uuids=b5f71413-5550-4f18-827e-7b4313688b1a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001287
10.0.0.33 - - [2026-06-08 03:02:32] "GET /project/b5f71413-5550-4f18-827e-7b4313688b1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.061661
10.0.0.33 - - [2026-06-08 03:02:32] "POST /network-policys HTTP/1.1" 200 533 0.079985
10.0.0.33 - - [2026-06-08 03:02:32] "GET /network-policy/bf33542f-d5ed-464f-9e04-ebf83816a62b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4992 0.007354
10.0.0.33 - - [2026-06-08 03:02:32] "POST /fqname-to-id HTTP/1.1" 404 211 0.003624
10.0.0.33 - - [2026-06-08 03:02:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004606
10.0.0.27 - - [2026-06-08 03:02:33] "GET /projects?obj_uuids=b5f71413-5550-4f18-827e-7b4313688b1a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001282
10.0.0.33 - - [2026-06-08 03:02:33] "GET /project/b5f71413-5550-4f18-827e-7b4313688b1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.054965
10.0.0.33 - - [2026-06-08 03:02:33] "POST /network-policys HTTP/1.1" 200 533 0.081799
10.0.0.33 - - [2026-06-08 03:02:33] "GET /network-policy/0e3c2f73-6586-4503-a1df-4cdcdea023b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.008996
10.0.0.33 - - [2026-06-08 03:02:33] "POST /fqname-to-id HTTP/1.1" 404 213 0.005021
10.0.0.33 - - [2026-06-08 03:02:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.005152
10.0.0.27 - - [2026-06-08 03:02:33] "GET /projects?obj_uuids=b5f71413-5550-4f18-827e-7b4313688b1a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001798
10.0.0.33 - - [2026-06-08 03:02:33] "GET /project/b5f71413-5550-4f18-827e-7b4313688b1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.067961
10.0.0.33 - - [2026-06-08 03:02:33] "POST /network-policys HTTP/1.1" 200 537 0.047410
10.0.0.33 - - [2026-06-08 03:02:33] "GET /network-policy/b258e454-8018-4022-a486-89ff115b983e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.006816
10.0.0.33 - - [2026-06-08 03:02:33] "POST /fqname-to-id HTTP/1.1" 404 212 0.005821
10.0.0.33 - - [2026-06-08 03:02:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004315
10.0.0.27 - - [2026-06-08 03:02:33] "GET /projects?obj_uuids=b5f71413-5550-4f18-827e-7b4313688b1a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001416
10.0.0.33 - - [2026-06-08 03:02:34] "GET /project/b5f71413-5550-4f18-827e-7b4313688b1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.062016
10.0.0.33 - - [2026-06-08 03:02:34] "POST /network-policys HTTP/1.1" 200 535 0.088548
10.0.0.33 - - [2026-06-08 03:02:34] "GET /network-policy/12dafae3-f3da-4f3c-bf5e-27860a4fbc8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.009806
10.0.0.33 - - [2026-06-08 03:02:34] "POST /fqname-to-id HTTP/1.1" 404 212 0.004404
10.0.0.33 - - [2026-06-08 03:02:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.006403
10.0.0.27 - - [2026-06-08 03:02:34] "GET /projects?obj_uuids=b5f71413-5550-4f18-827e-7b4313688b1a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001741
10.0.0.33 - - [2026-06-08 03:02:34] "GET /project/b5f71413-5550-4f18-827e-7b4313688b1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.063639
10.0.0.33 - - [2026-06-08 03:02:34] "POST /network-policys HTTP/1.1" 200 535 0.084361
10.0.0.33 - - [2026-06-08 03:02:34] "GET /network-policy/25b546df-d976-4508-bc39-9351d8b71f08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.007490
10.0.0.33 - - [2026-06-08 03:02:34] "POST /fqname-to-id HTTP/1.1" 404 212 0.004387
10.0.0.33 - - [2026-06-08 03:02:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003793
10.0.0.27 - - [2026-06-08 03:02:34] "GET /projects?obj_uuids=b5f71413-5550-4f18-827e-7b4313688b1a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001284
10.0.0.33 - - [2026-06-08 03:02:34] "GET /project/b5f71413-5550-4f18-827e-7b4313688b1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.082037
10.0.0.33 - - [2026-06-08 03:02:35] "POST /network-policys HTTP/1.1" 200 535 0.088998
10.0.0.33 - - [2026-06-08 03:02:35] "GET /network-policy/27893fa5-37a2-4b46-b164-b12303ba9ff7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.011658
10.0.0.33 - - [2026-06-08 03:02:35] "POST /fqname-to-id HTTP/1.1" 404 212 0.003586
10.0.0.33 - - [2026-06-08 03:02:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.006013
10.0.0.27 - - [2026-06-08 03:02:35] "GET /projects?obj_uuids=b5f71413-5550-4f18-827e-7b4313688b1a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001710
10.0.0.33 - - [2026-06-08 03:02:35] "GET /project/b5f71413-5550-4f18-827e-7b4313688b1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.074382
10.0.0.33 - - [2026-06-08 03:02:35] "POST /network-policys HTTP/1.1" 200 535 0.083959
10.0.0.33 - - [2026-06-08 03:02:35] "GET /network-policy/91dbad0a-2bb7-436e-a12d-b9093eab4493?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4995 0.009793
10.0.0.33 - - [2026-06-08 03:02:35] "POST /fqname-to-id HTTP/1.1" 404 214 0.003721
10.0.0.33 - - [2026-06-08 03:02:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003747
10.0.0.27 - - [2026-06-08 03:02:35] "GET /projects?obj_uuids=b5f71413-5550-4f18-827e-7b4313688b1a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001474
10.0.0.33 - - [2026-06-08 03:02:35] "GET /project/b5f71413-5550-4f18-827e-7b4313688b1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.072274
10.0.0.33 - - [2026-06-08 03:02:36] "POST /network-policys HTTP/1.1" 200 539 0.032721
10.0.0.33 - - [2026-06-08 03:02:36] "GET /network-policy/c6549604-684e-4b3d-860f-5cbee011163b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.006252
10.0.0.33 - - [2026-06-08 03:02:36] "POST /neutron/network HTTP/1.1" 200 1337 0.017441
10.0.0.33 - - [2026-06-08 03:02:36] "GET /virtual-network/fb39bf8c-984a-4308-a174-b4298c1354f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.015414
10.0.0.33 - - [2026-06-08 03:02:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004405
10.0.0.33 - - [2026-06-08 03:02:36] "GET /network-policy/e526b1e0-cf56-48d5-bd90-2ac3b9c0b260?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4992 0.005303
10.0.0.33 - - [2026-06-08 03:02:36] "POST /neutron/network HTTP/1.1" 200 1336 0.015292
10.0.0.249 - - [2026-06-08 03:02:36] "POST /fqname-to-id HTTP/1.1" 404 207 0.019148
10.0.0.249 - - [2026-06-08 03:02:36] "POST /fqname-to-id HTTP/1.1" 404 252 0.013343
10.0.0.249 - - [2026-06-08 03:02:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000597
10.0.0.33 - - [2026-06-08 03:02:37] "GET /virtual-network/bc49dd6a-25bb-443d-ac6d-162f04da1182?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.023485
10.0.0.33 - - [2026-06-08 03:02:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.007915
10.0.0.249 - - [2026-06-08 03:02:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000461
10.0.0.33 - - [2026-06-08 03:02:37] "GET /network-policy/b258e454-8018-4022-a486-89ff115b983e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.005627
10.0.0.33 - - [2026-06-08 03:02:37] "POST /id-to-fqname HTTP/1.1" 200 235 0.002508
10.0.0.249 - - [2026-06-08 03:02:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000442
10.0.0.249 - - [2026-06-08 03:02:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000515
10.0.0.33 - - [2026-06-08 03:02:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000706
10.0.0.33 - - [2026-06-08 03:02:37] "POST /neutron/network HTTP/1.1" 200 1435 0.010651
10.0.0.33 - - [2026-06-08 03:02:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000732
10.0.0.27 - - [2026-06-08 03:02:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000465
10.0.0.27 - - [2026-06-08 03:02:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000470
10.0.0.27 - - [2026-06-08 03:02:38] "GET /projects?obj_uuids=b5f71413-5550-4f18-827e-7b4313688b1a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001524
10.0.0.33 - - [2026-06-08 03:02:38] "GET /project/b5f71413-5550-4f18-827e-7b4313688b1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.083605
10.0.0.33 - - [2026-06-08 03:02:38] "POST /neutron/port HTTP/1.1" 200 117 0.011657
10.0.0.33 - - [2026-06-08 03:02:38] "POST /id-to-fqname HTTP/1.1" 200 235 0.001849
10.0.0.33 - - [2026-06-08 03:02:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000435
10.0.0.33 - - [2026-06-08 03:02:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000578
10.0.0.27 - - [2026-06-08 03:02:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000728
10.0.0.27 - - [2026-06-08 03:02:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000582
10.0.0.33 - - [2026-06-08 03:02:39] "POST /neutron/network HTTP/1.1" 200 1435 0.010153
10.0.0.27 - - [2026-06-08 03:02:39] "GET /projects?obj_uuids=b5f71413-5550-4f18-827e-7b4313688b1a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002192
10.0.0.33 - - [2026-06-08 03:02:39] "GET /project/b5f71413-5550-4f18-827e-7b4313688b1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.123473
10.0.0.33 - - [2026-06-08 03:02:39] "POST /neutron/port HTTP/1.1" 200 1174 0.090545
10.0.0.33 - - [2026-06-08 03:02:39] "POST /neutron/port HTTP/1.1" 200 1184 0.030619
10.0.0.33 - - [2026-06-08 03:02:40] "POST /neutron/port HTTP/1.1" 200 1238 0.033586
10.0.0.33 - - [2026-06-08 03:02:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005408
10.0.0.33 - - [2026-06-08 03:02:40] "POST /neutron/port HTTP/1.1" 200 117 0.001783
10.0.0.33 - - [2026-06-08 03:02:40] "POST /neutron/network HTTP/1.1" 200 1436 0.011428
10.0.0.33 - - [2026-06-08 03:02:40] "POST /neutron/port HTTP/1.1" 200 1173 0.034060
10.0.0.33 - - [2026-06-08 03:02:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004826
10.0.0.33 - - [2026-06-08 03:02:41] "POST /neutron/port HTTP/1.1" 200 117 0.001666
10.0.0.33 - - [2026-06-08 03:02:45] "POST /neutron/port HTTP/1.1" 200 1238 0.028572
10.0.0.33 - - [2026-06-08 03:02:45] "POST /neutron/security_group HTTP/1.1" 200 2070 0.013452
10.0.0.33 - - [2026-06-08 03:02:45] "GET /virtual-machine/e4346262-cc5e-4cc3-9b1d-4844f7b3116b HTTP/1.1" 401 292 0.000688
10.0.0.33 - - [2026-06-08 03:02:45] "GET /virtual-machine/e4346262-cc5e-4cc3-9b1d-4844f7b3116b HTTP/1.1" 200 1305 0.034532
10.0.0.33 - - [2026-06-08 03:02:45] "GET /virtual-machine-interface/ec69a68d-539d-4d78-8cfc-2825f3cb302e HTTP/1.1" 200 3170 0.008134
10.0.0.33 - - [2026-06-08 03:02:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004394
10.0.0.33 - - [2026-06-08 03:02:45] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005424
10.0.0.33 - - [2026-06-08 03:02:45] "GET /virtual-networks?parent_id=b5f71413-5550-4f18-827e-7b4313688b1a&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.004235
10.0.0.33 - - [2026-06-08 03:02:45] "GET /virtual-network/fb39bf8c-984a-4308-a174-b4298c1354f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.008179
10.0.0.33 - - [2026-06-08 03:02:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003847
10.0.0.33 - - [2026-06-08 03:02:49] "GET /virtual-network/fb39bf8c-984a-4308-a174-b4298c1354f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.006262
10.0.0.33 - - [2026-06-08 03:02:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005010
10.0.0.33 - - [2026-06-08 03:02:53] "GET /virtual-network/fb39bf8c-984a-4308-a174-b4298c1354f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.008605
10.0.0.33 - - [2026-06-08 03:02:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.005177
10.0.0.33 - - [2026-06-08 03:02:57] "GET /virtual-network/fb39bf8c-984a-4308-a174-b4298c1354f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.011187
10.0.0.27 - - [2026-06-08 03:02:59] "GET /obj-perms HTTP/1.1" 200 5056 0.055923
10.0.0.33 - - [2026-06-08 03:03:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005466
10.0.0.33 - - [2026-06-08 03:03:01] "GET /virtual-network/fb39bf8c-984a-4308-a174-b4298c1354f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.007334
10.0.0.33 - - [2026-06-08 03:03:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005730
10.0.0.33 - - [2026-06-08 03:03:05] "GET /virtual-network/fb39bf8c-984a-4308-a174-b4298c1354f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.006679
10.0.0.33 - - [2026-06-08 03:03:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004295
10.0.0.33 - - [2026-06-08 03:03:09] "GET /virtual-network/fb39bf8c-984a-4308-a174-b4298c1354f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.006188
10.0.0.33 - - [2026-06-08 03:03:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004559
10.0.0.33 - - [2026-06-08 03:03:13] "GET /virtual-network/fb39bf8c-984a-4308-a174-b4298c1354f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.011165
10.0.0.33 - - [2026-06-08 03:03:17] "POST /neutron/port HTTP/1.1" 200 1238 0.032334
10.0.0.33 - - [2026-06-08 03:03:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005829
10.0.0.33 - - [2026-06-08 03:03:17] "POST /neutron/port HTTP/1.1" 200 117 0.001390
10.0.0.33 - - [2026-06-08 03:03:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005174
10.0.0.33 - - [2026-06-08 03:03:17] "GET /virtual-network/fb39bf8c-984a-4308-a174-b4298c1354f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.006890
10.0.0.33 - - [2026-06-08 03:03:19] "POST /neutron/port HTTP/1.1" 200 1237 0.021782
10.0.0.33 - - [2026-06-08 03:03:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004586
10.0.0.33 - - [2026-06-08 03:03:19] "POST /neutron/port HTTP/1.1" 200 117 0.001223
10.0.0.33 - - [2026-06-08 03:03:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.005118
10.0.0.33 - - [2026-06-08 03:03:21] "GET /virtual-network/fb39bf8c-984a-4308-a174-b4298c1354f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.006572
10.0.0.33 - - [2026-06-08 03:03:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005458
10.0.0.33 - - [2026-06-08 03:03:23] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005488
10.0.0.33 - - [2026-06-08 03:03:23] "GET /virtual-networks?parent_id=b5f71413-5550-4f18-827e-7b4313688b1a&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.005093
10.0.0.33 - - [2026-06-08 03:03:23] "GET /virtual-network/fb39bf8c-984a-4308-a174-b4298c1354f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.006720
10.0.0.33 - - [2026-06-08 03:03:24] "POST /neutron/port HTTP/1.1" 200 1238 0.024278
10.0.0.33 - - [2026-06-08 03:03:29] "POST /neutron/security_group HTTP/1.1" 200 2070 0.012302
10.0.0.33 - - [2026-06-08 03:03:34] "POST /neutron/port HTTP/1.1" 200 1238 0.021143
10.0.0.33 - - [2026-06-08 03:03:39] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008003
10.0.0.33 - - [2026-06-08 03:03:44] "POST /neutron/port HTTP/1.1" 200 1237 0.033645
10.0.0.33 - - [2026-06-08 03:03:44] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008492
10.0.0.33 - - [2026-06-08 03:03:45] "GET /virtual-machine/cafccb12-b5ef-4a92-9c8e-81b6d2f2ae3c HTTP/1.1" 200 1305 0.007166
10.0.0.33 - - [2026-06-08 03:03:45] "GET /virtual-machine-interface/c4249813-3a6b-48d2-84e7-89fbd0825fed HTTP/1.1" 200 3169 0.007574
10.0.0.33 - - [2026-06-08 03:03:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.005140
10.0.0.33 - - [2026-06-08 03:03:45] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006359
10.0.0.33 - - [2026-06-08 03:03:45] "GET /virtual-networks?parent_id=b5f71413-5550-4f18-827e-7b4313688b1a&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.005362
10.0.0.33 - - [2026-06-08 03:03:45] "GET /virtual-network/bc49dd6a-25bb-443d-ac6d-162f04da1182?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.006973
10.0.0.33 - - [2026-06-08 03:03:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003965
10.0.0.33 - - [2026-06-08 03:03:46] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004985
10.0.0.33 - - [2026-06-08 03:03:46] "GET /virtual-networks?parent_id=b5f71413-5550-4f18-827e-7b4313688b1a&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.003993
10.0.0.33 - - [2026-06-08 03:03:46] "GET /virtual-network/bc49dd6a-25bb-443d-ac6d-162f04da1182?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.008501
10.0.0.33 - - [2026-06-08 03:03:46] "POST /neutron/port HTTP/1.1" 200 1237 0.026327
10.0.0.33 - - [2026-06-08 03:03:51] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009231
10.0.0.33 - - [2026-06-08 03:03:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004644
10.0.0.33 - - [2026-06-08 03:03:52] "GET /network-policy/b258e454-8018-4022-a486-89ff115b983e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.005479
10.0.0.33 - - [2026-06-08 03:03:52] "POST /neutron/port HTTP/1.1" 200 1238 0.026000
10.0.0.33 - - [2026-06-08 03:03:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004686
10.0.0.33 - - [2026-06-08 03:03:52] "GET /network-policy/e526b1e0-cf56-48d5-bd90-2ac3b9c0b260?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4992 0.005051
10.0.0.33 - - [2026-06-08 03:03:52] "POST /neutron/network HTTP/1.1" 200 1425 0.118440
10.0.0.249 - - [2026-06-08 03:03:52] "PUT /access-control-list/7f6a5580-4e04-46c0-b5d9-a50205c6f268 HTTP/1.1" 200 272 0.065825
10.0.0.33 - - [2026-06-08 03:03:52] "GET /virtual-network/fb39bf8c-984a-4308-a174-b4298c1354f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.009750
10.0.0.33 - - [2026-06-08 03:03:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003729
10.0.0.33 - - [2026-06-08 03:03:52] "GET /network-policy/6c662ed3-a701-4721-a706-cee769c80160?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.007015
10.0.0.249 - - [2026-06-08 03:03:59] "GET /obj-perms HTTP/1.1" 200 5056 0.052622
10.0.0.33 - - [2026-06-08 03:04:14] "POST /neutron/network HTTP/1.1" 200 1428 0.101409
10.0.0.33 - - [2026-06-08 03:04:14] "GET /virtual-network/fb39bf8c-984a-4308-a174-b4298c1354f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3484 0.008370
10.0.0.33 - - [2026-06-08 03:04:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003277
10.0.0.33 - - [2026-06-08 03:04:14] "GET /network-policy/c6549604-684e-4b3d-860f-5cbee011163b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004541
10.0.0.33 - - [2026-06-08 03:04:17] "POST /neutron/port HTTP/1.1" 200 1238 0.019266
10.0.0.33 - - [2026-06-08 03:04:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005502
10.0.0.33 - - [2026-06-08 03:04:17] "POST /neutron/port HTTP/1.1" 200 117 0.001260
10.0.0.33 - - [2026-06-08 03:04:20] "POST /neutron/port HTTP/1.1" 200 1237 0.046058
10.0.0.33 - - [2026-06-08 03:04:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006875
10.0.0.33 - - [2026-06-08 03:04:20] "POST /neutron/port HTTP/1.1" 200 117 0.001756
10.0.0.249 - - [2026-06-08 03:04:26] "POST /fqname-to-id HTTP/1.1" 404 207 0.014065
10.0.0.249 - - [2026-06-08 03:04:26] "PUT /access-control-list/7f6a5580-4e04-46c0-b5d9-a50205c6f268 HTTP/1.1" 200 272 0.036757
10.0.0.33 - - [2026-06-08 03:04:26] "POST /neutron/network HTTP/1.1" 200 1425 0.154513
10.0.0.33 - - [2026-06-08 03:04:26] "GET /virtual-network/fb39bf8c-984a-4308-a174-b4298c1354f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.006674
10.0.0.33 - - [2026-06-08 03:04:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.009628
10.0.0.33 - - [2026-06-08 03:04:27] "GET /network-policy/bf33542f-d5ed-464f-9e04-ebf83816a62b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4992 0.005123
10.0.0.33 - - [2026-06-08 03:04:39] "POST /neutron/network HTTP/1.1" 200 1425 0.123217
10.0.0.33 - - [2026-06-08 03:04:39] "GET /virtual-network/fb39bf8c-984a-4308-a174-b4298c1354f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.006649
10.0.0.33 - - [2026-06-08 03:04:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.007128
10.0.0.33 - - [2026-06-08 03:04:39] "GET /network-policy/0e3c2f73-6586-4503-a1df-4cdcdea023b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.004960
10.0.0.249 - - [2026-06-08 03:04:49] "PUT /access-control-list/7f6a5580-4e04-46c0-b5d9-a50205c6f268 HTTP/1.1" 200 272 0.021933
10.0.0.33 - - [2026-06-08 03:04:49] "POST /neutron/network HTTP/1.1" 200 1426 0.118151
10.0.0.33 - - [2026-06-08 03:04:49] "GET /virtual-network/fb39bf8c-984a-4308-a174-b4298c1354f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.009841
10.0.0.33 - - [2026-06-08 03:04:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004436
10.0.0.33 - - [2026-06-08 03:04:49] "GET /network-policy/12dafae3-f3da-4f3c-bf5e-27860a4fbc8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.006602
10.0.0.249 - - [2026-06-08 03:05:02] "POST /fqname-to-id HTTP/1.1" 404 207 0.009852
10.0.0.249 - - [2026-06-08 03:05:02] "POST /ref-update HTTP/1.1" 200 156 0.043232
10.0.0.33 - - [2026-06-08 03:05:02] "POST /neutron/network HTTP/1.1" 200 1426 0.149658
10.0.0.33 - - [2026-06-08 03:05:02] "GET /virtual-network/fb39bf8c-984a-4308-a174-b4298c1354f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.007443
10.0.0.33 - - [2026-06-08 03:05:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003817
10.0.0.33 - - [2026-06-08 03:05:02] "GET /network-policy/25b546df-d976-4508-bc39-9351d8b71f08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.006013
10.0.0.33 - - [2026-06-08 03:05:12] "POST /neutron/network HTTP/1.1" 200 1426 0.100523
10.0.0.33 - - [2026-06-08 03:05:12] "GET /virtual-network/fb39bf8c-984a-4308-a174-b4298c1354f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.007839
10.0.0.33 - - [2026-06-08 03:05:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004221
10.0.0.33 - - [2026-06-08 03:05:12] "GET /network-policy/27893fa5-37a2-4b46-b164-b12303ba9ff7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.007388
10.0.0.33 - - [2026-06-08 03:05:19] "POST /neutron/port HTTP/1.1" 200 1238 0.020776
10.0.0.33 - - [2026-06-08 03:05:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005836
10.0.0.33 - - [2026-06-08 03:05:19] "POST /neutron/port HTTP/1.1" 200 117 0.001349
10.0.0.33 - - [2026-06-08 03:05:21] "POST /neutron/port HTTP/1.1" 200 1237 0.022133
10.0.0.33 - - [2026-06-08 03:05:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004482
10.0.0.33 - - [2026-06-08 03:05:21] "POST /neutron/port HTTP/1.1" 200 117 0.001218
10.0.0.33 - - [2026-06-08 03:05:25] "POST /neutron/network HTTP/1.1" 200 1426 0.108280
10.0.0.33 - - [2026-06-08 03:05:25] "GET /virtual-network/fb39bf8c-984a-4308-a174-b4298c1354f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.008047
10.0.0.33 - - [2026-06-08 03:05:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004512
10.0.0.33 - - [2026-06-08 03:05:25] "GET /network-policy/91dbad0a-2bb7-436e-a12d-b9093eab4493?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4995 0.006510
10.0.0.33 - - [2026-06-08 03:05:35] "GET /virtual-network/fb39bf8c-984a-4308-a174-b4298c1354f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.005985
10.0.0.249 - - [2026-06-08 03:05:35] "POST /fqname-to-id HTTP/1.1" 404 207 0.004210
10.0.0.33 - - [2026-06-08 03:05:35] "POST /neutron/network HTTP/1.1" 200 1337 0.126927
10.0.0.249 - - [2026-06-08 03:05:35] "DELETE /access-control-list/7f6a5580-4e04-46c0-b5d9-a50205c6f268 HTTP/1.1" 200 115 0.133125
10.0.0.33 - - [2026-06-08 03:05:35] "GET /virtual-network/fb39bf8c-984a-4308-a174-b4298c1354f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.009060
10.0.0.33 - - [2026-06-08 03:05:35] "GET /virtual-machine/cafccb12-b5ef-4a92-9c8e-81b6d2f2ae3c HTTP/1.1" 200 1305 0.004828
10.0.0.33 - - [2026-06-08 03:05:36] "POST /neutron/port HTTP/1.1" 200 1227 0.017888
10.0.0.33 - - [2026-06-08 03:05:37] "GET /virtual-machine/cafccb12-b5ef-4a92-9c8e-81b6d2f2ae3c HTTP/1.1" 404 171 0.004399
10.0.0.33 - - [2026-06-08 03:05:37] "GET /virtual-machine/cafccb12-b5ef-4a92-9c8e-81b6d2f2ae3c HTTP/1.1" 404 171 0.003769
10.0.0.33 - - [2026-06-08 03:05:37] "GET /virtual-machine/cafccb12-b5ef-4a92-9c8e-81b6d2f2ae3c HTTP/1.1" 404 171 0.004369
10.0.0.33 - - [2026-06-08 03:05:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004961
10.0.0.33 - - [2026-06-08 03:05:38] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005360
10.0.0.33 - - [2026-06-08 03:05:38] "GET /virtual-networks?parent_id=b5f71413-5550-4f18-827e-7b4313688b1a&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.006593
10.0.0.33 - - [2026-06-08 03:05:38] "GET /virtual-network/bc49dd6a-25bb-443d-ac6d-162f04da1182?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.007459
10.0.0.33 - - [2026-06-08 03:05:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004482
10.0.0.33 - - [2026-06-08 03:05:38] "GET /routing-instance/d7a2ca9e-2c6e-4f7b-be09-cdaa080e1b54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.007665
10.0.0.33 - - [2026-06-08 03:05:38] "GET /route-target/eb5a59ab-c883-41c9-bae1-166714afe1c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005621
10.0.0.33 - - [2026-06-08 03:05:38] "GET /obj-perms HTTP/1.1" 200 5019 0.005003
10.0.0.249 - - [2026-06-08 03:05:41] "GET /obj-perms HTTP/1.1" 200 5019 0.073101
10.0.0.33 - - [2026-06-08 03:05:41] "GET /obj-perms HTTP/1.1" 200 5019 0.004317
10.0.0.33 - - [2026-06-08 03:05:41] "GET /virtual-machine/e4346262-cc5e-4cc3-9b1d-4844f7b3116b HTTP/1.1" 200 1305 0.004759
10.0.0.33 - - [2026-06-08 03:05:42] "POST /neutron/port HTTP/1.1" 200 1228 0.017500
10.0.0.33 - - [2026-06-08 03:05:43] "GET /virtual-machine/e4346262-cc5e-4cc3-9b1d-4844f7b3116b HTTP/1.1" 404 171 0.003678
10.0.0.33 - - [2026-06-08 03:05:43] "GET /virtual-machine/e4346262-cc5e-4cc3-9b1d-4844f7b3116b HTTP/1.1" 404 171 0.004091
10.0.0.33 - - [2026-06-08 03:05:43] "GET /virtual-machine/e4346262-cc5e-4cc3-9b1d-4844f7b3116b HTTP/1.1" 404 171 0.003372
10.0.0.33 - - [2026-06-08 03:05:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004908
10.0.0.33 - - [2026-06-08 03:05:44] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004998
10.0.0.33 - - [2026-06-08 03:05:44] "GET /virtual-networks?parent_id=b5f71413-5550-4f18-827e-7b4313688b1a&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.004295
10.0.0.33 - - [2026-06-08 03:05:44] "GET /virtual-network/fb39bf8c-984a-4308-a174-b4298c1354f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.008161
10.0.0.33 - - [2026-06-08 03:05:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003859
10.0.0.33 - - [2026-06-08 03:05:44] "GET /routing-instance/f1808bb1-2bc7-4947-b496-691bf1d6c0f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.004826
10.0.0.33 - - [2026-06-08 03:05:44] "GET /route-target/2077cc6a-d435-4366-98af-b0c73b722170?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005601
10.0.0.27 - - [2026-06-08 03:05:44] "GET /obj-perms HTTP/1.1" 200 5019 0.059456
10.0.0.33 - - [2026-06-08 03:05:50] "GET /obj-perms HTTP/1.1" 200 5019 0.004140
10.0.0.27 - - [2026-06-08 03:05:53] "GET /obj-perms HTTP/1.1" 200 5019 0.004300
10.0.0.33 - - [2026-06-08 03:05:59] "GET /obj-perms HTTP/1.1" 200 5019 0.006992
10.0.0.27 - - [2026-06-08 03:06:01] "GET /obj-perms HTTP/1.1" 200 5056 0.071560
10.0.0.33 - - [2026-06-08 03:06:05] "GET /obj-perms HTTP/1.1" 200 5019 0.005531
10.0.0.27 - - [2026-06-08 03:06:08] "GET /obj-perms HTTP/1.1" 200 5019 0.005403
10.0.0.33 - - [2026-06-08 03:06:12] "GET /obj-perms HTTP/1.1" 200 5019 0.004667
10.0.0.33 - - [2026-06-08 03:06:12] "GET /virtual-network/bc49dd6a-25bb-443d-ac6d-162f04da1182?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.008609
10.0.0.33 - - [2026-06-08 03:06:12] "POST /neutron/network HTTP/1.1" 200 1336 0.110059
10.0.0.33 - - [2026-06-08 03:06:12] "GET /virtual-network/bc49dd6a-25bb-443d-ac6d-162f04da1182?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3174 0.009083
10.0.0.249 - - [2026-06-08 03:06:12] "POST /ref-update HTTP/1.1" 200 156 0.044120
10.0.0.33 - - [2026-06-08 03:06:12] "DELETE /network-policy/c6549604-684e-4b3d-860f-5cbee011163b HTTP/1.1" 200 115 0.051304
10.0.0.33 - - [2026-06-08 03:06:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005286
10.0.0.27 - - [2026-06-08 03:06:12] "GET /projects?obj_uuids=b5f71413-5550-4f18-827e-7b4313688b1a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001417
10.0.0.33 - - [2026-06-08 03:06:12] "GET /project/b5f71413-5550-4f18-827e-7b4313688b1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.052250
10.0.0.33 - - [2026-06-08 03:06:12] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-97632899&detail=False&count=False&shared=False HTTP/1.1" 200 2126 0.006451
10.0.0.33 - - [2026-06-08 03:06:12] "DELETE /network-policy/91dbad0a-2bb7-436e-a12d-b9093eab4493 HTTP/1.1" 200 115 0.054098
10.0.0.33 - - [2026-06-08 03:06:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.006982
10.0.0.27 - - [2026-06-08 03:06:12] "GET /projects?obj_uuids=b5f71413-5550-4f18-827e-7b4313688b1a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001616
10.0.0.33 - - [2026-06-08 03:06:12] "GET /project/b5f71413-5550-4f18-827e-7b4313688b1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.079322
10.0.0.33 - - [2026-06-08 03:06:13] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-97632899&detail=False&count=False&shared=False HTTP/1.1" 200 1904 0.008679
10.0.0.33 - - [2026-06-08 03:06:13] "DELETE /network-policy/27893fa5-37a2-4b46-b164-b12303ba9ff7 HTTP/1.1" 200 115 0.050344
10.0.0.33 - - [2026-06-08 03:06:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003919
10.0.0.27 - - [2026-06-08 03:06:13] "GET /projects?obj_uuids=b5f71413-5550-4f18-827e-7b4313688b1a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002185
10.0.0.33 - - [2026-06-08 03:06:13] "GET /project/b5f71413-5550-4f18-827e-7b4313688b1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.053711
10.0.0.33 - - [2026-06-08 03:06:13] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-97632899&detail=False&count=False&shared=False HTTP/1.1" 200 1682 0.007228
10.0.0.33 - - [2026-06-08 03:06:13] "DELETE /network-policy/25b546df-d976-4508-bc39-9351d8b71f08 HTTP/1.1" 200 115 0.046132
10.0.0.33 - - [2026-06-08 03:06:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.008585
10.0.0.27 - - [2026-06-08 03:06:13] "GET /projects?obj_uuids=b5f71413-5550-4f18-827e-7b4313688b1a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001723
10.0.0.33 - - [2026-06-08 03:06:13] "GET /project/b5f71413-5550-4f18-827e-7b4313688b1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.062443
10.0.0.33 - - [2026-06-08 03:06:13] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-97632899&detail=False&count=False&shared=False HTTP/1.1" 200 1460 0.007615
10.0.0.33 - - [2026-06-08 03:06:13] "DELETE /network-policy/12dafae3-f3da-4f3c-bf5e-27860a4fbc8c HTTP/1.1" 200 115 0.051459
10.0.0.33 - - [2026-06-08 03:06:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004626
10.0.0.27 - - [2026-06-08 03:06:13] "GET /projects?obj_uuids=b5f71413-5550-4f18-827e-7b4313688b1a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001935
10.0.0.33 - - [2026-06-08 03:06:13] "GET /project/b5f71413-5550-4f18-827e-7b4313688b1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.068387
10.0.0.33 - - [2026-06-08 03:06:13] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-97632899&detail=False&count=False&shared=False HTTP/1.1" 200 1238 0.010002
10.0.0.33 - - [2026-06-08 03:06:13] "DELETE /network-policy/b258e454-8018-4022-a486-89ff115b983e HTTP/1.1" 200 115 0.051251
10.0.0.33 - - [2026-06-08 03:06:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003895
10.0.0.27 - - [2026-06-08 03:06:13] "GET /projects?obj_uuids=b5f71413-5550-4f18-827e-7b4313688b1a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001309
10.0.0.33 - - [2026-06-08 03:06:13] "GET /project/b5f71413-5550-4f18-827e-7b4313688b1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.056475
10.0.0.33 - - [2026-06-08 03:06:14] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-97632899&detail=False&count=False&shared=False HTTP/1.1" 200 1014 0.012196
10.0.0.33 - - [2026-06-08 03:06:14] "DELETE /network-policy/0e3c2f73-6586-4503-a1df-4cdcdea023b4 HTTP/1.1" 200 115 0.050749
10.0.0.33 - - [2026-06-08 03:06:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003930
10.0.0.27 - - [2026-06-08 03:06:14] "GET /projects?obj_uuids=b5f71413-5550-4f18-827e-7b4313688b1a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001603
10.0.0.33 - - [2026-06-08 03:06:14] "GET /project/b5f71413-5550-4f18-827e-7b4313688b1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.044784
10.0.0.33 - - [2026-06-08 03:06:14] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-97632899&detail=False&count=False&shared=False HTTP/1.1" 200 793 0.006984
10.0.0.33 - - [2026-06-08 03:06:14] "DELETE /network-policy/bf33542f-d5ed-464f-9e04-ebf83816a62b HTTP/1.1" 200 115 0.046467
10.0.0.33 - - [2026-06-08 03:06:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004901
10.0.0.27 - - [2026-06-08 03:06:14] "GET /projects?obj_uuids=b5f71413-5550-4f18-827e-7b4313688b1a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001341
10.0.0.33 - - [2026-06-08 03:06:14] "GET /project/b5f71413-5550-4f18-827e-7b4313688b1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.085357
10.0.0.33 - - [2026-06-08 03:06:14] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-97632899&detail=False&count=False&shared=False HTTP/1.1" 200 572 0.006458
10.0.0.33 - - [2026-06-08 03:06:14] "DELETE /network-policy/6c662ed3-a701-4721-a706-cee769c80160 HTTP/1.1" 200 115 0.045384
10.0.0.33 - - [2026-06-08 03:06:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004142
10.0.0.27 - - [2026-06-08 03:06:14] "GET /projects?obj_uuids=b5f71413-5550-4f18-827e-7b4313688b1a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001531
10.0.0.33 - - [2026-06-08 03:06:14] "GET /project/b5f71413-5550-4f18-827e-7b4313688b1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.057845
10.0.0.33 - - [2026-06-08 03:06:14] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-97632899&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.007386
10.0.0.33 - - [2026-06-08 03:06:14] "DELETE /network-policy/e526b1e0-cf56-48d5-bd90-2ac3b9c0b260 HTTP/1.1" 200 115 0.071364
10.0.0.33 - - [2026-06-08 03:06:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003546
10.0.0.27 - - [2026-06-08 03:06:14] "GET /projects?obj_uuids=b5f71413-5550-4f18-827e-7b4313688b1a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001313
10.0.0.33 - - [2026-06-08 03:06:14] "GET /project/b5f71413-5550-4f18-827e-7b4313688b1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.045232
10.0.0.33 - - [2026-06-08 03:06:15] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-97632899&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.009369
10.0.0.27 - - [2026-06-08 03:06:15] "POST /useragent-kv HTTP/1.1" 200 115 0.004534
10.0.0.27 - - [2026-06-08 03:06:15] "POST /useragent-kv HTTP/1.1" 200 115 0.004117
10.0.0.27 - - [2026-06-08 03:06:15] "POST /useragent-kv HTTP/1.1" 200 115 0.012453
10.0.0.27 - - [2026-06-08 03:06:15] "POST /useragent-kv HTTP/1.1" 200 115 0.004594
10.0.0.27 - - [2026-06-08 03:06:15] "POST /useragent-kv HTTP/1.1" 200 115 0.003934
10.0.0.27 - - [2026-06-08 03:06:15] "POST /useragent-kv HTTP/1.1" 200 115 0.006051
10.0.0.33 - - [2026-06-08 03:06:15] "POST /neutron/network HTTP/1.1" 200 151 0.235780
10.0.0.249 - - [2026-06-08 03:06:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.007631
10.0.0.33 - - [2026-06-08 03:06:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004388
10.0.0.33 - - [2026-06-08 03:06:16] "DELETE /network-ipam/4955299b-dc45-4532-8489-644e73fcd70e HTTP/1.1" 200 115 0.046823
10.0.0.33 - - [2026-06-08 03:06:16] "POST /fqname-to-id HTTP/1.1" 404 260 0.005293
10.0.0.27 - - [2026-06-08 03:06:16] "GET /projects?obj_uuids=b5f71413-5550-4f18-827e-7b4313688b1a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001188
10.0.0.27 - - [2026-06-08 03:06:16] "GET /project/b5f71413-5550-4f18-827e-7b4313688b1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1516 0.065838
10.0.0.27 - - [2026-06-08 03:06:16] "GET /projects?obj_uuids=b5f71413-5550-4f18-827e-7b4313688b1a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001513
10.0.0.27 - - [2026-06-08 03:06:16] "GET /project/b5f71413-5550-4f18-827e-7b4313688b1a?fields=security_groups HTTP/1.1" 200 1399 0.056540
10.0.0.27 - - [2026-06-08 03:06:16] "DELETE /security-group/c4f19dd6-9481-48f8-827c-2c64227968f5 HTTP/1.1" 200 115 0.063662
10.0.0.27 - - [2026-06-08 03:06:16] "GET /projects?obj_uuids=b5f71413-5550-4f18-827e-7b4313688b1a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001162
10.0.0.27 - - [2026-06-08 03:06:16] "GET /project/b5f71413-5550-4f18-827e-7b4313688b1a?fields=application_policy_sets HTTP/1.1" 200 1438 0.093268
10.0.0.249 - - [2026-06-08 03:06:16] "DELETE /access-control-list/4d240d70-9c7d-4aac-b10d-31f0166409cd HTTP/1.1" 200 115 0.086482
10.0.0.33 - - [2026-06-08 03:06:16] "DELETE /project/b5f71413-5550-4f18-827e-7b4313688b1a HTTP/1.1" 200 115 0.693898
10.0.0.27 - - [2026-06-08 03:06:16] "GET /domains?obj_uuids=2441b78a-01cc-4005-9aa7-6b434eb6fb41&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002790
10.0.0.33 - - [2026-06-08 03:06:16] "GET /domain/2441b78a-01cc-4005-9aa7-6b434eb6fb41?fields=projects HTTP/1.1" 200 1244 0.017300
10.0.0.27 - - [2026-06-08 03:06:18] "GET /projects?obj_uuids=b5f71413-5550-4f18-827e-7b4313688b1a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004386
10.0.0.27 - - [2026-06-08 03:06:18] "GET /domains?obj_uuids=2441b78a-01cc-4005-9aa7-6b434eb6fb41&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001086
10.0.0.27 - - [2026-06-08 03:06:18] "GET /domain/2441b78a-01cc-4005-9aa7-6b434eb6fb41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.053381
10.0.0.27 - - [2026-06-08 03:06:18] "POST /id-to-fqname HTTP/1.1" 200 202 0.005111
10.0.0.27 - - [2026-06-08 03:06:18] "POST /fqname-to-id HTTP/1.1" 404 211 0.008091
10.0.0.27 - - [2026-06-08 03:06:18] "POST /security-groups HTTP/1.1" 200 603 0.039042
10.0.0.27 - - [2026-06-08 03:06:18] "POST /projects HTTP/1.1" 200 609 0.297122
10.0.0.27 - - [2026-06-08 03:06:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.331878
10.0.0.249 - - [2026-06-08 03:06:18] "POST /fqname-to-id HTTP/1.1" 404 245 0.006325
10.0.0.33 - - [2026-06-08 03:06:18] "GET /project/b5f71413-5550-4f18-827e-7b4313688b1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.517534
10.0.0.27 - - [2026-06-08 03:06:18] "GET /projects?obj_uuids=b5f71413-5550-4f18-827e-7b4313688b1a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001181
10.0.0.33 - - [2026-06-08 03:06:18] "GET /project/b5f71413-5550-4f18-827e-7b4313688b1a?fields=virtual_networks HTTP/1.1" 200 1056 0.091213
10.0.0.27 - - [2026-06-08 03:06:18] "GET /projects?obj_uuids=b5f71413-5550-4f18-827e-7b4313688b1a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001365
10.0.0.33 - - [2026-06-08 03:06:18] "GET /project/b5f71413-5550-4f18-827e-7b4313688b1a?fields=virtual_machine_interfaces HTTP/1.1" 200 1056 0.056933
10.0.0.27 - - [2026-06-08 03:06:18] "GET /projects?obj_uuids=b5f71413-5550-4f18-827e-7b4313688b1a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001423
10.0.0.33 - - [2026-06-08 03:06:18] "GET /project/b5f71413-5550-4f18-827e-7b4313688b1a?fields=security_groups HTTP/1.1" 200 1294 0.059069
10.0.0.33 - - [2026-06-08 03:06:19] "POST /fqname-to-id HTTP/1.1" 404 182 0.031288
10.0.0.27 - - [2026-06-08 03:06:19] "GET /projects?obj_uuids=1eb21b87-73ff-4cde-b4d5-7faeb6ff65fa&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004694
10.0.0.27 - - [2026-06-08 03:06:19] "GET /domains?obj_uuids=2441b78a-01cc-4005-9aa7-6b434eb6fb41&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001158
10.0.0.27 - - [2026-06-08 03:06:19] "GET /domain/2441b78a-01cc-4005-9aa7-6b434eb6fb41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008648
10.0.0.27 - - [2026-06-08 03:06:20] "POST /id-to-fqname HTTP/1.1" 200 184 0.006363
10.0.0.27 - - [2026-06-08 03:06:20] "POST /fqname-to-id HTTP/1.1" 404 193 0.006446
10.0.0.27 - - [2026-06-08 03:06:20] "POST /security-groups HTTP/1.1" 200 585 0.044401
10.0.0.27 - - [2026-06-08 03:06:20] "POST /projects HTTP/1.1" 200 573 0.268765
10.0.0.27 - - [2026-06-08 03:06:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.308173
10.0.0.249 - - [2026-06-08 03:06:20] "POST /access-control-lists HTTP/1.1" 200 590 0.046602
10.0.0.33 - - [2026-06-08 03:06:20] "GET /project/1eb21b87-73ff-4cde-b4d5-7faeb6ff65fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.475673
10.0.0.33 - - [2026-06-08 03:06:21] "GET / HTTP/1.1" 200 35931 0.004793
10.0.0.33 - - [2026-06-08 03:06:22] "POST /fqname-to-id HTTP/1.1" 401 292 0.000642
10.0.0.33 - - [2026-06-08 03:06:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.060230
10.0.0.27 - - [2026-06-08 03:06:22] "GET /projects?obj_uuids=1eb21b87-73ff-4cde-b4d5-7faeb6ff65fa&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001963
10.0.0.33 - - [2026-06-08 03:06:22] "GET /project/1eb21b87-73ff-4cde-b4d5-7faeb6ff65fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.049680
10.0.0.33 - - [2026-06-08 03:06:22] "POST /neutron/network HTTP/1.1" 200 117 0.040007
10.0.0.249 - - [2026-06-08 03:06:22] "POST /route-targets HTTP/1.1" 200 327 0.020776
10.0.0.27 - - [2026-06-08 03:06:23] "POST /useragent-kv HTTP/1.1" 200 115 0.007579
10.0.0.33 - - [2026-06-08 03:06:23] "POST /neutron/subnet HTTP/1.1" 200 828 0.244707
10.0.0.33 - - [2026-06-08 03:06:23] "POST /id-to-fqname HTTP/1.1" 200 214 0.001523
10.0.0.33 - - [2026-06-08 03:06:23] "GET /virtual-network/954b9534-4f1d-4860-b52c-2e7bf88e5f93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2616 0.006355
10.0.0.33 - - [2026-06-08 03:06:23] "GET /virtual-network/954b9534-4f1d-4860-b52c-2e7bf88e5f93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2616 0.006865
10.0.0.33 - - [2026-06-08 03:06:23] "POST /neutron/network HTTP/1.1" 200 993 0.011953
10.0.0.33 - - [2026-06-08 03:06:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005764
10.0.0.27 - - [2026-06-08 03:06:23] "GET /projects?obj_uuids=1eb21b87-73ff-4cde-b4d5-7faeb6ff65fa&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001693
10.0.0.33 - - [2026-06-08 03:06:23] "GET /project/1eb21b87-73ff-4cde-b4d5-7faeb6ff65fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.060489
10.0.0.33 - - [2026-06-08 03:06:23] "POST /neutron/network HTTP/1.1" 200 117 0.018233
10.0.0.249 - - [2026-06-08 03:06:23] "POST /ref-update HTTP/1.1" 200 156 0.041687
10.0.0.249 - - [2026-06-08 03:06:24] "POST /fqname-to-id HTTP/1.1" 404 207 0.008706
10.0.0.27 - - [2026-06-08 03:06:24] "POST /useragent-kv HTTP/1.1" 200 115 0.009112
10.0.0.33 - - [2026-06-08 03:06:24] "POST /neutron/subnet HTTP/1.1" 200 823 0.217091
10.0.0.33 - - [2026-06-08 03:06:24] "POST /id-to-fqname HTTP/1.1" 200 214 0.002522
10.0.0.33 - - [2026-06-08 03:06:24] "GET /virtual-network/0616a6f9-d1d7-4708-bdf1-b59bfbb8f04d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2608 0.009800
10.0.0.33 - - [2026-06-08 03:06:24] "GET /virtual-network/0616a6f9-d1d7-4708-bdf1-b59bfbb8f04d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2608 0.008541
10.0.0.33 - - [2026-06-08 03:06:24] "POST /neutron/network HTTP/1.1" 200 991 0.013686
10.0.0.33 - - [2026-06-08 03:06:24] "POST /id-to-fqname HTTP/1.1" 200 214 0.002010
10.0.0.33 - - [2026-06-08 03:06:24] "POST /neutron/network HTTP/1.1" 200 1003 0.009145
10.0.0.27 - - [2026-06-08 03:06:25] "GET /projects?obj_uuids=1eb21b87-73ff-4cde-b4d5-7faeb6ff65fa&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001780
10.0.0.33 - - [2026-06-08 03:06:25] "GET /project/1eb21b87-73ff-4cde-b4d5-7faeb6ff65fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.073251
10.0.0.33 - - [2026-06-08 03:06:25] "POST /neutron/port HTTP/1.1" 200 117 0.008374
10.0.0.33 - - [2026-06-08 03:06:25] "POST /id-to-fqname HTTP/1.1" 200 214 0.001481
10.0.0.33 - - [2026-06-08 03:06:25] "POST /neutron/network HTTP/1.1" 200 1003 0.011018
10.0.0.33 - - [2026-06-08 03:06:26] "POST /neutron/port HTTP/1.1" 200 1162 0.027309
10.0.0.27 - - [2026-06-08 03:06:26] "GET /projects?obj_uuids=1eb21b87-73ff-4cde-b4d5-7faeb6ff65fa&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001276
10.0.0.33 - - [2026-06-08 03:06:26] "GET /project/1eb21b87-73ff-4cde-b4d5-7faeb6ff65fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.134073
10.0.0.33 - - [2026-06-08 03:06:26] "POST /neutron/port HTTP/1.1" 200 1226 0.033418
10.0.0.33 - - [2026-06-08 03:06:26] "POST /neutron/subnet HTTP/1.1" 200 1389 0.023986
10.0.0.33 - - [2026-06-08 03:06:26] "POST /neutron/port HTTP/1.1" 200 117 0.001341
10.0.0.33 - - [2026-06-08 03:06:26] "POST /neutron/port HTTP/1.1" 200 117 0.012121
10.0.0.33 - - [2026-06-08 03:06:26] "POST /id-to-fqname HTTP/1.1" 200 214 0.001946
10.0.0.33 - - [2026-06-08 03:06:27] "POST /neutron/network HTTP/1.1" 200 1001 0.008654
10.0.0.33 - - [2026-06-08 03:06:27] "POST /neutron/port HTTP/1.1" 200 1162 0.035082
10.0.0.33 - - [2026-06-08 03:06:27] "POST /neutron/port HTTP/1.1" 200 1226 0.027940
10.0.0.27 - - [2026-06-08 03:06:28] "GET /projects?obj_uuids=1eb21b87-73ff-4cde-b4d5-7faeb6ff65fa&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001284
10.0.0.33 - - [2026-06-08 03:06:28] "POST /neutron/subnet HTTP/1.1" 200 1389 0.017230
10.0.0.33 - - [2026-06-08 03:06:28] "GET /project/1eb21b87-73ff-4cde-b4d5-7faeb6ff65fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.108232
10.0.0.33 - - [2026-06-08 03:06:28] "POST /neutron/network HTTP/1.1" 200 991 0.050219
10.0.0.33 - - [2026-06-08 03:06:28] "POST /neutron/security_group HTTP/1.1" 200 2052 0.011214
10.0.0.33 - - [2026-06-08 03:06:28] "POST /neutron/security_group HTTP/1.1" 200 2052 0.009351
10.0.0.33 - - [2026-06-08 03:06:28] "POST /neutron/port HTTP/1.1" 200 1226 0.028693
10.0.0.33 - - [2026-06-08 03:06:28] "GET /virtual-machine/7cafed44-372c-432c-8c17-bde9f4178115 HTTP/1.1" 401 292 0.000623
10.0.0.27 - - [2026-06-08 03:06:28] "GET /projects?obj_uuids=1eb21b87-73ff-4cde-b4d5-7faeb6ff65fa&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001719
10.0.0.33 - - [2026-06-08 03:06:29] "GET /virtual-machine/7cafed44-372c-432c-8c17-bde9f4178115 HTTP/1.1" 200 1286 0.050832
10.0.0.33 - - [2026-06-08 03:06:29] "GET /virtual-machine-interface/d251663e-eaac-4b2a-a012-e6d2b74771fc HTTP/1.1" 200 3106 0.007869
10.0.0.27 - - [2026-06-08 03:06:29] "DELETE /project/b5f7141355504f18827e7b4313688b1a HTTP/1.1" 404 173 0.014320
10.0.0.27 - - [2026-06-08 03:06:29] "DELETE /project/1eb21b8773ff4cdeb4d57faeb6ff65fa HTTP/1.1" 404 173 0.016804
10.0.0.27 - - [2026-06-08 03:06:29] "GET /projects?obj_uuids=b5f71413-5550-4f18-827e-7b4313688b1a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001939
10.0.0.33 - - [2026-06-08 03:06:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.011101
10.0.0.33 - - [2026-06-08 03:06:29] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005879
10.0.0.33 - - [2026-06-08 03:06:29] "GET /virtual-networks?parent_id=1eb21b87-73ff-4cde-b4d5-7faeb6ff65fa&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.004327
10.0.0.33 - - [2026-06-08 03:06:29] "POST /neutron/port HTTP/1.1" 200 1160 0.463336
10.0.0.27 - - [2026-06-08 03:06:29] "GET /project/b5f71413-5550-4f18-827e-7b4313688b1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1516 0.086687
10.0.0.27 - - [2026-06-08 03:06:29] "GET /projects?obj_uuids=b5f71413-5550-4f18-827e-7b4313688b1a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.004177
10.0.0.33 - - [2026-06-08 03:06:29] "GET /virtual-network/954b9534-4f1d-4860-b52c-2e7bf88e5f93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2616 0.010857
10.0.0.27 - - [2026-06-08 03:06:29] "GET /project/b5f71413-5550-4f18-827e-7b4313688b1a?fields=security_groups HTTP/1.1" 200 1399 0.066396
10.0.0.27 - - [2026-06-08 03:06:29] "DELETE /security-group/3c85ed4c-3aca-4fb1-ba6a-bb5bd7b11413 HTTP/1.1" 200 115 0.091001
10.0.0.27 - - [2026-06-08 03:06:29] "GET /projects?obj_uuids=b5f71413-5550-4f18-827e-7b4313688b1a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.007050
10.0.0.27 - - [2026-06-08 03:06:29] "GET /project/b5f71413-5550-4f18-827e-7b4313688b1a?fields=application_policy_sets HTTP/1.1" 200 1438 0.162271
10.0.0.33 - - [2026-06-08 03:06:29] "POST /neutron/port HTTP/1.1" 200 1214 0.367722
10.0.0.33 - - [2026-06-08 03:06:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.013759
10.0.0.27 - - [2026-06-08 03:06:30] "DELETE /project/b5f71413-5550-4f18-827e-7b4313688b1a HTTP/1.1" 200 115 0.876060
10.0.0.33 - - [2026-06-08 03:06:30] "POST /neutron/port HTTP/1.1" 200 117 0.001504
10.0.0.33 - - [2026-06-08 03:06:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004886
10.0.0.33 - - [2026-06-08 03:06:32] "GET /virtual-network/954b9534-4f1d-4860-b52c-2e7bf88e5f93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2616 0.008487
10.0.0.33 - - [2026-06-08 03:06:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004124
10.0.0.33 - - [2026-06-08 03:06:36] "GET /virtual-network/954b9534-4f1d-4860-b52c-2e7bf88e5f93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2616 0.007068
10.0.0.33 - - [2026-06-08 03:06:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.006203
10.0.0.33 - - [2026-06-08 03:06:40] "GET /virtual-network/954b9534-4f1d-4860-b52c-2e7bf88e5f93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2616 0.007005
10.0.0.33 - - [2026-06-08 03:06:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004208
10.0.0.33 - - [2026-06-08 03:06:44] "GET /virtual-network/954b9534-4f1d-4860-b52c-2e7bf88e5f93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2616 0.005946
10.0.0.33 - - [2026-06-08 03:06:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004667
10.0.0.33 - - [2026-06-08 03:06:48] "GET /virtual-network/954b9534-4f1d-4860-b52c-2e7bf88e5f93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2616 0.005889
10.0.0.33 - - [2026-06-08 03:06:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005179
10.0.0.33 - - [2026-06-08 03:06:52] "GET /virtual-network/954b9534-4f1d-4860-b52c-2e7bf88e5f93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2616 0.007640
10.0.0.33 - - [2026-06-08 03:06:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004094
10.0.0.33 - - [2026-06-08 03:06:56] "GET /virtual-network/954b9534-4f1d-4860-b52c-2e7bf88e5f93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2616 0.007237
10.0.0.33 - - [2026-06-08 03:07:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004797
10.0.0.33 - - [2026-06-08 03:07:01] "GET /virtual-network/954b9534-4f1d-4860-b52c-2e7bf88e5f93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2616 0.005681
10.0.0.249 - - [2026-06-08 03:07:02] "GET /obj-perms HTTP/1.1" 200 5056 0.063989
10.0.0.27 - - [2026-06-08 03:07:02] "GET /obj-perms HTTP/1.1" 200 5056 0.053771
10.0.0.33 - - [2026-06-08 03:07:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005361
10.0.0.33 - - [2026-06-08 03:07:05] "GET /virtual-network/954b9534-4f1d-4860-b52c-2e7bf88e5f93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2616 0.009611
10.0.0.33 - - [2026-06-08 03:07:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004392
10.0.0.33 - - [2026-06-08 03:07:09] "GET /virtual-network/954b9534-4f1d-4860-b52c-2e7bf88e5f93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2616 0.006511
10.0.0.33 - - [2026-06-08 03:07:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004038
10.0.0.33 - - [2026-06-08 03:07:13] "GET /virtual-network/954b9534-4f1d-4860-b52c-2e7bf88e5f93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2616 0.008724
10.0.0.33 - - [2026-06-08 03:07:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005479
10.0.0.33 - - [2026-06-08 03:07:17] "GET /virtual-network/954b9534-4f1d-4860-b52c-2e7bf88e5f93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2616 0.008488
10.0.0.33 - - [2026-06-08 03:07:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004390
10.0.0.33 - - [2026-06-08 03:07:19] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005905
10.0.0.33 - - [2026-06-08 03:07:19] "GET /virtual-networks?parent_id=1eb21b87-73ff-4cde-b4d5-7faeb6ff65fa&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.005351
10.0.0.33 - - [2026-06-08 03:07:19] "GET /virtual-network/954b9534-4f1d-4860-b52c-2e7bf88e5f93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2616 0.005781
10.0.0.33 - - [2026-06-08 03:07:19] "POST /neutron/security_group HTTP/1.1" 200 2052 0.010165
10.0.0.33 - - [2026-06-08 03:07:20] "POST /neutron/network HTTP/1.1" 200 1003 0.008464
10.0.0.33 - - [2026-06-08 03:07:20] "POST /neutron/subnet HTTP/1.1" 200 1389 0.013606
10.0.0.33 - - [2026-06-08 03:07:20] "POST /neutron/network HTTP/1.1" 200 993 0.011505
10.0.0.33 - - [2026-06-08 03:07:21] "POST /neutron/network HTTP/1.1" 200 1003 0.007464
10.0.0.33 - - [2026-06-08 03:07:21] "POST /neutron/subnet HTTP/1.1" 200 1389 0.026334
10.0.0.33 - - [2026-06-08 03:07:21] "POST /neutron/network HTTP/1.1" 200 993 0.012506
10.0.0.33 - - [2026-06-08 03:07:29] "POST /neutron/port HTTP/1.1" 200 1226 0.062919
10.0.0.33 - - [2026-06-08 03:07:30] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007871
10.0.0.33 - - [2026-06-08 03:07:30] "POST /neutron/port HTTP/1.1" 200 1226 0.018395
10.0.0.33 - - [2026-06-08 03:07:35] "POST /neutron/security_group HTTP/1.1" 200 2052 0.008492
10.0.0.249 - - [2026-06-08 03:07:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000585
10.0.0.249 - - [2026-06-08 03:07:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000548
10.0.0.249 - - [2026-06-08 03:07:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000536
10.0.0.249 - - [2026-06-08 03:07:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000789
10.0.0.33 - - [2026-06-08 03:07:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000595
10.0.0.33 - - [2026-06-08 03:07:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000538
10.0.0.27 - - [2026-06-08 03:07:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000458
10.0.0.27 - - [2026-06-08 03:07:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000380
10.0.0.33 - - [2026-06-08 03:07:38] "GET /global-system-configs HTTP/1.1" 401 292 0.001349
10.0.0.33 - - [2026-06-08 03:07:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000393
10.0.0.27 - - [2026-06-08 03:07:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000533
10.0.0.27 - - [2026-06-08 03:07:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000613
10.0.0.33 - - [2026-06-08 03:07:40] "POST /neutron/port HTTP/1.1" 200 1226 0.017545
10.0.0.33 - - [2026-06-08 03:07:40] "POST /neutron/security_group HTTP/1.1" 200 2052 0.008154
10.0.0.33 - - [2026-06-08 03:07:40] "GET /virtual-machine/0d41b40f-6de2-4027-8989-05111bc30d3c HTTP/1.1" 200 1284 0.006388
10.0.0.33 - - [2026-06-08 03:07:40] "GET /virtual-machine-interface/a8a0836b-3c55-465e-8739-8c017b6f444b HTTP/1.1" 200 3105 0.008438
10.0.0.33 - - [2026-06-08 03:07:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004399
10.0.0.33 - - [2026-06-08 03:07:40] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004134
10.0.0.33 - - [2026-06-08 03:07:40] "GET /virtual-networks?parent_id=1eb21b87-73ff-4cde-b4d5-7faeb6ff65fa&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.003881
10.0.0.33 - - [2026-06-08 03:07:40] "GET /virtual-network/954b9534-4f1d-4860-b52c-2e7bf88e5f93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2616 0.008098
10.0.0.33 - - [2026-06-08 03:07:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003639
10.0.0.33 - - [2026-06-08 03:07:41] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003804
10.0.0.33 - - [2026-06-08 03:07:41] "GET /virtual-networks?parent_id=1eb21b87-73ff-4cde-b4d5-7faeb6ff65fa&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.003056
10.0.0.33 - - [2026-06-08 03:07:41] "GET /virtual-network/954b9534-4f1d-4860-b52c-2e7bf88e5f93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2616 0.006200
10.0.0.33 - - [2026-06-08 03:07:47] "POST /neutron/port HTTP/1.1" 200 1224 0.030080
10.0.0.33 - - [2026-06-08 03:07:47] "POST /neutron/security_group HTTP/1.1" 200 2052 0.010411
10.0.0.33 - - [2026-06-08 03:07:47] "GET /virtual-machine/34c8117e-93cf-4389-af52-c47b6a1f28d4 HTTP/1.1" 200 1286 0.009136
10.0.0.33 - - [2026-06-08 03:07:47] "GET /virtual-machine-interface/c7988c94-eb84-4943-bc78-a9bb0f0f0ad7 HTTP/1.1" 200 3106 0.008742
10.0.0.33 - - [2026-06-08 03:07:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.005211
10.0.0.33 - - [2026-06-08 03:07:47] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006428
10.0.0.33 - - [2026-06-08 03:07:47] "GET /virtual-networks?parent_id=1eb21b87-73ff-4cde-b4d5-7faeb6ff65fa&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.005282
10.0.0.33 - - [2026-06-08 03:07:47] "GET /virtual-network/0616a6f9-d1d7-4708-bdf1-b59bfbb8f04d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2608 0.008564
10.0.0.33 - - [2026-06-08 03:07:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004996
10.0.0.33 - - [2026-06-08 03:07:48] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005564
10.0.0.33 - - [2026-06-08 03:07:48] "GET /virtual-networks?parent_id=1eb21b87-73ff-4cde-b4d5-7faeb6ff65fa&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.004455
10.0.0.33 - - [2026-06-08 03:07:48] "GET /virtual-network/0616a6f9-d1d7-4708-bdf1-b59bfbb8f04d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2608 0.009909
10.0.0.33 - - [2026-06-08 03:07:50] "GET /forwarding-classs?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.004391
10.0.0.33 - - [2026-06-08 03:07:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004105
10.0.0.33 - - [2026-06-08 03:07:50] "GET /global-qos-config/a89a8eec-e9ba-48f7-8ab5-bd651eef328d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1084 0.004776
10.0.0.33 - - [2026-06-08 03:07:50] "POST /fqname-to-id HTTP/1.1" 404 222 0.004365
10.0.0.33 - - [2026-06-08 03:07:50] "POST /forwarding-classs HTTP/1.1" 200 576 0.035664
10.0.0.33 - - [2026-06-08 03:07:50] "POST /id-to-fqname HTTP/1.1" 200 232 0.003918
10.0.0.33 - - [2026-06-08 03:07:50] "GET /forwarding-class/dd83b49d-1c28-4676-a2e6-3ae8d2a8d4e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1252 0.005294
10.0.0.27 - - [2026-06-08 03:07:50] "GET /projects?obj_uuids=1eb21b87-73ff-4cde-b4d5-7faeb6ff65fa&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.029493
10.0.0.33 - - [2026-06-08 03:07:50] "GET /project/1eb21b87-73ff-4cde-b4d5-7faeb6ff65fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.082497
10.0.0.33 - - [2026-06-08 03:07:50] "POST /fqname-to-id HTTP/1.1" 404 211 0.003768
10.0.0.33 - - [2026-06-08 03:07:50] "POST /qos-configs HTTP/1.1" 200 543 0.037804
10.0.0.33 - - [2026-06-08 03:07:50] "POST /id-to-fqname HTTP/1.1" 200 217 0.006296
10.0.0.33 - - [2026-06-08 03:07:51] "GET /qos-config/c4834ca6-93f4-4f8b-9e8b-f2be2f727469?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1504 0.006384
10.0.0.33 - - [2026-06-08 03:07:51] "GET /virtual-machine-interface/d251663e-eaac-4b2a-a012-e6d2b74771fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2691 0.009271
10.0.0.33 - - [2026-06-08 03:07:51] "POST /ref-update HTTP/1.1" 200 156 0.021720
10.0.0.33 - - [2026-06-08 03:07:51] "POST /neutron/port HTTP/1.1" 200 1226 0.034152
10.0.0.33 - - [2026-06-08 03:07:51] "POST /neutron/security_group HTTP/1.1" 200 2052 0.013566
10.0.0.33 - - [2026-06-08 03:07:51] "POST /neutron/port HTTP/1.1" 200 1226 0.023791
10.0.0.33 - - [2026-06-08 03:07:51] "POST /neutron/network HTTP/1.1" 200 993 0.012421
10.0.0.33 - - [2026-06-08 03:07:51] "POST /id-to-fqname HTTP/1.1" 200 214 0.001363
10.0.0.33 - - [2026-06-08 03:07:51] "GET /virtual-machine/7cafed44-372c-432c-8c17-bde9f4178115 HTTP/1.1" 200 1286 0.007370
10.0.0.33 - - [2026-06-08 03:07:51] "GET /virtual-machine-interface/d251663e-eaac-4b2a-a012-e6d2b74771fc HTTP/1.1" 200 3353 0.008409
10.0.0.33 - - [2026-06-08 03:07:51] "GET /instance-ip/29fcd458-5d69-47b3-8510-4801abe83d7d HTTP/1.1" 200 1627 0.009491
10.0.0.33 - - [2026-06-08 03:07:51] "GET /instance-ip/68a0bb8c-53aa-4817-b822-912d52496b4c HTTP/1.1" 200 1609 0.009062
10.0.0.33 - - [2026-06-08 03:07:51] "POST /neutron/port HTTP/1.1" 200 1226 0.026044
10.0.0.33 - - [2026-06-08 03:07:51] "POST /neutron/security_group HTTP/1.1" 200 2052 0.013820
10.0.0.33 - - [2026-06-08 03:07:52] "POST /neutron/network HTTP/1.1" 200 967 0.025607
10.0.0.33 - - [2026-06-08 03:07:52] "POST /id-to-fqname HTTP/1.1" 200 214 0.002360
10.0.0.33 - - [2026-06-08 03:07:52] "GET /virtual-machine/0d41b40f-6de2-4027-8989-05111bc30d3c HTTP/1.1" 200 1284 0.005512
10.0.0.33 - - [2026-06-08 03:07:52] "GET /virtual-machine-interface/a8a0836b-3c55-465e-8739-8c017b6f444b HTTP/1.1" 200 3105 0.008249
10.0.0.33 - - [2026-06-08 03:07:52] "GET /instance-ip/027287c4-9711-49f7-92e1-e72e234638d0 HTTP/1.1" 200 1627 0.010226
10.0.0.33 - - [2026-06-08 03:07:52] "GET /instance-ip/f6c3bfbc-8e34-4372-b202-e169f23584db HTTP/1.1" 200 1610 0.011456
10.0.0.33 - - [2026-06-08 03:08:20] "POST /neutron/port HTTP/1.1" 200 1224 0.047490
10.0.0.33 - - [2026-06-08 03:08:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004646
10.0.0.33 - - [2026-06-08 03:08:20] "POST /neutron/port HTTP/1.1" 200 117 0.001798
10.0.0.33 - - [2026-06-08 03:08:22] "POST /neutron/port HTTP/1.1" 200 1226 0.021125
10.0.0.33 - - [2026-06-08 03:08:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005768
10.0.0.33 - - [2026-06-08 03:08:22] "POST /neutron/port HTTP/1.1" 200 117 0.001997
10.0.0.33 - - [2026-06-08 03:08:26] "GET /virtual-machine-interface/d251663e-eaac-4b2a-a012-e6d2b74771fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2938 0.006245
10.0.0.33 - - [2026-06-08 03:08:26] "POST /ref-update HTTP/1.1" 200 156 0.019695
10.0.0.33 - - [2026-06-08 03:08:26] "DELETE /qos-config/c4834ca6-93f4-4f8b-9e8b-f2be2f727469 HTTP/1.1" 200 115 0.045224
10.0.0.33 - - [2026-06-08 03:08:26] "POST /id-to-fqname HTTP/1.1" 200 232 0.001299
10.0.0.33 - - [2026-06-08 03:08:26] "DELETE /forwarding-class/dd83b49d-1c28-4676-a2e6-3ae8d2a8d4e9 HTTP/1.1" 200 115 0.033799
10.0.0.33 - - [2026-06-08 03:08:27] "POST /neutron/network HTTP/1.1" 400 204 0.015763
10.0.0.33 - - [2026-06-08 03:08:28] "POST /neutron/port HTTP/1.1" 200 1214 0.019996
10.0.0.33 - - [2026-06-08 03:08:28] "POST /neutron/port HTTP/1.1" 200 151 0.321485
10.0.0.33 - - [2026-06-08 03:08:28] "POST /neutron/port HTTP/1.1" 200 151 0.355368
10.0.0.249 - - [2026-06-08 03:08:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004890
10.0.0.33 - - [2026-06-08 03:08:30] "POST /neutron/network HTTP/1.1" 200 993 0.009502
10.0.0.249 - - [2026-06-08 03:08:30] "DELETE /route-target/6ec1dcb4-7539-4af8-98b3-6f340b9be8c1 HTTP/1.1" 200 115 0.030182
10.0.0.27 - - [2026-06-08 03:08:30] "GET /projects?obj_uuids=1eb21b87-73ff-4cde-b4d5-7faeb6ff65fa&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001075
10.0.0.33 - - [2026-06-08 03:08:30] "GET /project/1eb21b87-73ff-4cde-b4d5-7faeb6ff65fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.091264
10.0.0.27 - - [2026-06-08 03:08:30] "GET /projects?obj_uuids=1eb21b87-73ff-4cde-b4d5-7faeb6ff65fa&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000930
10.0.0.33 - - [2026-06-08 03:08:30] "GET /project/1eb21b87-73ff-4cde-b4d5-7faeb6ff65fa?fields=virtual_networks HTTP/1.1" 200 1020 0.059261
10.0.0.27 - - [2026-06-08 03:08:30] "GET /projects?obj_uuids=1eb21b87-73ff-4cde-b4d5-7faeb6ff65fa&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001437
10.0.0.33 - - [2026-06-08 03:08:30] "GET /project/1eb21b87-73ff-4cde-b4d5-7faeb6ff65fa?fields=virtual_machine_interfaces HTTP/1.1" 200 1020 0.071615
10.0.0.27 - - [2026-06-08 03:08:30] "GET /projects?obj_uuids=1eb21b87-73ff-4cde-b4d5-7faeb6ff65fa&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001118
10.0.0.33 - - [2026-06-08 03:08:30] "GET /project/1eb21b87-73ff-4cde-b4d5-7faeb6ff65fa?fields=security_groups HTTP/1.1" 200 1240 0.040201
10.0.0.33 - - [2026-06-08 03:08:31] "POST /fqname-to-id HTTP/1.1" 404 181 0.031233
10.0.0.27 - - [2026-06-08 03:08:31] "GET /projects?obj_uuids=527eaec4-4243-4b7f-84ce-f928e8bcd480&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004289
10.0.0.27 - - [2026-06-08 03:08:31] "GET /domains?obj_uuids=2441b78a-01cc-4005-9aa7-6b434eb6fb41&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001512
10.0.0.27 - - [2026-06-08 03:08:31] "GET /domain/2441b78a-01cc-4005-9aa7-6b434eb6fb41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.037005
10.0.0.27 - - [2026-06-08 03:08:31] "POST /id-to-fqname HTTP/1.1" 200 183 0.001687
10.0.0.27 - - [2026-06-08 03:08:31] "POST /fqname-to-id HTTP/1.1" 404 192 0.003447
10.0.0.27 - - [2026-06-08 03:08:31] "POST /security-groups HTTP/1.1" 200 584 0.078942
10.0.0.27 - - [2026-06-08 03:08:31] "POST /projects HTTP/1.1" 200 571 0.295282
10.0.0.249 - - [2026-06-08 03:08:32] "POST /fqname-to-id HTTP/1.1" 404 226 0.023517
10.0.0.27 - - [2026-06-08 03:08:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.375254
10.0.0.33 - - [2026-06-08 03:08:32] "GET /project/527eaec4-4243-4b7f-84ce-f928e8bcd480?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.547114
10.0.0.33 - - [2026-06-08 03:08:33] "GET / HTTP/1.1" 200 35931 0.002455
10.0.0.33 - - [2026-06-08 03:08:34] "POST /fqname-to-id HTTP/1.1" 401 292 0.000457
10.0.0.33 - - [2026-06-08 03:08:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.057965
10.0.0.27 - - [2026-06-08 03:08:35] "GET /projects?obj_uuids=527eaec4-4243-4b7f-84ce-f928e8bcd480&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000909
10.0.0.33 - - [2026-06-08 03:08:35] "GET /project/527eaec4-4243-4b7f-84ce-f928e8bcd480?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.042054
10.0.0.27 - - [2026-06-08 03:08:35] "GET /projects?obj_uuids=527eaec4-4243-4b7f-84ce-f928e8bcd480&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001096
10.0.0.33 - - [2026-06-08 03:08:35] "POST /neutron/network HTTP/1.1" 200 612 0.156110
10.0.0.249 - - [2026-06-08 03:08:35] "POST /ref-update HTTP/1.1" 200 156 0.027778
10.0.0.33 - - [2026-06-08 03:08:35] "POST /id-to-fqname HTTP/1.1" 200 220 0.005189
10.0.0.33 - - [2026-06-08 03:08:35] "GET /virtual-network/e83d4fb7-2f52-4af7-851f-f089c6d87300?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.008027
10.0.0.33 - - [2026-06-08 03:08:35] "POST /neutron/network HTTP/1.1" 200 828 0.009041
10.0.0.33 - - [2026-06-08 03:08:35] "GET /virtual-network/e83d4fb7-2f52-4af7-851f-f089c6d87300?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006181
10.0.0.33 - - [2026-06-08 03:08:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.005169
10.0.0.33 - - [2026-06-08 03:08:36] "GET /virtual-network/e83d4fb7-2f52-4af7-851f-f089c6d87300?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.009055
10.0.0.33 - - [2026-06-08 03:08:36] "PUT /virtual-network/e83d4fb7-2f52-4af7-851f-f089c6d87300 HTTP/1.1" 200 264 0.068588
10.0.0.33 - - [2026-06-08 03:08:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.009296
10.0.0.27 - - [2026-06-08 03:08:36] "GET /projects?obj_uuids=527eaec4-4243-4b7f-84ce-f928e8bcd480&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001567
10.0.0.33 - - [2026-06-08 03:08:36] "GET /project/527eaec4-4243-4b7f-84ce-f928e8bcd480?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.066409
10.0.0.33 - - [2026-06-08 03:08:36] "POST /neutron/network HTTP/1.1" 200 117 0.027247
10.0.0.249 - - [2026-06-08 03:08:36] "POST /route-targets HTTP/1.1" 200 327 0.017849
10.0.0.33 - - [2026-06-08 03:08:36] "POST /neutron/network HTTP/1.1" 200 831 0.011088
10.0.0.33 - - [2026-06-08 03:08:36] "POST /id-to-fqname HTTP/1.1" 200 220 0.001680
10.0.0.33 - - [2026-06-08 03:08:36] "GET /virtual-network/1ae9240a-09e3-4905-a274-0053a7e7d6df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.008327
10.0.0.33 - - [2026-06-08 03:08:36] "GET /virtual-network/1ae9240a-09e3-4905-a274-0053a7e7d6df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006390
10.0.0.33 - - [2026-06-08 03:08:36] "POST /neutron/subnet HTTP/1.1" 200 725 0.010232
10.0.0.33 - - [2026-06-08 03:08:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003708
10.0.0.33 - - [2026-06-08 03:08:36] "GET /virtual-network/1ae9240a-09e3-4905-a274-0053a7e7d6df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005942
10.0.0.33 - - [2026-06-08 03:08:37] "PUT /virtual-network/1ae9240a-09e3-4905-a274-0053a7e7d6df HTTP/1.1" 200 264 0.074805
10.0.0.33 - - [2026-06-08 03:08:37] "POST /id-to-fqname HTTP/1.1" 200 220 0.002020
10.0.0.27 - - [2026-06-08 03:08:38] "GET /projects?obj_uuids=527eaec4-4243-4b7f-84ce-f928e8bcd480&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001447
10.0.0.33 - - [2026-06-08 03:08:38] "GET /project/527eaec4-4243-4b7f-84ce-f928e8bcd480?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.070102
10.0.0.33 - - [2026-06-08 03:08:38] "POST /neutron/port HTTP/1.1" 200 117 0.006857
10.0.0.33 - - [2026-06-08 03:08:38] "POST /id-to-fqname HTTP/1.1" 200 220 0.001399
10.0.0.33 - - [2026-06-08 03:08:38] "POST /neutron/network HTTP/1.1" 200 841 0.006972
10.0.0.33 - - [2026-06-08 03:08:39] "POST /neutron/port HTTP/1.1" 200 1050 0.021919
10.0.0.27 - - [2026-06-08 03:08:39] "GET /projects?obj_uuids=527eaec4-4243-4b7f-84ce-f928e8bcd480&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001211
10.0.0.33 - - [2026-06-08 03:08:39] "GET /project/527eaec4-4243-4b7f-84ce-f928e8bcd480?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.093413
10.0.0.33 - - [2026-06-08 03:08:39] "POST /neutron/network HTTP/1.1" 200 831 0.009654
10.0.0.33 - - [2026-06-08 03:08:39] "POST /neutron/subnet HTTP/1.1" 200 684 0.012438
10.0.0.33 - - [2026-06-08 03:08:39] "POST /neutron/port HTTP/1.1" 200 1114 0.029010
10.0.0.33 - - [2026-06-08 03:08:39] "POST /neutron/port HTTP/1.1" 200 1114 0.020661
10.0.0.27 - - [2026-06-08 03:08:39] "GET /projects?obj_uuids=527eaec4-4243-4b7f-84ce-f928e8bcd480&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001311
10.0.0.33 - - [2026-06-08 03:08:40] "POST /neutron/port HTTP/1.1" 200 1053 0.288298
10.0.0.33 - - [2026-06-08 03:08:40] "POST /neutron/port HTTP/1.1" 200 1107 0.145712
10.0.0.33 - - [2026-06-08 03:08:40] "POST /neutron/subnet HTTP/1.1" 200 699 0.011505
10.0.0.33 - - [2026-06-08 03:08:44] "POST /neutron/port HTTP/1.1" 200 1114 0.020168
10.0.0.33 - - [2026-06-08 03:08:44] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008350
10.0.0.33 - - [2026-06-08 03:08:45] "GET /virtual-machine/75d80994-02cb-49c7-b267-ef26c8a83fe6 HTTP/1.1" 401 292 0.000423
10.0.0.33 - - [2026-06-08 03:08:45] "GET /virtual-machine/75d80994-02cb-49c7-b267-ef26c8a83fe6 HTTP/1.1" 200 1285 0.032161
10.0.0.33 - - [2026-06-08 03:08:45] "GET /virtual-machine-interface/4806f0f9-a475-4e9b-9e14-6c9b84efed8c HTTP/1.1" 200 2927 0.008845
10.0.0.33 - - [2026-06-08 03:08:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004624
10.0.0.33 - - [2026-06-08 03:08:45] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004044
10.0.0.33 - - [2026-06-08 03:08:45] "GET /virtual-networks?parent_id=527eaec4-4243-4b7f-84ce-f928e8bcd480&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003064
10.0.0.33 - - [2026-06-08 03:08:45] "GET /virtual-network/e83d4fb7-2f52-4af7-851f-f089c6d87300?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.006423
10.0.0.33 - - [2026-06-08 03:08:48] "POST /neutron/port HTTP/1.1" 200 1114 0.018078
10.0.0.33 - - [2026-06-08 03:08:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003408
10.0.0.33 - - [2026-06-08 03:08:48] "GET /virtual-network/e83d4fb7-2f52-4af7-851f-f089c6d87300?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.005209
10.0.0.33 - - [2026-06-08 03:08:50] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008371
10.0.0.33 - - [2026-06-08 03:08:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.007388
10.0.0.33 - - [2026-06-08 03:08:50] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006498
10.0.0.33 - - [2026-06-08 03:08:50] "GET /virtual-networks?parent_id=527eaec4-4243-4b7f-84ce-f928e8bcd480&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004063
10.0.0.33 - - [2026-06-08 03:08:50] "GET /virtual-network/e83d4fb7-2f52-4af7-851f-f089c6d87300?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.011864
10.0.0.33 - - [2026-06-08 03:08:51] "POST /neutron/port HTTP/1.1" 200 1117 0.025504
10.0.0.33 - - [2026-06-08 03:08:51] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008689
10.0.0.33 - - [2026-06-08 03:08:51] "GET /virtual-machine/29a4448d-06ed-486e-8c54-52f778a7b703 HTTP/1.1" 200 1285 0.007690
10.0.0.33 - - [2026-06-08 03:08:51] "GET /virtual-machine-interface/b0c808b0-c149-4b4b-8218-165ded400314 HTTP/1.1" 200 2927 0.007270
10.0.0.33 - - [2026-06-08 03:08:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004187
10.0.0.33 - - [2026-06-08 03:08:51] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006217
10.0.0.33 - - [2026-06-08 03:08:51] "GET /virtual-networks?parent_id=527eaec4-4243-4b7f-84ce-f928e8bcd480&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004230
10.0.0.33 - - [2026-06-08 03:08:51] "GET /virtual-network/1ae9240a-09e3-4905-a274-0053a7e7d6df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.006655
10.0.0.33 - - [2026-06-08 03:08:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004840
10.0.0.33 - - [2026-06-08 03:08:52] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005595
10.0.0.33 - - [2026-06-08 03:08:52] "GET /virtual-networks?parent_id=527eaec4-4243-4b7f-84ce-f928e8bcd480&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004184
10.0.0.33 - - [2026-06-08 03:08:52] "GET /virtual-network/1ae9240a-09e3-4905-a274-0053a7e7d6df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.006849
10.0.0.33 - - [2026-06-08 03:08:57] "POST /routing-policys HTTP/1.1" 200 534 0.036335
10.0.0.33 - - [2026-06-08 03:08:57] "GET /virtual-network/e83d4fb7-2f52-4af7-851f-f089c6d87300?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.008380
10.0.0.33 - - [2026-06-08 03:08:57] "PUT /virtual-network/e83d4fb7-2f52-4af7-851f-f089c6d87300 HTTP/1.1" 200 264 0.063538
10.0.0.249 - - [2026-06-08 03:08:57] "POST /ref-update HTTP/1.1" 200 156 0.027443
10.0.0.33 - - [2026-06-08 03:09:01] "POST /ref-update HTTP/1.1" 200 156 0.051750
10.0.0.33 - - [2026-06-08 03:09:01] "DELETE /routing-policy/1d4b0b23-f051-4a29-9698-8deac592a3f1 HTTP/1.1" 200 115 0.051987
10.0.0.33 - - [2026-06-08 03:09:02] "POST /neutron/network HTTP/1.1" 200 831 0.010728
10.0.0.33 - - [2026-06-08 03:09:02] "POST /neutron/port HTTP/1.1" 200 1107 0.012650
10.0.0.33 - - [2026-06-08 03:09:02] "POST /neutron/port HTTP/1.1" 200 1104 0.024388
10.0.0.33 - - [2026-06-08 03:09:03] "GET /obj-perms HTTP/1.1" 200 5056 0.056634
10.0.0.27 - - [2026-06-08 03:09:04] "POST /useragent-kv HTTP/1.1" 200 115 0.008240
10.0.0.27 - - [2026-06-08 03:09:04] "POST /useragent-kv HTTP/1.1" 200 115 0.003633
10.0.0.33 - - [2026-06-08 03:09:04] "POST /neutron/network HTTP/1.1" 200 151 0.163310
10.0.0.249 - - [2026-06-08 03:09:04] "DELETE /route-target/dd23c6a5-fc44-413c-a47c-6fa91b6656c7 HTTP/1.1" 200 115 0.033692
10.0.0.249 - - [2026-06-08 03:09:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004782
10.0.0.249 - - [2026-06-08 03:09:04] "DELETE /route-target/baf89169-6204-432b-98cf-0d21a1a85ab2 HTTP/1.1" 200 115 0.033902
10.0.0.33 - - [2026-06-08 03:09:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003724
10.0.0.27 - - [2026-06-08 03:09:07] "GET /projects?obj_uuids=527eaec4-4243-4b7f-84ce-f928e8bcd480&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000924
10.0.0.33 - - [2026-06-08 03:09:07] "GET /project/527eaec4-4243-4b7f-84ce-f928e8bcd480?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.041468
10.0.0.33 - - [2026-06-08 03:09:07] "POST /neutron/network HTTP/1.1" 200 117 0.011696
10.0.0.33 - - [2026-06-08 03:09:07] "POST /neutron/network HTTP/1.1" 200 828 0.008321
10.0.0.33 - - [2026-06-08 03:09:07] "POST /id-to-fqname HTTP/1.1" 200 220 0.001167
10.0.0.33 - - [2026-06-08 03:09:07] "GET /virtual-network/9775636b-c8e5-47b8-9c5a-79df297e822e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.004906
10.0.0.33 - - [2026-06-08 03:09:07] "GET /virtual-network/9775636b-c8e5-47b8-9c5a-79df297e822e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005594
10.0.0.33 - - [2026-06-08 03:09:07] "POST /neutron/subnet HTTP/1.1" 200 710 0.011940
10.0.0.33 - - [2026-06-08 03:09:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003019
10.0.0.33 - - [2026-06-08 03:09:07] "GET /virtual-network/9775636b-c8e5-47b8-9c5a-79df297e822e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.008933
10.0.0.249 - - [2026-06-08 03:09:07] "POST /route-targets HTTP/1.1" 200 323 0.017845
10.0.0.33 - - [2026-06-08 03:09:07] "PUT /virtual-network/9775636b-c8e5-47b8-9c5a-79df297e822e HTTP/1.1" 200 264 0.072216
10.0.0.33 - - [2026-06-08 03:09:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.028527
10.0.0.27 - - [2026-06-08 03:09:08] "GET /projects?obj_uuids=527eaec4-4243-4b7f-84ce-f928e8bcd480&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001203
10.0.0.33 - - [2026-06-08 03:09:08] "GET /project/527eaec4-4243-4b7f-84ce-f928e8bcd480?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.056094
10.0.0.249 - - [2026-06-08 03:09:08] "POST /ref-update HTTP/1.1" 200 156 0.038416
10.0.0.27 - - [2026-06-08 03:09:08] "POST /useragent-kv HTTP/1.1" 200 115 0.008443
10.0.0.33 - - [2026-06-08 03:09:08] "POST /neutron/subnet HTTP/1.1" 200 730 0.226900
10.0.0.33 - - [2026-06-08 03:09:08] "POST /id-to-fqname HTTP/1.1" 200 220 0.001379
10.0.0.33 - - [2026-06-08 03:09:08] "GET /virtual-network/8b79e190-3e44-4d61-b9b2-6418e456999b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006175
10.0.0.33 - - [2026-06-08 03:09:08] "GET /virtual-network/8b79e190-3e44-4d61-b9b2-6418e456999b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005741
10.0.0.33 - - [2026-06-08 03:09:08] "POST /neutron/network HTTP/1.1" 200 832 0.017117
10.0.0.33 - - [2026-06-08 03:09:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003318
10.0.0.33 - - [2026-06-08 03:09:08] "GET /virtual-network/8b79e190-3e44-4d61-b9b2-6418e456999b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005495
10.0.0.33 - - [2026-06-08 03:09:08] "PUT /virtual-network/8b79e190-3e44-4d61-b9b2-6418e456999b HTTP/1.1" 200 264 0.086737
10.0.0.33 - - [2026-06-08 03:09:08] "POST /id-to-fqname HTTP/1.1" 200 220 0.001479
10.0.0.27 - - [2026-06-08 03:09:09] "GET /projects?obj_uuids=527eaec4-4243-4b7f-84ce-f928e8bcd480&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001003
10.0.0.33 - - [2026-06-08 03:09:09] "GET /project/527eaec4-4243-4b7f-84ce-f928e8bcd480?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.096946
10.0.0.33 - - [2026-06-08 03:09:09] "POST /neutron/network HTTP/1.1" 200 828 0.007785
10.0.0.33 - - [2026-06-08 03:09:10] "POST /id-to-fqname HTTP/1.1" 200 220 0.001343
10.0.0.33 - - [2026-06-08 03:09:10] "POST /neutron/port HTTP/1.1" 200 117 0.009067
10.0.0.27 - - [2026-06-08 03:09:10] "GET /projects?obj_uuids=527eaec4-4243-4b7f-84ce-f928e8bcd480&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001000
10.0.0.33 - - [2026-06-08 03:09:10] "POST /neutron/port HTTP/1.1" 200 1050 0.368669
10.0.0.33 - - [2026-06-08 03:09:11] "POST /neutron/port HTTP/1.1" 200 1104 0.124836
10.0.0.27 - - [2026-06-08 03:09:11] "GET /projects?obj_uuids=527eaec4-4243-4b7f-84ce-f928e8bcd480&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000960
10.0.0.33 - - [2026-06-08 03:09:11] "POST /neutron/subnet HTTP/1.1" 200 684 0.009034
10.0.0.33 - - [2026-06-08 03:09:11] "GET /project/527eaec4-4243-4b7f-84ce-f928e8bcd480?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.102347
10.0.0.33 - - [2026-06-08 03:09:11] "POST /neutron/network HTTP/1.1" 200 832 0.006880
10.0.0.33 - - [2026-06-08 03:09:11] "POST /neutron/port HTTP/1.1" 200 117 0.006068
10.0.0.33 - - [2026-06-08 03:09:11] "POST /neutron/network HTTP/1.1" 200 842 0.008388
10.0.0.33 - - [2026-06-08 03:09:12] "POST /neutron/port HTTP/1.1" 200 1054 0.021964
10.0.0.33 - - [2026-06-08 03:09:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004177
10.0.0.33 - - [2026-06-08 03:09:12] "POST /neutron/network HTTP/1.1" 200 832 0.015794
10.0.0.33 - - [2026-06-08 03:09:16] "POST /neutron/port HTTP/1.1" 200 1114 0.021105
10.0.0.33 - - [2026-06-08 03:09:16] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007439
10.0.0.33 - - [2026-06-08 03:09:16] "GET /virtual-machine/587914e8-a468-4da1-82d0-e2ca3943eecc HTTP/1.1" 200 1284 0.005894
10.0.0.33 - - [2026-06-08 03:09:16] "GET /virtual-machine-interface/cf8aa3b8-2c9f-407f-a36f-dae99f147f6e HTTP/1.1" 200 2928 0.004900
10.0.0.33 - - [2026-06-08 03:09:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003714
10.0.0.33 - - [2026-06-08 03:09:16] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003378
10.0.0.33 - - [2026-06-08 03:09:16] "GET /virtual-networks?parent_id=527eaec4-4243-4b7f-84ce-f928e8bcd480&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002987
10.0.0.33 - - [2026-06-08 03:09:16] "GET /virtual-network/9775636b-c8e5-47b8-9c5a-79df297e822e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2102 0.006892
10.0.0.33 - - [2026-06-08 03:09:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003690
10.0.0.33 - - [2026-06-08 03:09:20] "GET /virtual-network/9775636b-c8e5-47b8-9c5a-79df297e822e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2102 0.006781
10.0.0.33 - - [2026-06-08 03:09:20] "POST /neutron/port HTTP/1.1" 200 1114 0.018704
10.0.0.33 - - [2026-06-08 03:09:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004203
10.0.0.33 - - [2026-06-08 03:09:20] "POST /neutron/network HTTP/1.1" 200 828 0.006736
10.0.0.33 - - [2026-06-08 03:09:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004068
10.0.0.33 - - [2026-06-08 03:09:22] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003891
10.0.0.33 - - [2026-06-08 03:09:22] "GET /virtual-networks?parent_id=527eaec4-4243-4b7f-84ce-f928e8bcd480&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003658
10.0.0.33 - - [2026-06-08 03:09:22] "GET /virtual-network/9775636b-c8e5-47b8-9c5a-79df297e822e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2102 0.006541
10.0.0.33 - - [2026-06-08 03:09:22] "POST /neutron/port HTTP/1.1" 200 1118 0.023581
10.0.0.33 - - [2026-06-08 03:09:22] "POST /neutron/port HTTP/1.1" 200 1118 0.018418
10.0.0.33 - - [2026-06-08 03:09:22] "POST /neutron/port HTTP/1.1" 200 1118 0.017705
10.0.0.33 - - [2026-06-08 03:09:22] "GET /virtual-machine/02fe30d3-5c6c-43f1-afe3-59a91868e058 HTTP/1.1" 200 1284 0.007758
10.0.0.33 - - [2026-06-08 03:09:22] "GET /virtual-machine-interface/69b30baa-1a39-42f9-93a9-5d84ae7b60fd HTTP/1.1" 200 2927 0.005308
10.0.0.33 - - [2026-06-08 03:09:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004575
10.0.0.33 - - [2026-06-08 03:09:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.030605
10.0.0.33 - - [2026-06-08 03:09:22] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003833
10.0.0.33 - - [2026-06-08 03:09:22] "GET /virtual-networks?parent_id=527eaec4-4243-4b7f-84ce-f928e8bcd480&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.005593
10.0.0.33 - - [2026-06-08 03:09:22] "GET /virtual-network/8b79e190-3e44-4d61-b9b2-6418e456999b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.007959
10.0.0.33 - - [2026-06-08 03:09:22] "POST /neutron/network HTTP/1.1" 200 832 0.007601
10.0.0.33 - - [2026-06-08 03:09:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003509
10.0.0.33 - - [2026-06-08 03:09:23] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004382
10.0.0.33 - - [2026-06-08 03:09:23] "GET /virtual-networks?parent_id=527eaec4-4243-4b7f-84ce-f928e8bcd480&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.006084
10.0.0.33 - - [2026-06-08 03:09:23] "GET /virtual-network/8b79e190-3e44-4d61-b9b2-6418e456999b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.005764
10.0.0.33 - - [2026-06-08 03:09:24] "POST /routing-policys HTTP/1.1" 200 534 0.033199
10.0.0.33 - - [2026-06-08 03:09:24] "GET /virtual-network/9775636b-c8e5-47b8-9c5a-79df297e822e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2102 0.012198
10.0.0.33 - - [2026-06-08 03:09:24] "PUT /virtual-network/9775636b-c8e5-47b8-9c5a-79df297e822e HTTP/1.1" 200 264 0.083530
10.0.0.33 - - [2026-06-08 03:09:28] "POST /routing-policys HTTP/1.1" 200 534 0.031770
10.0.0.33 - - [2026-06-08 03:09:28] "GET /virtual-network/9775636b-c8e5-47b8-9c5a-79df297e822e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2348 0.016857
10.0.0.33 - - [2026-06-08 03:09:28] "PUT /virtual-network/9775636b-c8e5-47b8-9c5a-79df297e822e HTTP/1.1" 200 264 0.065521
10.0.0.249 - - [2026-06-08 03:09:28] "POST /ref-update HTTP/1.1" 200 156 0.021443
10.0.0.33 - - [2026-06-08 03:09:28] "POST /ref-update HTTP/1.1" 200 156 0.049302
10.0.0.33 - - [2026-06-08 03:09:28] "DELETE /routing-policy/19215d9f-3414-4806-a3b5-63da9ff56ed1 HTTP/1.1" 200 115 0.041814
10.0.0.33 - - [2026-06-08 03:09:28] "POST /ref-update HTTP/1.1" 200 156 0.045747
10.0.0.33 - - [2026-06-08 03:09:28] "DELETE /routing-policy/f08eaf97-9843-4171-9a79-a122b3d7e7a3 HTTP/1.1" 200 115 0.041824
10.0.0.33 - - [2026-06-08 03:09:29] "POST /neutron/port HTTP/1.1" 200 1118 0.016448
10.0.0.33 - - [2026-06-08 03:09:29] "POST /neutron/port HTTP/1.1" 200 1114 0.015959
10.0.0.27 - - [2026-06-08 03:09:30] "GET /projects?obj_uuids=1eb21b87-73ff-4cde-b4d5-7faeb6ff65fa&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001066
10.0.0.27 - - [2026-06-08 03:09:30] "DELETE /project/527eaec442434b7f84cef928e8bcd480 HTTP/1.1" 404 173 0.005966
10.0.0.27 - - [2026-06-08 03:09:30] "GET /project/1eb21b87-73ff-4cde-b4d5-7faeb6ff65fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1444 0.040606
10.0.0.27 - - [2026-06-08 03:09:30] "GET /projects?obj_uuids=1eb21b87-73ff-4cde-b4d5-7faeb6ff65fa&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000956
10.0.0.27 - - [2026-06-08 03:09:30] "GET /project/1eb21b87-73ff-4cde-b4d5-7faeb6ff65fa?fields=security_groups HTTP/1.1" 200 1345 0.088345
10.0.0.27 - - [2026-06-08 03:09:30] "DELETE /security-group/67c5eb90-b500-4433-8324-18a397adc2fe HTTP/1.1" 404 177 0.004930
10.0.0.249 - - [2026-06-08 03:09:30] "DELETE /access-control-list/d470612e-adf2-4435-8dfc-8f93c97a4237 HTTP/1.1" 200 115 0.067042
10.0.0.27 - - [2026-06-08 03:09:30] "GET /projects?obj_uuids=1eb21b87-73ff-4cde-b4d5-7faeb6ff65fa&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.003628
10.0.0.33 - - [2026-06-08 03:09:30] "POST /neutron/network HTTP/1.1" 200 832 0.031807
10.0.0.27 - - [2026-06-08 03:09:30] "GET /project/1eb21b87-73ff-4cde-b4d5-7faeb6ff65fa?fields=application_policy_sets HTTP/1.1" 200 1384 0.103798
10.0.0.27 - - [2026-06-08 03:09:30] "DELETE /project/1eb21b87-73ff-4cde-b4d5-7faeb6ff65fa HTTP/1.1" 200 115 0.472401
10.0.0.249 - - [2026-06-08 03:09:30] "DELETE /route-target/6780346d-0666-4e3e-9f31-ed233585dc70 HTTP/1.1" 200 115 0.032028
10.0.0.249 - - [2026-06-08 03:09:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004099
10.0.0.27 - - [2026-06-08 03:09:31] "POST /useragent-kv HTTP/1.1" 200 115 0.004131
10.0.0.27 - - [2026-06-08 03:09:31] "POST /useragent-kv HTTP/1.1" 200 115 0.005547
10.0.0.33 - - [2026-06-08 03:09:31] "POST /neutron/network HTTP/1.1" 200 151 0.162978
10.0.0.249 - - [2026-06-08 03:09:31] "DELETE /route-target/1a17ed92-4e41-41dc-b8f7-72f98c222962 HTTP/1.1" 200 115 0.025299
10.0.0.33 - - [2026-06-08 03:09:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003168
10.0.0.27 - - [2026-06-08 03:09:33] "GET /projects?obj_uuids=527eaec4-4243-4b7f-84ce-f928e8bcd480&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000878
10.0.0.33 - - [2026-06-08 03:09:33] "GET /project/527eaec4-4243-4b7f-84ce-f928e8bcd480?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.051435
10.0.0.27 - - [2026-06-08 03:09:34] "POST /useragent-kv HTTP/1.1" 200 115 0.005767
10.0.0.33 - - [2026-06-08 03:09:34] "POST /neutron/subnet HTTP/1.1" 200 729 0.224771
10.0.0.33 - - [2026-06-08 03:09:34] "POST /id-to-fqname HTTP/1.1" 200 220 0.001314
10.0.0.33 - - [2026-06-08 03:09:34] "GET /virtual-network/aa874ef0-a32c-481d-a799-a6f9bb23e65b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004699
10.0.0.33 - - [2026-06-08 03:09:34] "GET /virtual-network/aa874ef0-a32c-481d-a799-a6f9bb23e65b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005670
10.0.0.33 - - [2026-06-08 03:09:34] "POST /neutron/network HTTP/1.1" 200 832 0.006552
10.0.0.33 - - [2026-06-08 03:09:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003282
10.0.0.33 - - [2026-06-08 03:09:34] "GET /virtual-network/aa874ef0-a32c-481d-a799-a6f9bb23e65b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005117
10.0.0.249 - - [2026-06-08 03:09:34] "POST /route-targets HTTP/1.1" 200 323 0.012950
10.0.0.33 - - [2026-06-08 03:09:34] "PUT /virtual-network/aa874ef0-a32c-481d-a799-a6f9bb23e65b HTTP/1.1" 200 264 0.049805
10.0.0.33 - - [2026-06-08 03:09:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.008975
10.0.0.27 - - [2026-06-08 03:09:34] "GET /projects?obj_uuids=527eaec4-4243-4b7f-84ce-f928e8bcd480&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001005
10.0.0.33 - - [2026-06-08 03:09:34] "GET /project/527eaec4-4243-4b7f-84ce-f928e8bcd480?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.036636
10.0.0.27 - - [2026-06-08 03:09:34] "GET /projects?obj_uuids=527eaec4-4243-4b7f-84ce-f928e8bcd480&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000968
10.0.0.33 - - [2026-06-08 03:09:34] "POST /neutron/network HTTP/1.1" 200 612 0.118852
10.0.0.249 - - [2026-06-08 03:09:34] "POST /ref-update HTTP/1.1" 200 156 0.015600
10.0.0.33 - - [2026-06-08 03:09:35] "POST /id-to-fqname HTTP/1.1" 200 220 0.003197
10.0.0.33 - - [2026-06-08 03:09:35] "GET /virtual-network/0af8d30c-ce3c-4dde-8fdb-1a2218966509?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005334
10.0.0.33 - - [2026-06-08 03:09:35] "POST /neutron/network HTTP/1.1" 200 831 0.007210
10.0.0.33 - - [2026-06-08 03:09:35] "GET /virtual-network/0af8d30c-ce3c-4dde-8fdb-1a2218966509?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.007287
10.0.0.33 - - [2026-06-08 03:09:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003103
10.0.0.33 - - [2026-06-08 03:09:35] "GET /virtual-network/0af8d30c-ce3c-4dde-8fdb-1a2218966509?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005312
10.0.0.33 - - [2026-06-08 03:09:35] "PUT /virtual-network/0af8d30c-ce3c-4dde-8fdb-1a2218966509 HTTP/1.1" 200 264 0.063354
10.0.0.33 - - [2026-06-08 03:09:35] "POST /id-to-fqname HTTP/1.1" 200 220 0.001363
10.0.0.33 - - [2026-06-08 03:09:35] "POST /neutron/network HTTP/1.1" 200 842 0.008558
10.0.0.27 - - [2026-06-08 03:09:36] "GET /projects?obj_uuids=527eaec4-4243-4b7f-84ce-f928e8bcd480&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001072
10.0.0.33 - - [2026-06-08 03:09:36] "GET /project/527eaec4-4243-4b7f-84ce-f928e8bcd480?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.075766
10.0.0.33 - - [2026-06-08 03:09:36] "POST /neutron/port HTTP/1.1" 200 117 0.005785
10.0.0.33 - - [2026-06-08 03:09:36] "POST /id-to-fqname HTTP/1.1" 200 220 0.001075
10.0.0.33 - - [2026-06-08 03:09:36] "POST /neutron/network HTTP/1.1" 200 842 0.007257
10.0.0.33 - - [2026-06-08 03:09:37] "POST /neutron/port HTTP/1.1" 200 1054 0.020567
10.0.0.33 - - [2026-06-08 03:09:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003491
10.0.0.27 - - [2026-06-08 03:09:37] "GET /projects?obj_uuids=527eaec4-4243-4b7f-84ce-f928e8bcd480&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001038
10.0.0.33 - - [2026-06-08 03:09:37] "GET /project/527eaec4-4243-4b7f-84ce-f928e8bcd480?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.072013
10.0.0.33 - - [2026-06-08 03:09:37] "POST /neutron/network HTTP/1.1" 200 832 0.006776
10.0.0.33 - - [2026-06-08 03:09:37] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006731
10.0.0.33 - - [2026-06-08 03:09:37] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006428
10.0.0.33 - - [2026-06-08 03:09:38] "POST /neutron/port HTTP/1.1" 200 1053 0.017096
10.0.0.33 - - [2026-06-08 03:09:38] "POST /neutron/port HTTP/1.1" 200 1117 0.016224
10.0.0.33 - - [2026-06-08 03:09:38] "POST /neutron/port HTTP/1.1" 200 117 0.001100
10.0.0.33 - - [2026-06-08 03:09:42] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007069
10.0.0.33 - - [2026-06-08 03:09:43] "POST /neutron/port HTTP/1.1" 200 1118 0.018257
10.0.0.33 - - [2026-06-08 03:09:43] "GET /virtual-machine/b92f5fff-a71d-4ed1-acf6-f49cce7a963b HTTP/1.1" 200 1286 0.006093
10.0.0.33 - - [2026-06-08 03:09:43] "GET /virtual-machine-interface/e8554543-0255-4962-8186-fa1b609ee735 HTTP/1.1" 200 2927 0.004863
10.0.0.33 - - [2026-06-08 03:09:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003459
10.0.0.33 - - [2026-06-08 03:09:43] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003113
10.0.0.33 - - [2026-06-08 03:09:43] "GET /virtual-networks?parent_id=527eaec4-4243-4b7f-84ce-f928e8bcd480&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003170
10.0.0.33 - - [2026-06-08 03:09:43] "GET /virtual-network/aa874ef0-a32c-481d-a799-a6f9bb23e65b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.005505
10.0.0.33 - - [2026-06-08 03:09:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003438
10.0.0.33 - - [2026-06-08 03:09:46] "GET /virtual-network/aa874ef0-a32c-481d-a799-a6f9bb23e65b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.006516
10.0.0.33 - - [2026-06-08 03:09:46] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007629
10.0.0.33 - - [2026-06-08 03:09:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003918
10.0.0.33 - - [2026-06-08 03:09:48] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003579
10.0.0.33 - - [2026-06-08 03:09:48] "GET /virtual-networks?parent_id=527eaec4-4243-4b7f-84ce-f928e8bcd480&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003180
10.0.0.33 - - [2026-06-08 03:09:48] "GET /virtual-network/aa874ef0-a32c-481d-a799-a6f9bb23e65b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.006053
10.0.0.33 - - [2026-06-08 03:09:48] "POST /neutron/port HTTP/1.1" 200 1117 0.019431
10.0.0.33 - - [2026-06-08 03:09:48] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008101
10.0.0.33 - - [2026-06-08 03:09:48] "GET /virtual-machine/e9028f53-ecaa-4041-b20b-56927b75a2d4 HTTP/1.1" 200 1286 0.005615
10.0.0.33 - - [2026-06-08 03:09:48] "GET /virtual-machine-interface/1701a5d9-3cf8-4ba9-b38b-5fa1bb5a60d0 HTTP/1.1" 200 2927 0.004930
10.0.0.33 - - [2026-06-08 03:09:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003146
10.0.0.33 - - [2026-06-08 03:09:48] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002967
10.0.0.33 - - [2026-06-08 03:09:48] "GET /virtual-networks?parent_id=527eaec4-4243-4b7f-84ce-f928e8bcd480&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002928
10.0.0.33 - - [2026-06-08 03:09:48] "GET /virtual-network/0af8d30c-ce3c-4dde-8fdb-1a2218966509?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2109 0.005897
10.0.0.33 - - [2026-06-08 03:09:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004738
10.0.0.33 - - [2026-06-08 03:09:50] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004979
10.0.0.33 - - [2026-06-08 03:09:50] "GET /virtual-networks?parent_id=527eaec4-4243-4b7f-84ce-f928e8bcd480&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003925
10.0.0.33 - - [2026-06-08 03:09:50] "GET /virtual-network/0af8d30c-ce3c-4dde-8fdb-1a2218966509?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2109 0.006112
10.0.0.33 - - [2026-06-08 03:09:50] "POST /interface-route-tables HTTP/1.1" 200 574 0.026029
10.0.0.33 - - [2026-06-08 03:09:50] "GET /interface-route-table/71abb071-2aec-43dd-960f-7fc76c331902?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1306 0.012828
10.0.0.33 - - [2026-06-08 03:09:50] "GET /virtual-machine-interface/e8554543-0255-4962-8186-fa1b609ee735?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2706 0.005894
10.0.0.33 - - [2026-06-08 03:09:50] "POST /ref-update HTTP/1.1" 200 156 0.015195
10.0.0.33 - - [2026-06-08 03:09:50] "POST /routing-policys HTTP/1.1" 200 534 0.024684
10.0.0.33 - - [2026-06-08 03:09:50] "GET /virtual-network/aa874ef0-a32c-481d-a799-a6f9bb23e65b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.005532
10.0.0.33 - - [2026-06-08 03:09:50] "PUT /virtual-network/aa874ef0-a32c-481d-a799-a6f9bb23e65b HTTP/1.1" 200 264 0.049501
10.0.0.33 - - [2026-06-08 03:09:54] "POST /ref-update HTTP/1.1" 200 156 0.054357
10.0.0.249 - - [2026-06-08 03:09:54] "POST /ref-update HTTP/1.1" 200 156 0.030643
10.0.0.33 - - [2026-06-08 03:09:54] "DELETE /routing-policy/2f6f5cfc-8a8a-446d-abec-652650841315 HTTP/1.1" 200 115 0.051556
10.0.0.33 - - [2026-06-08 03:09:54] "POST /neutron/network HTTP/1.1" 200 831 0.007772
10.0.0.33 - - [2026-06-08 03:09:55] "POST /neutron/port HTTP/1.1" 200 1107 0.020803
10.0.0.33 - - [2026-06-08 03:09:55] "POST /neutron/port HTTP/1.1" 200 1108 0.017734
10.0.0.27 - - [2026-06-08 03:09:56] "POST /useragent-kv HTTP/1.1" 200 115 0.004660
10.0.0.27 - - [2026-06-08 03:09:56] "POST /useragent-kv HTTP/1.1" 200 115 0.002618
10.0.0.33 - - [2026-06-08 03:09:56] "POST /neutron/network HTTP/1.1" 200 151 0.133911
10.0.0.249 - - [2026-06-08 03:09:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004450
10.0.0.249 - - [2026-06-08 03:09:56] "DELETE /route-target/b0c24e62-fb76-4d20-bc22-c87134a216ba HTTP/1.1" 200 115 0.023780
10.0.0.27 - - [2026-06-08 03:09:58] "GET /projects?obj_uuids=527eaec4-4243-4b7f-84ce-f928e8bcd480&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001268
10.0.0.33 - - [2026-06-08 03:09:58] "GET /project/527eaec4-4243-4b7f-84ce-f928e8bcd480?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.055421
10.0.0.27 - - [2026-06-08 03:09:58] "GET /projects?obj_uuids=527eaec4-4243-4b7f-84ce-f928e8bcd480&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001421
10.0.0.33 - - [2026-06-08 03:09:58] "GET /project/527eaec4-4243-4b7f-84ce-f928e8bcd480?fields=virtual_networks HTTP/1.1" 200 1017 0.047519
10.0.0.27 - - [2026-06-08 03:09:58] "GET /projects?obj_uuids=527eaec4-4243-4b7f-84ce-f928e8bcd480&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000920
10.0.0.33 - - [2026-06-08 03:09:58] "GET /project/527eaec4-4243-4b7f-84ce-f928e8bcd480?fields=virtual_machine_interfaces HTTP/1.1" 200 1017 0.050110
10.0.0.27 - - [2026-06-08 03:09:58] "GET /projects?obj_uuids=527eaec4-4243-4b7f-84ce-f928e8bcd480&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001746
10.0.0.33 - - [2026-06-08 03:09:58] "GET /project/527eaec4-4243-4b7f-84ce-f928e8bcd480?fields=security_groups HTTP/1.1" 200 1236 0.045149
10.0.0.33 - - [2026-06-08 03:09:59] "POST /fqname-to-id HTTP/1.1" 404 192 0.028867
10.0.0.27 - - [2026-06-08 03:09:59] "GET /projects?obj_uuids=081153de-c98a-4551-a80d-fb06820faa32&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002662
10.0.0.27 - - [2026-06-08 03:09:59] "GET /domains?obj_uuids=2441b78a-01cc-4005-9aa7-6b434eb6fb41&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001182
10.0.0.27 - - [2026-06-08 03:09:59] "GET /domain/2441b78a-01cc-4005-9aa7-6b434eb6fb41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007707
10.0.0.27 - - [2026-06-08 03:09:59] "POST /id-to-fqname HTTP/1.1" 200 194 0.003577
10.0.0.27 - - [2026-06-08 03:09:59] "POST /fqname-to-id HTTP/1.1" 404 203 0.003106
10.0.0.27 - - [2026-06-08 03:09:59] "POST /security-groups HTTP/1.1" 200 595 0.027944
10.0.0.249 - - [2026-06-08 03:09:59] "POST /fqname-to-id HTTP/1.1" 404 238 0.003761
10.0.0.27 - - [2026-06-08 03:09:59] "POST /projects HTTP/1.1" 200 593 0.232886
10.0.0.27 - - [2026-06-08 03:09:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.303306
10.0.0.249 - - [2026-06-08 03:09:59] "POST /access-control-lists HTTP/1.1" 200 598 0.030732
10.0.0.33 - - [2026-06-08 03:09:59] "GET /project/081153de-c98a-4551-a80d-fb06820faa32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.446523
10.0.0.33 - - [2026-06-08 03:10:01] "GET / HTTP/1.1" 200 35931 0.001939
10.0.0.33 - - [2026-06-08 03:10:02] "POST /fqname-to-id HTTP/1.1" 401 292 0.000492
10.0.0.33 - - [2026-06-08 03:10:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.059586
10.0.0.27 - - [2026-06-08 03:10:03] "GET /projects?obj_uuids=081153de-c98a-4551-a80d-fb06820faa32&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000861
10.0.0.33 - - [2026-06-08 03:10:03] "GET /project/081153de-c98a-4551-a80d-fb06820faa32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.047281
10.0.0.33 - - [2026-06-08 03:10:03] "POST /neutron/network HTTP/1.1" 200 117 0.036681
10.0.0.33 - - [2026-06-08 03:10:03] "POST /neutron/network HTTP/1.1" 200 833 0.012295
10.0.0.33 - - [2026-06-08 03:10:03] "POST /id-to-fqname HTTP/1.1" 200 226 0.001473
10.0.0.33 - - [2026-06-08 03:10:03] "GET /virtual-network/404177fe-9de4-43bc-8ba9-5c0144def3f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005018
10.0.0.33 - - [2026-06-08 03:10:03] "GET /virtual-network/404177fe-9de4-43bc-8ba9-5c0144def3f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004993
10.0.0.33 - - [2026-06-08 03:10:03] "POST /neutron/subnet HTTP/1.1" 200 729 0.008651
10.0.0.33 - - [2026-06-08 03:10:04] "GET /virtual-network/404177fe-9de4-43bc-8ba9-5c0144def3f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005287
10.0.0.249 - - [2026-06-08 03:10:05] "GET /obj-perms HTTP/1.1" 200 5038 0.058090
10.0.0.27 - - [2026-06-08 03:10:06] "GET /obj-perms HTTP/1.1" 200 5038 0.052484
10.0.0.33 - - [2026-06-08 03:10:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003671
10.0.0.33 - - [2026-06-08 03:10:06] "GET /virtual-network/404177fe-9de4-43bc-8ba9-5c0144def3f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005396
10.0.0.33 - - [2026-06-08 03:10:06] "PUT /virtual-network/404177fe-9de4-43bc-8ba9-5c0144def3f2 HTTP/1.1" 200 264 0.059868
10.0.0.249 - - [2026-06-08 03:10:06] "POST /route-targets HTTP/1.1" 200 327 0.014586
10.0.0.33 - - [2026-06-08 03:10:11] "POST /id-to-fqname HTTP/1.1" 200 226 0.001477
10.0.0.27 - - [2026-06-08 03:10:12] "GET /projects?obj_uuids=081153de-c98a-4551-a80d-fb06820faa32&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001470
10.0.0.33 - - [2026-06-08 03:10:12] "GET /project/081153de-c98a-4551-a80d-fb06820faa32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.065371
10.0.0.33 - - [2026-06-08 03:10:12] "POST /neutron/port HTTP/1.1" 200 117 0.007380
10.0.0.33 - - [2026-06-08 03:10:12] "POST /neutron/network HTTP/1.1" 200 843 0.008110
10.0.0.33 - - [2026-06-08 03:10:13] "POST /neutron/port HTTP/1.1" 200 1065 0.017984
10.0.0.33 - - [2026-06-08 03:10:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003795
10.0.0.33 - - [2026-06-08 03:10:13] "POST /neutron/network HTTP/1.1" 200 833 0.006089
10.0.0.33 - - [2026-06-08 03:10:17] "POST /neutron/port HTTP/1.1" 200 1129 0.017569
10.0.0.33 - - [2026-06-08 03:10:17] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007334
10.0.0.33 - - [2026-06-08 03:10:17] "GET /virtual-machine/e67f89f5-413f-4d02-9aa7-14ff4dc4224e HTTP/1.1" 401 292 0.000346
10.0.0.33 - - [2026-06-08 03:10:17] "GET /virtual-machine/e67f89f5-413f-4d02-9aa7-14ff4dc4224e HTTP/1.1" 200 1297 0.034588
10.0.0.33 - - [2026-06-08 03:10:17] "GET /virtual-machine-interface/bc12a1a7-cd3b-4512-98e9-1dcf3ca32e16 HTTP/1.1" 200 2968 0.005497
10.0.0.33 - - [2026-06-08 03:10:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003800
10.0.0.33 - - [2026-06-08 03:10:18] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003887
10.0.0.33 - - [2026-06-08 03:10:18] "GET /virtual-networks?parent_id=081153de-c98a-4551-a80d-fb06820faa32&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003554
10.0.0.33 - - [2026-06-08 03:10:18] "GET /virtual-network/404177fe-9de4-43bc-8ba9-5c0144def3f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.007265
10.0.0.33 - - [2026-06-08 03:10:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003680
10.0.0.33 - - [2026-06-08 03:10:21] "GET /virtual-network/404177fe-9de4-43bc-8ba9-5c0144def3f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.006340
10.0.0.33 - - [2026-06-08 03:10:22] "POST /neutron/network HTTP/1.1" 200 843 0.006075
10.0.0.33 - - [2026-06-08 03:10:22] "POST /neutron/port HTTP/1.1" 200 117 0.001069
10.0.0.33 - - [2026-06-08 03:10:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004569
10.0.0.33 - - [2026-06-08 03:10:25] "GET /virtual-network/404177fe-9de4-43bc-8ba9-5c0144def3f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.006060
10.0.0.33 - - [2026-06-08 03:10:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004061
10.0.0.33 - - [2026-06-08 03:10:29] "GET /virtual-network/404177fe-9de4-43bc-8ba9-5c0144def3f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.005630
10.0.0.27 - - [2026-06-08 03:10:30] "GET /projects?obj_uuids=527eaec4-4243-4b7f-84ce-f928e8bcd480&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000973
10.0.0.27 - - [2026-06-08 03:10:30] "DELETE /project/081153dec98a4551a80dfb06820faa32 HTTP/1.1" 404 173 0.012672
10.0.0.27 - - [2026-06-08 03:10:30] "GET /project/527eaec4-4243-4b7f-84ce-f928e8bcd480?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.050588
10.0.0.27 - - [2026-06-08 03:10:30] "GET /projects?obj_uuids=527eaec4-4243-4b7f-84ce-f928e8bcd480&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000788
10.0.0.27 - - [2026-06-08 03:10:31] "GET /project/527eaec4-4243-4b7f-84ce-f928e8bcd480?fields=security_groups HTTP/1.1" 200 1341 0.084028
10.0.0.27 - - [2026-06-08 03:10:31] "DELETE /security-group/8f00ff7f-449d-4088-a6f8-1f8d51865792 HTTP/1.1" 200 115 0.074855
10.0.0.27 - - [2026-06-08 03:10:31] "GET /projects?obj_uuids=527eaec4-4243-4b7f-84ce-f928e8bcd480&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001225
10.0.0.27 - - [2026-06-08 03:10:31] "GET /project/527eaec4-4243-4b7f-84ce-f928e8bcd480?fields=application_policy_sets HTTP/1.1" 200 1380 0.035141
10.0.0.27 - - [2026-06-08 03:10:31] "DELETE /project/527eaec4-4243-4b7f-84ce-f928e8bcd480 HTTP/1.1" 409 278 0.365656
10.0.0.249 - - [2026-06-08 03:10:31] "DELETE /access-control-list/1897b400-0672-49b2-9c4f-5da41f521ddb HTTP/1.1" 200 115 0.028452
10.0.0.33 - - [2026-06-08 03:10:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003460
10.0.0.33 - - [2026-06-08 03:10:33] "GET /virtual-network/404177fe-9de4-43bc-8ba9-5c0144def3f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.005685
10.0.0.33 - - [2026-06-08 03:10:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003500
10.0.0.33 - - [2026-06-08 03:10:37] "GET /virtual-network/404177fe-9de4-43bc-8ba9-5c0144def3f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.005607
10.0.0.33 - - [2026-06-08 03:10:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003851
10.0.0.33 - - [2026-06-08 03:10:41] "GET /virtual-network/404177fe-9de4-43bc-8ba9-5c0144def3f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.004906
10.0.0.33 - - [2026-06-08 03:10:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003930
10.0.0.33 - - [2026-06-08 03:10:45] "GET /virtual-network/404177fe-9de4-43bc-8ba9-5c0144def3f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.005341
10.0.0.33 - - [2026-06-08 03:10:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004349
10.0.0.33 - - [2026-06-08 03:10:49] "GET /virtual-network/404177fe-9de4-43bc-8ba9-5c0144def3f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.007267
10.0.0.33 - - [2026-06-08 03:10:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003327
10.0.0.33 - - [2026-06-08 03:10:51] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003195
10.0.0.33 - - [2026-06-08 03:10:51] "GET /virtual-networks?parent_id=081153de-c98a-4551-a80d-fb06820faa32&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002698
10.0.0.33 - - [2026-06-08 03:10:51] "GET /virtual-network/404177fe-9de4-43bc-8ba9-5c0144def3f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.005589
10.0.0.33 - - [2026-06-08 03:10:52] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007146
10.0.0.33 - - [2026-06-08 03:11:02] "POST /neutron/port HTTP/1.1" 200 1129 0.016385
10.0.0.33 - - [2026-06-08 03:11:02] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009861
10.0.0.33 - - [2026-06-08 03:11:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003471
10.0.0.33 - - [2026-06-08 03:11:12] "GET /virtual-network/404177fe-9de4-43bc-8ba9-5c0144def3f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.005223
10.0.0.33 - - [2026-06-08 03:11:12] "PUT /virtual-network/404177fe-9de4-43bc-8ba9-5c0144def3f2 HTTP/1.1" 200 264 0.057763
10.0.0.249 - - [2026-06-08 03:11:12] "DELETE /route-target/36be85e2-ce27-4352-bd81-97833576d4df HTTP/1.1" 200 115 0.056167
10.0.0.33 - - [2026-06-08 03:11:18] "POST /neutron/network HTTP/1.1" 200 833 0.007378
10.0.0.33 - - [2026-06-08 03:11:18] "POST /neutron/port HTTP/1.1" 200 1119 0.014060
10.0.0.27 - - [2026-06-08 03:11:20] "POST /useragent-kv HTTP/1.1" 200 115 0.006280
10.0.0.27 - - [2026-06-08 03:11:20] "POST /useragent-kv HTTP/1.1" 200 115 0.002949
10.0.0.33 - - [2026-06-08 03:11:20] "POST /neutron/network HTTP/1.1" 200 151 0.142689
10.0.0.33 - - [2026-06-08 03:11:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005035
10.0.0.27 - - [2026-06-08 03:11:23] "GET /projects?obj_uuids=081153de-c98a-4551-a80d-fb06820faa32&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001691
10.0.0.33 - - [2026-06-08 03:11:23] "GET /project/081153de-c98a-4551-a80d-fb06820faa32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.055594
10.0.0.249 - - [2026-06-08 03:11:23] "POST /route-targets HTTP/1.1" 200 327 0.013952
10.0.0.27 - - [2026-06-08 03:11:23] "POST /useragent-kv HTTP/1.1" 200 115 0.008671
10.0.0.33 - - [2026-06-08 03:11:23] "POST /neutron/subnet HTTP/1.1" 200 724 0.191658
10.0.0.33 - - [2026-06-08 03:11:23] "POST /id-to-fqname HTTP/1.1" 200 226 0.001274
10.0.0.33 - - [2026-06-08 03:11:23] "GET /virtual-network/11fabc9a-5be1-4df9-b465-12bb38a14370?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004994
10.0.0.33 - - [2026-06-08 03:11:23] "GET /virtual-network/11fabc9a-5be1-4df9-b465-12bb38a14370?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005121
10.0.0.33 - - [2026-06-08 03:11:23] "POST /neutron/network HTTP/1.1" 200 832 0.006214
10.0.0.33 - - [2026-06-08 03:11:23] "GET /virtual-network/11fabc9a-5be1-4df9-b465-12bb38a14370?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005515
10.0.0.33 - - [2026-06-08 03:11:24] "GET /obj-perms HTTP/1.1" 200 5038 0.054265
10.0.0.33 - - [2026-06-08 03:11:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004068
10.0.0.33 - - [2026-06-08 03:11:24] "GET /virtual-network/11fabc9a-5be1-4df9-b465-12bb38a14370?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006335
10.0.0.33 - - [2026-06-08 03:11:24] "PUT /virtual-network/11fabc9a-5be1-4df9-b465-12bb38a14370 HTTP/1.1" 200 264 0.070733
10.0.0.249 - - [2026-06-08 03:11:24] "POST /ref-update HTTP/1.1" 200 156 0.030370
10.0.0.33 - - [2026-06-08 03:11:29] "POST /id-to-fqname HTTP/1.1" 200 226 0.001817
10.0.0.27 - - [2026-06-08 03:11:30] "GET /projects?obj_uuids=081153de-c98a-4551-a80d-fb06820faa32&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002386
10.0.0.33 - - [2026-06-08 03:11:30] "GET /project/081153de-c98a-4551-a80d-fb06820faa32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.075087
10.0.0.33 - - [2026-06-08 03:11:30] "POST /neutron/network HTTP/1.1" 200 832 0.034374
10.0.0.33 - - [2026-06-08 03:11:30] "POST /neutron/port HTTP/1.1" 200 117 0.007211
10.0.0.33 - - [2026-06-08 03:11:31] "POST /neutron/port HTTP/1.1" 200 1064 0.016249
10.0.0.33 - - [2026-06-08 03:11:31] "POST /neutron/port HTTP/1.1" 200 1128 0.025096
10.0.0.33 - - [2026-06-08 03:11:31] "POST /neutron/port HTTP/1.1" 200 117 0.001420
10.0.0.33 - - [2026-06-08 03:11:35] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007266
10.0.0.33 - - [2026-06-08 03:11:35] "POST /neutron/port HTTP/1.1" 200 1128 0.021636
10.0.0.33 - - [2026-06-08 03:11:35] "GET /virtual-machine/1f436a8c-8667-4c01-a703-4489b39c04b0 HTTP/1.1" 200 1296 0.006076
10.0.0.33 - - [2026-06-08 03:11:35] "GET /virtual-machine-interface/eb3ac699-9f9b-46a5-9106-bb284d7806a8 HTTP/1.1" 200 2968 0.005824
10.0.0.33 - - [2026-06-08 03:11:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004187
10.0.0.33 - - [2026-06-08 03:11:35] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004936
10.0.0.33 - - [2026-06-08 03:11:35] "GET /virtual-networks?parent_id=081153de-c98a-4551-a80d-fb06820faa32&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003705
10.0.0.33 - - [2026-06-08 03:11:35] "GET /virtual-network/11fabc9a-5be1-4df9-b465-12bb38a14370?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.006417
10.0.0.33 - - [2026-06-08 03:11:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003402
10.0.0.33 - - [2026-06-08 03:11:39] "GET /virtual-network/11fabc9a-5be1-4df9-b465-12bb38a14370?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.006592
10.0.0.33 - - [2026-06-08 03:11:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003418
10.0.0.33 - - [2026-06-08 03:11:43] "GET /virtual-network/11fabc9a-5be1-4df9-b465-12bb38a14370?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.005062
10.0.0.33 - - [2026-06-08 03:11:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003352
10.0.0.33 - - [2026-06-08 03:11:47] "GET /virtual-network/11fabc9a-5be1-4df9-b465-12bb38a14370?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.005062
10.0.0.33 - - [2026-06-08 03:11:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003513
10.0.0.33 - - [2026-06-08 03:11:51] "GET /virtual-network/11fabc9a-5be1-4df9-b465-12bb38a14370?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.005811
10.0.0.33 - - [2026-06-08 03:11:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004886
10.0.0.33 - - [2026-06-08 03:11:55] "GET /virtual-network/11fabc9a-5be1-4df9-b465-12bb38a14370?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.007143
10.0.0.33 - - [2026-06-08 03:11:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003803
10.0.0.33 - - [2026-06-08 03:11:59] "GET /virtual-network/11fabc9a-5be1-4df9-b465-12bb38a14370?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.005731
10.0.0.33 - - [2026-06-08 03:12:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004773
10.0.0.33 - - [2026-06-08 03:12:03] "GET /virtual-network/11fabc9a-5be1-4df9-b465-12bb38a14370?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.007542
10.0.0.33 - - [2026-06-08 03:12:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003779
10.0.0.33 - - [2026-06-08 03:12:07] "GET /virtual-network/11fabc9a-5be1-4df9-b465-12bb38a14370?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.008374
10.0.0.33 - - [2026-06-08 03:12:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.006896
10.0.0.33 - - [2026-06-08 03:12:11] "GET /virtual-network/11fabc9a-5be1-4df9-b465-12bb38a14370?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.007863
10.0.0.33 - - [2026-06-08 03:12:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005289
10.0.0.33 - - [2026-06-08 03:12:15] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005671
10.0.0.33 - - [2026-06-08 03:12:15] "GET /virtual-networks?parent_id=081153de-c98a-4551-a80d-fb06820faa32&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.004633
10.0.0.33 - - [2026-06-08 03:12:15] "GET /virtual-network/11fabc9a-5be1-4df9-b465-12bb38a14370?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.008679
10.0.0.33 - - [2026-06-08 03:12:16] "POST /neutron/security_group HTTP/1.1" 200 2062 0.010707
10.0.0.33 - - [2026-06-08 03:12:25] "POST /neutron/port HTTP/1.1" 200 1128 0.019477
10.0.0.33 - - [2026-06-08 03:12:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004527
10.0.0.33 - - [2026-06-08 03:12:25] "POST /neutron/network HTTP/1.1" 200 832 0.009601
10.0.0.33 - - [2026-06-08 03:12:27] "POST /neutron/port HTTP/1.1" 200 1128 0.026117
10.0.0.33 - - [2026-06-08 03:12:31] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009446
10.0.0.33 - - [2026-06-08 03:12:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004099
10.0.0.33 - - [2026-06-08 03:12:36] "GET /virtual-network/11fabc9a-5be1-4df9-b465-12bb38a14370?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.006187
10.0.0.33 - - [2026-06-08 03:12:36] "PUT /virtual-network/11fabc9a-5be1-4df9-b465-12bb38a14370 HTTP/1.1" 200 264 0.058689
10.0.0.249 - - [2026-06-08 03:12:36] "DELETE /route-target/a2dbb62b-2e1a-4fa7-b90b-64f847d48e1a HTTP/1.1" 200 115 0.051276
10.0.0.249 - - [2026-06-08 03:12:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000639
10.0.0.249 - - [2026-06-08 03:12:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000946
10.0.0.249 - - [2026-06-08 03:12:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000549
10.0.0.249 - - [2026-06-08 03:12:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000523
10.0.0.33 - - [2026-06-08 03:12:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000531
10.0.0.33 - - [2026-06-08 03:12:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000498
10.0.0.27 - - [2026-06-08 03:12:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000517
10.0.0.27 - - [2026-06-08 03:12:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000537
10.0.0.33 - - [2026-06-08 03:12:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000680
10.0.0.33 - - [2026-06-08 03:12:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000574
10.0.0.27 - - [2026-06-08 03:12:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000647
10.0.0.27 - - [2026-06-08 03:12:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000657
10.0.0.33 - - [2026-06-08 03:12:42] "POST /neutron/port HTTP/1.1" 200 1128 0.029087
10.0.0.33 - - [2026-06-08 03:12:44] "POST /neutron/network HTTP/1.1" 200 832 0.010407
10.0.0.27 - - [2026-06-08 03:12:45] "GET /projects?obj_uuids=081153de-c98a-4551-a80d-fb06820faa32&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001704
10.0.0.33 - - [2026-06-08 03:12:45] "GET /project/081153de-c98a-4551-a80d-fb06820faa32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.065978
10.0.0.27 - - [2026-06-08 03:12:45] "GET /projects?obj_uuids=081153de-c98a-4551-a80d-fb06820faa32&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001647
10.0.0.33 - - [2026-06-08 03:12:45] "GET /project/081153de-c98a-4551-a80d-fb06820faa32?fields=virtual_networks HTTP/1.1" 200 1039 0.048950
10.0.0.27 - - [2026-06-08 03:12:46] "GET /projects?obj_uuids=081153de-c98a-4551-a80d-fb06820faa32&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001347
10.0.0.33 - - [2026-06-08 03:12:46] "GET /project/081153de-c98a-4551-a80d-fb06820faa32?fields=virtual_machine_interfaces HTTP/1.1" 200 1039 0.063534
10.0.0.27 - - [2026-06-08 03:12:46] "GET /projects?obj_uuids=081153de-c98a-4551-a80d-fb06820faa32&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001711
10.0.0.33 - - [2026-06-08 03:12:46] "GET /project/081153de-c98a-4551-a80d-fb06820faa32?fields=security_groups HTTP/1.1" 200 1269 0.058194
10.0.0.33 - - [2026-06-08 03:12:47] "POST /fqname-to-id HTTP/1.1" 404 213 0.030682
10.0.0.27 - - [2026-06-08 03:12:47] "GET /projects?obj_uuids=13f9d609-5470-4b10-a630-43ca0044405a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.008643
10.0.0.27 - - [2026-06-08 03:12:47] "GET /domains?obj_uuids=2441b78a-01cc-4005-9aa7-6b434eb6fb41&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001960
10.0.0.27 - - [2026-06-08 03:12:47] "GET /domain/2441b78a-01cc-4005-9aa7-6b434eb6fb41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.010606
10.0.0.27 - - [2026-06-08 03:12:47] "POST /id-to-fqname HTTP/1.1" 200 216 0.003314
10.0.0.27 - - [2026-06-08 03:12:47] "POST /fqname-to-id HTTP/1.1" 404 227 0.007835
10.0.0.27 - - [2026-06-08 03:12:47] "POST /security-groups HTTP/1.1" 200 616 0.052635
10.0.0.249 - - [2026-06-08 03:12:47] "POST /fqname-to-id HTTP/1.1" 404 259 0.004858
10.0.0.27 - - [2026-06-08 03:12:47] "POST /projects HTTP/1.1" 200 635 0.301687
10.0.0.27 - - [2026-06-08 03:12:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.336106
10.0.0.33 - - [2026-06-08 03:12:47] "GET /project/13f9d609-5470-4b10-a630-43ca0044405a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.516962
10.0.0.249 - - [2026-06-08 03:12:47] "POST /access-control-lists HTTP/1.1" 200 619 0.068053
10.0.0.33 - - [2026-06-08 03:12:48] "GET / HTTP/1.1" 200 35931 0.002323
10.0.0.33 - - [2026-06-08 03:12:50] "POST /fqname-to-id HTTP/1.1" 401 292 0.000638
10.0.0.33 - - [2026-06-08 03:12:50] "POST /fqname-to-id HTTP/1.1" 404 249 0.078172
10.0.0.249 - - [2026-06-08 03:12:51] "POST /fqname-to-id HTTP/1.1" 404 280 0.010906
10.0.0.249 - - [2026-06-08 03:12:51] "PUT /access-control-list/372186db-8060-48b6-8e57-1d01cbd4c2a9 HTTP/1.1" 200 272 0.017542
10.0.0.27 - - [2026-06-08 03:12:51] "GET /projects?obj_uuids=13f9d609-5470-4b10-a630-43ca0044405a&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.032985
10.0.0.33 - - [2026-06-08 03:12:51] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.147273
10.0.0.33 - - [2026-06-08 03:12:51] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.013546
10.0.0.33 - - [2026-06-08 03:12:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004217
10.0.0.33 - - [2026-06-08 03:12:52] "GET /security-group/1952f659-9e9c-468c-93f4-c29e5928d851?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2027 0.006226
10.0.0.249 - - [2026-06-08 03:12:52] "PUT /access-control-list/372186db-8060-48b6-8e57-1d01cbd4c2a9 HTTP/1.1" 200 272 0.019196
10.0.0.33 - - [2026-06-08 03:12:52] "POST /neutron/security_group HTTP/1.1" 200 1026 0.005669
10.0.0.33 - - [2026-06-08 03:12:52] "POST /fqname-to-id HTTP/1.1" 404 249 0.003861
10.0.0.33 - - [2026-06-08 03:12:53] "POST /fqname-to-id HTTP/1.1" 404 249 0.005152
10.0.0.249 - - [2026-06-08 03:12:53] "POST /fqname-to-id HTTP/1.1" 404 281 0.006375
10.0.0.249 - - [2026-06-08 03:12:53] "POST /access-control-lists HTTP/1.1" 200 641 0.033132
10.0.0.27 - - [2026-06-08 03:12:53] "GET /projects?obj_uuids=13f9d609-5470-4b10-a630-43ca0044405a&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001770
10.0.0.33 - - [2026-06-08 03:12:53] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.083346
10.0.0.33 - - [2026-06-08 03:12:53] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.010899
10.0.0.249 - - [2026-06-08 03:12:53] "PUT /access-control-list/8ddb07f4-6f68-491e-a9f1-b5e5fe6e73b4 HTTP/1.1" 200 272 0.030080
10.0.0.33 - - [2026-06-08 03:12:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003464
10.0.0.33 - - [2026-06-08 03:12:54] "GET /security-group/2d012812-2aed-45b8-a0cc-205481985d7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2027 0.005867
10.0.0.27 - - [2026-06-08 03:12:54] "GET /projects?obj_uuids=13f9d609-5470-4b10-a630-43ca0044405a&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001199
10.0.0.33 - - [2026-06-08 03:12:54] "POST /neutron/security_group_rule HTTP/1.1" 200 2208 0.049448
10.0.0.249 - - [2026-06-08 03:12:54] "PUT /access-control-list/8ddb07f4-6f68-491e-a9f1-b5e5fe6e73b4 HTTP/1.1" 200 272 0.015689
10.0.0.33 - - [2026-06-08 03:12:54] "POST /neutron/security_group_rule HTTP/1.1" 200 598 0.197277
10.0.0.33 - - [2026-06-08 03:12:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005074
10.0.0.27 - - [2026-06-08 03:12:55] "GET /projects?obj_uuids=13f9d609-5470-4b10-a630-43ca0044405a&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001613
10.0.0.33 - - [2026-06-08 03:12:55] "GET /project/13f9d609-5470-4b10-a630-43ca0044405a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.061474
10.0.0.27 - - [2026-06-08 03:12:55] "GET /projects?obj_uuids=13f9d609-5470-4b10-a630-43ca0044405a&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001074
10.0.0.33 - - [2026-06-08 03:12:55] "POST /neutron/network HTTP/1.1" 200 720 0.156455
10.0.0.249 - - [2026-06-08 03:12:55] "POST /route-targets HTTP/1.1" 200 327 0.018558
10.0.0.33 - - [2026-06-08 03:12:55] "POST /neutron/network HTTP/1.1" 200 1111 0.014107
10.0.0.33 - - [2026-06-08 03:12:55] "POST /id-to-fqname HTTP/1.1" 200 290 0.001989
10.0.0.33 - - [2026-06-08 03:12:55] "GET /virtual-network/d6927e01-0f7a-4cbf-8fb2-47c650e6dc56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2804 0.005749
10.0.0.33 - - [2026-06-08 03:12:55] "GET /virtual-network/d6927e01-0f7a-4cbf-8fb2-47c650e6dc56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2804 0.005946
10.0.0.33 - - [2026-06-08 03:12:56] "POST /neutron/subnet HTTP/1.1" 200 818 0.010985
10.0.0.33 - - [2026-06-08 03:12:56] "GET /virtual-network/d6927e01-0f7a-4cbf-8fb2-47c650e6dc56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2804 0.008213
10.0.0.249 - - [2026-06-08 03:12:57] "GET /obj-perms HTTP/1.1" 200 5080 0.064253
10.0.0.27 - - [2026-06-08 03:12:57] "GET /obj-perms HTTP/1.1" 200 5080 0.058157
10.0.0.33 - - [2026-06-08 03:12:57] "POST /id-to-fqname HTTP/1.1" 200 290 0.001658
10.0.0.33 - - [2026-06-08 03:12:57] "POST /neutron/network HTTP/1.1" 200 1121 0.010661
10.0.0.27 - - [2026-06-08 03:12:58] "GET /projects?obj_uuids=13f9d609-5470-4b10-a630-43ca0044405a&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.002038
10.0.0.33 - - [2026-06-08 03:12:58] "GET /project/13f9d609-5470-4b10-a630-43ca0044405a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.085028
10.0.0.33 - - [2026-06-08 03:12:58] "POST /neutron/port HTTP/1.1" 200 117 0.008566
10.0.0.33 - - [2026-06-08 03:12:58] "POST /id-to-fqname HTTP/1.1" 200 290 0.001760
10.0.0.33 - - [2026-06-08 03:12:59] "POST /neutron/network HTTP/1.1" 200 1121 0.009273
10.0.0.27 - - [2026-06-08 03:12:59] "GET /projects?obj_uuids=13f9d609-5470-4b10-a630-43ca0044405a&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.002165
10.0.0.33 - - [2026-06-08 03:12:59] "POST /neutron/port HTTP/1.1" 200 1190 0.479989
10.0.0.27 - - [2026-06-08 03:12:59] "GET /projects?obj_uuids=13f9d609-5470-4b10-a630-43ca0044405a&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001230
10.0.0.33 - - [2026-06-08 03:13:00] "GET /project/13f9d609-5470-4b10-a630-43ca0044405a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.080815
10.0.0.33 - - [2026-06-08 03:13:00] "POST /neutron/port HTTP/1.1" 200 1244 0.152069
10.0.0.33 - - [2026-06-08 03:13:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005993
10.0.0.33 - - [2026-06-08 03:13:00] "POST /neutron/subnet HTTP/1.1" 200 1374 0.021854
10.0.0.33 - - [2026-06-08 03:13:00] "POST /neutron/port HTTP/1.1" 200 117 0.008255
10.0.0.33 - - [2026-06-08 03:13:00] "POST /neutron/port HTTP/1.1" 200 1254 0.025102
10.0.0.27 - - [2026-06-08 03:13:00] "GET /projects?obj_uuids=13f9d609-5470-4b10-a630-43ca0044405a&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001222
10.0.0.33 - - [2026-06-08 03:13:00] "POST /neutron/security_group HTTP/1.1" 200 3454 0.062046
10.0.0.33 - - [2026-06-08 03:13:01] "POST /neutron/port HTTP/1.1" 200 1190 0.053571
10.0.0.33 - - [2026-06-08 03:13:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005951
10.0.0.33 - - [2026-06-08 03:13:01] "POST /neutron/port HTTP/1.1" 200 117 0.002194
10.0.0.33 - - [2026-06-08 03:13:05] "POST /neutron/port HTTP/1.1" 200 1254 0.020697
10.0.0.33 - - [2026-06-08 03:13:05] "POST /neutron/security_group HTTP/1.1" 200 1453 0.008532
10.0.0.33 - - [2026-06-08 03:13:05] "POST /neutron/port HTTP/1.1" 200 1254 0.018360
10.0.0.33 - - [2026-06-08 03:13:05] "GET /virtual-machine/2663e598-6254-4d8e-9ba8-e6634784caf9 HTTP/1.1" 401 292 0.000504
10.0.0.33 - - [2026-06-08 03:13:06] "GET /virtual-machine/2663e598-6254-4d8e-9ba8-e6634784caf9 HTTP/1.1" 200 1317 0.031207
10.0.0.33 - - [2026-06-08 03:13:06] "GET /virtual-machine/2663e598-6254-4d8e-9ba8-e6634784caf9 HTTP/1.1" 200 1317 0.004053
10.0.0.33 - - [2026-06-08 03:13:06] "GET /virtual-machine-interface/f8576794-a9d7-4a72-9241-a283fc0b6c94 HTTP/1.1" 200 3418 0.005240
10.0.0.33 - - [2026-06-08 03:13:06] "GET /virtual-machine/2663e598-6254-4d8e-9ba8-e6634784caf9 HTTP/1.1" 200 1317 0.004183
10.0.0.33 - - [2026-06-08 03:13:06] "GET /virtual-machine-interface/f8576794-a9d7-4a72-9241-a283fc0b6c94 HTTP/1.1" 200 3418 0.006650
10.0.0.33 - - [2026-06-08 03:13:06] "GET /instance-ip/01bfb954-f6fe-4839-91f0-0cfd56f02681 HTTP/1.1" 200 1732 0.007599
10.0.0.33 - - [2026-06-08 03:13:06] "GET /instance-ip/b60d30d8-fc03-4c90-a03f-b94c9b7a2675 HTTP/1.1" 200 1716 0.007260
10.0.0.33 - - [2026-06-08 03:13:06] "GET /virtual-machine/2663e598-6254-4d8e-9ba8-e6634784caf9 HTTP/1.1" 200 1317 0.004213
10.0.0.33 - - [2026-06-08 03:13:06] "GET /virtual-machine-interface/f8576794-a9d7-4a72-9241-a283fc0b6c94 HTTP/1.1" 200 3418 0.006809
10.0.0.33 - - [2026-06-08 03:13:06] "GET /instance-ip/01bfb954-f6fe-4839-91f0-0cfd56f02681 HTTP/1.1" 200 1732 0.004858
10.0.0.33 - - [2026-06-08 03:13:06] "GET /instance-ip/b60d30d8-fc03-4c90-a03f-b94c9b7a2675 HTTP/1.1" 200 1716 0.004550
10.0.0.33 - - [2026-06-08 03:13:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003971
10.0.0.33 - - [2026-06-08 03:13:06] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004524
10.0.0.33 - - [2026-06-08 03:13:06] "GET /virtual-networks?parent_id=13f9d609-5470-4b10-a630-43ca0044405a&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003433
10.0.0.33 - - [2026-06-08 03:13:06] "GET /virtual-network/d6927e01-0f7a-4cbf-8fb2-47c650e6dc56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2804 0.006859
10.0.0.33 - - [2026-06-08 03:13:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004486
10.0.0.33 - - [2026-06-08 03:13:06] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005713
10.0.0.33 - - [2026-06-08 03:13:06] "GET /virtual-networks?parent_id=13f9d609-5470-4b10-a630-43ca0044405a&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003702
10.0.0.33 - - [2026-06-08 03:13:06] "GET /virtual-network/d6927e01-0f7a-4cbf-8fb2-47c650e6dc56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2804 0.009477
10.0.0.33 - - [2026-06-08 03:13:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004102
10.0.0.33 - - [2026-06-08 03:13:06] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004972
10.0.0.33 - - [2026-06-08 03:13:06] "GET /virtual-networks?parent_id=13f9d609-5470-4b10-a630-43ca0044405a&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003677
10.0.0.33 - - [2026-06-08 03:13:06] "GET /virtual-network/d6927e01-0f7a-4cbf-8fb2-47c650e6dc56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2804 0.008155
10.0.0.33 - - [2026-06-08 03:13:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004885
10.0.0.33 - - [2026-06-08 03:13:06] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005456
10.0.0.33 - - [2026-06-08 03:13:06] "GET /virtual-networks?parent_id=13f9d609-5470-4b10-a630-43ca0044405a&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003925
10.0.0.33 - - [2026-06-08 03:13:06] "GET /virtual-network/d6927e01-0f7a-4cbf-8fb2-47c650e6dc56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2804 0.007811
10.0.0.33 - - [2026-06-08 03:13:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004010
10.0.0.33 - - [2026-06-08 03:13:06] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005898
10.0.0.33 - - [2026-06-08 03:13:06] "GET /virtual-networks?parent_id=13f9d609-5470-4b10-a630-43ca0044405a&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003986
10.0.0.33 - - [2026-06-08 03:13:06] "GET /virtual-network/d6927e01-0f7a-4cbf-8fb2-47c650e6dc56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2804 0.008936
10.0.0.33 - - [2026-06-08 03:13:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.005128
10.0.0.33 - - [2026-06-08 03:13:07] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006260
10.0.0.33 - - [2026-06-08 03:13:07] "GET /virtual-networks?parent_id=13f9d609-5470-4b10-a630-43ca0044405a&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.005119
10.0.0.33 - - [2026-06-08 03:13:07] "GET /virtual-network/d6927e01-0f7a-4cbf-8fb2-47c650e6dc56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2804 0.012242
10.0.0.33 - - [2026-06-08 03:13:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.006354
10.0.0.33 - - [2026-06-08 03:13:07] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006047
10.0.0.33 - - [2026-06-08 03:13:07] "GET /virtual-networks?parent_id=13f9d609-5470-4b10-a630-43ca0044405a&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003863
10.0.0.33 - - [2026-06-08 03:13:07] "GET /virtual-network/d6927e01-0f7a-4cbf-8fb2-47c650e6dc56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2804 0.011418
10.0.0.33 - - [2026-06-08 03:13:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004097
10.0.0.33 - - [2026-06-08 03:13:10] "GET /virtual-network/d6927e01-0f7a-4cbf-8fb2-47c650e6dc56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2804 0.005682
10.0.0.33 - - [2026-06-08 03:13:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004086
10.0.0.33 - - [2026-06-08 03:13:14] "GET /virtual-network/d6927e01-0f7a-4cbf-8fb2-47c650e6dc56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2804 0.007263
10.0.0.33 - - [2026-06-08 03:13:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004217
10.0.0.33 - - [2026-06-08 03:13:18] "GET /virtual-network/d6927e01-0f7a-4cbf-8fb2-47c650e6dc56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2804 0.007452
10.0.0.33 - - [2026-06-08 03:13:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.005867
10.0.0.33 - - [2026-06-08 03:13:22] "GET /virtual-network/d6927e01-0f7a-4cbf-8fb2-47c650e6dc56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2804 0.012632
10.0.0.33 - - [2026-06-08 03:13:25] "POST /neutron/port HTTP/1.1" 200 1254 0.035302
10.0.0.33 - - [2026-06-08 03:13:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004047
10.0.0.33 - - [2026-06-08 03:13:25] "POST /neutron/port HTTP/1.1" 200 1254 0.059985
10.0.0.33 - - [2026-06-08 03:13:25] "POST /neutron/network HTTP/1.1" 200 1111 0.013672
10.0.0.33 - - [2026-06-08 03:13:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005060
10.0.0.33 - - [2026-06-08 03:13:25] "POST /neutron/port HTTP/1.1" 200 117 0.001834
10.0.0.33 - - [2026-06-08 03:13:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.005049
10.0.0.33 - - [2026-06-08 03:13:26] "GET /virtual-network/d6927e01-0f7a-4cbf-8fb2-47c650e6dc56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2804 0.006769
10.0.0.33 - - [2026-06-08 03:13:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004703
10.0.0.33 - - [2026-06-08 03:13:30] "GET /virtual-network/d6927e01-0f7a-4cbf-8fb2-47c650e6dc56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2804 0.008376
10.0.0.27 - - [2026-06-08 03:13:31] "DELETE /project/13f9d60954704b10a63043ca0044405a HTTP/1.1" 404 173 0.107720
10.0.0.27 - - [2026-06-08 03:13:31] "GET /projects?obj_uuids=081153de-c98a-4551-a80d-fb06820faa32&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001329
10.0.0.27 - - [2026-06-08 03:13:31] "GET /project/081153de-c98a-4551-a80d-fb06820faa32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.097052
10.0.0.27 - - [2026-06-08 03:13:31] "GET /projects?obj_uuids=081153de-c98a-4551-a80d-fb06820faa32&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.010776
10.0.0.249 - - [2026-06-08 03:13:31] "DELETE /access-control-list/9c0d59f3-adef-4eb0-adb5-c631d10009a6 HTTP/1.1" 200 115 0.110544
10.0.0.27 - - [2026-06-08 03:13:31] "GET /project/081153de-c98a-4551-a80d-fb06820faa32?fields=security_groups HTTP/1.1" 200 1109 0.183963
10.0.0.27 - - [2026-06-08 03:13:32] "GET /projects?obj_uuids=081153de-c98a-4551-a80d-fb06820faa32&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003992
10.0.0.27 - - [2026-06-08 03:13:32] "GET /project/081153de-c98a-4551-a80d-fb06820faa32?fields=application_policy_sets HTTP/1.1" 404 203 0.036700
10.0.0.27 - - [2026-06-08 03:13:32] "DELETE /project/081153de-c98a-4551-a80d-fb06820faa32 HTTP/1.1" 404 171 0.538682
10.0.0.33 - - [2026-06-08 03:13:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003988
10.0.0.33 - - [2026-06-08 03:13:34] "GET /virtual-network/d6927e01-0f7a-4cbf-8fb2-47c650e6dc56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2804 0.006072
10.0.0.33 - - [2026-06-08 03:13:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003989
10.0.0.33 - - [2026-06-08 03:13:39] "GET /virtual-network/d6927e01-0f7a-4cbf-8fb2-47c650e6dc56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2804 0.005767
10.0.0.33 - - [2026-06-08 03:13:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004451
10.0.0.33 - - [2026-06-08 03:13:41] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006266
10.0.0.33 - - [2026-06-08 03:13:41] "GET /virtual-networks?parent_id=13f9d609-5470-4b10-a630-43ca0044405a&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.005439
10.0.0.33 - - [2026-06-08 03:13:41] "GET /virtual-network/d6927e01-0f7a-4cbf-8fb2-47c650e6dc56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2804 0.008300
10.0.0.33 - - [2026-06-08 03:13:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004437
10.0.0.33 - - [2026-06-08 03:13:41] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004933
10.0.0.33 - - [2026-06-08 03:13:41] "GET /virtual-networks?parent_id=13f9d609-5470-4b10-a630-43ca0044405a&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.005363
10.0.0.33 - - [2026-06-08 03:13:41] "GET /virtual-network/d6927e01-0f7a-4cbf-8fb2-47c650e6dc56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2804 0.010570
10.0.0.33 - - [2026-06-08 03:13:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004967
10.0.0.33 - - [2026-06-08 03:13:41] "GET /routing-instance/6b435f2b-381a-42cf-b5d8-ad97339a21ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.011370
10.0.0.33 - - [2026-06-08 03:13:41] "GET /route-target/7ae6657a-384c-459a-8ea0-b55022d94a08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.006322
10.0.0.33 - - [2026-06-08 03:13:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004990
10.0.0.33 - - [2026-06-08 03:13:41] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005065
10.0.0.33 - - [2026-06-08 03:13:41] "GET /virtual-networks?parent_id=13f9d609-5470-4b10-a630-43ca0044405a&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004358
10.0.0.33 - - [2026-06-08 03:13:41] "GET /virtual-network/d6927e01-0f7a-4cbf-8fb2-47c650e6dc56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2804 0.007520
10.0.0.33 - - [2026-06-08 03:13:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004681
10.0.0.33 - - [2026-06-08 03:13:41] "GET /routing-instance/6b435f2b-381a-42cf-b5d8-ad97339a21ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.006461
10.0.0.33 - - [2026-06-08 03:13:41] "GET /route-target/7ae6657a-384c-459a-8ea0-b55022d94a08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004485
10.0.0.33 - - [2026-06-08 03:13:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.005580
10.0.0.33 - - [2026-06-08 03:13:41] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006521
10.0.0.33 - - [2026-06-08 03:13:41] "GET /virtual-networks?parent_id=13f9d609-5470-4b10-a630-43ca0044405a&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.005355
10.0.0.33 - - [2026-06-08 03:13:41] "GET /virtual-network/d6927e01-0f7a-4cbf-8fb2-47c650e6dc56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2804 0.008459
10.0.0.33 - - [2026-06-08 03:13:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.005121
10.0.0.33 - - [2026-06-08 03:13:41] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005531
10.0.0.33 - - [2026-06-08 03:13:41] "GET /virtual-networks?parent_id=13f9d609-5470-4b10-a630-43ca0044405a&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004937
10.0.0.33 - - [2026-06-08 03:13:41] "GET /virtual-network/d6927e01-0f7a-4cbf-8fb2-47c650e6dc56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2804 0.008497
10.0.0.33 - - [2026-06-08 03:13:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.005482
10.0.0.33 - - [2026-06-08 03:13:41] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.008099
10.0.0.33 - - [2026-06-08 03:13:41] "GET /virtual-networks?parent_id=13f9d609-5470-4b10-a630-43ca0044405a&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.005277
10.0.0.33 - - [2026-06-08 03:13:42] "GET /virtual-network/d6927e01-0f7a-4cbf-8fb2-47c650e6dc56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2804 0.009139
10.0.0.33 - - [2026-06-08 03:13:42] "GET /obj-perms HTTP/1.1" 200 5080 0.056575
10.0.0.27 - - [2026-06-08 03:13:42] "GET /obj-perms HTTP/1.1" 200 5080 0.008141
10.0.0.33 - - [2026-06-08 03:13:42] "GET /obj-perms HTTP/1.1" 200 5080 0.007063
10.0.0.27 - - [2026-06-08 03:13:42] "GET /obj-perms HTTP/1.1" 200 5080 0.006454
10.0.0.33 - - [2026-06-08 03:13:42] "GET /obj-perms HTTP/1.1" 200 5080 0.006623
10.0.0.33 - - [2026-06-08 03:13:42] "GET /virtual-machine/2663e598-6254-4d8e-9ba8-e6634784caf9 HTTP/1.1" 200 1317 0.004585
10.0.0.33 - - [2026-06-08 03:13:42] "GET /virtual-machine-interface/f8576794-a9d7-4a72-9241-a283fc0b6c94 HTTP/1.1" 200 3418 0.006858
10.0.0.33 - - [2026-06-08 03:13:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.006211
10.0.0.33 - - [2026-06-08 03:13:42] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007806
10.0.0.33 - - [2026-06-08 03:13:42] "GET /virtual-networks?parent_id=13f9d609-5470-4b10-a630-43ca0044405a&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.005366
10.0.0.33 - - [2026-06-08 03:13:42] "GET /virtual-network/d6927e01-0f7a-4cbf-8fb2-47c650e6dc56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2804 0.007628
10.0.0.33 - - [2026-06-08 03:13:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.007957
10.0.0.33 - - [2026-06-08 03:13:43] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006092
10.0.0.33 - - [2026-06-08 03:13:43] "GET /virtual-networks?parent_id=13f9d609-5470-4b10-a630-43ca0044405a&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.005042
10.0.0.33 - - [2026-06-08 03:13:43] "GET /virtual-network/d6927e01-0f7a-4cbf-8fb2-47c650e6dc56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2804 0.016066
10.0.0.33 - - [2026-06-08 03:13:44] "POST /neutron/security_group HTTP/1.1" 200 1453 0.013782
10.0.0.33 - - [2026-06-08 03:13:52] "POST /neutron/port HTTP/1.1" 200 1254 0.056843
10.0.0.33 - - [2026-06-08 03:13:54] "POST /neutron/security_group HTTP/1.1" 200 1453 0.013853
10.0.0.33 - - [2026-06-08 03:14:00] "POST /neutron/port HTTP/1.1" 200 1254 0.024659
10.0.0.33 - - [2026-06-08 03:14:04] "POST /neutron/security_group HTTP/1.1" 200 1453 0.010423
10.0.0.33 - - [2026-06-08 03:14:05] "POST /neutron/port HTTP/1.1" 200 1254 0.033900
10.0.0.33 - - [2026-06-08 03:14:05] "POST /neutron/security_group HTTP/1.1" 200 1453 0.010439
10.0.0.33 - - [2026-06-08 03:14:05] "GET /virtual-machine/1077bdf9-efc5-48b6-b225-402fd187cfda HTTP/1.1" 200 1317 0.007723
10.0.0.33 - - [2026-06-08 03:14:05] "GET /virtual-machine/1077bdf9-efc5-48b6-b225-402fd187cfda HTTP/1.1" 200 1317 0.004304
10.0.0.33 - - [2026-06-08 03:14:05] "GET /virtual-machine-interface/b84479da-d4c7-4a58-9f43-2d0c3a22c5df HTTP/1.1" 200 3418 0.008338
10.0.0.33 - - [2026-06-08 03:14:05] "GET /virtual-machine/1077bdf9-efc5-48b6-b225-402fd187cfda HTTP/1.1" 200 1317 0.005800
10.0.0.33 - - [2026-06-08 03:14:05] "GET /virtual-machine-interface/b84479da-d4c7-4a58-9f43-2d0c3a22c5df HTTP/1.1" 200 3418 0.007061
10.0.0.33 - - [2026-06-08 03:14:05] "GET /instance-ip/599825e0-1163-4658-b447-55955579df36 HTTP/1.1" 200 1715 0.009176
10.0.0.33 - - [2026-06-08 03:14:05] "GET /instance-ip/d554d29e-9daf-4c1a-b06a-dd852e24cd9a HTTP/1.1" 200 1734 0.008805
10.0.0.33 - - [2026-06-08 03:14:05] "GET /virtual-machine/1077bdf9-efc5-48b6-b225-402fd187cfda HTTP/1.1" 200 1317 0.006516
10.0.0.33 - - [2026-06-08 03:14:05] "GET /virtual-machine-interface/b84479da-d4c7-4a58-9f43-2d0c3a22c5df HTTP/1.1" 200 3418 0.007083
10.0.0.33 - - [2026-06-08 03:14:05] "GET /instance-ip/599825e0-1163-4658-b447-55955579df36 HTTP/1.1" 200 1715 0.006259
10.0.0.33 - - [2026-06-08 03:14:05] "GET /instance-ip/d554d29e-9daf-4c1a-b06a-dd852e24cd9a HTTP/1.1" 200 1734 0.005603
10.0.0.33 - - [2026-06-08 03:14:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004277
10.0.0.33 - - [2026-06-08 03:14:05] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005535
10.0.0.33 - - [2026-06-08 03:14:05] "GET /virtual-networks?parent_id=13f9d609-5470-4b10-a630-43ca0044405a&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004538
10.0.0.33 - - [2026-06-08 03:14:05] "GET /virtual-network/d6927e01-0f7a-4cbf-8fb2-47c650e6dc56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2804 0.006740
10.0.0.33 - - [2026-06-08 03:14:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004407
10.0.0.33 - - [2026-06-08 03:14:05] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006951
10.0.0.33 - - [2026-06-08 03:14:05] "GET /virtual-networks?parent_id=13f9d609-5470-4b10-a630-43ca0044405a&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.005500
10.0.0.33 - - [2026-06-08 03:14:05] "GET /virtual-network/d6927e01-0f7a-4cbf-8fb2-47c650e6dc56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2804 0.010806
10.0.0.33 - - [2026-06-08 03:14:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.006245
10.0.0.33 - - [2026-06-08 03:14:05] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006678
10.0.0.33 - - [2026-06-08 03:14:05] "GET /virtual-networks?parent_id=13f9d609-5470-4b10-a630-43ca0044405a&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.006300
10.0.0.33 - - [2026-06-08 03:14:05] "GET /virtual-network/d6927e01-0f7a-4cbf-8fb2-47c650e6dc56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2804 0.009581
10.0.0.33 - - [2026-06-08 03:14:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005128
10.0.0.33 - - [2026-06-08 03:14:05] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.009241
10.0.0.33 - - [2026-06-08 03:14:05] "GET /virtual-networks?parent_id=13f9d609-5470-4b10-a630-43ca0044405a&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.006096
10.0.0.33 - - [2026-06-08 03:14:05] "GET /virtual-network/d6927e01-0f7a-4cbf-8fb2-47c650e6dc56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2804 0.009211
10.0.0.33 - - [2026-06-08 03:14:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.006882
10.0.0.33 - - [2026-06-08 03:14:05] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007194
10.0.0.33 - - [2026-06-08 03:14:05] "GET /virtual-networks?parent_id=13f9d609-5470-4b10-a630-43ca0044405a&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004973
10.0.0.33 - - [2026-06-08 03:14:05] "GET /virtual-network/d6927e01-0f7a-4cbf-8fb2-47c650e6dc56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2804 0.008613
10.0.0.33 - - [2026-06-08 03:14:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005419
10.0.0.33 - - [2026-06-08 03:14:06] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.009216
10.0.0.33 - - [2026-06-08 03:14:06] "GET /virtual-networks?parent_id=13f9d609-5470-4b10-a630-43ca0044405a&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.005892
10.0.0.33 - - [2026-06-08 03:14:06] "GET /virtual-network/d6927e01-0f7a-4cbf-8fb2-47c650e6dc56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2804 0.008669
10.0.0.33 - - [2026-06-08 03:14:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.006357
10.0.0.33 - - [2026-06-08 03:14:06] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006718
10.0.0.33 - - [2026-06-08 03:14:06] "GET /virtual-networks?parent_id=13f9d609-5470-4b10-a630-43ca0044405a&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.005521
10.0.0.33 - - [2026-06-08 03:14:06] "GET /virtual-network/d6927e01-0f7a-4cbf-8fb2-47c650e6dc56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2804 0.007070
10.0.0.33 - - [2026-06-08 03:14:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005121
10.0.0.33 - - [2026-06-08 03:14:07] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005320
10.0.0.33 - - [2026-06-08 03:14:07] "GET /virtual-networks?parent_id=13f9d609-5470-4b10-a630-43ca0044405a&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004549
10.0.0.33 - - [2026-06-08 03:14:07] "GET /virtual-network/d6927e01-0f7a-4cbf-8fb2-47c650e6dc56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2804 0.008762
10.0.0.33 - - [2026-06-08 03:14:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004739
10.0.0.33 - - [2026-06-08 03:14:07] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006406
10.0.0.33 - - [2026-06-08 03:14:07] "GET /virtual-networks?parent_id=13f9d609-5470-4b10-a630-43ca0044405a&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.006395
10.0.0.33 - - [2026-06-08 03:14:07] "GET /virtual-network/d6927e01-0f7a-4cbf-8fb2-47c650e6dc56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2804 0.009434
10.0.0.33 - - [2026-06-08 03:14:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005325
10.0.0.33 - - [2026-06-08 03:14:07] "GET /routing-instance/6b435f2b-381a-42cf-b5d8-ad97339a21ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.008295
10.0.0.33 - - [2026-06-08 03:14:07] "GET /route-target/7ae6657a-384c-459a-8ea0-b55022d94a08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005784
10.0.0.33 - - [2026-06-08 03:14:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005190
10.0.0.33 - - [2026-06-08 03:14:07] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005610
10.0.0.33 - - [2026-06-08 03:14:07] "GET /virtual-networks?parent_id=13f9d609-5470-4b10-a630-43ca0044405a&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003957
10.0.0.33 - - [2026-06-08 03:14:07] "GET /virtual-network/d6927e01-0f7a-4cbf-8fb2-47c650e6dc56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2804 0.009710
10.0.0.33 - - [2026-06-08 03:14:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.013562
10.0.0.33 - - [2026-06-08 03:14:07] "GET /routing-instance/6b435f2b-381a-42cf-b5d8-ad97339a21ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.006094
10.0.0.33 - - [2026-06-08 03:14:07] "GET /route-target/7ae6657a-384c-459a-8ea0-b55022d94a08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005354
10.0.0.249 - - [2026-06-08 03:14:07] "GET /obj-perms HTTP/1.1" 200 5056 0.056860
10.0.0.33 - - [2026-06-08 03:14:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004816
10.0.0.33 - - [2026-06-08 03:14:07] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004854
10.0.0.33 - - [2026-06-08 03:14:07] "GET /virtual-networks?parent_id=13f9d609-5470-4b10-a630-43ca0044405a&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004282
10.0.0.33 - - [2026-06-08 03:14:08] "GET /virtual-network/d6927e01-0f7a-4cbf-8fb2-47c650e6dc56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2804 0.007906
10.0.0.33 - - [2026-06-08 03:14:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004117
10.0.0.33 - - [2026-06-08 03:14:08] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006820
10.0.0.33 - - [2026-06-08 03:14:08] "GET /virtual-networks?parent_id=13f9d609-5470-4b10-a630-43ca0044405a&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004727
10.0.0.33 - - [2026-06-08 03:14:08] "GET /virtual-network/d6927e01-0f7a-4cbf-8fb2-47c650e6dc56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2804 0.008824
10.0.0.33 - - [2026-06-08 03:14:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005944
10.0.0.33 - - [2026-06-08 03:14:08] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004975
10.0.0.33 - - [2026-06-08 03:14:08] "GET /virtual-networks?parent_id=13f9d609-5470-4b10-a630-43ca0044405a&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003676
10.0.0.33 - - [2026-06-08 03:14:08] "GET /virtual-network/d6927e01-0f7a-4cbf-8fb2-47c650e6dc56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2804 0.007656
10.0.0.33 - - [2026-06-08 03:14:08] "GET /obj-perms HTTP/1.1" 200 5080 0.004295
10.0.0.27 - - [2026-06-08 03:14:08] "GET /obj-perms HTTP/1.1" 200 5080 0.005176
10.0.0.33 - - [2026-06-08 03:14:08] "GET /obj-perms HTTP/1.1" 200 5080 0.007599
10.0.0.249 - - [2026-06-08 03:14:08] "GET /obj-perms HTTP/1.1" 200 5080 0.004550
10.0.0.33 - - [2026-06-08 03:14:08] "GET /virtual-machine/1077bdf9-efc5-48b6-b225-402fd187cfda HTTP/1.1" 200 1317 0.004702
10.0.0.33 - - [2026-06-08 03:14:08] "GET /virtual-machine-interface/b84479da-d4c7-4a58-9f43-2d0c3a22c5df HTTP/1.1" 200 3418 0.009628
10.0.0.33 - - [2026-06-08 03:14:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004126
10.0.0.33 - - [2026-06-08 03:14:08] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004282
10.0.0.33 - - [2026-06-08 03:14:08] "GET /virtual-networks?parent_id=13f9d609-5470-4b10-a630-43ca0044405a&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004091
10.0.0.33 - - [2026-06-08 03:14:08] "GET /virtual-network/d6927e01-0f7a-4cbf-8fb2-47c650e6dc56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2804 0.007356
10.0.0.33 - - [2026-06-08 03:14:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.006073
10.0.0.33 - - [2026-06-08 03:14:09] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.008808
10.0.0.33 - - [2026-06-08 03:14:09] "GET /virtual-networks?parent_id=13f9d609-5470-4b10-a630-43ca0044405a&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.005696
10.0.0.33 - - [2026-06-08 03:14:09] "GET /virtual-network/d6927e01-0f7a-4cbf-8fb2-47c650e6dc56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2804 0.008087
10.0.0.33 - - [2026-06-08 03:14:10] "GET /virtual-machine/2663e598-6254-4d8e-9ba8-e6634784caf9 HTTP/1.1" 200 1317 0.006484
10.0.0.33 - - [2026-06-08 03:14:10] "GET /virtual-machine-interface/f8576794-a9d7-4a72-9241-a283fc0b6c94 HTTP/1.1" 200 3418 0.006617
10.0.0.33 - - [2026-06-08 03:14:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004432
10.0.0.33 - - [2026-06-08 03:14:10] "GET /security-group/2d012812-2aed-45b8-a0cc-205481985d7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2736 0.005800
10.0.0.33 - - [2026-06-08 03:14:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004936
10.0.0.33 - - [2026-06-08 03:14:10] "GET /security-group/2d012812-2aed-45b8-a0cc-205481985d7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2736 0.004777
10.0.0.33 - - [2026-06-08 03:14:10] "POST /neutron/port HTTP/1.1" 200 1254 0.019381
10.0.0.33 - - [2026-06-08 03:14:10] "POST /neutron/port HTTP/1.1" 200 1206 0.087579
10.0.0.33 - - [2026-06-08 03:14:10] "GET /virtual-machine/2663e598-6254-4d8e-9ba8-e6634784caf9 HTTP/1.1" 200 1317 0.005395
10.0.0.33 - - [2026-06-08 03:14:10] "GET /virtual-machine-interface/f8576794-a9d7-4a72-9241-a283fc0b6c94 HTTP/1.1" 200 3362 0.007312
10.0.0.33 - - [2026-06-08 03:14:10] "POST /neutron/port HTTP/1.1" 200 1206 0.028154
10.0.0.33 - - [2026-06-08 03:14:10] "GET /virtual-machine/2663e598-6254-4d8e-9ba8-e6634784caf9 HTTP/1.1" 200 1317 0.015418
10.0.0.33 - - [2026-06-08 03:14:10] "GET /virtual-machine-interface/f8576794-a9d7-4a72-9241-a283fc0b6c94 HTTP/1.1" 200 3418 0.010878
10.0.0.33 - - [2026-06-08 03:14:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.010517
10.0.0.33 - - [2026-06-08 03:14:10] "GET /security-group/2d012812-2aed-45b8-a0cc-205481985d7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2736 0.009162
10.0.0.33 - - [2026-06-08 03:14:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.007086
10.0.0.33 - - [2026-06-08 03:14:10] "GET /security-group/2d012812-2aed-45b8-a0cc-205481985d7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2736 0.007641
10.0.0.33 - - [2026-06-08 03:14:10] "POST /neutron/security_group HTTP/1.1" 200 1479 0.010839
10.0.0.33 - - [2026-06-08 03:14:11] "POST /fqname-to-id HTTP/1.1" 404 249 0.005150
10.0.0.33 - - [2026-06-08 03:14:11] "POST /fqname-to-id HTTP/1.1" 404 249 0.004951
10.0.0.33 - - [2026-06-08 03:14:11] "POST /neutron/security_group HTTP/1.1" 200 117 0.009626
10.0.0.27 - - [2026-06-08 03:14:11] "GET /projects?obj_uuids=13f9d609-5470-4b10-a630-43ca0044405a&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001119
10.0.0.33 - - [2026-06-08 03:14:11] "POST /neutron/security_group HTTP/1.1" 200 153 0.056991
10.0.0.33 - - [2026-06-08 03:14:13] "POST /neutron/network HTTP/1.1" 200 1111 0.010576
10.0.0.33 - - [2026-06-08 03:14:15] "POST /neutron/network HTTP/1.1" 400 204 0.019247
10.0.0.33 - - [2026-06-08 03:14:19] "POST /neutron/network HTTP/1.1" 200 1111 0.014123
10.0.0.33 - - [2026-06-08 03:14:22] "POST /neutron/network HTTP/1.1" 400 204 0.020428
10.0.0.33 - - [2026-06-08 03:14:25] "POST /neutron/port HTTP/1.1" 200 1216 0.061062
10.0.0.33 - - [2026-06-08 03:14:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005577
10.0.0.33 - - [2026-06-08 03:14:25] "POST /neutron/port HTTP/1.1" 200 117 0.001893
10.0.0.33 - - [2026-06-08 03:14:26] "POST /neutron/network HTTP/1.1" 200 1111 0.015490
10.0.0.33 - - [2026-06-08 03:14:26] "POST /neutron/port HTTP/1.1" 200 1216 0.031455
10.0.0.33 - - [2026-06-08 03:14:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005816
10.0.0.33 - - [2026-06-08 03:14:26] "POST /neutron/port HTTP/1.1" 200 117 0.002601
10.0.0.33 - - [2026-06-08 03:14:28] "POST /neutron/network HTTP/1.1" 400 204 0.016307
10.0.0.33 - - [2026-06-08 03:14:32] "POST /neutron/network HTTP/1.1" 200 1111 0.012218
10.0.0.33 - - [2026-06-08 03:14:34] "POST /neutron/network HTTP/1.1" 400 204 0.021199
10.0.0.33 - - [2026-06-08 03:14:38] "POST /neutron/network HTTP/1.1" 200 1111 0.018456
10.0.0.33 - - [2026-06-08 03:14:40] "POST /neutron/network HTTP/1.1" 400 204 0.016811
10.0.0.33 - - [2026-06-08 03:14:44] "POST /neutron/network HTTP/1.1" 200 1111 0.011820
10.0.0.33 - - [2026-06-08 03:14:46] "POST /neutron/network HTTP/1.1" 400 204 0.021450
10.0.0.33 - - [2026-06-08 03:14:50] "POST /neutron/network HTTP/1.1" 200 1111 0.014662
10.0.0.33 - - [2026-06-08 03:14:52] "POST /neutron/network HTTP/1.1" 400 204 0.020628
10.0.0.33 - - [2026-06-08 03:14:56] "POST /neutron/network HTTP/1.1" 200 1111 0.015759
10.0.0.33 - - [2026-06-08 03:14:58] "POST /neutron/network HTTP/1.1" 400 204 0.017565
10.0.0.33 - - [2026-06-08 03:15:03] "POST /neutron/network HTTP/1.1" 200 1111 0.011381
10.0.0.27 - - [2026-06-08 03:15:08] "GET /obj-perms HTTP/1.1" 200 5056 0.061578
10.0.0.33 - - [2026-06-08 03:15:08] "GET /obj-perms HTTP/1.1" 200 5056 0.060999
10.0.0.33 - - [2026-06-08 03:15:25] "POST /neutron/port HTTP/1.1" 200 1216 0.021185
10.0.0.33 - - [2026-06-08 03:15:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005135
10.0.0.33 - - [2026-06-08 03:15:25] "POST /neutron/port HTTP/1.1" 200 117 0.001594
10.0.0.33 - - [2026-06-08 03:15:26] "POST /neutron/port HTTP/1.1" 200 1216 0.021047
10.0.0.33 - - [2026-06-08 03:15:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004088
10.0.0.33 - - [2026-06-08 03:15:26] "POST /neutron/port HTTP/1.1" 200 117 0.001247
10.0.0.27 - - [2026-06-08 03:15:54] "GET /projects?obj_uuids=13f9d609-5470-4b10-a630-43ca0044405a&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001349
10.0.0.33 - - [2026-06-08 03:15:54] "GET /project/13f9d609-5470-4b10-a630-43ca0044405a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.092640
10.0.0.27 - - [2026-06-08 03:15:54] "GET /projects?obj_uuids=13f9d609-5470-4b10-a630-43ca0044405a&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001383
10.0.0.33 - - [2026-06-08 03:15:54] "GET /project/13f9d609-5470-4b10-a630-43ca0044405a?fields=virtual_networks HTTP/1.1" 200 1390 0.055632
10.0.0.27 - - [2026-06-08 03:15:56] "GET /projects?obj_uuids=13f9d609-5470-4b10-a630-43ca0044405a&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001150
10.0.0.33 - - [2026-06-08 03:15:56] "GET /project/13f9d609-5470-4b10-a630-43ca0044405a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.052370
10.0.0.27 - - [2026-06-08 03:15:56] "GET /projects?obj_uuids=13f9d609-5470-4b10-a630-43ca0044405a&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001304
10.0.0.33 - - [2026-06-08 03:15:56] "GET /project/13f9d609-5470-4b10-a630-43ca0044405a?fields=virtual_networks HTTP/1.1" 200 1390 0.040381
10.0.0.27 - - [2026-06-08 03:15:58] "GET /projects?obj_uuids=13f9d609-5470-4b10-a630-43ca0044405a&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.002598
10.0.0.33 - - [2026-06-08 03:15:58] "GET /project/13f9d609-5470-4b10-a630-43ca0044405a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.052656
10.0.0.27 - - [2026-06-08 03:15:58] "GET /projects?obj_uuids=13f9d609-5470-4b10-a630-43ca0044405a&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001785
10.0.0.33 - - [2026-06-08 03:15:58] "GET /project/13f9d609-5470-4b10-a630-43ca0044405a?fields=virtual_networks HTTP/1.1" 200 1390 0.053381
10.0.0.27 - - [2026-06-08 03:16:00] "GET /projects?obj_uuids=13f9d609-5470-4b10-a630-43ca0044405a&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001380
10.0.0.33 - - [2026-06-08 03:16:01] "GET /project/13f9d609-5470-4b10-a630-43ca0044405a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.044950
10.0.0.27 - - [2026-06-08 03:16:01] "GET /projects?obj_uuids=13f9d609-5470-4b10-a630-43ca0044405a&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001406
10.0.0.33 - - [2026-06-08 03:16:01] "GET /project/13f9d609-5470-4b10-a630-43ca0044405a?fields=virtual_networks HTTP/1.1" 200 1390 0.055337
10.0.0.27 - - [2026-06-08 03:16:03] "GET /projects?obj_uuids=13f9d609-5470-4b10-a630-43ca0044405a&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001274
10.0.0.33 - - [2026-06-08 03:16:03] "GET /project/13f9d609-5470-4b10-a630-43ca0044405a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.046347
10.0.0.27 - - [2026-06-08 03:16:03] "GET /projects?obj_uuids=13f9d609-5470-4b10-a630-43ca0044405a&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001071
10.0.0.33 - - [2026-06-08 03:16:03] "GET /project/13f9d609-5470-4b10-a630-43ca0044405a?fields=virtual_networks HTTP/1.1" 200 1390 0.048151
10.0.0.27 - - [2026-06-08 03:16:05] "GET /projects?obj_uuids=13f9d609-5470-4b10-a630-43ca0044405a&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001211
10.0.0.33 - - [2026-06-08 03:16:05] "GET /project/13f9d609-5470-4b10-a630-43ca0044405a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.042876
10.0.0.27 - - [2026-06-08 03:16:05] "GET /projects?obj_uuids=13f9d609-5470-4b10-a630-43ca0044405a&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001171
10.0.0.33 - - [2026-06-08 03:16:05] "GET /project/13f9d609-5470-4b10-a630-43ca0044405a?fields=virtual_networks HTTP/1.1" 200 1390 0.049808
10.0.0.27 - - [2026-06-08 03:16:07] "GET /projects?obj_uuids=13f9d609-5470-4b10-a630-43ca0044405a&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001271
10.0.0.33 - - [2026-06-08 03:16:07] "GET /project/13f9d609-5470-4b10-a630-43ca0044405a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.040339
10.0.0.27 - - [2026-06-08 03:16:07] "GET /projects?obj_uuids=13f9d609-5470-4b10-a630-43ca0044405a&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001023
10.0.0.33 - - [2026-06-08 03:16:07] "GET /project/13f9d609-5470-4b10-a630-43ca0044405a?fields=virtual_networks HTTP/1.1" 200 1390 0.047759
10.0.0.27 - - [2026-06-08 03:16:09] "GET /projects?obj_uuids=13f9d609-5470-4b10-a630-43ca0044405a&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001741
10.0.0.33 - - [2026-06-08 03:16:09] "GET /project/13f9d609-5470-4b10-a630-43ca0044405a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.063263
10.0.0.27 - - [2026-06-08 03:16:09] "GET /projects?obj_uuids=13f9d609-5470-4b10-a630-43ca0044405a&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001158
10.0.0.33 - - [2026-06-08 03:16:09] "GET /project/13f9d609-5470-4b10-a630-43ca0044405a?fields=virtual_networks HTTP/1.1" 200 1390 0.069062
10.0.0.27 - - [2026-06-08 03:16:11] "GET /projects?obj_uuids=13f9d609-5470-4b10-a630-43ca0044405a&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001114
10.0.0.33 - - [2026-06-08 03:16:11] "GET /project/13f9d609-5470-4b10-a630-43ca0044405a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.062038
10.0.0.27 - - [2026-06-08 03:16:11] "GET /projects?obj_uuids=13f9d609-5470-4b10-a630-43ca0044405a&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001558
10.0.0.33 - - [2026-06-08 03:16:11] "GET /project/13f9d609-5470-4b10-a630-43ca0044405a?fields=virtual_networks HTTP/1.1" 200 1390 0.055314
10.0.0.27 - - [2026-06-08 03:16:13] "GET /projects?obj_uuids=13f9d609-5470-4b10-a630-43ca0044405a&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001330
10.0.0.33 - - [2026-06-08 03:16:13] "GET /project/13f9d609-5470-4b10-a630-43ca0044405a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.051903
10.0.0.27 - - [2026-06-08 03:16:13] "GET /projects?obj_uuids=13f9d609-5470-4b10-a630-43ca0044405a&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001364
10.0.0.33 - - [2026-06-08 03:16:13] "GET /project/13f9d609-5470-4b10-a630-43ca0044405a?fields=virtual_networks HTTP/1.1" 200 1390 0.047714
10.0.0.27 - - [2026-06-08 03:16:16] "GET /projects?obj_uuids=13f9d609-5470-4b10-a630-43ca0044405a&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001133
10.0.0.33 - - [2026-06-08 03:16:16] "GET /project/13f9d609-5470-4b10-a630-43ca0044405a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.044154
10.0.0.27 - - [2026-06-08 03:16:16] "GET /projects?obj_uuids=13f9d609-5470-4b10-a630-43ca0044405a&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000900
10.0.0.33 - - [2026-06-08 03:16:16] "GET /project/13f9d609-5470-4b10-a630-43ca0044405a?fields=virtual_networks HTTP/1.1" 200 1390 0.044948
10.0.0.27 - - [2026-06-08 03:16:18] "GET /projects?obj_uuids=13f9d609-5470-4b10-a630-43ca0044405a&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001389
10.0.0.33 - - [2026-06-08 03:16:18] "GET /project/13f9d609-5470-4b10-a630-43ca0044405a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.045928
10.0.0.27 - - [2026-06-08 03:16:18] "GET /projects?obj_uuids=13f9d609-5470-4b10-a630-43ca0044405a&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001190
10.0.0.33 - - [2026-06-08 03:16:18] "GET /project/13f9d609-5470-4b10-a630-43ca0044405a?fields=virtual_networks HTTP/1.1" 200 1390 0.055995
10.0.0.27 - - [2026-06-08 03:16:20] "GET /projects?obj_uuids=13f9d609-5470-4b10-a630-43ca0044405a&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001073
10.0.0.33 - - [2026-06-08 03:16:20] "GET /project/13f9d609-5470-4b10-a630-43ca0044405a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.038937
10.0.0.27 - - [2026-06-08 03:16:20] "GET /projects?obj_uuids=13f9d609-5470-4b10-a630-43ca0044405a&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001213
10.0.0.33 - - [2026-06-08 03:16:20] "GET /project/13f9d609-5470-4b10-a630-43ca0044405a?fields=virtual_networks HTTP/1.1" 200 1390 0.034496
10.0.0.27 - - [2026-06-08 03:16:22] "GET /projects?obj_uuids=13f9d609-5470-4b10-a630-43ca0044405a&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001039
10.0.0.33 - - [2026-06-08 03:16:22] "GET /project/13f9d609-5470-4b10-a630-43ca0044405a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.040680
10.0.0.27 - - [2026-06-08 03:16:22] "GET /projects?obj_uuids=13f9d609-5470-4b10-a630-43ca0044405a&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001508
10.0.0.33 - - [2026-06-08 03:16:22] "GET /project/13f9d609-5470-4b10-a630-43ca0044405a?fields=virtual_networks HTTP/1.1" 200 1390 0.045118
10.0.0.27 - - [2026-06-08 03:16:24] "GET /projects?obj_uuids=13f9d609-5470-4b10-a630-43ca0044405a&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001075
10.0.0.33 - - [2026-06-08 03:16:24] "GET /project/13f9d609-5470-4b10-a630-43ca0044405a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.038789
10.0.0.27 - - [2026-06-08 03:16:24] "GET /projects?obj_uuids=13f9d609-5470-4b10-a630-43ca0044405a&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001419
10.0.0.33 - - [2026-06-08 03:16:24] "GET /project/13f9d609-5470-4b10-a630-43ca0044405a?fields=virtual_networks HTTP/1.1" 200 1390 0.041300
10.0.0.33 - - [2026-06-08 03:16:26] "POST /neutron/port HTTP/1.1" 200 1216 0.020658
10.0.0.33 - - [2026-06-08 03:16:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004031
10.0.0.33 - - [2026-06-08 03:16:26] "POST /neutron/port HTTP/1.1" 200 117 0.001259
10.0.0.27 - - [2026-06-08 03:16:26] "GET /projects?obj_uuids=13f9d609-5470-4b10-a630-43ca0044405a&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001121
10.0.0.33 - - [2026-06-08 03:16:26] "GET /project/13f9d609-5470-4b10-a630-43ca0044405a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.046115
10.0.0.27 - - [2026-06-08 03:16:26] "GET /projects?obj_uuids=13f9d609-5470-4b10-a630-43ca0044405a&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000926
10.0.0.33 - - [2026-06-08 03:16:26] "GET /project/13f9d609-5470-4b10-a630-43ca0044405a?fields=virtual_networks HTTP/1.1" 200 1390 0.033764
10.0.0.33 - - [2026-06-08 03:16:27] "POST /neutron/port HTTP/1.1" 200 1216 0.017966
10.0.0.33 - - [2026-06-08 03:16:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003751
10.0.0.33 - - [2026-06-08 03:16:27] "POST /neutron/port HTTP/1.1" 200 117 0.001129
10.0.0.27 - - [2026-06-08 03:16:28] "GET /projects?obj_uuids=13f9d609-5470-4b10-a630-43ca0044405a&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001415
10.0.0.33 - - [2026-06-08 03:16:28] "GET /project/13f9d609-5470-4b10-a630-43ca0044405a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.051322
10.0.0.27 - - [2026-06-08 03:16:28] "GET /projects?obj_uuids=13f9d609-5470-4b10-a630-43ca0044405a&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001390
10.0.0.33 - - [2026-06-08 03:16:28] "GET /project/13f9d609-5470-4b10-a630-43ca0044405a?fields=virtual_networks HTTP/1.1" 200 1390 0.055189
10.0.0.27 - - [2026-06-08 03:16:31] "GET /projects?obj_uuids=13f9d609-5470-4b10-a630-43ca0044405a&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001076
10.0.0.33 - - [2026-06-08 03:16:31] "GET /project/13f9d609-5470-4b10-a630-43ca0044405a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.044463
10.0.0.27 - - [2026-06-08 03:16:31] "GET /projects?obj_uuids=13f9d609-5470-4b10-a630-43ca0044405a&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001171
10.0.0.33 - - [2026-06-08 03:16:31] "GET /project/13f9d609-5470-4b10-a630-43ca0044405a?fields=virtual_networks HTTP/1.1" 200 1390 0.041031
10.0.0.27 - - [2026-06-08 03:16:33] "GET /projects?obj_uuids=13f9d609-5470-4b10-a630-43ca0044405a&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001124
10.0.0.33 - - [2026-06-08 03:16:33] "GET /project/13f9d609-5470-4b10-a630-43ca0044405a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.042417
10.0.0.27 - - [2026-06-08 03:16:33] "GET /projects?obj_uuids=13f9d609-5470-4b10-a630-43ca0044405a&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000961
10.0.0.33 - - [2026-06-08 03:16:33] "GET /project/13f9d609-5470-4b10-a630-43ca0044405a?fields=virtual_networks HTTP/1.1" 200 1390 0.035800
10.0.0.27 - - [2026-06-08 03:16:35] "GET /projects?obj_uuids=13f9d609-5470-4b10-a630-43ca0044405a&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001351
10.0.0.33 - - [2026-06-08 03:16:35] "GET /project/13f9d609-5470-4b10-a630-43ca0044405a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.064970
10.0.0.27 - - [2026-06-08 03:16:35] "GET /projects?obj_uuids=13f9d609-5470-4b10-a630-43ca0044405a&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.002292
10.0.0.33 - - [2026-06-08 03:16:35] "GET /project/13f9d609-5470-4b10-a630-43ca0044405a?fields=virtual_networks HTTP/1.1" 200 1390 0.079452
10.0.0.27 - - [2026-06-08 03:16:37] "GET /projects?obj_uuids=13f9d609-5470-4b10-a630-43ca0044405a&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001037
10.0.0.33 - - [2026-06-08 03:16:37] "GET /project/13f9d609-5470-4b10-a630-43ca0044405a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.035199
10.0.0.27 - - [2026-06-08 03:16:37] "GET /projects?obj_uuids=13f9d609-5470-4b10-a630-43ca0044405a&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.003012
10.0.0.33 - - [2026-06-08 03:16:37] "GET /project/13f9d609-5470-4b10-a630-43ca0044405a?fields=virtual_networks HTTP/1.1" 200 1390 0.098594
10.0.0.27 - - [2026-06-08 03:16:39] "GET /projects?obj_uuids=13f9d609-5470-4b10-a630-43ca0044405a&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.002057
10.0.0.33 - - [2026-06-08 03:16:39] "GET /project/13f9d609-5470-4b10-a630-43ca0044405a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.050545
10.0.0.27 - - [2026-06-08 03:16:39] "GET /projects?obj_uuids=13f9d609-5470-4b10-a630-43ca0044405a&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001153
10.0.0.33 - - [2026-06-08 03:16:39] "GET /project/13f9d609-5470-4b10-a630-43ca0044405a?fields=virtual_networks HTTP/1.1" 200 1390 0.055687
10.0.0.27 - - [2026-06-08 03:16:41] "GET /projects?obj_uuids=13f9d609-5470-4b10-a630-43ca0044405a&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001094
10.0.0.33 - - [2026-06-08 03:16:41] "GET /project/13f9d609-5470-4b10-a630-43ca0044405a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.040477
10.0.0.27 - - [2026-06-08 03:16:41] "GET /projects?obj_uuids=13f9d609-5470-4b10-a630-43ca0044405a&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000869
10.0.0.33 - - [2026-06-08 03:16:41] "GET /project/13f9d609-5470-4b10-a630-43ca0044405a?fields=virtual_networks HTTP/1.1" 200 1390 0.032536
10.0.0.27 - - [2026-06-08 03:16:43] "GET /projects?obj_uuids=13f9d609-5470-4b10-a630-43ca0044405a&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001187
10.0.0.33 - - [2026-06-08 03:16:43] "GET /project/13f9d609-5470-4b10-a630-43ca0044405a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.046422
10.0.0.27 - - [2026-06-08 03:16:43] "GET /projects?obj_uuids=13f9d609-5470-4b10-a630-43ca0044405a&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001263
10.0.0.33 - - [2026-06-08 03:16:44] "GET /project/13f9d609-5470-4b10-a630-43ca0044405a?fields=virtual_networks HTTP/1.1" 200 1390 0.042523
10.0.0.27 - - [2026-06-08 03:16:46] "GET /projects?obj_uuids=13f9d609-5470-4b10-a630-43ca0044405a&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001059
10.0.0.33 - - [2026-06-08 03:16:46] "GET /project/13f9d609-5470-4b10-a630-43ca0044405a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.042046
10.0.0.27 - - [2026-06-08 03:16:46] "GET /projects?obj_uuids=13f9d609-5470-4b10-a630-43ca0044405a&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.002968
10.0.0.33 - - [2026-06-08 03:16:46] "GET /project/13f9d609-5470-4b10-a630-43ca0044405a?fields=virtual_networks HTTP/1.1" 200 1390 0.056487
10.0.0.27 - - [2026-06-08 03:16:48] "GET /projects?obj_uuids=13f9d609-5470-4b10-a630-43ca0044405a&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001186
10.0.0.33 - - [2026-06-08 03:16:48] "GET /project/13f9d609-5470-4b10-a630-43ca0044405a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.043450
10.0.0.27 - - [2026-06-08 03:16:48] "GET /projects?obj_uuids=13f9d609-5470-4b10-a630-43ca0044405a&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001107
10.0.0.33 - - [2026-06-08 03:16:48] "GET /project/13f9d609-5470-4b10-a630-43ca0044405a?fields=virtual_networks HTTP/1.1" 200 1390 0.036000
10.0.0.27 - - [2026-06-08 03:16:50] "GET /projects?obj_uuids=13f9d609-5470-4b10-a630-43ca0044405a&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001451
10.0.0.33 - - [2026-06-08 03:16:50] "GET /project/13f9d609-5470-4b10-a630-43ca0044405a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.036267
10.0.0.27 - - [2026-06-08 03:16:50] "GET /projects?obj_uuids=13f9d609-5470-4b10-a630-43ca0044405a&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001316
10.0.0.33 - - [2026-06-08 03:16:50] "GET /project/13f9d609-5470-4b10-a630-43ca0044405a?fields=virtual_networks HTTP/1.1" 200 1390 0.090614
10.0.0.27 - - [2026-06-08 03:16:52] "GET /projects?obj_uuids=13f9d609-5470-4b10-a630-43ca0044405a&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001931
10.0.0.33 - - [2026-06-08 03:16:52] "GET /project/13f9d609-5470-4b10-a630-43ca0044405a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.047298
10.0.0.27 - - [2026-06-08 03:16:52] "GET /projects?obj_uuids=13f9d609-5470-4b10-a630-43ca0044405a&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001157
10.0.0.33 - - [2026-06-08 03:16:52] "GET /project/13f9d609-5470-4b10-a630-43ca0044405a?fields=virtual_networks HTTP/1.1" 200 1390 0.036428
10.0.0.27 - - [2026-06-08 03:16:54] "GET /projects?obj_uuids=13f9d609-5470-4b10-a630-43ca0044405a&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001130
10.0.0.33 - - [2026-06-08 03:16:54] "GET /project/13f9d609-5470-4b10-a630-43ca0044405a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.047683
10.0.0.27 - - [2026-06-08 03:16:54] "GET /projects?obj_uuids=13f9d609-5470-4b10-a630-43ca0044405a&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000857
10.0.0.33 - - [2026-06-08 03:16:54] "GET /project/13f9d609-5470-4b10-a630-43ca0044405a?fields=virtual_networks HTTP/1.1" 200 1390 0.040755
10.0.0.27 - - [2026-06-08 03:16:56] "GET /projects?obj_uuids=13f9d609-5470-4b10-a630-43ca0044405a&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001144
10.0.0.33 - - [2026-06-08 03:16:56] "GET /project/13f9d609-5470-4b10-a630-43ca0044405a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.039854
10.0.0.27 - - [2026-06-08 03:16:56] "GET /projects?obj_uuids=13f9d609-5470-4b10-a630-43ca0044405a&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001132
10.0.0.33 - - [2026-06-08 03:16:56] "GET /project/13f9d609-5470-4b10-a630-43ca0044405a?fields=virtual_networks HTTP/1.1" 200 1390 0.052514
10.0.0.27 - - [2026-06-08 03:16:58] "GET /projects?obj_uuids=13f9d609-5470-4b10-a630-43ca0044405a&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001259
10.0.0.33 - - [2026-06-08 03:16:58] "GET /project/13f9d609-5470-4b10-a630-43ca0044405a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.042702
10.0.0.27 - - [2026-06-08 03:16:58] "GET /projects?obj_uuids=13f9d609-5470-4b10-a630-43ca0044405a&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001251
10.0.0.33 - - [2026-06-08 03:16:59] "GET /project/13f9d609-5470-4b10-a630-43ca0044405a?fields=virtual_networks HTTP/1.1" 200 1390 0.044877
10.0.0.33 - - [2026-06-08 03:16:59] "POST /fqname-to-id HTTP/1.1" 404 218 0.029842
10.0.0.27 - - [2026-06-08 03:16:59] "GET /projects?obj_uuids=045d2678-aa04-430b-8618-ffc825fb10a8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004253
10.0.0.27 - - [2026-06-08 03:16:59] "GET /domains?obj_uuids=2441b78a-01cc-4005-9aa7-6b434eb6fb41&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001006
10.0.0.27 - - [2026-06-08 03:16:59] "GET /domain/2441b78a-01cc-4005-9aa7-6b434eb6fb41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007162
10.0.0.27 - - [2026-06-08 03:16:59] "POST /id-to-fqname HTTP/1.1" 200 221 0.001582
10.0.0.27 - - [2026-06-08 03:16:59] "POST /fqname-to-id HTTP/1.1" 404 232 0.005522
10.0.0.27 - - [2026-06-08 03:16:59] "POST /security-groups HTTP/1.1" 200 621 0.034283
10.0.0.27 - - [2026-06-08 03:16:59] "POST /projects HTTP/1.1" 200 645 0.250690
10.0.0.249 - - [2026-06-08 03:16:59] "POST /fqname-to-id HTTP/1.1" 404 264 0.038428
10.0.0.27 - - [2026-06-08 03:16:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.325147
10.0.0.33 - - [2026-06-08 03:16:59] "GET /project/045d2678-aa04-430b-8618-ffc825fb10a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.465029
10.0.0.249 - - [2026-06-08 03:17:00] "POST /access-control-lists HTTP/1.1" 200 624 0.029816
10.0.0.33 - - [2026-06-08 03:17:01] "GET / HTTP/1.1" 200 35931 0.002105
10.0.0.33 - - [2026-06-08 03:17:02] "POST /fqname-to-id HTTP/1.1" 401 292 0.000464
10.0.0.33 - - [2026-06-08 03:17:03] "POST /fqname-to-id HTTP/1.1" 404 254 0.073304
10.0.0.33 - - [2026-06-08 03:17:03] "POST /security-groups HTTP/1.1" 200 595 0.039343
10.0.0.33 - - [2026-06-08 03:17:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003209
10.0.0.249 - - [2026-06-08 03:17:03] "POST /fqname-to-id HTTP/1.1" 404 285 0.007738
10.0.0.33 - - [2026-06-08 03:17:03] "GET /security-group/602a7c90-d290-489d-adb4-97a6ec05511c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1944 0.006680
10.0.0.33 - - [2026-06-08 03:17:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002945
10.0.0.33 - - [2026-06-08 03:17:03] "GET /security-group/602a7c90-d290-489d-adb4-97a6ec05511c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1944 0.004064
10.0.0.33 - - [2026-06-08 03:17:04] "DELETE /security-group/602a7c90-d290-489d-adb4-97a6ec05511c HTTP/1.1" 200 115 0.048817
10.0.0.33 - - [2026-06-08 03:17:04] "POST /fqname-to-id HTTP/1.1" 404 254 0.003239
10.0.0.249 - - [2026-06-08 03:17:04] "DELETE /access-control-list/6dc07b7a-973a-42d7-b666-b4893dc4332f HTTP/1.1" 200 115 0.040076
10.0.0.33 - - [2026-06-08 03:17:04] "POST /fqname-to-id HTTP/1.1" 404 254 0.003602
10.0.0.33 - - [2026-06-08 03:17:04] "POST /security-groups HTTP/1.1" 200 595 0.035754
10.0.0.33 - - [2026-06-08 03:17:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003780
10.0.0.249 - - [2026-06-08 03:17:04] "POST /fqname-to-id HTTP/1.1" 404 285 0.012423
10.0.0.33 - - [2026-06-08 03:17:04] "GET /security-group/893f0324-d9fe-4a64-82ff-6e5e3a2fbe5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1943 0.015497
10.0.0.33 - - [2026-06-08 03:17:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003236
10.0.0.33 - - [2026-06-08 03:17:04] "GET /security-group/893f0324-d9fe-4a64-82ff-6e5e3a2fbe5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1943 0.004288
10.0.0.33 - - [2026-06-08 03:17:05] "GET /security-group/893f0324-d9fe-4a64-82ff-6e5e3a2fbe5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1943 0.004360
10.0.0.33 - - [2026-06-08 03:17:05] "PUT /security-group/893f0324-d9fe-4a64-82ff-6e5e3a2fbe5b HTTP/1.1" 200 262 0.022688
10.0.0.33 - - [2026-06-08 03:17:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.012363
10.0.0.249 - - [2026-06-08 03:17:05] "PUT /access-control-list/8ad47991-cdd0-4e83-aa30-e8176bf98e34 HTTP/1.1" 200 272 0.027570
10.0.0.27 - - [2026-06-08 03:17:05] "GET /projects?obj_uuids=045d2678-aa04-430b-8618-ffc825fb10a8&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001074
10.0.0.33 - - [2026-06-08 03:17:05] "GET /project/045d2678-aa04-430b-8618-ffc825fb10a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.037020
10.0.0.33 - - [2026-06-08 03:17:05] "POST /neutron/network HTTP/1.1" 200 117 0.036700
10.0.0.33 - - [2026-06-08 03:17:05] "POST /neutron/network HTTP/1.1" 200 952 0.008357
10.0.0.33 - - [2026-06-08 03:17:05] "POST /id-to-fqname HTTP/1.1" 200 300 0.001143
10.0.0.33 - - [2026-06-08 03:17:05] "GET /virtual-network/fa09af8f-4b84-41a8-a1e0-c969e18b186e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2245 0.004981
10.0.0.33 - - [2026-06-08 03:17:05] "GET /virtual-network/fa09af8f-4b84-41a8-a1e0-c969e18b186e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2245 0.006239
10.0.0.33 - - [2026-06-08 03:17:05] "POST /neutron/subnet HTTP/1.1" 200 715 0.008535
10.0.0.33 - - [2026-06-08 03:17:06] "GET /virtual-network/fa09af8f-4b84-41a8-a1e0-c969e18b186e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2245 0.005131
10.0.0.33 - - [2026-06-08 03:17:07] "POST /id-to-fqname HTTP/1.1" 200 300 0.001344
10.0.0.33 - - [2026-06-08 03:17:07] "POST /neutron/network HTTP/1.1" 200 962 0.019821
10.0.0.27 - - [2026-06-08 03:17:08] "GET /projects?obj_uuids=045d2678-aa04-430b-8618-ffc825fb10a8&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000987
10.0.0.33 - - [2026-06-08 03:17:08] "GET /project/045d2678-aa04-430b-8618-ffc825fb10a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.110501
10.0.0.33 - - [2026-06-08 03:17:08] "POST /neutron/port HTTP/1.1" 200 117 0.007031
10.0.0.33 - - [2026-06-08 03:17:08] "POST /id-to-fqname HTTP/1.1" 200 300 0.001396
10.0.0.33 - - [2026-06-08 03:17:09] "POST /neutron/network HTTP/1.1" 200 962 0.007601
10.0.0.27 - - [2026-06-08 03:17:09] "GET /projects?obj_uuids=045d2678-aa04-430b-8618-ffc825fb10a8&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001724
10.0.0.33 - - [2026-06-08 03:17:09] "POST /neutron/port HTTP/1.1" 200 1088 0.296979
10.0.0.33 - - [2026-06-08 03:17:09] "POST /neutron/port HTTP/1.1" 200 1142 0.117227
10.0.0.33 - - [2026-06-08 03:17:10] "POST /neutron/subnet HTTP/1.1" 200 689 0.008308
10.0.0.27 - - [2026-06-08 03:17:10] "GET /projects?obj_uuids=045d2678-aa04-430b-8618-ffc825fb10a8&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001249
10.0.0.33 - - [2026-06-08 03:17:10] "GET /project/045d2678-aa04-430b-8618-ffc825fb10a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.177312
10.0.0.33 - - [2026-06-08 03:17:10] "POST /neutron/network HTTP/1.1" 200 952 0.033670
10.0.0.33 - - [2026-06-08 03:17:10] "POST /neutron/port HTTP/1.1" 200 117 0.005728
10.0.0.249 - - [2026-06-08 03:17:10] "GET /obj-perms HTTP/1.1" 200 5056 0.062451
10.0.0.33 - - [2026-06-08 03:17:10] "POST /neutron/network HTTP/1.1" 200 962 0.006291
10.0.0.33 - - [2026-06-08 03:17:11] "POST /neutron/port HTTP/1.1" 200 1088 0.022400
10.0.0.33 - - [2026-06-08 03:17:11] "POST /neutron/port HTTP/1.1" 200 1152 0.026859
10.0.0.33 - - [2026-06-08 03:17:11] "POST /neutron/port HTTP/1.1" 200 117 0.001687
10.0.0.33 - - [2026-06-08 03:17:15] "POST /neutron/security_group HTTP/1.1" 200 1288 0.008364
10.0.0.33 - - [2026-06-08 03:17:15] "POST /neutron/port HTTP/1.1" 200 1152 0.018550
10.0.0.33 - - [2026-06-08 03:17:16] "POST /neutron/security_group HTTP/1.1" 200 1288 0.007260
10.0.0.33 - - [2026-06-08 03:17:16] "GET /virtual-machine/5b76fa2f-f251-4cd4-90f7-8d7b85552b55 HTTP/1.1" 401 292 0.000410
10.0.0.33 - - [2026-06-08 03:17:16] "GET /virtual-machine/5b76fa2f-f251-4cd4-90f7-8d7b85552b55 HTTP/1.1" 200 1322 0.034766
10.0.0.33 - - [2026-06-08 03:17:16] "GET /virtual-machine/5b76fa2f-f251-4cd4-90f7-8d7b85552b55 HTTP/1.1" 200 1322 0.004938
10.0.0.33 - - [2026-06-08 03:17:16] "GET /virtual-machine-interface/b0c8bc3d-b4e3-4ffd-ba5d-da18d489a4ed HTTP/1.1" 200 3264 0.007425
10.0.0.33 - - [2026-06-08 03:17:16] "GET /virtual-machine/5b76fa2f-f251-4cd4-90f7-8d7b85552b55 HTTP/1.1" 200 1322 0.004457
10.0.0.33 - - [2026-06-08 03:17:16] "GET /virtual-machine-interface/b0c8bc3d-b4e3-4ffd-ba5d-da18d489a4ed HTTP/1.1" 200 3264 0.005880
10.0.0.33 - - [2026-06-08 03:17:16] "GET /instance-ip/6d13ea78-9cff-4f78-a1aa-627682fc0eb0 HTTP/1.1" 200 1728 0.007234
10.0.0.33 - - [2026-06-08 03:17:16] "GET /virtual-machine/5b76fa2f-f251-4cd4-90f7-8d7b85552b55 HTTP/1.1" 200 1322 0.003518
10.0.0.33 - - [2026-06-08 03:17:16] "GET /virtual-machine-interface/b0c8bc3d-b4e3-4ffd-ba5d-da18d489a4ed HTTP/1.1" 200 3264 0.007486
10.0.0.33 - - [2026-06-08 03:17:16] "GET /instance-ip/6d13ea78-9cff-4f78-a1aa-627682fc0eb0 HTTP/1.1" 200 1728 0.004903
10.0.0.33 - - [2026-06-08 03:17:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.005125
10.0.0.33 - - [2026-06-08 03:17:16] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003963
10.0.0.33 - - [2026-06-08 03:17:16] "GET /virtual-networks?parent_id=045d2678-aa04-430b-8618-ffc825fb10a8&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003489
10.0.0.33 - - [2026-06-08 03:17:16] "GET /virtual-network/fa09af8f-4b84-41a8-a1e0-c969e18b186e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2245 0.005666
10.0.0.33 - - [2026-06-08 03:17:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003444
10.0.0.33 - - [2026-06-08 03:17:16] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005687
10.0.0.33 - - [2026-06-08 03:17:16] "GET /virtual-networks?parent_id=045d2678-aa04-430b-8618-ffc825fb10a8&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003576
10.0.0.33 - - [2026-06-08 03:17:16] "GET /virtual-network/fa09af8f-4b84-41a8-a1e0-c969e18b186e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2245 0.006562
10.0.0.33 - - [2026-06-08 03:17:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003978
10.0.0.33 - - [2026-06-08 03:17:16] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005276
10.0.0.33 - - [2026-06-08 03:17:16] "GET /virtual-networks?parent_id=045d2678-aa04-430b-8618-ffc825fb10a8&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.005040
10.0.0.33 - - [2026-06-08 03:17:16] "GET /virtual-network/fa09af8f-4b84-41a8-a1e0-c969e18b186e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2245 0.008198
10.0.0.33 - - [2026-06-08 03:17:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.005463
10.0.0.33 - - [2026-06-08 03:17:16] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006082
10.0.0.33 - - [2026-06-08 03:17:16] "GET /virtual-networks?parent_id=045d2678-aa04-430b-8618-ffc825fb10a8&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.006413
10.0.0.33 - - [2026-06-08 03:17:16] "GET /virtual-network/fa09af8f-4b84-41a8-a1e0-c969e18b186e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2245 0.007675
10.0.0.33 - - [2026-06-08 03:17:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004303
10.0.0.33 - - [2026-06-08 03:17:17] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005389
10.0.0.33 - - [2026-06-08 03:17:17] "GET /virtual-networks?parent_id=045d2678-aa04-430b-8618-ffc825fb10a8&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003716
10.0.0.33 - - [2026-06-08 03:17:17] "GET /virtual-network/fa09af8f-4b84-41a8-a1e0-c969e18b186e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2245 0.006280
10.0.0.33 - - [2026-06-08 03:17:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003485
10.0.0.33 - - [2026-06-08 03:17:17] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004481
10.0.0.33 - - [2026-06-08 03:17:17] "GET /virtual-networks?parent_id=045d2678-aa04-430b-8618-ffc825fb10a8&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003113
10.0.0.33 - - [2026-06-08 03:17:17] "GET /virtual-network/fa09af8f-4b84-41a8-a1e0-c969e18b186e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2245 0.006573
10.0.0.33 - - [2026-06-08 03:17:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003885
10.0.0.33 - - [2026-06-08 03:17:17] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004253
10.0.0.33 - - [2026-06-08 03:17:17] "GET /virtual-networks?parent_id=045d2678-aa04-430b-8618-ffc825fb10a8&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003048
10.0.0.33 - - [2026-06-08 03:17:17] "GET /virtual-network/fa09af8f-4b84-41a8-a1e0-c969e18b186e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2245 0.006348
10.0.0.33 - - [2026-06-08 03:17:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003898
10.0.0.33 - - [2026-06-08 03:17:20] "GET /virtual-network/fa09af8f-4b84-41a8-a1e0-c969e18b186e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2245 0.005617
10.0.0.33 - - [2026-06-08 03:17:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005897
10.0.0.33 - - [2026-06-08 03:17:24] "GET /virtual-network/fa09af8f-4b84-41a8-a1e0-c969e18b186e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2245 0.010975
10.0.0.33 - - [2026-06-08 03:17:28] "POST /neutron/network HTTP/1.1" 200 1121 0.010666
10.0.0.33 - - [2026-06-08 03:17:28] "POST /neutron/subnet HTTP/1.1" 200 1374 0.013492
10.0.0.33 - - [2026-06-08 03:17:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004741
10.0.0.33 - - [2026-06-08 03:17:28] "GET /virtual-network/fa09af8f-4b84-41a8-a1e0-c969e18b186e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2245 0.006294
10.0.0.33 - - [2026-06-08 03:17:28] "POST /neutron/network HTTP/1.1" 200 1111 0.013449
10.0.0.33 - - [2026-06-08 03:17:29] "POST /neutron/network HTTP/1.1" 200 1121 0.007262
10.0.0.33 - - [2026-06-08 03:17:29] "POST /neutron/subnet HTTP/1.1" 200 1374 0.015651
10.0.0.33 - - [2026-06-08 03:17:29] "POST /neutron/network HTTP/1.1" 200 1111 0.010309
10.0.0.27 - - [2026-06-08 03:17:32] "DELETE /project/045d2678aa04430b8618ffc825fb10a8 HTTP/1.1" 404 173 0.003325
10.0.0.33 - - [2026-06-08 03:17:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.005311
10.0.0.33 - - [2026-06-08 03:17:32] "GET /virtual-network/fa09af8f-4b84-41a8-a1e0-c969e18b186e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2245 0.007779
10.0.0.33 - - [2026-06-08 03:17:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004819
10.0.0.33 - - [2026-06-08 03:17:36] "GET /virtual-network/fa09af8f-4b84-41a8-a1e0-c969e18b186e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2245 0.007850
10.0.0.249 - - [2026-06-08 03:17:36] "GET /global-system-configs HTTP/1.1" 401 292 0.001342
10.0.0.249 - - [2026-06-08 03:17:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000490
10.0.0.249 - - [2026-06-08 03:17:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000446
10.0.0.249 - - [2026-06-08 03:17:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000550
10.0.0.33 - - [2026-06-08 03:17:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000609
10.0.0.33 - - [2026-06-08 03:17:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000471
10.0.0.27 - - [2026-06-08 03:17:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000536
10.0.0.27 - - [2026-06-08 03:17:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000389
10.0.0.33 - - [2026-06-08 03:17:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000506
10.0.0.33 - - [2026-06-08 03:17:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000398
10.0.0.27 - - [2026-06-08 03:17:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000416
10.0.0.27 - - [2026-06-08 03:17:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000541
10.0.0.33 - - [2026-06-08 03:17:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003797
10.0.0.33 - - [2026-06-08 03:17:40] "GET /virtual-network/fa09af8f-4b84-41a8-a1e0-c969e18b186e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2245 0.006618
10.0.0.33 - - [2026-06-08 03:17:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003872
10.0.0.33 - - [2026-06-08 03:17:45] "GET /virtual-network/fa09af8f-4b84-41a8-a1e0-c969e18b186e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2245 0.005301
10.0.0.33 - - [2026-06-08 03:17:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.006578
10.0.0.33 - - [2026-06-08 03:17:49] "GET /virtual-network/fa09af8f-4b84-41a8-a1e0-c969e18b186e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2245 0.006810
10.0.0.33 - - [2026-06-08 03:17:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003600
10.0.0.33 - - [2026-06-08 03:17:51] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004771
10.0.0.33 - - [2026-06-08 03:17:51] "GET /virtual-networks?parent_id=045d2678-aa04-430b-8618-ffc825fb10a8&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003380
10.0.0.33 - - [2026-06-08 03:17:51] "GET /virtual-network/fa09af8f-4b84-41a8-a1e0-c969e18b186e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2245 0.005928
10.0.0.33 - - [2026-06-08 03:17:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.006281
10.0.0.33 - - [2026-06-08 03:17:51] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005095
10.0.0.33 - - [2026-06-08 03:17:51] "GET /virtual-networks?parent_id=045d2678-aa04-430b-8618-ffc825fb10a8&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004573
10.0.0.33 - - [2026-06-08 03:17:51] "GET /virtual-network/fa09af8f-4b84-41a8-a1e0-c969e18b186e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2245 0.007003
10.0.0.33 - - [2026-06-08 03:17:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003401
10.0.0.33 - - [2026-06-08 03:17:51] "GET /routing-instance/b523555d-04b5-44b0-b4c7-b7299a911844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1706 0.008083
10.0.0.33 - - [2026-06-08 03:17:51] "GET /route-target/354f4263-c6ba-44e0-8e2f-579f47f65bee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005129
10.0.0.33 - - [2026-06-08 03:17:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005066
10.0.0.33 - - [2026-06-08 03:17:51] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004772
10.0.0.33 - - [2026-06-08 03:17:51] "GET /virtual-networks?parent_id=045d2678-aa04-430b-8618-ffc825fb10a8&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003456
10.0.0.33 - - [2026-06-08 03:17:51] "GET /virtual-network/fa09af8f-4b84-41a8-a1e0-c969e18b186e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2245 0.007479
10.0.0.33 - - [2026-06-08 03:17:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004441
10.0.0.33 - - [2026-06-08 03:17:51] "GET /routing-instance/b523555d-04b5-44b0-b4c7-b7299a911844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1706 0.005846
10.0.0.33 - - [2026-06-08 03:17:51] "GET /route-target/354f4263-c6ba-44e0-8e2f-579f47f65bee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005303
10.0.0.33 - - [2026-06-08 03:17:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005127
10.0.0.33 - - [2026-06-08 03:17:51] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005163
10.0.0.33 - - [2026-06-08 03:17:52] "GET /virtual-networks?parent_id=045d2678-aa04-430b-8618-ffc825fb10a8&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.005032
10.0.0.33 - - [2026-06-08 03:17:52] "GET /virtual-network/fa09af8f-4b84-41a8-a1e0-c969e18b186e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2245 0.007288
10.0.0.33 - - [2026-06-08 03:17:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003747
10.0.0.33 - - [2026-06-08 03:17:52] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006172
10.0.0.33 - - [2026-06-08 03:17:52] "GET /virtual-networks?parent_id=045d2678-aa04-430b-8618-ffc825fb10a8&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004303
10.0.0.33 - - [2026-06-08 03:17:52] "GET /virtual-network/fa09af8f-4b84-41a8-a1e0-c969e18b186e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2245 0.006419
10.0.0.33 - - [2026-06-08 03:17:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004042
10.0.0.33 - - [2026-06-08 03:17:52] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004736
10.0.0.33 - - [2026-06-08 03:17:52] "GET /virtual-networks?parent_id=045d2678-aa04-430b-8618-ffc825fb10a8&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003267
10.0.0.33 - - [2026-06-08 03:17:52] "GET /virtual-network/fa09af8f-4b84-41a8-a1e0-c969e18b186e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2245 0.010697
10.0.0.27 - - [2026-06-08 03:17:52] "GET /obj-perms HTTP/1.1" 200 5090 0.056350
10.0.0.33 - - [2026-06-08 03:17:52] "GET /obj-perms HTTP/1.1" 200 5090 0.055075
10.0.0.33 - - [2026-06-08 03:17:52] "GET /obj-perms HTTP/1.1" 200 5090 0.006355
10.0.0.27 - - [2026-06-08 03:17:52] "GET /obj-perms HTTP/1.1" 200 5090 0.005539
10.0.0.33 - - [2026-06-08 03:17:52] "GET /obj-perms HTTP/1.1" 200 5090 0.005496
10.0.0.33 - - [2026-06-08 03:17:52] "GET /virtual-machine/5b76fa2f-f251-4cd4-90f7-8d7b85552b55 HTTP/1.1" 200 1322 0.004667
10.0.0.33 - - [2026-06-08 03:17:52] "GET /virtual-machine-interface/b0c8bc3d-b4e3-4ffd-ba5d-da18d489a4ed HTTP/1.1" 200 3264 0.008250
10.0.0.33 - - [2026-06-08 03:17:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003824
10.0.0.33 - - [2026-06-08 03:17:52] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004772
10.0.0.33 - - [2026-06-08 03:17:52] "GET /virtual-networks?parent_id=045d2678-aa04-430b-8618-ffc825fb10a8&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004501
10.0.0.33 - - [2026-06-08 03:17:53] "GET /virtual-network/fa09af8f-4b84-41a8-a1e0-c969e18b186e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2245 0.006084
10.0.0.33 - - [2026-06-08 03:17:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003553
10.0.0.33 - - [2026-06-08 03:17:54] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004691
10.0.0.33 - - [2026-06-08 03:17:54] "GET /virtual-networks?parent_id=045d2678-aa04-430b-8618-ffc825fb10a8&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003469
10.0.0.33 - - [2026-06-08 03:17:54] "GET /virtual-network/fa09af8f-4b84-41a8-a1e0-c969e18b186e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2245 0.006125
10.0.0.33 - - [2026-06-08 03:17:59] "POST /neutron/port HTTP/1.1" 200 1152 0.018047
10.0.0.33 - - [2026-06-08 03:18:02] "POST /neutron/security_group HTTP/1.1" 200 1288 0.007377
10.0.0.33 - - [2026-06-08 03:18:08] "POST /neutron/port HTTP/1.1" 200 1152 0.030506
10.0.0.33 - - [2026-06-08 03:18:09] "POST /neutron/security_group HTTP/1.1" 200 1288 0.006643
10.0.0.27 - - [2026-06-08 03:18:11] "GET /obj-perms HTTP/1.1" 200 5056 0.056919
10.0.0.33 - - [2026-06-08 03:18:15] "POST /neutron/port HTTP/1.1" 200 1152 0.016600
10.0.0.33 - - [2026-06-08 03:18:15] "POST /neutron/security_group HTTP/1.1" 200 1288 0.008789
10.0.0.33 - - [2026-06-08 03:18:15] "GET /virtual-machine/2ead912e-365e-41b0-8c4d-28a78011fdc3 HTTP/1.1" 200 1322 0.006801
10.0.0.33 - - [2026-06-08 03:18:15] "GET /virtual-machine/2ead912e-365e-41b0-8c4d-28a78011fdc3 HTTP/1.1" 200 1322 0.003528
10.0.0.33 - - [2026-06-08 03:18:15] "GET /virtual-machine-interface/c69206cc-d1bf-470a-ae03-6603910535a5 HTTP/1.1" 200 3264 0.004923
10.0.0.33 - - [2026-06-08 03:18:15] "GET /virtual-machine/2ead912e-365e-41b0-8c4d-28a78011fdc3 HTTP/1.1" 200 1322 0.003236
10.0.0.33 - - [2026-06-08 03:18:15] "GET /virtual-machine-interface/c69206cc-d1bf-470a-ae03-6603910535a5 HTTP/1.1" 200 3264 0.004850
10.0.0.33 - - [2026-06-08 03:18:15] "GET /instance-ip/18a3759a-1879-476a-8ca1-7c2bcbafb17f HTTP/1.1" 200 1728 0.005523
10.0.0.33 - - [2026-06-08 03:18:15] "GET /virtual-machine/2ead912e-365e-41b0-8c4d-28a78011fdc3 HTTP/1.1" 200 1322 0.003311
10.0.0.33 - - [2026-06-08 03:18:15] "GET /virtual-machine-interface/c69206cc-d1bf-470a-ae03-6603910535a5 HTTP/1.1" 200 3264 0.004552
10.0.0.33 - - [2026-06-08 03:18:15] "GET /instance-ip/18a3759a-1879-476a-8ca1-7c2bcbafb17f HTTP/1.1" 200 1728 0.003420
10.0.0.33 - - [2026-06-08 03:18:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003256
10.0.0.33 - - [2026-06-08 03:18:15] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003611
10.0.0.33 - - [2026-06-08 03:18:15] "GET /virtual-networks?parent_id=045d2678-aa04-430b-8618-ffc825fb10a8&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002520
10.0.0.33 - - [2026-06-08 03:18:15] "GET /virtual-network/fa09af8f-4b84-41a8-a1e0-c969e18b186e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2245 0.005686
10.0.0.33 - - [2026-06-08 03:18:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004657
10.0.0.33 - - [2026-06-08 03:18:15] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.008805
10.0.0.33 - - [2026-06-08 03:18:15] "GET /virtual-networks?parent_id=045d2678-aa04-430b-8618-ffc825fb10a8&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003532
10.0.0.33 - - [2026-06-08 03:18:15] "GET /virtual-network/fa09af8f-4b84-41a8-a1e0-c969e18b186e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2245 0.007335
10.0.0.33 - - [2026-06-08 03:18:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003527
10.0.0.33 - - [2026-06-08 03:18:15] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004087
10.0.0.33 - - [2026-06-08 03:18:15] "GET /virtual-networks?parent_id=045d2678-aa04-430b-8618-ffc825fb10a8&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002927
10.0.0.33 - - [2026-06-08 03:18:15] "GET /virtual-network/fa09af8f-4b84-41a8-a1e0-c969e18b186e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2245 0.005848
10.0.0.33 - - [2026-06-08 03:18:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003810
10.0.0.33 - - [2026-06-08 03:18:15] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005229
10.0.0.33 - - [2026-06-08 03:18:15] "GET /virtual-networks?parent_id=045d2678-aa04-430b-8618-ffc825fb10a8&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.005059
10.0.0.33 - - [2026-06-08 03:18:15] "GET /virtual-network/fa09af8f-4b84-41a8-a1e0-c969e18b186e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2245 0.009729
10.0.0.33 - - [2026-06-08 03:18:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004739
10.0.0.33 - - [2026-06-08 03:18:15] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005249
10.0.0.33 - - [2026-06-08 03:18:15] "GET /virtual-networks?parent_id=045d2678-aa04-430b-8618-ffc825fb10a8&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003733
10.0.0.33 - - [2026-06-08 03:18:15] "GET /virtual-network/fa09af8f-4b84-41a8-a1e0-c969e18b186e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2245 0.007098
10.0.0.33 - - [2026-06-08 03:18:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.005170
10.0.0.33 - - [2026-06-08 03:18:16] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004922
10.0.0.33 - - [2026-06-08 03:18:16] "GET /virtual-networks?parent_id=045d2678-aa04-430b-8618-ffc825fb10a8&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003784
10.0.0.33 - - [2026-06-08 03:18:16] "GET /virtual-network/fa09af8f-4b84-41a8-a1e0-c969e18b186e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2245 0.007607
10.0.0.33 - - [2026-06-08 03:18:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004258
10.0.0.33 - - [2026-06-08 03:18:16] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005425
10.0.0.33 - - [2026-06-08 03:18:16] "GET /virtual-networks?parent_id=045d2678-aa04-430b-8618-ffc825fb10a8&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003670
10.0.0.33 - - [2026-06-08 03:18:16] "GET /virtual-network/fa09af8f-4b84-41a8-a1e0-c969e18b186e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2245 0.007352
10.0.0.33 - - [2026-06-08 03:18:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003542
10.0.0.33 - - [2026-06-08 03:18:17] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003721
10.0.0.33 - - [2026-06-08 03:18:17] "GET /virtual-networks?parent_id=045d2678-aa04-430b-8618-ffc825fb10a8&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003514
10.0.0.33 - - [2026-06-08 03:18:17] "GET /virtual-network/fa09af8f-4b84-41a8-a1e0-c969e18b186e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2245 0.005529
10.0.0.33 - - [2026-06-08 03:18:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.022003
10.0.0.33 - - [2026-06-08 03:18:17] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005455
10.0.0.33 - - [2026-06-08 03:18:17] "GET /virtual-networks?parent_id=045d2678-aa04-430b-8618-ffc825fb10a8&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004674
10.0.0.33 - - [2026-06-08 03:18:17] "GET /virtual-network/fa09af8f-4b84-41a8-a1e0-c969e18b186e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2245 0.006859
10.0.0.33 - - [2026-06-08 03:18:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004058
10.0.0.33 - - [2026-06-08 03:18:17] "GET /routing-instance/b523555d-04b5-44b0-b4c7-b7299a911844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1706 0.005737
10.0.0.33 - - [2026-06-08 03:18:17] "GET /route-target/354f4263-c6ba-44e0-8e2f-579f47f65bee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004471
10.0.0.33 - - [2026-06-08 03:18:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004294
10.0.0.33 - - [2026-06-08 03:18:17] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004194
10.0.0.33 - - [2026-06-08 03:18:17] "GET /virtual-networks?parent_id=045d2678-aa04-430b-8618-ffc825fb10a8&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004297
10.0.0.33 - - [2026-06-08 03:18:17] "GET /virtual-network/fa09af8f-4b84-41a8-a1e0-c969e18b186e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2245 0.005814
10.0.0.33 - - [2026-06-08 03:18:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003195
10.0.0.33 - - [2026-06-08 03:18:18] "GET /routing-instance/b523555d-04b5-44b0-b4c7-b7299a911844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1706 0.005598
10.0.0.33 - - [2026-06-08 03:18:18] "GET /route-target/354f4263-c6ba-44e0-8e2f-579f47f65bee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004777
10.0.0.33 - - [2026-06-08 03:18:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004714
10.0.0.33 - - [2026-06-08 03:18:18] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005289
10.0.0.33 - - [2026-06-08 03:18:18] "GET /virtual-networks?parent_id=045d2678-aa04-430b-8618-ffc825fb10a8&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003476
10.0.0.33 - - [2026-06-08 03:18:18] "GET /virtual-network/fa09af8f-4b84-41a8-a1e0-c969e18b186e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2245 0.010988
10.0.0.33 - - [2026-06-08 03:18:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004971
10.0.0.33 - - [2026-06-08 03:18:18] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005875
10.0.0.33 - - [2026-06-08 03:18:18] "GET /virtual-networks?parent_id=045d2678-aa04-430b-8618-ffc825fb10a8&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003732
10.0.0.33 - - [2026-06-08 03:18:18] "GET /virtual-network/fa09af8f-4b84-41a8-a1e0-c969e18b186e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2245 0.007115
10.0.0.33 - - [2026-06-08 03:18:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004129
10.0.0.33 - - [2026-06-08 03:18:18] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005268
10.0.0.33 - - [2026-06-08 03:18:18] "GET /virtual-networks?parent_id=045d2678-aa04-430b-8618-ffc825fb10a8&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004328
10.0.0.33 - - [2026-06-08 03:18:18] "GET /virtual-network/fa09af8f-4b84-41a8-a1e0-c969e18b186e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2245 0.005810
10.0.0.33 - - [2026-06-08 03:18:18] "GET /obj-perms HTTP/1.1" 200 5090 0.004779
10.0.0.27 - - [2026-06-08 03:18:18] "GET /obj-perms HTTP/1.1" 200 5090 0.006979
10.0.0.33 - - [2026-06-08 03:18:18] "GET /obj-perms HTTP/1.1" 200 5090 0.005668
10.0.0.249 - - [2026-06-08 03:18:18] "GET /obj-perms HTTP/1.1" 200 5090 0.052118
10.0.0.33 - - [2026-06-08 03:18:18] "GET /virtual-machine/2ead912e-365e-41b0-8c4d-28a78011fdc3 HTTP/1.1" 200 1322 0.003984
10.0.0.33 - - [2026-06-08 03:18:18] "GET /virtual-machine-interface/c69206cc-d1bf-470a-ae03-6603910535a5 HTTP/1.1" 200 3264 0.005843
10.0.0.33 - - [2026-06-08 03:18:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004136
10.0.0.33 - - [2026-06-08 03:18:18] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004097
10.0.0.33 - - [2026-06-08 03:18:18] "GET /virtual-networks?parent_id=045d2678-aa04-430b-8618-ffc825fb10a8&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003030
10.0.0.33 - - [2026-06-08 03:18:19] "GET /virtual-network/fa09af8f-4b84-41a8-a1e0-c969e18b186e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2245 0.005935
10.0.0.33 - - [2026-06-08 03:18:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003381
10.0.0.33 - - [2026-06-08 03:18:20] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003505
10.0.0.33 - - [2026-06-08 03:18:20] "GET /virtual-networks?parent_id=045d2678-aa04-430b-8618-ffc825fb10a8&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002784
10.0.0.33 - - [2026-06-08 03:18:20] "GET /virtual-network/fa09af8f-4b84-41a8-a1e0-c969e18b186e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2245 0.006686
10.0.0.33 - - [2026-06-08 03:18:20] "GET /virtual-machine/5b76fa2f-f251-4cd4-90f7-8d7b85552b55 HTTP/1.1" 200 1322 0.005017
10.0.0.33 - - [2026-06-08 03:18:20] "GET /virtual-machine-interface/b0c8bc3d-b4e3-4ffd-ba5d-da18d489a4ed HTTP/1.1" 200 3264 0.005246
10.0.0.33 - - [2026-06-08 03:18:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003420
10.0.0.33 - - [2026-06-08 03:18:20] "GET /security-group/893f0324-d9fe-4a64-82ff-6e5e3a2fbe5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2573 0.004474
10.0.0.33 - - [2026-06-08 03:18:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003328
10.0.0.33 - - [2026-06-08 03:18:20] "GET /security-group/893f0324-d9fe-4a64-82ff-6e5e3a2fbe5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2573 0.004290
10.0.0.33 - - [2026-06-08 03:18:20] "POST /neutron/security_group HTTP/1.1" 200 1314 0.004203
10.0.0.33 - - [2026-06-08 03:18:20] "POST /neutron/port HTTP/1.1" 200 1142 0.019633
10.0.0.33 - - [2026-06-08 03:18:20] "GET /virtual-machine/5b76fa2f-f251-4cd4-90f7-8d7b85552b55 HTTP/1.1" 200 1322 0.004389
10.0.0.33 - - [2026-06-08 03:18:20] "GET /virtual-machine-interface/b0c8bc3d-b4e3-4ffd-ba5d-da18d489a4ed HTTP/1.1" 200 3203 0.007140
10.0.0.33 - - [2026-06-08 03:18:20] "POST /neutron/security_group HTTP/1.1" 200 1288 0.007612
10.0.0.33 - - [2026-06-08 03:18:20] "POST /neutron/port HTTP/1.1" 200 1104 0.012667
10.0.0.33 - - [2026-06-08 03:18:20] "GET /virtual-machine/5b76fa2f-f251-4cd4-90f7-8d7b85552b55 HTTP/1.1" 200 1322 0.004291
10.0.0.33 - - [2026-06-08 03:18:20] "GET /virtual-machine-interface/b0c8bc3d-b4e3-4ffd-ba5d-da18d489a4ed HTTP/1.1" 200 3264 0.007365
10.0.0.33 - - [2026-06-08 03:18:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003278
10.0.0.33 - - [2026-06-08 03:18:20] "GET /security-group/893f0324-d9fe-4a64-82ff-6e5e3a2fbe5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2573 0.004333
10.0.0.33 - - [2026-06-08 03:18:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003310
10.0.0.33 - - [2026-06-08 03:18:20] "GET /security-group/893f0324-d9fe-4a64-82ff-6e5e3a2fbe5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2573 0.004681
10.0.0.33 - - [2026-06-08 03:18:21] "DELETE /security-group/893f0324-d9fe-4a64-82ff-6e5e3a2fbe5b HTTP/1.1" 409 336 0.008838
10.0.0.33 - - [2026-06-08 03:18:28] "POST /neutron/port HTTP/1.1" 200 1152 0.084075
10.0.0.33 - - [2026-06-08 03:18:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003775
10.0.0.33 - - [2026-06-08 03:18:28] "POST /neutron/network HTTP/1.1" 200 952 0.007216
10.0.0.33 - - [2026-06-08 03:18:29] "POST /neutron/network HTTP/1.1" 200 962 0.007953
10.0.0.33 - - [2026-06-08 03:18:29] "POST /neutron/port HTTP/1.1" 200 117 0.001390
10.0.0.33 - - [2026-06-08 03:19:26] "GET /security-group/893f0324-d9fe-4a64-82ff-6e5e3a2fbe5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2573 0.007334
10.0.0.33 - - [2026-06-08 03:19:27] "PUT /security-group/893f0324-d9fe-4a64-82ff-6e5e3a2fbe5b HTTP/1.1" 200 262 0.026608
10.0.0.249 - - [2026-06-08 03:19:27] "PUT /access-control-list/fb1a7eb3-c2d8-43bd-bfac-b06dd037a74f HTTP/1.1" 200 272 0.012395
10.0.0.33 - - [2026-06-08 03:19:29] "POST /neutron/port HTTP/1.1" 200 1216 0.018807
10.0.0.33 - - [2026-06-08 03:19:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004488
10.0.0.33 - - [2026-06-08 03:19:29] "POST /neutron/security_group HTTP/1.1" 200 1284 0.007056
10.0.0.33 - - [2026-06-08 03:19:29] "POST /neutron/network HTTP/1.1" 200 1111 0.009702
10.0.0.33 - - [2026-06-08 03:19:29] "POST /neutron/port HTTP/1.1" 200 1104 0.083914
10.0.0.33 - - [2026-06-08 03:19:29] "GET /virtual-machine/2ead912e-365e-41b0-8c4d-28a78011fdc3 HTTP/1.1" 200 1322 0.004060
10.0.0.33 - - [2026-06-08 03:19:30] "POST /neutron/port HTTP/1.1" 200 151 0.169478
10.0.0.33 - - [2026-06-08 03:19:31] "POST /neutron/network HTTP/1.1" 200 1121 0.031488
10.0.0.33 - - [2026-06-08 03:19:31] "POST /neutron/subnet HTTP/1.1" 200 1374 0.013242
10.0.0.33 - - [2026-06-08 03:19:31] "POST /neutron/network HTTP/1.1" 200 1111 0.009311
10.0.0.33 - - [2026-06-08 03:19:31] "GET /virtual-machine/2ead912e-365e-41b0-8c4d-28a78011fdc3 HTTP/1.1" 404 171 0.003424
10.0.0.33 - - [2026-06-08 03:19:31] "GET /virtual-machine/2ead912e-365e-41b0-8c4d-28a78011fdc3 HTTP/1.1" 404 171 0.003022
10.0.0.33 - - [2026-06-08 03:19:31] "GET /virtual-machine/2ead912e-365e-41b0-8c4d-28a78011fdc3 HTTP/1.1" 404 171 0.002872
10.0.0.33 - - [2026-06-08 03:19:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003829
10.0.0.33 - - [2026-06-08 03:19:32] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003856
10.0.0.33 - - [2026-06-08 03:19:32] "GET /virtual-networks?parent_id=045d2678-aa04-430b-8618-ffc825fb10a8&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003439
10.0.0.33 - - [2026-06-08 03:19:32] "GET /virtual-network/fa09af8f-4b84-41a8-a1e0-c969e18b186e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2245 0.005718
10.0.0.33 - - [2026-06-08 03:19:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003454
10.0.0.33 - - [2026-06-08 03:19:32] "GET /routing-instance/b523555d-04b5-44b0-b4c7-b7299a911844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1706 0.004124
10.0.0.33 - - [2026-06-08 03:19:32] "GET /route-target/354f4263-c6ba-44e0-8e2f-579f47f65bee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003828
10.0.0.33 - - [2026-06-08 03:19:32] "GET /obj-perms HTTP/1.1" 200 5090 0.004437
10.0.0.249 - - [2026-06-08 03:19:32] "GET /obj-perms HTTP/1.1" 200 5090 0.003850
10.0.0.33 - - [2026-06-08 03:19:41] "GET /obj-perms HTTP/1.1" 200 5090 0.004210
10.0.0.249 - - [2026-06-08 03:19:41] "GET /obj-perms HTTP/1.1" 200 5090 0.004873
10.0.0.27 - - [2026-06-08 03:19:41] "GET /obj-perms HTTP/1.1" 200 5090 0.003973
10.0.0.33 - - [2026-06-08 03:19:41] "POST /neutron/port HTTP/1.1" 200 1142 0.012987
10.0.0.33 - - [2026-06-08 03:19:42] "GET /virtual-machine/5b76fa2f-f251-4cd4-90f7-8d7b85552b55 HTTP/1.1" 200 1322 0.004843
10.0.0.33 - - [2026-06-08 03:19:42] "POST /neutron/port HTTP/1.1" 200 1114 0.019505
10.0.0.33 - - [2026-06-08 03:19:44] "GET /virtual-machine/5b76fa2f-f251-4cd4-90f7-8d7b85552b55 HTTP/1.1" 404 171 0.004443
10.0.0.33 - - [2026-06-08 03:19:44] "GET /virtual-machine/5b76fa2f-f251-4cd4-90f7-8d7b85552b55 HTTP/1.1" 404 171 0.003509
10.0.0.33 - - [2026-06-08 03:19:44] "GET /virtual-machine/5b76fa2f-f251-4cd4-90f7-8d7b85552b55 HTTP/1.1" 404 171 0.003633
10.0.0.33 - - [2026-06-08 03:19:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.005377
10.0.0.33 - - [2026-06-08 03:19:44] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005096
10.0.0.33 - - [2026-06-08 03:19:44] "GET /virtual-networks?parent_id=045d2678-aa04-430b-8618-ffc825fb10a8&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003853
10.0.0.33 - - [2026-06-08 03:19:44] "GET /virtual-network/fa09af8f-4b84-41a8-a1e0-c969e18b186e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2245 0.006890
10.0.0.33 - - [2026-06-08 03:19:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004604
10.0.0.33 - - [2026-06-08 03:19:44] "GET /routing-instance/b523555d-04b5-44b0-b4c7-b7299a911844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1706 0.005247
10.0.0.33 - - [2026-06-08 03:19:44] "GET /route-target/354f4263-c6ba-44e0-8e2f-579f47f65bee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.011018
10.0.0.33 - - [2026-06-08 03:19:44] "GET /obj-perms HTTP/1.1" 200 5090 0.005162
10.0.0.27 - - [2026-06-08 03:19:50] "GET /obj-perms HTTP/1.1" 200 5090 0.004615
10.0.0.33 - - [2026-06-08 03:19:53] "GET /obj-perms HTTP/1.1" 200 5090 0.005213
10.0.0.27 - - [2026-06-08 03:19:59] "GET /obj-perms HTTP/1.1" 200 5090 0.004816
10.0.0.33 - - [2026-06-08 03:20:02] "GET /obj-perms HTTP/1.1" 200 5090 0.003879
10.0.0.27 - - [2026-06-08 03:20:09] "GET /obj-perms HTTP/1.1" 200 5090 0.004092
10.0.0.33 - - [2026-06-08 03:20:12] "GET /obj-perms HTTP/1.1" 200 5090 0.004176
10.0.0.33 - - [2026-06-08 03:20:12] "POST /neutron/network HTTP/1.1" 200 952 0.008429
10.0.0.249 - - [2026-06-08 03:20:12] "DELETE /route-target/354f4263-c6ba-44e0-8e2f-579f47f65bee HTTP/1.1" 200 115 0.022581
10.0.0.33 - - [2026-06-08 03:20:12] "DELETE /security-group/893f0324-d9fe-4a64-82ff-6e5e3a2fbe5b HTTP/1.1" 200 115 0.056546
10.0.0.33 - - [2026-06-08 03:20:12] "POST /fqname-to-id HTTP/1.1" 404 254 0.004147
10.0.0.33 - - [2026-06-08 03:20:12] "GET /obj-perms HTTP/1.1" 200 5056 0.132737
10.0.0.249 - - [2026-06-08 03:20:13] "GET /obj-perms HTTP/1.1" 200 5056 0.063306
10.0.0.27 - - [2026-06-08 03:20:14] "GET /projects?obj_uuids=045d2678-aa04-430b-8618-ffc825fb10a8&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.026387
10.0.0.33 - - [2026-06-08 03:20:14] "GET /project/045d2678-aa04-430b-8618-ffc825fb10a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.066832
10.0.0.27 - - [2026-06-08 03:20:14] "GET /projects?obj_uuids=045d2678-aa04-430b-8618-ffc825fb10a8&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001292
10.0.0.33 - - [2026-06-08 03:20:14] "GET /project/045d2678-aa04-430b-8618-ffc825fb10a8?fields=virtual_networks HTTP/1.1" 200 1090 0.040051
10.0.0.27 - - [2026-06-08 03:20:14] "GET /projects?obj_uuids=045d2678-aa04-430b-8618-ffc825fb10a8&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001224
10.0.0.33 - - [2026-06-08 03:20:14] "GET /project/045d2678-aa04-430b-8618-ffc825fb10a8?fields=virtual_machine_interfaces HTTP/1.1" 200 1090 0.055503
10.0.0.27 - - [2026-06-08 03:20:14] "GET /projects?obj_uuids=045d2678-aa04-430b-8618-ffc825fb10a8&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001345
10.0.0.33 - - [2026-06-08 03:20:14] "GET /project/045d2678-aa04-430b-8618-ffc825fb10a8?fields=security_groups HTTP/1.1" 200 1346 0.043362
10.0.0.33 - - [2026-06-08 03:20:15] "POST /fqname-to-id HTTP/1.1" 404 209 0.034505
10.0.0.27 - - [2026-06-08 03:20:15] "GET /projects?obj_uuids=f73fb89b-6050-44f2-b8a0-ffe08c8ee63d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004271
10.0.0.27 - - [2026-06-08 03:20:15] "GET /domains?obj_uuids=2441b78a-01cc-4005-9aa7-6b434eb6fb41&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000986
10.0.0.27 - - [2026-06-08 03:20:15] "GET /domain/2441b78a-01cc-4005-9aa7-6b434eb6fb41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.035125
10.0.0.27 - - [2026-06-08 03:20:15] "POST /id-to-fqname HTTP/1.1" 200 212 0.001180
10.0.0.27 - - [2026-06-08 03:20:15] "POST /fqname-to-id HTTP/1.1" 404 222 0.007803
10.0.0.27 - - [2026-06-08 03:20:15] "POST /security-groups HTTP/1.1" 200 612 0.097603
10.0.0.249 - - [2026-06-08 03:20:16] "POST /fqname-to-id HTTP/1.1" 404 255 0.004551
10.0.0.27 - - [2026-06-08 03:20:16] "POST /projects HTTP/1.1" 200 627 0.320346
10.0.0.27 - - [2026-06-08 03:20:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.391995
10.0.0.249 - - [2026-06-08 03:20:16] "POST /access-control-lists HTTP/1.1" 200 615 0.028193
10.0.0.33 - - [2026-06-08 03:20:16] "GET /project/f73fb89b-6050-44f2-b8a0-ffe08c8ee63d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.586789
10.0.0.33 - - [2026-06-08 03:20:17] "GET / HTTP/1.1" 200 35931 0.001477
10.0.0.33 - - [2026-06-08 03:20:18] "POST /fqname-to-id HTTP/1.1" 401 292 0.000468
10.0.0.33 - - [2026-06-08 03:20:19] "POST /fqname-to-id HTTP/1.1" 404 245 0.054982
10.0.0.249 - - [2026-06-08 03:20:19] "POST /fqname-to-id HTTP/1.1" 404 276 0.005021
10.0.0.249 - - [2026-06-08 03:20:19] "PUT /access-control-list/5c59b178-9ea2-4f3b-a765-c5fcf0629a38 HTTP/1.1" 200 272 0.015599
10.0.0.27 - - [2026-06-08 03:20:19] "GET /projects?obj_uuids=f73fb89b-6050-44f2-b8a0-ffe08c8ee63d&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001408
10.0.0.33 - - [2026-06-08 03:20:19] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.095975
10.0.0.33 - - [2026-06-08 03:20:20] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.012420
10.0.0.33 - - [2026-06-08 03:20:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005616
10.0.0.249 - - [2026-06-08 03:20:20] "PUT /access-control-list/5c59b178-9ea2-4f3b-a765-c5fcf0629a38 HTTP/1.1" 200 272 0.018792
10.0.0.33 - - [2026-06-08 03:20:20] "GET /security-group/2973c2f5-67aa-4655-b7c6-0c20b91d845b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2002 0.014372
10.0.0.33 - - [2026-06-08 03:20:21] "POST /neutron/security_group HTTP/1.1" 200 1005 0.004220
10.0.0.33 - - [2026-06-08 03:20:21] "POST /fqname-to-id HTTP/1.1" 404 245 0.002880
10.0.0.33 - - [2026-06-08 03:20:21] "POST /fqname-to-id HTTP/1.1" 404 245 0.007686
10.0.0.249 - - [2026-06-08 03:20:21] "POST /fqname-to-id HTTP/1.1" 404 277 0.006155
10.0.0.249 - - [2026-06-08 03:20:21] "POST /access-control-lists HTTP/1.1" 200 637 0.027575
10.0.0.27 - - [2026-06-08 03:20:21] "GET /projects?obj_uuids=f73fb89b-6050-44f2-b8a0-ffe08c8ee63d&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000948
10.0.0.33 - - [2026-06-08 03:20:21] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.056958
10.0.0.33 - - [2026-06-08 03:20:22] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.013200
10.0.0.249 - - [2026-06-08 03:20:22] "PUT /access-control-list/6a816a35-ed46-4f3e-9203-577cfad217b3 HTTP/1.1" 200 272 0.018463
10.0.0.33 - - [2026-06-08 03:20:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.010131
10.0.0.33 - - [2026-06-08 03:20:22] "GET /security-group/eeed7baa-2119-4df3-adf1-d953ea071030?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2003 0.010395
10.0.0.27 - - [2026-06-08 03:20:22] "GET /projects?obj_uuids=f73fb89b-6050-44f2-b8a0-ffe08c8ee63d&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000932
10.0.0.33 - - [2026-06-08 03:20:22] "POST /neutron/security_group_rule HTTP/1.1" 200 2191 0.040045
10.0.0.249 - - [2026-06-08 03:20:23] "PUT /access-control-list/6a816a35-ed46-4f3e-9203-577cfad217b3 HTTP/1.1" 200 272 0.022368
10.0.0.33 - - [2026-06-08 03:20:23] "POST /neutron/security_group_rule HTTP/1.1" 200 584 0.162507
10.0.0.33 - - [2026-06-08 03:20:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003248
10.0.0.27 - - [2026-06-08 03:20:23] "GET /projects?obj_uuids=f73fb89b-6050-44f2-b8a0-ffe08c8ee63d&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001046
10.0.0.33 - - [2026-06-08 03:20:23] "GET /project/f73fb89b-6050-44f2-b8a0-ffe08c8ee63d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.036808
10.0.0.27 - - [2026-06-08 03:20:23] "GET /projects?obj_uuids=f73fb89b-6050-44f2-b8a0-ffe08c8ee63d&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000918
10.0.0.33 - - [2026-06-08 03:20:23] "POST /neutron/network HTTP/1.1" 200 708 0.124183
10.0.0.249 - - [2026-06-08 03:20:23] "POST /route-targets HTTP/1.1" 200 327 0.012622
10.0.0.33 - - [2026-06-08 03:20:23] "POST /id-to-fqname HTTP/1.1" 200 282 0.002992
10.0.0.33 - - [2026-06-08 03:20:23] "GET /virtual-network/c536116a-9346-4b1e-a6a7-8b062746c75f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.005317
10.0.0.33 - - [2026-06-08 03:20:23] "POST /neutron/network HTTP/1.1" 200 929 0.005180
10.0.0.33 - - [2026-06-08 03:20:23] "GET /virtual-network/c536116a-9346-4b1e-a6a7-8b062746c75f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.004389
10.0.0.33 - - [2026-06-08 03:20:24] "GET /virtual-network/c536116a-9346-4b1e-a6a7-8b062746c75f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.005435
10.0.0.27 - - [2026-06-08 03:20:25] "GET /obj-perms HTTP/1.1" 200 5072 0.056135
10.0.0.33 - - [2026-06-08 03:20:25] "POST /id-to-fqname HTTP/1.1" 200 282 0.001341
10.0.0.33 - - [2026-06-08 03:20:25] "POST /neutron/port HTTP/1.1" 200 2278 0.023921
10.0.0.27 - - [2026-06-08 03:20:26] "GET /projects?obj_uuids=f73fb89b-6050-44f2-b8a0-ffe08c8ee63d&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001233
10.0.0.33 - - [2026-06-08 03:20:26] "GET /project/f73fb89b-6050-44f2-b8a0-ffe08c8ee63d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.074433
10.0.0.33 - - [2026-06-08 03:20:26] "POST /neutron/network HTTP/1.1" 200 929 0.007590
10.0.0.33 - - [2026-06-08 03:20:26] "POST /id-to-fqname HTTP/1.1" 200 282 0.002332
10.0.0.33 - - [2026-06-08 03:20:26] "POST /neutron/port HTTP/1.1" 200 2278 0.024263
10.0.0.33 - - [2026-06-08 03:20:26] "POST /neutron/network HTTP/1.1" 200 939 0.006737
10.0.0.33 - - [2026-06-08 03:20:27] "POST /neutron/port HTTP/1.1" 200 1083 0.016953
10.0.0.33 - - [2026-06-08 03:20:27] "POST /neutron/port HTTP/1.1" 200 1147 0.017628
10.0.0.33 - - [2026-06-08 03:20:27] "POST /neutron/port HTTP/1.1" 200 117 0.002701
10.0.0.27 - - [2026-06-08 03:20:27] "GET /projects?obj_uuids=f73fb89b-6050-44f2-b8a0-ffe08c8ee63d&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000991
10.0.0.33 - - [2026-06-08 03:20:27] "GET /project/f73fb89b-6050-44f2-b8a0-ffe08c8ee63d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.065497
10.0.0.33 - - [2026-06-08 03:20:27] "POST /neutron/port HTTP/1.1" 200 3272 0.042595
10.0.0.33 - - [2026-06-08 03:20:28] "POST /neutron/port HTTP/1.1" 200 1147 0.018480
10.0.0.27 - - [2026-06-08 03:20:28] "GET /projects?obj_uuids=f73fb89b-6050-44f2-b8a0-ffe08c8ee63d&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001046
10.0.0.33 - - [2026-06-08 03:20:28] "POST /neutron/security_group HTTP/1.1" 200 3418 0.058840
10.0.0.33 - - [2026-06-08 03:20:28] "POST /neutron/port HTTP/1.1" 200 1083 0.017061
10.0.0.33 - - [2026-06-08 03:20:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004946
10.0.0.33 - - [2026-06-08 03:20:28] "POST /neutron/network HTTP/1.1" 200 929 0.007252
10.0.0.27 - - [2026-06-08 03:20:32] "DELETE /project/f73fb89b605044f2b8a0ffe08c8ee63d HTTP/1.1" 404 173 0.017832
10.0.0.27 - - [2026-06-08 03:20:32] "GET /projects?obj_uuids=045d2678-aa04-430b-8618-ffc825fb10a8&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001273
10.0.0.249 - - [2026-06-08 03:20:32] "DELETE /access-control-list/45f6bbf2-6d9d-45f4-a3df-791c916156d6 HTTP/1.1" 200 115 0.073483
10.0.0.27 - - [2026-06-08 03:20:32] "GET /project/045d2678-aa04-430b-8618-ffc825fb10a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1239 0.068996
10.0.0.27 - - [2026-06-08 03:20:32] "GET /projects?obj_uuids=045d2678-aa04-430b-8618-ffc825fb10a8&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000906
10.0.0.27 - - [2026-06-08 03:20:32] "GET /project/045d2678-aa04-430b-8618-ffc825fb10a8?fields=security_groups HTTP/1.1" 200 1161 0.054212
10.0.0.27 - - [2026-06-08 03:20:32] "GET /projects?obj_uuids=045d2678-aa04-430b-8618-ffc825fb10a8&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.002485
10.0.0.27 - - [2026-06-08 03:20:32] "GET /project/045d2678-aa04-430b-8618-ffc825fb10a8?fields=application_policy_sets HTTP/1.1" 404 217 0.018315
10.0.0.27 - - [2026-06-08 03:20:32] "DELETE /project/045d2678-aa04-430b-8618-ffc825fb10a8 HTTP/1.1" 404 171 0.251403
10.0.0.33 - - [2026-06-08 03:20:33] "POST /neutron/port HTTP/1.1" 200 1147 0.015959
10.0.0.33 - - [2026-06-08 03:20:33] "POST /neutron/security_group HTTP/1.1" 200 1421 0.007326
10.0.0.33 - - [2026-06-08 03:20:33] "POST /neutron/port HTTP/1.1" 200 1216 0.017226
10.0.0.33 - - [2026-06-08 03:20:33] "GET /virtual-machine/34dcecae-177c-4722-8054-4606ed3ff31d HTTP/1.1" 401 292 0.000315
10.0.0.33 - - [2026-06-08 03:20:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004606
10.0.0.33 - - [2026-06-08 03:20:33] "POST /neutron/port HTTP/1.1" 200 117 0.001199
10.0.0.33 - - [2026-06-08 03:20:33] "GET /virtual-machine/34dcecae-177c-4722-8054-4606ed3ff31d HTTP/1.1" 200 1312 0.035614
10.0.0.33 - - [2026-06-08 03:20:33] "GET /virtual-machine/34dcecae-177c-4722-8054-4606ed3ff31d HTTP/1.1" 200 1312 0.004081
10.0.0.33 - - [2026-06-08 03:20:33] "GET /virtual-machine-interface/88166015-d16d-4b05-8ce3-e7d19d3de8af HTTP/1.1" 200 3191 0.005397
10.0.0.33 - - [2026-06-08 03:20:34] "GET /virtual-machine/34dcecae-177c-4722-8054-4606ed3ff31d HTTP/1.1" 200 1312 0.005522
10.0.0.33 - - [2026-06-08 03:20:34] "GET /virtual-machine-interface/88166015-d16d-4b05-8ce3-e7d19d3de8af HTTP/1.1" 200 3191 0.006176
10.0.0.33 - - [2026-06-08 03:20:34] "GET /instance-ip/778ca19c-1805-44ea-b4e3-f6e73202eca8 HTTP/1.1" 200 1705 0.007130
10.0.0.33 - - [2026-06-08 03:20:34] "GET /virtual-machine/34dcecae-177c-4722-8054-4606ed3ff31d HTTP/1.1" 200 1312 0.004853
10.0.0.33 - - [2026-06-08 03:20:34] "GET /virtual-machine-interface/88166015-d16d-4b05-8ce3-e7d19d3de8af HTTP/1.1" 200 3191 0.006169
10.0.0.33 - - [2026-06-08 03:20:34] "GET /instance-ip/778ca19c-1805-44ea-b4e3-f6e73202eca8 HTTP/1.1" 200 1705 0.005157
10.0.0.33 - - [2026-06-08 03:20:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004399
10.0.0.33 - - [2026-06-08 03:20:34] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004205
10.0.0.33 - - [2026-06-08 03:20:34] "GET /virtual-networks?parent_id=f73fb89b-6050-44f2-b8a0-ffe08c8ee63d&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003346
10.0.0.33 - - [2026-06-08 03:20:34] "GET /virtual-network/c536116a-9346-4b1e-a6a7-8b062746c75f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.007373
10.0.0.33 - - [2026-06-08 03:20:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003857
10.0.0.33 - - [2026-06-08 03:20:34] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004982
10.0.0.33 - - [2026-06-08 03:20:34] "GET /virtual-networks?parent_id=f73fb89b-6050-44f2-b8a0-ffe08c8ee63d&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003767
10.0.0.33 - - [2026-06-08 03:20:34] "GET /virtual-network/c536116a-9346-4b1e-a6a7-8b062746c75f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.007027
10.0.0.33 - - [2026-06-08 03:20:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004222
10.0.0.33 - - [2026-06-08 03:20:34] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004701
10.0.0.33 - - [2026-06-08 03:20:34] "GET /virtual-networks?parent_id=f73fb89b-6050-44f2-b8a0-ffe08c8ee63d&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004594
10.0.0.33 - - [2026-06-08 03:20:34] "GET /virtual-network/c536116a-9346-4b1e-a6a7-8b062746c75f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.006769
10.0.0.33 - - [2026-06-08 03:20:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005010
10.0.0.33 - - [2026-06-08 03:20:34] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006900
10.0.0.33 - - [2026-06-08 03:20:34] "GET /virtual-networks?parent_id=f73fb89b-6050-44f2-b8a0-ffe08c8ee63d&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004277
10.0.0.33 - - [2026-06-08 03:20:34] "GET /virtual-network/c536116a-9346-4b1e-a6a7-8b062746c75f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.006551
10.0.0.33 - - [2026-06-08 03:20:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004489
10.0.0.33 - - [2026-06-08 03:20:34] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004338
10.0.0.33 - - [2026-06-08 03:20:34] "GET /virtual-networks?parent_id=f73fb89b-6050-44f2-b8a0-ffe08c8ee63d&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003458
10.0.0.33 - - [2026-06-08 03:20:34] "GET /virtual-network/c536116a-9346-4b1e-a6a7-8b062746c75f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.007235
10.0.0.33 - - [2026-06-08 03:20:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004206
10.0.0.33 - - [2026-06-08 03:20:34] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006118
10.0.0.33 - - [2026-06-08 03:20:34] "GET /virtual-networks?parent_id=f73fb89b-6050-44f2-b8a0-ffe08c8ee63d&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.005341
10.0.0.33 - - [2026-06-08 03:20:34] "GET /virtual-network/c536116a-9346-4b1e-a6a7-8b062746c75f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.008336
10.0.0.33 - - [2026-06-08 03:20:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004634
10.0.0.33 - - [2026-06-08 03:20:34] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.008587
10.0.0.33 - - [2026-06-08 03:20:34] "GET /virtual-networks?parent_id=f73fb89b-6050-44f2-b8a0-ffe08c8ee63d&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004026
10.0.0.33 - - [2026-06-08 03:20:35] "GET /virtual-network/c536116a-9346-4b1e-a6a7-8b062746c75f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.006498
10.0.0.33 - - [2026-06-08 03:20:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003896
10.0.0.33 - - [2026-06-08 03:20:38] "GET /virtual-network/c536116a-9346-4b1e-a6a7-8b062746c75f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.006222
10.0.0.33 - - [2026-06-08 03:20:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.007398
10.0.0.33 - - [2026-06-08 03:20:42] "GET /virtual-network/c536116a-9346-4b1e-a6a7-8b062746c75f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.008624
10.0.0.33 - - [2026-06-08 03:20:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003679
10.0.0.33 - - [2026-06-08 03:20:46] "GET /virtual-network/c536116a-9346-4b1e-a6a7-8b062746c75f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.009711
10.0.0.33 - - [2026-06-08 03:20:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003531
10.0.0.33 - - [2026-06-08 03:20:50] "GET /virtual-network/c536116a-9346-4b1e-a6a7-8b062746c75f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.005428
10.0.0.33 - - [2026-06-08 03:20:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004818
10.0.0.33 - - [2026-06-08 03:20:54] "GET /virtual-network/c536116a-9346-4b1e-a6a7-8b062746c75f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.009609
10.0.0.33 - - [2026-06-08 03:20:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005384
10.0.0.33 - - [2026-06-08 03:20:58] "GET /virtual-network/c536116a-9346-4b1e-a6a7-8b062746c75f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.007449
10.0.0.33 - - [2026-06-08 03:21:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004037
10.0.0.33 - - [2026-06-08 03:21:02] "GET /virtual-network/c536116a-9346-4b1e-a6a7-8b062746c75f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.008079
10.0.0.33 - - [2026-06-08 03:21:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004629
10.0.0.33 - - [2026-06-08 03:21:06] "GET /virtual-network/c536116a-9346-4b1e-a6a7-8b062746c75f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.006785
10.0.0.33 - - [2026-06-08 03:21:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004713
10.0.0.33 - - [2026-06-08 03:21:08] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004571
10.0.0.33 - - [2026-06-08 03:21:08] "GET /virtual-networks?parent_id=f73fb89b-6050-44f2-b8a0-ffe08c8ee63d&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003769
10.0.0.33 - - [2026-06-08 03:21:08] "GET /virtual-network/c536116a-9346-4b1e-a6a7-8b062746c75f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.007872
10.0.0.33 - - [2026-06-08 03:21:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.005349
10.0.0.33 - - [2026-06-08 03:21:09] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.017216
10.0.0.33 - - [2026-06-08 03:21:09] "GET /virtual-networks?parent_id=f73fb89b-6050-44f2-b8a0-ffe08c8ee63d&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.010472
10.0.0.33 - - [2026-06-08 03:21:09] "GET /virtual-network/c536116a-9346-4b1e-a6a7-8b062746c75f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.009930
10.0.0.33 - - [2026-06-08 03:21:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004757
10.0.0.33 - - [2026-06-08 03:21:09] "GET /routing-instance/2884c49f-4cf2-44aa-8fd9-ea2829c42ee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1660 0.007329
10.0.0.33 - - [2026-06-08 03:21:09] "GET /route-target/cf125107-89a0-455b-9f9c-5836e0a704bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.006476
10.0.0.33 - - [2026-06-08 03:21:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.012385
10.0.0.33 - - [2026-06-08 03:21:09] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005587
10.0.0.33 - - [2026-06-08 03:21:09] "GET /virtual-networks?parent_id=f73fb89b-6050-44f2-b8a0-ffe08c8ee63d&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.006661
10.0.0.33 - - [2026-06-08 03:21:09] "GET /virtual-network/c536116a-9346-4b1e-a6a7-8b062746c75f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.010461
10.0.0.33 - - [2026-06-08 03:21:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.005673
10.0.0.33 - - [2026-06-08 03:21:09] "GET /routing-instance/2884c49f-4cf2-44aa-8fd9-ea2829c42ee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1660 0.005708
10.0.0.33 - - [2026-06-08 03:21:09] "GET /route-target/cf125107-89a0-455b-9f9c-5836e0a704bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004859
10.0.0.33 - - [2026-06-08 03:21:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004804
10.0.0.33 - - [2026-06-08 03:21:09] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005429
10.0.0.33 - - [2026-06-08 03:21:09] "GET /virtual-networks?parent_id=f73fb89b-6050-44f2-b8a0-ffe08c8ee63d&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004250
10.0.0.33 - - [2026-06-08 03:21:09] "GET /virtual-network/c536116a-9346-4b1e-a6a7-8b062746c75f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.006065
10.0.0.33 - - [2026-06-08 03:21:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004627
10.0.0.33 - - [2026-06-08 03:21:09] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004886
10.0.0.33 - - [2026-06-08 03:21:09] "GET /virtual-networks?parent_id=f73fb89b-6050-44f2-b8a0-ffe08c8ee63d&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003677
10.0.0.33 - - [2026-06-08 03:21:10] "GET /virtual-network/c536116a-9346-4b1e-a6a7-8b062746c75f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.008957
10.0.0.33 - - [2026-06-08 03:21:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.005537
10.0.0.33 - - [2026-06-08 03:21:10] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007616
10.0.0.33 - - [2026-06-08 03:21:10] "GET /virtual-networks?parent_id=f73fb89b-6050-44f2-b8a0-ffe08c8ee63d&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.005890
10.0.0.33 - - [2026-06-08 03:21:10] "GET /virtual-network/c536116a-9346-4b1e-a6a7-8b062746c75f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.008388
10.0.0.33 - - [2026-06-08 03:21:10] "GET /obj-perms HTTP/1.1" 200 5072 0.055876
10.0.0.27 - - [2026-06-08 03:21:10] "GET /obj-perms HTTP/1.1" 200 5072 0.006016
10.0.0.33 - - [2026-06-08 03:21:10] "GET /obj-perms HTTP/1.1" 200 5072 0.004296
10.0.0.27 - - [2026-06-08 03:21:10] "GET /obj-perms HTTP/1.1" 200 5072 0.004323
10.0.0.33 - - [2026-06-08 03:21:10] "GET /virtual-machine/34dcecae-177c-4722-8054-4606ed3ff31d HTTP/1.1" 200 1312 0.004691
10.0.0.33 - - [2026-06-08 03:21:10] "GET /virtual-machine-interface/88166015-d16d-4b05-8ce3-e7d19d3de8af HTTP/1.1" 200 3191 0.007455
10.0.0.33 - - [2026-06-08 03:21:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004696
10.0.0.33 - - [2026-06-08 03:21:10] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004914
10.0.0.33 - - [2026-06-08 03:21:10] "GET /virtual-networks?parent_id=f73fb89b-6050-44f2-b8a0-ffe08c8ee63d&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004089
10.0.0.33 - - [2026-06-08 03:21:10] "GET /virtual-network/c536116a-9346-4b1e-a6a7-8b062746c75f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.007329
10.0.0.33 - - [2026-06-08 03:21:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.006165
10.0.0.33 - - [2026-06-08 03:21:12] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006669
10.0.0.33 - - [2026-06-08 03:21:12] "GET /virtual-networks?parent_id=f73fb89b-6050-44f2-b8a0-ffe08c8ee63d&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003862
10.0.0.33 - - [2026-06-08 03:21:12] "GET /virtual-network/c536116a-9346-4b1e-a6a7-8b062746c75f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.007077
10.0.0.33 - - [2026-06-08 03:21:12] "POST /neutron/port HTTP/1.1" 200 1147 0.025387
10.0.0.33 - - [2026-06-08 03:21:13] "GET /obj-perms HTTP/1.1" 200 5056 0.051656
10.0.0.33 - - [2026-06-08 03:21:17] "POST /neutron/security_group HTTP/1.1" 200 1421 0.008260
10.0.0.33 - - [2026-06-08 03:21:22] "POST /neutron/port HTTP/1.1" 200 1147 0.025764
10.0.0.33 - - [2026-06-08 03:21:27] "POST /neutron/security_group HTTP/1.1" 200 1421 0.012756
10.0.0.33 - - [2026-06-08 03:21:27] "POST /neutron/port HTTP/1.1" 200 1147 0.026608
10.0.0.33 - - [2026-06-08 03:21:28] "POST /neutron/security_group HTTP/1.1" 200 1421 0.010863
10.0.0.33 - - [2026-06-08 03:21:28] "GET /virtual-machine/8a1fd095-77c3-41b2-824b-b934b4745301 HTTP/1.1" 200 1312 0.007446
10.0.0.33 - - [2026-06-08 03:21:28] "GET /virtual-machine/8a1fd095-77c3-41b2-824b-b934b4745301 HTTP/1.1" 200 1312 0.004277
10.0.0.33 - - [2026-06-08 03:21:28] "GET /virtual-machine-interface/4bd9d48e-be1b-4246-b2cc-f498bc555784 HTTP/1.1" 200 3191 0.006176
10.0.0.33 - - [2026-06-08 03:21:28] "GET /virtual-machine/8a1fd095-77c3-41b2-824b-b934b4745301 HTTP/1.1" 200 1312 0.004452
10.0.0.33 - - [2026-06-08 03:21:28] "GET /virtual-machine-interface/4bd9d48e-be1b-4246-b2cc-f498bc555784 HTTP/1.1" 200 3191 0.005608
10.0.0.33 - - [2026-06-08 03:21:28] "GET /instance-ip/1d839536-f59a-4923-af5a-b2b6b4722cf8 HTTP/1.1" 200 1705 0.007461
10.0.0.33 - - [2026-06-08 03:21:28] "GET /virtual-machine/8a1fd095-77c3-41b2-824b-b934b4745301 HTTP/1.1" 200 1312 0.004789
10.0.0.33 - - [2026-06-08 03:21:28] "GET /virtual-machine-interface/4bd9d48e-be1b-4246-b2cc-f498bc555784 HTTP/1.1" 200 3191 0.008606
10.0.0.33 - - [2026-06-08 03:21:28] "GET /instance-ip/1d839536-f59a-4923-af5a-b2b6b4722cf8 HTTP/1.1" 200 1705 0.006095
10.0.0.33 - - [2026-06-08 03:21:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.005009
10.0.0.33 - - [2026-06-08 03:21:28] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004392
10.0.0.33 - - [2026-06-08 03:21:28] "GET /virtual-networks?parent_id=f73fb89b-6050-44f2-b8a0-ffe08c8ee63d&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003508
10.0.0.33 - - [2026-06-08 03:21:28] "GET /virtual-network/c536116a-9346-4b1e-a6a7-8b062746c75f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.006957
10.0.0.33 - - [2026-06-08 03:21:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004367
10.0.0.33 - - [2026-06-08 03:21:28] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005464
10.0.0.33 - - [2026-06-08 03:21:28] "GET /virtual-networks?parent_id=f73fb89b-6050-44f2-b8a0-ffe08c8ee63d&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.005209
10.0.0.33 - - [2026-06-08 03:21:28] "GET /virtual-network/c536116a-9346-4b1e-a6a7-8b062746c75f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.008236
10.0.0.33 - - [2026-06-08 03:21:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.005670
10.0.0.33 - - [2026-06-08 03:21:28] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006835
10.0.0.33 - - [2026-06-08 03:21:28] "GET /virtual-networks?parent_id=f73fb89b-6050-44f2-b8a0-ffe08c8ee63d&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.005087
10.0.0.33 - - [2026-06-08 03:21:28] "GET /virtual-network/c536116a-9346-4b1e-a6a7-8b062746c75f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.009588
10.0.0.33 - - [2026-06-08 03:21:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.006061
10.0.0.33 - - [2026-06-08 03:21:28] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005827
10.0.0.33 - - [2026-06-08 03:21:28] "GET /virtual-networks?parent_id=f73fb89b-6050-44f2-b8a0-ffe08c8ee63d&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.005134
10.0.0.33 - - [2026-06-08 03:21:28] "GET /virtual-network/c536116a-9346-4b1e-a6a7-8b062746c75f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.007917
10.0.0.33 - - [2026-06-08 03:21:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.005109
10.0.0.33 - - [2026-06-08 03:21:28] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.009902
10.0.0.33 - - [2026-06-08 03:21:28] "GET /virtual-networks?parent_id=f73fb89b-6050-44f2-b8a0-ffe08c8ee63d&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.005125
10.0.0.33 - - [2026-06-08 03:21:28] "GET /virtual-network/c536116a-9346-4b1e-a6a7-8b062746c75f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.006899
10.0.0.33 - - [2026-06-08 03:21:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.005856
10.0.0.33 - - [2026-06-08 03:21:28] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004674
10.0.0.33 - - [2026-06-08 03:21:28] "GET /virtual-networks?parent_id=f73fb89b-6050-44f2-b8a0-ffe08c8ee63d&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004081
10.0.0.33 - - [2026-06-08 03:21:28] "GET /virtual-network/c536116a-9346-4b1e-a6a7-8b062746c75f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.009310
10.0.0.33 - - [2026-06-08 03:21:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.005049
10.0.0.33 - - [2026-06-08 03:21:29] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006254
10.0.0.33 - - [2026-06-08 03:21:29] "GET /virtual-networks?parent_id=f73fb89b-6050-44f2-b8a0-ffe08c8ee63d&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.008671
10.0.0.33 - - [2026-06-08 03:21:29] "GET /virtual-network/c536116a-9346-4b1e-a6a7-8b062746c75f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.007465
10.0.0.33 - - [2026-06-08 03:21:31] "POST /neutron/network HTTP/1.1" 200 1121 0.008460
10.0.0.33 - - [2026-06-08 03:21:31] "POST /neutron/subnet HTTP/1.1" 200 1374 0.019672
10.0.0.33 - - [2026-06-08 03:21:31] "POST /neutron/network HTTP/1.1" 200 1111 0.013103
10.0.0.33 - - [2026-06-08 03:21:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.006214
10.0.0.33 - - [2026-06-08 03:21:32] "GET /virtual-network/c536116a-9346-4b1e-a6a7-8b062746c75f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.007767
10.0.0.33 - - [2026-06-08 03:21:35] "POST /neutron/network HTTP/1.1" 200 939 0.009690
10.0.0.33 - - [2026-06-08 03:21:35] "POST /neutron/port HTTP/1.1" 200 117 0.001375
10.0.0.33 - - [2026-06-08 03:21:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004947
10.0.0.33 - - [2026-06-08 03:21:36] "GET /virtual-network/c536116a-9346-4b1e-a6a7-8b062746c75f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.007489
10.0.0.33 - - [2026-06-08 03:21:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004398
10.0.0.33 - - [2026-06-08 03:21:40] "GET /virtual-network/c536116a-9346-4b1e-a6a7-8b062746c75f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.006005
10.0.0.33 - - [2026-06-08 03:21:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.005211
10.0.0.33 - - [2026-06-08 03:21:44] "GET /virtual-network/c536116a-9346-4b1e-a6a7-8b062746c75f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.009162
10.0.0.33 - - [2026-06-08 03:21:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005427
10.0.0.33 - - [2026-06-08 03:21:48] "GET /virtual-network/c536116a-9346-4b1e-a6a7-8b062746c75f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.007066
10.0.0.33 - - [2026-06-08 03:21:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.008565
10.0.0.33 - - [2026-06-08 03:21:52] "GET /virtual-network/c536116a-9346-4b1e-a6a7-8b062746c75f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.008665
10.0.0.33 - - [2026-06-08 03:21:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004940
10.0.0.33 - - [2026-06-08 03:21:56] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005327
10.0.0.33 - - [2026-06-08 03:21:56] "GET /virtual-networks?parent_id=f73fb89b-6050-44f2-b8a0-ffe08c8ee63d&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004355
10.0.0.33 - - [2026-06-08 03:21:56] "GET /virtual-network/c536116a-9346-4b1e-a6a7-8b062746c75f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.008407
10.0.0.33 - - [2026-06-08 03:21:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.005195
10.0.0.33 - - [2026-06-08 03:21:57] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005616
10.0.0.33 - - [2026-06-08 03:21:57] "GET /virtual-networks?parent_id=f73fb89b-6050-44f2-b8a0-ffe08c8ee63d&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004600
10.0.0.33 - - [2026-06-08 03:21:57] "GET /virtual-network/c536116a-9346-4b1e-a6a7-8b062746c75f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.010476
10.0.0.33 - - [2026-06-08 03:21:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.006442
10.0.0.33 - - [2026-06-08 03:21:57] "GET /routing-instance/2884c49f-4cf2-44aa-8fd9-ea2829c42ee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1660 0.006376
10.0.0.33 - - [2026-06-08 03:21:57] "GET /route-target/cf125107-89a0-455b-9f9c-5836e0a704bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.009122
10.0.0.33 - - [2026-06-08 03:21:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.006207
10.0.0.33 - - [2026-06-08 03:21:57] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005672
10.0.0.33 - - [2026-06-08 03:21:57] "GET /virtual-networks?parent_id=f73fb89b-6050-44f2-b8a0-ffe08c8ee63d&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.005169
10.0.0.33 - - [2026-06-08 03:21:57] "GET /virtual-network/c536116a-9346-4b1e-a6a7-8b062746c75f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.011914
10.0.0.33 - - [2026-06-08 03:21:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.005373
10.0.0.33 - - [2026-06-08 03:21:57] "GET /routing-instance/2884c49f-4cf2-44aa-8fd9-ea2829c42ee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1660 0.006698
10.0.0.33 - - [2026-06-08 03:21:57] "GET /route-target/cf125107-89a0-455b-9f9c-5836e0a704bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004794
10.0.0.33 - - [2026-06-08 03:21:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004731
10.0.0.33 - - [2026-06-08 03:21:57] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006730
10.0.0.33 - - [2026-06-08 03:21:57] "GET /virtual-networks?parent_id=f73fb89b-6050-44f2-b8a0-ffe08c8ee63d&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.005396
10.0.0.33 - - [2026-06-08 03:21:57] "GET /virtual-network/c536116a-9346-4b1e-a6a7-8b062746c75f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.008503
10.0.0.33 - - [2026-06-08 03:21:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004764
10.0.0.33 - - [2026-06-08 03:21:57] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007316
10.0.0.33 - - [2026-06-08 03:21:57] "GET /virtual-networks?parent_id=f73fb89b-6050-44f2-b8a0-ffe08c8ee63d&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.005010
10.0.0.33 - - [2026-06-08 03:21:57] "GET /virtual-network/c536116a-9346-4b1e-a6a7-8b062746c75f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.010363
10.0.0.33 - - [2026-06-08 03:21:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.005615
10.0.0.33 - - [2026-06-08 03:21:57] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007126
10.0.0.33 - - [2026-06-08 03:21:57] "GET /virtual-networks?parent_id=f73fb89b-6050-44f2-b8a0-ffe08c8ee63d&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004521
10.0.0.33 - - [2026-06-08 03:21:57] "GET /virtual-network/c536116a-9346-4b1e-a6a7-8b062746c75f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.009953
10.0.0.27 - - [2026-06-08 03:21:58] "GET /obj-perms HTTP/1.1" 200 5072 0.005164
10.0.0.33 - - [2026-06-08 03:21:58] "GET /obj-perms HTTP/1.1" 200 5072 0.005712
10.0.0.249 - - [2026-06-08 03:21:58] "GET /obj-perms HTTP/1.1" 200 5072 0.057967
10.0.0.33 - - [2026-06-08 03:21:58] "GET /obj-perms HTTP/1.1" 200 5072 0.006096
10.0.0.33 - - [2026-06-08 03:21:58] "GET /virtual-machine/8a1fd095-77c3-41b2-824b-b934b4745301 HTTP/1.1" 200 1312 0.006125
10.0.0.33 - - [2026-06-08 03:21:58] "GET /virtual-machine-interface/4bd9d48e-be1b-4246-b2cc-f498bc555784 HTTP/1.1" 200 3191 0.007474
10.0.0.33 - - [2026-06-08 03:21:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004866
10.0.0.33 - - [2026-06-08 03:21:58] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005432
10.0.0.33 - - [2026-06-08 03:21:58] "GET /virtual-networks?parent_id=f73fb89b-6050-44f2-b8a0-ffe08c8ee63d&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004756
10.0.0.33 - - [2026-06-08 03:21:58] "GET /virtual-network/c536116a-9346-4b1e-a6a7-8b062746c75f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.010221
10.0.0.33 - - [2026-06-08 03:21:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005692
10.0.0.33 - - [2026-06-08 03:21:59] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007329
10.0.0.33 - - [2026-06-08 03:21:59] "GET /virtual-networks?parent_id=f73fb89b-6050-44f2-b8a0-ffe08c8ee63d&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.005909
10.0.0.33 - - [2026-06-08 03:21:59] "GET /virtual-network/c536116a-9346-4b1e-a6a7-8b062746c75f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.006688
10.0.0.33 - - [2026-06-08 03:21:59] "POST /neutron/security_group HTTP/1.1" 200 1421 0.013223
10.0.0.33 - - [2026-06-08 03:22:09] "POST /neutron/port HTTP/1.1" 200 1147 0.054894
10.0.0.33 - - [2026-06-08 03:22:10] "POST /neutron/security_group HTTP/1.1" 200 1421 0.008484
10.0.0.249 - - [2026-06-08 03:22:14] "GET /obj-perms HTTP/1.1" 200 5056 0.055020
10.0.0.27 - - [2026-06-08 03:22:14] "GET /obj-perms HTTP/1.1" 200 5056 0.056256
10.0.0.33 - - [2026-06-08 03:22:20] "GET /virtual-machine/34dcecae-177c-4722-8054-4606ed3ff31d HTTP/1.1" 200 1312 0.004922
10.0.0.33 - - [2026-06-08 03:22:20] "GET /virtual-machine-interface/88166015-d16d-4b05-8ce3-e7d19d3de8af HTTP/1.1" 200 3191 0.006263
10.0.0.33 - - [2026-06-08 03:22:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005818
10.0.0.33 - - [2026-06-08 03:22:20] "GET /security-group/eeed7baa-2119-4df3-adf1-d953ea071030?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2701 0.005775
10.0.0.33 - - [2026-06-08 03:22:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004166
10.0.0.33 - - [2026-06-08 03:22:20] "GET /security-group/eeed7baa-2119-4df3-adf1-d953ea071030?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2701 0.005256
10.0.0.33 - - [2026-06-08 03:22:20] "POST /neutron/security_group HTTP/1.1" 200 1447 0.005179
10.0.0.33 - - [2026-06-08 03:22:20] "POST /neutron/port HTTP/1.1" 200 1137 0.021975
10.0.0.33 - - [2026-06-08 03:22:20] "GET /virtual-machine/34dcecae-177c-4722-8054-4606ed3ff31d HTTP/1.1" 200 1312 0.006875
10.0.0.33 - - [2026-06-08 03:22:20] "GET /virtual-machine-interface/88166015-d16d-4b05-8ce3-e7d19d3de8af HTTP/1.1" 200 3139 0.013324
10.0.0.33 - - [2026-06-08 03:22:20] "POST /neutron/security_group HTTP/1.1" 200 1421 0.014360
10.0.0.33 - - [2026-06-08 03:22:20] "POST /neutron/port HTTP/1.1" 200 1099 0.025154
10.0.0.33 - - [2026-06-08 03:22:21] "GET /virtual-machine/34dcecae-177c-4722-8054-4606ed3ff31d HTTP/1.1" 200 1312 0.006620
10.0.0.33 - - [2026-06-08 03:22:21] "GET /virtual-machine-interface/88166015-d16d-4b05-8ce3-e7d19d3de8af HTTP/1.1" 200 3191 0.012259
10.0.0.33 - - [2026-06-08 03:22:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.005163
10.0.0.33 - - [2026-06-08 03:22:21] "GET /security-group/eeed7baa-2119-4df3-adf1-d953ea071030?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2701 0.006361
10.0.0.33 - - [2026-06-08 03:22:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.005022
10.0.0.33 - - [2026-06-08 03:22:21] "GET /security-group/eeed7baa-2119-4df3-adf1-d953ea071030?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2701 0.006634
10.0.0.33 - - [2026-06-08 03:22:21] "POST /neutron/security_group HTTP/1.1" 200 1447 0.009744
10.0.0.33 - - [2026-06-08 03:22:21] "POST /fqname-to-id HTTP/1.1" 404 245 0.006165
10.0.0.33 - - [2026-06-08 03:22:21] "POST /fqname-to-id HTTP/1.1" 404 245 0.005092
10.0.0.27 - - [2026-06-08 03:22:21] "GET /projects?obj_uuids=f73fb89b-6050-44f2-b8a0-ffe08c8ee63d&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001315
10.0.0.33 - - [2026-06-08 03:22:21] "POST /neutron/security_group HTTP/1.1" 200 153 0.079310
10.0.0.33 - - [2026-06-08 03:22:22] "POST /neutron/network HTTP/1.1" 200 929 0.010501
10.0.0.33 - - [2026-06-08 03:22:24] "POST /neutron/network HTTP/1.1" 400 204 0.021230
10.0.0.33 - - [2026-06-08 03:22:28] "POST /neutron/network HTTP/1.1" 200 929 0.011627
10.0.0.33 - - [2026-06-08 03:22:30] "POST /neutron/network HTTP/1.1" 400 204 0.020828
10.0.0.33 - - [2026-06-08 03:22:32] "POST /neutron/port HTTP/1.1" 200 1109 0.023836
10.0.0.33 - - [2026-06-08 03:22:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005945
10.0.0.33 - - [2026-06-08 03:22:32] "POST /neutron/network HTTP/1.1" 200 929 0.011371
10.0.0.33 - - [2026-06-08 03:22:35] "POST /neutron/port HTTP/1.1" 200 1216 0.029102
10.0.0.33 - - [2026-06-08 03:22:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005699
10.0.0.33 - - [2026-06-08 03:22:35] "POST /neutron/port HTTP/1.1" 200 117 0.001781
10.0.0.33 - - [2026-06-08 03:22:36] "POST /neutron/network HTTP/1.1" 200 929 0.014096
10.0.0.249 - - [2026-06-08 03:22:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000522
10.0.0.249 - - [2026-06-08 03:22:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000663
10.0.0.249 - - [2026-06-08 03:22:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000715
10.0.0.249 - - [2026-06-08 03:22:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000502
10.0.0.33 - - [2026-06-08 03:22:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000544
10.0.0.33 - - [2026-06-08 03:22:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000668
10.0.0.27 - - [2026-06-08 03:22:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000565
10.0.0.27 - - [2026-06-08 03:22:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000520
10.0.0.33 - - [2026-06-08 03:22:38] "POST /neutron/network HTTP/1.1" 400 204 0.019089
10.0.0.33 - - [2026-06-08 03:22:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000625
10.0.0.33 - - [2026-06-08 03:22:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000926
10.0.0.27 - - [2026-06-08 03:22:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000654
10.0.0.27 - - [2026-06-08 03:22:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000841
10.0.0.33 - - [2026-06-08 03:22:42] "POST /neutron/network HTTP/1.1" 200 929 0.009262
10.0.0.33 - - [2026-06-08 03:22:44] "POST /neutron/network HTTP/1.1" 400 204 0.020151
10.0.0.33 - - [2026-06-08 03:22:48] "POST /neutron/network HTTP/1.1" 200 929 0.011576
10.0.0.33 - - [2026-06-08 03:22:50] "POST /neutron/network HTTP/1.1" 400 204 0.015844
10.0.0.33 - - [2026-06-08 03:22:54] "POST /neutron/network HTTP/1.1" 200 929 0.010270
10.0.0.33 - - [2026-06-08 03:22:56] "POST /neutron/network HTTP/1.1" 400 204 0.017143
10.0.0.33 - - [2026-06-08 03:23:00] "POST /neutron/network HTTP/1.1" 200 929 0.011320
10.0.0.33 - - [2026-06-08 03:23:03] "POST /neutron/network HTTP/1.1" 400 204 0.017524
10.0.0.33 - - [2026-06-08 03:23:07] "POST /neutron/network HTTP/1.1" 200 929 0.008804
10.0.0.33 - - [2026-06-08 03:23:09] "POST /neutron/network HTTP/1.1" 400 204 0.037053
10.0.0.33 - - [2026-06-08 03:23:13] "POST /neutron/network HTTP/1.1" 200 929 0.011855
10.0.0.33 - - [2026-06-08 03:23:33] "POST /neutron/port HTTP/1.1" 200 1216 0.067375
10.0.0.33 - - [2026-06-08 03:23:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007152
10.0.0.33 - - [2026-06-08 03:23:33] "POST /neutron/port HTTP/1.1" 200 117 0.002344
10.0.0.33 - - [2026-06-08 03:23:35] "POST /neutron/port HTTP/1.1" 200 1109 0.037192
10.0.0.33 - - [2026-06-08 03:23:35] "POST /neutron/subnet HTTP/1.1" 200 708 0.015937
10.0.0.33 - - [2026-06-08 03:24:03] "POST /neutron/security_group HTTP/1.1" 400 209 0.005527
10.0.0.27 - - [2026-06-08 03:24:04] "GET /projects?obj_uuids=f73fb89b-6050-44f2-b8a0-ffe08c8ee63d&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001713
10.0.0.33 - - [2026-06-08 03:24:04] "GET /project/f73fb89b-6050-44f2-b8a0-ffe08c8ee63d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.104162
10.0.0.27 - - [2026-06-08 03:24:04] "GET /projects?obj_uuids=f73fb89b-6050-44f2-b8a0-ffe08c8ee63d&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.003101
10.0.0.33 - - [2026-06-08 03:24:04] "GET /project/f73fb89b-6050-44f2-b8a0-ffe08c8ee63d?fields=virtual_networks HTTP/1.1" 200 1375 0.075638
10.0.0.27 - - [2026-06-08 03:24:06] "GET /projects?obj_uuids=f73fb89b-6050-44f2-b8a0-ffe08c8ee63d&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001970
10.0.0.33 - - [2026-06-08 03:24:07] "GET /project/f73fb89b-6050-44f2-b8a0-ffe08c8ee63d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.067997
10.0.0.27 - - [2026-06-08 03:24:07] "GET /projects?obj_uuids=f73fb89b-6050-44f2-b8a0-ffe08c8ee63d&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.002141
10.0.0.33 - - [2026-06-08 03:24:07] "GET /project/f73fb89b-6050-44f2-b8a0-ffe08c8ee63d?fields=virtual_networks HTTP/1.1" 200 1375 0.079937
10.0.0.27 - - [2026-06-08 03:24:09] "GET /projects?obj_uuids=f73fb89b-6050-44f2-b8a0-ffe08c8ee63d&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001747
10.0.0.33 - - [2026-06-08 03:24:09] "GET /project/f73fb89b-6050-44f2-b8a0-ffe08c8ee63d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.061717
10.0.0.27 - - [2026-06-08 03:24:09] "GET /projects?obj_uuids=f73fb89b-6050-44f2-b8a0-ffe08c8ee63d&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001961
10.0.0.33 - - [2026-06-08 03:24:09] "GET /project/f73fb89b-6050-44f2-b8a0-ffe08c8ee63d?fields=virtual_networks HTTP/1.1" 200 1375 0.065822
10.0.0.27 - - [2026-06-08 03:24:11] "GET /projects?obj_uuids=f73fb89b-6050-44f2-b8a0-ffe08c8ee63d&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001423
10.0.0.33 - - [2026-06-08 03:24:11] "GET /project/f73fb89b-6050-44f2-b8a0-ffe08c8ee63d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.064548
10.0.0.27 - - [2026-06-08 03:24:11] "GET /projects?obj_uuids=f73fb89b-6050-44f2-b8a0-ffe08c8ee63d&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001899
10.0.0.33 - - [2026-06-08 03:24:11] "GET /project/f73fb89b-6050-44f2-b8a0-ffe08c8ee63d?fields=virtual_networks HTTP/1.1" 200 1375 0.067373
10.0.0.27 - - [2026-06-08 03:24:13] "GET /projects?obj_uuids=f73fb89b-6050-44f2-b8a0-ffe08c8ee63d&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001767
10.0.0.33 - - [2026-06-08 03:24:13] "GET /project/f73fb89b-6050-44f2-b8a0-ffe08c8ee63d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.059315
10.0.0.27 - - [2026-06-08 03:24:13] "GET /projects?obj_uuids=f73fb89b-6050-44f2-b8a0-ffe08c8ee63d&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001515
10.0.0.33 - - [2026-06-08 03:24:13] "GET /project/f73fb89b-6050-44f2-b8a0-ffe08c8ee63d?fields=virtual_networks HTTP/1.1" 200 1375 0.062137
10.0.0.27 - - [2026-06-08 03:24:15] "GET /projects?obj_uuids=f73fb89b-6050-44f2-b8a0-ffe08c8ee63d&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001775
10.0.0.33 - - [2026-06-08 03:24:15] "GET /project/f73fb89b-6050-44f2-b8a0-ffe08c8ee63d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.058049
10.0.0.27 - - [2026-06-08 03:24:15] "GET /projects?obj_uuids=f73fb89b-6050-44f2-b8a0-ffe08c8ee63d&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001500
10.0.0.33 - - [2026-06-08 03:24:15] "GET /project/f73fb89b-6050-44f2-b8a0-ffe08c8ee63d?fields=virtual_networks HTTP/1.1" 200 1375 0.091164
10.0.0.33 - - [2026-06-08 03:24:16] "GET /obj-perms HTTP/1.1" 200 5056 0.064476
10.0.0.27 - - [2026-06-08 03:24:17] "GET /projects?obj_uuids=f73fb89b-6050-44f2-b8a0-ffe08c8ee63d&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.002221
10.0.0.33 - - [2026-06-08 03:24:17] "GET /project/f73fb89b-6050-44f2-b8a0-ffe08c8ee63d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.063943
10.0.0.27 - - [2026-06-08 03:24:17] "GET /projects?obj_uuids=f73fb89b-6050-44f2-b8a0-ffe08c8ee63d&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.002301
10.0.0.33 - - [2026-06-08 03:24:17] "GET /project/f73fb89b-6050-44f2-b8a0-ffe08c8ee63d?fields=virtual_networks HTTP/1.1" 200 1375 0.063947
10.0.0.27 - - [2026-06-08 03:24:20] "GET /projects?obj_uuids=f73fb89b-6050-44f2-b8a0-ffe08c8ee63d&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001673
10.0.0.33 - - [2026-06-08 03:24:20] "GET /project/f73fb89b-6050-44f2-b8a0-ffe08c8ee63d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.061248
10.0.0.27 - - [2026-06-08 03:24:20] "GET /projects?obj_uuids=f73fb89b-6050-44f2-b8a0-ffe08c8ee63d&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.003045
10.0.0.33 - - [2026-06-08 03:24:20] "GET /project/f73fb89b-6050-44f2-b8a0-ffe08c8ee63d?fields=virtual_networks HTTP/1.1" 200 1375 0.068771
10.0.0.27 - - [2026-06-08 03:24:22] "GET /projects?obj_uuids=f73fb89b-6050-44f2-b8a0-ffe08c8ee63d&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001998
10.0.0.33 - - [2026-06-08 03:24:22] "GET /project/f73fb89b-6050-44f2-b8a0-ffe08c8ee63d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.064670
10.0.0.27 - - [2026-06-08 03:24:22] "GET /projects?obj_uuids=f73fb89b-6050-44f2-b8a0-ffe08c8ee63d&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001475
10.0.0.33 - - [2026-06-08 03:24:22] "GET /project/f73fb89b-6050-44f2-b8a0-ffe08c8ee63d?fields=virtual_networks HTTP/1.1" 200 1375 0.085139
10.0.0.27 - - [2026-06-08 03:24:24] "GET /projects?obj_uuids=f73fb89b-6050-44f2-b8a0-ffe08c8ee63d&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.003986
10.0.0.33 - - [2026-06-08 03:24:24] "GET /project/f73fb89b-6050-44f2-b8a0-ffe08c8ee63d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.070163
10.0.0.27 - - [2026-06-08 03:24:24] "GET /projects?obj_uuids=f73fb89b-6050-44f2-b8a0-ffe08c8ee63d&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001873
10.0.0.33 - - [2026-06-08 03:24:24] "GET /project/f73fb89b-6050-44f2-b8a0-ffe08c8ee63d?fields=virtual_networks HTTP/1.1" 200 1375 0.080379
10.0.0.27 - - [2026-06-08 03:24:26] "GET /projects?obj_uuids=f73fb89b-6050-44f2-b8a0-ffe08c8ee63d&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.002028
10.0.0.33 - - [2026-06-08 03:24:26] "GET /project/f73fb89b-6050-44f2-b8a0-ffe08c8ee63d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.079754
10.0.0.27 - - [2026-06-08 03:24:26] "GET /projects?obj_uuids=f73fb89b-6050-44f2-b8a0-ffe08c8ee63d&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.003285
10.0.0.33 - - [2026-06-08 03:24:26] "GET /project/f73fb89b-6050-44f2-b8a0-ffe08c8ee63d?fields=virtual_networks HTTP/1.1" 200 1375 0.076535
10.0.0.27 - - [2026-06-08 03:24:28] "GET /projects?obj_uuids=f73fb89b-6050-44f2-b8a0-ffe08c8ee63d&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.002976
10.0.0.33 - - [2026-06-08 03:24:28] "GET /project/f73fb89b-6050-44f2-b8a0-ffe08c8ee63d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.084317
10.0.0.27 - - [2026-06-08 03:24:28] "GET /projects?obj_uuids=f73fb89b-6050-44f2-b8a0-ffe08c8ee63d&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.002212
10.0.0.33 - - [2026-06-08 03:24:28] "GET /project/f73fb89b-6050-44f2-b8a0-ffe08c8ee63d?fields=virtual_networks HTTP/1.1" 200 1375 0.069697
10.0.0.27 - - [2026-06-08 03:24:31] "GET /projects?obj_uuids=f73fb89b-6050-44f2-b8a0-ffe08c8ee63d&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.002439
10.0.0.33 - - [2026-06-08 03:24:31] "GET /project/f73fb89b-6050-44f2-b8a0-ffe08c8ee63d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.072585
10.0.0.27 - - [2026-06-08 03:24:31] "GET /projects?obj_uuids=f73fb89b-6050-44f2-b8a0-ffe08c8ee63d&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.002474
10.0.0.33 - - [2026-06-08 03:24:31] "GET /project/f73fb89b-6050-44f2-b8a0-ffe08c8ee63d?fields=virtual_networks HTTP/1.1" 200 1375 0.089520
10.0.0.27 - - [2026-06-08 03:24:33] "GET /projects?obj_uuids=f73fb89b-6050-44f2-b8a0-ffe08c8ee63d&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001966
10.0.0.33 - - [2026-06-08 03:24:33] "GET /project/f73fb89b-6050-44f2-b8a0-ffe08c8ee63d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.067044
10.0.0.27 - - [2026-06-08 03:24:33] "GET /projects?obj_uuids=f73fb89b-6050-44f2-b8a0-ffe08c8ee63d&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.002205
10.0.0.33 - - [2026-06-08 03:24:33] "GET /project/f73fb89b-6050-44f2-b8a0-ffe08c8ee63d?fields=virtual_networks HTTP/1.1" 200 1375 0.078642
10.0.0.27 - - [2026-06-08 03:24:35] "GET /projects?obj_uuids=f73fb89b-6050-44f2-b8a0-ffe08c8ee63d&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001786
10.0.0.33 - - [2026-06-08 03:24:35] "GET /project/f73fb89b-6050-44f2-b8a0-ffe08c8ee63d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.070727
10.0.0.27 - - [2026-06-08 03:24:35] "GET /projects?obj_uuids=f73fb89b-6050-44f2-b8a0-ffe08c8ee63d&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001770
10.0.0.33 - - [2026-06-08 03:24:35] "POST /neutron/port HTTP/1.1" 200 1109 0.037007
10.0.0.33 - - [2026-06-08 03:24:35] "GET /project/f73fb89b-6050-44f2-b8a0-ffe08c8ee63d?fields=virtual_networks HTTP/1.1" 200 1375 0.084197
10.0.0.33 - - [2026-06-08 03:24:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.008081
10.0.0.33 - - [2026-06-08 03:24:35] "POST /neutron/port HTTP/1.1" 200 117 0.001511
10.0.0.33 - - [2026-06-08 03:24:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.044715
10.0.0.33 - - [2026-06-08 03:24:35] "POST /neutron/port HTTP/1.1" 200 117 0.002589
10.0.0.27 - - [2026-06-08 03:24:37] "GET /projects?obj_uuids=f73fb89b-6050-44f2-b8a0-ffe08c8ee63d&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001978
10.0.0.33 - - [2026-06-08 03:24:37] "GET /project/f73fb89b-6050-44f2-b8a0-ffe08c8ee63d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.070435
10.0.0.27 - - [2026-06-08 03:24:37] "GET /projects?obj_uuids=f73fb89b-6050-44f2-b8a0-ffe08c8ee63d&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.002401
10.0.0.33 - - [2026-06-08 03:24:37] "GET /project/f73fb89b-6050-44f2-b8a0-ffe08c8ee63d?fields=virtual_networks HTTP/1.1" 200 1375 0.077905
10.0.0.27 - - [2026-06-08 03:24:39] "GET /projects?obj_uuids=f73fb89b-6050-44f2-b8a0-ffe08c8ee63d&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.002150
10.0.0.33 - - [2026-06-08 03:24:39] "GET /project/f73fb89b-6050-44f2-b8a0-ffe08c8ee63d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.080421
10.0.0.27 - - [2026-06-08 03:24:39] "GET /projects?obj_uuids=f73fb89b-6050-44f2-b8a0-ffe08c8ee63d&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.003966
10.0.0.33 - - [2026-06-08 03:24:40] "GET /project/f73fb89b-6050-44f2-b8a0-ffe08c8ee63d?fields=virtual_networks HTTP/1.1" 200 1375 0.091720
10.0.0.27 - - [2026-06-08 03:24:42] "GET /projects?obj_uuids=f73fb89b-6050-44f2-b8a0-ffe08c8ee63d&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001456
10.0.0.33 - - [2026-06-08 03:24:42] "GET /project/f73fb89b-6050-44f2-b8a0-ffe08c8ee63d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.073770
10.0.0.27 - - [2026-06-08 03:24:42] "GET /projects?obj_uuids=f73fb89b-6050-44f2-b8a0-ffe08c8ee63d&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.002889
10.0.0.33 - - [2026-06-08 03:24:42] "GET /project/f73fb89b-6050-44f2-b8a0-ffe08c8ee63d?fields=virtual_networks HTTP/1.1" 200 1375 0.067500
10.0.0.27 - - [2026-06-08 03:24:44] "GET /projects?obj_uuids=f73fb89b-6050-44f2-b8a0-ffe08c8ee63d&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.002001
10.0.0.33 - - [2026-06-08 03:24:44] "GET /project/f73fb89b-6050-44f2-b8a0-ffe08c8ee63d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.076312
10.0.0.27 - - [2026-06-08 03:24:44] "GET /projects?obj_uuids=f73fb89b-6050-44f2-b8a0-ffe08c8ee63d&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.002294
10.0.0.33 - - [2026-06-08 03:24:44] "GET /project/f73fb89b-6050-44f2-b8a0-ffe08c8ee63d?fields=virtual_networks HTTP/1.1" 200 1375 0.063920
10.0.0.27 - - [2026-06-08 03:24:46] "GET /projects?obj_uuids=f73fb89b-6050-44f2-b8a0-ffe08c8ee63d&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.002967
10.0.0.33 - - [2026-06-08 03:24:46] "GET /project/f73fb89b-6050-44f2-b8a0-ffe08c8ee63d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.074871
10.0.0.27 - - [2026-06-08 03:24:46] "GET /projects?obj_uuids=f73fb89b-6050-44f2-b8a0-ffe08c8ee63d&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.002216
10.0.0.33 - - [2026-06-08 03:24:46] "GET /project/f73fb89b-6050-44f2-b8a0-ffe08c8ee63d?fields=virtual_networks HTTP/1.1" 200 1375 0.067891
10.0.0.27 - - [2026-06-08 03:24:48] "GET /projects?obj_uuids=f73fb89b-6050-44f2-b8a0-ffe08c8ee63d&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.002559
10.0.0.33 - - [2026-06-08 03:24:48] "GET /project/f73fb89b-6050-44f2-b8a0-ffe08c8ee63d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.077894
10.0.0.27 - - [2026-06-08 03:24:48] "GET /projects?obj_uuids=f73fb89b-6050-44f2-b8a0-ffe08c8ee63d&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.003450
10.0.0.33 - - [2026-06-08 03:24:48] "GET /project/f73fb89b-6050-44f2-b8a0-ffe08c8ee63d?fields=virtual_networks HTTP/1.1" 200 1375 0.086377
10.0.0.27 - - [2026-06-08 03:24:50] "GET /projects?obj_uuids=f73fb89b-6050-44f2-b8a0-ffe08c8ee63d&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.002165
10.0.0.33 - - [2026-06-08 03:24:50] "GET /project/f73fb89b-6050-44f2-b8a0-ffe08c8ee63d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.063178
10.0.0.27 - - [2026-06-08 03:24:50] "GET /projects?obj_uuids=f73fb89b-6050-44f2-b8a0-ffe08c8ee63d&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.002318
10.0.0.33 - - [2026-06-08 03:24:51] "GET /project/f73fb89b-6050-44f2-b8a0-ffe08c8ee63d?fields=virtual_networks HTTP/1.1" 200 1375 0.075259
10.0.0.27 - - [2026-06-08 03:24:53] "GET /projects?obj_uuids=f73fb89b-6050-44f2-b8a0-ffe08c8ee63d&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.002084
10.0.0.33 - - [2026-06-08 03:24:53] "GET /project/f73fb89b-6050-44f2-b8a0-ffe08c8ee63d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.062855
10.0.0.27 - - [2026-06-08 03:24:53] "GET /projects?obj_uuids=f73fb89b-6050-44f2-b8a0-ffe08c8ee63d&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001706
10.0.0.33 - - [2026-06-08 03:24:53] "GET /project/f73fb89b-6050-44f2-b8a0-ffe08c8ee63d?fields=virtual_networks HTTP/1.1" 200 1375 0.080746
10.0.0.27 - - [2026-06-08 03:24:55] "GET /projects?obj_uuids=f73fb89b-6050-44f2-b8a0-ffe08c8ee63d&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.003009
10.0.0.33 - - [2026-06-08 03:24:55] "GET /project/f73fb89b-6050-44f2-b8a0-ffe08c8ee63d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.064500
10.0.0.27 - - [2026-06-08 03:24:55] "GET /projects?obj_uuids=f73fb89b-6050-44f2-b8a0-ffe08c8ee63d&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001850
10.0.0.33 - - [2026-06-08 03:24:55] "GET /project/f73fb89b-6050-44f2-b8a0-ffe08c8ee63d?fields=virtual_networks HTTP/1.1" 200 1375 0.065450
10.0.0.27 - - [2026-06-08 03:24:57] "GET /projects?obj_uuids=f73fb89b-6050-44f2-b8a0-ffe08c8ee63d&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001981
10.0.0.33 - - [2026-06-08 03:24:57] "GET /project/f73fb89b-6050-44f2-b8a0-ffe08c8ee63d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.059670
10.0.0.27 - - [2026-06-08 03:24:57] "GET /projects?obj_uuids=f73fb89b-6050-44f2-b8a0-ffe08c8ee63d&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001371
10.0.0.33 - - [2026-06-08 03:24:57] "GET /project/f73fb89b-6050-44f2-b8a0-ffe08c8ee63d?fields=virtual_networks HTTP/1.1" 200 1375 0.043760
10.0.0.27 - - [2026-06-08 03:24:59] "GET /projects?obj_uuids=f73fb89b-6050-44f2-b8a0-ffe08c8ee63d&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001696
10.0.0.33 - - [2026-06-08 03:24:59] "GET /project/f73fb89b-6050-44f2-b8a0-ffe08c8ee63d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.065322
10.0.0.27 - - [2026-06-08 03:24:59] "GET /projects?obj_uuids=f73fb89b-6050-44f2-b8a0-ffe08c8ee63d&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.002084
10.0.0.33 - - [2026-06-08 03:24:59] "GET /project/f73fb89b-6050-44f2-b8a0-ffe08c8ee63d?fields=virtual_networks HTTP/1.1" 200 1375 0.097437
10.0.0.27 - - [2026-06-08 03:25:01] "GET /projects?obj_uuids=f73fb89b-6050-44f2-b8a0-ffe08c8ee63d&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001475
10.0.0.33 - - [2026-06-08 03:25:01] "GET /project/f73fb89b-6050-44f2-b8a0-ffe08c8ee63d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.062771
10.0.0.27 - - [2026-06-08 03:25:01] "GET /projects?obj_uuids=f73fb89b-6050-44f2-b8a0-ffe08c8ee63d&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001410
10.0.0.33 - - [2026-06-08 03:25:01] "GET /project/f73fb89b-6050-44f2-b8a0-ffe08c8ee63d?fields=virtual_networks HTTP/1.1" 200 1375 0.053022
10.0.0.27 - - [2026-06-08 03:25:03] "GET /projects?obj_uuids=f73fb89b-6050-44f2-b8a0-ffe08c8ee63d&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001692
10.0.0.33 - - [2026-06-08 03:25:04] "GET /project/f73fb89b-6050-44f2-b8a0-ffe08c8ee63d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.064703
10.0.0.27 - - [2026-06-08 03:25:04] "GET /projects?obj_uuids=f73fb89b-6050-44f2-b8a0-ffe08c8ee63d&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.003854
10.0.0.33 - - [2026-06-08 03:25:04] "GET /project/f73fb89b-6050-44f2-b8a0-ffe08c8ee63d?fields=virtual_networks HTTP/1.1" 200 1375 0.078001
10.0.0.27 - - [2026-06-08 03:25:06] "GET /projects?obj_uuids=f73fb89b-6050-44f2-b8a0-ffe08c8ee63d&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.002390
10.0.0.33 - - [2026-06-08 03:25:06] "GET /project/f73fb89b-6050-44f2-b8a0-ffe08c8ee63d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.089004
10.0.0.27 - - [2026-06-08 03:25:06] "GET /projects?obj_uuids=f73fb89b-6050-44f2-b8a0-ffe08c8ee63d&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.002116
10.0.0.33 - - [2026-06-08 03:25:06] "GET /project/f73fb89b-6050-44f2-b8a0-ffe08c8ee63d?fields=virtual_networks HTTP/1.1" 200 1375 0.064136
10.0.0.27 - - [2026-06-08 03:25:08] "GET /projects?obj_uuids=f73fb89b-6050-44f2-b8a0-ffe08c8ee63d&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.014903
10.0.0.33 - - [2026-06-08 03:25:08] "GET /project/f73fb89b-6050-44f2-b8a0-ffe08c8ee63d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.135930
10.0.0.27 - - [2026-06-08 03:25:08] "GET /projects?obj_uuids=f73fb89b-6050-44f2-b8a0-ffe08c8ee63d&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.016258
10.0.0.33 - - [2026-06-08 03:25:08] "GET /project/f73fb89b-6050-44f2-b8a0-ffe08c8ee63d?fields=virtual_networks HTTP/1.1" 200 1375 0.101465
10.0.0.27 - - [2026-06-08 03:25:10] "GET /projects?obj_uuids=f73fb89b-6050-44f2-b8a0-ffe08c8ee63d&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001500
10.0.0.33 - - [2026-06-08 03:25:10] "GET /project/f73fb89b-6050-44f2-b8a0-ffe08c8ee63d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.081326
10.0.0.27 - - [2026-06-08 03:25:10] "GET /projects?obj_uuids=f73fb89b-6050-44f2-b8a0-ffe08c8ee63d&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.002222
10.0.0.33 - - [2026-06-08 03:25:10] "GET /project/f73fb89b-6050-44f2-b8a0-ffe08c8ee63d?fields=virtual_networks HTTP/1.1" 200 1375 0.063220
10.0.0.33 - - [2026-06-08 03:25:11] "POST /fqname-to-id HTTP/1.1" 404 186 0.032084
10.0.0.27 - - [2026-06-08 03:25:11] "GET /projects?obj_uuids=d7bada51-29e3-43be-96ea-c92ad4383b74&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004303
10.0.0.27 - - [2026-06-08 03:25:11] "GET /domains?obj_uuids=2441b78a-01cc-4005-9aa7-6b434eb6fb41&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002604
10.0.0.27 - - [2026-06-08 03:25:11] "GET /domain/2441b78a-01cc-4005-9aa7-6b434eb6fb41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.013972
10.0.0.27 - - [2026-06-08 03:25:11] "POST /id-to-fqname HTTP/1.1" 200 188 0.009871
10.0.0.27 - - [2026-06-08 03:25:11] "POST /fqname-to-id HTTP/1.1" 404 197 0.018632
10.0.0.27 - - [2026-06-08 03:25:11] "POST /security-groups HTTP/1.1" 200 589 0.086545
10.0.0.27 - - [2026-06-08 03:25:11] "POST /projects HTTP/1.1" 200 581 0.388601
10.0.0.27 - - [2026-06-08 03:25:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.428096
10.0.0.249 - - [2026-06-08 03:25:11] "POST /fqname-to-id HTTP/1.1" 404 232 0.049965
10.0.0.33 - - [2026-06-08 03:25:11] "GET /project/d7bada51-29e3-43be-96ea-c92ad4383b74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.637376
10.0.0.249 - - [2026-06-08 03:25:11] "POST /access-control-lists HTTP/1.1" 200 592 0.096282
10.0.0.33 - - [2026-06-08 03:25:13] "GET / HTTP/1.1" 200 35931 0.004043
10.0.0.33 - - [2026-06-08 03:25:14] "POST /fqname-to-id HTTP/1.1" 401 292 0.000906
10.0.0.33 - - [2026-06-08 03:25:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.067863
10.0.0.27 - - [2026-06-08 03:25:15] "GET /projects?obj_uuids=d7bada51-29e3-43be-96ea-c92ad4383b74&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.029519
10.0.0.33 - - [2026-06-08 03:25:15] "GET /project/d7bada51-29e3-43be-96ea-c92ad4383b74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.093026
10.0.0.27 - - [2026-06-08 03:25:15] "GET /projects?obj_uuids=d7bada51-29e3-43be-96ea-c92ad4383b74&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002487
10.0.0.33 - - [2026-06-08 03:25:15] "POST /neutron/network HTTP/1.1" 200 615 0.206134
10.0.0.33 - - [2026-06-08 03:25:15] "POST /id-to-fqname HTTP/1.1" 200 224 0.004112
10.0.0.33 - - [2026-06-08 03:25:15] "GET /virtual-network/1eac4565-d876-41d3-a93c-c3a761526f78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006902
10.0.0.33 - - [2026-06-08 03:25:15] "POST /neutron/network HTTP/1.1" 200 833 0.008796
10.0.0.33 - - [2026-06-08 03:25:15] "GET /virtual-network/1eac4565-d876-41d3-a93c-c3a761526f78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006702
10.0.0.33 - - [2026-06-08 03:25:15] "POST /id-to-fqname HTTP/1.1" 200 224 0.001639
10.0.0.33 - - [2026-06-08 03:25:16] "POST /neutron/port HTTP/1.1" 200 4190 0.058516
10.0.0.27 - - [2026-06-08 03:25:16] "GET /projects?obj_uuids=d7bada51-29e3-43be-96ea-c92ad4383b74&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001523
10.0.0.33 - - [2026-06-08 03:25:17] "GET /project/d7bada51-29e3-43be-96ea-c92ad4383b74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.096193
10.0.0.33 - - [2026-06-08 03:25:17] "POST /neutron/port HTTP/1.1" 200 4190 0.082442
10.0.0.33 - - [2026-06-08 03:25:17] "POST /neutron/network HTTP/1.1" 200 843 0.008940
10.0.0.33 - - [2026-06-08 03:25:18] "POST /neutron/port HTTP/1.1" 200 1057 0.022943
10.0.0.33 - - [2026-06-08 03:25:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006278
10.0.0.33 - - [2026-06-08 03:25:18] "POST /neutron/network HTTP/1.1" 200 833 0.010211
10.0.0.33 - - [2026-06-08 03:25:22] "POST /neutron/port HTTP/1.1" 200 1121 0.023220
10.0.0.33 - - [2026-06-08 03:25:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004798
10.0.0.27 - - [2026-06-08 03:25:22] "GET /projects?obj_uuids=d7bada51-29e3-43be-96ea-c92ad4383b74&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001381
10.0.0.33 - - [2026-06-08 03:25:22] "GET /project/d7bada51-29e3-43be-96ea-c92ad4383b74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.051144
10.0.0.27 - - [2026-06-08 03:25:22] "GET /projects?obj_uuids=d7bada51-29e3-43be-96ea-c92ad4383b74&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001174
10.0.0.33 - - [2026-06-08 03:25:22] "POST /neutron/network HTTP/1.1" 200 613 0.170286
10.0.0.249 - - [2026-06-08 03:25:22] "POST /route-targets HTTP/1.1" 200 327 0.017491
10.0.0.33 - - [2026-06-08 03:25:23] "POST /id-to-fqname HTTP/1.1" 200 223 0.006952
10.0.0.33 - - [2026-06-08 03:25:23] "GET /virtual-network/e30d538e-b941-4185-8989-bd4cc0e5516c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.012767
10.0.0.33 - - [2026-06-08 03:25:23] "POST /neutron/network HTTP/1.1" 200 832 0.013391
10.0.0.33 - - [2026-06-08 03:25:23] "GET /virtual-network/e30d538e-b941-4185-8989-bd4cc0e5516c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.011083
10.0.0.33 - - [2026-06-08 03:25:23] "GET /virtual-network/e30d538e-b941-4185-8989-bd4cc0e5516c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006439
10.0.0.249 - - [2026-06-08 03:25:24] "GET /obj-perms HTTP/1.1" 200 5026 0.058903
10.0.0.27 - - [2026-06-08 03:25:25] "GET /obj-perms HTTP/1.1" 200 5026 0.062193
10.0.0.33 - - [2026-06-08 03:25:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004665
10.0.0.27 - - [2026-06-08 03:25:25] "GET /projects?obj_uuids=d7bada51-29e3-43be-96ea-c92ad4383b74&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001354
10.0.0.33 - - [2026-06-08 03:25:25] "GET /project/d7bada51-29e3-43be-96ea-c92ad4383b74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.055941
10.0.0.33 - - [2026-06-08 03:25:25] "POST /neutron/network HTTP/1.1" 200 117 0.019325
10.0.0.249 - - [2026-06-08 03:25:25] "POST /ref-update HTTP/1.1" 200 156 0.025635
10.0.0.33 - - [2026-06-08 03:25:25] "POST /neutron/network HTTP/1.1" 200 832 0.010937
10.0.0.33 - - [2026-06-08 03:25:25] "POST /id-to-fqname HTTP/1.1" 200 223 0.001387
10.0.0.33 - - [2026-06-08 03:25:25] "GET /virtual-network/430d5ee5-1dd5-4dcb-bc1a-25257352e550?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005638
10.0.0.33 - - [2026-06-08 03:25:25] "GET /virtual-network/430d5ee5-1dd5-4dcb-bc1a-25257352e550?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006817
10.0.0.33 - - [2026-06-08 03:25:25] "POST /neutron/subnet HTTP/1.1" 200 725 0.013146
10.0.0.33 - - [2026-06-08 03:25:26] "GET /virtual-network/430d5ee5-1dd5-4dcb-bc1a-25257352e550?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.010122
10.0.0.33 - - [2026-06-08 03:25:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.006005
10.0.0.27 - - [2026-06-08 03:25:26] "GET /projects?obj_uuids=d7bada51-29e3-43be-96ea-c92ad4383b74&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001665
10.0.0.33 - - [2026-06-08 03:25:26] "GET /project/d7bada51-29e3-43be-96ea-c92ad4383b74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.056191
10.0.0.27 - - [2026-06-08 03:25:27] "POST /useragent-kv HTTP/1.1" 200 115 0.004794
10.0.0.33 - - [2026-06-08 03:25:27] "POST /neutron/subnet HTTP/1.1" 200 715 0.217254
10.0.0.33 - - [2026-06-08 03:25:27] "POST /id-to-fqname HTTP/1.1" 200 224 0.001862
10.0.0.33 - - [2026-06-08 03:25:27] "GET /virtual-network/ffe8b19a-e6ac-4034-ab5c-c86405541b67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006603
10.0.0.33 - - [2026-06-08 03:25:27] "GET /virtual-network/ffe8b19a-e6ac-4034-ab5c-c86405541b67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007732
10.0.0.33 - - [2026-06-08 03:25:27] "POST /neutron/network HTTP/1.1" 200 832 0.009657
10.0.0.33 - - [2026-06-08 03:25:27] "GET /virtual-network/ffe8b19a-e6ac-4034-ab5c-c86405541b67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.009315
10.0.0.33 - - [2026-06-08 03:25:27] "GET /obj-perms HTTP/1.1" 200 5026 0.063227
10.0.0.33 - - [2026-06-08 03:25:27] "POST /id-to-fqname HTTP/1.1" 200 223 0.001601
10.0.0.33 - - [2026-06-08 03:25:27] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009475
10.0.0.27 - - [2026-06-08 03:25:28] "GET /projects?obj_uuids=d7bada51-29e3-43be-96ea-c92ad4383b74&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001991
10.0.0.33 - - [2026-06-08 03:25:28] "GET /project/d7bada51-29e3-43be-96ea-c92ad4383b74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.095902
10.0.0.33 - - [2026-06-08 03:25:29] "POST /neutron/port HTTP/1.1" 200 5158 0.068361
10.0.0.33 - - [2026-06-08 03:25:29] "POST /id-to-fqname HTTP/1.1" 200 224 0.002567
10.0.0.33 - - [2026-06-08 03:25:29] "POST /neutron/port HTTP/1.1" 200 5158 0.057496
10.0.0.27 - - [2026-06-08 03:25:29] "GET /projects?obj_uuids=d7bada51-29e3-43be-96ea-c92ad4383b74&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001183
10.0.0.33 - - [2026-06-08 03:25:29] "POST /neutron/port HTTP/1.1" 200 1058 0.351118
10.0.0.33 - - [2026-06-08 03:25:29] "POST /neutron/port HTTP/1.1" 200 1058 0.015722
10.0.0.33 - - [2026-06-08 03:25:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004623
10.0.0.33 - - [2026-06-08 03:25:30] "POST /neutron/network HTTP/1.1" 200 832 0.009338
10.0.0.27 - - [2026-06-08 03:25:30] "GET /projects?obj_uuids=d7bada51-29e3-43be-96ea-c92ad4383b74&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002847
10.0.0.33 - - [2026-06-08 03:25:30] "GET /project/d7bada51-29e3-43be-96ea-c92ad4383b74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.088467
10.0.0.33 - - [2026-06-08 03:25:30] "POST /neutron/security_group HTTP/1.1" 200 2056 0.013462
10.0.0.33 - - [2026-06-08 03:25:30] "POST /fqname-to-id HTTP/1.1" 404 193 0.005649
10.0.0.33 - - [2026-06-08 03:25:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.005757
10.0.0.27 - - [2026-06-08 03:25:30] "GET /domains?obj_uuids=2441b78a-01cc-4005-9aa7-6b434eb6fb41&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001547
10.0.0.33 - - [2026-06-08 03:25:30] "GET /domain/2441b78a-01cc-4005-9aa7-6b434eb6fb41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.010242
10.0.0.33 - - [2026-06-08 03:25:30] "POST /service-templates HTTP/1.1" 200 543 0.060535
10.0.0.33 - - [2026-06-08 03:25:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004238
10.0.0.33 - - [2026-06-08 03:25:30] "GET /service-template/fa2ee261-76d1-4493-b45f-bf2d668b622a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1818 0.006658
10.0.0.33 - - [2026-06-08 03:25:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004180
10.0.0.33 - - [2026-06-08 03:25:30] "GET /service-template/fa2ee261-76d1-4493-b45f-bf2d668b622a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1818 0.004808
10.0.0.33 - - [2026-06-08 03:25:31] "POST /id-to-fqname HTTP/1.1" 200 223 0.001770
10.0.0.27 - - [2026-06-08 03:25:31] "GET /projects?obj_uuids=d7bada51-29e3-43be-96ea-c92ad4383b74&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001653
10.0.0.33 - - [2026-06-08 03:25:31] "POST /id-to-fqname HTTP/1.1" 200 223 0.002293
10.0.0.33 - - [2026-06-08 03:25:31] "POST /id-to-fqname HTTP/1.1" 200 224 0.001905
10.0.0.33 - - [2026-06-08 03:25:31] "POST /neutron/port HTTP/1.1" 200 1056 0.401378
10.0.0.33 - - [2026-06-08 03:25:31] "POST /neutron/port HTTP/1.1" 200 1056 0.018475
10.0.0.33 - - [2026-06-08 03:25:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004199
10.0.0.33 - - [2026-06-08 03:25:31] "DELETE /service-template/fa2ee261-76d1-4493-b45f-bf2d668b622a HTTP/1.1" 200 115 0.054750
10.0.0.33 - - [2026-06-08 03:25:31] "POST /fqname-to-id HTTP/1.1" 404 193 0.004725
10.0.0.33 - - [2026-06-08 03:25:31] "POST /neutron/port HTTP/1.1" 200 1120 0.040412
10.0.0.33 - - [2026-06-08 03:25:31] "POST /neutron/port HTTP/1.1" 200 117 0.001401
10.0.0.33 - - [2026-06-08 03:25:32] "POST /neutron/network HTTP/1.1" 400 204 0.026486
10.0.0.33 - - [2026-06-08 03:25:32] "POST /neutron/port HTTP/1.1" 200 151 0.247164
10.0.0.27 - - [2026-06-08 03:25:33] "DELETE /project/d7bada5129e343be96eac92ad4383b74 HTTP/1.1" 404 173 0.047684
10.0.0.33 - - [2026-06-08 03:25:34] "POST /neutron/port HTTP/1.1" 200 151 0.300024
10.0.0.33 - - [2026-06-08 03:25:34] "POST /neutron/port HTTP/1.1" 200 117 0.011093
10.0.0.33 - - [2026-06-08 03:25:34] "POST /neutron/port HTTP/1.1" 200 117 0.008454
10.0.0.33 - - [2026-06-08 03:25:35] "POST /neutron/network HTTP/1.1" 200 939 0.012200
10.0.0.33 - - [2026-06-08 03:25:35] "POST /neutron/port HTTP/1.1" 200 117 0.001364
10.0.0.249 - - [2026-06-08 03:25:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.010748
10.0.0.27 - - [2026-06-08 03:25:36] "POST /useragent-kv HTTP/1.1" 200 115 0.005801
10.0.0.27 - - [2026-06-08 03:25:36] "POST /useragent-kv HTTP/1.1" 200 115 0.008483
10.0.0.33 - - [2026-06-08 03:25:36] "POST /neutron/network HTTP/1.1" 200 151 0.212634
10.0.0.249 - - [2026-06-08 03:25:36] "DELETE /route-target/05082e91-213e-4a76-b57b-d4bcd3186cbe HTTP/1.1" 200 115 0.047801
10.0.0.33 - - [2026-06-08 03:25:36] "POST /neutron/network HTTP/1.1" 200 832 0.013934
10.0.0.33 - - [2026-06-08 03:25:37] "POST /neutron/port HTTP/1.1" 200 1216 0.074764
10.0.0.33 - - [2026-06-08 03:25:37] "POST /neutron/network HTTP/1.1" 200 1121 0.014636
10.0.0.33 - - [2026-06-08 03:25:37] "POST /neutron/subnet HTTP/1.1" 200 1374 0.022183
10.0.0.33 - - [2026-06-08 03:25:37] "POST /neutron/network HTTP/1.1" 200 1111 0.016192
10.0.0.33 - - [2026-06-08 03:25:38] "POST /neutron/port HTTP/1.1" 200 151 0.271071
10.0.0.249 - - [2026-06-08 03:25:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.006155
10.0.0.33 - - [2026-06-08 03:25:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005868
10.0.0.27 - - [2026-06-08 03:25:42] "GET /projects?obj_uuids=d7bada51-29e3-43be-96ea-c92ad4383b74&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001857
10.0.0.33 - - [2026-06-08 03:25:42] "GET /project/d7bada51-29e3-43be-96ea-c92ad4383b74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.060831
10.0.0.33 - - [2026-06-08 03:25:42] "POST /neutron/network HTTP/1.1" 200 117 0.017857
10.0.0.249 - - [2026-06-08 03:25:42] "POST /ref-update HTTP/1.1" 200 156 0.039273
10.0.0.33 - - [2026-06-08 03:25:42] "POST /neutron/network HTTP/1.1" 200 831 0.010756
10.0.0.33 - - [2026-06-08 03:25:42] "POST /id-to-fqname HTTP/1.1" 200 223 0.001919
10.0.0.33 - - [2026-06-08 03:25:42] "GET /virtual-network/13b68d75-af5b-4d73-a656-0f75ed945eb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006605
10.0.0.33 - - [2026-06-08 03:25:42] "GET /virtual-network/13b68d75-af5b-4d73-a656-0f75ed945eb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007148
10.0.0.33 - - [2026-06-08 03:25:42] "POST /neutron/subnet HTTP/1.1" 200 720 0.014323
10.0.0.33 - - [2026-06-08 03:25:43] "GET /virtual-network/13b68d75-af5b-4d73-a656-0f75ed945eb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007281
10.0.0.249 - - [2026-06-08 03:25:43] "GET /obj-perms HTTP/1.1" 200 5026 0.005258
10.0.0.27 - - [2026-06-08 03:25:43] "GET /obj-perms HTTP/1.1" 200 5026 0.004745
10.0.0.33 - - [2026-06-08 03:25:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.005041
10.0.0.27 - - [2026-06-08 03:25:43] "GET /projects?obj_uuids=d7bada51-29e3-43be-96ea-c92ad4383b74&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001506
10.0.0.33 - - [2026-06-08 03:25:43] "GET /project/d7bada51-29e3-43be-96ea-c92ad4383b74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.054910
10.0.0.27 - - [2026-06-08 03:25:43] "POST /useragent-kv HTTP/1.1" 200 115 0.005502
10.0.0.33 - - [2026-06-08 03:25:43] "POST /neutron/subnet HTTP/1.1" 200 729 0.220958
10.0.0.33 - - [2026-06-08 03:25:43] "POST /id-to-fqname HTTP/1.1" 200 223 0.001632
10.0.0.33 - - [2026-06-08 03:25:43] "GET /virtual-network/463e4d34-4391-493d-878d-bc5717ae4c0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006057
10.0.0.33 - - [2026-06-08 03:25:44] "GET /virtual-network/463e4d34-4391-493d-878d-bc5717ae4c0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006536
10.0.0.33 - - [2026-06-08 03:25:44] "POST /neutron/network HTTP/1.1" 200 833 0.008544
10.0.0.33 - - [2026-06-08 03:25:44] "GET /virtual-network/463e4d34-4391-493d-878d-bc5717ae4c0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006671
10.0.0.33 - - [2026-06-08 03:25:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004152
10.0.0.27 - - [2026-06-08 03:25:44] "GET /projects?obj_uuids=d7bada51-29e3-43be-96ea-c92ad4383b74&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002197
10.0.0.33 - - [2026-06-08 03:25:44] "GET /project/d7bada51-29e3-43be-96ea-c92ad4383b74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.054177
10.0.0.27 - - [2026-06-08 03:25:44] "GET /projects?obj_uuids=d7bada51-29e3-43be-96ea-c92ad4383b74&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001520
10.0.0.33 - - [2026-06-08 03:25:44] "POST /neutron/network HTTP/1.1" 200 615 0.164924
10.0.0.249 - - [2026-06-08 03:25:45] "POST /route-targets HTTP/1.1" 200 327 0.036870
10.0.0.33 - - [2026-06-08 03:25:45] "POST /id-to-fqname HTTP/1.1" 200 224 0.004854
10.0.0.33 - - [2026-06-08 03:25:45] "GET /virtual-network/636d6cd1-ebc3-44c9-a034-115bcbf1e04d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.008044
10.0.0.33 - - [2026-06-08 03:25:45] "POST /neutron/network HTTP/1.1" 200 834 0.009082
10.0.0.33 - - [2026-06-08 03:25:45] "GET /virtual-network/636d6cd1-ebc3-44c9-a034-115bcbf1e04d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006907
10.0.0.33 - - [2026-06-08 03:25:45] "GET /virtual-network/636d6cd1-ebc3-44c9-a034-115bcbf1e04d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007526
10.0.0.33 - - [2026-06-08 03:25:45] "GET /obj-perms HTTP/1.1" 200 5026 0.006585
10.0.0.33 - - [2026-06-08 03:25:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.006351
10.0.0.27 - - [2026-06-08 03:25:45] "GET /projects?obj_uuids=d7bada51-29e3-43be-96ea-c92ad4383b74&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002296
10.0.0.33 - - [2026-06-08 03:25:46] "GET /project/d7bada51-29e3-43be-96ea-c92ad4383b74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.113325
10.0.0.33 - - [2026-06-08 03:25:46] "POST /neutron/network HTTP/1.1" 200 117 0.036256
10.0.0.249 - - [2026-06-08 03:25:46] "POST /ref-update HTTP/1.1" 200 156 0.041094
10.0.0.33 - - [2026-06-08 03:25:46] "POST /neutron/network HTTP/1.1" 200 843 0.017554
10.0.0.33 - - [2026-06-08 03:25:46] "POST /id-to-fqname HTTP/1.1" 200 229 0.001918
10.0.0.33 - - [2026-06-08 03:25:46] "GET /virtual-network/0eedb9bc-50de-4799-acb0-7edd8ba6d722?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006833
10.0.0.33 - - [2026-06-08 03:25:46] "GET /virtual-network/0eedb9bc-50de-4799-acb0-7edd8ba6d722?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.007767
10.0.0.33 - - [2026-06-08 03:25:46] "POST /neutron/subnet HTTP/1.1" 200 720 0.017866
10.0.0.33 - - [2026-06-08 03:25:46] "GET /virtual-network/0eedb9bc-50de-4799-acb0-7edd8ba6d722?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.008793
10.0.0.249 - - [2026-06-08 03:25:47] "GET /obj-perms HTTP/1.1" 200 5026 0.010578
10.0.0.27 - - [2026-06-08 03:25:47] "GET /obj-perms HTTP/1.1" 200 5026 0.004578
10.0.0.33 - - [2026-06-08 03:25:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.005870
10.0.0.27 - - [2026-06-08 03:25:47] "GET /projects?obj_uuids=d7bada51-29e3-43be-96ea-c92ad4383b74&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.004773
10.0.0.33 - - [2026-06-08 03:25:47] "GET /project/d7bada51-29e3-43be-96ea-c92ad4383b74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.077676
10.0.0.27 - - [2026-06-08 03:25:47] "POST /useragent-kv HTTP/1.1" 200 115 0.015189
10.0.0.33 - - [2026-06-08 03:25:47] "POST /neutron/subnet HTTP/1.1" 200 714 0.383529
10.0.0.33 - - [2026-06-08 03:25:47] "POST /id-to-fqname HTTP/1.1" 200 230 0.001681
10.0.0.33 - - [2026-06-08 03:25:48] "GET /virtual-network/4d6f6442-d723-4fe4-97a8-c0a9bdcaac12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006500
10.0.0.33 - - [2026-06-08 03:25:48] "GET /virtual-network/4d6f6442-d723-4fe4-97a8-c0a9bdcaac12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.007110
10.0.0.33 - - [2026-06-08 03:25:48] "POST /neutron/network HTTP/1.1" 200 844 0.010170
10.0.0.33 - - [2026-06-08 03:25:48] "GET /virtual-network/4d6f6442-d723-4fe4-97a8-c0a9bdcaac12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006434
10.0.0.33 - - [2026-06-08 03:25:48] "POST /id-to-fqname HTTP/1.1" 200 223 0.002165
10.0.0.33 - - [2026-06-08 03:25:48] "POST /neutron/network HTTP/1.1" 200 843 0.009269
10.0.0.27 - - [2026-06-08 03:25:49] "GET /projects?obj_uuids=d7bada51-29e3-43be-96ea-c92ad4383b74&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001546
10.0.0.33 - - [2026-06-08 03:25:49] "GET /project/d7bada51-29e3-43be-96ea-c92ad4383b74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.107864
10.0.0.33 - - [2026-06-08 03:25:49] "POST /neutron/port HTTP/1.1" 200 117 0.010980
10.0.0.33 - - [2026-06-08 03:25:49] "POST /id-to-fqname HTTP/1.1" 200 224 0.003366
10.0.0.33 - - [2026-06-08 03:25:50] "POST /neutron/network HTTP/1.1" 200 843 0.012001
10.0.0.33 - - [2026-06-08 03:25:50] "POST /neutron/port HTTP/1.1" 200 1059 0.041175
10.0.0.27 - - [2026-06-08 03:25:50] "GET /projects?obj_uuids=d7bada51-29e3-43be-96ea-c92ad4383b74&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.005421
10.0.0.33 - - [2026-06-08 03:25:51] "GET /project/d7bada51-29e3-43be-96ea-c92ad4383b74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.161373
10.0.0.33 - - [2026-06-08 03:25:51] "POST /neutron/network HTTP/1.1" 200 834 0.040417
10.0.0.33 - - [2026-06-08 03:25:51] "POST /neutron/port HTTP/1.1" 200 117 0.001825
10.0.0.33 - - [2026-06-08 03:25:51] "POST /neutron/security_group HTTP/1.1" 200 2056 0.014507
10.0.0.33 - - [2026-06-08 03:25:51] "POST /fqname-to-id HTTP/1.1" 404 193 0.004944
10.0.0.33 - - [2026-06-08 03:25:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005277
10.0.0.27 - - [2026-06-08 03:25:51] "GET /domains?obj_uuids=2441b78a-01cc-4005-9aa7-6b434eb6fb41&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001580
10.0.0.33 - - [2026-06-08 03:25:51] "GET /domain/2441b78a-01cc-4005-9aa7-6b434eb6fb41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.012511
10.0.0.33 - - [2026-06-08 03:25:51] "POST /service-templates HTTP/1.1" 200 543 0.054526
10.0.0.33 - - [2026-06-08 03:25:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004670
10.0.0.33 - - [2026-06-08 03:25:51] "GET /service-template/b463773b-20c4-4250-86a4-1b77a049e688?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.009049
10.0.0.33 - - [2026-06-08 03:25:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.007344
10.0.0.27 - - [2026-06-08 03:25:51] "GET /projects?obj_uuids=d7bada51-29e3-43be-96ea-c92ad4383b74&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001344
10.0.0.33 - - [2026-06-08 03:25:51] "GET /service-template/b463773b-20c4-4250-86a4-1b77a049e688?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.006715
10.0.0.33 - - [2026-06-08 03:25:51] "POST /id-to-fqname HTTP/1.1" 200 223 0.001555
10.0.0.33 - - [2026-06-08 03:25:51] "POST /id-to-fqname HTTP/1.1" 200 229 0.002663
10.0.0.33 - - [2026-06-08 03:25:51] "POST /id-to-fqname HTTP/1.1" 200 230 0.001721
10.0.0.33 - - [2026-06-08 03:25:52] "POST /neutron/port HTTP/1.1" 200 1058 0.486356
10.0.0.33 - - [2026-06-08 03:25:52] "POST /neutron/port HTTP/1.1" 200 1058 0.021871
10.0.0.33 - - [2026-06-08 03:25:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.008419
10.0.0.33 - - [2026-06-08 03:25:52] "DELETE /service-template/b463773b-20c4-4250-86a4-1b77a049e688 HTTP/1.1" 200 115 0.046643
10.0.0.33 - - [2026-06-08 03:25:52] "POST /fqname-to-id HTTP/1.1" 404 193 0.022104
10.0.0.33 - - [2026-06-08 03:25:52] "POST /neutron/port HTTP/1.1" 200 1122 0.038661
10.0.0.33 - - [2026-06-08 03:25:52] "POST /neutron/port HTTP/1.1" 200 117 0.002895
10.0.0.249 - - [2026-06-08 03:25:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.006672
10.0.0.27 - - [2026-06-08 03:25:52] "POST /useragent-kv HTTP/1.1" 200 115 0.006122
10.0.0.27 - - [2026-06-08 03:25:52] "POST /useragent-kv HTTP/1.1" 200 115 0.008181
10.0.0.33 - - [2026-06-08 03:25:52] "POST /neutron/network HTTP/1.1" 200 151 0.262378
10.0.0.27 - - [2026-06-08 03:25:53] "POST /useragent-kv HTTP/1.1" 200 115 0.008082
10.0.0.27 - - [2026-06-08 03:25:53] "POST /useragent-kv HTTP/1.1" 200 115 0.008859
10.0.0.33 - - [2026-06-08 03:25:53] "POST /neutron/network HTTP/1.1" 200 151 0.249853
10.0.0.249 - - [2026-06-08 03:25:53] "DELETE /route-target/5f8deb78-2747-42e7-82dd-ac2974401990 HTTP/1.1" 200 115 0.080769
10.0.0.33 - - [2026-06-08 03:25:53] "POST /neutron/network HTTP/1.1" 200 834 0.010520
10.0.0.33 - - [2026-06-08 03:25:54] "POST /neutron/port HTTP/1.1" 200 1112 0.025782
10.0.0.33 - - [2026-06-08 03:25:54] "POST /neutron/network HTTP/1.1" 200 2187 0.013887
10.0.0.33 - - [2026-06-08 03:25:55] "POST /neutron/network HTTP/1.1" 200 834 0.011300
10.0.0.249 - - [2026-06-08 03:25:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.011624
10.0.0.27 - - [2026-06-08 03:25:56] "POST /useragent-kv HTTP/1.1" 200 115 0.003500
10.0.0.27 - - [2026-06-08 03:25:56] "POST /useragent-kv HTTP/1.1" 200 115 0.002999
10.0.0.33 - - [2026-06-08 03:25:56] "POST /neutron/network HTTP/1.1" 200 151 0.199639
10.0.0.249 - - [2026-06-08 03:25:56] "DELETE /route-target/dd072e23-c631-4ab5-b0d8-3eabbadc8d26 HTTP/1.1" 200 115 0.063603
10.0.0.27 - - [2026-06-08 03:25:58] "GET /projects?obj_uuids=d7bada51-29e3-43be-96ea-c92ad4383b74&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002181
10.0.0.33 - - [2026-06-08 03:25:58] "GET /project/d7bada51-29e3-43be-96ea-c92ad4383b74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.050571
10.0.0.27 - - [2026-06-08 03:25:58] "GET /projects?obj_uuids=d7bada51-29e3-43be-96ea-c92ad4383b74&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001215
10.0.0.33 - - [2026-06-08 03:25:58] "GET /project/d7bada51-29e3-43be-96ea-c92ad4383b74?fields=virtual_networks HTTP/1.1" 200 1029 0.055230
10.0.0.27 - - [2026-06-08 03:25:58] "GET /projects?obj_uuids=d7bada51-29e3-43be-96ea-c92ad4383b74&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002032
10.0.0.33 - - [2026-06-08 03:25:58] "GET /project/d7bada51-29e3-43be-96ea-c92ad4383b74?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.072455
10.0.0.27 - - [2026-06-08 03:25:58] "GET /projects?obj_uuids=d7bada51-29e3-43be-96ea-c92ad4383b74&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001806
10.0.0.33 - - [2026-06-08 03:25:58] "GET /project/d7bada51-29e3-43be-96ea-c92ad4383b74?fields=security_groups HTTP/1.1" 200 1253 0.069242
10.0.0.33 - - [2026-06-08 03:25:59] "POST /fqname-to-id HTTP/1.1" 404 186 0.028376
10.0.0.27 - - [2026-06-08 03:25:59] "GET /projects?obj_uuids=e8b5f066-9b47-4610-bea9-c3765090c18d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003689
10.0.0.27 - - [2026-06-08 03:25:59] "GET /domains?obj_uuids=2441b78a-01cc-4005-9aa7-6b434eb6fb41&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001252
10.0.0.27 - - [2026-06-08 03:25:59] "GET /domain/2441b78a-01cc-4005-9aa7-6b434eb6fb41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008515
10.0.0.27 - - [2026-06-08 03:25:59] "POST /id-to-fqname HTTP/1.1" 200 188 0.004879
10.0.0.27 - - [2026-06-08 03:25:59] "POST /fqname-to-id HTTP/1.1" 404 197 0.009177
10.0.0.27 - - [2026-06-08 03:25:59] "POST /security-groups HTTP/1.1" 200 589 0.049034
10.0.0.27 - - [2026-06-08 03:25:59] "POST /projects HTTP/1.1" 200 581 0.271996
10.0.0.249 - - [2026-06-08 03:25:59] "POST /fqname-to-id HTTP/1.1" 404 231 0.011260
10.0.0.27 - - [2026-06-08 03:25:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.358067
10.0.0.33 - - [2026-06-08 03:25:59] "GET /project/e8b5f066-9b47-4610-bea9-c3765090c18d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.520997
10.0.0.33 - - [2026-06-08 03:26:00] "GET / HTTP/1.1" 200 35931 0.006349
10.0.0.33 - - [2026-06-08 03:26:02] "POST /fqname-to-id HTTP/1.1" 401 292 0.000833
10.0.0.33 - - [2026-06-08 03:26:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.061550
10.0.0.27 - - [2026-06-08 03:26:02] "GET /projects?obj_uuids=e8b5f066-9b47-4610-bea9-c3765090c18d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001405
10.0.0.33 - - [2026-06-08 03:26:03] "GET /project/e8b5f066-9b47-4610-bea9-c3765090c18d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.065821
10.0.0.33 - - [2026-06-08 03:26:03] "POST /neutron/network HTTP/1.1" 200 117 0.054511
10.0.0.249 - - [2026-06-08 03:26:03] "POST /ref-update HTTP/1.1" 200 156 0.032783
10.0.0.33 - - [2026-06-08 03:26:03] "POST /neutron/network HTTP/1.1" 200 833 0.017849
10.0.0.33 - - [2026-06-08 03:26:03] "POST /id-to-fqname HTTP/1.1" 200 223 0.002797
10.0.0.33 - - [2026-06-08 03:26:03] "GET /virtual-network/32ec405f-d855-4c79-892b-147b851610b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.016080
10.0.0.33 - - [2026-06-08 03:26:03] "GET /virtual-network/32ec405f-d855-4c79-892b-147b851610b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.007305
10.0.0.33 - - [2026-06-08 03:26:03] "POST /neutron/subnet HTTP/1.1" 200 729 0.017128
10.0.0.33 - - [2026-06-08 03:26:04] "GET /virtual-network/32ec405f-d855-4c79-892b-147b851610b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.011643
10.0.0.33 - - [2026-06-08 03:26:04] "GET /obj-perms HTTP/1.1" 200 5026 0.065290
10.0.0.33 - - [2026-06-08 03:26:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005973
10.0.0.27 - - [2026-06-08 03:26:05] "GET /projects?obj_uuids=e8b5f066-9b47-4610-bea9-c3765090c18d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002926
10.0.0.33 - - [2026-06-08 03:26:05] "GET /project/e8b5f066-9b47-4610-bea9-c3765090c18d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.068484
10.0.0.27 - - [2026-06-08 03:26:06] "POST /useragent-kv HTTP/1.1" 200 115 0.016202
10.0.0.33 - - [2026-06-08 03:26:06] "POST /neutron/subnet HTTP/1.1" 200 729 0.270159
10.0.0.33 - - [2026-06-08 03:26:06] "POST /id-to-fqname HTTP/1.1" 200 225 0.002352
10.0.0.33 - - [2026-06-08 03:26:06] "GET /virtual-network/b73ea5b7-1326-48ad-8d68-6fc3079de0f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006778
10.0.0.33 - - [2026-06-08 03:26:06] "GET /virtual-network/b73ea5b7-1326-48ad-8d68-6fc3079de0f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.008501
10.0.0.33 - - [2026-06-08 03:26:06] "POST /neutron/network HTTP/1.1" 200 837 0.011150
10.0.0.33 - - [2026-06-08 03:26:06] "GET /virtual-network/b73ea5b7-1326-48ad-8d68-6fc3079de0f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.010345
10.0.0.249 - - [2026-06-08 03:26:07] "GET /obj-perms HTTP/1.1" 200 5026 0.070640
10.0.0.27 - - [2026-06-08 03:26:07] "GET /obj-perms HTTP/1.1" 200 5026 0.073539
10.0.0.33 - - [2026-06-08 03:26:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004639
10.0.0.27 - - [2026-06-08 03:26:07] "GET /projects?obj_uuids=e8b5f066-9b47-4610-bea9-c3765090c18d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001470
10.0.0.33 - - [2026-06-08 03:26:07] "GET /project/e8b5f066-9b47-4610-bea9-c3765090c18d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.056193
10.0.0.27 - - [2026-06-08 03:26:07] "GET /projects?obj_uuids=e8b5f066-9b47-4610-bea9-c3765090c18d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001699
10.0.0.33 - - [2026-06-08 03:26:07] "POST /neutron/network HTTP/1.1" 200 619 0.183279
10.0.0.249 - - [2026-06-08 03:26:07] "POST /route-targets HTTP/1.1" 200 327 0.017397
10.0.0.33 - - [2026-06-08 03:26:07] "POST /id-to-fqname HTTP/1.1" 200 226 0.006160
10.0.0.33 - - [2026-06-08 03:26:07] "GET /virtual-network/faea4f4f-9ce4-4813-9fe1-753ec5ee01da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.014250
10.0.0.33 - - [2026-06-08 03:26:07] "POST /neutron/network HTTP/1.1" 200 839 0.010500
10.0.0.33 - - [2026-06-08 03:26:07] "GET /virtual-network/faea4f4f-9ce4-4813-9fe1-753ec5ee01da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.007338
10.0.0.33 - - [2026-06-08 03:26:08] "GET /virtual-network/faea4f4f-9ce4-4813-9fe1-753ec5ee01da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.007139
10.0.0.33 - - [2026-06-08 03:26:08] "POST /id-to-fqname HTTP/1.1" 200 225 0.001856
10.0.0.33 - - [2026-06-08 03:26:08] "POST /neutron/port HTTP/1.1" 200 4190 0.042804
10.0.0.27 - - [2026-06-08 03:26:09] "GET /projects?obj_uuids=e8b5f066-9b47-4610-bea9-c3765090c18d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001639
10.0.0.33 - - [2026-06-08 03:26:09] "GET /project/e8b5f066-9b47-4610-bea9-c3765090c18d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.104882
10.0.0.33 - - [2026-06-08 03:26:10] "POST /neutron/port HTTP/1.1" 200 4190 0.090000
10.0.0.33 - - [2026-06-08 03:26:10] "POST /id-to-fqname HTTP/1.1" 200 226 0.002368
10.0.0.33 - - [2026-06-08 03:26:10] "POST /neutron/network HTTP/1.1" 200 849 0.008575
10.0.0.33 - - [2026-06-08 03:26:11] "POST /neutron/port HTTP/1.1" 200 1059 0.025343
10.0.0.33 - - [2026-06-08 03:26:11] "POST /neutron/port HTTP/1.1" 200 1123 0.039539
10.0.0.33 - - [2026-06-08 03:26:11] "POST /neutron/port HTTP/1.1" 200 117 0.001855
10.0.0.27 - - [2026-06-08 03:26:11] "GET /projects?obj_uuids=e8b5f066-9b47-4610-bea9-c3765090c18d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001964
10.0.0.33 - - [2026-06-08 03:26:11] "GET /project/e8b5f066-9b47-4610-bea9-c3765090c18d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.099072
10.0.0.33 - - [2026-06-08 03:26:11] "POST /neutron/port HTTP/1.1" 200 5160 0.076782
10.0.0.33 - - [2026-06-08 03:26:11] "POST /fqname-to-id HTTP/1.1" 404 193 0.005052
10.0.0.33 - - [2026-06-08 03:26:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005526
10.0.0.27 - - [2026-06-08 03:26:12] "GET /domains?obj_uuids=2441b78a-01cc-4005-9aa7-6b434eb6fb41&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002044
10.0.0.33 - - [2026-06-08 03:26:12] "GET /domain/2441b78a-01cc-4005-9aa7-6b434eb6fb41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.013960
10.0.0.33 - - [2026-06-08 03:26:12] "POST /service-templates HTTP/1.1" 200 543 0.069332
10.0.0.33 - - [2026-06-08 03:26:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004970
10.0.0.33 - - [2026-06-08 03:26:12] "POST /neutron/network HTTP/1.1" 200 849 0.014347
10.0.0.33 - - [2026-06-08 03:26:12] "GET /service-template/29df4ef3-cf3e-41c9-8e42-2cf4428162d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.013603
10.0.0.33 - - [2026-06-08 03:26:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004299
10.0.0.33 - - [2026-06-08 03:26:12] "GET /service-template/29df4ef3-cf3e-41c9-8e42-2cf4428162d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.005215
10.0.0.33 - - [2026-06-08 03:26:12] "POST /id-to-fqname HTTP/1.1" 200 223 0.001873
10.0.0.33 - - [2026-06-08 03:26:12] "POST /id-to-fqname HTTP/1.1" 200 225 0.001924
10.0.0.33 - - [2026-06-08 03:26:12] "POST /id-to-fqname HTTP/1.1" 200 226 0.001721
10.0.0.33 - - [2026-06-08 03:26:12] "POST /neutron/port HTTP/1.1" 200 1059 0.039306
10.0.0.33 - - [2026-06-08 03:26:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.008393
10.0.0.33 - - [2026-06-08 03:26:12] "DELETE /service-template/29df4ef3-cf3e-41c9-8e42-2cf4428162d6 HTTP/1.1" 200 115 0.059509
10.0.0.33 - - [2026-06-08 03:26:12] "POST /fqname-to-id HTTP/1.1" 404 193 0.018787
10.0.0.33 - - [2026-06-08 03:26:12] "POST /neutron/port HTTP/1.1" 200 1113 0.188785
10.0.0.33 - - [2026-06-08 03:26:13] "POST /neutron/subnet HTTP/1.1" 200 703 0.014079
10.0.0.33 - - [2026-06-08 03:26:13] "POST /neutron/network HTTP/1.1" 200 839 0.008838
10.0.0.33 - - [2026-06-08 03:26:13] "POST /neutron/port HTTP/1.1" 200 1113 0.026983
10.0.0.33 - - [2026-06-08 03:26:14] "POST /neutron/port HTTP/1.1" 200 1113 0.028057
10.0.0.33 - - [2026-06-08 03:26:15] "POST /neutron/network HTTP/1.1" 200 2198 0.023030
10.0.0.27 - - [2026-06-08 03:26:15] "POST /useragent-kv HTTP/1.1" 200 115 0.004619
10.0.0.27 - - [2026-06-08 03:26:15] "POST /useragent-kv HTTP/1.1" 200 115 0.003887
10.0.0.33 - - [2026-06-08 03:26:15] "POST /neutron/network HTTP/1.1" 200 151 0.291624
10.0.0.249 - - [2026-06-08 03:26:15] "DELETE /route-target/61509696-0dbe-4527-b169-dc9d75a30acb HTTP/1.1" 200 115 0.052970
10.0.0.27 - - [2026-06-08 03:26:16] "POST /useragent-kv HTTP/1.1" 200 115 0.005512
10.0.0.27 - - [2026-06-08 03:26:16] "POST /useragent-kv HTTP/1.1" 200 115 0.003603
10.0.0.33 - - [2026-06-08 03:26:16] "POST /neutron/network HTTP/1.1" 200 151 0.218622
10.0.0.249 - - [2026-06-08 03:26:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.009396
10.0.0.33 - - [2026-06-08 03:26:17] "GET /obj-perms HTTP/1.1" 200 5056 0.054731
10.0.0.33 - - [2026-06-08 03:26:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005251
10.0.0.27 - - [2026-06-08 03:26:19] "GET /projects?obj_uuids=e8b5f066-9b47-4610-bea9-c3765090c18d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001710
10.0.0.33 - - [2026-06-08 03:26:19] "GET /project/e8b5f066-9b47-4610-bea9-c3765090c18d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.067634
10.0.0.33 - - [2026-06-08 03:26:19] "POST /neutron/network HTTP/1.1" 200 117 0.020378
10.0.0.249 - - [2026-06-08 03:26:19] "POST /ref-update HTTP/1.1" 200 156 0.028489
10.0.0.33 - - [2026-06-08 03:26:19] "POST /neutron/network HTTP/1.1" 200 832 0.017995
10.0.0.33 - - [2026-06-08 03:26:19] "POST /id-to-fqname HTTP/1.1" 200 223 0.001747
10.0.0.33 - - [2026-06-08 03:26:19] "GET /virtual-network/5a89485a-f73b-45f2-b36d-3b224b72a88e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007239
10.0.0.33 - - [2026-06-08 03:26:19] "GET /virtual-network/5a89485a-f73b-45f2-b36d-3b224b72a88e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.011564
10.0.0.33 - - [2026-06-08 03:26:19] "POST /neutron/subnet HTTP/1.1" 200 724 0.013271
10.0.0.33 - - [2026-06-08 03:26:20] "GET /virtual-network/5a89485a-f73b-45f2-b36d-3b224b72a88e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.013736
10.0.0.249 - - [2026-06-08 03:26:20] "GET /obj-perms HTTP/1.1" 200 5026 0.006105
10.0.0.33 - - [2026-06-08 03:26:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004155
10.0.0.27 - - [2026-06-08 03:26:20] "GET /projects?obj_uuids=e8b5f066-9b47-4610-bea9-c3765090c18d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001590
10.0.0.33 - - [2026-06-08 03:26:20] "GET /project/e8b5f066-9b47-4610-bea9-c3765090c18d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.058063
10.0.0.27 - - [2026-06-08 03:26:21] "POST /useragent-kv HTTP/1.1" 200 115 0.007544
10.0.0.33 - - [2026-06-08 03:26:21] "POST /neutron/subnet HTTP/1.1" 200 734 0.295256
10.0.0.33 - - [2026-06-08 03:26:21] "POST /id-to-fqname HTTP/1.1" 200 223 0.002137
10.0.0.33 - - [2026-06-08 03:26:21] "GET /virtual-network/a1ab2098-a3e5-4615-a396-ec5eb710ed0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.013710
10.0.0.33 - - [2026-06-08 03:26:21] "GET /virtual-network/a1ab2098-a3e5-4615-a396-ec5eb710ed0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.007119
10.0.0.33 - - [2026-06-08 03:26:21] "POST /neutron/network HTTP/1.1" 200 834 0.008178
10.0.0.33 - - [2026-06-08 03:26:21] "GET /virtual-network/a1ab2098-a3e5-4615-a396-ec5eb710ed0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.009127
10.0.0.27 - - [2026-06-08 03:26:21] "GET /obj-perms HTTP/1.1" 200 5026 0.005632
10.0.0.33 - - [2026-06-08 03:26:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.005783
10.0.0.27 - - [2026-06-08 03:26:21] "GET /projects?obj_uuids=e8b5f066-9b47-4610-bea9-c3765090c18d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002195
10.0.0.33 - - [2026-06-08 03:26:21] "GET /project/e8b5f066-9b47-4610-bea9-c3765090c18d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.066569
10.0.0.27 - - [2026-06-08 03:26:21] "GET /projects?obj_uuids=e8b5f066-9b47-4610-bea9-c3765090c18d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001201
10.0.0.33 - - [2026-06-08 03:26:22] "POST /neutron/network HTTP/1.1" 200 615 0.176443
10.0.0.249 - - [2026-06-08 03:26:22] "POST /route-targets HTTP/1.1" 200 327 0.020627
10.0.0.33 - - [2026-06-08 03:26:22] "POST /id-to-fqname HTTP/1.1" 200 224 0.003877
10.0.0.33 - - [2026-06-08 03:26:22] "GET /virtual-network/5adf941a-e4e9-4dc0-b185-f99d14be1d94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006413
10.0.0.33 - - [2026-06-08 03:26:22] "POST /neutron/network HTTP/1.1" 200 834 0.008470
10.0.0.33 - - [2026-06-08 03:26:22] "GET /virtual-network/5adf941a-e4e9-4dc0-b185-f99d14be1d94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007354
10.0.0.33 - - [2026-06-08 03:26:22] "GET /virtual-network/5adf941a-e4e9-4dc0-b185-f99d14be1d94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006405
10.0.0.33 - - [2026-06-08 03:26:22] "GET /obj-perms HTTP/1.1" 200 5026 0.004341
10.0.0.33 - - [2026-06-08 03:26:22] "POST /id-to-fqname HTTP/1.1" 200 223 0.001658
10.0.0.33 - - [2026-06-08 03:26:22] "POST /neutron/port HTTP/1.1" 200 4190 0.033828
10.0.0.27 - - [2026-06-08 03:26:23] "GET /projects?obj_uuids=e8b5f066-9b47-4610-bea9-c3765090c18d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001350
10.0.0.33 - - [2026-06-08 03:26:23] "GET /project/e8b5f066-9b47-4610-bea9-c3765090c18d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.085970
10.0.0.33 - - [2026-06-08 03:26:24] "POST /neutron/port HTTP/1.1" 200 4190 0.033813
10.0.0.33 - - [2026-06-08 03:26:24] "POST /id-to-fqname HTTP/1.1" 200 224 0.001483
10.0.0.33 - - [2026-06-08 03:26:24] "POST /neutron/network HTTP/1.1" 200 844 0.007844
10.0.0.33 - - [2026-06-08 03:26:24] "POST /neutron/port HTTP/1.1" 200 1060 0.017574
10.0.0.33 - - [2026-06-08 03:26:25] "POST /neutron/port HTTP/1.1" 200 1124 0.034342
10.0.0.33 - - [2026-06-08 03:26:25] "POST /neutron/port HTTP/1.1" 200 117 0.001183
10.0.0.27 - - [2026-06-08 03:26:25] "GET /projects?obj_uuids=e8b5f066-9b47-4610-bea9-c3765090c18d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001216
10.0.0.33 - - [2026-06-08 03:26:25] "GET /project/e8b5f066-9b47-4610-bea9-c3765090c18d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.086287
10.0.0.33 - - [2026-06-08 03:26:25] "POST /neutron/port HTTP/1.1" 200 5161 0.042523
10.0.0.33 - - [2026-06-08 03:26:25] "POST /fqname-to-id HTTP/1.1" 404 193 0.004065
10.0.0.33 - - [2026-06-08 03:26:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003535
10.0.0.27 - - [2026-06-08 03:26:25] "GET /domains?obj_uuids=2441b78a-01cc-4005-9aa7-6b434eb6fb41&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001666
10.0.0.33 - - [2026-06-08 03:26:25] "GET /domain/2441b78a-01cc-4005-9aa7-6b434eb6fb41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.010383
10.0.0.33 - - [2026-06-08 03:26:25] "POST /service-templates HTTP/1.1" 200 543 0.052293
10.0.0.33 - - [2026-06-08 03:26:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004370
10.0.0.33 - - [2026-06-08 03:26:25] "GET /service-template/24dca4b8-3bf0-4500-bf42-69ac4e3fe819?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.009977
10.0.0.33 - - [2026-06-08 03:26:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004506
10.0.0.33 - - [2026-06-08 03:26:25] "POST /neutron/network HTTP/1.1" 200 844 0.010240
10.0.0.33 - - [2026-06-08 03:26:25] "GET /service-template/24dca4b8-3bf0-4500-bf42-69ac4e3fe819?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.005351
10.0.0.33 - - [2026-06-08 03:26:25] "POST /id-to-fqname HTTP/1.1" 200 223 0.001416
10.0.0.33 - - [2026-06-08 03:26:25] "POST /id-to-fqname HTTP/1.1" 200 223 0.002102
10.0.0.33 - - [2026-06-08 03:26:25] "POST /id-to-fqname HTTP/1.1" 200 224 0.001549
10.0.0.33 - - [2026-06-08 03:26:26] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009979
10.0.0.33 - - [2026-06-08 03:26:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003604
10.0.0.33 - - [2026-06-08 03:26:26] "DELETE /service-template/24dca4b8-3bf0-4500-bf42-69ac4e3fe819 HTTP/1.1" 200 115 0.066921
10.0.0.33 - - [2026-06-08 03:26:26] "POST /fqname-to-id HTTP/1.1" 404 193 0.003568
10.0.0.33 - - [2026-06-08 03:26:26] "POST /neutron/port HTTP/1.1" 200 1112 0.156265
10.0.0.33 - - [2026-06-08 03:26:26] "POST /neutron/subnet HTTP/1.1" 200 698 0.011552
10.0.0.33 - - [2026-06-08 03:26:26] "POST /neutron/network HTTP/1.1" 200 834 0.009325
10.0.0.33 - - [2026-06-08 03:26:27] "POST /neutron/port HTTP/1.1" 200 1114 0.021182
10.0.0.33 - - [2026-06-08 03:26:27] "POST /neutron/port HTTP/1.1" 200 1112 0.018373
10.0.0.33 - - [2026-06-08 03:26:28] "POST /neutron/network HTTP/1.1" 200 2189 0.013652
10.0.0.33 - - [2026-06-08 03:26:28] "POST /neutron/network HTTP/1.1" 200 834 0.009567
10.0.0.249 - - [2026-06-08 03:26:28] "DELETE /route-target/1f96e35b-e39e-4f6a-a78d-06fdf783a290 HTTP/1.1" 200 115 0.028096
10.0.0.27 - - [2026-06-08 03:26:29] "POST /useragent-kv HTTP/1.1" 200 115 0.005121
10.0.0.27 - - [2026-06-08 03:26:29] "POST /useragent-kv HTTP/1.1" 200 115 0.013254
10.0.0.33 - - [2026-06-08 03:26:29] "POST /neutron/network HTTP/1.1" 200 151 0.184890
10.0.0.249 - - [2026-06-08 03:26:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004278
10.0.0.27 - - [2026-06-08 03:26:31] "GET /projects?obj_uuids=e8b5f066-9b47-4610-bea9-c3765090c18d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001652
10.0.0.33 - - [2026-06-08 03:26:31] "GET /project/e8b5f066-9b47-4610-bea9-c3765090c18d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.047127
10.0.0.27 - - [2026-06-08 03:26:31] "GET /projects?obj_uuids=e8b5f066-9b47-4610-bea9-c3765090c18d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001139
10.0.0.33 - - [2026-06-08 03:26:31] "GET /project/e8b5f066-9b47-4610-bea9-c3765090c18d?fields=virtual_networks HTTP/1.1" 200 1029 0.045884
10.0.0.27 - - [2026-06-08 03:26:31] "GET /projects?obj_uuids=e8b5f066-9b47-4610-bea9-c3765090c18d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002048
10.0.0.33 - - [2026-06-08 03:26:31] "GET /project/e8b5f066-9b47-4610-bea9-c3765090c18d?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.046894
10.0.0.27 - - [2026-06-08 03:26:31] "GET /projects?obj_uuids=e8b5f066-9b47-4610-bea9-c3765090c18d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001084
10.0.0.33 - - [2026-06-08 03:26:31] "GET /project/e8b5f066-9b47-4610-bea9-c3765090c18d?fields=security_groups HTTP/1.1" 200 1253 0.049941
10.0.0.33 - - [2026-06-08 03:26:32] "POST /fqname-to-id HTTP/1.1" 404 184 0.031045
10.0.0.27 - - [2026-06-08 03:26:32] "GET /projects?obj_uuids=b9ba5d4d-2735-4dbf-9e72-0f810a9f62be&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005735
10.0.0.27 - - [2026-06-08 03:26:32] "GET /domains?obj_uuids=2441b78a-01cc-4005-9aa7-6b434eb6fb41&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001917
10.0.0.27 - - [2026-06-08 03:26:32] "GET /domain/2441b78a-01cc-4005-9aa7-6b434eb6fb41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.010626
10.0.0.27 - - [2026-06-08 03:26:32] "POST /id-to-fqname HTTP/1.1" 200 186 0.003829
10.0.0.27 - - [2026-06-08 03:26:32] "POST /fqname-to-id HTTP/1.1" 404 195 0.007590
10.0.0.27 - - [2026-06-08 03:26:32] "POST /security-groups HTTP/1.1" 200 587 0.035715
10.0.0.27 - - [2026-06-08 03:26:32] "POST /projects HTTP/1.1" 200 577 0.266283
10.0.0.249 - - [2026-06-08 03:26:32] "POST /access-control-lists HTTP/1.1" 200 592 0.041193
10.0.0.27 - - [2026-06-08 03:26:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.353951
10.0.0.33 - - [2026-06-08 03:26:32] "GET /project/b9ba5d4d-2735-4dbf-9e72-0f810a9f62be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.528105
10.0.0.27 - - [2026-06-08 03:26:33] "DELETE /project/e8b5f0669b474610bea9c3765090c18d HTTP/1.1" 404 173 0.022962
10.0.0.27 - - [2026-06-08 03:26:33] "DELETE /project/b9ba5d4d27354dbf9e720f810a9f62be HTTP/1.1" 404 173 0.017704
10.0.0.27 - - [2026-06-08 03:26:33] "GET /projects?obj_uuids=d7bada51-29e3-43be-96ea-c92ad4383b74&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001194
10.0.0.27 - - [2026-06-08 03:26:33] "GET /projects?obj_uuids=e8b5f066-9b47-4610-bea9-c3765090c18d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000953
10.0.0.27 - - [2026-06-08 03:26:33] "GET /project/e8b5f066-9b47-4610-bea9-c3765090c18d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1461 0.101082
10.0.0.27 - - [2026-06-08 03:26:33] "GET /project/d7bada51-29e3-43be-96ea-c92ad4383b74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1461 0.102571
10.0.0.27 - - [2026-06-08 03:26:33] "GET /projects?obj_uuids=e8b5f066-9b47-4610-bea9-c3765090c18d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001802
10.0.0.27 - - [2026-06-08 03:26:33] "GET /projects?obj_uuids=d7bada51-29e3-43be-96ea-c92ad4383b74&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001369
10.0.0.249 - - [2026-06-08 03:26:33] "DELETE /access-control-list/62f1dbd4-28ed-41df-a2e6-ceed7db45070 HTTP/1.1" 200 115 0.125735
10.0.0.27 - - [2026-06-08 03:26:33] "GET /project/e8b5f066-9b47-4610-bea9-c3765090c18d?fields=security_groups HTTP/1.1" 200 1358 0.085333
10.0.0.27 - - [2026-06-08 03:26:33] "GET /project/d7bada51-29e3-43be-96ea-c92ad4383b74?fields=security_groups HTTP/1.1" 200 1099 0.104731
10.0.0.27 - - [2026-06-08 03:26:33] "GET /projects?obj_uuids=d7bada51-29e3-43be-96ea-c92ad4383b74&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002442
10.0.0.27 - - [2026-06-08 03:26:33] "GET /project/d7bada51-29e3-43be-96ea-c92ad4383b74?fields=application_policy_sets HTTP/1.1" 200 1099 0.071283
10.0.0.27 - - [2026-06-08 03:26:33] "DELETE /project/d7bada51-29e3-43be-96ea-c92ad4383b74 HTTP/1.1" 404 171 0.438288
10.0.0.27 - - [2026-06-08 03:26:34] "DELETE /security-group/d75a37c6-b2ef-4fe1-968a-152e1f8bd08f HTTP/1.1" 200 115 0.180558
10.0.0.27 - - [2026-06-08 03:26:34] "GET /projects?obj_uuids=e8b5f066-9b47-4610-bea9-c3765090c18d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.003589
10.0.0.27 - - [2026-06-08 03:26:34] "GET /project/e8b5f066-9b47-4610-bea9-c3765090c18d?fields=application_policy_sets HTTP/1.1" 200 1397 0.072819
10.0.0.249 - - [2026-06-08 03:26:34] "DELETE /access-control-list/b6910a44-1231-446b-ab62-3196b1d7dec7 HTTP/1.1" 200 115 0.092571
10.0.0.27 - - [2026-06-08 03:26:34] "DELETE /project/e8b5f066-9b47-4610-bea9-c3765090c18d HTTP/1.1" 200 115 0.709306
10.0.0.33 - - [2026-06-08 03:26:34] "GET / HTTP/1.1" 200 35931 0.002677
10.0.0.33 - - [2026-06-08 03:26:36] "POST /fqname-to-id HTTP/1.1" 401 292 0.000647
10.0.0.33 - - [2026-06-08 03:26:36] "POST /neutron/port HTTP/1.1" 200 1216 0.023556
10.0.0.33 - - [2026-06-08 03:26:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005384
10.0.0.33 - - [2026-06-08 03:26:36] "POST /neutron/port HTTP/1.1" 200 117 0.001417
10.0.0.33 - - [2026-06-08 03:26:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.068232
10.0.0.27 - - [2026-06-08 03:26:36] "GET /projects?obj_uuids=b9ba5d4d-2735-4dbf-9e72-0f810a9f62be&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001436
10.0.0.33 - - [2026-06-08 03:26:36] "GET /project/b9ba5d4d-2735-4dbf-9e72-0f810a9f62be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.054317
10.0.0.33 - - [2026-06-08 03:26:36] "POST /neutron/network HTTP/1.1" 200 117 0.051960
10.0.0.33 - - [2026-06-08 03:26:37] "POST /neutron/network HTTP/1.1" 200 828 0.009229
10.0.0.33 - - [2026-06-08 03:26:37] "POST /id-to-fqname HTTP/1.1" 200 221 0.001864
10.0.0.33 - - [2026-06-08 03:26:37] "GET /virtual-network/8fd7d2b9-5245-4587-bafb-e51dec614c38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005719
10.0.0.33 - - [2026-06-08 03:26:37] "GET /virtual-network/8fd7d2b9-5245-4587-bafb-e51dec614c38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006566
10.0.0.33 - - [2026-06-08 03:26:37] "POST /neutron/subnet HTTP/1.1" 200 715 0.019099
10.0.0.33 - - [2026-06-08 03:26:37] "GET /virtual-network/8fd7d2b9-5245-4587-bafb-e51dec614c38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007705
10.0.0.249 - - [2026-06-08 03:26:38] "GET /obj-perms HTTP/1.1" 200 5022 0.061796
10.0.0.33 - - [2026-06-08 03:26:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004453
10.0.0.27 - - [2026-06-08 03:26:39] "GET /projects?obj_uuids=b9ba5d4d-2735-4dbf-9e72-0f810a9f62be&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001031
10.0.0.33 - - [2026-06-08 03:26:39] "GET /project/b9ba5d4d-2735-4dbf-9e72-0f810a9f62be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.047675
10.0.0.27 - - [2026-06-08 03:26:39] "GET /projects?obj_uuids=b9ba5d4d-2735-4dbf-9e72-0f810a9f62be&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001260
10.0.0.33 - - [2026-06-08 03:26:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003869
10.0.0.33 - - [2026-06-08 03:26:39] "POST /neutron/network HTTP/1.1" 200 611 0.138334
10.0.0.249 - - [2026-06-08 03:26:39] "POST /route-targets HTTP/1.1" 200 327 0.014467
10.0.0.33 - - [2026-06-08 03:26:39] "POST /neutron/port HTTP/1.1" 200 117 0.001483
10.0.0.33 - - [2026-06-08 03:26:39] "POST /id-to-fqname HTTP/1.1" 200 221 0.005251
10.0.0.33 - - [2026-06-08 03:26:39] "GET /virtual-network/43f6152a-f38b-4e25-93bd-1ab7b283dd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.017987
10.0.0.33 - - [2026-06-08 03:26:39] "POST /neutron/network HTTP/1.1" 200 831 0.009522
10.0.0.33 - - [2026-06-08 03:26:39] "GET /virtual-network/43f6152a-f38b-4e25-93bd-1ab7b283dd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006674
10.0.0.33 - - [2026-06-08 03:26:40] "GET /virtual-network/43f6152a-f38b-4e25-93bd-1ab7b283dd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.008435
10.0.0.27 - - [2026-06-08 03:26:40] "GET /obj-perms HTTP/1.1" 200 5022 0.061015
10.0.0.33 - - [2026-06-08 03:26:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003972
10.0.0.27 - - [2026-06-08 03:26:40] "GET /projects?obj_uuids=b9ba5d4d-2735-4dbf-9e72-0f810a9f62be&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001073
10.0.0.33 - - [2026-06-08 03:26:40] "GET /project/b9ba5d4d-2735-4dbf-9e72-0f810a9f62be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.061879
10.0.0.33 - - [2026-06-08 03:26:40] "POST /neutron/network HTTP/1.1" 200 117 0.016273
10.0.0.249 - - [2026-06-08 03:26:41] "POST /ref-update HTTP/1.1" 200 156 0.030699
10.0.0.33 - - [2026-06-08 03:26:41] "POST /neutron/network HTTP/1.1" 200 832 0.010312
10.0.0.33 - - [2026-06-08 03:26:41] "POST /id-to-fqname HTTP/1.1" 200 222 0.001382
10.0.0.33 - - [2026-06-08 03:26:41] "GET /virtual-network/a7dc9a29-fc96-4427-a5f0-5d43805811f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005166
10.0.0.33 - - [2026-06-08 03:26:41] "GET /virtual-network/a7dc9a29-fc96-4427-a5f0-5d43805811f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.011925
10.0.0.33 - - [2026-06-08 03:26:41] "POST /neutron/subnet HTTP/1.1" 200 725 0.009601
10.0.0.33 - - [2026-06-08 03:26:41] "GET /virtual-network/a7dc9a29-fc96-4427-a5f0-5d43805811f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.010002
10.0.0.33 - - [2026-06-08 03:26:41] "GET /obj-perms HTTP/1.1" 200 5022 0.052957
10.0.0.33 - - [2026-06-08 03:26:41] "POST /id-to-fqname HTTP/1.1" 200 221 0.001780
10.0.0.27 - - [2026-06-08 03:26:42] "GET /projects?obj_uuids=b9ba5d4d-2735-4dbf-9e72-0f810a9f62be&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001912
10.0.0.33 - - [2026-06-08 03:26:42] "GET /project/b9ba5d4d-2735-4dbf-9e72-0f810a9f62be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.086829
10.0.0.33 - - [2026-06-08 03:26:42] "POST /neutron/network HTTP/1.1" 200 831 0.008198
10.0.0.33 - - [2026-06-08 03:26:43] "POST /id-to-fqname HTTP/1.1" 200 222 0.001449
10.0.0.33 - - [2026-06-08 03:26:43] "POST /neutron/port HTTP/1.1" 200 4190 0.037550
10.0.0.27 - - [2026-06-08 03:26:43] "GET /projects?obj_uuids=b9ba5d4d-2735-4dbf-9e72-0f810a9f62be&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001459
10.0.0.33 - - [2026-06-08 03:26:43] "POST /neutron/port HTTP/1.1" 200 1057 0.440148
10.0.0.33 - - [2026-06-08 03:26:44] "POST /neutron/port HTTP/1.1" 200 1111 0.133058
10.0.0.33 - - [2026-06-08 03:26:44] "POST /neutron/subnet HTTP/1.1" 200 703 0.010288
10.0.0.27 - - [2026-06-08 03:26:44] "GET /projects?obj_uuids=b9ba5d4d-2735-4dbf-9e72-0f810a9f62be&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.002001
10.0.0.33 - - [2026-06-08 03:26:44] "GET /project/b9ba5d4d-2735-4dbf-9e72-0f810a9f62be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.113497
10.0.0.33 - - [2026-06-08 03:26:44] "POST /neutron/network HTTP/1.1" 200 832 0.014602
10.0.0.33 - - [2026-06-08 03:26:44] "POST /neutron/port HTTP/1.1" 200 117 0.007622
10.0.0.33 - - [2026-06-08 03:26:44] "POST /fqname-to-id HTTP/1.1" 404 193 0.003273
10.0.0.33 - - [2026-06-08 03:26:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003413
10.0.0.27 - - [2026-06-08 03:26:44] "GET /domains?obj_uuids=2441b78a-01cc-4005-9aa7-6b434eb6fb41&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001685
10.0.0.33 - - [2026-06-08 03:26:44] "GET /domain/2441b78a-01cc-4005-9aa7-6b434eb6fb41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.009091
10.0.0.33 - - [2026-06-08 03:26:45] "POST /service-templates HTTP/1.1" 200 543 0.049632
10.0.0.33 - - [2026-06-08 03:26:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003674
10.0.0.33 - - [2026-06-08 03:26:45] "GET /service-template/f65a1f47-b534-45f4-89ed-9a6f46481ddc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.006488
10.0.0.33 - - [2026-06-08 03:26:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004831
10.0.0.33 - - [2026-06-08 03:26:45] "GET /service-template/f65a1f47-b534-45f4-89ed-9a6f46481ddc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.004235
10.0.0.33 - - [2026-06-08 03:26:45] "POST /id-to-fqname HTTP/1.1" 200 221 0.001436
10.0.0.33 - - [2026-06-08 03:26:45] "POST /id-to-fqname HTTP/1.1" 200 221 0.001503
10.0.0.33 - - [2026-06-08 03:26:45] "POST /id-to-fqname HTTP/1.1" 200 222 0.002090
10.0.0.33 - - [2026-06-08 03:26:45] "POST /neutron/port HTTP/1.1" 200 5987 0.093020
10.0.0.33 - - [2026-06-08 03:26:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004596
10.0.0.33 - - [2026-06-08 03:26:45] "POST /neutron/port HTTP/1.1" 200 1056 0.019645
10.0.0.33 - - [2026-06-08 03:26:45] "DELETE /service-template/f65a1f47-b534-45f4-89ed-9a6f46481ddc HTTP/1.1" 200 115 0.038692
10.0.0.33 - - [2026-06-08 03:26:45] "POST /fqname-to-id HTTP/1.1" 404 193 0.005602
10.0.0.33 - - [2026-06-08 03:26:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004916
10.0.0.33 - - [2026-06-08 03:26:46] "POST /neutron/network HTTP/1.1" 200 832 0.007925
10.0.0.33 - - [2026-06-08 03:26:46] "POST /neutron/port HTTP/1.1" 200 1121 0.029872
10.0.0.33 - - [2026-06-08 03:26:47] "POST /neutron/port HTTP/1.1" 200 1120 0.021111
10.0.0.33 - - [2026-06-08 03:26:48] "POST /neutron/port HTTP/1.1" 200 117 0.009560
10.0.0.33 - - [2026-06-08 03:26:48] "POST /neutron/network HTTP/1.1" 200 2180 0.013580
10.0.0.249 - - [2026-06-08 03:26:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.011572
10.0.0.27 - - [2026-06-08 03:26:48] "POST /useragent-kv HTTP/1.1" 200 115 0.004718
10.0.0.27 - - [2026-06-08 03:26:48] "POST /useragent-kv HTTP/1.1" 200 115 0.003821
10.0.0.33 - - [2026-06-08 03:26:48] "POST /neutron/network HTTP/1.1" 200 151 0.162513
10.0.0.27 - - [2026-06-08 03:26:49] "POST /useragent-kv HTTP/1.1" 200 115 0.005110
10.0.0.27 - - [2026-06-08 03:26:49] "POST /useragent-kv HTTP/1.1" 200 115 0.003352
10.0.0.33 - - [2026-06-08 03:26:49] "POST /neutron/network HTTP/1.1" 200 151 0.122979
10.0.0.249 - - [2026-06-08 03:26:49] "DELETE /route-target/6bb5fdc7-b10a-46ad-aa10-2887af06bc3f HTTP/1.1" 200 115 0.031586
10.0.0.33 - - [2026-06-08 03:26:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003975
10.0.0.27 - - [2026-06-08 03:26:51] "GET /projects?obj_uuids=b9ba5d4d-2735-4dbf-9e72-0f810a9f62be&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001001
10.0.0.33 - - [2026-06-08 03:26:52] "GET /project/b9ba5d4d-2735-4dbf-9e72-0f810a9f62be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.061883
10.0.0.27 - - [2026-06-08 03:26:52] "POST /useragent-kv HTTP/1.1" 200 115 0.012675
10.0.0.33 - - [2026-06-08 03:26:52] "POST /neutron/subnet HTTP/1.1" 200 725 0.262736
10.0.0.33 - - [2026-06-08 03:26:52] "POST /id-to-fqname HTTP/1.1" 200 221 0.001610
10.0.0.33 - - [2026-06-08 03:26:52] "GET /virtual-network/6c1cef35-72e2-4eea-9924-5bdd9fb6a875?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005997
10.0.0.33 - - [2026-06-08 03:26:52] "GET /virtual-network/6c1cef35-72e2-4eea-9924-5bdd9fb6a875?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.008024
10.0.0.33 - - [2026-06-08 03:26:52] "POST /neutron/network HTTP/1.1" 200 830 0.007479
10.0.0.33 - - [2026-06-08 03:26:52] "GET /virtual-network/6c1cef35-72e2-4eea-9924-5bdd9fb6a875?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006060
10.0.0.249 - - [2026-06-08 03:26:53] "GET /obj-perms HTTP/1.1" 200 5022 0.004317
10.0.0.33 - - [2026-06-08 03:26:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004793
10.0.0.27 - - [2026-06-08 03:26:53] "GET /projects?obj_uuids=b9ba5d4d-2735-4dbf-9e72-0f810a9f62be&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001219
10.0.0.33 - - [2026-06-08 03:26:53] "GET /project/b9ba5d4d-2735-4dbf-9e72-0f810a9f62be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.049732
10.0.0.27 - - [2026-06-08 03:26:53] "GET /projects?obj_uuids=b9ba5d4d-2735-4dbf-9e72-0f810a9f62be&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001216
10.0.0.33 - - [2026-06-08 03:26:53] "POST /neutron/network HTTP/1.1" 200 611 0.152799
10.0.0.249 - - [2026-06-08 03:26:53] "POST /route-targets HTTP/1.1" 200 327 0.014564
10.0.0.33 - - [2026-06-08 03:26:53] "POST /id-to-fqname HTTP/1.1" 200 221 0.005483
10.0.0.33 - - [2026-06-08 03:26:53] "GET /virtual-network/19c9e800-e83a-423d-a8f1-c0ae9f148c47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007284
10.0.0.33 - - [2026-06-08 03:26:53] "POST /neutron/network HTTP/1.1" 200 829 0.009398
10.0.0.33 - - [2026-06-08 03:26:53] "GET /virtual-network/19c9e800-e83a-423d-a8f1-c0ae9f148c47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.008256
10.0.0.33 - - [2026-06-08 03:26:54] "GET /virtual-network/19c9e800-e83a-423d-a8f1-c0ae9f148c47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.008190
10.0.0.27 - - [2026-06-08 03:26:54] "GET /obj-perms HTTP/1.1" 200 5022 0.005200
10.0.0.33 - - [2026-06-08 03:26:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003979
10.0.0.27 - - [2026-06-08 03:26:54] "GET /projects?obj_uuids=b9ba5d4d-2735-4dbf-9e72-0f810a9f62be&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001089
10.0.0.33 - - [2026-06-08 03:26:54] "GET /project/b9ba5d4d-2735-4dbf-9e72-0f810a9f62be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.036457
10.0.0.33 - - [2026-06-08 03:26:54] "POST /neutron/network HTTP/1.1" 200 117 0.016209
10.0.0.249 - - [2026-06-08 03:26:54] "POST /ref-update HTTP/1.1" 200 156 0.028135
10.0.0.33 - - [2026-06-08 03:26:54] "POST /neutron/network HTTP/1.1" 200 833 0.009312
10.0.0.33 - - [2026-06-08 03:26:54] "POST /id-to-fqname HTTP/1.1" 200 222 0.001393
10.0.0.33 - - [2026-06-08 03:26:54] "GET /virtual-network/4e7acd59-d201-4cd9-a025-5ade1faff9aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006109
10.0.0.33 - - [2026-06-08 03:26:54] "GET /virtual-network/4e7acd59-d201-4cd9-a025-5ade1faff9aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005458
10.0.0.33 - - [2026-06-08 03:26:55] "POST /neutron/subnet HTTP/1.1" 200 729 0.008987
10.0.0.33 - - [2026-06-08 03:26:55] "GET /virtual-network/4e7acd59-d201-4cd9-a025-5ade1faff9aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005691
10.0.0.33 - - [2026-06-08 03:26:55] "GET /obj-perms HTTP/1.1" 200 5022 0.003939
10.0.0.33 - - [2026-06-08 03:26:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004264
10.0.0.27 - - [2026-06-08 03:26:55] "GET /projects?obj_uuids=b9ba5d4d-2735-4dbf-9e72-0f810a9f62be&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001062
10.0.0.33 - - [2026-06-08 03:26:55] "GET /project/b9ba5d4d-2735-4dbf-9e72-0f810a9f62be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.045701
10.0.0.27 - - [2026-06-08 03:26:55] "POST /useragent-kv HTTP/1.1" 200 115 0.004395
10.0.0.33 - - [2026-06-08 03:26:55] "POST /neutron/subnet HTTP/1.1" 200 734 0.186149
10.0.0.33 - - [2026-06-08 03:26:55] "POST /id-to-fqname HTTP/1.1" 200 227 0.001585
10.0.0.33 - - [2026-06-08 03:26:55] "GET /virtual-network/974256ee-3209-40d5-b318-4c9702aafede?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005500
10.0.0.33 - - [2026-06-08 03:26:56] "GET /virtual-network/974256ee-3209-40d5-b318-4c9702aafede?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.007342
10.0.0.33 - - [2026-06-08 03:26:56] "POST /neutron/network HTTP/1.1" 200 844 0.009007
10.0.0.33 - - [2026-06-08 03:26:56] "GET /virtual-network/974256ee-3209-40d5-b318-4c9702aafede?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.007796
10.0.0.249 - - [2026-06-08 03:26:56] "GET /obj-perms HTTP/1.1" 200 5022 0.004196
10.0.0.33 - - [2026-06-08 03:26:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003873
10.0.0.27 - - [2026-06-08 03:26:56] "GET /projects?obj_uuids=b9ba5d4d-2735-4dbf-9e72-0f810a9f62be&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001146
10.0.0.33 - - [2026-06-08 03:26:56] "GET /project/b9ba5d4d-2735-4dbf-9e72-0f810a9f62be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.044922
10.0.0.27 - - [2026-06-08 03:26:56] "GET /projects?obj_uuids=b9ba5d4d-2735-4dbf-9e72-0f810a9f62be&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001234
10.0.0.33 - - [2026-06-08 03:26:56] "POST /neutron/network HTTP/1.1" 200 625 0.127767
10.0.0.249 - - [2026-06-08 03:26:56] "POST /route-targets HTTP/1.1" 200 327 0.013386
10.0.0.33 - - [2026-06-08 03:26:57] "POST /id-to-fqname HTTP/1.1" 200 228 0.003684
10.0.0.33 - - [2026-06-08 03:26:57] "GET /virtual-network/e1089b72-7e9f-47a3-ac50-944de4e040cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.007568
10.0.0.33 - - [2026-06-08 03:26:57] "POST /neutron/network HTTP/1.1" 200 845 0.007970
10.0.0.33 - - [2026-06-08 03:26:57] "GET /virtual-network/e1089b72-7e9f-47a3-ac50-944de4e040cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.006263
10.0.0.33 - - [2026-06-08 03:26:57] "GET /virtual-network/e1089b72-7e9f-47a3-ac50-944de4e040cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.006371
10.0.0.27 - - [2026-06-08 03:26:57] "GET /obj-perms HTTP/1.1" 200 5022 0.004156
10.0.0.33 - - [2026-06-08 03:26:57] "POST /id-to-fqname HTTP/1.1" 200 221 0.001498
10.0.0.33 - - [2026-06-08 03:26:57] "POST /neutron/port HTTP/1.1" 200 4190 0.045587
10.0.0.27 - - [2026-06-08 03:26:58] "GET /projects?obj_uuids=b9ba5d4d-2735-4dbf-9e72-0f810a9f62be&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001113
10.0.0.33 - - [2026-06-08 03:26:58] "GET /project/b9ba5d4d-2735-4dbf-9e72-0f810a9f62be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.068580
10.0.0.33 - - [2026-06-08 03:26:58] "POST /neutron/port HTTP/1.1" 200 4190 0.043209
10.0.0.33 - - [2026-06-08 03:26:58] "POST /id-to-fqname HTTP/1.1" 200 222 0.001448
10.0.0.33 - - [2026-06-08 03:26:58] "POST /neutron/network HTTP/1.1" 200 843 0.008529
10.0.0.33 - - [2026-06-08 03:26:59] "POST /neutron/port HTTP/1.1" 200 1055 0.019506
10.0.0.33 - - [2026-06-08 03:26:59] "POST /neutron/port HTTP/1.1" 200 1119 0.029076
10.0.0.27 - - [2026-06-08 03:26:59] "GET /projects?obj_uuids=b9ba5d4d-2735-4dbf-9e72-0f810a9f62be&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001164
10.0.0.33 - - [2026-06-08 03:26:59] "POST /neutron/port HTTP/1.1" 200 117 0.001451
10.0.0.33 - - [2026-06-08 03:26:59] "GET /project/b9ba5d4d-2735-4dbf-9e72-0f810a9f62be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.103610
10.0.0.33 - - [2026-06-08 03:27:00] "POST /neutron/port HTTP/1.1" 200 5156 0.033724
10.0.0.33 - - [2026-06-08 03:27:00] "POST /fqname-to-id HTTP/1.1" 404 193 0.003671
10.0.0.33 - - [2026-06-08 03:27:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003152
10.0.0.27 - - [2026-06-08 03:27:00] "GET /domains?obj_uuids=2441b78a-01cc-4005-9aa7-6b434eb6fb41&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001529
10.0.0.33 - - [2026-06-08 03:27:00] "GET /domain/2441b78a-01cc-4005-9aa7-6b434eb6fb41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.010357
10.0.0.33 - - [2026-06-08 03:27:00] "POST /service-templates HTTP/1.1" 200 543 0.056230
10.0.0.33 - - [2026-06-08 03:27:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004915
10.0.0.33 - - [2026-06-08 03:27:00] "GET /service-template/c9715feb-ee8d-482a-873c-1087e3b0370e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1812 0.011362
10.0.0.33 - - [2026-06-08 03:27:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004179
10.0.0.33 - - [2026-06-08 03:27:00] "GET /service-template/c9715feb-ee8d-482a-873c-1087e3b0370e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1812 0.003602
10.0.0.33 - - [2026-06-08 03:27:00] "POST /neutron/network HTTP/1.1" 200 843 0.007595
10.0.0.33 - - [2026-06-08 03:27:00] "POST /id-to-fqname HTTP/1.1" 200 221 0.001230
10.0.0.33 - - [2026-06-08 03:27:00] "POST /id-to-fqname HTTP/1.1" 200 227 0.006405
10.0.0.33 - - [2026-06-08 03:27:00] "POST /id-to-fqname HTTP/1.1" 200 228 0.001487
10.0.0.33 - - [2026-06-08 03:27:00] "POST /neutron/port HTTP/1.1" 200 1057 0.022069
10.0.0.33 - - [2026-06-08 03:27:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005083
10.0.0.33 - - [2026-06-08 03:27:00] "DELETE /service-template/c9715feb-ee8d-482a-873c-1087e3b0370e HTTP/1.1" 200 115 0.036458
10.0.0.33 - - [2026-06-08 03:27:00] "POST /fqname-to-id HTTP/1.1" 404 193 0.008337
10.0.0.33 - - [2026-06-08 03:27:00] "POST /neutron/port HTTP/1.1" 200 1111 0.120266
10.0.0.33 - - [2026-06-08 03:27:01] "POST /neutron/subnet HTTP/1.1" 200 703 0.012127
10.0.0.33 - - [2026-06-08 03:27:01] "POST /neutron/network HTTP/1.1" 200 833 0.008580
10.0.0.249 - - [2026-06-08 03:27:01] "DELETE /route-target/f53d519f-4bd7-40af-8d3e-89e143918da2 HTTP/1.1" 200 115 0.038733
10.0.0.27 - - [2026-06-08 03:27:01] "POST /useragent-kv HTTP/1.1" 200 115 0.008269
10.0.0.27 - - [2026-06-08 03:27:01] "POST /useragent-kv HTTP/1.1" 200 115 0.009790
10.0.0.33 - - [2026-06-08 03:27:01] "POST /neutron/network HTTP/1.1" 200 151 0.228130
10.0.0.33 - - [2026-06-08 03:27:02] "POST /neutron/port HTTP/1.1" 200 151 0.360075
10.0.0.33 - - [2026-06-08 03:27:02] "POST /neutron/port HTTP/1.1" 200 1121 0.022953
10.0.0.33 - - [2026-06-08 03:27:03] "POST /neutron/port HTTP/1.1" 200 117 0.008503
10.0.0.33 - - [2026-06-08 03:27:03] "POST /neutron/port HTTP/1.1" 200 117 0.008913
10.0.0.249 - - [2026-06-08 03:27:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003983
10.0.0.33 - - [2026-06-08 03:27:04] "POST /neutron/network HTTP/1.1" 200 829 0.007415
10.0.0.249 - - [2026-06-08 03:27:04] "DELETE /route-target/a18d9685-751c-467c-a16c-8a5561ebe98a HTTP/1.1" 200 115 0.042008
10.0.0.27 - - [2026-06-08 03:27:04] "POST /useragent-kv HTTP/1.1" 200 115 0.003801
10.0.0.27 - - [2026-06-08 03:27:05] "POST /useragent-kv HTTP/1.1" 200 115 0.010801
10.0.0.33 - - [2026-06-08 03:27:05] "POST /neutron/network HTTP/1.1" 200 151 0.126637
10.0.0.27 - - [2026-06-08 03:27:06] "GET /projects?obj_uuids=b9ba5d4d-2735-4dbf-9e72-0f810a9f62be&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001706
10.0.0.33 - - [2026-06-08 03:27:06] "GET /project/b9ba5d4d-2735-4dbf-9e72-0f810a9f62be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.052581
10.0.0.27 - - [2026-06-08 03:27:06] "GET /projects?obj_uuids=b9ba5d4d-2735-4dbf-9e72-0f810a9f62be&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001719
10.0.0.33 - - [2026-06-08 03:27:06] "GET /project/b9ba5d4d-2735-4dbf-9e72-0f810a9f62be?fields=virtual_networks HTTP/1.1" 200 1025 0.053031
10.0.0.27 - - [2026-06-08 03:27:06] "GET /projects?obj_uuids=b9ba5d4d-2735-4dbf-9e72-0f810a9f62be&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001174
10.0.0.33 - - [2026-06-08 03:27:06] "GET /project/b9ba5d4d-2735-4dbf-9e72-0f810a9f62be?fields=virtual_machine_interfaces HTTP/1.1" 200 1025 0.053587
10.0.0.27 - - [2026-06-08 03:27:06] "GET /projects?obj_uuids=b9ba5d4d-2735-4dbf-9e72-0f810a9f62be&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.002993
10.0.0.33 - - [2026-06-08 03:27:06] "GET /project/b9ba5d4d-2735-4dbf-9e72-0f810a9f62be?fields=security_groups HTTP/1.1" 200 1247 0.056803
10.0.0.33 - - [2026-06-08 03:27:07] "POST /fqname-to-id HTTP/1.1" 404 190 0.029369
10.0.0.27 - - [2026-06-08 03:27:07] "GET /projects?obj_uuids=39c38242-b162-42e1-9bc6-2bdcb7758d91&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.006392
10.0.0.27 - - [2026-06-08 03:27:07] "GET /domains?obj_uuids=2441b78a-01cc-4005-9aa7-6b434eb6fb41&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.003281
10.0.0.27 - - [2026-06-08 03:27:07] "GET /domain/2441b78a-01cc-4005-9aa7-6b434eb6fb41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.020938
10.0.0.27 - - [2026-06-08 03:27:08] "POST /id-to-fqname HTTP/1.1" 200 192 0.007489
10.0.0.27 - - [2026-06-08 03:27:08] "POST /fqname-to-id HTTP/1.1" 404 201 0.019980
10.0.0.27 - - [2026-06-08 03:27:08] "POST /security-groups HTTP/1.1" 200 593 0.081799
10.0.0.249 - - [2026-06-08 03:27:08] "POST /fqname-to-id HTTP/1.1" 404 236 0.007534
10.0.0.27 - - [2026-06-08 03:27:08] "POST /projects HTTP/1.1" 200 589 0.395430
10.0.0.27 - - [2026-06-08 03:27:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.438986
10.0.0.33 - - [2026-06-08 03:27:08] "GET /project/39c38242-b162-42e1-9bc6-2bdcb7758d91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.655368
10.0.0.249 - - [2026-06-08 03:27:08] "POST /access-control-lists HTTP/1.1" 200 596 0.090443
10.0.0.33 - - [2026-06-08 03:27:09] "GET / HTTP/1.1" 200 35931 0.003323
10.0.0.33 - - [2026-06-08 03:27:11] "POST /fqname-to-id HTTP/1.1" 401 292 0.000532
10.0.0.33 - - [2026-06-08 03:27:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.071419
10.0.0.27 - - [2026-06-08 03:27:11] "GET /projects?obj_uuids=39c38242-b162-42e1-9bc6-2bdcb7758d91&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001128
10.0.0.33 - - [2026-06-08 03:27:11] "GET /project/39c38242-b162-42e1-9bc6-2bdcb7758d91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.037608
10.0.0.27 - - [2026-06-08 03:27:12] "POST /useragent-kv HTTP/1.1" 200 115 0.009407
10.0.0.33 - - [2026-06-08 03:27:12] "POST /neutron/subnet HTTP/1.1" 200 720 0.273898
10.0.0.33 - - [2026-06-08 03:27:12] "POST /id-to-fqname HTTP/1.1" 200 224 0.001489
10.0.0.33 - - [2026-06-08 03:27:12] "GET /virtual-network/67e6d013-475f-49eb-89d6-5d4de7a12107?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.007120
10.0.0.33 - - [2026-06-08 03:27:12] "GET /virtual-network/67e6d013-475f-49eb-89d6-5d4de7a12107?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.007149
10.0.0.33 - - [2026-06-08 03:27:12] "POST /neutron/network HTTP/1.1" 200 829 0.008525
10.0.0.33 - - [2026-06-08 03:27:13] "GET /virtual-network/67e6d013-475f-49eb-89d6-5d4de7a12107?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006321
10.0.0.33 - - [2026-06-08 03:27:13] "GET /obj-perms HTTP/1.1" 200 5034 0.057598
10.0.0.33 - - [2026-06-08 03:27:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.007151
10.0.0.27 - - [2026-06-08 03:27:14] "GET /projects?obj_uuids=39c38242-b162-42e1-9bc6-2bdcb7758d91&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002669
10.0.0.33 - - [2026-06-08 03:27:14] "GET /project/39c38242-b162-42e1-9bc6-2bdcb7758d91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.057764
10.0.0.27 - - [2026-06-08 03:27:14] "GET /projects?obj_uuids=39c38242-b162-42e1-9bc6-2bdcb7758d91&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001226
10.0.0.33 - - [2026-06-08 03:27:14] "POST /neutron/network HTTP/1.1" 200 613 0.158558
10.0.0.33 - - [2026-06-08 03:27:14] "POST /id-to-fqname HTTP/1.1" 200 225 0.004301
10.0.0.33 - - [2026-06-08 03:27:14] "GET /virtual-network/eb5979ab-e428-4d69-9824-6339d832f83d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006527
10.0.0.33 - - [2026-06-08 03:27:14] "POST /neutron/network HTTP/1.1" 200 833 0.007538
10.0.0.33 - - [2026-06-08 03:27:14] "GET /virtual-network/eb5979ab-e428-4d69-9824-6339d832f83d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005928
10.0.0.249 - - [2026-06-08 03:27:15] "POST /route-targets HTTP/1.1" 200 327 0.019186
10.0.0.33 - - [2026-06-08 03:27:20] "GET /virtual-network/eb5979ab-e428-4d69-9824-6339d832f83d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.009129
10.0.0.249 - - [2026-06-08 03:27:20] "GET /obj-perms HTTP/1.1" 200 5034 0.061193
10.0.0.27 - - [2026-06-08 03:27:20] "GET /obj-perms HTTP/1.1" 200 5034 0.055130
10.0.0.33 - - [2026-06-08 03:27:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.006132
10.0.0.27 - - [2026-06-08 03:27:20] "GET /projects?obj_uuids=39c38242-b162-42e1-9bc6-2bdcb7758d91&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001485
10.0.0.33 - - [2026-06-08 03:27:20] "GET /project/39c38242-b162-42e1-9bc6-2bdcb7758d91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.050561
10.0.0.33 - - [2026-06-08 03:27:21] "POST /neutron/network HTTP/1.1" 200 117 0.017995
10.0.0.249 - - [2026-06-08 03:27:21] "POST /ref-update HTTP/1.1" 200 156 0.037781
10.0.0.33 - - [2026-06-08 03:27:21] "POST /neutron/network HTTP/1.1" 200 838 0.010746
10.0.0.33 - - [2026-06-08 03:27:21] "POST /id-to-fqname HTTP/1.1" 200 227 0.001465
10.0.0.33 - - [2026-06-08 03:27:21] "GET /virtual-network/9284cf9b-cb6a-485e-a53f-92bd71f56a40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006020
10.0.0.33 - - [2026-06-08 03:27:21] "GET /virtual-network/9284cf9b-cb6a-485e-a53f-92bd71f56a40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006481
10.0.0.33 - - [2026-06-08 03:27:21] "POST /neutron/subnet HTTP/1.1" 200 734 0.013228
10.0.0.33 - - [2026-06-08 03:27:21] "GET /virtual-network/9284cf9b-cb6a-485e-a53f-92bd71f56a40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.008050
10.0.0.33 - - [2026-06-08 03:27:22] "GET /obj-perms HTTP/1.1" 200 5034 0.005116
10.0.0.33 - - [2026-06-08 03:27:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004043
10.0.0.27 - - [2026-06-08 03:27:22] "GET /projects?obj_uuids=39c38242-b162-42e1-9bc6-2bdcb7758d91&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001224
10.0.0.33 - - [2026-06-08 03:27:22] "GET /project/39c38242-b162-42e1-9bc6-2bdcb7758d91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.055475
10.0.0.27 - - [2026-06-08 03:27:22] "POST /useragent-kv HTTP/1.1" 200 115 0.013542
10.0.0.33 - - [2026-06-08 03:27:22] "POST /neutron/subnet HTTP/1.1" 200 715 0.241147
10.0.0.33 - - [2026-06-08 03:27:22] "POST /id-to-fqname HTTP/1.1" 200 233 0.001753
10.0.0.33 - - [2026-06-08 03:27:22] "GET /virtual-network/bc84e86f-8768-4e38-941f-f7d9a0401f8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005954
10.0.0.33 - - [2026-06-08 03:27:22] "GET /virtual-network/bc84e86f-8768-4e38-941f-f7d9a0401f8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.006057
10.0.0.33 - - [2026-06-08 03:27:22] "POST /neutron/network HTTP/1.1" 200 846 0.008659
10.0.0.33 - - [2026-06-08 03:27:23] "GET /virtual-network/bc84e86f-8768-4e38-941f-f7d9a0401f8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.006524
10.0.0.33 - - [2026-06-08 03:27:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005085
10.0.0.27 - - [2026-06-08 03:27:23] "GET /projects?obj_uuids=39c38242-b162-42e1-9bc6-2bdcb7758d91&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002634
10.0.0.33 - - [2026-06-08 03:27:23] "GET /project/39c38242-b162-42e1-9bc6-2bdcb7758d91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.062821
10.0.0.27 - - [2026-06-08 03:27:23] "GET /projects?obj_uuids=39c38242-b162-42e1-9bc6-2bdcb7758d91&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002162
10.0.0.33 - - [2026-06-08 03:27:23] "POST /neutron/network HTTP/1.1" 200 631 0.170560
10.0.0.249 - - [2026-06-08 03:27:24] "POST /route-targets HTTP/1.1" 200 327 0.016508
10.0.0.33 - - [2026-06-08 03:27:24] "POST /id-to-fqname HTTP/1.1" 200 234 0.005403
10.0.0.33 - - [2026-06-08 03:27:24] "GET /virtual-network/a730252e-5f08-46ca-976c-b3030d68d525?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2087 0.006690
10.0.0.33 - - [2026-06-08 03:27:24] "POST /neutron/network HTTP/1.1" 200 852 0.010381
10.0.0.33 - - [2026-06-08 03:27:24] "GET /virtual-network/a730252e-5f08-46ca-976c-b3030d68d525?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2087 0.007449
10.0.0.33 - - [2026-06-08 03:27:24] "GET /virtual-network/a730252e-5f08-46ca-976c-b3030d68d525?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2087 0.010705
10.0.0.249 - - [2026-06-08 03:27:24] "GET /obj-perms HTTP/1.1" 200 5034 0.004415
10.0.0.27 - - [2026-06-08 03:27:24] "GET /obj-perms HTTP/1.1" 200 5034 0.005522
10.0.0.33 - - [2026-06-08 03:27:24] "POST /id-to-fqname HTTP/1.1" 200 224 0.001622
10.0.0.33 - - [2026-06-08 03:27:25] "POST /neutron/port HTTP/1.1" 200 4190 0.044317
10.0.0.27 - - [2026-06-08 03:27:25] "GET /projects?obj_uuids=39c38242-b162-42e1-9bc6-2bdcb7758d91&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001694
10.0.0.33 - - [2026-06-08 03:27:25] "GET /project/39c38242-b162-42e1-9bc6-2bdcb7758d91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.092995
10.0.0.33 - - [2026-06-08 03:27:26] "POST /neutron/port HTTP/1.1" 200 4190 0.043294
10.0.0.33 - - [2026-06-08 03:27:26] "POST /id-to-fqname HTTP/1.1" 200 225 0.001631
10.0.0.33 - - [2026-06-08 03:27:26] "POST /neutron/network HTTP/1.1" 200 843 0.011184
10.0.0.33 - - [2026-06-08 03:27:26] "POST /neutron/port HTTP/1.1" 200 1061 0.021668
10.0.0.33 - - [2026-06-08 03:27:27] "POST /neutron/port HTTP/1.1" 200 1125 0.022503
10.0.0.33 - - [2026-06-08 03:27:27] "POST /neutron/port HTTP/1.1" 200 117 0.001583
10.0.0.27 - - [2026-06-08 03:27:27] "GET /projects?obj_uuids=39c38242-b162-42e1-9bc6-2bdcb7758d91&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001893
10.0.0.33 - - [2026-06-08 03:27:27] "GET /project/39c38242-b162-42e1-9bc6-2bdcb7758d91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.082207
10.0.0.33 - - [2026-06-08 03:27:27] "POST /neutron/port HTTP/1.1" 200 5162 0.051770
10.0.0.33 - - [2026-06-08 03:27:27] "POST /fqname-to-id HTTP/1.1" 404 193 0.004070
10.0.0.33 - - [2026-06-08 03:27:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003646
10.0.0.27 - - [2026-06-08 03:27:27] "GET /domains?obj_uuids=2441b78a-01cc-4005-9aa7-6b434eb6fb41&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001751
10.0.0.33 - - [2026-06-08 03:27:27] "GET /domain/2441b78a-01cc-4005-9aa7-6b434eb6fb41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.010114
10.0.0.33 - - [2026-06-08 03:27:27] "POST /service-templates HTTP/1.1" 200 543 0.043558
10.0.0.33 - - [2026-06-08 03:27:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004941
10.0.0.33 - - [2026-06-08 03:27:27] "GET /service-template/36cdca04-abb5-4eb7-8973-5e0d2f6f7ca5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1642 0.008940
10.0.0.33 - - [2026-06-08 03:27:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004261
10.0.0.33 - - [2026-06-08 03:27:27] "GET /service-template/36cdca04-abb5-4eb7-8973-5e0d2f6f7ca5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1642 0.009161
10.0.0.33 - - [2026-06-08 03:27:27] "POST /neutron/network HTTP/1.1" 200 843 0.016600
10.0.0.33 - - [2026-06-08 03:27:27] "POST /id-to-fqname HTTP/1.1" 200 233 0.002607
10.0.0.33 - - [2026-06-08 03:27:28] "POST /neutron/security_group HTTP/1.1" 200 2060 0.010271
10.0.0.33 - - [2026-06-08 03:27:28] "POST /neutron/network HTTP/1.1" 200 856 0.010015
10.0.0.33 - - [2026-06-08 03:27:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005640
10.0.0.33 - - [2026-06-08 03:27:28] "POST /neutron/network HTTP/1.1" 200 833 0.010461
10.0.0.27 - - [2026-06-08 03:27:29] "GET /projects?obj_uuids=39c38242-b162-42e1-9bc6-2bdcb7758d91&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001965
10.0.0.33 - - [2026-06-08 03:27:29] "GET /project/39c38242-b162-42e1-9bc6-2bdcb7758d91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.101356
10.0.0.33 - - [2026-06-08 03:27:29] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009444
10.0.0.33 - - [2026-06-08 03:27:29] "GET /virtual-machine/e7217649-f3ed-48fe-a8e7-5c88d9f74dd8 HTTP/1.1" 401 292 0.000659
10.0.0.33 - - [2026-06-08 03:27:29] "GET /virtual-machine/e7217649-f3ed-48fe-a8e7-5c88d9f74dd8 HTTP/1.1" 404 171 0.030590
10.0.0.27 - - [2026-06-08 03:27:29] "GET /projects?obj_uuids=39c38242-b162-42e1-9bc6-2bdcb7758d91&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001470
10.0.0.33 - - [2026-06-08 03:27:30] "POST /neutron/port HTTP/1.1" 200 1060 0.351264
10.0.0.33 - - [2026-06-08 03:27:30] "POST /neutron/port HTTP/1.1" 200 1114 0.130713
10.0.0.33 - - [2026-06-08 03:27:30] "POST /neutron/subnet HTTP/1.1" 200 689 0.011632
10.0.0.33 - - [2026-06-08 03:27:31] "GET /virtual-machine/e7217649-f3ed-48fe-a8e7-5c88d9f74dd8 HTTP/1.1" 200 1295 0.007900
10.0.0.33 - - [2026-06-08 03:27:31] "GET /virtual-machine-interface/e04fc68a-3117-4785-9916-1d99a92c4898 HTTP/1.1" 200 2985 0.006434
10.0.0.33 - - [2026-06-08 03:27:31] "GET /virtual-machine-interface/e04fc68a-3117-4785-9916-1d99a92c4898?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2764 0.006172
10.0.0.33 - - [2026-06-08 03:27:31] "PUT /virtual-machine-interface/e04fc68a-3117-4785-9916-1d99a92c4898 HTTP/1.1" 200 284 0.017004
10.0.0.33 - - [2026-06-08 03:27:32] "POST /neutron/port HTTP/1.1" 200 1124 0.031537
10.0.0.249 - - [2026-06-08 03:27:34] "DELETE /access-control-list/1da14b1a-5478-4207-a0d3-bebbfa53b8ce HTTP/1.1" 200 115 0.102117
10.0.0.27 - - [2026-06-08 03:27:34] "DELETE /project/39c38242b16242e19bc62bdcb7758d91 HTTP/1.1" 404 173 0.011270
10.0.0.27 - - [2026-06-08 03:27:34] "GET /projects?obj_uuids=b9ba5d4d-2735-4dbf-9e72-0f810a9f62be&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001165
10.0.0.27 - - [2026-06-08 03:27:34] "GET /project/b9ba5d4d-2735-4dbf-9e72-0f810a9f62be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1453 0.064388
10.0.0.27 - - [2026-06-08 03:27:34] "GET /projects?obj_uuids=b9ba5d4d-2735-4dbf-9e72-0f810a9f62be&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.002584
10.0.0.27 - - [2026-06-08 03:27:34] "GET /project/b9ba5d4d-2735-4dbf-9e72-0f810a9f62be?fields=security_groups HTTP/1.1" 404 183 0.051011
10.0.0.27 - - [2026-06-08 03:27:34] "GET /projects?obj_uuids=b9ba5d4d-2735-4dbf-9e72-0f810a9f62be&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003528
10.0.0.27 - - [2026-06-08 03:27:35] "GET /project/b9ba5d4d-2735-4dbf-9e72-0f810a9f62be?fields=application_policy_sets HTTP/1.1" 404 171 0.478401
10.0.0.27 - - [2026-06-08 03:27:35] "DELETE /project/b9ba5d4d-2735-4dbf-9e72-0f810a9f62be HTTP/1.1" 404 171 0.702733
10.0.0.33 - - [2026-06-08 03:27:36] "POST /neutron/port HTTP/1.1" 200 1109 0.019787
10.0.0.33 - - [2026-06-08 03:27:36] "POST /neutron/subnet HTTP/1.1" 200 708 0.010666
10.0.0.249 - - [2026-06-08 03:27:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000634
10.0.0.249 - - [2026-06-08 03:27:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000478
10.0.0.33 - - [2026-06-08 03:27:37] "POST /neutron/port HTTP/1.1" 200 1124 0.024140
10.0.0.249 - - [2026-06-08 03:27:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000482
10.0.0.249 - - [2026-06-08 03:27:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000455
10.0.0.33 - - [2026-06-08 03:27:37] "POST /neutron/security_group HTTP/1.1" 200 2060 0.011935
10.0.0.33 - - [2026-06-08 03:27:37] "GET /virtual-machine/e7217649-f3ed-48fe-a8e7-5c88d9f74dd8 HTTP/1.1" 200 1295 0.004837
10.0.0.33 - - [2026-06-08 03:27:37] "GET /virtual-machine-interface/e04fc68a-3117-4785-9916-1d99a92c4898 HTTP/1.1" 200 3035 0.006289
10.0.0.33 - - [2026-06-08 03:27:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000388
10.0.0.33 - - [2026-06-08 03:27:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004165
10.0.0.33 - - [2026-06-08 03:27:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000378
10.0.0.33 - - [2026-06-08 03:27:37] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.010394
10.0.0.33 - - [2026-06-08 03:27:37] "GET /virtual-networks?parent_id=39c38242-b162-42e1-9bc6-2bdcb7758d91&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.004188
10.0.0.33 - - [2026-06-08 03:27:37] "GET /virtual-network/bc84e86f-8768-4e38-941f-f7d9a0401f8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.006802
10.0.0.27 - - [2026-06-08 03:27:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000465
10.0.0.27 - - [2026-06-08 03:27:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000445
10.0.0.33 - - [2026-06-08 03:27:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000466
10.0.0.33 - - [2026-06-08 03:27:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000627
10.0.0.27 - - [2026-06-08 03:27:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000481
10.0.0.27 - - [2026-06-08 03:27:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000474
10.0.0.33 - - [2026-06-08 03:27:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004475
10.0.0.33 - - [2026-06-08 03:27:40] "GET /virtual-network/bc84e86f-8768-4e38-941f-f7d9a0401f8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.006506
10.0.0.33 - - [2026-06-08 03:27:41] "POST /neutron/port HTTP/1.1" 200 1216 0.021719
10.0.0.33 - - [2026-06-08 03:27:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006635
10.0.0.33 - - [2026-06-08 03:27:41] "POST /neutron/port HTTP/1.1" 200 117 0.001979
10.0.0.33 - - [2026-06-08 03:27:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004592
10.0.0.33 - - [2026-06-08 03:27:44] "GET /virtual-network/bc84e86f-8768-4e38-941f-f7d9a0401f8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.007498
10.0.0.33 - - [2026-06-08 03:27:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.009189
10.0.0.33 - - [2026-06-08 03:27:48] "GET /virtual-network/bc84e86f-8768-4e38-941f-f7d9a0401f8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.007016
10.0.0.33 - - [2026-06-08 03:27:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004381
10.0.0.33 - - [2026-06-08 03:27:52] "GET /virtual-network/bc84e86f-8768-4e38-941f-f7d9a0401f8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.006207
10.0.0.33 - - [2026-06-08 03:27:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005834
10.0.0.33 - - [2026-06-08 03:27:56] "GET /virtual-network/bc84e86f-8768-4e38-941f-f7d9a0401f8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005790
10.0.0.33 - - [2026-06-08 03:28:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.006525
10.0.0.33 - - [2026-06-08 03:28:01] "GET /virtual-network/bc84e86f-8768-4e38-941f-f7d9a0401f8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.007981
10.0.0.33 - - [2026-06-08 03:28:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004594
10.0.0.33 - - [2026-06-08 03:28:05] "GET /virtual-network/bc84e86f-8768-4e38-941f-f7d9a0401f8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.006908
10.0.0.33 - - [2026-06-08 03:28:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004779
10.0.0.33 - - [2026-06-08 03:28:09] "GET /virtual-network/bc84e86f-8768-4e38-941f-f7d9a0401f8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.007948
10.0.0.33 - - [2026-06-08 03:28:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005835
10.0.0.33 - - [2026-06-08 03:28:13] "GET /virtual-network/bc84e86f-8768-4e38-941f-f7d9a0401f8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.008274
10.0.0.33 - - [2026-06-08 03:28:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.013319
10.0.0.33 - - [2026-06-08 03:28:17] "GET /virtual-network/bc84e86f-8768-4e38-941f-f7d9a0401f8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.013265
10.0.0.33 - - [2026-06-08 03:28:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.006420
10.0.0.33 - - [2026-06-08 03:28:19] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005655
10.0.0.33 - - [2026-06-08 03:28:19] "GET /virtual-networks?parent_id=39c38242-b162-42e1-9bc6-2bdcb7758d91&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.005769
10.0.0.33 - - [2026-06-08 03:28:19] "GET /virtual-network/bc84e86f-8768-4e38-941f-f7d9a0401f8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.008949
10.0.0.33 - - [2026-06-08 03:28:19] "POST /neutron/port HTTP/1.1" 200 1124 0.030694
10.0.0.33 - - [2026-06-08 03:28:24] "POST /neutron/security_group HTTP/1.1" 200 2060 0.010140
10.0.0.33 - - [2026-06-08 03:28:30] "POST /neutron/port HTTP/1.1" 200 1124 0.026665
10.0.0.33 - - [2026-06-08 03:28:34] "POST /neutron/security_group HTTP/1.1" 200 2060 0.040444
10.0.0.33 - - [2026-06-08 03:28:35] "POST /neutron/port HTTP/1.1" 200 1124 0.027593
10.0.0.33 - - [2026-06-08 03:28:37] "POST /neutron/port HTTP/1.1" 200 1216 0.020109
10.0.0.33 - - [2026-06-08 03:28:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006485
10.0.0.33 - - [2026-06-08 03:28:37] "POST /neutron/port HTTP/1.1" 200 117 0.002307
10.0.0.33 - - [2026-06-08 03:28:40] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008663
10.0.0.33 - - [2026-06-08 03:28:41] "POST /neutron/network HTTP/1.1" 200 939 0.039798
10.0.0.33 - - [2026-06-08 03:28:41] "POST /neutron/port HTTP/1.1" 200 117 0.002326
10.0.0.33 - - [2026-06-08 03:28:45] "POST /neutron/security_group HTTP/1.1" 200 2060 0.010931
10.0.0.33 - - [2026-06-08 03:28:50] "POST /fqname-to-id HTTP/1.1" 404 211 0.004784
10.0.0.33 - - [2026-06-08 03:28:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003730
10.0.0.27 - - [2026-06-08 03:28:50] "GET /projects?obj_uuids=39c38242-b162-42e1-9bc6-2bdcb7758d91&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001484
10.0.0.33 - - [2026-06-08 03:28:50] "GET /project/39c38242-b162-42e1-9bc6-2bdcb7758d91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.053444
10.0.0.33 - - [2026-06-08 03:28:51] "POST /service-instances HTTP/1.1" 200 547 0.042429
10.0.0.33 - - [2026-06-08 03:28:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004213
10.0.0.33 - - [2026-06-08 03:28:51] "GET /service-instance/5d170255-0311-462e-80db-dfb4fcc7233c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.007823
10.0.0.33 - - [2026-06-08 03:28:51] "POST /port-tuples HTTP/1.1" 200 590 0.062544
10.0.0.33 - - [2026-06-08 03:28:51] "GET /virtual-machine-interface/e04fc68a-3117-4785-9916-1d99a92c4898?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2814 0.006899
10.0.0.33 - - [2026-06-08 03:28:51] "PUT /virtual-machine-interface/e04fc68a-3117-4785-9916-1d99a92c4898 HTTP/1.1" 200 284 0.019927
10.0.0.33 - - [2026-06-08 03:28:51] "POST /ref-update HTTP/1.1" 200 156 0.040636
10.0.0.33 - - [2026-06-08 03:28:51] "POST /ref-update HTTP/1.1" 200 156 0.079414
10.0.0.33 - - [2026-06-08 03:28:51] "POST /neutron/port HTTP/1.1" 200 1125 0.019472
10.0.0.33 - - [2026-06-08 03:28:51] "POST /instance-ips HTTP/1.1" 200 373 0.062514
10.0.0.33 - - [2026-06-08 03:28:51] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.010438
10.0.0.33 - - [2026-06-08 03:28:51] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009657
10.0.0.33 - - [2026-06-08 03:28:51] "GET /virtual-machine/bc107aad-3c14-4333-9425-71146c6f7386 HTTP/1.1" 200 1295 0.018836
10.0.0.33 - - [2026-06-08 03:28:51] "GET /virtual-machine-interface/f7d22568-cae5-49bb-9a71-0aea6927a3c9 HTTP/1.1" 200 2958 0.006001
10.0.0.33 - - [2026-06-08 03:28:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.006124
10.0.0.33 - - [2026-06-08 03:28:51] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005200
10.0.0.33 - - [2026-06-08 03:28:51] "GET /virtual-networks?parent_id=39c38242-b162-42e1-9bc6-2bdcb7758d91&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.004562
10.0.0.33 - - [2026-06-08 03:28:52] "GET /virtual-network/67e6d013-475f-49eb-89d6-5d4de7a12107?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.007023
10.0.0.33 - - [2026-06-08 03:28:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005587
10.0.0.33 - - [2026-06-08 03:28:53] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005323
10.0.0.33 - - [2026-06-08 03:28:53] "GET /virtual-networks?parent_id=39c38242-b162-42e1-9bc6-2bdcb7758d91&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.005221
10.0.0.33 - - [2026-06-08 03:28:53] "GET /virtual-network/67e6d013-475f-49eb-89d6-5d4de7a12107?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.010547
10.0.0.33 - - [2026-06-08 03:28:53] "POST /neutron/port HTTP/1.1" 200 1127 0.029792
10.0.0.33 - - [2026-06-08 03:28:53] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009279
10.0.0.33 - - [2026-06-08 03:28:53] "GET /virtual-machine/978302f5-8e38-4c16-8e78-61b10217e4c5 HTTP/1.1" 200 1295 0.008177
10.0.0.33 - - [2026-06-08 03:28:53] "GET /virtual-machine-interface/dad61211-a766-4d34-8266-9eaf113c7074 HTTP/1.1" 200 2960 0.006316
10.0.0.33 - - [2026-06-08 03:28:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004180
10.0.0.33 - - [2026-06-08 03:28:53] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004913
10.0.0.33 - - [2026-06-08 03:28:53] "GET /virtual-networks?parent_id=39c38242-b162-42e1-9bc6-2bdcb7758d91&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003982
10.0.0.33 - - [2026-06-08 03:28:53] "GET /virtual-network/eb5979ab-e428-4d69-9824-6339d832f83d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006513
10.0.0.33 - - [2026-06-08 03:28:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004288
10.0.0.33 - - [2026-06-08 03:28:54] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005243
10.0.0.33 - - [2026-06-08 03:28:54] "GET /virtual-networks?parent_id=39c38242-b162-42e1-9bc6-2bdcb7758d91&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.004045
10.0.0.33 - - [2026-06-08 03:28:54] "GET /virtual-network/eb5979ab-e428-4d69-9824-6339d832f83d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.007881
10.0.0.33 - - [2026-06-08 03:28:55] "POST /fqname-to-id HTTP/1.1" 404 215 0.005850
10.0.0.33 - - [2026-06-08 03:28:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005722
10.0.0.27 - - [2026-06-08 03:28:55] "GET /projects?obj_uuids=39c38242-b162-42e1-9bc6-2bdcb7758d91&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001509
10.0.0.33 - - [2026-06-08 03:28:55] "GET /project/39c38242-b162-42e1-9bc6-2bdcb7758d91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.057771
10.0.0.33 - - [2026-06-08 03:28:55] "POST /network-policys HTTP/1.1" 200 551 0.036156
10.0.0.33 - - [2026-06-08 03:28:55] "GET /network-policy/de1c9d85-bcd8-4246-bc4d-2e3f29415b7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2474 0.010389
10.0.0.33 - - [2026-06-08 03:28:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004204
10.0.0.33 - - [2026-06-08 03:28:55] "GET /virtual-network/67e6d013-475f-49eb-89d6-5d4de7a12107?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.008421
10.0.0.33 - - [2026-06-08 03:28:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005924
10.0.0.33 - - [2026-06-08 03:28:55] "GET /network-policy/de1c9d85-bcd8-4246-bc4d-2e3f29415b7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2474 0.005095
10.0.0.33 - - [2026-06-08 03:28:55] "POST /ref-update HTTP/1.1" 200 156 0.068079
10.0.0.33 - - [2026-06-08 03:28:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.007449
10.0.0.249 - - [2026-06-08 03:28:55] "POST /ref-update HTTP/1.1" 200 156 0.043056
10.0.0.33 - - [2026-06-08 03:28:55] "GET /network-policy/de1c9d85-bcd8-4246-bc4d-2e3f29415b7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2474 0.018697
10.0.0.33 - - [2026-06-08 03:28:55] "GET /virtual-network/67e6d013-475f-49eb-89d6-5d4de7a12107?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.008551
10.0.0.33 - - [2026-06-08 03:28:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004058
10.0.0.33 - - [2026-06-08 03:28:55] "GET /network-policy/de1c9d85-bcd8-4246-bc4d-2e3f29415b7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2474 0.005947
10.0.0.33 - - [2026-06-08 03:28:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003870
10.0.0.33 - - [2026-06-08 03:28:55] "GET /virtual-network/eb5979ab-e428-4d69-9824-6339d832f83d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.010022
10.0.0.33 - - [2026-06-08 03:28:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005240
10.0.0.33 - - [2026-06-08 03:28:55] "GET /network-policy/de1c9d85-bcd8-4246-bc4d-2e3f29415b7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2474 0.007340
10.0.0.33 - - [2026-06-08 03:28:55] "POST /ref-update HTTP/1.1" 200 156 0.087074
10.0.0.33 - - [2026-06-08 03:28:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.007409
10.0.0.249 - - [2026-06-08 03:28:55] "POST /ref-update HTTP/1.1" 200 156 0.042308
10.0.0.33 - - [2026-06-08 03:28:56] "GET /network-policy/de1c9d85-bcd8-4246-bc4d-2e3f29415b7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2474 0.006942
10.0.0.33 - - [2026-06-08 03:28:56] "GET /virtual-network/eb5979ab-e428-4d69-9824-6339d832f83d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2370 0.010923
10.0.0.33 - - [2026-06-08 03:28:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004750
10.0.0.33 - - [2026-06-08 03:28:56] "GET /network-policy/de1c9d85-bcd8-4246-bc4d-2e3f29415b7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2474 0.006294
10.0.0.33 - - [2026-06-08 03:28:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004707
10.0.0.33 - - [2026-06-08 03:28:56] "GET /service-template/36cdca04-abb5-4eb7-8973-5e0d2f6f7ca5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1642 0.007250
10.0.0.33 - - [2026-06-08 03:28:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004485
10.0.0.27 - - [2026-06-08 03:28:56] "GET /projects?obj_uuids=39c38242-b162-42e1-9bc6-2bdcb7758d91&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003093
10.0.0.33 - - [2026-06-08 03:28:56] "GET /project/39c38242-b162-42e1-9bc6-2bdcb7758d91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.053241
10.0.0.33 - - [2026-06-08 03:28:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005788
10.0.0.33 - - [2026-06-08 03:28:56] "GET /service-instance/5d170255-0311-462e-80db-dfb4fcc7233c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2542 0.008149
10.0.0.33 - - [2026-06-08 03:28:56] "POST /neutron/port HTTP/1.1" 200 1382 0.039779
10.0.0.33 - - [2026-06-08 03:28:56] "POST /neutron/security_group HTTP/1.1" 200 2060 0.011010
10.0.0.33 - - [2026-06-08 03:28:57] "POST /neutron/port HTTP/1.1" 200 1382 0.024845
10.0.0.33 - - [2026-06-08 03:28:57] "POST /neutron/network HTTP/1.1" 200 846 0.008750
10.0.0.33 - - [2026-06-08 03:28:57] "POST /id-to-fqname HTTP/1.1" 200 233 0.001971
10.0.0.33 - - [2026-06-08 03:28:57] "GET /virtual-machine/e7217649-f3ed-48fe-a8e7-5c88d9f74dd8 HTTP/1.1" 200 1295 0.009762
10.0.0.33 - - [2026-06-08 03:28:57] "GET /virtual-machine-interface/e04fc68a-3117-4785-9916-1d99a92c4898 HTTP/1.1" 200 3891 0.009705
10.0.0.33 - - [2026-06-08 03:28:57] "GET /instance-ip/094b9a1e-cd2c-49d9-803e-468f6d0512cf HTTP/1.1" 200 1960 0.007735
10.0.0.33 - - [2026-06-08 03:28:57] "GET /instance-ip/30747d73-503d-462b-97c4-acd8dfc7d22f HTTP/1.1" 200 1964 0.005635
10.0.0.33 - - [2026-06-08 03:28:57] "GET /instance-ip/33c53528-e81e-4066-bd7b-ffef47f4258d HTTP/1.1" 200 1633 0.008626
10.0.0.33 - - [2026-06-08 03:28:57] "POST /neutron/port HTTP/1.1" 200 1382 0.040328
10.0.0.33 - - [2026-06-08 03:28:57] "GET /virtual-machine/e7217649-f3ed-48fe-a8e7-5c88d9f74dd8 HTTP/1.1" 200 1295 0.005456
10.0.0.33 - - [2026-06-08 03:28:57] "GET /virtual-machine-interface/e04fc68a-3117-4785-9916-1d99a92c4898 HTTP/1.1" 200 3891 0.006624
10.0.0.33 - - [2026-06-08 03:28:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.005616
10.0.0.33 - - [2026-06-08 03:28:57] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004960
10.0.0.33 - - [2026-06-08 03:28:57] "GET /virtual-networks?parent_id=39c38242-b162-42e1-9bc6-2bdcb7758d91&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.004622
10.0.0.33 - - [2026-06-08 03:28:57] "GET /virtual-network/bc84e86f-8768-4e38-941f-f7d9a0401f8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.006813
10.0.0.33 - - [2026-06-08 03:28:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004352
10.0.0.33 - - [2026-06-08 03:28:58] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004437
10.0.0.33 - - [2026-06-08 03:28:58] "GET /virtual-networks?parent_id=39c38242-b162-42e1-9bc6-2bdcb7758d91&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.005197
10.0.0.33 - - [2026-06-08 03:28:58] "GET /virtual-network/bc84e86f-8768-4e38-941f-f7d9a0401f8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.006710
10.0.0.33 - - [2026-06-08 03:28:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004403
10.0.0.33 - - [2026-06-08 03:28:58] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005249
10.0.0.33 - - [2026-06-08 03:28:58] "GET /virtual-networks?parent_id=39c38242-b162-42e1-9bc6-2bdcb7758d91&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.005263
10.0.0.33 - - [2026-06-08 03:28:58] "GET /virtual-network/bc84e86f-8768-4e38-941f-f7d9a0401f8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.010886
10.0.0.33 - - [2026-06-08 03:28:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.006020
10.0.0.33 - - [2026-06-08 03:28:58] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006441
10.0.0.33 - - [2026-06-08 03:28:58] "GET /virtual-networks?parent_id=39c38242-b162-42e1-9bc6-2bdcb7758d91&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.005099
10.0.0.33 - - [2026-06-08 03:28:58] "GET /virtual-network/bc84e86f-8768-4e38-941f-f7d9a0401f8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.006597
10.0.0.33 - - [2026-06-08 03:28:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005543
10.0.0.33 - - [2026-06-08 03:28:59] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.008303
10.0.0.33 - - [2026-06-08 03:28:59] "GET /virtual-networks?parent_id=39c38242-b162-42e1-9bc6-2bdcb7758d91&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.005625
10.0.0.33 - - [2026-06-08 03:28:59] "GET /virtual-network/bc84e86f-8768-4e38-941f-f7d9a0401f8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.008688
10.0.0.33 - - [2026-06-08 03:28:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005109
10.0.0.33 - - [2026-06-08 03:28:59] "GET /routing-instance/fb49d49b-c105-4d73-9332-b75982951312?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.005346
10.0.0.33 - - [2026-06-08 03:28:59] "GET /routing-instance/fb49d49b-c105-4d73-9332-b75982951312?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1590 0.007034
10.0.0.33 - - [2026-06-08 03:28:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004408
10.0.0.33 - - [2026-06-08 03:28:59] "GET /routing-instance/d1b230a9-bb0d-495d-94d2-eb3f9751220b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.005514
10.0.0.33 - - [2026-06-08 03:28:59] "GET /routing-instance/d1b230a9-bb0d-495d-94d2-eb3f9751220b?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1593 0.007962
10.0.0.33 - - [2026-06-08 03:29:19] "GET /obj-perms HTTP/1.1" 200 5056 0.056434
10.0.0.33 - - [2026-06-08 03:29:37] "POST /neutron/port HTTP/1.1" 200 1109 0.067648
10.0.0.33 - - [2026-06-08 03:29:37] "POST /neutron/subnet HTTP/1.1" 200 708 0.018509
10.0.0.33 - - [2026-06-08 03:29:41] "POST /neutron/port HTTP/1.1" 200 1125 0.029730
10.0.0.33 - - [2026-06-08 03:29:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005453
10.0.0.33 - - [2026-06-08 03:29:41] "POST /neutron/network HTTP/1.1" 200 921 0.009905
10.0.0.33 - - [2026-06-08 03:29:52] "GET /network-policy/de1c9d85-bcd8-4246-bc4d-2e3f29415b7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2474 0.005607
10.0.0.33 - - [2026-06-08 03:29:52] "PUT /network-policy/de1c9d85-bcd8-4246-bc4d-2e3f29415b7e HTTP/1.1" 200 262 0.019458
10.0.0.33 - - [2026-06-08 03:29:52] "GET /network-policy/de1c9d85-bcd8-4246-bc4d-2e3f29415b7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3770 0.007418
10.0.0.249 - - [2026-06-08 03:29:52] "PUT /access-control-list/d8e5a682-7da1-4254-a24d-c6d86c7a9957 HTTP/1.1" 200 272 0.027910
10.0.0.33 - - [2026-06-08 03:30:16] "POST /neutron/port HTTP/1.1" 200 1382 0.052887
10.0.0.33 - - [2026-06-08 03:30:21] "POST /ref-update HTTP/1.1" 200 156 0.092663
10.0.0.33 - - [2026-06-08 03:30:21] "GET /virtual-network/eb5979ab-e428-4d69-9824-6339d832f83d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.027318
10.0.0.33 - - [2026-06-08 03:30:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.006180
10.0.0.33 - - [2026-06-08 03:30:21] "GET /network-policy/de1c9d85-bcd8-4246-bc4d-2e3f29415b7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3770 0.007934
10.0.0.249 - - [2026-06-08 03:30:21] "POST /ref-update HTTP/1.1" 200 156 0.082446
10.0.0.33 - - [2026-06-08 03:30:21] "POST /ref-update HTTP/1.1" 200 156 0.132654
10.0.0.33 - - [2026-06-08 03:30:21] "POST /neutron/network HTTP/1.1" 200 829 0.029455
10.0.0.33 - - [2026-06-08 03:30:21] "GET /virtual-network/67e6d013-475f-49eb-89d6-5d4de7a12107?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.009995
10.0.0.249 - - [2026-06-08 03:30:21] "DELETE /access-control-list/d8e5a682-7da1-4254-a24d-c6d86c7a9957 HTTP/1.1" 200 115 0.078328
10.0.0.33 - - [2026-06-08 03:30:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.008681
10.0.0.33 - - [2026-06-08 03:30:21] "GET /network-policy/de1c9d85-bcd8-4246-bc4d-2e3f29415b7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3770 0.008610
10.0.0.33 - - [2026-06-08 03:30:22] "DELETE /network-policy/de1c9d85-bcd8-4246-bc4d-2e3f29415b7e HTTP/1.1" 200 115 0.101184
10.0.0.33 - - [2026-06-08 03:30:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.010072
10.0.0.33 - - [2026-06-08 03:30:22] "DELETE /service-instance/5d170255-0311-462e-80db-dfb4fcc7233c HTTP/1.1" 200 115 0.085209
10.0.0.33 - - [2026-06-08 03:30:22] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.007108
10.0.0.33 - - [2026-06-08 03:30:22] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.005381
10.0.0.33 - - [2026-06-08 03:30:22] "POST /ref-update HTTP/1.1" 200 156 0.078153
10.0.0.33 - - [2026-06-08 03:30:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.006052
10.0.0.33 - - [2026-06-08 03:30:22] "DELETE /service-template/36cdca04-abb5-4eb7-8973-5e0d2f6f7ca5 HTTP/1.1" 200 115 0.042619
10.0.0.33 - - [2026-06-08 03:30:22] "POST /fqname-to-id HTTP/1.1" 404 193 0.007208
10.0.0.249 - - [2026-06-08 03:30:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.014230
10.0.0.33 - - [2026-06-08 03:30:23] "POST /neutron/network HTTP/1.1" 200 846 0.010370
10.0.0.33 - - [2026-06-08 03:30:23] "POST /neutron/port HTTP/1.1" 200 1124 0.031826
10.0.0.33 - - [2026-06-08 03:30:23] "POST /neutron/port HTTP/1.1" 200 1114 0.041633
10.0.0.33 - - [2026-06-08 03:30:23] "POST /neutron/port HTTP/1.1" 200 1115 0.032523
10.0.0.249 - - [2026-06-08 03:30:25] "DELETE /route-target/36e1b4d3-9498-4358-a46f-c684f4e5a54b HTTP/1.1" 200 115 0.039030
10.0.0.27 - - [2026-06-08 03:30:25] "POST /useragent-kv HTTP/1.1" 200 115 0.043193
10.0.0.27 - - [2026-06-08 03:30:25] "POST /useragent-kv HTTP/1.1" 200 115 0.004675
10.0.0.33 - - [2026-06-08 03:30:25] "POST /neutron/network HTTP/1.1" 200 151 0.262464
10.0.0.33 - - [2026-06-08 03:30:26] "POST /neutron/network HTTP/1.1" 200 833 0.014595
10.0.0.249 - - [2026-06-08 03:30:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.007238
10.0.0.27 - - [2026-06-08 03:30:26] "POST /useragent-kv HTTP/1.1" 200 115 0.010065
10.0.0.27 - - [2026-06-08 03:30:26] "POST /useragent-kv HTTP/1.1" 200 115 0.004431
10.0.0.33 - - [2026-06-08 03:30:26] "POST /neutron/network HTTP/1.1" 200 151 0.208923
10.0.0.249 - - [2026-06-08 03:30:26] "DELETE /route-target/bd56d0aa-76c0-44b2-888a-2245d96b495d HTTP/1.1" 200 115 0.069756
10.0.0.27 - - [2026-06-08 03:30:28] "GET /projects?obj_uuids=39c38242-b162-42e1-9bc6-2bdcb7758d91&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002039
10.0.0.33 - - [2026-06-08 03:30:28] "GET /project/39c38242-b162-42e1-9bc6-2bdcb7758d91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.111892
10.0.0.27 - - [2026-06-08 03:30:28] "GET /projects?obj_uuids=39c38242-b162-42e1-9bc6-2bdcb7758d91&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003587
10.0.0.33 - - [2026-06-08 03:30:28] "GET /project/39c38242-b162-42e1-9bc6-2bdcb7758d91?fields=virtual_networks HTTP/1.1" 200 1036 0.070166
10.0.0.27 - - [2026-06-08 03:30:28] "GET /projects?obj_uuids=39c38242-b162-42e1-9bc6-2bdcb7758d91&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001611
10.0.0.33 - - [2026-06-08 03:30:28] "GET /project/39c38242-b162-42e1-9bc6-2bdcb7758d91?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.066534
10.0.0.27 - - [2026-06-08 03:30:28] "GET /projects?obj_uuids=39c38242-b162-42e1-9bc6-2bdcb7758d91&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001689
10.0.0.33 - - [2026-06-08 03:30:28] "GET /project/39c38242-b162-42e1-9bc6-2bdcb7758d91?fields=security_groups HTTP/1.1" 200 1264 0.072059
10.0.0.33 - - [2026-06-08 03:30:29] "POST /fqname-to-id HTTP/1.1" 404 189 0.030162
10.0.0.27 - - [2026-06-08 03:30:29] "GET /projects?obj_uuids=bcc15640-9836-4ed7-97e9-b719a33b2b37&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003793
10.0.0.27 - - [2026-06-08 03:30:29] "GET /domains?obj_uuids=2441b78a-01cc-4005-9aa7-6b434eb6fb41&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001379
10.0.0.27 - - [2026-06-08 03:30:29] "GET /domain/2441b78a-01cc-4005-9aa7-6b434eb6fb41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009361
10.0.0.27 - - [2026-06-08 03:30:29] "POST /id-to-fqname HTTP/1.1" 200 191 0.008745
10.0.0.27 - - [2026-06-08 03:30:29] "POST /fqname-to-id HTTP/1.1" 404 200 0.006947
10.0.0.27 - - [2026-06-08 03:30:30] "POST /security-groups HTTP/1.1" 200 592 0.083246
10.0.0.27 - - [2026-06-08 03:30:30] "POST /projects HTTP/1.1" 200 587 0.348471
10.0.0.249 - - [2026-06-08 03:30:30] "POST /fqname-to-id HTTP/1.1" 404 234 0.008147
10.0.0.27 - - [2026-06-08 03:30:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.426776
10.0.0.33 - - [2026-06-08 03:30:30] "GET /project/bcc15640-9836-4ed7-97e9-b719a33b2b37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.622310
10.0.0.33 - - [2026-06-08 03:30:31] "GET / HTTP/1.1" 200 35931 0.004358
10.0.0.33 - - [2026-06-08 03:30:33] "GET /project/bcc15640-9836-4ed7-97e9-b719a33b2b37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000895
10.0.0.27 - - [2026-06-08 03:30:33] "GET /projects?obj_uuids=bcc15640-9836-4ed7-97e9-b719a33b2b37&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001802
10.0.0.33 - - [2026-06-08 03:30:33] "GET /project/bcc15640-9836-4ed7-97e9-b719a33b2b37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.085853
10.0.0.33 - - [2026-06-08 03:30:33] "POST /fqname-to-id HTTP/1.1" 404 180 0.005462
10.0.0.33 - - [2026-06-08 03:30:33] "POST /virtual-DNSs HTTP/1.1" 200 507 0.053658
10.0.0.33 - - [2026-06-08 03:30:34] "GET /virtual-DNS/7609c579-c864-4f33-b1a0-dece48410eb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.014523
10.0.0.33 - - [2026-06-08 03:30:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004493
10.0.0.33 - - [2026-06-08 03:30:34] "GET /virtual-DNS/7609c579-c864-4f33-b1a0-dece48410eb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.005576
10.0.0.33 - - [2026-06-08 03:30:34] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.007033
10.0.0.33 - - [2026-06-08 03:30:34] "POST /network-ipams HTTP/1.1" 200 514 0.045064
10.0.0.33 - - [2026-06-08 03:30:34] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 751 0.008787
10.0.0.33 - - [2026-06-08 03:30:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.006049
10.0.0.33 - - [2026-06-08 03:30:34] "GET /network-ipam/5504c152-79ee-46d9-836f-48197f9fb59f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.009441
10.0.0.33 - - [2026-06-08 03:30:34] "PUT /network-ipam/5504c152-79ee-46d9-836f-48197f9fb59f HTTP/1.1" 200 258 0.026051
10.0.0.33 - - [2026-06-08 03:30:34] "POST /ref-update HTTP/1.1" 200 156 0.049661
10.0.0.33 - - [2026-06-08 03:30:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.009543
10.0.0.27 - - [2026-06-08 03:30:35] "GET /projects?obj_uuids=bcc15640-9836-4ed7-97e9-b719a33b2b37&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003140
10.0.0.33 - - [2026-06-08 03:30:35] "GET /project/bcc15640-9836-4ed7-97e9-b719a33b2b37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.108233
10.0.0.249 - - [2026-06-08 03:30:35] "DELETE /access-control-list/c8fc2208-26da-4904-951f-dfd28f0bc5eb HTTP/1.1" 200 115 0.106888
10.0.0.27 - - [2026-06-08 03:30:35] "DELETE /project/bcc1564098364ed797e9b719a33b2b37 HTTP/1.1" 404 173 0.098814
10.0.0.27 - - [2026-06-08 03:30:35] "DELETE /project/39c38242-b162-42e1-9bc6-2bdcb7758d91 HTTP/1.1" 404 177 0.146910
10.0.0.27 - - [2026-06-08 03:30:35] "POST /useragent-kv HTTP/1.1" 200 115 0.016572
10.0.0.33 - - [2026-06-08 03:30:35] "POST /neutron/subnet HTTP/1.1" 200 711 0.366105
10.0.0.33 - - [2026-06-08 03:30:35] "POST /id-to-fqname HTTP/1.1" 200 227 0.003907
10.0.0.33 - - [2026-06-08 03:30:35] "GET /virtual-network/13f039d6-6403-4cff-bb13-9bf52dabf50a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.008189
10.0.0.33 - - [2026-06-08 03:30:36] "GET /virtual-network/13f039d6-6403-4cff-bb13-9bf52dabf50a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.008277
10.0.0.33 - - [2026-06-08 03:30:36] "POST /neutron/network HTTP/1.1" 200 833 0.012151
10.0.0.33 - - [2026-06-08 03:30:36] "POST /neutron/network HTTP/1.1" 200 833 0.008835
10.0.0.33 - - [2026-06-08 03:30:36] "POST /id-to-fqname HTTP/1.1" 200 227 0.001707
10.0.0.27 - - [2026-06-08 03:30:37] "GET /projects?obj_uuids=bcc15640-9836-4ed7-97e9-b719a33b2b37&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001665
10.0.0.33 - - [2026-06-08 03:30:37] "GET /project/bcc15640-9836-4ed7-97e9-b719a33b2b37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.091408
10.0.0.33 - - [2026-06-08 03:30:37] "POST /neutron/network HTTP/1.1" 200 833 0.013226
10.0.0.33 - - [2026-06-08 03:30:37] "POST /neutron/port HTTP/1.1" 200 117 0.009958
10.0.0.33 - - [2026-06-08 03:30:38] "POST /neutron/port HTTP/1.1" 200 1058 0.021229
10.0.0.33 - - [2026-06-08 03:30:38] "POST /neutron/port HTTP/1.1" 200 1122 0.036418
10.0.0.33 - - [2026-06-08 03:30:38] "POST /neutron/port HTTP/1.1" 200 117 0.001918
10.0.0.33 - - [2026-06-08 03:30:42] "POST /neutron/security_group HTTP/1.1" 200 2059 0.015160
10.0.0.33 - - [2026-06-08 03:30:42] "POST /neutron/port HTTP/1.1" 200 1122 0.028044
10.0.0.33 - - [2026-06-08 03:30:42] "GET /virtual-machine/2474971d-13d3-4708-9d1e-498fbff0dcaa HTTP/1.1" 401 292 0.000652
10.0.0.33 - - [2026-06-08 03:30:43] "GET /virtual-machine/2474971d-13d3-4708-9d1e-498fbff0dcaa HTTP/1.1" 200 1293 0.039963
10.0.0.33 - - [2026-06-08 03:30:43] "GET /virtual-machine-interface/037aec79-b0b5-444d-916c-62792cfc236f HTTP/1.1" 200 2963 0.009821
10.0.0.33 - - [2026-06-08 03:30:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.007109
10.0.0.33 - - [2026-06-08 03:30:43] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.008798
10.0.0.33 - - [2026-06-08 03:30:43] "GET /virtual-networks?parent_id=bcc15640-9836-4ed7-97e9-b719a33b2b37&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.006732
10.0.0.33 - - [2026-06-08 03:30:43] "GET /virtual-network/13f039d6-6403-4cff-bb13-9bf52dabf50a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.010713
10.0.0.33 - - [2026-06-08 03:30:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005443
10.0.0.33 - - [2026-06-08 03:30:46] "GET /virtual-network/13f039d6-6403-4cff-bb13-9bf52dabf50a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.012891
10.0.0.33 - - [2026-06-08 03:30:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005292
10.0.0.33 - - [2026-06-08 03:30:50] "GET /virtual-network/13f039d6-6403-4cff-bb13-9bf52dabf50a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007208
10.0.0.33 - - [2026-06-08 03:30:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.006154
10.0.0.33 - - [2026-06-08 03:30:54] "GET /virtual-network/13f039d6-6403-4cff-bb13-9bf52dabf50a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.008273
10.0.0.33 - - [2026-06-08 03:30:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.008255
10.0.0.33 - - [2026-06-08 03:30:58] "GET /virtual-network/13f039d6-6403-4cff-bb13-9bf52dabf50a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.012160
10.0.0.33 - - [2026-06-08 03:31:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005965
10.0.0.33 - - [2026-06-08 03:31:02] "GET /virtual-network/13f039d6-6403-4cff-bb13-9bf52dabf50a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.009326
10.0.0.33 - - [2026-06-08 03:31:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004793
10.0.0.33 - - [2026-06-08 03:31:07] "GET /virtual-network/13f039d6-6403-4cff-bb13-9bf52dabf50a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.008419
10.0.0.33 - - [2026-06-08 03:31:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.005237
10.0.0.33 - - [2026-06-08 03:31:11] "GET /virtual-network/13f039d6-6403-4cff-bb13-9bf52dabf50a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007564
10.0.0.33 - - [2026-06-08 03:31:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004887
10.0.0.33 - - [2026-06-08 03:31:15] "GET /virtual-network/13f039d6-6403-4cff-bb13-9bf52dabf50a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.008298
10.0.0.33 - - [2026-06-08 03:31:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004754
10.0.0.33 - - [2026-06-08 03:31:19] "GET /virtual-network/13f039d6-6403-4cff-bb13-9bf52dabf50a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007282
10.0.0.249 - - [2026-06-08 03:31:21] "GET /obj-perms HTTP/1.1" 200 5056 0.060805
10.0.0.27 - - [2026-06-08 03:31:21] "GET /obj-perms HTTP/1.1" 200 5056 0.055037
10.0.0.33 - - [2026-06-08 03:31:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004555
10.0.0.33 - - [2026-06-08 03:31:23] "GET /virtual-network/13f039d6-6403-4cff-bb13-9bf52dabf50a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006919
10.0.0.33 - - [2026-06-08 03:31:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.005682
10.0.0.33 - - [2026-06-08 03:31:27] "GET /virtual-network/13f039d6-6403-4cff-bb13-9bf52dabf50a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.008143
10.0.0.33 - - [2026-06-08 03:31:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.005893
10.0.0.33 - - [2026-06-08 03:31:31] "GET /virtual-network/13f039d6-6403-4cff-bb13-9bf52dabf50a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.008088
10.0.0.33 - - [2026-06-08 03:31:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004757
10.0.0.33 - - [2026-06-08 03:31:35] "GET /virtual-network/13f039d6-6403-4cff-bb13-9bf52dabf50a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007722
10.0.0.33 - - [2026-06-08 03:31:38] "POST /neutron/port HTTP/1.1" 200 1216 0.049639
10.0.0.33 - - [2026-06-08 03:31:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005641
10.0.0.33 - - [2026-06-08 03:31:38] "POST /neutron/port HTTP/1.1" 200 117 0.002414
10.0.0.33 - - [2026-06-08 03:31:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.005335
10.0.0.33 - - [2026-06-08 03:31:39] "GET /virtual-network/13f039d6-6403-4cff-bb13-9bf52dabf50a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007358
10.0.0.33 - - [2026-06-08 03:31:41] "POST /neutron/port HTTP/1.1" 200 1216 0.021554
10.0.0.33 - - [2026-06-08 03:31:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005178
10.0.0.33 - - [2026-06-08 03:31:41] "POST /neutron/port HTTP/1.1" 200 117 0.001544
10.0.0.33 - - [2026-06-08 03:31:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.005139
10.0.0.33 - - [2026-06-08 03:31:43] "GET /virtual-network/13f039d6-6403-4cff-bb13-9bf52dabf50a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007302
10.0.0.33 - - [2026-06-08 03:31:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.006272
10.0.0.33 - - [2026-06-08 03:31:47] "GET /virtual-network/13f039d6-6403-4cff-bb13-9bf52dabf50a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.008698
10.0.0.33 - - [2026-06-08 03:31:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005934
10.0.0.33 - - [2026-06-08 03:31:52] "GET /virtual-network/13f039d6-6403-4cff-bb13-9bf52dabf50a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007620
10.0.0.33 - - [2026-06-08 03:31:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.006296
10.0.0.33 - - [2026-06-08 03:31:56] "GET /virtual-network/13f039d6-6403-4cff-bb13-9bf52dabf50a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.009418
10.0.0.33 - - [2026-06-08 03:32:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005954
10.0.0.33 - - [2026-06-08 03:32:00] "GET /virtual-network/13f039d6-6403-4cff-bb13-9bf52dabf50a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.008237
10.0.0.33 - - [2026-06-08 03:32:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005496
10.0.0.33 - - [2026-06-08 03:32:04] "GET /virtual-network/13f039d6-6403-4cff-bb13-9bf52dabf50a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.009449
10.0.0.33 - - [2026-06-08 03:32:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.010429
10.0.0.33 - - [2026-06-08 03:32:08] "GET /virtual-network/13f039d6-6403-4cff-bb13-9bf52dabf50a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.030911
10.0.0.33 - - [2026-06-08 03:32:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005582
10.0.0.33 - - [2026-06-08 03:32:12] "GET /virtual-network/13f039d6-6403-4cff-bb13-9bf52dabf50a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006999
10.0.0.33 - - [2026-06-08 03:32:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004928
10.0.0.33 - - [2026-06-08 03:32:16] "GET /virtual-network/13f039d6-6403-4cff-bb13-9bf52dabf50a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007071
10.0.0.33 - - [2026-06-08 03:32:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005336
10.0.0.33 - - [2026-06-08 03:32:20] "GET /virtual-network/13f039d6-6403-4cff-bb13-9bf52dabf50a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.008088
10.0.0.33 - - [2026-06-08 03:32:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005998
10.0.0.33 - - [2026-06-08 03:32:24] "GET /virtual-network/13f039d6-6403-4cff-bb13-9bf52dabf50a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007705
10.0.0.33 - - [2026-06-08 03:32:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004613
10.0.0.33 - - [2026-06-08 03:32:28] "GET /virtual-network/13f039d6-6403-4cff-bb13-9bf52dabf50a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006241
10.0.0.33 - - [2026-06-08 03:32:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004687
10.0.0.33 - - [2026-06-08 03:32:33] "GET /virtual-network/13f039d6-6403-4cff-bb13-9bf52dabf50a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006801
10.0.0.249 - - [2026-06-08 03:32:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000584
10.0.0.249 - - [2026-06-08 03:32:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000520
10.0.0.33 - - [2026-06-08 03:32:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.005657
10.0.0.33 - - [2026-06-08 03:32:37] "GET /virtual-network/13f039d6-6403-4cff-bb13-9bf52dabf50a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007816
10.0.0.249 - - [2026-06-08 03:32:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000721
10.0.0.249 - - [2026-06-08 03:32:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000535
10.0.0.33 - - [2026-06-08 03:32:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000637
10.0.0.33 - - [2026-06-08 03:32:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000479
10.0.0.27 - - [2026-06-08 03:32:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000518
10.0.0.27 - - [2026-06-08 03:32:37] "GET /global-system-configs HTTP/1.1" 401 292 0.002843
10.0.0.33 - - [2026-06-08 03:32:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000579
10.0.0.33 - - [2026-06-08 03:32:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000697
10.0.0.27 - - [2026-06-08 03:32:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000628
10.0.0.27 - - [2026-06-08 03:32:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000638
10.0.0.33 - - [2026-06-08 03:32:40] "POST /neutron/port HTTP/1.1" 200 1109 0.021698
10.0.0.33 - - [2026-06-08 03:32:40] "POST /neutron/subnet HTTP/1.1" 200 708 0.012746
10.0.0.33 - - [2026-06-08 03:32:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004743
10.0.0.33 - - [2026-06-08 03:32:41] "GET /virtual-network/13f039d6-6403-4cff-bb13-9bf52dabf50a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007943
10.0.0.33 - - [2026-06-08 03:32:43] "POST /neutron/port HTTP/1.1" 200 1109 0.031082
10.0.0.33 - - [2026-06-08 03:32:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006519
10.0.0.33 - - [2026-06-08 03:32:43] "POST /neutron/network HTTP/1.1" 200 929 0.009582
10.0.0.33 - - [2026-06-08 03:32:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.007099
10.0.0.33 - - [2026-06-08 03:32:45] "GET /virtual-network/13f039d6-6403-4cff-bb13-9bf52dabf50a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.008979
10.0.0.33 - - [2026-06-08 03:32:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004926
10.0.0.33 - - [2026-06-08 03:32:49] "GET /virtual-network/13f039d6-6403-4cff-bb13-9bf52dabf50a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006784
10.0.0.33 - - [2026-06-08 03:32:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003995
10.0.0.33 - - [2026-06-08 03:32:53] "GET /virtual-network/13f039d6-6403-4cff-bb13-9bf52dabf50a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006918
10.0.0.33 - - [2026-06-08 03:32:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.005556
10.0.0.33 - - [2026-06-08 03:32:57] "GET /virtual-network/13f039d6-6403-4cff-bb13-9bf52dabf50a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.010782
10.0.0.33 - - [2026-06-08 03:33:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005069
10.0.0.33 - - [2026-06-08 03:33:01] "GET /virtual-network/13f039d6-6403-4cff-bb13-9bf52dabf50a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.011235
10.0.0.33 - - [2026-06-08 03:33:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004675
10.0.0.33 - - [2026-06-08 03:33:05] "GET /virtual-network/13f039d6-6403-4cff-bb13-9bf52dabf50a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005782
10.0.0.33 - - [2026-06-08 03:33:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004484
10.0.0.33 - - [2026-06-08 03:33:09] "GET /virtual-network/13f039d6-6403-4cff-bb13-9bf52dabf50a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.008663
10.0.0.33 - - [2026-06-08 03:33:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003814
10.0.0.33 - - [2026-06-08 03:33:14] "GET /virtual-network/13f039d6-6403-4cff-bb13-9bf52dabf50a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007106
10.0.0.33 - - [2026-06-08 03:33:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.006470
10.0.0.33 - - [2026-06-08 03:33:18] "GET /virtual-network/13f039d6-6403-4cff-bb13-9bf52dabf50a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.008024
10.0.0.33 - - [2026-06-08 03:33:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004202
10.0.0.33 - - [2026-06-08 03:33:22] "GET /virtual-network/13f039d6-6403-4cff-bb13-9bf52dabf50a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006258
10.0.0.33 - - [2026-06-08 03:33:22] "GET /obj-perms HTTP/1.1" 200 5056 0.073665
10.0.0.33 - - [2026-06-08 03:33:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004004
10.0.0.33 - - [2026-06-08 03:33:26] "GET /virtual-network/13f039d6-6403-4cff-bb13-9bf52dabf50a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007374
10.0.0.33 - - [2026-06-08 03:33:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004447
10.0.0.33 - - [2026-06-08 03:33:30] "GET /virtual-network/13f039d6-6403-4cff-bb13-9bf52dabf50a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007000
10.0.0.33 - - [2026-06-08 03:33:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004959
10.0.0.33 - - [2026-06-08 03:33:34] "GET /virtual-network/13f039d6-6403-4cff-bb13-9bf52dabf50a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006073
10.0.0.33 - - [2026-06-08 03:33:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003989
10.0.0.33 - - [2026-06-08 03:33:38] "GET /virtual-network/13f039d6-6403-4cff-bb13-9bf52dabf50a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006665
10.0.0.33 - - [2026-06-08 03:33:41] "POST /neutron/network HTTP/1.1" 200 1121 0.007846
10.0.0.33 - - [2026-06-08 03:33:41] "POST /neutron/subnet HTTP/1.1" 200 1374 0.020423
10.0.0.33 - - [2026-06-08 03:33:41] "POST /neutron/network HTTP/1.1" 200 1111 0.010355
10.0.0.33 - - [2026-06-08 03:33:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005354
10.0.0.33 - - [2026-06-08 03:33:42] "GET /virtual-network/13f039d6-6403-4cff-bb13-9bf52dabf50a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006604
10.0.0.33 - - [2026-06-08 03:33:43] "POST /neutron/network HTTP/1.1" 200 843 0.038248
10.0.0.33 - - [2026-06-08 03:33:43] "POST /neutron/port HTTP/1.1" 200 117 0.001285
10.0.0.33 - - [2026-06-08 03:33:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004473
10.0.0.33 - - [2026-06-08 03:33:46] "GET /virtual-network/13f039d6-6403-4cff-bb13-9bf52dabf50a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007156
10.0.0.33 - - [2026-06-08 03:33:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004256
10.0.0.33 - - [2026-06-08 03:33:50] "GET /virtual-network/13f039d6-6403-4cff-bb13-9bf52dabf50a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006129
10.0.0.33 - - [2026-06-08 03:33:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003864
10.0.0.33 - - [2026-06-08 03:33:54] "GET /virtual-network/13f039d6-6403-4cff-bb13-9bf52dabf50a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006563
10.0.0.33 - - [2026-06-08 03:33:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005029
10.0.0.33 - - [2026-06-08 03:33:59] "GET /virtual-network/13f039d6-6403-4cff-bb13-9bf52dabf50a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006827
10.0.0.33 - - [2026-06-08 03:34:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004925
10.0.0.33 - - [2026-06-08 03:34:03] "GET /virtual-network/13f039d6-6403-4cff-bb13-9bf52dabf50a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.008331
10.0.0.33 - - [2026-06-08 03:34:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004681
10.0.0.33 - - [2026-06-08 03:34:07] "GET /virtual-network/13f039d6-6403-4cff-bb13-9bf52dabf50a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006696
10.0.0.33 - - [2026-06-08 03:34:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004861
10.0.0.33 - - [2026-06-08 03:34:11] "GET /virtual-network/13f039d6-6403-4cff-bb13-9bf52dabf50a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006252
10.0.0.33 - - [2026-06-08 03:34:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004974
10.0.0.33 - - [2026-06-08 03:34:11] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006547
10.0.0.33 - - [2026-06-08 03:34:11] "GET /virtual-networks?parent_id=bcc15640-9836-4ed7-97e9-b719a33b2b37&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.005056
10.0.0.33 - - [2026-06-08 03:34:11] "GET /virtual-network/13f039d6-6403-4cff-bb13-9bf52dabf50a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.011046
10.0.0.33 - - [2026-06-08 03:34:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005015
10.0.0.33 - - [2026-06-08 03:34:14] "GET /virtual-network/13f039d6-6403-4cff-bb13-9bf52dabf50a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006732
10.0.0.33 - - [2026-06-08 03:34:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.005257
10.0.0.33 - - [2026-06-08 03:34:18] "GET /virtual-network/13f039d6-6403-4cff-bb13-9bf52dabf50a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.008323
10.0.0.33 - - [2026-06-08 03:34:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004333
10.0.0.33 - - [2026-06-08 03:34:22] "GET /virtual-network/13f039d6-6403-4cff-bb13-9bf52dabf50a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005904
10.0.0.33 - - [2026-06-08 03:34:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.006140
10.0.0.33 - - [2026-06-08 03:34:26] "GET /virtual-network/13f039d6-6403-4cff-bb13-9bf52dabf50a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007352
10.0.0.33 - - [2026-06-08 03:34:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004251
10.0.0.33 - - [2026-06-08 03:34:30] "GET /virtual-network/13f039d6-6403-4cff-bb13-9bf52dabf50a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006232
10.0.0.33 - - [2026-06-08 03:34:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004432
10.0.0.33 - - [2026-06-08 03:34:35] "GET /virtual-network/13f039d6-6403-4cff-bb13-9bf52dabf50a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007062
10.0.0.33 - - [2026-06-08 03:34:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004559
10.0.0.33 - - [2026-06-08 03:34:39] "GET /virtual-network/13f039d6-6403-4cff-bb13-9bf52dabf50a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005964
10.0.0.33 - - [2026-06-08 03:34:42] "POST /neutron/port HTTP/1.1" 200 1109 0.043617
10.0.0.33 - - [2026-06-08 03:34:42] "POST /neutron/subnet HTTP/1.1" 200 708 0.009846
10.0.0.33 - - [2026-06-08 03:34:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003682
10.0.0.33 - - [2026-06-08 03:34:43] "GET /virtual-network/13f039d6-6403-4cff-bb13-9bf52dabf50a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005927
10.0.0.33 - - [2026-06-08 03:34:43] "POST /neutron/port HTTP/1.1" 200 1216 0.019859
10.0.0.33 - - [2026-06-08 03:34:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007341
10.0.0.33 - - [2026-06-08 03:34:43] "POST /neutron/port HTTP/1.1" 200 117 0.001175
10.0.0.33 - - [2026-06-08 03:34:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004098
10.0.0.33 - - [2026-06-08 03:34:47] "GET /virtual-network/13f039d6-6403-4cff-bb13-9bf52dabf50a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006857
10.0.0.33 - - [2026-06-08 03:34:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005118
10.0.0.33 - - [2026-06-08 03:34:51] "GET /virtual-network/13f039d6-6403-4cff-bb13-9bf52dabf50a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007155
10.0.0.33 - - [2026-06-08 03:34:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004400
10.0.0.33 - - [2026-06-08 03:34:55] "GET /virtual-network/13f039d6-6403-4cff-bb13-9bf52dabf50a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006619
10.0.0.33 - - [2026-06-08 03:34:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003944
10.0.0.33 - - [2026-06-08 03:34:59] "GET /virtual-network/13f039d6-6403-4cff-bb13-9bf52dabf50a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006141
10.0.0.33 - - [2026-06-08 03:35:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005443
10.0.0.33 - - [2026-06-08 03:35:03] "GET /virtual-network/13f039d6-6403-4cff-bb13-9bf52dabf50a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.008119
10.0.0.33 - - [2026-06-08 03:35:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.010159
10.0.0.33 - - [2026-06-08 03:35:07] "GET /virtual-network/13f039d6-6403-4cff-bb13-9bf52dabf50a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006143
10.0.0.33 - - [2026-06-08 03:35:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003762
10.0.0.33 - - [2026-06-08 03:35:11] "GET /virtual-network/13f039d6-6403-4cff-bb13-9bf52dabf50a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005591
10.0.0.33 - - [2026-06-08 03:35:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.005745
10.0.0.33 - - [2026-06-08 03:35:16] "GET /virtual-network/13f039d6-6403-4cff-bb13-9bf52dabf50a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006942
10.0.0.33 - - [2026-06-08 03:35:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003976
10.0.0.33 - - [2026-06-08 03:35:20] "GET /virtual-network/13f039d6-6403-4cff-bb13-9bf52dabf50a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007639
10.0.0.33 - - [2026-06-08 03:35:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003484
10.0.0.33 - - [2026-06-08 03:35:24] "GET /virtual-network/13f039d6-6403-4cff-bb13-9bf52dabf50a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005966
10.0.0.249 - - [2026-06-08 03:35:24] "GET /obj-perms HTTP/1.1" 200 5056 0.056333
10.0.0.33 - - [2026-06-08 03:35:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004601
10.0.0.33 - - [2026-06-08 03:35:28] "GET /virtual-network/13f039d6-6403-4cff-bb13-9bf52dabf50a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006780
10.0.0.33 - - [2026-06-08 03:35:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004202
10.0.0.33 - - [2026-06-08 03:35:32] "GET /virtual-network/13f039d6-6403-4cff-bb13-9bf52dabf50a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006063
10.0.0.33 - - [2026-06-08 03:35:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.030114
10.0.0.33 - - [2026-06-08 03:35:36] "GET /virtual-network/13f039d6-6403-4cff-bb13-9bf52dabf50a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.009827
10.0.0.33 - - [2026-06-08 03:35:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005183
10.0.0.33 - - [2026-06-08 03:35:40] "GET /virtual-network/13f039d6-6403-4cff-bb13-9bf52dabf50a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007698
10.0.0.33 - - [2026-06-08 03:35:42] "POST /neutron/port HTTP/1.1" 200 1216 0.028496
10.0.0.33 - - [2026-06-08 03:35:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005567
10.0.0.33 - - [2026-06-08 03:35:42] "POST /neutron/port HTTP/1.1" 200 117 0.001605
10.0.0.33 - - [2026-06-08 03:35:44] "POST /neutron/port HTTP/1.1" 200 1109 0.026630
10.0.0.33 - - [2026-06-08 03:35:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007252
10.0.0.33 - - [2026-06-08 03:35:44] "POST /neutron/network HTTP/1.1" 200 929 0.010092
10.0.0.33 - - [2026-06-08 03:35:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004332
10.0.0.33 - - [2026-06-08 03:35:44] "GET /virtual-network/13f039d6-6403-4cff-bb13-9bf52dabf50a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006752
10.0.0.33 - - [2026-06-08 03:35:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004420
10.0.0.33 - - [2026-06-08 03:35:48] "GET /virtual-network/13f039d6-6403-4cff-bb13-9bf52dabf50a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006686
10.0.0.33 - - [2026-06-08 03:35:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004749
10.0.0.33 - - [2026-06-08 03:35:52] "GET /virtual-network/13f039d6-6403-4cff-bb13-9bf52dabf50a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006863
10.0.0.33 - - [2026-06-08 03:35:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004950
10.0.0.33 - - [2026-06-08 03:35:57] "GET /virtual-network/13f039d6-6403-4cff-bb13-9bf52dabf50a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006423
10.0.0.33 - - [2026-06-08 03:36:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005033
10.0.0.33 - - [2026-06-08 03:36:01] "GET /virtual-network/13f039d6-6403-4cff-bb13-9bf52dabf50a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007946
10.0.0.33 - - [2026-06-08 03:36:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004476
10.0.0.33 - - [2026-06-08 03:36:05] "GET /virtual-network/13f039d6-6403-4cff-bb13-9bf52dabf50a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007313
10.0.0.33 - - [2026-06-08 03:36:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.005142
10.0.0.33 - - [2026-06-08 03:36:09] "GET /virtual-network/13f039d6-6403-4cff-bb13-9bf52dabf50a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.015352
10.0.0.33 - - [2026-06-08 03:36:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004450
10.0.0.33 - - [2026-06-08 03:36:13] "GET /virtual-network/13f039d6-6403-4cff-bb13-9bf52dabf50a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007576
10.0.0.33 - - [2026-06-08 03:36:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003777
10.0.0.33 - - [2026-06-08 03:36:17] "GET /virtual-network/13f039d6-6403-4cff-bb13-9bf52dabf50a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005538
10.0.0.33 - - [2026-06-08 03:36:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.005038
10.0.0.33 - - [2026-06-08 03:36:21] "GET /virtual-network/13f039d6-6403-4cff-bb13-9bf52dabf50a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007638
10.0.0.27 - - [2026-06-08 03:36:24] "GET /obj-perms HTTP/1.1" 200 5056 0.068979
10.0.0.33 - - [2026-06-08 03:36:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004592
10.0.0.33 - - [2026-06-08 03:36:25] "GET /virtual-network/13f039d6-6403-4cff-bb13-9bf52dabf50a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.009659
10.0.0.33 - - [2026-06-08 03:36:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.006781
10.0.0.33 - - [2026-06-08 03:36:29] "GET /virtual-network/13f039d6-6403-4cff-bb13-9bf52dabf50a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006812
10.0.0.33 - - [2026-06-08 03:36:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003868
10.0.0.33 - - [2026-06-08 03:36:33] "GET /virtual-network/13f039d6-6403-4cff-bb13-9bf52dabf50a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006018
10.0.0.33 - - [2026-06-08 03:36:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.005042
10.0.0.33 - - [2026-06-08 03:36:37] "GET /virtual-network/13f039d6-6403-4cff-bb13-9bf52dabf50a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006710
10.0.0.33 - - [2026-06-08 03:36:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005667
10.0.0.33 - - [2026-06-08 03:36:42] "GET /virtual-network/13f039d6-6403-4cff-bb13-9bf52dabf50a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007834
10.0.0.33 - - [2026-06-08 03:36:42] "POST /neutron/network HTTP/1.1" 200 939 0.009628
10.0.0.33 - - [2026-06-08 03:36:42] "POST /neutron/port HTTP/1.1" 200 117 0.001846
10.0.0.33 - - [2026-06-08 03:36:44] "POST /neutron/port HTTP/1.1" 200 1122 0.020793
10.0.0.33 - - [2026-06-08 03:36:44] "POST /neutron/subnet HTTP/1.1" 200 685 0.009206
10.0.0.33 - - [2026-06-08 03:36:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005471
10.0.0.33 - - [2026-06-08 03:36:46] "GET /virtual-network/13f039d6-6403-4cff-bb13-9bf52dabf50a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.008147
10.0.0.33 - - [2026-06-08 03:36:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004781
10.0.0.33 - - [2026-06-08 03:36:50] "GET /virtual-network/13f039d6-6403-4cff-bb13-9bf52dabf50a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.008968
10.0.0.33 - - [2026-06-08 03:36:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004524
10.0.0.33 - - [2026-06-08 03:36:54] "GET /virtual-network/13f039d6-6403-4cff-bb13-9bf52dabf50a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006332
10.0.0.33 - - [2026-06-08 03:36:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004160
10.0.0.33 - - [2026-06-08 03:36:58] "GET /virtual-network/13f039d6-6403-4cff-bb13-9bf52dabf50a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006131
10.0.0.33 - - [2026-06-08 03:37:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004439
10.0.0.33 - - [2026-06-08 03:37:02] "GET /virtual-network/13f039d6-6403-4cff-bb13-9bf52dabf50a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006749
10.0.0.33 - - [2026-06-08 03:37:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004192
10.0.0.33 - - [2026-06-08 03:37:06] "GET /virtual-network/13f039d6-6403-4cff-bb13-9bf52dabf50a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.010749
10.0.0.33 - - [2026-06-08 03:37:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003805
10.0.0.33 - - [2026-06-08 03:37:10] "GET /virtual-network/13f039d6-6403-4cff-bb13-9bf52dabf50a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006086
10.0.0.33 - - [2026-06-08 03:37:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004325
10.0.0.33 - - [2026-06-08 03:37:14] "GET /virtual-network/13f039d6-6403-4cff-bb13-9bf52dabf50a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005892
10.0.0.33 - - [2026-06-08 03:37:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004554
10.0.0.33 - - [2026-06-08 03:37:18] "GET /virtual-network/13f039d6-6403-4cff-bb13-9bf52dabf50a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006249
10.0.0.33 - - [2026-06-08 03:37:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005041
10.0.0.33 - - [2026-06-08 03:37:23] "GET /virtual-network/13f039d6-6403-4cff-bb13-9bf52dabf50a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.008228
10.0.0.33 - - [2026-06-08 03:37:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004705
10.0.0.33 - - [2026-06-08 03:37:27] "GET /virtual-network/13f039d6-6403-4cff-bb13-9bf52dabf50a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.010278
10.0.0.33 - - [2026-06-08 03:37:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.006625
10.0.0.33 - - [2026-06-08 03:37:31] "GET /virtual-network/13f039d6-6403-4cff-bb13-9bf52dabf50a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007711
10.0.0.33 - - [2026-06-08 03:37:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003997
10.0.0.33 - - [2026-06-08 03:37:35] "GET /virtual-network/13f039d6-6403-4cff-bb13-9bf52dabf50a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007903
10.0.0.249 - - [2026-06-08 03:37:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000491
10.0.0.249 - - [2026-06-08 03:37:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000716
10.0.0.249 - - [2026-06-08 03:37:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000751
10.0.0.249 - - [2026-06-08 03:37:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000753
10.0.0.33 - - [2026-06-08 03:37:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000807
10.0.0.33 - - [2026-06-08 03:37:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000581
10.0.0.27 - - [2026-06-08 03:37:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000699
10.0.0.27 - - [2026-06-08 03:37:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000571
10.0.0.33 - - [2026-06-08 03:37:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000410
10.0.0.33 - - [2026-06-08 03:37:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000656
10.0.0.27 - - [2026-06-08 03:37:38] "GET /global-system-configs HTTP/1.1" 401 292 0.002115
10.0.0.27 - - [2026-06-08 03:37:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000752
10.0.0.33 - - [2026-06-08 03:37:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.005538
10.0.0.33 - - [2026-06-08 03:37:39] "GET /virtual-network/13f039d6-6403-4cff-bb13-9bf52dabf50a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.009548
10.0.0.33 - - [2026-06-08 03:37:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.005302
10.0.0.33 - - [2026-06-08 03:37:39] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007813
10.0.0.33 - - [2026-06-08 03:37:39] "GET /virtual-networks?parent_id=bcc15640-9836-4ed7-97e9-b719a33b2b37&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.005211
10.0.0.33 - - [2026-06-08 03:37:39] "GET /virtual-network/13f039d6-6403-4cff-bb13-9bf52dabf50a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.009148
10.0.0.33 - - [2026-06-08 03:37:39] "POST /neutron/port HTTP/1.1" 200 1122 0.055281
10.0.0.33 - - [2026-06-08 03:37:40] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009437
10.0.0.33 - - [2026-06-08 03:37:40] "POST /neutron/port HTTP/1.1" 200 1122 0.029501
10.0.0.33 - - [2026-06-08 03:37:42] "POST /neutron/network HTTP/1.1" 200 833 0.011402
10.0.0.33 - - [2026-06-08 03:37:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004381
10.0.0.249 - - [2026-06-08 03:37:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.063799
10.0.0.33 - - [2026-06-08 03:37:42] "DELETE /network-ipam/5504c152-79ee-46d9-836f-48197f9fb59f HTTP/1.1" 200 115 0.073177
10.0.0.33 - - [2026-06-08 03:37:42] "DELETE /virtual-DNS/7609c579-c864-4f33-b1a0-dece48410eb7 HTTP/1.1" 200 115 0.056941
10.0.0.33 - - [2026-06-08 03:37:42] "POST /fqname-to-id HTTP/1.1" 404 180 0.008968
10.0.0.33 - - [2026-06-08 03:37:43] "POST /neutron/port HTTP/1.1" 200 1216 0.025960
10.0.0.33 - - [2026-06-08 03:37:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007142
10.0.0.33 - - [2026-06-08 03:37:43] "POST /neutron/port HTTP/1.1" 200 117 0.001611
10.0.0.27 - - [2026-06-08 03:37:44] "GET /projects?obj_uuids=bcc15640-9836-4ed7-97e9-b719a33b2b37&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.035828
10.0.0.33 - - [2026-06-08 03:37:44] "GET /project/bcc15640-9836-4ed7-97e9-b719a33b2b37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.122173
10.0.0.27 - - [2026-06-08 03:37:44] "GET /projects?obj_uuids=bcc15640-9836-4ed7-97e9-b719a33b2b37&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001666
10.0.0.33 - - [2026-06-08 03:37:44] "GET /project/bcc15640-9836-4ed7-97e9-b719a33b2b37?fields=virtual_networks HTTP/1.1" 200 1035 0.061370
10.0.0.27 - - [2026-06-08 03:37:44] "GET /projects?obj_uuids=bcc15640-9836-4ed7-97e9-b719a33b2b37&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001315
10.0.0.33 - - [2026-06-08 03:37:44] "GET /project/bcc15640-9836-4ed7-97e9-b719a33b2b37?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.055664
10.0.0.27 - - [2026-06-08 03:37:44] "GET /projects?obj_uuids=bcc15640-9836-4ed7-97e9-b719a33b2b37&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002840
10.0.0.33 - - [2026-06-08 03:37:44] "GET /project/bcc15640-9836-4ed7-97e9-b719a33b2b37?fields=security_groups HTTP/1.1" 200 1262 0.078640
10.0.0.33 - - [2026-06-08 03:37:45] "POST /fqname-to-id HTTP/1.1" 404 189 0.037479
10.0.0.27 - - [2026-06-08 03:37:45] "GET /projects?obj_uuids=c7a66e44-c535-4dfc-82ca-08fb3fb9e5aa&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003287
10.0.0.27 - - [2026-06-08 03:37:45] "GET /domains?obj_uuids=2441b78a-01cc-4005-9aa7-6b434eb6fb41&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001125
10.0.0.27 - - [2026-06-08 03:37:45] "GET /domain/2441b78a-01cc-4005-9aa7-6b434eb6fb41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.044485
10.0.0.27 - - [2026-06-08 03:37:45] "POST /id-to-fqname HTTP/1.1" 200 191 0.009222
10.0.0.27 - - [2026-06-08 03:37:45] "POST /fqname-to-id HTTP/1.1" 404 200 0.009242
10.0.0.27 - - [2026-06-08 03:37:46] "POST /security-groups HTTP/1.1" 200 592 0.047485
10.0.0.27 - - [2026-06-08 03:37:46] "POST /projects HTTP/1.1" 200 587 0.295349
10.0.0.27 - - [2026-06-08 03:37:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.333014
10.0.0.33 - - [2026-06-08 03:37:46] "GET /project/c7a66e44-c535-4dfc-82ca-08fb3fb9e5aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.543832
10.0.0.249 - - [2026-06-08 03:37:46] "POST /access-control-lists HTTP/1.1" 200 597 0.087363
10.0.0.33 - - [2026-06-08 03:37:46] "POST /neutron/port HTTP/1.1" 200 1216 0.034682
10.0.0.33 - - [2026-06-08 03:37:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005507
10.0.0.33 - - [2026-06-08 03:37:46] "POST /neutron/port HTTP/1.1" 200 117 0.001785
10.0.0.33 - - [2026-06-08 03:37:47] "GET / HTTP/1.1" 200 35931 0.002568
10.0.0.33 - - [2026-06-08 03:37:49] "POST /fqname-to-id HTTP/1.1" 401 292 0.000863
10.0.0.33 - - [2026-06-08 03:37:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.060781
10.0.0.27 - - [2026-06-08 03:37:49] "GET /projects?obj_uuids=c7a66e44-c535-4dfc-82ca-08fb3fb9e5aa&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001508
10.0.0.33 - - [2026-06-08 03:37:49] "GET /project/c7a66e44-c535-4dfc-82ca-08fb3fb9e5aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.053487
10.0.0.27 - - [2026-06-08 03:37:49] "GET /projects?obj_uuids=c7a66e44-c535-4dfc-82ca-08fb3fb9e5aa&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002872
10.0.0.33 - - [2026-06-08 03:37:50] "POST /neutron/network HTTP/1.1" 200 608 0.178925
10.0.0.249 - - [2026-06-08 03:37:50] "POST /route-targets HTTP/1.1" 200 327 0.016147
10.0.0.33 - - [2026-06-08 03:37:50] "POST /id-to-fqname HTTP/1.1" 200 222 0.003670
10.0.0.33 - - [2026-06-08 03:37:50] "GET /virtual-network/19ef6612-bde5-49e0-a7c9-322ba0f440e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006852
10.0.0.33 - - [2026-06-08 03:37:50] "POST /neutron/network HTTP/1.1" 200 828 0.011559
10.0.0.33 - - [2026-06-08 03:37:50] "GET /virtual-network/19ef6612-bde5-49e0-a7c9-322ba0f440e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.010297
10.0.0.33 - - [2026-06-08 03:37:50] "GET /virtual-network/19ef6612-bde5-49e0-a7c9-322ba0f440e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006337
10.0.0.33 - - [2026-06-08 03:37:51] "GET /obj-perms HTTP/1.1" 200 5032 0.071102
10.0.0.33 - - [2026-06-08 03:37:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005191
10.0.0.27 - - [2026-06-08 03:37:52] "GET /projects?obj_uuids=c7a66e44-c535-4dfc-82ca-08fb3fb9e5aa&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001666
10.0.0.33 - - [2026-06-08 03:37:52] "GET /project/c7a66e44-c535-4dfc-82ca-08fb3fb9e5aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.052662
10.0.0.33 - - [2026-06-08 03:37:52] "POST /neutron/network HTTP/1.1" 200 117 0.017154
10.0.0.249 - - [2026-06-08 03:37:52] "POST /ref-update HTTP/1.1" 200 156 0.025192
10.0.0.33 - - [2026-06-08 03:37:52] "POST /neutron/network HTTP/1.1" 200 828 0.014182
10.0.0.33 - - [2026-06-08 03:37:52] "POST /id-to-fqname HTTP/1.1" 200 222 0.002186
10.0.0.33 - - [2026-06-08 03:37:52] "GET /virtual-network/d631c501-228d-4825-88fa-84b217fd49b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.010839
10.0.0.33 - - [2026-06-08 03:37:52] "GET /virtual-network/d631c501-228d-4825-88fa-84b217fd49b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.008160
10.0.0.33 - - [2026-06-08 03:37:52] "POST /neutron/subnet HTTP/1.1" 200 729 0.019689
10.0.0.33 - - [2026-06-08 03:37:53] "GET /virtual-network/d631c501-228d-4825-88fa-84b217fd49b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007082
10.0.0.249 - - [2026-06-08 03:37:53] "GET /obj-perms HTTP/1.1" 200 5032 0.056326
10.0.0.27 - - [2026-06-08 03:37:53] "GET /obj-perms HTTP/1.1" 200 5032 0.059828
10.0.0.33 - - [2026-06-08 03:37:53] "POST /id-to-fqname HTTP/1.1" 200 222 0.002421
10.0.0.27 - - [2026-06-08 03:38:08] "GET /projects?obj_uuids=c7a66e44-c535-4dfc-82ca-08fb3fb9e5aa&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001410
10.0.0.33 - - [2026-06-08 03:38:08] "GET /project/c7a66e44-c535-4dfc-82ca-08fb3fb9e5aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.102444
10.0.0.33 - - [2026-06-08 03:38:08] "POST /neutron/network HTTP/1.1" 200 828 0.043536
10.0.0.33 - - [2026-06-08 03:38:09] "POST /id-to-fqname HTTP/1.1" 200 222 0.002028
10.0.0.33 - - [2026-06-08 03:38:09] "POST /neutron/port HTTP/1.1" 200 4190 0.096937
10.0.0.27 - - [2026-06-08 03:38:09] "GET /projects?obj_uuids=c7a66e44-c535-4dfc-82ca-08fb3fb9e5aa&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001435
10.0.0.33 - - [2026-06-08 03:38:10] "POST /neutron/port HTTP/1.1" 200 1062 0.409473
10.0.0.27 - - [2026-06-08 03:38:10] "GET /projects?obj_uuids=c7a66e44-c535-4dfc-82ca-08fb3fb9e5aa&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001621
10.0.0.33 - - [2026-06-08 03:38:10] "GET /project/c7a66e44-c535-4dfc-82ca-08fb3fb9e5aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.115298
10.0.0.33 - - [2026-06-08 03:38:10] "POST /neutron/security_group HTTP/1.1" 200 2059 0.014303
10.0.0.33 - - [2026-06-08 03:38:11] "POST /neutron/port HTTP/1.1" 200 1062 0.033036
10.0.0.33 - - [2026-06-08 03:38:11] "POST /neutron/security_group HTTP/1.1" 200 2059 0.027190
10.0.0.33 - - [2026-06-08 03:38:11] "POST /neutron/port HTTP/1.1" 200 1062 0.036435
10.0.0.33 - - [2026-06-08 03:38:12] "POST /neutron/port HTTP/1.1" 200 117 0.001824
10.0.0.33 - - [2026-06-08 03:38:12] "POST /neutron/port HTTP/1.1" 200 1116 0.162200
10.0.0.33 - - [2026-06-08 03:38:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.009704
10.0.0.33 - - [2026-06-08 03:38:12] "POST /neutron/network HTTP/1.1" 200 828 0.009078
10.0.0.33 - - [2026-06-08 03:38:21] "POST /neutron/port HTTP/1.1" 200 1126 0.030406
10.0.0.33 - - [2026-06-08 03:38:26] "POST /neutron/security_group HTTP/1.1" 200 2059 0.011570
10.0.0.27 - - [2026-06-08 03:38:36] "DELETE /project/c7a66e44c5354dfc82ca08fb3fb9e5aa HTTP/1.1" 404 173 0.007660
10.0.0.27 - - [2026-06-08 03:38:36] "GET /projects?obj_uuids=bcc15640-9836-4ed7-97e9-b719a33b2b37&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002319
10.0.0.27 - - [2026-06-08 03:38:36] "GET /project/bcc15640-9836-4ed7-97e9-b719a33b2b37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1473 0.078718
10.0.0.27 - - [2026-06-08 03:38:36] "GET /projects?obj_uuids=bcc15640-9836-4ed7-97e9-b719a33b2b37&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003971
10.0.0.27 - - [2026-06-08 03:38:36] "GET /project/bcc15640-9836-4ed7-97e9-b719a33b2b37?fields=security_groups HTTP/1.1" 200 1105 0.060491
10.0.0.27 - - [2026-06-08 03:38:36] "GET /projects?obj_uuids=bcc15640-9836-4ed7-97e9-b719a33b2b37&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001816
10.0.0.27 - - [2026-06-08 03:38:36] "GET /project/bcc15640-9836-4ed7-97e9-b719a33b2b37?fields=application_policy_sets HTTP/1.1" 200 1406 0.073864
10.0.0.27 - - [2026-06-08 03:38:36] "DELETE /project/bcc15640-9836-4ed7-97e9-b719a33b2b37 HTTP/1.1" 200 115 0.530654
10.0.0.33 - - [2026-06-08 03:38:36] "POST /neutron/port HTTP/1.1" 200 1126 0.019684
10.0.0.33 - - [2026-06-08 03:38:36] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009660
10.0.0.33 - - [2026-06-08 03:38:36] "GET /virtual-machine/3eecce1d-a1f8-463f-957d-349c0940b2bf HTTP/1.1" 401 292 0.000796
10.0.0.33 - - [2026-06-08 03:38:37] "GET /virtual-machine/3eecce1d-a1f8-463f-957d-349c0940b2bf HTTP/1.1" 200 1293 0.037122
10.0.0.33 - - [2026-06-08 03:38:37] "GET /virtual-machine-interface/7d41b160-6952-4600-b9b3-07ca94b97959 HTTP/1.1" 200 2949 0.010151
10.0.0.33 - - [2026-06-08 03:38:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004399
10.0.0.33 - - [2026-06-08 03:38:37] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005391
10.0.0.33 - - [2026-06-08 03:38:37] "GET /virtual-networks?parent_id=c7a66e44-c535-4dfc-82ca-08fb3fb9e5aa&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004198
10.0.0.33 - - [2026-06-08 03:38:37] "GET /virtual-network/d631c501-228d-4825-88fa-84b217fd49b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007842
10.0.0.33 - - [2026-06-08 03:38:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.009769
10.0.0.33 - - [2026-06-08 03:38:40] "GET /virtual-network/d631c501-228d-4825-88fa-84b217fd49b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007491
10.0.0.33 - - [2026-06-08 03:38:43] "POST /neutron/port HTTP/1.1" 200 1109 0.022568
10.0.0.33 - - [2026-06-08 03:38:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006333
10.0.0.33 - - [2026-06-08 03:38:43] "POST /neutron/network HTTP/1.1" 200 929 0.017654
10.0.0.33 - - [2026-06-08 03:38:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.006486
10.0.0.33 - - [2026-06-08 03:38:44] "GET /virtual-network/d631c501-228d-4825-88fa-84b217fd49b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.010710
10.0.0.33 - - [2026-06-08 03:38:46] "POST /neutron/network HTTP/1.1" 200 939 0.041943
10.0.0.33 - - [2026-06-08 03:38:46] "POST /neutron/port HTTP/1.1" 200 117 0.001304
10.0.0.33 - - [2026-06-08 03:38:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004247
10.0.0.33 - - [2026-06-08 03:38:48] "GET /virtual-network/d631c501-228d-4825-88fa-84b217fd49b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007201
10.0.0.33 - - [2026-06-08 03:38:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004656
10.0.0.33 - - [2026-06-08 03:38:52] "GET /virtual-network/d631c501-228d-4825-88fa-84b217fd49b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007049
10.0.0.33 - - [2026-06-08 03:38:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004654
10.0.0.33 - - [2026-06-08 03:38:56] "GET /virtual-network/d631c501-228d-4825-88fa-84b217fd49b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006222
10.0.0.33 - - [2026-06-08 03:39:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004535
10.0.0.33 - - [2026-06-08 03:39:00] "GET /virtual-network/d631c501-228d-4825-88fa-84b217fd49b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.010679
10.0.0.33 - - [2026-06-08 03:39:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003992
10.0.0.33 - - [2026-06-08 03:39:05] "GET /virtual-network/d631c501-228d-4825-88fa-84b217fd49b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006481
10.0.0.33 - - [2026-06-08 03:39:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004315
10.0.0.33 - - [2026-06-08 03:39:09] "GET /virtual-network/d631c501-228d-4825-88fa-84b217fd49b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007818
10.0.0.33 - - [2026-06-08 03:39:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005124
10.0.0.33 - - [2026-06-08 03:39:13] "GET /virtual-network/d631c501-228d-4825-88fa-84b217fd49b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.008471
10.0.0.33 - - [2026-06-08 03:39:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003723
10.0.0.33 - - [2026-06-08 03:39:17] "GET /virtual-network/d631c501-228d-4825-88fa-84b217fd49b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005939
10.0.0.33 - - [2026-06-08 03:39:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.006644
10.0.0.33 - - [2026-06-08 03:39:21] "GET /virtual-network/d631c501-228d-4825-88fa-84b217fd49b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007077
10.0.0.33 - - [2026-06-08 03:39:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005148
10.0.0.33 - - [2026-06-08 03:39:25] "GET /virtual-network/d631c501-228d-4825-88fa-84b217fd49b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006840
10.0.0.33 - - [2026-06-08 03:39:27] "GET /obj-perms HTTP/1.1" 200 5056 0.062968
10.0.0.33 - - [2026-06-08 03:39:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004842
10.0.0.33 - - [2026-06-08 03:39:29] "GET /virtual-network/d631c501-228d-4825-88fa-84b217fd49b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.008131
10.0.0.33 - - [2026-06-08 03:39:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.005259
10.0.0.33 - - [2026-06-08 03:39:33] "GET /virtual-network/d631c501-228d-4825-88fa-84b217fd49b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.011474
10.0.0.33 - - [2026-06-08 03:39:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003668
10.0.0.33 - - [2026-06-08 03:39:37] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004021
10.0.0.33 - - [2026-06-08 03:39:37] "GET /virtual-networks?parent_id=c7a66e44-c535-4dfc-82ca-08fb3fb9e5aa&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003594
10.0.0.33 - - [2026-06-08 03:39:37] "GET /virtual-network/d631c501-228d-4825-88fa-84b217fd49b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.008461
10.0.0.33 - - [2026-06-08 03:39:38] "POST /neutron/security_group HTTP/1.1" 200 2059 0.011220
10.0.0.33 - - [2026-06-08 03:39:44] "POST /neutron/port HTTP/1.1" 200 1216 0.058168
10.0.0.33 - - [2026-06-08 03:39:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.010436
10.0.0.33 - - [2026-06-08 03:39:44] "POST /neutron/port HTTP/1.1" 200 117 0.001680
10.0.0.33 - - [2026-06-08 03:39:48] "POST /neutron/port HTTP/1.1" 200 1126 0.025266
10.0.0.33 - - [2026-06-08 03:39:48] "POST /neutron/port HTTP/1.1" 200 1216 0.022215
10.0.0.33 - - [2026-06-08 03:39:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006491
10.0.0.33 - - [2026-06-08 03:39:48] "POST /neutron/port HTTP/1.1" 200 117 0.002053
10.0.0.33 - - [2026-06-08 03:39:53] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008348
10.0.0.33 - - [2026-06-08 03:39:58] "POST /neutron/port HTTP/1.1" 200 1126 0.047549
10.0.0.33 - - [2026-06-08 03:39:59] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007269
10.0.0.33 - - [2026-06-08 03:40:09] "POST /neutron/port HTTP/1.1" 200 1126 0.027996
10.0.0.33 - - [2026-06-08 03:40:14] "POST /neutron/security_group HTTP/1.1" 200 2059 0.011224
10.0.0.33 - - [2026-06-08 03:40:24] "POST /neutron/port HTTP/1.1" 200 1126 0.029019
10.0.0.33 - - [2026-06-08 03:40:29] "POST /neutron/security_group HTTP/1.1" 200 2059 0.018873
10.0.0.33 - - [2026-06-08 03:40:40] "POST /neutron/port HTTP/1.1" 200 1126 0.027049
10.0.0.33 - - [2026-06-08 03:40:45] "POST /neutron/security_group HTTP/1.1" 200 2059 0.012157
10.0.0.33 - - [2026-06-08 03:40:46] "POST /neutron/network HTTP/1.1" 200 939 0.009830
10.0.0.33 - - [2026-06-08 03:40:46] "POST /neutron/port HTTP/1.1" 200 117 0.001812
10.0.0.33 - - [2026-06-08 03:40:49] "POST /neutron/port HTTP/1.1" 200 1109 0.028839
10.0.0.33 - - [2026-06-08 03:40:49] "POST /neutron/subnet HTTP/1.1" 200 708 0.015645
10.0.0.33 - - [2026-06-08 03:40:50] "POST /neutron/port HTTP/1.1" 200 1126 0.024785
10.0.0.33 - - [2026-06-08 03:40:50] "POST /neutron/security_group HTTP/1.1" 200 2059 0.012718
10.0.0.33 - - [2026-06-08 03:40:50] "GET /virtual-machine/fb2184f3-6c3e-47ce-ba2f-6db2927d9efd HTTP/1.1" 200 1294 0.010374
10.0.0.33 - - [2026-06-08 03:40:50] "GET /virtual-machine-interface/35fa30a5-2fe8-46c7-9ebf-f0219fa995ae HTTP/1.1" 200 2949 0.009752
10.0.0.33 - - [2026-06-08 03:40:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004243
10.0.0.33 - - [2026-06-08 03:40:50] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004844
10.0.0.33 - - [2026-06-08 03:40:50] "GET /virtual-networks?parent_id=c7a66e44-c535-4dfc-82ca-08fb3fb9e5aa&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.006188
10.0.0.33 - - [2026-06-08 03:40:50] "GET /virtual-network/19ef6612-bde5-49e0-a7c9-322ba0f440e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.010116
10.0.0.33 - - [2026-06-08 03:40:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.006857
10.0.0.33 - - [2026-06-08 03:40:51] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006979
10.0.0.33 - - [2026-06-08 03:40:51] "GET /virtual-networks?parent_id=c7a66e44-c535-4dfc-82ca-08fb3fb9e5aa&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004460
10.0.0.33 - - [2026-06-08 03:40:52] "GET /virtual-network/19ef6612-bde5-49e0-a7c9-322ba0f440e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006890
10.0.0.33 - - [2026-06-08 03:40:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.006247
10.0.0.27 - - [2026-06-08 03:40:52] "GET /projects?obj_uuids=c7a66e44-c535-4dfc-82ca-08fb3fb9e5aa&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002478
10.0.0.33 - - [2026-06-08 03:40:52] "GET /project/c7a66e44-c535-4dfc-82ca-08fb3fb9e5aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.065552
10.0.0.33 - - [2026-06-08 03:40:52] "GET /virtual-network/19ef6612-bde5-49e0-a7c9-322ba0f440e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.008137
10.0.0.33 - - [2026-06-08 03:40:52] "GET /floating-ip-pools?parent_id=19ef6612-bde5-49e0-a7c9-322ba0f440e5&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.004872
10.0.0.33 - - [2026-06-08 03:40:52] "GET /virtual-network/19ef6612-bde5-49e0-a7c9-322ba0f440e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.009931
10.0.0.33 - - [2026-06-08 03:40:52] "POST /floating-ip-pools HTTP/1.1" 200 598 0.045407
10.0.0.33 - - [2026-06-08 03:40:52] "POST /ref-update HTTP/1.1" 200 156 0.024408
10.0.0.33 - - [2026-06-08 03:40:52] "GET /virtual-network/19ef6612-bde5-49e0-a7c9-322ba0f440e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007036
10.0.0.33 - - [2026-06-08 03:40:52] "GET /virtual-network/19ef6612-bde5-49e0-a7c9-322ba0f440e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007521
10.0.0.27 - - [2026-06-08 03:40:52] "GET /projects?obj_uuids=c7a66e44-c535-4dfc-82ca-08fb3fb9e5aa&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003074
10.0.0.33 - - [2026-06-08 03:40:53] "POST /neutron/floatingip HTTP/1.1" 200 531 0.219202
10.0.0.33 - - [2026-06-08 03:40:53] "POST /neutron/floatingip HTTP/1.1" 200 579 0.074528
10.0.0.33 - - [2026-06-08 03:40:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004636
10.0.0.33 - - [2026-06-08 03:40:53] "GET /routing-instance/f0ec5118-0fdd-4081-bc8a-b79d134d3b05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.008117
10.0.0.33 - - [2026-06-08 03:40:53] "GET /route-target/f60f891f-f816-42dc-ba0e-93fe324afbee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005445
10.0.0.33 - - [2026-06-08 03:41:22] "POST /neutron/floatingip HTTP/1.1" 200 531 0.043538
10.0.0.33 - - [2026-06-08 03:41:22] "GET /floating-ip-pool/1ddce8d2-01e6-447b-9707-d6b9f7d6dbc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1184 0.004646
10.0.0.33 - - [2026-06-08 03:41:22] "POST /ref-update HTTP/1.1" 200 156 0.016052
10.0.0.33 - - [2026-06-08 03:41:22] "DELETE /floating-ip-pool/1ddce8d2-01e6-447b-9707-d6b9f7d6dbc8 HTTP/1.1" 200 115 0.037245
10.0.0.33 - - [2026-06-08 03:41:22] "POST /neutron/network HTTP/1.1" 200 828 0.014022
10.0.0.33 - - [2026-06-08 03:41:23] "POST /neutron/port HTTP/1.1" 200 1116 0.017785
10.0.0.33 - - [2026-06-08 03:41:23] "POST /neutron/port HTTP/1.1" 200 1116 0.019512
10.0.0.249 - - [2026-06-08 03:41:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.007480
10.0.0.27 - - [2026-06-08 03:41:24] "POST /useragent-kv HTTP/1.1" 200 115 0.003411
10.0.0.27 - - [2026-06-08 03:41:24] "POST /useragent-kv HTTP/1.1" 200 115 0.003651
10.0.0.33 - - [2026-06-08 03:41:24] "POST /neutron/network HTTP/1.1" 200 151 0.162030
10.0.0.249 - - [2026-06-08 03:41:25] "DELETE /route-target/f60f891f-f816-42dc-ba0e-93fe324afbee HTTP/1.1" 200 115 0.028486
10.0.0.27 - - [2026-06-08 03:41:26] "GET /projects?obj_uuids=c7a66e44-c535-4dfc-82ca-08fb3fb9e5aa&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001507
10.0.0.33 - - [2026-06-08 03:41:26] "GET /project/c7a66e44-c535-4dfc-82ca-08fb3fb9e5aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.061097
10.0.0.27 - - [2026-06-08 03:41:26] "GET /projects?obj_uuids=c7a66e44-c535-4dfc-82ca-08fb3fb9e5aa&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002699
10.0.0.33 - - [2026-06-08 03:41:26] "GET /project/c7a66e44-c535-4dfc-82ca-08fb3fb9e5aa?fields=virtual_networks HTTP/1.1" 200 1034 0.050531
10.0.0.27 - - [2026-06-08 03:41:26] "GET /projects?obj_uuids=c7a66e44-c535-4dfc-82ca-08fb3fb9e5aa&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001465
10.0.0.33 - - [2026-06-08 03:41:27] "GET /project/c7a66e44-c535-4dfc-82ca-08fb3fb9e5aa?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.053959
10.0.0.27 - - [2026-06-08 03:41:27] "GET /projects?obj_uuids=c7a66e44-c535-4dfc-82ca-08fb3fb9e5aa&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001741
10.0.0.33 - - [2026-06-08 03:41:27] "GET /project/c7a66e44-c535-4dfc-82ca-08fb3fb9e5aa?fields=security_groups HTTP/1.1" 200 1261 0.059847
10.0.0.33 - - [2026-06-08 03:41:28] "POST /fqname-to-id HTTP/1.1" 404 188 0.033120
10.0.0.27 - - [2026-06-08 03:41:28] "GET /projects?obj_uuids=978748fa-f883-467c-ac63-dc5108e2fb5f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004428
10.0.0.27 - - [2026-06-08 03:41:28] "GET /domains?obj_uuids=2441b78a-01cc-4005-9aa7-6b434eb6fb41&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001602
10.0.0.27 - - [2026-06-08 03:41:28] "GET /domain/2441b78a-01cc-4005-9aa7-6b434eb6fb41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.011074
10.0.0.27 - - [2026-06-08 03:41:28] "POST /id-to-fqname HTTP/1.1" 200 190 0.003484
10.0.0.27 - - [2026-06-08 03:41:28] "POST /fqname-to-id HTTP/1.1" 404 199 0.013755
10.0.0.27 - - [2026-06-08 03:41:28] "POST /security-groups HTTP/1.1" 200 591 0.042171
10.0.0.27 - - [2026-06-08 03:41:28] "POST /projects HTTP/1.1" 200 585 0.321621
10.0.0.249 - - [2026-06-08 03:41:28] "POST /fqname-to-id HTTP/1.1" 404 233 0.012013
10.0.0.27 - - [2026-06-08 03:41:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.401623
10.0.0.249 - - [2026-06-08 03:41:29] "GET /obj-perms HTTP/1.1" 200 5056 0.094645
10.0.0.33 - - [2026-06-08 03:41:29] "GET /project/978748fa-f883-467c-ac63-dc5108e2fb5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.589701
10.0.0.33 - - [2026-06-08 03:41:30] "GET / HTTP/1.1" 200 35931 0.001700
10.0.0.33 - - [2026-06-08 03:41:31] "POST /fqname-to-id HTTP/1.1" 401 292 0.000565
10.0.0.33 - - [2026-06-08 03:41:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.067130
10.0.0.27 - - [2026-06-08 03:41:32] "GET /projects?obj_uuids=978748fa-f883-467c-ac63-dc5108e2fb5f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001648
10.0.0.33 - - [2026-06-08 03:41:32] "GET /project/978748fa-f883-467c-ac63-dc5108e2fb5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.052023
10.0.0.33 - - [2026-06-08 03:41:32] "POST /neutron/network HTTP/1.1" 200 117 0.046522
10.0.0.249 - - [2026-06-08 03:41:32] "POST /ref-update HTTP/1.1" 200 156 0.026417
10.0.0.33 - - [2026-06-08 03:41:32] "POST /neutron/network HTTP/1.1" 200 839 0.011457
10.0.0.33 - - [2026-06-08 03:41:32] "POST /id-to-fqname HTTP/1.1" 200 230 0.001913
10.0.0.33 - - [2026-06-08 03:41:32] "GET /virtual-network/c22e6c78-d31f-44f7-a112-2bc27613ebef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.007901
10.0.0.33 - - [2026-06-08 03:41:32] "GET /virtual-network/c22e6c78-d31f-44f7-a112-2bc27613ebef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.008800
10.0.0.33 - - [2026-06-08 03:41:32] "POST /neutron/subnet HTTP/1.1" 200 701 0.025578
10.0.0.33 - - [2026-06-08 03:41:32] "POST /id-to-fqname HTTP/1.1" 200 230 0.001535
10.0.0.33 - - [2026-06-08 03:41:33] "POST /neutron/network HTTP/1.1" 200 849 0.011011
10.0.0.27 - - [2026-06-08 03:41:33] "GET /projects?obj_uuids=978748fa-f883-467c-ac63-dc5108e2fb5f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001164
10.0.0.33 - - [2026-06-08 03:41:33] "GET /project/978748fa-f883-467c-ac63-dc5108e2fb5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.082355
10.0.0.33 - - [2026-06-08 03:41:34] "POST /neutron/port HTTP/1.1" 200 117 0.008298
10.0.0.33 - - [2026-06-08 03:41:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004226
10.0.0.33 - - [2026-06-08 03:41:34] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004379
10.0.0.33 - - [2026-06-08 03:41:34] "PUT /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033 HTTP/1.1" 200 276 0.012750
10.0.0.27 - - [2026-06-08 03:41:34] "GET /projects?obj_uuids=978748fa-f883-467c-ac63-dc5108e2fb5f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001025
10.0.0.33 - - [2026-06-08 03:41:35] "POST /neutron/port HTTP/1.1" 200 1055 0.347612
10.0.0.33 - - [2026-06-08 03:41:35] "POST /neutron/port HTTP/1.1" 200 1109 0.133544
10.0.0.33 - - [2026-06-08 03:41:35] "POST /neutron/subnet HTTP/1.1" 200 675 0.013246
10.0.0.27 - - [2026-06-08 03:41:36] "DELETE /project/978748faf883467cac63dc5108e2fb5f HTTP/1.1" 404 173 0.004479
10.0.0.27 - - [2026-06-08 03:41:36] "GET /projects?obj_uuids=c7a66e44-c535-4dfc-82ca-08fb3fb9e5aa&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002581
10.0.0.27 - - [2026-06-08 03:41:36] "GET /project/c7a66e44-c535-4dfc-82ca-08fb3fb9e5aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.076765
10.0.0.27 - - [2026-06-08 03:41:36] "GET /projects?obj_uuids=c7a66e44-c535-4dfc-82ca-08fb3fb9e5aa&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001109
10.0.0.27 - - [2026-06-08 03:41:36] "GET /project/c7a66e44-c535-4dfc-82ca-08fb3fb9e5aa?fields=security_groups HTTP/1.1" 404 234 0.083198
10.0.0.27 - - [2026-06-08 03:41:37] "GET /projects?obj_uuids=c7a66e44-c535-4dfc-82ca-08fb3fb9e5aa&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004987
10.0.0.27 - - [2026-06-08 03:41:37] "GET /project/c7a66e44-c535-4dfc-82ca-08fb3fb9e5aa?fields=application_policy_sets HTTP/1.1" 404 171 0.781416
10.0.0.27 - - [2026-06-08 03:41:37] "DELETE /project/c7a66e44-c535-4dfc-82ca-08fb3fb9e5aa HTTP/1.1" 404 171 1.044824
10.0.0.33 - - [2026-06-08 03:41:39] "POST /neutron/port HTTP/1.1" 200 1119 0.020479
10.0.0.33 - - [2026-06-08 03:41:40] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009282
10.0.0.33 - - [2026-06-08 03:41:40] "GET /virtual-machine/3fcc4c12-53d0-4673-aa68-de9506d7e0ed HTTP/1.1" 401 292 0.000474
10.0.0.33 - - [2026-06-08 03:41:40] "GET /virtual-machine/3fcc4c12-53d0-4673-aa68-de9506d7e0ed HTTP/1.1" 200 1292 0.033995
10.0.0.33 - - [2026-06-08 03:41:40] "GET /virtual-machine-interface/b15dd31b-aa50-4684-bbcc-e28b4e30257d HTTP/1.1" 200 2972 0.005963
10.0.0.33 - - [2026-06-08 03:41:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004936
10.0.0.33 - - [2026-06-08 03:41:40] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.005497
10.0.0.33 - - [2026-06-08 03:41:40] "GET /virtual-networks?parent_id=978748fa-f883-467c-ac63-dc5108e2fb5f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.004014
10.0.0.33 - - [2026-06-08 03:41:40] "GET /virtual-network/c22e6c78-d31f-44f7-a112-2bc27613ebef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.008129
10.0.0.33 - - [2026-06-08 03:41:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004840
10.0.0.33 - - [2026-06-08 03:41:43] "GET /virtual-network/c22e6c78-d31f-44f7-a112-2bc27613ebef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.008355
10.0.0.33 - - [2026-06-08 03:41:45] "POST /neutron/port HTTP/1.1" 200 1119 0.032465
10.0.0.33 - - [2026-06-08 03:41:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003877
10.0.0.33 - - [2026-06-08 03:41:47] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.003945
10.0.0.33 - - [2026-06-08 03:41:47] "GET /virtual-networks?parent_id=978748fa-f883-467c-ac63-dc5108e2fb5f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.004067
10.0.0.33 - - [2026-06-08 03:41:47] "GET /virtual-network/c22e6c78-d31f-44f7-a112-2bc27613ebef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006071
10.0.0.33 - - [2026-06-08 03:41:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004309
10.0.0.33 - - [2026-06-08 03:41:48] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.004999
10.0.0.33 - - [2026-06-08 03:41:48] "PUT /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033 HTTP/1.1" 200 276 0.015034
10.0.0.33 - - [2026-06-08 03:41:49] "POST /neutron/network HTTP/1.1" 400 204 0.014678
10.0.0.33 - - [2026-06-08 03:41:49] "POST /neutron/port HTTP/1.1" 200 151 0.236711
10.0.0.249 - - [2026-06-08 03:41:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003763
10.0.0.33 - - [2026-06-08 03:41:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003494
10.0.0.27 - - [2026-06-08 03:41:54] "GET /projects?obj_uuids=978748fa-f883-467c-ac63-dc5108e2fb5f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001025
10.0.0.33 - - [2026-06-08 03:41:54] "GET /project/978748fa-f883-467c-ac63-dc5108e2fb5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.051730
10.0.0.33 - - [2026-06-08 03:41:54] "POST /neutron/network HTTP/1.1" 200 117 0.016939
10.0.0.33 - - [2026-06-08 03:41:54] "POST /neutron/network HTTP/1.1" 200 826 0.009648
10.0.0.33 - - [2026-06-08 03:41:54] "POST /id-to-fqname HTTP/1.1" 200 220 0.001467
10.0.0.33 - - [2026-06-08 03:41:54] "GET /virtual-network/92ff2438-083c-4846-8246-48980f5660c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006091
10.0.0.33 - - [2026-06-08 03:41:54] "GET /virtual-network/92ff2438-083c-4846-8246-48980f5660c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006498
10.0.0.33 - - [2026-06-08 03:41:54] "POST /neutron/subnet HTTP/1.1" 200 734 0.011318
10.0.0.33 - - [2026-06-08 03:41:54] "POST /id-to-fqname HTTP/1.1" 200 220 0.001766
10.0.0.249 - - [2026-06-08 03:41:54] "POST /ref-update HTTP/1.1" 200 156 0.025185
10.0.0.27 - - [2026-06-08 03:41:55] "GET /projects?obj_uuids=978748fa-f883-467c-ac63-dc5108e2fb5f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001393
10.0.0.33 - - [2026-06-08 03:41:55] "GET /project/978748fa-f883-467c-ac63-dc5108e2fb5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.077271
10.0.0.33 - - [2026-06-08 03:41:55] "POST /neutron/network HTTP/1.1" 200 826 0.010661
10.0.0.33 - - [2026-06-08 03:41:56] "POST /neutron/port HTTP/1.1" 200 117 0.007602
10.0.0.33 - - [2026-06-08 03:41:56] "POST /neutron/port HTTP/1.1" 200 1062 0.022364
10.0.0.33 - - [2026-06-08 03:41:56] "POST /neutron/port HTTP/1.1" 200 1126 0.025135
10.0.0.33 - - [2026-06-08 03:41:57] "POST /neutron/port HTTP/1.1" 200 117 0.001663
10.0.0.33 - - [2026-06-08 03:42:01] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009397
10.0.0.33 - - [2026-06-08 03:42:01] "POST /neutron/port HTTP/1.1" 200 1126 0.027603
10.0.0.33 - - [2026-06-08 03:42:01] "GET /virtual-machine/68b6f65b-3431-40bb-a716-592575dca20a HTTP/1.1" 200 1292 0.007971
10.0.0.33 - - [2026-06-08 03:42:01] "GET /virtual-machine-interface/63e882ba-70c4-4d47-9b48-0f61cad08885 HTTP/1.1" 200 2941 0.006515
10.0.0.33 - - [2026-06-08 03:42:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004364
10.0.0.33 - - [2026-06-08 03:42:01] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004831
10.0.0.33 - - [2026-06-08 03:42:01] "GET /virtual-networks?parent_id=978748fa-f883-467c-ac63-dc5108e2fb5f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004292
10.0.0.33 - - [2026-06-08 03:42:01] "GET /virtual-network/92ff2438-083c-4846-8246-48980f5660c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006736
10.0.0.33 - - [2026-06-08 03:42:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004517
10.0.0.33 - - [2026-06-08 03:42:04] "GET /virtual-network/92ff2438-083c-4846-8246-48980f5660c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.007752
10.0.0.33 - - [2026-06-08 03:42:07] "POST /neutron/security_group HTTP/1.1" 200 2058 0.011189
10.0.0.33 - - [2026-06-08 03:42:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.013429
10.0.0.33 - - [2026-06-08 03:42:08] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.013538
10.0.0.33 - - [2026-06-08 03:42:08] "GET /virtual-networks?parent_id=978748fa-f883-467c-ac63-dc5108e2fb5f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.005659
10.0.0.33 - - [2026-06-08 03:42:08] "GET /virtual-network/92ff2438-083c-4846-8246-48980f5660c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.009150
10.0.0.33 - - [2026-06-08 03:42:15] "POST /neutron/network HTTP/1.1" 200 826 0.009132
10.0.0.33 - - [2026-06-08 03:42:15] "POST /neutron/port HTTP/1.1" 200 1116 0.023277
10.0.0.27 - - [2026-06-08 03:42:17] "POST /useragent-kv HTTP/1.1" 200 115 0.004384
10.0.0.27 - - [2026-06-08 03:42:17] "POST /useragent-kv HTTP/1.1" 200 115 0.004723
10.0.0.33 - - [2026-06-08 03:42:17] "POST /neutron/network HTTP/1.1" 200 151 0.162363
10.0.0.33 - - [2026-06-08 03:42:19] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.005385
10.0.0.33 - - [2026-06-08 03:42:19] "POST /network-ipams HTTP/1.1" 200 541 0.049647
10.0.0.33 - - [2026-06-08 03:42:20] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 764 0.005874
10.0.0.33 - - [2026-06-08 03:42:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004833
10.0.0.33 - - [2026-06-08 03:42:20] "GET /network-ipam/ea3ad80a-a8db-434d-aa3e-8db6781c765c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1330 0.009500
10.0.0.33 - - [2026-06-08 03:42:20] "PUT /network-ipam/ea3ad80a-a8db-434d-aa3e-8db6781c765c HTTP/1.1" 200 258 0.019277
10.0.0.33 - - [2026-06-08 03:42:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005045
10.0.0.27 - - [2026-06-08 03:42:20] "GET /projects?obj_uuids=978748fa-f883-467c-ac63-dc5108e2fb5f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001403
10.0.0.33 - - [2026-06-08 03:42:20] "GET /project/978748fa-f883-467c-ac63-dc5108e2fb5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.075300
10.0.0.249 - - [2026-06-08 03:42:20] "POST /route-targets HTTP/1.1" 200 327 0.018995
10.0.0.27 - - [2026-06-08 03:42:20] "POST /useragent-kv HTTP/1.1" 200 115 0.015395
10.0.0.33 - - [2026-06-08 03:42:20] "POST /neutron/subnet HTTP/1.1" 200 699 0.239006
10.0.0.33 - - [2026-06-08 03:42:21] "POST /id-to-fqname HTTP/1.1" 200 220 0.001817
10.0.0.33 - - [2026-06-08 03:42:21] "GET /virtual-network/cdb712a0-807c-403b-b43d-2dc47288b63e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.008095
10.0.0.33 - - [2026-06-08 03:42:21] "POST /neutron/network HTTP/1.1" 200 994 0.009837
10.0.0.33 - - [2026-06-08 03:42:21] "GET /virtual-network/cdb712a0-807c-403b-b43d-2dc47288b63e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.006809
10.0.0.33 - - [2026-06-08 03:42:21] "POST /neutron/subnet HTTP/1.1" 200 699 0.009365
10.0.0.33 - - [2026-06-08 03:42:21] "POST /neutron/subnet HTTP/1.1" 200 699 0.011897
10.0.0.33 - - [2026-06-08 03:42:21] "POST /id-to-fqname HTTP/1.1" 200 220 0.001396
10.0.0.33 - - [2026-06-08 03:42:21] "POST /neutron/port HTTP/1.1" 200 4190 0.036619
10.0.0.33 - - [2026-06-08 03:42:22] "POST /neutron/network HTTP/1.1" 200 994 0.013220
10.0.0.33 - - [2026-06-08 03:42:22] "POST /neutron/port HTTP/1.1" 200 4190 0.047154
10.0.0.33 - - [2026-06-08 03:42:22] "POST /id-to-fqname HTTP/1.1" 200 220 0.001537
10.0.0.33 - - [2026-06-08 03:42:22] "POST /neutron/port HTTP/1.1" 200 1017 0.017809
10.0.0.33 - - [2026-06-08 03:42:22] "POST /neutron/port HTTP/1.1" 200 1017 0.016234
10.0.0.33 - - [2026-06-08 03:42:22] "POST /neutron/port HTTP/1.1" 200 1017 0.021785
10.0.0.33 - - [2026-06-08 03:42:23] "POST /id-to-fqname HTTP/1.1" 200 220 0.002106
10.0.0.33 - - [2026-06-08 03:42:23] "POST /neutron/port HTTP/1.1" 200 1109 0.174164
10.0.0.33 - - [2026-06-08 03:42:23] "POST /neutron/port HTTP/1.1" 200 1119 0.026035
10.0.0.33 - - [2026-06-08 03:42:23] "POST /neutron/subnet HTTP/1.1" 200 673 0.012579
10.0.0.33 - - [2026-06-08 03:42:23] "POST /neutron/security_group HTTP/1.1" 200 2058 0.018751
10.0.0.33 - - [2026-06-08 03:42:23] "POST /neutron/network HTTP/1.1" 200 1004 0.010771
10.0.0.33 - - [2026-06-08 03:42:23] "POST /neutron/port HTTP/1.1" 200 1109 0.148587
10.0.0.33 - - [2026-06-08 03:42:23] "POST /neutron/subnet HTTP/1.1" 200 673 0.011364
10.0.0.27 - - [2026-06-08 03:42:24] "GET /projects?obj_uuids=978748fa-f883-467c-ac63-dc5108e2fb5f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001673
10.0.0.33 - - [2026-06-08 03:42:24] "GET /project/978748fa-f883-467c-ac63-dc5108e2fb5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.102562
10.0.0.33 - - [2026-06-08 03:42:24] "POST /neutron/network HTTP/1.1" 200 994 0.012621
10.0.0.33 - - [2026-06-08 03:42:24] "POST /neutron/port HTTP/1.1" 200 117 0.007710
10.0.0.33 - - [2026-06-08 03:42:24] "GET /virtual-network/cdb712a0-807c-403b-b43d-2dc47288b63e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.010192
10.0.0.33 - - [2026-06-08 03:42:25] "POST /neutron/port HTTP/1.1" 200 1055 0.034013
10.0.0.33 - - [2026-06-08 03:42:25] "POST /neutron/port HTTP/1.1" 200 1119 0.025576
10.0.0.33 - - [2026-06-08 03:42:25] "POST /neutron/port HTTP/1.1" 200 117 0.002166
10.0.0.27 - - [2026-06-08 03:42:26] "GET /obj-perms HTTP/1.1" 200 5030 0.099038
10.0.0.33 - - [2026-06-08 03:42:26] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008322
10.0.0.33 - - [2026-06-08 03:42:26] "POST /neutron/port HTTP/1.1" 200 1119 0.020746
10.0.0.33 - - [2026-06-08 03:42:26] "GET /virtual-machine/cdd9fb21-758b-4017-bc8b-e2bee2200aad HTTP/1.1" 200 1289 0.009571
10.0.0.33 - - [2026-06-08 03:42:26] "GET /virtual-machine-interface/014ace64-14a6-459b-82a4-5784c3d202da HTTP/1.1" 200 2938 0.008126
10.0.0.33 - - [2026-06-08 03:42:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003995
10.0.0.33 - - [2026-06-08 03:42:26] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004138
10.0.0.33 - - [2026-06-08 03:42:26] "GET /virtual-networks?parent_id=978748fa-f883-467c-ac63-dc5108e2fb5f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002946
10.0.0.33 - - [2026-06-08 03:42:26] "GET /virtual-network/cdb712a0-807c-403b-b43d-2dc47288b63e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.006439
10.0.0.33 - - [2026-06-08 03:42:29] "GET /obj-perms HTTP/1.1" 200 5056 0.055620
10.0.0.33 - - [2026-06-08 03:42:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004726
10.0.0.33 - - [2026-06-08 03:42:30] "GET /virtual-network/cdb712a0-807c-403b-b43d-2dc47288b63e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.005844
10.0.0.33 - - [2026-06-08 03:42:33] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008451
10.0.0.33 - - [2026-06-08 03:42:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004089
10.0.0.33 - - [2026-06-08 03:42:34] "GET /virtual-network/cdb712a0-807c-403b-b43d-2dc47288b63e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.006077
10.0.0.33 - - [2026-06-08 03:42:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.005886
10.0.0.33 - - [2026-06-08 03:42:36] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004463
10.0.0.33 - - [2026-06-08 03:42:36] "GET /virtual-networks?parent_id=978748fa-f883-467c-ac63-dc5108e2fb5f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.005453
10.0.0.33 - - [2026-06-08 03:42:36] "GET /virtual-network/cdb712a0-807c-403b-b43d-2dc47288b63e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.008897
10.0.0.33 - - [2026-06-08 03:42:36] "POST /neutron/port HTTP/1.1" 200 1119 0.021190
10.0.0.33 - - [2026-06-08 03:42:36] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008857
10.0.0.33 - - [2026-06-08 03:42:36] "GET /virtual-machine/0260040a-fff3-4cb5-ae0c-9ed354a29018 HTTP/1.1" 200 1287 0.008246
10.0.0.33 - - [2026-06-08 03:42:36] "GET /virtual-machine-interface/b0321e12-b8b9-4847-b403-8936c8c52b17 HTTP/1.1" 200 2942 0.007556
10.0.0.33 - - [2026-06-08 03:42:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004877
10.0.0.33 - - [2026-06-08 03:42:36] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005191
10.0.0.33 - - [2026-06-08 03:42:36] "GET /virtual-networks?parent_id=978748fa-f883-467c-ac63-dc5108e2fb5f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004233
10.0.0.33 - - [2026-06-08 03:42:36] "GET /virtual-network/cdb712a0-807c-403b-b43d-2dc47288b63e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.006382
10.0.0.33 - - [2026-06-08 03:42:36] "POST /neutron/port HTTP/1.1" 200 1119 0.019708
10.0.0.249 - - [2026-06-08 03:42:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000613
10.0.0.249 - - [2026-06-08 03:42:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000419
10.0.0.249 - - [2026-06-08 03:42:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000452
10.0.0.249 - - [2026-06-08 03:42:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000538
10.0.0.33 - - [2026-06-08 03:42:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000603
10.0.0.33 - - [2026-06-08 03:42:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000711
10.0.0.27 - - [2026-06-08 03:42:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000443
10.0.0.33 - - [2026-06-08 03:42:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004287
10.0.0.33 - - [2026-06-08 03:42:37] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007043
10.0.0.33 - - [2026-06-08 03:42:37] "GET /virtual-networks?parent_id=978748fa-f883-467c-ac63-dc5108e2fb5f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.005450
10.0.0.27 - - [2026-06-08 03:42:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000469
10.0.0.33 - - [2026-06-08 03:42:38] "GET /virtual-network/cdb712a0-807c-403b-b43d-2dc47288b63e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.010935
10.0.0.33 - - [2026-06-08 03:42:38] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010002
10.0.0.33 - - [2026-06-08 03:42:38] "POST /neutron/port HTTP/1.1" 200 1119 0.030253
10.0.0.33 - - [2026-06-08 03:42:38] "GET /virtual-machine/67055c14-084e-4ca0-b253-b552107901f2 HTTP/1.1" 200 1292 0.018797
10.0.0.33 - - [2026-06-08 03:42:38] "GET /virtual-machine-interface/b3972024-e3a2-4897-9475-6b10ade15a18 HTTP/1.1" 200 2942 0.006487
10.0.0.33 - - [2026-06-08 03:42:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004766
10.0.0.33 - - [2026-06-08 03:42:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000698
10.0.0.33 - - [2026-06-08 03:42:38] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005637
10.0.0.33 - - [2026-06-08 03:42:38] "GET /virtual-networks?parent_id=978748fa-f883-467c-ac63-dc5108e2fb5f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004636
10.0.0.33 - - [2026-06-08 03:42:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000435
10.0.0.33 - - [2026-06-08 03:42:38] "GET /virtual-network/cdb712a0-807c-403b-b43d-2dc47288b63e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.009712
10.0.0.27 - - [2026-06-08 03:42:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000592
10.0.0.27 - - [2026-06-08 03:42:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000754
10.0.0.33 - - [2026-06-08 03:42:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004345
10.0.0.33 - - [2026-06-08 03:42:39] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005236
10.0.0.33 - - [2026-06-08 03:42:39] "GET /virtual-networks?parent_id=978748fa-f883-467c-ac63-dc5108e2fb5f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004049
10.0.0.33 - - [2026-06-08 03:42:39] "GET /virtual-network/cdb712a0-807c-403b-b43d-2dc47288b63e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.008634
10.0.0.33 - - [2026-06-08 03:42:49] "POST /neutron/port HTTP/1.1" 200 1216 0.021159
10.0.0.33 - - [2026-06-08 03:42:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005510
10.0.0.33 - - [2026-06-08 03:42:49] "POST /neutron/port HTTP/1.1" 200 117 0.001518
10.0.0.33 - - [2026-06-08 03:42:50] "POST /neutron/port HTTP/1.1" 200 1216 0.023430
10.0.0.33 - - [2026-06-08 03:42:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006451
10.0.0.33 - - [2026-06-08 03:42:50] "POST /neutron/port HTTP/1.1" 200 117 0.002587
10.0.0.33 - - [2026-06-08 03:42:55] "POST /neutron/port HTTP/1.1" 200 1109 0.021124
10.0.0.33 - - [2026-06-08 03:42:56] "POST /neutron/port HTTP/1.1" 200 1109 0.026104
10.0.0.33 - - [2026-06-08 03:42:56] "POST /neutron/port HTTP/1.1" 200 1109 0.031066
10.0.0.33 - - [2026-06-08 03:42:56] "POST /neutron/network HTTP/1.1" 400 204 0.028243
10.0.0.249 - - [2026-06-08 03:42:58] "DELETE /route-target/67ea0006-bf9c-498a-a8c7-8dee6fc61ab1 HTTP/1.1" 200 115 0.073023
10.0.0.33 - - [2026-06-08 03:42:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.006383
10.0.0.33 - - [2026-06-08 03:42:58] "DELETE /network-ipam/ea3ad80a-a8db-434d-aa3e-8db6781c765c HTTP/1.1" 200 115 0.063939
10.0.0.33 - - [2026-06-08 03:42:58] "POST /fqname-to-id HTTP/1.1" 404 211 0.014027
10.0.0.27 - - [2026-06-08 03:43:00] "GET /projects?obj_uuids=978748fa-f883-467c-ac63-dc5108e2fb5f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.031479
10.0.0.33 - - [2026-06-08 03:43:00] "GET /project/978748fa-f883-467c-ac63-dc5108e2fb5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.124994
10.0.0.27 - - [2026-06-08 03:43:00] "GET /projects?obj_uuids=978748fa-f883-467c-ac63-dc5108e2fb5f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001741
10.0.0.33 - - [2026-06-08 03:43:00] "GET /project/978748fa-f883-467c-ac63-dc5108e2fb5f?fields=virtual_networks HTTP/1.1" 200 1033 0.065627
10.0.0.27 - - [2026-06-08 03:43:00] "GET /projects?obj_uuids=978748fa-f883-467c-ac63-dc5108e2fb5f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001370
10.0.0.33 - - [2026-06-08 03:43:00] "GET /project/978748fa-f883-467c-ac63-dc5108e2fb5f?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.058853
10.0.0.27 - - [2026-06-08 03:43:00] "GET /projects?obj_uuids=978748fa-f883-467c-ac63-dc5108e2fb5f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001657
10.0.0.33 - - [2026-06-08 03:43:00] "GET /project/978748fa-f883-467c-ac63-dc5108e2fb5f?fields=security_groups HTTP/1.1" 200 1259 0.062406
10.0.0.33 - - [2026-06-08 03:43:00] "POST /neutron/port HTTP/1.1" 200 117 0.009996
10.0.0.33 - - [2026-06-08 03:43:01] "POST /neutron/port HTTP/1.1" 400 205 0.004925
10.0.0.33 - - [2026-06-08 03:43:01] "POST /fqname-to-id HTTP/1.1" 404 196 0.033243
10.0.0.27 - - [2026-06-08 03:43:01] "GET /projects?obj_uuids=c2840f75-321f-4ba8-83db-0633c31914b9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.006930
10.0.0.27 - - [2026-06-08 03:43:01] "GET /domains?obj_uuids=2441b78a-01cc-4005-9aa7-6b434eb6fb41&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001823
10.0.0.27 - - [2026-06-08 03:43:01] "GET /domain/2441b78a-01cc-4005-9aa7-6b434eb6fb41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.058434
10.0.0.27 - - [2026-06-08 03:43:02] "POST /id-to-fqname HTTP/1.1" 200 198 0.010126
10.0.0.27 - - [2026-06-08 03:43:02] "POST /fqname-to-id HTTP/1.1" 404 207 0.007964
10.0.0.27 - - [2026-06-08 03:43:02] "POST /security-groups HTTP/1.1" 200 599 0.042884
10.0.0.27 - - [2026-06-08 03:43:02] "POST /projects HTTP/1.1" 200 601 0.340075
10.0.0.27 - - [2026-06-08 03:43:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.376533
10.0.0.249 - - [2026-06-08 03:43:02] "POST /fqname-to-id HTTP/1.1" 404 241 0.016092
10.0.0.33 - - [2026-06-08 03:43:02] "GET /project/c2840f75-321f-4ba8-83db-0633c31914b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.612815
10.0.0.33 - - [2026-06-08 03:43:03] "GET / HTTP/1.1" 200 35931 0.003814
10.0.0.33 - - [2026-06-08 03:43:05] "POST /fqname-to-id HTTP/1.1" 401 292 0.000740
10.0.0.33 - - [2026-06-08 03:43:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.063317
10.0.0.27 - - [2026-06-08 03:43:05] "GET /projects?obj_uuids=c2840f75-321f-4ba8-83db-0633c31914b9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001674
10.0.0.33 - - [2026-06-08 03:43:05] "GET /project/c2840f75-321f-4ba8-83db-0633c31914b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.072852
10.0.0.249 - - [2026-06-08 03:43:06] "POST /ref-update HTTP/1.1" 200 156 0.032182
10.0.0.27 - - [2026-06-08 03:43:06] "POST /useragent-kv HTTP/1.1" 200 115 0.011252
10.0.0.33 - - [2026-06-08 03:43:06] "POST /neutron/subnet HTTP/1.1" 200 828 0.297733
10.0.0.249 - - [2026-06-08 03:43:06] "POST /fqname-to-id HTTP/1.1" 404 207 0.080631
10.0.0.33 - - [2026-06-08 03:43:06] "POST /id-to-fqname HTTP/1.1" 200 228 0.002001
10.0.0.33 - - [2026-06-08 03:43:06] "GET /virtual-network/82874995-9967-47e5-894f-d0158d3ccacc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.010759
10.0.0.33 - - [2026-06-08 03:43:06] "POST /neutron/network HTTP/1.1" 200 1006 0.016039
10.0.0.33 - - [2026-06-08 03:43:06] "GET /virtual-network/82874995-9967-47e5-894f-d0158d3ccacc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.007960
10.0.0.33 - - [2026-06-08 03:43:06] "POST /neutron/subnet HTTP/1.1" 200 724 0.013353
10.0.0.33 - - [2026-06-08 03:43:07] "GET /virtual-network/82874995-9967-47e5-894f-d0158d3ccacc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.008480
10.0.0.33 - - [2026-06-08 03:43:08] "POST /id-to-fqname HTTP/1.1" 200 228 0.002083
10.0.0.27 - - [2026-06-08 03:43:09] "GET /projects?obj_uuids=c2840f75-321f-4ba8-83db-0633c31914b9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001640
10.0.0.33 - - [2026-06-08 03:43:09] "GET /project/c2840f75-321f-4ba8-83db-0633c31914b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.103348
10.0.0.33 - - [2026-06-08 03:43:09] "POST /neutron/network HTTP/1.1" 200 1006 0.061882
10.0.0.33 - - [2026-06-08 03:43:10] "POST /id-to-fqname HTTP/1.1" 200 228 0.001960
10.0.0.33 - - [2026-06-08 03:43:10] "POST /neutron/port HTTP/1.1" 200 4190 0.050551
10.0.0.27 - - [2026-06-08 03:43:10] "GET /projects?obj_uuids=c2840f75-321f-4ba8-83db-0633c31914b9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002039
10.0.0.33 - - [2026-06-08 03:43:11] "POST /neutron/port HTTP/1.1" 200 1175 0.571422
10.0.0.33 - - [2026-06-08 03:43:11] "POST /neutron/port HTTP/1.1" 200 1229 0.185803
10.0.0.27 - - [2026-06-08 03:43:11] "GET /projects?obj_uuids=c2840f75-321f-4ba8-83db-0633c31914b9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001538
10.0.0.33 - - [2026-06-08 03:43:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006613
10.0.0.33 - - [2026-06-08 03:43:11] "GET /project/c2840f75-321f-4ba8-83db-0633c31914b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.131053
10.0.0.33 - - [2026-06-08 03:43:11] "POST /neutron/port HTTP/1.1" 200 117 0.001995
10.0.0.33 - - [2026-06-08 03:43:12] "POST /neutron/port HTTP/1.1" 200 5275 0.078322
10.0.0.33 - - [2026-06-08 03:43:12] "POST /id-to-fqname HTTP/1.1" 200 228 0.002202
10.0.0.33 - - [2026-06-08 03:43:12] "POST /neutron/port HTTP/1.1" 200 5275 0.071249
10.0.0.33 - - [2026-06-08 03:43:12] "POST /neutron/network HTTP/1.1" 200 1016 0.009860
10.0.0.33 - - [2026-06-08 03:43:13] "POST /neutron/port HTTP/1.1" 200 1175 0.037099
10.0.0.33 - - [2026-06-08 03:43:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004566
10.0.0.33 - - [2026-06-08 03:43:13] "POST /neutron/port HTTP/1.1" 200 117 0.001497
10.0.0.27 - - [2026-06-08 03:43:13] "GET /projects?obj_uuids=c2840f75-321f-4ba8-83db-0633c31914b9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001318
10.0.0.33 - - [2026-06-08 03:43:13] "GET /project/c2840f75-321f-4ba8-83db-0633c31914b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.089835
10.0.0.33 - - [2026-06-08 03:43:13] "POST /neutron/network HTTP/1.1" 200 1006 0.014090
10.0.0.33 - - [2026-06-08 03:43:13] "POST /neutron/port HTTP/1.1" 200 117 0.010372
10.0.0.33 - - [2026-06-08 03:43:13] "POST /id-to-fqname HTTP/1.1" 200 228 0.001559
10.0.0.33 - - [2026-06-08 03:43:14] "POST /neutron/network HTTP/1.1" 200 1016 0.008090
10.0.0.33 - - [2026-06-08 03:43:14] "POST /neutron/port HTTP/1.1" 200 1175 0.029819
10.0.0.33 - - [2026-06-08 03:43:14] "POST /neutron/port HTTP/1.1" 200 1239 0.027433
10.0.0.27 - - [2026-06-08 03:43:14] "GET /projects?obj_uuids=c2840f75-321f-4ba8-83db-0633c31914b9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001950
10.0.0.33 - - [2026-06-08 03:43:14] "POST /neutron/subnet HTTP/1.1" 200 1384 0.021276
10.0.0.33 - - [2026-06-08 03:43:15] "GET /project/c2840f75-321f-4ba8-83db-0633c31914b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.094561
10.0.0.33 - - [2026-06-08 03:43:15] "POST /neutron/port HTTP/1.1" 200 117 0.002224
10.0.0.33 - - [2026-06-08 03:43:15] "POST /neutron/security_group HTTP/1.1" 200 2066 0.014164
10.0.0.33 - - [2026-06-08 03:43:15] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009496
10.0.0.33 - - [2026-06-08 03:43:15] "POST /neutron/port HTTP/1.1" 200 1239 0.032619
10.0.0.33 - - [2026-06-08 03:43:15] "GET /virtual-machine/ad4c62ce-8e25-4d3c-9df0-4035f6a08a2d HTTP/1.1" 401 292 0.000698
10.0.0.27 - - [2026-06-08 03:43:15] "GET /projects?obj_uuids=c2840f75-321f-4ba8-83db-0633c31914b9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001281
10.0.0.33 - - [2026-06-08 03:43:16] "POST /neutron/port HTTP/1.1" 200 1175 0.445057
10.0.0.33 - - [2026-06-08 03:43:16] "GET /virtual-machine/ad4c62ce-8e25-4d3c-9df0-4035f6a08a2d HTTP/1.1" 200 1301 0.070113
10.0.0.33 - - [2026-06-08 03:43:16] "GET /virtual-machine-interface/71b2da53-1458-4cfe-b46f-2fcad36f6cea HTTP/1.1" 200 3175 0.008739
10.0.0.33 - - [2026-06-08 03:43:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.006746
10.0.0.33 - - [2026-06-08 03:43:16] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004988
10.0.0.33 - - [2026-06-08 03:43:16] "GET /virtual-networks?parent_id=c2840f75-321f-4ba8-83db-0633c31914b9&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003664
10.0.0.33 - - [2026-06-08 03:43:16] "GET /virtual-network/82874995-9967-47e5-894f-d0158d3ccacc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.007052
10.0.0.33 - - [2026-06-08 03:43:16] "POST /neutron/port HTTP/1.1" 200 1229 0.159494
10.0.0.33 - - [2026-06-08 03:43:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004764
10.0.0.33 - - [2026-06-08 03:43:16] "POST /neutron/port HTTP/1.1" 200 117 0.001358
10.0.0.33 - - [2026-06-08 03:43:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004798
10.0.0.33 - - [2026-06-08 03:43:19] "GET /virtual-network/82874995-9967-47e5-894f-d0158d3ccacc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.007687
10.0.0.33 - - [2026-06-08 03:43:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004115
10.0.0.33 - - [2026-06-08 03:43:23] "GET /virtual-network/82874995-9967-47e5-894f-d0158d3ccacc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005873
10.0.0.33 - - [2026-06-08 03:43:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004366
10.0.0.33 - - [2026-06-08 03:43:27] "GET /virtual-network/82874995-9967-47e5-894f-d0158d3ccacc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006863
10.0.0.249 - - [2026-06-08 03:43:30] "GET /obj-perms HTTP/1.1" 200 5056 0.057940
10.0.0.27 - - [2026-06-08 03:43:30] "GET /obj-perms HTTP/1.1" 200 5056 0.056588
10.0.0.33 - - [2026-06-08 03:43:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003797
10.0.0.33 - - [2026-06-08 03:43:31] "GET /virtual-network/82874995-9967-47e5-894f-d0158d3ccacc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005925
10.0.0.33 - - [2026-06-08 03:43:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004221
10.0.0.33 - - [2026-06-08 03:43:35] "GET /virtual-network/82874995-9967-47e5-894f-d0158d3ccacc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.007737
10.0.0.27 - - [2026-06-08 03:43:38] "DELETE /project/c2840f75321f4ba883db0633c31914b9 HTTP/1.1" 404 173 0.006749
10.0.0.27 - - [2026-06-08 03:43:38] "GET /projects?obj_uuids=978748fa-f883-467c-ac63-dc5108e2fb5f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000971
10.0.0.27 - - [2026-06-08 03:43:38] "GET /project/978748fa-f883-467c-ac63-dc5108e2fb5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.078548
10.0.0.27 - - [2026-06-08 03:43:38] "GET /projects?obj_uuids=978748fa-f883-467c-ac63-dc5108e2fb5f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001603
10.0.0.27 - - [2026-06-08 03:43:38] "GET /project/978748fa-f883-467c-ac63-dc5108e2fb5f?fields=security_groups HTTP/1.1" 200 1103 0.062383
10.0.0.27 - - [2026-06-08 03:43:38] "GET /projects?obj_uuids=978748fa-f883-467c-ac63-dc5108e2fb5f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001560
10.0.0.27 - - [2026-06-08 03:43:38] "GET /project/978748fa-f883-467c-ac63-dc5108e2fb5f?fields=application_policy_sets HTTP/1.1" 200 1403 0.079498
10.0.0.27 - - [2026-06-08 03:43:38] "DELETE /project/978748fa-f883-467c-ac63-dc5108e2fb5f HTTP/1.1" 404 190 0.443238
10.0.0.33 - - [2026-06-08 03:43:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.005202
10.0.0.33 - - [2026-06-08 03:43:39] "GET /virtual-network/82874995-9967-47e5-894f-d0158d3ccacc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.009126
10.0.0.33 - - [2026-06-08 03:43:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.005875
10.0.0.33 - - [2026-06-08 03:43:43] "GET /virtual-network/82874995-9967-47e5-894f-d0158d3ccacc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.008388
10.0.0.33 - - [2026-06-08 03:43:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004748
10.0.0.33 - - [2026-06-08 03:43:48] "GET /virtual-network/82874995-9967-47e5-894f-d0158d3ccacc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.007617
10.0.0.33 - - [2026-06-08 03:43:51] "POST /neutron/port HTTP/1.1" 200 1109 0.030447
10.0.0.33 - - [2026-06-08 03:43:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005203
10.0.0.33 - - [2026-06-08 03:43:51] "POST /neutron/network HTTP/1.1" 200 929 0.011076
10.0.0.33 - - [2026-06-08 03:43:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.033775
10.0.0.33 - - [2026-06-08 03:43:51] "POST /neutron/network HTTP/1.1" 200 929 0.009998
10.0.0.33 - - [2026-06-08 03:43:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004839
10.0.0.33 - - [2026-06-08 03:43:52] "GET /virtual-network/82874995-9967-47e5-894f-d0158d3ccacc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.008137
10.0.0.33 - - [2026-06-08 03:43:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004909
10.0.0.33 - - [2026-06-08 03:43:56] "GET /virtual-network/82874995-9967-47e5-894f-d0158d3ccacc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.008443
10.0.0.33 - - [2026-06-08 03:44:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003943
10.0.0.33 - - [2026-06-08 03:44:00] "GET /virtual-network/82874995-9967-47e5-894f-d0158d3ccacc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.007395
10.0.0.33 - - [2026-06-08 03:44:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005074
10.0.0.33 - - [2026-06-08 03:44:04] "GET /virtual-network/82874995-9967-47e5-894f-d0158d3ccacc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.007726
10.0.0.33 - - [2026-06-08 03:44:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003513
10.0.0.33 - - [2026-06-08 03:44:08] "GET /virtual-network/82874995-9967-47e5-894f-d0158d3ccacc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.009369
10.0.0.33 - - [2026-06-08 03:44:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005094
10.0.0.33 - - [2026-06-08 03:44:12] "GET /virtual-network/82874995-9967-47e5-894f-d0158d3ccacc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.007891
10.0.0.33 - - [2026-06-08 03:44:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.007626
10.0.0.33 - - [2026-06-08 03:44:16] "GET /virtual-network/82874995-9967-47e5-894f-d0158d3ccacc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.007791
10.0.0.33 - - [2026-06-08 03:44:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003832
10.0.0.33 - - [2026-06-08 03:44:20] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005987
10.0.0.33 - - [2026-06-08 03:44:20] "GET /virtual-networks?parent_id=c2840f75-321f-4ba8-83db-0633c31914b9&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.004501
10.0.0.33 - - [2026-06-08 03:44:20] "GET /virtual-network/82874995-9967-47e5-894f-d0158d3ccacc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.012717
10.0.0.33 - - [2026-06-08 03:44:26] "POST /neutron/port HTTP/1.1" 200 1239 0.029948
10.0.0.33 - - [2026-06-08 03:44:29] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007675
10.0.0.33 - - [2026-06-08 03:44:33] "POST /neutron/port HTTP/1.1" 200 1239 0.026632
10.0.0.33 - - [2026-06-08 03:44:34] "POST /neutron/security_group HTTP/1.1" 200 2066 0.011030
10.0.0.33 - - [2026-06-08 03:44:36] "POST /neutron/port HTTP/1.1" 200 1239 0.021429
10.0.0.33 - - [2026-06-08 03:44:41] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008863
10.0.0.33 - - [2026-06-08 03:44:47] "POST /neutron/port HTTP/1.1" 200 1239 0.042316
10.0.0.33 - - [2026-06-08 03:44:47] "POST /neutron/security_group HTTP/1.1" 200 2066 0.013575
10.0.0.33 - - [2026-06-08 03:44:47] "GET /virtual-machine/105a899b-7f24-483c-9542-4b8e0e2e4c9f HTTP/1.1" 200 1300 0.009186
10.0.0.33 - - [2026-06-08 03:44:47] "GET /virtual-machine-interface/23ec8237-8261-4913-8893-d648d8738c7f HTTP/1.1" 200 3174 0.008665
10.0.0.33 - - [2026-06-08 03:44:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.009844
10.0.0.33 - - [2026-06-08 03:44:47] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006552
10.0.0.33 - - [2026-06-08 03:44:47] "GET /virtual-networks?parent_id=c2840f75-321f-4ba8-83db-0633c31914b9&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.004595
10.0.0.33 - - [2026-06-08 03:44:47] "GET /virtual-network/82874995-9967-47e5-894f-d0158d3ccacc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.009880
10.0.0.33 - - [2026-06-08 03:44:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003986
10.0.0.33 - - [2026-06-08 03:44:48] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004416
10.0.0.33 - - [2026-06-08 03:44:48] "GET /virtual-networks?parent_id=c2840f75-321f-4ba8-83db-0633c31914b9&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003922
10.0.0.33 - - [2026-06-08 03:44:48] "GET /virtual-network/82874995-9967-47e5-894f-d0158d3ccacc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006546
10.0.0.33 - - [2026-06-08 03:44:48] "POST /neutron/port HTTP/1.1" 200 1239 0.023643
10.0.0.33 - - [2026-06-08 03:44:49] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010936
10.0.0.33 - - [2026-06-08 03:44:49] "GET /virtual-machine/fc6c79ff-9410-4f37-b76a-c09cec42a698 HTTP/1.1" 200 1301 0.008028
10.0.0.33 - - [2026-06-08 03:44:49] "GET /virtual-machine-interface/79395e89-c185-4631-8cc4-8dde2839f8e0 HTTP/1.1" 200 3175 0.007959
10.0.0.33 - - [2026-06-08 03:44:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004526
10.0.0.33 - - [2026-06-08 03:44:49] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005723
10.0.0.33 - - [2026-06-08 03:44:49] "GET /virtual-networks?parent_id=c2840f75-321f-4ba8-83db-0633c31914b9&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.004284
10.0.0.33 - - [2026-06-08 03:44:49] "GET /virtual-network/82874995-9967-47e5-894f-d0158d3ccacc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.008805
10.0.0.33 - - [2026-06-08 03:44:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004063
10.0.0.33 - - [2026-06-08 03:44:50] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005234
10.0.0.33 - - [2026-06-08 03:44:50] "GET /virtual-networks?parent_id=c2840f75-321f-4ba8-83db-0633c31914b9&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003843
10.0.0.33 - - [2026-06-08 03:44:50] "GET /virtual-network/82874995-9967-47e5-894f-d0158d3ccacc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006912
10.0.0.27 - - [2026-06-08 03:45:17] "GET /projects?obj_uuids=c2840f75-321f-4ba8-83db-0633c31914b9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001625
10.0.0.33 - - [2026-06-08 03:45:17] "GET /project/c2840f75-321f-4ba8-83db-0633c31914b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.051327
10.0.0.33 - - [2026-06-08 03:45:17] "POST /fqname-to-id HTTP/1.1" 404 226 0.009788
10.0.0.33 - - [2026-06-08 03:45:17] "POST /interface-route-tables HTTP/1.1" 200 575 0.052823
10.0.0.33 - - [2026-06-08 03:45:17] "GET /interface-route-table/b048fca5-3ee7-4178-86fd-d8a5e14e0da2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1333 0.008897
10.0.0.33 - - [2026-06-08 03:45:17] "GET /virtual-machine-interface/71b2da53-1458-4cfe-b46f-2fcad36f6cea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2760 0.006571
10.0.0.33 - - [2026-06-08 03:45:17] "POST /ref-update HTTP/1.1" 200 156 0.018405
10.0.0.33 - - [2026-06-08 03:45:31] "GET /obj-perms HTTP/1.1" 200 5056 0.075650
10.0.0.33 - - [2026-06-08 03:45:53] "POST /neutron/network HTTP/1.1" 200 1121 0.012846
10.0.0.33 - - [2026-06-08 03:45:53] "POST /neutron/subnet HTTP/1.1" 200 1374 0.022146
10.0.0.33 - - [2026-06-08 03:45:53] "POST /neutron/network HTTP/1.1" 200 1111 0.013982
10.0.0.33 - - [2026-06-08 03:45:54] "POST /neutron/network HTTP/1.1" 200 1121 0.034729
10.0.0.33 - - [2026-06-08 03:45:54] "POST /neutron/subnet HTTP/1.1" 200 1374 0.017629
10.0.0.33 - - [2026-06-08 03:45:54] "POST /neutron/network HTTP/1.1" 200 1111 0.017268
10.0.0.27 - - [2026-06-08 03:46:09] "GET /projects?obj_uuids=c2840f75-321f-4ba8-83db-0633c31914b9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001350
10.0.0.33 - - [2026-06-08 03:46:09] "GET /project/c2840f75-321f-4ba8-83db-0633c31914b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.086927
10.0.0.33 - - [2026-06-08 03:46:09] "POST /fqname-to-id HTTP/1.1" 404 226 0.003933
10.0.0.33 - - [2026-06-08 03:46:09] "POST /interface-route-tables HTTP/1.1" 200 575 0.068739
10.0.0.33 - - [2026-06-08 03:46:09] "GET /interface-route-table/02a8a2b3-85ee-41e4-9adc-5acbfb1461d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1332 0.007763
10.0.0.33 - - [2026-06-08 03:46:09] "GET /virtual-machine-interface/23ec8237-8261-4913-8893-d648d8738c7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2759 0.007075
10.0.0.33 - - [2026-06-08 03:46:09] "POST /ref-update HTTP/1.1" 200 156 0.019372
10.0.0.33 - - [2026-06-08 03:46:11] "GET /virtual-machine-interface/79395e89-c185-4631-8cc4-8dde2839f8e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2760 0.011872
10.0.0.33 - - [2026-06-08 03:46:11] "PUT /virtual-machine-interface/79395e89-c185-4631-8cc4-8dde2839f8e0 HTTP/1.1" 200 284 0.024153
10.0.0.33 - - [2026-06-08 03:46:11] "GET /virtual-machine-interface/71b2da53-1458-4cfe-b46f-2fcad36f6cea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3041 0.013097
10.0.0.33 - - [2026-06-08 03:46:11] "PUT /virtual-machine-interface/71b2da53-1458-4cfe-b46f-2fcad36f6cea HTTP/1.1" 200 284 0.022802
10.0.0.33 - - [2026-06-08 03:46:11] "GET /virtual-machine-interface/23ec8237-8261-4913-8893-d648d8738c7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3040 0.014047
10.0.0.33 - - [2026-06-08 03:46:11] "PUT /virtual-machine-interface/23ec8237-8261-4913-8893-d648d8738c7f HTTP/1.1" 200 284 0.025873
10.0.0.33 - - [2026-06-08 03:46:53] "POST /neutron/network HTTP/1.1" 200 939 0.009300
10.0.0.33 - - [2026-06-08 03:46:53] "POST /neutron/port HTTP/1.1" 200 117 0.001960
10.0.0.33 - - [2026-06-08 03:46:55] "POST /neutron/port HTTP/1.1" 200 1109 0.023095
10.0.0.33 - - [2026-06-08 03:46:55] "POST /neutron/subnet HTTP/1.1" 200 708 0.010719
10.0.0.33 - - [2026-06-08 03:47:05] "POST /neutron/port HTTP/1.1" 200 1239 0.027807
10.0.0.33 - - [2026-06-08 03:47:05] "POST /neutron/security_group HTTP/1.1" 200 2066 0.013566
10.0.0.33 - - [2026-06-08 03:47:06] "GET /virtual-machine/73dcacef-8a70-4f88-af56-99c4610a42c2 HTTP/1.1" 200 1300 0.008854
10.0.0.33 - - [2026-06-08 03:47:06] "GET /virtual-machine-interface/72498a7d-4015-4bbb-b994-032fce3128b4 HTTP/1.1" 200 3175 0.007512
10.0.0.33 - - [2026-06-08 03:47:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.005899
10.0.0.33 - - [2026-06-08 03:47:06] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007374
10.0.0.33 - - [2026-06-08 03:47:06] "GET /virtual-networks?parent_id=c2840f75-321f-4ba8-83db-0633c31914b9&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.007586
10.0.0.33 - - [2026-06-08 03:47:06] "GET /virtual-network/82874995-9967-47e5-894f-d0158d3ccacc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.007446
10.0.0.33 - - [2026-06-08 03:47:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004802
10.0.0.33 - - [2026-06-08 03:47:07] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005526
10.0.0.33 - - [2026-06-08 03:47:07] "GET /virtual-networks?parent_id=c2840f75-321f-4ba8-83db-0633c31914b9&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.004748
10.0.0.33 - - [2026-06-08 03:47:07] "GET /virtual-network/82874995-9967-47e5-894f-d0158d3ccacc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.008203
10.0.0.33 - - [2026-06-08 03:47:07] "GET /virtual-machine-interface/72498a7d-4015-4bbb-b994-032fce3128b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2760 0.006853
10.0.0.33 - - [2026-06-08 03:47:07] "PUT /virtual-machine-interface/72498a7d-4015-4bbb-b994-032fce3128b4 HTTP/1.1" 200 284 0.018563
10.0.0.249 - - [2026-06-08 03:47:33] "GET /obj-perms HTTP/1.1" 200 5056 0.060914
10.0.0.249 - - [2026-06-08 03:47:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000710
10.0.0.249 - - [2026-06-08 03:47:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000535
10.0.0.249 - - [2026-06-08 03:47:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000543
10.0.0.249 - - [2026-06-08 03:47:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000580
10.0.0.33 - - [2026-06-08 03:47:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000407
10.0.0.33 - - [2026-06-08 03:47:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000769
10.0.0.27 - - [2026-06-08 03:47:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000456
10.0.0.27 - - [2026-06-08 03:47:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000450
10.0.0.33 - - [2026-06-08 03:47:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000570
10.0.0.33 - - [2026-06-08 03:47:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000420
10.0.0.27 - - [2026-06-08 03:47:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000431
10.0.0.27 - - [2026-06-08 03:47:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000447
10.0.0.27 - - [2026-06-08 03:47:54] "GET /projects?obj_uuids=c2840f75-321f-4ba8-83db-0633c31914b9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001382
10.0.0.33 - - [2026-06-08 03:47:54] "GET /project/c2840f75-321f-4ba8-83db-0633c31914b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.061267
10.0.0.33 - - [2026-06-08 03:47:54] "POST /fqname-to-id HTTP/1.1" 404 226 0.003622
10.0.0.33 - - [2026-06-08 03:47:54] "POST /interface-route-tables HTTP/1.1" 200 575 0.035397
10.0.0.33 - - [2026-06-08 03:47:54] "GET /interface-route-table/6e632f67-d14e-4734-8c12-4f94efaaa26d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1333 0.008702
10.0.0.33 - - [2026-06-08 03:47:54] "GET /virtual-machine-interface/72498a7d-4015-4bbb-b994-032fce3128b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.007385
10.0.0.33 - - [2026-06-08 03:47:54] "POST /ref-update HTTP/1.1" 200 156 0.020355
10.0.0.33 - - [2026-06-08 03:47:55] "POST /neutron/port HTTP/1.1" 200 1239 0.022049
10.0.0.33 - - [2026-06-08 03:47:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005509
10.0.0.33 - - [2026-06-08 03:47:55] "POST /neutron/port HTTP/1.1" 200 117 0.001766
10.0.0.33 - - [2026-06-08 03:47:56] "POST /neutron/port HTTP/1.1" 200 1239 0.019345
10.0.0.33 - - [2026-06-08 03:47:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004173
10.0.0.33 - - [2026-06-08 03:47:56] "POST /neutron/port HTTP/1.1" 200 117 0.001535
10.0.0.33 - - [2026-06-08 03:47:56] "GET /virtual-machine-interface/71b2da53-1458-4cfe-b46f-2fcad36f6cea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3091 0.008496
10.0.0.33 - - [2026-06-08 03:47:56] "POST /ref-update HTTP/1.1" 200 156 0.021728
10.0.0.33 - - [2026-06-08 03:47:56] "DELETE /interface-route-table/b048fca5-3ee7-4178-86fd-d8a5e14e0da2 HTTP/1.1" 200 115 0.040870
10.0.0.33 - - [2026-06-08 03:47:57] "POST /neutron/port HTTP/1.1" 200 1239 0.033573
10.0.0.33 - - [2026-06-08 03:48:19] "GET /virtual-machine-interface/72498a7d-4015-4bbb-b994-032fce3128b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3091 0.041881
10.0.0.33 - - [2026-06-08 03:48:19] "POST /ref-update HTTP/1.1" 200 156 0.019442
10.0.0.33 - - [2026-06-08 03:48:19] "DELETE /interface-route-table/6e632f67-d14e-4734-8c12-4f94efaaa26d HTTP/1.1" 200 115 0.041685
10.0.0.33 - - [2026-06-08 03:48:19] "GET /virtual-machine-interface/23ec8237-8261-4913-8893-d648d8738c7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3090 0.007504
10.0.0.33 - - [2026-06-08 03:48:19] "POST /ref-update HTTP/1.1" 200 156 0.018297
10.0.0.33 - - [2026-06-08 03:48:19] "DELETE /interface-route-table/02a8a2b3-85ee-41e4-9adc-5acbfb1461d8 HTTP/1.1" 200 115 0.034673
10.0.0.33 - - [2026-06-08 03:48:20] "POST /neutron/network HTTP/1.1" 200 1006 0.038651
10.0.0.33 - - [2026-06-08 03:48:20] "POST /neutron/port HTTP/1.1" 200 1229 0.021778
10.0.0.33 - - [2026-06-08 03:48:20] "POST /neutron/port HTTP/1.1" 200 1229 0.035290
10.0.0.33 - - [2026-06-08 03:48:20] "POST /neutron/port HTTP/1.1" 200 1229 0.021054
10.0.0.249 - - [2026-06-08 03:48:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.046587
10.0.0.27 - - [2026-06-08 03:48:22] "POST /useragent-kv HTTP/1.1" 200 115 0.061776
10.0.0.27 - - [2026-06-08 03:48:22] "POST /useragent-kv HTTP/1.1" 200 115 0.003301
10.0.0.27 - - [2026-06-08 03:48:22] "POST /useragent-kv HTTP/1.1" 200 115 0.003931
10.0.0.27 - - [2026-06-08 03:48:22] "POST /useragent-kv HTTP/1.1" 200 115 0.003599
10.0.0.33 - - [2026-06-08 03:48:22] "POST /neutron/network HTTP/1.1" 200 151 0.253148
10.0.0.27 - - [2026-06-08 03:48:23] "GET /projects?obj_uuids=c2840f75-321f-4ba8-83db-0633c31914b9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003170
10.0.0.33 - - [2026-06-08 03:48:24] "GET /project/c2840f75-321f-4ba8-83db-0633c31914b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.084816
10.0.0.27 - - [2026-06-08 03:48:24] "GET /projects?obj_uuids=c2840f75-321f-4ba8-83db-0633c31914b9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001767
10.0.0.33 - - [2026-06-08 03:48:24] "GET /project/c2840f75-321f-4ba8-83db-0633c31914b9?fields=virtual_networks HTTP/1.1" 200 1048 0.049819
10.0.0.27 - - [2026-06-08 03:48:24] "GET /projects?obj_uuids=c2840f75-321f-4ba8-83db-0633c31914b9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001804
10.0.0.33 - - [2026-06-08 03:48:24] "GET /project/c2840f75-321f-4ba8-83db-0633c31914b9?fields=virtual_machine_interfaces HTTP/1.1" 200 1048 0.049014
10.0.0.27 - - [2026-06-08 03:48:24] "GET /projects?obj_uuids=c2840f75-321f-4ba8-83db-0633c31914b9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002249
10.0.0.33 - - [2026-06-08 03:48:24] "GET /project/c2840f75-321f-4ba8-83db-0633c31914b9?fields=security_groups HTTP/1.1" 200 1282 0.072795
10.0.0.33 - - [2026-06-08 03:48:25] "POST /fqname-to-id HTTP/1.1" 404 183 0.032470
10.0.0.27 - - [2026-06-08 03:48:25] "GET /projects?obj_uuids=a4864cca-a46e-46fc-8ccf-754c2503ef27&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004610
10.0.0.27 - - [2026-06-08 03:48:25] "GET /domains?obj_uuids=2441b78a-01cc-4005-9aa7-6b434eb6fb41&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002099
10.0.0.27 - - [2026-06-08 03:48:25] "GET /domain/2441b78a-01cc-4005-9aa7-6b434eb6fb41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.038759
10.0.0.27 - - [2026-06-08 03:48:25] "POST /id-to-fqname HTTP/1.1" 200 185 0.002312
10.0.0.27 - - [2026-06-08 03:48:25] "POST /fqname-to-id HTTP/1.1" 404 194 0.007138
10.0.0.27 - - [2026-06-08 03:48:25] "POST /security-groups HTTP/1.1" 200 586 0.073973
10.0.0.27 - - [2026-06-08 03:48:25] "POST /projects HTTP/1.1" 200 575 0.283924
10.0.0.27 - - [2026-06-08 03:48:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.356708
10.0.0.249 - - [2026-06-08 03:48:25] "POST /access-control-lists HTTP/1.1" 200 591 0.036179
10.0.0.33 - - [2026-06-08 03:48:25] "GET /project/a4864cca-a46e-46fc-8ccf-754c2503ef27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.582440
10.0.0.33 - - [2026-06-08 03:48:26] "GET / HTTP/1.1" 200 35931 0.002167
10.0.0.27 - - [2026-06-08 03:48:30] "GET /projects?obj_uuids=a4864cca-a46e-46fc-8ccf-754c2503ef27&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001439
10.0.0.33 - - [2026-06-08 03:48:30] "GET /project/a4864cca-a46e-46fc-8ccf-754c2503ef27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.061932
10.0.0.27 - - [2026-06-08 03:48:30] "GET /projects?obj_uuids=a4864cca-a46e-46fc-8ccf-754c2503ef27&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001583
10.0.0.33 - - [2026-06-08 03:48:30] "GET /project/a4864cca-a46e-46fc-8ccf-754c2503ef27?fields=virtual_networks HTTP/1.1" 200 1023 0.058686
10.0.0.27 - - [2026-06-08 03:48:30] "GET /projects?obj_uuids=a4864cca-a46e-46fc-8ccf-754c2503ef27&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001592
10.0.0.33 - - [2026-06-08 03:48:30] "GET /project/a4864cca-a46e-46fc-8ccf-754c2503ef27?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.064439
10.0.0.27 - - [2026-06-08 03:48:30] "GET /projects?obj_uuids=a4864cca-a46e-46fc-8ccf-754c2503ef27&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001682
10.0.0.33 - - [2026-06-08 03:48:30] "GET /project/a4864cca-a46e-46fc-8ccf-754c2503ef27?fields=security_groups HTTP/1.1" 200 1244 0.071808
10.0.0.33 - - [2026-06-08 03:48:31] "POST /fqname-to-id HTTP/1.1" 404 193 0.032390
10.0.0.27 - - [2026-06-08 03:48:31] "GET /projects?obj_uuids=be84af83-0a04-469a-9ab5-f419188c3f16&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003838
10.0.0.27 - - [2026-06-08 03:48:31] "GET /domains?obj_uuids=2441b78a-01cc-4005-9aa7-6b434eb6fb41&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001140
10.0.0.27 - - [2026-06-08 03:48:31] "GET /domain/2441b78a-01cc-4005-9aa7-6b434eb6fb41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007683
10.0.0.27 - - [2026-06-08 03:48:31] "POST /id-to-fqname HTTP/1.1" 200 195 0.001492
10.0.0.27 - - [2026-06-08 03:48:31] "POST /fqname-to-id HTTP/1.1" 404 204 0.007087
10.0.0.27 - - [2026-06-08 03:48:31] "POST /security-groups HTTP/1.1" 200 596 0.090240
10.0.0.249 - - [2026-06-08 03:48:31] "POST /fqname-to-id HTTP/1.1" 404 239 0.005687
10.0.0.27 - - [2026-06-08 03:48:31] "POST /projects HTTP/1.1" 200 595 0.317163
10.0.0.27 - - [2026-06-08 03:48:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.394198
10.0.0.249 - - [2026-06-08 03:48:31] "POST /access-control-lists HTTP/1.1" 200 599 0.039540
10.0.0.33 - - [2026-06-08 03:48:31] "GET /project/be84af83-0a04-469a-9ab5-f419188c3f16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.566551
10.0.0.33 - - [2026-06-08 03:48:32] "GET / HTTP/1.1" 200 35931 0.001501
10.0.0.27 - - [2026-06-08 03:48:33] "GET /obj-perms HTTP/1.1" 200 5056 0.070646
10.0.0.27 - - [2026-06-08 03:48:35] "GET /projects?obj_uuids=be84af83-0a04-469a-9ab5-f419188c3f16&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001451
10.0.0.33 - - [2026-06-08 03:48:36] "GET /project/be84af83-0a04-469a-9ab5-f419188c3f16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.059678
10.0.0.27 - - [2026-06-08 03:48:36] "GET /projects?obj_uuids=be84af83-0a04-469a-9ab5-f419188c3f16&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002458
10.0.0.33 - - [2026-06-08 03:48:36] "GET /project/be84af83-0a04-469a-9ab5-f419188c3f16?fields=virtual_networks HTTP/1.1" 200 1043 0.064971
10.0.0.27 - - [2026-06-08 03:48:36] "GET /projects?obj_uuids=be84af83-0a04-469a-9ab5-f419188c3f16&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001504
10.0.0.33 - - [2026-06-08 03:48:36] "GET /project/be84af83-0a04-469a-9ab5-f419188c3f16?fields=virtual_machine_interfaces HTTP/1.1" 200 1043 0.046785
10.0.0.27 - - [2026-06-08 03:48:36] "GET /projects?obj_uuids=be84af83-0a04-469a-9ab5-f419188c3f16&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001817
10.0.0.33 - - [2026-06-08 03:48:36] "GET /project/be84af83-0a04-469a-9ab5-f419188c3f16?fields=security_groups HTTP/1.1" 200 1274 0.050194
10.0.0.33 - - [2026-06-08 03:48:37] "POST /fqname-to-id HTTP/1.1" 404 199 0.031276
10.0.0.27 - - [2026-06-08 03:48:37] "GET /projects?obj_uuids=21626d16-2e28-4c97-9533-40173634dd64&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003585
10.0.0.27 - - [2026-06-08 03:48:37] "GET /domains?obj_uuids=2441b78a-01cc-4005-9aa7-6b434eb6fb41&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001364
10.0.0.27 - - [2026-06-08 03:48:37] "GET /domain/2441b78a-01cc-4005-9aa7-6b434eb6fb41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007937
10.0.0.27 - - [2026-06-08 03:48:37] "POST /id-to-fqname HTTP/1.1" 200 201 0.007767
10.0.0.27 - - [2026-06-08 03:48:37] "POST /fqname-to-id HTTP/1.1" 404 210 0.005675
10.0.0.27 - - [2026-06-08 03:48:37] "POST /security-groups HTTP/1.1" 200 602 0.046560
10.0.0.27 - - [2026-06-08 03:48:37] "POST /projects HTTP/1.1" 200 607 0.321098
10.0.0.249 - - [2026-06-08 03:48:37] "POST /fqname-to-id HTTP/1.1" 404 244 0.006799
10.0.0.27 - - [2026-06-08 03:48:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.392943
10.0.0.33 - - [2026-06-08 03:48:37] "GET /project/21626d16-2e28-4c97-9533-40173634dd64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.540342
10.0.0.249 - - [2026-06-08 03:48:38] "DELETE /access-control-list/99d59941-f12d-4ff6-9448-97a8476a77f6 HTTP/1.1" 200 115 0.060709
10.0.0.33 - - [2026-06-08 03:48:39] "GET / HTTP/1.1" 200 35931 0.002245
10.0.0.27 - - [2026-06-08 03:48:39] "DELETE /project/a4864ccaa46e46fc8ccf754c2503ef27 HTTP/1.1" 404 173 0.017307
10.0.0.27 - - [2026-06-08 03:48:39] "DELETE /project/c2840f75-321f-4ba8-83db-0633c31914b9 HTTP/1.1" 404 177 0.027484
10.0.0.27 - - [2026-06-08 03:48:39] "DELETE /project/be84af830a04469a9ab5f419188c3f16 HTTP/1.1" 404 173 0.025323
10.0.0.27 - - [2026-06-08 03:48:39] "DELETE /project/21626d162e284c97953340173634dd64 HTTP/1.1" 404 173 0.016473
10.0.0.27 - - [2026-06-08 03:48:39] "GET /projects?obj_uuids=a4864cca-a46e-46fc-8ccf-754c2503ef27&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001537
10.0.0.27 - - [2026-06-08 03:48:39] "GET /projects?obj_uuids=be84af83-0a04-469a-9ab5-f419188c3f16&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000916
10.0.0.27 - - [2026-06-08 03:48:39] "GET /project/be84af83-0a04-469a-9ab5-f419188c3f16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1489 0.060102
10.0.0.27 - - [2026-06-08 03:48:39] "GET /project/a4864cca-a46e-46fc-8ccf-754c2503ef27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.074473
10.0.0.27 - - [2026-06-08 03:48:39] "GET /projects?obj_uuids=be84af83-0a04-469a-9ab5-f419188c3f16&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001640
10.0.0.27 - - [2026-06-08 03:48:39] "GET /projects?obj_uuids=a4864cca-a46e-46fc-8ccf-754c2503ef27&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001475
10.0.0.27 - - [2026-06-08 03:48:39] "GET /project/a4864cca-a46e-46fc-8ccf-754c2503ef27?fields=security_groups HTTP/1.1" 200 1349 0.062548
10.0.0.27 - - [2026-06-08 03:48:39] "GET /project/be84af83-0a04-469a-9ab5-f419188c3f16?fields=security_groups HTTP/1.1" 200 1379 0.078256
10.0.0.27 - - [2026-06-08 03:48:39] "DELETE /security-group/a8118042-6e57-44a2-a2d8-b9cf851aea74 HTTP/1.1" 200 115 0.083950
10.0.0.27 - - [2026-06-08 03:48:39] "GET /projects?obj_uuids=a4864cca-a46e-46fc-8ccf-754c2503ef27&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001163
10.0.0.27 - - [2026-06-08 03:48:39] "DELETE /security-group/904e6130-82cc-46c6-b550-848606105d9f HTTP/1.1" 200 115 0.093817
10.0.0.27 - - [2026-06-08 03:48:39] "GET /projects?obj_uuids=be84af83-0a04-469a-9ab5-f419188c3f16&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001266
10.0.0.27 - - [2026-06-08 03:48:39] "GET /project/a4864cca-a46e-46fc-8ccf-754c2503ef27?fields=application_policy_sets HTTP/1.1" 200 1388 0.070566
10.0.0.27 - - [2026-06-08 03:48:39] "GET /project/be84af83-0a04-469a-9ab5-f419188c3f16?fields=application_policy_sets HTTP/1.1" 200 1418 0.138318
10.0.0.249 - - [2026-06-08 03:48:39] "DELETE /access-control-list/1edd4ee5-e769-44f9-86cd-a3c1afc2aeb7 HTTP/1.1" 200 115 0.089891
10.0.0.27 - - [2026-06-08 03:48:39] "DELETE /project/a4864cca-a46e-46fc-8ccf-754c2503ef27 HTTP/1.1" 200 115 0.648300
10.0.0.27 - - [2026-06-08 03:48:39] "DELETE /project/be84af83-0a04-469a-9ab5-f419188c3f16 HTTP/1.1" 200 115 0.703439
10.0.0.27 - - [2026-06-08 03:48:42] "GET /projects?obj_uuids=21626d16-2e28-4c97-9533-40173634dd64&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001630
10.0.0.33 - - [2026-06-08 03:48:42] "GET /project/21626d16-2e28-4c97-9533-40173634dd64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.069991
10.0.0.27 - - [2026-06-08 03:48:42] "GET /projects?obj_uuids=21626d16-2e28-4c97-9533-40173634dd64&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001673
10.0.0.33 - - [2026-06-08 03:48:42] "GET /project/21626d16-2e28-4c97-9533-40173634dd64?fields=virtual_networks HTTP/1.1" 200 1054 0.055501
10.0.0.27 - - [2026-06-08 03:48:42] "GET /projects?obj_uuids=21626d16-2e28-4c97-9533-40173634dd64&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001142
10.0.0.33 - - [2026-06-08 03:48:42] "GET /project/21626d16-2e28-4c97-9533-40173634dd64?fields=virtual_machine_interfaces HTTP/1.1" 200 1054 0.053131
10.0.0.27 - - [2026-06-08 03:48:42] "GET /projects?obj_uuids=21626d16-2e28-4c97-9533-40173634dd64&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001258
10.0.0.33 - - [2026-06-08 03:48:42] "GET /project/21626d16-2e28-4c97-9533-40173634dd64?fields=security_groups HTTP/1.1" 200 1291 0.055096
10.0.0.33 - - [2026-06-08 03:48:43] "POST /fqname-to-id HTTP/1.1" 404 185 0.030257
10.0.0.27 - - [2026-06-08 03:48:43] "GET /projects?obj_uuids=612cc242-0729-42aa-9ef8-a5bae7deff5f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003811
10.0.0.27 - - [2026-06-08 03:48:43] "GET /domains?obj_uuids=2441b78a-01cc-4005-9aa7-6b434eb6fb41&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002191
10.0.0.27 - - [2026-06-08 03:48:43] "GET /domain/2441b78a-01cc-4005-9aa7-6b434eb6fb41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.014010
10.0.0.27 - - [2026-06-08 03:48:44] "POST /id-to-fqname HTTP/1.1" 200 187 0.005045
10.0.0.27 - - [2026-06-08 03:48:44] "POST /fqname-to-id HTTP/1.1" 404 196 0.003755
10.0.0.27 - - [2026-06-08 03:48:44] "POST /security-groups HTTP/1.1" 200 588 0.050316
10.0.0.27 - - [2026-06-08 03:48:44] "POST /projects HTTP/1.1" 200 579 0.381151
10.0.0.27 - - [2026-06-08 03:48:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.420187
10.0.0.249 - - [2026-06-08 03:48:44] "POST /access-control-lists HTTP/1.1" 200 593 0.037074
10.0.0.33 - - [2026-06-08 03:48:44] "GET /project/612cc242-0729-42aa-9ef8-a5bae7deff5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.600688
10.0.0.33 - - [2026-06-08 03:48:45] "GET / HTTP/1.1" 200 35931 0.002234
10.0.0.27 - - [2026-06-08 03:48:48] "GET /projects?obj_uuids=612cc242-0729-42aa-9ef8-a5bae7deff5f&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001382
10.0.0.33 - - [2026-06-08 03:48:48] "GET /project/612cc242-0729-42aa-9ef8-a5bae7deff5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.056459
10.0.0.27 - - [2026-06-08 03:48:48] "GET /projects?obj_uuids=612cc242-0729-42aa-9ef8-a5bae7deff5f&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001394
10.0.0.33 - - [2026-06-08 03:48:48] "GET /project/612cc242-0729-42aa-9ef8-a5bae7deff5f?fields=virtual_networks HTTP/1.1" 200 1026 0.070721
10.0.0.27 - - [2026-06-08 03:48:48] "GET /projects?obj_uuids=612cc242-0729-42aa-9ef8-a5bae7deff5f&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001497
10.0.0.33 - - [2026-06-08 03:48:48] "GET /project/612cc242-0729-42aa-9ef8-a5bae7deff5f?fields=virtual_machine_interfaces HTTP/1.1" 200 1026 0.051117
10.0.0.27 - - [2026-06-08 03:48:48] "GET /projects?obj_uuids=612cc242-0729-42aa-9ef8-a5bae7deff5f&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001452
10.0.0.33 - - [2026-06-08 03:48:48] "GET /project/612cc242-0729-42aa-9ef8-a5bae7deff5f?fields=security_groups HTTP/1.1" 200 1249 0.063969
10.0.0.33 - - [2026-06-08 03:48:49] "POST /fqname-to-id HTTP/1.1" 404 182 0.033653
10.0.0.27 - - [2026-06-08 03:48:49] "GET /projects?obj_uuids=9ad8994f-31a1-462f-8312-8d46bfa4abc7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004350
10.0.0.27 - - [2026-06-08 03:48:50] "GET /domains?obj_uuids=2441b78a-01cc-4005-9aa7-6b434eb6fb41&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001091
10.0.0.27 - - [2026-06-08 03:48:50] "GET /domain/2441b78a-01cc-4005-9aa7-6b434eb6fb41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008855
10.0.0.27 - - [2026-06-08 03:48:50] "POST /id-to-fqname HTTP/1.1" 200 184 0.004478
10.0.0.27 - - [2026-06-08 03:48:50] "POST /fqname-to-id HTTP/1.1" 404 193 0.005599
10.0.0.27 - - [2026-06-08 03:48:50] "POST /security-groups HTTP/1.1" 200 585 0.032927
10.0.0.249 - - [2026-06-08 03:48:50] "POST /fqname-to-id HTTP/1.1" 404 228 0.004563
10.0.0.27 - - [2026-06-08 03:48:50] "POST /projects HTTP/1.1" 200 573 0.247799
10.0.0.27 - - [2026-06-08 03:48:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.285581
10.0.0.249 - - [2026-06-08 03:48:50] "POST /access-control-lists HTTP/1.1" 200 588 0.038478
10.0.0.33 - - [2026-06-08 03:48:50] "GET /project/9ad8994f-31a1-462f-8312-8d46bfa4abc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.444577
10.0.0.33 - - [2026-06-08 03:48:51] "GET / HTTP/1.1" 200 35931 0.002525
10.0.0.27 - - [2026-06-08 03:48:54] "GET /projects?obj_uuids=9ad8994f-31a1-462f-8312-8d46bfa4abc7&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001224
10.0.0.33 - - [2026-06-08 03:48:54] "GET /project/9ad8994f-31a1-462f-8312-8d46bfa4abc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.051915
10.0.0.27 - - [2026-06-08 03:48:54] "GET /projects?obj_uuids=9ad8994f-31a1-462f-8312-8d46bfa4abc7&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001370
10.0.0.33 - - [2026-06-08 03:48:54] "GET /project/9ad8994f-31a1-462f-8312-8d46bfa4abc7?fields=virtual_networks HTTP/1.1" 200 1020 0.061691
10.0.0.27 - - [2026-06-08 03:48:54] "GET /projects?obj_uuids=9ad8994f-31a1-462f-8312-8d46bfa4abc7&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001345
10.0.0.33 - - [2026-06-08 03:48:54] "GET /project/9ad8994f-31a1-462f-8312-8d46bfa4abc7?fields=virtual_machine_interfaces HTTP/1.1" 200 1020 0.056820
10.0.0.27 - - [2026-06-08 03:48:54] "GET /projects?obj_uuids=9ad8994f-31a1-462f-8312-8d46bfa4abc7&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001662
10.0.0.33 - - [2026-06-08 03:48:54] "GET /project/9ad8994f-31a1-462f-8312-8d46bfa4abc7?fields=security_groups HTTP/1.1" 200 1240 0.052440
10.0.0.33 - - [2026-06-08 03:48:55] "POST /fqname-to-id HTTP/1.1" 404 186 0.027639
10.0.0.27 - - [2026-06-08 03:48:55] "GET /projects?obj_uuids=663dd2b3-1ea9-46c8-b03a-b1beb0b9d799&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003331
10.0.0.27 - - [2026-06-08 03:48:55] "GET /domains?obj_uuids=2441b78a-01cc-4005-9aa7-6b434eb6fb41&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001414
10.0.0.27 - - [2026-06-08 03:48:55] "GET /domain/2441b78a-01cc-4005-9aa7-6b434eb6fb41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009671
10.0.0.27 - - [2026-06-08 03:48:55] "POST /id-to-fqname HTTP/1.1" 200 188 0.004766
10.0.0.27 - - [2026-06-08 03:48:55] "POST /fqname-to-id HTTP/1.1" 404 197 0.003927
10.0.0.27 - - [2026-06-08 03:48:56] "POST /security-groups HTTP/1.1" 200 589 0.038976
10.0.0.27 - - [2026-06-08 03:48:56] "POST /projects HTTP/1.1" 200 581 0.258573
10.0.0.27 - - [2026-06-08 03:48:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.295997
10.0.0.249 - - [2026-06-08 03:48:56] "POST /fqname-to-id HTTP/1.1" 404 231 0.008455
10.0.0.33 - - [2026-06-08 03:48:56] "GET /project/663dd2b3-1ea9-46c8-b03a-b1beb0b9d799?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.453707
10.0.0.33 - - [2026-06-08 03:48:57] "GET / HTTP/1.1" 200 35931 0.002832
10.0.0.27 - - [2026-06-08 03:49:00] "GET /projects?obj_uuids=663dd2b3-1ea9-46c8-b03a-b1beb0b9d799&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001683
10.0.0.33 - - [2026-06-08 03:49:00] "GET /project/663dd2b3-1ea9-46c8-b03a-b1beb0b9d799?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.058286
10.0.0.27 - - [2026-06-08 03:49:00] "GET /projects?obj_uuids=663dd2b3-1ea9-46c8-b03a-b1beb0b9d799&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001725
10.0.0.33 - - [2026-06-08 03:49:00] "GET /project/663dd2b3-1ea9-46c8-b03a-b1beb0b9d799?fields=virtual_networks HTTP/1.1" 200 1028 0.066185
10.0.0.27 - - [2026-06-08 03:49:00] "GET /projects?obj_uuids=663dd2b3-1ea9-46c8-b03a-b1beb0b9d799&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.003721
10.0.0.33 - - [2026-06-08 03:49:00] "GET /project/663dd2b3-1ea9-46c8-b03a-b1beb0b9d799?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.063357
10.0.0.27 - - [2026-06-08 03:49:00] "GET /projects?obj_uuids=663dd2b3-1ea9-46c8-b03a-b1beb0b9d799&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001171
10.0.0.33 - - [2026-06-08 03:49:00] "GET /project/663dd2b3-1ea9-46c8-b03a-b1beb0b9d799?fields=security_groups HTTP/1.1" 200 1252 0.064929
10.0.0.33 - - [2026-06-08 03:49:01] "POST /fqname-to-id HTTP/1.1" 404 186 0.030510
10.0.0.27 - - [2026-06-08 03:49:01] "GET /projects?obj_uuids=ce3c21ee-dd1d-496d-ab1e-355a04aedea4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004329
10.0.0.27 - - [2026-06-08 03:49:01] "GET /domains?obj_uuids=2441b78a-01cc-4005-9aa7-6b434eb6fb41&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001476
10.0.0.27 - - [2026-06-08 03:49:01] "GET /domain/2441b78a-01cc-4005-9aa7-6b434eb6fb41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009555
10.0.0.27 - - [2026-06-08 03:49:01] "POST /id-to-fqname HTTP/1.1" 200 188 0.003564
10.0.0.27 - - [2026-06-08 03:49:01] "POST /fqname-to-id HTTP/1.1" 404 197 0.004829
10.0.0.27 - - [2026-06-08 03:49:01] "POST /security-groups HTTP/1.1" 200 589 0.088096
10.0.0.27 - - [2026-06-08 03:49:01] "POST /projects HTTP/1.1" 200 581 0.355692
10.0.0.27 - - [2026-06-08 03:49:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.391860
10.0.0.249 - - [2026-06-08 03:49:01] "POST /access-control-lists HTTP/1.1" 200 594 0.037712
10.0.0.33 - - [2026-06-08 03:49:02] "GET /project/ce3c21ee-dd1d-496d-ab1e-355a04aedea4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.596231
10.0.0.33 - - [2026-06-08 03:49:03] "GET / HTTP/1.1" 200 35931 0.001544
10.0.0.33 - - [2026-06-08 03:49:04] "POST /fqname-to-id HTTP/1.1" 401 292 0.000634
10.0.0.33 - - [2026-06-08 03:49:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.071534
10.0.0.27 - - [2026-06-08 03:49:05] "GET /projects?obj_uuids=ce3c21ee-dd1d-496d-ab1e-355a04aedea4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001559
10.0.0.33 - - [2026-06-08 03:49:05] "GET /project/ce3c21ee-dd1d-496d-ab1e-355a04aedea4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.056103
10.0.0.249 - - [2026-06-08 03:49:05] "POST /route-targets HTTP/1.1" 200 327 0.019018
10.0.0.27 - - [2026-06-08 03:49:05] "POST /useragent-kv HTTP/1.1" 200 115 0.009486
10.0.0.33 - - [2026-06-08 03:49:05] "POST /neutron/subnet HTTP/1.1" 200 725 0.245328
10.0.0.33 - - [2026-06-08 03:49:05] "POST /id-to-fqname HTTP/1.1" 200 218 0.002393
10.0.0.33 - - [2026-06-08 03:49:05] "GET /virtual-network/ea0dff36-4c68-4570-8e8b-b57a675b687c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006201
10.0.0.33 - - [2026-06-08 03:49:05] "GET /virtual-network/ea0dff36-4c68-4570-8e8b-b57a675b687c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.009196
10.0.0.33 - - [2026-06-08 03:49:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004671
10.0.0.33 - - [2026-06-08 03:49:06] "GET /virtual-network/ea0dff36-4c68-4570-8e8b-b57a675b687c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006097
10.0.0.33 - - [2026-06-08 03:49:06] "PUT /virtual-network/ea0dff36-4c68-4570-8e8b-b57a675b687c HTTP/1.1" 200 264 0.072344
10.0.0.249 - - [2026-06-08 03:49:06] "POST /ref-update HTTP/1.1" 200 156 0.045898
10.0.0.33 - - [2026-06-08 03:49:06] "POST /neutron/network HTTP/1.1" 200 822 0.023685
10.0.0.33 - - [2026-06-08 03:49:06] "GET /virtual-network/ea0dff36-4c68-4570-8e8b-b57a675b687c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.007533
10.0.0.33 - - [2026-06-08 03:49:07] "GET /obj-perms HTTP/1.1" 200 5026 0.057018
10.0.0.33 - - [2026-06-08 03:49:08] "POST /neutron/subnet HTTP/1.1" 200 725 0.009481
10.0.0.33 - - [2026-06-08 03:49:08] "POST /id-to-fqname HTTP/1.1" 200 218 0.001356
10.0.0.27 - - [2026-06-08 03:49:09] "GET /projects?obj_uuids=ce3c21ee-dd1d-496d-ab1e-355a04aedea4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001945
10.0.0.33 - - [2026-06-08 03:49:09] "GET /project/ce3c21ee-dd1d-496d-ab1e-355a04aedea4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.115145
10.0.0.33 - - [2026-06-08 03:49:09] "POST /neutron/network HTTP/1.1" 200 822 0.036227
10.0.0.33 - - [2026-06-08 03:49:09] "POST /neutron/port HTTP/1.1" 200 117 0.018806
10.0.0.33 - - [2026-06-08 03:49:10] "POST /neutron/port HTTP/1.1" 200 1058 0.054394
10.0.0.33 - - [2026-06-08 03:49:11] "POST /neutron/port HTTP/1.1" 200 1122 0.023952
10.0.0.33 - - [2026-06-08 03:49:11] "POST /neutron/port HTTP/1.1" 200 117 0.001807
10.0.0.33 - - [2026-06-08 03:49:14] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008865
10.0.0.33 - - [2026-06-08 03:49:15] "POST /neutron/port HTTP/1.1" 200 1122 0.021154
10.0.0.33 - - [2026-06-08 03:49:15] "GET /virtual-machine/0c423d55-e8ec-4ba6-b502-459f5f423091 HTTP/1.1" 401 292 0.000434
10.0.0.33 - - [2026-06-08 03:49:15] "GET /virtual-machine/0c423d55-e8ec-4ba6-b502-459f5f423091 HTTP/1.1" 200 1289 0.045799
10.0.0.33 - - [2026-06-08 03:49:15] "GET /virtual-machine-interface/781ae184-02dc-4580-b18d-25d95c35fedd HTTP/1.1" 200 2931 0.009251
10.0.0.33 - - [2026-06-08 03:49:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005718
10.0.0.33 - - [2026-06-08 03:49:15] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005770
10.0.0.33 - - [2026-06-08 03:49:15] "GET /virtual-networks?parent_id=ce3c21ee-dd1d-496d-ab1e-355a04aedea4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.012308
10.0.0.33 - - [2026-06-08 03:49:15] "GET /virtual-network/ea0dff36-4c68-4570-8e8b-b57a675b687c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.006887
10.0.0.33 - - [2026-06-08 03:49:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004949
10.0.0.33 - - [2026-06-08 03:49:18] "GET /virtual-network/ea0dff36-4c68-4570-8e8b-b57a675b687c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.006377
10.0.0.33 - - [2026-06-08 03:49:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004466
10.0.0.33 - - [2026-06-08 03:49:22] "GET /virtual-network/ea0dff36-4c68-4570-8e8b-b57a675b687c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.005600
10.0.0.33 - - [2026-06-08 03:49:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.007318
10.0.0.33 - - [2026-06-08 03:49:26] "GET /virtual-network/ea0dff36-4c68-4570-8e8b-b57a675b687c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.010067
10.0.0.33 - - [2026-06-08 03:49:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004507
10.0.0.33 - - [2026-06-08 03:49:31] "GET /virtual-network/ea0dff36-4c68-4570-8e8b-b57a675b687c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.006191
10.0.0.33 - - [2026-06-08 03:49:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.005604
10.0.0.33 - - [2026-06-08 03:49:35] "GET /virtual-network/ea0dff36-4c68-4570-8e8b-b57a675b687c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.007054
10.0.0.33 - - [2026-06-08 03:49:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004809
10.0.0.33 - - [2026-06-08 03:49:39] "GET /virtual-network/ea0dff36-4c68-4570-8e8b-b57a675b687c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.006943
10.0.0.27 - - [2026-06-08 03:49:39] "DELETE /project/ce3c21eedd1d496dab1e355a04aedea4 HTTP/1.1" 404 173 0.015099
10.0.0.27 - - [2026-06-08 03:49:39] "DELETE /project/9ad8994f31a1462f83128d46bfa4abc7 HTTP/1.1" 404 173 0.011102
10.0.0.27 - - [2026-06-08 03:49:39] "DELETE /project/663dd2b31ea946c8b03ab1beb0b9d799 HTTP/1.1" 404 173 0.019513
10.0.0.27 - - [2026-06-08 03:49:39] "DELETE /project/21626d16-2e28-4c97-9533-40173634dd64 HTTP/1.1" 404 177 0.009827
10.0.0.27 - - [2026-06-08 03:49:39] "DELETE /project/612cc242072942aa9ef8a5bae7deff5f HTTP/1.1" 404 173 0.011007
10.0.0.27 - - [2026-06-08 03:49:39] "GET /projects?obj_uuids=612cc242-0729-42aa-9ef8-a5bae7deff5f&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001307
10.0.0.27 - - [2026-06-08 03:49:39] "GET /projects?obj_uuids=663dd2b3-1ea9-46c8-b03a-b1beb0b9d799&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001234
10.0.0.27 - - [2026-06-08 03:49:39] "GET /projects?obj_uuids=9ad8994f-31a1-462f-8312-8d46bfa4abc7&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000896
10.0.0.27 - - [2026-06-08 03:49:40] "GET /project/9ad8994f-31a1-462f-8312-8d46bfa4abc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1444 0.075779
10.0.0.27 - - [2026-06-08 03:49:40] "GET /project/612cc242-0729-42aa-9ef8-a5bae7deff5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1456 0.086764
10.0.0.27 - - [2026-06-08 03:49:40] "GET /projects?obj_uuids=9ad8994f-31a1-462f-8312-8d46bfa4abc7&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001176
10.0.0.27 - - [2026-06-08 03:49:40] "GET /projects?obj_uuids=612cc242-0729-42aa-9ef8-a5bae7deff5f&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.003349
10.0.0.27 - - [2026-06-08 03:49:40] "GET /project/663dd2b3-1ea9-46c8-b03a-b1beb0b9d799?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.132651
10.0.0.27 - - [2026-06-08 03:49:40] "GET /projects?obj_uuids=663dd2b3-1ea9-46c8-b03a-b1beb0b9d799&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001191
10.0.0.27 - - [2026-06-08 03:49:40] "GET /project/612cc242-0729-42aa-9ef8-a5bae7deff5f?fields=security_groups HTTP/1.1" 200 1354 0.066178
10.0.0.27 - - [2026-06-08 03:49:40] "GET /project/9ad8994f-31a1-462f-8312-8d46bfa4abc7?fields=security_groups HTTP/1.1" 200 1345 0.104109
10.0.0.27 - - [2026-06-08 03:49:40] "GET /project/663dd2b3-1ea9-46c8-b03a-b1beb0b9d799?fields=security_groups HTTP/1.1" 200 1357 0.113662
10.0.0.27 - - [2026-06-08 03:49:40] "DELETE /security-group/d7ee3786-6e8f-4347-ab49-5837adc82e17 HTTP/1.1" 200 115 0.092228
10.0.0.27 - - [2026-06-08 03:49:40] "GET /projects?obj_uuids=612cc242-0729-42aa-9ef8-a5bae7deff5f&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001758
10.0.0.249 - - [2026-06-08 03:49:40] "DELETE /access-control-list/d303fb31-c9ec-418e-9bc2-f5d26d1dd05b HTTP/1.1" 200 115 0.088547
10.0.0.27 - - [2026-06-08 03:49:40] "DELETE /security-group/29c632c8-b1a3-4e94-8d48-a21af3189765 HTTP/1.1" 200 115 0.123619
10.0.0.27 - - [2026-06-08 03:49:40] "GET /projects?obj_uuids=9ad8994f-31a1-462f-8312-8d46bfa4abc7&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001880
10.0.0.27 - - [2026-06-08 03:49:40] "GET /project/612cc242-0729-42aa-9ef8-a5bae7deff5f?fields=application_policy_sets HTTP/1.1" 200 1393 0.115456
10.0.0.27 - - [2026-06-08 03:49:40] "DELETE /security-group/7841e1f5-5940-4186-b255-d2406d9fabe1 HTTP/1.1" 200 115 0.167275
10.0.0.27 - - [2026-06-08 03:49:40] "GET /projects?obj_uuids=663dd2b3-1ea9-46c8-b03a-b1beb0b9d799&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002565
10.0.0.27 - - [2026-06-08 03:49:40] "GET /project/9ad8994f-31a1-462f-8312-8d46bfa4abc7?fields=application_policy_sets HTTP/1.1" 200 1384 0.138876
10.0.0.27 - - [2026-06-08 03:49:40] "GET /project/663dd2b3-1ea9-46c8-b03a-b1beb0b9d799?fields=application_policy_sets HTTP/1.1" 200 1396 0.125513
10.0.0.249 - - [2026-06-08 03:49:40] "DELETE /access-control-list/b4fb9520-f599-4897-a5e7-6814e6cf0489 HTTP/1.1" 200 115 0.138037
10.0.0.27 - - [2026-06-08 03:49:40] "DELETE /project/612cc242-0729-42aa-9ef8-a5bae7deff5f HTTP/1.1" 200 115 0.844456
10.0.0.27 - - [2026-06-08 03:49:40] "DELETE /project/9ad8994f-31a1-462f-8312-8d46bfa4abc7 HTTP/1.1" 200 115 0.912831
10.0.0.27 - - [2026-06-08 03:49:40] "DELETE /project/663dd2b3-1ea9-46c8-b03a-b1beb0b9d799 HTTP/1.1" 200 115 0.949507
10.0.0.33 - - [2026-06-08 03:49:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004244
10.0.0.33 - - [2026-06-08 03:49:43] "GET /virtual-network/ea0dff36-4c68-4570-8e8b-b57a675b687c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.006997
10.0.0.33 - - [2026-06-08 03:49:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004830
10.0.0.33 - - [2026-06-08 03:49:47] "GET /virtual-network/ea0dff36-4c68-4570-8e8b-b57a675b687c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.008282
10.0.0.33 - - [2026-06-08 03:49:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005855
10.0.0.33 - - [2026-06-08 03:49:51] "GET /virtual-network/ea0dff36-4c68-4570-8e8b-b57a675b687c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.006215
10.0.0.33 - - [2026-06-08 03:49:55] "POST /neutron/port HTTP/1.1" 200 1216 0.024509
10.0.0.33 - - [2026-06-08 03:49:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004710
10.0.0.33 - - [2026-06-08 03:49:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005509
10.0.0.33 - - [2026-06-08 03:49:55] "GET /virtual-network/ea0dff36-4c68-4570-8e8b-b57a675b687c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.006114
10.0.0.33 - - [2026-06-08 03:49:55] "POST /neutron/port HTTP/1.1" 200 117 0.001332
10.0.0.33 - - [2026-06-08 03:49:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.005498
10.0.0.33 - - [2026-06-08 03:49:57] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006440
10.0.0.33 - - [2026-06-08 03:49:57] "GET /virtual-networks?parent_id=ce3c21ee-dd1d-496d-ab1e-355a04aedea4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004207
10.0.0.33 - - [2026-06-08 03:49:57] "GET /virtual-network/ea0dff36-4c68-4570-8e8b-b57a675b687c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.007931
10.0.0.33 - - [2026-06-08 03:49:57] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009598
10.0.0.33 - - [2026-06-08 03:49:58] "POST /neutron/network HTTP/1.1" 200 1121 0.008269
10.0.0.33 - - [2026-06-08 03:49:58] "POST /neutron/subnet HTTP/1.1" 200 1374 0.015278
10.0.0.33 - - [2026-06-08 03:49:58] "POST /neutron/network HTTP/1.1" 200 1111 0.011656
10.0.0.33 - - [2026-06-08 03:50:08] "POST /neutron/port HTTP/1.1" 200 1122 0.025419
10.0.0.33 - - [2026-06-08 03:50:08] "POST /neutron/security_group HTTP/1.1" 200 2056 0.042553
10.0.0.33 - - [2026-06-08 03:50:18] "POST /neutron/port HTTP/1.1" 200 1122 0.034821
10.0.0.33 - - [2026-06-08 03:50:18] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009254
10.0.0.33 - - [2026-06-08 03:50:18] "POST /neutron/port HTTP/1.1" 200 1122 0.018225
10.0.0.33 - - [2026-06-08 03:50:19] "POST /neutron/network HTTP/1.1" 200 822 0.008791
10.0.0.33 - - [2026-06-08 03:50:19] "POST /id-to-fqname HTTP/1.1" 200 218 0.002043
10.0.0.33 - - [2026-06-08 03:50:19] "GET /virtual-machine/0c423d55-e8ec-4ba6-b502-459f5f423091 HTTP/1.1" 200 1289 0.005260
10.0.0.33 - - [2026-06-08 03:50:19] "GET /virtual-machine-interface/781ae184-02dc-4580-b18d-25d95c35fedd HTTP/1.1" 200 2931 0.007548
10.0.0.33 - - [2026-06-08 03:50:19] "GET /instance-ip/85dd6623-2bd9-44b7-b58f-cba29630fffb HTTP/1.1" 200 1616 0.011863
10.0.0.33 - - [2026-06-08 03:50:19] "POST /fqname-to-id HTTP/1.1" 404 208 0.005318
10.0.0.33 - - [2026-06-08 03:50:19] "GET /virtual-network/ea0dff36-4c68-4570-8e8b-b57a675b687c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.007382
10.0.0.27 - - [2026-06-08 03:50:19] "GET /projects?obj_uuids=ce3c21ee-dd1d-496d-ab1e-355a04aedea4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001525
10.0.0.33 - - [2026-06-08 03:50:19] "GET /project/ce3c21ee-dd1d-496d-ab1e-355a04aedea4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.067900
10.0.0.33 - - [2026-06-08 03:50:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004827
10.0.0.33 - - [2026-06-08 03:50:19] "GET /security-group/44088f52-696e-48e2-a8e0-e5127d95cfa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3748 0.007834
10.0.0.33 - - [2026-06-08 03:50:19] "POST /virtual-machine-interfaces HTTP/1.1" 200 563 0.105071
10.0.0.33 - - [2026-06-08 03:50:19] "POST /instance-ips HTTP/1.1" 200 357 0.070487
10.0.0.33 - - [2026-06-08 03:50:19] "GET /instance-ip/e1953e0e-a448-4a83-8172-d06bf6d33074?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1570 0.008112
10.0.0.33 - - [2026-06-08 03:50:19] "GET /virtual-machine-interface/3475dc8a-050a-494d-9dd7-13df10300499?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2341 0.007809
10.0.0.33 - - [2026-06-08 03:50:19] "GET /virtual-machine-interface/3475dc8a-050a-494d-9dd7-13df10300499?fields=instance_ip_back_refs HTTP/1.1" 200 1323 0.010557
10.0.0.33 - - [2026-06-08 03:50:19] "GET /instance-ip/e1953e0e-a448-4a83-8172-d06bf6d33074?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1570 0.009486
10.0.0.33 - - [2026-06-08 03:50:19] "POST /id-to-fqname HTTP/1.1" 200 218 0.002214
10.0.0.33 - - [2026-06-08 03:50:20] "POST /neutron/port HTTP/1.1" 200 965 0.018193
10.0.0.33 - - [2026-06-08 03:50:20] "POST /neutron/port HTTP/1.1" 200 965 0.012630
10.0.0.33 - - [2026-06-08 03:50:20] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008565
10.0.0.33 - - [2026-06-08 03:50:20] "POST /neutron/port HTTP/1.1" 200 965 0.019747
10.0.0.33 - - [2026-06-08 03:50:20] "POST /neutron/port HTTP/1.1" 200 965 0.020315
10.0.0.33 - - [2026-06-08 03:50:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.015321
10.0.0.33 - - [2026-06-08 03:50:21] "POST /neutron/network HTTP/1.1" 200 822 0.011459
10.0.0.33 - - [2026-06-08 03:50:25] "POST /neutron/port HTTP/1.1" 200 1067 0.027186
10.0.0.33 - - [2026-06-08 03:50:25] "POST /neutron/security_group HTTP/1.1" 200 2056 0.011226
10.0.0.33 - - [2026-06-08 03:50:25] "GET /virtual-machine/cef97d4e-6ac1-42ac-862f-6ee5196f765b HTTP/1.1" 200 1268 0.008811
10.0.0.33 - - [2026-06-08 03:50:25] "GET /virtual-machine-interface/3475dc8a-050a-494d-9dd7-13df10300499 HTTP/1.1" 200 2981 0.007743
10.0.0.33 - - [2026-06-08 03:50:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003728
10.0.0.33 - - [2026-06-08 03:50:25] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.008298
10.0.0.33 - - [2026-06-08 03:50:25] "GET /virtual-networks?parent_id=ce3c21ee-dd1d-496d-ab1e-355a04aedea4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004636
10.0.0.33 - - [2026-06-08 03:50:25] "GET /virtual-network/ea0dff36-4c68-4570-8e8b-b57a675b687c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.008504
10.0.0.33 - - [2026-06-08 03:50:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.005329
10.0.0.33 - - [2026-06-08 03:50:28] "GET /virtual-network/ea0dff36-4c68-4570-8e8b-b57a675b687c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.005886
10.0.0.33 - - [2026-06-08 03:50:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.005101
10.0.0.33 - - [2026-06-08 03:50:33] "GET /virtual-network/ea0dff36-4c68-4570-8e8b-b57a675b687c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.006085
10.0.0.249 - - [2026-06-08 03:50:35] "GET /obj-perms HTTP/1.1" 200 5056 0.064378
10.0.0.33 - - [2026-06-08 03:50:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003996
10.0.0.33 - - [2026-06-08 03:50:37] "GET /virtual-network/ea0dff36-4c68-4570-8e8b-b57a675b687c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.007904
10.0.0.33 - - [2026-06-08 03:50:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.005002
10.0.0.33 - - [2026-06-08 03:50:41] "GET /virtual-network/ea0dff36-4c68-4570-8e8b-b57a675b687c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.007732
10.0.0.33 - - [2026-06-08 03:50:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.005524
10.0.0.33 - - [2026-06-08 03:50:45] "GET /virtual-network/ea0dff36-4c68-4570-8e8b-b57a675b687c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.010115
10.0.0.33 - - [2026-06-08 03:50:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.005581
10.0.0.33 - - [2026-06-08 03:50:49] "GET /virtual-network/ea0dff36-4c68-4570-8e8b-b57a675b687c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.010891
10.0.0.33 - - [2026-06-08 03:50:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004616
10.0.0.33 - - [2026-06-08 03:50:53] "GET /virtual-network/ea0dff36-4c68-4570-8e8b-b57a675b687c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.007807
10.0.0.33 - - [2026-06-08 03:50:55] "POST /neutron/network HTTP/1.1" 200 939 0.009425
10.0.0.33 - - [2026-06-08 03:50:55] "POST /neutron/port HTTP/1.1" 200 117 0.001268
10.0.0.33 - - [2026-06-08 03:50:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.006248
10.0.0.33 - - [2026-06-08 03:50:57] "GET /virtual-network/ea0dff36-4c68-4570-8e8b-b57a675b687c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.008217
10.0.0.33 - - [2026-06-08 03:51:00] "POST /neutron/port HTTP/1.1" 200 1109 0.054791
10.0.0.33 - - [2026-06-08 03:51:00] "POST /neutron/subnet HTTP/1.1" 200 708 0.015093
10.0.0.33 - - [2026-06-08 03:51:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004371
10.0.0.33 - - [2026-06-08 03:51:01] "GET /virtual-network/ea0dff36-4c68-4570-8e8b-b57a675b687c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.006166
10.0.0.33 - - [2026-06-08 03:51:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004018
10.0.0.33 - - [2026-06-08 03:51:05] "GET /virtual-network/ea0dff36-4c68-4570-8e8b-b57a675b687c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.005641
10.0.0.33 - - [2026-06-08 03:51:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004623
10.0.0.33 - - [2026-06-08 03:51:09] "GET /virtual-network/ea0dff36-4c68-4570-8e8b-b57a675b687c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.006110
10.0.0.33 - - [2026-06-08 03:51:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005040
10.0.0.33 - - [2026-06-08 03:51:12] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004562
10.0.0.33 - - [2026-06-08 03:51:12] "GET /virtual-networks?parent_id=ce3c21ee-dd1d-496d-ab1e-355a04aedea4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004684
10.0.0.33 - - [2026-06-08 03:51:12] "GET /virtual-network/ea0dff36-4c68-4570-8e8b-b57a675b687c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.006349
10.0.0.33 - - [2026-06-08 03:51:12] "POST /neutron/port HTTP/1.1" 200 1067 0.023995
10.0.0.33 - - [2026-06-08 03:51:17] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010264
10.0.0.33 - - [2026-06-08 03:51:22] "POST /neutron/port HTTP/1.1" 200 1067 0.026138
10.0.0.33 - - [2026-06-08 03:51:27] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010157
10.0.0.33 - - [2026-06-08 03:51:32] "POST /id-to-fqname HTTP/1.1" 200 218 0.001456
10.0.0.33 - - [2026-06-08 03:51:33] "POST /neutron/network HTTP/1.1" 200 832 0.009674
10.0.0.27 - - [2026-06-08 03:51:33] "GET /projects?obj_uuids=ce3c21ee-dd1d-496d-ab1e-355a04aedea4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001668
10.0.0.33 - - [2026-06-08 03:51:33] "GET /project/ce3c21ee-dd1d-496d-ab1e-355a04aedea4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.101135
10.0.0.33 - - [2026-06-08 03:51:34] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008457
10.0.0.33 - - [2026-06-08 03:51:34] "POST /neutron/network HTTP/1.1" 200 832 0.011557
10.0.0.33 - - [2026-06-08 03:51:34] "POST /neutron/port HTTP/1.1" 200 1058 0.026627
10.0.0.33 - - [2026-06-08 03:51:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006632
10.0.0.33 - - [2026-06-08 03:51:35] "POST /neutron/network HTTP/1.1" 200 822 0.010519
10.0.0.27 - - [2026-06-08 03:51:36] "GET /obj-perms HTTP/1.1" 200 5056 0.079421
10.0.0.33 - - [2026-06-08 03:51:39] "POST /neutron/port HTTP/1.1" 200 1122 0.026679
10.0.0.33 - - [2026-06-08 03:51:39] "POST /neutron/security_group HTTP/1.1" 200 2056 0.012373
10.0.0.33 - - [2026-06-08 03:51:39] "GET /virtual-machine/a3b8f73f-dd2c-44d5-9284-ffc77c94fb1e HTTP/1.1" 200 1291 0.006571
10.0.0.33 - - [2026-06-08 03:51:39] "GET /virtual-machine-interface/2c5bcacd-f8cb-460d-97ba-8408b0b5f414 HTTP/1.1" 200 2931 0.006094
10.0.0.33 - - [2026-06-08 03:51:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004957
10.0.0.33 - - [2026-06-08 03:51:39] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005845
10.0.0.33 - - [2026-06-08 03:51:39] "GET /virtual-networks?parent_id=ce3c21ee-dd1d-496d-ab1e-355a04aedea4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.005634
10.0.0.33 - - [2026-06-08 03:51:39] "GET /virtual-network/ea0dff36-4c68-4570-8e8b-b57a675b687c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.006181
10.0.0.33 - - [2026-06-08 03:51:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.006267
10.0.0.33 - - [2026-06-08 03:51:42] "GET /virtual-network/ea0dff36-4c68-4570-8e8b-b57a675b687c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.011583
10.0.0.33 - - [2026-06-08 03:51:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005738
10.0.0.33 - - [2026-06-08 03:51:46] "GET /virtual-network/ea0dff36-4c68-4570-8e8b-b57a675b687c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.010438
10.0.0.33 - - [2026-06-08 03:51:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004081
10.0.0.33 - - [2026-06-08 03:51:50] "GET /virtual-network/ea0dff36-4c68-4570-8e8b-b57a675b687c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.006278
10.0.0.33 - - [2026-06-08 03:51:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003716
10.0.0.33 - - [2026-06-08 03:51:55] "GET /virtual-network/ea0dff36-4c68-4570-8e8b-b57a675b687c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.005571
10.0.0.33 - - [2026-06-08 03:51:57] "POST /neutron/network HTTP/1.1" 200 832 0.009145
10.0.0.33 - - [2026-06-08 03:51:57] "POST /neutron/port HTTP/1.1" 200 117 0.001945
10.0.0.33 - - [2026-06-08 03:51:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005085
10.0.0.33 - - [2026-06-08 03:51:59] "GET /virtual-network/ea0dff36-4c68-4570-8e8b-b57a675b687c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.007740
10.0.0.33 - - [2026-06-08 03:52:00] "POST /neutron/port HTTP/1.1" 200 1216 0.018678
10.0.0.33 - - [2026-06-08 03:52:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005505
10.0.0.33 - - [2026-06-08 03:52:00] "POST /neutron/port HTTP/1.1" 200 117 0.001252
10.0.0.33 - - [2026-06-08 03:52:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003996
10.0.0.33 - - [2026-06-08 03:52:03] "GET /virtual-network/ea0dff36-4c68-4570-8e8b-b57a675b687c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.007585
10.0.0.33 - - [2026-06-08 03:52:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004775
10.0.0.33 - - [2026-06-08 03:52:07] "GET /virtual-network/ea0dff36-4c68-4570-8e8b-b57a675b687c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.007590
10.0.0.33 - - [2026-06-08 03:52:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.005206
10.0.0.33 - - [2026-06-08 03:52:11] "GET /virtual-network/ea0dff36-4c68-4570-8e8b-b57a675b687c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.008357
10.0.0.33 - - [2026-06-08 03:52:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004014
10.0.0.33 - - [2026-06-08 03:52:15] "GET /virtual-network/ea0dff36-4c68-4570-8e8b-b57a675b687c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.006107
10.0.0.33 - - [2026-06-08 03:52:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004489
10.0.0.33 - - [2026-06-08 03:52:19] "GET /virtual-network/ea0dff36-4c68-4570-8e8b-b57a675b687c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.009123
10.0.0.33 - - [2026-06-08 03:52:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003838
10.0.0.33 - - [2026-06-08 03:52:21] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004452
10.0.0.33 - - [2026-06-08 03:52:21] "GET /virtual-networks?parent_id=ce3c21ee-dd1d-496d-ab1e-355a04aedea4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003927
10.0.0.33 - - [2026-06-08 03:52:21] "GET /virtual-network/ea0dff36-4c68-4570-8e8b-b57a675b687c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.005843
10.0.0.33 - - [2026-06-08 03:52:21] "POST /neutron/security_group HTTP/1.1" 200 2056 0.013449
10.0.0.33 - - [2026-06-08 03:52:31] "POST /neutron/port HTTP/1.1" 200 1122 0.027176
10.0.0.33 - - [2026-06-08 03:52:32] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008056
10.0.0.249 - - [2026-06-08 03:52:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000626
10.0.0.249 - - [2026-06-08 03:52:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000610
10.0.0.249 - - [2026-06-08 03:52:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000554
10.0.0.33 - - [2026-06-08 03:52:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000423
10.0.0.249 - - [2026-06-08 03:52:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000254
10.0.0.33 - - [2026-06-08 03:52:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000439
10.0.0.27 - - [2026-06-08 03:52:37] "GET /global-system-configs HTTP/1.1" 401 292 0.002158
10.0.0.27 - - [2026-06-08 03:52:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000593
10.0.0.33 - - [2026-06-08 03:52:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000562
10.0.0.33 - - [2026-06-08 03:52:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000822
10.0.0.27 - - [2026-06-08 03:52:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000531
10.0.0.27 - - [2026-06-08 03:52:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000729
10.0.0.33 - - [2026-06-08 03:52:42] "POST /neutron/port HTTP/1.1" 200 1122 0.043235
10.0.0.33 - - [2026-06-08 03:52:42] "POST /neutron/security_group HTTP/1.1" 200 2056 0.014749
10.0.0.33 - - [2026-06-08 03:52:42] "POST /neutron/port HTTP/1.1" 200 1122 0.021013
10.0.0.33 - - [2026-06-08 03:52:43] "POST /neutron/network HTTP/1.1" 200 822 0.008839
10.0.0.33 - - [2026-06-08 03:52:43] "POST /id-to-fqname HTTP/1.1" 200 218 0.001407
10.0.0.33 - - [2026-06-08 03:52:43] "GET /virtual-machine/a3b8f73f-dd2c-44d5-9284-ffc77c94fb1e HTTP/1.1" 200 1291 0.004641
10.0.0.33 - - [2026-06-08 03:52:43] "GET /virtual-machine-interface/2c5bcacd-f8cb-460d-97ba-8408b0b5f414 HTTP/1.1" 200 2931 0.005672
10.0.0.33 - - [2026-06-08 03:52:43] "GET /instance-ip/a99519da-8637-49d6-a583-9e8a689c8181 HTTP/1.1" 200 1617 0.009799
10.0.0.33 - - [2026-06-08 03:52:43] "GET /virtual-machine-interface/2c5bcacd-f8cb-460d-97ba-8408b0b5f414?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2710 0.011974
10.0.0.33 - - [2026-06-08 03:52:43] "PUT /virtual-machine-interface/2c5bcacd-f8cb-460d-97ba-8408b0b5f414 HTTP/1.1" 200 284 0.027301
10.0.0.33 - - [2026-06-08 03:52:59] "POST /neutron/network HTTP/1.1" 200 1121 0.010198
10.0.0.33 - - [2026-06-08 03:52:59] "POST /neutron/subnet HTTP/1.1" 200 1374 0.016613
10.0.0.33 - - [2026-06-08 03:52:59] "POST /neutron/network HTTP/1.1" 200 1111 0.013476
10.0.0.33 - - [2026-06-08 03:53:00] "POST /neutron/network HTTP/1.1" 200 939 0.009643
10.0.0.33 - - [2026-06-08 03:53:00] "POST /neutron/port HTTP/1.1" 200 117 0.001809
10.0.0.33 - - [2026-06-08 03:53:38] "GET /obj-perms HTTP/1.1" 200 5056 0.070825
10.0.0.33 - - [2026-06-08 03:54:00] "POST /neutron/port HTTP/1.1" 200 1109 0.023226
10.0.0.33 - - [2026-06-08 03:54:00] "POST /neutron/subnet HTTP/1.1" 200 708 0.011645
10.0.0.33 - - [2026-06-08 03:54:01] "POST /neutron/port HTTP/1.1" 200 1122 0.027937
10.0.0.33 - - [2026-06-08 03:54:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007620
10.0.0.33 - - [2026-06-08 03:54:01] "POST /neutron/network HTTP/1.1" 200 822 0.009008
10.0.0.33 - - [2026-06-08 03:54:19] "DELETE /instance-ip/e1953e0e-a448-4a83-8172-d06bf6d33074 HTTP/1.1" 200 115 0.080222
10.0.0.33 - - [2026-06-08 03:54:19] "DELETE /virtual-machine-interface/3475dc8a-050a-494d-9dd7-13df10300499 HTTP/1.1" 200 115 0.117893
10.0.0.33 - - [2026-06-08 03:54:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004778
10.0.0.33 - - [2026-06-08 03:54:19] "GET /virtual-network/ea0dff36-4c68-4570-8e8b-b57a675b687c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.008523
10.0.0.33 - - [2026-06-08 03:54:19] "PUT /virtual-network/ea0dff36-4c68-4570-8e8b-b57a675b687c HTTP/1.1" 200 264 0.059849
10.0.0.33 - - [2026-06-08 03:54:19] "POST /neutron/network HTTP/1.1" 400 204 0.046484
10.0.0.249 - - [2026-06-08 03:54:19] "POST /ref-update HTTP/1.1" 200 156 0.083815
10.0.0.33 - - [2026-06-08 03:54:20] "POST /neutron/port HTTP/1.1" 200 117 0.005120
10.0.0.33 - - [2026-06-08 03:54:20] "POST /neutron/port HTTP/1.1" 200 1112 0.016999
10.0.0.249 - - [2026-06-08 03:54:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004000
10.0.0.27 - - [2026-06-08 03:54:21] "POST /useragent-kv HTTP/1.1" 200 115 0.051247
10.0.0.27 - - [2026-06-08 03:54:21] "POST /useragent-kv HTTP/1.1" 200 115 0.003404
10.0.0.33 - - [2026-06-08 03:54:21] "POST /neutron/network HTTP/1.1" 200 151 0.216935
10.0.0.27 - - [2026-06-08 03:54:23] "GET /projects?obj_uuids=ce3c21ee-dd1d-496d-ab1e-355a04aedea4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002121
10.0.0.33 - - [2026-06-08 03:54:23] "GET /project/ce3c21ee-dd1d-496d-ab1e-355a04aedea4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.086422
10.0.0.27 - - [2026-06-08 03:54:23] "GET /projects?obj_uuids=ce3c21ee-dd1d-496d-ab1e-355a04aedea4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002623
10.0.0.33 - - [2026-06-08 03:54:23] "GET /project/ce3c21ee-dd1d-496d-ab1e-355a04aedea4?fields=virtual_networks HTTP/1.1" 200 1029 0.052870
10.0.0.27 - - [2026-06-08 03:54:23] "GET /projects?obj_uuids=ce3c21ee-dd1d-496d-ab1e-355a04aedea4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001312
10.0.0.33 - - [2026-06-08 03:54:23] "GET /project/ce3c21ee-dd1d-496d-ab1e-355a04aedea4?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.059420
10.0.0.27 - - [2026-06-08 03:54:23] "GET /projects?obj_uuids=ce3c21ee-dd1d-496d-ab1e-355a04aedea4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001322
10.0.0.33 - - [2026-06-08 03:54:23] "GET /project/ce3c21ee-dd1d-496d-ab1e-355a04aedea4?fields=security_groups HTTP/1.1" 200 1253 0.050719
10.0.0.33 - - [2026-06-08 03:54:24] "POST /fqname-to-id HTTP/1.1" 404 185 0.031773
10.0.0.27 - - [2026-06-08 03:54:24] "GET /projects?obj_uuids=cc297c25-b3fe-4d9a-9bfa-8e2d3178c016&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004209
10.0.0.27 - - [2026-06-08 03:54:24] "GET /domains?obj_uuids=2441b78a-01cc-4005-9aa7-6b434eb6fb41&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001554
10.0.0.27 - - [2026-06-08 03:54:24] "GET /domain/2441b78a-01cc-4005-9aa7-6b434eb6fb41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.038593
10.0.0.27 - - [2026-06-08 03:54:25] "POST /id-to-fqname HTTP/1.1" 200 187 0.003613
10.0.0.27 - - [2026-06-08 03:54:25] "POST /fqname-to-id HTTP/1.1" 404 196 0.005180
10.0.0.27 - - [2026-06-08 03:54:25] "POST /security-groups HTTP/1.1" 200 588 0.085979
10.0.0.27 - - [2026-06-08 03:54:25] "POST /projects HTTP/1.1" 200 579 0.335386
10.0.0.249 - - [2026-06-08 03:54:25] "POST /access-control-lists HTTP/1.1" 200 593 0.044287
10.0.0.27 - - [2026-06-08 03:54:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.438322
10.0.0.33 - - [2026-06-08 03:54:25] "GET /project/cc297c25-b3fe-4d9a-9bfa-8e2d3178c016?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1352 0.633968
10.0.0.33 - - [2026-06-08 03:54:26] "GET / HTTP/1.1" 200 35931 0.003753
10.0.0.33 - - [2026-06-08 03:54:28] "POST /fqname-to-id HTTP/1.1" 401 292 0.000566
10.0.0.33 - - [2026-06-08 03:54:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.068799
10.0.0.27 - - [2026-06-08 03:54:28] "GET /projects?obj_uuids=cc297c25-b3fe-4d9a-9bfa-8e2d3178c016&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001651
10.0.0.33 - - [2026-06-08 03:54:28] "GET /project/cc297c25-b3fe-4d9a-9bfa-8e2d3178c016?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1352 0.054423
10.0.0.249 - - [2026-06-08 03:54:28] "POST /route-targets HTTP/1.1" 200 327 0.019072
10.0.0.27 - - [2026-06-08 03:54:29] "POST /useragent-kv HTTP/1.1" 200 115 0.008166
10.0.0.33 - - [2026-06-08 03:54:29] "POST /neutron/subnet HTTP/1.1" 200 729 0.258301
10.0.0.33 - - [2026-06-08 03:54:29] "POST /id-to-fqname HTTP/1.1" 200 221 0.002047
10.0.0.33 - - [2026-06-08 03:54:29] "GET /virtual-network/03d5e352-d416-44dd-8690-390d96557b91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006514
10.0.0.33 - - [2026-06-08 03:54:29] "GET /virtual-network/03d5e352-d416-44dd-8690-390d96557b91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.009917
10.0.0.33 - - [2026-06-08 03:54:29] "POST /neutron/network HTTP/1.1" 200 830 0.012268
10.0.0.33 - - [2026-06-08 03:54:29] "POST /fqname-to-id HTTP/1.1" 404 207 0.005464
10.0.0.33 - - [2026-06-08 03:54:29] "GET /virtual-network/03d5e352-d416-44dd-8690-390d96557b91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007994
10.0.0.33 - - [2026-06-08 03:54:29] "GET /virtual-machine-interface/e39724bd-0341-4d03-a283-883207806899?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2351 0.010598
10.0.0.33 - - [2026-06-08 03:54:29] "GET /virtual-machine-interface/e39724bd-0341-4d03-a283-883207806899?fields=instance_ip_back_refs HTTP/1.1" 200 1320 0.010148
10.0.0.33 - - [2026-06-08 03:54:29] "GET /instance-ip/c1a98bd8-59a5-43cf-9086-dfee79520c60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1602 0.005629
10.0.0.33 - - [2026-06-08 03:54:29] "POST /id-to-fqname HTTP/1.1" 200 221 0.002057
10.0.0.33 - - [2026-06-08 03:54:29] "POST /neutron/port HTTP/1.1" 200 4190 0.047608
10.0.0.27 - - [2026-06-08 03:54:30] "GET /projects?obj_uuids=cc297c25-b3fe-4d9a-9bfa-8e2d3178c016&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001164
10.0.0.33 - - [2026-06-08 03:54:30] "GET /project/cc297c25-b3fe-4d9a-9bfa-8e2d3178c016?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1352 0.097309
10.0.0.33 - - [2026-06-08 03:54:31] "POST /neutron/port HTTP/1.1" 200 4190 0.036722
10.0.0.33 - - [2026-06-08 03:54:31] "POST /id-to-fqname HTTP/1.1" 200 221 0.001564
10.0.0.33 - - [2026-06-08 03:54:31] "POST /neutron/port HTTP/1.1" 200 984 0.013148
10.0.0.33 - - [2026-06-08 03:54:31] "POST /neutron/port HTTP/1.1" 200 984 0.015497
10.0.0.33 - - [2026-06-08 03:54:31] "POST /neutron/port HTTP/1.1" 200 4190 0.053935
10.0.0.27 - - [2026-06-08 03:54:31] "GET /projects?obj_uuids=cc297c25-b3fe-4d9a-9bfa-8e2d3178c016&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.002634
10.0.0.33 - - [2026-06-08 03:54:31] "GET /project/cc297c25-b3fe-4d9a-9bfa-8e2d3178c016?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1352 0.051082
10.0.0.33 - - [2026-06-08 03:54:31] "POST /fqname-to-id HTTP/1.1" 404 208 0.003753
10.0.0.33 - - [2026-06-08 03:54:31] "POST /interface-route-tables HTTP/1.1" 200 556 0.063610
10.0.0.33 - - [2026-06-08 03:54:31] "GET /interface-route-table/9ca2ff9e-bf6d-4202-9ff2-b708fbc7663e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1275 0.015296
10.0.0.33 - - [2026-06-08 03:54:32] "POST /neutron/port HTTP/1.1" 200 1058 0.060584
10.0.0.33 - - [2026-06-08 03:54:32] "POST /neutron/port HTTP/1.1" 200 984 0.020709
10.0.0.33 - - [2026-06-08 03:54:32] "POST /neutron/port HTTP/1.1" 200 984 0.024402
10.0.0.33 - - [2026-06-08 03:54:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004246
10.0.0.33 - - [2026-06-08 03:54:32] "POST /neutron/network HTTP/1.1" 200 830 0.007659
10.0.0.33 - - [2026-06-08 03:54:32] "POST /neutron/subnet HTTP/1.1" 200 703 0.013571
10.0.0.33 - - [2026-06-08 03:54:32] "GET /virtual-machine-interface/e39724bd-0341-4d03-a283-883207806899?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2664 0.018527
10.0.0.33 - - [2026-06-08 03:54:33] "POST /ref-update HTTP/1.1" 200 156 0.035953
10.0.0.33 - - [2026-06-08 03:54:33] "POST /neutron/port HTTP/1.1" 200 1122 0.021857
10.0.0.33 - - [2026-06-08 03:54:38] "POST /neutron/security_group HTTP/1.1" 200 2055 0.008034
10.0.0.33 - - [2026-06-08 03:54:38] "POST /neutron/port HTTP/1.1" 200 1122 0.021432
10.0.0.33 - - [2026-06-08 03:54:38] "POST /neutron/security_group HTTP/1.1" 200 2055 0.009022
10.0.0.33 - - [2026-06-08 03:54:38] "GET /virtual-machine/e7878d98-4f21-4bd3-98ed-f8ba2b40eb7f HTTP/1.1" 401 292 0.000494
10.0.0.33 - - [2026-06-08 03:54:39] "GET /virtual-machine/e7878d98-4f21-4bd3-98ed-f8ba2b40eb7f HTTP/1.1" 200 1290 0.045187
10.0.0.33 - - [2026-06-08 03:54:39] "GET /virtual-machine/e7878d98-4f21-4bd3-98ed-f8ba2b40eb7f HTTP/1.1" 200 1290 0.005283
10.0.0.33 - - [2026-06-08 03:54:39] "GET /virtual-machine-interface/c27de24f-e0ad-46b0-bde2-1a3816ee25f6 HTTP/1.1" 200 2939 0.007542
10.0.0.33 - - [2026-06-08 03:54:39] "GET /virtual-machine/e7878d98-4f21-4bd3-98ed-f8ba2b40eb7f HTTP/1.1" 200 1290 0.007312
10.0.0.33 - - [2026-06-08 03:54:39] "GET /virtual-machine-interface/c27de24f-e0ad-46b0-bde2-1a3816ee25f6 HTTP/1.1" 200 2939 0.006338
10.0.0.33 - - [2026-06-08 03:54:39] "GET /instance-ip/c7faed14-485e-49e3-8f16-77bd85d199b2 HTTP/1.1" 200 1620 0.009862
10.0.0.33 - - [2026-06-08 03:54:39] "GET /virtual-machine/e7878d98-4f21-4bd3-98ed-f8ba2b40eb7f HTTP/1.1" 200 1290 0.005647
10.0.0.33 - - [2026-06-08 03:54:39] "GET /virtual-machine-interface/c27de24f-e0ad-46b0-bde2-1a3816ee25f6 HTTP/1.1" 200 2939 0.005729
10.0.0.33 - - [2026-06-08 03:54:39] "GET /instance-ip/c7faed14-485e-49e3-8f16-77bd85d199b2 HTTP/1.1" 200 1620 0.006642
10.0.0.33 - - [2026-06-08 03:54:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003953
10.0.0.33 - - [2026-06-08 03:54:39] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005097
10.0.0.33 - - [2026-06-08 03:54:39] "GET /virtual-networks?parent_id=cc297c25-b3fe-4d9a-9bfa-8e2d3178c016&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004273
10.0.0.33 - - [2026-06-08 03:54:39] "GET /virtual-network/03d5e352-d416-44dd-8690-390d96557b91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007732
10.0.0.33 - - [2026-06-08 03:54:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.005167
10.0.0.33 - - [2026-06-08 03:54:39] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007297
10.0.0.33 - - [2026-06-08 03:54:39] "GET /virtual-networks?parent_id=cc297c25-b3fe-4d9a-9bfa-8e2d3178c016&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004938
10.0.0.33 - - [2026-06-08 03:54:39] "GET /virtual-network/03d5e352-d416-44dd-8690-390d96557b91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.015543
10.0.0.33 - - [2026-06-08 03:54:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.005283
10.0.0.33 - - [2026-06-08 03:54:39] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006536
10.0.0.33 - - [2026-06-08 03:54:39] "GET /virtual-networks?parent_id=cc297c25-b3fe-4d9a-9bfa-8e2d3178c016&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004742
10.0.0.33 - - [2026-06-08 03:54:39] "GET /virtual-network/03d5e352-d416-44dd-8690-390d96557b91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007727
10.0.0.33 - - [2026-06-08 03:54:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003872
10.0.0.33 - - [2026-06-08 03:54:39] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004494
10.0.0.33 - - [2026-06-08 03:54:39] "GET /virtual-networks?parent_id=cc297c25-b3fe-4d9a-9bfa-8e2d3178c016&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003297
10.0.0.33 - - [2026-06-08 03:54:39] "GET /virtual-network/03d5e352-d416-44dd-8690-390d96557b91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007504
10.0.0.33 - - [2026-06-08 03:54:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.008346
10.0.0.249 - - [2026-06-08 03:54:39] "DELETE /access-control-list/cdc21fec-3127-4a74-9142-b4f59085bf12 HTTP/1.1" 200 115 0.070496
10.0.0.33 - - [2026-06-08 03:54:39] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004194
10.0.0.33 - - [2026-06-08 03:54:39] "GET /virtual-networks?parent_id=cc297c25-b3fe-4d9a-9bfa-8e2d3178c016&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.010423
10.0.0.33 - - [2026-06-08 03:54:39] "GET /virtual-network/03d5e352-d416-44dd-8690-390d96557b91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.013347
10.0.0.33 - - [2026-06-08 03:54:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.008417
10.0.0.33 - - [2026-06-08 03:54:40] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.013614
10.0.0.33 - - [2026-06-08 03:54:40] "GET /virtual-networks?parent_id=cc297c25-b3fe-4d9a-9bfa-8e2d3178c016&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.006157
10.0.0.33 - - [2026-06-08 03:54:40] "GET /virtual-network/03d5e352-d416-44dd-8690-390d96557b91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.012527
10.0.0.33 - - [2026-06-08 03:54:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005225
10.0.0.33 - - [2026-06-08 03:54:40] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006457
10.0.0.33 - - [2026-06-08 03:54:40] "GET /virtual-networks?parent_id=cc297c25-b3fe-4d9a-9bfa-8e2d3178c016&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004705
10.0.0.33 - - [2026-06-08 03:54:40] "GET /virtual-network/03d5e352-d416-44dd-8690-390d96557b91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.008502
10.0.0.27 - - [2026-06-08 03:54:41] "DELETE /project/cc297c25b3fe4d9a9bfa8e2d3178c016 HTTP/1.1" 404 173 0.004249
10.0.0.27 - - [2026-06-08 03:54:41] "DELETE /project/ce3c21ee-dd1d-496d-ab1e-355a04aedea4 HTTP/1.1" 404 177 0.007771
10.0.0.33 - - [2026-06-08 03:54:42] "POST /neutron/port HTTP/1.1" 200 1086 0.025997
10.0.0.33 - - [2026-06-08 03:54:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003774
10.0.0.33 - - [2026-06-08 03:54:43] "GET /virtual-network/03d5e352-d416-44dd-8690-390d96557b91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007657
10.0.0.33 - - [2026-06-08 03:54:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003920
10.0.0.33 - - [2026-06-08 03:54:45] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004780
10.0.0.33 - - [2026-06-08 03:54:45] "GET /virtual-networks?parent_id=cc297c25-b3fe-4d9a-9bfa-8e2d3178c016&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004188
10.0.0.33 - - [2026-06-08 03:54:45] "GET /virtual-network/03d5e352-d416-44dd-8690-390d96557b91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.009665
10.0.0.33 - - [2026-06-08 03:54:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003747
10.0.0.33 - - [2026-06-08 03:54:45] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004211
10.0.0.33 - - [2026-06-08 03:54:45] "GET /virtual-networks?parent_id=cc297c25-b3fe-4d9a-9bfa-8e2d3178c016&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003813
10.0.0.33 - - [2026-06-08 03:54:45] "GET /virtual-network/03d5e352-d416-44dd-8690-390d96557b91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006392
10.0.0.33 - - [2026-06-08 03:54:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004649
10.0.0.33 - - [2026-06-08 03:54:45] "GET /routing-instance/75b00245-7c1d-4c4b-b54a-e538f9474e49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.011071
10.0.0.33 - - [2026-06-08 03:54:45] "GET /route-target/8a878c41-58dd-4de7-9b8b-52edb88bba4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005199
10.0.0.33 - - [2026-06-08 03:54:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004681
10.0.0.33 - - [2026-06-08 03:54:46] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005099
10.0.0.33 - - [2026-06-08 03:54:46] "GET /virtual-networks?parent_id=cc297c25-b3fe-4d9a-9bfa-8e2d3178c016&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.006941
10.0.0.33 - - [2026-06-08 03:54:46] "GET /virtual-network/03d5e352-d416-44dd-8690-390d96557b91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007812
10.0.0.33 - - [2026-06-08 03:54:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004438
10.0.0.33 - - [2026-06-08 03:54:46] "GET /routing-instance/75b00245-7c1d-4c4b-b54a-e538f9474e49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.009428
10.0.0.33 - - [2026-06-08 03:54:46] "GET /route-target/8a878c41-58dd-4de7-9b8b-52edb88bba4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005661
10.0.0.33 - - [2026-06-08 03:54:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004669
10.0.0.33 - - [2026-06-08 03:54:46] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007255
10.0.0.33 - - [2026-06-08 03:54:46] "GET /virtual-networks?parent_id=cc297c25-b3fe-4d9a-9bfa-8e2d3178c016&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004698
10.0.0.33 - - [2026-06-08 03:54:46] "GET /virtual-network/03d5e352-d416-44dd-8690-390d96557b91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.008649
10.0.0.33 - - [2026-06-08 03:54:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.006166
10.0.0.33 - - [2026-06-08 03:54:46] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006632
10.0.0.33 - - [2026-06-08 03:54:46] "GET /virtual-networks?parent_id=cc297c25-b3fe-4d9a-9bfa-8e2d3178c016&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.006032
10.0.0.33 - - [2026-06-08 03:54:46] "GET /virtual-network/03d5e352-d416-44dd-8690-390d96557b91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006933
10.0.0.33 - - [2026-06-08 03:54:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004628
10.0.0.33 - - [2026-06-08 03:54:46] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005895
10.0.0.33 - - [2026-06-08 03:54:46] "GET /virtual-networks?parent_id=cc297c25-b3fe-4d9a-9bfa-8e2d3178c016&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004030
10.0.0.33 - - [2026-06-08 03:54:46] "GET /virtual-network/03d5e352-d416-44dd-8690-390d96557b91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007384
10.0.0.27 - - [2026-06-08 03:54:47] "GET /obj-perms HTTP/1.1" 200 5024 0.066294
10.0.0.33 - - [2026-06-08 03:54:47] "GET /obj-perms HTTP/1.1" 200 5024 0.065391
10.0.0.33 - - [2026-06-08 03:54:47] "GET /obj-perms HTTP/1.1" 200 5024 0.005678
10.0.0.27 - - [2026-06-08 03:54:47] "GET /obj-perms HTTP/1.1" 200 5024 0.010422
10.0.0.249 - - [2026-06-08 03:54:48] "GET /obj-perms HTTP/1.1" 200 5024 0.056495
10.0.0.33 - - [2026-06-08 03:54:48] "POST /neutron/security_group HTTP/1.1" 200 2055 0.010602
10.0.0.33 - - [2026-06-08 03:54:48] "POST /neutron/port HTTP/1.1" 200 1086 0.026935
10.0.0.33 - - [2026-06-08 03:54:48] "GET /virtual-machine/0464a993-3ce0-43f7-920a-0e4f82ecb1a0 HTTP/1.1" 200 1266 0.007800
10.0.0.33 - - [2026-06-08 03:54:48] "GET /virtual-machine-interface/e39724bd-0341-4d03-a283-883207806899 HTTP/1.1" 200 3151 0.007772
10.0.0.33 - - [2026-06-08 03:54:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005451
10.0.0.33 - - [2026-06-08 03:54:48] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005715
10.0.0.33 - - [2026-06-08 03:54:48] "GET /virtual-networks?parent_id=cc297c25-b3fe-4d9a-9bfa-8e2d3178c016&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.005485
10.0.0.33 - - [2026-06-08 03:54:48] "GET /virtual-network/03d5e352-d416-44dd-8690-390d96557b91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.008503
10.0.0.33 - - [2026-06-08 03:54:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.005821
10.0.0.33 - - [2026-06-08 03:54:49] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005631
10.0.0.33 - - [2026-06-08 03:54:49] "GET /virtual-networks?parent_id=cc297c25-b3fe-4d9a-9bfa-8e2d3178c016&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004239
10.0.0.33 - - [2026-06-08 03:54:49] "GET /virtual-network/03d5e352-d416-44dd-8690-390d96557b91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007578
10.0.0.33 - - [2026-06-08 03:54:50] "GET /virtual-network/03d5e352-d416-44dd-8690-390d96557b91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007368
10.0.0.33 - - [2026-06-08 03:54:50] "GET /obj-perms HTTP/1.1" 200 5024 0.005226
10.0.0.27 - - [2026-06-08 03:54:50] "GET /obj-perms HTTP/1.1" 200 5024 0.005230
10.0.0.33 - - [2026-06-08 03:54:51] "GET /virtual-machine/e7878d98-4f21-4bd3-98ed-f8ba2b40eb7f HTTP/1.1" 200 1290 0.005202
10.0.0.33 - - [2026-06-08 03:54:51] "POST /neutron/port HTTP/1.1" 200 1112 0.018992
10.0.0.33 - - [2026-06-08 03:54:53] "GET /virtual-machine/e7878d98-4f21-4bd3-98ed-f8ba2b40eb7f HTTP/1.1" 404 171 0.005091
10.0.0.33 - - [2026-06-08 03:54:53] "GET /virtual-machine/e7878d98-4f21-4bd3-98ed-f8ba2b40eb7f HTTP/1.1" 404 171 0.005280
10.0.0.33 - - [2026-06-08 03:54:53] "GET /virtual-machine/e7878d98-4f21-4bd3-98ed-f8ba2b40eb7f HTTP/1.1" 404 171 0.004603
10.0.0.33 - - [2026-06-08 03:54:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004012
10.0.0.33 - - [2026-06-08 03:54:53] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004374
10.0.0.33 - - [2026-06-08 03:54:53] "GET /virtual-networks?parent_id=cc297c25-b3fe-4d9a-9bfa-8e2d3178c016&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.005002
10.0.0.33 - - [2026-06-08 03:54:53] "GET /virtual-network/03d5e352-d416-44dd-8690-390d96557b91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006940
10.0.0.33 - - [2026-06-08 03:54:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004616
10.0.0.33 - - [2026-06-08 03:54:53] "GET /routing-instance/75b00245-7c1d-4c4b-b54a-e538f9474e49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.006225
10.0.0.33 - - [2026-06-08 03:54:53] "GET /route-target/8a878c41-58dd-4de7-9b8b-52edb88bba4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.006541
10.0.0.33 - - [2026-06-08 03:54:59] "GET /obj-perms HTTP/1.1" 200 5024 0.005049
10.0.0.27 - - [2026-06-08 03:54:59] "GET /obj-perms HTTP/1.1" 200 5024 0.005795
10.0.0.33 - - [2026-06-08 03:55:02] "POST /neutron/port HTTP/1.1" 200 1216 0.029931
10.0.0.33 - - [2026-06-08 03:55:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006439
10.0.0.33 - - [2026-06-08 03:55:02] "POST /neutron/port HTTP/1.1" 200 117 0.001944
10.0.0.33 - - [2026-06-08 03:55:09] "GET /obj-perms HTTP/1.1" 200 5024 0.005632
10.0.0.27 - - [2026-06-08 03:55:09] "GET /obj-perms HTTP/1.1" 200 5024 0.007513
10.0.0.33 - - [2026-06-08 03:55:12] "GET /obj-perms HTTP/1.1" 200 5024 0.004733
10.0.0.33 - - [2026-06-08 03:55:12] "GET /interface-route-table/9ca2ff9e-bf6d-4202-9ff2-b708fbc7663e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1275 0.005446
10.0.0.33 - - [2026-06-08 03:55:12] "GET /virtual-machine-interface/e39724bd-0341-4d03-a283-883207806899?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2930 0.007791
10.0.0.33 - - [2026-06-08 03:55:12] "POST /ref-update HTTP/1.1" 200 156 0.020758
10.0.0.33 - - [2026-06-08 03:55:12] "DELETE /interface-route-table/9ca2ff9e-bf6d-4202-9ff2-b708fbc7663e HTTP/1.1" 200 115 0.040798
10.0.0.33 - - [2026-06-08 03:55:12] "POST /neutron/port HTTP/1.1" 200 151 0.235725
10.0.0.27 - - [2026-06-08 03:55:14] "GET /projects?obj_uuids=cc297c25-b3fe-4d9a-9bfa-8e2d3178c016&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001242
10.0.0.33 - - [2026-06-08 03:55:14] "GET /project/cc297c25-b3fe-4d9a-9bfa-8e2d3178c016?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1352 0.048368
10.0.0.27 - - [2026-06-08 03:55:14] "GET /projects?obj_uuids=cc297c25-b3fe-4d9a-9bfa-8e2d3178c016&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001087
10.0.0.33 - - [2026-06-08 03:55:14] "GET /project/cc297c25-b3fe-4d9a-9bfa-8e2d3178c016?fields=virtual_networks HTTP/1.1" 200 1027 0.038585
10.0.0.27 - - [2026-06-08 03:55:14] "GET /projects?obj_uuids=cc297c25-b3fe-4d9a-9bfa-8e2d3178c016&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001391
10.0.0.33 - - [2026-06-08 03:55:14] "GET /project/cc297c25-b3fe-4d9a-9bfa-8e2d3178c016?fields=virtual_machine_interfaces HTTP/1.1" 200 1027 0.051866
10.0.0.27 - - [2026-06-08 03:55:14] "GET /projects?obj_uuids=cc297c25-b3fe-4d9a-9bfa-8e2d3178c016&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001489
10.0.0.33 - - [2026-06-08 03:55:14] "GET /project/cc297c25-b3fe-4d9a-9bfa-8e2d3178c016?fields=security_groups HTTP/1.1" 200 1250 0.040806
10.0.0.33 - - [2026-06-08 03:55:15] "POST /fqname-to-id HTTP/1.1" 404 192 0.031550
10.0.0.27 - - [2026-06-08 03:55:15] "GET /projects?obj_uuids=19a8c36c-0ada-4c62-9f8e-9f10fe7e0cef&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005044
10.0.0.27 - - [2026-06-08 03:55:15] "GET /domains?obj_uuids=2441b78a-01cc-4005-9aa7-6b434eb6fb41&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001432
10.0.0.27 - - [2026-06-08 03:55:15] "GET /domain/2441b78a-01cc-4005-9aa7-6b434eb6fb41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008066
10.0.0.27 - - [2026-06-08 03:55:16] "POST /id-to-fqname HTTP/1.1" 200 194 0.006089
10.0.0.27 - - [2026-06-08 03:55:16] "POST /fqname-to-id HTTP/1.1" 404 203 0.005117
10.0.0.27 - - [2026-06-08 03:55:16] "POST /security-groups HTTP/1.1" 200 595 0.081247
10.0.0.249 - - [2026-06-08 03:55:16] "POST /fqname-to-id HTTP/1.1" 404 238 0.004189
10.0.0.27 - - [2026-06-08 03:55:16] "POST /projects HTTP/1.1" 200 593 0.336288
10.0.0.27 - - [2026-06-08 03:55:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.377843
10.0.0.249 - - [2026-06-08 03:55:16] "POST /access-control-lists HTTP/1.1" 200 598 0.042698
10.0.0.33 - - [2026-06-08 03:55:16] "GET /project/19a8c36c-0ada-4c62-9f8e-9f10fe7e0cef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.557839
10.0.0.33 - - [2026-06-08 03:55:17] "GET / HTTP/1.1" 200 35931 0.004158
10.0.0.33 - - [2026-06-08 03:55:18] "POST /fqname-to-id HTTP/1.1" 401 292 0.000613
10.0.0.33 - - [2026-06-08 03:55:18] "POST /neutron/port HTTP/1.1" 200 117 0.011245
10.0.0.33 - - [2026-06-08 03:55:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.061429
10.0.0.27 - - [2026-06-08 03:55:18] "GET /projects?obj_uuids=19a8c36c-0ada-4c62-9f8e-9f10fe7e0cef&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001418
10.0.0.33 - - [2026-06-08 03:55:18] "GET /project/19a8c36c-0ada-4c62-9f8e-9f10fe7e0cef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.071870
10.0.0.27 - - [2026-06-08 03:55:18] "GET /projects?obj_uuids=19a8c36c-0ada-4c62-9f8e-9f10fe7e0cef&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001507
10.0.0.33 - - [2026-06-08 03:55:18] "POST /neutron/network HTTP/1.1" 200 609 0.200484
10.0.0.33 - - [2026-06-08 03:55:19] "POST /id-to-fqname HTTP/1.1" 200 224 0.003783
10.0.0.33 - - [2026-06-08 03:55:19] "GET /virtual-network/64b7b9b3-0e28-4413-ad79-8efca636cf4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006114
10.0.0.33 - - [2026-06-08 03:55:19] "POST /neutron/network HTTP/1.1" 200 828 0.009454
10.0.0.33 - - [2026-06-08 03:55:19] "GET /virtual-network/64b7b9b3-0e28-4413-ad79-8efca636cf4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006333
10.0.0.33 - - [2026-06-08 03:55:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005583
10.0.0.27 - - [2026-06-08 03:55:19] "GET /projects?obj_uuids=19a8c36c-0ada-4c62-9f8e-9f10fe7e0cef&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001200
10.0.0.33 - - [2026-06-08 03:55:19] "GET /project/19a8c36c-0ada-4c62-9f8e-9f10fe7e0cef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.052078
10.0.0.33 - - [2026-06-08 03:55:19] "POST /neutron/network HTTP/1.1" 200 117 0.018813
10.0.0.249 - - [2026-06-08 03:55:19] "POST /route-targets HTTP/1.1" 200 327 0.018474
10.0.0.33 - - [2026-06-08 03:55:19] "POST /neutron/network HTTP/1.1" 200 829 0.013078
10.0.0.33 - - [2026-06-08 03:55:19] "POST /id-to-fqname HTTP/1.1" 200 224 0.002340
10.0.0.33 - - [2026-06-08 03:55:19] "GET /virtual-network/1c78361f-1066-4360-9e1e-1b1fed93b25e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007324
10.0.0.33 - - [2026-06-08 03:55:19] "GET /virtual-network/1c78361f-1066-4360-9e1e-1b1fed93b25e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007020
10.0.0.33 - - [2026-06-08 03:55:19] "POST /neutron/subnet HTTP/1.1" 200 730 0.010502
10.0.0.33 - - [2026-06-08 03:55:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003784
10.0.0.27 - - [2026-06-08 03:55:19] "GET /projects?obj_uuids=19a8c36c-0ada-4c62-9f8e-9f10fe7e0cef&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001540
10.0.0.33 - - [2026-06-08 03:55:19] "GET /project/19a8c36c-0ada-4c62-9f8e-9f10fe7e0cef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.046802
10.0.0.249 - - [2026-06-08 03:55:20] "POST /ref-update HTTP/1.1" 200 156 0.035458
10.0.0.27 - - [2026-06-08 03:55:20] "POST /useragent-kv HTTP/1.1" 200 115 0.008490
10.0.0.33 - - [2026-06-08 03:55:20] "POST /neutron/subnet HTTP/1.1" 200 730 0.217526
10.0.0.33 - - [2026-06-08 03:55:20] "POST /id-to-fqname HTTP/1.1" 200 224 0.001735
10.0.0.33 - - [2026-06-08 03:55:20] "GET /virtual-network/2e1b093d-5616-4298-9956-e23b185ae4eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007046
10.0.0.33 - - [2026-06-08 03:55:20] "GET /virtual-network/2e1b093d-5616-4298-9956-e23b185ae4eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007470
10.0.0.33 - - [2026-06-08 03:55:20] "POST /neutron/network HTTP/1.1" 200 829 0.008045
10.0.0.33 - - [2026-06-08 03:55:20] "POST /fqname-to-id HTTP/1.1" 404 214 0.004051
10.0.0.33 - - [2026-06-08 03:55:20] "GET /virtual-network/1c78361f-1066-4360-9e1e-1b1fed93b25e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.008315
10.0.0.33 - - [2026-06-08 03:55:20] "GET /virtual-machine-interface/dd678b73-94ab-4d18-99d4-c984765c3d99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2374 0.009152
10.0.0.33 - - [2026-06-08 03:55:20] "GET /virtual-machine-interface/dd678b73-94ab-4d18-99d4-c984765c3d99?fields=instance_ip_back_refs HTTP/1.1" 200 1334 0.011649
10.0.0.33 - - [2026-06-08 03:55:20] "GET /instance-ip/170ee984-042b-43ce-970a-52b75a1c2e4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1611 0.005452
10.0.0.33 - - [2026-06-08 03:55:20] "POST /fqname-to-id HTTP/1.1" 404 214 0.003885
10.0.0.33 - - [2026-06-08 03:55:21] "GET /virtual-network/64b7b9b3-0e28-4413-ad79-8efca636cf4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007326
10.0.0.27 - - [2026-06-08 03:55:21] "GET /projects?obj_uuids=19a8c36c-0ada-4c62-9f8e-9f10fe7e0cef&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001121
10.0.0.33 - - [2026-06-08 03:55:21] "GET /project/19a8c36c-0ada-4c62-9f8e-9f10fe7e0cef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.050958
10.0.0.33 - - [2026-06-08 03:55:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004673
10.0.0.33 - - [2026-06-08 03:55:21] "GET /security-group/100d70b5-a559-4da5-ac80-956f7c8db36f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3766 0.007791
10.0.0.33 - - [2026-06-08 03:55:21] "POST /virtual-machine-interfaces HTTP/1.1" 200 569 0.141481
10.0.0.33 - - [2026-06-08 03:55:21] "POST /instance-ips HTTP/1.1" 200 357 0.062187
10.0.0.33 - - [2026-06-08 03:55:21] "GET /virtual-machine-interface/880d631d-568e-47ae-ab38-c946e72dd011?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2649 0.008118
10.0.0.33 - - [2026-06-08 03:55:21] "GET /virtual-machine-interface/880d631d-568e-47ae-ab38-c946e72dd011?fields=instance_ip_back_refs HTTP/1.1" 200 1335 0.012877
10.0.0.33 - - [2026-06-08 03:55:21] "GET /instance-ip/8a09f9ba-53f0-4b68-bae2-7990decfd912?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1582 0.014480
10.0.0.33 - - [2026-06-08 03:55:21] "POST /fqname-to-id HTTP/1.1" 404 214 0.005089
10.0.0.33 - - [2026-06-08 03:55:21] "GET /virtual-network/1c78361f-1066-4360-9e1e-1b1fed93b25e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.009075
10.0.0.27 - - [2026-06-08 03:55:21] "GET /projects?obj_uuids=19a8c36c-0ada-4c62-9f8e-9f10fe7e0cef&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001471
10.0.0.33 - - [2026-06-08 03:55:21] "POST /neutron/port HTTP/1.1" 200 991 0.297727
10.0.0.33 - - [2026-06-08 03:55:22] "GET /virtual-machine-interface/7e15758f-098f-4668-ad6c-1d25005d0d33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2373 0.008649
10.0.0.33 - - [2026-06-08 03:55:22] "GET /virtual-machine-interface/7e15758f-098f-4668-ad6c-1d25005d0d33?fields=instance_ip_back_refs HTTP/1.1" 200 1333 0.008084
10.0.0.33 - - [2026-06-08 03:55:22] "GET /instance-ip/89e9dc3b-3dfc-4a88-bfee-bfb0fd136d1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1611 0.006615
10.0.0.33 - - [2026-06-08 03:55:22] "POST /fqname-to-id HTTP/1.1" 404 214 0.004900
10.0.0.33 - - [2026-06-08 03:55:22] "GET /virtual-network/64b7b9b3-0e28-4413-ad79-8efca636cf4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.008775
10.0.0.27 - - [2026-06-08 03:55:22] "GET /projects?obj_uuids=19a8c36c-0ada-4c62-9f8e-9f10fe7e0cef&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003530
10.0.0.33 - - [2026-06-08 03:55:22] "GET /project/19a8c36c-0ada-4c62-9f8e-9f10fe7e0cef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.066412
10.0.0.33 - - [2026-06-08 03:55:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.005374
10.0.0.33 - - [2026-06-08 03:55:22] "GET /security-group/100d70b5-a559-4da5-ac80-956f7c8db36f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3766 0.005868
10.0.0.33 - - [2026-06-08 03:55:22] "POST /virtual-machine-interfaces HTTP/1.1" 200 569 0.114020
10.0.0.33 - - [2026-06-08 03:55:22] "POST /instance-ips HTTP/1.1" 200 357 0.041229
10.0.0.33 - - [2026-06-08 03:55:22] "GET /virtual-machine-interface/f2213544-975d-4a4c-bdd6-5100bc919b6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2649 0.006497
10.0.0.33 - - [2026-06-08 03:55:22] "GET /virtual-machine-interface/f2213544-975d-4a4c-bdd6-5100bc919b6b?fields=instance_ip_back_refs HTTP/1.1" 200 1336 0.010947
10.0.0.33 - - [2026-06-08 03:55:22] "GET /instance-ip/1f5fad2a-b7b9-4c6b-9cfd-e5294009b4e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1582 0.006382
10.0.0.33 - - [2026-06-08 03:55:22] "POST /fqname-to-id HTTP/1.1" 404 214 0.007678
10.0.0.33 - - [2026-06-08 03:55:22] "GET /virtual-network/1c78361f-1066-4360-9e1e-1b1fed93b25e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.008234
10.0.0.33 - - [2026-06-08 03:55:23] "GET /virtual-machine-interface/e8a3e80a-30a4-4955-a527-7fc929d2e337?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2374 0.011172
10.0.0.33 - - [2026-06-08 03:55:23] "GET /virtual-machine-interface/e8a3e80a-30a4-4955-a527-7fc929d2e337?fields=instance_ip_back_refs HTTP/1.1" 200 1334 0.013955
10.0.0.33 - - [2026-06-08 03:55:23] "GET /instance-ip/95898054-81a8-4ea3-a6ef-c1d7d8cf5c3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.006379
10.0.0.33 - - [2026-06-08 03:55:23] "POST /fqname-to-id HTTP/1.1" 404 214 0.004874
10.0.0.33 - - [2026-06-08 03:55:23] "GET /virtual-network/2e1b093d-5616-4298-9956-e23b185ae4eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007055
10.0.0.27 - - [2026-06-08 03:55:23] "GET /projects?obj_uuids=19a8c36c-0ada-4c62-9f8e-9f10fe7e0cef&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004808
10.0.0.33 - - [2026-06-08 03:55:23] "GET /project/19a8c36c-0ada-4c62-9f8e-9f10fe7e0cef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.068381
10.0.0.33 - - [2026-06-08 03:55:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004694
10.0.0.33 - - [2026-06-08 03:55:23] "GET /security-group/100d70b5-a559-4da5-ac80-956f7c8db36f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3766 0.006775
10.0.0.33 - - [2026-06-08 03:55:23] "POST /virtual-machine-interfaces HTTP/1.1" 200 569 0.125310
10.0.0.33 - - [2026-06-08 03:55:23] "POST /instance-ips HTTP/1.1" 200 357 0.058590
10.0.0.33 - - [2026-06-08 03:55:23] "GET /virtual-machine-interface/e275b700-07da-4953-8157-bb6c3eaf2234?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2648 0.008565
10.0.0.33 - - [2026-06-08 03:55:23] "GET /virtual-machine-interface/e275b700-07da-4953-8157-bb6c3eaf2234?fields=instance_ip_back_refs HTTP/1.1" 200 1335 0.013900
10.0.0.33 - - [2026-06-08 03:55:23] "GET /instance-ip/78dd6783-5d0f-4b56-8252-3001eb6cc7e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1582 0.005769
10.0.0.33 - - [2026-06-08 03:55:25] "POST /id-to-fqname HTTP/1.1" 200 224 0.001493
10.0.0.33 - - [2026-06-08 03:55:25] "POST /neutron/port HTTP/1.1" 200 991 0.015560
10.0.0.33 - - [2026-06-08 03:55:25] "POST /neutron/port HTTP/1.1" 200 991 0.012811
10.0.0.33 - - [2026-06-08 03:55:25] "POST /neutron/port HTTP/1.1" 200 117 0.007965
10.0.0.33 - - [2026-06-08 03:55:25] "POST /id-to-fqname HTTP/1.1" 200 224 0.002502
10.0.0.33 - - [2026-06-08 03:55:26] "POST /neutron/port HTTP/1.1" 200 991 0.016711
10.0.0.33 - - [2026-06-08 03:55:26] "POST /neutron/port HTTP/1.1" 200 991 0.018465
10.0.0.33 - - [2026-06-08 03:55:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005430
10.0.0.33 - - [2026-06-08 03:55:26] "POST /neutron/network HTTP/1.1" 200 829 0.009356
10.0.0.27 - - [2026-06-08 03:55:26] "GET /projects?obj_uuids=19a8c36c-0ada-4c62-9f8e-9f10fe7e0cef&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001505
10.0.0.33 - - [2026-06-08 03:55:26] "GET /project/19a8c36c-0ada-4c62-9f8e-9f10fe7e0cef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.075521
10.0.0.33 - - [2026-06-08 03:55:27] "POST /neutron/security_group HTTP/1.1" 200 2062 0.011752
10.0.0.33 - - [2026-06-08 03:55:27] "POST /id-to-fqname HTTP/1.1" 200 224 0.002100
10.0.0.33 - - [2026-06-08 03:55:27] "POST /neutron/security_group HTTP/1.1" 200 2062 0.011323
10.0.0.33 - - [2026-06-08 03:55:27] "POST /neutron/port HTTP/1.1" 200 991 0.053374
10.0.0.33 - - [2026-06-08 03:55:27] "POST /neutron/port HTTP/1.1" 200 991 0.035033
10.0.0.33 - - [2026-06-08 03:55:28] "POST /neutron/port HTTP/1.1" 200 6052 0.068794
10.0.0.33 - - [2026-06-08 03:55:28] "POST /neutron/security_group HTTP/1.1" 200 2062 0.014435
10.0.0.27 - - [2026-06-08 03:55:28] "GET /projects?obj_uuids=19a8c36c-0ada-4c62-9f8e-9f10fe7e0cef&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001204
10.0.0.33 - - [2026-06-08 03:55:28] "POST /neutron/port HTTP/1.1" 200 117 0.001522
10.0.0.33 - - [2026-06-08 03:55:28] "POST /neutron/router HTTP/1.1" 200 598 0.115262
10.0.0.27 - - [2026-06-08 03:55:28] "GET /projects?obj_uuids=19a8c36c-0ada-4c62-9f8e-9f10fe7e0cef&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001986
10.0.0.33 - - [2026-06-08 03:55:28] "POST /neutron/port HTTP/1.1" 200 991 0.027870
10.0.0.33 - - [2026-06-08 03:55:28] "POST /neutron/router HTTP/1.1" 200 344 0.419113
10.0.0.33 - - [2026-06-08 03:55:28] "POST /neutron/router HTTP/1.1" 200 598 0.025986
10.0.0.249 - - [2026-06-08 03:55:28] "POST /ref-update HTTP/1.1" 200 156 0.057226
10.0.0.33 - - [2026-06-08 03:55:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005639
10.0.0.33 - - [2026-06-08 03:55:29] "POST /neutron/network HTTP/1.1" 200 829 0.032099
10.0.0.33 - - [2026-06-08 03:55:29] "POST /neutron/port HTTP/1.1" 200 1093 0.022933
10.0.0.33 - - [2026-06-08 03:55:29] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008823
10.0.0.33 - - [2026-06-08 03:55:29] "GET /virtual-machine/0e87e58b-97dc-4aa7-a83b-bd78eac8b753 HTTP/1.1" 401 292 0.000453
10.0.0.33 - - [2026-06-08 03:55:30] "GET /virtual-machine/0e87e58b-97dc-4aa7-a83b-bd78eac8b753 HTTP/1.1" 200 1274 0.034730
10.0.0.33 - - [2026-06-08 03:55:30] "GET /virtual-machine-interface/dd678b73-94ab-4d18-99d4-c984765c3d99 HTTP/1.1" 200 3188 0.006144
10.0.0.33 - - [2026-06-08 03:55:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004170
10.0.0.33 - - [2026-06-08 03:55:30] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005126
10.0.0.33 - - [2026-06-08 03:55:30] "GET /virtual-networks?parent_id=19a8c36c-0ada-4c62-9f8e-9f10fe7e0cef&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.004433
10.0.0.33 - - [2026-06-08 03:55:30] "GET /virtual-network/1c78361f-1066-4360-9e1e-1b1fed93b25e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.008379
10.0.0.33 - - [2026-06-08 03:55:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.005176
10.0.0.33 - - [2026-06-08 03:55:33] "GET /virtual-network/1c78361f-1066-4360-9e1e-1b1fed93b25e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007693
10.0.0.33 - - [2026-06-08 03:55:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.005723
10.0.0.33 - - [2026-06-08 03:55:37] "GET /virtual-network/1c78361f-1066-4360-9e1e-1b1fed93b25e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.008049
10.0.0.249 - - [2026-06-08 03:55:39] "GET /obj-perms HTTP/1.1" 200 5056 0.060652
10.0.0.27 - - [2026-06-08 03:55:40] "GET /obj-perms HTTP/1.1" 200 5056 0.139671
10.0.0.249 - - [2026-06-08 03:55:40] "DELETE /access-control-list/221072bc-b9e5-4aec-b02e-a27446e740cf HTTP/1.1" 200 115 0.060614
10.0.0.27 - - [2026-06-08 03:55:41] "DELETE /project/19a8c36c0ada4c629f8e9f10fe7e0cef HTTP/1.1" 404 173 0.006111
10.0.0.27 - - [2026-06-08 03:55:41] "DELETE /project/cc297c25-b3fe-4d9a-9bfa-8e2d3178c016 HTTP/1.1" 404 177 0.005599
10.0.0.33 - - [2026-06-08 03:55:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004942
10.0.0.33 - - [2026-06-08 03:55:41] "GET /virtual-network/1c78361f-1066-4360-9e1e-1b1fed93b25e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.008193
10.0.0.33 - - [2026-06-08 03:55:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003670
10.0.0.33 - - [2026-06-08 03:55:45] "GET /virtual-network/1c78361f-1066-4360-9e1e-1b1fed93b25e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005480
10.0.0.33 - - [2026-06-08 03:55:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004700
10.0.0.33 - - [2026-06-08 03:55:49] "GET /virtual-network/1c78361f-1066-4360-9e1e-1b1fed93b25e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.010304
10.0.0.33 - - [2026-06-08 03:55:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003860
10.0.0.33 - - [2026-06-08 03:55:53] "GET /virtual-network/1c78361f-1066-4360-9e1e-1b1fed93b25e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007321
10.0.0.33 - - [2026-06-08 03:55:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.005151
10.0.0.33 - - [2026-06-08 03:55:57] "GET /virtual-network/1c78361f-1066-4360-9e1e-1b1fed93b25e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007848
10.0.0.33 - - [2026-06-08 03:56:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004637
10.0.0.33 - - [2026-06-08 03:56:01] "GET /virtual-network/1c78361f-1066-4360-9e1e-1b1fed93b25e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007214
10.0.0.33 - - [2026-06-08 03:56:03] "POST /neutron/network HTTP/1.1" 200 1121 0.012679
10.0.0.33 - - [2026-06-08 03:56:03] "POST /neutron/subnet HTTP/1.1" 200 1374 0.021839
10.0.0.33 - - [2026-06-08 03:56:03] "POST /neutron/network HTTP/1.1" 200 1111 0.011643
10.0.0.33 - - [2026-06-08 03:56:04] "POST /neutron/network HTTP/1.1" 200 939 0.036748
10.0.0.33 - - [2026-06-08 03:56:04] "POST /neutron/port HTTP/1.1" 200 117 0.001402
10.0.0.33 - - [2026-06-08 03:56:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004229
10.0.0.33 - - [2026-06-08 03:56:06] "GET /virtual-network/1c78361f-1066-4360-9e1e-1b1fed93b25e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006021
10.0.0.33 - - [2026-06-08 03:56:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.006215
10.0.0.33 - - [2026-06-08 03:56:10] "GET /virtual-network/1c78361f-1066-4360-9e1e-1b1fed93b25e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.008581
10.0.0.33 - - [2026-06-08 03:56:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005123
10.0.0.33 - - [2026-06-08 03:56:14] "GET /virtual-network/1c78361f-1066-4360-9e1e-1b1fed93b25e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.008789
10.0.0.33 - - [2026-06-08 03:56:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004435
10.0.0.33 - - [2026-06-08 03:56:18] "GET /virtual-network/1c78361f-1066-4360-9e1e-1b1fed93b25e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.008736
10.0.0.33 - - [2026-06-08 03:56:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004857
10.0.0.33 - - [2026-06-08 03:56:20] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004298
10.0.0.33 - - [2026-06-08 03:56:20] "GET /virtual-networks?parent_id=19a8c36c-0ada-4c62-9f8e-9f10fe7e0cef&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.004763
10.0.0.33 - - [2026-06-08 03:56:20] "GET /virtual-network/1c78361f-1066-4360-9e1e-1b1fed93b25e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007126
10.0.0.33 - - [2026-06-08 03:56:20] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009205
10.0.0.33 - - [2026-06-08 03:56:30] "POST /neutron/port HTTP/1.1" 200 1093 0.030071
10.0.0.33 - - [2026-06-08 03:56:31] "POST /neutron/security_group HTTP/1.1" 200 2062 0.040710
10.0.0.33 - - [2026-06-08 03:56:36] "POST /neutron/port HTTP/1.1" 200 1093 0.030833
10.0.0.33 - - [2026-06-08 03:56:41] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008569
10.0.0.33 - - [2026-06-08 03:56:46] "POST /neutron/port HTTP/1.1" 200 1129 0.030593
10.0.0.33 - - [2026-06-08 03:56:46] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008513
10.0.0.33 - - [2026-06-08 03:56:46] "GET /virtual-machine/40850390-9d30-45ed-8da1-9b0ed6988317 HTTP/1.1" 200 1296 0.010344
10.0.0.33 - - [2026-06-08 03:56:46] "GET /virtual-machine-interface/4b65fe36-fea3-4b59-bc12-35f076b81d31 HTTP/1.1" 200 2961 0.012315
10.0.0.33 - - [2026-06-08 03:56:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004623
10.0.0.33 - - [2026-06-08 03:56:46] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004603
10.0.0.33 - - [2026-06-08 03:56:46] "GET /virtual-networks?parent_id=19a8c36c-0ada-4c62-9f8e-9f10fe7e0cef&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.004410
10.0.0.33 - - [2026-06-08 03:56:46] "GET /virtual-network/2e1b093d-5616-4298-9956-e23b185ae4eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.008925
10.0.0.33 - - [2026-06-08 03:56:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004168
10.0.0.33 - - [2026-06-08 03:56:48] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005630
10.0.0.33 - - [2026-06-08 03:56:48] "GET /virtual-networks?parent_id=19a8c36c-0ada-4c62-9f8e-9f10fe7e0cef&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.004120
10.0.0.33 - - [2026-06-08 03:56:48] "GET /virtual-network/2e1b093d-5616-4298-9956-e23b185ae4eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007146
10.0.0.33 - - [2026-06-08 03:56:48] "POST /neutron/port HTTP/1.1" 200 1093 0.023826
10.0.0.33 - - [2026-06-08 03:56:48] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008349
10.0.0.33 - - [2026-06-08 03:56:48] "GET /virtual-machine/53a0621d-f727-460c-b7d2-3456b81f84ae HTTP/1.1" 200 1274 0.007066
10.0.0.33 - - [2026-06-08 03:56:48] "GET /virtual-machine-interface/e8a3e80a-30a4-4955-a527-7fc929d2e337 HTTP/1.1" 200 3188 0.008465
10.0.0.33 - - [2026-06-08 03:56:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005496
10.0.0.33 - - [2026-06-08 03:56:48] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006865
10.0.0.33 - - [2026-06-08 03:56:48] "GET /virtual-networks?parent_id=19a8c36c-0ada-4c62-9f8e-9f10fe7e0cef&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.004930
10.0.0.33 - - [2026-06-08 03:56:48] "GET /virtual-network/1c78361f-1066-4360-9e1e-1b1fed93b25e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006824
10.0.0.33 - - [2026-06-08 03:56:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.005685
10.0.0.33 - - [2026-06-08 03:56:49] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005972
10.0.0.33 - - [2026-06-08 03:56:49] "GET /virtual-networks?parent_id=19a8c36c-0ada-4c62-9f8e-9f10fe7e0cef&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.005282
10.0.0.33 - - [2026-06-08 03:56:49] "GET /virtual-network/1c78361f-1066-4360-9e1e-1b1fed93b25e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.008816
10.0.0.33 - - [2026-06-08 03:56:49] "POST /neutron/port HTTP/1.1" 200 1093 0.046238
10.0.0.33 - - [2026-06-08 03:57:05] "POST /neutron/port HTTP/1.1" 200 1109 0.018316
10.0.0.33 - - [2026-06-08 03:57:05] "POST /neutron/subnet HTTP/1.1" 200 708 0.009807
10.0.0.249 - - [2026-06-08 03:57:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000639
10.0.0.249 - - [2026-06-08 03:57:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000595
10.0.0.249 - - [2026-06-08 03:57:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000584
10.0.0.249 - - [2026-06-08 03:57:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000545
10.0.0.33 - - [2026-06-08 03:57:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000461
10.0.0.33 - - [2026-06-08 03:57:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000510
10.0.0.27 - - [2026-06-08 03:57:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000694
10.0.0.27 - - [2026-06-08 03:57:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000541
10.0.0.33 - - [2026-06-08 03:57:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000515
10.0.0.33 - - [2026-06-08 03:57:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000558
10.0.0.27 - - [2026-06-08 03:57:38] "GET /global-system-configs HTTP/1.1" 401 292 0.001543
10.0.0.27 - - [2026-06-08 03:57:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000477
10.0.0.33 - - [2026-06-08 03:58:05] "POST /neutron/port HTTP/1.1" 200 1216 0.022576
10.0.0.33 - - [2026-06-08 03:58:05] "POST /neutron/port HTTP/1.1" 200 1093 0.025268
10.0.0.33 - - [2026-06-08 03:58:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005337
10.0.0.33 - - [2026-06-08 03:58:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004676
10.0.0.33 - - [2026-06-08 03:58:05] "POST /neutron/port HTTP/1.1" 200 117 0.001273
10.0.0.33 - - [2026-06-08 03:58:05] "POST /neutron/network HTTP/1.1" 200 829 0.008138
10.0.0.33 - - [2026-06-08 03:58:29] "POST /neutron/router HTTP/1.1" 200 598 0.007261
10.0.0.33 - - [2026-06-08 03:58:29] "POST /neutron/router HTTP/1.1" 200 151 0.088598
10.0.0.249 - - [2026-06-08 03:58:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.005637
10.0.0.33 - - [2026-06-08 03:58:30] "POST /neutron/port HTTP/1.1" 200 151 0.207786
10.0.0.33 - - [2026-06-08 03:58:31] "DELETE /instance-ip/78dd6783-5d0f-4b56-8252-3001eb6cc7e7 HTTP/1.1" 200 115 0.056019
10.0.0.33 - - [2026-06-08 03:58:31] "DELETE /virtual-machine-interface/e275b700-07da-4953-8157-bb6c3eaf2234 HTTP/1.1" 200 115 0.075755
10.0.0.33 - - [2026-06-08 03:58:31] "DELETE /instance-ip/1f5fad2a-b7b9-4c6b-9cfd-e5294009b4e8 HTTP/1.1" 200 115 0.054648
10.0.0.33 - - [2026-06-08 03:58:31] "DELETE /virtual-machine-interface/f2213544-975d-4a4c-bdd6-5100bc919b6b HTTP/1.1" 200 115 0.064880
10.0.0.33 - - [2026-06-08 03:58:31] "POST /neutron/port HTTP/1.1" 200 991 0.031529
10.0.0.33 - - [2026-06-08 03:58:32] "DELETE /instance-ip/8a09f9ba-53f0-4b68-bae2-7990decfd912 HTTP/1.1" 200 115 0.061298
10.0.0.33 - - [2026-06-08 03:58:32] "DELETE /virtual-machine-interface/880d631d-568e-47ae-ab38-c946e72dd011 HTTP/1.1" 200 115 0.055362
10.0.0.33 - - [2026-06-08 03:58:32] "POST /neutron/port HTTP/1.1" 200 151 0.214596
10.0.0.33 - - [2026-06-08 03:58:32] "POST /neutron/network HTTP/1.1" 200 829 0.007935
10.0.0.249 - - [2026-06-08 03:58:32] "DELETE /route-target/8fcb0b93-3eff-4cec-8460-c7d507eb604f HTTP/1.1" 200 115 0.037740
10.0.0.249 - - [2026-06-08 03:58:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.010565
10.0.0.27 - - [2026-06-08 03:58:32] "POST /useragent-kv HTTP/1.1" 200 115 0.004088
10.0.0.27 - - [2026-06-08 03:58:32] "POST /useragent-kv HTTP/1.1" 200 115 0.003381
10.0.0.33 - - [2026-06-08 03:58:32] "POST /neutron/network HTTP/1.1" 200 151 0.152399
10.0.0.27 - - [2026-06-08 03:58:32] "GET /projects?obj_uuids=19a8c36c-0ada-4c62-9f8e-9f10fe7e0cef&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001953
10.0.0.33 - - [2026-06-08 03:58:32] "GET /project/19a8c36c-0ada-4c62-9f8e-9f10fe7e0cef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.086896
10.0.0.27 - - [2026-06-08 03:58:32] "GET /projects?obj_uuids=19a8c36c-0ada-4c62-9f8e-9f10fe7e0cef&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001198
10.0.0.33 - - [2026-06-08 03:58:32] "GET /project/19a8c36c-0ada-4c62-9f8e-9f10fe7e0cef?fields=virtual_networks HTTP/1.1" 200 1040 0.056814
10.0.0.27 - - [2026-06-08 03:58:33] "GET /projects?obj_uuids=19a8c36c-0ada-4c62-9f8e-9f10fe7e0cef&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002435
10.0.0.33 - - [2026-06-08 03:58:33] "GET /project/19a8c36c-0ada-4c62-9f8e-9f10fe7e0cef?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.060171
10.0.0.27 - - [2026-06-08 03:58:33] "GET /projects?obj_uuids=19a8c36c-0ada-4c62-9f8e-9f10fe7e0cef&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001613
10.0.0.33 - - [2026-06-08 03:58:33] "GET /project/19a8c36c-0ada-4c62-9f8e-9f10fe7e0cef?fields=security_groups HTTP/1.1" 200 1270 0.050784
10.0.0.33 - - [2026-06-08 03:58:34] "POST /fqname-to-id HTTP/1.1" 404 187 0.029167
10.0.0.27 - - [2026-06-08 03:58:34] "GET /projects?obj_uuids=f46ffda8-ae52-4a87-9aee-28eb4ab265bd&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005222
10.0.0.27 - - [2026-06-08 03:58:34] "GET /domains?obj_uuids=2441b78a-01cc-4005-9aa7-6b434eb6fb41&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001556
10.0.0.27 - - [2026-06-08 03:58:34] "GET /domain/2441b78a-01cc-4005-9aa7-6b434eb6fb41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.010185
10.0.0.27 - - [2026-06-08 03:58:34] "POST /id-to-fqname HTTP/1.1" 200 189 0.001698
10.0.0.27 - - [2026-06-08 03:58:34] "POST /fqname-to-id HTTP/1.1" 404 198 0.008158
10.0.0.27 - - [2026-06-08 03:58:34] "POST /security-groups HTTP/1.1" 200 590 0.086493
10.0.0.27 - - [2026-06-08 03:58:34] "POST /projects HTTP/1.1" 200 583 0.336376
10.0.0.249 - - [2026-06-08 03:58:34] "POST /access-control-lists HTTP/1.1" 200 595 0.037530
10.0.0.27 - - [2026-06-08 03:58:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.417451
10.0.0.33 - - [2026-06-08 03:58:34] "GET /project/f46ffda8-ae52-4a87-9aee-28eb4ab265bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.570386
10.0.0.33 - - [2026-06-08 03:58:35] "POST /neutron/port HTTP/1.1" 200 117 0.008590
10.0.0.33 - - [2026-06-08 03:58:35] "GET / HTTP/1.1" 200 35931 0.003654
10.0.0.33 - - [2026-06-08 03:58:37] "POST /fqname-to-id HTTP/1.1" 401 292 0.000516
10.0.0.33 - - [2026-06-08 03:58:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.066429
10.0.0.27 - - [2026-06-08 03:58:37] "GET /projects?obj_uuids=f46ffda8-ae52-4a87-9aee-28eb4ab265bd&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001115
10.0.0.33 - - [2026-06-08 03:58:37] "GET /project/f46ffda8-ae52-4a87-9aee-28eb4ab265bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.048059
10.0.0.27 - - [2026-06-08 03:58:38] "GET /projects?obj_uuids=f46ffda8-ae52-4a87-9aee-28eb4ab265bd&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001727
10.0.0.33 - - [2026-06-08 03:58:38] "POST /neutron/network HTTP/1.1" 200 604 0.175296
10.0.0.249 - - [2026-06-08 03:58:38] "POST /route-targets HTTP/1.1" 200 327 0.024413
10.0.0.33 - - [2026-06-08 03:58:38] "POST /id-to-fqname HTTP/1.1" 200 219 0.003934
10.0.0.33 - - [2026-06-08 03:58:38] "GET /virtual-network/f4064afb-7497-4efb-8a42-4c54d3d77350?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.007285
10.0.0.33 - - [2026-06-08 03:58:38] "POST /neutron/network HTTP/1.1" 200 822 0.010743
10.0.0.33 - - [2026-06-08 03:58:38] "GET /virtual-network/f4064afb-7497-4efb-8a42-4c54d3d77350?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.008646
10.0.0.33 - - [2026-06-08 03:58:39] "GET /virtual-network/f4064afb-7497-4efb-8a42-4c54d3d77350?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.007677
10.0.0.33 - - [2026-06-08 03:58:39] "GET /obj-perms HTTP/1.1" 200 5028 0.064854
10.0.0.33 - - [2026-06-08 03:58:40] "POST /id-to-fqname HTTP/1.1" 200 219 0.001868
10.0.0.33 - - [2026-06-08 03:58:40] "POST /neutron/port HTTP/1.1" 200 4190 0.035568
10.0.0.249 - - [2026-06-08 03:58:41] "DELETE /access-control-list/eb5cfac6-f6bd-4410-b58c-199f77292874 HTTP/1.1" 200 115 0.050017
10.0.0.27 - - [2026-06-08 03:58:41] "DELETE /project/f46ffda8ae524a879aee28eb4ab265bd HTTP/1.1" 404 173 0.002885
10.0.0.27 - - [2026-06-08 03:58:41] "DELETE /project/19a8c36c-0ada-4c62-9f8e-9f10fe7e0cef HTTP/1.1" 404 177 0.005335
10.0.0.27 - - [2026-06-08 03:58:41] "GET /projects?obj_uuids=f46ffda8-ae52-4a87-9aee-28eb4ab265bd&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002919
10.0.0.33 - - [2026-06-08 03:58:41] "GET /project/f46ffda8-ae52-4a87-9aee-28eb4ab265bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.077111
10.0.0.33 - - [2026-06-08 03:58:42] "POST /neutron/port HTTP/1.1" 200 4190 0.046888
10.0.0.33 - - [2026-06-08 03:58:42] "POST /id-to-fqname HTTP/1.1" 200 219 0.001547
10.0.0.249 - - [2026-06-08 03:58:42] "GET /obj-perms HTTP/1.1" 200 5056 0.102656
10.0.0.33 - - [2026-06-08 03:58:42] "POST /neutron/network HTTP/1.1" 200 832 0.007923
10.0.0.33 - - [2026-06-08 03:58:43] "POST /neutron/port HTTP/1.1" 200 1058 0.028849
10.0.0.27 - - [2026-06-08 03:58:43] "GET /obj-perms HTTP/1.1" 200 5056 0.220625
10.0.0.33 - - [2026-06-08 03:58:43] "POST /neutron/port HTTP/1.1" 200 1122 0.028433
10.0.0.33 - - [2026-06-08 03:58:43] "POST /neutron/port HTTP/1.1" 200 117 0.001667
10.0.0.27 - - [2026-06-08 03:58:43] "GET /projects?obj_uuids=f46ffda8-ae52-4a87-9aee-28eb4ab265bd&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001907
10.0.0.33 - - [2026-06-08 03:58:43] "GET /project/f46ffda8-ae52-4a87-9aee-28eb4ab265bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.089365
10.0.0.33 - - [2026-06-08 03:58:43] "POST /neutron/port HTTP/1.1" 200 5159 0.061750
10.0.0.33 - - [2026-06-08 03:58:44] "POST /neutron/port HTTP/1.1" 200 1122 0.024011
10.0.0.27 - - [2026-06-08 03:58:44] "GET /projects?obj_uuids=f46ffda8-ae52-4a87-9aee-28eb4ab265bd&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001157
10.0.0.33 - - [2026-06-08 03:58:44] "POST /neutron/port HTTP/1.1" 200 1058 0.383606
10.0.0.33 - - [2026-06-08 03:58:45] "POST /neutron/port HTTP/1.1" 200 1112 0.134278
10.0.0.33 - - [2026-06-08 03:58:45] "POST /neutron/subnet HTTP/1.1" 200 694 0.013277
10.0.0.33 - - [2026-06-08 03:58:49] "POST /neutron/port HTTP/1.1" 200 1122 0.024414
10.0.0.33 - - [2026-06-08 03:58:49] "POST /neutron/security_group HTTP/1.1" 200 2057 0.009007
10.0.0.33 - - [2026-06-08 03:58:49] "GET /virtual-machine/bdb3cca8-c606-4112-b51d-7e17614d828f HTTP/1.1" 401 292 0.000548
10.0.0.33 - - [2026-06-08 03:58:49] "GET /virtual-machine/bdb3cca8-c606-4112-b51d-7e17614d828f HTTP/1.1" 200 1292 0.038010
10.0.0.33 - - [2026-06-08 03:58:49] "GET /virtual-machine-interface/553f85a6-c44b-4a59-abd8-872b3f822f5c HTTP/1.1" 200 2936 0.008630
10.0.0.33 - - [2026-06-08 03:58:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.005069
10.0.0.33 - - [2026-06-08 03:58:49] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004801
10.0.0.33 - - [2026-06-08 03:58:49] "GET /virtual-networks?parent_id=f46ffda8-ae52-4a87-9aee-28eb4ab265bd&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004796
10.0.0.33 - - [2026-06-08 03:58:49] "GET /virtual-network/f4064afb-7497-4efb-8a42-4c54d3d77350?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.008119
10.0.0.33 - - [2026-06-08 03:58:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004443
10.0.0.33 - - [2026-06-08 03:58:52] "GET /virtual-network/f4064afb-7497-4efb-8a42-4c54d3d77350?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.006300
10.0.0.33 - - [2026-06-08 03:58:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.005217
10.0.0.33 - - [2026-06-08 03:58:57] "GET /virtual-network/f4064afb-7497-4efb-8a42-4c54d3d77350?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.008445
10.0.0.33 - - [2026-06-08 03:59:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005535
10.0.0.33 - - [2026-06-08 03:59:01] "GET /virtual-network/f4064afb-7497-4efb-8a42-4c54d3d77350?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.008615
10.0.0.33 - - [2026-06-08 03:59:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004364
10.0.0.33 - - [2026-06-08 03:59:05] "GET /virtual-network/f4064afb-7497-4efb-8a42-4c54d3d77350?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.007837
10.0.0.33 - - [2026-06-08 03:59:07] "POST /neutron/port HTTP/1.1" 200 1109 0.024623
10.0.0.33 - - [2026-06-08 03:59:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005315
10.0.0.33 - - [2026-06-08 03:59:07] "POST /neutron/network HTTP/1.1" 200 929 0.010228
10.0.0.33 - - [2026-06-08 03:59:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.007539
10.0.0.33 - - [2026-06-08 03:59:09] "GET /virtual-network/f4064afb-7497-4efb-8a42-4c54d3d77350?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.015062
10.0.0.33 - - [2026-06-08 03:59:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005247
10.0.0.33 - - [2026-06-08 03:59:13] "GET /virtual-network/f4064afb-7497-4efb-8a42-4c54d3d77350?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.006585
10.0.0.33 - - [2026-06-08 03:59:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003826
10.0.0.33 - - [2026-06-08 03:59:17] "GET /virtual-network/f4064afb-7497-4efb-8a42-4c54d3d77350?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.006965
10.0.0.33 - - [2026-06-08 03:59:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.005018
10.0.0.33 - - [2026-06-08 03:59:21] "GET /virtual-network/f4064afb-7497-4efb-8a42-4c54d3d77350?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.007576
10.0.0.33 - - [2026-06-08 03:59:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005364
10.0.0.33 - - [2026-06-08 03:59:25] "GET /virtual-network/f4064afb-7497-4efb-8a42-4c54d3d77350?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.006984
10.0.0.33 - - [2026-06-08 03:59:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003950
10.0.0.33 - - [2026-06-08 03:59:29] "GET /virtual-network/f4064afb-7497-4efb-8a42-4c54d3d77350?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.006005
10.0.0.33 - - [2026-06-08 03:59:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005348
10.0.0.33 - - [2026-06-08 03:59:34] "GET /virtual-network/f4064afb-7497-4efb-8a42-4c54d3d77350?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.008452
10.0.0.33 - - [2026-06-08 03:59:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005266
10.0.0.33 - - [2026-06-08 03:59:38] "GET /virtual-network/f4064afb-7497-4efb-8a42-4c54d3d77350?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.008623
10.0.0.33 - - [2026-06-08 03:59:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004271
10.0.0.33 - - [2026-06-08 03:59:42] "GET /virtual-network/f4064afb-7497-4efb-8a42-4c54d3d77350?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.012231
10.0.0.33 - - [2026-06-08 03:59:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004948
10.0.0.33 - - [2026-06-08 03:59:46] "GET /virtual-network/f4064afb-7497-4efb-8a42-4c54d3d77350?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.008404
10.0.0.33 - - [2026-06-08 03:59:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004030
10.0.0.33 - - [2026-06-08 03:59:50] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004893
10.0.0.33 - - [2026-06-08 03:59:50] "GET /virtual-networks?parent_id=f46ffda8-ae52-4a87-9aee-28eb4ab265bd&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004628
10.0.0.33 - - [2026-06-08 03:59:50] "GET /virtual-network/f4064afb-7497-4efb-8a42-4c54d3d77350?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.008334
10.0.0.33 - - [2026-06-08 03:59:55] "POST /neutron/port HTTP/1.1" 200 1122 0.023980
10.0.0.33 - - [2026-06-08 04:00:00] "POST /neutron/security_group HTTP/1.1" 200 2057 0.009263
10.0.0.33 - - [2026-06-08 04:00:06] "POST /neutron/port HTTP/1.1" 200 1122 0.039429
10.0.0.33 - - [2026-06-08 04:00:06] "POST /neutron/port HTTP/1.1" 200 1216 0.056064
10.0.0.33 - - [2026-06-08 04:00:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006454
10.0.0.33 - - [2026-06-08 04:00:06] "POST /neutron/port HTTP/1.1" 200 117 0.001653
10.0.0.33 - - [2026-06-08 04:00:07] "POST /neutron/security_group HTTP/1.1" 200 2057 0.010839
10.0.0.33 - - [2026-06-08 04:00:16] "POST /neutron/port HTTP/1.1" 200 1122 0.024048
10.0.0.33 - - [2026-06-08 04:00:21] "POST /neutron/security_group HTTP/1.1" 200 2057 0.010470
10.0.0.33 - - [2026-06-08 04:00:21] "POST /neutron/port HTTP/1.1" 200 1122 0.038948
10.0.0.33 - - [2026-06-08 04:00:22] "GET /virtual-machine/b31a5c1c-791a-4035-9528-e246cc700db5 HTTP/1.1" 200 1292 0.014872
10.0.0.33 - - [2026-06-08 04:00:22] "GET /virtual-machine-interface/e2af907f-677c-46af-bd9d-7f391a999ecc HTTP/1.1" 200 2937 0.016401
10.0.0.33 - - [2026-06-08 04:00:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.006881
10.0.0.33 - - [2026-06-08 04:00:22] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.008890
10.0.0.33 - - [2026-06-08 04:00:22] "GET /virtual-networks?parent_id=f46ffda8-ae52-4a87-9aee-28eb4ab265bd&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.005233
10.0.0.33 - - [2026-06-08 04:00:22] "GET /virtual-network/f4064afb-7497-4efb-8a42-4c54d3d77350?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.009923
10.0.0.33 - - [2026-06-08 04:00:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004093
10.0.0.33 - - [2026-06-08 04:00:23] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004587
10.0.0.33 - - [2026-06-08 04:00:23] "GET /virtual-networks?parent_id=f46ffda8-ae52-4a87-9aee-28eb4ab265bd&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004868
10.0.0.33 - - [2026-06-08 04:00:23] "GET /virtual-network/f4064afb-7497-4efb-8a42-4c54d3d77350?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.006890
10.0.0.33 - - [2026-06-08 04:01:07] "POST /neutron/port HTTP/1.1" 200 1109 0.025199
10.0.0.33 - - [2026-06-08 04:01:07] "POST /neutron/subnet HTTP/1.1" 200 708 0.013248
10.0.0.33 - - [2026-06-08 04:01:08] "POST /neutron/port HTTP/1.1" 200 1216 0.067043
10.0.0.33 - - [2026-06-08 04:01:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004543
10.0.0.33 - - [2026-06-08 04:01:08] "POST /neutron/port HTTP/1.1" 200 117 0.001430
10.0.0.33 - - [2026-06-08 04:01:56] "POST /neutron/network HTTP/1.1" 200 822 0.009821
10.0.0.33 - - [2026-06-08 04:01:57] "POST /neutron/port HTTP/1.1" 200 1122 0.027328
10.0.0.33 - - [2026-06-08 04:01:57] "POST /neutron/port HTTP/1.1" 200 1112 0.020800
10.0.0.27 - - [2026-06-08 04:01:59] "POST /useragent-kv HTTP/1.1" 200 115 0.061352
10.0.0.27 - - [2026-06-08 04:01:59] "POST /useragent-kv HTTP/1.1" 200 115 0.004092
10.0.0.33 - - [2026-06-08 04:01:59] "POST /neutron/network HTTP/1.1" 200 151 0.218758
10.0.0.27 - - [2026-06-08 04:02:00] "GET /projects?obj_uuids=f46ffda8-ae52-4a87-9aee-28eb4ab265bd&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001310
10.0.0.33 - - [2026-06-08 04:02:00] "GET /project/f46ffda8-ae52-4a87-9aee-28eb4ab265bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.096426
10.0.0.27 - - [2026-06-08 04:02:00] "GET /projects?obj_uuids=f46ffda8-ae52-4a87-9aee-28eb4ab265bd&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001215
10.0.0.33 - - [2026-06-08 04:02:00] "GET /project/f46ffda8-ae52-4a87-9aee-28eb4ab265bd?fields=virtual_networks HTTP/1.1" 200 1031 0.050287
10.0.0.27 - - [2026-06-08 04:02:00] "GET /projects?obj_uuids=f46ffda8-ae52-4a87-9aee-28eb4ab265bd&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003587
10.0.0.33 - - [2026-06-08 04:02:00] "GET /project/f46ffda8-ae52-4a87-9aee-28eb4ab265bd?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.051156
10.0.0.27 - - [2026-06-08 04:02:00] "GET /projects?obj_uuids=f46ffda8-ae52-4a87-9aee-28eb4ab265bd&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001317
10.0.0.33 - - [2026-06-08 04:02:01] "GET /project/f46ffda8-ae52-4a87-9aee-28eb4ab265bd?fields=security_groups HTTP/1.1" 200 1256 0.059836
10.0.0.33 - - [2026-06-08 04:02:02] "POST /fqname-to-id HTTP/1.1" 404 187 0.045319
10.0.0.27 - - [2026-06-08 04:02:02] "GET /projects?obj_uuids=22c9cda1-8ba9-4a6c-a2c1-37bb788f867b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004070
10.0.0.27 - - [2026-06-08 04:02:02] "GET /domains?obj_uuids=2441b78a-01cc-4005-9aa7-6b434eb6fb41&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001215
10.0.0.27 - - [2026-06-08 04:02:02] "GET /domain/2441b78a-01cc-4005-9aa7-6b434eb6fb41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.038208
10.0.0.27 - - [2026-06-08 04:02:02] "POST /id-to-fqname HTTP/1.1" 200 189 0.003616
10.0.0.27 - - [2026-06-08 04:02:02] "POST /fqname-to-id HTTP/1.1" 404 198 0.005546
10.0.0.27 - - [2026-06-08 04:02:02] "POST /security-groups HTTP/1.1" 200 590 0.051393
10.0.0.27 - - [2026-06-08 04:02:02] "POST /projects HTTP/1.1" 200 583 0.282217
10.0.0.27 - - [2026-06-08 04:02:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.319748
10.0.0.249 - - [2026-06-08 04:02:02] "POST /fqname-to-id HTTP/1.1" 404 233 0.036623
10.0.0.33 - - [2026-06-08 04:02:02] "GET /project/22c9cda1-8ba9-4a6c-a2c1-37bb788f867b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.529947
10.0.0.249 - - [2026-06-08 04:02:02] "POST /access-control-lists HTTP/1.1" 200 593 0.058538
10.0.0.33 - - [2026-06-08 04:02:03] "GET / HTTP/1.1" 200 35931 0.003191
10.0.0.33 - - [2026-06-08 04:02:05] "POST /fqname-to-id HTTP/1.1" 401 292 0.000614
10.0.0.33 - - [2026-06-08 04:02:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.063641
10.0.0.27 - - [2026-06-08 04:02:06] "GET /projects?obj_uuids=22c9cda1-8ba9-4a6c-a2c1-37bb788f867b&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001290
10.0.0.33 - - [2026-06-08 04:02:06] "GET /project/22c9cda1-8ba9-4a6c-a2c1-37bb788f867b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.066329
10.0.0.27 - - [2026-06-08 04:02:06] "POST /useragent-kv HTTP/1.1" 200 115 0.008456
10.0.0.33 - - [2026-06-08 04:02:06] "POST /neutron/subnet HTTP/1.1" 200 720 0.248108
10.0.0.33 - - [2026-06-08 04:02:06] "POST /id-to-fqname HTTP/1.1" 200 219 0.002068
10.0.0.33 - - [2026-06-08 04:02:06] "GET /virtual-network/71e759db-ec64-420f-a1fd-a64f0cb61921?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.008688
10.0.0.33 - - [2026-06-08 04:02:06] "GET /virtual-network/71e759db-ec64-420f-a1fd-a64f0cb61921?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.008824
10.0.0.33 - - [2026-06-08 04:02:06] "POST /neutron/network HTTP/1.1" 200 822 0.011098
10.0.0.33 - - [2026-06-08 04:02:07] "GET /virtual-network/71e759db-ec64-420f-a1fd-a64f0cb61921?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.007956
10.0.0.33 - - [2026-06-08 04:02:07] "GET /obj-perms HTTP/1.1" 200 5028 0.058781
10.0.0.249 - - [2026-06-08 04:02:08] "GET /obj-perms HTTP/1.1" 200 5028 0.065665
10.0.0.33 - - [2026-06-08 04:02:08] "POST /neutron/port HTTP/1.1" 200 1109 0.041681
10.0.0.33 - - [2026-06-08 04:02:08] "POST /neutron/subnet HTTP/1.1" 200 708 0.010293
10.0.0.27 - - [2026-06-08 04:02:08] "GET /obj-perms HTTP/1.1" 200 5028 0.067166
10.0.0.33 - - [2026-06-08 04:02:08] "POST /id-to-fqname HTTP/1.1" 200 219 0.001421
10.0.0.33 - - [2026-06-08 04:02:08] "POST /neutron/port HTTP/1.1" 200 4190 0.049377
10.0.0.27 - - [2026-06-08 04:02:09] "GET /projects?obj_uuids=22c9cda1-8ba9-4a6c-a2c1-37bb788f867b&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001581
10.0.0.33 - - [2026-06-08 04:02:09] "GET /project/22c9cda1-8ba9-4a6c-a2c1-37bb788f867b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.116858
10.0.0.33 - - [2026-06-08 04:02:10] "POST /neutron/port HTTP/1.1" 200 4190 0.039392
10.0.0.33 - - [2026-06-08 04:02:10] "POST /id-to-fqname HTTP/1.1" 200 219 0.001500
10.0.0.33 - - [2026-06-08 04:02:10] "POST /neutron/network HTTP/1.1" 200 832 0.010333
10.0.0.33 - - [2026-06-08 04:02:11] "POST /neutron/port HTTP/1.1" 200 1058 0.030526
10.0.0.27 - - [2026-06-08 04:02:11] "GET /projects?obj_uuids=22c9cda1-8ba9-4a6c-a2c1-37bb788f867b&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001210
10.0.0.33 - - [2026-06-08 04:02:11] "POST /neutron/port HTTP/1.1" 200 1122 0.026823
10.0.0.33 - - [2026-06-08 04:02:11] "GET /project/22c9cda1-8ba9-4a6c-a2c1-37bb788f867b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.100625
10.0.0.33 - - [2026-06-08 04:02:11] "POST /neutron/subnet HTTP/1.1" 200 694 0.023769
10.0.0.33 - - [2026-06-08 04:02:11] "POST /neutron/port HTTP/1.1" 200 5159 0.070277
10.0.0.33 - - [2026-06-08 04:02:12] "POST /neutron/port HTTP/1.1" 200 1122 0.025539
10.0.0.27 - - [2026-06-08 04:02:12] "GET /projects?obj_uuids=22c9cda1-8ba9-4a6c-a2c1-37bb788f867b&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001489
10.0.0.33 - - [2026-06-08 04:02:12] "POST /neutron/port HTTP/1.1" 200 1058 0.362776
10.0.0.33 - - [2026-06-08 04:02:12] "POST /neutron/port HTTP/1.1" 200 1112 0.161450
10.0.0.33 - - [2026-06-08 04:02:13] "POST /neutron/subnet HTTP/1.1" 200 694 0.014850
10.0.0.33 - - [2026-06-08 04:02:17] "POST /neutron/port HTTP/1.1" 200 1122 0.024351
10.0.0.33 - - [2026-06-08 04:02:17] "POST /neutron/security_group HTTP/1.1" 200 2057 0.010798
10.0.0.33 - - [2026-06-08 04:02:17] "GET /virtual-machine/932de886-69a7-4d19-86d5-c1d7bbfa0d41 HTTP/1.1" 401 292 0.000633
10.0.0.33 - - [2026-06-08 04:02:17] "GET /virtual-machine/932de886-69a7-4d19-86d5-c1d7bbfa0d41 HTTP/1.1" 200 1291 0.036908
10.0.0.33 - - [2026-06-08 04:02:17] "GET /virtual-machine-interface/9dcf4ee8-c83c-417d-8dfb-55e2554ce4e4 HTTP/1.1" 200 2937 0.008213
10.0.0.33 - - [2026-06-08 04:02:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004143
10.0.0.33 - - [2026-06-08 04:02:17] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005444
10.0.0.33 - - [2026-06-08 04:02:17] "GET /virtual-networks?parent_id=22c9cda1-8ba9-4a6c-a2c1-37bb788f867b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003649
10.0.0.33 - - [2026-06-08 04:02:17] "GET /virtual-network/71e759db-ec64-420f-a1fd-a64f0cb61921?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.008595
10.0.0.33 - - [2026-06-08 04:02:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004088
10.0.0.33 - - [2026-06-08 04:02:20] "GET /virtual-network/71e759db-ec64-420f-a1fd-a64f0cb61921?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.006111
10.0.0.33 - - [2026-06-08 04:02:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004829
10.0.0.33 - - [2026-06-08 04:02:25] "GET /virtual-network/71e759db-ec64-420f-a1fd-a64f0cb61921?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.007834
10.0.0.33 - - [2026-06-08 04:02:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004255
10.0.0.33 - - [2026-06-08 04:02:29] "GET /virtual-network/71e759db-ec64-420f-a1fd-a64f0cb61921?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.006244
10.0.0.33 - - [2026-06-08 04:02:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.006573
10.0.0.33 - - [2026-06-08 04:02:33] "GET /virtual-network/71e759db-ec64-420f-a1fd-a64f0cb61921?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.008042
10.0.0.249 - - [2026-06-08 04:02:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000635
10.0.0.249 - - [2026-06-08 04:02:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000788
10.0.0.249 - - [2026-06-08 04:02:37] "GET /global-system-configs HTTP/1.1" 401 292 0.001995
10.0.0.249 - - [2026-06-08 04:02:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000541
10.0.0.33 - - [2026-06-08 04:02:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004767
10.0.0.33 - - [2026-06-08 04:02:37] "GET /virtual-network/71e759db-ec64-420f-a1fd-a64f0cb61921?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.009085
10.0.0.33 - - [2026-06-08 04:02:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000738
10.0.0.33 - - [2026-06-08 04:02:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000449
10.0.0.27 - - [2026-06-08 04:02:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000421
10.0.0.27 - - [2026-06-08 04:02:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000402
10.0.0.33 - - [2026-06-08 04:02:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000563
10.0.0.33 - - [2026-06-08 04:02:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000494
10.0.0.27 - - [2026-06-08 04:02:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000539
10.0.0.27 - - [2026-06-08 04:02:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000421
10.0.0.33 - - [2026-06-08 04:02:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.005448
10.0.0.33 - - [2026-06-08 04:02:41] "GET /virtual-network/71e759db-ec64-420f-a1fd-a64f0cb61921?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.008408
10.0.0.27 - - [2026-06-08 04:02:42] "DELETE /project/22c9cda18ba94a6ca2c137bb788f867b HTTP/1.1" 404 173 0.011327
10.0.0.27 - - [2026-06-08 04:02:42] "GET /projects?obj_uuids=f46ffda8-ae52-4a87-9aee-28eb4ab265bd&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003268
10.0.0.27 - - [2026-06-08 04:02:42] "GET /project/f46ffda8-ae52-4a87-9aee-28eb4ab265bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1465 0.080116
10.0.0.27 - - [2026-06-08 04:02:42] "GET /projects?obj_uuids=f46ffda8-ae52-4a87-9aee-28eb4ab265bd&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001387
10.0.0.27 - - [2026-06-08 04:02:42] "GET /project/f46ffda8-ae52-4a87-9aee-28eb4ab265bd?fields=security_groups HTTP/1.1" 200 1101 0.063897
10.0.0.27 - - [2026-06-08 04:02:42] "GET /projects?obj_uuids=f46ffda8-ae52-4a87-9aee-28eb4ab265bd&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001137
10.0.0.249 - - [2026-06-08 04:02:42] "DELETE /access-control-list/b322013e-8f39-4f13-9db6-1715f40442b3 HTTP/1.1" 200 115 0.074177
10.0.0.27 - - [2026-06-08 04:02:42] "GET /project/f46ffda8-ae52-4a87-9aee-28eb4ab265bd?fields=application_policy_sets HTTP/1.1" 200 1400 0.082239
10.0.0.27 - - [2026-06-08 04:02:42] "DELETE /project/f46ffda8-ae52-4a87-9aee-28eb4ab265bd HTTP/1.1" 404 190 0.505107
10.0.0.33 - - [2026-06-08 04:02:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004253
10.0.0.33 - - [2026-06-08 04:02:45] "GET /virtual-network/71e759db-ec64-420f-a1fd-a64f0cb61921?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.008230
10.0.0.33 - - [2026-06-08 04:02:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003806
10.0.0.33 - - [2026-06-08 04:02:49] "GET /virtual-network/71e759db-ec64-420f-a1fd-a64f0cb61921?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.007409
10.0.0.33 - - [2026-06-08 04:02:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005320
10.0.0.33 - - [2026-06-08 04:02:53] "GET /virtual-network/71e759db-ec64-420f-a1fd-a64f0cb61921?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.007632
10.0.0.33 - - [2026-06-08 04:02:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.005995
10.0.0.33 - - [2026-06-08 04:02:57] "GET /virtual-network/71e759db-ec64-420f-a1fd-a64f0cb61921?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.008530
10.0.0.33 - - [2026-06-08 04:03:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004182
10.0.0.33 - - [2026-06-08 04:03:01] "GET /virtual-network/71e759db-ec64-420f-a1fd-a64f0cb61921?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.008350
10.0.0.33 - - [2026-06-08 04:03:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004451
10.0.0.33 - - [2026-06-08 04:03:05] "GET /virtual-network/71e759db-ec64-420f-a1fd-a64f0cb61921?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.008472
10.0.0.33 - - [2026-06-08 04:03:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005181
10.0.0.33 - - [2026-06-08 04:03:08] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006319
10.0.0.33 - - [2026-06-08 04:03:08] "GET /virtual-networks?parent_id=22c9cda1-8ba9-4a6c-a2c1-37bb788f867b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004798
10.0.0.33 - - [2026-06-08 04:03:08] "GET /virtual-network/71e759db-ec64-420f-a1fd-a64f0cb61921?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.008736
10.0.0.33 - - [2026-06-08 04:03:08] "POST /neutron/port HTTP/1.1" 200 1122 0.033427
10.0.0.33 - - [2026-06-08 04:03:09] "POST /neutron/port HTTP/1.1" 200 1216 0.040684
10.0.0.33 - - [2026-06-08 04:03:09] "POST /neutron/port HTTP/1.1" 200 1216 0.029258
10.0.0.33 - - [2026-06-08 04:03:09] "POST /neutron/network HTTP/1.1" 200 1121 0.008825
10.0.0.33 - - [2026-06-08 04:03:09] "POST /neutron/port HTTP/1.1" 200 117 0.002003
10.0.0.33 - - [2026-06-08 04:03:09] "POST /neutron/subnet HTTP/1.1" 200 1374 0.015356
10.0.0.33 - - [2026-06-08 04:03:09] "POST /neutron/port HTTP/1.1" 200 117 0.001459
10.0.0.33 - - [2026-06-08 04:03:13] "POST /neutron/security_group HTTP/1.1" 200 2057 0.011857
10.0.0.33 - - [2026-06-08 04:03:20] "POST /neutron/port HTTP/1.1" 200 1122 0.060022
10.0.0.33 - - [2026-06-08 04:03:23] "POST /neutron/security_group HTTP/1.1" 200 2057 0.009720
10.0.0.33 - - [2026-06-08 04:03:28] "POST /neutron/port HTTP/1.1" 200 1122 0.030433
10.0.0.33 - - [2026-06-08 04:03:34] "POST /neutron/security_group HTTP/1.1" 200 2057 0.016197
10.0.0.33 - - [2026-06-08 04:03:34] "POST /neutron/port HTTP/1.1" 200 1122 0.033481
10.0.0.33 - - [2026-06-08 04:03:34] "GET /virtual-machine/29623083-3cb4-48be-827c-891147f2b36d HTTP/1.1" 200 1290 0.007837
10.0.0.33 - - [2026-06-08 04:03:34] "GET /virtual-machine-interface/00673449-d4ac-42a2-b773-6a3d51a5e1b8 HTTP/1.1" 200 2934 0.006948
10.0.0.33 - - [2026-06-08 04:03:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005237
10.0.0.33 - - [2026-06-08 04:03:34] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005183
10.0.0.33 - - [2026-06-08 04:03:34] "GET /virtual-networks?parent_id=22c9cda1-8ba9-4a6c-a2c1-37bb788f867b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003749
10.0.0.33 - - [2026-06-08 04:03:34] "GET /virtual-network/71e759db-ec64-420f-a1fd-a64f0cb61921?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.009324
10.0.0.33 - - [2026-06-08 04:03:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004425
10.0.0.33 - - [2026-06-08 04:03:35] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005183
10.0.0.33 - - [2026-06-08 04:03:35] "GET /virtual-networks?parent_id=22c9cda1-8ba9-4a6c-a2c1-37bb788f867b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.005297
10.0.0.33 - - [2026-06-08 04:03:35] "GET /virtual-network/71e759db-ec64-420f-a1fd-a64f0cb61921?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.008186
10.0.0.33 - - [2026-06-08 04:04:10] "POST /neutron/port HTTP/1.1" 200 1109 0.031777
10.0.0.33 - - [2026-06-08 04:04:10] "POST /neutron/subnet HTTP/1.1" 200 708 0.014211
10.0.0.33 - - [2026-06-08 04:04:11] "POST /neutron/port HTTP/1.1" 200 1109 0.021378
10.0.0.33 - - [2026-06-08 04:04:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004805
10.0.0.33 - - [2026-06-08 04:04:11] "POST /neutron/network HTTP/1.1" 200 929 0.011728
10.0.0.33 - - [2026-06-08 04:04:48] "POST /neutron/port HTTP/1.1" 200 1122 0.030859
10.0.0.33 - - [2026-06-08 04:04:48] "POST /neutron/port HTTP/1.1" 200 1112 0.016170
10.0.0.33 - - [2026-06-08 04:04:50] "POST /neutron/network HTTP/1.1" 200 822 0.010760
10.0.0.249 - - [2026-06-08 04:04:50] "DELETE /route-target/da6cba86-9c39-432e-b27d-bc5fb752299b HTTP/1.1" 200 115 0.047482
10.0.0.27 - - [2026-06-08 04:04:51] "GET /projects?obj_uuids=22c9cda1-8ba9-4a6c-a2c1-37bb788f867b&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.004415
10.0.0.33 - - [2026-06-08 04:04:52] "GET /project/22c9cda1-8ba9-4a6c-a2c1-37bb788f867b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.065121
10.0.0.27 - - [2026-06-08 04:04:52] "GET /projects?obj_uuids=22c9cda1-8ba9-4a6c-a2c1-37bb788f867b&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001590
10.0.0.33 - - [2026-06-08 04:04:52] "GET /project/22c9cda1-8ba9-4a6c-a2c1-37bb788f867b?fields=virtual_networks HTTP/1.1" 200 1030 0.090170
10.0.0.27 - - [2026-06-08 04:04:52] "GET /projects?obj_uuids=22c9cda1-8ba9-4a6c-a2c1-37bb788f867b&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001927
10.0.0.33 - - [2026-06-08 04:04:52] "GET /project/22c9cda1-8ba9-4a6c-a2c1-37bb788f867b?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.052983
10.0.0.27 - - [2026-06-08 04:04:52] "GET /projects?obj_uuids=22c9cda1-8ba9-4a6c-a2c1-37bb788f867b&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002069
10.0.0.33 - - [2026-06-08 04:04:52] "GET /project/22c9cda1-8ba9-4a6c-a2c1-37bb788f867b?fields=security_groups HTTP/1.1" 200 1255 0.072535
10.0.0.33 - - [2026-06-08 04:05:06] "GET / HTTP/1.1" 200 35931 0.002069
10.0.0.33 - - [2026-06-08 04:05:07] "POST /fqname-to-id HTTP/1.1" 401 292 0.000478
10.0.0.33 - - [2026-06-08 04:05:08] "POST /fqname-to-id HTTP/1.1" 404 201 0.059577
10.0.0.27 - - [2026-06-08 04:05:08] "GET /projects?obj_uuids=995f9d06-a0da-4239-97a3-b34e9aa2292c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004523
10.0.0.27 - - [2026-06-08 04:05:08] "GET /domains?obj_uuids=2441b78a-01cc-4005-9aa7-6b434eb6fb41&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001690
10.0.0.27 - - [2026-06-08 04:05:08] "GET /domain/2441b78a-01cc-4005-9aa7-6b434eb6fb41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.010279
10.0.0.27 - - [2026-06-08 04:05:08] "POST /id-to-fqname HTTP/1.1" 200 203 0.011643
10.0.0.27 - - [2026-06-08 04:05:08] "POST /fqname-to-id HTTP/1.1" 404 212 0.006613
10.0.0.27 - - [2026-06-08 04:05:08] "POST /security-groups HTTP/1.1" 200 604 0.051845
10.0.0.27 - - [2026-06-08 04:05:08] "POST /projects HTTP/1.1" 200 611 0.365401
10.0.0.249 - - [2026-06-08 04:05:08] "POST /fqname-to-id HTTP/1.1" 404 246 0.004289
10.0.0.27 - - [2026-06-08 04:05:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.463105
10.0.0.33 - - [2026-06-08 04:05:08] "GET /project/995f9d06-a0da-4239-97a3-b34e9aa2292c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1416 0.698918
10.0.0.33 - - [2026-06-08 04:05:09] "GET / HTTP/1.1" 200 35931 0.002965
10.0.0.33 - - [2026-06-08 04:05:10] "POST /fqname-to-id HTTP/1.1" 401 292 0.000820
10.0.0.33 - - [2026-06-08 04:05:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.071280
10.0.0.27 - - [2026-06-08 04:05:10] "GET /projects?obj_uuids=995f9d06-a0da-4239-97a3-b34e9aa2292c&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001230
10.0.0.33 - - [2026-06-08 04:05:10] "GET /project/995f9d06-a0da-4239-97a3-b34e9aa2292c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1416 0.058231
10.0.0.27 - - [2026-06-08 04:05:11] "GET /projects?obj_uuids=995f9d06-a0da-4239-97a3-b34e9aa2292c&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001363
10.0.0.33 - - [2026-06-08 04:05:11] "POST /neutron/network HTTP/1.1" 200 620 0.199124
10.0.0.249 - - [2026-06-08 04:05:11] "POST /ref-update HTTP/1.1" 200 156 0.030503
10.0.0.33 - - [2026-06-08 04:05:11] "POST /id-to-fqname HTTP/1.1" 200 234 0.009029
10.0.0.33 - - [2026-06-08 04:05:11] "GET /virtual-network/936ba9e0-5120-4406-9c50-75931bcbc48b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.011703
10.0.0.33 - - [2026-06-08 04:05:11] "POST /neutron/network HTTP/1.1" 200 838 0.011266
10.0.0.33 - - [2026-06-08 04:05:11] "GET /virtual-network/936ba9e0-5120-4406-9c50-75931bcbc48b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.011611
10.0.0.33 - - [2026-06-08 04:05:11] "POST /id-to-fqname HTTP/1.1" 200 234 0.001469
10.0.0.33 - - [2026-06-08 04:05:12] "POST /neutron/port HTTP/1.1" 200 4190 0.057286
10.0.0.33 - - [2026-06-08 04:05:12] "POST /neutron/port HTTP/1.1" 200 1216 0.028987
10.0.0.33 - - [2026-06-08 04:05:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007493
10.0.0.33 - - [2026-06-08 04:05:12] "POST /neutron/port HTTP/1.1" 200 117 0.002030
10.0.0.27 - - [2026-06-08 04:05:12] "GET /projects?obj_uuids=995f9d06-a0da-4239-97a3-b34e9aa2292c&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001472
10.0.0.33 - - [2026-06-08 04:05:12] "GET /project/995f9d06-a0da-4239-97a3-b34e9aa2292c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1416 0.096307
10.0.0.33 - - [2026-06-08 04:05:13] "POST /neutron/port HTTP/1.1" 200 4190 0.051649
10.0.0.33 - - [2026-06-08 04:05:13] "POST /id-to-fqname HTTP/1.1" 200 234 0.002399
10.0.0.33 - - [2026-06-08 04:05:13] "POST /neutron/network HTTP/1.1" 200 848 0.014620
10.0.0.33 - - [2026-06-08 04:05:14] "POST /neutron/port HTTP/1.1" 200 1072 0.060351
10.0.0.27 - - [2026-06-08 04:05:14] "GET /projects?obj_uuids=995f9d06-a0da-4239-97a3-b34e9aa2292c&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.006971
10.0.0.33 - - [2026-06-08 04:05:14] "GET /project/995f9d06-a0da-4239-97a3-b34e9aa2292c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1416 0.167230
10.0.0.33 - - [2026-06-08 04:05:14] "POST /neutron/network HTTP/1.1" 200 838 0.061357
10.0.0.33 - - [2026-06-08 04:05:14] "POST /neutron/subnet HTTP/1.1" 200 693 0.012563
10.0.0.33 - - [2026-06-08 04:05:14] "POST /neutron/port HTTP/1.1" 200 5173 0.072935
10.0.0.33 - - [2026-06-08 04:05:15] "POST /neutron/network HTTP/1.1" 200 848 0.010589
10.0.0.33 - - [2026-06-08 04:05:15] "GET /virtual-network/936ba9e0-5120-4406-9c50-75931bcbc48b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.023157
10.0.0.33 - - [2026-06-08 04:05:15] "POST /neutron/port HTTP/1.1" 200 1072 0.031471
10.0.0.33 - - [2026-06-08 04:05:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005071
10.0.0.33 - - [2026-06-08 04:05:16] "POST /neutron/network HTTP/1.1" 200 838 0.010912
10.0.0.33 - - [2026-06-08 04:05:16] "GET /obj-perms HTTP/1.1" 200 5056 0.085060
10.0.0.249 - - [2026-06-08 04:05:16] "GET /obj-perms HTTP/1.1" 200 5056 0.063161
10.0.0.27 - - [2026-06-08 04:05:17] "GET /obj-perms HTTP/1.1" 200 5056 0.067367
10.0.0.33 - - [2026-06-08 04:05:17] "POST /neutron/port HTTP/1.1" 200 1136 0.023947
10.0.0.33 - - [2026-06-08 04:05:17] "POST /neutron/security_group HTTP/1.1" 200 2071 0.012087
10.0.0.33 - - [2026-06-08 04:05:17] "GET /virtual-machine/0047f7b2-e41c-4761-9341-00b6f347009f HTTP/1.1" 401 292 0.001390
10.0.0.33 - - [2026-06-08 04:05:17] "GET /virtual-machine/0047f7b2-e41c-4761-9341-00b6f347009f HTTP/1.1" 200 1303 0.038215
10.0.0.33 - - [2026-06-08 04:05:17] "GET /virtual-machine-interface/a5b3e2b1-5fa0-45f6-be51-c5aeffc8033b HTTP/1.1" 200 3010 0.008548
10.0.0.33 - - [2026-06-08 04:05:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.006406
10.0.0.33 - - [2026-06-08 04:05:17] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005755
10.0.0.33 - - [2026-06-08 04:05:17] "GET /virtual-networks?parent_id=995f9d06-a0da-4239-97a3-b34e9aa2292c&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.004783
10.0.0.33 - - [2026-06-08 04:05:17] "GET /virtual-network/936ba9e0-5120-4406-9c50-75931bcbc48b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.010533
10.0.0.33 - - [2026-06-08 04:05:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004270
10.0.0.33 - - [2026-06-08 04:05:21] "GET /virtual-network/936ba9e0-5120-4406-9c50-75931bcbc48b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006708
10.0.0.33 - - [2026-06-08 04:05:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005170
10.0.0.33 - - [2026-06-08 04:05:25] "GET /virtual-network/936ba9e0-5120-4406-9c50-75931bcbc48b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.008308
10.0.0.33 - - [2026-06-08 04:05:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.008035
10.0.0.33 - - [2026-06-08 04:05:29] "GET /virtual-network/936ba9e0-5120-4406-9c50-75931bcbc48b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.010571
10.0.0.33 - - [2026-06-08 04:05:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003982
10.0.0.33 - - [2026-06-08 04:05:33] "GET /virtual-network/936ba9e0-5120-4406-9c50-75931bcbc48b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006412
10.0.0.33 - - [2026-06-08 04:05:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.005131
10.0.0.33 - - [2026-06-08 04:05:37] "GET /virtual-network/936ba9e0-5120-4406-9c50-75931bcbc48b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.008386
10.0.0.33 - - [2026-06-08 04:05:39] "POST /neutron/port HTTP/1.1" 200 1136 0.032139
10.0.0.33 - - [2026-06-08 04:05:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.005527
10.0.0.33 - - [2026-06-08 04:05:41] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006555
10.0.0.33 - - [2026-06-08 04:05:41] "GET /virtual-networks?parent_id=995f9d06-a0da-4239-97a3-b34e9aa2292c&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.005444
10.0.0.33 - - [2026-06-08 04:05:41] "GET /virtual-network/936ba9e0-5120-4406-9c50-75931bcbc48b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.007537
10.0.0.33 - - [2026-06-08 04:05:41] "POST /neutron/security_group HTTP/1.1" 200 2071 0.012612
10.0.0.27 - - [2026-06-08 04:05:42] "DELETE /project/995f9d06a0da423997a3b34e9aa2292c HTTP/1.1" 404 173 0.007125
10.0.0.27 - - [2026-06-08 04:05:42] "GET /projects?obj_uuids=22c9cda1-8ba9-4a6c-a2c1-37bb788f867b&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001675
10.0.0.27 - - [2026-06-08 04:05:42] "GET /project/22c9cda1-8ba9-4a6c-a2c1-37bb788f867b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.063694
10.0.0.27 - - [2026-06-08 04:05:42] "GET /projects?obj_uuids=22c9cda1-8ba9-4a6c-a2c1-37bb788f867b&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002484
10.0.0.27 - - [2026-06-08 04:05:43] "GET /project/22c9cda1-8ba9-4a6c-a2c1-37bb788f867b?fields=security_groups HTTP/1.1" 200 1100 0.114937
10.0.0.27 - - [2026-06-08 04:05:43] "GET /projects?obj_uuids=22c9cda1-8ba9-4a6c-a2c1-37bb788f867b&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002241
10.0.0.27 - - [2026-06-08 04:05:43] "GET /project/22c9cda1-8ba9-4a6c-a2c1-37bb788f867b?fields=application_policy_sets HTTP/1.1" 200 1399 0.088098
10.0.0.27 - - [2026-06-08 04:05:43] "DELETE /project/22c9cda1-8ba9-4a6c-a2c1-37bb788f867b HTTP/1.1" 404 171 0.382248
10.0.0.33 - - [2026-06-08 04:05:51] "POST /neutron/port HTTP/1.1" 200 1136 0.024012
10.0.0.33 - - [2026-06-08 04:05:56] "POST /neutron/security_group HTTP/1.1" 200 2071 0.015380
10.0.0.33 - - [2026-06-08 04:05:57] "POST /neutron/port HTTP/1.1" 200 1136 0.035571
10.0.0.33 - - [2026-06-08 04:05:57] "GET /virtual-machine/671102de-774b-45f1-8c5a-9e9f76ae087b HTTP/1.1" 200 1305 0.011242
10.0.0.33 - - [2026-06-08 04:05:57] "GET /virtual-machine-interface/3b8d7b07-3620-4979-8f09-09be3e066d44 HTTP/1.1" 200 3009 0.007617
10.0.0.33 - - [2026-06-08 04:05:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004597
10.0.0.33 - - [2026-06-08 04:05:57] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005918
10.0.0.33 - - [2026-06-08 04:05:57] "GET /virtual-networks?parent_id=995f9d06-a0da-4239-97a3-b34e9aa2292c&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.004541
10.0.0.33 - - [2026-06-08 04:05:57] "GET /virtual-network/936ba9e0-5120-4406-9c50-75931bcbc48b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.007250
10.0.0.33 - - [2026-06-08 04:05:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005841
10.0.0.33 - - [2026-06-08 04:05:58] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005983
10.0.0.33 - - [2026-06-08 04:05:58] "GET /virtual-networks?parent_id=995f9d06-a0da-4239-97a3-b34e9aa2292c&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.006425
10.0.0.33 - - [2026-06-08 04:05:58] "GET /virtual-network/936ba9e0-5120-4406-9c50-75931bcbc48b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.009174
10.0.0.33 - - [2026-06-08 04:05:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005112
10.0.0.33 - - [2026-06-08 04:05:59] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005701
10.0.0.33 - - [2026-06-08 04:05:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005351
10.0.0.33 - - [2026-06-08 04:05:59] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005570
10.0.0.33 - - [2026-06-08 04:05:59] "PUT /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033 HTTP/1.1" 200 276 0.015179
10.0.0.33 - - [2026-06-08 04:06:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.008498
10.0.0.33 - - [2026-06-08 04:06:11] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1638 0.006309
10.0.0.33 - - [2026-06-08 04:06:11] "PUT /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033 HTTP/1.1" 200 276 0.025567
10.0.0.33 - - [2026-06-08 04:06:13] "POST /neutron/port HTTP/1.1" 200 1109 0.063477
10.0.0.33 - - [2026-06-08 04:06:13] "POST /neutron/subnet HTTP/1.1" 200 708 0.014307
10.0.0.33 - - [2026-06-08 04:06:14] "POST /neutron/port HTTP/1.1" 200 1216 0.030111
10.0.0.33 - - [2026-06-08 04:06:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005969
10.0.0.33 - - [2026-06-08 04:06:14] "POST /neutron/port HTTP/1.1" 200 117 0.002166
10.0.0.33 - - [2026-06-08 04:07:01] "POST /neutron/network HTTP/1.1" 200 838 0.012158
10.0.0.33 - - [2026-06-08 04:07:01] "POST /neutron/port HTTP/1.1" 200 1126 0.027584
10.0.0.33 - - [2026-06-08 04:07:01] "POST /neutron/port HTTP/1.1" 200 1126 0.032227
10.0.0.27 - - [2026-06-08 04:07:03] "POST /useragent-kv HTTP/1.1" 200 115 0.044517
10.0.0.27 - - [2026-06-08 04:07:03] "POST /useragent-kv HTTP/1.1" 200 115 0.006138
10.0.0.33 - - [2026-06-08 04:07:03] "POST /neutron/network HTTP/1.1" 200 151 0.264765
10.0.0.249 - - [2026-06-08 04:07:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.075693
10.0.0.27 - - [2026-06-08 04:07:03] "GET /projects?obj_uuids=995f9d06-a0da-4239-97a3-b34e9aa2292c&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001703
10.0.0.33 - - [2026-06-08 04:07:03] "GET /project/995f9d06-a0da-4239-97a3-b34e9aa2292c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1416 0.057647
10.0.0.27 - - [2026-06-08 04:07:03] "GET /projects?obj_uuids=995f9d06-a0da-4239-97a3-b34e9aa2292c&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.002021
10.0.0.33 - - [2026-06-08 04:07:04] "GET /project/995f9d06-a0da-4239-97a3-b34e9aa2292c?fields=virtual_networks HTTP/1.1" 200 1059 0.093197
10.0.0.27 - - [2026-06-08 04:07:04] "GET /projects?obj_uuids=995f9d06-a0da-4239-97a3-b34e9aa2292c&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001387
10.0.0.33 - - [2026-06-08 04:07:04] "GET /project/995f9d06-a0da-4239-97a3-b34e9aa2292c?fields=virtual_machine_interfaces HTTP/1.1" 200 1059 0.050374
10.0.0.27 - - [2026-06-08 04:07:04] "GET /projects?obj_uuids=995f9d06-a0da-4239-97a3-b34e9aa2292c&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001900
10.0.0.33 - - [2026-06-08 04:07:04] "GET /project/995f9d06-a0da-4239-97a3-b34e9aa2292c?fields=security_groups HTTP/1.1" 200 1298 0.045894
10.0.0.33 - - [2026-06-08 04:07:05] "POST /fqname-to-id HTTP/1.1" 404 206 0.043457
10.0.0.27 - - [2026-06-08 04:07:05] "GET /projects?obj_uuids=33a07778-5738-4469-9dfd-4b241c1f004b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005884
10.0.0.27 - - [2026-06-08 04:07:05] "GET /domains?obj_uuids=2441b78a-01cc-4005-9aa7-6b434eb6fb41&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001631
10.0.0.27 - - [2026-06-08 04:07:05] "GET /domain/2441b78a-01cc-4005-9aa7-6b434eb6fb41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.061093
10.0.0.27 - - [2026-06-08 04:07:05] "POST /id-to-fqname HTTP/1.1" 200 209 0.001437
10.0.0.27 - - [2026-06-08 04:07:05] "POST /fqname-to-id HTTP/1.1" 404 217 0.006476
10.0.0.27 - - [2026-06-08 04:07:05] "POST /security-groups HTTP/1.1" 200 609 0.100317
10.0.0.27 - - [2026-06-08 04:07:05] "POST /projects HTTP/1.1" 200 621 0.369793
10.0.0.27 - - [2026-06-08 04:07:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.413229
10.0.0.249 - - [2026-06-08 04:07:05] "POST /access-control-lists HTTP/1.1" 200 614 0.041618
10.0.0.33 - - [2026-06-08 04:07:05] "GET /project/33a07778-5738-4469-9dfd-4b241c1f004b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.711033
10.0.0.33 - - [2026-06-08 04:07:07] "GET / HTTP/1.1" 200 35931 0.003330
10.0.0.33 - - [2026-06-08 04:07:07] "POST /fqname-to-id HTTP/1.1" 401 292 0.001113
10.0.0.33 - - [2026-06-08 04:07:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.055030
10.0.0.27 - - [2026-06-08 04:07:07] "GET /projects?obj_uuids=33a07778-5738-4469-9dfd-4b241c1f004b&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001304
10.0.0.33 - - [2026-06-08 04:07:07] "GET /project/33a07778-5738-4469-9dfd-4b241c1f004b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.067273
10.0.0.249 - - [2026-06-08 04:07:08] "POST /route-targets HTTP/1.1" 200 327 0.051561
10.0.0.27 - - [2026-06-08 04:07:08] "POST /useragent-kv HTTP/1.1" 200 115 0.010772
10.0.0.33 - - [2026-06-08 04:07:08] "POST /neutron/subnet HTTP/1.1" 200 720 0.349484
10.0.0.33 - - [2026-06-08 04:07:08] "POST /id-to-fqname HTTP/1.1" 200 239 0.002379
10.0.0.33 - - [2026-06-08 04:07:08] "GET /virtual-network/c4ce5c78-2d81-4c07-a7d9-6e098609495b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.012853
10.0.0.33 - - [2026-06-08 04:07:08] "GET /virtual-network/c4ce5c78-2d81-4c07-a7d9-6e098609495b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.010951
10.0.0.33 - - [2026-06-08 04:07:08] "POST /neutron/network HTTP/1.1" 200 843 0.012857
10.0.0.33 - - [2026-06-08 04:07:08] "POST /id-to-fqname HTTP/1.1" 200 239 0.002074
10.0.0.33 - - [2026-06-08 04:07:09] "POST /neutron/network HTTP/1.1" 200 853 0.010506
10.0.0.27 - - [2026-06-08 04:07:09] "GET /projects?obj_uuids=33a07778-5738-4469-9dfd-4b241c1f004b&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001285
10.0.0.33 - - [2026-06-08 04:07:09] "GET /project/33a07778-5738-4469-9dfd-4b241c1f004b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.098236
10.0.0.33 - - [2026-06-08 04:07:10] "POST /neutron/port HTTP/1.1" 200 117 0.022818
10.0.0.33 - - [2026-06-08 04:07:10] "POST /id-to-fqname HTTP/1.1" 200 239 0.002158
10.0.0.33 - - [2026-06-08 04:07:10] "POST /neutron/network HTTP/1.1" 200 853 0.023308
10.0.0.33 - - [2026-06-08 04:07:11] "POST /neutron/port HTTP/1.1" 200 1077 0.034834
10.0.0.33 - - [2026-06-08 04:07:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005171
10.0.0.33 - - [2026-06-08 04:07:11] "POST /neutron/network HTTP/1.1" 200 843 0.012578
10.0.0.27 - - [2026-06-08 04:07:11] "GET /projects?obj_uuids=33a07778-5738-4469-9dfd-4b241c1f004b&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001830
10.0.0.33 - - [2026-06-08 04:07:11] "GET /project/33a07778-5738-4469-9dfd-4b241c1f004b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.114077
10.0.0.33 - - [2026-06-08 04:07:11] "POST /neutron/security_group HTTP/1.1" 200 2076 0.034626
10.0.0.27 - - [2026-06-08 04:07:12] "GET /projects?obj_uuids=33a07778-5738-4469-9dfd-4b241c1f004b&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001922
10.0.0.33 - - [2026-06-08 04:07:12] "GET /virtual-network/c4ce5c78-2d81-4c07-a7d9-6e098609495b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.012198
10.0.0.33 - - [2026-06-08 04:07:12] "POST /neutron/port HTTP/1.1" 200 1077 0.461917
10.0.0.33 - - [2026-06-08 04:07:13] "POST /neutron/port HTTP/1.1" 200 1131 0.180611
10.0.0.33 - - [2026-06-08 04:07:13] "POST /neutron/subnet HTTP/1.1" 200 694 0.015558
10.0.0.33 - - [2026-06-08 04:07:13] "GET /obj-perms HTTP/1.1" 200 5066 0.064858
10.0.0.33 - - [2026-06-08 04:07:14] "POST /neutron/port HTTP/1.1" 200 1141 0.033163
10.0.0.33 - - [2026-06-08 04:07:14] "POST /neutron/security_group HTTP/1.1" 200 2076 0.014720
10.0.0.33 - - [2026-06-08 04:07:14] "GET /virtual-machine/ed21590b-53c0-4c8a-a87c-d983a3b9651c HTTP/1.1" 401 292 0.001062
10.0.0.33 - - [2026-06-08 04:07:14] "GET /virtual-machine/ed21590b-53c0-4c8a-a87c-d983a3b9651c HTTP/1.1" 200 1311 0.038251
10.0.0.33 - - [2026-06-08 04:07:14] "GET /virtual-machine-interface/bb9ac9dd-cca2-4b29-b6e8-821d4495de5a HTTP/1.1" 200 3035 0.010913
10.0.0.33 - - [2026-06-08 04:07:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005042
10.0.0.33 - - [2026-06-08 04:07:14] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007256
10.0.0.33 - - [2026-06-08 04:07:14] "GET /virtual-networks?parent_id=33a07778-5738-4469-9dfd-4b241c1f004b&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.005510
10.0.0.33 - - [2026-06-08 04:07:14] "GET /virtual-network/c4ce5c78-2d81-4c07-a7d9-6e098609495b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.010558
10.0.0.33 - - [2026-06-08 04:07:15] "POST /neutron/port HTTP/1.1" 200 1216 0.026747
10.0.0.33 - - [2026-06-08 04:07:15] "POST /neutron/port HTTP/1.1" 200 1109 0.026439
10.0.0.33 - - [2026-06-08 04:07:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007154
10.0.0.33 - - [2026-06-08 04:07:15] "POST /neutron/subnet HTTP/1.1" 200 708 0.016333
10.0.0.33 - - [2026-06-08 04:07:15] "POST /neutron/port HTTP/1.1" 200 117 0.001271
10.0.0.33 - - [2026-06-08 04:07:15] "POST /neutron/network HTTP/1.1" 200 1111 0.013504
10.0.0.33 - - [2026-06-08 04:07:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.006192
10.0.0.33 - - [2026-06-08 04:07:17] "GET /virtual-network/c4ce5c78-2d81-4c07-a7d9-6e098609495b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.007182
10.0.0.33 - - [2026-06-08 04:07:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.006167
10.0.0.33 - - [2026-06-08 04:07:22] "GET /virtual-network/c4ce5c78-2d81-4c07-a7d9-6e098609495b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.006919
10.0.0.33 - - [2026-06-08 04:07:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.008177
10.0.0.33 - - [2026-06-08 04:07:26] "GET /virtual-network/c4ce5c78-2d81-4c07-a7d9-6e098609495b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.010392
10.0.0.33 - - [2026-06-08 04:07:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004470
10.0.0.33 - - [2026-06-08 04:07:30] "GET /virtual-network/c4ce5c78-2d81-4c07-a7d9-6e098609495b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.006943
10.0.0.33 - - [2026-06-08 04:07:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005981
10.0.0.33 - - [2026-06-08 04:07:34] "GET /virtual-network/c4ce5c78-2d81-4c07-a7d9-6e098609495b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.006674
10.0.0.33 - - [2026-06-08 04:07:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004857
10.0.0.33 - - [2026-06-08 04:07:36] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006453
10.0.0.33 - - [2026-06-08 04:07:36] "GET /virtual-networks?parent_id=33a07778-5738-4469-9dfd-4b241c1f004b&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.005038
10.0.0.33 - - [2026-06-08 04:07:36] "GET /virtual-network/c4ce5c78-2d81-4c07-a7d9-6e098609495b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.012198
10.0.0.33 - - [2026-06-08 04:07:36] "POST /neutron/port HTTP/1.1" 200 1141 0.029374
10.0.0.249 - - [2026-06-08 04:07:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000718
10.0.0.249 - - [2026-06-08 04:07:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000644
10.0.0.249 - - [2026-06-08 04:07:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000451
10.0.0.249 - - [2026-06-08 04:07:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000519
10.0.0.33 - - [2026-06-08 04:07:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000668
10.0.0.33 - - [2026-06-08 04:07:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000737
10.0.0.27 - - [2026-06-08 04:07:37] "GET /global-system-configs HTTP/1.1" 401 292 0.001380
10.0.0.27 - - [2026-06-08 04:07:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000530
10.0.0.33 - - [2026-06-08 04:07:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000585
10.0.0.33 - - [2026-06-08 04:07:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000622
10.0.0.27 - - [2026-06-08 04:07:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000550
10.0.0.27 - - [2026-06-08 04:07:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000702
10.0.0.33 - - [2026-06-08 04:07:39] "POST /neutron/security_group HTTP/1.1" 200 2076 0.012378
10.0.0.27 - - [2026-06-08 04:07:43] "DELETE /project/33a07778573844699dfd4b241c1f004b HTTP/1.1" 404 173 0.015375
10.0.0.27 - - [2026-06-08 04:07:43] "GET /projects?obj_uuids=995f9d06-a0da-4239-97a3-b34e9aa2292c&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001391
10.0.0.27 - - [2026-06-08 04:07:43] "GET /project/995f9d06-a0da-4239-97a3-b34e9aa2292c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1521 0.077133
10.0.0.27 - - [2026-06-08 04:07:43] "GET /projects?obj_uuids=995f9d06-a0da-4239-97a3-b34e9aa2292c&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001716
10.0.0.27 - - [2026-06-08 04:07:43] "GET /project/995f9d06-a0da-4239-97a3-b34e9aa2292c?fields=security_groups HTTP/1.1" 200 1403 0.095003
10.0.0.27 - - [2026-06-08 04:07:43] "DELETE /security-group/34b39563-8dff-4d31-914e-998a9281ff60 HTTP/1.1" 404 177 0.012920
10.0.0.27 - - [2026-06-08 04:07:43] "GET /projects?obj_uuids=995f9d06-a0da-4239-97a3-b34e9aa2292c&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001975
10.0.0.249 - - [2026-06-08 04:07:43] "DELETE /access-control-list/4aeeb59a-c907-4ec9-b30f-97bd79550d5a HTTP/1.1" 200 115 0.112959
10.0.0.27 - - [2026-06-08 04:07:43] "GET /project/995f9d06-a0da-4239-97a3-b34e9aa2292c?fields=application_policy_sets HTTP/1.1" 200 1442 0.116425
10.0.0.27 - - [2026-06-08 04:07:44] "DELETE /project/995f9d06-a0da-4239-97a3-b34e9aa2292c HTTP/1.1" 200 115 0.664890
10.0.0.33 - - [2026-06-08 04:07:47] "POST /neutron/port HTTP/1.1" 200 1141 0.046980
10.0.0.33 - - [2026-06-08 04:07:47] "POST /neutron/security_group HTTP/1.1" 200 2076 0.019527
10.0.0.33 - - [2026-06-08 04:07:47] "GET /virtual-machine/8665b7ba-4679-4f2c-8501-15984c398c9a HTTP/1.1" 200 1309 0.009449
10.0.0.33 - - [2026-06-08 04:07:47] "GET /virtual-machine-interface/6dc8ae66-39c0-44c3-94d4-bf7b9f0a559c HTTP/1.1" 200 3034 0.008266
10.0.0.33 - - [2026-06-08 04:07:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.019381
10.0.0.33 - - [2026-06-08 04:07:47] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.010376
10.0.0.33 - - [2026-06-08 04:07:47] "GET /virtual-networks?parent_id=33a07778-5738-4469-9dfd-4b241c1f004b&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.006659
10.0.0.33 - - [2026-06-08 04:07:47] "GET /virtual-network/c4ce5c78-2d81-4c07-a7d9-6e098609495b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.008767
10.0.0.33 - - [2026-06-08 04:07:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005107
10.0.0.33 - - [2026-06-08 04:07:48] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006472
10.0.0.33 - - [2026-06-08 04:07:48] "GET /virtual-networks?parent_id=33a07778-5738-4469-9dfd-4b241c1f004b&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.005363
10.0.0.33 - - [2026-06-08 04:07:48] "GET /virtual-network/c4ce5c78-2d81-4c07-a7d9-6e098609495b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.009468
10.0.0.33 - - [2026-06-08 04:07:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005764
10.0.0.27 - - [2026-06-08 04:07:48] "GET /projects?obj_uuids=33a07778-5738-4469-9dfd-4b241c1f004b&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.002316
10.0.0.33 - - [2026-06-08 04:07:48] "GET /project/33a07778-5738-4469-9dfd-4b241c1f004b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.075567
10.0.0.33 - - [2026-06-08 04:07:49] "POST /neutron/network HTTP/1.1" 200 117 0.027126
10.0.0.33 - - [2026-06-08 04:07:49] "POST /neutron/network HTTP/1.1" 200 846 0.019208
10.0.0.33 - - [2026-06-08 04:07:49] "POST /id-to-fqname HTTP/1.1" 200 239 0.002200
10.0.0.33 - - [2026-06-08 04:07:49] "GET /virtual-network/102da643-9720-47df-b2e8-3462978a1545?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.009294
10.0.0.33 - - [2026-06-08 04:07:49] "GET /virtual-network/102da643-9720-47df-b2e8-3462978a1545?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.009004
10.0.0.33 - - [2026-06-08 04:07:49] "POST /neutron/subnet HTTP/1.1" 200 734 0.017601
10.0.0.33 - - [2026-06-08 04:07:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.005105
10.0.0.27 - - [2026-06-08 04:07:49] "GET /projects?obj_uuids=33a07778-5738-4469-9dfd-4b241c1f004b&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001410
10.0.0.33 - - [2026-06-08 04:07:49] "GET /project/33a07778-5738-4469-9dfd-4b241c1f004b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.082855
10.0.0.249 - - [2026-06-08 04:07:49] "GET /obj-perms HTTP/1.1" 200 5056 0.080906
10.0.0.249 - - [2026-06-08 04:07:50] "POST /route-targets HTTP/1.1" 200 327 0.040763
10.0.0.27 - - [2026-06-08 04:07:50] "POST /useragent-kv HTTP/1.1" 200 115 0.011832
10.0.0.33 - - [2026-06-08 04:07:50] "POST /neutron/subnet HTTP/1.1" 200 719 0.303110
10.0.0.33 - - [2026-06-08 04:07:50] "POST /id-to-fqname HTTP/1.1" 200 242 0.002374
10.0.0.33 - - [2026-06-08 04:07:50] "GET /virtual-network/bc1c16e1-adfb-46da-a077-de993494e095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.007879
10.0.0.27 - - [2026-06-08 04:07:50] "GET /obj-perms HTTP/1.1" 200 5056 0.077699
10.0.0.33 - - [2026-06-08 04:07:50] "GET /virtual-network/bc1c16e1-adfb-46da-a077-de993494e095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.006272
10.0.0.33 - - [2026-06-08 04:07:50] "POST /neutron/network HTTP/1.1" 200 849 0.009340
10.0.0.33 - - [2026-06-08 04:07:50] "POST /id-to-fqname HTTP/1.1" 200 239 0.002188
10.0.0.33 - - [2026-06-08 04:07:50] "POST /neutron/security_group HTTP/1.1" 200 2076 0.011817
10.0.0.27 - - [2026-06-08 04:07:51] "GET /projects?obj_uuids=33a07778-5738-4469-9dfd-4b241c1f004b&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.002023
10.0.0.33 - - [2026-06-08 04:07:51] "GET /project/33a07778-5738-4469-9dfd-4b241c1f004b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.091877
10.0.0.33 - - [2026-06-08 04:07:51] "POST /neutron/port HTTP/1.1" 200 6166 0.103920
10.0.0.33 - - [2026-06-08 04:07:51] "POST /id-to-fqname HTTP/1.1" 200 242 0.001713
10.0.0.33 - - [2026-06-08 04:07:51] "POST /neutron/port HTTP/1.1" 200 6166 0.082558
10.0.0.27 - - [2026-06-08 04:07:52] "GET /projects?obj_uuids=33a07778-5738-4469-9dfd-4b241c1f004b&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001830
10.0.0.33 - - [2026-06-08 04:07:52] "POST /neutron/port HTTP/1.1" 200 1080 0.427109
10.0.0.33 - - [2026-06-08 04:07:52] "POST /neutron/port HTTP/1.1" 200 1080 0.025237
10.0.0.33 - - [2026-06-08 04:07:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006978
10.0.0.33 - - [2026-06-08 04:07:52] "POST /neutron/network HTTP/1.1" 200 846 0.011100
10.0.0.27 - - [2026-06-08 04:07:52] "GET /projects?obj_uuids=33a07778-5738-4469-9dfd-4b241c1f004b&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001742
10.0.0.33 - - [2026-06-08 04:07:53] "GET /project/33a07778-5738-4469-9dfd-4b241c1f004b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.105338
10.0.0.33 - - [2026-06-08 04:07:53] "POST /neutron/security_group HTTP/1.1" 200 2076 0.014045
10.0.0.33 - - [2026-06-08 04:07:53] "POST /id-to-fqname HTTP/1.1" 200 239 0.001693
10.0.0.33 - - [2026-06-08 04:07:53] "POST /id-to-fqname HTTP/1.1" 200 239 0.001494
10.0.0.33 - - [2026-06-08 04:07:53] "POST /neutron/security_group HTTP/1.1" 200 2076 0.016857
10.0.0.33 - - [2026-06-08 04:07:53] "POST /neutron/network HTTP/1.1" 200 1557 0.016002
10.0.0.33 - - [2026-06-08 04:07:54] "POST /neutron/port HTTP/1.1" 200 1131 0.184665
10.0.0.33 - - [2026-06-08 04:07:54] "POST /neutron/subnet HTTP/1.1" 200 693 0.018651
10.0.0.27 - - [2026-06-08 04:07:54] "GET /projects?obj_uuids=33a07778-5738-4469-9dfd-4b241c1f004b&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.002258
10.0.0.33 - - [2026-06-08 04:07:54] "GET /project/33a07778-5738-4469-9dfd-4b241c1f004b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.113787
10.0.0.33 - - [2026-06-08 04:07:54] "POST /neutron/network HTTP/1.1" 200 843 0.011555
10.0.0.33 - - [2026-06-08 04:07:55] "POST /neutron/security_group HTTP/1.1" 200 2076 0.010113
10.0.0.33 - - [2026-06-08 04:07:55] "GET /virtual-network/c4ce5c78-2d81-4c07-a7d9-6e098609495b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.007649
10.0.0.27 - - [2026-06-08 04:07:55] "GET /projects?obj_uuids=33a07778-5738-4469-9dfd-4b241c1f004b&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001935
10.0.0.33 - - [2026-06-08 04:07:55] "POST /neutron/port HTTP/1.1" 200 1077 0.476654
10.0.0.33 - - [2026-06-08 04:07:56] "GET /virtual-network/102da643-9720-47df-b2e8-3462978a1545?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.007545
10.0.0.33 - - [2026-06-08 04:07:56] "POST /neutron/port HTTP/1.1" 200 1077 0.026403
10.0.0.33 - - [2026-06-08 04:07:56] "POST /neutron/port HTTP/1.1" 200 1080 0.048095
10.0.0.33 - - [2026-06-08 04:07:56] "GET /virtual-network/bc1c16e1-adfb-46da-a077-de993494e095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.008956
10.0.0.33 - - [2026-06-08 04:07:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006235
10.0.0.33 - - [2026-06-08 04:07:57] "GET /obj-perms HTTP/1.1" 200 5066 0.011137
10.0.0.33 - - [2026-06-08 04:07:57] "POST /neutron/network HTTP/1.1" 200 843 0.009343
10.0.0.33 - - [2026-06-08 04:07:57] "POST /neutron/port HTTP/1.1" 200 117 0.002264
10.0.0.249 - - [2026-06-08 04:07:57] "GET /obj-perms HTTP/1.1" 200 5066 0.071102
10.0.0.27 - - [2026-06-08 04:07:57] "GET /obj-perms HTTP/1.1" 200 5066 0.062830
10.0.0.33 - - [2026-06-08 04:07:57] "POST /neutron/security_group HTTP/1.1" 200 2076 0.017931
10.0.0.33 - - [2026-06-08 04:07:57] "POST /neutron/port HTTP/1.1" 200 1141 0.041050
10.0.0.33 - - [2026-06-08 04:07:57] "GET /virtual-machine/1b613440-a189-479a-95de-b210a35e53c5 HTTP/1.1" 200 1310 0.009365
10.0.0.33 - - [2026-06-08 04:07:57] "GET /virtual-machine-interface/944e4a32-cdd9-4a7b-8a4d-e9223e9308e0 HTTP/1.1" 200 3043 0.008471
10.0.0.33 - - [2026-06-08 04:07:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004739
10.0.0.33 - - [2026-06-08 04:07:57] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007077
10.0.0.33 - - [2026-06-08 04:07:57] "GET /virtual-networks?parent_id=33a07778-5738-4469-9dfd-4b241c1f004b&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.004753
10.0.0.33 - - [2026-06-08 04:07:57] "GET /virtual-network/bc1c16e1-adfb-46da-a077-de993494e095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.008104
10.0.0.33 - - [2026-06-08 04:08:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004867
10.0.0.33 - - [2026-06-08 04:08:00] "GET /virtual-network/bc1c16e1-adfb-46da-a077-de993494e095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.009299
10.0.0.33 - - [2026-06-08 04:08:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005818
10.0.0.33 - - [2026-06-08 04:08:04] "GET /virtual-network/bc1c16e1-adfb-46da-a077-de993494e095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.008705
10.0.0.33 - - [2026-06-08 04:08:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004307
10.0.0.33 - - [2026-06-08 04:08:08] "GET /virtual-network/bc1c16e1-adfb-46da-a077-de993494e095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.006958
10.0.0.33 - - [2026-06-08 04:08:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.007268
10.0.0.33 - - [2026-06-08 04:08:12] "GET /virtual-network/bc1c16e1-adfb-46da-a077-de993494e095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.007067
10.0.0.33 - - [2026-06-08 04:08:15] "POST /neutron/security_group HTTP/1.1" 200 2076 0.013007
10.0.0.33 - - [2026-06-08 04:08:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005623
10.0.0.33 - - [2026-06-08 04:08:17] "GET /virtual-network/bc1c16e1-adfb-46da-a077-de993494e095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.007881
10.0.0.33 - - [2026-06-08 04:08:17] "POST /neutron/port HTTP/1.1" 200 1109 0.029046
10.0.0.33 - - [2026-06-08 04:08:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.009187
10.0.0.33 - - [2026-06-08 04:08:17] "POST /neutron/network HTTP/1.1" 200 929 0.014904
10.0.0.33 - - [2026-06-08 04:08:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.006115
10.0.0.33 - - [2026-06-08 04:08:19] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006791
10.0.0.33 - - [2026-06-08 04:08:19] "GET /virtual-networks?parent_id=33a07778-5738-4469-9dfd-4b241c1f004b&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.004628
10.0.0.33 - - [2026-06-08 04:08:19] "GET /virtual-network/bc1c16e1-adfb-46da-a077-de993494e095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.006975
10.0.0.33 - - [2026-06-08 04:08:19] "POST /neutron/port HTTP/1.1" 200 1141 0.027153
10.0.0.33 - - [2026-06-08 04:08:24] "POST /neutron/security_group HTTP/1.1" 200 2076 0.013494
10.0.0.33 - - [2026-06-08 04:08:29] "POST /neutron/port HTTP/1.1" 200 1144 0.031952
10.0.0.33 - - [2026-06-08 04:08:29] "POST /neutron/security_group HTTP/1.1" 200 2076 0.010708
10.0.0.33 - - [2026-06-08 04:08:30] "GET /virtual-machine/663efafb-f08b-4a96-891d-132cb9b27afa HTTP/1.1" 200 1309 0.007535
10.0.0.33 - - [2026-06-08 04:08:30] "GET /virtual-machine-interface/266812f6-04bb-4b7f-b280-3d09c49ff8bd HTTP/1.1" 200 3034 0.007319
10.0.0.33 - - [2026-06-08 04:08:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.005311
10.0.0.33 - - [2026-06-08 04:08:30] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007162
10.0.0.33 - - [2026-06-08 04:08:30] "GET /virtual-networks?parent_id=33a07778-5738-4469-9dfd-4b241c1f004b&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.004565
10.0.0.33 - - [2026-06-08 04:08:30] "GET /virtual-network/102da643-9720-47df-b2e8-3462978a1545?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.006615
10.0.0.33 - - [2026-06-08 04:08:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004736
10.0.0.33 - - [2026-06-08 04:08:31] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005727
10.0.0.33 - - [2026-06-08 04:08:31] "GET /virtual-networks?parent_id=33a07778-5738-4469-9dfd-4b241c1f004b&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.006721
10.0.0.33 - - [2026-06-08 04:08:31] "GET /virtual-network/102da643-9720-47df-b2e8-3462978a1545?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.009921
10.0.0.33 - - [2026-06-08 04:08:36] "POST /neutron/port HTTP/1.1" 200 2133 0.042315
10.0.0.33 - - [2026-06-08 04:08:36] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008965
10.0.0.33 - - [2026-06-08 04:08:36] "POST /neutron/port HTTP/1.1" 200 2133 0.041500
10.0.0.33 - - [2026-06-08 04:08:36] "GET /virtual-machine/e5bade35-c1bc-4f7c-a3e8-0ab1099ce1d5 HTTP/1.1" 200 1587 0.009258
10.0.0.33 - - [2026-06-08 04:08:37] "GET /virtual-machine-interface/5d311818-d4a7-4388-abde-922d0111947d HTTP/1.1" 200 3034 0.007276
10.0.0.33 - - [2026-06-08 04:08:37] "GET /virtual-machine-interface/fead0d10-56c6-4ad9-805c-b7835b0e9eb4 HTTP/1.1" 200 3034 0.006593
10.0.0.33 - - [2026-06-08 04:08:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004624
10.0.0.33 - - [2026-06-08 04:08:37] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005332
10.0.0.33 - - [2026-06-08 04:08:37] "GET /virtual-networks?parent_id=33a07778-5738-4469-9dfd-4b241c1f004b&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.004596
10.0.0.33 - - [2026-06-08 04:08:37] "GET /virtual-network/c4ce5c78-2d81-4c07-a7d9-6e098609495b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.009877
10.0.0.33 - - [2026-06-08 04:08:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004848
10.0.0.33 - - [2026-06-08 04:08:38] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006072
10.0.0.33 - - [2026-06-08 04:08:38] "GET /virtual-networks?parent_id=33a07778-5738-4469-9dfd-4b241c1f004b&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.004998
10.0.0.33 - - [2026-06-08 04:08:38] "GET /virtual-network/c4ce5c78-2d81-4c07-a7d9-6e098609495b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.007657
10.0.0.33 - - [2026-06-08 04:08:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004905
10.0.0.33 - - [2026-06-08 04:08:38] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005005
10.0.0.33 - - [2026-06-08 04:08:38] "GET /virtual-networks?parent_id=33a07778-5738-4469-9dfd-4b241c1f004b&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.006453
10.0.0.33 - - [2026-06-08 04:08:38] "GET /virtual-network/102da643-9720-47df-b2e8-3462978a1545?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.008587
10.0.0.33 - - [2026-06-08 04:08:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.006472
10.0.0.33 - - [2026-06-08 04:08:40] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006310
10.0.0.33 - - [2026-06-08 04:08:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005129
10.0.0.33 - - [2026-06-08 04:08:40] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006824
10.0.0.33 - - [2026-06-08 04:08:40] "PUT /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033 HTTP/1.1" 200 276 0.018283
10.0.0.33 - - [2026-06-08 04:08:40] "POST /fqname-to-id HTTP/1.1" 404 217 0.005553
10.0.0.33 - - [2026-06-08 04:08:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004894
10.0.0.27 - - [2026-06-08 04:08:40] "GET /projects?obj_uuids=33a07778-5738-4469-9dfd-4b241c1f004b&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001327
10.0.0.33 - - [2026-06-08 04:08:40] "GET /project/33a07778-5738-4469-9dfd-4b241c1f004b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.061126
10.0.0.33 - - [2026-06-08 04:08:40] "POST /network-policys HTTP/1.1" 200 539 0.039664
10.0.0.33 - - [2026-06-08 04:08:40] "GET /network-policy/0e4e9c6d-4f8f-4ba6-828f-ae5a2b4f152c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1991 0.009170
10.0.0.33 - - [2026-06-08 04:08:40] "POST /neutron/network HTTP/1.1" 200 937 0.097657
10.0.0.33 - - [2026-06-08 04:08:40] "GET /virtual-network/c4ce5c78-2d81-4c07-a7d9-6e098609495b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2387 0.009644
10.0.0.33 - - [2026-06-08 04:08:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005929
10.0.0.33 - - [2026-06-08 04:08:40] "GET /network-policy/0e4e9c6d-4f8f-4ba6-828f-ae5a2b4f152c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1991 0.006310
10.0.0.33 - - [2026-06-08 04:08:40] "POST /neutron/network HTTP/1.1" 200 940 0.131446
10.0.0.33 - - [2026-06-08 04:08:40] "GET /virtual-network/102da643-9720-47df-b2e8-3462978a1545?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2395 0.009274
10.0.0.33 - - [2026-06-08 04:08:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004616
10.0.0.33 - - [2026-06-08 04:08:40] "GET /network-policy/0e4e9c6d-4f8f-4ba6-828f-ae5a2b4f152c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1991 0.006083
10.0.0.249 - - [2026-06-08 04:08:41] "POST /access-control-lists HTTP/1.1" 200 609 0.095723
10.0.0.249 - - [2026-06-08 04:08:41] "POST /ref-update HTTP/1.1" 200 156 0.036377
10.0.0.33 - - [2026-06-08 04:08:41] "GET /virtual-network/c4ce5c78-2d81-4c07-a7d9-6e098609495b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2387 0.011232
10.0.0.33 - - [2026-06-08 04:08:41] "GET /virtual-network/102da643-9720-47df-b2e8-3462978a1545?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2395 0.008192
10.0.0.33 - - [2026-06-08 04:08:42] "GET /virtual-network/c4ce5c78-2d81-4c07-a7d9-6e098609495b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2387 0.008696
10.0.0.33 - - [2026-06-08 04:08:42] "GET /obj-perms HTTP/1.1" 200 5066 0.005534
10.0.0.249 - - [2026-06-08 04:08:42] "GET /obj-perms HTTP/1.1" 200 5066 0.006675
10.0.0.27 - - [2026-06-08 04:08:42] "GET /obj-perms HTTP/1.1" 200 5066 0.017700
10.0.0.33 - - [2026-06-08 04:08:42] "GET /virtual-network/102da643-9720-47df-b2e8-3462978a1545?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2395 0.009723
10.0.0.33 - - [2026-06-08 04:08:43] "GET /virtual-network/bc1c16e1-adfb-46da-a077-de993494e095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.009315
10.0.0.33 - - [2026-06-08 04:08:50] "GET /obj-perms HTTP/1.1" 200 5056 0.051177
10.0.0.249 - - [2026-06-08 04:08:51] "GET /obj-perms HTTP/1.1" 200 5056 0.052378
10.0.0.33 - - [2026-06-08 04:08:59] "GET /obj-perms HTTP/1.1" 200 5066 0.004870
10.0.0.33 - - [2026-06-08 04:09:16] "POST /neutron/port HTTP/1.1" 200 1216 0.028601
10.0.0.33 - - [2026-06-08 04:09:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.009696
10.0.0.33 - - [2026-06-08 04:09:16] "POST /neutron/port HTTP/1.1" 200 117 0.001884
10.0.0.33 - - [2026-06-08 04:09:19] "POST /neutron/port HTTP/1.1" 200 1216 0.023969
10.0.0.33 - - [2026-06-08 04:09:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006194
10.0.0.33 - - [2026-06-08 04:09:19] "POST /neutron/port HTTP/1.1" 200 117 0.001866
10.0.0.27 - - [2026-06-08 04:09:51] "GET /obj-perms HTTP/1.1" 200 5056 0.062205
10.0.0.33 - - [2026-06-08 04:10:16] "POST /neutron/port HTTP/1.1" 200 1109 0.058601
10.0.0.33 - - [2026-06-08 04:10:16] "POST /neutron/subnet HTTP/1.1" 200 708 0.012333
10.0.0.33 - - [2026-06-08 04:10:20] "POST /neutron/port HTTP/1.1" 200 1109 0.022345
10.0.0.33 - - [2026-06-08 04:10:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005129
10.0.0.33 - - [2026-06-08 04:10:20] "POST /neutron/network HTTP/1.1" 200 929 0.011271
10.0.0.33 - - [2026-06-08 04:11:17] "POST /neutron/network HTTP/1.1" 200 947 0.010215
10.0.0.33 - - [2026-06-08 04:11:17] "POST /neutron/port HTTP/1.1" 200 117 0.001435
10.0.0.33 - - [2026-06-08 04:11:20] "POST /neutron/port HTTP/1.1" 200 1144 0.055450
10.0.0.33 - - [2026-06-08 04:11:20] "POST /neutron/subnet HTTP/1.1" 200 708 0.012277
10.0.0.33 - - [2026-06-08 04:12:18] "POST /neutron/port HTTP/1.1" 200 1141 0.024691
10.0.0.33 - - [2026-06-08 04:12:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006218
10.0.0.33 - - [2026-06-08 04:12:18] "POST /neutron/network HTTP/1.1" 200 937 0.010055
10.0.0.33 - - [2026-06-08 04:12:20] "GET /obj-perms HTTP/1.1" 200 5066 0.060929
10.0.0.33 - - [2026-06-08 04:12:20] "GET /virtual-network/102da643-9720-47df-b2e8-3462978a1545?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2395 0.031146
10.0.0.33 - - [2026-06-08 04:12:20] "POST /neutron/port HTTP/1.1" 200 1141 0.020226
10.0.0.33 - - [2026-06-08 04:12:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007181
10.0.0.33 - - [2026-06-08 04:12:20] "POST /neutron/network HTTP/1.1" 200 846 0.048258
10.0.0.33 - - [2026-06-08 04:12:20] "GET /virtual-network/102da643-9720-47df-b2e8-3462978a1545?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.007561
10.0.0.33 - - [2026-06-08 04:12:20] "GET /virtual-network/c4ce5c78-2d81-4c07-a7d9-6e098609495b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2387 0.005943
10.0.0.249 - - [2026-06-08 04:12:20] "POST /ref-update HTTP/1.1" 200 156 0.091574
10.0.0.33 - - [2026-06-08 04:12:20] "POST /neutron/network HTTP/1.1" 200 843 0.121161
10.0.0.33 - - [2026-06-08 04:12:20] "GET /virtual-network/c4ce5c78-2d81-4c07-a7d9-6e098609495b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.006885
10.0.0.33 - - [2026-06-08 04:12:20] "DELETE /network-policy/0e4e9c6d-4f8f-4ba6-828f-ae5a2b4f152c HTTP/1.1" 200 115 0.046559
10.0.0.33 - - [2026-06-08 04:12:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005429
10.0.0.33 - - [2026-06-08 04:12:20] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1639 0.005860
10.0.0.33 - - [2026-06-08 04:12:21] "PUT /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033 HTTP/1.1" 200 276 0.020518
10.0.0.249 - - [2026-06-08 04:12:21] "POST /ref-update HTTP/1.1" 200 156 0.038418
10.0.0.33 - - [2026-06-08 04:12:22] "POST /neutron/network HTTP/1.1" 400 204 0.018906
10.0.0.33 - - [2026-06-08 04:12:23] "POST /neutron/port HTTP/1.1" 200 1131 0.018955
10.0.0.33 - - [2026-06-08 04:12:23] "POST /neutron/port HTTP/1.1" 200 1134 0.017863
10.0.0.33 - - [2026-06-08 04:12:23] "POST /neutron/port HTTP/1.1" 200 151 0.302960
10.0.0.33 - - [2026-06-08 04:12:24] "POST /neutron/network HTTP/1.1" 200 849 0.009532
10.0.0.249 - - [2026-06-08 04:12:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.008868
10.0.0.27 - - [2026-06-08 04:12:25] "POST /useragent-kv HTTP/1.1" 200 115 0.048163
10.0.0.27 - - [2026-06-08 04:12:25] "POST /useragent-kv HTTP/1.1" 200 115 0.003487
10.0.0.33 - - [2026-06-08 04:12:25] "POST /neutron/network HTTP/1.1" 200 151 0.221585
10.0.0.33 - - [2026-06-08 04:12:26] "POST /neutron/port HTTP/1.1" 200 1141 0.025644
10.0.0.33 - - [2026-06-08 04:12:26] "POST /neutron/port HTTP/1.1" 200 151 0.277804
10.0.0.33 - - [2026-06-08 04:12:27] "POST /neutron/network HTTP/1.1" 200 843 0.011509
10.0.0.249 - - [2026-06-08 04:12:27] "DELETE /route-target/7463e0cc-4c38-4547-99e9-ecd404534781 HTTP/1.1" 200 115 0.034416
10.0.0.27 - - [2026-06-08 04:12:28] "GET /projects?obj_uuids=33a07778-5738-4469-9dfd-4b241c1f004b&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001424
10.0.0.33 - - [2026-06-08 04:12:28] "GET /project/33a07778-5738-4469-9dfd-4b241c1f004b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.085928
10.0.0.27 - - [2026-06-08 04:12:28] "GET /projects?obj_uuids=33a07778-5738-4469-9dfd-4b241c1f004b&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.002304
10.0.0.33 - - [2026-06-08 04:12:28] "GET /project/33a07778-5738-4469-9dfd-4b241c1f004b?fields=virtual_networks HTTP/1.1" 200 1068 0.072178
10.0.0.27 - - [2026-06-08 04:12:28] "GET /projects?obj_uuids=33a07778-5738-4469-9dfd-4b241c1f004b&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.002124
10.0.0.33 - - [2026-06-08 04:12:28] "GET /project/33a07778-5738-4469-9dfd-4b241c1f004b?fields=virtual_machine_interfaces HTTP/1.1" 200 1068 0.050466
10.0.0.27 - - [2026-06-08 04:12:28] "GET /projects?obj_uuids=33a07778-5738-4469-9dfd-4b241c1f004b&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001573
10.0.0.33 - - [2026-06-08 04:12:28] "GET /project/33a07778-5738-4469-9dfd-4b241c1f004b?fields=security_groups HTTP/1.1" 200 1312 0.058453
10.0.0.33 - - [2026-06-08 04:12:29] "POST /fqname-to-id HTTP/1.1" 404 183 0.033065
10.0.0.27 - - [2026-06-08 04:12:29] "GET /projects?obj_uuids=19049a45-39f0-4132-8805-ffb5c1195693&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004408
10.0.0.27 - - [2026-06-08 04:12:29] "GET /domains?obj_uuids=2441b78a-01cc-4005-9aa7-6b434eb6fb41&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001170
10.0.0.27 - - [2026-06-08 04:12:29] "GET /domain/2441b78a-01cc-4005-9aa7-6b434eb6fb41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.035483
10.0.0.27 - - [2026-06-08 04:12:29] "POST /id-to-fqname HTTP/1.1" 200 185 0.006634
10.0.0.27 - - [2026-06-08 04:12:29] "POST /fqname-to-id HTTP/1.1" 404 194 0.008422
10.0.0.27 - - [2026-06-08 04:12:29] "POST /security-groups HTTP/1.1" 200 586 0.038377
10.0.0.27 - - [2026-06-08 04:12:29] "POST /projects HTTP/1.1" 200 575 0.275245
10.0.0.249 - - [2026-06-08 04:12:29] "POST /fqname-to-id HTTP/1.1" 404 228 0.005263
10.0.0.27 - - [2026-06-08 04:12:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.352062
10.0.0.33 - - [2026-06-08 04:12:29] "GET /project/19049a45-39f0-4132-8805-ffb5c1195693?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.535555
10.0.0.33 - - [2026-06-08 04:12:30] "GET / HTTP/1.1" 200 35931 0.002925
10.0.0.27 - - [2026-06-08 04:12:31] "GET /projects?obj_uuids=bb59746f-d440-4224-b014-d6e71885c160&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001210
10.0.0.33 - - [2026-06-08 04:12:31] "GET /project/bb59746f-d440-4224-b014-d6e71885c160?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.063467
10.0.0.33 - - [2026-06-08 04:12:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.005759
10.0.0.33 - - [2026-06-08 04:12:32] "GET /security-group/9c2a101c-f371-4f1f-8123-4b033aabc722?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3708 0.006741
10.0.0.33 - - [2026-06-08 04:12:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.005338
10.0.0.27 - - [2026-06-08 04:12:32] "GET /projects?obj_uuids=bb59746f-d440-4224-b014-d6e71885c160&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001597
10.0.0.33 - - [2026-06-08 04:12:32] "GET /project/bb59746f-d440-4224-b014-d6e71885c160?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.089401
10.0.0.33 - - [2026-06-08 04:12:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.006132
10.0.0.33 - - [2026-06-08 04:12:32] "GET /security-group/9c2a101c-f371-4f1f-8123-4b033aabc722?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3708 0.006038
10.0.0.33 - - [2026-06-08 04:12:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.005011
10.0.0.33 - - [2026-06-08 04:12:32] "PUT /security-group/9c2a101c-f371-4f1f-8123-4b033aabc722 HTTP/1.1" 200 262 0.043570
10.0.0.249 - - [2026-06-08 04:12:32] "PUT /access-control-list/5e836487-5f59-40fa-a9c6-f2e76ab01a7b HTTP/1.1" 200 272 0.031551
10.0.0.27 - - [2026-06-08 04:12:35] "GET /projects?obj_uuids=19049a45-39f0-4132-8805-ffb5c1195693&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001891
10.0.0.33 - - [2026-06-08 04:12:35] "GET /project/19049a45-39f0-4132-8805-ffb5c1195693?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.047600
10.0.0.27 - - [2026-06-08 04:12:35] "GET /projects?obj_uuids=19049a45-39f0-4132-8805-ffb5c1195693&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001686
10.0.0.33 - - [2026-06-08 04:12:35] "GET /project/19049a45-39f0-4132-8805-ffb5c1195693?fields=virtual_networks HTTP/1.1" 200 1021 0.065700
10.0.0.27 - - [2026-06-08 04:12:35] "GET /projects?obj_uuids=19049a45-39f0-4132-8805-ffb5c1195693&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001395
10.0.0.33 - - [2026-06-08 04:12:35] "GET /project/19049a45-39f0-4132-8805-ffb5c1195693?fields=virtual_machine_interfaces HTTP/1.1" 200 1021 0.068280
10.0.0.27 - - [2026-06-08 04:12:35] "GET /projects?obj_uuids=19049a45-39f0-4132-8805-ffb5c1195693&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001810
10.0.0.33 - - [2026-06-08 04:12:35] "GET /project/19049a45-39f0-4132-8805-ffb5c1195693?fields=security_groups HTTP/1.1" 200 1242 0.087368
10.0.0.33 - - [2026-06-08 04:12:36] "POST /fqname-to-id HTTP/1.1" 404 192 0.030849
10.0.0.27 - - [2026-06-08 04:12:36] "GET /projects?obj_uuids=eee621c2-e4f5-4ced-8ccc-8b86b26a4513&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004917
10.0.0.27 - - [2026-06-08 04:12:36] "GET /domains?obj_uuids=2441b78a-01cc-4005-9aa7-6b434eb6fb41&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001184
10.0.0.27 - - [2026-06-08 04:12:36] "GET /domain/2441b78a-01cc-4005-9aa7-6b434eb6fb41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008049
10.0.0.27 - - [2026-06-08 04:12:36] "POST /id-to-fqname HTTP/1.1" 200 194 0.001852
10.0.0.27 - - [2026-06-08 04:12:36] "POST /fqname-to-id HTTP/1.1" 404 203 0.007069
10.0.0.27 - - [2026-06-08 04:12:36] "POST /security-groups HTTP/1.1" 200 595 0.078336
10.0.0.27 - - [2026-06-08 04:12:36] "POST /projects HTTP/1.1" 200 593 0.327801
10.0.0.249 - - [2026-06-08 04:12:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000474
10.0.0.249 - - [2026-06-08 04:12:37] "POST /fqname-to-id HTTP/1.1" 404 237 0.007356
10.0.0.27 - - [2026-06-08 04:12:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.422478
10.0.0.249 - - [2026-06-08 04:12:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000430
10.0.0.33 - - [2026-06-08 04:12:37] "GET /project/eee621c2-e4f5-4ced-8ccc-8b86b26a4513?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.600264
10.0.0.249 - - [2026-06-08 04:12:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000644
10.0.0.249 - - [2026-06-08 04:12:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000690
10.0.0.33 - - [2026-06-08 04:12:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000732
10.0.0.33 - - [2026-06-08 04:12:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000680
10.0.0.27 - - [2026-06-08 04:12:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000601
10.0.0.27 - - [2026-06-08 04:12:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000466
10.0.0.33 - - [2026-06-08 04:12:38] "GET / HTTP/1.1" 200 35931 0.003560
10.0.0.33 - - [2026-06-08 04:12:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000457
10.0.0.27 - - [2026-06-08 04:12:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000769
10.0.0.33 - - [2026-06-08 04:12:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000600
10.0.0.27 - - [2026-06-08 04:12:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000577
10.0.0.33 - - [2026-06-08 04:12:40] "POST /fqname-to-id HTTP/1.1" 401 292 0.000595
10.0.0.33 - - [2026-06-08 04:12:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.082701
10.0.0.27 - - [2026-06-08 04:12:40] "GET /projects?obj_uuids=eee621c2-e4f5-4ced-8ccc-8b86b26a4513&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001784
10.0.0.33 - - [2026-06-08 04:12:40] "GET /project/eee621c2-e4f5-4ced-8ccc-8b86b26a4513?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.046376
10.0.0.27 - - [2026-06-08 04:12:40] "GET /projects?obj_uuids=eee621c2-e4f5-4ced-8ccc-8b86b26a4513&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001459
10.0.0.33 - - [2026-06-08 04:12:41] "POST /neutron/network HTTP/1.1" 200 623 0.189755
10.0.0.249 - - [2026-06-08 04:12:41] "POST /ref-update HTTP/1.1" 200 156 0.023022
10.0.0.33 - - [2026-06-08 04:12:41] "POST /id-to-fqname HTTP/1.1" 200 231 0.004647
10.0.0.33 - - [2026-06-08 04:12:41] "GET /virtual-network/f3805b36-7461-49ce-b61f-179d4304d479?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.008717
10.0.0.33 - - [2026-06-08 04:12:41] "POST /neutron/network HTTP/1.1" 200 843 0.013579
10.0.0.33 - - [2026-06-08 04:12:41] "GET /virtual-network/f3805b36-7461-49ce-b61f-179d4304d479?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.008246
10.0.0.33 - - [2026-06-08 04:12:41] "POST /id-to-fqname HTTP/1.1" 200 231 0.002007
10.0.0.33 - - [2026-06-08 04:12:41] "POST /neutron/port HTTP/1.1" 200 4190 0.045341
10.0.0.27 - - [2026-06-08 04:12:42] "GET /projects?obj_uuids=eee621c2-e4f5-4ced-8ccc-8b86b26a4513&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001228
10.0.0.33 - - [2026-06-08 04:12:42] "GET /project/eee621c2-e4f5-4ced-8ccc-8b86b26a4513?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.088001
10.0.0.33 - - [2026-06-08 04:12:43] "POST /neutron/port HTTP/1.1" 200 4190 0.046883
10.0.0.33 - - [2026-06-08 04:12:43] "POST /id-to-fqname HTTP/1.1" 200 231 0.002000
10.0.0.33 - - [2026-06-08 04:12:43] "POST /neutron/network HTTP/1.1" 200 853 0.007914
10.0.0.33 - - [2026-06-08 04:12:44] "POST /neutron/port HTTP/1.1" 200 1065 0.025441
10.0.0.33 - - [2026-06-08 04:12:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005475
10.0.0.33 - - [2026-06-08 04:12:44] "POST /neutron/network HTTP/1.1" 200 843 0.007487
10.0.0.27 - - [2026-06-08 04:12:44] "DELETE /project/19049a4539f041328805ffb5c1195693 HTTP/1.1" 404 173 0.008415
10.0.0.27 - - [2026-06-08 04:12:44] "GET /projects?obj_uuids=19049a45-39f0-4132-8805-ffb5c1195693&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000952
10.0.0.27 - - [2026-06-08 04:12:44] "GET /projects?obj_uuids=33a07778-5738-4469-9dfd-4b241c1f004b&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000997
10.0.0.27 - - [2026-06-08 04:12:44] "DELETE /project/eee621c2e4f54ced8ccc8b86b26a4513 HTTP/1.1" 404 173 0.016100
10.0.0.27 - - [2026-06-08 04:12:44] "GET /project/19049a45-39f0-4132-8805-ffb5c1195693?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.076389
10.0.0.27 - - [2026-06-08 04:12:44] "GET /project/33a07778-5738-4469-9dfd-4b241c1f004b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1540 0.093511
10.0.0.27 - - [2026-06-08 04:12:44] "GET /projects?obj_uuids=19049a45-39f0-4132-8805-ffb5c1195693&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001415
10.0.0.27 - - [2026-06-08 04:12:44] "GET /projects?obj_uuids=33a07778-5738-4469-9dfd-4b241c1f004b&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.002489
10.0.0.27 - - [2026-06-08 04:12:44] "GET /project/19049a45-39f0-4132-8805-ffb5c1195693?fields=security_groups HTTP/1.1" 200 1347 0.113033
10.0.0.27 - - [2026-06-08 04:12:44] "GET /project/33a07778-5738-4469-9dfd-4b241c1f004b?fields=security_groups HTTP/1.1" 200 1138 0.140388
10.0.0.27 - - [2026-06-08 04:12:44] "GET /projects?obj_uuids=33a07778-5738-4469-9dfd-4b241c1f004b&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.002053
10.0.0.27 - - [2026-06-08 04:12:45] "GET /project/33a07778-5738-4469-9dfd-4b241c1f004b?fields=application_policy_sets HTTP/1.1" 200 1456 0.165647
10.0.0.27 - - [2026-06-08 04:12:45] "DELETE /security-group/e057aeaa-2f10-476a-9052-838ae13a5148 HTTP/1.1" 200 115 0.363963
10.0.0.27 - - [2026-06-08 04:12:45] "DELETE /project/33a07778-5738-4469-9dfd-4b241c1f004b HTTP/1.1" 404 190 0.647623
10.0.0.27 - - [2026-06-08 04:12:45] "GET /projects?obj_uuids=19049a45-39f0-4132-8805-ffb5c1195693&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.003402
10.0.0.249 - - [2026-06-08 04:12:45] "DELETE /access-control-list/0ab37b6e-285b-4176-ac69-cd8d6db7fb2d HTTP/1.1" 200 115 0.194052
10.0.0.27 - - [2026-06-08 04:12:45] "GET /project/19049a45-39f0-4132-8805-ffb5c1195693?fields=application_policy_sets HTTP/1.1" 200 1386 0.140057
10.0.0.27 - - [2026-06-08 04:12:45] "DELETE /project/19049a45-39f0-4132-8805-ffb5c1195693 HTTP/1.1" 200 115 1.028097
10.0.0.27 - - [2026-06-08 04:12:53] "GET /obj-perms HTTP/1.1" 200 5056 0.073524
10.0.0.33 - - [2026-06-08 04:13:04] "POST /neutron/network HTTP/1.1" 200 853 0.008706
10.0.0.27 - - [2026-06-08 04:13:05] "GET /projects?obj_uuids=eee621c2-e4f5-4ced-8ccc-8b86b26a4513&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001045
10.0.0.33 - - [2026-06-08 04:13:05] "GET /project/eee621c2-e4f5-4ced-8ccc-8b86b26a4513?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.080820
10.0.0.33 - - [2026-06-08 04:13:05] "POST /neutron/security_group HTTP/1.1" 200 2062 0.010990
10.0.0.33 - - [2026-06-08 04:13:05] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009790
10.0.0.33 - - [2026-06-08 04:13:05] "POST /neutron/port HTTP/1.1" 200 1129 0.023225
10.0.0.33 - - [2026-06-08 04:13:05] "GET /virtual-machine/52533e93-563a-4319-bb0c-6ddb0be5ec81 HTTP/1.1" 401 292 0.000583
10.0.0.27 - - [2026-06-08 04:13:06] "GET /projects?obj_uuids=eee621c2-e4f5-4ced-8ccc-8b86b26a4513&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001233
10.0.0.33 - - [2026-06-08 04:13:06] "POST /neutron/port HTTP/1.1" 200 1065 0.399416
10.0.0.33 - - [2026-06-08 04:13:06] "GET /virtual-machine/52533e93-563a-4319-bb0c-6ddb0be5ec81 HTTP/1.1" 200 1296 0.051301
10.0.0.33 - - [2026-06-08 04:13:06] "GET /virtual-machine-interface/178c361f-7fcf-4f16-8cf0-7cb281a94478 HTTP/1.1" 200 2982 0.012898
10.0.0.33 - - [2026-06-08 04:13:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.005585
10.0.0.33 - - [2026-06-08 04:13:06] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007498
10.0.0.33 - - [2026-06-08 04:13:06] "GET /virtual-networks?parent_id=eee621c2-e4f5-4ced-8ccc-8b86b26a4513&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.004432
10.0.0.33 - - [2026-06-08 04:13:06] "GET /virtual-network/f3805b36-7461-49ce-b61f-179d4304d479?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.008869
10.0.0.33 - - [2026-06-08 04:13:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005589
10.0.0.33 - - [2026-06-08 04:13:07] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005614
10.0.0.33 - - [2026-06-08 04:13:07] "GET /virtual-networks?parent_id=eee621c2-e4f5-4ced-8ccc-8b86b26a4513&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.004242
10.0.0.33 - - [2026-06-08 04:13:07] "GET /virtual-network/f3805b36-7461-49ce-b61f-179d4304d479?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.007407
10.0.0.33 - - [2026-06-08 04:13:11] "POST /neutron/port HTTP/1.1" 200 1065 0.020795
10.0.0.33 - - [2026-06-08 04:13:11] "POST /neutron/port HTTP/1.1" 200 1129 0.022063
10.0.0.33 - - [2026-06-08 04:13:11] "POST /neutron/port HTTP/1.1" 200 117 0.001493
10.0.0.33 - - [2026-06-08 04:13:13] "POST /neutron/security_group HTTP/1.1" 200 2062 0.012514
10.0.0.33 - - [2026-06-08 04:13:21] "POST /neutron/port HTTP/1.1" 200 1216 0.028883
10.0.0.33 - - [2026-06-08 04:13:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004821
10.0.0.33 - - [2026-06-08 04:13:21] "POST /neutron/port HTTP/1.1" 200 117 0.001837
10.0.0.33 - - [2026-06-08 04:13:23] "POST /neutron/port HTTP/1.1" 200 1129 0.021226
10.0.0.33 - - [2026-06-08 04:13:28] "POST /neutron/security_group HTTP/1.1" 200 2062 0.010854
10.0.0.33 - - [2026-06-08 04:13:38] "POST /neutron/port HTTP/1.1" 200 1129 0.029722
10.0.0.33 - - [2026-06-08 04:13:38] "POST /neutron/security_group HTTP/1.1" 200 2062 0.011103
10.0.0.33 - - [2026-06-08 04:13:38] "GET /virtual-machine/3889d47b-c59a-45d4-ae50-a0dd36a63c8a HTTP/1.1" 200 1296 0.008563
10.0.0.33 - - [2026-06-08 04:13:38] "GET /virtual-machine-interface/5a4fd3f9-e7d2-4c98-af80-bfa696b59e2a HTTP/1.1" 200 2982 0.007047
10.0.0.33 - - [2026-06-08 04:13:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005794
10.0.0.33 - - [2026-06-08 04:13:38] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.008476
10.0.0.33 - - [2026-06-08 04:13:38] "GET /virtual-networks?parent_id=eee621c2-e4f5-4ced-8ccc-8b86b26a4513&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.006709
10.0.0.33 - - [2026-06-08 04:13:38] "GET /virtual-network/f3805b36-7461-49ce-b61f-179d4304d479?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.009978
10.0.0.33 - - [2026-06-08 04:13:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005259
10.0.0.33 - - [2026-06-08 04:13:42] "GET /virtual-network/f3805b36-7461-49ce-b61f-179d4304d479?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.007019
10.0.0.33 - - [2026-06-08 04:13:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005518
10.0.0.33 - - [2026-06-08 04:13:46] "GET /virtual-network/f3805b36-7461-49ce-b61f-179d4304d479?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.009289
10.0.0.33 - - [2026-06-08 04:13:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004241
10.0.0.33 - - [2026-06-08 04:13:50] "GET /virtual-network/f3805b36-7461-49ce-b61f-179d4304d479?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006330
10.0.0.33 - - [2026-06-08 04:13:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005241
10.0.0.33 - - [2026-06-08 04:13:54] "GET /virtual-network/f3805b36-7461-49ce-b61f-179d4304d479?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005926
10.0.0.249 - - [2026-06-08 04:13:54] "GET /obj-perms HTTP/1.1" 200 5056 0.054892
10.0.0.33 - - [2026-06-08 04:13:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004919
10.0.0.33 - - [2026-06-08 04:13:58] "GET /virtual-network/f3805b36-7461-49ce-b61f-179d4304d479?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006344
10.0.0.33 - - [2026-06-08 04:14:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004851
10.0.0.33 - - [2026-06-08 04:14:02] "GET /virtual-network/f3805b36-7461-49ce-b61f-179d4304d479?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.007261
10.0.0.33 - - [2026-06-08 04:14:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.005069
10.0.0.33 - - [2026-06-08 04:14:06] "GET /virtual-network/f3805b36-7461-49ce-b61f-179d4304d479?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.008367
10.0.0.33 - - [2026-06-08 04:14:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004122
10.0.0.33 - - [2026-06-08 04:14:10] "GET /virtual-network/f3805b36-7461-49ce-b61f-179d4304d479?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006104
10.0.0.33 - - [2026-06-08 04:14:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004227
10.0.0.33 - - [2026-06-08 04:14:14] "GET /virtual-network/f3805b36-7461-49ce-b61f-179d4304d479?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006675
10.0.0.33 - - [2026-06-08 04:14:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.005617
10.0.0.33 - - [2026-06-08 04:14:18] "GET /virtual-network/f3805b36-7461-49ce-b61f-179d4304d479?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.007055
10.0.0.33 - - [2026-06-08 04:14:21] "POST /neutron/port HTTP/1.1" 200 1109 0.034275
10.0.0.33 - - [2026-06-08 04:14:21] "POST /neutron/port HTTP/1.1" 200 1216 0.035957
10.0.0.33 - - [2026-06-08 04:14:21] "POST /neutron/subnet HTTP/1.1" 200 708 0.010724
10.0.0.33 - - [2026-06-08 04:14:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004490
10.0.0.33 - - [2026-06-08 04:14:21] "POST /neutron/subnet HTTP/1.1" 200 1374 0.017002
10.0.0.33 - - [2026-06-08 04:14:21] "POST /neutron/network HTTP/1.1" 200 1111 0.013278
10.0.0.33 - - [2026-06-08 04:14:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004290
10.0.0.33 - - [2026-06-08 04:14:23] "GET /virtual-network/f3805b36-7461-49ce-b61f-179d4304d479?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.008621
10.0.0.33 - - [2026-06-08 04:14:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.005661
10.0.0.33 - - [2026-06-08 04:14:27] "GET /virtual-network/f3805b36-7461-49ce-b61f-179d4304d479?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.008146
10.0.0.33 - - [2026-06-08 04:14:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004909
10.0.0.33 - - [2026-06-08 04:14:31] "GET /virtual-network/f3805b36-7461-49ce-b61f-179d4304d479?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006305
10.0.0.33 - - [2026-06-08 04:14:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.005346
10.0.0.33 - - [2026-06-08 04:14:35] "GET /virtual-network/f3805b36-7461-49ce-b61f-179d4304d479?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.008380
10.0.0.33 - - [2026-06-08 04:14:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004921
10.0.0.33 - - [2026-06-08 04:14:39] "GET /virtual-network/f3805b36-7461-49ce-b61f-179d4304d479?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.009819
10.0.0.33 - - [2026-06-08 04:14:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004420
10.0.0.33 - - [2026-06-08 04:14:43] "GET /virtual-network/f3805b36-7461-49ce-b61f-179d4304d479?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005765
10.0.0.33 - - [2026-06-08 04:14:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003820
10.0.0.33 - - [2026-06-08 04:14:47] "GET /virtual-network/f3805b36-7461-49ce-b61f-179d4304d479?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006343
10.0.0.33 - - [2026-06-08 04:14:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003656
10.0.0.33 - - [2026-06-08 04:14:51] "GET /virtual-network/f3805b36-7461-49ce-b61f-179d4304d479?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006008
10.0.0.33 - - [2026-06-08 04:14:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.006087
10.0.0.33 - - [2026-06-08 04:14:55] "GET /virtual-network/f3805b36-7461-49ce-b61f-179d4304d479?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.008261
10.0.0.33 - - [2026-06-08 04:14:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.005706
10.0.0.33 - - [2026-06-08 04:14:57] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006036
10.0.0.33 - - [2026-06-08 04:14:57] "GET /virtual-networks?parent_id=eee621c2-e4f5-4ced-8ccc-8b86b26a4513&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.004607
10.0.0.33 - - [2026-06-08 04:14:57] "GET /virtual-network/f3805b36-7461-49ce-b61f-179d4304d479?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.011431
10.0.0.33 - - [2026-06-08 04:14:58] "POST /neutron/port HTTP/1.1" 200 1129 0.030891
10.0.0.33 - - [2026-06-08 04:15:03] "POST /neutron/security_group HTTP/1.1" 200 2062 0.014549
10.0.0.33 - - [2026-06-08 04:15:13] "POST /neutron/port HTTP/1.1" 200 1129 0.021579
10.0.0.33 - - [2026-06-08 04:15:18] "POST /neutron/security_group HTTP/1.1" 200 2062 0.010549
10.0.0.33 - - [2026-06-08 04:15:21] "POST /neutron/network HTTP/1.1" 200 1121 0.007509
10.0.0.33 - - [2026-06-08 04:15:21] "POST /neutron/subnet HTTP/1.1" 200 1374 0.020170
10.0.0.33 - - [2026-06-08 04:15:21] "POST /neutron/network HTTP/1.1" 200 1111 0.013487
10.0.0.33 - - [2026-06-08 04:15:22] "POST /neutron/network HTTP/1.1" 200 939 0.034205
10.0.0.33 - - [2026-06-08 04:15:22] "POST /neutron/port HTTP/1.1" 200 117 0.001767
10.0.0.33 - - [2026-06-08 04:15:23] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009470
10.0.0.33 - - [2026-06-08 04:15:34] "POST /neutron/port HTTP/1.1" 200 1129 0.018686
10.0.0.33 - - [2026-06-08 04:15:39] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008624
10.0.0.33 - - [2026-06-08 04:15:49] "POST /fqname-to-id HTTP/1.1" 404 240 0.004626
10.0.0.33 - - [2026-06-08 04:15:49] "POST /bgp-as-a-services HTTP/1.1" 200 597 0.047637
10.0.0.33 - - [2026-06-08 04:15:50] "GET /bgp-as-a-service/90768f77-7dee-4118-8755-9a3148fd858c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1623 0.007838
10.0.0.33 - - [2026-06-08 04:15:50] "GET /virtual-machine-interface/5a4fd3f9-e7d2-4c98-af80-bfa696b59e2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2761 0.006159
10.0.0.33 - - [2026-06-08 04:15:50] "POST /ref-update HTTP/1.1" 200 156 0.017222
10.0.0.33 - - [2026-06-08 04:15:50] "POST /neutron/network HTTP/1.1" 200 843 0.013156
10.0.0.33 - - [2026-06-08 04:15:50] "POST /neutron/subnet HTTP/1.1" 200 730 0.015003
10.0.0.249 - - [2026-06-08 04:15:50] "POST /bgp-routers HTTP/1.1" 200 659 0.084154
10.0.0.249 - - [2026-06-08 04:15:50] "PUT /bgp-router/b36166c8-70fd-4fc2-b480-3ee95c2a496e HTTP/1.1" 200 254 0.038916
10.0.0.33 - - [2026-06-08 04:15:56] "GET /obj-perms HTTP/1.1" 200 5056 0.059785
10.0.0.33 - - [2026-06-08 04:16:21] "GET /bgp-as-a-service/90768f77-7dee-4118-8755-9a3148fd858c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.008651
10.0.0.33 - - [2026-06-08 04:16:21] "POST /neutron/network HTTP/1.1" 200 939 0.036887
10.0.0.33 - - [2026-06-08 04:16:21] "GET /virtual-machine-interface/5a4fd3f9-e7d2-4c98-af80-bfa696b59e2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3090 0.010137
10.0.0.33 - - [2026-06-08 04:16:21] "POST /ref-update HTTP/1.1" 200 156 0.016639
10.0.0.33 - - [2026-06-08 04:16:21] "POST /neutron/port HTTP/1.1" 200 117 0.001602
10.0.0.33 - - [2026-06-08 04:16:21] "DELETE /bgp-as-a-service/90768f77-7dee-4118-8755-9a3148fd858c HTTP/1.1" 200 115 0.066086
10.0.0.249 - - [2026-06-08 04:16:21] "DELETE /bgp-router/b36166c8-70fd-4fc2-b480-3ee95c2a496e HTTP/1.1" 200 115 0.095627
10.0.0.33 - - [2026-06-08 04:16:22] "POST /neutron/network HTTP/1.1" 400 204 0.019737
10.0.0.33 - - [2026-06-08 04:16:22] "POST /neutron/port HTTP/1.1" 200 1129 0.021338
10.0.0.33 - - [2026-06-08 04:16:22] "POST /neutron/port HTTP/1.1" 200 151 0.225481
10.0.0.27 - - [2026-06-08 04:16:25] "GET /projects?obj_uuids=eee621c2-e4f5-4ced-8ccc-8b86b26a4513&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002305
10.0.0.33 - - [2026-06-08 04:16:25] "GET /project/eee621c2-e4f5-4ced-8ccc-8b86b26a4513?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.045085
10.0.0.27 - - [2026-06-08 04:16:25] "GET /projects?obj_uuids=eee621c2-e4f5-4ced-8ccc-8b86b26a4513&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001140
10.0.0.33 - - [2026-06-08 04:16:25] "GET /project/eee621c2-e4f5-4ced-8ccc-8b86b26a4513?fields=virtual_networks HTTP/1.1" 200 1041 0.043211
10.0.0.27 - - [2026-06-08 04:16:25] "GET /projects?obj_uuids=eee621c2-e4f5-4ced-8ccc-8b86b26a4513&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001390
10.0.0.33 - - [2026-06-08 04:16:25] "GET /project/eee621c2-e4f5-4ced-8ccc-8b86b26a4513?fields=virtual_machine_interfaces HTTP/1.1" 200 1041 0.054033
10.0.0.27 - - [2026-06-08 04:16:25] "GET /projects?obj_uuids=eee621c2-e4f5-4ced-8ccc-8b86b26a4513&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001498
10.0.0.33 - - [2026-06-08 04:16:25] "GET /project/eee621c2-e4f5-4ced-8ccc-8b86b26a4513?fields=security_groups HTTP/1.1" 200 1271 0.051794
10.0.0.33 - - [2026-06-08 04:16:26] "POST /fqname-to-id HTTP/1.1" 404 189 0.028464
10.0.0.27 - - [2026-06-08 04:16:26] "GET /projects?obj_uuids=3022ff1b-e980-4e3b-8fd4-5c518226bc87&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005536
10.0.0.27 - - [2026-06-08 04:16:26] "GET /domains?obj_uuids=2441b78a-01cc-4005-9aa7-6b434eb6fb41&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001204
10.0.0.27 - - [2026-06-08 04:16:26] "GET /domain/2441b78a-01cc-4005-9aa7-6b434eb6fb41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008427
10.0.0.27 - - [2026-06-08 04:16:26] "POST /id-to-fqname HTTP/1.1" 200 191 0.007217
10.0.0.27 - - [2026-06-08 04:16:26] "POST /fqname-to-id HTTP/1.1" 404 200 0.005195
10.0.0.27 - - [2026-06-08 04:16:27] "POST /security-groups HTTP/1.1" 200 592 0.086112
10.0.0.249 - - [2026-06-08 04:16:27] "POST /fqname-to-id HTTP/1.1" 404 235 0.004019
10.0.0.27 - - [2026-06-08 04:16:27] "POST /projects HTTP/1.1" 200 587 0.313867
10.0.0.27 - - [2026-06-08 04:16:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.389905
10.0.0.249 - - [2026-06-08 04:16:27] "POST /access-control-lists HTTP/1.1" 200 595 0.038588
10.0.0.33 - - [2026-06-08 04:16:27] "GET /project/3022ff1b-e980-4e3b-8fd4-5c518226bc87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.544954
10.0.0.33 - - [2026-06-08 04:16:28] "GET / HTTP/1.1" 200 35931 0.002873
10.0.0.33 - - [2026-06-08 04:16:30] "POST /fqname-to-id HTTP/1.1" 401 292 0.000524
10.0.0.33 - - [2026-06-08 04:16:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.083573
10.0.0.27 - - [2026-06-08 04:16:30] "GET /projects?obj_uuids=3022ff1b-e980-4e3b-8fd4-5c518226bc87&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001956
10.0.0.33 - - [2026-06-08 04:16:30] "GET /project/3022ff1b-e980-4e3b-8fd4-5c518226bc87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.051707
10.0.0.33 - - [2026-06-08 04:16:30] "POST /neutron/network HTTP/1.1" 200 117 0.049183
10.0.0.33 - - [2026-06-08 04:16:31] "POST /neutron/network HTTP/1.1" 200 833 0.012626
10.0.0.33 - - [2026-06-08 04:16:31] "POST /id-to-fqname HTTP/1.1" 200 225 0.001874
10.0.0.33 - - [2026-06-08 04:16:31] "GET /virtual-network/8902d281-350e-4b4f-8307-a0a436d35141?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.007405
10.0.0.33 - - [2026-06-08 04:16:31] "GET /virtual-network/8902d281-350e-4b4f-8307-a0a436d35141?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.007622
10.0.0.33 - - [2026-06-08 04:16:31] "POST /neutron/subnet HTTP/1.1" 200 724 0.012319
10.0.0.33 - - [2026-06-08 04:16:31] "POST /id-to-fqname HTTP/1.1" 200 225 0.001876
10.0.0.27 - - [2026-06-08 04:16:32] "GET /projects?obj_uuids=3022ff1b-e980-4e3b-8fd4-5c518226bc87&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001148
10.0.0.33 - - [2026-06-08 04:16:32] "GET /project/3022ff1b-e980-4e3b-8fd4-5c518226bc87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.072657
10.0.0.33 - - [2026-06-08 04:16:32] "POST /neutron/network HTTP/1.1" 200 833 0.037306
10.0.0.33 - - [2026-06-08 04:16:32] "POST /id-to-fqname HTTP/1.1" 200 225 0.001446
10.0.0.33 - - [2026-06-08 04:16:32] "POST /neutron/port HTTP/1.1" 200 4190 0.037203
10.0.0.27 - - [2026-06-08 04:16:33] "GET /projects?obj_uuids=3022ff1b-e980-4e3b-8fd4-5c518226bc87&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001693
10.0.0.33 - - [2026-06-08 04:16:33] "POST /neutron/port HTTP/1.1" 200 1061 0.336875
10.0.0.27 - - [2026-06-08 04:16:33] "GET /projects?obj_uuids=3022ff1b-e980-4e3b-8fd4-5c518226bc87&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001765
10.0.0.33 - - [2026-06-08 04:16:33] "GET /project/3022ff1b-e980-4e3b-8fd4-5c518226bc87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.101793
10.0.0.33 - - [2026-06-08 04:16:33] "POST /neutron/port HTTP/1.1" 200 1061 0.020180
10.0.0.33 - - [2026-06-08 04:16:34] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009780
10.0.0.33 - - [2026-06-08 04:16:34] "POST /id-to-fqname HTTP/1.1" 200 225 0.002572
10.0.0.33 - - [2026-06-08 04:16:34] "POST /neutron/security_group HTTP/1.1" 200 2059 0.013525
10.0.0.27 - - [2026-06-08 04:16:34] "GET /projects?obj_uuids=3022ff1b-e980-4e3b-8fd4-5c518226bc87&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001181
10.0.0.33 - - [2026-06-08 04:16:35] "POST /neutron/port HTTP/1.1" 200 1061 0.351961
10.0.0.33 - - [2026-06-08 04:16:35] "POST /neutron/port HTTP/1.1" 200 1115 0.137953
10.0.0.33 - - [2026-06-08 04:16:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005407
10.0.0.33 - - [2026-06-08 04:16:35] "POST /neutron/network HTTP/1.1" 200 833 0.007322
10.0.0.27 - - [2026-06-08 04:16:35] "GET /projects?obj_uuids=3022ff1b-e980-4e3b-8fd4-5c518226bc87&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001196
10.0.0.33 - - [2026-06-08 04:16:35] "GET /project/3022ff1b-e980-4e3b-8fd4-5c518226bc87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.068784
10.0.0.33 - - [2026-06-08 04:16:36] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009635
10.0.0.33 - - [2026-06-08 04:16:36] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010664
10.0.0.33 - - [2026-06-08 04:16:38] "POST /neutron/port HTTP/1.1" 200 117 0.001851
10.0.0.27 - - [2026-06-08 04:16:39] "GET /projects?obj_uuids=3022ff1b-e980-4e3b-8fd4-5c518226bc87&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001493
10.0.0.33 - - [2026-06-08 04:16:39] "POST /neutron/port HTTP/1.1" 200 1061 0.302827
10.0.0.33 - - [2026-06-08 04:16:39] "POST /neutron/port HTTP/1.1" 200 1115 0.159596
10.0.0.33 - - [2026-06-08 04:16:39] "POST /neutron/subnet HTTP/1.1" 200 698 0.011987
10.0.0.33 - - [2026-06-08 04:16:41] "POST /neutron/port HTTP/1.1" 200 1125 0.028141
10.0.0.249 - - [2026-06-08 04:16:45] "DELETE /access-control-list/3372d7d8-e145-41c2-8450-3579fecd4c2e HTTP/1.1" 200 115 0.057226
10.0.0.27 - - [2026-06-08 04:16:45] "DELETE /project/eee621c2-e4f5-4ced-8ccc-8b86b26a4513 HTTP/1.1" 404 177 0.004593
10.0.0.27 - - [2026-06-08 04:16:45] "DELETE /project/3022ff1be9804e3b8fd45c518226bc87 HTTP/1.1" 404 173 0.014013
10.0.0.33 - - [2026-06-08 04:16:46] "POST /neutron/security_group HTTP/1.1" 200 2059 0.011023
10.0.0.33 - - [2026-06-08 04:16:56] "POST /neutron/port HTTP/1.1" 200 1125 0.020886
10.0.0.27 - - [2026-06-08 04:16:57] "GET /obj-perms HTTP/1.1" 200 5056 0.059168
10.0.0.33 - - [2026-06-08 04:17:01] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010823
10.0.0.33 - - [2026-06-08 04:17:06] "POST /neutron/port HTTP/1.1" 200 1125 0.025163
10.0.0.33 - - [2026-06-08 04:17:06] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008223
10.0.0.33 - - [2026-06-08 04:17:07] "GET /virtual-machine/ce19f34f-b8a1-4606-9e5b-5e9ed9ab9a84 HTTP/1.1" 401 292 0.000474
10.0.0.33 - - [2026-06-08 04:17:07] "GET /virtual-machine/ce19f34f-b8a1-4606-9e5b-5e9ed9ab9a84 HTTP/1.1" 200 1294 0.032577
10.0.0.33 - - [2026-06-08 04:17:07] "GET /virtual-machine-interface/6f0c7e1e-decf-438b-8f99-f75e76eac745 HTTP/1.1" 200 2958 0.009694
10.0.0.33 - - [2026-06-08 04:17:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003928
10.0.0.33 - - [2026-06-08 04:17:07] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005265
10.0.0.33 - - [2026-06-08 04:17:07] "GET /virtual-networks?parent_id=3022ff1b-e980-4e3b-8fd4-5c518226bc87&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.004000
10.0.0.33 - - [2026-06-08 04:17:07] "GET /virtual-network/8902d281-350e-4b4f-8307-a0a436d35141?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.009897
10.0.0.33 - - [2026-06-08 04:17:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.011780
10.0.0.33 - - [2026-06-08 04:17:10] "GET /virtual-network/8902d281-350e-4b4f-8307-a0a436d35141?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.013090
10.0.0.33 - - [2026-06-08 04:17:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005147
10.0.0.33 - - [2026-06-08 04:17:14] "GET /virtual-network/8902d281-350e-4b4f-8307-a0a436d35141?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.008034
10.0.0.33 - - [2026-06-08 04:17:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004659
10.0.0.33 - - [2026-06-08 04:17:18] "GET /virtual-network/8902d281-350e-4b4f-8307-a0a436d35141?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.007051
10.0.0.33 - - [2026-06-08 04:17:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.005656
10.0.0.33 - - [2026-06-08 04:17:22] "GET /virtual-network/8902d281-350e-4b4f-8307-a0a436d35141?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006945
10.0.0.33 - - [2026-06-08 04:17:24] "POST /neutron/network HTTP/1.1" 200 1121 0.009926
10.0.0.33 - - [2026-06-08 04:17:24] "POST /neutron/subnet HTTP/1.1" 200 1374 0.016958
10.0.0.33 - - [2026-06-08 04:17:24] "POST /neutron/network HTTP/1.1" 200 1111 0.013294
10.0.0.33 - - [2026-06-08 04:17:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003867
10.0.0.33 - - [2026-06-08 04:17:26] "GET /virtual-network/8902d281-350e-4b4f-8307-a0a436d35141?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005973
10.0.0.33 - - [2026-06-08 04:17:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004146
10.0.0.33 - - [2026-06-08 04:17:31] "GET /virtual-network/8902d281-350e-4b4f-8307-a0a436d35141?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005930
10.0.0.33 - - [2026-06-08 04:17:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004490
10.0.0.33 - - [2026-06-08 04:17:35] "GET /virtual-network/8902d281-350e-4b4f-8307-a0a436d35141?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005951
10.0.0.249 - - [2026-06-08 04:17:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000557
10.0.0.249 - - [2026-06-08 04:17:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000391
10.0.0.249 - - [2026-06-08 04:17:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000408
10.0.0.249 - - [2026-06-08 04:17:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000437
10.0.0.33 - - [2026-06-08 04:17:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000689
10.0.0.33 - - [2026-06-08 04:17:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000820
10.0.0.27 - - [2026-06-08 04:17:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000516
10.0.0.27 - - [2026-06-08 04:17:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000437
10.0.0.33 - - [2026-06-08 04:17:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000504
10.0.0.33 - - [2026-06-08 04:17:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000603
10.0.0.27 - - [2026-06-08 04:17:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000413
10.0.0.27 - - [2026-06-08 04:17:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000448
10.0.0.33 - - [2026-06-08 04:17:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003965
10.0.0.33 - - [2026-06-08 04:17:39] "GET /virtual-network/8902d281-350e-4b4f-8307-a0a436d35141?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005662
10.0.0.33 - - [2026-06-08 04:17:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004551
10.0.0.33 - - [2026-06-08 04:17:43] "GET /virtual-network/8902d281-350e-4b4f-8307-a0a436d35141?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.007952
10.0.0.33 - - [2026-06-08 04:17:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.005158
10.0.0.33 - - [2026-06-08 04:17:47] "GET /virtual-network/8902d281-350e-4b4f-8307-a0a436d35141?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.010332
10.0.0.33 - - [2026-06-08 04:17:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004018
10.0.0.33 - - [2026-06-08 04:17:51] "GET /virtual-network/8902d281-350e-4b4f-8307-a0a436d35141?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.009159
10.0.0.33 - - [2026-06-08 04:17:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005072
10.0.0.33 - - [2026-06-08 04:17:55] "GET /virtual-network/8902d281-350e-4b4f-8307-a0a436d35141?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.008767
10.0.0.249 - - [2026-06-08 04:17:57] "GET /obj-perms HTTP/1.1" 200 5056 0.052858
10.0.0.33 - - [2026-06-08 04:17:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004024
10.0.0.33 - - [2026-06-08 04:17:59] "GET /virtual-network/8902d281-350e-4b4f-8307-a0a436d35141?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.010754
10.0.0.33 - - [2026-06-08 04:18:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005139
10.0.0.33 - - [2026-06-08 04:18:03] "GET /virtual-network/8902d281-350e-4b4f-8307-a0a436d35141?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.008516
10.0.0.33 - - [2026-06-08 04:18:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004736
10.0.0.33 - - [2026-06-08 04:18:07] "GET /virtual-network/8902d281-350e-4b4f-8307-a0a436d35141?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.007858
10.0.0.33 - - [2026-06-08 04:18:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004522
10.0.0.33 - - [2026-06-08 04:18:12] "GET /virtual-network/8902d281-350e-4b4f-8307-a0a436d35141?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.007562
10.0.0.33 - - [2026-06-08 04:18:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.007029
10.0.0.33 - - [2026-06-08 04:18:16] "GET /virtual-network/8902d281-350e-4b4f-8307-a0a436d35141?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.007787
10.0.0.33 - - [2026-06-08 04:18:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.111028
10.0.0.33 - - [2026-06-08 04:18:20] "GET /virtual-network/8902d281-350e-4b4f-8307-a0a436d35141?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.007354
10.0.0.33 - - [2026-06-08 04:18:23] "POST /neutron/port HTTP/1.1" 200 1216 0.024431
10.0.0.33 - - [2026-06-08 04:18:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004918
10.0.0.33 - - [2026-06-08 04:18:23] "POST /neutron/port HTTP/1.1" 200 117 0.001554
10.0.0.33 - - [2026-06-08 04:18:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003978
10.0.0.33 - - [2026-06-08 04:18:24] "GET /virtual-network/8902d281-350e-4b4f-8307-a0a436d35141?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006490
10.0.0.33 - - [2026-06-08 04:18:25] "POST /neutron/port HTTP/1.1" 200 1109 0.021778
10.0.0.33 - - [2026-06-08 04:18:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004898
10.0.0.33 - - [2026-06-08 04:18:25] "POST /neutron/network HTTP/1.1" 200 929 0.013299
10.0.0.33 - - [2026-06-08 04:18:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.005152
10.0.0.33 - - [2026-06-08 04:18:28] "GET /virtual-network/8902d281-350e-4b4f-8307-a0a436d35141?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.007146
10.0.0.33 - - [2026-06-08 04:18:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003979
10.0.0.33 - - [2026-06-08 04:18:32] "GET /virtual-network/8902d281-350e-4b4f-8307-a0a436d35141?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006558
10.0.0.33 - - [2026-06-08 04:18:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003695
10.0.0.33 - - [2026-06-08 04:18:36] "GET /virtual-network/8902d281-350e-4b4f-8307-a0a436d35141?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005375
10.0.0.33 - - [2026-06-08 04:18:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003871
10.0.0.33 - - [2026-06-08 04:18:40] "GET /virtual-network/8902d281-350e-4b4f-8307-a0a436d35141?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006009
10.0.0.33 - - [2026-06-08 04:18:42] "POST /neutron/port HTTP/1.1" 200 1125 0.051172
10.0.0.33 - - [2026-06-08 04:18:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003810
10.0.0.33 - - [2026-06-08 04:18:42] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004130
10.0.0.33 - - [2026-06-08 04:18:42] "GET /virtual-networks?parent_id=3022ff1b-e980-4e3b-8fd4-5c518226bc87&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003826
10.0.0.33 - - [2026-06-08 04:18:42] "GET /virtual-network/8902d281-350e-4b4f-8307-a0a436d35141?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006519
10.0.0.33 - - [2026-06-08 04:18:43] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010384
10.0.0.33 - - [2026-06-08 04:18:53] "POST /neutron/port HTTP/1.1" 200 1125 0.021046
10.0.0.33 - - [2026-06-08 04:18:58] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008560
10.0.0.33 - - [2026-06-08 04:19:08] "POST /neutron/port HTTP/1.1" 200 1125 0.021112
10.0.0.33 - - [2026-06-08 04:19:14] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009307
10.0.0.33 - - [2026-06-08 04:19:24] "POST /neutron/port HTTP/1.1" 200 1125 0.020239
10.0.0.33 - - [2026-06-08 04:19:24] "POST /neutron/port HTTP/1.1" 200 1109 0.021449
10.0.0.33 - - [2026-06-08 04:19:24] "POST /neutron/subnet HTTP/1.1" 200 708 0.013659
10.0.0.33 - - [2026-06-08 04:19:27] "POST /neutron/port HTTP/1.1" 200 1125 0.023724
10.0.0.33 - - [2026-06-08 04:19:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004668
10.0.0.33 - - [2026-06-08 04:19:27] "POST /neutron/network HTTP/1.1" 200 833 0.010706
10.0.0.33 - - [2026-06-08 04:19:34] "POST /neutron/port HTTP/1.1" 200 1125 0.025854
10.0.0.33 - - [2026-06-08 04:19:40] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009729
10.0.0.33 - - [2026-06-08 04:19:40] "POST /neutron/port HTTP/1.1" 200 1125 0.018479
10.0.0.33 - - [2026-06-08 04:19:40] "GET /virtual-machine/c5cf2c43-9d98-48dd-95a2-66fa9abe1ca6 HTTP/1.1" 200 1294 0.015079
10.0.0.33 - - [2026-06-08 04:19:40] "GET /virtual-machine-interface/0e68e51e-4516-46e9-a067-fb0e732aba35 HTTP/1.1" 200 2958 0.007649
10.0.0.33 - - [2026-06-08 04:19:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003865
10.0.0.33 - - [2026-06-08 04:19:40] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004247
10.0.0.33 - - [2026-06-08 04:19:40] "GET /virtual-networks?parent_id=3022ff1b-e980-4e3b-8fd4-5c518226bc87&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003437
10.0.0.33 - - [2026-06-08 04:19:40] "GET /virtual-network/8902d281-350e-4b4f-8307-a0a436d35141?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.010107
10.0.0.33 - - [2026-06-08 04:19:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004725
10.0.0.33 - - [2026-06-08 04:19:41] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006006
10.0.0.33 - - [2026-06-08 04:19:41] "GET /virtual-networks?parent_id=3022ff1b-e980-4e3b-8fd4-5c518226bc87&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.005610
10.0.0.33 - - [2026-06-08 04:19:41] "GET /virtual-network/8902d281-350e-4b4f-8307-a0a436d35141?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.008979
10.0.0.33 - - [2026-06-08 04:19:41] "POST /neutron/security_group HTTP/1.1" 200 2059 0.011712
10.0.0.33 - - [2026-06-08 04:19:41] "POST /neutron/port HTTP/1.1" 200 1125 0.018044
10.0.0.33 - - [2026-06-08 04:19:41] "GET /virtual-machine/6eba3a19-f5ce-4553-a0af-2f257c490720 HTTP/1.1" 200 1293 0.006559
10.0.0.33 - - [2026-06-08 04:19:41] "GET /virtual-machine-interface/402fffc4-f6b1-4edf-8f90-f9e65e116a5a HTTP/1.1" 200 2958 0.006452
10.0.0.33 - - [2026-06-08 04:19:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003835
10.0.0.33 - - [2026-06-08 04:19:42] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004172
10.0.0.33 - - [2026-06-08 04:19:42] "GET /virtual-networks?parent_id=3022ff1b-e980-4e3b-8fd4-5c518226bc87&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003631
10.0.0.33 - - [2026-06-08 04:19:42] "GET /virtual-network/8902d281-350e-4b4f-8307-a0a436d35141?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.007892
10.0.0.33 - - [2026-06-08 04:19:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004431
10.0.0.33 - - [2026-06-08 04:19:43] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005104
10.0.0.33 - - [2026-06-08 04:19:43] "GET /virtual-networks?parent_id=3022ff1b-e980-4e3b-8fd4-5c518226bc87&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003823
10.0.0.33 - - [2026-06-08 04:19:43] "GET /virtual-network/8902d281-350e-4b4f-8307-a0a436d35141?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.008512
10.0.0.33 - - [2026-06-08 04:19:43] "POST /fqname-to-id HTTP/1.1" 404 198 0.004776
10.0.0.33 - - [2026-06-08 04:19:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004543
10.0.0.33 - - [2026-06-08 04:19:43] "GET /global-system-config/14c0c933-f881-4b72-a879-bb5ce4854e8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.010089
10.0.0.33 - - [2026-06-08 04:19:43] "POST /control-node-zones HTTP/1.1" 200 569 0.034969
10.0.0.33 - - [2026-06-08 04:19:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004865
10.0.0.33 - - [2026-06-08 04:19:43] "GET /bgp-router/c5667b58-08bd-40c9-beb9-8ed5b70933d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.007030
10.0.0.33 - - [2026-06-08 04:19:43] "GET /control-node-zone/8c629fc2-f0af-4620-9943-88f8f327e406?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.007983
10.0.0.33 - - [2026-06-08 04:19:43] "PUT /bgp-router/c5667b58-08bd-40c9-beb9-8ed5b70933d8 HTTP/1.1" 200 254 0.021463
10.0.0.33 - - [2026-06-08 04:19:43] "POST /fqname-to-id HTTP/1.1" 404 198 0.003443
10.0.0.33 - - [2026-06-08 04:19:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004009
10.0.0.33 - - [2026-06-08 04:19:43] "GET /global-system-config/14c0c933-f881-4b72-a879-bb5ce4854e8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.007693
10.0.0.33 - - [2026-06-08 04:19:43] "POST /control-node-zones HTTP/1.1" 200 569 0.033948
10.0.0.33 - - [2026-06-08 04:19:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003854
10.0.0.33 - - [2026-06-08 04:19:43] "GET /bgp-router/d8551d19-1ac8-446b-b211-663183f788c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.006188
10.0.0.33 - - [2026-06-08 04:19:43] "GET /control-node-zone/b8c19eb4-a471-4952-9cdf-24c1743a1f4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.015606
10.0.0.33 - - [2026-06-08 04:19:44] "PUT /bgp-router/d8551d19-1ac8-446b-b211-663183f788c6 HTTP/1.1" 200 254 0.029608
10.0.0.33 - - [2026-06-08 04:19:44] "POST /fqname-to-id HTTP/1.1" 404 198 0.003664
10.0.0.33 - - [2026-06-08 04:19:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004054
10.0.0.33 - - [2026-06-08 04:19:44] "GET /global-system-config/14c0c933-f881-4b72-a879-bb5ce4854e8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.007480
10.0.0.33 - - [2026-06-08 04:19:44] "POST /control-node-zones HTTP/1.1" 200 569 0.030957
10.0.0.33 - - [2026-06-08 04:19:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.012436
10.0.0.33 - - [2026-06-08 04:19:44] "GET /bgp-router/01176bb9-e229-4931-aa3a-e9de5f2c96bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005753
10.0.0.33 - - [2026-06-08 04:19:44] "GET /control-node-zone/f8ce3fb2-4bd1-4e5f-92a7-0d6523225b92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.007835
10.0.0.33 - - [2026-06-08 04:19:44] "PUT /bgp-router/01176bb9-e229-4931-aa3a-e9de5f2c96bd HTTP/1.1" 200 254 0.031518
10.0.0.33 - - [2026-06-08 04:19:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004495
10.0.0.33 - - [2026-06-08 04:19:44] "GET /global-system-config/14c0c933-f881-4b72-a879-bb5ce4854e8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.008674
10.0.0.33 - - [2026-06-08 04:19:44] "POST /fqname-to-id HTTP/1.1" 404 234 0.004123
10.0.0.33 - - [2026-06-08 04:19:44] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.040083
10.0.0.33 - - [2026-06-08 04:19:45] "POST /neutron/subnet HTTP/1.1" 200 724 0.011181
10.0.0.33 - - [2026-06-08 04:19:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004072
10.0.0.33 - - [2026-06-08 04:19:45] "GET /bgp-as-a-service/b67326d5-a877-4911-8c7a-1e1f1a7add7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1548 0.006607
10.0.0.33 - - [2026-06-08 04:19:45] "GET /control-node-zone/8c629fc2-f0af-4620-9943-88f8f327e406?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.006311
10.0.0.33 - - [2026-06-08 04:19:45] "POST /ref-update HTTP/1.1" 200 156 0.035316
10.0.0.33 - - [2026-06-08 04:20:07] "GET /bgp-as-a-service/b67326d5-a877-4911-8c7a-1e1f1a7add7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1836 0.008784
10.0.0.33 - - [2026-06-08 04:20:07] "GET /virtual-machine-interface/6f0c7e1e-decf-438b-8f99-f75e76eac745?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2737 0.007572
10.0.0.33 - - [2026-06-08 04:20:07] "POST /ref-update HTTP/1.1" 200 156 0.017682
10.0.0.249 - - [2026-06-08 04:20:08] "POST /bgp-routers HTTP/1.1" 200 640 0.100402
10.0.0.249 - - [2026-06-08 04:20:08] "PUT /bgp-router/f0cfca9c-21c5-4c9b-a55e-1e15aad229f2 HTTP/1.1" 200 254 0.038594
10.0.0.33 - - [2026-06-08 04:20:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.005274
10.0.0.33 - - [2026-06-08 04:20:09] "GET /global-system-config/14c0c933-f881-4b72-a879-bb5ce4854e8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.010660
10.0.0.33 - - [2026-06-08 04:20:09] "POST /fqname-to-id HTTP/1.1" 404 234 0.008740
10.0.0.33 - - [2026-06-08 04:20:09] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.033009
10.0.0.33 - - [2026-06-08 04:20:09] "POST /neutron/network HTTP/1.1" 200 833 0.011549
10.0.0.33 - - [2026-06-08 04:20:09] "POST /neutron/subnet HTTP/1.1" 200 724 0.021321
10.0.0.33 - - [2026-06-08 04:20:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003570
10.0.0.33 - - [2026-06-08 04:20:09] "GET /bgp-as-a-service/1bfc075f-b90d-4c8f-912d-15e17cd391c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1547 0.008494
10.0.0.33 - - [2026-06-08 04:20:10] "GET /control-node-zone/b8c19eb4-a471-4952-9cdf-24c1743a1f4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.004580
10.0.0.33 - - [2026-06-08 04:20:10] "POST /ref-update HTTP/1.1" 200 156 0.016788
10.0.0.33 - - [2026-06-08 04:20:19] "GET /bgp-as-a-service/1bfc075f-b90d-4c8f-912d-15e17cd391c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1837 0.008295
10.0.0.33 - - [2026-06-08 04:20:19] "GET /virtual-machine-interface/0e68e51e-4516-46e9-a067-fb0e732aba35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2737 0.007451
10.0.0.33 - - [2026-06-08 04:20:19] "POST /ref-update HTTP/1.1" 200 156 0.015459
10.0.0.249 - - [2026-06-08 04:20:19] "POST /ref-update HTTP/1.1" 200 156 0.020592
10.0.0.33 - - [2026-06-08 04:20:24] "POST /neutron/network HTTP/1.1" 200 843 0.008791
10.0.0.33 - - [2026-06-08 04:20:24] "POST /neutron/port HTTP/1.1" 200 117 0.001554
10.0.0.33 - - [2026-06-08 04:20:29] "POST /neutron/port HTTP/1.1" 200 1125 0.053067
10.0.0.33 - - [2026-06-08 04:20:29] "POST /neutron/subnet HTTP/1.1" 200 698 0.014728
10.0.0.33 - - [2026-06-08 04:20:39] "GET /control-node-zone/8c629fc2-f0af-4620-9943-88f8f327e406?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.004476
10.0.0.33 - - [2026-06-08 04:20:39] "POST /ref-update HTTP/1.1" 200 156 0.021708
10.0.0.33 - - [2026-06-08 04:20:39] "GET /control-node-zone/b8c19eb4-a471-4952-9cdf-24c1743a1f4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.004447
10.0.0.33 - - [2026-06-08 04:20:39] "POST /ref-update HTTP/1.1" 200 156 0.023945
10.0.0.33 - - [2026-06-08 04:20:39] "GET /control-node-zone/f8ce3fb2-4bd1-4e5f-92a7-0d6523225b92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.005062
10.0.0.33 - - [2026-06-08 04:20:39] "POST /ref-update HTTP/1.1" 200 156 0.024786
10.0.0.33 - - [2026-06-08 04:20:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004294
10.0.0.33 - - [2026-06-08 04:20:39] "GET /bgp-router/01176bb9-e229-4931-aa3a-e9de5f2c96bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005309
10.0.0.33 - - [2026-06-08 04:20:39] "GET /control-node-zone/8c629fc2-f0af-4620-9943-88f8f327e406?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.004729
10.0.0.33 - - [2026-06-08 04:20:40] "PUT /bgp-router/01176bb9-e229-4931-aa3a-e9de5f2c96bd HTTP/1.1" 200 254 0.026820
10.0.0.33 - - [2026-06-08 04:20:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004166
10.0.0.33 - - [2026-06-08 04:20:40] "GET /bgp-router/d8551d19-1ac8-446b-b211-663183f788c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.006048
10.0.0.33 - - [2026-06-08 04:20:40] "GET /control-node-zone/b8c19eb4-a471-4952-9cdf-24c1743a1f4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.005269
10.0.0.33 - - [2026-06-08 04:20:40] "PUT /bgp-router/d8551d19-1ac8-446b-b211-663183f788c6 HTTP/1.1" 200 254 0.029149
10.0.0.33 - - [2026-06-08 04:20:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004712
10.0.0.33 - - [2026-06-08 04:20:40] "GET /bgp-router/c5667b58-08bd-40c9-beb9-8ed5b70933d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.006084
10.0.0.33 - - [2026-06-08 04:20:40] "GET /control-node-zone/f8ce3fb2-4bd1-4e5f-92a7-0d6523225b92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.005323
10.0.0.33 - - [2026-06-08 04:20:40] "PUT /bgp-router/c5667b58-08bd-40c9-beb9-8ed5b70933d8 HTTP/1.1" 200 254 0.024130
10.0.0.33 - - [2026-06-08 04:20:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004253
10.0.0.33 - - [2026-06-08 04:20:52] "GET /bgp-as-a-service/b67326d5-a877-4911-8c7a-1e1f1a7add7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2446 0.005996
10.0.0.33 - - [2026-06-08 04:20:52] "GET /control-node-zone/8c629fc2-f0af-4620-9943-88f8f327e406?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.005113
10.0.0.33 - - [2026-06-08 04:20:53] "POST /ref-update HTTP/1.1" 200 156 0.022396
10.0.0.33 - - [2026-06-08 04:20:53] "GET /control-node-zone/8c629fc2-f0af-4620-9943-88f8f327e406?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.005081
10.0.0.33 - - [2026-06-08 04:20:53] "POST /ref-update HTTP/1.1" 200 156 0.023926
10.0.0.33 - - [2026-06-08 04:20:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004259
10.0.0.33 - - [2026-06-08 04:20:53] "GET /global-system-config/14c0c933-f881-4b72-a879-bb5ce4854e8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.007800
10.0.0.33 - - [2026-06-08 04:20:53] "POST /neutron/network HTTP/1.1" 200 833 0.007794
10.0.0.33 - - [2026-06-08 04:20:53] "POST /neutron/subnet HTTP/1.1" 200 724 0.012389
10.0.0.33 - - [2026-06-08 04:20:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004411
10.0.0.33 - - [2026-06-08 04:20:53] "GET /bgp-as-a-service/b67326d5-a877-4911-8c7a-1e1f1a7add7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2158 0.006648
10.0.0.33 - - [2026-06-08 04:20:53] "GET /control-node-zone/f8ce3fb2-4bd1-4e5f-92a7-0d6523225b92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.005560
10.0.0.33 - - [2026-06-08 04:20:53] "POST /ref-update HTTP/1.1" 200 156 0.022144
10.0.0.33 - - [2026-06-08 04:20:56] "GET /bgp-as-a-service/b67326d5-a877-4911-8c7a-1e1f1a7add7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2446 0.008579
10.0.0.33 - - [2026-06-08 04:20:56] "GET /virtual-machine-interface/6f0c7e1e-decf-438b-8f99-f75e76eac745?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3052 0.011459
10.0.0.33 - - [2026-06-08 04:20:59] "GET /obj-perms HTTP/1.1" 200 5056 0.054502
10.0.0.33 - - [2026-06-08 04:21:09] "GET /bgp-as-a-service/b67326d5-a877-4911-8c7a-1e1f1a7add7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2446 0.005638
10.0.0.33 - - [2026-06-08 04:21:09] "GET /virtual-machine-interface/6f0c7e1e-decf-438b-8f99-f75e76eac745?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3052 0.010839
10.0.0.33 - - [2026-06-08 04:21:09] "POST /ref-update HTTP/1.1" 200 156 0.022925
10.0.0.33 - - [2026-06-08 04:21:09] "GET /bgp-as-a-service/1bfc075f-b90d-4c8f-912d-15e17cd391c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2447 0.015254
10.0.0.33 - - [2026-06-08 04:21:09] "GET /virtual-machine-interface/0e68e51e-4516-46e9-a067-fb0e732aba35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3052 0.014828
10.0.0.249 - - [2026-06-08 04:21:09] "POST /ref-update HTTP/1.1" 200 156 0.037663
10.0.0.33 - - [2026-06-08 04:21:09] "POST /ref-update HTTP/1.1" 200 156 0.048365
10.0.0.33 - - [2026-06-08 04:21:10] "DELETE /bgp-as-a-service/1bfc075f-b90d-4c8f-912d-15e17cd391c3 HTTP/1.1" 200 115 0.081763
10.0.0.249 - - [2026-06-08 04:21:10] "POST /ref-update HTTP/1.1" 200 156 0.052472
10.0.0.33 - - [2026-06-08 04:21:10] "GET /bgp-as-a-service/b67326d5-a877-4911-8c7a-1e1f1a7add7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1836 0.027562
10.0.0.33 - - [2026-06-08 04:21:10] "GET /virtual-machine-interface/6f0c7e1e-decf-438b-8f99-f75e76eac745?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2737 0.011516
10.0.0.33 - - [2026-06-08 04:21:10] "DELETE /bgp-as-a-service/b67326d5-a877-4911-8c7a-1e1f1a7add7a HTTP/1.1" 200 115 0.062784
10.0.0.33 - - [2026-06-08 04:21:10] "GET /control-node-zone/f8ce3fb2-4bd1-4e5f-92a7-0d6523225b92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.008040
10.0.0.33 - - [2026-06-08 04:21:10] "POST /ref-update HTTP/1.1" 200 156 0.051624
10.0.0.33 - - [2026-06-08 04:21:10] "DELETE /control-node-zone/f8ce3fb2-4bd1-4e5f-92a7-0d6523225b92 HTTP/1.1" 200 115 0.068826
10.0.0.33 - - [2026-06-08 04:21:10] "GET /control-node-zone/b8c19eb4-a471-4952-9cdf-24c1743a1f4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.009219
10.0.0.33 - - [2026-06-08 04:21:10] "POST /ref-update HTTP/1.1" 200 156 0.025546
10.0.0.33 - - [2026-06-08 04:21:10] "DELETE /control-node-zone/b8c19eb4-a471-4952-9cdf-24c1743a1f4c HTTP/1.1" 200 115 0.034016
10.0.0.33 - - [2026-06-08 04:21:10] "GET /control-node-zone/8c629fc2-f0af-4620-9943-88f8f327e406?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.005163
10.0.0.33 - - [2026-06-08 04:21:10] "DELETE /control-node-zone/8c629fc2-f0af-4620-9943-88f8f327e406 HTTP/1.1" 200 115 0.063454
10.0.0.33 - - [2026-06-08 04:21:11] "POST /neutron/port HTTP/1.1" 200 1125 0.034196
10.0.0.33 - - [2026-06-08 04:21:11] "POST /neutron/port HTTP/1.1" 200 1115 0.030438
10.0.0.33 - - [2026-06-08 04:21:11] "POST /neutron/port HTTP/1.1" 200 151 0.344989
10.0.0.33 - - [2026-06-08 04:21:12] "POST /neutron/network HTTP/1.1" 200 833 0.007563
10.0.0.249 - - [2026-06-08 04:21:13] "DELETE /route-target/0012fde2-5fa4-4e29-a668-06ffb93335b2 HTTP/1.1" 200 115 0.026566
10.0.0.33 - - [2026-06-08 04:21:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003832
10.0.0.27 - - [2026-06-08 04:21:15] "GET /projects?obj_uuids=3022ff1b-e980-4e3b-8fd4-5c518226bc87&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.029425
10.0.0.33 - - [2026-06-08 04:21:15] "GET /project/3022ff1b-e980-4e3b-8fd4-5c518226bc87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.076503
10.0.0.27 - - [2026-06-08 04:21:15] "GET /projects?obj_uuids=3022ff1b-e980-4e3b-8fd4-5c518226bc87&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001229
10.0.0.33 - - [2026-06-08 04:21:16] "POST /neutron/network HTTP/1.1" 200 614 0.134273
10.0.0.33 - - [2026-06-08 04:21:16] "POST /id-to-fqname HTTP/1.1" 200 225 0.004039
10.0.0.33 - - [2026-06-08 04:21:16] "GET /virtual-network/d561b5a6-da1b-4732-b7ab-e35d93c16ffa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.007375
10.0.0.33 - - [2026-06-08 04:21:16] "POST /neutron/network HTTP/1.1" 200 835 0.007272
10.0.0.33 - - [2026-06-08 04:21:16] "GET /virtual-network/d561b5a6-da1b-4732-b7ab-e35d93c16ffa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005609
10.0.0.33 - - [2026-06-08 04:21:16] "POST /id-to-fqname HTTP/1.1" 200 225 0.001435
10.0.0.33 - - [2026-06-08 04:21:16] "POST /neutron/port HTTP/1.1" 200 4190 0.034759
10.0.0.27 - - [2026-06-08 04:21:17] "GET /projects?obj_uuids=3022ff1b-e980-4e3b-8fd4-5c518226bc87&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001581
10.0.0.33 - - [2026-06-08 04:21:17] "GET /project/3022ff1b-e980-4e3b-8fd4-5c518226bc87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.088031
10.0.0.33 - - [2026-06-08 04:21:17] "POST /neutron/port HTTP/1.1" 200 4190 0.039304
10.0.0.33 - - [2026-06-08 04:21:17] "POST /id-to-fqname HTTP/1.1" 200 225 0.001587
10.0.0.33 - - [2026-06-08 04:21:17] "POST /neutron/network HTTP/1.1" 200 845 0.007608
10.0.0.33 - - [2026-06-08 04:21:18] "POST /neutron/port HTTP/1.1" 200 1063 0.019012
10.0.0.33 - - [2026-06-08 04:21:18] "POST /neutron/port HTTP/1.1" 200 1127 0.021415
10.0.0.33 - - [2026-06-08 04:21:18] "POST /neutron/port HTTP/1.1" 200 117 0.001267
10.0.0.27 - - [2026-06-08 04:21:18] "GET /projects?obj_uuids=3022ff1b-e980-4e3b-8fd4-5c518226bc87&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001258
10.0.0.33 - - [2026-06-08 04:21:18] "GET /project/3022ff1b-e980-4e3b-8fd4-5c518226bc87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.104463
10.0.0.33 - - [2026-06-08 04:21:19] "POST /neutron/port HTTP/1.1" 200 5164 0.054637
10.0.0.33 - - [2026-06-08 04:21:19] "POST /id-to-fqname HTTP/1.1" 200 225 0.001452
10.0.0.33 - - [2026-06-08 04:21:19] "POST /neutron/port HTTP/1.1" 200 5164 0.038331
10.0.0.33 - - [2026-06-08 04:21:19] "POST /neutron/network HTTP/1.1" 200 845 0.010334
10.0.0.33 - - [2026-06-08 04:21:19] "POST /neutron/port HTTP/1.1" 200 1063 0.019427
10.0.0.33 - - [2026-06-08 04:21:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004708
10.0.0.33 - - [2026-06-08 04:21:20] "POST /neutron/network HTTP/1.1" 200 835 0.008723
10.0.0.27 - - [2026-06-08 04:21:20] "GET /projects?obj_uuids=3022ff1b-e980-4e3b-8fd4-5c518226bc87&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001551
10.0.0.33 - - [2026-06-08 04:21:20] "GET /project/3022ff1b-e980-4e3b-8fd4-5c518226bc87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.100237
10.0.0.33 - - [2026-06-08 04:21:20] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010412
10.0.0.33 - - [2026-06-08 04:21:20] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008675
10.0.0.33 - - [2026-06-08 04:21:20] "POST /neutron/port HTTP/1.1" 200 1127 0.023950
10.0.0.33 - - [2026-06-08 04:21:21] "GET /virtual-machine/8a088ceb-a489-4f3d-9f4b-8fa269511efe HTTP/1.1" 200 1293 0.007106
10.0.0.33 - - [2026-06-08 04:21:21] "GET /virtual-machine-interface/f09a5f05-9251-4622-b85e-2db178b76868 HTTP/1.1" 200 2959 0.006313
10.0.0.33 - - [2026-06-08 04:21:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.005073
10.0.0.27 - - [2026-06-08 04:21:21] "GET /projects?obj_uuids=3022ff1b-e980-4e3b-8fd4-5c518226bc87&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001222
10.0.0.33 - - [2026-06-08 04:21:21] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005766
10.0.0.33 - - [2026-06-08 04:21:21] "GET /virtual-networks?parent_id=3022ff1b-e980-4e3b-8fd4-5c518226bc87&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.002565
10.0.0.33 - - [2026-06-08 04:21:21] "GET /virtual-network/d561b5a6-da1b-4732-b7ab-e35d93c16ffa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006663
10.0.0.33 - - [2026-06-08 04:21:21] "POST /neutron/port HTTP/1.1" 200 1063 0.346854
10.0.0.33 - - [2026-06-08 04:21:21] "POST /neutron/port HTTP/1.1" 200 1117 0.163013
10.0.0.33 - - [2026-06-08 04:21:21] "POST /neutron/subnet HTTP/1.1" 200 708 0.010588
10.0.0.33 - - [2026-06-08 04:21:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004239
10.0.0.33 - - [2026-06-08 04:21:24] "GET /virtual-network/d561b5a6-da1b-4732-b7ab-e35d93c16ffa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005435
10.0.0.33 - - [2026-06-08 04:21:26] "POST /neutron/port HTTP/1.1" 200 1216 0.026056
10.0.0.33 - - [2026-06-08 04:21:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004141
10.0.0.33 - - [2026-06-08 04:21:26] "POST /neutron/port HTTP/1.1" 200 117 0.001916
10.0.0.33 - - [2026-06-08 04:21:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004593
10.0.0.33 - - [2026-06-08 04:21:28] "GET /virtual-network/d561b5a6-da1b-4732-b7ab-e35d93c16ffa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005987
10.0.0.33 - - [2026-06-08 04:21:30] "POST /neutron/port HTTP/1.1" 200 1216 0.033621
10.0.0.33 - - [2026-06-08 04:21:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006773
10.0.0.33 - - [2026-06-08 04:21:30] "POST /neutron/port HTTP/1.1" 200 117 0.001300
10.0.0.33 - - [2026-06-08 04:21:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.035108
10.0.0.33 - - [2026-06-08 04:21:32] "GET /virtual-network/d561b5a6-da1b-4732-b7ab-e35d93c16ffa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006548
10.0.0.33 - - [2026-06-08 04:21:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003997
10.0.0.33 - - [2026-06-08 04:21:36] "GET /virtual-network/d561b5a6-da1b-4732-b7ab-e35d93c16ffa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006304
10.0.0.33 - - [2026-06-08 04:21:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004890
10.0.0.33 - - [2026-06-08 04:21:40] "GET /virtual-network/d561b5a6-da1b-4732-b7ab-e35d93c16ffa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.007178
10.0.0.33 - - [2026-06-08 04:21:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004591
10.0.0.33 - - [2026-06-08 04:21:44] "GET /virtual-network/d561b5a6-da1b-4732-b7ab-e35d93c16ffa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005983
10.0.0.33 - - [2026-06-08 04:21:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004913
10.0.0.33 - - [2026-06-08 04:21:48] "GET /virtual-network/d561b5a6-da1b-4732-b7ab-e35d93c16ffa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.007150
10.0.0.33 - - [2026-06-08 04:21:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004533
10.0.0.33 - - [2026-06-08 04:21:52] "GET /virtual-network/d561b5a6-da1b-4732-b7ab-e35d93c16ffa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.008938
10.0.0.33 - - [2026-06-08 04:21:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004426
10.0.0.33 - - [2026-06-08 04:21:57] "GET /virtual-network/d561b5a6-da1b-4732-b7ab-e35d93c16ffa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006649
10.0.0.27 - - [2026-06-08 04:22:00] "GET /obj-perms HTTP/1.1" 200 5056 0.059761
10.0.0.33 - - [2026-06-08 04:22:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004911
10.0.0.33 - - [2026-06-08 04:22:01] "GET /virtual-network/d561b5a6-da1b-4732-b7ab-e35d93c16ffa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006343
10.0.0.33 - - [2026-06-08 04:22:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.006120
10.0.0.33 - - [2026-06-08 04:22:05] "GET /virtual-network/d561b5a6-da1b-4732-b7ab-e35d93c16ffa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.008744
10.0.0.33 - - [2026-06-08 04:22:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.005242
10.0.0.33 - - [2026-06-08 04:22:09] "GET /virtual-network/d561b5a6-da1b-4732-b7ab-e35d93c16ffa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006246
10.0.0.33 - - [2026-06-08 04:22:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.006334
10.0.0.33 - - [2026-06-08 04:22:13] "GET /virtual-network/d561b5a6-da1b-4732-b7ab-e35d93c16ffa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.022166
10.0.0.33 - - [2026-06-08 04:22:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004716
10.0.0.33 - - [2026-06-08 04:22:17] "GET /virtual-network/d561b5a6-da1b-4732-b7ab-e35d93c16ffa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006511
10.0.0.33 - - [2026-06-08 04:22:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.005464
10.0.0.33 - - [2026-06-08 04:22:21] "GET /virtual-network/d561b5a6-da1b-4732-b7ab-e35d93c16ffa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.009561
10.0.0.33 - - [2026-06-08 04:22:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005151
10.0.0.33 - - [2026-06-08 04:22:25] "GET /virtual-network/d561b5a6-da1b-4732-b7ab-e35d93c16ffa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.008167
10.0.0.33 - - [2026-06-08 04:22:26] "POST /neutron/port HTTP/1.1" 200 1109 0.023099
10.0.0.33 - - [2026-06-08 04:22:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004181
10.0.0.33 - - [2026-06-08 04:22:26] "POST /neutron/network HTTP/1.1" 200 929 0.008367
10.0.0.33 - - [2026-06-08 04:22:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003863
10.0.0.33 - - [2026-06-08 04:22:29] "GET /virtual-network/d561b5a6-da1b-4732-b7ab-e35d93c16ffa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006850
10.0.0.33 - - [2026-06-08 04:22:31] "POST /neutron/network HTTP/1.1" 200 939 0.008778
10.0.0.33 - - [2026-06-08 04:22:31] "POST /neutron/port HTTP/1.1" 200 117 0.001805
10.0.0.33 - - [2026-06-08 04:22:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.005208
10.0.0.33 - - [2026-06-08 04:22:33] "GET /virtual-network/d561b5a6-da1b-4732-b7ab-e35d93c16ffa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.009264
10.0.0.249 - - [2026-06-08 04:22:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000670
10.0.0.249 - - [2026-06-08 04:22:37] "GET /global-system-configs HTTP/1.1" 401 292 0.001056
10.0.0.249 - - [2026-06-08 04:22:37] "GET /global-system-configs HTTP/1.1" 401 292 0.001026
10.0.0.249 - - [2026-06-08 04:22:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000656
10.0.0.33 - - [2026-06-08 04:22:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000604
10.0.0.33 - - [2026-06-08 04:22:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000432
10.0.0.27 - - [2026-06-08 04:22:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000390
10.0.0.27 - - [2026-06-08 04:22:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000541
10.0.0.33 - - [2026-06-08 04:22:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005371
10.0.0.33 - - [2026-06-08 04:22:38] "GET /virtual-network/d561b5a6-da1b-4732-b7ab-e35d93c16ffa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.008583
10.0.0.33 - - [2026-06-08 04:22:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000417
10.0.0.33 - - [2026-06-08 04:22:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000422
10.0.0.27 - - [2026-06-08 04:22:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000443
10.0.0.27 - - [2026-06-08 04:22:38] "GET /global-system-configs HTTP/1.1" 401 292 0.001359
10.0.0.33 - - [2026-06-08 04:22:39] "POST /neutron/security_group HTTP/1.1" 200 2059 0.014702
10.0.0.33 - - [2026-06-08 04:22:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004121
10.0.0.33 - - [2026-06-08 04:22:42] "GET /virtual-network/d561b5a6-da1b-4732-b7ab-e35d93c16ffa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006194
10.0.0.33 - - [2026-06-08 04:22:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004580
10.0.0.33 - - [2026-06-08 04:22:46] "GET /virtual-network/d561b5a6-da1b-4732-b7ab-e35d93c16ffa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.007243
10.0.0.33 - - [2026-06-08 04:22:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004074
10.0.0.33 - - [2026-06-08 04:22:48] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004473
10.0.0.33 - - [2026-06-08 04:22:48] "GET /virtual-networks?parent_id=3022ff1b-e980-4e3b-8fd4-5c518226bc87&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.004295
10.0.0.33 - - [2026-06-08 04:22:48] "GET /virtual-network/d561b5a6-da1b-4732-b7ab-e35d93c16ffa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005773
10.0.0.33 - - [2026-06-08 04:22:49] "POST /neutron/port HTTP/1.1" 200 1127 0.030100
10.0.0.33 - - [2026-06-08 04:22:53] "POST /neutron/security_group HTTP/1.1" 200 2059 0.039535
10.0.0.33 - - [2026-06-08 04:22:58] "POST /neutron/port HTTP/1.1" 200 1127 0.023411
10.0.0.249 - - [2026-06-08 04:23:01] "GET /obj-perms HTTP/1.1" 200 5056 0.055351
10.0.0.33 - - [2026-06-08 04:23:04] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010439
10.0.0.33 - - [2026-06-08 04:23:14] "POST /neutron/port HTTP/1.1" 200 1127 0.026529
10.0.0.33 - - [2026-06-08 04:23:19] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009542
10.0.0.33 - - [2026-06-08 04:23:28] "POST /neutron/port HTTP/1.1" 200 1127 0.024835
10.0.0.33 - - [2026-06-08 04:23:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004474
10.0.0.33 - - [2026-06-08 04:23:28] "POST /neutron/network HTTP/1.1" 200 835 0.010215
10.0.0.33 - - [2026-06-08 04:23:33] "POST /neutron/port HTTP/1.1" 200 1127 0.029878
10.0.0.33 - - [2026-06-08 04:23:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004931
10.0.0.33 - - [2026-06-08 04:23:33] "POST /neutron/network HTTP/1.1" 200 835 0.009970
10.0.0.33 - - [2026-06-08 04:23:40] "POST /neutron/port HTTP/1.1" 200 1127 0.039473
10.0.0.33 - - [2026-06-08 04:23:45] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008235
10.0.0.33 - - [2026-06-08 04:23:50] "POST /neutron/port HTTP/1.1" 200 1127 0.024122
10.0.0.33 - - [2026-06-08 04:23:51] "POST /neutron/security_group HTTP/1.1" 200 2059 0.011417
10.0.0.33 - - [2026-06-08 04:23:51] "GET /virtual-machine/c5dc11fa-930b-4f55-95a9-7949bdc2c260 HTTP/1.1" 200 1294 0.047947
10.0.0.33 - - [2026-06-08 04:23:51] "GET /virtual-machine-interface/a5567a34-f8d0-4e06-8f0b-6c837a24964f HTTP/1.1" 200 2959 0.009199
10.0.0.33 - - [2026-06-08 04:23:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004195
10.0.0.33 - - [2026-06-08 04:23:51] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005317
10.0.0.33 - - [2026-06-08 04:23:51] "GET /virtual-networks?parent_id=3022ff1b-e980-4e3b-8fd4-5c518226bc87&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.004136
10.0.0.33 - - [2026-06-08 04:23:51] "GET /virtual-network/d561b5a6-da1b-4732-b7ab-e35d93c16ffa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.007942
10.0.0.33 - - [2026-06-08 04:23:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004456
10.0.0.33 - - [2026-06-08 04:23:52] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005439
10.0.0.33 - - [2026-06-08 04:23:52] "GET /virtual-networks?parent_id=3022ff1b-e980-4e3b-8fd4-5c518226bc87&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.004577
10.0.0.33 - - [2026-06-08 04:23:52] "GET /virtual-network/d561b5a6-da1b-4732-b7ab-e35d93c16ffa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.007305
10.0.0.33 - - [2026-06-08 04:23:52] "POST /neutron/port HTTP/1.1" 200 1127 0.029204
10.0.0.33 - - [2026-06-08 04:23:52] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010243
10.0.0.33 - - [2026-06-08 04:23:52] "GET /virtual-machine/ad863745-9fa7-46ea-a323-b9d32481ec83 HTTP/1.1" 200 1294 0.008435
10.0.0.33 - - [2026-06-08 04:23:52] "GET /virtual-machine-interface/f9f408fa-51fb-4484-b8f7-6ba9d1eea865 HTTP/1.1" 200 2959 0.008954
10.0.0.33 - - [2026-06-08 04:23:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.007208
10.0.0.33 - - [2026-06-08 04:23:52] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005385
10.0.0.33 - - [2026-06-08 04:23:52] "GET /virtual-networks?parent_id=3022ff1b-e980-4e3b-8fd4-5c518226bc87&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.004233
10.0.0.33 - - [2026-06-08 04:23:52] "GET /virtual-network/d561b5a6-da1b-4732-b7ab-e35d93c16ffa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.008280
10.0.0.33 - - [2026-06-08 04:23:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004901
10.0.0.33 - - [2026-06-08 04:23:53] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005760
10.0.0.33 - - [2026-06-08 04:23:53] "GET /virtual-networks?parent_id=3022ff1b-e980-4e3b-8fd4-5c518226bc87&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003977
10.0.0.33 - - [2026-06-08 04:23:54] "GET /virtual-network/d561b5a6-da1b-4732-b7ab-e35d93c16ffa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006880
10.0.0.33 - - [2026-06-08 04:23:54] "POST /fqname-to-id HTTP/1.1" 404 198 0.003665
10.0.0.33 - - [2026-06-08 04:23:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004992
10.0.0.33 - - [2026-06-08 04:23:54] "GET /global-system-config/14c0c933-f881-4b72-a879-bb5ce4854e8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.008075
10.0.0.33 - - [2026-06-08 04:23:54] "POST /control-node-zones HTTP/1.1" 200 569 0.030388
10.0.0.33 - - [2026-06-08 04:23:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004089
10.0.0.33 - - [2026-06-08 04:23:54] "GET /bgp-router/c5667b58-08bd-40c9-beb9-8ed5b70933d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005835
10.0.0.33 - - [2026-06-08 04:23:54] "GET /control-node-zone/90207b37-10a4-4480-9be8-ebb8a35828e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.006818
10.0.0.33 - - [2026-06-08 04:23:54] "PUT /bgp-router/c5667b58-08bd-40c9-beb9-8ed5b70933d8 HTTP/1.1" 200 254 0.026403
10.0.0.33 - - [2026-06-08 04:23:54] "POST /fqname-to-id HTTP/1.1" 404 198 0.004315
10.0.0.33 - - [2026-06-08 04:23:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004403
10.0.0.33 - - [2026-06-08 04:23:54] "GET /global-system-config/14c0c933-f881-4b72-a879-bb5ce4854e8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.007274
10.0.0.33 - - [2026-06-08 04:23:54] "POST /control-node-zones HTTP/1.1" 200 569 0.027622
10.0.0.33 - - [2026-06-08 04:23:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005130
10.0.0.33 - - [2026-06-08 04:23:54] "GET /bgp-router/d8551d19-1ac8-446b-b211-663183f788c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.006052
10.0.0.33 - - [2026-06-08 04:23:54] "GET /control-node-zone/3838675a-17d0-474f-9259-08062efcdeb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.006583
10.0.0.33 - - [2026-06-08 04:23:54] "PUT /bgp-router/d8551d19-1ac8-446b-b211-663183f788c6 HTTP/1.1" 200 254 0.027633
10.0.0.33 - - [2026-06-08 04:23:54] "POST /fqname-to-id HTTP/1.1" 404 198 0.003900
10.0.0.33 - - [2026-06-08 04:23:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003967
10.0.0.33 - - [2026-06-08 04:23:55] "GET /global-system-config/14c0c933-f881-4b72-a879-bb5ce4854e8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.010189
10.0.0.33 - - [2026-06-08 04:23:55] "POST /control-node-zones HTTP/1.1" 200 569 0.048187
10.0.0.33 - - [2026-06-08 04:23:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004635
10.0.0.33 - - [2026-06-08 04:23:55] "GET /bgp-router/01176bb9-e229-4931-aa3a-e9de5f2c96bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.007181
10.0.0.33 - - [2026-06-08 04:23:55] "GET /control-node-zone/d63c4fe1-0f49-40a1-8244-81de98e3865c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.008479
10.0.0.33 - - [2026-06-08 04:23:55] "PUT /bgp-router/01176bb9-e229-4931-aa3a-e9de5f2c96bd HTTP/1.1" 200 254 0.025427
10.0.0.33 - - [2026-06-08 04:23:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004666
10.0.0.33 - - [2026-06-08 04:23:55] "GET /global-system-config/14c0c933-f881-4b72-a879-bb5ce4854e8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.006900
10.0.0.33 - - [2026-06-08 04:23:55] "POST /fqname-to-id HTTP/1.1" 404 234 0.004941
10.0.0.33 - - [2026-06-08 04:23:55] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.037458
10.0.0.33 - - [2026-06-08 04:23:55] "POST /neutron/network HTTP/1.1" 200 835 0.008693
10.0.0.33 - - [2026-06-08 04:23:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003434
10.0.0.33 - - [2026-06-08 04:23:55] "GET /bgp-as-a-service/aa8c32c6-1a8e-4e70-bf14-3819f06cab17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1548 0.006230
10.0.0.33 - - [2026-06-08 04:23:55] "GET /control-node-zone/90207b37-10a4-4480-9be8-ebb8a35828e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.004523
10.0.0.33 - - [2026-06-08 04:23:55] "POST /ref-update HTTP/1.1" 200 156 0.016761
10.0.0.33 - - [2026-06-08 04:23:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004502
10.0.0.33 - - [2026-06-08 04:23:55] "GET /bgp-as-a-service/aa8c32c6-1a8e-4e70-bf14-3819f06cab17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1836 0.006996
10.0.0.33 - - [2026-06-08 04:23:55] "GET /control-node-zone/3838675a-17d0-474f-9259-08062efcdeb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004741
10.0.0.33 - - [2026-06-08 04:23:55] "POST /ref-update HTTP/1.1" 200 156 0.022616
10.0.0.33 - - [2026-06-08 04:24:17] "GET /bgp-as-a-service/aa8c32c6-1a8e-4e70-bf14-3819f06cab17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.011404
10.0.0.33 - - [2026-06-08 04:24:17] "GET /virtual-machine-interface/f09a5f05-9251-4622-b85e-2db178b76868?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2738 0.010215
10.0.0.33 - - [2026-06-08 04:24:17] "POST /ref-update HTTP/1.1" 200 156 0.023758
10.0.0.249 - - [2026-06-08 04:24:17] "POST /bgp-routers HTTP/1.1" 200 594 0.046112
10.0.0.249 - - [2026-06-08 04:24:17] "POST /ref-update HTTP/1.1" 200 156 0.029904
10.0.0.33 - - [2026-06-08 04:24:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004181
10.0.0.33 - - [2026-06-08 04:24:19] "GET /global-system-config/14c0c933-f881-4b72-a879-bb5ce4854e8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.007992
10.0.0.33 - - [2026-06-08 04:24:19] "POST /fqname-to-id HTTP/1.1" 404 234 0.003858
10.0.0.33 - - [2026-06-08 04:24:19] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.042640
10.0.0.33 - - [2026-06-08 04:24:19] "POST /neutron/subnet HTTP/1.1" 200 734 0.010440
10.0.0.33 - - [2026-06-08 04:24:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004339
10.0.0.33 - - [2026-06-08 04:24:19] "GET /bgp-as-a-service/64402392-6464-47d6-9932-7621a41b5368?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1547 0.008026
10.0.0.33 - - [2026-06-08 04:24:19] "GET /control-node-zone/90207b37-10a4-4480-9be8-ebb8a35828e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.013697
10.0.0.33 - - [2026-06-08 04:24:19] "POST /ref-update HTTP/1.1" 200 156 0.017457
10.0.0.33 - - [2026-06-08 04:24:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005165
10.0.0.33 - - [2026-06-08 04:24:19] "GET /bgp-as-a-service/64402392-6464-47d6-9932-7621a41b5368?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1835 0.008242
10.0.0.33 - - [2026-06-08 04:24:19] "GET /control-node-zone/3838675a-17d0-474f-9259-08062efcdeb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004616
10.0.0.33 - - [2026-06-08 04:24:19] "POST /ref-update HTTP/1.1" 200 156 0.017872
10.0.0.33 - - [2026-06-08 04:24:29] "GET /bgp-as-a-service/64402392-6464-47d6-9932-7621a41b5368?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.008904
10.0.0.33 - - [2026-06-08 04:24:29] "GET /virtual-machine-interface/a5567a34-f8d0-4e06-8f0b-6c837a24964f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2738 0.006329
10.0.0.33 - - [2026-06-08 04:24:29] "POST /neutron/port HTTP/1.1" 200 1127 0.037127
10.0.0.33 - - [2026-06-08 04:24:29] "POST /ref-update HTTP/1.1" 200 156 0.027670
10.0.0.33 - - [2026-06-08 04:24:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004946
10.0.0.249 - - [2026-06-08 04:24:29] "POST /ref-update HTTP/1.1" 200 156 0.053147
10.0.0.33 - - [2026-06-08 04:24:29] "POST /neutron/network HTTP/1.1" 200 835 0.014476
10.0.0.33 - - [2026-06-08 04:24:33] "POST /neutron/network HTTP/1.1" 200 1121 0.009075
10.0.0.33 - - [2026-06-08 04:24:33] "POST /neutron/subnet HTTP/1.1" 200 1374 0.017621
10.0.0.33 - - [2026-06-08 04:24:33] "POST /neutron/network HTTP/1.1" 200 1111 0.016871
10.0.0.33 - - [2026-06-08 04:24:53] "GET /bgp-as-a-service/64402392-6464-47d6-9932-7621a41b5368?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2707 0.006843
10.0.0.33 - - [2026-06-08 04:24:53] "GET /virtual-machine-interface/a5567a34-f8d0-4e06-8f0b-6c837a24964f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3053 0.009034
10.0.0.33 - - [2026-06-08 04:24:53] "POST /ref-update HTTP/1.1" 200 156 0.016469
10.0.0.249 - - [2026-06-08 04:24:53] "POST /ref-update HTTP/1.1" 200 156 0.022738
10.0.0.33 - - [2026-06-08 04:24:53] "DELETE /bgp-as-a-service/64402392-6464-47d6-9932-7621a41b5368 HTTP/1.1" 200 115 0.100390
10.0.0.33 - - [2026-06-08 04:24:53] "GET /bgp-as-a-service/aa8c32c6-1a8e-4e70-bf14-3819f06cab17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2708 0.011055
10.0.0.33 - - [2026-06-08 04:24:53] "GET /virtual-machine-interface/f09a5f05-9251-4622-b85e-2db178b76868?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3053 0.008742
10.0.0.33 - - [2026-06-08 04:24:53] "POST /ref-update HTTP/1.1" 200 156 0.019989
10.0.0.249 - - [2026-06-08 04:24:53] "POST /ref-update HTTP/1.1" 200 156 0.022161
10.0.0.33 - - [2026-06-08 04:24:53] "DELETE /bgp-as-a-service/aa8c32c6-1a8e-4e70-bf14-3819f06cab17 HTTP/1.1" 200 115 0.129752
10.0.0.33 - - [2026-06-08 04:24:53] "GET /control-node-zone/d63c4fe1-0f49-40a1-8244-81de98e3865c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.008695
10.0.0.33 - - [2026-06-08 04:24:53] "POST /ref-update HTTP/1.1" 200 156 0.027095
10.0.0.33 - - [2026-06-08 04:24:53] "DELETE /control-node-zone/d63c4fe1-0f49-40a1-8244-81de98e3865c HTTP/1.1" 200 115 0.049160
10.0.0.33 - - [2026-06-08 04:24:53] "GET /control-node-zone/3838675a-17d0-474f-9259-08062efcdeb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.006067
10.0.0.33 - - [2026-06-08 04:24:54] "POST /ref-update HTTP/1.1" 200 156 0.019113
10.0.0.33 - - [2026-06-08 04:24:54] "DELETE /control-node-zone/3838675a-17d0-474f-9259-08062efcdeb6 HTTP/1.1" 200 115 0.033637
10.0.0.33 - - [2026-06-08 04:24:54] "GET /control-node-zone/90207b37-10a4-4480-9be8-ebb8a35828e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.006084
10.0.0.33 - - [2026-06-08 04:24:54] "POST /ref-update HTTP/1.1" 200 156 0.027052
10.0.0.33 - - [2026-06-08 04:24:54] "DELETE /control-node-zone/90207b37-10a4-4480-9be8-ebb8a35828e6 HTTP/1.1" 200 115 0.037607
10.0.0.33 - - [2026-06-08 04:24:54] "POST /neutron/port HTTP/1.1" 200 1127 0.024576
10.0.0.33 - - [2026-06-08 04:24:55] "POST /neutron/port HTTP/1.1" 200 1117 0.019942
10.0.0.33 - - [2026-06-08 04:24:55] "POST /neutron/port HTTP/1.1" 200 151 0.355071
10.0.0.33 - - [2026-06-08 04:24:56] "POST /neutron/network HTTP/1.1" 200 835 0.009462
10.0.0.249 - - [2026-06-08 04:24:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003835
10.0.0.27 - - [2026-06-08 04:24:58] "GET /projects?obj_uuids=3022ff1b-e980-4e3b-8fd4-5c518226bc87&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001918
10.0.0.33 - - [2026-06-08 04:24:58] "GET /project/3022ff1b-e980-4e3b-8fd4-5c518226bc87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.089656
10.0.0.27 - - [2026-06-08 04:24:58] "GET /projects?obj_uuids=3022ff1b-e980-4e3b-8fd4-5c518226bc87&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001808
10.0.0.33 - - [2026-06-08 04:24:58] "GET /project/3022ff1b-e980-4e3b-8fd4-5c518226bc87?fields=virtual_networks HTTP/1.1" 200 1034 0.052196
10.0.0.27 - - [2026-06-08 04:24:58] "GET /projects?obj_uuids=3022ff1b-e980-4e3b-8fd4-5c518226bc87&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001790
10.0.0.33 - - [2026-06-08 04:24:58] "GET /project/3022ff1b-e980-4e3b-8fd4-5c518226bc87?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.061486
10.0.0.27 - - [2026-06-08 04:24:58] "GET /projects?obj_uuids=3022ff1b-e980-4e3b-8fd4-5c518226bc87&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001832
10.0.0.33 - - [2026-06-08 04:24:58] "GET /project/3022ff1b-e980-4e3b-8fd4-5c518226bc87?fields=security_groups HTTP/1.1" 200 1261 0.064177
10.0.0.33 - - [2026-06-08 04:24:59] "POST /fqname-to-id HTTP/1.1" 404 181 0.031851
10.0.0.27 - - [2026-06-08 04:24:59] "GET /projects?obj_uuids=fd14f79e-6c6b-4d23-a46f-c1def7bf7b22&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004221
10.0.0.27 - - [2026-06-08 04:24:59] "GET /domains?obj_uuids=2441b78a-01cc-4005-9aa7-6b434eb6fb41&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001154
10.0.0.27 - - [2026-06-08 04:24:59] "GET /domain/2441b78a-01cc-4005-9aa7-6b434eb6fb41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.044094
10.0.0.27 - - [2026-06-08 04:24:59] "POST /id-to-fqname HTTP/1.1" 200 183 0.001758
10.0.0.27 - - [2026-06-08 04:24:59] "POST /fqname-to-id HTTP/1.1" 404 192 0.008965
10.0.0.27 - - [2026-06-08 04:24:59] "POST /security-groups HTTP/1.1" 200 584 0.104450
10.0.0.27 - - [2026-06-08 04:24:59] "POST /projects HTTP/1.1" 200 571 0.342916
10.0.0.27 - - [2026-06-08 04:24:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.383752
10.0.0.249 - - [2026-06-08 04:24:59] "POST /access-control-lists HTTP/1.1" 200 589 0.063662
10.0.0.33 - - [2026-06-08 04:24:59] "GET /project/fd14f79e-6c6b-4d23-a46f-c1def7bf7b22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.592028
10.0.0.33 - - [2026-06-08 04:25:01] "GET / HTTP/1.1" 200 35931 0.002619
10.0.0.33 - - [2026-06-08 04:25:03] "GET /obj-perms HTTP/1.1" 200 5056 0.062500
10.0.0.27 - - [2026-06-08 04:25:04] "GET /projects?obj_uuids=fd14f79e-6c6b-4d23-a46f-c1def7bf7b22&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001838
10.0.0.33 - - [2026-06-08 04:25:04] "GET /project/fd14f79e-6c6b-4d23-a46f-c1def7bf7b22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.059975
10.0.0.27 - - [2026-06-08 04:25:04] "GET /projects?obj_uuids=fd14f79e-6c6b-4d23-a46f-c1def7bf7b22&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001673
10.0.0.33 - - [2026-06-08 04:25:04] "GET /project/fd14f79e-6c6b-4d23-a46f-c1def7bf7b22?fields=virtual_networks HTTP/1.1" 200 1019 0.059378
10.0.0.27 - - [2026-06-08 04:25:04] "GET /projects?obj_uuids=fd14f79e-6c6b-4d23-a46f-c1def7bf7b22&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001617
10.0.0.33 - - [2026-06-08 04:25:04] "GET /project/fd14f79e-6c6b-4d23-a46f-c1def7bf7b22?fields=virtual_machine_interfaces HTTP/1.1" 200 1019 0.078730
10.0.0.27 - - [2026-06-08 04:25:04] "GET /projects?obj_uuids=fd14f79e-6c6b-4d23-a46f-c1def7bf7b22&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001924
10.0.0.33 - - [2026-06-08 04:25:04] "GET /project/fd14f79e-6c6b-4d23-a46f-c1def7bf7b22?fields=security_groups HTTP/1.1" 200 1238 0.055241
10.0.0.33 - - [2026-06-08 04:25:05] "POST /fqname-to-id HTTP/1.1" 404 189 0.034711
10.0.0.27 - - [2026-06-08 04:25:05] "GET /projects?obj_uuids=5d5ef087-98a4-4401-9936-9df2aa6db8dc&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004461
10.0.0.27 - - [2026-06-08 04:25:05] "GET /domains?obj_uuids=2441b78a-01cc-4005-9aa7-6b434eb6fb41&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.003779
10.0.0.27 - - [2026-06-08 04:25:05] "GET /domain/2441b78a-01cc-4005-9aa7-6b434eb6fb41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.013928
10.0.0.27 - - [2026-06-08 04:25:05] "POST /id-to-fqname HTTP/1.1" 200 191 0.010944
10.0.0.27 - - [2026-06-08 04:25:05] "POST /fqname-to-id HTTP/1.1" 404 200 0.005808
10.0.0.27 - - [2026-06-08 04:25:05] "POST /security-groups HTTP/1.1" 200 592 0.043650
10.0.0.249 - - [2026-06-08 04:25:05] "POST /fqname-to-id HTTP/1.1" 404 235 0.004321
10.0.0.27 - - [2026-06-08 04:25:05] "POST /projects HTTP/1.1" 200 587 0.312274
10.0.0.27 - - [2026-06-08 04:25:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.350633
10.0.0.33 - - [2026-06-08 04:25:05] "GET /project/5d5ef087-98a4-4401-9936-9df2aa6db8dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.548603
10.0.0.249 - - [2026-06-08 04:25:05] "POST /access-control-lists HTTP/1.1" 200 595 0.090137
10.0.0.33 - - [2026-06-08 04:25:07] "GET / HTTP/1.1" 200 35931 0.003448
10.0.0.27 - - [2026-06-08 04:25:10] "GET /projects?obj_uuids=5d5ef087-98a4-4401-9936-9df2aa6db8dc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001039
10.0.0.33 - - [2026-06-08 04:25:10] "GET /project/5d5ef087-98a4-4401-9936-9df2aa6db8dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.066330
10.0.0.27 - - [2026-06-08 04:25:10] "GET /projects?obj_uuids=5d5ef087-98a4-4401-9936-9df2aa6db8dc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001392
10.0.0.33 - - [2026-06-08 04:25:10] "GET /project/5d5ef087-98a4-4401-9936-9df2aa6db8dc?fields=virtual_networks HTTP/1.1" 200 1034 0.076697
10.0.0.27 - - [2026-06-08 04:25:10] "GET /projects?obj_uuids=5d5ef087-98a4-4401-9936-9df2aa6db8dc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001568
10.0.0.33 - - [2026-06-08 04:25:10] "GET /project/5d5ef087-98a4-4401-9936-9df2aa6db8dc?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.063457
10.0.0.27 - - [2026-06-08 04:25:10] "GET /projects?obj_uuids=5d5ef087-98a4-4401-9936-9df2aa6db8dc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001372
10.0.0.33 - - [2026-06-08 04:25:10] "GET /project/5d5ef087-98a4-4401-9936-9df2aa6db8dc?fields=security_groups HTTP/1.1" 200 1261 0.057992
10.0.0.33 - - [2026-06-08 04:25:11] "POST /fqname-to-id HTTP/1.1" 404 195 0.036734
10.0.0.27 - - [2026-06-08 04:25:11] "GET /projects?obj_uuids=da7a0177-5c95-44d9-bb66-cd4a5fc80cd0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004053
10.0.0.27 - - [2026-06-08 04:25:11] "GET /domains?obj_uuids=2441b78a-01cc-4005-9aa7-6b434eb6fb41&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001898
10.0.0.27 - - [2026-06-08 04:25:11] "GET /domain/2441b78a-01cc-4005-9aa7-6b434eb6fb41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009304
10.0.0.27 - - [2026-06-08 04:25:11] "POST /id-to-fqname HTTP/1.1" 200 197 0.003481
10.0.0.27 - - [2026-06-08 04:25:11] "POST /fqname-to-id HTTP/1.1" 404 206 0.005749
10.0.0.27 - - [2026-06-08 04:25:11] "POST /security-groups HTTP/1.1" 200 598 0.035816
10.0.0.27 - - [2026-06-08 04:25:11] "POST /projects HTTP/1.1" 200 599 0.265883
10.0.0.27 - - [2026-06-08 04:25:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.344368
10.0.0.33 - - [2026-06-08 04:25:12] "GET /project/da7a0177-5c95-44d9-bb66-cd4a5fc80cd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1392 0.521670
10.0.0.249 - - [2026-06-08 04:25:12] "POST /fqname-to-id HTTP/1.1" 404 240 0.063135
10.0.0.33 - - [2026-06-08 04:25:13] "GET / HTTP/1.1" 200 35931 0.003109
10.0.0.33 - - [2026-06-08 04:25:14] "POST /fqname-to-id HTTP/1.1" 401 292 0.000459
10.0.0.33 - - [2026-06-08 04:25:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.053464
10.0.0.33 - - [2026-06-08 04:25:15] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005130
10.0.0.33 - - [2026-06-08 04:25:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003632
10.0.0.33 - - [2026-06-08 04:25:15] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.009250
10.0.0.33 - - [2026-06-08 04:25:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005678
10.0.0.33 - - [2026-06-08 04:25:15] "PUT /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033 HTTP/1.1" 200 276 0.019011
10.0.0.33 - - [2026-06-08 04:25:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003930
10.0.0.27 - - [2026-06-08 04:25:15] "GET /projects?obj_uuids=da7a0177-5c95-44d9-bb66-cd4a5fc80cd0&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.002643
10.0.0.33 - - [2026-06-08 04:25:15] "GET /project/da7a0177-5c95-44d9-bb66-cd4a5fc80cd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1392 0.072649
10.0.0.27 - - [2026-06-08 04:25:15] "GET /projects?obj_uuids=da7a0177-5c95-44d9-bb66-cd4a5fc80cd0&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001991
10.0.0.33 - - [2026-06-08 04:25:15] "POST /neutron/network HTTP/1.1" 200 594 0.225393
10.0.0.249 - - [2026-06-08 04:25:16] "POST /ref-update HTTP/1.1" 200 156 0.023599
10.0.0.33 - - [2026-06-08 04:25:16] "POST /id-to-fqname HTTP/1.1" 200 218 0.003885
10.0.0.33 - - [2026-06-08 04:25:16] "GET /virtual-network/463b7052-4b89-45fd-a98b-c002d3d16e95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006957
10.0.0.33 - - [2026-06-08 04:25:16] "POST /neutron/network HTTP/1.1" 200 808 0.007649
10.0.0.33 - - [2026-06-08 04:25:16] "GET /virtual-network/463b7052-4b89-45fd-a98b-c002d3d16e95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005633
10.0.0.33 - - [2026-06-08 04:25:16] "POST /id-to-fqname HTTP/1.1" 200 218 0.001447
10.0.0.33 - - [2026-06-08 04:25:16] "POST /neutron/port HTTP/1.1" 200 4190 0.035239
10.0.0.27 - - [2026-06-08 04:25:17] "GET /projects?obj_uuids=da7a0177-5c95-44d9-bb66-cd4a5fc80cd0&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001577
10.0.0.33 - - [2026-06-08 04:25:17] "GET /project/da7a0177-5c95-44d9-bb66-cd4a5fc80cd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1392 0.097324
10.0.0.33 - - [2026-06-08 04:25:17] "POST /neutron/port HTTP/1.1" 200 4190 0.047936
10.0.0.33 - - [2026-06-08 04:25:17] "POST /id-to-fqname HTTP/1.1" 200 218 0.003458
10.0.0.33 - - [2026-06-08 04:25:17] "POST /neutron/network HTTP/1.1" 200 818 0.010006
10.0.0.33 - - [2026-06-08 04:25:18] "POST /neutron/port HTTP/1.1" 200 1062 0.024895
10.0.0.33 - - [2026-06-08 04:25:18] "POST /neutron/port HTTP/1.1" 200 1126 0.024432
10.0.0.33 - - [2026-06-08 04:25:18] "POST /neutron/port HTTP/1.1" 200 117 0.001468
10.0.0.27 - - [2026-06-08 04:25:18] "GET /projects?obj_uuids=da7a0177-5c95-44d9-bb66-cd4a5fc80cd0&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001550
10.0.0.33 - - [2026-06-08 04:25:18] "GET /project/da7a0177-5c95-44d9-bb66-cd4a5fc80cd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1392 0.090101
10.0.0.33 - - [2026-06-08 04:25:19] "POST /neutron/port HTTP/1.1" 200 5163 0.057306
10.0.0.33 - - [2026-06-08 04:25:19] "POST /neutron/network HTTP/1.1" 200 818 0.008255
10.0.0.33 - - [2026-06-08 04:25:19] "GET /virtual-network/463b7052-4b89-45fd-a98b-c002d3d16e95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.008604
10.0.0.33 - - [2026-06-08 04:25:20] "POST /neutron/port HTTP/1.1" 200 1062 0.024811
10.0.0.33 - - [2026-06-08 04:25:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006632
10.0.0.33 - - [2026-06-08 04:25:20] "POST /neutron/network HTTP/1.1" 200 808 0.011836
10.0.0.27 - - [2026-06-08 04:25:21] "GET /obj-perms HTTP/1.1" 200 5044 0.063734
10.0.0.33 - - [2026-06-08 04:25:21] "POST /neutron/port HTTP/1.1" 200 1126 0.029946
10.0.0.33 - - [2026-06-08 04:25:21] "POST /neutron/security_group HTTP/1.1" 200 2065 0.010365
10.0.0.33 - - [2026-06-08 04:25:21] "GET /virtual-machine/bc62496f-b918-41d6-83fc-861fb4c03e34 HTTP/1.1" 401 292 0.000542
10.0.0.33 - - [2026-06-08 04:25:22] "GET /virtual-machine/bc62496f-b918-41d6-83fc-861fb4c03e34 HTTP/1.1" 200 1299 0.043005
10.0.0.33 - - [2026-06-08 04:25:22] "GET /virtual-machine/bc62496f-b918-41d6-83fc-861fb4c03e34 HTTP/1.1" 200 1299 0.005585
10.0.0.33 - - [2026-06-08 04:25:22] "GET /virtual-machine-interface/a9fb4c29-132c-42e4-8714-ff411c0997de HTTP/1.1" 200 2949 0.007766
10.0.0.33 - - [2026-06-08 04:25:22] "GET /virtual-machine/bc62496f-b918-41d6-83fc-861fb4c03e34 HTTP/1.1" 200 1299 0.006062
10.0.0.33 - - [2026-06-08 04:25:22] "GET /virtual-machine-interface/a9fb4c29-132c-42e4-8714-ff411c0997de HTTP/1.1" 200 2949 0.006505
10.0.0.33 - - [2026-06-08 04:25:22] "GET /instance-ip/0fbf4005-70ae-44df-9f05-e6bad1df9955 HTTP/1.1" 200 1620 0.007301
10.0.0.33 - - [2026-06-08 04:25:22] "GET /virtual-machine/bc62496f-b918-41d6-83fc-861fb4c03e34 HTTP/1.1" 200 1299 0.004019
10.0.0.33 - - [2026-06-08 04:25:22] "GET /virtual-machine-interface/a9fb4c29-132c-42e4-8714-ff411c0997de HTTP/1.1" 200 2949 0.006438
10.0.0.33 - - [2026-06-08 04:25:22] "GET /instance-ip/0fbf4005-70ae-44df-9f05-e6bad1df9955 HTTP/1.1" 200 1620 0.008525
10.0.0.33 - - [2026-06-08 04:25:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.005209
10.0.0.33 - - [2026-06-08 04:25:22] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007002
10.0.0.33 - - [2026-06-08 04:25:22] "GET /virtual-networks?parent_id=da7a0177-5c95-44d9-bb66-cd4a5fc80cd0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.005477
10.0.0.33 - - [2026-06-08 04:25:22] "GET /virtual-network/463b7052-4b89-45fd-a98b-c002d3d16e95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.008200
10.0.0.33 - - [2026-06-08 04:25:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.005414
10.0.0.33 - - [2026-06-08 04:25:22] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006224
10.0.0.33 - - [2026-06-08 04:25:22] "GET /virtual-networks?parent_id=da7a0177-5c95-44d9-bb66-cd4a5fc80cd0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004677
10.0.0.33 - - [2026-06-08 04:25:22] "GET /virtual-network/463b7052-4b89-45fd-a98b-c002d3d16e95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.011377
10.0.0.33 - - [2026-06-08 04:25:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004773
10.0.0.33 - - [2026-06-08 04:25:22] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005238
10.0.0.33 - - [2026-06-08 04:25:22] "GET /virtual-networks?parent_id=da7a0177-5c95-44d9-bb66-cd4a5fc80cd0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004378
10.0.0.33 - - [2026-06-08 04:25:22] "GET /virtual-network/463b7052-4b89-45fd-a98b-c002d3d16e95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006823
10.0.0.33 - - [2026-06-08 04:25:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.006562
10.0.0.33 - - [2026-06-08 04:25:22] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006559
10.0.0.33 - - [2026-06-08 04:25:22] "GET /virtual-networks?parent_id=da7a0177-5c95-44d9-bb66-cd4a5fc80cd0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.006207
10.0.0.33 - - [2026-06-08 04:25:22] "GET /virtual-network/463b7052-4b89-45fd-a98b-c002d3d16e95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.008447
10.0.0.33 - - [2026-06-08 04:25:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.005607
10.0.0.33 - - [2026-06-08 04:25:22] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006031
10.0.0.33 - - [2026-06-08 04:25:22] "GET /virtual-networks?parent_id=da7a0177-5c95-44d9-bb66-cd4a5fc80cd0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.005061
10.0.0.33 - - [2026-06-08 04:25:22] "GET /virtual-network/463b7052-4b89-45fd-a98b-c002d3d16e95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.010117
10.0.0.33 - - [2026-06-08 04:25:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.005503
10.0.0.33 - - [2026-06-08 04:25:22] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006093
10.0.0.33 - - [2026-06-08 04:25:23] "GET /virtual-networks?parent_id=da7a0177-5c95-44d9-bb66-cd4a5fc80cd0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004570
10.0.0.33 - - [2026-06-08 04:25:23] "GET /virtual-network/463b7052-4b89-45fd-a98b-c002d3d16e95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006922
10.0.0.33 - - [2026-06-08 04:25:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005466
10.0.0.33 - - [2026-06-08 04:25:23] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006005
10.0.0.33 - - [2026-06-08 04:25:23] "GET /virtual-networks?parent_id=da7a0177-5c95-44d9-bb66-cd4a5fc80cd0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004547
10.0.0.33 - - [2026-06-08 04:25:23] "GET /virtual-network/463b7052-4b89-45fd-a98b-c002d3d16e95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007864
10.0.0.33 - - [2026-06-08 04:25:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004303
10.0.0.33 - - [2026-06-08 04:25:26] "GET /virtual-network/463b7052-4b89-45fd-a98b-c002d3d16e95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.009071
10.0.0.33 - - [2026-06-08 04:25:29] "POST /neutron/port HTTP/1.1" 200 1216 0.021389
10.0.0.33 - - [2026-06-08 04:25:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004739
10.0.0.33 - - [2026-06-08 04:25:29] "POST /neutron/port HTTP/1.1" 200 117 0.001472
10.0.0.33 - - [2026-06-08 04:25:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004421
10.0.0.33 - - [2026-06-08 04:25:30] "GET /virtual-network/463b7052-4b89-45fd-a98b-c002d3d16e95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007870
10.0.0.33 - - [2026-06-08 04:25:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.006269
10.0.0.33 - - [2026-06-08 04:25:34] "GET /virtual-network/463b7052-4b89-45fd-a98b-c002d3d16e95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007411
10.0.0.33 - - [2026-06-08 04:25:35] "POST /neutron/port HTTP/1.1" 200 1109 0.063144
10.0.0.33 - - [2026-06-08 04:25:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005721
10.0.0.33 - - [2026-06-08 04:25:35] "POST /neutron/network HTTP/1.1" 200 929 0.008120
10.0.0.33 - - [2026-06-08 04:25:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003939
10.0.0.33 - - [2026-06-08 04:25:38] "GET /virtual-network/463b7052-4b89-45fd-a98b-c002d3d16e95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007330
10.0.0.33 - - [2026-06-08 04:25:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.006109
10.0.0.33 - - [2026-06-08 04:25:42] "GET /virtual-network/463b7052-4b89-45fd-a98b-c002d3d16e95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.008650
10.0.0.33 - - [2026-06-08 04:25:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004625
10.0.0.33 - - [2026-06-08 04:25:46] "GET /virtual-network/463b7052-4b89-45fd-a98b-c002d3d16e95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006175
10.0.0.27 - - [2026-06-08 04:25:46] "DELETE /project/5d5ef08798a4440199369df2aa6db8dc HTTP/1.1" 404 173 0.014470
10.0.0.27 - - [2026-06-08 04:25:46] "DELETE /project/da7a01775c9544d9bb66cd4a5fc80cd0 HTTP/1.1" 404 173 0.031003
10.0.0.27 - - [2026-06-08 04:25:46] "DELETE /project/fd14f79e6c6b4d23a46fc1def7bf7b22 HTTP/1.1" 404 173 0.029778
10.0.0.27 - - [2026-06-08 04:25:46] "GET /projects?obj_uuids=5d5ef087-98a4-4401-9936-9df2aa6db8dc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001602
10.0.0.27 - - [2026-06-08 04:25:46] "GET /projects?obj_uuids=3022ff1b-e980-4e3b-8fd4-5c518226bc87&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002100
10.0.0.27 - - [2026-06-08 04:25:46] "GET /projects?obj_uuids=fd14f79e-6c6b-4d23-a46f-c1def7bf7b22&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000892
10.0.0.27 - - [2026-06-08 04:25:47] "GET /project/3022ff1b-e980-4e3b-8fd4-5c518226bc87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.093542
10.0.0.27 - - [2026-06-08 04:25:47] "GET /project/5d5ef087-98a4-4401-9936-9df2aa6db8dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.119452
10.0.0.27 - - [2026-06-08 04:25:47] "GET /projects?obj_uuids=3022ff1b-e980-4e3b-8fd4-5c518226bc87&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002426
10.0.0.27 - - [2026-06-08 04:25:47] "GET /projects?obj_uuids=5d5ef087-98a4-4401-9936-9df2aa6db8dc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001124
10.0.0.27 - - [2026-06-08 04:25:47] "GET /project/fd14f79e-6c6b-4d23-a46f-c1def7bf7b22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1441 0.159440
10.0.0.27 - - [2026-06-08 04:25:47] "GET /projects?obj_uuids=fd14f79e-6c6b-4d23-a46f-c1def7bf7b22&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.005051
10.0.0.27 - - [2026-06-08 04:25:47] "GET /project/3022ff1b-e980-4e3b-8fd4-5c518226bc87?fields=security_groups HTTP/1.1" 200 1104 0.120689
10.0.0.27 - - [2026-06-08 04:25:47] "GET /project/5d5ef087-98a4-4401-9936-9df2aa6db8dc?fields=security_groups HTTP/1.1" 200 1366 0.119014
10.0.0.27 - - [2026-06-08 04:25:47] "GET /projects?obj_uuids=3022ff1b-e980-4e3b-8fd4-5c518226bc87&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001801
10.0.0.27 - - [2026-06-08 04:25:47] "GET /project/fd14f79e-6c6b-4d23-a46f-c1def7bf7b22?fields=security_groups HTTP/1.1" 200 1343 0.247517
10.0.0.27 - - [2026-06-08 04:25:47] "GET /project/3022ff1b-e980-4e3b-8fd4-5c518226bc87?fields=application_policy_sets HTTP/1.1" 200 1104 0.173143
10.0.0.27 - - [2026-06-08 04:25:47] "DELETE /project/3022ff1b-e980-4e3b-8fd4-5c518226bc87 HTTP/1.1" 404 171 0.575239
10.0.0.27 - - [2026-06-08 04:25:47] "DELETE /security-group/de2af919-75c5-4a9e-a75a-6476d9928cd0 HTTP/1.1" 200 115 0.253140
10.0.0.27 - - [2026-06-08 04:25:47] "GET /projects?obj_uuids=5d5ef087-98a4-4401-9936-9df2aa6db8dc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001138
10.0.0.27 - - [2026-06-08 04:25:47] "DELETE /security-group/6dc34c3c-8b83-40a6-89af-08022dc6ca9c HTTP/1.1" 200 115 0.210571
10.0.0.27 - - [2026-06-08 04:25:47] "GET /project/5d5ef087-98a4-4401-9936-9df2aa6db8dc?fields=application_policy_sets HTTP/1.1" 200 1405 0.088515
10.0.0.249 - - [2026-06-08 04:25:47] "DELETE /access-control-list/73059bd9-2c70-4c5a-a713-7c9bd236dc38 HTTP/1.1" 200 115 0.140635
10.0.0.27 - - [2026-06-08 04:25:47] "GET /projects?obj_uuids=fd14f79e-6c6b-4d23-a46f-c1def7bf7b22&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.003665
10.0.0.27 - - [2026-06-08 04:25:47] "GET /project/fd14f79e-6c6b-4d23-a46f-c1def7bf7b22?fields=application_policy_sets HTTP/1.1" 200 1382 0.103393
10.0.0.249 - - [2026-06-08 04:25:47] "DELETE /access-control-list/6fdc3326-3ed9-44bf-9ddf-d9ea04ca8d28 HTTP/1.1" 200 115 0.071964
10.0.0.27 - - [2026-06-08 04:25:47] "DELETE /project/5d5ef087-98a4-4401-9936-9df2aa6db8dc HTTP/1.1" 200 115 0.977640
10.0.0.27 - - [2026-06-08 04:25:47] "DELETE /project/fd14f79e-6c6b-4d23-a46f-c1def7bf7b22 HTTP/1.1" 200 115 1.029607
10.0.0.33 - - [2026-06-08 04:25:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005145
10.0.0.33 - - [2026-06-08 04:25:50] "GET /virtual-network/463b7052-4b89-45fd-a98b-c002d3d16e95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.008061
10.0.0.33 - - [2026-06-08 04:25:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004449
10.0.0.33 - - [2026-06-08 04:25:54] "GET /virtual-network/463b7052-4b89-45fd-a98b-c002d3d16e95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006905
10.0.0.33 - - [2026-06-08 04:25:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004434
10.0.0.33 - - [2026-06-08 04:25:59] "GET /virtual-network/463b7052-4b89-45fd-a98b-c002d3d16e95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006938
10.0.0.33 - - [2026-06-08 04:26:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005733
10.0.0.33 - - [2026-06-08 04:26:03] "GET /virtual-network/463b7052-4b89-45fd-a98b-c002d3d16e95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.009168
10.0.0.249 - - [2026-06-08 04:26:03] "GET /obj-perms HTTP/1.1" 200 5056 0.062710
10.0.0.33 - - [2026-06-08 04:26:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.006902
10.0.0.33 - - [2026-06-08 04:26:05] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006861
10.0.0.33 - - [2026-06-08 04:26:05] "GET /virtual-networks?parent_id=da7a0177-5c95-44d9-bb66-cd4a5fc80cd0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004007
10.0.0.33 - - [2026-06-08 04:26:05] "GET /virtual-network/463b7052-4b89-45fd-a98b-c002d3d16e95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007744
10.0.0.33 - - [2026-06-08 04:26:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004893
10.0.0.33 - - [2026-06-08 04:26:05] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005111
10.0.0.33 - - [2026-06-08 04:26:05] "GET /virtual-networks?parent_id=da7a0177-5c95-44d9-bb66-cd4a5fc80cd0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003598
10.0.0.33 - - [2026-06-08 04:26:05] "GET /virtual-network/463b7052-4b89-45fd-a98b-c002d3d16e95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.008167
10.0.0.33 - - [2026-06-08 04:26:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004529
10.0.0.33 - - [2026-06-08 04:26:05] "GET /routing-instance/f65875b5-6907-451a-9eaa-aa1288cc62ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.006114
10.0.0.33 - - [2026-06-08 04:26:05] "GET /route-target/f70051a2-174a-412b-9872-865501dae278?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.007382
10.0.0.33 - - [2026-06-08 04:26:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004962
10.0.0.33 - - [2026-06-08 04:26:05] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006059
10.0.0.33 - - [2026-06-08 04:26:05] "GET /virtual-networks?parent_id=da7a0177-5c95-44d9-bb66-cd4a5fc80cd0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.006654
10.0.0.33 - - [2026-06-08 04:26:06] "GET /virtual-network/463b7052-4b89-45fd-a98b-c002d3d16e95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.008349
10.0.0.33 - - [2026-06-08 04:26:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003783
10.0.0.33 - - [2026-06-08 04:26:06] "GET /routing-instance/f65875b5-6907-451a-9eaa-aa1288cc62ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.005565
10.0.0.33 - - [2026-06-08 04:26:06] "GET /route-target/f70051a2-174a-412b-9872-865501dae278?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004494
10.0.0.33 - - [2026-06-08 04:26:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003735
10.0.0.33 - - [2026-06-08 04:26:06] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004996
10.0.0.33 - - [2026-06-08 04:26:06] "GET /virtual-networks?parent_id=da7a0177-5c95-44d9-bb66-cd4a5fc80cd0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004903
10.0.0.33 - - [2026-06-08 04:26:06] "GET /virtual-network/463b7052-4b89-45fd-a98b-c002d3d16e95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.008723
10.0.0.33 - - [2026-06-08 04:26:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004372
10.0.0.33 - - [2026-06-08 04:26:06] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005614
10.0.0.33 - - [2026-06-08 04:26:06] "GET /virtual-networks?parent_id=da7a0177-5c95-44d9-bb66-cd4a5fc80cd0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004437
10.0.0.33 - - [2026-06-08 04:26:06] "GET /virtual-network/463b7052-4b89-45fd-a98b-c002d3d16e95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.008179
10.0.0.33 - - [2026-06-08 04:26:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.009436
10.0.0.33 - - [2026-06-08 04:26:06] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005759
10.0.0.33 - - [2026-06-08 04:26:06] "GET /virtual-networks?parent_id=da7a0177-5c95-44d9-bb66-cd4a5fc80cd0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004700
10.0.0.33 - - [2026-06-08 04:26:06] "GET /virtual-network/463b7052-4b89-45fd-a98b-c002d3d16e95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.012490
10.0.0.33 - - [2026-06-08 04:26:06] "GET /obj-perms HTTP/1.1" 200 5044 0.050273
10.0.0.27 - - [2026-06-08 04:26:06] "GET /obj-perms HTTP/1.1" 200 5044 0.004505
10.0.0.33 - - [2026-06-08 04:26:06] "GET /obj-perms HTTP/1.1" 200 5044 0.005426
10.0.0.27 - - [2026-06-08 04:26:07] "GET /obj-perms HTTP/1.1" 200 5044 0.005459
10.0.0.33 - - [2026-06-08 04:26:07] "POST /neutron/port HTTP/1.1" 200 1126 0.032019
10.0.0.33 - - [2026-06-08 04:26:07] "POST /neutron/security_group HTTP/1.1" 200 2065 0.011770
10.0.0.33 - - [2026-06-08 04:26:07] "GET /virtual-machine/b1d88fc1-aba5-4101-ada2-5f855b0eb7e6 HTTP/1.1" 200 1300 0.007838
10.0.0.33 - - [2026-06-08 04:26:07] "GET /virtual-machine/b1d88fc1-aba5-4101-ada2-5f855b0eb7e6 HTTP/1.1" 200 1300 0.005404
10.0.0.33 - - [2026-06-08 04:26:07] "GET /virtual-machine-interface/efb847b1-ec1b-4be1-be55-612068427a4f HTTP/1.1" 200 2950 0.006760
10.0.0.33 - - [2026-06-08 04:26:07] "GET /virtual-machine/b1d88fc1-aba5-4101-ada2-5f855b0eb7e6 HTTP/1.1" 200 1300 0.006196
10.0.0.33 - - [2026-06-08 04:26:07] "GET /virtual-machine-interface/efb847b1-ec1b-4be1-be55-612068427a4f HTTP/1.1" 200 2950 0.008329
10.0.0.33 - - [2026-06-08 04:26:07] "GET /instance-ip/cf7889a4-0709-43ae-9b4b-2557d5d960a3 HTTP/1.1" 200 1621 0.009814
10.0.0.33 - - [2026-06-08 04:26:07] "GET /virtual-machine/b1d88fc1-aba5-4101-ada2-5f855b0eb7e6 HTTP/1.1" 200 1300 0.007307
10.0.0.33 - - [2026-06-08 04:26:07] "GET /virtual-machine-interface/efb847b1-ec1b-4be1-be55-612068427a4f HTTP/1.1" 200 2950 0.007051
10.0.0.33 - - [2026-06-08 04:26:07] "GET /instance-ip/cf7889a4-0709-43ae-9b4b-2557d5d960a3 HTTP/1.1" 200 1621 0.005320
10.0.0.33 - - [2026-06-08 04:26:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005630
10.0.0.33 - - [2026-06-08 04:26:07] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005146
10.0.0.33 - - [2026-06-08 04:26:07] "GET /virtual-networks?parent_id=da7a0177-5c95-44d9-bb66-cd4a5fc80cd0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004637
10.0.0.33 - - [2026-06-08 04:26:07] "GET /virtual-network/463b7052-4b89-45fd-a98b-c002d3d16e95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.009809
10.0.0.33 - - [2026-06-08 04:26:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005032
10.0.0.33 - - [2026-06-08 04:26:07] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006933
10.0.0.33 - - [2026-06-08 04:26:07] "GET /virtual-networks?parent_id=da7a0177-5c95-44d9-bb66-cd4a5fc80cd0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.006914
10.0.0.33 - - [2026-06-08 04:26:07] "GET /virtual-network/463b7052-4b89-45fd-a98b-c002d3d16e95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.008094
10.0.0.33 - - [2026-06-08 04:26:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005657
10.0.0.33 - - [2026-06-08 04:26:07] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006081
10.0.0.33 - - [2026-06-08 04:26:07] "GET /virtual-networks?parent_id=da7a0177-5c95-44d9-bb66-cd4a5fc80cd0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.005121
10.0.0.33 - - [2026-06-08 04:26:07] "GET /virtual-network/463b7052-4b89-45fd-a98b-c002d3d16e95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.010085
10.0.0.33 - - [2026-06-08 04:26:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.006000
10.0.0.33 - - [2026-06-08 04:26:08] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006755
10.0.0.33 - - [2026-06-08 04:26:08] "GET /virtual-networks?parent_id=da7a0177-5c95-44d9-bb66-cd4a5fc80cd0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.005765
10.0.0.33 - - [2026-06-08 04:26:08] "GET /virtual-network/463b7052-4b89-45fd-a98b-c002d3d16e95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.014575
10.0.0.33 - - [2026-06-08 04:26:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005845
10.0.0.33 - - [2026-06-08 04:26:08] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005526
10.0.0.33 - - [2026-06-08 04:26:08] "GET /virtual-networks?parent_id=da7a0177-5c95-44d9-bb66-cd4a5fc80cd0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004786
10.0.0.33 - - [2026-06-08 04:26:08] "GET /virtual-network/463b7052-4b89-45fd-a98b-c002d3d16e95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007212
10.0.0.33 - - [2026-06-08 04:26:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.008918
10.0.0.33 - - [2026-06-08 04:26:08] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005083
10.0.0.33 - - [2026-06-08 04:26:08] "GET /virtual-networks?parent_id=da7a0177-5c95-44d9-bb66-cd4a5fc80cd0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003952
10.0.0.33 - - [2026-06-08 04:26:08] "GET /virtual-network/463b7052-4b89-45fd-a98b-c002d3d16e95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006295
10.0.0.33 - - [2026-06-08 04:26:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004246
10.0.0.33 - - [2026-06-08 04:26:08] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005143
10.0.0.33 - - [2026-06-08 04:26:08] "GET /virtual-networks?parent_id=da7a0177-5c95-44d9-bb66-cd4a5fc80cd0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004516
10.0.0.33 - - [2026-06-08 04:26:08] "GET /virtual-network/463b7052-4b89-45fd-a98b-c002d3d16e95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.012726
10.0.0.33 - - [2026-06-08 04:26:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.006572
10.0.0.33 - - [2026-06-08 04:26:09] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006476
10.0.0.33 - - [2026-06-08 04:26:09] "GET /virtual-networks?parent_id=da7a0177-5c95-44d9-bb66-cd4a5fc80cd0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004597
10.0.0.33 - - [2026-06-08 04:26:09] "GET /virtual-network/463b7052-4b89-45fd-a98b-c002d3d16e95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.008625
10.0.0.33 - - [2026-06-08 04:26:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004871
10.0.0.33 - - [2026-06-08 04:26:09] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006397
10.0.0.33 - - [2026-06-08 04:26:10] "GET /virtual-networks?parent_id=da7a0177-5c95-44d9-bb66-cd4a5fc80cd0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004109
10.0.0.33 - - [2026-06-08 04:26:10] "GET /virtual-network/463b7052-4b89-45fd-a98b-c002d3d16e95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.018499
10.0.0.33 - - [2026-06-08 04:26:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.008805
10.0.0.33 - - [2026-06-08 04:26:10] "GET /routing-instance/f65875b5-6907-451a-9eaa-aa1288cc62ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.005999
10.0.0.33 - - [2026-06-08 04:26:10] "GET /route-target/f70051a2-174a-412b-9872-865501dae278?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005434
10.0.0.33 - - [2026-06-08 04:26:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003547
10.0.0.33 - - [2026-06-08 04:26:10] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003866
10.0.0.33 - - [2026-06-08 04:26:10] "GET /virtual-networks?parent_id=da7a0177-5c95-44d9-bb66-cd4a5fc80cd0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.007579
10.0.0.33 - - [2026-06-08 04:26:10] "GET /virtual-network/463b7052-4b89-45fd-a98b-c002d3d16e95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007072
10.0.0.33 - - [2026-06-08 04:26:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003950
10.0.0.33 - - [2026-06-08 04:26:10] "GET /routing-instance/f65875b5-6907-451a-9eaa-aa1288cc62ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.005863
10.0.0.33 - - [2026-06-08 04:26:10] "GET /route-target/f70051a2-174a-412b-9872-865501dae278?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.007463
10.0.0.33 - - [2026-06-08 04:26:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003977
10.0.0.33 - - [2026-06-08 04:26:10] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004653
10.0.0.33 - - [2026-06-08 04:26:10] "GET /virtual-networks?parent_id=da7a0177-5c95-44d9-bb66-cd4a5fc80cd0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004140
10.0.0.33 - - [2026-06-08 04:26:10] "GET /virtual-network/463b7052-4b89-45fd-a98b-c002d3d16e95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007596
10.0.0.33 - - [2026-06-08 04:26:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004592
10.0.0.33 - - [2026-06-08 04:26:10] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006390
10.0.0.33 - - [2026-06-08 04:26:10] "GET /virtual-networks?parent_id=da7a0177-5c95-44d9-bb66-cd4a5fc80cd0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004337
10.0.0.33 - - [2026-06-08 04:26:10] "GET /virtual-network/463b7052-4b89-45fd-a98b-c002d3d16e95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006205
10.0.0.33 - - [2026-06-08 04:26:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004094
10.0.0.33 - - [2026-06-08 04:26:10] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005917
10.0.0.33 - - [2026-06-08 04:26:10] "GET /virtual-networks?parent_id=da7a0177-5c95-44d9-bb66-cd4a5fc80cd0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.005215
10.0.0.33 - - [2026-06-08 04:26:10] "GET /virtual-network/463b7052-4b89-45fd-a98b-c002d3d16e95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.008673
10.0.0.33 - - [2026-06-08 04:26:10] "GET /obj-perms HTTP/1.1" 200 5044 0.006322
10.0.0.27 - - [2026-06-08 04:26:11] "GET /obj-perms HTTP/1.1" 200 5044 0.005686
10.0.0.33 - - [2026-06-08 04:26:11] "GET /obj-perms HTTP/1.1" 200 5044 0.005233
10.0.0.249 - - [2026-06-08 04:26:11] "GET /obj-perms HTTP/1.1" 200 5044 0.053469
10.0.0.33 - - [2026-06-08 04:26:11] "GET /obj-perms HTTP/1.1" 200 5044 0.008532
10.0.0.33 - - [2026-06-08 04:26:11] "GET /virtual-machine/bc62496f-b918-41d6-83fc-861fb4c03e34 HTTP/1.1" 200 1299 0.007718
10.0.0.33 - - [2026-06-08 04:26:11] "GET /virtual-machine-interface/a9fb4c29-132c-42e4-8714-ff411c0997de HTTP/1.1" 200 2949 0.010004
10.0.0.33 - - [2026-06-08 04:26:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.008756
10.0.0.33 - - [2026-06-08 04:26:11] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007102
10.0.0.33 - - [2026-06-08 04:26:11] "GET /virtual-networks?parent_id=da7a0177-5c95-44d9-bb66-cd4a5fc80cd0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.005097
10.0.0.33 - - [2026-06-08 04:26:11] "GET /virtual-network/463b7052-4b89-45fd-a98b-c002d3d16e95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.011904
10.0.0.33 - - [2026-06-08 04:26:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.006519
10.0.0.33 - - [2026-06-08 04:26:12] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.010944
10.0.0.33 - - [2026-06-08 04:26:12] "GET /virtual-networks?parent_id=da7a0177-5c95-44d9-bb66-cd4a5fc80cd0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.005547
10.0.0.33 - - [2026-06-08 04:26:12] "GET /virtual-network/463b7052-4b89-45fd-a98b-c002d3d16e95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.008844
10.0.0.33 - - [2026-06-08 04:26:12] "POST /neutron/port HTTP/1.1" 200 1126 0.029846
10.0.0.33 - - [2026-06-08 04:26:15] "POST /neutron/security_group HTTP/1.1" 200 2065 0.032135
10.0.0.33 - - [2026-06-08 04:26:17] "POST /neutron/port HTTP/1.1" 200 1126 0.025223
10.0.0.33 - - [2026-06-08 04:26:23] "POST /neutron/security_group HTTP/1.1" 200 2065 0.011143
10.0.0.33 - - [2026-06-08 04:26:28] "GET /virtual-machine/b1d88fc1-aba5-4101-ada2-5f855b0eb7e6 HTTP/1.1" 200 1300 0.005277
10.0.0.33 - - [2026-06-08 04:26:28] "GET /virtual-machine-interface/efb847b1-ec1b-4be1-be55-612068427a4f HTTP/1.1" 200 2950 0.006207
10.0.0.33 - - [2026-06-08 04:26:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004946
10.0.0.33 - - [2026-06-08 04:26:28] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005962
10.0.0.33 - - [2026-06-08 04:26:28] "GET /virtual-networks?parent_id=da7a0177-5c95-44d9-bb66-cd4a5fc80cd0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004867
10.0.0.33 - - [2026-06-08 04:26:28] "GET /virtual-network/463b7052-4b89-45fd-a98b-c002d3d16e95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.009245
10.0.0.33 - - [2026-06-08 04:26:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004202
10.0.0.33 - - [2026-06-08 04:26:29] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004670
10.0.0.33 - - [2026-06-08 04:26:29] "GET /virtual-networks?parent_id=da7a0177-5c95-44d9-bb66-cd4a5fc80cd0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004496
10.0.0.33 - - [2026-06-08 04:26:29] "GET /virtual-network/463b7052-4b89-45fd-a98b-c002d3d16e95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006934
10.0.0.33 - - [2026-06-08 04:26:31] "POST /neutron/network HTTP/1.1" 200 939 0.039538
10.0.0.33 - - [2026-06-08 04:26:31] "POST /neutron/port HTTP/1.1" 200 117 0.001775
10.0.0.33 - - [2026-06-08 04:27:33] "POST /neutron/port HTTP/1.1" 200 1126 0.021210
10.0.0.33 - - [2026-06-08 04:27:33] "POST /neutron/subnet HTTP/1.1" 200 675 0.013276
10.0.0.249 - - [2026-06-08 04:27:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000555
10.0.0.249 - - [2026-06-08 04:27:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000469
10.0.0.249 - - [2026-06-08 04:27:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000401
10.0.0.249 - - [2026-06-08 04:27:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000392
10.0.0.33 - - [2026-06-08 04:27:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000676
10.0.0.33 - - [2026-06-08 04:27:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000637
10.0.0.27 - - [2026-06-08 04:27:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000453
10.0.0.27 - - [2026-06-08 04:27:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000475
10.0.0.33 - - [2026-06-08 04:27:38] "POST /neutron/port HTTP/1.1" 200 1216 0.023717
10.0.0.33 - - [2026-06-08 04:27:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005204
10.0.0.33 - - [2026-06-08 04:27:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000424
10.0.0.33 - - [2026-06-08 04:27:38] "POST /neutron/port HTTP/1.1" 200 117 0.001239
10.0.0.33 - - [2026-06-08 04:27:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000410
10.0.0.27 - - [2026-06-08 04:27:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000404
10.0.0.27 - - [2026-06-08 04:27:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000408
10.0.0.27 - - [2026-06-08 04:28:04] "GET /obj-perms HTTP/1.1" 200 5056 0.053403
10.0.0.33 - - [2026-06-08 04:28:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.042613
10.0.0.33 - - [2026-06-08 04:28:05] "GET /virtual-router/18f97125-18d9-4c4d-8e22-0946e7405331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1246 0.007714
10.0.0.33 - - [2026-06-08 04:28:21] "POST /neutron/port HTTP/1.1" 200 1126 0.020797
10.0.0.33 - - [2026-06-08 04:28:21] "GET /virtual-machine/bc62496f-b918-41d6-83fc-861fb4c03e34 HTTP/1.1" 200 1299 0.004390
10.0.0.33 - - [2026-06-08 04:28:21] "GET /virtual-machine-interface/a9fb4c29-132c-42e4-8714-ff411c0997de HTTP/1.1" 200 2949 0.007993
10.0.0.33 - - [2026-06-08 04:28:21] "GET /virtual-machine/bc62496f-b918-41d6-83fc-861fb4c03e34 HTTP/1.1" 200 1299 0.005273
10.0.0.33 - - [2026-06-08 04:28:21] "GET /virtual-machine-interface/a9fb4c29-132c-42e4-8714-ff411c0997de HTTP/1.1" 200 2949 0.005763
10.0.0.33 - - [2026-06-08 04:28:21] "GET /instance-ip/0fbf4005-70ae-44df-9f05-e6bad1df9955 HTTP/1.1" 200 1620 0.005265
10.0.0.33 - - [2026-06-08 04:28:21] "GET /virtual-machine/bc62496f-b918-41d6-83fc-861fb4c03e34 HTTP/1.1" 200 1299 0.004548
10.0.0.33 - - [2026-06-08 04:28:21] "GET /virtual-machine-interface/a9fb4c29-132c-42e4-8714-ff411c0997de HTTP/1.1" 200 2949 0.005868
10.0.0.33 - - [2026-06-08 04:28:21] "GET /instance-ip/0fbf4005-70ae-44df-9f05-e6bad1df9955 HTTP/1.1" 200 1620 0.004757
10.0.0.33 - - [2026-06-08 04:28:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004287
10.0.0.33 - - [2026-06-08 04:28:21] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004483
10.0.0.33 - - [2026-06-08 04:28:21] "GET /virtual-networks?parent_id=da7a0177-5c95-44d9-bb66-cd4a5fc80cd0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004140
10.0.0.33 - - [2026-06-08 04:28:22] "GET /virtual-network/463b7052-4b89-45fd-a98b-c002d3d16e95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007784
10.0.0.33 - - [2026-06-08 04:28:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003760
10.0.0.33 - - [2026-06-08 04:28:22] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006008
10.0.0.33 - - [2026-06-08 04:28:22] "GET /virtual-networks?parent_id=da7a0177-5c95-44d9-bb66-cd4a5fc80cd0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.005146
10.0.0.33 - - [2026-06-08 04:28:22] "GET /virtual-network/463b7052-4b89-45fd-a98b-c002d3d16e95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007712
10.0.0.33 - - [2026-06-08 04:28:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004419
10.0.0.33 - - [2026-06-08 04:28:22] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004590
10.0.0.33 - - [2026-06-08 04:28:22] "GET /virtual-networks?parent_id=da7a0177-5c95-44d9-bb66-cd4a5fc80cd0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003381
10.0.0.33 - - [2026-06-08 04:28:22] "GET /virtual-network/463b7052-4b89-45fd-a98b-c002d3d16e95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006724
10.0.0.33 - - [2026-06-08 04:28:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004612
10.0.0.33 - - [2026-06-08 04:28:22] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004783
10.0.0.33 - - [2026-06-08 04:28:22] "GET /virtual-networks?parent_id=da7a0177-5c95-44d9-bb66-cd4a5fc80cd0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004532
10.0.0.33 - - [2026-06-08 04:28:22] "GET /virtual-network/463b7052-4b89-45fd-a98b-c002d3d16e95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006051
10.0.0.33 - - [2026-06-08 04:28:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003796
10.0.0.33 - - [2026-06-08 04:28:22] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005326
10.0.0.33 - - [2026-06-08 04:28:22] "GET /virtual-networks?parent_id=da7a0177-5c95-44d9-bb66-cd4a5fc80cd0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003615
10.0.0.33 - - [2026-06-08 04:28:22] "GET /virtual-network/463b7052-4b89-45fd-a98b-c002d3d16e95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007617
10.0.0.33 - - [2026-06-08 04:28:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004412
10.0.0.33 - - [2026-06-08 04:28:22] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006912
10.0.0.33 - - [2026-06-08 04:28:22] "GET /virtual-networks?parent_id=da7a0177-5c95-44d9-bb66-cd4a5fc80cd0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004330
10.0.0.33 - - [2026-06-08 04:28:22] "GET /virtual-network/463b7052-4b89-45fd-a98b-c002d3d16e95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.009553
10.0.0.33 - - [2026-06-08 04:28:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004917
10.0.0.33 - - [2026-06-08 04:28:22] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005528
10.0.0.33 - - [2026-06-08 04:28:22] "GET /virtual-networks?parent_id=da7a0177-5c95-44d9-bb66-cd4a5fc80cd0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004286
10.0.0.33 - - [2026-06-08 04:28:22] "GET /virtual-network/463b7052-4b89-45fd-a98b-c002d3d16e95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.009410
10.0.0.33 - - [2026-06-08 04:28:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003693
10.0.0.33 - - [2026-06-08 04:28:23] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004028
10.0.0.33 - - [2026-06-08 04:28:23] "GET /virtual-networks?parent_id=da7a0177-5c95-44d9-bb66-cd4a5fc80cd0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003221
10.0.0.33 - - [2026-06-08 04:28:23] "GET /virtual-network/463b7052-4b89-45fd-a98b-c002d3d16e95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.009154
10.0.0.33 - - [2026-06-08 04:28:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004533
10.0.0.33 - - [2026-06-08 04:28:24] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004821
10.0.0.33 - - [2026-06-08 04:28:24] "GET /virtual-networks?parent_id=da7a0177-5c95-44d9-bb66-cd4a5fc80cd0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003259
10.0.0.33 - - [2026-06-08 04:28:24] "GET /virtual-network/463b7052-4b89-45fd-a98b-c002d3d16e95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006179
10.0.0.33 - - [2026-06-08 04:28:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003378
10.0.0.33 - - [2026-06-08 04:28:24] "GET /routing-instance/f65875b5-6907-451a-9eaa-aa1288cc62ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.006831
10.0.0.33 - - [2026-06-08 04:28:24] "GET /route-target/f70051a2-174a-412b-9872-865501dae278?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.006204
10.0.0.33 - - [2026-06-08 04:28:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004823
10.0.0.33 - - [2026-06-08 04:28:24] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004730
10.0.0.33 - - [2026-06-08 04:28:24] "GET /virtual-networks?parent_id=da7a0177-5c95-44d9-bb66-cd4a5fc80cd0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004511
10.0.0.33 - - [2026-06-08 04:28:24] "GET /virtual-network/463b7052-4b89-45fd-a98b-c002d3d16e95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.008043
10.0.0.33 - - [2026-06-08 04:28:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004436
10.0.0.33 - - [2026-06-08 04:28:24] "GET /routing-instance/f65875b5-6907-451a-9eaa-aa1288cc62ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.006221
10.0.0.33 - - [2026-06-08 04:28:24] "GET /route-target/f70051a2-174a-412b-9872-865501dae278?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005742
10.0.0.33 - - [2026-06-08 04:28:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005153
10.0.0.33 - - [2026-06-08 04:28:24] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004632
10.0.0.33 - - [2026-06-08 04:28:24] "GET /virtual-networks?parent_id=da7a0177-5c95-44d9-bb66-cd4a5fc80cd0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004126
10.0.0.33 - - [2026-06-08 04:28:24] "GET /virtual-network/463b7052-4b89-45fd-a98b-c002d3d16e95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007689
10.0.0.33 - - [2026-06-08 04:28:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.006505
10.0.0.33 - - [2026-06-08 04:28:24] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005499
10.0.0.33 - - [2026-06-08 04:28:24] "GET /virtual-networks?parent_id=da7a0177-5c95-44d9-bb66-cd4a5fc80cd0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003887
10.0.0.33 - - [2026-06-08 04:28:24] "GET /virtual-network/463b7052-4b89-45fd-a98b-c002d3d16e95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007018
10.0.0.33 - - [2026-06-08 04:28:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004602
10.0.0.33 - - [2026-06-08 04:28:25] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005839
10.0.0.33 - - [2026-06-08 04:28:25] "GET /virtual-networks?parent_id=da7a0177-5c95-44d9-bb66-cd4a5fc80cd0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.011444
10.0.0.33 - - [2026-06-08 04:28:25] "GET /virtual-network/463b7052-4b89-45fd-a98b-c002d3d16e95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006036
10.0.0.27 - - [2026-06-08 04:28:29] "GET /obj-perms HTTP/1.1" 200 5044 0.004462
10.0.0.33 - - [2026-06-08 04:28:34] "POST /neutron/port HTTP/1.1" 200 1216 0.024588
10.0.0.33 - - [2026-06-08 04:28:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005858
10.0.0.33 - - [2026-06-08 04:28:34] "POST /neutron/port HTTP/1.1" 200 117 0.001369
10.0.0.27 - - [2026-06-08 04:28:35] "GET /obj-perms HTTP/1.1" 200 5044 0.005171
10.0.0.33 - - [2026-06-08 04:28:39] "GET /obj-perms HTTP/1.1" 200 5044 0.005096
10.0.0.27 - - [2026-06-08 04:28:39] "GET /obj-perms HTTP/1.1" 200 5044 0.004538
10.0.0.33 - - [2026-06-08 04:28:39] "GET /obj-perms HTTP/1.1" 200 5044 0.004412
10.0.0.27 - - [2026-06-08 04:28:39] "GET /obj-perms HTTP/1.1" 200 5044 0.004412
10.0.0.33 - - [2026-06-08 04:28:39] "GET /obj-perms HTTP/1.1" 200 5044 0.006664
10.0.0.249 - - [2026-06-08 04:28:39] "GET /obj-perms HTTP/1.1" 200 5044 0.003989
10.0.0.33 - - [2026-06-08 04:28:39] "POST /neutron/security_group HTTP/1.1" 200 2065 0.009120
10.0.0.33 - - [2026-06-08 04:28:39] "GET /virtual-machine/b1d88fc1-aba5-4101-ada2-5f855b0eb7e6 HTTP/1.1" 200 1300 0.004849
10.0.0.33 - - [2026-06-08 04:28:39] "GET /virtual-machine-interface/efb847b1-ec1b-4be1-be55-612068427a4f HTTP/1.1" 200 2950 0.007042
10.0.0.33 - - [2026-06-08 04:28:39] "GET /virtual-machine/b1d88fc1-aba5-4101-ada2-5f855b0eb7e6 HTTP/1.1" 200 1300 0.006104
10.0.0.33 - - [2026-06-08 04:28:39] "GET /virtual-machine-interface/efb847b1-ec1b-4be1-be55-612068427a4f HTTP/1.1" 200 2950 0.008913
10.0.0.33 - - [2026-06-08 04:28:39] "GET /instance-ip/cf7889a4-0709-43ae-9b4b-2557d5d960a3 HTTP/1.1" 200 1621 0.007001
10.0.0.33 - - [2026-06-08 04:28:39] "GET /virtual-machine/b1d88fc1-aba5-4101-ada2-5f855b0eb7e6 HTTP/1.1" 200 1300 0.006013
10.0.0.33 - - [2026-06-08 04:28:39] "GET /virtual-machine-interface/efb847b1-ec1b-4be1-be55-612068427a4f HTTP/1.1" 200 2950 0.008583
10.0.0.33 - - [2026-06-08 04:28:39] "GET /instance-ip/cf7889a4-0709-43ae-9b4b-2557d5d960a3 HTTP/1.1" 200 1621 0.007576
10.0.0.33 - - [2026-06-08 04:28:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004316
10.0.0.33 - - [2026-06-08 04:28:39] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004588
10.0.0.33 - - [2026-06-08 04:28:39] "GET /virtual-networks?parent_id=da7a0177-5c95-44d9-bb66-cd4a5fc80cd0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004119
10.0.0.33 - - [2026-06-08 04:28:39] "GET /virtual-network/463b7052-4b89-45fd-a98b-c002d3d16e95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006757
10.0.0.33 - - [2026-06-08 04:28:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004307
10.0.0.33 - - [2026-06-08 04:28:39] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.008128
10.0.0.33 - - [2026-06-08 04:28:39] "GET /virtual-networks?parent_id=da7a0177-5c95-44d9-bb66-cd4a5fc80cd0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004387
10.0.0.33 - - [2026-06-08 04:28:40] "GET /virtual-network/463b7052-4b89-45fd-a98b-c002d3d16e95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.008051
10.0.0.33 - - [2026-06-08 04:28:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005934
10.0.0.33 - - [2026-06-08 04:28:40] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005923
10.0.0.33 - - [2026-06-08 04:28:40] "GET /virtual-networks?parent_id=da7a0177-5c95-44d9-bb66-cd4a5fc80cd0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004477
10.0.0.33 - - [2026-06-08 04:28:40] "GET /virtual-network/463b7052-4b89-45fd-a98b-c002d3d16e95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.009006
10.0.0.33 - - [2026-06-08 04:28:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005545
10.0.0.33 - - [2026-06-08 04:28:40] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006548
10.0.0.33 - - [2026-06-08 04:28:40] "GET /virtual-networks?parent_id=da7a0177-5c95-44d9-bb66-cd4a5fc80cd0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004160
10.0.0.33 - - [2026-06-08 04:28:40] "GET /virtual-network/463b7052-4b89-45fd-a98b-c002d3d16e95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.010264
10.0.0.33 - - [2026-06-08 04:28:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005318
10.0.0.33 - - [2026-06-08 04:28:40] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006916
10.0.0.33 - - [2026-06-08 04:28:40] "GET /virtual-networks?parent_id=da7a0177-5c95-44d9-bb66-cd4a5fc80cd0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004816
10.0.0.33 - - [2026-06-08 04:28:40] "GET /virtual-network/463b7052-4b89-45fd-a98b-c002d3d16e95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007783
10.0.0.33 - - [2026-06-08 04:28:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005079
10.0.0.33 - - [2026-06-08 04:28:40] "POST /neutron/network HTTP/1.1" 200 939 0.008322
10.0.0.33 - - [2026-06-08 04:28:40] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005208
10.0.0.33 - - [2026-06-08 04:28:40] "GET /virtual-networks?parent_id=da7a0177-5c95-44d9-bb66-cd4a5fc80cd0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004941
10.0.0.33 - - [2026-06-08 04:28:40] "POST /neutron/port HTTP/1.1" 200 117 0.001932
10.0.0.33 - - [2026-06-08 04:28:40] "GET /virtual-network/463b7052-4b89-45fd-a98b-c002d3d16e95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007044
10.0.0.33 - - [2026-06-08 04:28:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005068
10.0.0.33 - - [2026-06-08 04:28:40] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007852
10.0.0.33 - - [2026-06-08 04:28:40] "GET /virtual-networks?parent_id=da7a0177-5c95-44d9-bb66-cd4a5fc80cd0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004676
10.0.0.33 - - [2026-06-08 04:28:40] "GET /virtual-network/463b7052-4b89-45fd-a98b-c002d3d16e95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006359
10.0.0.33 - - [2026-06-08 04:28:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.005606
10.0.0.33 - - [2026-06-08 04:28:41] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005230
10.0.0.33 - - [2026-06-08 04:28:41] "GET /virtual-networks?parent_id=da7a0177-5c95-44d9-bb66-cd4a5fc80cd0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003755
10.0.0.33 - - [2026-06-08 04:28:41] "GET /virtual-network/463b7052-4b89-45fd-a98b-c002d3d16e95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007508
10.0.0.33 - - [2026-06-08 04:28:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004543
10.0.0.33 - - [2026-06-08 04:28:42] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004548
10.0.0.33 - - [2026-06-08 04:28:42] "GET /virtual-networks?parent_id=da7a0177-5c95-44d9-bb66-cd4a5fc80cd0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003485
10.0.0.33 - - [2026-06-08 04:28:42] "GET /virtual-network/463b7052-4b89-45fd-a98b-c002d3d16e95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007189
10.0.0.33 - - [2026-06-08 04:28:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003802
10.0.0.33 - - [2026-06-08 04:28:42] "GET /routing-instance/f65875b5-6907-451a-9eaa-aa1288cc62ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.006693
10.0.0.33 - - [2026-06-08 04:28:42] "GET /route-target/f70051a2-174a-412b-9872-865501dae278?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004701
10.0.0.33 - - [2026-06-08 04:28:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005359
10.0.0.33 - - [2026-06-08 04:28:42] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006389
10.0.0.33 - - [2026-06-08 04:28:42] "GET /virtual-networks?parent_id=da7a0177-5c95-44d9-bb66-cd4a5fc80cd0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.005903
10.0.0.33 - - [2026-06-08 04:28:42] "GET /virtual-network/463b7052-4b89-45fd-a98b-c002d3d16e95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007958
10.0.0.33 - - [2026-06-08 04:28:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004877
10.0.0.33 - - [2026-06-08 04:28:42] "GET /routing-instance/f65875b5-6907-451a-9eaa-aa1288cc62ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.006815
10.0.0.33 - - [2026-06-08 04:28:42] "GET /route-target/f70051a2-174a-412b-9872-865501dae278?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004822
10.0.0.33 - - [2026-06-08 04:28:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004286
10.0.0.33 - - [2026-06-08 04:28:42] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007076
10.0.0.33 - - [2026-06-08 04:28:42] "GET /virtual-networks?parent_id=da7a0177-5c95-44d9-bb66-cd4a5fc80cd0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.005092
10.0.0.33 - - [2026-06-08 04:28:42] "GET /virtual-network/463b7052-4b89-45fd-a98b-c002d3d16e95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006622
10.0.0.33 - - [2026-06-08 04:28:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005411
10.0.0.33 - - [2026-06-08 04:28:42] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005236
10.0.0.33 - - [2026-06-08 04:28:42] "GET /virtual-networks?parent_id=da7a0177-5c95-44d9-bb66-cd4a5fc80cd0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003928
10.0.0.33 - - [2026-06-08 04:28:42] "GET /virtual-network/463b7052-4b89-45fd-a98b-c002d3d16e95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.008231
10.0.0.33 - - [2026-06-08 04:28:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004925
10.0.0.33 - - [2026-06-08 04:28:42] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005710
10.0.0.33 - - [2026-06-08 04:28:42] "GET /virtual-networks?parent_id=da7a0177-5c95-44d9-bb66-cd4a5fc80cd0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003740
10.0.0.33 - - [2026-06-08 04:28:42] "GET /virtual-network/463b7052-4b89-45fd-a98b-c002d3d16e95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006219
10.0.0.27 - - [2026-06-08 04:28:43] "GET /obj-perms HTTP/1.1" 200 5044 0.004851
10.0.0.33 - - [2026-06-08 04:28:43] "GET /obj-perms HTTP/1.1" 200 5044 0.004266
10.0.0.33 - - [2026-06-08 04:28:43] "GET /obj-perms HTTP/1.1" 200 5044 0.003869
10.0.0.27 - - [2026-06-08 04:28:43] "GET /obj-perms HTTP/1.1" 200 5044 0.005337
10.0.0.33 - - [2026-06-08 04:29:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005009
10.0.0.33 - - [2026-06-08 04:29:03] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004241
10.0.0.33 - - [2026-06-08 04:29:03] "GET /virtual-networks?parent_id=da7a0177-5c95-44d9-bb66-cd4a5fc80cd0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003459
10.0.0.33 - - [2026-06-08 04:29:03] "GET /virtual-network/463b7052-4b89-45fd-a98b-c002d3d16e95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007782
10.0.0.33 - - [2026-06-08 04:29:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004100
10.0.0.33 - - [2026-06-08 04:29:12] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005201
10.0.0.33 - - [2026-06-08 04:29:12] "GET /virtual-networks?parent_id=da7a0177-5c95-44d9-bb66-cd4a5fc80cd0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004566
10.0.0.33 - - [2026-06-08 04:29:12] "GET /virtual-network/463b7052-4b89-45fd-a98b-c002d3d16e95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.012377
10.0.0.33 - - [2026-06-08 04:29:28] "GET /virtual-machine/b1d88fc1-aba5-4101-ada2-5f855b0eb7e6 HTTP/1.1" 200 1300 0.005291
10.0.0.33 - - [2026-06-08 04:29:28] "GET /virtual-machine-interface/efb847b1-ec1b-4be1-be55-612068427a4f HTTP/1.1" 200 2950 0.008132
10.0.0.33 - - [2026-06-08 04:29:28] "GET /instance-ip/cf7889a4-0709-43ae-9b4b-2557d5d960a3 HTTP/1.1" 200 1621 0.005744
10.0.0.33 - - [2026-06-08 04:29:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003797
10.0.0.33 - - [2026-06-08 04:29:28] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004972
10.0.0.33 - - [2026-06-08 04:29:28] "GET /virtual-networks?parent_id=da7a0177-5c95-44d9-bb66-cd4a5fc80cd0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.005603
10.0.0.33 - - [2026-06-08 04:29:28] "GET /virtual-network/463b7052-4b89-45fd-a98b-c002d3d16e95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007991
10.0.0.33 - - [2026-06-08 04:29:31] "GET /virtual-machine/b1d88fc1-aba5-4101-ada2-5f855b0eb7e6 HTTP/1.1" 200 1300 0.004535
10.0.0.33 - - [2026-06-08 04:29:32] "POST /neutron/port HTTP/1.1" 200 1116 0.022296
10.0.0.33 - - [2026-06-08 04:29:33] "GET /virtual-machine/b1d88fc1-aba5-4101-ada2-5f855b0eb7e6 HTTP/1.1" 404 171 0.004520
10.0.0.33 - - [2026-06-08 04:29:33] "GET /virtual-machine/b1d88fc1-aba5-4101-ada2-5f855b0eb7e6 HTTP/1.1" 404 171 0.004045
10.0.0.33 - - [2026-06-08 04:29:33] "GET /virtual-machine/b1d88fc1-aba5-4101-ada2-5f855b0eb7e6 HTTP/1.1" 404 171 0.003923
10.0.0.33 - - [2026-06-08 04:29:34] "POST /neutron/port HTTP/1.1" 200 1109 0.030476
10.0.0.33 - - [2026-06-08 04:29:34] "POST /neutron/subnet HTTP/1.1" 200 708 0.013010
10.0.0.33 - - [2026-06-08 04:29:34] "GET /virtual-machine/b1d88fc1-aba5-4101-ada2-5f855b0eb7e6 HTTP/1.1" 404 171 0.003614
10.0.0.33 - - [2026-06-08 04:29:35] "GET /virtual-machine/b1d88fc1-aba5-4101-ada2-5f855b0eb7e6 HTTP/1.1" 404 171 0.005276
10.0.0.33 - - [2026-06-08 04:29:36] "GET /virtual-machine/b1d88fc1-aba5-4101-ada2-5f855b0eb7e6 HTTP/1.1" 404 171 0.004039
10.0.0.33 - - [2026-06-08 04:29:37] "GET /virtual-machine/b1d88fc1-aba5-4101-ada2-5f855b0eb7e6 HTTP/1.1" 404 171 0.004765
10.0.0.33 - - [2026-06-08 04:29:38] "GET /virtual-machine/b1d88fc1-aba5-4101-ada2-5f855b0eb7e6 HTTP/1.1" 404 171 0.005691
10.0.0.33 - - [2026-06-08 04:29:39] "GET /virtual-machine/b1d88fc1-aba5-4101-ada2-5f855b0eb7e6 HTTP/1.1" 404 171 0.004182
10.0.0.33 - - [2026-06-08 04:29:39] "GET /virtual-machine/b1d88fc1-aba5-4101-ada2-5f855b0eb7e6 HTTP/1.1" 404 171 0.003983
10.0.0.33 - - [2026-06-08 04:29:40] "GET /virtual-machine/b1d88fc1-aba5-4101-ada2-5f855b0eb7e6 HTTP/1.1" 404 171 0.003867
10.0.0.33 - - [2026-06-08 04:29:41] "POST /neutron/port HTTP/1.1" 200 1126 0.024843
10.0.0.33 - - [2026-06-08 04:29:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.020798
10.0.0.33 - - [2026-06-08 04:29:41] "POST /neutron/network HTTP/1.1" 200 808 0.009753
10.0.0.33 - - [2026-06-08 04:29:41] "GET /virtual-machine/b1d88fc1-aba5-4101-ada2-5f855b0eb7e6 HTTP/1.1" 404 171 0.003653
10.0.0.33 - - [2026-06-08 04:29:42] "GET /virtual-machine/b1d88fc1-aba5-4101-ada2-5f855b0eb7e6 HTTP/1.1" 404 171 0.003309
10.0.0.33 - - [2026-06-08 04:29:43] "GET /virtual-machine/b1d88fc1-aba5-4101-ada2-5f855b0eb7e6 HTTP/1.1" 404 171 0.003193
10.0.0.33 - - [2026-06-08 04:29:44] "GET /virtual-machine/b1d88fc1-aba5-4101-ada2-5f855b0eb7e6 HTTP/1.1" 404 171 0.003885
10.0.0.33 - - [2026-06-08 04:29:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003756
10.0.0.33 - - [2026-06-08 04:29:44] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003780
10.0.0.33 - - [2026-06-08 04:29:44] "GET /virtual-networks?parent_id=da7a0177-5c95-44d9-bb66-cd4a5fc80cd0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003529
10.0.0.33 - - [2026-06-08 04:29:45] "GET /virtual-network/463b7052-4b89-45fd-a98b-c002d3d16e95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006321
10.0.0.33 - - [2026-06-08 04:29:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003444
10.0.0.33 - - [2026-06-08 04:29:45] "GET /routing-instance/f65875b5-6907-451a-9eaa-aa1288cc62ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.004906
10.0.0.33 - - [2026-06-08 04:29:45] "GET /route-target/f70051a2-174a-412b-9872-865501dae278?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004351
10.0.0.33 - - [2026-06-08 04:29:45] "GET /virtual-machine/b1d88fc1-aba5-4101-ada2-5f855b0eb7e6 HTTP/1.1" 404 171 0.003682
10.0.0.33 - - [2026-06-08 04:29:46] "GET /virtual-machine/b1d88fc1-aba5-4101-ada2-5f855b0eb7e6 HTTP/1.1" 404 171 0.003576
10.0.0.33 - - [2026-06-08 04:29:47] "GET /virtual-machine/b1d88fc1-aba5-4101-ada2-5f855b0eb7e6 HTTP/1.1" 404 171 0.004248
10.0.0.33 - - [2026-06-08 04:29:48] "GET /virtual-machine/b1d88fc1-aba5-4101-ada2-5f855b0eb7e6 HTTP/1.1" 404 171 0.003900
10.0.0.33 - - [2026-06-08 04:29:49] "GET /virtual-machine/b1d88fc1-aba5-4101-ada2-5f855b0eb7e6 HTTP/1.1" 404 171 0.003691
10.0.0.33 - - [2026-06-08 04:29:50] "GET /virtual-machine/b1d88fc1-aba5-4101-ada2-5f855b0eb7e6 HTTP/1.1" 404 171 0.004178
10.0.0.33 - - [2026-06-08 04:29:50] "GET /virtual-machine/b1d88fc1-aba5-4101-ada2-5f855b0eb7e6 HTTP/1.1" 404 171 0.003700
10.0.0.33 - - [2026-06-08 04:29:51] "GET /virtual-machine/b1d88fc1-aba5-4101-ada2-5f855b0eb7e6 HTTP/1.1" 404 171 0.004442
10.0.0.33 - - [2026-06-08 04:29:52] "GET /virtual-machine/b1d88fc1-aba5-4101-ada2-5f855b0eb7e6 HTTP/1.1" 404 171 0.003577
10.0.0.33 - - [2026-06-08 04:29:53] "GET /virtual-machine/b1d88fc1-aba5-4101-ada2-5f855b0eb7e6 HTTP/1.1" 404 171 0.005181
10.0.0.33 - - [2026-06-08 04:29:54] "GET /virtual-machine/b1d88fc1-aba5-4101-ada2-5f855b0eb7e6 HTTP/1.1" 404 171 0.004186
10.0.0.33 - - [2026-06-08 04:29:55] "GET /virtual-machine/b1d88fc1-aba5-4101-ada2-5f855b0eb7e6 HTTP/1.1" 404 171 0.006205
10.0.0.27 - - [2026-06-08 04:29:55] "GET /obj-perms HTTP/1.1" 200 5044 0.005147
10.0.0.33 - - [2026-06-08 04:29:58] "GET /obj-perms HTTP/1.1" 200 5044 0.004721
10.0.0.33 - - [2026-06-08 04:30:01] "GET /obj-perms HTTP/1.1" 200 5044 0.005361
10.0.0.249 - - [2026-06-08 04:30:01] "GET /obj-perms HTTP/1.1" 200 5044 0.004168
10.0.0.27 - - [2026-06-08 04:30:01] "GET /obj-perms HTTP/1.1" 200 5044 0.004800
10.0.0.33 - - [2026-06-08 04:30:01] "GET /virtual-machine/bc62496f-b918-41d6-83fc-861fb4c03e34 HTTP/1.1" 200 1299 0.005157
10.0.0.33 - - [2026-06-08 04:30:02] "POST /neutron/port HTTP/1.1" 200 151 0.241274
10.0.0.33 - - [2026-06-08 04:30:03] "GET /virtual-machine/bc62496f-b918-41d6-83fc-861fb4c03e34 HTTP/1.1" 404 171 0.003658
10.0.0.33 - - [2026-06-08 04:30:03] "GET /virtual-machine/bc62496f-b918-41d6-83fc-861fb4c03e34 HTTP/1.1" 404 171 0.003155
10.0.0.33 - - [2026-06-08 04:30:03] "GET /virtual-machine/bc62496f-b918-41d6-83fc-861fb4c03e34 HTTP/1.1" 404 171 0.005317
10.0.0.33 - - [2026-06-08 04:30:03] "GET /virtual-machine/bc62496f-b918-41d6-83fc-861fb4c03e34 HTTP/1.1" 404 171 0.004223
10.0.0.33 - - [2026-06-08 04:30:04] "GET /virtual-machine/bc62496f-b918-41d6-83fc-861fb4c03e34 HTTP/1.1" 404 171 0.004581
10.0.0.33 - - [2026-06-08 04:30:05] "GET /virtual-machine/bc62496f-b918-41d6-83fc-861fb4c03e34 HTTP/1.1" 404 171 0.004200
10.0.0.33 - - [2026-06-08 04:30:06] "GET /virtual-machine/bc62496f-b918-41d6-83fc-861fb4c03e34 HTTP/1.1" 404 171 0.004206
10.0.0.33 - - [2026-06-08 04:30:07] "GET /virtual-machine/bc62496f-b918-41d6-83fc-861fb4c03e34 HTTP/1.1" 404 171 0.003923
10.0.0.33 - - [2026-06-08 04:30:08] "GET /virtual-machine/bc62496f-b918-41d6-83fc-861fb4c03e34 HTTP/1.1" 404 171 0.004398
10.0.0.33 - - [2026-06-08 04:30:08] "GET /virtual-machine/bc62496f-b918-41d6-83fc-861fb4c03e34 HTTP/1.1" 404 171 0.003304
10.0.0.33 - - [2026-06-08 04:30:09] "GET /virtual-machine/bc62496f-b918-41d6-83fc-861fb4c03e34 HTTP/1.1" 404 171 0.003842
10.0.0.33 - - [2026-06-08 04:30:10] "GET /virtual-machine/bc62496f-b918-41d6-83fc-861fb4c03e34 HTTP/1.1" 404 171 0.006637
10.0.0.33 - - [2026-06-08 04:30:11] "GET /virtual-machine/bc62496f-b918-41d6-83fc-861fb4c03e34 HTTP/1.1" 404 171 0.005088
10.0.0.33 - - [2026-06-08 04:30:12] "GET /virtual-machine/bc62496f-b918-41d6-83fc-861fb4c03e34 HTTP/1.1" 404 171 0.004333
10.0.0.33 - - [2026-06-08 04:30:13] "GET /virtual-machine/bc62496f-b918-41d6-83fc-861fb4c03e34 HTTP/1.1" 404 171 0.004239
10.0.0.33 - - [2026-06-08 04:30:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005627
10.0.0.33 - - [2026-06-08 04:30:14] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006481
10.0.0.33 - - [2026-06-08 04:30:14] "GET /virtual-networks?parent_id=da7a0177-5c95-44d9-bb66-cd4a5fc80cd0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004622
10.0.0.33 - - [2026-06-08 04:30:14] "GET /virtual-network/463b7052-4b89-45fd-a98b-c002d3d16e95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.008849
10.0.0.33 - - [2026-06-08 04:30:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004751
10.0.0.33 - - [2026-06-08 04:30:14] "GET /routing-instance/f65875b5-6907-451a-9eaa-aa1288cc62ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.007705
10.0.0.33 - - [2026-06-08 04:30:14] "GET /route-target/f70051a2-174a-412b-9872-865501dae278?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.006069
10.0.0.33 - - [2026-06-08 04:30:14] "GET /obj-perms HTTP/1.1" 200 5044 0.006208
10.0.0.33 - - [2026-06-08 04:30:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005349
10.0.0.33 - - [2026-06-08 04:30:14] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005948
10.0.0.33 - - [2026-06-08 04:30:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004388
10.0.0.33 - - [2026-06-08 04:30:14] "PUT /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033 HTTP/1.1" 200 276 0.014994
10.0.0.27 - - [2026-06-08 04:30:17] "GET /projects?obj_uuids=da7a0177-5c95-44d9-bb66-cd4a5fc80cd0&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.029699
10.0.0.33 - - [2026-06-08 04:30:17] "GET /project/da7a0177-5c95-44d9-bb66-cd4a5fc80cd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1392 0.112907
10.0.0.27 - - [2026-06-08 04:30:17] "GET /projects?obj_uuids=da7a0177-5c95-44d9-bb66-cd4a5fc80cd0&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001222
10.0.0.33 - - [2026-06-08 04:30:17] "GET /project/da7a0177-5c95-44d9-bb66-cd4a5fc80cd0?fields=virtual_networks HTTP/1.1" 200 1047 0.053077
10.0.0.27 - - [2026-06-08 04:30:17] "GET /projects?obj_uuids=da7a0177-5c95-44d9-bb66-cd4a5fc80cd0&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001207
10.0.0.33 - - [2026-06-08 04:30:17] "GET /project/da7a0177-5c95-44d9-bb66-cd4a5fc80cd0?fields=virtual_machine_interfaces HTTP/1.1" 200 1047 0.069147
10.0.0.27 - - [2026-06-08 04:30:17] "GET /projects?obj_uuids=da7a0177-5c95-44d9-bb66-cd4a5fc80cd0&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001746
10.0.0.33 - - [2026-06-08 04:30:17] "GET /project/da7a0177-5c95-44d9-bb66-cd4a5fc80cd0?fields=security_groups HTTP/1.1" 200 1280 0.052310
10.0.0.33 - - [2026-06-08 04:30:18] "POST /fqname-to-id HTTP/1.1" 404 194 0.027524
10.0.0.27 - - [2026-06-08 04:30:18] "GET /projects?obj_uuids=9f5859ca-1622-4ad6-b236-b5d3a9141315&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003294
10.0.0.27 - - [2026-06-08 04:30:18] "GET /domains?obj_uuids=2441b78a-01cc-4005-9aa7-6b434eb6fb41&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002323
10.0.0.27 - - [2026-06-08 04:30:18] "GET /domain/2441b78a-01cc-4005-9aa7-6b434eb6fb41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.042925
10.0.0.27 - - [2026-06-08 04:30:18] "POST /id-to-fqname HTTP/1.1" 200 196 0.013031
10.0.0.27 - - [2026-06-08 04:30:18] "POST /fqname-to-id HTTP/1.1" 404 205 0.006644
10.0.0.27 - - [2026-06-08 04:30:18] "POST /security-groups HTTP/1.1" 200 597 0.049846
10.0.0.27 - - [2026-06-08 04:30:19] "POST /projects HTTP/1.1" 200 597 0.381894
10.0.0.249 - - [2026-06-08 04:30:19] "POST /fqname-to-id HTTP/1.1" 404 240 0.038431
10.0.0.27 - - [2026-06-08 04:30:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.461417
10.0.0.249 - - [2026-06-08 04:30:19] "POST /access-control-lists HTTP/1.1" 200 600 0.038636
10.0.0.33 - - [2026-06-08 04:30:19] "GET /project/9f5859ca-1622-4ad6-b236-b5d3a9141315?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.678839
10.0.0.33 - - [2026-06-08 04:30:20] "GET / HTTP/1.1" 200 35931 0.002299
10.0.0.27 - - [2026-06-08 04:30:23] "GET /projects?obj_uuids=9f5859ca-1622-4ad6-b236-b5d3a9141315&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001080
10.0.0.33 - - [2026-06-08 04:30:23] "GET /project/9f5859ca-1622-4ad6-b236-b5d3a9141315?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.048387
10.0.0.27 - - [2026-06-08 04:30:23] "GET /projects?obj_uuids=9f5859ca-1622-4ad6-b236-b5d3a9141315&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001231
10.0.0.33 - - [2026-06-08 04:30:23] "GET /project/9f5859ca-1622-4ad6-b236-b5d3a9141315?fields=virtual_networks HTTP/1.1" 200 1045 0.052678
10.0.0.27 - - [2026-06-08 04:30:23] "GET /projects?obj_uuids=9f5859ca-1622-4ad6-b236-b5d3a9141315&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002215
10.0.0.33 - - [2026-06-08 04:30:23] "GET /project/9f5859ca-1622-4ad6-b236-b5d3a9141315?fields=virtual_machine_interfaces HTTP/1.1" 200 1045 0.068619
10.0.0.27 - - [2026-06-08 04:30:23] "GET /projects?obj_uuids=9f5859ca-1622-4ad6-b236-b5d3a9141315&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001213
10.0.0.33 - - [2026-06-08 04:30:23] "GET /project/9f5859ca-1622-4ad6-b236-b5d3a9141315?fields=security_groups HTTP/1.1" 200 1277 0.050714
10.0.0.33 - - [2026-06-08 04:30:24] "POST /fqname-to-id HTTP/1.1" 404 188 0.028769
10.0.0.27 - - [2026-06-08 04:30:24] "GET /projects?obj_uuids=fc5b231c-74ae-4895-8268-e98870e68b1c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004561
10.0.0.27 - - [2026-06-08 04:30:24] "GET /domains?obj_uuids=2441b78a-01cc-4005-9aa7-6b434eb6fb41&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001689
10.0.0.27 - - [2026-06-08 04:30:24] "GET /domain/2441b78a-01cc-4005-9aa7-6b434eb6fb41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009745
10.0.0.27 - - [2026-06-08 04:30:24] "POST /id-to-fqname HTTP/1.1" 200 190 0.003447
10.0.0.27 - - [2026-06-08 04:30:24] "POST /fqname-to-id HTTP/1.1" 404 199 0.006196
10.0.0.27 - - [2026-06-08 04:30:24] "POST /security-groups HTTP/1.1" 200 591 0.082518
10.0.0.27 - - [2026-06-08 04:30:24] "POST /projects HTTP/1.1" 200 585 0.313165
10.0.0.249 - - [2026-06-08 04:30:24] "POST /fqname-to-id HTTP/1.1" 404 233 0.007898
10.0.0.27 - - [2026-06-08 04:30:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.387438
10.0.0.33 - - [2026-06-08 04:30:24] "GET /project/fc5b231c-74ae-4895-8268-e98870e68b1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.540624
10.0.0.33 - - [2026-06-08 04:30:26] "GET / HTTP/1.1" 200 35931 0.001920
10.0.0.27 - - [2026-06-08 04:30:28] "GET /projects?obj_uuids=fc5b231c-74ae-4895-8268-e98870e68b1c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001441
10.0.0.33 - - [2026-06-08 04:30:29] "GET /project/fc5b231c-74ae-4895-8268-e98870e68b1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.046487
10.0.0.27 - - [2026-06-08 04:30:29] "GET /projects?obj_uuids=fc5b231c-74ae-4895-8268-e98870e68b1c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001652
10.0.0.33 - - [2026-06-08 04:30:29] "GET /project/fc5b231c-74ae-4895-8268-e98870e68b1c?fields=virtual_networks HTTP/1.1" 200 1032 0.075735
10.0.0.27 - - [2026-06-08 04:30:29] "GET /projects?obj_uuids=fc5b231c-74ae-4895-8268-e98870e68b1c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001335
10.0.0.33 - - [2026-06-08 04:30:29] "GET /project/fc5b231c-74ae-4895-8268-e98870e68b1c?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.054232
10.0.0.27 - - [2026-06-08 04:30:29] "GET /projects?obj_uuids=fc5b231c-74ae-4895-8268-e98870e68b1c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001318
10.0.0.33 - - [2026-06-08 04:30:29] "GET /project/fc5b231c-74ae-4895-8268-e98870e68b1c?fields=security_groups HTTP/1.1" 200 1258 0.044487
10.0.0.33 - - [2026-06-08 04:30:30] "POST /fqname-to-id HTTP/1.1" 404 196 0.039446
10.0.0.27 - - [2026-06-08 04:30:30] "GET /projects?obj_uuids=f3b59728-e095-454d-907e-e94544ead891&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004600
10.0.0.27 - - [2026-06-08 04:30:30] "GET /domains?obj_uuids=2441b78a-01cc-4005-9aa7-6b434eb6fb41&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001898
10.0.0.27 - - [2026-06-08 04:30:30] "GET /domain/2441b78a-01cc-4005-9aa7-6b434eb6fb41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.013404
10.0.0.27 - - [2026-06-08 04:30:30] "POST /id-to-fqname HTTP/1.1" 200 198 0.002901
10.0.0.27 - - [2026-06-08 04:30:30] "POST /fqname-to-id HTTP/1.1" 404 207 0.006846
10.0.0.27 - - [2026-06-08 04:30:30] "POST /security-groups HTTP/1.1" 200 599 0.037563
10.0.0.27 - - [2026-06-08 04:30:30] "POST /projects HTTP/1.1" 200 601 0.265927
10.0.0.27 - - [2026-06-08 04:30:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.301686
10.0.0.249 - - [2026-06-08 04:30:30] "POST /access-control-lists HTTP/1.1" 200 604 0.029184
10.0.0.33 - - [2026-06-08 04:30:30] "GET /project/f3b59728-e095-454d-907e-e94544ead891?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.462979
10.0.0.33 - - [2026-06-08 04:30:31] "GET / HTTP/1.1" 200 35931 0.001789
10.0.0.33 - - [2026-06-08 04:30:32] "POST /fqname-to-id HTTP/1.1" 401 292 0.000770
10.0.0.33 - - [2026-06-08 04:30:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.065578
10.0.0.27 - - [2026-06-08 04:30:32] "GET /projects?obj_uuids=f3b59728-e095-454d-907e-e94544ead891&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001168
10.0.0.33 - - [2026-06-08 04:30:32] "GET /project/f3b59728-e095-454d-907e-e94544ead891?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.052520
10.0.0.33 - - [2026-06-08 04:30:32] "POST /neutron/network HTTP/1.1" 200 117 0.042211
10.0.0.27 - - [2026-06-08 04:30:33] "POST /useragent-kv HTTP/1.1" 200 115 0.011091
10.0.0.249 - - [2026-06-08 04:30:33] "POST /route-targets HTTP/1.1" 200 327 0.031377
10.0.0.33 - - [2026-06-08 04:30:33] "POST /neutron/subnet HTTP/1.1" 200 734 0.232192
10.0.0.249 - - [2026-06-08 04:30:33] "POST /fqname-to-id HTTP/1.1" 404 207 0.089799
10.0.0.33 - - [2026-06-08 04:30:33] "POST /id-to-fqname HTTP/1.1" 200 222 0.004769
10.0.0.33 - - [2026-06-08 04:30:33] "GET /virtual-network/d2ed27da-1f19-4edf-b8db-719ce933fdc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2566 0.011435
10.0.0.33 - - [2026-06-08 04:30:33] "GET /virtual-network/d2ed27da-1f19-4edf-b8db-719ce933fdc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2566 0.007963
10.0.0.33 - - [2026-06-08 04:30:33] "POST /neutron/network HTTP/1.1" 200 977 0.013555
10.0.0.33 - - [2026-06-08 04:30:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004438
10.0.0.27 - - [2026-06-08 04:30:33] "GET /projects?obj_uuids=f3b59728-e095-454d-907e-e94544ead891&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000977
10.0.0.33 - - [2026-06-08 04:30:33] "GET /project/f3b59728-e095-454d-907e-e94544ead891?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.052601
10.0.0.33 - - [2026-06-08 04:30:34] "POST /neutron/network HTTP/1.1" 200 117 0.018606
10.0.0.249 - - [2026-06-08 04:30:34] "POST /ref-update HTTP/1.1" 200 156 0.028437
10.0.0.27 - - [2026-06-08 04:30:34] "POST /useragent-kv HTTP/1.1" 200 115 0.008783
10.0.0.33 - - [2026-06-08 04:30:34] "POST /neutron/subnet HTTP/1.1" 200 715 0.214257
10.0.0.33 - - [2026-06-08 04:30:34] "POST /id-to-fqname HTTP/1.1" 200 222 0.001759
10.0.0.33 - - [2026-06-08 04:30:34] "GET /virtual-network/2201265a-97bc-460c-a837-d9f4c7f36c77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2553 0.009969
10.0.0.33 - - [2026-06-08 04:30:34] "GET /virtual-network/2201265a-97bc-460c-a837-d9f4c7f36c77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2553 0.009829
10.0.0.33 - - [2026-06-08 04:30:34] "POST /neutron/network HTTP/1.1" 200 973 0.009434
10.0.0.33 - - [2026-06-08 04:30:34] "POST /id-to-fqname HTTP/1.1" 200 222 0.001673
10.0.0.33 - - [2026-06-08 04:30:35] "POST /neutron/port HTTP/1.1" 200 4190 0.034677
10.0.0.27 - - [2026-06-08 04:30:35] "GET /projects?obj_uuids=f3b59728-e095-454d-907e-e94544ead891&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001546
10.0.0.33 - - [2026-06-08 04:30:36] "GET /project/f3b59728-e095-454d-907e-e94544ead891?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.088686
10.0.0.33 - - [2026-06-08 04:30:36] "POST /neutron/port HTTP/1.1" 200 4190 0.052134
10.0.0.33 - - [2026-06-08 04:30:36] "POST /id-to-fqname HTTP/1.1" 200 222 0.001771
10.0.0.33 - - [2026-06-08 04:30:36] "POST /neutron/network HTTP/1.1" 200 983 0.010831
10.0.0.33 - - [2026-06-08 04:30:37] "POST /neutron/port HTTP/1.1" 200 1155 0.059364
10.0.0.27 - - [2026-06-08 04:30:37] "GET /projects?obj_uuids=f3b59728-e095-454d-907e-e94544ead891&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001434
10.0.0.33 - - [2026-06-08 04:30:37] "GET /project/f3b59728-e095-454d-907e-e94544ead891?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.092798
10.0.0.33 - - [2026-06-08 04:30:37] "POST /neutron/network HTTP/1.1" 200 973 0.088461
10.0.0.33 - - [2026-06-08 04:30:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007400
10.0.0.33 - - [2026-06-08 04:30:37] "POST /neutron/port HTTP/1.1" 200 117 0.002198
10.0.0.33 - - [2026-06-08 04:30:37] "POST /neutron/security_group HTTP/1.1" 200 2066 0.011586
10.0.0.33 - - [2026-06-08 04:30:37] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010201
10.0.0.33 - - [2026-06-08 04:30:38] "POST /neutron/port HTTP/1.1" 200 1151 0.021699
10.0.0.33 - - [2026-06-08 04:30:38] "POST /neutron/port HTTP/1.1" 200 1215 0.029734
10.0.0.33 - - [2026-06-08 04:30:39] "POST /neutron/subnet HTTP/1.1" 200 1263 0.016908
10.0.0.33 - - [2026-06-08 04:30:39] "POST /neutron/network HTTP/1.1" 200 973 0.012944
10.0.0.33 - - [2026-06-08 04:30:41] "POST /neutron/network HTTP/1.1" 200 1121 0.009853
10.0.0.33 - - [2026-06-08 04:30:41] "POST /neutron/subnet HTTP/1.1" 200 1374 0.015215
10.0.0.33 - - [2026-06-08 04:30:41] "POST /neutron/network HTTP/1.1" 200 1111 0.011801
10.0.0.33 - - [2026-06-08 04:30:43] "POST /neutron/port HTTP/1.1" 200 1219 0.022294
10.0.0.33 - - [2026-06-08 04:30:43] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009254
10.0.0.33 - - [2026-06-08 04:30:43] "GET /virtual-machine/41bcf9aa-0456-4075-aa65-f0bf6e079a81 HTTP/1.1" 401 292 0.000620
10.0.0.33 - - [2026-06-08 04:30:43] "GET /virtual-machine/41bcf9aa-0456-4075-aa65-f0bf6e079a81 HTTP/1.1" 200 1300 0.032293
10.0.0.33 - - [2026-06-08 04:30:43] "GET /virtual-machine-interface/8be71ac8-4fec-41c3-b580-86fa5a0916c1 HTTP/1.1" 200 3158 0.007196
10.0.0.33 - - [2026-06-08 04:30:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004188
10.0.0.33 - - [2026-06-08 04:30:43] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005242
10.0.0.33 - - [2026-06-08 04:30:43] "GET /virtual-networks?parent_id=f3b59728-e095-454d-907e-e94544ead891&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003849
10.0.0.33 - - [2026-06-08 04:30:43] "GET /virtual-network/d2ed27da-1f19-4edf-b8db-719ce933fdc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2566 0.006092
10.0.0.33 - - [2026-06-08 04:30:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004473
10.0.0.33 - - [2026-06-08 04:30:46] "GET /virtual-network/d2ed27da-1f19-4edf-b8db-719ce933fdc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2566 0.008670
10.0.0.27 - - [2026-06-08 04:30:48] "DELETE /project/da7a0177-5c95-44d9-bb66-cd4a5fc80cd0 HTTP/1.1" 404 177 0.029455
10.0.0.27 - - [2026-06-08 04:30:48] "DELETE /project/9f5859ca16224ad6b236b5d3a9141315 HTTP/1.1" 404 173 0.024358
10.0.0.27 - - [2026-06-08 04:30:48] "DELETE /project/f3b59728e095454d907ee94544ead891 HTTP/1.1" 404 173 0.026019
10.0.0.27 - - [2026-06-08 04:30:48] "DELETE /project/fc5b231c74ae48958268e98870e68b1c HTTP/1.1" 404 173 0.024206
10.0.0.27 - - [2026-06-08 04:30:48] "GET /projects?obj_uuids=9f5859ca-1622-4ad6-b236-b5d3a9141315&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001822
10.0.0.27 - - [2026-06-08 04:30:48] "GET /projects?obj_uuids=fc5b231c-74ae-4895-8268-e98870e68b1c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001436
10.0.0.27 - - [2026-06-08 04:30:48] "GET /project/fc5b231c-74ae-4895-8268-e98870e68b1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.086761
10.0.0.27 - - [2026-06-08 04:30:48] "GET /project/9f5859ca-1622-4ad6-b236-b5d3a9141315?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1493 0.105127
10.0.0.27 - - [2026-06-08 04:30:48] "GET /projects?obj_uuids=fc5b231c-74ae-4895-8268-e98870e68b1c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001856
10.0.0.27 - - [2026-06-08 04:30:48] "GET /projects?obj_uuids=9f5859ca-1622-4ad6-b236-b5d3a9141315&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.003116
10.0.0.27 - - [2026-06-08 04:30:48] "GET /project/fc5b231c-74ae-4895-8268-e98870e68b1c?fields=security_groups HTTP/1.1" 200 1363 0.080596
10.0.0.27 - - [2026-06-08 04:30:48] "GET /project/9f5859ca-1622-4ad6-b236-b5d3a9141315?fields=security_groups HTTP/1.1" 200 1382 0.090080
10.0.0.27 - - [2026-06-08 04:30:48] "DELETE /security-group/f9e091a4-d055-47d5-a4bd-166d698cf3de HTTP/1.1" 200 115 0.091884
10.0.0.27 - - [2026-06-08 04:30:48] "GET /projects?obj_uuids=fc5b231c-74ae-4895-8268-e98870e68b1c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001891
10.0.0.249 - - [2026-06-08 04:30:48] "DELETE /access-control-list/0be8a5b7-8075-4f7b-badd-200072c70851 HTTP/1.1" 200 115 0.087796
10.0.0.27 - - [2026-06-08 04:30:48] "DELETE /security-group/63034a69-6117-435c-a8d4-f74106209247 HTTP/1.1" 200 115 0.115527
10.0.0.27 - - [2026-06-08 04:30:48] "GET /projects?obj_uuids=9f5859ca-1622-4ad6-b236-b5d3a9141315&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.006618
10.0.0.27 - - [2026-06-08 04:30:49] "GET /project/fc5b231c-74ae-4895-8268-e98870e68b1c?fields=application_policy_sets HTTP/1.1" 200 1402 0.154451
10.0.0.33 - - [2026-06-08 04:30:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.021324
10.0.0.33 - - [2026-06-08 04:30:49] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.008840
10.0.0.33 - - [2026-06-08 04:30:49] "GET /virtual-networks?parent_id=f3b59728-e095-454d-907e-e94544ead891&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.010590
10.0.0.27 - - [2026-06-08 04:30:49] "GET /project/9f5859ca-1622-4ad6-b236-b5d3a9141315?fields=application_policy_sets HTTP/1.1" 200 1421 0.171544
10.0.0.33 - - [2026-06-08 04:30:49] "GET /virtual-network/d2ed27da-1f19-4edf-b8db-719ce933fdc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2566 0.028157
10.0.0.249 - - [2026-06-08 04:30:49] "DELETE /access-control-list/3b9ef493-e3de-4554-bec5-23e30f1b4c0e HTTP/1.1" 200 115 0.158105
10.0.0.33 - - [2026-06-08 04:30:49] "POST /neutron/port HTTP/1.1" 200 1215 0.094037
10.0.0.27 - - [2026-06-08 04:30:49] "DELETE /project/fc5b231c-74ae-4895-8268-e98870e68b1c HTTP/1.1" 200 115 0.766803
10.0.0.27 - - [2026-06-08 04:30:49] "DELETE /project/9f5859ca-1622-4ad6-b236-b5d3a9141315 HTTP/1.1" 200 115 0.811191
10.0.0.33 - - [2026-06-08 04:30:49] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010799
10.0.0.33 - - [2026-06-08 04:30:49] "POST /neutron/port HTTP/1.1" 200 1215 0.017608
10.0.0.33 - - [2026-06-08 04:30:49] "GET /virtual-machine/c1314cf3-a3b8-4a82-bcb9-1fd00e71a7c6 HTTP/1.1" 200 1301 0.007492
10.0.0.33 - - [2026-06-08 04:30:49] "GET /virtual-machine-interface/1a566504-3d4c-49bf-a684-a001605080fd HTTP/1.1" 200 3157 0.006509
10.0.0.33 - - [2026-06-08 04:30:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003447
10.0.0.33 - - [2026-06-08 04:30:49] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004807
10.0.0.33 - - [2026-06-08 04:30:49] "GET /virtual-networks?parent_id=f3b59728-e095-454d-907e-e94544ead891&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003470
10.0.0.33 - - [2026-06-08 04:30:49] "GET /virtual-network/2201265a-97bc-460c-a837-d9f4c7f36c77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2553 0.006580
10.0.0.33 - - [2026-06-08 04:30:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005506
10.0.0.33 - - [2026-06-08 04:30:50] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005105
10.0.0.33 - - [2026-06-08 04:30:50] "GET /virtual-networks?parent_id=f3b59728-e095-454d-907e-e94544ead891&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004399
10.0.0.33 - - [2026-06-08 04:30:50] "GET /virtual-network/2201265a-97bc-460c-a837-d9f4c7f36c77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2553 0.008597
10.0.0.33 - - [2026-06-08 04:30:51] "POST /fqname-to-id HTTP/1.1" 404 209 0.005123
10.0.0.33 - - [2026-06-08 04:30:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004943
10.0.0.27 - - [2026-06-08 04:30:51] "GET /projects?obj_uuids=f3b59728-e095-454d-907e-e94544ead891&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002981
10.0.0.33 - - [2026-06-08 04:30:51] "GET /project/f3b59728-e095-454d-907e-e94544ead891?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.074220
10.0.0.33 - - [2026-06-08 04:30:51] "POST /network-policys HTTP/1.1" 200 533 0.038926
10.0.0.33 - - [2026-06-08 04:30:51] "GET /network-policy/9b92f100-228c-4593-bc29-a6f51732ee2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.011945
10.0.0.33 - - [2026-06-08 04:30:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.007881
10.0.0.33 - - [2026-06-08 04:30:51] "GET /virtual-network/d2ed27da-1f19-4edf-b8db-719ce933fdc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2566 0.007296
10.0.0.33 - - [2026-06-08 04:30:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.006636
10.0.0.33 - - [2026-06-08 04:30:51] "GET /network-policy/9b92f100-228c-4593-bc29-a6f51732ee2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.007458
10.0.0.249 - - [2026-06-08 04:30:51] "POST /fqname-to-id HTTP/1.1" 404 207 0.008837
10.0.0.33 - - [2026-06-08 04:30:51] "POST /ref-update HTTP/1.1" 200 156 0.093884
10.0.0.33 - - [2026-06-08 04:30:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004810
10.0.0.33 - - [2026-06-08 04:30:51] "GET /network-policy/9b92f100-228c-4593-bc29-a6f51732ee2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.005630
10.0.0.33 - - [2026-06-08 04:30:51] "GET /virtual-network/d2ed27da-1f19-4edf-b8db-719ce933fdc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.017637
10.0.0.33 - - [2026-06-08 04:30:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.006023
10.0.0.33 - - [2026-06-08 04:30:51] "GET /network-policy/9b92f100-228c-4593-bc29-a6f51732ee2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.006781
10.0.0.33 - - [2026-06-08 04:30:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005105
10.0.0.33 - - [2026-06-08 04:30:51] "GET /virtual-network/2201265a-97bc-460c-a837-d9f4c7f36c77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2553 0.009360
10.0.0.33 - - [2026-06-08 04:30:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.006800
10.0.0.33 - - [2026-06-08 04:30:51] "GET /network-policy/9b92f100-228c-4593-bc29-a6f51732ee2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.005702
10.0.0.249 - - [2026-06-08 04:30:51] "POST /fqname-to-id HTTP/1.1" 404 230 0.010056
10.0.0.33 - - [2026-06-08 04:30:52] "POST /ref-update HTTP/1.1" 200 156 0.088453
10.0.0.33 - - [2026-06-08 04:30:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004883
10.0.0.33 - - [2026-06-08 04:30:52] "GET /network-policy/9b92f100-228c-4593-bc29-a6f51732ee2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.016107
10.0.0.33 - - [2026-06-08 04:30:52] "POST /neutron/network HTTP/1.1" 200 1059 0.024402
10.0.0.33 - - [2026-06-08 04:30:52] "GET /virtual-network/2201265a-97bc-460c-a837-d9f4c7f36c77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2860 0.006400
10.0.0.33 - - [2026-06-08 04:30:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003598
10.0.0.33 - - [2026-06-08 04:30:52] "GET /network-policy/9b92f100-228c-4593-bc29-a6f51732ee2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.007788
10.0.0.33 - - [2026-06-08 04:30:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005282
10.0.0.27 - - [2026-06-08 04:30:52] "GET /projects?obj_uuids=f3b59728-e095-454d-907e-e94544ead891&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001606
10.0.0.33 - - [2026-06-08 04:30:52] "GET /project/f3b59728-e095-454d-907e-e94544ead891?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.061426
10.0.0.249 - - [2026-06-08 04:30:52] "POST /route-targets HTTP/1.1" 200 327 0.019069
10.0.0.27 - - [2026-06-08 04:30:52] "POST /useragent-kv HTTP/1.1" 200 115 0.010708
10.0.0.33 - - [2026-06-08 04:30:52] "POST /neutron/subnet HTTP/1.1" 200 701 0.232923
10.0.0.33 - - [2026-06-08 04:30:52] "POST /id-to-fqname HTTP/1.1" 200 214 0.001630
10.0.0.33 - - [2026-06-08 04:30:52] "GET /virtual-network/b4917d99-dcf9-4b81-a0fa-c9fd364be636?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.008911
10.0.0.33 - - [2026-06-08 04:30:52] "GET /virtual-network/b4917d99-dcf9-4b81-a0fa-c9fd364be636?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.007421
10.0.0.33 - - [2026-06-08 04:30:52] "POST /neutron/network HTTP/1.1" 200 799 0.007615
10.0.0.33 - - [2026-06-08 04:30:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004753
10.0.0.27 - - [2026-06-08 04:30:52] "GET /projects?obj_uuids=f3b59728-e095-454d-907e-e94544ead891&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001973
10.0.0.33 - - [2026-06-08 04:30:53] "GET /project/f3b59728-e095-454d-907e-e94544ead891?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.059761
10.0.0.27 - - [2026-06-08 04:30:53] "GET /projects?obj_uuids=f3b59728-e095-454d-907e-e94544ead891&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003767
10.0.0.33 - - [2026-06-08 04:30:53] "POST /neutron/network HTTP/1.1" 200 585 0.183241
10.0.0.249 - - [2026-06-08 04:30:53] "POST /ref-update HTTP/1.1" 200 156 0.037128
10.0.0.33 - - [2026-06-08 04:30:53] "POST /id-to-fqname HTTP/1.1" 200 214 0.004951
10.0.0.33 - - [2026-06-08 04:30:53] "GET /virtual-network/67f71441-68c7-4282-882e-bf1a4877b19b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1998 0.007975
10.0.0.33 - - [2026-06-08 04:30:53] "POST /neutron/network HTTP/1.1" 200 799 0.008410
10.0.0.33 - - [2026-06-08 04:30:53] "GET /virtual-network/67f71441-68c7-4282-882e-bf1a4877b19b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1998 0.008271
10.0.0.33 - - [2026-06-08 04:30:53] "POST /fqname-to-id HTTP/1.1" 404 239 0.004477
10.0.0.33 - - [2026-06-08 04:30:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004148
10.0.0.27 - - [2026-06-08 04:30:53] "GET /projects?obj_uuids=f3b59728-e095-454d-907e-e94544ead891&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001720
10.0.0.33 - - [2026-06-08 04:30:53] "GET /project/f3b59728-e095-454d-907e-e94544ead891?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.054510
10.0.0.33 - - [2026-06-08 04:30:53] "POST /network-policys HTTP/1.1" 200 587 0.030549
10.0.0.33 - - [2026-06-08 04:30:53] "GET /network-policy/e186ecc0-6873-48aa-8b6e-8de04301b35f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.006722
10.0.0.33 - - [2026-06-08 04:30:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003252
10.0.0.33 - - [2026-06-08 04:30:53] "GET /virtual-network/b4917d99-dcf9-4b81-a0fa-c9fd364be636?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.009128
10.0.0.33 - - [2026-06-08 04:30:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.006834
10.0.0.33 - - [2026-06-08 04:30:53] "GET /network-policy/e186ecc0-6873-48aa-8b6e-8de04301b35f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.005741
10.0.0.33 - - [2026-06-08 04:30:54] "POST /ref-update HTTP/1.1" 200 156 0.059105
10.0.0.33 - - [2026-06-08 04:30:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003914
10.0.0.33 - - [2026-06-08 04:30:54] "GET /network-policy/e186ecc0-6873-48aa-8b6e-8de04301b35f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.007570
10.0.0.33 - - [2026-06-08 04:30:54] "POST /neutron/network HTTP/1.1" 200 912 0.011466
10.0.0.33 - - [2026-06-08 04:30:54] "GET /virtual-network/b4917d99-dcf9-4b81-a0fa-c9fd364be636?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2334 0.007214
10.0.0.33 - - [2026-06-08 04:30:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003454
10.0.0.33 - - [2026-06-08 04:30:54] "GET /network-policy/e186ecc0-6873-48aa-8b6e-8de04301b35f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.005925
10.0.0.33 - - [2026-06-08 04:30:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003724
10.0.0.33 - - [2026-06-08 04:30:54] "GET /virtual-network/67f71441-68c7-4282-882e-bf1a4877b19b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1998 0.006678
10.0.0.33 - - [2026-06-08 04:30:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004122
10.0.0.33 - - [2026-06-08 04:30:54] "GET /network-policy/e186ecc0-6873-48aa-8b6e-8de04301b35f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.005290
10.0.0.249 - - [2026-06-08 04:30:54] "POST /fqname-to-id HTTP/1.1" 404 210 0.005767
10.0.0.33 - - [2026-06-08 04:30:54] "POST /ref-update HTTP/1.1" 200 156 0.052508
10.0.0.33 - - [2026-06-08 04:30:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.021659
10.0.0.33 - - [2026-06-08 04:30:54] "GET /network-policy/e186ecc0-6873-48aa-8b6e-8de04301b35f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.005840
10.0.0.33 - - [2026-06-08 04:30:54] "GET /virtual-network/67f71441-68c7-4282-882e-bf1a4877b19b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2332 0.009487
10.0.0.33 - - [2026-06-08 04:30:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003369
10.0.0.33 - - [2026-06-08 04:30:54] "GET /network-policy/e186ecc0-6873-48aa-8b6e-8de04301b35f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.004516
10.0.0.33 - - [2026-06-08 04:30:54] "POST /id-to-fqname HTTP/1.1" 200 214 0.001357
10.0.0.33 - - [2026-06-08 04:30:54] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010643
10.0.0.27 - - [2026-06-08 04:30:55] "GET /projects?obj_uuids=f3b59728-e095-454d-907e-e94544ead891&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002100
10.0.0.33 - - [2026-06-08 04:30:55] "GET /project/f3b59728-e095-454d-907e-e94544ead891?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.085558
10.0.0.33 - - [2026-06-08 04:30:55] "POST /neutron/port HTTP/1.1" 200 6316 0.062368
10.0.0.33 - - [2026-06-08 04:30:55] "POST /id-to-fqname HTTP/1.1" 200 214 0.001896
10.0.0.33 - - [2026-06-08 04:30:56] "POST /neutron/port HTTP/1.1" 200 6316 0.066904
10.0.0.27 - - [2026-06-08 04:30:56] "GET /projects?obj_uuids=f3b59728-e095-454d-907e-e94544ead891&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001230
10.0.0.33 - - [2026-06-08 04:30:56] "POST /neutron/port HTTP/1.1" 200 1063 0.360424
10.0.0.33 - - [2026-06-08 04:30:56] "POST /neutron/port HTTP/1.1" 200 1063 0.018293
10.0.0.33 - - [2026-06-08 04:30:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004517
10.0.0.33 - - [2026-06-08 04:30:56] "POST /neutron/network HTTP/1.1" 200 912 0.007977
10.0.0.27 - - [2026-06-08 04:30:57] "GET /projects?obj_uuids=f3b59728-e095-454d-907e-e94544ead891&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001062
10.0.0.33 - - [2026-06-08 04:30:57] "GET /project/f3b59728-e095-454d-907e-e94544ead891?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.082829
10.0.0.33 - - [2026-06-08 04:30:57] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008504
10.0.0.33 - - [2026-06-08 04:30:57] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003859
10.0.0.33 - - [2026-06-08 04:30:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003361
10.0.0.33 - - [2026-06-08 04:30:57] "GET /bgp-router/c5667b58-08bd-40c9-beb9-8ed5b70933d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.006559
10.0.0.27 - - [2026-06-08 04:30:57] "GET /projects?obj_uuids=f3b59728-e095-454d-907e-e94544ead891&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002170
10.0.0.33 - - [2026-06-08 04:30:58] "POST /neutron/port HTTP/1.1" 200 1063 0.334381
10.0.0.33 - - [2026-06-08 04:30:58] "POST /neutron/port HTTP/1.1" 200 1117 0.134557
10.0.0.33 - - [2026-06-08 04:30:58] "POST /neutron/subnet HTTP/1.1" 200 675 0.010426
10.0.0.33 - - [2026-06-08 04:30:58] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.015866
10.0.0.33 - - [2026-06-08 04:30:58] "GET /bgp-router/c5667b58-08bd-40c9-beb9-8ed5b70933d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.022747
10.0.0.33 - - [2026-06-08 04:30:58] "GET /bgp-router/c5667b58-08bd-40c9-beb9-8ed5b70933d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.012052
10.0.0.33 - - [2026-06-08 04:30:58] "PUT /bgp-router/c5667b58-08bd-40c9-beb9-8ed5b70933d8 HTTP/1.1" 200 254 0.047501
10.0.0.33 - - [2026-06-08 04:30:59] "PUT /bgp-router/c5667b58-08bd-40c9-beb9-8ed5b70933d8 HTTP/1.1" 200 254 0.051749
10.0.0.33 - - [2026-06-08 04:30:59] "GET /bgp-router/d8551d19-1ac8-446b-b211-663183f788c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.025323
10.0.0.33 - - [2026-06-08 04:30:59] "GET /bgp-router/d8551d19-1ac8-446b-b211-663183f788c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.010528
10.0.0.33 - - [2026-06-08 04:30:59] "PUT /bgp-router/d8551d19-1ac8-446b-b211-663183f788c6 HTTP/1.1" 200 254 0.047281
10.0.0.33 - - [2026-06-08 04:30:59] "PUT /bgp-router/d8551d19-1ac8-446b-b211-663183f788c6 HTTP/1.1" 200 254 0.042152
10.0.0.33 - - [2026-06-08 04:30:59] "GET /bgp-router/01176bb9-e229-4931-aa3a-e9de5f2c96bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.006671
10.0.0.33 - - [2026-06-08 04:30:59] "GET /bgp-router/01176bb9-e229-4931-aa3a-e9de5f2c96bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.008301
10.0.0.33 - - [2026-06-08 04:30:59] "PUT /bgp-router/01176bb9-e229-4931-aa3a-e9de5f2c96bd HTTP/1.1" 200 254 0.042483
10.0.0.33 - - [2026-06-08 04:30:59] "PUT /bgp-router/01176bb9-e229-4931-aa3a-e9de5f2c96bd HTTP/1.1" 200 254 0.054439
10.0.0.33 - - [2026-06-08 04:30:59] "GET /bgp-router/c5667b58-08bd-40c9-beb9-8ed5b70933d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.006687
10.0.0.33 - - [2026-06-08 04:30:59] "GET /bgp-router/c5667b58-08bd-40c9-beb9-8ed5b70933d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004961
10.0.0.33 - - [2026-06-08 04:30:59] "PUT /bgp-router/c5667b58-08bd-40c9-beb9-8ed5b70933d8 HTTP/1.1" 200 254 0.033001
10.0.0.33 - - [2026-06-08 04:30:59] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004290
10.0.0.33 - - [2026-06-08 04:30:59] "GET /bgp-router/c5667b58-08bd-40c9-beb9-8ed5b70933d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004867
10.0.0.33 - - [2026-06-08 04:30:59] "GET /bgp-router/c5667b58-08bd-40c9-beb9-8ed5b70933d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004402
10.0.0.33 - - [2026-06-08 04:30:59] "PUT /bgp-router/c5667b58-08bd-40c9-beb9-8ed5b70933d8 HTTP/1.1" 200 254 0.038752
10.0.0.33 - - [2026-06-08 04:30:59] "PUT /bgp-router/c5667b58-08bd-40c9-beb9-8ed5b70933d8 HTTP/1.1" 200 254 0.036575
10.0.0.33 - - [2026-06-08 04:30:59] "GET /bgp-router/d8551d19-1ac8-446b-b211-663183f788c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.006482
10.0.0.33 - - [2026-06-08 04:30:59] "GET /bgp-router/d8551d19-1ac8-446b-b211-663183f788c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.006835
10.0.0.33 - - [2026-06-08 04:30:59] "PUT /bgp-router/d8551d19-1ac8-446b-b211-663183f788c6 HTTP/1.1" 200 254 0.033923
10.0.0.33 - - [2026-06-08 04:31:00] "PUT /bgp-router/d8551d19-1ac8-446b-b211-663183f788c6 HTTP/1.1" 200 254 0.042970
10.0.0.33 - - [2026-06-08 04:31:00] "GET /bgp-router/01176bb9-e229-4931-aa3a-e9de5f2c96bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.006111
10.0.0.33 - - [2026-06-08 04:31:00] "GET /bgp-router/01176bb9-e229-4931-aa3a-e9de5f2c96bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.006266
10.0.0.33 - - [2026-06-08 04:31:00] "PUT /bgp-router/01176bb9-e229-4931-aa3a-e9de5f2c96bd HTTP/1.1" 200 254 0.039730
10.0.0.33 - - [2026-06-08 04:31:00] "PUT /bgp-router/01176bb9-e229-4931-aa3a-e9de5f2c96bd HTTP/1.1" 200 254 0.037393
10.0.0.33 - - [2026-06-08 04:31:00] "GET /bgp-router/d8551d19-1ac8-446b-b211-663183f788c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.009254
10.0.0.33 - - [2026-06-08 04:31:00] "GET /bgp-router/d8551d19-1ac8-446b-b211-663183f788c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.004777
10.0.0.33 - - [2026-06-08 04:31:00] "PUT /bgp-router/d8551d19-1ac8-446b-b211-663183f788c6 HTTP/1.1" 200 254 0.028327
10.0.0.33 - - [2026-06-08 04:31:00] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004060
10.0.0.33 - - [2026-06-08 04:31:00] "GET /bgp-router/c5667b58-08bd-40c9-beb9-8ed5b70933d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005868
10.0.0.33 - - [2026-06-08 04:31:00] "GET /bgp-router/c5667b58-08bd-40c9-beb9-8ed5b70933d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004529
10.0.0.33 - - [2026-06-08 04:31:00] "PUT /bgp-router/c5667b58-08bd-40c9-beb9-8ed5b70933d8 HTTP/1.1" 200 254 0.027932
10.0.0.33 - - [2026-06-08 04:31:00] "PUT /bgp-router/c5667b58-08bd-40c9-beb9-8ed5b70933d8 HTTP/1.1" 200 254 0.044325
10.0.0.33 - - [2026-06-08 04:31:00] "GET /bgp-router/d8551d19-1ac8-446b-b211-663183f788c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.008921
10.0.0.33 - - [2026-06-08 04:31:00] "GET /bgp-router/d8551d19-1ac8-446b-b211-663183f788c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.006248
10.0.0.33 - - [2026-06-08 04:31:00] "PUT /bgp-router/d8551d19-1ac8-446b-b211-663183f788c6 HTTP/1.1" 200 254 0.049456
10.0.0.33 - - [2026-06-08 04:31:00] "PUT /bgp-router/d8551d19-1ac8-446b-b211-663183f788c6 HTTP/1.1" 200 254 0.046315
10.0.0.33 - - [2026-06-08 04:31:00] "GET /bgp-router/01176bb9-e229-4931-aa3a-e9de5f2c96bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.018656
10.0.0.33 - - [2026-06-08 04:31:00] "GET /bgp-router/01176bb9-e229-4931-aa3a-e9de5f2c96bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.011643
10.0.0.33 - - [2026-06-08 04:31:00] "PUT /bgp-router/01176bb9-e229-4931-aa3a-e9de5f2c96bd HTTP/1.1" 200 254 0.037319
10.0.0.33 - - [2026-06-08 04:31:00] "PUT /bgp-router/01176bb9-e229-4931-aa3a-e9de5f2c96bd HTTP/1.1" 200 254 0.041165
10.0.0.33 - - [2026-06-08 04:31:01] "GET /bgp-router/01176bb9-e229-4931-aa3a-e9de5f2c96bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.008859
10.0.0.33 - - [2026-06-08 04:31:01] "GET /bgp-router/01176bb9-e229-4931-aa3a-e9de5f2c96bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.010316
10.0.0.33 - - [2026-06-08 04:31:01] "PUT /bgp-router/01176bb9-e229-4931-aa3a-e9de5f2c96bd HTTP/1.1" 200 254 0.024498
10.0.0.33 - - [2026-06-08 04:31:01] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.005355
10.0.0.33 - - [2026-06-08 04:31:01] "GET /bgp-router/c5667b58-08bd-40c9-beb9-8ed5b70933d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.006718
10.0.0.33 - - [2026-06-08 04:31:01] "GET /bgp-router/c5667b58-08bd-40c9-beb9-8ed5b70933d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.006483
10.0.0.33 - - [2026-06-08 04:31:01] "PUT /bgp-router/c5667b58-08bd-40c9-beb9-8ed5b70933d8 HTTP/1.1" 200 254 0.036112
10.0.0.33 - - [2026-06-08 04:31:01] "PUT /bgp-router/c5667b58-08bd-40c9-beb9-8ed5b70933d8 HTTP/1.1" 200 254 0.042810
10.0.0.33 - - [2026-06-08 04:31:01] "GET /bgp-router/d8551d19-1ac8-446b-b211-663183f788c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.007535
10.0.0.33 - - [2026-06-08 04:31:01] "GET /bgp-router/d8551d19-1ac8-446b-b211-663183f788c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.011759
10.0.0.33 - - [2026-06-08 04:31:01] "PUT /bgp-router/d8551d19-1ac8-446b-b211-663183f788c6 HTTP/1.1" 200 254 0.046311
10.0.0.33 - - [2026-06-08 04:31:01] "PUT /bgp-router/d8551d19-1ac8-446b-b211-663183f788c6 HTTP/1.1" 200 254 0.055033
10.0.0.33 - - [2026-06-08 04:31:01] "GET /bgp-router/01176bb9-e229-4931-aa3a-e9de5f2c96bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.005324
10.0.0.33 - - [2026-06-08 04:31:01] "GET /bgp-router/01176bb9-e229-4931-aa3a-e9de5f2c96bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.012189
10.0.0.33 - - [2026-06-08 04:31:01] "PUT /bgp-router/01176bb9-e229-4931-aa3a-e9de5f2c96bd HTTP/1.1" 200 254 0.046711
10.0.0.33 - - [2026-06-08 04:31:01] "PUT /bgp-router/01176bb9-e229-4931-aa3a-e9de5f2c96bd HTTP/1.1" 200 254 0.052000
10.0.0.33 - - [2026-06-08 04:31:06] "POST /neutron/port HTTP/1.1" 200 1127 0.029140
10.0.0.27 - - [2026-06-08 04:31:07] "GET /obj-perms HTTP/1.1" 200 5056 0.059456
10.0.0.33 - - [2026-06-08 04:31:08] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007943
10.0.0.33 - - [2026-06-08 04:31:11] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004615
10.0.0.33 - - [2026-06-08 04:31:11] "GET /bgp-router/c5667b58-08bd-40c9-beb9-8ed5b70933d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.005455
10.0.0.33 - - [2026-06-08 04:31:11] "GET /bgp-router/c5667b58-08bd-40c9-beb9-8ed5b70933d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.006310
10.0.0.33 - - [2026-06-08 04:31:11] "PUT /bgp-router/c5667b58-08bd-40c9-beb9-8ed5b70933d8 HTTP/1.1" 200 254 0.032436
10.0.0.33 - - [2026-06-08 04:31:11] "PUT /bgp-router/c5667b58-08bd-40c9-beb9-8ed5b70933d8 HTTP/1.1" 200 254 0.047224
10.0.0.33 - - [2026-06-08 04:31:12] "GET /bgp-router/d8551d19-1ac8-446b-b211-663183f788c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.020314
10.0.0.33 - - [2026-06-08 04:31:12] "GET /bgp-router/d8551d19-1ac8-446b-b211-663183f788c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.010666
10.0.0.33 - - [2026-06-08 04:31:12] "PUT /bgp-router/d8551d19-1ac8-446b-b211-663183f788c6 HTTP/1.1" 200 254 0.035480
10.0.0.33 - - [2026-06-08 04:31:12] "PUT /bgp-router/d8551d19-1ac8-446b-b211-663183f788c6 HTTP/1.1" 200 254 0.048692
10.0.0.33 - - [2026-06-08 04:31:12] "GET /bgp-router/01176bb9-e229-4931-aa3a-e9de5f2c96bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.010871
10.0.0.33 - - [2026-06-08 04:31:12] "GET /bgp-router/01176bb9-e229-4931-aa3a-e9de5f2c96bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.010040
10.0.0.33 - - [2026-06-08 04:31:12] "PUT /bgp-router/01176bb9-e229-4931-aa3a-e9de5f2c96bd HTTP/1.1" 200 254 0.034169
10.0.0.33 - - [2026-06-08 04:31:12] "PUT /bgp-router/01176bb9-e229-4931-aa3a-e9de5f2c96bd HTTP/1.1" 200 254 0.045658
10.0.0.33 - - [2026-06-08 04:31:12] "GET /bgp-router/c5667b58-08bd-40c9-beb9-8ed5b70933d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.018000
10.0.0.33 - - [2026-06-08 04:31:12] "GET /bgp-router/c5667b58-08bd-40c9-beb9-8ed5b70933d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.006910
10.0.0.33 - - [2026-06-08 04:31:12] "PUT /bgp-router/c5667b58-08bd-40c9-beb9-8ed5b70933d8 HTTP/1.1" 200 254 0.027397
10.0.0.33 - - [2026-06-08 04:31:12] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004303
10.0.0.33 - - [2026-06-08 04:31:12] "GET /bgp-router/c5667b58-08bd-40c9-beb9-8ed5b70933d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005333
10.0.0.33 - - [2026-06-08 04:31:12] "GET /bgp-router/c5667b58-08bd-40c9-beb9-8ed5b70933d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005127
10.0.0.33 - - [2026-06-08 04:31:12] "PUT /bgp-router/c5667b58-08bd-40c9-beb9-8ed5b70933d8 HTTP/1.1" 200 254 0.030164
10.0.0.33 - - [2026-06-08 04:31:12] "PUT /bgp-router/c5667b58-08bd-40c9-beb9-8ed5b70933d8 HTTP/1.1" 200 254 0.053019
10.0.0.33 - - [2026-06-08 04:31:12] "GET /bgp-router/d8551d19-1ac8-446b-b211-663183f788c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.008418
10.0.0.33 - - [2026-06-08 04:31:12] "GET /bgp-router/d8551d19-1ac8-446b-b211-663183f788c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.004745
10.0.0.33 - - [2026-06-08 04:31:12] "PUT /bgp-router/d8551d19-1ac8-446b-b211-663183f788c6 HTTP/1.1" 200 254 0.040415
10.0.0.33 - - [2026-06-08 04:31:12] "PUT /bgp-router/d8551d19-1ac8-446b-b211-663183f788c6 HTTP/1.1" 200 254 0.051991
10.0.0.33 - - [2026-06-08 04:31:13] "GET /bgp-router/01176bb9-e229-4931-aa3a-e9de5f2c96bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005535
10.0.0.33 - - [2026-06-08 04:31:13] "GET /bgp-router/01176bb9-e229-4931-aa3a-e9de5f2c96bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.014393
10.0.0.33 - - [2026-06-08 04:31:13] "PUT /bgp-router/01176bb9-e229-4931-aa3a-e9de5f2c96bd HTTP/1.1" 200 254 0.043620
10.0.0.33 - - [2026-06-08 04:31:13] "PUT /bgp-router/01176bb9-e229-4931-aa3a-e9de5f2c96bd HTTP/1.1" 200 254 0.044921
10.0.0.33 - - [2026-06-08 04:31:13] "GET /bgp-router/d8551d19-1ac8-446b-b211-663183f788c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005714
10.0.0.33 - - [2026-06-08 04:31:13] "GET /bgp-router/d8551d19-1ac8-446b-b211-663183f788c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.004315
10.0.0.33 - - [2026-06-08 04:31:13] "PUT /bgp-router/d8551d19-1ac8-446b-b211-663183f788c6 HTTP/1.1" 200 254 0.040771
10.0.0.33 - - [2026-06-08 04:31:13] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003364
10.0.0.33 - - [2026-06-08 04:31:13] "GET /bgp-router/c5667b58-08bd-40c9-beb9-8ed5b70933d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005337
10.0.0.33 - - [2026-06-08 04:31:13] "GET /bgp-router/c5667b58-08bd-40c9-beb9-8ed5b70933d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004540
10.0.0.33 - - [2026-06-08 04:31:13] "PUT /bgp-router/c5667b58-08bd-40c9-beb9-8ed5b70933d8 HTTP/1.1" 200 254 0.028383
10.0.0.33 - - [2026-06-08 04:31:13] "PUT /bgp-router/c5667b58-08bd-40c9-beb9-8ed5b70933d8 HTTP/1.1" 200 254 0.040264
10.0.0.33 - - [2026-06-08 04:31:13] "GET /bgp-router/d8551d19-1ac8-446b-b211-663183f788c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.006717
10.0.0.33 - - [2026-06-08 04:31:13] "GET /bgp-router/d8551d19-1ac8-446b-b211-663183f788c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.007121
10.0.0.33 - - [2026-06-08 04:31:13] "PUT /bgp-router/d8551d19-1ac8-446b-b211-663183f788c6 HTTP/1.1" 200 254 0.046396
10.0.0.33 - - [2026-06-08 04:31:13] "PUT /bgp-router/d8551d19-1ac8-446b-b211-663183f788c6 HTTP/1.1" 200 254 0.050937
10.0.0.33 - - [2026-06-08 04:31:13] "GET /bgp-router/01176bb9-e229-4931-aa3a-e9de5f2c96bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.009908
10.0.0.33 - - [2026-06-08 04:31:13] "GET /bgp-router/01176bb9-e229-4931-aa3a-e9de5f2c96bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.010828
10.0.0.33 - - [2026-06-08 04:31:13] "PUT /bgp-router/01176bb9-e229-4931-aa3a-e9de5f2c96bd HTTP/1.1" 200 254 0.039560
10.0.0.33 - - [2026-06-08 04:31:13] "PUT /bgp-router/01176bb9-e229-4931-aa3a-e9de5f2c96bd HTTP/1.1" 200 254 0.071439
10.0.0.33 - - [2026-06-08 04:31:13] "GET /bgp-router/01176bb9-e229-4931-aa3a-e9de5f2c96bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.008648
10.0.0.33 - - [2026-06-08 04:31:13] "GET /bgp-router/01176bb9-e229-4931-aa3a-e9de5f2c96bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.007675
10.0.0.33 - - [2026-06-08 04:31:14] "PUT /bgp-router/01176bb9-e229-4931-aa3a-e9de5f2c96bd HTTP/1.1" 200 254 0.021408
10.0.0.33 - - [2026-06-08 04:31:14] "POST /ref-update HTTP/1.1" 200 156 0.054818
10.0.0.249 - - [2026-06-08 04:31:14] "DELETE /access-control-list/a1d1e875-7e3a-488d-8130-bbcb3313e962 HTTP/1.1" 200 115 0.048888
10.0.0.33 - - [2026-06-08 04:31:14] "GET /virtual-network/67f71441-68c7-4282-882e-bf1a4877b19b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1998 0.015233
10.0.0.33 - - [2026-06-08 04:31:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004586
10.0.0.33 - - [2026-06-08 04:31:14] "GET /network-policy/e186ecc0-6873-48aa-8b6e-8de04301b35f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.005424
10.0.0.33 - - [2026-06-08 04:31:14] "POST /ref-update HTTP/1.1" 200 156 0.067665
10.0.0.249 - - [2026-06-08 04:31:14] "POST /ref-update HTTP/1.1" 200 156 0.031118
10.0.0.33 - - [2026-06-08 04:31:14] "GET /virtual-network/b4917d99-dcf9-4b81-a0fa-c9fd364be636?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.022431
10.0.0.33 - - [2026-06-08 04:31:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005051
10.0.0.33 - - [2026-06-08 04:31:14] "GET /network-policy/e186ecc0-6873-48aa-8b6e-8de04301b35f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.005197
10.0.0.33 - - [2026-06-08 04:31:14] "DELETE /network-policy/e186ecc0-6873-48aa-8b6e-8de04301b35f HTTP/1.1" 200 115 0.047952
10.0.0.33 - - [2026-06-08 04:31:14] "POST /neutron/port HTTP/1.1" 200 1127 0.026042
10.0.0.33 - - [2026-06-08 04:31:14] "POST /neutron/port HTTP/1.1" 200 1117 0.020759
10.0.0.33 - - [2026-06-08 04:31:14] "POST /neutron/port HTTP/1.1" 200 1117 0.032379
10.0.0.27 - - [2026-06-08 04:31:16] "POST /useragent-kv HTTP/1.1" 200 115 0.004678
10.0.0.27 - - [2026-06-08 04:31:16] "POST /useragent-kv HTTP/1.1" 200 115 0.002702
10.0.0.33 - - [2026-06-08 04:31:16] "POST /neutron/network HTTP/1.1" 200 151 0.147412
10.0.0.249 - - [2026-06-08 04:31:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004321
10.0.0.33 - - [2026-06-08 04:31:17] "POST /ref-update HTTP/1.1" 200 156 0.079076
10.0.0.33 - - [2026-06-08 04:31:17] "POST /neutron/network HTTP/1.1" 200 973 0.024232
10.0.0.33 - - [2026-06-08 04:31:17] "GET /virtual-network/2201265a-97bc-460c-a837-d9f4c7f36c77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2553 0.016257
10.0.0.33 - - [2026-06-08 04:31:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.010559
10.0.0.249 - - [2026-06-08 04:31:17] "POST /ref-update HTTP/1.1" 200 156 0.035495
10.0.0.33 - - [2026-06-08 04:31:17] "GET /network-policy/9b92f100-228c-4593-bc29-a6f51732ee2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.007815
10.0.0.249 - - [2026-06-08 04:31:17] "POST /fqname-to-id HTTP/1.1" 404 207 0.010735
10.0.0.33 - - [2026-06-08 04:31:17] "POST /ref-update HTTP/1.1" 200 156 0.065807
10.0.0.33 - - [2026-06-08 04:31:17] "GET /virtual-network/d2ed27da-1f19-4edf-b8db-719ce933fdc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2566 0.013566
10.0.0.33 - - [2026-06-08 04:31:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004524
10.0.0.33 - - [2026-06-08 04:31:17] "GET /network-policy/9b92f100-228c-4593-bc29-a6f51732ee2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.005271
10.0.0.33 - - [2026-06-08 04:31:17] "DELETE /network-policy/9b92f100-228c-4593-bc29-a6f51732ee2b HTTP/1.1" 200 115 0.054332
10.0.0.33 - - [2026-06-08 04:31:17] "POST /neutron/network HTTP/1.1" 400 204 0.017806
10.0.0.33 - - [2026-06-08 04:31:18] "POST /neutron/port HTTP/1.1" 200 151 0.287432
10.0.0.33 - - [2026-06-08 04:31:18] "POST /neutron/port HTTP/1.1" 200 151 0.322711
10.0.0.249 - - [2026-06-08 04:31:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005087
10.0.0.33 - - [2026-06-08 04:31:19] "POST /neutron/network HTTP/1.1" 200 977 0.012962
10.0.0.249 - - [2026-06-08 04:31:20] "DELETE /route-target/a6fc4c95-29fd-4c96-aa6d-ae280d995ac6 HTTP/1.1" 200 115 0.026501
10.0.0.33 - - [2026-06-08 04:31:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004905
10.0.0.27 - - [2026-06-08 04:31:21] "GET /projects?obj_uuids=f3b59728-e095-454d-907e-e94544ead891&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002164
10.0.0.33 - - [2026-06-08 04:31:21] "GET /project/f3b59728-e095-454d-907e-e94544ead891?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.052385
10.0.0.27 - - [2026-06-08 04:31:21] "GET /projects?obj_uuids=f3b59728-e095-454d-907e-e94544ead891&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001201
10.0.0.33 - - [2026-06-08 04:31:21] "POST /neutron/network HTTP/1.1" 200 601 0.156008
10.0.0.33 - - [2026-06-08 04:31:22] "POST /neutron/network HTTP/1.1" 200 976 0.013603
10.0.0.33 - - [2026-06-08 04:31:22] "POST /id-to-fqname HTTP/1.1" 200 222 0.001282
10.0.0.33 - - [2026-06-08 04:31:22] "GET /virtual-network/d6a84cbe-5286-40cb-92e6-b3cbf1a3f086?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.006574
10.0.0.33 - - [2026-06-08 04:31:22] "GET /virtual-network/d6a84cbe-5286-40cb-92e6-b3cbf1a3f086?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.009872
10.0.0.33 - - [2026-06-08 04:31:22] "POST /neutron/subnet HTTP/1.1" 200 716 0.009532
10.0.0.33 - - [2026-06-08 04:31:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003633
10.0.0.27 - - [2026-06-08 04:31:22] "GET /projects?obj_uuids=f3b59728-e095-454d-907e-e94544ead891&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001189
10.0.0.33 - - [2026-06-08 04:31:22] "GET /project/f3b59728-e095-454d-907e-e94544ead891?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.062630
10.0.0.27 - - [2026-06-08 04:31:22] "GET /projects?obj_uuids=f3b59728-e095-454d-907e-e94544ead891&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001350
10.0.0.33 - - [2026-06-08 04:31:22] "POST /neutron/network HTTP/1.1" 200 601 0.180287
10.0.0.249 - - [2026-06-08 04:31:22] "POST /route-targets HTTP/1.1" 200 327 0.016613
10.0.0.249 - - [2026-06-08 04:31:22] "POST /fqname-to-id HTTP/1.1" 404 207 0.012170
10.0.0.33 - - [2026-06-08 04:31:23] "POST /neutron/network HTTP/1.1" 200 974 0.013569
10.0.0.33 - - [2026-06-08 04:31:23] "POST /id-to-fqname HTTP/1.1" 200 222 0.001361
10.0.0.33 - - [2026-06-08 04:31:23] "GET /virtual-network/7fff0d03-1c5e-466d-8cca-72fa79a1ae06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.006075
10.0.0.33 - - [2026-06-08 04:31:23] "GET /virtual-network/7fff0d03-1c5e-466d-8cca-72fa79a1ae06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.006160
10.0.0.33 - - [2026-06-08 04:31:23] "POST /neutron/subnet HTTP/1.1" 200 716 0.011135
10.0.0.33 - - [2026-06-08 04:31:23] "POST /id-to-fqname HTTP/1.1" 200 222 0.001845
10.0.0.33 - - [2026-06-08 04:31:23] "POST /neutron/network HTTP/1.1" 200 986 0.015013
10.0.0.27 - - [2026-06-08 04:31:24] "GET /projects?obj_uuids=f3b59728-e095-454d-907e-e94544ead891&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001719
10.0.0.33 - - [2026-06-08 04:31:24] "GET /project/f3b59728-e095-454d-907e-e94544ead891?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.096108
10.0.0.33 - - [2026-06-08 04:31:24] "POST /neutron/port HTTP/1.1" 200 117 0.008808
10.0.0.33 - - [2026-06-08 04:31:24] "POST /id-to-fqname HTTP/1.1" 200 222 0.001805
10.0.0.33 - - [2026-06-08 04:31:24] "POST /neutron/network HTTP/1.1" 200 986 0.010286
10.0.0.33 - - [2026-06-08 04:31:25] "POST /neutron/port HTTP/1.1" 200 1154 0.025863
10.0.0.33 - - [2026-06-08 04:31:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004556
10.0.0.27 - - [2026-06-08 04:31:25] "GET /projects?obj_uuids=f3b59728-e095-454d-907e-e94544ead891&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001117
10.0.0.33 - - [2026-06-08 04:31:25] "GET /project/f3b59728-e095-454d-907e-e94544ead891?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.078286
10.0.0.33 - - [2026-06-08 04:31:25] "POST /neutron/port HTTP/1.1" 200 117 0.001623
10.0.0.33 - - [2026-06-08 04:31:25] "POST /neutron/network HTTP/1.1" 200 976 0.012006
10.0.0.33 - - [2026-06-08 04:31:26] "POST /neutron/port HTTP/1.1" 200 117 0.012300
10.0.0.33 - - [2026-06-08 04:31:26] "POST /neutron/network HTTP/1.1" 200 984 0.009833
10.0.0.33 - - [2026-06-08 04:31:26] "POST /neutron/port HTTP/1.1" 200 1152 0.028676
10.0.0.33 - - [2026-06-08 04:31:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004742
10.0.0.33 - - [2026-06-08 04:31:27] "POST /neutron/port HTTP/1.1" 200 117 0.001852
10.0.0.33 - - [2026-06-08 04:31:31] "POST /neutron/port HTTP/1.1" 200 1218 0.020942
10.0.0.33 - - [2026-06-08 04:31:31] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008586
10.0.0.33 - - [2026-06-08 04:31:31] "GET /virtual-machine/b877dd2a-7f73-4c14-8701-d6a04bf5e551 HTTP/1.1" 200 1300 0.006593
10.0.0.33 - - [2026-06-08 04:31:31] "GET /virtual-machine-interface/37026acc-de5c-48b8-8360-87489b38359c HTTP/1.1" 200 3156 0.005976
10.0.0.33 - - [2026-06-08 04:31:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004615
10.0.0.33 - - [2026-06-08 04:31:31] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005792
10.0.0.33 - - [2026-06-08 04:31:31] "GET /virtual-networks?parent_id=f3b59728-e095-454d-907e-e94544ead891&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004420
10.0.0.33 - - [2026-06-08 04:31:31] "GET /virtual-network/d6a84cbe-5286-40cb-92e6-b3cbf1a3f086?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.006279
10.0.0.33 - - [2026-06-08 04:31:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003881
10.0.0.33 - - [2026-06-08 04:31:34] "GET /virtual-network/d6a84cbe-5286-40cb-92e6-b3cbf1a3f086?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.005971
10.0.0.33 - - [2026-06-08 04:31:35] "POST /neutron/port HTTP/1.1" 200 1216 0.048588
10.0.0.33 - - [2026-06-08 04:31:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005016
10.0.0.33 - - [2026-06-08 04:31:35] "POST /neutron/port HTTP/1.1" 200 117 0.001853
10.0.0.33 - - [2026-06-08 04:31:35] "POST /neutron/port HTTP/1.1" 200 1218 0.051542
10.0.0.33 - - [2026-06-08 04:31:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004041
10.0.0.33 - - [2026-06-08 04:31:36] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004352
10.0.0.33 - - [2026-06-08 04:31:36] "GET /virtual-networks?parent_id=f3b59728-e095-454d-907e-e94544ead891&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003223
10.0.0.33 - - [2026-06-08 04:31:36] "GET /virtual-network/d6a84cbe-5286-40cb-92e6-b3cbf1a3f086?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.006063
10.0.0.33 - - [2026-06-08 04:31:36] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009011
10.0.0.33 - - [2026-06-08 04:31:42] "POST /neutron/port HTTP/1.1" 200 1216 0.026890
10.0.0.33 - - [2026-06-08 04:31:42] "POST /neutron/security_group HTTP/1.1" 200 2066 0.012418
10.0.0.33 - - [2026-06-08 04:31:42] "GET /virtual-machine/31a93d83-3240-4e0d-a302-6073a86b8049 HTTP/1.1" 200 1300 0.009695
10.0.0.33 - - [2026-06-08 04:31:42] "GET /virtual-machine-interface/bd5e5585-ebee-4f1e-bde2-547b6de08b81 HTTP/1.1" 200 3158 0.006858
10.0.0.33 - - [2026-06-08 04:31:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003481
10.0.0.33 - - [2026-06-08 04:31:42] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004028
10.0.0.33 - - [2026-06-08 04:31:42] "GET /virtual-networks?parent_id=f3b59728-e095-454d-907e-e94544ead891&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004582
10.0.0.33 - - [2026-06-08 04:31:42] "GET /virtual-network/7fff0d03-1c5e-466d-8cca-72fa79a1ae06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.005883
10.0.0.33 - - [2026-06-08 04:31:43] "POST /neutron/port HTTP/1.1" 200 1109 0.024576
10.0.0.33 - - [2026-06-08 04:31:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004879
10.0.0.33 - - [2026-06-08 04:31:43] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006289
10.0.0.33 - - [2026-06-08 04:31:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007814
10.0.0.33 - - [2026-06-08 04:31:43] "GET /virtual-networks?parent_id=f3b59728-e095-454d-907e-e94544ead891&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004173
10.0.0.33 - - [2026-06-08 04:31:43] "GET /virtual-network/7fff0d03-1c5e-466d-8cca-72fa79a1ae06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.007484
10.0.0.33 - - [2026-06-08 04:31:43] "POST /neutron/network HTTP/1.1" 200 929 0.009171
10.0.0.33 - - [2026-06-08 04:31:43] "POST /fqname-to-id HTTP/1.1" 404 209 0.004827
10.0.0.33 - - [2026-06-08 04:31:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004282
10.0.0.27 - - [2026-06-08 04:31:43] "GET /projects?obj_uuids=f3b59728-e095-454d-907e-e94544ead891&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001790
10.0.0.33 - - [2026-06-08 04:31:43] "GET /project/f3b59728-e095-454d-907e-e94544ead891?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.054920
10.0.0.33 - - [2026-06-08 04:31:43] "POST /network-policys HTTP/1.1" 200 533 0.038212
10.0.0.33 - - [2026-06-08 04:31:44] "GET /network-policy/573e1cac-9548-48d6-87ad-1b742eb77b33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.010112
10.0.0.33 - - [2026-06-08 04:31:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003716
10.0.0.33 - - [2026-06-08 04:31:44] "GET /virtual-network/d6a84cbe-5286-40cb-92e6-b3cbf1a3f086?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.006486
10.0.0.33 - - [2026-06-08 04:31:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004346
10.0.0.33 - - [2026-06-08 04:31:44] "GET /network-policy/573e1cac-9548-48d6-87ad-1b742eb77b33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.006101
10.0.0.33 - - [2026-06-08 04:31:44] "POST /ref-update HTTP/1.1" 200 156 0.069492
10.0.0.33 - - [2026-06-08 04:31:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004524
10.0.0.33 - - [2026-06-08 04:31:44] "GET /network-policy/573e1cac-9548-48d6-87ad-1b742eb77b33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.014616
10.0.0.33 - - [2026-06-08 04:31:44] "GET /virtual-network/d6a84cbe-5286-40cb-92e6-b3cbf1a3f086?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2870 0.008692
10.0.0.33 - - [2026-06-08 04:31:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003711
10.0.0.33 - - [2026-06-08 04:31:44] "GET /network-policy/573e1cac-9548-48d6-87ad-1b742eb77b33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.004554
10.0.0.33 - - [2026-06-08 04:31:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003967
10.0.0.33 - - [2026-06-08 04:31:44] "GET /virtual-network/7fff0d03-1c5e-466d-8cca-72fa79a1ae06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.007560
10.0.0.33 - - [2026-06-08 04:31:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004436
10.0.0.33 - - [2026-06-08 04:31:44] "GET /network-policy/573e1cac-9548-48d6-87ad-1b742eb77b33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.005095
10.0.0.249 - - [2026-06-08 04:31:44] "POST /access-control-lists HTTP/1.1" 200 578 0.045485
10.0.0.249 - - [2026-06-08 04:31:44] "POST /fqname-to-id HTTP/1.1" 404 207 0.006091
10.0.0.33 - - [2026-06-08 04:31:44] "POST /ref-update HTTP/1.1" 200 156 0.088075
10.0.0.33 - - [2026-06-08 04:31:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.009760
10.0.0.249 - - [2026-06-08 04:31:44] "POST /ref-update HTTP/1.1" 200 156 0.038054
10.0.0.33 - - [2026-06-08 04:31:44] "GET /network-policy/573e1cac-9548-48d6-87ad-1b742eb77b33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.004014
10.0.0.33 - - [2026-06-08 04:31:44] "GET /virtual-network/7fff0d03-1c5e-466d-8cca-72fa79a1ae06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2863 0.008555
10.0.0.33 - - [2026-06-08 04:31:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004287
10.0.0.33 - - [2026-06-08 04:31:44] "GET /network-policy/573e1cac-9548-48d6-87ad-1b742eb77b33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.004777
10.0.0.33 - - [2026-06-08 04:31:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003704
10.0.0.27 - - [2026-06-08 04:31:44] "GET /projects?obj_uuids=f3b59728-e095-454d-907e-e94544ead891&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001435
10.0.0.33 - - [2026-06-08 04:31:44] "GET /project/f3b59728-e095-454d-907e-e94544ead891?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.066063
10.0.0.33 - - [2026-06-08 04:31:45] "POST /neutron/network HTTP/1.1" 200 117 0.017229
10.0.0.33 - - [2026-06-08 04:31:45] "POST /neutron/network HTTP/1.1" 200 799 0.009201
10.0.0.33 - - [2026-06-08 04:31:45] "POST /id-to-fqname HTTP/1.1" 200 214 0.001626
10.0.0.33 - - [2026-06-08 04:31:45] "GET /virtual-network/03e971a8-8439-420c-b86f-b066f544e478?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1998 0.005783
10.0.0.33 - - [2026-06-08 04:31:45] "GET /virtual-network/03e971a8-8439-420c-b86f-b066f544e478?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1998 0.009951
10.0.0.33 - - [2026-06-08 04:31:45] "POST /neutron/subnet HTTP/1.1" 200 701 0.010351
10.0.0.33 - - [2026-06-08 04:31:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.006062
10.0.0.27 - - [2026-06-08 04:31:45] "GET /projects?obj_uuids=f3b59728-e095-454d-907e-e94544ead891&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001353
10.0.0.33 - - [2026-06-08 04:31:45] "GET /project/f3b59728-e095-454d-907e-e94544ead891?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.066812
10.0.0.249 - - [2026-06-08 04:31:45] "POST /route-targets HTTP/1.1" 200 327 0.021820
10.0.0.27 - - [2026-06-08 04:31:46] "POST /useragent-kv HTTP/1.1" 200 115 0.007982
10.0.0.33 - - [2026-06-08 04:31:46] "POST /neutron/subnet HTTP/1.1" 200 701 0.268516
10.0.0.33 - - [2026-06-08 04:31:46] "POST /id-to-fqname HTTP/1.1" 200 214 0.001870
10.0.0.33 - - [2026-06-08 04:31:46] "GET /virtual-network/304a3469-dfa5-413e-b71d-62bc19c241c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.007098
10.0.0.33 - - [2026-06-08 04:31:46] "GET /virtual-network/304a3469-dfa5-413e-b71d-62bc19c241c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.015170
10.0.0.33 - - [2026-06-08 04:31:46] "POST /neutron/network HTTP/1.1" 200 799 0.015245
10.0.0.33 - - [2026-06-08 04:31:46] "POST /fqname-to-id HTTP/1.1" 404 239 0.004508
10.0.0.33 - - [2026-06-08 04:31:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.006076
10.0.0.27 - - [2026-06-08 04:31:46] "GET /projects?obj_uuids=f3b59728-e095-454d-907e-e94544ead891&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002385
10.0.0.33 - - [2026-06-08 04:31:46] "GET /project/f3b59728-e095-454d-907e-e94544ead891?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.068852
10.0.0.33 - - [2026-06-08 04:31:46] "POST /network-policys HTTP/1.1" 200 587 0.048728
10.0.0.33 - - [2026-06-08 04:31:46] "GET /network-policy/efd3f2a5-ac2b-4760-933c-fa14104cad47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.011304
10.0.0.33 - - [2026-06-08 04:31:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.007104
10.0.0.33 - - [2026-06-08 04:31:46] "GET /virtual-network/03e971a8-8439-420c-b86f-b066f544e478?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1998 0.009249
10.0.0.33 - - [2026-06-08 04:31:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004750
10.0.0.33 - - [2026-06-08 04:31:46] "GET /network-policy/efd3f2a5-ac2b-4760-933c-fa14104cad47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.005192
10.0.0.33 - - [2026-06-08 04:31:46] "POST /ref-update HTTP/1.1" 200 156 0.065653
10.0.0.249 - - [2026-06-08 04:31:46] "POST /access-control-lists HTTP/1.1" 200 554 0.046314
10.0.0.33 - - [2026-06-08 04:31:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.008909
10.0.0.33 - - [2026-06-08 04:31:46] "GET /network-policy/efd3f2a5-ac2b-4760-933c-fa14104cad47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.004348
10.0.0.33 - - [2026-06-08 04:31:46] "GET /virtual-network/03e971a8-8439-420c-b86f-b066f544e478?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2332 0.009790
10.0.0.33 - - [2026-06-08 04:31:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003875
10.0.0.33 - - [2026-06-08 04:31:46] "GET /network-policy/efd3f2a5-ac2b-4760-933c-fa14104cad47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.004955
10.0.0.33 - - [2026-06-08 04:31:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003416
10.0.0.33 - - [2026-06-08 04:31:47] "GET /virtual-network/304a3469-dfa5-413e-b71d-62bc19c241c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.005947
10.0.0.33 - - [2026-06-08 04:31:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003474
10.0.0.33 - - [2026-06-08 04:31:47] "GET /network-policy/efd3f2a5-ac2b-4760-933c-fa14104cad47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.005858
10.0.0.33 - - [2026-06-08 04:31:47] "POST /ref-update HTTP/1.1" 200 156 0.074338
10.0.0.33 - - [2026-06-08 04:31:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.016360
10.0.0.249 - - [2026-06-08 04:31:47] "POST /ref-update HTTP/1.1" 200 156 0.033147
10.0.0.33 - - [2026-06-08 04:31:47] "GET /network-policy/efd3f2a5-ac2b-4760-933c-fa14104cad47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.004053
10.0.0.33 - - [2026-06-08 04:31:47] "POST /neutron/network HTTP/1.1" 200 912 0.011979
10.0.0.33 - - [2026-06-08 04:31:47] "GET /virtual-network/304a3469-dfa5-413e-b71d-62bc19c241c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2332 0.005660
10.0.0.33 - - [2026-06-08 04:31:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.006063
10.0.0.33 - - [2026-06-08 04:31:47] "GET /network-policy/efd3f2a5-ac2b-4760-933c-fa14104cad47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.004342
10.0.0.33 - - [2026-06-08 04:31:47] "POST /id-to-fqname HTTP/1.1" 200 214 0.001471
10.0.0.33 - - [2026-06-08 04:31:47] "POST /neutron/network HTTP/1.1" 200 922 0.008252
10.0.0.27 - - [2026-06-08 04:31:48] "GET /projects?obj_uuids=f3b59728-e095-454d-907e-e94544ead891&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001196
10.0.0.33 - - [2026-06-08 04:31:48] "GET /project/f3b59728-e095-454d-907e-e94544ead891?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.078256
10.0.0.33 - - [2026-06-08 04:31:48] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009148
10.0.0.33 - - [2026-06-08 04:31:48] "POST /id-to-fqname HTTP/1.1" 200 214 0.001553
10.0.0.33 - - [2026-06-08 04:31:48] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009124
10.0.0.27 - - [2026-06-08 04:31:49] "GET /projects?obj_uuids=f3b59728-e095-454d-907e-e94544ead891&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001356
10.0.0.33 - - [2026-06-08 04:31:49] "POST /neutron/port HTTP/1.1" 200 1063 0.380969
10.0.0.33 - - [2026-06-08 04:31:49] "POST /neutron/port HTTP/1.1" 200 1117 0.115455
10.0.0.27 - - [2026-06-08 04:31:49] "GET /projects?obj_uuids=f3b59728-e095-454d-907e-e94544ead891&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002793
10.0.0.33 - - [2026-06-08 04:31:50] "POST /neutron/subnet HTTP/1.1" 200 675 0.012013
10.0.0.33 - - [2026-06-08 04:31:50] "GET /project/f3b59728-e095-454d-907e-e94544ead891?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.101233
10.0.0.33 - - [2026-06-08 04:31:50] "POST /neutron/network HTTP/1.1" 200 912 0.011771
10.0.0.33 - - [2026-06-08 04:31:50] "POST /neutron/port HTTP/1.1" 200 117 0.008188
10.0.0.33 - - [2026-06-08 04:31:50] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004769
10.0.0.33 - - [2026-06-08 04:31:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004303
10.0.0.33 - - [2026-06-08 04:31:50] "GET /bgp-router/c5667b58-08bd-40c9-beb9-8ed5b70933d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005638
10.0.0.33 - - [2026-06-08 04:31:51] "POST /neutron/port HTTP/1.1" 200 1063 0.029759
10.0.0.33 - - [2026-06-08 04:31:51] "POST /neutron/port HTTP/1.1" 200 1127 0.020223
10.0.0.33 - - [2026-06-08 04:31:51] "POST /neutron/port HTTP/1.1" 200 117 0.001329
10.0.0.33 - - [2026-06-08 04:31:51] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004647
10.0.0.33 - - [2026-06-08 04:31:51] "GET /bgp-router/c5667b58-08bd-40c9-beb9-8ed5b70933d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005941
10.0.0.33 - - [2026-06-08 04:31:51] "GET /bgp-router/c5667b58-08bd-40c9-beb9-8ed5b70933d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004667
10.0.0.33 - - [2026-06-08 04:31:51] "PUT /bgp-router/c5667b58-08bd-40c9-beb9-8ed5b70933d8 HTTP/1.1" 200 254 0.034033
10.0.0.33 - - [2026-06-08 04:31:51] "PUT /bgp-router/c5667b58-08bd-40c9-beb9-8ed5b70933d8 HTTP/1.1" 200 254 0.037654
10.0.0.33 - - [2026-06-08 04:31:51] "GET /bgp-router/d8551d19-1ac8-446b-b211-663183f788c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.015154
10.0.0.33 - - [2026-06-08 04:31:51] "GET /bgp-router/d8551d19-1ac8-446b-b211-663183f788c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.009231
10.0.0.33 - - [2026-06-08 04:31:51] "PUT /bgp-router/d8551d19-1ac8-446b-b211-663183f788c6 HTTP/1.1" 200 254 0.040678
10.0.0.33 - - [2026-06-08 04:31:52] "PUT /bgp-router/d8551d19-1ac8-446b-b211-663183f788c6 HTTP/1.1" 200 254 0.042722
10.0.0.33 - - [2026-06-08 04:31:52] "GET /bgp-router/01176bb9-e229-4931-aa3a-e9de5f2c96bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.019067
10.0.0.33 - - [2026-06-08 04:31:52] "GET /bgp-router/01176bb9-e229-4931-aa3a-e9de5f2c96bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.012889
10.0.0.33 - - [2026-06-08 04:31:52] "PUT /bgp-router/01176bb9-e229-4931-aa3a-e9de5f2c96bd HTTP/1.1" 200 254 0.047591
10.0.0.33 - - [2026-06-08 04:31:52] "PUT /bgp-router/01176bb9-e229-4931-aa3a-e9de5f2c96bd HTTP/1.1" 200 254 0.033409
10.0.0.33 - - [2026-06-08 04:31:52] "GET /bgp-router/c5667b58-08bd-40c9-beb9-8ed5b70933d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.013057
10.0.0.33 - - [2026-06-08 04:31:52] "GET /bgp-router/c5667b58-08bd-40c9-beb9-8ed5b70933d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.011586
10.0.0.33 - - [2026-06-08 04:31:52] "PUT /bgp-router/c5667b58-08bd-40c9-beb9-8ed5b70933d8 HTTP/1.1" 200 254 0.027054
10.0.0.33 - - [2026-06-08 04:31:52] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.005870
10.0.0.33 - - [2026-06-08 04:31:52] "GET /bgp-router/c5667b58-08bd-40c9-beb9-8ed5b70933d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.006394
10.0.0.33 - - [2026-06-08 04:31:52] "GET /bgp-router/c5667b58-08bd-40c9-beb9-8ed5b70933d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005519
10.0.0.33 - - [2026-06-08 04:31:52] "PUT /bgp-router/c5667b58-08bd-40c9-beb9-8ed5b70933d8 HTTP/1.1" 200 254 0.040489
10.0.0.33 - - [2026-06-08 04:31:52] "PUT /bgp-router/c5667b58-08bd-40c9-beb9-8ed5b70933d8 HTTP/1.1" 200 254 0.062816
10.0.0.33 - - [2026-06-08 04:31:52] "GET /bgp-router/d8551d19-1ac8-446b-b211-663183f788c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.008734
10.0.0.33 - - [2026-06-08 04:31:52] "GET /bgp-router/d8551d19-1ac8-446b-b211-663183f788c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.006254
10.0.0.33 - - [2026-06-08 04:31:52] "PUT /bgp-router/d8551d19-1ac8-446b-b211-663183f788c6 HTTP/1.1" 200 254 0.039541
10.0.0.33 - - [2026-06-08 04:31:52] "PUT /bgp-router/d8551d19-1ac8-446b-b211-663183f788c6 HTTP/1.1" 200 254 0.039961
10.0.0.33 - - [2026-06-08 04:31:52] "GET /bgp-router/01176bb9-e229-4931-aa3a-e9de5f2c96bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.009930
10.0.0.33 - - [2026-06-08 04:31:52] "GET /bgp-router/01176bb9-e229-4931-aa3a-e9de5f2c96bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.008808
10.0.0.33 - - [2026-06-08 04:31:52] "PUT /bgp-router/01176bb9-e229-4931-aa3a-e9de5f2c96bd HTTP/1.1" 200 254 0.028950
10.0.0.33 - - [2026-06-08 04:31:53] "PUT /bgp-router/01176bb9-e229-4931-aa3a-e9de5f2c96bd HTTP/1.1" 200 254 0.038617
10.0.0.33 - - [2026-06-08 04:31:53] "GET /bgp-router/d8551d19-1ac8-446b-b211-663183f788c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.006478
10.0.0.33 - - [2026-06-08 04:31:53] "GET /bgp-router/d8551d19-1ac8-446b-b211-663183f788c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.006719
10.0.0.33 - - [2026-06-08 04:31:53] "PUT /bgp-router/d8551d19-1ac8-446b-b211-663183f788c6 HTTP/1.1" 200 254 0.018752
10.0.0.33 - - [2026-06-08 04:31:53] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004035
10.0.0.33 - - [2026-06-08 04:31:53] "GET /bgp-router/c5667b58-08bd-40c9-beb9-8ed5b70933d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005013
10.0.0.33 - - [2026-06-08 04:31:53] "GET /bgp-router/c5667b58-08bd-40c9-beb9-8ed5b70933d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004220
10.0.0.33 - - [2026-06-08 04:31:53] "PUT /bgp-router/c5667b58-08bd-40c9-beb9-8ed5b70933d8 HTTP/1.1" 200 254 0.031563
10.0.0.33 - - [2026-06-08 04:31:53] "PUT /bgp-router/c5667b58-08bd-40c9-beb9-8ed5b70933d8 HTTP/1.1" 200 254 0.048098
10.0.0.33 - - [2026-06-08 04:31:53] "GET /bgp-router/d8551d19-1ac8-446b-b211-663183f788c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.014885
10.0.0.33 - - [2026-06-08 04:31:53] "GET /bgp-router/d8551d19-1ac8-446b-b211-663183f788c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.008379
10.0.0.33 - - [2026-06-08 04:31:53] "PUT /bgp-router/d8551d19-1ac8-446b-b211-663183f788c6 HTTP/1.1" 200 254 0.032607
10.0.0.33 - - [2026-06-08 04:31:53] "PUT /bgp-router/d8551d19-1ac8-446b-b211-663183f788c6 HTTP/1.1" 200 254 0.048603
10.0.0.33 - - [2026-06-08 04:31:53] "GET /bgp-router/01176bb9-e229-4931-aa3a-e9de5f2c96bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005662
10.0.0.33 - - [2026-06-08 04:31:53] "GET /bgp-router/01176bb9-e229-4931-aa3a-e9de5f2c96bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.008889
10.0.0.33 - - [2026-06-08 04:31:53] "PUT /bgp-router/01176bb9-e229-4931-aa3a-e9de5f2c96bd HTTP/1.1" 200 254 0.031885
10.0.0.33 - - [2026-06-08 04:31:53] "PUT /bgp-router/01176bb9-e229-4931-aa3a-e9de5f2c96bd HTTP/1.1" 200 254 0.048992
10.0.0.33 - - [2026-06-08 04:31:53] "GET /bgp-router/01176bb9-e229-4931-aa3a-e9de5f2c96bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.007093
10.0.0.33 - - [2026-06-08 04:31:53] "GET /bgp-router/01176bb9-e229-4931-aa3a-e9de5f2c96bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.009528
10.0.0.33 - - [2026-06-08 04:31:53] "PUT /bgp-router/01176bb9-e229-4931-aa3a-e9de5f2c96bd HTTP/1.1" 200 254 0.020540
10.0.0.33 - - [2026-06-08 04:31:53] "GET /bgp-router/c5667b58-08bd-40c9-beb9-8ed5b70933d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004692
10.0.0.33 - - [2026-06-08 04:31:53] "GET /bgp-router/c5667b58-08bd-40c9-beb9-8ed5b70933d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004947
10.0.0.33 - - [2026-06-08 04:31:53] "PUT /bgp-router/c5667b58-08bd-40c9-beb9-8ed5b70933d8 HTTP/1.1" 200 254 0.018871
10.0.0.33 - - [2026-06-08 04:31:54] "GET /bgp-router/d8551d19-1ac8-446b-b211-663183f788c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005060
10.0.0.33 - - [2026-06-08 04:31:54] "GET /bgp-router/d8551d19-1ac8-446b-b211-663183f788c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.004032
10.0.0.33 - - [2026-06-08 04:31:54] "PUT /bgp-router/d8551d19-1ac8-446b-b211-663183f788c6 HTTP/1.1" 200 254 0.016190
10.0.0.33 - - [2026-06-08 04:31:54] "GET /bgp-router/01176bb9-e229-4931-aa3a-e9de5f2c96bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.006713
10.0.0.33 - - [2026-06-08 04:31:54] "GET /bgp-router/01176bb9-e229-4931-aa3a-e9de5f2c96bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.008424
10.0.0.33 - - [2026-06-08 04:31:54] "PUT /bgp-router/01176bb9-e229-4931-aa3a-e9de5f2c96bd HTTP/1.1" 200 254 0.022025
10.0.0.33 - - [2026-06-08 04:31:59] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008239
10.0.0.33 - - [2026-06-08 04:32:04] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004372
10.0.0.33 - - [2026-06-08 04:32:04] "GET /bgp-router/c5667b58-08bd-40c9-beb9-8ed5b70933d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.005386
10.0.0.33 - - [2026-06-08 04:32:04] "GET /bgp-router/c5667b58-08bd-40c9-beb9-8ed5b70933d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.005531
10.0.0.33 - - [2026-06-08 04:32:04] "PUT /bgp-router/c5667b58-08bd-40c9-beb9-8ed5b70933d8 HTTP/1.1" 200 254 0.033082
10.0.0.33 - - [2026-06-08 04:32:04] "PUT /bgp-router/c5667b58-08bd-40c9-beb9-8ed5b70933d8 HTTP/1.1" 200 254 0.033140
10.0.0.33 - - [2026-06-08 04:32:04] "GET /bgp-router/d8551d19-1ac8-446b-b211-663183f788c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.006589
10.0.0.33 - - [2026-06-08 04:32:04] "GET /bgp-router/d8551d19-1ac8-446b-b211-663183f788c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.007625
10.0.0.33 - - [2026-06-08 04:32:04] "PUT /bgp-router/d8551d19-1ac8-446b-b211-663183f788c6 HTTP/1.1" 200 254 0.042992
10.0.0.33 - - [2026-06-08 04:32:04] "PUT /bgp-router/d8551d19-1ac8-446b-b211-663183f788c6 HTTP/1.1" 200 254 0.058182
10.0.0.33 - - [2026-06-08 04:32:04] "GET /bgp-router/01176bb9-e229-4931-aa3a-e9de5f2c96bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.009939
10.0.0.33 - - [2026-06-08 04:32:04] "GET /bgp-router/01176bb9-e229-4931-aa3a-e9de5f2c96bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.006444
10.0.0.33 - - [2026-06-08 04:32:04] "PUT /bgp-router/01176bb9-e229-4931-aa3a-e9de5f2c96bd HTTP/1.1" 200 254 0.039913
10.0.0.33 - - [2026-06-08 04:32:04] "PUT /bgp-router/01176bb9-e229-4931-aa3a-e9de5f2c96bd HTTP/1.1" 200 254 0.036152
10.0.0.33 - - [2026-06-08 04:32:04] "GET /bgp-router/c5667b58-08bd-40c9-beb9-8ed5b70933d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.012190
10.0.0.33 - - [2026-06-08 04:32:04] "GET /bgp-router/c5667b58-08bd-40c9-beb9-8ed5b70933d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.005463
10.0.0.33 - - [2026-06-08 04:32:04] "PUT /bgp-router/c5667b58-08bd-40c9-beb9-8ed5b70933d8 HTTP/1.1" 200 254 0.030712
10.0.0.33 - - [2026-06-08 04:32:04] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004439
10.0.0.33 - - [2026-06-08 04:32:04] "GET /bgp-router/c5667b58-08bd-40c9-beb9-8ed5b70933d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.007141
10.0.0.33 - - [2026-06-08 04:32:04] "GET /bgp-router/c5667b58-08bd-40c9-beb9-8ed5b70933d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005364
10.0.0.33 - - [2026-06-08 04:32:04] "PUT /bgp-router/c5667b58-08bd-40c9-beb9-8ed5b70933d8 HTTP/1.1" 200 254 0.033089
10.0.0.33 - - [2026-06-08 04:32:05] "PUT /bgp-router/c5667b58-08bd-40c9-beb9-8ed5b70933d8 HTTP/1.1" 200 254 0.046761
10.0.0.33 - - [2026-06-08 04:32:05] "GET /bgp-router/d8551d19-1ac8-446b-b211-663183f788c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.008236
10.0.0.33 - - [2026-06-08 04:32:05] "GET /bgp-router/d8551d19-1ac8-446b-b211-663183f788c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.008441
10.0.0.33 - - [2026-06-08 04:32:05] "PUT /bgp-router/d8551d19-1ac8-446b-b211-663183f788c6 HTTP/1.1" 200 254 0.031434
10.0.0.33 - - [2026-06-08 04:32:05] "PUT /bgp-router/d8551d19-1ac8-446b-b211-663183f788c6 HTTP/1.1" 200 254 0.059339
10.0.0.33 - - [2026-06-08 04:32:05] "GET /bgp-router/01176bb9-e229-4931-aa3a-e9de5f2c96bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.008013
10.0.0.33 - - [2026-06-08 04:32:05] "GET /bgp-router/01176bb9-e229-4931-aa3a-e9de5f2c96bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.006160
10.0.0.33 - - [2026-06-08 04:32:05] "PUT /bgp-router/01176bb9-e229-4931-aa3a-e9de5f2c96bd HTTP/1.1" 200 254 0.034954
10.0.0.33 - - [2026-06-08 04:32:05] "PUT /bgp-router/01176bb9-e229-4931-aa3a-e9de5f2c96bd HTTP/1.1" 200 254 0.039633
10.0.0.33 - - [2026-06-08 04:32:05] "GET /bgp-router/d8551d19-1ac8-446b-b211-663183f788c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.006480
10.0.0.33 - - [2026-06-08 04:32:05] "GET /bgp-router/d8551d19-1ac8-446b-b211-663183f788c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.006466
10.0.0.33 - - [2026-06-08 04:32:05] "PUT /bgp-router/d8551d19-1ac8-446b-b211-663183f788c6 HTTP/1.1" 200 254 0.024407
10.0.0.33 - - [2026-06-08 04:32:05] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.005128
10.0.0.33 - - [2026-06-08 04:32:05] "GET /bgp-router/c5667b58-08bd-40c9-beb9-8ed5b70933d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005854
10.0.0.33 - - [2026-06-08 04:32:05] "GET /bgp-router/c5667b58-08bd-40c9-beb9-8ed5b70933d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004652
10.0.0.33 - - [2026-06-08 04:32:05] "PUT /bgp-router/c5667b58-08bd-40c9-beb9-8ed5b70933d8 HTTP/1.1" 200 254 0.030850
10.0.0.33 - - [2026-06-08 04:32:05] "PUT /bgp-router/c5667b58-08bd-40c9-beb9-8ed5b70933d8 HTTP/1.1" 200 254 0.040797
10.0.0.33 - - [2026-06-08 04:32:05] "GET /bgp-router/d8551d19-1ac8-446b-b211-663183f788c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.010151
10.0.0.33 - - [2026-06-08 04:32:05] "GET /bgp-router/d8551d19-1ac8-446b-b211-663183f788c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.008277
10.0.0.33 - - [2026-06-08 04:32:05] "PUT /bgp-router/d8551d19-1ac8-446b-b211-663183f788c6 HTTP/1.1" 200 254 0.038822
10.0.0.33 - - [2026-06-08 04:32:05] "PUT /bgp-router/d8551d19-1ac8-446b-b211-663183f788c6 HTTP/1.1" 200 254 0.039587
10.0.0.33 - - [2026-06-08 04:32:06] "GET /bgp-router/01176bb9-e229-4931-aa3a-e9de5f2c96bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.006929
10.0.0.33 - - [2026-06-08 04:32:06] "GET /bgp-router/01176bb9-e229-4931-aa3a-e9de5f2c96bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.004797
10.0.0.33 - - [2026-06-08 04:32:06] "PUT /bgp-router/01176bb9-e229-4931-aa3a-e9de5f2c96bd HTTP/1.1" 200 254 0.026946
10.0.0.33 - - [2026-06-08 04:32:06] "PUT /bgp-router/01176bb9-e229-4931-aa3a-e9de5f2c96bd HTTP/1.1" 200 254 0.039724
10.0.0.33 - - [2026-06-08 04:32:06] "GET /bgp-router/01176bb9-e229-4931-aa3a-e9de5f2c96bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.007515
10.0.0.33 - - [2026-06-08 04:32:06] "GET /bgp-router/01176bb9-e229-4931-aa3a-e9de5f2c96bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.005619
10.0.0.33 - - [2026-06-08 04:32:06] "PUT /bgp-router/01176bb9-e229-4931-aa3a-e9de5f2c96bd HTTP/1.1" 200 254 0.026525
10.0.0.33 - - [2026-06-08 04:32:06] "POST /ref-update HTTP/1.1" 200 156 0.052929
10.0.0.33 - - [2026-06-08 04:32:06] "POST /neutron/network HTTP/1.1" 200 799 0.012772
10.0.0.33 - - [2026-06-08 04:32:06] "GET /virtual-network/304a3469-dfa5-413e-b71d-62bc19c241c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.006105
10.0.0.33 - - [2026-06-08 04:32:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.005214
10.0.0.33 - - [2026-06-08 04:32:06] "GET /network-policy/efd3f2a5-ac2b-4760-933c-fa14104cad47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.005843
10.0.0.33 - - [2026-06-08 04:32:06] "POST /ref-update HTTP/1.1" 200 156 0.074549
10.0.0.249 - - [2026-06-08 04:32:06] "DELETE /access-control-list/2570f78b-ce90-41cc-b905-28bdeb92248e HTTP/1.1" 200 115 0.071534
10.0.0.33 - - [2026-06-08 04:32:06] "GET /virtual-network/03e971a8-8439-420c-b86f-b066f544e478?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1998 0.010470
10.0.0.33 - - [2026-06-08 04:32:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.017408
10.0.0.33 - - [2026-06-08 04:32:06] "GET /network-policy/efd3f2a5-ac2b-4760-933c-fa14104cad47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.006063
10.0.0.33 - - [2026-06-08 04:32:06] "DELETE /network-policy/efd3f2a5-ac2b-4760-933c-fa14104cad47 HTTP/1.1" 200 115 0.036321
10.0.0.33 - - [2026-06-08 04:32:06] "POST /neutron/network HTTP/1.1" 200 799 0.010584
10.0.0.33 - - [2026-06-08 04:32:07] "POST /neutron/port HTTP/1.1" 200 1127 0.020170
10.0.0.33 - - [2026-06-08 04:32:07] "POST /neutron/port HTTP/1.1" 200 151 0.238526
10.0.0.249 - - [2026-06-08 04:32:08] "GET /obj-perms HTTP/1.1" 200 5056 0.058949
10.0.0.33 - - [2026-06-08 04:32:09] "POST /neutron/network HTTP/1.1" 200 799 0.007969
10.0.0.249 - - [2026-06-08 04:32:09] "DELETE /route-target/589203f5-7af9-4177-9b12-d991db0ef3db HTTP/1.1" 200 115 0.036725
10.0.0.33 - - [2026-06-08 04:32:09] "POST /ref-update HTTP/1.1" 200 156 0.097505
10.0.0.33 - - [2026-06-08 04:32:09] "GET /virtual-network/7fff0d03-1c5e-466d-8cca-72fa79a1ae06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.029494
10.0.0.249 - - [2026-06-08 04:32:09] "DELETE /access-control-list/38d0cae3-c287-43ca-aacd-fbfd4de1eaa2 HTTP/1.1" 200 115 0.115077
10.0.0.33 - - [2026-06-08 04:32:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003767
10.0.0.33 - - [2026-06-08 04:32:09] "GET /network-policy/573e1cac-9548-48d6-87ad-1b742eb77b33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.006868
10.0.0.33 - - [2026-06-08 04:32:09] "POST /ref-update HTTP/1.1" 200 156 0.090335
10.0.0.33 - - [2026-06-08 04:32:09] "POST /neutron/network HTTP/1.1" 200 976 0.044271
10.0.0.33 - - [2026-06-08 04:32:09] "GET /virtual-network/d6a84cbe-5286-40cb-92e6-b3cbf1a3f086?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.005466
10.0.0.249 - - [2026-06-08 04:32:09] "POST /ref-update HTTP/1.1" 200 156 0.078791
10.0.0.33 - - [2026-06-08 04:32:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.023194
10.0.0.33 - - [2026-06-08 04:32:09] "GET /network-policy/573e1cac-9548-48d6-87ad-1b742eb77b33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.004896
10.0.0.33 - - [2026-06-08 04:32:09] "DELETE /network-policy/573e1cac-9548-48d6-87ad-1b742eb77b33 HTTP/1.1" 200 115 0.045570
10.0.0.33 - - [2026-06-08 04:32:10] "POST /neutron/port HTTP/1.1" 200 1216 0.035385
10.0.0.33 - - [2026-06-08 04:32:10] "POST /neutron/port HTTP/1.1" 200 1218 0.025865
10.0.0.33 - - [2026-06-08 04:32:12] "POST /neutron/network HTTP/1.1" 200 974 0.014802
10.0.0.249 - - [2026-06-08 04:32:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.008811
10.0.0.27 - - [2026-06-08 04:32:12] "POST /useragent-kv HTTP/1.1" 200 115 0.003156
10.0.0.27 - - [2026-06-08 04:32:12] "POST /useragent-kv HTTP/1.1" 200 115 0.002549
10.0.0.27 - - [2026-06-08 04:32:12] "POST /useragent-kv HTTP/1.1" 200 115 0.006041
10.0.0.27 - - [2026-06-08 04:32:12] "POST /useragent-kv HTTP/1.1" 200 115 0.003817
10.0.0.33 - - [2026-06-08 04:32:12] "POST /neutron/network HTTP/1.1" 200 151 0.230646
10.0.0.27 - - [2026-06-08 04:32:14] "GET /projects?obj_uuids=f3b59728-e095-454d-907e-e94544ead891&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001683
10.0.0.33 - - [2026-06-08 04:32:14] "GET /project/f3b59728-e095-454d-907e-e94544ead891?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.041669
10.0.0.27 - - [2026-06-08 04:32:14] "GET /projects?obj_uuids=f3b59728-e095-454d-907e-e94544ead891&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001988
10.0.0.33 - - [2026-06-08 04:32:14] "GET /project/f3b59728-e095-454d-907e-e94544ead891?fields=virtual_networks HTTP/1.1" 200 1049 0.062621
10.0.0.27 - - [2026-06-08 04:32:14] "GET /projects?obj_uuids=f3b59728-e095-454d-907e-e94544ead891&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001200
10.0.0.33 - - [2026-06-08 04:32:14] "GET /project/f3b59728-e095-454d-907e-e94544ead891?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.053757
10.0.0.27 - - [2026-06-08 04:32:14] "GET /projects?obj_uuids=f3b59728-e095-454d-907e-e94544ead891&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001684
10.0.0.33 - - [2026-06-08 04:32:14] "GET /project/f3b59728-e095-454d-907e-e94544ead891?fields=security_groups HTTP/1.1" 200 1283 0.048340
10.0.0.33 - - [2026-06-08 04:32:15] "POST /fqname-to-id HTTP/1.1" 404 183 0.032577
10.0.0.27 - - [2026-06-08 04:32:15] "GET /projects?obj_uuids=7cf335ff-cec4-4fe4-9c90-fbba153b1744&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005536
10.0.0.27 - - [2026-06-08 04:32:15] "GET /domains?obj_uuids=2441b78a-01cc-4005-9aa7-6b434eb6fb41&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001782
10.0.0.27 - - [2026-06-08 04:32:15] "GET /domain/2441b78a-01cc-4005-9aa7-6b434eb6fb41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.010653
10.0.0.27 - - [2026-06-08 04:32:15] "POST /id-to-fqname HTTP/1.1" 200 185 0.006539
10.0.0.27 - - [2026-06-08 04:32:15] "POST /fqname-to-id HTTP/1.1" 404 194 0.005635
10.0.0.27 - - [2026-06-08 04:32:15] "POST /security-groups HTTP/1.1" 200 586 0.042551
10.0.0.27 - - [2026-06-08 04:32:15] "POST /projects HTTP/1.1" 200 575 0.282103
10.0.0.249 - - [2026-06-08 04:32:15] "POST /access-control-lists HTTP/1.1" 200 591 0.036000
10.0.0.27 - - [2026-06-08 04:32:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.364458
10.0.0.33 - - [2026-06-08 04:32:15] "GET /project/7cf335ff-cec4-4fe4-9c90-fbba153b1744?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.525450
10.0.0.33 - - [2026-06-08 04:32:16] "GET / HTTP/1.1" 200 35931 0.002443
10.0.0.33 - - [2026-06-08 04:32:18] "POST /fqname-to-id HTTP/1.1" 401 292 0.000592
10.0.0.33 - - [2026-06-08 04:32:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.028771
10.0.0.33 - - [2026-06-08 04:32:19] "GET /api-access-list/b77cffd9-cb03-4a85-98a1-e4023044be63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.004794
10.0.0.33 - - [2026-06-08 04:32:19] "GET /api-access-list/b77cffd9-cb03-4a85-98a1-e4023044be63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.004526
10.0.0.33 - - [2026-06-08 04:32:19] "GET /api-access-list/b77cffd9-cb03-4a85-98a1-e4023044be63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.004096
10.0.0.33 - - [2026-06-08 04:32:19] "PUT /api-access-list/b77cffd9-cb03-4a85-98a1-e4023044be63 HTTP/1.1" 200 264 0.014027
10.0.0.33 - - [2026-06-08 04:32:21] "POST /fqname-to-id HTTP/1.1" 404 183 0.027046
10.0.0.27 - - [2026-06-08 04:32:21] "GET /projects?obj_uuids=2ea4333c-520a-4d91-8aef-d6523680d663&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004146
10.0.0.27 - - [2026-06-08 04:32:21] "GET /domains?obj_uuids=2441b78a-01cc-4005-9aa7-6b434eb6fb41&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001182
10.0.0.27 - - [2026-06-08 04:32:21] "GET /domain/2441b78a-01cc-4005-9aa7-6b434eb6fb41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008043
10.0.0.27 - - [2026-06-08 04:32:21] "POST /id-to-fqname HTTP/1.1" 200 185 0.005927
10.0.0.27 - - [2026-06-08 04:32:21] "POST /fqname-to-id HTTP/1.1" 404 194 0.013447
10.0.0.27 - - [2026-06-08 04:32:21] "POST /security-groups HTTP/1.1" 200 586 0.035271
10.0.0.249 - - [2026-06-08 04:32:21] "POST /fqname-to-id HTTP/1.1" 404 229 0.007530
10.0.0.27 - - [2026-06-08 04:32:21] "POST /projects HTTP/1.1" 200 575 0.251809
10.0.0.27 - - [2026-06-08 04:32:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.289811
10.0.0.249 - - [2026-06-08 04:32:21] "POST /access-control-lists HTTP/1.1" 200 589 0.037400
10.0.0.33 - - [2026-06-08 04:32:21] "GET /project/2ea4333c-520a-4d91-8aef-d6523680d663?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.454995
10.0.0.33 - - [2026-06-08 04:32:22] "POST /fqname-to-id HTTP/1.1" 404 183 0.031823
10.0.0.27 - - [2026-06-08 04:32:22] "GET /projects?obj_uuids=a3d460ac-6746-48d0-9816-26f8ccf7f430&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003840
10.0.0.27 - - [2026-06-08 04:32:22] "GET /domains?obj_uuids=2441b78a-01cc-4005-9aa7-6b434eb6fb41&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001542
10.0.0.27 - - [2026-06-08 04:32:22] "GET /domain/2441b78a-01cc-4005-9aa7-6b434eb6fb41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.010305
10.0.0.27 - - [2026-06-08 04:32:22] "POST /id-to-fqname HTTP/1.1" 200 185 0.002157
10.0.0.27 - - [2026-06-08 04:32:22] "POST /fqname-to-id HTTP/1.1" 404 194 0.007282
10.0.0.27 - - [2026-06-08 04:32:22] "POST /security-groups HTTP/1.1" 200 586 0.044027
10.0.0.27 - - [2026-06-08 04:32:22] "POST /projects HTTP/1.1" 200 575 0.279374
10.0.0.249 - - [2026-06-08 04:32:22] "POST /fqname-to-id HTTP/1.1" 404 228 0.011074
10.0.0.27 - - [2026-06-08 04:32:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.353244
10.0.0.33 - - [2026-06-08 04:32:22] "GET /project/a3d460ac-6746-48d0-9816-26f8ccf7f430?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.532962
10.0.0.33 - - [2026-06-08 04:32:23] "GET / HTTP/1.1" 200 35931 0.002253
10.0.0.33 - - [2026-06-08 04:32:24] "GET / HTTP/1.1" 200 35931 0.002638
10.0.0.33 - - [2026-06-08 04:32:24] "POST /fqname-to-id HTTP/1.1" 404 183 0.005307
10.0.0.33 - - [2026-06-08 04:32:24] "POST /api-access-lists HTTP/1.1" 200 521 0.031454
10.0.0.33 - - [2026-06-08 04:32:24] "GET /api-access-list/87fbd728-d802-41b7-acb3-de5b21331a6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1265 0.007647
10.0.0.33 - - [2026-06-08 04:32:25] "POST /fqname-to-id HTTP/1.1" 401 292 0.000597
10.0.0.33 - - [2026-06-08 04:32:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.145274
10.0.0.27 - - [2026-06-08 04:32:25] "GET /projects?obj_uuids=2ea4333c-520a-4d91-8aef-d6523680d663&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001161
10.0.0.33 - - [2026-06-08 04:32:25] "GET /project/2ea4333c-520a-4d91-8aef-d6523680d663?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.098779
10.0.0.33 - - [2026-06-08 04:32:25] "GET /virtual-networks?parent_id=2ea4333c-520a-4d91-8aef-d6523680d663&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.029090
10.0.0.33 - - [2026-06-08 04:32:25] "POST /virtual-networks HTTP/1.1" 200 568 0.122043
10.0.0.249 - - [2026-06-08 04:32:25] "POST /ref-update HTTP/1.1" 200 156 0.042320
10.0.0.33 - - [2026-06-08 04:32:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.055432
10.0.0.33 - - [2026-06-08 04:32:25] "GET /network-ipam/54e33f1e-de81-4d27-af03-8fe45499140c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.015976
10.0.0.27 - - [2026-06-08 04:32:26] "POST /useragent-kv HTTP/1.1" 200 115 0.004679
10.0.0.33 - - [2026-06-08 04:32:26] "POST /ref-update HTTP/1.1" 200 156 0.104534
10.0.0.33 - - [2026-06-08 04:32:26] "GET /virtual-network/607b30b2-d758-46c9-847d-5b736e00f13c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1979 0.025611
10.0.0.33 - - [2026-06-08 04:32:26] "POST /neutron/network HTTP/1.1" 200 832 0.069227
10.0.0.33 - - [2026-06-08 04:32:27] "GET /obj-perms HTTP/1.1" 200 4915 0.117461
10.0.0.33 - - [2026-06-08 04:32:28] "GET /virtual-network/607b30b2-d758-46c9-847d-5b736e00f13c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1979 0.028318
10.0.0.33 - - [2026-06-08 04:32:28] "GET /obj-perms HTTP/1.1" 200 4915 0.073936
10.0.0.33 - - [2026-06-08 04:32:28] "GET /obj-perms HTTP/1.1" 200 4915 0.018101
10.0.0.33 - - [2026-06-08 04:32:28] "POST /id-to-fqname HTTP/1.1" 401 292 0.000551
10.0.0.33 - - [2026-06-08 04:32:29] "POST /id-to-fqname HTTP/1.1" 200 230 0.052131
10.0.0.33 - - [2026-06-08 04:32:29] "POST /neutron/network HTTP/1.1" 200 842 0.070050
10.0.0.27 - - [2026-06-08 04:32:30] "GET /projects?obj_uuids=a3d460ac-6746-48d0-9816-26f8ccf7f430&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001433
10.0.0.33 - - [2026-06-08 04:32:30] "GET /project/a3d460ac-6746-48d0-9816-26f8ccf7f430?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.083557
10.0.0.33 - - [2026-06-08 04:32:30] "POST /neutron/port HTTP/1.1" 200 117 0.041370
10.0.0.33 - - [2026-06-08 04:32:31] "POST /neutron/network HTTP/1.1" 200 832 0.039263
10.0.0.33 - - [2026-06-08 04:32:31] "POST /neutron/port HTTP/1.1" 200 1055 0.024462
10.0.0.33 - - [2026-06-08 04:32:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005241
10.0.0.33 - - [2026-06-08 04:32:32] "POST /neutron/network HTTP/1.1" 200 832 0.008955
10.0.0.33 - - [2026-06-08 04:32:35] "POST /neutron/network HTTP/1.1" 200 939 0.006806
10.0.0.33 - - [2026-06-08 04:32:35] "POST /neutron/port HTTP/1.1" 200 117 0.001674
10.0.0.33 - - [2026-06-08 04:32:36] "POST /neutron/security_group HTTP/1.1" 200 2053 0.011177
10.0.0.33 - - [2026-06-08 04:32:36] "POST /neutron/port HTTP/1.1" 200 1119 0.025602
10.0.0.33 - - [2026-06-08 04:32:36] "POST /neutron/security_group HTTP/1.1" 200 2053 0.007372
10.0.0.33 - - [2026-06-08 04:32:36] "GET /virtual-machine/55dfbc36-c87e-49d7-9b3d-3b0cd6082c8f HTTP/1.1" 401 292 0.000432
10.0.0.33 - - [2026-06-08 04:32:36] "GET /virtual-machine/55dfbc36-c87e-49d7-9b3d-3b0cd6082c8f HTTP/1.1" 200 1287 0.050833
10.0.0.33 - - [2026-06-08 04:32:36] "GET /virtual-machine/55dfbc36-c87e-49d7-9b3d-3b0cd6082c8f HTTP/1.1" 200 1287 0.018099
10.0.0.33 - - [2026-06-08 04:32:36] "GET /virtual-machine-interface/0cd0d6a1-9580-4cb9-bdd8-60ddf59dcfee HTTP/1.1" 200 2529 0.021918
10.0.0.33 - - [2026-06-08 04:32:36] "GET /virtual-machine/55dfbc36-c87e-49d7-9b3d-3b0cd6082c8f HTTP/1.1" 200 1287 0.018941
10.0.0.33 - - [2026-06-08 04:32:36] "GET /virtual-machine-interface/0cd0d6a1-9580-4cb9-bdd8-60ddf59dcfee HTTP/1.1" 200 2529 0.027290
10.0.0.33 - - [2026-06-08 04:32:36] "GET /instance-ip/aa8b33fc-42f1-45af-b29e-46328cc7dd79 HTTP/1.1" 200 1626 0.022679
10.0.0.33 - - [2026-06-08 04:32:36] "GET /virtual-machine/55dfbc36-c87e-49d7-9b3d-3b0cd6082c8f HTTP/1.1" 200 1287 0.017706
10.0.0.33 - - [2026-06-08 04:32:36] "GET /virtual-machine-interface/0cd0d6a1-9580-4cb9-bdd8-60ddf59dcfee HTTP/1.1" 200 2529 0.023886
10.0.0.33 - - [2026-06-08 04:32:36] "GET /instance-ip/aa8b33fc-42f1-45af-b29e-46328cc7dd79 HTTP/1.1" 200 1626 0.024279
10.0.0.33 - - [2026-06-08 04:32:37] "POST /fqname-to-id HTTP/1.1" 403 339 0.017669
10.0.0.33 - - [2026-06-08 04:32:37] "GET / HTTP/1.1" 200 35931 0.001785
10.0.0.249 - - [2026-06-08 04:32:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000438
10.0.0.249 - - [2026-06-08 04:32:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000464
10.0.0.249 - - [2026-06-08 04:32:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000488
10.0.0.33 - - [2026-06-08 04:32:37] "POST /fqname-to-id HTTP/1.1" 401 292 0.000453
10.0.0.249 - - [2026-06-08 04:32:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000418
10.0.0.33 - - [2026-06-08 04:32:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000556
10.0.0.33 - - [2026-06-08 04:32:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.062783
10.0.0.33 - - [2026-06-08 04:32:37] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004725
10.0.0.33 - - [2026-06-08 04:32:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000459
10.0.0.33 - - [2026-06-08 04:32:37] "GET /virtual-networks?parent_id=a3d460ac-6746-48d0-9816-26f8ccf7f430&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.019475
10.0.0.33 - - [2026-06-08 04:32:37] "POST /fqname-to-id HTTP/1.1" 403 339 0.027856
10.0.0.27 - - [2026-06-08 04:32:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000430
10.0.0.33 - - [2026-06-08 04:32:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.010222
10.0.0.33 - - [2026-06-08 04:32:37] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006054
10.0.0.27 - - [2026-06-08 04:32:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000867
10.0.0.33 - - [2026-06-08 04:32:37] "GET /virtual-networks?parent_id=a3d460ac-6746-48d0-9816-26f8ccf7f430&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.024991
10.0.0.33 - - [2026-06-08 04:32:38] "POST /fqname-to-id HTTP/1.1" 403 339 0.021189
10.0.0.33 - - [2026-06-08 04:32:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004610
10.0.0.33 - - [2026-06-08 04:32:38] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004992
10.0.0.33 - - [2026-06-08 04:32:38] "GET /virtual-networks?parent_id=a3d460ac-6746-48d0-9816-26f8ccf7f430&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.018753
10.0.0.33 - - [2026-06-08 04:32:38] "POST /fqname-to-id HTTP/1.1" 403 339 0.020855
10.0.0.33 - - [2026-06-08 04:32:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005147
10.0.0.33 - - [2026-06-08 04:32:38] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005562
10.0.0.33 - - [2026-06-08 04:32:38] "GET /virtual-networks?parent_id=a3d460ac-6746-48d0-9816-26f8ccf7f430&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.020987
10.0.0.33 - - [2026-06-08 04:32:38] "POST /fqname-to-id HTTP/1.1" 403 339 0.022937
10.0.0.33 - - [2026-06-08 04:32:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.008260
10.0.0.33 - - [2026-06-08 04:32:38] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006329
10.0.0.33 - - [2026-06-08 04:32:38] "GET /virtual-networks?parent_id=a3d460ac-6746-48d0-9816-26f8ccf7f430&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.026246
10.0.0.33 - - [2026-06-08 04:32:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000487
10.0.0.33 - - [2026-06-08 04:32:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000426
10.0.0.27 - - [2026-06-08 04:32:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000459
10.0.0.27 - - [2026-06-08 04:32:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000416
10.0.0.33 - - [2026-06-08 04:32:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.018080
10.0.0.33 - - [2026-06-08 04:32:41] "GET /virtual-network/607b30b2-d758-46c9-847d-5b736e00f13c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1979 0.024377
10.0.0.33 - - [2026-06-08 04:32:43] "POST /fqname-to-id HTTP/1.1" 403 339 0.018629
10.0.0.33 - - [2026-06-08 04:32:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.005329
10.0.0.33 - - [2026-06-08 04:32:43] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004350
10.0.0.33 - - [2026-06-08 04:32:43] "GET /virtual-networks?parent_id=a3d460ac-6746-48d0-9816-26f8ccf7f430&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.016416
10.0.0.33 - - [2026-06-08 04:32:43] "POST /fqname-to-id HTTP/1.1" 403 339 0.026579
10.0.0.33 - - [2026-06-08 04:32:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003760
10.0.0.33 - - [2026-06-08 04:32:43] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004446
10.0.0.33 - - [2026-06-08 04:32:43] "GET /virtual-networks?parent_id=a3d460ac-6746-48d0-9816-26f8ccf7f430&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.017176
10.0.0.33 - - [2026-06-08 04:32:44] "POST /fqname-to-id HTTP/1.1" 403 361 0.016335
10.0.0.33 - - [2026-06-08 04:32:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003945
10.0.0.33 - - [2026-06-08 04:32:44] "GET /routing-instance/6f5b5273-1e84-4759-9647-a6ddd59b0124?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1530 0.004436
10.0.0.33 - - [2026-06-08 04:32:44] "GET /route-target/ca1eb5ab-6aa1-4c3c-bd73-9f718fed9915?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.016326
10.0.0.33 - - [2026-06-08 04:32:44] "GET /route-target/ca1eb5ab-6aa1-4c3c-bd73-9f718fed9915?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004182
10.0.0.33 - - [2026-06-08 04:32:44] "POST /fqname-to-id HTTP/1.1" 403 339 0.021190
10.0.0.33 - - [2026-06-08 04:32:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003343
10.0.0.33 - - [2026-06-08 04:32:44] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005388
10.0.0.33 - - [2026-06-08 04:32:44] "GET /virtual-networks?parent_id=a3d460ac-6746-48d0-9816-26f8ccf7f430&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.019312
10.0.0.33 - - [2026-06-08 04:32:44] "POST /fqname-to-id HTTP/1.1" 403 361 0.029778
10.0.0.33 - - [2026-06-08 04:32:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.007117
10.0.0.33 - - [2026-06-08 04:32:44] "GET /routing-instance/6f5b5273-1e84-4759-9647-a6ddd59b0124?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1530 0.004772
10.0.0.33 - - [2026-06-08 04:32:44] "GET /route-target/ca1eb5ab-6aa1-4c3c-bd73-9f718fed9915?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.015386
10.0.0.33 - - [2026-06-08 04:32:44] "GET /route-target/ca1eb5ab-6aa1-4c3c-bd73-9f718fed9915?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004717
10.0.0.33 - - [2026-06-08 04:32:44] "POST /fqname-to-id HTTP/1.1" 403 339 0.020749
10.0.0.33 - - [2026-06-08 04:32:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003656
10.0.0.33 - - [2026-06-08 04:32:44] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004645
10.0.0.33 - - [2026-06-08 04:32:44] "GET /virtual-networks?parent_id=a3d460ac-6746-48d0-9816-26f8ccf7f430&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.016695
10.0.0.33 - - [2026-06-08 04:32:44] "POST /fqname-to-id HTTP/1.1" 403 339 0.029132
10.0.0.33 - - [2026-06-08 04:32:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.006107
10.0.0.33 - - [2026-06-08 04:32:44] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004234
10.0.0.33 - - [2026-06-08 04:32:44] "GET /virtual-networks?parent_id=a3d460ac-6746-48d0-9816-26f8ccf7f430&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.020809
10.0.0.27 - - [2026-06-08 04:32:45] "GET /virtual-machine/55dfbc36-c87e-49d7-9b3d-3b0cd6082c8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.057246
10.0.0.33 - - [2026-06-08 04:32:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.032733
10.0.0.33 - - [2026-06-08 04:32:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003648
10.0.0.33 - - [2026-06-08 04:32:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004510
10.0.0.33 - - [2026-06-08 04:32:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004672
10.0.0.27 - - [2026-06-08 04:32:45] "GET /obj-perms HTTP/1.1" 200 4915 0.061452
10.0.0.33 - - [2026-06-08 04:32:45] "GET /obj-perms HTTP/1.1" 200 4915 0.023725
10.0.0.33 - - [2026-06-08 04:32:46] "GET /obj-perms HTTP/1.1" 200 5020 0.069308
10.0.0.33 - - [2026-06-08 04:32:47] "GET /obj-perms HTTP/1.1" 200 4915 0.070120
10.0.0.27 - - [2026-06-08 04:32:48] "GET /obj-perms HTTP/1.1" 200 5020 0.065689
10.0.0.33 - - [2026-06-08 04:32:48] "GET /obj-perms HTTP/1.1" 200 4915 0.015369
10.0.0.33 - - [2026-06-08 04:32:49] "GET /virtual-machine/55dfbc36-c87e-49d7-9b3d-3b0cd6082c8f HTTP/1.1" 200 1287 0.044642
10.0.0.27 - - [2026-06-08 04:32:49] "DELETE /project/7cf335ffcec44fe49c90fbba153b1744 HTTP/1.1" 404 173 0.009113
10.0.0.27 - - [2026-06-08 04:32:49] "DELETE /project/2ea4333c520a4d918aefd6523680d663 HTTP/1.1" 404 173 0.007726
10.0.0.27 - - [2026-06-08 04:32:49] "DELETE /project/f3b59728-e095-454d-907e-e94544ead891 HTTP/1.1" 404 177 0.006312
10.0.0.27 - - [2026-06-08 04:32:49] "DELETE /project/a3d460ac674648d0981626f8ccf7f430 HTTP/1.1" 404 173 0.005099
10.0.0.33 - - [2026-06-08 04:32:49] "POST /neutron/port HTTP/1.1" 200 1119 0.023404
10.0.0.33 - - [2026-06-08 04:32:51] "GET /virtual-machine/55dfbc36-c87e-49d7-9b3d-3b0cd6082c8f HTTP/1.1" 404 171 0.016499
10.0.0.33 - - [2026-06-08 04:32:51] "GET /virtual-machine/55dfbc36-c87e-49d7-9b3d-3b0cd6082c8f HTTP/1.1" 404 171 0.014275
10.0.0.33 - - [2026-06-08 04:32:51] "GET /virtual-machine/55dfbc36-c87e-49d7-9b3d-3b0cd6082c8f HTTP/1.1" 404 171 0.016622
10.0.0.33 - - [2026-06-08 04:32:51] "POST /fqname-to-id HTTP/1.1" 403 339 0.018466
10.0.0.33 - - [2026-06-08 04:32:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003304
10.0.0.33 - - [2026-06-08 04:32:51] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003960
10.0.0.33 - - [2026-06-08 04:32:51] "GET /virtual-networks?parent_id=a3d460ac-6746-48d0-9816-26f8ccf7f430&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.014607
10.0.0.33 - - [2026-06-08 04:32:51] "POST /fqname-to-id HTTP/1.1" 403 361 0.017179
10.0.0.33 - - [2026-06-08 04:32:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004845
10.0.0.33 - - [2026-06-08 04:32:51] "GET /routing-instance/6f5b5273-1e84-4759-9647-a6ddd59b0124?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1530 0.004702
10.0.0.33 - - [2026-06-08 04:32:51] "GET /route-target/ca1eb5ab-6aa1-4c3c-bd73-9f718fed9915?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.017601
10.0.0.33 - - [2026-06-08 04:32:51] "GET /route-target/ca1eb5ab-6aa1-4c3c-bd73-9f718fed9915?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003651
10.0.0.33 - - [2026-06-08 04:32:51] "GET /obj-perms HTTP/1.1" 200 4915 0.016265
10.0.0.33 - - [2026-06-08 04:32:52] "GET /obj-perms HTTP/1.1" 200 5020 0.007626
10.0.0.27 - - [2026-06-08 04:32:52] "GET /obj-perms HTTP/1.1" 200 5020 0.004116
10.0.0.33 - - [2026-06-08 04:33:01] "GET /obj-perms HTTP/1.1" 200 5020 0.005106
10.0.0.27 - - [2026-06-08 04:33:01] "GET /obj-perms HTTP/1.1" 200 5020 0.005499
10.0.0.33 - - [2026-06-08 04:33:07] "GET /obj-perms HTTP/1.1" 200 5020 0.003775
10.0.0.249 - - [2026-06-08 04:33:08] "GET /obj-perms HTTP/1.1" 200 5020 0.056356
10.0.0.27 - - [2026-06-08 04:33:08] "GET /obj-perms HTTP/1.1" 200 5020 0.015848
10.0.0.27 - - [2026-06-08 04:33:08] "POST /useragent-kv HTTP/1.1" 200 115 0.011182
10.0.0.249 - - [2026-06-08 04:33:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.012373
10.0.0.27 - - [2026-06-08 04:33:08] "POST /useragent-kv HTTP/1.1" 200 115 0.006149
10.0.0.33 - - [2026-06-08 04:33:08] "DELETE /virtual-network/607b30b2-d758-46c9-847d-5b736e00f13c HTTP/1.1" 200 115 0.182655
10.0.0.33 - - [2026-06-08 04:33:08] "DELETE /api-access-list/87fbd728-d802-41b7-acb3-de5b21331a6e HTTP/1.1" 200 115 0.088431
10.0.0.27 - - [2026-06-08 04:33:09] "GET /projects?obj_uuids=a3d460ac-6746-48d0-9816-26f8ccf7f430&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001189
10.0.0.33 - - [2026-06-08 04:33:09] "GET /project/a3d460ac-6746-48d0-9816-26f8ccf7f430?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.055345
10.0.0.27 - - [2026-06-08 04:33:09] "GET /projects?obj_uuids=a3d460ac-6746-48d0-9816-26f8ccf7f430&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002837
10.0.0.33 - - [2026-06-08 04:33:09] "GET /project/a3d460ac-6746-48d0-9816-26f8ccf7f430?fields=virtual_networks HTTP/1.1" 200 1023 0.058109
10.0.0.27 - - [2026-06-08 04:33:09] "GET /projects?obj_uuids=a3d460ac-6746-48d0-9816-26f8ccf7f430&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001129
10.0.0.33 - - [2026-06-08 04:33:09] "GET /project/a3d460ac-6746-48d0-9816-26f8ccf7f430?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.074742
10.0.0.27 - - [2026-06-08 04:33:09] "GET /projects?obj_uuids=a3d460ac-6746-48d0-9816-26f8ccf7f430&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001752
10.0.0.33 - - [2026-06-08 04:33:09] "GET /project/a3d460ac-6746-48d0-9816-26f8ccf7f430?fields=security_groups HTTP/1.1" 200 1244 0.085918
10.0.0.27 - - [2026-06-08 04:33:10] "GET /projects?obj_uuids=2ea4333c-520a-4d91-8aef-d6523680d663&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001993
10.0.0.33 - - [2026-06-08 04:33:10] "GET /project/2ea4333c-520a-4d91-8aef-d6523680d663?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.065614
10.0.0.27 - - [2026-06-08 04:33:10] "GET /projects?obj_uuids=2ea4333c-520a-4d91-8aef-d6523680d663&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001377
10.0.0.33 - - [2026-06-08 04:33:10] "GET /project/2ea4333c-520a-4d91-8aef-d6523680d663?fields=virtual_networks HTTP/1.1" 200 1022 0.061076
10.0.0.27 - - [2026-06-08 04:33:10] "GET /projects?obj_uuids=2ea4333c-520a-4d91-8aef-d6523680d663&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001461
10.0.0.33 - - [2026-06-08 04:33:10] "GET /project/2ea4333c-520a-4d91-8aef-d6523680d663?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.058619
10.0.0.27 - - [2026-06-08 04:33:10] "GET /projects?obj_uuids=2ea4333c-520a-4d91-8aef-d6523680d663&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002474
10.0.0.33 - - [2026-06-08 04:33:10] "GET /project/2ea4333c-520a-4d91-8aef-d6523680d663?fields=security_groups HTTP/1.1" 200 1243 0.073376
10.0.0.33 - - [2026-06-08 04:33:13] "GET /api-access-list/b77cffd9-cb03-4a85-98a1-e4023044be63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2411 0.009271
10.0.0.33 - - [2026-06-08 04:33:13] "PUT /api-access-list/b77cffd9-cb03-4a85-98a1-e4023044be63 HTTP/1.1" 200 264 0.014689
10.0.0.27 - - [2026-06-08 04:33:13] "GET /projects?obj_uuids=7cf335ff-cec4-4fe4-9c90-fbba153b1744&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001661
10.0.0.33 - - [2026-06-08 04:33:13] "GET /project/7cf335ff-cec4-4fe4-9c90-fbba153b1744?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.053872
10.0.0.27 - - [2026-06-08 04:33:13] "GET /projects?obj_uuids=7cf335ff-cec4-4fe4-9c90-fbba153b1744&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001606
10.0.0.33 - - [2026-06-08 04:33:13] "GET /project/7cf335ff-cec4-4fe4-9c90-fbba153b1744?fields=virtual_networks HTTP/1.1" 200 1022 0.053334
10.0.0.27 - - [2026-06-08 04:33:13] "GET /projects?obj_uuids=7cf335ff-cec4-4fe4-9c90-fbba153b1744&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001223
10.0.0.33 - - [2026-06-08 04:33:13] "GET /project/7cf335ff-cec4-4fe4-9c90-fbba153b1744?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.053751
10.0.0.27 - - [2026-06-08 04:33:13] "GET /projects?obj_uuids=7cf335ff-cec4-4fe4-9c90-fbba153b1744&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001137
10.0.0.33 - - [2026-06-08 04:33:13] "GET /project/7cf335ff-cec4-4fe4-9c90-fbba153b1744?fields=security_groups HTTP/1.1" 200 1243 0.043677
10.0.0.33 - - [2026-06-08 04:33:14] "POST /fqname-to-id HTTP/1.1" 404 188 0.029187
10.0.0.27 - - [2026-06-08 04:33:14] "GET /projects?obj_uuids=0997e2f1-1c16-4766-af15-60b605402c67&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003170
10.0.0.27 - - [2026-06-08 04:33:14] "GET /domains?obj_uuids=2441b78a-01cc-4005-9aa7-6b434eb6fb41&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001341
10.0.0.27 - - [2026-06-08 04:33:14] "GET /domain/2441b78a-01cc-4005-9aa7-6b434eb6fb41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008415
10.0.0.27 - - [2026-06-08 04:33:14] "POST /id-to-fqname HTTP/1.1" 200 190 0.003647
10.0.0.27 - - [2026-06-08 04:33:14] "POST /fqname-to-id HTTP/1.1" 404 199 0.006864
10.0.0.27 - - [2026-06-08 04:33:14] "POST /security-groups HTTP/1.1" 200 591 0.098106
10.0.0.27 - - [2026-06-08 04:33:14] "POST /projects HTTP/1.1" 200 585 0.331168
10.0.0.249 - - [2026-06-08 04:33:14] "POST /access-control-lists HTTP/1.1" 200 596 0.033194
10.0.0.27 - - [2026-06-08 04:33:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.407828
10.0.0.33 - - [2026-06-08 04:33:15] "GET /project/0997e2f1-1c16-4766-af15-60b605402c67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.575901
10.0.0.33 - - [2026-06-08 04:33:16] "GET / HTTP/1.1" 200 35931 0.001999
10.0.0.33 - - [2026-06-08 04:33:18] "POST /fqname-to-id HTTP/1.1" 401 292 0.000497
10.0.0.33 - - [2026-06-08 04:33:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.030530
10.0.0.33 - - [2026-06-08 04:33:18] "GET /api-access-list/b77cffd9-cb03-4a85-98a1-e4023044be63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.005333
10.0.0.33 - - [2026-06-08 04:33:18] "GET /api-access-list/b77cffd9-cb03-4a85-98a1-e4023044be63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.004342
10.0.0.33 - - [2026-06-08 04:33:18] "GET /api-access-list/b77cffd9-cb03-4a85-98a1-e4023044be63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.004804
10.0.0.33 - - [2026-06-08 04:33:18] "PUT /api-access-list/b77cffd9-cb03-4a85-98a1-e4023044be63 HTTP/1.1" 200 264 0.016084
10.0.0.33 - - [2026-06-08 04:33:20] "POST /fqname-to-id HTTP/1.1" 404 188 0.028439
10.0.0.27 - - [2026-06-08 04:33:20] "GET /projects?obj_uuids=efc10fc7-b9da-47ef-86bb-0b6ee934727c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004170
10.0.0.27 - - [2026-06-08 04:33:20] "GET /domains?obj_uuids=2441b78a-01cc-4005-9aa7-6b434eb6fb41&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.003355
10.0.0.27 - - [2026-06-08 04:33:20] "GET /domain/2441b78a-01cc-4005-9aa7-6b434eb6fb41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.016878
10.0.0.27 - - [2026-06-08 04:33:20] "POST /id-to-fqname HTTP/1.1" 200 190 0.002235
10.0.0.27 - - [2026-06-08 04:33:20] "POST /fqname-to-id HTTP/1.1" 404 199 0.007992
10.0.0.27 - - [2026-06-08 04:33:20] "POST /security-groups HTTP/1.1" 200 591 0.032739
10.0.0.249 - - [2026-06-08 04:33:20] "POST /fqname-to-id HTTP/1.1" 404 234 0.004991
10.0.0.27 - - [2026-06-08 04:33:20] "POST /projects HTTP/1.1" 200 585 0.273526
10.0.0.27 - - [2026-06-08 04:33:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.306576
10.0.0.33 - - [2026-06-08 04:33:20] "GET /project/efc10fc7-b9da-47ef-86bb-0b6ee934727c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.507213
10.0.0.249 - - [2026-06-08 04:33:20] "POST /access-control-lists HTTP/1.1" 200 594 0.067075
10.0.0.33 - - [2026-06-08 04:33:21] "POST /fqname-to-id HTTP/1.1" 404 188 0.032311
10.0.0.27 - - [2026-06-08 04:33:21] "GET /projects?obj_uuids=9ba426c8-a2ef-43c4-873c-fec24e5bae8d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004246
10.0.0.27 - - [2026-06-08 04:33:21] "GET /domains?obj_uuids=2441b78a-01cc-4005-9aa7-6b434eb6fb41&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001617
10.0.0.27 - - [2026-06-08 04:33:21] "GET /domain/2441b78a-01cc-4005-9aa7-6b434eb6fb41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.010836
10.0.0.27 - - [2026-06-08 04:33:21] "POST /id-to-fqname HTTP/1.1" 200 190 0.003304
10.0.0.27 - - [2026-06-08 04:33:21] "POST /fqname-to-id HTTP/1.1" 404 199 0.005342
10.0.0.27 - - [2026-06-08 04:33:21] "POST /security-groups HTTP/1.1" 200 591 0.081585
10.0.0.27 - - [2026-06-08 04:33:21] "POST /projects HTTP/1.1" 200 585 0.313847
10.0.0.27 - - [2026-06-08 04:33:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.352847
10.0.0.249 - - [2026-06-08 04:33:21] "POST /fqname-to-id HTTP/1.1" 404 233 0.004962
10.0.0.33 - - [2026-06-08 04:33:21] "GET /project/9ba426c8-a2ef-43c4-873c-fec24e5bae8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.514728
10.0.0.33 - - [2026-06-08 04:33:22] "GET / HTTP/1.1" 200 35931 0.001630
10.0.0.33 - - [2026-06-08 04:33:23] "GET / HTTP/1.1" 200 35931 0.003258
10.0.0.33 - - [2026-06-08 04:33:23] "POST /fqname-to-id HTTP/1.1" 404 183 0.004008
10.0.0.33 - - [2026-06-08 04:33:23] "POST /api-access-lists HTTP/1.1" 200 521 0.026144
10.0.0.33 - - [2026-06-08 04:33:23] "GET /api-access-list/f7417c2d-574c-48f3-b127-ef8ab344a9cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1290 0.006300
10.0.0.33 - - [2026-06-08 04:33:24] "POST /fqname-to-id HTTP/1.1" 401 292 0.000494
10.0.0.33 - - [2026-06-08 04:33:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.052959
10.0.0.27 - - [2026-06-08 04:33:24] "GET /projects?obj_uuids=efc10fc7-b9da-47ef-86bb-0b6ee934727c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001526
10.0.0.33 - - [2026-06-08 04:33:24] "GET /project/efc10fc7-b9da-47ef-86bb-0b6ee934727c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.081087
10.0.0.33 - - [2026-06-08 04:33:24] "GET /virtual-networks?parent_id=efc10fc7-b9da-47ef-86bb-0b6ee934727c&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.020986
10.0.0.33 - - [2026-06-08 04:33:25] "POST /virtual-networks HTTP/1.1" 200 583 0.115314
10.0.0.33 - - [2026-06-08 04:33:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.034885
10.0.0.249 - - [2026-06-08 04:33:25] "POST /ref-update HTTP/1.1" 200 156 0.025392
10.0.0.33 - - [2026-06-08 04:33:25] "GET /network-ipam/54e33f1e-de81-4d27-af03-8fe45499140c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.021251
10.0.0.27 - - [2026-06-08 04:33:25] "POST /useragent-kv HTTP/1.1" 200 115 0.007510
10.0.0.33 - - [2026-06-08 04:33:25] "POST /ref-update HTTP/1.1" 200 156 0.101167
10.0.0.33 - - [2026-06-08 04:33:25] "POST /neutron/network HTTP/1.1" 200 850 0.064370
10.0.0.33 - - [2026-06-08 04:33:25] "GET /virtual-network/5bd42cd7-d6ad-4847-b782-fa7a21c39699?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2017 0.020915
10.0.0.33 - - [2026-06-08 04:33:25] "POST /neutron/subnet HTTP/1.1" 200 686 0.055417
10.0.0.33 - - [2026-06-08 04:33:25] "POST /fqname-to-id HTTP/1.1" 401 292 0.000510
10.0.0.33 - - [2026-06-08 04:33:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.046095
10.0.0.27 - - [2026-06-08 04:33:26] "GET /projects?obj_uuids=9ba426c8-a2ef-43c4-873c-fec24e5bae8d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001565
10.0.0.33 - - [2026-06-08 04:33:26] "GET /project/9ba426c8-a2ef-43c4-873c-fec24e5bae8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.080845
10.0.0.33 - - [2026-06-08 04:33:26] "GET /virtual-networks?parent_id=9ba426c8-a2ef-43c4-873c-fec24e5bae8d&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.032371
10.0.0.33 - - [2026-06-08 04:33:26] "POST /virtual-networks HTTP/1.1" 200 583 0.109280
10.0.0.33 - - [2026-06-08 04:33:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.042823
10.0.0.33 - - [2026-06-08 04:33:26] "GET /network-ipam/54e33f1e-de81-4d27-af03-8fe45499140c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.024297
10.0.0.27 - - [2026-06-08 04:33:26] "POST /useragent-kv HTTP/1.1" 200 115 0.009097
10.0.0.33 - - [2026-06-08 04:33:26] "POST /ref-update HTTP/1.1" 200 156 0.091855
10.0.0.33 - - [2026-06-08 04:33:26] "GET /virtual-network/2726654c-4e25-43f4-92ec-1e714d193ef5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.021870
10.0.0.33 - - [2026-06-08 04:33:26] "POST /neutron/network HTTP/1.1" 200 849 0.067427
10.0.0.33 - - [2026-06-08 04:33:28] "GET /obj-perms HTTP/1.1" 403 257 0.039129
10.0.0.33 - - [2026-06-08 04:33:28] "GET /obj-perms HTTP/1.1" 403 257 0.041148
10.0.0.249 - - [2026-06-08 04:33:28] "POST /fqname-to-id HTTP/1.1" 401 292 0.000524
10.0.0.27 - - [2026-06-08 04:33:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.029379
10.0.0.33 - - [2026-06-08 04:33:30] "GET /obj-perms HTTP/1.1" 200 5030 0.057298
10.0.0.33 - - [2026-06-08 04:33:30] "GET /obj-perms HTTP/1.1" 403 257 0.014126
10.0.0.33 - - [2026-06-08 04:33:30] "PUT /virtual-network/5bd42cd7-d6ad-4847-b782-fa7a21c39699 HTTP/1.1" 200 264 0.052603
10.0.0.33 - - [2026-06-08 04:33:30] "GET /obj-perms HTTP/1.1" 403 257 0.015232
10.0.0.33 - - [2026-06-08 04:33:31] "GET /obj-perms HTTP/1.1" 403 257 0.045246
10.0.0.249 - - [2026-06-08 04:33:31] "GET /obj-perms HTTP/1.1" 403 257 0.043294
10.0.0.27 - - [2026-06-08 04:33:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003779
10.0.0.33 - - [2026-06-08 04:33:32] "GET /obj-perms HTTP/1.1" 403 257 0.015327
10.0.0.33 - - [2026-06-08 04:33:32] "GET /obj-perms HTTP/1.1" 200 5030 0.009335
10.0.0.33 - - [2026-06-08 04:33:32] "GET /obj-perms HTTP/1.1" 403 257 0.021791
10.0.0.33 - - [2026-06-08 04:33:32] "PUT /virtual-network/5bd42cd7-d6ad-4847-b782-fa7a21c39699 HTTP/1.1" 200 264 0.058004
10.0.0.27 - - [2026-06-08 04:33:32] "POST /useragent-kv HTTP/1.1" 200 115 0.003243
10.0.0.249 - - [2026-06-08 04:33:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004160
10.0.0.27 - - [2026-06-08 04:33:32] "POST /useragent-kv HTTP/1.1" 200 115 0.003119
10.0.0.33 - - [2026-06-08 04:33:32] "DELETE /virtual-network/2726654c-4e25-43f4-92ec-1e714d193ef5 HTTP/1.1" 200 115 0.144927
10.0.0.27 - - [2026-06-08 04:33:32] "POST /useragent-kv HTTP/1.1" 200 115 0.004363
10.0.0.27 - - [2026-06-08 04:33:32] "POST /useragent-kv HTTP/1.1" 200 115 0.003422
10.0.0.33 - - [2026-06-08 04:33:32] "DELETE /virtual-network/5bd42cd7-d6ad-4847-b782-fa7a21c39699 HTTP/1.1" 200 115 0.142356
10.0.0.249 - - [2026-06-08 04:33:32] "DELETE /route-target/c4b83768-6b18-4fa9-9b73-d6612b48c582 HTTP/1.1" 200 115 0.025550
10.0.0.33 - - [2026-06-08 04:33:32] "DELETE /api-access-list/f7417c2d-574c-48f3-b127-ef8ab344a9cb HTTP/1.1" 200 115 0.044542
10.0.0.27 - - [2026-06-08 04:33:32] "GET /projects?obj_uuids=9ba426c8-a2ef-43c4-873c-fec24e5bae8d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001868
10.0.0.33 - - [2026-06-08 04:33:33] "GET /project/9ba426c8-a2ef-43c4-873c-fec24e5bae8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.054367
10.0.0.27 - - [2026-06-08 04:33:33] "GET /projects?obj_uuids=9ba426c8-a2ef-43c4-873c-fec24e5bae8d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002715
10.0.0.33 - - [2026-06-08 04:33:33] "GET /project/9ba426c8-a2ef-43c4-873c-fec24e5bae8d?fields=virtual_networks HTTP/1.1" 200 1032 0.064642
10.0.0.27 - - [2026-06-08 04:33:33] "GET /projects?obj_uuids=9ba426c8-a2ef-43c4-873c-fec24e5bae8d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001382
10.0.0.33 - - [2026-06-08 04:33:33] "GET /project/9ba426c8-a2ef-43c4-873c-fec24e5bae8d?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.055668
10.0.0.27 - - [2026-06-08 04:33:33] "GET /projects?obj_uuids=9ba426c8-a2ef-43c4-873c-fec24e5bae8d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001569
10.0.0.33 - - [2026-06-08 04:33:33] "GET /project/9ba426c8-a2ef-43c4-873c-fec24e5bae8d?fields=security_groups HTTP/1.1" 200 1258 0.060217
10.0.0.27 - - [2026-06-08 04:33:33] "GET /projects?obj_uuids=efc10fc7-b9da-47ef-86bb-0b6ee934727c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002531
10.0.0.33 - - [2026-06-08 04:33:33] "GET /project/efc10fc7-b9da-47ef-86bb-0b6ee934727c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.059674
10.0.0.27 - - [2026-06-08 04:33:33] "GET /projects?obj_uuids=efc10fc7-b9da-47ef-86bb-0b6ee934727c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001239
10.0.0.33 - - [2026-06-08 04:33:33] "GET /project/efc10fc7-b9da-47ef-86bb-0b6ee934727c?fields=virtual_networks HTTP/1.1" 200 1032 0.061528
10.0.0.27 - - [2026-06-08 04:33:33] "GET /projects?obj_uuids=efc10fc7-b9da-47ef-86bb-0b6ee934727c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001202
10.0.0.33 - - [2026-06-08 04:33:33] "GET /project/efc10fc7-b9da-47ef-86bb-0b6ee934727c?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.050943
10.0.0.27 - - [2026-06-08 04:33:34] "GET /projects?obj_uuids=efc10fc7-b9da-47ef-86bb-0b6ee934727c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002472
10.0.0.33 - - [2026-06-08 04:33:34] "GET /project/efc10fc7-b9da-47ef-86bb-0b6ee934727c?fields=security_groups HTTP/1.1" 200 1258 0.052775
10.0.0.33 - - [2026-06-08 04:33:37] "GET / HTTP/1.1" 200 35931 0.002020
10.0.0.33 - - [2026-06-08 04:33:38] "GET / HTTP/1.1" 200 35931 0.003112
10.0.0.33 - - [2026-06-08 04:33:39] "POST /fqname-to-id HTTP/1.1" 401 292 0.000621
10.0.0.33 - - [2026-06-08 04:33:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.084267
10.0.0.27 - - [2026-06-08 04:33:39] "GET /projects?obj_uuids=0997e2f1-1c16-4766-af15-60b605402c67&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001136
10.0.0.33 - - [2026-06-08 04:33:39] "GET /project/0997e2f1-1c16-4766-af15-60b605402c67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.074593
10.0.0.33 - - [2026-06-08 04:33:39] "GET /virtual-networks?parent_id=0997e2f1-1c16-4766-af15-60b605402c67&detail=False&count=False&shared=False HTTP/1.1" 403 263 0.016832
10.0.0.33 - - [2026-06-08 04:33:39] "POST /fqname-to-id HTTP/1.1" 404 197 0.015533
10.0.0.33 - - [2026-06-08 04:33:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.016761
10.0.0.27 - - [2026-06-08 04:33:39] "GET /domains?obj_uuids=2441b78a-01cc-4005-9aa7-6b434eb6fb41&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001671
10.0.0.33 - - [2026-06-08 04:33:39] "GET /domain/2441b78a-01cc-4005-9aa7-6b434eb6fb41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.026671
10.0.0.33 - - [2026-06-08 04:33:39] "POST /service-templates HTTP/1.1" 403 264 0.014818
10.0.0.33 - - [2026-06-08 04:33:39] "POST /fqname-to-id HTTP/1.1" 404 215 0.004651
10.0.0.33 - - [2026-06-08 04:33:39] "POST /api-access-lists HTTP/1.1" 200 555 0.031835
10.0.0.33 - - [2026-06-08 04:33:39] "GET /api-access-list/3631dca5-a2b8-4445-98bb-8716c03cd9db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1323 0.008210
10.0.0.33 - - [2026-06-08 04:33:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.022869
10.0.0.27 - - [2026-06-08 04:33:40] "GET /projects?obj_uuids=0997e2f1-1c16-4766-af15-60b605402c67&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001344
10.0.0.33 - - [2026-06-08 04:33:40] "GET /project/0997e2f1-1c16-4766-af15-60b605402c67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.071973
10.0.0.33 - - [2026-06-08 04:33:40] "GET /virtual-networks?parent_id=0997e2f1-1c16-4766-af15-60b605402c67&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.024217
10.0.0.33 - - [2026-06-08 04:33:40] "POST /virtual-networks HTTP/1.1" 200 583 0.110179
10.0.0.33 - - [2026-06-08 04:33:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.042220
10.0.0.33 - - [2026-06-08 04:33:40] "GET /network-ipam/54e33f1e-de81-4d27-af03-8fe45499140c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.020982
10.0.0.27 - - [2026-06-08 04:33:40] "POST /useragent-kv HTTP/1.1" 200 115 0.010533
10.0.0.33 - - [2026-06-08 04:33:40] "POST /ref-update HTTP/1.1" 200 156 0.106656
10.0.0.33 - - [2026-06-08 04:33:40] "POST /neutron/network HTTP/1.1" 200 850 0.057585
10.0.0.33 - - [2026-06-08 04:33:40] "GET /virtual-network/04733cc5-d888-45f2-90f7-9392ac96342e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.022645
10.0.0.33 - - [2026-06-08 04:33:41] "POST /neutron/network HTTP/1.1" 200 850 0.057867
10.0.0.33 - - [2026-06-08 04:33:41] "GET /virtual-network/04733cc5-d888-45f2-90f7-9392ac96342e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.007606
10.0.0.33 - - [2026-06-08 04:33:41] "GET /network-ipam/54e33f1e-de81-4d27-af03-8fe45499140c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.004400
10.0.0.33 - - [2026-06-08 04:33:41] "GET /virtual-network/04733cc5-d888-45f2-90f7-9392ac96342e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.007582
10.0.0.33 - - [2026-06-08 04:33:41] "GET /obj-perms HTTP/1.1" 200 5030 0.003651
10.0.0.249 - - [2026-06-08 04:33:41] "GET /obj-perms HTTP/1.1" 200 5030 0.068063
10.0.0.33 - - [2026-06-08 04:33:42] "POST /fqname-to-id HTTP/1.1" 404 197 0.016864
10.0.0.33 - - [2026-06-08 04:33:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.016251
10.0.0.27 - - [2026-06-08 04:33:42] "GET /domains?obj_uuids=2441b78a-01cc-4005-9aa7-6b434eb6fb41&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001145
10.0.0.33 - - [2026-06-08 04:33:42] "GET /domain/2441b78a-01cc-4005-9aa7-6b434eb6fb41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.022446
10.0.0.33 - - [2026-06-08 04:33:42] "POST /service-templates HTTP/1.1" 403 264 0.019687
10.0.0.33 - - [2026-06-08 04:33:42] "POST /fqname-to-id HTTP/1.1" 404 183 0.003893
10.0.0.33 - - [2026-06-08 04:33:42] "POST /api-access-lists HTTP/1.1" 200 521 0.029824
10.0.0.33 - - [2026-06-08 04:33:42] "GET /api-access-list/f53736d8-1f73-4d66-a918-d68e3d15c169?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1291 0.011974
10.0.0.33 - - [2026-06-08 04:33:42] "POST /fqname-to-id HTTP/1.1" 404 197 0.020148
10.0.0.33 - - [2026-06-08 04:33:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.025070
10.0.0.27 - - [2026-06-08 04:33:42] "GET /domains?obj_uuids=2441b78a-01cc-4005-9aa7-6b434eb6fb41&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001263
10.0.0.33 - - [2026-06-08 04:33:42] "GET /domain/2441b78a-01cc-4005-9aa7-6b434eb6fb41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.031403
10.0.0.33 - - [2026-06-08 04:33:42] "POST /service-templates HTTP/1.1" 200 551 0.064783
10.0.0.33 - - [2026-06-08 04:33:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.035612
10.0.0.33 - - [2026-06-08 04:33:43] "GET /service-template/f939915d-45f9-43a3-9395-03f2671b5483?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1854 0.022546
10.0.0.33 - - [2026-06-08 04:33:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.021998
10.0.0.33 - - [2026-06-08 04:33:43] "GET /service-template/f939915d-45f9-43a3-9395-03f2671b5483?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1854 0.024806
10.0.0.33 - - [2026-06-08 04:33:44] "GET /virtual-network/04733cc5-d888-45f2-90f7-9392ac96342e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.052671
10.0.0.249 - - [2026-06-08 04:33:44] "GET /virtual-network/04733cc5-d888-45f2-90f7-9392ac96342e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.047890
10.0.0.27 - - [2026-06-08 04:33:45] "GET /obj-perms HTTP/1.1" 403 257 0.047312
10.0.0.33 - - [2026-06-08 04:33:45] "GET /api-access-list/3631dca5-a2b8-4445-98bb-8716c03cd9db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1323 0.004309
10.0.0.33 - - [2026-06-08 04:33:45] "PUT /api-access-list/3631dca5-a2b8-4445-98bb-8716c03cd9db HTTP/1.1" 200 264 0.014094
10.0.0.33 - - [2026-06-08 04:33:45] "POST /fqname-to-id HTTP/1.1" 401 292 0.000691
10.0.0.33 - - [2026-06-08 04:33:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.048035
10.0.0.27 - - [2026-06-08 04:33:45] "GET /projects?obj_uuids=0997e2f1-1c16-4766-af15-60b605402c67&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001704
10.0.0.33 - - [2026-06-08 04:33:45] "GET /project/0997e2f1-1c16-4766-af15-60b605402c67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.101194
10.0.0.33 - - [2026-06-08 04:33:45] "GET /virtual-networks?parent_id=0997e2f1-1c16-4766-af15-60b605402c67&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.031926
10.0.0.33 - - [2026-06-08 04:33:46] "POST /virtual-networks HTTP/1.1" 403 263 0.017211
10.0.0.33 - - [2026-06-08 04:33:46] "GET /obj-perms HTTP/1.1" 403 257 0.017713
10.0.0.33 - - [2026-06-08 04:33:46] "POST /neutron/network HTTP/1.1" 200 1121 0.014327
10.0.0.33 - - [2026-06-08 04:33:46] "GET /obj-perms HTTP/1.1" 403 257 0.025361
10.0.0.33 - - [2026-06-08 04:33:46] "GET /api-access-list/f53736d8-1f73-4d66-a918-d68e3d15c169?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1291 0.005220
10.0.0.33 - - [2026-06-08 04:33:46] "POST /neutron/subnet HTTP/1.1" 200 1374 0.023616
10.0.0.33 - - [2026-06-08 04:33:46] "PUT /api-access-list/f53736d8-1f73-4d66-a918-d68e3d15c169 HTTP/1.1" 200 264 0.026434
10.0.0.33 - - [2026-06-08 04:33:46] "POST /neutron/network HTTP/1.1" 200 1111 0.018937
10.0.0.33 - - [2026-06-08 04:33:46] "POST /fqname-to-id HTTP/1.1" 404 197 0.021842
10.0.0.33 - - [2026-06-08 04:33:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.020255
10.0.0.27 - - [2026-06-08 04:33:46] "GET /domains?obj_uuids=2441b78a-01cc-4005-9aa7-6b434eb6fb41&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001818
10.0.0.33 - - [2026-06-08 04:33:46] "GET /domain/2441b78a-01cc-4005-9aa7-6b434eb6fb41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.040061
10.0.0.33 - - [2026-06-08 04:33:46] "POST /service-templates HTTP/1.1" 403 264 0.018186
10.0.0.33 - - [2026-06-08 04:33:46] "GET /api-access-list/3631dca5-a2b8-4445-98bb-8716c03cd9db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.004506
10.0.0.33 - - [2026-06-08 04:33:47] "PUT /api-access-list/3631dca5-a2b8-4445-98bb-8716c03cd9db HTTP/1.1" 200 264 0.013622
10.0.0.33 - - [2026-06-08 04:33:47] "GET /api-access-list/f53736d8-1f73-4d66-a918-d68e3d15c169?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.004711
10.0.0.33 - - [2026-06-08 04:33:47] "PUT /api-access-list/f53736d8-1f73-4d66-a918-d68e3d15c169 HTTP/1.1" 200 264 0.015404
10.0.0.33 - - [2026-06-08 04:33:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004807
10.0.0.33 - - [2026-06-08 04:33:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004947
10.0.0.249 - - [2026-06-08 04:33:48] "GET /virtual-network/04733cc5-d888-45f2-90f7-9392ac96342e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.017917
10.0.0.249 - - [2026-06-08 04:33:48] "GET /virtual-network/04733cc5-d888-45f2-90f7-9392ac96342e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.039352
10.0.0.27 - - [2026-06-08 04:33:48] "GET /obj-perms HTTP/1.1" 403 257 0.015089
10.0.0.27 - - [2026-06-08 04:33:49] "GET /obj-perms HTTP/1.1" 403 257 0.073705
10.0.0.33 - - [2026-06-08 04:33:49] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.078150
10.0.0.33 - - [2026-06-08 04:33:49] "GET /api-access-list/b77cffd9-cb03-4a85-98a1-e4023044be63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2411 0.007288
10.0.0.33 - - [2026-06-08 04:33:49] "PUT /api-access-list/b77cffd9-cb03-4a85-98a1-e4023044be63 HTTP/1.1" 200 264 0.035457
10.0.0.249 - - [2026-06-08 04:33:49] "DELETE /access-control-list/ef32cb33-ab7c-40c4-9596-33ff98dbb05e HTTP/1.1" 200 115 0.123314
10.0.0.27 - - [2026-06-08 04:33:49] "DELETE /project/efc10fc7b9da47ef86bb0b6ee934727c HTTP/1.1" 404 173 0.199255
10.0.0.27 - - [2026-06-08 04:33:49] "DELETE /project/0997e2f11c164766af1560b605402c67 HTTP/1.1" 404 173 0.209414
10.0.0.27 - - [2026-06-08 04:33:49] "DELETE /project/9ba426c8a2ef43c4873cfec24e5bae8d HTTP/1.1" 404 173 0.202043
10.0.0.27 - - [2026-06-08 04:33:49] "GET /projects?obj_uuids=efc10fc7-b9da-47ef-86bb-0b6ee934727c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001364
10.0.0.27 - - [2026-06-08 04:33:49] "GET /projects?obj_uuids=9ba426c8-a2ef-43c4-873c-fec24e5bae8d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001428
10.0.0.27 - - [2026-06-08 04:33:49] "GET /projects?obj_uuids=7cf335ff-cec4-4fe4-9c90-fbba153b1744&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.004728
10.0.0.27 - - [2026-06-08 04:33:49] "GET /projects?obj_uuids=2ea4333c-520a-4d91-8aef-d6523680d663&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001017
10.0.0.27 - - [2026-06-08 04:33:49] "GET /projects?obj_uuids=a3d460ac-6746-48d0-9816-26f8ccf7f430&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000977
10.0.0.27 - - [2026-06-08 04:33:50] "GET /project/2ea4333c-520a-4d91-8aef-d6523680d663?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 203 0.278682
10.0.0.27 - - [2026-06-08 04:33:50] "DELETE /project/2ea4333c-520a-4d91-8aef-d6523680d663 HTTP/1.1" 404 171 0.312934
10.0.0.33 - - [2026-06-08 04:33:50] "GET /virtual-network/04733cc5-d888-45f2-90f7-9392ac96342e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.145379
10.0.0.27 - - [2026-06-08 04:33:50] "GET /project/a3d460ac-6746-48d0-9816-26f8ccf7f430?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.341995
10.0.0.27 - - [2026-06-08 04:33:50] "DELETE /project/a3d460ac-6746-48d0-9816-26f8ccf7f430 HTTP/1.1" 404 171 0.368604
10.0.0.27 - - [2026-06-08 04:33:50] "GET /project/9ba426c8-a2ef-43c4-873c-fec24e5bae8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.378124
10.0.0.27 - - [2026-06-08 04:33:50] "GET /project/efc10fc7-b9da-47ef-86bb-0b6ee934727c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.218843
10.0.0.27 - - [2026-06-08 04:33:50] "GET /project/7cf335ff-cec4-4fe4-9c90-fbba153b1744?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.417951
10.0.0.27 - - [2026-06-08 04:33:50] "GET /projects?obj_uuids=9ba426c8-a2ef-43c4-873c-fec24e5bae8d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.005929
10.0.0.27 - - [2026-06-08 04:33:50] "GET /projects?obj_uuids=efc10fc7-b9da-47ef-86bb-0b6ee934727c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001912
10.0.0.27 - - [2026-06-08 04:33:50] "DELETE /project/7cf335ff-cec4-4fe4-9c90-fbba153b1744 HTTP/1.1" 404 171 0.460747
10.0.0.249 - - [2026-06-08 04:33:50] "DELETE /access-control-list/312209d7-0d56-4b84-b564-064707323445 HTTP/1.1" 200 115 0.239933
10.0.0.27 - - [2026-06-08 04:33:50] "GET /project/9ba426c8-a2ef-43c4-873c-fec24e5bae8d?fields=security_groups HTTP/1.1" 200 1363 0.152982
10.0.0.27 - - [2026-06-08 04:33:50] "GET /project/efc10fc7-b9da-47ef-86bb-0b6ee934727c?fields=security_groups HTTP/1.1" 200 1363 0.167146
10.0.0.33 - - [2026-06-08 04:33:50] "DELETE /api-access-list/3631dca5-a2b8-4445-98bb-8716c03cd9db HTTP/1.1" 200 115 0.083277
10.0.0.27 - - [2026-06-08 04:33:50] "DELETE /security-group/3cc452be-9efb-4ba7-9e74-fdef9a763106 HTTP/1.1" 200 115 0.108918
10.0.0.27 - - [2026-06-08 04:33:50] "GET /projects?obj_uuids=9ba426c8-a2ef-43c4-873c-fec24e5bae8d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001872
10.0.0.33 - - [2026-06-08 04:33:50] "DELETE /api-access-list/f53736d8-1f73-4d66-a918-d68e3d15c169 HTTP/1.1" 200 115 0.075277
10.0.0.27 - - [2026-06-08 04:33:50] "DELETE /security-group/c0fc9dc0-ba09-48df-8329-2d12c00504ce HTTP/1.1" 200 115 0.121883
10.0.0.27 - - [2026-06-08 04:33:50] "GET /projects?obj_uuids=efc10fc7-b9da-47ef-86bb-0b6ee934727c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002921
10.0.0.249 - - [2026-06-08 04:33:50] "DELETE /access-control-list/891a8e78-d0f8-4330-9414-2fbd8f92426b HTTP/1.1" 200 115 0.108678
10.0.0.27 - - [2026-06-08 04:33:50] "GET /project/9ba426c8-a2ef-43c4-873c-fec24e5bae8d?fields=application_policy_sets HTTP/1.1" 200 1402 0.108508
10.0.0.27 - - [2026-06-08 04:33:50] "GET /project/efc10fc7-b9da-47ef-86bb-0b6ee934727c?fields=application_policy_sets HTTP/1.1" 200 1402 0.087048
10.0.0.249 - - [2026-06-08 04:33:50] "DELETE /access-control-list/de49bbdb-348a-4330-89dd-a67c4085811a HTTP/1.1" 200 115 0.077283
10.0.0.27 - - [2026-06-08 04:33:50] "DELETE /project/9ba426c8-a2ef-43c4-873c-fec24e5bae8d HTTP/1.1" 200 115 1.100313
10.0.0.27 - - [2026-06-08 04:33:50] "DELETE /project/efc10fc7-b9da-47ef-86bb-0b6ee934727c HTTP/1.1" 200 115 1.146872
10.0.0.33 - - [2026-06-08 04:33:51] "GET /obj-perms HTTP/1.1" 403 257 0.052795
10.0.0.249 - - [2026-06-08 04:33:52] "GET /virtual-network/04733cc5-d888-45f2-90f7-9392ac96342e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.042694
10.0.0.27 - - [2026-06-08 04:33:52] "GET /obj-perms HTTP/1.1" 403 257 0.044700
10.0.0.33 - - [2026-06-08 04:33:52] "GET /obj-perms HTTP/1.1" 403 257 0.012010
10.0.0.33 - - [2026-06-08 04:33:52] "GET /api-access-list/b77cffd9-cb03-4a85-98a1-e4023044be63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2686 0.004972
10.0.0.33 - - [2026-06-08 04:33:52] "PUT /api-access-list/b77cffd9-cb03-4a85-98a1-e4023044be63 HTTP/1.1" 200 264 0.013655
10.0.0.33 - - [2026-06-08 04:33:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003831
10.0.0.33 - - [2026-06-08 04:33:53] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.040576
10.0.0.33 - - [2026-06-08 04:33:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.017780
10.0.0.33 - - [2026-06-08 04:33:53] "DELETE /service-template/f939915d-45f9-43a3-9395-03f2671b5483 HTTP/1.1" 200 115 0.055094
10.0.0.33 - - [2026-06-08 04:33:53] "POST /fqname-to-id HTTP/1.1" 404 197 0.021129
10.0.0.27 - - [2026-06-08 04:33:53] "POST /useragent-kv HTTP/1.1" 200 115 0.004139
10.0.0.27 - - [2026-06-08 04:33:53] "POST /useragent-kv HTTP/1.1" 200 115 0.003554
10.0.0.33 - - [2026-06-08 04:33:53] "DELETE /virtual-network/04733cc5-d888-45f2-90f7-9392ac96342e HTTP/1.1" 200 115 0.141668
10.0.0.33 - - [2026-06-08 04:33:53] "GET /api-access-list/b77cffd9-cb03-4a85-98a1-e4023044be63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.004866
10.0.0.33 - - [2026-06-08 04:33:53] "PUT /api-access-list/b77cffd9-cb03-4a85-98a1-e4023044be63 HTTP/1.1" 200 264 0.015637
10.0.0.33 - - [2026-06-08 04:33:53] "GET /api-access-list/b77cffd9-cb03-4a85-98a1-e4023044be63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2692 0.006475
10.0.0.33 - - [2026-06-08 04:33:53] "PUT /api-access-list/b77cffd9-cb03-4a85-98a1-e4023044be63 HTTP/1.1" 200 264 0.017464
10.0.0.33 - - [2026-06-08 04:33:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005304
10.0.0.27 - - [2026-06-08 04:33:56] "GET /projects?obj_uuids=0997e2f1-1c16-4766-af15-60b605402c67&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001442
10.0.0.33 - - [2026-06-08 04:33:56] "GET /project/0997e2f1-1c16-4766-af15-60b605402c67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.052522
10.0.0.27 - - [2026-06-08 04:33:57] "POST /useragent-kv HTTP/1.1" 200 115 0.010078
10.0.0.33 - - [2026-06-08 04:33:57] "POST /neutron/subnet HTTP/1.1" 200 728 0.239372
10.0.0.33 - - [2026-06-08 04:33:57] "POST /id-to-fqname HTTP/1.1" 200 240 0.001528
10.0.0.33 - - [2026-06-08 04:33:57] "GET /virtual-network/a9e2c095-f5f7-4221-afc2-3e891c1b423c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.006115
10.0.0.33 - - [2026-06-08 04:33:57] "GET /virtual-network/a9e2c095-f5f7-4221-afc2-3e891c1b423c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.005918
10.0.0.33 - - [2026-06-08 04:33:57] "POST /neutron/network HTTP/1.1" 200 863 0.008836
10.0.0.33 - - [2026-06-08 04:33:57] "GET /virtual-network/a9e2c095-f5f7-4221-afc2-3e891c1b423c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.010362
10.0.0.33 - - [2026-06-08 04:33:57] "GET /network-ipam/54e33f1e-de81-4d27-af03-8fe45499140c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.004363
10.0.0.249 - - [2026-06-08 04:33:57] "POST /route-targets HTTP/1.1" 200 327 0.017334
10.0.0.33 - - [2026-06-08 04:33:57] "GET /virtual-network/a9e2c095-f5f7-4221-afc2-3e891c1b423c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.007385
10.0.0.27 - - [2026-06-08 04:33:57] "GET /obj-perms HTTP/1.1" 200 5030 0.072164
10.0.0.33 - - [2026-06-08 04:33:58] "POST /fqname-to-id HTTP/1.1" 404 215 0.006640
10.0.0.33 - - [2026-06-08 04:33:58] "POST /api-access-lists HTTP/1.1" 200 555 0.042376
10.0.0.33 - - [2026-06-08 04:33:58] "GET /api-access-list/96d10a04-d450-4adc-891a-b571e0d373dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2442 0.011308
10.0.0.33 - - [2026-06-08 04:33:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.026463
10.0.0.27 - - [2026-06-08 04:33:58] "GET /projects?obj_uuids=0997e2f1-1c16-4766-af15-60b605402c67&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001469
10.0.0.33 - - [2026-06-08 04:33:58] "GET /project/0997e2f1-1c16-4766-af15-60b605402c67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.077008
10.0.0.33 - - [2026-06-08 04:33:58] "POST /neutron/network HTTP/1.1" 200 117 0.109347
10.0.0.249 - - [2026-06-08 04:33:58] "POST /ref-update HTTP/1.1" 200 156 0.038541
10.0.0.33 - - [2026-06-08 04:33:58] "POST /neutron/network HTTP/1.1" 200 693 0.062068
10.0.0.33 - - [2026-06-08 04:33:59] "POST /id-to-fqname HTTP/1.1" 200 240 0.017706
10.0.0.33 - - [2026-06-08 04:33:59] "GET /virtual-network/1ba112d3-dd69-41ae-a025-8bd8c2a3422d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.024528
10.0.0.33 - - [2026-06-08 04:33:59] "POST /neutron/network HTTP/1.1" 200 865 0.036143
10.0.0.33 - - [2026-06-08 04:33:59] "GET /virtual-network/1ba112d3-dd69-41ae-a025-8bd8c2a3422d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.024829
10.0.0.33 - - [2026-06-08 04:33:59] "POST /neutron/network HTTP/1.1" 200 865 0.008486
10.0.0.33 - - [2026-06-08 04:33:59] "GET /virtual-network/1ba112d3-dd69-41ae-a025-8bd8c2a3422d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.008818
10.0.0.33 - - [2026-06-08 04:33:59] "GET /network-ipam/54e33f1e-de81-4d27-af03-8fe45499140c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.006541
10.0.0.33 - - [2026-06-08 04:33:59] "GET /virtual-network/1ba112d3-dd69-41ae-a025-8bd8c2a3422d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.006596
10.0.0.33 - - [2026-06-08 04:34:00] "POST /fqname-to-id HTTP/1.1" 404 232 0.022426
10.0.0.249 - - [2026-06-08 04:34:00] "POST /fqname-to-id HTTP/1.1" 404 263 0.009234
10.0.0.249 - - [2026-06-08 04:34:00] "PUT /access-control-list/eb97c731-84c1-4f30-93fd-3c5720bb06f6 HTTP/1.1" 200 272 0.016716
10.0.0.33 - - [2026-06-08 04:34:00] "POST /neutron/security_group HTTP/1.1" 200 2084 0.032014
10.0.0.27 - - [2026-06-08 04:34:01] "GET /projects?obj_uuids=0997e2f1-1c16-4766-af15-60b605402c67&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001467
10.0.0.33 - - [2026-06-08 04:34:01] "POST /neutron/security_group_rule HTTP/1.1" 200 151 0.240736
10.0.0.33 - - [2026-06-08 04:34:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.044681
10.0.0.33 - - [2026-06-08 04:34:01] "GET /security-group/5d70537a-035e-4944-9320-f2f3da3cf5c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1316 0.031533
10.0.0.27 - - [2026-06-08 04:34:02] "GET /projects?obj_uuids=0997e2f1-1c16-4766-af15-60b605402c67&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002090
10.0.0.33 - - [2026-06-08 04:34:02] "POST /neutron/security_group_rule HTTP/1.1" 200 1749 0.125056
10.0.0.33 - - [2026-06-08 04:34:02] "POST /id-to-fqname HTTP/1.1" 200 240 0.017256
10.0.0.27 - - [2026-06-08 04:34:03] "GET /projects?obj_uuids=0997e2f1-1c16-4766-af15-60b605402c67&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001889
10.0.0.33 - - [2026-06-08 04:34:03] "GET /project/0997e2f1-1c16-4766-af15-60b605402c67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.104117
10.0.0.33 - - [2026-06-08 04:34:03] "POST /neutron/network HTTP/1.1" 200 865 0.008842
10.0.0.33 - - [2026-06-08 04:34:04] "POST /neutron/port HTTP/1.1" 200 117 0.031356
10.0.0.27 - - [2026-06-08 04:34:04] "GET /projects?obj_uuids=0997e2f1-1c16-4766-af15-60b605402c67&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001800
10.0.0.33 - - [2026-06-08 04:34:05] "POST /neutron/port HTTP/1.1" 200 1061 0.672394
10.0.0.33 - - [2026-06-08 04:34:05] "POST /neutron/port HTTP/1.1" 200 1115 0.150784
10.0.0.33 - - [2026-06-08 04:34:05] "POST /neutron/subnet HTTP/1.1" 200 704 0.010179
10.0.0.33 - - [2026-06-08 04:34:09] "POST /neutron/port HTTP/1.1" 200 1125 0.020076
10.0.0.33 - - [2026-06-08 04:34:09] "POST /neutron/security_group HTTP/1.1" 200 2058 0.011969
10.0.0.33 - - [2026-06-08 04:34:09] "POST /neutron/port HTTP/1.1" 200 1125 0.019408
10.0.0.33 - - [2026-06-08 04:34:09] "GET /virtual-machine/1ad6a5ef-7b24-4ace-962a-2c2c7c0705d7 HTTP/1.1" 401 292 0.000578
10.0.0.33 - - [2026-06-08 04:34:10] "GET /obj-perms HTTP/1.1" 200 5056 0.384621
10.0.0.33 - - [2026-06-08 04:34:10] "GET /virtual-machine/1ad6a5ef-7b24-4ace-962a-2c2c7c0705d7 HTTP/1.1" 200 1292 0.068672
10.0.0.33 - - [2026-06-08 04:34:10] "GET /virtual-machine/1ad6a5ef-7b24-4ace-962a-2c2c7c0705d7 HTTP/1.1" 200 1292 0.022649
10.0.0.33 - - [2026-06-08 04:34:10] "GET /virtual-machine-interface/6b7807a0-f86b-4147-b8a6-352a5752636b HTTP/1.1" 200 3023 0.024675
10.0.0.33 - - [2026-06-08 04:34:10] "GET /virtual-machine/1ad6a5ef-7b24-4ace-962a-2c2c7c0705d7 HTTP/1.1" 200 1292 0.025503
10.0.0.33 - - [2026-06-08 04:34:10] "GET /virtual-machine-interface/6b7807a0-f86b-4147-b8a6-352a5752636b HTTP/1.1" 200 3023 0.029732
10.0.0.33 - - [2026-06-08 04:34:10] "GET /instance-ip/35e10163-3144-44c7-a12b-0de577a231f5 HTTP/1.1" 200 1641 0.021913
10.0.0.33 - - [2026-06-08 04:34:10] "GET /virtual-machine/1ad6a5ef-7b24-4ace-962a-2c2c7c0705d7 HTTP/1.1" 200 1292 0.027253
10.0.0.33 - - [2026-06-08 04:34:10] "GET /virtual-machine-interface/6b7807a0-f86b-4147-b8a6-352a5752636b HTTP/1.1" 200 3023 0.034686
10.0.0.33 - - [2026-06-08 04:34:10] "GET /instance-ip/35e10163-3144-44c7-a12b-0de577a231f5 HTTP/1.1" 200 1641 0.034481
10.0.0.33 - - [2026-06-08 04:34:10] "POST /fqname-to-id HTTP/1.1" 403 354 0.019265
10.0.0.33 - - [2026-06-08 04:34:10] "GET / HTTP/1.1" 200 35931 0.002259
10.0.0.33 - - [2026-06-08 04:34:11] "POST /fqname-to-id HTTP/1.1" 401 292 0.000589
10.0.0.33 - - [2026-06-08 04:34:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.030556
10.0.0.33 - - [2026-06-08 04:34:11] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005339
10.0.0.33 - - [2026-06-08 04:34:11] "GET /virtual-networks?parent_id=0997e2f1-1c16-4766-af15-60b605402c67&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.031247
10.0.0.33 - - [2026-06-08 04:34:11] "GET /virtual-network/1ba112d3-dd69-41ae-a025-8bd8c2a3422d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.020838
10.0.0.33 - - [2026-06-08 04:34:11] "POST /fqname-to-id HTTP/1.1" 403 354 0.018302
10.0.0.33 - - [2026-06-08 04:34:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004068
10.0.0.33 - - [2026-06-08 04:34:11] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004686
10.0.0.33 - - [2026-06-08 04:34:11] "GET /virtual-networks?parent_id=0997e2f1-1c16-4766-af15-60b605402c67&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.024430
10.0.0.33 - - [2026-06-08 04:34:11] "GET /virtual-network/1ba112d3-dd69-41ae-a025-8bd8c2a3422d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.025054
10.0.0.33 - - [2026-06-08 04:34:11] "POST /fqname-to-id HTTP/1.1" 403 354 0.020845
10.0.0.33 - - [2026-06-08 04:34:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003849
10.0.0.33 - - [2026-06-08 04:34:11] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005156
10.0.0.33 - - [2026-06-08 04:34:11] "GET /virtual-networks?parent_id=0997e2f1-1c16-4766-af15-60b605402c67&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.023969
10.0.0.33 - - [2026-06-08 04:34:11] "GET /virtual-network/1ba112d3-dd69-41ae-a025-8bd8c2a3422d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.021154
10.0.0.33 - - [2026-06-08 04:34:11] "POST /fqname-to-id HTTP/1.1" 403 354 0.020788
10.0.0.33 - - [2026-06-08 04:34:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.005565
10.0.0.33 - - [2026-06-08 04:34:11] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005919
10.0.0.33 - - [2026-06-08 04:34:11] "GET /virtual-networks?parent_id=0997e2f1-1c16-4766-af15-60b605402c67&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.041440
10.0.0.33 - - [2026-06-08 04:34:12] "GET /virtual-network/1ba112d3-dd69-41ae-a025-8bd8c2a3422d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.033981
10.0.0.33 - - [2026-06-08 04:34:12] "POST /fqname-to-id HTTP/1.1" 403 354 0.026098
10.0.0.33 - - [2026-06-08 04:34:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004653
10.0.0.33 - - [2026-06-08 04:34:12] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005338
10.0.0.33 - - [2026-06-08 04:34:12] "GET /virtual-networks?parent_id=0997e2f1-1c16-4766-af15-60b605402c67&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.029968
10.0.0.33 - - [2026-06-08 04:34:12] "GET /virtual-network/1ba112d3-dd69-41ae-a025-8bd8c2a3422d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.029418
10.0.0.33 - - [2026-06-08 04:34:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.021934
10.0.0.33 - - [2026-06-08 04:34:15] "GET /virtual-network/1ba112d3-dd69-41ae-a025-8bd8c2a3422d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.034014
10.0.0.33 - - [2026-06-08 04:34:15] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009427
10.0.0.33 - - [2026-06-08 04:34:17] "POST /fqname-to-id HTTP/1.1" 403 354 0.024049
10.0.0.33 - - [2026-06-08 04:34:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004868
10.0.0.33 - - [2026-06-08 04:34:17] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004478
10.0.0.33 - - [2026-06-08 04:34:17] "GET /virtual-networks?parent_id=0997e2f1-1c16-4766-af15-60b605402c67&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.021305
10.0.0.33 - - [2026-06-08 04:34:17] "GET /virtual-network/1ba112d3-dd69-41ae-a025-8bd8c2a3422d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.026733
10.0.0.33 - - [2026-06-08 04:34:17] "POST /fqname-to-id HTTP/1.1" 403 354 0.037097
10.0.0.33 - - [2026-06-08 04:34:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004554
10.0.0.33 - - [2026-06-08 04:34:17] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006315
10.0.0.33 - - [2026-06-08 04:34:17] "GET /virtual-networks?parent_id=0997e2f1-1c16-4766-af15-60b605402c67&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.025188
10.0.0.33 - - [2026-06-08 04:34:17] "GET /virtual-network/1ba112d3-dd69-41ae-a025-8bd8c2a3422d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.027677
10.0.0.33 - - [2026-06-08 04:34:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.021931
10.0.0.33 - - [2026-06-08 04:34:17] "GET /routing-instance/efa23eea-29ea-4889-a7a1-f0e8ef86c45c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.024207
10.0.0.33 - - [2026-06-08 04:34:18] "POST /fqname-to-id HTTP/1.1" 403 354 0.017348
10.0.0.33 - - [2026-06-08 04:34:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003774
10.0.0.33 - - [2026-06-08 04:34:18] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003940
10.0.0.33 - - [2026-06-08 04:34:18] "GET /virtual-networks?parent_id=0997e2f1-1c16-4766-af15-60b605402c67&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.023173
10.0.0.33 - - [2026-06-08 04:34:18] "GET /virtual-network/1ba112d3-dd69-41ae-a025-8bd8c2a3422d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.023172
10.0.0.33 - - [2026-06-08 04:34:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.019116
10.0.0.33 - - [2026-06-08 04:34:18] "GET /routing-instance/efa23eea-29ea-4889-a7a1-f0e8ef86c45c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.024072
10.0.0.27 - - [2026-06-08 04:34:18] "GET /obj-perms HTTP/1.1" 403 257 0.015582
10.0.0.27 - - [2026-06-08 04:34:20] "GET /virtual-machine/1ad6a5ef-7b24-4ace-962a-2c2c7c0705d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.019672
10.0.0.27 - - [2026-06-08 04:34:24] "GET /obj-perms HTTP/1.1" 403 257 0.016973
10.0.0.27 - - [2026-06-08 04:34:26] "GET /virtual-machine/1ad6a5ef-7b24-4ace-962a-2c2c7c0705d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.020696
10.0.0.27 - - [2026-06-08 04:34:30] "GET /obj-perms HTTP/1.1" 403 257 0.016213
10.0.0.33 - - [2026-06-08 04:34:30] "GET /virtual-machine-interface/6b7807a0-f86b-4147-b8a6-352a5752636b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2802 0.031476
10.0.0.33 - - [2026-06-08 04:34:30] "GET /virtual-machine-interface/6b7807a0-f86b-4147-b8a6-352a5752636b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2802 0.023757
10.0.0.27 - - [2026-06-08 04:34:30] "GET /virtual-machine/1ad6a5ef-7b24-4ace-962a-2c2c7c0705d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.020146
10.0.0.33 - - [2026-06-08 04:34:30] "GET /virtual-machine-interface/6b7807a0-f86b-4147-b8a6-352a5752636b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2802 0.023296
10.0.0.33 - - [2026-06-08 04:34:30] "GET /virtual-network/1ba112d3-dd69-41ae-a025-8bd8c2a3422d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.029576
10.0.0.33 - - [2026-06-08 04:34:31] "GET /obj-perms HTTP/1.1" 403 257 0.044879
10.0.0.27 - - [2026-06-08 04:34:31] "GET /obj-perms HTTP/1.1" 200 5030 0.004067
10.0.0.33 - - [2026-06-08 04:34:31] "GET /obj-perms HTTP/1.1" 403 257 0.014538
10.0.0.33 - - [2026-06-08 04:34:31] "GET /obj-perms HTTP/1.1" 403 257 0.047178
10.0.0.33 - - [2026-06-08 04:34:32] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 320 0.039575
10.0.0.249 - - [2026-06-08 04:34:32] "GET /obj-perms HTTP/1.1" 403 257 0.015584
10.0.0.27 - - [2026-06-08 04:34:32] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 320 0.039384
10.0.0.33 - - [2026-06-08 04:34:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.017714
10.0.0.27 - - [2026-06-08 04:34:32] "GET /projects?obj_uuids=0997e2f1-1c16-4766-af15-60b605402c67&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001130
10.0.0.33 - - [2026-06-08 04:34:32] "GET /project/0997e2f1-1c16-4766-af15-60b605402c67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.077263
10.0.0.33 - - [2026-06-08 04:34:32] "GET /virtual-network/a9e2c095-f5f7-4221-afc2-3e891c1b423c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.026475
10.0.0.33 - - [2026-06-08 04:34:32] "GET /floating-ip-pools?parent_id=a9e2c095-f5f7-4221-afc2-3e891c1b423c&detail=False&count=False&shared=False HTTP/1.1" 200 393 0.024806
10.0.0.33 - - [2026-06-08 04:34:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.020614
10.0.0.33 - - [2026-06-08 04:34:32] "GET /floating-ip-pool/21042406-b65d-4831-8767-6332dd040179?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1180 0.022405
10.0.0.27 - - [2026-06-08 04:34:32] "GET /projects?obj_uuids=0997e2f1-1c16-4766-af15-60b605402c67&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001972
10.0.0.33 - - [2026-06-08 04:34:32] "GET /project/0997e2f1-1c16-4766-af15-60b605402c67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.077179
10.0.0.33 - - [2026-06-08 04:34:32] "POST /floating-ips HTTP/1.1" 200 616 0.082583
10.0.0.33 - - [2026-06-08 04:34:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.018603
10.0.0.33 - - [2026-06-08 04:34:32] "GET /floating-ip/40f316a1-0b70-4882-adc3-2e58840e2025?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.021679
10.0.0.33 - - [2026-06-08 04:34:33] "GET /floating-ip/40f316a1-0b70-4882-adc3-2e58840e2025?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.023974
10.0.0.33 - - [2026-06-08 04:34:33] "GET /virtual-machine/1ad6a5ef-7b24-4ace-962a-2c2c7c0705d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.017452
10.0.0.33 - - [2026-06-08 04:34:33] "GET /virtual-machine/1ad6a5ef-7b24-4ace-962a-2c2c7c0705d7?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1203 0.024139
10.0.0.33 - - [2026-06-08 04:34:33] "GET /virtual-machine-interface/6b7807a0-f86b-4147-b8a6-352a5752636b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2802 0.030139
10.0.0.33 - - [2026-06-08 04:34:33] "POST /ref-update HTTP/1.1" 200 156 0.032669
10.0.0.33 - - [2026-06-08 04:34:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.020770
10.0.0.33 - - [2026-06-08 04:34:33] "GET /routing-instance/fb25b0dd-1f97-4fb1-9920-f548af5f2c3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.029296
10.0.0.33 - - [2026-06-08 04:34:33] "GET /virtual-network/1ba112d3-dd69-41ae-a025-8bd8c2a3422d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.028051
10.0.0.33 - - [2026-06-08 04:34:33] "POST /neutron/port HTTP/1.1" 200 1125 0.131629
10.0.0.33 - - [2026-06-08 04:34:34] "POST /neutron/port HTTP/1.1" 200 1156 0.332746
10.0.0.33 - - [2026-06-08 04:34:34] "GET /virtual-machine/1ad6a5ef-7b24-4ace-962a-2c2c7c0705d7 HTTP/1.1" 200 1292 0.024491
10.0.0.33 - - [2026-06-08 04:34:34] "GET /virtual-machine-interface/6b7807a0-f86b-4147-b8a6-352a5752636b HTTP/1.1" 200 3585 0.031121
10.0.0.33 - - [2026-06-08 04:34:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.021833
10.0.0.33 - - [2026-06-08 04:34:34] "GET /security-group/5d70537a-035e-4944-9320-f2f3da3cf5c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1316 0.029102
10.0.0.33 - - [2026-06-08 04:34:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.020301
10.0.0.33 - - [2026-06-08 04:34:34] "GET /security-group/5d70537a-035e-4944-9320-f2f3da3cf5c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1316 0.031082
10.0.0.33 - - [2026-06-08 04:34:35] "DELETE /floating-ip/40f316a1-0b70-4882-adc3-2e58840e2025 HTTP/1.1" 200 115 0.099559
10.0.0.33 - - [2026-06-08 04:34:35] "GET /virtual-machine/1ad6a5ef-7b24-4ace-962a-2c2c7c0705d7 HTTP/1.1" 200 1292 0.027347
10.0.0.33 - - [2026-06-08 04:34:35] "POST /neutron/port HTTP/1.1" 200 1216 0.026705
10.0.0.33 - - [2026-06-08 04:34:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004932
10.0.0.33 - - [2026-06-08 04:34:35] "POST /neutron/port HTTP/1.1" 200 117 0.001338
10.0.0.33 - - [2026-06-08 04:34:35] "POST /neutron/port HTTP/1.1" 200 1156 0.023537
10.0.0.33 - - [2026-06-08 04:34:37] "GET /virtual-machine/1ad6a5ef-7b24-4ace-962a-2c2c7c0705d7 HTTP/1.1" 404 171 0.022364
10.0.0.33 - - [2026-06-08 04:34:37] "GET /virtual-machine/1ad6a5ef-7b24-4ace-962a-2c2c7c0705d7 HTTP/1.1" 404 171 0.018842
10.0.0.33 - - [2026-06-08 04:34:37] "GET /virtual-machine/1ad6a5ef-7b24-4ace-962a-2c2c7c0705d7 HTTP/1.1" 404 171 0.017431
10.0.0.33 - - [2026-06-08 04:34:37] "POST /fqname-to-id HTTP/1.1" 403 354 0.019188
10.0.0.33 - - [2026-06-08 04:34:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003823
10.0.0.33 - - [2026-06-08 04:34:37] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006310
10.0.0.33 - - [2026-06-08 04:34:37] "GET /virtual-networks?parent_id=0997e2f1-1c16-4766-af15-60b605402c67&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.033731
10.0.0.33 - - [2026-06-08 04:34:37] "GET /virtual-network/1ba112d3-dd69-41ae-a025-8bd8c2a3422d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.032065
10.0.0.33 - - [2026-06-08 04:34:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.025462
10.0.0.33 - - [2026-06-08 04:34:37] "GET /routing-instance/efa23eea-29ea-4889-a7a1-f0e8ef86c45c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.040411
10.0.0.33 - - [2026-06-08 04:34:37] "GET /obj-perms HTTP/1.1" 403 257 0.013987
10.0.0.33 - - [2026-06-08 04:34:38] "GET /obj-perms HTTP/1.1" 403 257 0.039706
10.0.0.33 - - [2026-06-08 04:34:44] "GET /obj-perms HTTP/1.1" 200 5030 0.004867
10.0.0.27 - - [2026-06-08 04:34:44] "GET /obj-perms HTTP/1.1" 200 5030 0.005502
10.0.0.33 - - [2026-06-08 04:34:46] "POST /neutron/port HTTP/1.1" 200 1109 0.019205
10.0.0.33 - - [2026-06-08 04:34:46] "POST /neutron/subnet HTTP/1.1" 200 708 0.012118
10.0.0.33 - - [2026-06-08 04:34:53] "GET /obj-perms HTTP/1.1" 200 5030 0.007655
10.0.0.27 - - [2026-06-08 04:34:53] "GET /obj-perms HTTP/1.1" 200 5030 0.005446
10.0.0.33 - - [2026-06-08 04:34:59] "GET /obj-perms HTTP/1.1" 200 5030 0.004453
10.0.0.27 - - [2026-06-08 04:34:59] "GET /obj-perms HTTP/1.1" 200 5030 0.004902
10.0.0.33 - - [2026-06-08 04:34:59] "POST /neutron/security_group HTTP/1.1" 200 568 0.029710
10.0.0.249 - - [2026-06-08 04:35:00] "DELETE /access-control-list/fcd85dbd-3ca6-4d53-a909-c54bdc810693 HTTP/1.1" 200 115 0.051430
10.0.0.33 - - [2026-06-08 04:35:00] "POST /fqname-to-id HTTP/1.1" 404 232 0.038412
10.0.0.27 - - [2026-06-08 04:35:00] "POST /useragent-kv HTTP/1.1" 200 115 0.003269
10.0.0.27 - - [2026-06-08 04:35:00] "POST /useragent-kv HTTP/1.1" 200 115 0.003486
10.0.0.33 - - [2026-06-08 04:35:00] "POST /neutron/network HTTP/1.1" 200 151 0.218788
10.0.0.249 - - [2026-06-08 04:35:00] "DELETE /route-target/4483fb45-e728-4fca-b625-003132deca75 HTTP/1.1" 200 115 0.036829
10.0.0.33 - - [2026-06-08 04:35:00] "DELETE /api-access-list/96d10a04-d450-4adc-891a-b571e0d373dd HTTP/1.1" 200 115 0.058941
10.0.0.33 - - [2026-06-08 04:35:03] "GET /api-access-list/b77cffd9-cb03-4a85-98a1-e4023044be63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2411 0.005763
10.0.0.33 - - [2026-06-08 04:35:03] "PUT /api-access-list/b77cffd9-cb03-4a85-98a1-e4023044be63 HTTP/1.1" 200 264 0.015358
10.0.0.27 - - [2026-06-08 04:35:03] "GET /projects?obj_uuids=0997e2f1-1c16-4766-af15-60b605402c67&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001258
10.0.0.33 - - [2026-06-08 04:35:03] "GET /project/0997e2f1-1c16-4766-af15-60b605402c67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.047369
10.0.0.27 - - [2026-06-08 04:35:03] "GET /projects?obj_uuids=0997e2f1-1c16-4766-af15-60b605402c67&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001291
10.0.0.33 - - [2026-06-08 04:35:03] "GET /project/0997e2f1-1c16-4766-af15-60b605402c67?fields=virtual_networks HTTP/1.1" 200 1031 0.062183
10.0.0.27 - - [2026-06-08 04:35:03] "GET /projects?obj_uuids=0997e2f1-1c16-4766-af15-60b605402c67&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002478
10.0.0.33 - - [2026-06-08 04:35:03] "GET /project/0997e2f1-1c16-4766-af15-60b605402c67?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.061822
10.0.0.27 - - [2026-06-08 04:35:03] "GET /projects?obj_uuids=0997e2f1-1c16-4766-af15-60b605402c67&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001275
10.0.0.33 - - [2026-06-08 04:35:03] "GET /project/0997e2f1-1c16-4766-af15-60b605402c67?fields=security_groups HTTP/1.1" 200 1257 0.050983
10.0.0.27 - - [2026-06-08 04:35:04] "GET /projects?obj_uuids=bb59746f-d440-4224-b014-d6e71885c160&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001376
10.0.0.33 - - [2026-06-08 04:35:04] "GET /project/bb59746f-d440-4224-b014-d6e71885c160?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.054079
[Introspect:8084]10.0.0.33 - - [2026-06-08 04:35:06] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3160 0.001448
10.0.0.33 - - [2026-06-08 04:35:08] "POST /fqname-to-id HTTP/1.1" 404 189 0.032139
10.0.0.27 - - [2026-06-08 04:35:08] "GET /projects?obj_uuids=aff55a47-1e3d-4bf1-8619-0bd8d9e0f3b6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004044
10.0.0.27 - - [2026-06-08 04:35:08] "GET /domains?obj_uuids=2441b78a-01cc-4005-9aa7-6b434eb6fb41&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001967
10.0.0.27 - - [2026-06-08 04:35:08] "GET /domain/2441b78a-01cc-4005-9aa7-6b434eb6fb41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.012741
10.0.0.27 - - [2026-06-08 04:35:08] "POST /id-to-fqname HTTP/1.1" 200 191 0.029429
10.0.0.27 - - [2026-06-08 04:35:08] "POST /fqname-to-id HTTP/1.1" 404 200 0.004772
10.0.0.27 - - [2026-06-08 04:35:08] "POST /security-groups HTTP/1.1" 200 592 0.059679
10.0.0.249 - - [2026-06-08 04:35:08] "POST /fqname-to-id HTTP/1.1" 404 235 0.003617
10.0.0.27 - - [2026-06-08 04:35:08] "POST /projects HTTP/1.1" 200 587 0.367647
10.0.0.27 - - [2026-06-08 04:35:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.400410
10.0.0.33 - - [2026-06-08 04:35:08] "GET /project/aff55a47-1e3d-4bf1-8619-0bd8d9e0f3b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.606371
10.0.0.249 - - [2026-06-08 04:35:08] "POST /access-control-lists HTTP/1.1" 200 595 0.086447
10.0.0.33 - - [2026-06-08 04:35:10] "GET / HTTP/1.1" 200 35931 0.002106
10.0.0.249 - - [2026-06-08 04:35:10] "GET /obj-perms HTTP/1.1" 200 5056 0.065659
10.0.0.33 - - [2026-06-08 04:35:11] "POST /fqname-to-id HTTP/1.1" 401 292 0.000706
10.0.0.33 - - [2026-06-08 04:35:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.032176
10.0.0.27 - - [2026-06-08 04:35:12] "GET /projects?obj_uuids=aff55a47-1e3d-4bf1-8619-0bd8d9e0f3b6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001250
10.0.0.33 - - [2026-06-08 04:35:12] "GET /project/aff55a47-1e3d-4bf1-8619-0bd8d9e0f3b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.047197
10.0.0.33 - - [2026-06-08 04:35:12] "POST /neutron/network HTTP/1.1" 200 117 0.045316
10.0.0.33 - - [2026-06-08 04:35:12] "POST /neutron/network HTTP/1.1" 200 825 0.013478
10.0.0.33 - - [2026-06-08 04:35:12] "POST /id-to-fqname HTTP/1.1" 200 222 0.002547
10.0.0.33 - - [2026-06-08 04:35:12] "GET /virtual-network/326da32d-d2da-4757-a46c-8afb8a7db411?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.008251
10.0.0.33 - - [2026-06-08 04:35:12] "GET /virtual-network/326da32d-d2da-4757-a46c-8afb8a7db411?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006885
10.0.0.33 - - [2026-06-08 04:35:12] "POST /neutron/subnet HTTP/1.1" 200 716 0.016371
10.0.0.33 - - [2026-06-08 04:35:13] "GET /virtual-network/326da32d-d2da-4757-a46c-8afb8a7db411?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005996
10.0.0.33 - - [2026-06-08 04:35:14] "POST /id-to-fqname HTTP/1.1" 200 222 0.002216
10.0.0.27 - - [2026-06-08 04:35:15] "GET /projects?obj_uuids=aff55a47-1e3d-4bf1-8619-0bd8d9e0f3b6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001451
10.0.0.33 - - [2026-06-08 04:35:15] "GET /project/aff55a47-1e3d-4bf1-8619-0bd8d9e0f3b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.074826
10.0.0.33 - - [2026-06-08 04:35:15] "POST /neutron/network HTTP/1.1" 200 825 0.011785
10.0.0.33 - - [2026-06-08 04:35:15] "POST /id-to-fqname HTTP/1.1" 200 222 0.002481
10.0.0.33 - - [2026-06-08 04:35:16] "POST /neutron/port HTTP/1.1" 200 4190 0.050930
10.0.0.27 - - [2026-06-08 04:35:16] "GET /projects?obj_uuids=aff55a47-1e3d-4bf1-8619-0bd8d9e0f3b6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002236
10.0.0.33 - - [2026-06-08 04:35:16] "POST /neutron/port HTTP/1.1" 200 1059 0.363367
10.0.0.33 - - [2026-06-08 04:35:16] "POST /neutron/port HTTP/1.1" 200 1113 0.145937
10.0.0.27 - - [2026-06-08 04:35:16] "GET /projects?obj_uuids=aff55a47-1e3d-4bf1-8619-0bd8d9e0f3b6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001679
10.0.0.33 - - [2026-06-08 04:35:16] "GET /project/aff55a47-1e3d-4bf1-8619-0bd8d9e0f3b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.128707
10.0.0.33 - - [2026-06-08 04:35:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004409
10.0.0.33 - - [2026-06-08 04:35:17] "POST /neutron/network HTTP/1.1" 200 825 0.012805
10.0.0.33 - - [2026-06-08 04:35:17] "POST /neutron/port HTTP/1.1" 200 117 0.008820
10.0.0.33 - - [2026-06-08 04:35:17] "POST /neutron/network HTTP/1.1" 200 835 0.012338
10.0.0.33 - - [2026-06-08 04:35:17] "POST /neutron/port HTTP/1.1" 200 1059 0.021360
10.0.0.33 - - [2026-06-08 04:35:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004343
10.0.0.33 - - [2026-06-08 04:35:18] "POST /neutron/network HTTP/1.1" 200 825 0.009243
10.0.0.33 - - [2026-06-08 04:35:22] "POST /neutron/port HTTP/1.1" 200 1123 0.022068
10.0.0.33 - - [2026-06-08 04:35:22] "POST /neutron/security_group HTTP/1.1" 200 2059 0.012082
10.0.0.33 - - [2026-06-08 04:35:22] "GET /virtual-machine/7bc91654-78d5-49aa-805b-515f8429d6d5 HTTP/1.1" 401 292 0.000591
10.0.0.33 - - [2026-06-08 04:35:23] "GET /virtual-machine/7bc91654-78d5-49aa-805b-515f8429d6d5 HTTP/1.1" 200 1292 0.036337
10.0.0.33 - - [2026-06-08 04:35:23] "GET /virtual-machine-interface/2e62b249-33ce-4a16-8774-7d2f5174e37e HTTP/1.1" 200 2948 0.009328
10.0.0.33 - - [2026-06-08 04:35:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.007077
10.0.0.33 - - [2026-06-08 04:35:23] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006224
10.0.0.33 - - [2026-06-08 04:35:23] "GET /virtual-networks?parent_id=aff55a47-1e3d-4bf1-8619-0bd8d9e0f3b6&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004819
10.0.0.33 - - [2026-06-08 04:35:23] "GET /virtual-network/326da32d-d2da-4757-a46c-8afb8a7db411?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.008804
10.0.0.33 - - [2026-06-08 04:35:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.005895
10.0.0.33 - - [2026-06-08 04:35:26] "GET /virtual-network/326da32d-d2da-4757-a46c-8afb8a7db411?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.008987
10.0.0.33 - - [2026-06-08 04:35:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.005585
10.0.0.33 - - [2026-06-08 04:35:30] "GET /virtual-network/326da32d-d2da-4757-a46c-8afb8a7db411?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.009264
10.0.0.33 - - [2026-06-08 04:35:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005606
10.0.0.33 - - [2026-06-08 04:35:34] "GET /virtual-network/326da32d-d2da-4757-a46c-8afb8a7db411?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.015701
10.0.0.33 - - [2026-06-08 04:35:35] "POST /neutron/network HTTP/1.1" 200 939 0.009653
10.0.0.33 - - [2026-06-08 04:35:35] "POST /neutron/port HTTP/1.1" 200 117 0.003106
10.0.0.33 - - [2026-06-08 04:35:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.006381
10.0.0.33 - - [2026-06-08 04:35:38] "GET /virtual-network/326da32d-d2da-4757-a46c-8afb8a7db411?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.010753
10.0.0.33 - - [2026-06-08 04:35:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004206
10.0.0.33 - - [2026-06-08 04:35:42] "GET /virtual-network/326da32d-d2da-4757-a46c-8afb8a7db411?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005670
10.0.0.33 - - [2026-06-08 04:35:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003635
10.0.0.33 - - [2026-06-08 04:35:46] "GET /virtual-network/326da32d-d2da-4757-a46c-8afb8a7db411?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007150
10.0.0.33 - - [2026-06-08 04:35:48] "POST /neutron/port HTTP/1.1" 200 1216 0.057994
10.0.0.33 - - [2026-06-08 04:35:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004814
10.0.0.33 - - [2026-06-08 04:35:48] "POST /neutron/port HTTP/1.1" 200 117 0.001251
10.0.0.249 - - [2026-06-08 04:35:50] "DELETE /access-control-list/48e29cb0-fb20-4d81-bea1-a81b7f4d7080 HTTP/1.1" 200 115 0.069647
10.0.0.33 - - [2026-06-08 04:35:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004461
10.0.0.33 - - [2026-06-08 04:35:50] "GET /virtual-network/326da32d-d2da-4757-a46c-8afb8a7db411?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.010717
10.0.0.27 - - [2026-06-08 04:35:51] "DELETE /project/aff55a471e3d4bf186190bd8d9e0f3b6 HTTP/1.1" 404 173 0.037097
10.0.0.27 - - [2026-06-08 04:35:51] "DELETE /project/0997e2f1-1c16-4766-af15-60b605402c67 HTTP/1.1" 404 177 0.052539
10.0.0.33 - - [2026-06-08 04:35:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004965
10.0.0.33 - - [2026-06-08 04:35:54] "GET /virtual-network/326da32d-d2da-4757-a46c-8afb8a7db411?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.009312
10.0.0.33 - - [2026-06-08 04:35:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005323
10.0.0.33 - - [2026-06-08 04:35:58] "GET /virtual-network/326da32d-d2da-4757-a46c-8afb8a7db411?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.008619
10.0.0.33 - - [2026-06-08 04:36:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004751
10.0.0.33 - - [2026-06-08 04:36:03] "GET /virtual-network/326da32d-d2da-4757-a46c-8afb8a7db411?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.008177
10.0.0.33 - - [2026-06-08 04:36:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005161
10.0.0.33 - - [2026-06-08 04:36:07] "GET /virtual-network/326da32d-d2da-4757-a46c-8afb8a7db411?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.008461
10.0.0.33 - - [2026-06-08 04:36:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004768
10.0.0.33 - - [2026-06-08 04:36:09] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004683
10.0.0.33 - - [2026-06-08 04:36:09] "GET /virtual-networks?parent_id=aff55a47-1e3d-4bf1-8619-0bd8d9e0f3b6&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.005506
10.0.0.33 - - [2026-06-08 04:36:09] "GET /virtual-network/326da32d-d2da-4757-a46c-8afb8a7db411?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006143
10.0.0.33 - - [2026-06-08 04:36:09] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007899
10.0.0.33 - - [2026-06-08 04:36:11] "GET /obj-perms HTTP/1.1" 200 5056 0.075140
10.0.0.33 - - [2026-06-08 04:36:17] "POST /neutron/port HTTP/1.1" 200 1123 0.037370
10.0.0.33 - - [2026-06-08 04:36:19] "POST /neutron/security_group HTTP/1.1" 200 2059 0.018512
10.0.0.33 - - [2026-06-08 04:36:24] "POST /neutron/port HTTP/1.1" 200 1123 0.021651
10.0.0.33 - - [2026-06-08 04:36:30] "POST /neutron/security_group HTTP/1.1" 200 2059 0.011394
10.0.0.33 - - [2026-06-08 04:36:35] "POST /neutron/port HTTP/1.1" 200 1123 0.022072
10.0.0.33 - - [2026-06-08 04:36:35] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009343
10.0.0.33 - - [2026-06-08 04:36:35] "GET /virtual-machine/54d81332-fb2a-41fa-9ace-78f2c6b0ed40 HTTP/1.1" 200 1293 0.008191
10.0.0.33 - - [2026-06-08 04:36:35] "GET /virtual-machine-interface/a6713efd-bff7-4692-ac88-cc1828b06979 HTTP/1.1" 200 2950 0.007686
10.0.0.33 - - [2026-06-08 04:36:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004119
10.0.0.33 - - [2026-06-08 04:36:35] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004844
10.0.0.33 - - [2026-06-08 04:36:35] "GET /virtual-networks?parent_id=aff55a47-1e3d-4bf1-8619-0bd8d9e0f3b6&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003999
10.0.0.33 - - [2026-06-08 04:36:35] "GET /virtual-network/326da32d-d2da-4757-a46c-8afb8a7db411?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.009502
10.0.0.33 - - [2026-06-08 04:36:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.005189
10.0.0.33 - - [2026-06-08 04:36:36] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.008036
10.0.0.33 - - [2026-06-08 04:36:36] "GET /virtual-networks?parent_id=aff55a47-1e3d-4bf1-8619-0bd8d9e0f3b6&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004379
10.0.0.33 - - [2026-06-08 04:36:36] "GET /virtual-network/326da32d-d2da-4757-a46c-8afb8a7db411?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.012251
10.0.0.33 - - [2026-06-08 04:36:37] "POST /neutron/network HTTP/1.1" 200 1121 0.047111
10.0.0.33 - - [2026-06-08 04:36:37] "POST /neutron/subnet HTTP/1.1" 200 1374 0.020170
10.0.0.33 - - [2026-06-08 04:36:37] "POST /neutron/network HTTP/1.1" 200 1111 0.012047
10.0.0.33 - - [2026-06-08 04:36:48] "POST /neutron/network HTTP/1.1" 200 939 0.008356
10.0.0.33 - - [2026-06-08 04:36:48] "POST /neutron/port HTTP/1.1" 200 117 0.001767
10.0.0.27 - - [2026-06-08 04:37:12] "GET /obj-perms HTTP/1.1" 200 5056 0.053681
10.0.0.249 - - [2026-06-08 04:37:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000694
10.0.0.249 - - [2026-06-08 04:37:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000462
10.0.0.249 - - [2026-06-08 04:37:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000614
10.0.0.249 - - [2026-06-08 04:37:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000653
10.0.0.33 - - [2026-06-08 04:37:37] "POST /neutron/port HTTP/1.1" 200 1109 0.021824
10.0.0.33 - - [2026-06-08 04:37:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000456
10.0.0.33 - - [2026-06-08 04:37:37] "POST /neutron/subnet HTTP/1.1" 200 708 0.010928
10.0.0.33 - - [2026-06-08 04:37:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000668
10.0.0.27 - - [2026-06-08 04:37:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000783
10.0.0.27 - - [2026-06-08 04:37:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000656
10.0.0.33 - - [2026-06-08 04:37:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000482
10.0.0.33 - - [2026-06-08 04:37:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000499
10.0.0.27 - - [2026-06-08 04:37:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000616
10.0.0.27 - - [2026-06-08 04:37:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000536
10.0.0.33 - - [2026-06-08 04:37:50] "POST /neutron/port HTTP/1.1" 200 1123 0.025024
10.0.0.33 - - [2026-06-08 04:37:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007674
10.0.0.33 - - [2026-06-08 04:37:50] "POST /neutron/network HTTP/1.1" 200 825 0.014222
10.0.0.33 - - [2026-06-08 04:38:04] "GET /virtual-machine/7bc91654-78d5-49aa-805b-515f8429d6d5 HTTP/1.1" 200 1292 0.004719
10.0.0.33 - - [2026-06-08 04:38:04] "GET /virtual-machine-interface/2e62b249-33ce-4a16-8774-7d2f5174e37e HTTP/1.1" 200 2948 0.008002
10.0.0.33 - - [2026-06-08 04:38:04] "GET /virtual-machine/7bc91654-78d5-49aa-805b-515f8429d6d5 HTTP/1.1" 200 1292 0.005471
10.0.0.33 - - [2026-06-08 04:38:04] "GET /virtual-machine-interface/2e62b249-33ce-4a16-8774-7d2f5174e37e HTTP/1.1" 200 2948 0.006562
10.0.0.33 - - [2026-06-08 04:38:04] "GET /instance-ip/c9f7184c-d549-43c5-8dc3-14b1b25dcc4f HTTP/1.1" 200 1622 0.008876
10.0.0.33 - - [2026-06-08 04:38:04] "GET /virtual-machine/7bc91654-78d5-49aa-805b-515f8429d6d5 HTTP/1.1" 200 1292 0.005880
10.0.0.33 - - [2026-06-08 04:38:04] "GET /virtual-machine-interface/2e62b249-33ce-4a16-8774-7d2f5174e37e HTTP/1.1" 200 2948 0.006256
10.0.0.33 - - [2026-06-08 04:38:04] "GET /instance-ip/c9f7184c-d549-43c5-8dc3-14b1b25dcc4f HTTP/1.1" 200 1622 0.006263
10.0.0.33 - - [2026-06-08 04:38:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005407
10.0.0.33 - - [2026-06-08 04:38:04] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.008216
10.0.0.33 - - [2026-06-08 04:38:04] "GET /virtual-networks?parent_id=aff55a47-1e3d-4bf1-8619-0bd8d9e0f3b6&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.005409
10.0.0.33 - - [2026-06-08 04:38:05] "GET /virtual-network/326da32d-d2da-4757-a46c-8afb8a7db411?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.008800
10.0.0.33 - - [2026-06-08 04:38:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005194
10.0.0.33 - - [2026-06-08 04:38:05] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005777
10.0.0.33 - - [2026-06-08 04:38:05] "GET /virtual-networks?parent_id=aff55a47-1e3d-4bf1-8619-0bd8d9e0f3b6&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004625
10.0.0.33 - - [2026-06-08 04:38:05] "GET /virtual-network/326da32d-d2da-4757-a46c-8afb8a7db411?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.008513
10.0.0.33 - - [2026-06-08 04:38:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004125
10.0.0.33 - - [2026-06-08 04:38:05] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005883
10.0.0.33 - - [2026-06-08 04:38:05] "GET /virtual-networks?parent_id=aff55a47-1e3d-4bf1-8619-0bd8d9e0f3b6&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.005461
10.0.0.33 - - [2026-06-08 04:38:05] "GET /virtual-network/326da32d-d2da-4757-a46c-8afb8a7db411?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.008364
10.0.0.33 - - [2026-06-08 04:38:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004825
10.0.0.33 - - [2026-06-08 04:38:05] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.009224
10.0.0.33 - - [2026-06-08 04:38:05] "GET /virtual-networks?parent_id=aff55a47-1e3d-4bf1-8619-0bd8d9e0f3b6&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.005365
10.0.0.33 - - [2026-06-08 04:38:05] "GET /virtual-network/326da32d-d2da-4757-a46c-8afb8a7db411?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.008993
10.0.0.33 - - [2026-06-08 04:38:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005530
10.0.0.33 - - [2026-06-08 04:38:05] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006454
10.0.0.33 - - [2026-06-08 04:38:05] "GET /virtual-networks?parent_id=aff55a47-1e3d-4bf1-8619-0bd8d9e0f3b6&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004612
10.0.0.33 - - [2026-06-08 04:38:05] "GET /virtual-network/326da32d-d2da-4757-a46c-8afb8a7db411?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.008870
10.0.0.33 - - [2026-06-08 04:38:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005364
10.0.0.33 - - [2026-06-08 04:38:05] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.009948
10.0.0.33 - - [2026-06-08 04:38:05] "GET /virtual-networks?parent_id=aff55a47-1e3d-4bf1-8619-0bd8d9e0f3b6&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.005030
10.0.0.33 - - [2026-06-08 04:38:05] "GET /virtual-network/326da32d-d2da-4757-a46c-8afb8a7db411?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007356
10.0.0.33 - - [2026-06-08 04:38:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003930
10.0.0.33 - - [2026-06-08 04:38:05] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006332
10.0.0.33 - - [2026-06-08 04:38:05] "GET /virtual-networks?parent_id=aff55a47-1e3d-4bf1-8619-0bd8d9e0f3b6&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004662
10.0.0.33 - - [2026-06-08 04:38:05] "GET /virtual-network/326da32d-d2da-4757-a46c-8afb8a7db411?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.009254
10.0.0.33 - - [2026-06-08 04:38:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004333
10.0.0.33 - - [2026-06-08 04:38:06] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005495
10.0.0.33 - - [2026-06-08 04:38:06] "GET /virtual-networks?parent_id=aff55a47-1e3d-4bf1-8619-0bd8d9e0f3b6&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003805
10.0.0.33 - - [2026-06-08 04:38:06] "GET /virtual-network/326da32d-d2da-4757-a46c-8afb8a7db411?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.008339
10.0.0.33 - - [2026-06-08 04:38:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004586
10.0.0.33 - - [2026-06-08 04:38:06] "GET /routing-instance/90c9062d-81a1-414c-8e1b-8bd82a4cbf6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.009331
10.0.0.33 - - [2026-06-08 04:38:06] "GET /route-target/4629560e-88e1-4085-ba68-a17a427a6052?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.006510
10.0.0.33 - - [2026-06-08 04:38:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.005112
10.0.0.33 - - [2026-06-08 04:38:06] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004309
10.0.0.33 - - [2026-06-08 04:38:06] "GET /virtual-networks?parent_id=aff55a47-1e3d-4bf1-8619-0bd8d9e0f3b6&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004154
10.0.0.33 - - [2026-06-08 04:38:06] "GET /virtual-network/326da32d-d2da-4757-a46c-8afb8a7db411?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006841
10.0.0.33 - - [2026-06-08 04:38:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004105
10.0.0.33 - - [2026-06-08 04:38:06] "GET /routing-instance/90c9062d-81a1-414c-8e1b-8bd82a4cbf6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.006428
10.0.0.33 - - [2026-06-08 04:38:06] "GET /route-target/4629560e-88e1-4085-ba68-a17a427a6052?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.007437
10.0.0.33 - - [2026-06-08 04:38:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003763
10.0.0.33 - - [2026-06-08 04:38:06] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006548
10.0.0.33 - - [2026-06-08 04:38:06] "GET /virtual-networks?parent_id=aff55a47-1e3d-4bf1-8619-0bd8d9e0f3b6&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003677
10.0.0.33 - - [2026-06-08 04:38:06] "GET /virtual-network/326da32d-d2da-4757-a46c-8afb8a7db411?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006181
10.0.0.33 - - [2026-06-08 04:38:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004075
10.0.0.33 - - [2026-06-08 04:38:06] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005037
10.0.0.33 - - [2026-06-08 04:38:06] "GET /virtual-networks?parent_id=aff55a47-1e3d-4bf1-8619-0bd8d9e0f3b6&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003534
10.0.0.33 - - [2026-06-08 04:38:06] "GET /virtual-network/326da32d-d2da-4757-a46c-8afb8a7db411?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006651
10.0.0.33 - - [2026-06-08 04:38:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.005552
10.0.0.33 - - [2026-06-08 04:38:06] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005304
10.0.0.33 - - [2026-06-08 04:38:06] "GET /virtual-networks?parent_id=aff55a47-1e3d-4bf1-8619-0bd8d9e0f3b6&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004264
10.0.0.33 - - [2026-06-08 04:38:07] "GET /virtual-network/326da32d-d2da-4757-a46c-8afb8a7db411?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.009518
10.0.0.33 - - [2026-06-08 04:38:07] "GET /obj-perms HTTP/1.1" 200 5032 0.065479
10.0.0.27 - - [2026-06-08 04:38:07] "GET /obj-perms HTTP/1.1" 200 5032 0.056420
10.0.0.33 - - [2026-06-08 04:38:07] "GET /obj-perms HTTP/1.1" 200 5032 0.005471
10.0.0.249 - - [2026-06-08 04:38:07] "GET /obj-perms HTTP/1.1" 200 5032 0.061558
10.0.0.27 - - [2026-06-08 04:38:07] "GET /obj-perms HTTP/1.1" 200 5032 0.004741
10.0.0.33 - - [2026-06-08 04:38:07] "POST /neutron/port HTTP/1.1" 200 1123 0.030542
10.0.0.33 - - [2026-06-08 04:38:07] "GET /virtual-machine/54d81332-fb2a-41fa-9ace-78f2c6b0ed40 HTTP/1.1" 200 1293 0.005962
10.0.0.33 - - [2026-06-08 04:38:07] "GET /virtual-machine-interface/a6713efd-bff7-4692-ac88-cc1828b06979 HTTP/1.1" 200 2950 0.007268
10.0.0.33 - - [2026-06-08 04:38:07] "GET /virtual-machine/54d81332-fb2a-41fa-9ace-78f2c6b0ed40 HTTP/1.1" 200 1293 0.006464
10.0.0.33 - - [2026-06-08 04:38:07] "GET /virtual-machine-interface/a6713efd-bff7-4692-ac88-cc1828b06979 HTTP/1.1" 200 2950 0.007565
10.0.0.33 - - [2026-06-08 04:38:07] "GET /instance-ip/89103064-686e-4314-9bdc-e9392b88c8a2 HTTP/1.1" 200 1621 0.010729
10.0.0.33 - - [2026-06-08 04:38:07] "GET /virtual-machine/54d81332-fb2a-41fa-9ace-78f2c6b0ed40 HTTP/1.1" 200 1293 0.005412
10.0.0.33 - - [2026-06-08 04:38:07] "GET /virtual-machine-interface/a6713efd-bff7-4692-ac88-cc1828b06979 HTTP/1.1" 200 2950 0.008990
10.0.0.33 - - [2026-06-08 04:38:07] "GET /instance-ip/89103064-686e-4314-9bdc-e9392b88c8a2 HTTP/1.1" 200 1621 0.005276
10.0.0.33 - - [2026-06-08 04:38:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005569
10.0.0.33 - - [2026-06-08 04:38:07] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005833
10.0.0.33 - - [2026-06-08 04:38:07] "GET /virtual-networks?parent_id=aff55a47-1e3d-4bf1-8619-0bd8d9e0f3b6&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004552
10.0.0.33 - - [2026-06-08 04:38:07] "GET /virtual-network/326da32d-d2da-4757-a46c-8afb8a7db411?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007596
10.0.0.33 - - [2026-06-08 04:38:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005319
10.0.0.33 - - [2026-06-08 04:38:08] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006586
10.0.0.33 - - [2026-06-08 04:38:08] "GET /virtual-networks?parent_id=aff55a47-1e3d-4bf1-8619-0bd8d9e0f3b6&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004453
10.0.0.33 - - [2026-06-08 04:38:08] "GET /virtual-network/326da32d-d2da-4757-a46c-8afb8a7db411?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.010317
10.0.0.33 - - [2026-06-08 04:38:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005214
10.0.0.33 - - [2026-06-08 04:38:08] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004113
10.0.0.33 - - [2026-06-08 04:38:08] "GET /virtual-networks?parent_id=aff55a47-1e3d-4bf1-8619-0bd8d9e0f3b6&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003420
10.0.0.33 - - [2026-06-08 04:38:08] "GET /virtual-network/326da32d-d2da-4757-a46c-8afb8a7db411?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006793
10.0.0.33 - - [2026-06-08 04:38:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003391
10.0.0.33 - - [2026-06-08 04:38:08] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006557
10.0.0.33 - - [2026-06-08 04:38:08] "GET /virtual-networks?parent_id=aff55a47-1e3d-4bf1-8619-0bd8d9e0f3b6&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004667
10.0.0.33 - - [2026-06-08 04:38:08] "GET /virtual-network/326da32d-d2da-4757-a46c-8afb8a7db411?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005641
10.0.0.33 - - [2026-06-08 04:38:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.007572
10.0.0.33 - - [2026-06-08 04:38:08] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004759
10.0.0.33 - - [2026-06-08 04:38:08] "GET /virtual-networks?parent_id=aff55a47-1e3d-4bf1-8619-0bd8d9e0f3b6&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.018973
10.0.0.33 - - [2026-06-08 04:38:08] "GET /virtual-network/326da32d-d2da-4757-a46c-8afb8a7db411?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006837
10.0.0.33 - - [2026-06-08 04:38:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004126
10.0.0.33 - - [2026-06-08 04:38:08] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005367
10.0.0.33 - - [2026-06-08 04:38:08] "GET /virtual-networks?parent_id=aff55a47-1e3d-4bf1-8619-0bd8d9e0f3b6&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.005473
10.0.0.33 - - [2026-06-08 04:38:08] "GET /virtual-network/326da32d-d2da-4757-a46c-8afb8a7db411?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.010310
10.0.0.33 - - [2026-06-08 04:38:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005019
10.0.0.33 - - [2026-06-08 04:38:08] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004855
10.0.0.33 - - [2026-06-08 04:38:08] "GET /virtual-networks?parent_id=aff55a47-1e3d-4bf1-8619-0bd8d9e0f3b6&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004158
10.0.0.33 - - [2026-06-08 04:38:08] "GET /virtual-network/326da32d-d2da-4757-a46c-8afb8a7db411?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007057
10.0.0.33 - - [2026-06-08 04:38:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003497
10.0.0.33 - - [2026-06-08 04:38:09] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004968
10.0.0.33 - - [2026-06-08 04:38:09] "GET /virtual-networks?parent_id=aff55a47-1e3d-4bf1-8619-0bd8d9e0f3b6&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002968
10.0.0.33 - - [2026-06-08 04:38:09] "GET /virtual-network/326da32d-d2da-4757-a46c-8afb8a7db411?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007425
10.0.0.33 - - [2026-06-08 04:38:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.006000
10.0.0.33 - - [2026-06-08 04:38:09] "GET /routing-instance/90c9062d-81a1-414c-8e1b-8bd82a4cbf6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.005374
10.0.0.33 - - [2026-06-08 04:38:09] "GET /route-target/4629560e-88e1-4085-ba68-a17a427a6052?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005564
10.0.0.33 - - [2026-06-08 04:38:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.006141
10.0.0.33 - - [2026-06-08 04:38:09] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006156
10.0.0.33 - - [2026-06-08 04:38:09] "GET /virtual-networks?parent_id=aff55a47-1e3d-4bf1-8619-0bd8d9e0f3b6&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004563
10.0.0.33 - - [2026-06-08 04:38:09] "GET /virtual-network/326da32d-d2da-4757-a46c-8afb8a7db411?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.010634
10.0.0.33 - - [2026-06-08 04:38:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.005082
10.0.0.33 - - [2026-06-08 04:38:09] "GET /routing-instance/90c9062d-81a1-414c-8e1b-8bd82a4cbf6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.005392
10.0.0.33 - - [2026-06-08 04:38:09] "GET /route-target/4629560e-88e1-4085-ba68-a17a427a6052?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005689
10.0.0.33 - - [2026-06-08 04:38:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003706
10.0.0.33 - - [2026-06-08 04:38:09] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004596
10.0.0.33 - - [2026-06-08 04:38:09] "GET /virtual-networks?parent_id=aff55a47-1e3d-4bf1-8619-0bd8d9e0f3b6&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.005569
10.0.0.33 - - [2026-06-08 04:38:09] "GET /virtual-network/326da32d-d2da-4757-a46c-8afb8a7db411?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007928
10.0.0.33 - - [2026-06-08 04:38:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.005054
10.0.0.33 - - [2026-06-08 04:38:09] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004808
10.0.0.33 - - [2026-06-08 04:38:09] "GET /virtual-networks?parent_id=aff55a47-1e3d-4bf1-8619-0bd8d9e0f3b6&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003533
10.0.0.33 - - [2026-06-08 04:38:09] "GET /virtual-network/326da32d-d2da-4757-a46c-8afb8a7db411?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.011209
10.0.0.33 - - [2026-06-08 04:38:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004457
10.0.0.33 - - [2026-06-08 04:38:09] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005430
10.0.0.33 - - [2026-06-08 04:38:09] "GET /virtual-networks?parent_id=aff55a47-1e3d-4bf1-8619-0bd8d9e0f3b6&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004231
10.0.0.33 - - [2026-06-08 04:38:10] "GET /virtual-network/326da32d-d2da-4757-a46c-8afb8a7db411?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007900
10.0.0.33 - - [2026-06-08 04:38:10] "GET /obj-perms HTTP/1.1" 200 5032 0.004341
10.0.0.33 - - [2026-06-08 04:38:10] "GET /obj-perms HTTP/1.1" 200 5032 0.004391
10.0.0.27 - - [2026-06-08 04:38:10] "GET /obj-perms HTTP/1.1" 200 5032 0.008277
10.0.0.33 - - [2026-06-08 04:38:10] "GET /obj-perms HTTP/1.1" 200 5032 0.012870
10.0.0.27 - - [2026-06-08 04:38:10] "GET /obj-perms HTTP/1.1" 200 5032 0.006232
10.0.0.33 - - [2026-06-08 04:38:15] "GET /virtual-machine/54d81332-fb2a-41fa-9ace-78f2c6b0ed40 HTTP/1.1" 200 1293 0.004762
10.0.0.33 - - [2026-06-08 04:38:16] "POST /neutron/port HTTP/1.1" 200 1113 0.024430
10.0.0.33 - - [2026-06-08 04:38:17] "GET /virtual-machine/54d81332-fb2a-41fa-9ace-78f2c6b0ed40 HTTP/1.1" 404 171 0.005015
10.0.0.33 - - [2026-06-08 04:38:17] "GET /virtual-machine/54d81332-fb2a-41fa-9ace-78f2c6b0ed40 HTTP/1.1" 404 171 0.004424
10.0.0.33 - - [2026-06-08 04:38:17] "GET /virtual-machine/54d81332-fb2a-41fa-9ace-78f2c6b0ed40 HTTP/1.1" 404 171 0.004653
10.0.0.33 - - [2026-06-08 04:38:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004703
10.0.0.33 - - [2026-06-08 04:38:18] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004636
10.0.0.33 - - [2026-06-08 04:38:18] "GET /virtual-networks?parent_id=aff55a47-1e3d-4bf1-8619-0bd8d9e0f3b6&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004425
10.0.0.33 - - [2026-06-08 04:38:18] "GET /virtual-network/326da32d-d2da-4757-a46c-8afb8a7db411?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006225
10.0.0.33 - - [2026-06-08 04:38:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004005
10.0.0.33 - - [2026-06-08 04:38:18] "GET /routing-instance/90c9062d-81a1-414c-8e1b-8bd82a4cbf6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.004630
10.0.0.33 - - [2026-06-08 04:38:18] "GET /route-target/4629560e-88e1-4085-ba68-a17a427a6052?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004901
10.0.0.27 - - [2026-06-08 04:38:21] "GET /obj-perms HTTP/1.1" 200 5032 0.004113
10.0.0.33 - - [2026-06-08 04:38:24] "GET /obj-perms HTTP/1.1" 200 5032 0.004175
10.0.0.27 - - [2026-06-08 04:38:30] "GET /obj-perms HTTP/1.1" 200 5032 0.005722
10.0.0.33 - - [2026-06-08 04:38:30] "GET /obj-perms HTTP/1.1" 200 5032 0.007000
10.0.0.249 - - [2026-06-08 04:38:30] "GET /obj-perms HTTP/1.1" 200 5032 0.005160
10.0.0.33 - - [2026-06-08 04:38:30] "GET /virtual-machine/7bc91654-78d5-49aa-805b-515f8429d6d5 HTTP/1.1" 200 1292 0.005771
10.0.0.33 - - [2026-06-08 04:38:31] "POST /neutron/port HTTP/1.1" 200 1113 0.021903
10.0.0.33 - - [2026-06-08 04:38:32] "GET /virtual-machine/7bc91654-78d5-49aa-805b-515f8429d6d5 HTTP/1.1" 404 171 0.005147
10.0.0.33 - - [2026-06-08 04:38:32] "GET /virtual-machine/7bc91654-78d5-49aa-805b-515f8429d6d5 HTTP/1.1" 404 171 0.003159
10.0.0.33 - - [2026-06-08 04:38:32] "GET /virtual-machine/7bc91654-78d5-49aa-805b-515f8429d6d5 HTTP/1.1" 404 171 0.003587
10.0.0.33 - - [2026-06-08 04:38:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.005473
10.0.0.33 - - [2026-06-08 04:38:33] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004755
10.0.0.33 - - [2026-06-08 04:38:33] "GET /virtual-networks?parent_id=aff55a47-1e3d-4bf1-8619-0bd8d9e0f3b6&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003461
10.0.0.33 - - [2026-06-08 04:38:33] "GET /virtual-network/326da32d-d2da-4757-a46c-8afb8a7db411?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.011988
10.0.0.33 - - [2026-06-08 04:38:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004220
10.0.0.33 - - [2026-06-08 04:38:33] "GET /routing-instance/90c9062d-81a1-414c-8e1b-8bd82a4cbf6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.006904
10.0.0.33 - - [2026-06-08 04:38:33] "GET /route-target/4629560e-88e1-4085-ba68-a17a427a6052?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005701
10.0.0.33 - - [2026-06-08 04:38:36] "GET /obj-perms HTTP/1.1" 200 5032 0.005472
10.0.0.27 - - [2026-06-08 04:38:36] "GET /obj-perms HTTP/1.1" 200 5032 0.004057
10.0.0.33 - - [2026-06-08 04:38:39] "GET /obj-perms HTTP/1.1" 200 5032 0.003696
10.0.0.27 - - [2026-06-08 04:38:39] "POST /useragent-kv HTTP/1.1" 200 115 0.032472
10.0.0.27 - - [2026-06-08 04:38:39] "POST /useragent-kv HTTP/1.1" 200 115 0.002529
10.0.0.33 - - [2026-06-08 04:38:39] "POST /neutron/network HTTP/1.1" 200 151 0.142864
10.0.0.249 - - [2026-06-08 04:38:39] "DELETE /route-target/4629560e-88e1-4085-ba68-a17a427a6052 HTTP/1.1" 200 115 0.027916
10.0.0.33 - - [2026-06-08 04:38:42] "POST /fqname-to-id HTTP/1.1" 404 200 0.003879
10.0.0.33 - - [2026-06-08 04:38:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003622
10.0.0.27 - - [2026-06-08 04:38:42] "GET /projects?obj_uuids=aff55a47-1e3d-4bf1-8619-0bd8d9e0f3b6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001017
10.0.0.33 - - [2026-06-08 04:38:42] "GET /project/aff55a47-1e3d-4bf1-8619-0bd8d9e0f3b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.042372
10.0.0.33 - - [2026-06-08 04:38:42] "POST /network-policys HTTP/1.1" 200 522 0.028776
10.0.0.33 - - [2026-06-08 04:38:42] "GET /network-policy/e3e996be-a0a7-4ac6-b81b-5e475799fcf0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.005863
10.0.0.33 - - [2026-06-08 04:38:42] "POST /fqname-to-id HTTP/1.1" 404 200 0.003333
10.0.0.33 - - [2026-06-08 04:38:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003617
10.0.0.27 - - [2026-06-08 04:38:42] "GET /projects?obj_uuids=aff55a47-1e3d-4bf1-8619-0bd8d9e0f3b6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001473
10.0.0.33 - - [2026-06-08 04:38:42] "GET /project/aff55a47-1e3d-4bf1-8619-0bd8d9e0f3b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.050967
10.0.0.33 - - [2026-06-08 04:38:42] "POST /network-policys HTTP/1.1" 200 522 0.035287
10.0.0.33 - - [2026-06-08 04:38:43] "GET /network-policy/822ab78f-f0a8-4935-9568-af10a58e7a99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.007273
10.0.0.33 - - [2026-06-08 04:38:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004062
10.0.0.27 - - [2026-06-08 04:38:43] "GET /projects?obj_uuids=aff55a47-1e3d-4bf1-8619-0bd8d9e0f3b6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001506
10.0.0.33 - - [2026-06-08 04:38:43] "GET /project/aff55a47-1e3d-4bf1-8619-0bd8d9e0f3b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.050462
10.0.0.33 - - [2026-06-08 04:38:43] "GET /virtual-networks?parent_id=aff55a47-1e3d-4bf1-8619-0bd8d9e0f3b6&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009344
10.0.0.33 - - [2026-06-08 04:38:43] "POST /virtual-networks HTTP/1.1" 200 546 0.073415
10.0.0.33 - - [2026-06-08 04:38:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.012107
10.0.0.33 - - [2026-06-08 04:38:43] "GET /network-ipam/54e33f1e-de81-4d27-af03-8fe45499140c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.004992
10.0.0.27 - - [2026-06-08 04:38:43] "POST /useragent-kv HTTP/1.1" 200 115 0.005933
10.0.0.33 - - [2026-06-08 04:38:43] "POST /ref-update HTTP/1.1" 200 156 0.101281
10.0.0.33 - - [2026-06-08 04:38:43] "GET /virtual-network/b476f10c-a1f9-4bf1-a681-79acc904123e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.007133
10.0.0.33 - - [2026-06-08 04:38:43] "POST /neutron/network HTTP/1.1" 200 809 0.008108
10.0.0.33 - - [2026-06-08 04:38:43] "GET /virtual-network/b476f10c-a1f9-4bf1-a681-79acc904123e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.005792
10.0.0.27 - - [2026-06-08 04:38:44] "GET /obj-perms HTTP/1.1" 200 5032 0.004453
10.0.0.33 - - [2026-06-08 04:38:44] "GET /virtual-network/b476f10c-a1f9-4bf1-a681-79acc904123e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.005600
10.0.0.33 - - [2026-06-08 04:38:44] "PUT /virtual-network/b476f10c-a1f9-4bf1-a681-79acc904123e HTTP/1.1" 200 264 0.056640
10.0.0.33 - - [2026-06-08 04:38:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004143
10.0.0.33 - - [2026-06-08 04:38:44] "GET /network-policy/e3e996be-a0a7-4ac6-b81b-5e475799fcf0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.007795
10.0.0.249 - - [2026-06-08 04:38:44] "POST /fqname-to-id HTTP/1.1" 404 237 0.005598
10.0.0.33 - - [2026-06-08 04:38:44] "POST /ref-update HTTP/1.1" 200 156 0.085042
10.0.0.33 - - [2026-06-08 04:38:44] "GET /virtual-network/b476f10c-a1f9-4bf1-a681-79acc904123e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.008496
10.0.0.33 - - [2026-06-08 04:38:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.011709
10.0.0.33 - - [2026-06-08 04:38:44] "GET /network-policy/e3e996be-a0a7-4ac6-b81b-5e475799fcf0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.004504
10.0.0.33 - - [2026-06-08 04:38:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003642
10.0.0.27 - - [2026-06-08 04:38:44] "GET /projects?obj_uuids=aff55a47-1e3d-4bf1-8619-0bd8d9e0f3b6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001522
10.0.0.33 - - [2026-06-08 04:38:44] "GET /project/aff55a47-1e3d-4bf1-8619-0bd8d9e0f3b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.052477
10.0.0.33 - - [2026-06-08 04:38:44] "GET /virtual-networks?parent_id=aff55a47-1e3d-4bf1-8619-0bd8d9e0f3b6&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004664
10.0.0.33 - - [2026-06-08 04:38:44] "POST /virtual-networks HTTP/1.1" 200 546 0.090679
10.0.0.33 - - [2026-06-08 04:38:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.009711
10.0.0.249 - - [2026-06-08 04:38:44] "POST /ref-update HTTP/1.1" 200 156 0.038445
10.0.0.33 - - [2026-06-08 04:38:45] "GET /network-ipam/54e33f1e-de81-4d27-af03-8fe45499140c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.008943
10.0.0.27 - - [2026-06-08 04:38:45] "POST /useragent-kv HTTP/1.1" 200 115 0.010402
10.0.0.33 - - [2026-06-08 04:38:45] "POST /ref-update HTTP/1.1" 200 156 0.082961
10.0.0.33 - - [2026-06-08 04:38:45] "POST /neutron/network HTTP/1.1" 200 809 0.009360
10.0.0.33 - - [2026-06-08 04:38:45] "GET /virtual-network/a9001292-7507-46ab-918b-76243da98561?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.005841
10.0.0.33 - - [2026-06-08 04:38:45] "POST /neutron/subnet HTTP/1.1" 200 672 0.013167
10.0.0.33 - - [2026-06-08 04:38:45] "GET /virtual-network/a9001292-7507-46ab-918b-76243da98561?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.007663
10.0.0.249 - - [2026-06-08 04:38:45] "GET /obj-perms HTTP/1.1" 200 5032 0.004547
10.0.0.33 - - [2026-06-08 04:38:45] "GET /virtual-network/a9001292-7507-46ab-918b-76243da98561?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.007703
10.0.0.33 - - [2026-06-08 04:38:45] "PUT /virtual-network/a9001292-7507-46ab-918b-76243da98561 HTTP/1.1" 200 264 0.064233
10.0.0.33 - - [2026-06-08 04:38:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004893
10.0.0.33 - - [2026-06-08 04:38:46] "GET /network-policy/822ab78f-f0a8-4935-9568-af10a58e7a99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.005781
10.0.0.33 - - [2026-06-08 04:38:46] "POST /ref-update HTTP/1.1" 200 156 0.076013
10.0.0.249 - - [2026-06-08 04:38:46] "POST /ref-update HTTP/1.1" 200 156 0.056227
10.0.0.33 - - [2026-06-08 04:38:46] "GET /virtual-network/a9001292-7507-46ab-918b-76243da98561?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007449
10.0.0.33 - - [2026-06-08 04:38:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.012809
10.0.0.33 - - [2026-06-08 04:38:46] "GET /network-policy/822ab78f-f0a8-4935-9568-af10a58e7a99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.004267
10.0.0.33 - - [2026-06-08 04:38:46] "POST /id-to-fqname HTTP/1.1" 200 222 0.001279
10.0.0.33 - - [2026-06-08 04:38:46] "POST /neutron/network HTTP/1.1" 200 896 0.006806
10.0.0.27 - - [2026-06-08 04:38:47] "GET /projects?obj_uuids=aff55a47-1e3d-4bf1-8619-0bd8d9e0f3b6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001070
10.0.0.33 - - [2026-06-08 04:38:47] "GET /project/aff55a47-1e3d-4bf1-8619-0bd8d9e0f3b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.083127
10.0.0.33 - - [2026-06-08 04:38:47] "POST /neutron/port HTTP/1.1" 200 117 0.006487
10.0.0.33 - - [2026-06-08 04:38:47] "POST /id-to-fqname HTTP/1.1" 200 222 0.001352
10.0.0.33 - - [2026-06-08 04:38:48] "POST /neutron/network HTTP/1.1" 200 896 0.009264
10.0.0.33 - - [2026-06-08 04:38:48] "POST /neutron/port HTTP/1.1" 200 1061 0.025374
10.0.0.33 - - [2026-06-08 04:38:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004212
10.0.0.33 - - [2026-06-08 04:38:48] "POST /neutron/network HTTP/1.1" 200 886 0.007120
10.0.0.27 - - [2026-06-08 04:38:49] "GET /projects?obj_uuids=aff55a47-1e3d-4bf1-8619-0bd8d9e0f3b6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000977
10.0.0.33 - - [2026-06-08 04:38:49] "GET /project/aff55a47-1e3d-4bf1-8619-0bd8d9e0f3b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.085860
10.0.0.33 - - [2026-06-08 04:38:49] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007709
10.0.0.33 - - [2026-06-08 04:38:49] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008065
10.0.0.33 - - [2026-06-08 04:38:50] "POST /neutron/port HTTP/1.1" 200 1061 0.024838
10.0.0.33 - - [2026-06-08 04:38:50] "POST /neutron/port HTTP/1.1" 200 1125 0.018328
10.0.0.33 - - [2026-06-08 04:38:50] "POST /neutron/port HTTP/1.1" 200 117 0.001266
10.0.0.33 - - [2026-06-08 04:38:50] "POST /neutron/port HTTP/1.1" 200 1216 0.019605
10.0.0.33 - - [2026-06-08 04:38:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006245
10.0.0.33 - - [2026-06-08 04:38:50] "POST /neutron/port HTTP/1.1" 200 117 0.001751
10.0.0.33 - - [2026-06-08 04:38:54] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009408
10.0.0.33 - - [2026-06-08 04:38:54] "POST /neutron/port HTTP/1.1" 200 1125 0.030028
10.0.0.33 - - [2026-06-08 04:38:54] "GET /virtual-machine/e536139a-f7ec-49bd-b8ca-89e7ed7cf868 HTTP/1.1" 200 1294 0.007579
10.0.0.33 - - [2026-06-08 04:38:54] "GET /virtual-machine-interface/7afaf613-e7d8-4a2d-959d-4738e75e9a0b HTTP/1.1" 200 2949 0.007187
10.0.0.33 - - [2026-06-08 04:38:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004572
10.0.0.33 - - [2026-06-08 04:38:54] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006084
10.0.0.33 - - [2026-06-08 04:38:54] "GET /virtual-networks?parent_id=aff55a47-1e3d-4bf1-8619-0bd8d9e0f3b6&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004171
10.0.0.33 - - [2026-06-08 04:38:54] "GET /virtual-network/b476f10c-a1f9-4bf1-a681-79acc904123e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005696
10.0.0.33 - - [2026-06-08 04:38:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004276
10.0.0.33 - - [2026-06-08 04:38:58] "GET /virtual-network/b476f10c-a1f9-4bf1-a681-79acc904123e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005617
10.0.0.33 - - [2026-06-08 04:39:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004138
10.0.0.33 - - [2026-06-08 04:39:02] "GET /virtual-network/b476f10c-a1f9-4bf1-a681-79acc904123e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006396
10.0.0.33 - - [2026-06-08 04:39:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.005409
10.0.0.33 - - [2026-06-08 04:39:06] "GET /virtual-network/b476f10c-a1f9-4bf1-a681-79acc904123e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006815
10.0.0.33 - - [2026-06-08 04:39:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004059
10.0.0.33 - - [2026-06-08 04:39:10] "GET /virtual-network/b476f10c-a1f9-4bf1-a681-79acc904123e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005148
10.0.0.33 - - [2026-06-08 04:39:13] "GET /obj-perms HTTP/1.1" 200 5056 0.047102
10.0.0.33 - - [2026-06-08 04:39:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003793
10.0.0.33 - - [2026-06-08 04:39:14] "GET /virtual-network/b476f10c-a1f9-4bf1-a681-79acc904123e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005600
10.0.0.33 - - [2026-06-08 04:39:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003435
10.0.0.33 - - [2026-06-08 04:39:18] "GET /virtual-network/b476f10c-a1f9-4bf1-a681-79acc904123e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005920
10.0.0.33 - - [2026-06-08 04:39:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003897
10.0.0.33 - - [2026-06-08 04:39:22] "GET /virtual-network/b476f10c-a1f9-4bf1-a681-79acc904123e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007555
10.0.0.33 - - [2026-06-08 04:39:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004532
10.0.0.33 - - [2026-06-08 04:39:26] "GET /virtual-network/b476f10c-a1f9-4bf1-a681-79acc904123e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006127
10.0.0.33 - - [2026-06-08 04:39:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003762
10.0.0.33 - - [2026-06-08 04:39:30] "GET /virtual-network/b476f10c-a1f9-4bf1-a681-79acc904123e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006101
10.0.0.33 - - [2026-06-08 04:39:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004023
10.0.0.33 - - [2026-06-08 04:39:34] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003444
10.0.0.33 - - [2026-06-08 04:39:34] "GET /virtual-networks?parent_id=aff55a47-1e3d-4bf1-8619-0bd8d9e0f3b6&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003193
10.0.0.33 - - [2026-06-08 04:39:34] "GET /virtual-network/b476f10c-a1f9-4bf1-a681-79acc904123e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005820
10.0.0.33 - - [2026-06-08 04:39:35] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007378
10.0.0.33 - - [2026-06-08 04:39:41] "POST /neutron/port HTTP/1.1" 200 1216 0.018164
10.0.0.33 - - [2026-06-08 04:39:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003968
10.0.0.33 - - [2026-06-08 04:39:41] "POST /neutron/port HTTP/1.1" 200 117 0.001218
10.0.0.33 - - [2026-06-08 04:39:45] "POST /neutron/port HTTP/1.1" 200 1125 0.019398
10.0.0.33 - - [2026-06-08 04:39:46] "POST /neutron/security_group HTTP/1.1" 200 2059 0.031544
10.0.0.33 - - [2026-06-08 04:39:50] "POST /neutron/port HTTP/1.1" 200 1109 0.017669
10.0.0.33 - - [2026-06-08 04:39:50] "POST /neutron/port HTTP/1.1" 200 1125 0.022328
10.0.0.33 - - [2026-06-08 04:39:50] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008173
10.0.0.33 - - [2026-06-08 04:39:55] "POST /neutron/port HTTP/1.1" 200 1125 0.023762
10.0.0.33 - - [2026-06-08 04:39:55] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008522
10.0.0.33 - - [2026-06-08 04:39:56] "GET /virtual-machine/a0452dea-cbb3-450a-9696-9fdbe43d462c HTTP/1.1" 200 1294 0.006317
10.0.0.33 - - [2026-06-08 04:39:56] "GET /virtual-machine-interface/b6f6dca9-03e1-49ea-b446-5b7306eafc1b HTTP/1.1" 200 2950 0.005646
10.0.0.33 - - [2026-06-08 04:39:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003625
10.0.0.33 - - [2026-06-08 04:39:56] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003900
10.0.0.33 - - [2026-06-08 04:39:56] "GET /virtual-networks?parent_id=aff55a47-1e3d-4bf1-8619-0bd8d9e0f3b6&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003327
10.0.0.33 - - [2026-06-08 04:39:56] "GET /virtual-network/a9001292-7507-46ab-918b-76243da98561?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005888
10.0.0.33 - - [2026-06-08 04:39:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004083
10.0.0.33 - - [2026-06-08 04:39:57] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003752
10.0.0.33 - - [2026-06-08 04:39:57] "GET /virtual-networks?parent_id=aff55a47-1e3d-4bf1-8619-0bd8d9e0f3b6&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002827
10.0.0.33 - - [2026-06-08 04:39:57] "GET /virtual-network/a9001292-7507-46ab-918b-76243da98561?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.012291
10.0.0.33 - - [2026-06-08 04:40:41] "POST /neutron/port HTTP/1.1" 200 1109 0.024237
10.0.0.33 - - [2026-06-08 04:40:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004171
10.0.0.33 - - [2026-06-08 04:40:41] "POST /neutron/network HTTP/1.1" 200 929 0.006709
10.0.0.33 - - [2026-06-08 04:40:50] "POST /neutron/network HTTP/1.1" 200 896 0.050182
10.0.0.33 - - [2026-06-08 04:40:50] "POST /neutron/port HTTP/1.1" 200 117 0.002142
10.0.0.27 - - [2026-06-08 04:41:15] "GET /obj-perms HTTP/1.1" 200 5056 0.062354
++ 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 Jun 8 04:41:30 AM UTC 2026 ==================='
INFO: =================== Mon Jun 8 04:41:30 AM UTC 2026 ===================
++ LOG_LOCAL=1
++ source /functions.sh
++ source /contrail-functions.sh
+++ get_default_ip
++++ get_default_nic
++++ get_gateway_nic_for_ip 1
++++ command -v ip
++++ local ip=1
+++++ ip route get 1
+++++ grep -o 'dev.*'
+++++ awk '{print $2}'
++++ local iface=ens3
++++ [[ ens3 == \l\o ]]
++++ echo ens3
+++ local nic=ens3
+++ get_ip_for_nic ens3
+++ local nic=ens3
+++ get_cidr_for_nic ens3
+++ command -v ip
+++ cut -d / -f 1
+++ local nic=ens3
+++ grep 'inet '
+++ awk '{print $2}'
+++ ip addr show dev ens3
+++ head -n 1
++ DEFAULT_LOCAL_IP=10.0.0.27
++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN
++ VXLAN_VN_ID_MODE=automatic
++ DPDK_UIO_DRIVER=uio_pci_generic
++ CPU_CORE_MASK=0x01
++ SERVICE_CORE_MASK=
++ DPDK_CTRL_THREAD_MASK=
++ HUGE_PAGES=
++ HUGE_PAGES_DIR=/dev/hugepages
++ HUGE_PAGES_1GB=0
++ HUGE_PAGES_2MB=256
++ HUGE_PAGES_1GB_DIR=
++ HUGE_PAGES_2MB_DIR=
++ [[ 0 != 0 ]]
++ [[ 0 != 256 ]]
++ [[ -z '' ]]
+++ mount -t hugetlbfs
+++ awk '/pagesize=2M/{print($3)}'
+++ tail -n 1
++ HUGE_PAGES_2MB_DIR=
++ DPDK_MEM_PER_SOCKET=1024
++ DPDK_COMMAND_ADDITIONAL_ARGS=
++ NIC_OFFLOAD_ENABLE=False
++ DPDK_ENABLE_VLAN_FWRD=False
++ DIST_SNAT_PROTO_PORT_LIST=
++ CLOUD_ORCHESTRATOR=openstack
++ CLOUD_ADMIN_ROLE=admin
++ AAA_MODE=rbac
++ AUTH_MODE=keystone
++ AUTH_PARAMS=
++ SSL_ENABLE=false
++ SSL_INSECURE=True
++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem
++ SELFSIGNED_CERTS_WITH_IPS=True
++ CONTROLLER_NODES=10.0.0.33,10.0.0.249,10.0.0.27
++ ANALYTICS_ALARM_ENABLE=True
++ ANALYTICS_SNMP_ENABLE=True
++ ANALYTICSDB_ENABLE=True
++ ANALYTICS_NODES=10.0.0.33,10.0.0.249,10.0.0.27
++ ANALYTICSDB_NODES=10.0.0.33,10.0.0.249,10.0.0.27
++ ANALYTICS_SNMP_NODES=10.0.0.33,10.0.0.249,10.0.0.27
++ ANALYTICS_API_PORT=8081
++ ANALYTICS_API_INTROSPECT_PORT=8090
++ ANALYTICSDB_PORT=9160
++ ANALYTICSDB_CQL_PORT=9042
++ TOPOLOGY_INTROSPECT_PORT=5921
++ QUERYENGINE_INTROSPECT_PORT=8091
+++ get_server_list ANALYTICS ':8081 '
+++ local server_typ=ANALYTICS_NODES
+++ local 'port_with_delim=:8081 '
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.33
+++ local server_address=10.0.0.33
+++ extended_server_list+='10.0.0.33:8081 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.249
+++ local server_address=10.0.0.249
+++ extended_server_list+='10.0.0.249:8081 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.27
+++ local server_address=10.0.0.27
+++ extended_server_list+='10.0.0.27:8081 '
+++ '[' -n '10.0.0.33:8081 10.0.0.249:8081 10.0.0.27:8081 ' ']'
+++ echo '10.0.0.33:8081 10.0.0.249:8081 10.0.0.27:8081'
++ ANALYTICS_SERVERS='10.0.0.33:8081 10.0.0.249:8081 10.0.0.27:8081'
+++ get_server_list ANALYTICSDB ':9042 '
+++ local server_typ=ANALYTICSDB_NODES
+++ local 'port_with_delim=:9042 '
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.33
+++ local server_address=10.0.0.33
+++ extended_server_list+='10.0.0.33:9042 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.249
+++ local server_address=10.0.0.249
+++ extended_server_list+='10.0.0.249:9042 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.27
+++ local server_address=10.0.0.27
+++ extended_server_list+='10.0.0.27:9042 '
+++ '[' -n '10.0.0.33:9042 10.0.0.249:9042 10.0.0.27:9042 ' ']'
+++ echo '10.0.0.33:9042 10.0.0.249:9042 10.0.0.27:9042'
++ ANALYTICSDB_CQL_SERVERS='10.0.0.33:9042 10.0.0.249:9042 10.0.0.27:9042'
++ ANALYTICS_API_VIP=
++ ANALYTICS_ALARM_NODES=10.0.0.33,10.0.0.249,10.0.0.27
++ ALARMGEN_INTROSPECT_PORT=5995
++ BGP_PORT=179
++ BGP_AUTO_MESH=true
++ BGP_ASN=64512
++ ENABLE_4BYTE_AS=false
++ APPLY_DEFAULTS=true
++ COLLECTOR_PORT=8086
++ COLLECTOR_INTROSPECT_PORT=8089
++ COLLECTOR_SYSLOG_PORT=514
++ COLLECTOR_SFLOW_PORT=6343
++ COLLECTOR_IPFIX_PORT=4739
++ COLLECTOR_PROTOBUF_PORT=3333
++ COLLECTOR_STRUCTURED_SYSLOG_PORT=3514
++ SNMPCOLLECTOR_INTROSPECT_PORT=5920
+++ get_server_list ANALYTICS ':8086 '
+++ local server_typ=ANALYTICS_NODES
+++ local 'port_with_delim=:8086 '
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.33
+++ local server_address=10.0.0.33
+++ extended_server_list+='10.0.0.33:8086 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.249
+++ local server_address=10.0.0.249
+++ extended_server_list+='10.0.0.249:8086 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.27
+++ local server_address=10.0.0.27
+++ extended_server_list+='10.0.0.27:8086 '
+++ '[' -n '10.0.0.33:8086 10.0.0.249:8086 10.0.0.27:8086 ' ']'
+++ echo '10.0.0.33:8086 10.0.0.249:8086 10.0.0.27:8086'
++ COLLECTOR_SERVERS='10.0.0.33:8086 10.0.0.249:8086 10.0.0.27:8086'
++ CASSANDRA_PORT=9160
++ CASSANDRA_CQL_PORT=9042
++ CASSANDRA_SSL_STORAGE_PORT=7011
++ CASSANDRA_STORAGE_PORT=7010
++ CASSANDRA_JMX_LOCAL_PORT=7200
++ CONFIGDB_CASSANDRA_DRIVER=cql
++ CONFIG_NODES=10.0.0.33,10.0.0.249,10.0.0.27
++ CONFIGDB_NODES=10.0.0.33,10.0.0.249,10.0.0.27
++ CONFIG_API_PORT=8082
++ CONFIG_API_INTROSPECT_PORT=8084
++ CONFIG_API_ADMIN_PORT=8095
++ CONFIGDB_PORT=9161
++ CONFIGDB_CQL_PORT=9041
+++ get_server_list CONFIG ':8082 '
+++ local server_typ=CONFIG_NODES
+++ local 'port_with_delim=:8082 '
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.33
+++ local server_address=10.0.0.33
+++ extended_server_list+='10.0.0.33:8082 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.249
+++ local server_address=10.0.0.249
+++ extended_server_list+='10.0.0.249:8082 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.27
+++ local server_address=10.0.0.27
+++ extended_server_list+='10.0.0.27:8082 '
+++ '[' -n '10.0.0.33:8082 10.0.0.249:8082 10.0.0.27:8082 ' ']'
+++ echo '10.0.0.33:8082 10.0.0.249:8082 10.0.0.27:8082'
++ CONFIG_SERVERS='10.0.0.33:8082 10.0.0.249:8082 10.0.0.27:8082'
+++ get_server_list CONFIGDB ':9161 '
+++ local server_typ=CONFIGDB_NODES
+++ local 'port_with_delim=:9161 '
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.33
+++ local server_address=10.0.0.33
+++ extended_server_list+='10.0.0.33:9161 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.249
+++ local server_address=10.0.0.249
+++ extended_server_list+='10.0.0.249:9161 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.27
+++ local server_address=10.0.0.27
+++ extended_server_list+='10.0.0.27:9161 '
+++ '[' -n '10.0.0.33:9161 10.0.0.249:9161 10.0.0.27:9161 ' ']'
+++ echo '10.0.0.33:9161 10.0.0.249:9161 10.0.0.27:9161'
++ CONFIGDB_SERVERS='10.0.0.33:9161 10.0.0.249:9161 10.0.0.27:9161'
+++ get_server_list CONFIGDB ':9041 '
+++ local server_typ=CONFIGDB_NODES
+++ local 'port_with_delim=:9041 '
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.33
+++ local server_address=10.0.0.33
+++ extended_server_list+='10.0.0.33:9041 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.249
+++ local server_address=10.0.0.249
+++ extended_server_list+='10.0.0.249:9041 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.27
+++ local server_address=10.0.0.27
+++ extended_server_list+='10.0.0.27:9041 '
+++ '[' -n '10.0.0.33:9041 10.0.0.249:9041 10.0.0.27:9041 ' ']'
+++ echo '10.0.0.33:9041 10.0.0.249:9041 10.0.0.27:9041'
++ CONFIGDB_CQL_SERVERS='10.0.0.33:9041 10.0.0.249:9041 10.0.0.27:9041'
++ CONFIG_API_VIP=
++ CONFIG_API_SSL_ENABLE=false
++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ CONFIG_API_WORKER_COUNT=1
++ CONFIG_API_MAX_REQUESTS=1024
++ ANALYTICS_API_SSL_ENABLE=false
++ ANALYTICS_API_SSL_INSECURE=True
++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ CASSANDRA_SSL_ENABLE=false
++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum
++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum
++ CASSANDRA_SSL_PROTOCOL=TLS
++ CASSANDRA_SSL_ALGORITHM=SunX509
++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]'
++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4
++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4
++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256
++ CASSANDRA_CONFIG_CONCURRECT_READS=64
++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64
++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects
++ CASSANDRA_REAPER_ENABLED=false
++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey
++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser
++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass
++ CASSANDRA_REAPER_APP_PORT=8071
++ CASSANDRA_REAPER_ADM_PORT=8072
++ CONTROL_NODES=10.20.0.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.33,10.0.0.249,10.0.0.27
++ ZOOKEEPER_PORT=2181
++ ZOOKEEPER_PORTS=2888:3888
+++ get_server_list ZOOKEEPER :2181,
+++ local server_typ=ZOOKEEPER_NODES
+++ local port_with_delim=:2181,
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.33
+++ local server_address=10.0.0.33
+++ extended_server_list+=10.0.0.33:2181,
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.249
+++ local server_address=10.0.0.249
+++ extended_server_list+=10.0.0.249:2181,
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.27
+++ local server_address=10.0.0.27
+++ extended_server_list+=10.0.0.27:2181,
+++ '[' -n 10.0.0.33:2181,10.0.0.249:2181,10.0.0.27:2181, ']'
+++ echo 10.0.0.33:2181,10.0.0.249:2181,10.0.0.27:2181
++ ZOOKEEPER_SERVERS=10.0.0.33:2181,10.0.0.249:2181,10.0.0.27:2181
+++ get_server_list ZOOKEEPER ':2181 '
+++ local server_typ=ZOOKEEPER_NODES
+++ local 'port_with_delim=:2181 '
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.33
+++ local server_address=10.0.0.33
+++ extended_server_list+='10.0.0.33:2181 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.249
+++ local server_address=10.0.0.249
+++ extended_server_list+='10.0.0.249:2181 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.27
+++ local server_address=10.0.0.27
+++ extended_server_list+='10.0.0.27:2181 '
+++ '[' -n '10.0.0.33:2181 10.0.0.249:2181 10.0.0.27:2181 ' ']'
+++ echo '10.0.0.33:2181 10.0.0.249:2181 10.0.0.27:2181'
++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.33:2181 10.0.0.249:2181 10.0.0.27:2181'
++ RABBITMQ_NODES=10.0.0.33,10.0.0.249,10.0.0.27
++ RABBITMQ_NODE_PORT=5673
+++ get_server_list RABBITMQ :5673,
+++ local server_typ=RABBITMQ_NODES
+++ local port_with_delim=:5673,
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.33
+++ local server_address=10.0.0.33
+++ extended_server_list+=10.0.0.33:5673,
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.249
+++ local server_address=10.0.0.249
+++ extended_server_list+=10.0.0.249:5673,
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.27
+++ local server_address=10.0.0.27
+++ extended_server_list+=10.0.0.27:5673,
+++ '[' -n 10.0.0.33:5673,10.0.0.249:5673,10.0.0.27:5673, ']'
+++ echo 10.0.0.33:5673,10.0.0.249:5673,10.0.0.27:5673
++ RABBITMQ_SERVERS=10.0.0.33:5673,10.0.0.249:5673,10.0.0.27:5673
++ RABBITMQ_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ RABBITMQ_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ RABBITMQ_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=true
++ RABBITMQ_VHOST=/
++ RABBITMQ_USER=guest
++ RABBITMQ_PASSWORD=guest
++ RABBITMQ_USE_SSL=false
++ RABBITMQ_SSL_VER=tlsv1.2
++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ RABBITMQ_HEARTBEAT_INTERVAL=60
++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal
++ RABBITMQ_MIRRORED_QUEUE_MODE=all
++ REDIS_SERVER_PORT=6379
++ REDIS_SERVER_PASSWORD=
+++ get_server_list ANALYTICS ':6379 '
+++ local server_typ=ANALYTICS_NODES
+++ local 'port_with_delim=:6379 '
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.33
+++ local server_address=10.0.0.33
+++ extended_server_list+='10.0.0.33:6379 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.249
+++ local server_address=10.0.0.249
+++ extended_server_list+='10.0.0.249:6379 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.27
+++ local server_address=10.0.0.27
+++ extended_server_list+='10.0.0.27:6379 '
+++ '[' -n '10.0.0.33:6379 10.0.0.249:6379 10.0.0.27:6379 ' ']'
+++ echo '10.0.0.33:6379 10.0.0.249:6379 10.0.0.27:6379'
++ REDIS_SERVERS='10.0.0.33:6379 10.0.0.249:6379 10.0.0.27:6379'
++ REDIS_LISTEN_ADDRESS=
++ REDIS_PROTECTED_MODE=
++ REDIS_SSL_ENABLE=false
++ REDIS_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ REDIS_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ REDIS_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ is_enabled false
++ local val=false
++ [[ false == \t\r\u\e ]]
++ [[ false == \y\e\s ]]
++ [[ false == \e\n\a\b\l\e\d ]]
++ redis_ssl_config=
++ KAFKA_NODES=10.0.0.33,10.0.0.249,10.0.0.27
++ KAFKA_PORT=9092
+++ get_server_list KAFKA ':9092 '
+++ local server_typ=KAFKA_NODES
+++ local 'port_with_delim=:9092 '
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.33
+++ local server_address=10.0.0.33
+++ extended_server_list+='10.0.0.33:9092 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.249
+++ local server_address=10.0.0.249
+++ extended_server_list+='10.0.0.249:9092 '
+++ for server in "${server_list[@]}"
++++ echo 10.0.0.27
+++ local server_address=10.0.0.27
+++ extended_server_list+='10.0.0.27:9092 '
+++ '[' -n '10.0.0.33:9092 10.0.0.249:9092 10.0.0.27:9092 ' ']'
+++ echo '10.0.0.33:9092 10.0.0.249:9092 10.0.0.27:9092'
++ KAFKA_SERVERS='10.0.0.33:9092 10.0.0.249:9092 10.0.0.27:9092'
++ KAFKA_SSL_ENABLE=false
++ KAFKA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ KAFKA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ KAFKA_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ KEYSTONE_AUTH_ADMIN_TENANT=admin
++ KEYSTONE_AUTH_ADMIN_USER=admin
++ KEYSTONE_AUTH_ADMIN_PASSWORD=contrail123
++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=Default
++ KEYSTONE_AUTH_USER_DOMAIN_NAME=Default
++ KEYSTONE_AUTH_REGION_NAME=RegionOne
++ KEYSTONE_AUTH_URL_VERSION=/v3
++ KEYSTONE_AUTH_HOST=10.0.0.33
++ 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.33,10.0.0.249,10.0.0.27
++ KUBERNETES_CLUSTER_NAME=k8s
++ KUBERNETES_CNI_META_PLUGIN=multus
++ METADATA_PROXY_SECRET=contrail
++ BARBICAN_TENANT_NAME=service
++ BARBICAN_USER=barbican
++ BARBICAN_PASSWORD=contrail123
++ AGENT_MODE=kernel
++ EXTERNAL_ROUTERS=
++ SUBCLUSTER=
++ VROUTER_COMPUTE_NODE_ADDRESS=
++ VROUTER_MODULE_OPTIONS=
++ FABRIC_SNAT_HASH_TABLE_SIZE=4096
++ TSN_EVPN_MODE=False
++ TSN_NODES='[]'
++ PRIORITY_ID=
++ PRIORITY_BANDWIDTH=
++ PRIORITY_SCHEDULING=
++ QOS_QUEUE_ID=
++ QOS_LOGICAL_QUEUES=
++ QOS_DEF_HW_QUEUE=False
++ PRIORITY_TAGGING=True
++ SLO_DESTINATION=collector
++ '[' -n '' ']'
++ SAMPLE_DESTINATION=collector
++ FLOW_EXPORT_RATE=0
++ WEBUI_NODES=10.0.0.33,10.0.0.249,10.0.0.27
++ WEBUI_JOB_SERVER_PORT=3000
++ KUE_UI_PORT=3002
++ WEBUI_HTTP_LISTEN_PORT=8180
++ WEBUI_HTTPS_LISTEN_PORT=8143
++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem
++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem
++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA
++ WEBUI_STATIC_AUTH_USER=admin
++ WEBUI_STATIC_AUTH_PASSWORD=contrail123
++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin
++ XMPP_SERVER_PORT=5269
++ XMPP_SSL_ENABLE=false
++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ LINKLOCAL_SERVICE_PORT=80
++ LINKLOCAL_SERVICE_NAME=metadata
++ LINKLOCAL_SERVICE_IP=169.254.169.254
++ IPFABRIC_SERVICE_PORT=8775
++ INTROSPECT_SSL_ENABLE=false
++ INTROSPECT_SSL_INSECURE=True
++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ INTROSPECT_LISTEN_ALL=True
++ SANDESH_SSL_ENABLE=false
++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ METADATA_SSL_ENABLE=false
++ METADATA_SSL_CERTFILE=
++ METADATA_SSL_KEYFILE=
++ METADATA_SSL_CA_CERTFILE=
++ METADATA_SSL_CERT_TYPE=
++ CONFIGURE_IPTABLES=false
++ FWAAS_ENABLE=False
++ CONTAINERD_NAMESPACE=k8s.io
++ TOR_AGENT_OVS_KA=10000
++ TOR_TYPE=ovs
++ TOR_OVS_PROTOCOL=tcp
++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ [[ /v3 == \/\v\2\.\0 ]]
++ [[ openstack == \o\p\e\n\s\t\a\c\k ]]
++ AUTH_MODE=keystone
++ [[ keystone == \k\e\y\s\t\o\n\e ]]
++ AUTH_PARAMS='--admin_password contrail123'
++ AUTH_PARAMS+=' --admin_tenant_name admin'
++ AUTH_PARAMS+=' --admin_user admin'
++ is_enabled false
++ local val=false
++ [[ false == \t\r\u\e ]]
++ [[ false == \y\e\s ]]
++ [[ false == \e\n\a\b\l\e\d ]]
++ read -r -d '' sandesh_client_config
++ true
++ is_enabled false
++ local val=false
++ [[ false == \t\r\u\e ]]
++ [[ false == \y\e\s ]]
++ [[ false == \e\n\a\b\l\e\d ]]
++ xmpp_certs_config=
++ is_enabled false
++ local val=false
++ [[ false == \t\r\u\e ]]
++ [[ false == \y\e\s ]]
++ [[ false == \e\n\a\b\l\e\d ]]
++ analytics_api_ssl_opts=
++ read -r -d '' rabbitmq_config
++ true
++ read -r -d '' rabbit_config
++ true
++ is_enabled false
++ local val=false
++ [[ false == \t\r\u\e ]]
++ [[ false == \y\e\s ]]
++ [[ false == \e\n\a\b\l\e\d ]]
++ is_enabled false
++ local val=false
++ [[ false == \t\r\u\e ]]
++ [[ false == \y\e\s ]]
++ [[ false == \e\n\a\b\l\e\d ]]
++ kafka_ssl_config=
++ [[ -n '' ]]
++ collector_stats_config=
++ [[ -z '' ]]
++ is_enabled False
++ local val=false
++ [[ false == \t\r\u\e ]]
++ [[ false == \y\e\s ]]
++ [[ false == \e\n\a\b\l\e\d ]]
++ export TSN_AGENT_MODE=
++ TSN_AGENT_MODE=
++ [[ -n '' ]]
++ collector_stats_config=
++ [[ -z x ]]
++ RSYSLOGD_XFLOW_LISTEN_PORT=9898
+ pre_start_init
+ wait_certs_if_ssl_enabled
+ is_ssl_enabled
+ is_enabled false
+ local val=false
+ [[ false == \t\r\u\e ]]
+ [[ false == \y\e\s ]]
+ [[ false == \e\n\a\b\l\e\d ]]
+ is_enabled false
+ local val=false
+ [[ false == \t\r\u\e ]]
+ [[ false == \y\e\s ]]
+ [[ false == \e\n\a\b\l\e\d ]]
+ is_enabled false
+ local val=false
+ [[ false == \t\r\u\e ]]
+ [[ false == \y\e\s ]]
+ [[ false == \e\n\a\b\l\e\d ]]
+ is_enabled false
+ local val=false
+ [[ false == \t\r\u\e ]]
+ [[ false == \y\e\s ]]
+ [[ false == \e\n\a\b\l\e\d ]]
+ return
+ wait_config_api_certs_if_ssl_enabled
+ is_enabled false
+ local val=false
+ [[ false == \t\r\u\e ]]
+ [[ false == \y\e\s ]]
+ [[ false == \e\n\a\b\l\e\d ]]
+ return
+ wait_for_cassandra
++ echo 10.0.0.33,10.0.0.249,10.0.0.27
++ cut -d , -f 1
+ local cassandra=10.0.0.33
+ (( i=1 ))
+ (( i<=30 ))
+ nc -z 10.0.0.33 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.33,10.0.0.249,10.0.0.27
+++ local servers=10.0.0.33,10.0.0.249,10.0.0.27
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ cut -d ' ' -f 1
++++ 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.27,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.33'\''))'
+++ local server_ip=10.0.0.33
+++ [[ 0 == 0 ]]
+++ [[ -n 10.0.0.33 ]]
+++ [[ ,10.0.0.27,10.20.0.129,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.33, ]]
+++ (( ord+=1 ))
+++ for server in "${server_list[@]}"
+++ local ret=0
++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.249'\''))'
+++ local server_ip=10.0.0.249
+++ [[ 0 == 0 ]]
+++ [[ -n 10.0.0.249 ]]
+++ [[ ,10.0.0.27,10.20.0.129,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.249, ]]
+++ (( ord+=1 ))
+++ for server in "${server_list[@]}"
+++ local ret=0
++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.27'\''))'
+++ local server_ip=10.0.0.27
+++ [[ 0 == 0 ]]
+++ [[ -n 10.0.0.27 ]]
+++ [[ ,10.0.0.27,10.20.0.129,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.27, ]]
+++ echo 10.0.0.27 3
+++ return
++ local ip=10.0.0.27
++ [[ -z 10.0.0.27 ]]
++ echo 10.0.0.27
+ host_ip=10.0.0.27
+ [[ cql == \c\q\l ]]
++ echo 10.0.0.33:9041 10.0.0.249:9041 10.0.0.27:9041
++ sed 's/,/ /g'
+ cassandra_server_list='10.0.0.33:9041 10.0.0.249:9041 10.0.0.27:9041'
+ config_api_certs_config=
+ uwsgi_socket='protocol = http\nsocket = 10.0.0.27:8082'
+ is_enabled false
+ local val=false
+ [[ false == \t\r\u\e ]]
+ [[ false == \y\e\s ]]
+ [[ false == \e\n\a\b\l\e\d ]]
+ is_enabled False
+ local val=false
+ [[ false == \t\r\u\e ]]
+ [[ false == \y\e\s ]]
+ [[ false == \e\n\a\b\l\e\d ]]
+ neutron_section=
+ mkdir -p /etc/contrail
+ introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}")
+ admin_port_list=("${CONFIG_API_ADMIN_PORT}")
+ (( index=0 ))
+ (( index < CONFIG_API_WORKER_COUNT-1 ))
+ (( index=0 ))
+ (( index < CONFIG_API_WORKER_COUNT ))
+ cat
++ get_introspect_listen_ip_for_node CONFIG
++ local ip=0.0.0.0
++ is_enabled True
++ local val=true
++ [[ true == \t\r\u\e ]]
++ echo 0.0.0.0
+ add_ini_params_from_env API /etc/contrail/contrail-api-0.conf
+ local service_name=API
+ local cfg_path=/etc/contrail/contrail-api-0.conf
+ local delim=__
++ set -o posix
++ grep '^API__.*__.*=.*$'
++ set
++ cut -d = -f 1
++ sed 's/^API__//g'
++ sort
+ local vars=
+ local section=
+ (( ++index ))
+ (( index < CONFIG_API_WORKER_COUNT ))
+ (( CONFIG_API_WORKER_COUNT > 1 ))
+ service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0'
+ set_third_party_auth_config
+ [[ keystone != \k\e\y\s\t\o\n\e ]]
+ local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp
+ cat
+ [[ /v3 == \/\v\3 ]]
+ cat
+ [[ http == \h\t\t\p\s ]]
+ [[ -n '' ]]
+ [[ -n '' ]]
+ [[ -n public ]]
+ echo 'interface = public'
+ mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf
+ set_vnc_api_lib_ini
+ local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp
+ cat
+ is_enabled false
+ local val=false
+ [[ false == \t\r\u\e ]]
+ [[ false == \y\e\s ]]
+ [[ false == \e\n\a\b\l\e\d ]]
+ [[ keystone == \k\e\y\s\t\o\n\e ]]
+ cat
+ [[ http == \h\t\t\p\s ]]
+ mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini
+ upgrade_old_logs contrail-api
+ local template=contrail-api
++ dirname /var/log/contrail/config-api
+ local old_dir=/var/log/contrail
+ mkdir -p /var/log/contrail/config-api
+ chmod 755 /var/log/contrail/config-api
+ mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/
+ true
+ [[ -n 1999 ]]
+ [[ -n 1999 ]]
+ local owner_opts=1999:1999
+ chown 1999:1999 /var/log/contrail/config-api
+ find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' +
+ run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0
+ [[ -n 1999 ]]
+ [[ -n 1999 ]]
+ local owner_opts=1999:1999
+ mkdir -p /etc/contrail /var/lib/contrail
+ chown 1999:1999 /etc/contrail /var/lib/contrail
+ find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' +
+ chmod 755 /etc/contrail
+ do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0
+ [[ -n 1999 ]]
+ [[ -n 1999 ]]
+ mkdir -p /var/crashes
+ chmod 777 /var/crashes
++ id -un 1999
+ local user_name=contrail
+ export HOME=/home/contrail
+ HOME=/home/contrail
+ mkdir -p /home/contrail
+ chown -R 1999:1999 /home/contrail
+ exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0
/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:287: SyntaxWarning: "is not" with a literal. Did you mean "!="?
if ip_alloc_unit is not 1:
/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1113: SyntaxWarning: "is" with a literal. Did you mean "=="?
if len(ipam_subnets) is 0:
/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1910: SyntaxWarning: "is" with a literal. Did you mean "=="?
if len(ipam_subnets) is 0:
06/08/2026 04:41:39.860 7f0cdff314c0 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True
06/08/2026 04:41:40.006 7f0cdff314c0 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084
06/08/2026 04:41:40.019 7f0cdff314c0 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG]
06/08/2026 04:41:40.019 7f0cdff314c0 [contrail-api] [INFO]: SANDESH: Logging: FILE: [None] -> [/var/log/contrail/config-api/contrail-api-0.log]
The option "admin_port" is not known to keystonemiddleware
The option "max_requests" is not known to keystonemiddleware
The option "signing_dir" is not known to keystonemiddleware
The option "auth_url" is not known to keystonemiddleware
The option "username" is not known to keystonemiddleware
The option "password" is not known to keystonemiddleware
The option "user_domain_name" is not known to keystonemiddleware
The option "project_domain_name" is not known to keystonemiddleware
The option "project_name" is not known to keystonemiddleware
AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True.
Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an admin endpoint
Bottle v0.12.25 server starting up (using GeventPoolServer(spawn=))...
Listening on http://localhost:8095/
Hit Ctrl-C to quit.
Bottle v0.12.25 server starting up (using GeventPoolServer(spawn=))...
Listening on http://10.0.0.27:8082/
Hit Ctrl-C to quit.
10.0.0.27 - - [2026-06-08 04:41:40] "GET / HTTP/1.1" 503 181 0.000247
10.0.0.27 - - [2026-06-08 04:41:40] "GET / HTTP/1.1" 503 181 0.000154
[Introspect:8084]10.0.0.33 - - [2026-06-08 04:41:41] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3222 0.002154
10.0.0.27 - - [2026-06-08 04:41:41] "GET / HTTP/1.1" 200 45871 0.001756
10.0.0.27 - - [2026-06-08 04:41:41] "GET / HTTP/1.1" 200 45871 0.001935
Using the in-process token cache is deprecated as of the 4.2.0 release and may be removed in the 5.0.0 release or the 'O' development cycle. The in-process cache causes inconsistent results and high memory usage. When the feature is removed the auth_token middleware will not cache tokens by default which may result in performance issues. It is recommended to use memcache for the auth_token token cache by setting the memcached_servers option.
10.0.0.27 - - [2026-06-08 04:41:41] "POST /fqname-to-id HTTP/1.1" 401 292 0.000870
10.0.0.27 - - [2026-06-08 04:41:41] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000404
10.0.0.27 - - [2026-06-08 04:41:42] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.641745
10.0.0.27 - - [2026-06-08 04:41:42] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 1484 0.005004
10.0.0.27 - - [2026-06-08 04:41:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.371123
10.0.0.27 - - [2026-06-08 04:41:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003644
/usr/local/lib/python3.9/site-packages/keystoneauth1/adapter.py:278: UserWarning: Using keystoneclient sessions has been deprecated. Please update your software to use keystoneauth1.
warnings.warn(
10.0.0.27 - - [2026-06-08 04:41:43] "GET /projects?obj_uuids=527eaec4-4243-4b7f-84ce-f928e8bcd480&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001283
10.0.0.27 - - [2026-06-08 04:41:43] "GET /project/527eaec4-4243-4b7f-84ce-f928e8bcd480?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.055940
10.0.0.27 - - [2026-06-08 04:41:43] "GET /projects?obj_uuids=527eaec4-4243-4b7f-84ce-f928e8bcd480&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000996
10.0.0.27 - - [2026-06-08 04:41:43] "GET /project/527eaec4-4243-4b7f-84ce-f928e8bcd480?fields=security_groups HTTP/1.1" 200 1087 0.044563
10.0.0.27 - - [2026-06-08 04:41:43] "GET /projects?obj_uuids=527eaec4-4243-4b7f-84ce-f928e8bcd480&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.002097
10.0.0.27 - - [2026-06-08 04:41:43] "GET /project/527eaec4-4243-4b7f-84ce-f928e8bcd480?fields=application_policy_sets HTTP/1.1" 200 1380 0.049759
10.0.0.27 - - [2026-06-08 04:41:43] "DELETE /project/527eaec4-4243-4b7f-84ce-f928e8bcd480 HTTP/1.1" 409 278 0.257020
10.0.0.33 - - [2026-06-08 04:41:43] "POST /neutron/port HTTP/1.1" 200 1125 0.067518
10.0.0.33 - - [2026-06-08 04:41:43] "POST /neutron/subnet HTTP/1.1" 200 646 0.013510
[Introspect:8084]10.0.0.33 - - [2026-06-08 04:41:46] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3160 0.001937
[Introspect:8084]10.0.0.33 - - [2026-06-08 04:41:47] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3160 0.001415
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.33 - - [2026-06-08 04:41:48] "GET /obj-perms HTTP/1.1" 200 5032 0.508747
10.0.0.33 - - [2026-06-08 04:41:48] "GET /obj-perms HTTP/1.1" 200 5032 0.003854
10.0.0.33 - - [2026-06-08 04:41:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.051473
10.0.0.27 - - [2026-06-08 04:41:48] "GET /projects?obj_uuids=aff55a47-1e3d-4bf1-8619-0bd8d9e0f3b6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001031
10.0.0.33 - - [2026-06-08 04:41:48] "GET /project/aff55a47-1e3d-4bf1-8619-0bd8d9e0f3b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.082172
10.0.0.33 - - [2026-06-08 04:41:48] "GET /virtual-networks?parent_id=aff55a47-1e3d-4bf1-8619-0bd8d9e0f3b6&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004152
10.0.0.33 - - [2026-06-08 04:41:48] "POST /virtual-networks HTTP/1.1" 200 546 0.098820
10.0.0.33 - - [2026-06-08 04:41:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003546
10.0.0.33 - - [2026-06-08 04:41:48] "GET /network-ipam/54e33f1e-de81-4d27-af03-8fe45499140c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.005133
10.0.0.27 - - [2026-06-08 04:41:49] "POST /useragent-kv HTTP/1.1" 200 115 0.013706
10.0.0.33 - - [2026-06-08 04:41:49] "POST /ref-update HTTP/1.1" 200 156 0.084203
10.0.0.33 - - [2026-06-08 04:41:49] "POST /neutron/network HTTP/1.1" 200 809 0.037306
10.0.0.33 - - [2026-06-08 04:41:49] "GET /virtual-network/8e85d9d9-13a6-43ec-a2f9-433940cd3c25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1932 0.006638
10.0.0.33 - - [2026-06-08 04:41:49] "POST /neutron/subnet HTTP/1.1" 200 672 0.008877
10.0.0.33 - - [2026-06-08 04:41:49] "GET /virtual-network/b476f10c-a1f9-4bf1-a681-79acc904123e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006383
10.0.0.33 - - [2026-06-08 04:41:49] "GET /obj-perms HTTP/1.1" 200 5032 0.005176
10.0.0.33 - - [2026-06-08 04:41:49] "POST /id-to-fqname HTTP/1.1" 200 222 0.002601
10.0.0.33 - - [2026-06-08 04:41:50] "POST /neutron/network HTTP/1.1" 200 896 0.009901
10.0.0.33 - - [2026-06-08 04:41:50] "POST /neutron/network HTTP/1.1" 200 1121 0.053973
10.0.0.33 - - [2026-06-08 04:41:50] "POST /neutron/subnet HTTP/1.1" 200 1374 0.015635
10.0.0.33 - - [2026-06-08 04:41:50] "POST /neutron/network HTTP/1.1" 200 1111 0.010691
10.0.0.27 - - [2026-06-08 04:41:50] "GET /projects?obj_uuids=aff55a47-1e3d-4bf1-8619-0bd8d9e0f3b6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001413
10.0.0.33 - - [2026-06-08 04:41:50] "GET /project/aff55a47-1e3d-4bf1-8619-0bd8d9e0f3b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.071732
10.0.0.33 - - [2026-06-08 04:41:51] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009790
10.0.0.33 - - [2026-06-08 04:41:51] "POST /neutron/network HTTP/1.1" 200 896 0.007237
10.0.0.33 - - [2026-06-08 04:41:51] "POST /neutron/port HTTP/1.1" 200 1061 0.020533
10.0.0.33 - - [2026-06-08 04:41:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004848
10.0.0.33 - - [2026-06-08 04:41:52] "POST /neutron/network HTTP/1.1" 200 886 0.007450
10.0.0.33 - - [2026-06-08 04:41:56] "POST /neutron/port HTTP/1.1" 200 1125 0.033371
10.0.0.33 - - [2026-06-08 04:41:56] "POST /neutron/security_group HTTP/1.1" 200 2059 0.011093
10.0.0.33 - - [2026-06-08 04:41:56] "GET /virtual-machine/c1338d0b-4238-4cc3-9578-d2e091698805 HTTP/1.1" 200 1294 0.033553
10.0.0.33 - - [2026-06-08 04:41:56] "GET /virtual-machine/c1338d0b-4238-4cc3-9578-d2e091698805 HTTP/1.1" 200 1294 0.004354
10.0.0.33 - - [2026-06-08 04:41:56] "GET /virtual-machine-interface/1f149fd5-d2bc-4eca-aa24-c1884a80d457 HTTP/1.1" 200 2949 0.006100
10.0.0.33 - - [2026-06-08 04:41:56] "GET /virtual-machine/c1338d0b-4238-4cc3-9578-d2e091698805 HTTP/1.1" 200 1294 0.004890
10.0.0.33 - - [2026-06-08 04:41:56] "GET /virtual-machine-interface/1f149fd5-d2bc-4eca-aa24-c1884a80d457 HTTP/1.1" 200 2949 0.006920
10.0.0.33 - - [2026-06-08 04:41:56] "GET /instance-ip/dd61c271-e764-4a6b-b61c-60f7a8790d4d HTTP/1.1" 200 1624 0.006943
10.0.0.33 - - [2026-06-08 04:41:56] "GET /virtual-machine/c1338d0b-4238-4cc3-9578-d2e091698805 HTTP/1.1" 200 1294 0.004392
10.0.0.33 - - [2026-06-08 04:41:56] "GET /virtual-machine-interface/1f149fd5-d2bc-4eca-aa24-c1884a80d457 HTTP/1.1" 200 2949 0.006433
10.0.0.33 - - [2026-06-08 04:41:56] "GET /instance-ip/dd61c271-e764-4a6b-b61c-60f7a8790d4d HTTP/1.1" 200 1624 0.004617
10.0.0.33 - - [2026-06-08 04:41:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004823
10.0.0.33 - - [2026-06-08 04:41:56] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005630
10.0.0.33 - - [2026-06-08 04:41:56] "GET /virtual-networks?parent_id=aff55a47-1e3d-4bf1-8619-0bd8d9e0f3b6&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004189
10.0.0.33 - - [2026-06-08 04:41:56] "GET /virtual-network/b476f10c-a1f9-4bf1-a681-79acc904123e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007045
10.0.0.33 - - [2026-06-08 04:41:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003895
10.0.0.33 - - [2026-06-08 04:41:56] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006522
10.0.0.33 - - [2026-06-08 04:41:56] "GET /virtual-networks?parent_id=aff55a47-1e3d-4bf1-8619-0bd8d9e0f3b6&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.005168
10.0.0.33 - - [2026-06-08 04:41:57] "GET /virtual-network/b476f10c-a1f9-4bf1-a681-79acc904123e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.009492
10.0.0.33 - - [2026-06-08 04:41:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004764
10.0.0.33 - - [2026-06-08 04:41:57] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006309
10.0.0.33 - - [2026-06-08 04:41:57] "GET /virtual-networks?parent_id=aff55a47-1e3d-4bf1-8619-0bd8d9e0f3b6&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004797
10.0.0.33 - - [2026-06-08 04:41:57] "GET /virtual-network/b476f10c-a1f9-4bf1-a681-79acc904123e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007809
10.0.0.33 - - [2026-06-08 04:41:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004703
10.0.0.33 - - [2026-06-08 04:41:57] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006615
10.0.0.33 - - [2026-06-08 04:41:57] "GET /virtual-networks?parent_id=aff55a47-1e3d-4bf1-8619-0bd8d9e0f3b6&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004207
10.0.0.33 - - [2026-06-08 04:41:57] "GET /virtual-network/b476f10c-a1f9-4bf1-a681-79acc904123e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006692
10.0.0.33 - - [2026-06-08 04:41:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.005115
10.0.0.33 - - [2026-06-08 04:41:57] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005657
10.0.0.33 - - [2026-06-08 04:41:57] "GET /virtual-networks?parent_id=aff55a47-1e3d-4bf1-8619-0bd8d9e0f3b6&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004572
10.0.0.33 - - [2026-06-08 04:41:57] "GET /virtual-network/b476f10c-a1f9-4bf1-a681-79acc904123e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007230
10.0.0.33 - - [2026-06-08 04:42:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003749
10.0.0.33 - - [2026-06-08 04:42:00] "GET /virtual-network/b476f10c-a1f9-4bf1-a681-79acc904123e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005872
10.0.0.33 - - [2026-06-08 04:42:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.006530
10.0.0.33 - - [2026-06-08 04:42:04] "GET /virtual-network/b476f10c-a1f9-4bf1-a681-79acc904123e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007510
10.0.0.33 - - [2026-06-08 04:42:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004119
10.0.0.33 - - [2026-06-08 04:42:08] "GET /virtual-network/b476f10c-a1f9-4bf1-a681-79acc904123e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005706
10.0.0.33 - - [2026-06-08 04:42:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004276
10.0.0.33 - - [2026-06-08 04:42:12] "GET /virtual-network/b476f10c-a1f9-4bf1-a681-79acc904123e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007937
10.0.0.249 - - [2026-06-08 04:42:16] "GET /obj-perms HTTP/1.1" 200 5056 0.051236
10.0.0.33 - - [2026-06-08 04:42:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003750
10.0.0.33 - - [2026-06-08 04:42:16] "GET /virtual-network/b476f10c-a1f9-4bf1-a681-79acc904123e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005687
10.0.0.33 - - [2026-06-08 04:42:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004861
10.0.0.33 - - [2026-06-08 04:42:21] "GET /virtual-network/b476f10c-a1f9-4bf1-a681-79acc904123e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006266
10.0.0.33 - - [2026-06-08 04:42:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003760
10.0.0.33 - - [2026-06-08 04:42:25] "GET /virtual-network/b476f10c-a1f9-4bf1-a681-79acc904123e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005791
10.0.0.33 - - [2026-06-08 04:42:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004023
10.0.0.33 - - [2026-06-08 04:42:29] "GET /virtual-network/b476f10c-a1f9-4bf1-a681-79acc904123e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005808
10.0.0.33 - - [2026-06-08 04:42:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003792
10.0.0.33 - - [2026-06-08 04:42:33] "GET /virtual-network/b476f10c-a1f9-4bf1-a681-79acc904123e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005565
10.0.0.249 - - [2026-06-08 04:42:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000564
10.0.0.249 - - [2026-06-08 04:42:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000442
10.0.0.249 - - [2026-06-08 04:42:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000604
10.0.0.249 - - [2026-06-08 04:42:37] "GET /global-system-configs HTTP/1.1" 401 292 0.001604
10.0.0.33 - - [2026-06-08 04:42:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.005055
10.0.0.33 - - [2026-06-08 04:42:37] "GET /virtual-network/b476f10c-a1f9-4bf1-a681-79acc904123e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.008566
10.0.0.33 - - [2026-06-08 04:42:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000553
10.0.0.33 - - [2026-06-08 04:42:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000606
10.0.0.27 - - [2026-06-08 04:42:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000426
10.0.0.27 - - [2026-06-08 04:42:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000453
10.0.0.33 - - [2026-06-08 04:42:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000519
10.0.0.33 - - [2026-06-08 04:42:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000714
10.0.0.27 - - [2026-06-08 04:42:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000559
10.0.0.27 - - [2026-06-08 04:42:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000451
10.0.0.33 - - [2026-06-08 04:42:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004250
10.0.0.33 - - [2026-06-08 04:42:41] "GET /virtual-network/b476f10c-a1f9-4bf1-a681-79acc904123e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006625
10.0.0.33 - - [2026-06-08 04:42:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.007337
10.0.0.33 - - [2026-06-08 04:42:43] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005132
10.0.0.33 - - [2026-06-08 04:42:43] "GET /virtual-networks?parent_id=aff55a47-1e3d-4bf1-8619-0bd8d9e0f3b6&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004147
10.0.0.33 - - [2026-06-08 04:42:43] "GET /virtual-network/b476f10c-a1f9-4bf1-a681-79acc904123e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006528
10.0.0.33 - - [2026-06-08 04:42:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.006924
10.0.0.33 - - [2026-06-08 04:42:43] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007293
10.0.0.33 - - [2026-06-08 04:42:43] "GET /virtual-networks?parent_id=aff55a47-1e3d-4bf1-8619-0bd8d9e0f3b6&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004759
10.0.0.33 - - [2026-06-08 04:42:43] "GET /virtual-network/b476f10c-a1f9-4bf1-a681-79acc904123e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.010353
10.0.0.33 - - [2026-06-08 04:42:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003822
10.0.0.33 - - [2026-06-08 04:42:44] "GET /routing-instance/b5142b46-227e-4698-bad0-81c1f054c196?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1788 0.005989
10.0.0.33 - - [2026-06-08 04:42:44] "GET /route-target/e839d3e0-a137-4756-888d-21493102f754?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004520
10.0.0.33 - - [2026-06-08 04:42:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003834
10.0.0.33 - - [2026-06-08 04:42:44] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004085
10.0.0.33 - - [2026-06-08 04:42:44] "GET /virtual-networks?parent_id=aff55a47-1e3d-4bf1-8619-0bd8d9e0f3b6&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003463
10.0.0.33 - - [2026-06-08 04:42:44] "GET /virtual-network/b476f10c-a1f9-4bf1-a681-79acc904123e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007491
10.0.0.33 - - [2026-06-08 04:42:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003894
10.0.0.33 - - [2026-06-08 04:42:44] "GET /routing-instance/b5142b46-227e-4698-bad0-81c1f054c196?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1788 0.005579
10.0.0.33 - - [2026-06-08 04:42:44] "GET /route-target/e839d3e0-a137-4756-888d-21493102f754?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004116
10.0.0.33 - - [2026-06-08 04:42:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003894
10.0.0.33 - - [2026-06-08 04:42:44] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004863
10.0.0.33 - - [2026-06-08 04:42:44] "GET /virtual-networks?parent_id=aff55a47-1e3d-4bf1-8619-0bd8d9e0f3b6&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003687
10.0.0.33 - - [2026-06-08 04:42:44] "GET /virtual-network/b476f10c-a1f9-4bf1-a681-79acc904123e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006540
10.0.0.33 - - [2026-06-08 04:42:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004079
10.0.0.33 - - [2026-06-08 04:42:44] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005450
10.0.0.33 - - [2026-06-08 04:42:44] "GET /virtual-networks?parent_id=aff55a47-1e3d-4bf1-8619-0bd8d9e0f3b6&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004939
10.0.0.33 - - [2026-06-08 04:42:44] "GET /virtual-network/b476f10c-a1f9-4bf1-a681-79acc904123e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007669
10.0.0.33 - - [2026-06-08 04:42:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.005571
10.0.0.33 - - [2026-06-08 04:42:44] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004656
10.0.0.33 - - [2026-06-08 04:42:44] "GET /virtual-networks?parent_id=aff55a47-1e3d-4bf1-8619-0bd8d9e0f3b6&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003724
10.0.0.33 - - [2026-06-08 04:42:44] "GET /virtual-network/b476f10c-a1f9-4bf1-a681-79acc904123e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.008299
10.0.0.33 - - [2026-06-08 04:42:44] "GET /obj-perms HTTP/1.1" 200 5032 0.004194
10.0.0.27 - - [2026-06-08 04:42:44] "GET /obj-perms HTTP/1.1" 200 5032 0.084501
10.0.0.33 - - [2026-06-08 04:42:45] "GET /obj-perms HTTP/1.1" 200 5032 0.004925
10.0.0.33 - - [2026-06-08 04:42:45] "GET /obj-perms HTTP/1.1" 200 5032 0.004488
10.0.0.33 - - [2026-06-08 04:42:45] "POST /id-to-fqname HTTP/1.1" 200 222 0.001704
10.0.0.33 - - [2026-06-08 04:42:45] "POST /neutron/port HTTP/1.1" 200 7106 0.078452
10.0.0.33 - - [2026-06-08 04:42:45] "POST /neutron/security_group HTTP/1.1" 200 2059 0.013158
10.0.0.33 - - [2026-06-08 04:42:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004992
10.0.0.33 - - [2026-06-08 04:42:45] "POST /neutron/network HTTP/1.1" 200 896 0.007690
10.0.0.27 - - [2026-06-08 04:42:46] "GET /projects?obj_uuids=aff55a47-1e3d-4bf1-8619-0bd8d9e0f3b6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001364
10.0.0.33 - - [2026-06-08 04:42:46] "GET /project/aff55a47-1e3d-4bf1-8619-0bd8d9e0f3b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.079685
10.0.0.33 - - [2026-06-08 04:42:46] "POST /neutron/network HTTP/1.1" 200 886 0.056616
10.0.0.33 - - [2026-06-08 04:42:46] "POST /neutron/port HTTP/1.1" 200 117 0.008127
10.0.0.27 - - [2026-06-08 04:42:47] "GET /projects?obj_uuids=aff55a47-1e3d-4bf1-8619-0bd8d9e0f3b6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001542
10.0.0.33 - - [2026-06-08 04:42:47] "POST /neutron/port HTTP/1.1" 200 1061 0.327726
10.0.0.33 - - [2026-06-08 04:42:47] "POST /neutron/port HTTP/1.1" 200 1115 0.131253
10.0.0.33 - - [2026-06-08 04:42:47] "POST /neutron/subnet HTTP/1.1" 200 646 0.011883
10.0.0.33 - - [2026-06-08 04:42:51] "POST /neutron/port HTTP/1.1" 200 1125 0.019376
10.0.0.33 - - [2026-06-08 04:42:52] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007349
10.0.0.33 - - [2026-06-08 04:42:52] "POST /neutron/port HTTP/1.1" 200 1125 0.021850
10.0.0.33 - - [2026-06-08 04:42:52] "GET /virtual-machine/115a877b-e67f-4e9d-8a3a-2250e4988f0c HTTP/1.1" 200 1292 0.008021
10.0.0.33 - - [2026-06-08 04:42:52] "GET /virtual-machine/115a877b-e67f-4e9d-8a3a-2250e4988f0c HTTP/1.1" 200 1292 0.005043
10.0.0.33 - - [2026-06-08 04:42:52] "GET /virtual-machine-interface/a8598ded-66c3-408e-8f35-43b07c4613e6 HTTP/1.1" 200 2950 0.007678
10.0.0.33 - - [2026-06-08 04:42:52] "GET /virtual-machine/115a877b-e67f-4e9d-8a3a-2250e4988f0c HTTP/1.1" 200 1292 0.006351
10.0.0.33 - - [2026-06-08 04:42:52] "GET /virtual-machine-interface/a8598ded-66c3-408e-8f35-43b07c4613e6 HTTP/1.1" 200 2950 0.006126
10.0.0.33 - - [2026-06-08 04:42:52] "GET /instance-ip/584a12f4-9dd3-41bb-af2c-deac865ff05e HTTP/1.1" 200 1623 0.006890
10.0.0.33 - - [2026-06-08 04:42:52] "GET /virtual-machine/115a877b-e67f-4e9d-8a3a-2250e4988f0c HTTP/1.1" 200 1292 0.004040
10.0.0.33 - - [2026-06-08 04:42:52] "GET /virtual-machine-interface/a8598ded-66c3-408e-8f35-43b07c4613e6 HTTP/1.1" 200 2950 0.007319
10.0.0.33 - - [2026-06-08 04:42:52] "GET /instance-ip/584a12f4-9dd3-41bb-af2c-deac865ff05e HTTP/1.1" 200 1623 0.005638
10.0.0.33 - - [2026-06-08 04:42:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004732
10.0.0.33 - - [2026-06-08 04:42:52] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.073839
10.0.0.33 - - [2026-06-08 04:42:52] "GET /virtual-networks?parent_id=aff55a47-1e3d-4bf1-8619-0bd8d9e0f3b6&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003008
10.0.0.33 - - [2026-06-08 04:42:52] "GET /virtual-network/a9001292-7507-46ab-918b-76243da98561?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007629
10.0.0.33 - - [2026-06-08 04:42:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003773
10.0.0.33 - - [2026-06-08 04:42:52] "POST /neutron/port HTTP/1.1" 200 1109 0.020170
10.0.0.33 - - [2026-06-08 04:42:52] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004701
10.0.0.33 - - [2026-06-08 04:42:52] "GET /virtual-networks?parent_id=aff55a47-1e3d-4bf1-8619-0bd8d9e0f3b6&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003505
10.0.0.33 - - [2026-06-08 04:42:52] "POST /neutron/subnet HTTP/1.1" 200 708 0.010307
10.0.0.33 - - [2026-06-08 04:42:52] "GET /virtual-network/a9001292-7507-46ab-918b-76243da98561?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005755
10.0.0.33 - - [2026-06-08 04:42:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003659
10.0.0.33 - - [2026-06-08 04:42:52] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003948
10.0.0.33 - - [2026-06-08 04:42:52] "GET /virtual-networks?parent_id=aff55a47-1e3d-4bf1-8619-0bd8d9e0f3b6&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003057
10.0.0.33 - - [2026-06-08 04:42:52] "GET /virtual-network/a9001292-7507-46ab-918b-76243da98561?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.008338
10.0.0.33 - - [2026-06-08 04:42:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003896
10.0.0.33 - - [2026-06-08 04:42:52] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003929
10.0.0.33 - - [2026-06-08 04:42:52] "GET /virtual-networks?parent_id=aff55a47-1e3d-4bf1-8619-0bd8d9e0f3b6&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003058
10.0.0.33 - - [2026-06-08 04:42:52] "GET /virtual-network/a9001292-7507-46ab-918b-76243da98561?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006566
10.0.0.33 - - [2026-06-08 04:42:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004639
10.0.0.33 - - [2026-06-08 04:42:52] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006386
10.0.0.33 - - [2026-06-08 04:42:52] "GET /virtual-networks?parent_id=aff55a47-1e3d-4bf1-8619-0bd8d9e0f3b6&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003450
10.0.0.33 - - [2026-06-08 04:42:52] "POST /neutron/port HTTP/1.1" 200 1125 0.051260
10.0.0.33 - - [2026-06-08 04:42:53] "GET /virtual-network/a9001292-7507-46ab-918b-76243da98561?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006273
10.0.0.33 - - [2026-06-08 04:42:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003870
10.0.0.33 - - [2026-06-08 04:42:56] "GET /virtual-network/a9001292-7507-46ab-918b-76243da98561?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007515
10.0.0.33 - - [2026-06-08 04:43:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003545
10.0.0.33 - - [2026-06-08 04:43:00] "GET /virtual-network/a9001292-7507-46ab-918b-76243da98561?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005406
10.0.0.33 - - [2026-06-08 04:43:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003814
10.0.0.33 - - [2026-06-08 04:43:04] "GET /virtual-network/a9001292-7507-46ab-918b-76243da98561?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006821
10.0.0.33 - - [2026-06-08 04:43:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003828
10.0.0.33 - - [2026-06-08 04:43:08] "GET /virtual-network/a9001292-7507-46ab-918b-76243da98561?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007280
10.0.0.33 - - [2026-06-08 04:43:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004043
10.0.0.33 - - [2026-06-08 04:43:12] "GET /virtual-network/a9001292-7507-46ab-918b-76243da98561?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006262
10.0.0.33 - - [2026-06-08 04:43:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004183
10.0.0.33 - - [2026-06-08 04:43:16] "GET /virtual-network/a9001292-7507-46ab-918b-76243da98561?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006335
10.0.0.27 - - [2026-06-08 04:43:17] "GET /obj-perms HTTP/1.1" 200 5056 0.048108
10.0.0.33 - - [2026-06-08 04:43:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004406
10.0.0.33 - - [2026-06-08 04:43:20] "GET /virtual-network/a9001292-7507-46ab-918b-76243da98561?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007848
10.0.0.33 - - [2026-06-08 04:43:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004069
10.0.0.33 - - [2026-06-08 04:43:24] "GET /virtual-network/a9001292-7507-46ab-918b-76243da98561?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.004757
10.0.0.33 - - [2026-06-08 04:43:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003769
10.0.0.33 - - [2026-06-08 04:43:28] "GET /virtual-network/a9001292-7507-46ab-918b-76243da98561?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006435
10.0.0.33 - - [2026-06-08 04:43:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004847
10.0.0.33 - - [2026-06-08 04:43:31] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004369
10.0.0.33 - - [2026-06-08 04:43:31] "GET /virtual-networks?parent_id=aff55a47-1e3d-4bf1-8619-0bd8d9e0f3b6&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003976
10.0.0.33 - - [2026-06-08 04:43:31] "GET /virtual-network/a9001292-7507-46ab-918b-76243da98561?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006100
10.0.0.33 - - [2026-06-08 04:43:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003787
10.0.0.33 - - [2026-06-08 04:43:31] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003748
10.0.0.33 - - [2026-06-08 04:43:31] "GET /virtual-networks?parent_id=aff55a47-1e3d-4bf1-8619-0bd8d9e0f3b6&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004018
10.0.0.33 - - [2026-06-08 04:43:31] "GET /virtual-network/a9001292-7507-46ab-918b-76243da98561?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005963
10.0.0.33 - - [2026-06-08 04:43:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003123
10.0.0.33 - - [2026-06-08 04:43:31] "GET /routing-instance/58800fd8-6e69-4991-9a5d-0022184a296b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1787 0.005291
10.0.0.33 - - [2026-06-08 04:43:31] "GET /route-target/1430e526-79f4-4f54-a179-91a624853f30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004198
10.0.0.33 - - [2026-06-08 04:43:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003694
10.0.0.33 - - [2026-06-08 04:43:31] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003603
10.0.0.33 - - [2026-06-08 04:43:31] "GET /virtual-networks?parent_id=aff55a47-1e3d-4bf1-8619-0bd8d9e0f3b6&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003433
10.0.0.33 - - [2026-06-08 04:43:31] "GET /virtual-network/a9001292-7507-46ab-918b-76243da98561?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005901
10.0.0.33 - - [2026-06-08 04:43:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003854
10.0.0.33 - - [2026-06-08 04:43:31] "GET /routing-instance/58800fd8-6e69-4991-9a5d-0022184a296b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1787 0.004869
10.0.0.33 - - [2026-06-08 04:43:31] "GET /route-target/1430e526-79f4-4f54-a179-91a624853f30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004462
10.0.0.33 - - [2026-06-08 04:43:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003725
10.0.0.33 - - [2026-06-08 04:43:31] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004648
10.0.0.33 - - [2026-06-08 04:43:31] "GET /virtual-networks?parent_id=aff55a47-1e3d-4bf1-8619-0bd8d9e0f3b6&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003279
10.0.0.33 - - [2026-06-08 04:43:31] "GET /virtual-network/a9001292-7507-46ab-918b-76243da98561?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005711
10.0.0.33 - - [2026-06-08 04:43:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003928
10.0.0.33 - - [2026-06-08 04:43:31] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003945
10.0.0.33 - - [2026-06-08 04:43:31] "GET /virtual-networks?parent_id=aff55a47-1e3d-4bf1-8619-0bd8d9e0f3b6&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003299
10.0.0.33 - - [2026-06-08 04:43:31] "GET /virtual-network/a9001292-7507-46ab-918b-76243da98561?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005999
10.0.0.33 - - [2026-06-08 04:43:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003426
10.0.0.33 - - [2026-06-08 04:43:31] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005659
10.0.0.33 - - [2026-06-08 04:43:31] "GET /virtual-networks?parent_id=aff55a47-1e3d-4bf1-8619-0bd8d9e0f3b6&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.012140
10.0.0.33 - - [2026-06-08 04:43:32] "GET /virtual-network/a9001292-7507-46ab-918b-76243da98561?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007671
10.0.0.33 - - [2026-06-08 04:43:32] "GET /obj-perms HTTP/1.1" 200 5032 0.004697
10.0.0.33 - - [2026-06-08 04:43:32] "GET /obj-perms HTTP/1.1" 200 5032 0.006374
10.0.0.27 - - [2026-06-08 04:43:32] "GET /obj-perms HTTP/1.1" 200 5032 0.008428
10.0.0.33 - - [2026-06-08 04:43:32] "GET /obj-perms HTTP/1.1" 200 5032 0.003675
10.0.0.27 - - [2026-06-08 04:43:32] "GET /obj-perms HTTP/1.1" 200 5032 0.004842
10.0.0.33 - - [2026-06-08 04:43:32] "GET /virtual-machine/c1338d0b-4238-4cc3-9578-d2e091698805 HTTP/1.1" 200 1294 0.007029
10.0.0.33 - - [2026-06-08 04:43:32] "GET /virtual-machine-interface/1f149fd5-d2bc-4eca-aa24-c1884a80d457 HTTP/1.1" 200 2949 0.005416
10.0.0.33 - - [2026-06-08 04:43:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003372
10.0.0.33 - - [2026-06-08 04:43:32] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003890
10.0.0.33 - - [2026-06-08 04:43:32] "GET /virtual-networks?parent_id=aff55a47-1e3d-4bf1-8619-0bd8d9e0f3b6&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003023
10.0.0.33 - - [2026-06-08 04:43:32] "GET /virtual-network/b476f10c-a1f9-4bf1-a681-79acc904123e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005857
10.0.0.33 - - [2026-06-08 04:43:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004729
10.0.0.33 - - [2026-06-08 04:43:33] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004637
10.0.0.33 - - [2026-06-08 04:43:33] "GET /virtual-networks?parent_id=aff55a47-1e3d-4bf1-8619-0bd8d9e0f3b6&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004109
10.0.0.33 - - [2026-06-08 04:43:33] "GET /virtual-network/b476f10c-a1f9-4bf1-a681-79acc904123e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007306
10.0.0.33 - - [2026-06-08 04:43:33] "GET /virtual-machine/115a877b-e67f-4e9d-8a3a-2250e4988f0c HTTP/1.1" 200 1292 0.005381
10.0.0.33 - - [2026-06-08 04:43:33] "GET /virtual-machine-interface/a8598ded-66c3-408e-8f35-43b07c4613e6 HTTP/1.1" 200 2950 0.006665
10.0.0.33 - - [2026-06-08 04:43:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004419
10.0.0.33 - - [2026-06-08 04:43:33] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004884
10.0.0.33 - - [2026-06-08 04:43:33] "GET /virtual-networks?parent_id=aff55a47-1e3d-4bf1-8619-0bd8d9e0f3b6&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.005346
10.0.0.33 - - [2026-06-08 04:43:33] "GET /virtual-network/a9001292-7507-46ab-918b-76243da98561?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.009109
10.0.0.33 - - [2026-06-08 04:43:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003502
10.0.0.33 - - [2026-06-08 04:43:34] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003770
10.0.0.33 - - [2026-06-08 04:43:35] "GET /virtual-networks?parent_id=aff55a47-1e3d-4bf1-8619-0bd8d9e0f3b6&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004278
10.0.0.33 - - [2026-06-08 04:43:35] "GET /virtual-network/a9001292-7507-46ab-918b-76243da98561?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005667
10.0.0.33 - - [2026-06-08 04:43:35] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007190
10.0.0.33 - - [2026-06-08 04:43:43] "POST /neutron/port HTTP/1.1" 200 1125 0.017746
10.0.0.33 - - [2026-06-08 04:43:45] "POST /neutron/port HTTP/1.1" 200 1109 0.021949
10.0.0.33 - - [2026-06-08 04:43:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004112
10.0.0.33 - - [2026-06-08 04:43:45] "POST /neutron/port HTTP/1.1" 200 117 0.001192
10.0.0.33 - - [2026-06-08 04:43:50] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007770
10.0.0.33 - - [2026-06-08 04:43:54] "POST /neutron/network HTTP/1.1" 200 896 0.008376
10.0.0.33 - - [2026-06-08 04:43:54] "POST /neutron/port HTTP/1.1" 200 117 0.001642
10.0.0.249 - - [2026-06-08 04:44:17] "GET /obj-perms HTTP/1.1" 200 5056 0.051826
10.0.0.33 - - [2026-06-08 04:44:41] "GET /virtual-machine/115a877b-e67f-4e9d-8a3a-2250e4988f0c HTTP/1.1" 200 1292 0.004886
10.0.0.33 - - [2026-06-08 04:44:42] "POST /neutron/port HTTP/1.1" 200 1115 0.015039
10.0.0.33 - - [2026-06-08 04:44:43] "GET /virtual-machine/115a877b-e67f-4e9d-8a3a-2250e4988f0c HTTP/1.1" 404 171 0.005539
10.0.0.33 - - [2026-06-08 04:44:43] "GET /virtual-machine/115a877b-e67f-4e9d-8a3a-2250e4988f0c HTTP/1.1" 404 171 0.003665
10.0.0.33 - - [2026-06-08 04:44:43] "GET /virtual-machine/115a877b-e67f-4e9d-8a3a-2250e4988f0c HTTP/1.1" 404 171 0.004026
10.0.0.33 - - [2026-06-08 04:44:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003489
10.0.0.33 - - [2026-06-08 04:44:43] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003886
10.0.0.33 - - [2026-06-08 04:44:43] "GET /virtual-networks?parent_id=aff55a47-1e3d-4bf1-8619-0bd8d9e0f3b6&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003116
10.0.0.33 - - [2026-06-08 04:44:43] "GET /virtual-network/a9001292-7507-46ab-918b-76243da98561?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.008125
10.0.0.33 - - [2026-06-08 04:44:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003250
10.0.0.33 - - [2026-06-08 04:44:43] "GET /routing-instance/58800fd8-6e69-4991-9a5d-0022184a296b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1787 0.004447
10.0.0.33 - - [2026-06-08 04:44:44] "GET /route-target/1430e526-79f4-4f54-a179-91a624853f30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003988
10.0.0.27 - - [2026-06-08 04:44:47] "GET /obj-perms HTTP/1.1" 200 5032 0.004209
10.0.0.33 - - [2026-06-08 04:44:47] "POST /neutron/port HTTP/1.1" 200 1125 0.018227
10.0.0.33 - - [2026-06-08 04:44:47] "POST /neutron/subnet HTTP/1.1" 200 646 0.010501
10.0.0.33 - - [2026-06-08 04:44:50] "GET /obj-perms HTTP/1.1" 200 5032 0.004128
10.0.0.33 - - [2026-06-08 04:44:56] "POST /neutron/port HTTP/1.1" 200 1216 0.025059
10.0.0.27 - - [2026-06-08 04:44:56] "GET /obj-perms HTTP/1.1" 200 5032 0.004709
10.0.0.33 - - [2026-06-08 04:44:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005293
10.0.0.33 - - [2026-06-08 04:44:56] "POST /neutron/port HTTP/1.1" 200 117 0.001741
10.0.0.33 - - [2026-06-08 04:44:59] "GET /obj-perms HTTP/1.1" 200 5032 0.005776
10.0.0.33 - - [2026-06-08 04:44:59] "GET /virtual-machine/c1338d0b-4238-4cc3-9578-d2e091698805 HTTP/1.1" 200 1294 0.004776
10.0.0.33 - - [2026-06-08 04:45:00] "POST /neutron/port HTTP/1.1" 200 1125 0.027827
10.0.0.33 - - [2026-06-08 04:45:01] "GET /virtual-machine/c1338d0b-4238-4cc3-9578-d2e091698805 HTTP/1.1" 404 171 0.004624
10.0.0.33 - - [2026-06-08 04:45:01] "GET /virtual-machine/c1338d0b-4238-4cc3-9578-d2e091698805 HTTP/1.1" 404 171 0.005135
10.0.0.33 - - [2026-06-08 04:45:01] "GET /virtual-machine/c1338d0b-4238-4cc3-9578-d2e091698805 HTTP/1.1" 404 171 0.005551
10.0.0.33 - - [2026-06-08 04:45:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004346
10.0.0.33 - - [2026-06-08 04:45:02] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005163
10.0.0.33 - - [2026-06-08 04:45:02] "GET /virtual-networks?parent_id=aff55a47-1e3d-4bf1-8619-0bd8d9e0f3b6&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.005539
10.0.0.33 - - [2026-06-08 04:45:02] "GET /virtual-network/b476f10c-a1f9-4bf1-a681-79acc904123e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006282
10.0.0.33 - - [2026-06-08 04:45:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003909
10.0.0.33 - - [2026-06-08 04:45:02] "GET /routing-instance/b5142b46-227e-4698-bad0-81c1f054c196?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1788 0.005497
10.0.0.33 - - [2026-06-08 04:45:02] "GET /route-target/e839d3e0-a137-4756-888d-21493102f754?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004534
10.0.0.33 - - [2026-06-08 04:45:02] "GET /obj-perms HTTP/1.1" 200 5032 0.005021
10.0.0.33 - - [2026-06-08 04:45:05] "GET /obj-perms HTTP/1.1" 200 5032 0.004271
10.0.0.33 - - [2026-06-08 04:45:08] "GET /obj-perms HTTP/1.1" 200 5032 0.006348
10.0.0.27 - - [2026-06-08 04:45:08] "GET /obj-perms HTTP/1.1" 200 5032 0.003906
10.0.0.27 - - [2026-06-08 04:45:08] "POST /useragent-kv HTTP/1.1" 200 115 0.011640
10.0.0.27 - - [2026-06-08 04:45:08] "POST /useragent-kv HTTP/1.1" 200 115 0.003748
10.0.0.33 - - [2026-06-08 04:45:08] "DELETE /virtual-network/8e85d9d9-13a6-43ec-a2f9-433940cd3c25 HTTP/1.1" 200 115 0.161139
10.0.0.249 - - [2026-06-08 04:45:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.041871
10.0.0.33 - - [2026-06-08 04:45:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003980
10.0.0.33 - - [2026-06-08 04:45:09] "GET /network-policy/822ab78f-f0a8-4935-9568-af10a58e7a99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.004689
10.0.0.33 - - [2026-06-08 04:45:09] "POST /ref-update HTTP/1.1" 200 156 0.067182
10.0.0.33 - - [2026-06-08 04:45:09] "POST /neutron/network HTTP/1.1" 200 809 0.011281
10.0.0.249 - - [2026-06-08 04:45:09] "POST /ref-update HTTP/1.1" 200 156 0.034201
10.0.0.33 - - [2026-06-08 04:45:09] "GET /virtual-network/a9001292-7507-46ab-918b-76243da98561?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.012679
10.0.0.33 - - [2026-06-08 04:45:09] "DELETE /virtual-network/a9001292-7507-46ab-918b-76243da98561 HTTP/1.1" 409 234 0.010144
10.0.0.33 - - [2026-06-08 04:45:09] "POST /neutron/port HTTP/1.1" 200 151 0.305809
10.0.0.33 - - [2026-06-08 04:45:10] "POST /neutron/port HTTP/1.1" 200 151 0.297368
10.0.0.27 - - [2026-06-08 04:45:11] "POST /useragent-kv HTTP/1.1" 200 115 0.004194
10.0.0.27 - - [2026-06-08 04:45:11] "POST /useragent-kv HTTP/1.1" 200 115 0.003148
10.0.0.33 - - [2026-06-08 04:45:11] "DELETE /virtual-network/a9001292-7507-46ab-918b-76243da98561 HTTP/1.1" 200 115 0.136651
10.0.0.33 - - [2026-06-08 04:45:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003984
10.0.0.33 - - [2026-06-08 04:45:11] "GET /network-policy/e3e996be-a0a7-4ac6-b81b-5e475799fcf0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.004091
10.0.0.33 - - [2026-06-08 04:45:11] "POST /ref-update HTTP/1.1" 200 156 0.063898
10.0.0.249 - - [2026-06-08 04:45:11] "DELETE /access-control-list/52d2b98f-a440-4c60-aa1e-9dc264432200 HTTP/1.1" 200 115 0.069795
10.0.0.33 - - [2026-06-08 04:45:11] "GET /virtual-network/b476f10c-a1f9-4bf1-a681-79acc904123e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.013292
10.0.0.27 - - [2026-06-08 04:45:11] "POST /useragent-kv HTTP/1.1" 200 115 0.002741
10.0.0.27 - - [2026-06-08 04:45:11] "POST /useragent-kv HTTP/1.1" 200 115 0.003946
10.0.0.33 - - [2026-06-08 04:45:11] "DELETE /virtual-network/b476f10c-a1f9-4bf1-a681-79acc904123e HTTP/1.1" 200 115 0.143071
10.0.0.33 - - [2026-06-08 04:45:12] "DELETE /network-policy/822ab78f-f0a8-4935-9568-af10a58e7a99 HTTP/1.1" 200 115 0.047143
10.0.0.33 - - [2026-06-08 04:45:12] "DELETE /network-policy/e3e996be-a0a7-4ac6-b81b-5e475799fcf0 HTTP/1.1" 200 115 0.054218
10.0.0.249 - - [2026-06-08 04:45:18] "GET /obj-perms HTTP/1.1" 200 5056 0.056113
10.0.0.27 - - [2026-06-08 04:45:40] "GET /projects?obj_uuids=aff55a47-1e3d-4bf1-8619-0bd8d9e0f3b6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001079
10.0.0.33 - - [2026-06-08 04:45:40] "GET /project/aff55a47-1e3d-4bf1-8619-0bd8d9e0f3b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.076880
10.0.0.27 - - [2026-06-08 04:45:40] "GET /projects?obj_uuids=aff55a47-1e3d-4bf1-8619-0bd8d9e0f3b6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001230
10.0.0.33 - - [2026-06-08 04:45:40] "GET /project/aff55a47-1e3d-4bf1-8619-0bd8d9e0f3b6?fields=virtual_networks HTTP/1.1" 200 1034 0.060130
10.0.0.27 - - [2026-06-08 04:45:40] "GET /projects?obj_uuids=aff55a47-1e3d-4bf1-8619-0bd8d9e0f3b6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001292
10.0.0.33 - - [2026-06-08 04:45:40] "GET /project/aff55a47-1e3d-4bf1-8619-0bd8d9e0f3b6?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.047202
10.0.0.27 - - [2026-06-08 04:45:41] "GET /projects?obj_uuids=aff55a47-1e3d-4bf1-8619-0bd8d9e0f3b6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001411
10.0.0.33 - - [2026-06-08 04:45:41] "GET /project/aff55a47-1e3d-4bf1-8619-0bd8d9e0f3b6?fields=security_groups HTTP/1.1" 200 1261 0.056242
10.0.0.33 - - [2026-06-08 04:45:41] "POST /fqname-to-id HTTP/1.1" 404 188 0.029684
10.0.0.27 - - [2026-06-08 04:45:41] "GET /projects?obj_uuids=d9f5062d-6c43-4646-b100-3b61896fb1c1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004916
10.0.0.27 - - [2026-06-08 04:45:42] "GET /domains?obj_uuids=2441b78a-01cc-4005-9aa7-6b434eb6fb41&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001833
10.0.0.27 - - [2026-06-08 04:45:42] "GET /domain/2441b78a-01cc-4005-9aa7-6b434eb6fb41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.010727
10.0.0.27 - - [2026-06-08 04:45:42] "POST /id-to-fqname HTTP/1.1" 200 190 0.008843
10.0.0.27 - - [2026-06-08 04:45:42] "POST /fqname-to-id HTTP/1.1" 404 199 0.009047
10.0.0.27 - - [2026-06-08 04:45:42] "POST /security-groups HTTP/1.1" 200 591 0.077256
10.0.0.249 - - [2026-06-08 04:45:42] "POST /fqname-to-id HTTP/1.1" 404 234 0.005306
10.0.0.27 - - [2026-06-08 04:45:42] "POST /projects HTTP/1.1" 200 585 0.339666
10.0.0.27 - - [2026-06-08 04:45:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.420752
10.0.0.33 - - [2026-06-08 04:45:42] "GET /project/d9f5062d-6c43-4646-b100-3b61896fb1c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.561492
10.0.0.249 - - [2026-06-08 04:45:42] "POST /access-control-lists HTTP/1.1" 200 594 0.040507
10.0.0.33 - - [2026-06-08 04:45:43] "GET / HTTP/1.1" 200 35931 0.002092
10.0.0.27 - - [2026-06-08 04:45:43] "DELETE /project/d9f5062d6c434646b1003b61896fb1c1 HTTP/1.1" 404 173 0.004907
10.0.0.27 - - [2026-06-08 04:45:43] "GET /projects?obj_uuids=aff55a47-1e3d-4bf1-8619-0bd8d9e0f3b6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001153
10.0.0.27 - - [2026-06-08 04:45:43] "GET /project/aff55a47-1e3d-4bf1-8619-0bd8d9e0f3b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.047266
10.0.0.27 - - [2026-06-08 04:45:43] "GET /projects?obj_uuids=aff55a47-1e3d-4bf1-8619-0bd8d9e0f3b6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001181
10.0.0.27 - - [2026-06-08 04:45:43] "GET /project/aff55a47-1e3d-4bf1-8619-0bd8d9e0f3b6?fields=security_groups HTTP/1.1" 200 1366 0.059299
10.0.0.27 - - [2026-06-08 04:45:43] "DELETE /security-group/dfde397e-8b8e-49a0-98c5-ce7b35d4df53 HTTP/1.1" 200 115 0.064908
10.0.0.27 - - [2026-06-08 04:45:43] "GET /projects?obj_uuids=aff55a47-1e3d-4bf1-8619-0bd8d9e0f3b6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001223
10.0.0.27 - - [2026-06-08 04:45:43] "GET /project/aff55a47-1e3d-4bf1-8619-0bd8d9e0f3b6?fields=application_policy_sets HTTP/1.1" 200 1405 0.061548
10.0.0.27 - - [2026-06-08 04:45:44] "DELETE /project/aff55a47-1e3d-4bf1-8619-0bd8d9e0f3b6 HTTP/1.1" 200 115 0.482566
10.0.0.33 - - [2026-06-08 04:45:45] "POST /fqname-to-id HTTP/1.1" 401 292 0.000836
10.0.0.33 - - [2026-06-08 04:45:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.038851
10.0.0.27 - - [2026-06-08 04:45:45] "GET /projects?obj_uuids=d9f5062d-6c43-4646-b100-3b61896fb1c1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001119
10.0.0.33 - - [2026-06-08 04:45:45] "GET /project/d9f5062d-6c43-4646-b100-3b61896fb1c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.053305
10.0.0.27 - - [2026-06-08 04:45:46] "GET /projects?obj_uuids=d9f5062d-6c43-4646-b100-3b61896fb1c1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002695
10.0.0.33 - - [2026-06-08 04:45:46] "POST /neutron/network HTTP/1.1" 200 605 0.217411
10.0.0.33 - - [2026-06-08 04:45:46] "POST /id-to-fqname HTTP/1.1" 200 220 0.004054
10.0.0.33 - - [2026-06-08 04:45:46] "GET /virtual-network/ff36ea2c-058e-4f9e-83f6-26a93e3acf4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.009264
10.0.0.33 - - [2026-06-08 04:45:46] "POST /neutron/network HTTP/1.1" 200 825 0.009499
10.0.0.33 - - [2026-06-08 04:45:46] "GET /virtual-network/ff36ea2c-058e-4f9e-83f6-26a93e3acf4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006874
10.0.0.33 - - [2026-06-08 04:45:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004439
10.0.0.27 - - [2026-06-08 04:45:46] "GET /projects?obj_uuids=d9f5062d-6c43-4646-b100-3b61896fb1c1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001017
10.0.0.33 - - [2026-06-08 04:45:46] "GET /project/d9f5062d-6c43-4646-b100-3b61896fb1c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.065879
10.0.0.249 - - [2026-06-08 04:45:46] "POST /route-targets HTTP/1.1" 200 327 0.013874
10.0.0.33 - - [2026-06-08 04:45:46] "POST /neutron/network HTTP/1.1" 200 117 0.035355
10.0.0.249 - - [2026-06-08 04:45:47] "POST /ref-update HTTP/1.1" 200 156 0.032926
10.0.0.33 - - [2026-06-08 04:45:47] "POST /neutron/network HTTP/1.1" 200 825 0.009633
10.0.0.33 - - [2026-06-08 04:45:47] "POST /id-to-fqname HTTP/1.1" 200 220 0.001406
10.0.0.33 - - [2026-06-08 04:45:47] "GET /virtual-network/90ecce58-af72-4507-bc01-ca207dfd3981?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005569
10.0.0.33 - - [2026-06-08 04:45:47] "GET /virtual-network/90ecce58-af72-4507-bc01-ca207dfd3981?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005349
10.0.0.33 - - [2026-06-08 04:45:47] "POST /neutron/network HTTP/1.1" 200 825 0.007039
10.0.0.33 - - [2026-06-08 04:45:47] "POST /id-to-fqname HTTP/1.1" 200 220 0.001419
10.0.0.33 - - [2026-06-08 04:45:47] "POST /neutron/network HTTP/1.1" 200 1121 0.010247
10.0.0.33 - - [2026-06-08 04:45:47] "POST /neutron/subnet HTTP/1.1" 200 1374 0.014821
10.0.0.33 - - [2026-06-08 04:45:47] "POST /neutron/port HTTP/1.1" 200 117 0.001169
10.0.0.27 - - [2026-06-08 04:45:48] "GET /projects?obj_uuids=d9f5062d-6c43-4646-b100-3b61896fb1c1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001034
10.0.0.33 - - [2026-06-08 04:45:48] "GET /project/d9f5062d-6c43-4646-b100-3b61896fb1c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.072101
10.0.0.33 - - [2026-06-08 04:45:48] "POST /neutron/network HTTP/1.1" 200 825 0.008053
10.0.0.33 - - [2026-06-08 04:45:48] "POST /id-to-fqname HTTP/1.1" 200 220 0.001526
10.0.0.33 - - [2026-06-08 04:45:49] "POST /neutron/port HTTP/1.1" 200 4190 0.052993
10.0.0.27 - - [2026-06-08 04:45:49] "GET /projects?obj_uuids=d9f5062d-6c43-4646-b100-3b61896fb1c1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001201
10.0.0.33 - - [2026-06-08 04:45:49] "POST /neutron/port HTTP/1.1" 200 1061 0.289921
10.0.0.33 - - [2026-06-08 04:45:49] "POST /neutron/port HTTP/1.1" 200 1115 0.130788
10.0.0.33 - - [2026-06-08 04:45:49] "POST /neutron/subnet HTTP/1.1" 200 703 0.009157
10.0.0.27 - - [2026-06-08 04:45:50] "GET /projects?obj_uuids=d9f5062d-6c43-4646-b100-3b61896fb1c1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001409
10.0.0.33 - - [2026-06-08 04:45:50] "GET /project/d9f5062d-6c43-4646-b100-3b61896fb1c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.078316
10.0.0.33 - - [2026-06-08 04:45:50] "POST /neutron/network HTTP/1.1" 200 825 0.007125
10.0.0.33 - - [2026-06-08 04:45:50] "POST /neutron/port HTTP/1.1" 200 117 0.007701
10.0.0.33 - - [2026-06-08 04:45:50] "POST /neutron/network HTTP/1.1" 200 835 0.008794
10.0.0.33 - - [2026-06-08 04:45:51] "POST /neutron/port HTTP/1.1" 200 1061 0.035274
10.0.0.33 - - [2026-06-08 04:45:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004941
10.0.0.33 - - [2026-06-08 04:45:51] "POST /neutron/network HTTP/1.1" 200 825 0.008524
10.0.0.33 - - [2026-06-08 04:45:55] "POST /neutron/port HTTP/1.1" 200 1125 0.025875
10.0.0.33 - - [2026-06-08 04:45:55] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009785
10.0.0.33 - - [2026-06-08 04:45:55] "GET /virtual-machine/d9ac9264-8d54-4151-803e-db5793849d34 HTTP/1.1" 401 292 0.000664
10.0.0.33 - - [2026-06-08 04:45:56] "GET /virtual-machine/d9ac9264-8d54-4151-803e-db5793849d34 HTTP/1.1" 200 1292 0.032415
10.0.0.33 - - [2026-06-08 04:45:56] "GET /virtual-machine-interface/0ca93c2d-44e9-41ce-9e4b-dcc16cb8b679 HTTP/1.1" 200 2940 0.006383
10.0.0.33 - - [2026-06-08 04:45:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004075
10.0.0.33 - - [2026-06-08 04:45:56] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005027
10.0.0.33 - - [2026-06-08 04:45:56] "GET /virtual-networks?parent_id=d9f5062d-6c43-4646-b100-3b61896fb1c1&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003965
10.0.0.33 - - [2026-06-08 04:45:56] "GET /virtual-network/ff36ea2c-058e-4f9e-83f6-26a93e3acf4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006256
10.0.0.33 - - [2026-06-08 04:45:57] "POST /neutron/network HTTP/1.1" 200 939 0.008006
10.0.0.33 - - [2026-06-08 04:45:57] "POST /neutron/port HTTP/1.1" 200 117 0.001179
10.0.0.33 - - [2026-06-08 04:45:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004857
10.0.0.33 - - [2026-06-08 04:45:59] "GET /virtual-network/ff36ea2c-058e-4f9e-83f6-26a93e3acf4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005191
10.0.0.33 - - [2026-06-08 04:45:59] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009665
10.0.0.33 - - [2026-06-08 04:46:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004704
10.0.0.33 - - [2026-06-08 04:46:01] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004371
10.0.0.33 - - [2026-06-08 04:46:01] "GET /virtual-networks?parent_id=d9f5062d-6c43-4646-b100-3b61896fb1c1&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003558
10.0.0.33 - - [2026-06-08 04:46:01] "GET /virtual-network/ff36ea2c-058e-4f9e-83f6-26a93e3acf4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.008810
10.0.0.33 - - [2026-06-08 04:46:01] "POST /neutron/port HTTP/1.1" 200 1125 0.024671
10.0.0.33 - - [2026-06-08 04:46:06] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007571
10.0.0.33 - - [2026-06-08 04:46:06] "POST /neutron/port HTTP/1.1" 200 1125 0.021282
10.0.0.33 - - [2026-06-08 04:46:07] "GET /virtual-machine/3ae072f8-e957-4cc4-b7dd-9535b8d918f9 HTTP/1.1" 200 1292 0.007063
10.0.0.33 - - [2026-06-08 04:46:07] "GET /virtual-machine-interface/38f1a386-2f21-47fc-b228-57dff9720256 HTTP/1.1" 200 2941 0.005807
10.0.0.33 - - [2026-06-08 04:46:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004787
10.0.0.33 - - [2026-06-08 04:46:07] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005610
10.0.0.33 - - [2026-06-08 04:46:07] "GET /virtual-networks?parent_id=d9f5062d-6c43-4646-b100-3b61896fb1c1&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003882
10.0.0.33 - - [2026-06-08 04:46:07] "GET /virtual-network/90ecce58-af72-4507-bc01-ca207dfd3981?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.008207
10.0.0.33 - - [2026-06-08 04:46:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005854
10.0.0.33 - - [2026-06-08 04:46:08] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004396
10.0.0.33 - - [2026-06-08 04:46:08] "GET /virtual-networks?parent_id=d9f5062d-6c43-4646-b100-3b61896fb1c1&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003446
10.0.0.33 - - [2026-06-08 04:46:08] "GET /virtual-network/90ecce58-af72-4507-bc01-ca207dfd3981?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.015092
10.0.0.33 - - [2026-06-08 04:46:08] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009524
10.0.0.33 - - [2026-06-08 04:46:08] "GET /virtual-machine/d9ac9264-8d54-4151-803e-db5793849d34 HTTP/1.1" 200 1292 0.005327
10.0.0.33 - - [2026-06-08 04:46:08] "GET /virtual-machine-interface/0ca93c2d-44e9-41ce-9e4b-dcc16cb8b679 HTTP/1.1" 200 2940 0.007815
10.0.0.33 - - [2026-06-08 04:46:08] "GET /virtual-machine/d9ac9264-8d54-4151-803e-db5793849d34 HTTP/1.1" 200 1292 0.005787
10.0.0.33 - - [2026-06-08 04:46:08] "GET /virtual-machine-interface/0ca93c2d-44e9-41ce-9e4b-dcc16cb8b679 HTTP/1.1" 200 2940 0.006395
10.0.0.33 - - [2026-06-08 04:46:08] "GET /instance-ip/bce7e1d0-6afd-4780-91f7-abd71dd2769b HTTP/1.1" 200 1622 0.007064
10.0.0.33 - - [2026-06-08 04:46:08] "GET /virtual-machine/d9ac9264-8d54-4151-803e-db5793849d34 HTTP/1.1" 200 1292 0.005146
10.0.0.33 - - [2026-06-08 04:46:08] "GET /virtual-machine-interface/0ca93c2d-44e9-41ce-9e4b-dcc16cb8b679 HTTP/1.1" 200 2940 0.005448
10.0.0.33 - - [2026-06-08 04:46:08] "GET /instance-ip/bce7e1d0-6afd-4780-91f7-abd71dd2769b HTTP/1.1" 200 1622 0.005604
10.0.0.33 - - [2026-06-08 04:46:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005525
10.0.0.33 - - [2026-06-08 04:46:08] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.009670
10.0.0.33 - - [2026-06-08 04:46:08] "GET /virtual-networks?parent_id=d9f5062d-6c43-4646-b100-3b61896fb1c1&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.006844
10.0.0.33 - - [2026-06-08 04:46:08] "GET /virtual-network/ff36ea2c-058e-4f9e-83f6-26a93e3acf4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006294
10.0.0.33 - - [2026-06-08 04:46:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005098
10.0.0.33 - - [2026-06-08 04:46:08] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004459
10.0.0.33 - - [2026-06-08 04:46:08] "GET /virtual-networks?parent_id=d9f5062d-6c43-4646-b100-3b61896fb1c1&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.010276
10.0.0.33 - - [2026-06-08 04:46:08] "GET /virtual-network/ff36ea2c-058e-4f9e-83f6-26a93e3acf4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006275
10.0.0.33 - - [2026-06-08 04:46:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003602
10.0.0.33 - - [2026-06-08 04:46:08] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004279
10.0.0.33 - - [2026-06-08 04:46:08] "GET /virtual-networks?parent_id=d9f5062d-6c43-4646-b100-3b61896fb1c1&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003198
10.0.0.33 - - [2026-06-08 04:46:09] "GET /virtual-network/ff36ea2c-058e-4f9e-83f6-26a93e3acf4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006184
10.0.0.33 - - [2026-06-08 04:46:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003633
10.0.0.33 - - [2026-06-08 04:46:09] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004373
10.0.0.33 - - [2026-06-08 04:46:09] "GET /virtual-networks?parent_id=d9f5062d-6c43-4646-b100-3b61896fb1c1&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003048
10.0.0.33 - - [2026-06-08 04:46:09] "GET /virtual-network/ff36ea2c-058e-4f9e-83f6-26a93e3acf4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007544
10.0.0.33 - - [2026-06-08 04:46:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004555
10.0.0.33 - - [2026-06-08 04:46:09] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005218
10.0.0.33 - - [2026-06-08 04:46:09] "GET /virtual-networks?parent_id=d9f5062d-6c43-4646-b100-3b61896fb1c1&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004220
10.0.0.33 - - [2026-06-08 04:46:09] "GET /virtual-network/ff36ea2c-058e-4f9e-83f6-26a93e3acf4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006109
10.0.0.33 - - [2026-06-08 04:46:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.005894
10.0.0.33 - - [2026-06-08 04:46:09] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007041
10.0.0.33 - - [2026-06-08 04:46:09] "GET /virtual-networks?parent_id=d9f5062d-6c43-4646-b100-3b61896fb1c1&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003219
10.0.0.33 - - [2026-06-08 04:46:09] "GET /virtual-network/ff36ea2c-058e-4f9e-83f6-26a93e3acf4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.010907
10.0.0.33 - - [2026-06-08 04:46:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004054
10.0.0.33 - - [2026-06-08 04:46:09] "GET /routing-instance/b6dade35-588a-4577-a0d9-19417e501485?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.007990
10.0.0.33 - - [2026-06-08 04:46:09] "GET /route-target/796920a9-0505-4c6b-b53f-2c3f44135287?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.006625
10.0.0.33 - - [2026-06-08 04:46:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004489
10.0.0.33 - - [2026-06-08 04:46:09] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004674
10.0.0.33 - - [2026-06-08 04:46:09] "GET /virtual-networks?parent_id=d9f5062d-6c43-4646-b100-3b61896fb1c1&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004133
10.0.0.33 - - [2026-06-08 04:46:09] "GET /virtual-network/ff36ea2c-058e-4f9e-83f6-26a93e3acf4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007473
10.0.0.33 - - [2026-06-08 04:46:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004260
10.0.0.33 - - [2026-06-08 04:46:09] "GET /routing-instance/b6dade35-588a-4577-a0d9-19417e501485?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.006106
10.0.0.33 - - [2026-06-08 04:46:09] "GET /route-target/796920a9-0505-4c6b-b53f-2c3f44135287?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005162
10.0.0.33 - - [2026-06-08 04:46:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.007342
10.0.0.33 - - [2026-06-08 04:46:10] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006858
10.0.0.33 - - [2026-06-08 04:46:10] "GET /virtual-networks?parent_id=d9f5062d-6c43-4646-b100-3b61896fb1c1&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.005029
10.0.0.33 - - [2026-06-08 04:46:10] "GET /virtual-network/ff36ea2c-058e-4f9e-83f6-26a93e3acf4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.010179
10.0.0.33 - - [2026-06-08 04:46:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.006376
10.0.0.33 - - [2026-06-08 04:46:10] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007723
10.0.0.33 - - [2026-06-08 04:46:10] "GET /virtual-networks?parent_id=d9f5062d-6c43-4646-b100-3b61896fb1c1&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.007752
10.0.0.33 - - [2026-06-08 04:46:10] "GET /virtual-network/ff36ea2c-058e-4f9e-83f6-26a93e3acf4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.008936
10.0.0.33 - - [2026-06-08 04:46:11] "GET /obj-perms HTTP/1.1" 200 5030 0.111775
10.0.0.33 - - [2026-06-08 04:46:11] "GET /obj-perms HTTP/1.1" 200 5030 0.005047
10.0.0.27 - - [2026-06-08 04:46:11] "GET /obj-perms HTTP/1.1" 200 5030 0.068699
10.0.0.33 - - [2026-06-08 04:46:11] "GET /obj-perms HTTP/1.1" 200 5030 0.005156
10.0.0.27 - - [2026-06-08 04:46:11] "GET /obj-perms HTTP/1.1" 200 5030 0.004449
10.0.0.33 - - [2026-06-08 04:46:12] "GET /virtual-machine/3ae072f8-e957-4cc4-b7dd-9535b8d918f9 HTTP/1.1" 200 1292 0.006107
10.0.0.33 - - [2026-06-08 04:46:12] "GET /virtual-machine-interface/38f1a386-2f21-47fc-b228-57dff9720256 HTTP/1.1" 200 2941 0.007204
10.0.0.33 - - [2026-06-08 04:46:12] "GET /virtual-machine/3ae072f8-e957-4cc4-b7dd-9535b8d918f9 HTTP/1.1" 200 1292 0.005365
10.0.0.33 - - [2026-06-08 04:46:12] "GET /virtual-machine-interface/38f1a386-2f21-47fc-b228-57dff9720256 HTTP/1.1" 200 2941 0.006967
10.0.0.33 - - [2026-06-08 04:46:12] "GET /instance-ip/b938e15c-a294-47e6-b58c-c44ace22e465 HTTP/1.1" 200 1622 0.014384
10.0.0.33 - - [2026-06-08 04:46:12] "GET /virtual-machine/3ae072f8-e957-4cc4-b7dd-9535b8d918f9 HTTP/1.1" 200 1292 0.006489
10.0.0.33 - - [2026-06-08 04:46:12] "GET /virtual-machine-interface/38f1a386-2f21-47fc-b228-57dff9720256 HTTP/1.1" 200 2941 0.007752
10.0.0.33 - - [2026-06-08 04:46:12] "GET /instance-ip/b938e15c-a294-47e6-b58c-c44ace22e465 HTTP/1.1" 200 1622 0.005455
10.0.0.33 - - [2026-06-08 04:46:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.006334
10.0.0.33 - - [2026-06-08 04:46:12] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005053
10.0.0.33 - - [2026-06-08 04:46:12] "GET /virtual-networks?parent_id=d9f5062d-6c43-4646-b100-3b61896fb1c1&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003260
10.0.0.33 - - [2026-06-08 04:46:12] "GET /virtual-network/90ecce58-af72-4507-bc01-ca207dfd3981?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005916
10.0.0.33 - - [2026-06-08 04:46:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004298
10.0.0.33 - - [2026-06-08 04:46:12] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004449
10.0.0.33 - - [2026-06-08 04:46:12] "GET /virtual-networks?parent_id=d9f5062d-6c43-4646-b100-3b61896fb1c1&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003739
10.0.0.33 - - [2026-06-08 04:46:12] "GET /virtual-network/90ecce58-af72-4507-bc01-ca207dfd3981?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006335
10.0.0.33 - - [2026-06-08 04:46:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004539
10.0.0.33 - - [2026-06-08 04:46:12] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005253
10.0.0.33 - - [2026-06-08 04:46:12] "GET /virtual-networks?parent_id=d9f5062d-6c43-4646-b100-3b61896fb1c1&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004566
10.0.0.33 - - [2026-06-08 04:46:12] "GET /virtual-network/90ecce58-af72-4507-bc01-ca207dfd3981?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006574
10.0.0.33 - - [2026-06-08 04:46:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003872
10.0.0.33 - - [2026-06-08 04:46:12] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007940
10.0.0.33 - - [2026-06-08 04:46:12] "GET /virtual-networks?parent_id=d9f5062d-6c43-4646-b100-3b61896fb1c1&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004303
10.0.0.33 - - [2026-06-08 04:46:12] "GET /virtual-network/90ecce58-af72-4507-bc01-ca207dfd3981?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006188
10.0.0.33 - - [2026-06-08 04:46:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004145
10.0.0.33 - - [2026-06-08 04:46:12] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.010980
10.0.0.33 - - [2026-06-08 04:46:12] "GET /virtual-networks?parent_id=d9f5062d-6c43-4646-b100-3b61896fb1c1&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.012929
10.0.0.33 - - [2026-06-08 04:46:12] "GET /virtual-network/90ecce58-af72-4507-bc01-ca207dfd3981?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006695
10.0.0.33 - - [2026-06-08 04:46:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004819
10.0.0.33 - - [2026-06-08 04:46:12] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005455
10.0.0.33 - - [2026-06-08 04:46:12] "GET /virtual-networks?parent_id=d9f5062d-6c43-4646-b100-3b61896fb1c1&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.005118
10.0.0.33 - - [2026-06-08 04:46:13] "GET /virtual-network/90ecce58-af72-4507-bc01-ca207dfd3981?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.008562
10.0.0.33 - - [2026-06-08 04:46:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004733
10.0.0.33 - - [2026-06-08 04:46:13] "GET /routing-instance/49174547-4fcb-462f-a581-b9f5f6829bbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.007038
10.0.0.33 - - [2026-06-08 04:46:13] "GET /route-target/c2d4cf07-f5c7-41a8-86ac-28885e16f943?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.006779
10.0.0.33 - - [2026-06-08 04:46:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005201
10.0.0.33 - - [2026-06-08 04:46:13] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005062
10.0.0.33 - - [2026-06-08 04:46:13] "GET /virtual-networks?parent_id=d9f5062d-6c43-4646-b100-3b61896fb1c1&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003536
10.0.0.33 - - [2026-06-08 04:46:13] "GET /virtual-network/90ecce58-af72-4507-bc01-ca207dfd3981?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007488
10.0.0.33 - - [2026-06-08 04:46:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004021
10.0.0.33 - - [2026-06-08 04:46:13] "GET /routing-instance/49174547-4fcb-462f-a581-b9f5f6829bbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.005971
10.0.0.33 - - [2026-06-08 04:46:13] "GET /route-target/c2d4cf07-f5c7-41a8-86ac-28885e16f943?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004967
10.0.0.33 - - [2026-06-08 04:46:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004163
10.0.0.33 - - [2026-06-08 04:46:13] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006367
10.0.0.33 - - [2026-06-08 04:46:13] "GET /virtual-networks?parent_id=d9f5062d-6c43-4646-b100-3b61896fb1c1&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004096
10.0.0.33 - - [2026-06-08 04:46:13] "GET /virtual-network/90ecce58-af72-4507-bc01-ca207dfd3981?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006943
10.0.0.33 - - [2026-06-08 04:46:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004492
10.0.0.33 - - [2026-06-08 04:46:13] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006761
10.0.0.33 - - [2026-06-08 04:46:13] "GET /virtual-networks?parent_id=d9f5062d-6c43-4646-b100-3b61896fb1c1&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004898
10.0.0.33 - - [2026-06-08 04:46:13] "GET /virtual-network/90ecce58-af72-4507-bc01-ca207dfd3981?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007164
10.0.0.33 - - [2026-06-08 04:46:13] "GET /obj-perms HTTP/1.1" 200 5030 0.003693
10.0.0.27 - - [2026-06-08 04:46:13] "GET /obj-perms HTTP/1.1" 200 5030 0.004569
10.0.0.33 - - [2026-06-08 04:46:13] "GET /obj-perms HTTP/1.1" 200 5030 0.004467
10.0.0.33 - - [2026-06-08 04:46:14] "GET /obj-perms HTTP/1.1" 200 5030 0.003910
10.0.0.33 - - [2026-06-08 04:46:28] "GET /virtual-machine/3ae072f8-e957-4cc4-b7dd-9535b8d918f9 HTTP/1.1" 200 1292 0.004873
10.0.0.33 - - [2026-06-08 04:46:29] "POST /neutron/port HTTP/1.1" 200 1125 0.018599
10.0.0.33 - - [2026-06-08 04:46:30] "GET /virtual-machine/3ae072f8-e957-4cc4-b7dd-9535b8d918f9 HTTP/1.1" 404 171 0.003510
10.0.0.33 - - [2026-06-08 04:46:30] "GET /virtual-machine/3ae072f8-e957-4cc4-b7dd-9535b8d918f9 HTTP/1.1" 404 171 0.002885
10.0.0.33 - - [2026-06-08 04:46:30] "GET /virtual-machine/3ae072f8-e957-4cc4-b7dd-9535b8d918f9 HTTP/1.1" 404 171 0.002792
10.0.0.33 - - [2026-06-08 04:46:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003818
10.0.0.33 - - [2026-06-08 04:46:30] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004418
10.0.0.33 - - [2026-06-08 04:46:30] "GET /virtual-networks?parent_id=d9f5062d-6c43-4646-b100-3b61896fb1c1&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003644
10.0.0.33 - - [2026-06-08 04:46:30] "GET /virtual-network/90ecce58-af72-4507-bc01-ca207dfd3981?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006345
10.0.0.33 - - [2026-06-08 04:46:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003337
10.0.0.33 - - [2026-06-08 04:46:30] "GET /routing-instance/49174547-4fcb-462f-a581-b9f5f6829bbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.005639
10.0.0.33 - - [2026-06-08 04:46:30] "GET /route-target/c2d4cf07-f5c7-41a8-86ac-28885e16f943?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005250
10.0.0.33 - - [2026-06-08 04:46:31] "GET /obj-perms HTTP/1.1" 200 5030 0.004590
10.0.0.33 - - [2026-06-08 04:46:37] "GET /obj-perms HTTP/1.1" 200 5030 0.006503
10.0.0.33 - - [2026-06-08 04:46:37] "GET /obj-perms HTTP/1.1" 200 5030 0.004831
10.0.0.249 - - [2026-06-08 04:46:37] "GET /obj-perms HTTP/1.1" 200 5030 0.062229
10.0.0.27 - - [2026-06-08 04:46:37] "GET /obj-perms HTTP/1.1" 200 5030 0.004721
10.0.0.33 - - [2026-06-08 04:46:37] "GET /virtual-machine/d9ac9264-8d54-4151-803e-db5793849d34 HTTP/1.1" 200 1292 0.004469
10.0.0.33 - - [2026-06-08 04:46:37] "POST /neutron/port HTTP/1.1" 200 1125 0.019988
10.0.0.33 - - [2026-06-08 04:46:39] "GET /virtual-machine/d9ac9264-8d54-4151-803e-db5793849d34 HTTP/1.1" 404 171 0.004271
10.0.0.33 - - [2026-06-08 04:46:39] "GET /virtual-machine/d9ac9264-8d54-4151-803e-db5793849d34 HTTP/1.1" 404 171 0.003276
10.0.0.33 - - [2026-06-08 04:46:39] "GET /virtual-machine/d9ac9264-8d54-4151-803e-db5793849d34 HTTP/1.1" 404 171 0.003409
10.0.0.33 - - [2026-06-08 04:46:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004660
10.0.0.33 - - [2026-06-08 04:46:39] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005429
10.0.0.33 - - [2026-06-08 04:46:39] "GET /virtual-networks?parent_id=d9f5062d-6c43-4646-b100-3b61896fb1c1&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004088
10.0.0.33 - - [2026-06-08 04:46:39] "GET /virtual-network/ff36ea2c-058e-4f9e-83f6-26a93e3acf4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.008119
10.0.0.33 - - [2026-06-08 04:46:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.005242
10.0.0.33 - - [2026-06-08 04:46:39] "GET /routing-instance/b6dade35-588a-4577-a0d9-19417e501485?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.006498
10.0.0.33 - - [2026-06-08 04:46:39] "GET /route-target/796920a9-0505-4c6b-b53f-2c3f44135287?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005215
10.0.0.33 - - [2026-06-08 04:46:46] "GET /obj-perms HTTP/1.1" 200 5030 0.006529
10.0.0.27 - - [2026-06-08 04:46:46] "GET /obj-perms HTTP/1.1" 200 5030 0.004425
10.0.0.33 - - [2026-06-08 04:46:47] "POST /neutron/port HTTP/1.1" 200 1109 0.051924
10.0.0.33 - - [2026-06-08 04:46:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004771
10.0.0.33 - - [2026-06-08 04:46:47] "POST /neutron/network HTTP/1.1" 200 929 0.007034
10.0.0.33 - - [2026-06-08 04:46:55] "GET /obj-perms HTTP/1.1" 200 5030 0.005156
10.0.0.27 - - [2026-06-08 04:46:55] "GET /obj-perms HTTP/1.1" 200 5030 0.005048
10.0.0.33 - - [2026-06-08 04:46:58] "GET /obj-perms HTTP/1.1" 200 5030 0.004922
10.0.0.33 - - [2026-06-08 04:46:58] "POST /neutron/network HTTP/1.1" 200 825 0.007485
10.0.0.249 - - [2026-06-08 04:46:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003778
10.0.0.27 - - [2026-06-08 04:47:00] "GET /projects?obj_uuids=d9f5062d-6c43-4646-b100-3b61896fb1c1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.029897
10.0.0.33 - - [2026-06-08 04:47:00] "GET /project/d9f5062d-6c43-4646-b100-3b61896fb1c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.086039
10.0.0.27 - - [2026-06-08 04:47:00] "GET /projects?obj_uuids=d9f5062d-6c43-4646-b100-3b61896fb1c1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000973
10.0.0.33 - - [2026-06-08 04:47:00] "GET /project/d9f5062d-6c43-4646-b100-3b61896fb1c1?fields=virtual_networks HTTP/1.1" 200 1033 0.051562
10.0.0.27 - - [2026-06-08 04:47:00] "GET /projects?obj_uuids=d9f5062d-6c43-4646-b100-3b61896fb1c1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001150
10.0.0.33 - - [2026-06-08 04:47:00] "GET /project/d9f5062d-6c43-4646-b100-3b61896fb1c1?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.047106
10.0.0.27 - - [2026-06-08 04:47:00] "GET /projects?obj_uuids=d9f5062d-6c43-4646-b100-3b61896fb1c1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001291
10.0.0.33 - - [2026-06-08 04:47:00] "GET /project/d9f5062d-6c43-4646-b100-3b61896fb1c1?fields=security_groups HTTP/1.1" 200 1259 0.063320
10.0.0.33 - - [2026-06-08 04:47:01] "POST /fqname-to-id HTTP/1.1" 404 196 0.027718
10.0.0.27 - - [2026-06-08 04:47:01] "GET /projects?obj_uuids=56c84d64-c569-4f71-92eb-20b3b34707df&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003420
10.0.0.27 - - [2026-06-08 04:47:01] "GET /domains?obj_uuids=2441b78a-01cc-4005-9aa7-6b434eb6fb41&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001503
10.0.0.27 - - [2026-06-08 04:47:01] "GET /domain/2441b78a-01cc-4005-9aa7-6b434eb6fb41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.040955
10.0.0.27 - - [2026-06-08 04:47:01] "POST /id-to-fqname HTTP/1.1" 200 198 0.007867
10.0.0.27 - - [2026-06-08 04:47:01] "POST /fqname-to-id HTTP/1.1" 404 207 0.007948
10.0.0.27 - - [2026-06-08 04:47:01] "POST /security-groups HTTP/1.1" 200 599 0.073711
10.0.0.27 - - [2026-06-08 04:47:01] "POST /projects HTTP/1.1" 200 601 0.315884
10.0.0.249 - - [2026-06-08 04:47:01] "POST /access-control-lists HTTP/1.1" 200 604 0.041856
10.0.0.27 - - [2026-06-08 04:47:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.395957
10.0.0.33 - - [2026-06-08 04:47:02] "GET /project/56c84d64-c569-4f71-92eb-20b3b34707df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.590417
10.0.0.33 - - [2026-06-08 04:47:03] "GET / HTTP/1.1" 200 35931 0.001842
10.0.0.33 - - [2026-06-08 04:47:06] "POST /fqname-to-id HTTP/1.1" 401 292 0.000494
10.0.0.33 - - [2026-06-08 04:47:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.053458
10.0.0.27 - - [2026-06-08 04:47:06] "GET /projects?obj_uuids=56c84d64-c569-4f71-92eb-20b3b34707df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000963
10.0.0.33 - - [2026-06-08 04:47:06] "GET /project/56c84d64-c569-4f71-92eb-20b3b34707df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.038971
10.0.0.27 - - [2026-06-08 04:47:06] "GET /projects?obj_uuids=56c84d64-c569-4f71-92eb-20b3b34707df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001290
10.0.0.33 - - [2026-06-08 04:47:06] "POST /neutron/network HTTP/1.1" 200 613 0.141190
10.0.0.249 - - [2026-06-08 04:47:06] "POST /route-targets HTTP/1.1" 200 327 0.018172
10.0.0.249 - - [2026-06-08 04:47:07] "POST /fqname-to-id HTTP/1.1" 404 207 0.083546
10.0.0.33 - - [2026-06-08 04:47:07] "POST /neutron/network HTTP/1.1" 200 1006 0.013217
10.0.0.33 - - [2026-06-08 04:47:07] "POST /id-to-fqname HTTP/1.1" 200 228 0.001328
10.0.0.33 - - [2026-06-08 04:47:07] "GET /virtual-network/33e8a912-1d90-4e4a-bd8c-bc2ead2408b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.007183
10.0.0.33 - - [2026-06-08 04:47:07] "GET /virtual-network/33e8a912-1d90-4e4a-bd8c-bc2ead2408b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.007512
10.0.0.33 - - [2026-06-08 04:47:07] "POST /neutron/subnet HTTP/1.1" 200 730 0.013798
10.0.0.33 - - [2026-06-08 04:47:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003656
10.0.0.27 - - [2026-06-08 04:47:07] "GET /projects?obj_uuids=56c84d64-c569-4f71-92eb-20b3b34707df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000951
10.0.0.33 - - [2026-06-08 04:47:07] "GET /project/56c84d64-c569-4f71-92eb-20b3b34707df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.061554
10.0.0.27 - - [2026-06-08 04:47:07] "GET /projects?obj_uuids=56c84d64-c569-4f71-92eb-20b3b34707df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001233
10.0.0.33 - - [2026-06-08 04:47:07] "POST /neutron/network HTTP/1.1" 200 613 0.125617
10.0.0.249 - - [2026-06-08 04:47:07] "POST /ref-update HTTP/1.1" 200 156 0.029631
10.0.0.33 - - [2026-06-08 04:47:08] "POST /neutron/network HTTP/1.1" 200 1006 0.010020
10.0.0.33 - - [2026-06-08 04:47:08] "POST /id-to-fqname HTTP/1.1" 200 228 0.001182
10.0.0.33 - - [2026-06-08 04:47:08] "GET /virtual-network/b5aedcaa-074e-4cc3-82ae-f5b657368c19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005414
10.0.0.33 - - [2026-06-08 04:47:08] "GET /virtual-network/b5aedcaa-074e-4cc3-82ae-f5b657368c19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006228
10.0.0.33 - - [2026-06-08 04:47:08] "POST /neutron/subnet HTTP/1.1" 200 724 0.013308
10.0.0.33 - - [2026-06-08 04:47:09] "GET /virtual-network/33e8a912-1d90-4e4a-bd8c-bc2ead2408b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006070
10.0.0.27 - - [2026-06-08 04:47:10] "GET /obj-perms HTTP/1.1" 200 5046 0.076333
10.0.0.33 - - [2026-06-08 04:47:10] "GET /virtual-network/b5aedcaa-074e-4cc3-82ae-f5b657368c19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006637
10.0.0.249 - - [2026-06-08 04:47:11] "GET /obj-perms HTTP/1.1" 200 5046 0.072078
10.0.0.33 - - [2026-06-08 04:47:11] "POST /neutron/subnet HTTP/1.1" 200 730 0.011711
10.0.0.33 - - [2026-06-08 04:47:11] "POST /id-to-fqname HTTP/1.1" 200 228 0.001463
10.0.0.33 - - [2026-06-08 04:47:11] "POST /neutron/network HTTP/1.1" 200 1016 0.008711
10.0.0.27 - - [2026-06-08 04:47:12] "GET /projects?obj_uuids=56c84d64-c569-4f71-92eb-20b3b34707df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001109
10.0.0.33 - - [2026-06-08 04:47:12] "GET /project/56c84d64-c569-4f71-92eb-20b3b34707df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.074977
10.0.0.33 - - [2026-06-08 04:47:12] "POST /neutron/port HTTP/1.1" 200 117 0.007044
10.0.0.27 - - [2026-06-08 04:47:13] "GET /projects?obj_uuids=56c84d64-c569-4f71-92eb-20b3b34707df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001305
10.0.0.33 - - [2026-06-08 04:47:13] "POST /neutron/port HTTP/1.1" 200 1175 0.383968
10.0.0.33 - - [2026-06-08 04:47:14] "POST /neutron/port HTTP/1.1" 200 1229 0.171658
10.0.0.33 - - [2026-06-08 04:47:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005000
10.0.0.33 - - [2026-06-08 04:47:14] "POST /neutron/port HTTP/1.1" 200 117 0.002197
10.0.0.33 - - [2026-06-08 04:47:18] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009545
10.0.0.33 - - [2026-06-08 04:47:18] "POST /neutron/port HTTP/1.1" 200 1239 0.019639
10.0.0.33 - - [2026-06-08 04:47:18] "GET /virtual-machine/9484f583-f99a-4c12-badd-d08223786dd5 HTTP/1.1" 401 292 0.000643
10.0.0.33 - - [2026-06-08 04:47:18] "GET /virtual-machine/9484f583-f99a-4c12-badd-d08223786dd5 HTTP/1.1" 200 1301 0.036670
10.0.0.33 - - [2026-06-08 04:47:18] "GET /virtual-machine-interface/dc5e0e00-893b-4fbe-9104-f220f1258b31 HTTP/1.1" 200 3176 0.005567
10.0.0.33 - - [2026-06-08 04:47:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003581
10.0.0.33 - - [2026-06-08 04:47:18] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004266
10.0.0.33 - - [2026-06-08 04:47:18] "GET /virtual-networks?parent_id=56c84d64-c569-4f71-92eb-20b3b34707df&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003009
10.0.0.33 - - [2026-06-08 04:47:18] "GET /virtual-network/33e8a912-1d90-4e4a-bd8c-bc2ead2408b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005882
10.0.0.33 - - [2026-06-08 04:47:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004043
10.0.0.33 - - [2026-06-08 04:47:21] "GET /virtual-network/33e8a912-1d90-4e4a-bd8c-bc2ead2408b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006234
10.0.0.33 - - [2026-06-08 04:47:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004497
10.0.0.33 - - [2026-06-08 04:47:25] "GET /virtual-network/33e8a912-1d90-4e4a-bd8c-bc2ead2408b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.007747
10.0.0.33 - - [2026-06-08 04:47:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.005089
10.0.0.33 - - [2026-06-08 04:47:30] "GET /virtual-network/33e8a912-1d90-4e4a-bd8c-bc2ead2408b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006714
10.0.0.33 - - [2026-06-08 04:47:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003823
10.0.0.33 - - [2026-06-08 04:47:34] "GET /virtual-network/33e8a912-1d90-4e4a-bd8c-bc2ead2408b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005757
10.0.0.249 - - [2026-06-08 04:47:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000402
10.0.0.249 - - [2026-06-08 04:47:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000432
10.0.0.249 - - [2026-06-08 04:47:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000430
10.0.0.249 - - [2026-06-08 04:47:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000396
10.0.0.33 - - [2026-06-08 04:47:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000390
10.0.0.33 - - [2026-06-08 04:47:37] "GET /global-system-configs HTTP/1.1" 401 292 0.001996
10.0.0.27 - - [2026-06-08 04:47:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000449
10.0.0.27 - - [2026-06-08 04:47:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000412
10.0.0.33 - - [2026-06-08 04:47:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003789
10.0.0.33 - - [2026-06-08 04:47:38] "GET /virtual-network/33e8a912-1d90-4e4a-bd8c-bc2ead2408b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005409
10.0.0.33 - - [2026-06-08 04:47:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000412
10.0.0.33 - - [2026-06-08 04:47:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000418
10.0.0.27 - - [2026-06-08 04:47:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000391
10.0.0.27 - - [2026-06-08 04:47:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000373
10.0.0.33 - - [2026-06-08 04:47:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003544
10.0.0.33 - - [2026-06-08 04:47:42] "GET /virtual-network/33e8a912-1d90-4e4a-bd8c-bc2ead2408b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006919
10.0.0.27 - - [2026-06-08 04:47:44] "DELETE /project/56c84d64c5694f7192eb20b3b34707df HTTP/1.1" 404 173 0.002884
10.0.0.27 - - [2026-06-08 04:47:44] "DELETE /project/d9f5062d-6c43-4646-b100-3b61896fb1c1 HTTP/1.1" 404 177 0.005231
10.0.0.33 - - [2026-06-08 04:47:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004240
10.0.0.33 - - [2026-06-08 04:47:46] "GET /virtual-network/33e8a912-1d90-4e4a-bd8c-bc2ead2408b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006100
10.0.0.33 - - [2026-06-08 04:47:49] "POST /neutron/port HTTP/1.1" 200 1216 0.017429
10.0.0.33 - - [2026-06-08 04:47:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004758
10.0.0.33 - - [2026-06-08 04:47:49] "POST /neutron/port HTTP/1.1" 200 117 0.001337
10.0.0.33 - - [2026-06-08 04:47:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003713
10.0.0.33 - - [2026-06-08 04:47:50] "GET /virtual-network/33e8a912-1d90-4e4a-bd8c-bc2ead2408b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005617
10.0.0.33 - - [2026-06-08 04:47:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004625
10.0.0.33 - - [2026-06-08 04:47:54] "GET /virtual-network/33e8a912-1d90-4e4a-bd8c-bc2ead2408b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006436
10.0.0.33 - - [2026-06-08 04:47:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004419
10.0.0.33 - - [2026-06-08 04:47:58] "GET /virtual-network/33e8a912-1d90-4e4a-bd8c-bc2ead2408b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006515
10.0.0.33 - - [2026-06-08 04:47:59] "POST /neutron/port HTTP/1.1" 200 1216 0.016804
10.0.0.33 - - [2026-06-08 04:47:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004578
10.0.0.33 - - [2026-06-08 04:47:59] "POST /neutron/port HTTP/1.1" 200 117 0.002196
10.0.0.33 - - [2026-06-08 04:48:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004029
10.0.0.33 - - [2026-06-08 04:48:00] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003906
10.0.0.33 - - [2026-06-08 04:48:00] "GET /virtual-networks?parent_id=56c84d64-c569-4f71-92eb-20b3b34707df&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003199
10.0.0.33 - - [2026-06-08 04:48:00] "GET /virtual-network/33e8a912-1d90-4e4a-bd8c-bc2ead2408b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006827
10.0.0.33 - - [2026-06-08 04:48:01] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007788
10.0.0.33 - - [2026-06-08 04:48:11] "POST /neutron/port HTTP/1.1" 200 1239 0.019778
10.0.0.33 - - [2026-06-08 04:48:12] "POST /neutron/security_group HTTP/1.1" 200 2066 0.042677
10.0.0.33 - - [2026-06-08 04:48:20] "GET /obj-perms HTTP/1.1" 200 5056 0.058448
10.0.0.33 - - [2026-06-08 04:48:21] "POST /neutron/port HTTP/1.1" 200 1239 0.018932
10.0.0.33 - - [2026-06-08 04:48:26] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008774
10.0.0.33 - - [2026-06-08 04:48:27] "POST /neutron/port HTTP/1.1" 200 1239 0.018620
10.0.0.33 - - [2026-06-08 04:48:27] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009437
10.0.0.33 - - [2026-06-08 04:48:27] "POST /id-to-fqname HTTP/1.1" 200 228 0.001356
10.0.0.33 - - [2026-06-08 04:48:27] "GET /virtual-machine/9484f583-f99a-4c12-badd-d08223786dd5 HTTP/1.1" 200 1301 0.004159
10.0.0.33 - - [2026-06-08 04:48:27] "GET /virtual-machine-interface/dc5e0e00-893b-4fbe-9104-f220f1258b31 HTTP/1.1" 200 3176 0.008759
10.0.0.33 - - [2026-06-08 04:48:27] "GET /instance-ip/144cf5e1-14e4-4380-9919-08b792a888dd HTTP/1.1" 200 1655 0.007410
10.0.0.33 - - [2026-06-08 04:48:27] "GET /instance-ip/eaf046b8-f19d-42ad-8625-a56891858bf8 HTTP/1.1" 200 1637 0.007263
10.0.0.33 - - [2026-06-08 04:48:27] "POST /fqname-to-id HTTP/1.1" 404 218 0.004512
10.0.0.33 - - [2026-06-08 04:48:27] "GET /virtual-network/33e8a912-1d90-4e4a-bd8c-bc2ead2408b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006033
10.0.0.27 - - [2026-06-08 04:48:27] "GET /projects?obj_uuids=56c84d64-c569-4f71-92eb-20b3b34707df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001609
10.0.0.33 - - [2026-06-08 04:48:27] "GET /project/56c84d64-c569-4f71-92eb-20b3b34707df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.058772
10.0.0.33 - - [2026-06-08 04:48:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003441
10.0.0.33 - - [2026-06-08 04:48:27] "GET /security-group/69dbfffc-788b-45b6-beef-e53e6cd1a4df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3778 0.004471
10.0.0.33 - - [2026-06-08 04:48:27] "POST /virtual-machine-interfaces HTTP/1.1" 200 573 0.074053
10.0.0.33 - - [2026-06-08 04:48:27] "POST /instance-ips HTTP/1.1" 200 357 0.038312
10.0.0.33 - - [2026-06-08 04:48:27] "GET /instance-ip/9dcce7b5-1cb3-4c0d-bf70-9faf09bf8ef1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1592 0.008391
10.0.0.33 - - [2026-06-08 04:48:27] "POST /instance-ips HTTP/1.1" 200 357 0.036277
10.0.0.33 - - [2026-06-08 04:48:27] "GET /instance-ip/139187b1-fc4c-4023-a32b-ffea039a6cb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1609 0.007348
10.0.0.33 - - [2026-06-08 04:48:27] "GET /virtual-machine-interface/ea1c7236-aace-41d7-9a60-a788bdf2c280?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2392 0.005604
10.0.0.33 - - [2026-06-08 04:48:27] "GET /virtual-machine-interface/ea1c7236-aace-41d7-9a60-a788bdf2c280?fields=instance_ip_back_refs HTTP/1.1" 200 1538 0.007685
10.0.0.33 - - [2026-06-08 04:48:27] "GET /instance-ip/139187b1-fc4c-4023-a32b-ffea039a6cb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1609 0.004636
10.0.0.33 - - [2026-06-08 04:48:27] "GET /instance-ip/9dcce7b5-1cb3-4c0d-bf70-9faf09bf8ef1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1592 0.005254
10.0.0.33 - - [2026-06-08 04:48:27] "POST /id-to-fqname HTTP/1.1" 200 228 0.001830
10.0.0.33 - - [2026-06-08 04:48:28] "POST /neutron/port HTTP/1.1" 200 5275 0.039077
10.0.0.33 - - [2026-06-08 04:48:28] "POST /neutron/port HTTP/1.1" 200 1081 0.058735
10.0.0.33 - - [2026-06-08 04:48:28] "POST /neutron/port HTTP/1.1" 200 1081 0.026605
10.0.0.33 - - [2026-06-08 04:48:28] "POST /neutron/port HTTP/1.1" 200 117 0.008530
10.0.0.33 - - [2026-06-08 04:48:29] "POST /neutron/network HTTP/1.1" 200 1016 0.008516
10.0.0.33 - - [2026-06-08 04:48:29] "POST /neutron/port HTTP/1.1" 200 1174 0.148345
10.0.0.33 - - [2026-06-08 04:48:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004469
10.0.0.33 - - [2026-06-08 04:48:29] "POST /neutron/port HTTP/1.1" 200 117 0.001500
10.0.0.33 - - [2026-06-08 04:48:33] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008855
10.0.0.33 - - [2026-06-08 04:48:33] "POST /neutron/port HTTP/1.1" 200 1184 0.017324
10.0.0.33 - - [2026-06-08 04:48:34] "GET /virtual-machine/9803d0eb-644a-48b3-b7cc-149b6bb546e0 HTTP/1.1" 200 1279 0.007240
10.0.0.33 - - [2026-06-08 04:48:34] "GET /virtual-machine-interface/ea1c7236-aace-41d7-9a60-a788bdf2c280 HTTP/1.1" 200 3226 0.006411
10.0.0.33 - - [2026-06-08 04:48:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003737
10.0.0.33 - - [2026-06-08 04:48:34] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004331
10.0.0.33 - - [2026-06-08 04:48:34] "GET /virtual-networks?parent_id=56c84d64-c569-4f71-92eb-20b3b34707df&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003571
10.0.0.33 - - [2026-06-08 04:48:34] "GET /virtual-network/33e8a912-1d90-4e4a-bd8c-bc2ead2408b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006843
10.0.0.33 - - [2026-06-08 04:48:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004807
10.0.0.33 - - [2026-06-08 04:48:37] "GET /virtual-network/33e8a912-1d90-4e4a-bd8c-bc2ead2408b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006252
10.0.0.33 - - [2026-06-08 04:48:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003955
10.0.0.33 - - [2026-06-08 04:48:41] "GET /virtual-network/33e8a912-1d90-4e4a-bd8c-bc2ead2408b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005661
10.0.0.33 - - [2026-06-08 04:48:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004173
10.0.0.33 - - [2026-06-08 04:48:45] "GET /virtual-network/33e8a912-1d90-4e4a-bd8c-bc2ead2408b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.007922
10.0.0.33 - - [2026-06-08 04:48:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003967
10.0.0.33 - - [2026-06-08 04:48:49] "GET /virtual-network/33e8a912-1d90-4e4a-bd8c-bc2ead2408b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006127
10.0.0.33 - - [2026-06-08 04:48:51] "POST /neutron/port HTTP/1.1" 200 1109 0.018821
10.0.0.33 - - [2026-06-08 04:48:51] "POST /neutron/subnet HTTP/1.1" 200 708 0.008923
10.0.0.33 - - [2026-06-08 04:48:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005004
10.0.0.33 - - [2026-06-08 04:48:53] "GET /virtual-network/33e8a912-1d90-4e4a-bd8c-bc2ead2408b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006758
10.0.0.33 - - [2026-06-08 04:48:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003550
10.0.0.33 - - [2026-06-08 04:48:57] "GET /virtual-network/33e8a912-1d90-4e4a-bd8c-bc2ead2408b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.007536
10.0.0.33 - - [2026-06-08 04:49:00] "POST /neutron/port HTTP/1.1" 200 1109 0.017897
10.0.0.33 - - [2026-06-08 04:49:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004003
10.0.0.33 - - [2026-06-08 04:49:00] "POST /neutron/network HTTP/1.1" 200 929 0.007670
10.0.0.33 - - [2026-06-08 04:49:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004277
10.0.0.33 - - [2026-06-08 04:49:01] "GET /virtual-network/33e8a912-1d90-4e4a-bd8c-bc2ead2408b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005588
10.0.0.33 - - [2026-06-08 04:49:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004482
10.0.0.33 - - [2026-06-08 04:49:05] "GET /virtual-network/33e8a912-1d90-4e4a-bd8c-bc2ead2408b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005845
10.0.0.33 - - [2026-06-08 04:49:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003721
10.0.0.33 - - [2026-06-08 04:49:09] "GET /virtual-network/33e8a912-1d90-4e4a-bd8c-bc2ead2408b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005378
10.0.0.33 - - [2026-06-08 04:49:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004713
10.0.0.33 - - [2026-06-08 04:49:14] "GET /virtual-network/33e8a912-1d90-4e4a-bd8c-bc2ead2408b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006881
10.0.0.33 - - [2026-06-08 04:49:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004394
10.0.0.33 - - [2026-06-08 04:49:18] "GET /virtual-network/33e8a912-1d90-4e4a-bd8c-bc2ead2408b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.008357
10.0.0.33 - - [2026-06-08 04:49:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004412
10.0.0.33 - - [2026-06-08 04:49:20] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005603
10.0.0.33 - - [2026-06-08 04:49:20] "GET /virtual-networks?parent_id=56c84d64-c569-4f71-92eb-20b3b34707df&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.004236
10.0.0.33 - - [2026-06-08 04:49:20] "GET /virtual-network/33e8a912-1d90-4e4a-bd8c-bc2ead2408b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006325
10.0.0.27 - - [2026-06-08 04:49:21] "GET /obj-perms HTTP/1.1" 200 5056 0.058997
10.0.0.33 - - [2026-06-08 04:49:25] "POST /neutron/port HTTP/1.1" 200 1184 0.020103
10.0.0.33 - - [2026-06-08 04:49:30] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007512
10.0.0.33 - - [2026-06-08 04:49:35] "POST /neutron/port HTTP/1.1" 200 1184 0.018043
10.0.0.33 - - [2026-06-08 04:49:41] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008429
10.0.0.33 - - [2026-06-08 04:49:46] "POST /id-to-fqname HTTP/1.1" 200 228 0.001922
10.0.0.33 - - [2026-06-08 04:49:46] "POST /neutron/network HTTP/1.1" 200 1016 0.007765
10.0.0.27 - - [2026-06-08 04:49:47] "GET /projects?obj_uuids=56c84d64-c569-4f71-92eb-20b3b34707df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001066
10.0.0.33 - - [2026-06-08 04:49:47] "GET /project/56c84d64-c569-4f71-92eb-20b3b34707df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.072966
10.0.0.33 - - [2026-06-08 04:49:47] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009011
10.0.0.33 - - [2026-06-08 04:49:47] "POST /neutron/network HTTP/1.1" 200 1016 0.008503
10.0.0.33 - - [2026-06-08 04:49:48] "POST /neutron/port HTTP/1.1" 200 1175 0.034433
10.0.0.33 - - [2026-06-08 04:49:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004236
10.0.0.33 - - [2026-06-08 04:49:48] "POST /neutron/port HTTP/1.1" 200 117 0.001403
10.0.0.33 - - [2026-06-08 04:49:51] "POST /neutron/port HTTP/1.1" 200 1216 0.021164
10.0.0.33 - - [2026-06-08 04:49:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004648
10.0.0.33 - - [2026-06-08 04:49:51] "POST /neutron/port HTTP/1.1" 200 117 0.001253
10.0.0.33 - - [2026-06-08 04:49:52] "POST /neutron/port HTTP/1.1" 200 1239 0.018389
10.0.0.33 - - [2026-06-08 04:49:52] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007458
10.0.0.33 - - [2026-06-08 04:49:52] "GET /virtual-machine/8f0cc266-b78c-4674-b2be-95a4538cfdf5 HTTP/1.1" 200 1301 0.006264
10.0.0.33 - - [2026-06-08 04:49:52] "GET /virtual-machine-interface/cb35d974-8fff-46cf-b432-fa745a0e6918 HTTP/1.1" 200 3176 0.005409
10.0.0.33 - - [2026-06-08 04:49:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003768
10.0.0.33 - - [2026-06-08 04:49:52] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004056
10.0.0.33 - - [2026-06-08 04:49:52] "GET /virtual-networks?parent_id=56c84d64-c569-4f71-92eb-20b3b34707df&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.002911
10.0.0.33 - - [2026-06-08 04:49:53] "GET /virtual-network/b5aedcaa-074e-4cc3-82ae-f5b657368c19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.007918
10.0.0.33 - - [2026-06-08 04:49:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004050
10.0.0.33 - - [2026-06-08 04:49:56] "GET /virtual-network/b5aedcaa-074e-4cc3-82ae-f5b657368c19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005529
10.0.0.33 - - [2026-06-08 04:50:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003989
10.0.0.33 - - [2026-06-08 04:50:00] "GET /virtual-network/b5aedcaa-074e-4cc3-82ae-f5b657368c19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005383
10.0.0.33 - - [2026-06-08 04:50:02] "POST /neutron/port HTTP/1.1" 200 1239 0.019486
10.0.0.33 - - [2026-06-08 04:50:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004142
10.0.0.33 - - [2026-06-08 04:50:02] "POST /neutron/port HTTP/1.1" 200 117 0.001409
10.0.0.33 - - [2026-06-08 04:50:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004009
10.0.0.33 - - [2026-06-08 04:50:04] "GET /virtual-network/b5aedcaa-074e-4cc3-82ae-f5b657368c19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006019
10.0.0.33 - - [2026-06-08 04:50:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005704
10.0.0.33 - - [2026-06-08 04:50:08] "GET /virtual-network/b5aedcaa-074e-4cc3-82ae-f5b657368c19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006498
10.0.0.33 - - [2026-06-08 04:50:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004741
10.0.0.33 - - [2026-06-08 04:50:12] "GET /virtual-network/b5aedcaa-074e-4cc3-82ae-f5b657368c19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.008467
10.0.0.33 - - [2026-06-08 04:50:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003976
10.0.0.33 - - [2026-06-08 04:50:16] "GET /virtual-network/b5aedcaa-074e-4cc3-82ae-f5b657368c19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005505
10.0.0.33 - - [2026-06-08 04:50:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003654
10.0.0.33 - - [2026-06-08 04:50:20] "GET /virtual-network/b5aedcaa-074e-4cc3-82ae-f5b657368c19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.007752
10.0.0.249 - - [2026-06-08 04:50:22] "GET /obj-perms HTTP/1.1" 200 5056 0.050173
10.0.0.33 - - [2026-06-08 04:50:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003645
10.0.0.33 - - [2026-06-08 04:50:24] "GET /virtual-network/b5aedcaa-074e-4cc3-82ae-f5b657368c19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006557
10.0.0.33 - - [2026-06-08 04:50:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003778
10.0.0.33 - - [2026-06-08 04:50:28] "GET /virtual-network/b5aedcaa-074e-4cc3-82ae-f5b657368c19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006764
10.0.0.33 - - [2026-06-08 04:50:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004517
10.0.0.33 - - [2026-06-08 04:50:32] "GET /virtual-network/b5aedcaa-074e-4cc3-82ae-f5b657368c19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005467
10.0.0.33 - - [2026-06-08 04:50:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004759
10.0.0.33 - - [2026-06-08 04:50:35] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004216
10.0.0.33 - - [2026-06-08 04:50:35] "GET /virtual-networks?parent_id=56c84d64-c569-4f71-92eb-20b3b34707df&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003179
10.0.0.33 - - [2026-06-08 04:50:35] "GET /virtual-network/b5aedcaa-074e-4cc3-82ae-f5b657368c19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006444
10.0.0.33 - - [2026-06-08 04:50:35] "POST /neutron/port HTTP/1.1" 200 1239 0.024350
10.0.0.33 - - [2026-06-08 04:50:40] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009187
10.0.0.33 - - [2026-06-08 04:50:45] "POST /neutron/port HTTP/1.1" 200 1239 0.022108
10.0.0.33 - - [2026-06-08 04:50:50] "POST /neutron/security_group HTTP/1.1" 200 2066 0.011595
10.0.0.33 - - [2026-06-08 04:50:51] "POST /neutron/network HTTP/1.1" 200 939 0.009310
10.0.0.33 - - [2026-06-08 04:50:51] "POST /neutron/port HTTP/1.1" 200 117 0.001196
10.0.0.33 - - [2026-06-08 04:50:56] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007778
10.0.0.33 - - [2026-06-08 04:50:56] "POST /neutron/port HTTP/1.1" 200 1239 0.019985
10.0.0.33 - - [2026-06-08 04:50:56] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007406
10.0.0.33 - - [2026-06-08 04:50:56] "POST /id-to-fqname HTTP/1.1" 200 228 0.001312
10.0.0.33 - - [2026-06-08 04:50:56] "GET /virtual-machine/8f0cc266-b78c-4674-b2be-95a4538cfdf5 HTTP/1.1" 200 1301 0.003787
10.0.0.33 - - [2026-06-08 04:50:56] "GET /virtual-machine-interface/cb35d974-8fff-46cf-b432-fa745a0e6918 HTTP/1.1" 200 3176 0.005363
10.0.0.33 - - [2026-06-08 04:50:56] "GET /instance-ip/b5f2a747-d857-4f20-bfe3-1977783983eb HTTP/1.1" 200 1657 0.006130
10.0.0.33 - - [2026-06-08 04:50:56] "GET /instance-ip/c94974e0-4d78-475c-95e3-a6fb2d78b42a HTTP/1.1" 200 1637 0.005774
10.0.0.33 - - [2026-06-08 04:50:56] "POST /fqname-to-id HTTP/1.1" 404 230 0.003113
10.0.0.33 - - [2026-06-08 04:50:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002727
10.0.0.27 - - [2026-06-08 04:50:56] "GET /projects?obj_uuids=56c84d64-c569-4f71-92eb-20b3b34707df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000920
10.0.0.33 - - [2026-06-08 04:50:56] "GET /project/56c84d64-c569-4f71-92eb-20b3b34707df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.044132
10.0.0.33 - - [2026-06-08 04:50:56] "POST /network-policys HTTP/1.1" 200 569 0.026924
10.0.0.33 - - [2026-06-08 04:50:56] "GET /network-policy/f69a0d36-8ebf-40ce-81a0-d2803b7eb542?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.006023
10.0.0.33 - - [2026-06-08 04:50:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002733
10.0.0.33 - - [2026-06-08 04:50:56] "GET /virtual-network/33e8a912-1d90-4e4a-bd8c-bc2ead2408b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005523
10.0.0.33 - - [2026-06-08 04:50:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003207
10.0.0.33 - - [2026-06-08 04:50:56] "GET /network-policy/f69a0d36-8ebf-40ce-81a0-d2803b7eb542?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.003938
10.0.0.33 - - [2026-06-08 04:50:56] "POST /ref-update HTTP/1.1" 200 156 0.081012
10.0.0.33 - - [2026-06-08 04:50:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003565
10.0.0.33 - - [2026-06-08 04:50:56] "GET /network-policy/f69a0d36-8ebf-40ce-81a0-d2803b7eb542?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.003955
10.0.0.33 - - [2026-06-08 04:50:56] "POST /neutron/network HTTP/1.1" 200 1110 0.010357
10.0.0.33 - - [2026-06-08 04:50:56] "GET /virtual-network/33e8a912-1d90-4e4a-bd8c-bc2ead2408b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.004928
10.0.0.33 - - [2026-06-08 04:50:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003069
10.0.0.33 - - [2026-06-08 04:50:56] "GET /network-policy/f69a0d36-8ebf-40ce-81a0-d2803b7eb542?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.004627
10.0.0.33 - - [2026-06-08 04:50:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002752
10.0.0.33 - - [2026-06-08 04:50:57] "GET /virtual-network/b5aedcaa-074e-4cc3-82ae-f5b657368c19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006409
10.0.0.33 - - [2026-06-08 04:50:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002979
10.0.0.33 - - [2026-06-08 04:50:57] "GET /network-policy/f69a0d36-8ebf-40ce-81a0-d2803b7eb542?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.003856
10.0.0.249 - - [2026-06-08 04:50:57] "POST /fqname-to-id HTTP/1.1" 404 242 0.036572
10.0.0.249 - - [2026-06-08 04:50:57] "POST /fqname-to-id HTTP/1.1" 404 207 0.006071
10.0.0.33 - - [2026-06-08 04:50:57] "POST /ref-update HTTP/1.1" 200 156 0.055438
10.0.0.33 - - [2026-06-08 04:50:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003803
10.0.0.33 - - [2026-06-08 04:50:57] "GET /network-policy/f69a0d36-8ebf-40ce-81a0-d2803b7eb542?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.003648
10.0.0.249 - - [2026-06-08 04:50:57] "POST /access-control-lists HTTP/1.1" 200 596 0.028613
10.0.0.33 - - [2026-06-08 04:50:57] "GET /virtual-network/b5aedcaa-074e-4cc3-82ae-f5b657368c19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.011683
10.0.0.33 - - [2026-06-08 04:50:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004367
10.0.0.33 - - [2026-06-08 04:50:57] "GET /network-policy/f69a0d36-8ebf-40ce-81a0-d2803b7eb542?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.004325
10.0.0.33 - - [2026-06-08 04:50:57] "GET /virtual-machine-interface/cb35d974-8fff-46cf-b432-fa745a0e6918?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2761 0.009748
10.0.0.33 - - [2026-06-08 04:50:57] "PUT /virtual-machine-interface/cb35d974-8fff-46cf-b432-fa745a0e6918 HTTP/1.1" 200 284 0.013224
10.0.0.33 - - [2026-06-08 04:50:57] "GET /virtual-machine-interface/cb35d974-8fff-46cf-b432-fa745a0e6918?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3073 0.006068
10.0.0.33 - - [2026-06-08 04:50:57] "PUT /virtual-machine-interface/cb35d974-8fff-46cf-b432-fa745a0e6918 HTTP/1.1" 200 284 0.015311
10.0.0.33 - - [2026-06-08 04:51:02] "POST /neutron/port HTTP/1.1" 200 1216 0.018707
10.0.0.33 - - [2026-06-08 04:51:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005000
10.0.0.33 - - [2026-06-08 04:51:02] "POST /neutron/port HTTP/1.1" 200 117 0.001138
10.0.0.33 - - [2026-06-08 04:51:52] "POST /neutron/port HTTP/1.1" 200 1239 0.046458
10.0.0.33 - - [2026-06-08 04:51:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004195
10.0.0.33 - - [2026-06-08 04:51:52] "POST /neutron/port HTTP/1.1" 200 117 0.001572
10.0.0.33 - - [2026-06-08 04:52:03] "POST /neutron/port HTTP/1.1" 200 1109 0.019649
10.0.0.33 - - [2026-06-08 04:52:03] "POST /neutron/subnet HTTP/1.1" 200 708 0.008951
10.0.0.33 - - [2026-06-08 04:52:24] "GET /obj-perms HTTP/1.1" 200 5056 0.057135
10.0.0.249 - - [2026-06-08 04:52:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000613
10.0.0.249 - - [2026-06-08 04:52:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000444
10.0.0.249 - - [2026-06-08 04:52:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000536
10.0.0.249 - - [2026-06-08 04:52:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000387
10.0.0.33 - - [2026-06-08 04:52:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000505
10.0.0.33 - - [2026-06-08 04:52:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000427
10.0.0.27 - - [2026-06-08 04:52:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000445
10.0.0.27 - - [2026-06-08 04:52:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000521
10.0.0.33 - - [2026-06-08 04:52:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000378
10.0.0.33 - - [2026-06-08 04:52:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000386
10.0.0.27 - - [2026-06-08 04:52:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000436
10.0.0.27 - - [2026-06-08 04:52:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000417
10.0.0.33 - - [2026-06-08 04:52:54] "POST /neutron/port HTTP/1.1" 200 1216 0.018187
10.0.0.33 - - [2026-06-08 04:52:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004025
10.0.0.33 - - [2026-06-08 04:52:54] "POST /neutron/port HTTP/1.1" 200 117 0.001529
10.0.0.33 - - [2026-06-08 04:53:05] "POST /neutron/port HTTP/1.1" 200 1239 0.073392
10.0.0.33 - - [2026-06-08 04:53:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005025
10.0.0.33 - - [2026-06-08 04:53:05] "POST /neutron/port HTTP/1.1" 200 117 0.001251
10.0.0.33 - - [2026-06-08 04:53:13] "POST /ref-update HTTP/1.1" 200 156 0.084450
10.0.0.249 - - [2026-06-08 04:53:13] "POST /ref-update HTTP/1.1" 200 156 0.020269
10.0.0.33 - - [2026-06-08 04:53:13] "POST /neutron/network HTTP/1.1" 200 1006 0.079201
10.0.0.33 - - [2026-06-08 04:53:13] "GET /virtual-network/b5aedcaa-074e-4cc3-82ae-f5b657368c19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006310
10.0.0.33 - - [2026-06-08 04:53:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004646
10.0.0.33 - - [2026-06-08 04:53:14] "GET /network-policy/f69a0d36-8ebf-40ce-81a0-d2803b7eb542?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.004071
10.0.0.33 - - [2026-06-08 04:53:14] "POST /ref-update HTTP/1.1" 200 156 0.049849
10.0.0.33 - - [2026-06-08 04:53:14] "GET /virtual-network/33e8a912-1d90-4e4a-bd8c-bc2ead2408b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.007722
10.0.0.33 - - [2026-06-08 04:53:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003051
10.0.0.33 - - [2026-06-08 04:53:14] "GET /network-policy/f69a0d36-8ebf-40ce-81a0-d2803b7eb542?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.004304
10.0.0.33 - - [2026-06-08 04:53:14] "DELETE /network-policy/f69a0d36-8ebf-40ce-81a0-d2803b7eb542 HTTP/1.1" 200 115 0.031495
10.0.0.33 - - [2026-06-08 04:53:14] "DELETE /instance-ip/139187b1-fc4c-4023-a32b-ffea039a6cb4 HTTP/1.1" 200 115 0.046143
10.0.0.33 - - [2026-06-08 04:53:14] "DELETE /instance-ip/9dcce7b5-1cb3-4c0d-bf70-9faf09bf8ef1 HTTP/1.1" 200 115 0.054234
10.0.0.33 - - [2026-06-08 04:53:14] "DELETE /virtual-machine-interface/ea1c7236-aace-41d7-9a60-a788bdf2c280 HTTP/1.1" 200 115 0.078934
10.0.0.33 - - [2026-06-08 04:53:14] "POST /neutron/network HTTP/1.1" 200 1006 0.010087
10.0.0.33 - - [2026-06-08 04:53:15] "POST /neutron/port HTTP/1.1" 200 151 0.256145
10.0.0.33 - - [2026-06-08 04:53:15] "POST /neutron/port HTTP/1.1" 200 151 0.279923
10.0.0.249 - - [2026-06-08 04:53:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003999
10.0.0.33 - - [2026-06-08 04:53:17] "POST /neutron/network HTTP/1.1" 200 1006 0.013046
10.0.0.249 - - [2026-06-08 04:53:17] "DELETE /route-target/c1777b55-18a9-426d-9a62-95fcea14298a HTTP/1.1" 200 115 0.038347
10.0.0.33 - - [2026-06-08 04:53:20] "POST /neutron/port HTTP/1.1" 400 205 0.005897
10.0.0.27 - - [2026-06-08 04:53:20] "GET /projects?obj_uuids=56c84d64-c569-4f71-92eb-20b3b34707df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.025534
10.0.0.33 - - [2026-06-08 04:53:20] "GET /project/56c84d64-c569-4f71-92eb-20b3b34707df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.097785
10.0.0.27 - - [2026-06-08 04:53:20] "GET /projects?obj_uuids=56c84d64-c569-4f71-92eb-20b3b34707df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000930
10.0.0.33 - - [2026-06-08 04:53:20] "GET /project/56c84d64-c569-4f71-92eb-20b3b34707df?fields=virtual_networks HTTP/1.1" 200 1048 0.037313
10.0.0.27 - - [2026-06-08 04:53:20] "GET /projects?obj_uuids=56c84d64-c569-4f71-92eb-20b3b34707df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001350
10.0.0.33 - - [2026-06-08 04:53:20] "GET /project/56c84d64-c569-4f71-92eb-20b3b34707df?fields=virtual_machine_interfaces HTTP/1.1" 200 1048 0.041737
10.0.0.27 - - [2026-06-08 04:53:20] "GET /projects?obj_uuids=56c84d64-c569-4f71-92eb-20b3b34707df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001049
10.0.0.33 - - [2026-06-08 04:53:20] "GET /project/56c84d64-c569-4f71-92eb-20b3b34707df?fields=security_groups HTTP/1.1" 200 1282 0.039280
10.0.0.33 - - [2026-06-08 04:53:21] "POST /fqname-to-id HTTP/1.1" 404 192 0.026357
10.0.0.27 - - [2026-06-08 04:53:21] "GET /projects?obj_uuids=dd4a1032-2fd0-4607-b1b9-a7c34415e0a2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003496
10.0.0.27 - - [2026-06-08 04:53:21] "GET /domains?obj_uuids=2441b78a-01cc-4005-9aa7-6b434eb6fb41&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000996
10.0.0.27 - - [2026-06-08 04:53:21] "GET /domain/2441b78a-01cc-4005-9aa7-6b434eb6fb41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.040790
10.0.0.27 - - [2026-06-08 04:53:21] "POST /id-to-fqname HTTP/1.1" 200 194 0.002231
10.0.0.27 - - [2026-06-08 04:53:21] "POST /fqname-to-id HTTP/1.1" 404 203 0.003334
10.0.0.27 - - [2026-06-08 04:53:21] "POST /security-groups HTTP/1.1" 200 595 0.073951
10.0.0.27 - - [2026-06-08 04:53:22] "POST /projects HTTP/1.1" 200 593 0.282995
10.0.0.249 - - [2026-06-08 04:53:22] "POST /fqname-to-id HTTP/1.1" 404 237 0.006256
10.0.0.27 - - [2026-06-08 04:53:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.361604
10.0.0.33 - - [2026-06-08 04:53:22] "GET /project/dd4a1032-2fd0-4607-b1b9-a7c34415e0a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.535530
10.0.0.33 - - [2026-06-08 04:53:23] "GET / HTTP/1.1" 200 35931 0.001580
10.0.0.27 - - [2026-06-08 04:53:24] "GET /obj-perms HTTP/1.1" 200 5056 0.062253
10.0.0.33 - - [2026-06-08 04:53:24] "POST /fqname-to-id HTTP/1.1" 401 292 0.000530
10.0.0.33 - - [2026-06-08 04:53:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.028772
10.0.0.27 - - [2026-06-08 04:53:25] "GET /projects?obj_uuids=dd4a1032-2fd0-4607-b1b9-a7c34415e0a2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001037
10.0.0.33 - - [2026-06-08 04:53:25] "GET /project/dd4a1032-2fd0-4607-b1b9-a7c34415e0a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.040677
10.0.0.249 - - [2026-06-08 04:53:25] "POST /ref-update HTTP/1.1" 200 156 0.019602
10.0.0.27 - - [2026-06-08 04:53:25] "POST /useragent-kv HTTP/1.1" 200 115 0.006042
10.0.0.33 - - [2026-06-08 04:53:25] "POST /neutron/subnet HTTP/1.1" 200 720 0.279776
10.0.0.249 - - [2026-06-08 04:53:26] "POST /fqname-to-id HTTP/1.1" 404 207 0.072802
10.0.0.33 - - [2026-06-08 04:53:26] "POST /id-to-fqname HTTP/1.1" 200 224 0.001426
10.0.0.33 - - [2026-06-08 04:53:26] "GET /virtual-network/ab29bc3f-37b4-4841-886f-f0bfb2ccdb31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2625 0.008260
10.0.0.33 - - [2026-06-08 04:53:26] "POST /neutron/network HTTP/1.1" 200 1000 0.009130
10.0.0.33 - - [2026-06-08 04:53:26] "GET /virtual-network/ab29bc3f-37b4-4841-886f-f0bfb2ccdb31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2625 0.005360
10.0.0.33 - - [2026-06-08 04:53:26] "POST /neutron/subnet HTTP/1.1" 200 823 0.010199
10.0.0.33 - - [2026-06-08 04:53:26] "GET /virtual-network/ab29bc3f-37b4-4841-886f-f0bfb2ccdb31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2625 0.007372
10.0.0.249 - - [2026-06-08 04:53:27] "GET /obj-perms HTTP/1.1" 200 5038 0.119471
10.0.0.33 - - [2026-06-08 04:53:28] "POST /id-to-fqname HTTP/1.1" 200 224 0.003488
10.0.0.27 - - [2026-06-08 04:53:29] "GET /projects?obj_uuids=dd4a1032-2fd0-4607-b1b9-a7c34415e0a2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001454
10.0.0.33 - - [2026-06-08 04:53:29] "GET /project/dd4a1032-2fd0-4607-b1b9-a7c34415e0a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.085110
10.0.0.33 - - [2026-06-08 04:53:29] "POST /neutron/network HTTP/1.1" 200 1000 0.036819
10.0.0.33 - - [2026-06-08 04:53:29] "POST /id-to-fqname HTTP/1.1" 200 224 0.001467
10.0.0.33 - - [2026-06-08 04:53:30] "POST /neutron/port HTTP/1.1" 200 4190 0.033316
10.0.0.27 - - [2026-06-08 04:53:30] "GET /projects?obj_uuids=dd4a1032-2fd0-4607-b1b9-a7c34415e0a2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001138
10.0.0.33 - - [2026-06-08 04:53:30] "POST /neutron/port HTTP/1.1" 200 1169 0.361428
10.0.0.33 - - [2026-06-08 04:53:31] "POST /neutron/port HTTP/1.1" 200 1223 0.183091
10.0.0.27 - - [2026-06-08 04:53:31] "GET /projects?obj_uuids=dd4a1032-2fd0-4607-b1b9-a7c34415e0a2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001376
10.0.0.33 - - [2026-06-08 04:53:31] "GET /project/dd4a1032-2fd0-4607-b1b9-a7c34415e0a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.077859
10.0.0.33 - - [2026-06-08 04:53:31] "POST /neutron/network HTTP/1.1" 200 1000 0.011844
10.0.0.33 - - [2026-06-08 04:53:31] "POST /neutron/port HTTP/1.1" 200 117 0.001627
10.0.0.33 - - [2026-06-08 04:53:31] "POST /neutron/port HTTP/1.1" 200 5269 0.045573
10.0.0.33 - - [2026-06-08 04:53:31] "POST /id-to-fqname HTTP/1.1" 200 224 0.001525
10.0.0.33 - - [2026-06-08 04:53:31] "POST /neutron/port HTTP/1.1" 200 5269 0.051774
10.0.0.33 - - [2026-06-08 04:53:31] "POST /neutron/network HTTP/1.1" 200 1010 0.008912
10.0.0.33 - - [2026-06-08 04:53:32] "POST /neutron/port HTTP/1.1" 200 1169 0.023310
10.0.0.27 - - [2026-06-08 04:53:32] "GET /projects?obj_uuids=dd4a1032-2fd0-4607-b1b9-a7c34415e0a2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001191
10.0.0.33 - - [2026-06-08 04:53:32] "GET /project/dd4a1032-2fd0-4607-b1b9-a7c34415e0a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.075309
10.0.0.33 - - [2026-06-08 04:53:32] "POST /neutron/network HTTP/1.1" 200 1000 0.021496
10.0.0.33 - - [2026-06-08 04:53:32] "POST /neutron/subnet HTTP/1.1" 200 1375 0.020541
10.0.0.33 - - [2026-06-08 04:53:32] "POST /neutron/port HTTP/1.1" 200 117 0.002015
10.0.0.33 - - [2026-06-08 04:53:32] "POST /neutron/port HTTP/1.1" 200 117 0.007111
10.0.0.33 - - [2026-06-08 04:53:33] "POST /neutron/port HTTP/1.1" 200 1233 0.022288
10.0.0.33 - - [2026-06-08 04:53:33] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008733
10.0.0.33 - - [2026-06-08 04:53:33] "GET /virtual-machine/2fd31ba9-d61a-418f-b607-d53982f3ebec HTTP/1.1" 401 292 0.000549
10.0.0.33 - - [2026-06-08 04:53:33] "POST /neutron/port HTTP/1.1" 200 1169 0.024152
10.0.0.33 - - [2026-06-08 04:53:33] "GET /virtual-machine/2fd31ba9-d61a-418f-b607-d53982f3ebec HTTP/1.1" 200 1296 0.044754
10.0.0.33 - - [2026-06-08 04:53:33] "GET /virtual-machine-interface/e0c93413-f4ed-4dab-970b-1cc9776c468e HTTP/1.1" 200 3156 0.005410
10.0.0.33 - - [2026-06-08 04:53:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002960
10.0.0.33 - - [2026-06-08 04:53:33] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003297
10.0.0.33 - - [2026-06-08 04:53:33] "GET /virtual-networks?parent_id=dd4a1032-2fd0-4607-b1b9-a7c34415e0a2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002470
10.0.0.33 - - [2026-06-08 04:53:33] "GET /virtual-network/ab29bc3f-37b4-4841-886f-f0bfb2ccdb31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2625 0.021885
10.0.0.33 - - [2026-06-08 04:53:34] "POST /neutron/port HTTP/1.1" 200 1233 0.019833
10.0.0.33 - - [2026-06-08 04:53:34] "POST /neutron/subnet HTTP/1.1" 200 1375 0.012614
10.0.0.33 - - [2026-06-08 04:53:34] "POST /neutron/network HTTP/1.1" 200 1000 0.008841
10.0.0.33 - - [2026-06-08 04:53:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004893
10.0.0.33 - - [2026-06-08 04:53:37] "GET /virtual-network/ab29bc3f-37b4-4841-886f-f0bfb2ccdb31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2625 0.008488
10.0.0.33 - - [2026-06-08 04:53:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003894
10.0.0.33 - - [2026-06-08 04:53:41] "GET /virtual-network/ab29bc3f-37b4-4841-886f-f0bfb2ccdb31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2625 0.005945
10.0.0.27 - - [2026-06-08 04:53:44] "DELETE /project/dd4a10322fd04607b1b9a7c34415e0a2 HTTP/1.1" 404 173 0.005052
10.0.0.27 - - [2026-06-08 04:53:44] "DELETE /project/56c84d64-c569-4f71-92eb-20b3b34707df HTTP/1.1" 404 177 0.004044
10.0.0.33 - - [2026-06-08 04:53:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003931
10.0.0.33 - - [2026-06-08 04:53:45] "GET /virtual-network/ab29bc3f-37b4-4841-886f-f0bfb2ccdb31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2625 0.005466
10.0.0.33 - - [2026-06-08 04:53:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003727
10.0.0.33 - - [2026-06-08 04:53:49] "GET /virtual-network/ab29bc3f-37b4-4841-886f-f0bfb2ccdb31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2625 0.006724
10.0.0.33 - - [2026-06-08 04:53:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004184
10.0.0.33 - - [2026-06-08 04:53:53] "GET /virtual-network/ab29bc3f-37b4-4841-886f-f0bfb2ccdb31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2625 0.005930
10.0.0.33 - - [2026-06-08 04:53:54] "POST /neutron/network HTTP/1.1" 200 939 0.007267
10.0.0.33 - - [2026-06-08 04:53:54] "POST /neutron/port HTTP/1.1" 200 117 0.001522
10.0.0.33 - - [2026-06-08 04:53:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003629
10.0.0.33 - - [2026-06-08 04:53:57] "GET /virtual-network/ab29bc3f-37b4-4841-886f-f0bfb2ccdb31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2625 0.005913
10.0.0.33 - - [2026-06-08 04:54:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003873
10.0.0.33 - - [2026-06-08 04:54:01] "GET /virtual-network/ab29bc3f-37b4-4841-886f-f0bfb2ccdb31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2625 0.005244
10.0.0.33 - - [2026-06-08 04:54:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003915
10.0.0.33 - - [2026-06-08 04:54:05] "GET /virtual-network/ab29bc3f-37b4-4841-886f-f0bfb2ccdb31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2625 0.005980
10.0.0.33 - - [2026-06-08 04:54:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003634
10.0.0.33 - - [2026-06-08 04:54:09] "GET /virtual-network/ab29bc3f-37b4-4841-886f-f0bfb2ccdb31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2625 0.006914
10.0.0.33 - - [2026-06-08 04:54:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003738
10.0.0.33 - - [2026-06-08 04:54:13] "GET /virtual-network/ab29bc3f-37b4-4841-886f-f0bfb2ccdb31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2625 0.005530
10.0.0.33 - - [2026-06-08 04:54:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004032
10.0.0.33 - - [2026-06-08 04:54:17] "GET /virtual-network/ab29bc3f-37b4-4841-886f-f0bfb2ccdb31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2625 0.005852
10.0.0.33 - - [2026-06-08 04:54:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003627
10.0.0.33 - - [2026-06-08 04:54:22] "GET /virtual-network/ab29bc3f-37b4-4841-886f-f0bfb2ccdb31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2625 0.005782
10.0.0.33 - - [2026-06-08 04:54:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004045
10.0.0.33 - - [2026-06-08 04:54:26] "GET /virtual-network/ab29bc3f-37b4-4841-886f-f0bfb2ccdb31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2625 0.005858
10.0.0.33 - - [2026-06-08 04:54:29] "POST /neutron/security_group HTTP/1.1" 200 2062 0.033030
10.0.0.33 - - [2026-06-08 04:54:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003800
10.0.0.33 - - [2026-06-08 04:54:30] "GET /virtual-network/ab29bc3f-37b4-4841-886f-f0bfb2ccdb31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2625 0.005387
10.0.0.33 - - [2026-06-08 04:54:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003632
10.0.0.33 - - [2026-06-08 04:54:34] "GET /virtual-network/ab29bc3f-37b4-4841-886f-f0bfb2ccdb31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2625 0.005450
10.0.0.33 - - [2026-06-08 04:54:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003621
10.0.0.33 - - [2026-06-08 04:54:36] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004097
10.0.0.33 - - [2026-06-08 04:54:36] "GET /virtual-networks?parent_id=dd4a1032-2fd0-4607-b1b9-a7c34415e0a2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002913
10.0.0.33 - - [2026-06-08 04:54:36] "GET /virtual-network/ab29bc3f-37b4-4841-886f-f0bfb2ccdb31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2625 0.005510
10.0.0.33 - - [2026-06-08 04:54:41] "POST /neutron/port HTTP/1.1" 200 1233 0.016026
10.0.0.33 - - [2026-06-08 04:54:46] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007371
10.0.0.33 - - [2026-06-08 04:54:52] "POST /neutron/port HTTP/1.1" 200 1233 0.019565
10.0.0.33 - - [2026-06-08 04:54:57] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007441
10.0.0.33 - - [2026-06-08 04:55:02] "POST /neutron/port HTTP/1.1" 200 1233 0.017673
10.0.0.33 - - [2026-06-08 04:55:02] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007506
10.0.0.33 - - [2026-06-08 04:55:02] "GET /virtual-machine/8a7d5b7e-4296-4c9a-b2e7-0e46c9679e4d HTTP/1.1" 200 1296 0.005989
10.0.0.33 - - [2026-06-08 04:55:02] "GET /virtual-machine-interface/447d9a17-d4d0-465b-af92-cfa9ee110f3c HTTP/1.1" 200 3155 0.005301
10.0.0.33 - - [2026-06-08 04:55:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003399
10.0.0.33 - - [2026-06-08 04:55:02] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003777
10.0.0.33 - - [2026-06-08 04:55:02] "GET /virtual-networks?parent_id=dd4a1032-2fd0-4607-b1b9-a7c34415e0a2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.003013
10.0.0.33 - - [2026-06-08 04:55:02] "GET /virtual-network/ab29bc3f-37b4-4841-886f-f0bfb2ccdb31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2625 0.007804
10.0.0.33 - - [2026-06-08 04:55:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003513
10.0.0.33 - - [2026-06-08 04:55:03] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004798
10.0.0.33 - - [2026-06-08 04:55:04] "GET /virtual-networks?parent_id=dd4a1032-2fd0-4607-b1b9-a7c34415e0a2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.003093
10.0.0.33 - - [2026-06-08 04:55:04] "GET /virtual-network/ab29bc3f-37b4-4841-886f-f0bfb2ccdb31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2625 0.005849
10.0.0.33 - - [2026-06-08 04:55:06] "POST /neutron/port HTTP/1.1" 200 1216 0.020808
10.0.0.33 - - [2026-06-08 04:55:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004864
10.0.0.33 - - [2026-06-08 04:55:06] "POST /neutron/port HTTP/1.1" 200 117 0.001419
10.0.0.33 - - [2026-06-08 04:55:09] "POST /neutron/port HTTP/1.1" 200 1233 0.023904
10.0.0.33 - - [2026-06-08 04:55:14] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007441
10.0.0.33 - - [2026-06-08 04:55:22] "POST /neutron/port HTTP/1.1" 200 1233 0.022741
10.0.0.33 - - [2026-06-08 04:55:24] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007393
10.0.0.33 - - [2026-06-08 04:55:26] "GET /obj-perms HTTP/1.1" 200 5056 0.054812
10.0.0.33 - - [2026-06-08 04:55:35] "POST /neutron/port HTTP/1.1" 200 1233 0.021471
10.0.0.33 - - [2026-06-08 04:55:35] "POST /neutron/security_group HTTP/1.1" 200 2062 0.010297
10.0.0.33 - - [2026-06-08 04:55:35] "GET /virtual-machine/94dd5a64-798b-44d4-8421-253cfb3f7c8b HTTP/1.1" 200 1296 0.008730
10.0.0.33 - - [2026-06-08 04:55:35] "GET /virtual-machine-interface/bbcae901-70e6-4dd2-8f91-c07054fdc9bf HTTP/1.1" 200 3156 0.007919
10.0.0.33 - - [2026-06-08 04:55:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004338
10.0.0.33 - - [2026-06-08 04:55:35] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004289
10.0.0.33 - - [2026-06-08 04:55:35] "GET /virtual-networks?parent_id=dd4a1032-2fd0-4607-b1b9-a7c34415e0a2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.003365
10.0.0.33 - - [2026-06-08 04:55:35] "GET /virtual-network/ab29bc3f-37b4-4841-886f-f0bfb2ccdb31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2625 0.006672
10.0.0.33 - - [2026-06-08 04:55:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004585
10.0.0.33 - - [2026-06-08 04:55:36] "GET /global-vrouter-config/2bafbec4-8590-4024-be12-4bf6670c3033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004292
10.0.0.33 - - [2026-06-08 04:55:36] "GET /virtual-networks?parent_id=dd4a1032-2fd0-4607-b1b9-a7c34415e0a2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.003200
10.0.0.33 - - [2026-06-08 04:55:36] "GET /virtual-network/ab29bc3f-37b4-4841-886f-f0bfb2ccdb31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2625 0.006143
10.0.0.33 - - [2026-06-08 04:55:36] "GET /virtual-machine-interface/bbcae901-70e6-4dd2-8f91-c07054fdc9bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2741 0.006151
10.0.0.33 - - [2026-06-08 04:55:36] "PUT /virtual-machine-interface/bbcae901-70e6-4dd2-8f91-c07054fdc9bf HTTP/1.1" 200 284 0.016979
10.0.0.33 - - [2026-06-08 04:55:54] "POST /neutron/port HTTP/1.1" 200 1216 0.019765
10.0.0.33 - - [2026-06-08 04:55:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005091
10.0.0.33 - - [2026-06-08 04:55:54] "POST /neutron/port HTTP/1.1" 200 117 0.001497
10.0.0.33 - - [2026-06-08 04:56:07] "POST /neutron/port HTTP/1.1" 200 1109 0.016226
10.0.0.33 - - [2026-06-08 04:56:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003917
10.0.0.33 - - [2026-06-08 04:56:07] "POST /neutron/network HTTP/1.1" 200 929 0.006467
10.0.0.27 - - [2026-06-08 04:56:27] "GET /obj-perms HTTP/1.1" 200 5056 0.055115
10.0.0.33 - - [2026-06-08 04:56:55] "POST /neutron/network HTTP/1.1" 200 939 0.030573
10.0.0.33 - - [2026-06-08 04:56:55] "POST /neutron/port HTTP/1.1" 200 117 0.001266
10.0.0.33 - - [2026-06-08 04:57:09] "POST /neutron/port HTTP/1.1" 200 1233 0.022525
10.0.0.33 - - [2026-06-08 04:57:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.019958
10.0.0.33 - - [2026-06-08 04:57:09] "POST /neutron/port HTTP/1.1" 200 117 0.001432
10.0.0.249 - - [2026-06-08 04:57:27] "GET /obj-perms HTTP/1.1" 200 5056 0.049074
10.0.0.249 - - [2026-06-08 04:57:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000462
10.0.0.249 - - [2026-06-08 04:57:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000377
10.0.0.249 - - [2026-06-08 04:57:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000518
10.0.0.249 - - [2026-06-08 04:57:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000584
10.0.0.33 - - [2026-06-08 04:57:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000457
10.0.0.33 - - [2026-06-08 04:57:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000378
10.0.0.27 - - [2026-06-08 04:57:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000709
10.0.0.27 - - [2026-06-08 04:57:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000499
10.0.0.33 - - [2026-06-08 04:57:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000425
10.0.0.33 - - [2026-06-08 04:57:38] "GET /global-system-configs HTTP/1.1" 401 292 0.001016
10.0.0.27 - - [2026-06-08 04:57:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000474
10.0.0.27 - - [2026-06-08 04:57:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000392
10.0.0.33 - - [2026-06-08 04:57:55] "POST /neutron/port HTTP/1.1" 200 1233 0.020353
10.0.0.33 - - [2026-06-08 04:57:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004804
10.0.0.33 - - [2026-06-08 04:57:55] "POST /neutron/port HTTP/1.1" 200 117 0.001196
10.0.0.33 - - [2026-06-08 04:58:10] "POST /neutron/port HTTP/1.1" 200 1233 0.044529
10.0.0.33 - - [2026-06-08 04:58:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006268
10.0.0.33 - - [2026-06-08 04:58:10] "POST /neutron/port HTTP/1.1" 200 117 0.001565
10.0.0.33 - - [2026-06-08 04:58:29] "POST /neutron/network HTTP/1.1" 400 204 0.043226
10.0.0.33 - - [2026-06-08 04:58:29] "POST /neutron/port HTTP/1.1" 200 1233 0.022393
10.0.0.33 - - [2026-06-08 04:58:30] "POST /neutron/port HTTP/1.1" 200 151 0.341017
10.0.0.33 - - [2026-06-08 04:58:30] "POST /neutron/port HTTP/1.1" 200 151 0.382729
10.0.0.249 - - [2026-06-08 04:58:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.039401
10.0.0.27 - - [2026-06-08 04:58:33] "GET /projects?obj_uuids=dd4a1032-2fd0-4607-b1b9-a7c34415e0a2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.027166
10.0.0.33 - - [2026-06-08 04:58:33] "GET /project/dd4a1032-2fd0-4607-b1b9-a7c34415e0a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.100553
10.0.0.27 - - [2026-06-08 04:58:33] "GET /projects?obj_uuids=dd4a1032-2fd0-4607-b1b9-a7c34415e0a2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001275
10.0.0.33 - - [2026-06-08 04:58:33] "GET /project/dd4a1032-2fd0-4607-b1b9-a7c34415e0a2?fields=virtual_networks HTTP/1.1" 200 1041 0.044439
10.0.0.27 - - [2026-06-08 04:58:33] "GET /projects?obj_uuids=dd4a1032-2fd0-4607-b1b9-a7c34415e0a2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001116
10.0.0.33 - - [2026-06-08 04:58:33] "GET /project/dd4a1032-2fd0-4607-b1b9-a7c34415e0a2?fields=virtual_machine_interfaces HTTP/1.1" 200 1041 0.050849
10.0.0.27 - - [2026-06-08 04:58:33] "GET /projects?obj_uuids=dd4a1032-2fd0-4607-b1b9-a7c34415e0a2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001413
10.0.0.33 - - [2026-06-08 04:58:33] "GET /project/dd4a1032-2fd0-4607-b1b9-a7c34415e0a2?fields=security_groups HTTP/1.1" 200 1271 0.047626
10.0.0.33 - - [2026-06-08 04:58:34] "POST /fqname-to-id HTTP/1.1" 404 188 0.027059
10.0.0.27 - - [2026-06-08 04:58:34] "GET /projects?obj_uuids=70bdec2a-d104-4fec-863d-1625cd23b630&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003255
10.0.0.27 - - [2026-06-08 04:58:34] "GET /domains?obj_uuids=2441b78a-01cc-4005-9aa7-6b434eb6fb41&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001533
10.0.0.27 - - [2026-06-08 04:58:34] "GET /domain/2441b78a-01cc-4005-9aa7-6b434eb6fb41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.037198
10.0.0.27 - - [2026-06-08 04:58:34] "POST /id-to-fqname HTTP/1.1" 200 190 0.002889
10.0.0.27 - - [2026-06-08 04:58:34] "POST /fqname-to-id HTTP/1.1" 404 199 0.003294
10.0.0.27 - - [2026-06-08 04:58:34] "POST /security-groups HTTP/1.1" 200 591 0.035331
10.0.0.27 - - [2026-06-08 04:58:34] "POST /projects HTTP/1.1" 200 585 0.240039
10.0.0.27 - - [2026-06-08 04:58:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.311387
10.0.0.249 - - [2026-06-08 04:58:34] "POST /access-control-lists HTTP/1.1" 200 596 0.030712
10.0.0.33 - - [2026-06-08 04:58:35] "GET /project/70bdec2a-d104-4fec-863d-1625cd23b630?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.485179
10.0.0.33 - - [2026-06-08 04:58:36] "GET / HTTP/1.1" 200 35931 0.001406
10.0.0.27 - - [2026-06-08 04:58:41] "GET /projects?obj_uuids=70bdec2a-d104-4fec-863d-1625cd23b630&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001037
10.0.0.33 - - [2026-06-08 04:58:41] "GET /project/70bdec2a-d104-4fec-863d-1625cd23b630?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.052702
10.0.0.27 - - [2026-06-08 04:58:41] "GET /projects?obj_uuids=70bdec2a-d104-4fec-863d-1625cd23b630&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001120
10.0.0.33 - - [2026-06-08 04:58:41] "GET /project/70bdec2a-d104-4fec-863d-1625cd23b630?fields=virtual_networks HTTP/1.1" 200 1031 0.047543
10.0.0.27 - - [2026-06-08 04:58:41] "GET /projects?obj_uuids=70bdec2a-d104-4fec-863d-1625cd23b630&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000973
10.0.0.33 - - [2026-06-08 04:58:41] "GET /project/70bdec2a-d104-4fec-863d-1625cd23b630?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.051476
10.0.0.27 - - [2026-06-08 04:58:41] "GET /projects?obj_uuids=70bdec2a-d104-4fec-863d-1625cd23b630&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000981
10.0.0.33 - - [2026-06-08 04:58:41] "GET /project/70bdec2a-d104-4fec-863d-1625cd23b630?fields=security_groups HTTP/1.1" 200 1257 0.036474
10.0.0.27 - - [2026-06-08 04:58:44] "DELETE /project/70bdec2ad1044fec863d1625cd23b630 HTTP/1.1" 404 173 0.006818
10.0.0.27 - - [2026-06-08 04:58:44] "GET /projects?obj_uuids=70bdec2a-d104-4fec-863d-1625cd23b630&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000822
10.0.0.27 - - [2026-06-08 04:58:44] "GET /projects?obj_uuids=dd4a1032-2fd0-4607-b1b9-a7c34415e0a2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001072
10.0.0.27 - - [2026-06-08 04:58:45] "GET /project/dd4a1032-2fd0-4607-b1b9-a7c34415e0a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1485 0.047413
10.0.0.27 - - [2026-06-08 04:58:45] "GET /project/70bdec2a-d104-4fec-863d-1625cd23b630?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.058444
10.0.0.27 - - [2026-06-08 04:58:45] "GET /projects?obj_uuids=dd4a1032-2fd0-4607-b1b9-a7c34415e0a2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.012790
10.0.0.27 - - [2026-06-08 04:58:45] "GET /projects?obj_uuids=70bdec2a-d104-4fec-863d-1625cd23b630&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001226
10.0.0.27 - - [2026-06-08 04:58:45] "GET /project/dd4a1032-2fd0-4607-b1b9-a7c34415e0a2?fields=security_groups HTTP/1.1" 200 1376 0.100092
10.0.0.27 - - [2026-06-08 04:58:45] "GET /project/70bdec2a-d104-4fec-863d-1625cd23b630?fields=security_groups HTTP/1.1" 200 1362 0.134367
10.0.0.27 - - [2026-06-08 04:58:45] "DELETE /security-group/d4ebfb46-7b87-41b0-8de8-86bb65a6f360 HTTP/1.1" 200 115 0.065018
10.0.0.27 - - [2026-06-08 04:58:45] "GET /projects?obj_uuids=dd4a1032-2fd0-4607-b1b9-a7c34415e0a2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001041
10.0.0.249 - - [2026-06-08 04:58:45] "DELETE /access-control-list/fb637abe-4912-4c85-a646-e5365742f187 HTTP/1.1" 200 115 0.047467
10.0.0.27 - - [2026-06-08 04:58:45] "GET /project/dd4a1032-2fd0-4607-b1b9-a7c34415e0a2?fields=application_policy_sets HTTP/1.1" 200 1415 0.046493
10.0.0.27 - - [2026-06-08 04:58:45] "DELETE /security-group/265645b1-9a66-4072-a0e0-c311a80372ca HTTP/1.1" 200 115 0.099785
10.0.0.27 - - [2026-06-08 04:58:45] "GET /projects?obj_uuids=70bdec2a-d104-4fec-863d-1625cd23b630&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000961
10.0.0.27 - - [2026-06-08 04:58:45] "GET /project/70bdec2a-d104-4fec-863d-1625cd23b630?fields=application_policy_sets HTTP/1.1" 200 1401 0.091413
10.0.0.249 - - [2026-06-08 04:58:45] "DELETE /access-control-list/417d26a0-18a1-4714-8f92-2f73ea5230cc HTTP/1.1" 200 115 0.056326
10.0.0.27 - - [2026-06-08 04:58:45] "DELETE /project/dd4a1032-2fd0-4607-b1b9-a7c34415e0a2 HTTP/1.1" 200 115 0.563082
10.0.0.27 - - [2026-06-08 04:58:45] "DELETE /project/70bdec2a-d104-4fec-863d-1625cd23b630 HTTP/1.1" 200 115 0.645535
10.0.0.33 - - [2026-06-08 04:58:57] "POST /neutron/port HTTP/1.1" 200 1216 0.022725
10.0.0.33 - - [2026-06-08 04:58:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004971
10.0.0.33 - - [2026-06-08 04:58:57] "POST /neutron/port HTTP/1.1" 200 117 0.001486
10.0.0.33 - - [2026-06-08 04:59:12] "POST /neutron/port HTTP/1.1" 200 1216 0.018684
10.0.0.33 - - [2026-06-08 04:59:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003883
10.0.0.33 - - [2026-06-08 04:59:12] "POST /neutron/port HTTP/1.1" 200 117 0.001197
10.0.0.33 - - [2026-06-08 04:59:58] "POST /neutron/port HTTP/1.1" 200 1109 0.017933
10.0.0.33 - - [2026-06-08 04:59:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004832
10.0.0.33 - - [2026-06-08 04:59:58] "POST /neutron/network HTTP/1.1" 200 929 0.006709
10.0.0.33 - - [2026-06-08 05:00:14] "POST /neutron/network HTTP/1.1" 200 939 0.007435
10.0.0.33 - - [2026-06-08 05:00:14] "POST /neutron/port HTTP/1.1" 200 117 0.001540
10.0.0.33 - - [2026-06-08 05:00:29] "GET /obj-perms HTTP/1.1" 200 5056 0.063484
10.0.0.33 - - [2026-06-08 05:00:58] "POST /neutron/port HTTP/1.1" 200 1216 0.018447
10.0.0.33 - - [2026-06-08 05:00:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004756
10.0.0.33 - - [2026-06-08 05:00:58] "POST /neutron/port HTTP/1.1" 200 117 0.001171
10.0.0.33 - - [2026-06-08 05:01:15] "POST /neutron/port HTTP/1.1" 200 1216 0.024827
10.0.0.33 - - [2026-06-08 05:01:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004277
10.0.0.33 - - [2026-06-08 05:01:15] "POST /neutron/port HTTP/1.1" 200 117 0.001796
10.0.0.27 - - [2026-06-08 05:01:30] "GET /obj-perms HTTP/1.1" 200 5056 0.052257
[Introspect:8084]10.0.0.27 - - [2026-06-08 05:01:53] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001016
[Introspect:8084]10.0.0.27 - - [2026-06-08 05:01:53] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3160 0.001009