++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ mkdir -p /var/log/contrail/config-api ++ log_file=/var/log/contrail/config-api/console.log ++ touch /var/log/contrail/config-api/console.log ++ chmod 600 /var/log/contrail/config-api/console.log ++ exec +++ tee -a /var/log/contrail/config-api/console.log +++ date ++ echo 'INFO: =================== Thu Nov 6 02:05:26 AM UTC 2025 ===================' INFO: =================== Thu Nov 6 02:05:26 AM UTC 2025 =================== ++ 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 +++++ awk '{print $2}' +++++ grep -o 'dev.*' +++++ ip route get 1 ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ cut -d / -f 1 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ ip addr show dev ens3 +++ awk '{print $2}' +++ head -n 1 +++ grep 'inet ' ++ DEFAULT_LOCAL_IP=10.0.0.131 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ tail -n 1 +++ awk '/pagesize=2M/{print($3)}' +++ mount -t hugetlbfs ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.41,10.0.0.38,10.0.0.131 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.41,10.0.0.38,10.0.0.131 ++ ANALYTICSDB_NODES=10.0.0.41,10.0.0.38,10.0.0.131 ++ ANALYTICS_SNMP_NODES=10.0.0.41,10.0.0.38,10.0.0.131 ++ ANALYTICS_API_PORT=8081 ++ ANALYTICS_API_INTROSPECT_PORT=8090 ++ ANALYTICSDB_PORT=9160 ++ ANALYTICSDB_CQL_PORT=9042 ++ TOPOLOGY_INTROSPECT_PORT=5921 ++ QUERYENGINE_INTROSPECT_PORT=8091 +++ get_server_list ANALYTICS ':8081 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8081 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:8081 ' +++ '[' -n '10.0.0.41:8081 10.0.0.38:8081 10.0.0.131:8081 ' ']' +++ echo '10.0.0.41:8081 10.0.0.38:8081 10.0.0.131:8081' ++ ANALYTICS_SERVERS='10.0.0.41:8081 10.0.0.38:8081 10.0.0.131:8081' +++ get_server_list ANALYTICSDB ':9042 ' +++ local server_typ=ANALYTICSDB_NODES +++ local 'port_with_delim=:9042 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:9042 ' +++ '[' -n '10.0.0.41:9042 10.0.0.38:9042 10.0.0.131:9042 ' ']' +++ echo '10.0.0.41:9042 10.0.0.38:9042 10.0.0.131:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.41:9042 10.0.0.38:9042 10.0.0.131:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.41,10.0.0.38,10.0.0.131 ++ ALARMGEN_INTROSPECT_PORT=5995 ++ BGP_PORT=179 ++ BGP_AUTO_MESH=true ++ BGP_ASN=64512 ++ ENABLE_4BYTE_AS=false ++ APPLY_DEFAULTS=true ++ COLLECTOR_PORT=8086 ++ COLLECTOR_INTROSPECT_PORT=8089 ++ COLLECTOR_SYSLOG_PORT=514 ++ COLLECTOR_SFLOW_PORT=6343 ++ COLLECTOR_IPFIX_PORT=4739 ++ COLLECTOR_PROTOBUF_PORT=3333 ++ COLLECTOR_STRUCTURED_SYSLOG_PORT=3514 ++ SNMPCOLLECTOR_INTROSPECT_PORT=5920 +++ get_server_list ANALYTICS ':8086 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8086 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:8086 ' +++ '[' -n '10.0.0.41:8086 10.0.0.38:8086 10.0.0.131:8086 ' ']' +++ echo '10.0.0.41:8086 10.0.0.38:8086 10.0.0.131:8086' ++ COLLECTOR_SERVERS='10.0.0.41:8086 10.0.0.38:8086 10.0.0.131:8086' ++ CASSANDRA_PORT=9160 ++ CASSANDRA_CQL_PORT=9042 ++ CASSANDRA_SSL_STORAGE_PORT=7011 ++ CASSANDRA_STORAGE_PORT=7010 ++ CASSANDRA_JMX_LOCAL_PORT=7200 ++ CONFIGDB_CASSANDRA_DRIVER=cql ++ CONFIG_NODES=10.0.0.41,10.0.0.38,10.0.0.131 ++ CONFIGDB_NODES=10.0.0.41,10.0.0.38,10.0.0.131 ++ CONFIG_API_PORT=8082 ++ CONFIG_API_INTROSPECT_PORT=8084 ++ CONFIG_API_ADMIN_PORT=8095 ++ CONFIGDB_PORT=9161 ++ CONFIGDB_CQL_PORT=9041 +++ get_server_list CONFIG ':8082 ' +++ local server_typ=CONFIG_NODES +++ local 'port_with_delim=:8082 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:8082 ' +++ '[' -n '10.0.0.41:8082 10.0.0.38:8082 10.0.0.131:8082 ' ']' +++ echo '10.0.0.41:8082 10.0.0.38:8082 10.0.0.131:8082' ++ CONFIG_SERVERS='10.0.0.41:8082 10.0.0.38:8082 10.0.0.131:8082' +++ get_server_list CONFIGDB ':9161 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9161 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:9161 ' +++ '[' -n '10.0.0.41:9161 10.0.0.38:9161 10.0.0.131:9161 ' ']' +++ echo '10.0.0.41:9161 10.0.0.38:9161 10.0.0.131:9161' ++ CONFIGDB_SERVERS='10.0.0.41:9161 10.0.0.38:9161 10.0.0.131:9161' +++ get_server_list CONFIGDB ':9041 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9041 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:9041 ' +++ '[' -n '10.0.0.41:9041 10.0.0.38:9041 10.0.0.131:9041 ' ']' +++ echo '10.0.0.41:9041 10.0.0.38:9041 10.0.0.131:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.41:9041 10.0.0.38:9041 10.0.0.131: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.200,10.20.0.252,10.20.0.249 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.200,10.20.0.252,10.20.0.249 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.41,10.0.0.38,10.0.0.131 ++ ZOOKEEPER_PORT=2181 ++ ZOOKEEPER_PORTS=2888:3888 +++ get_server_list ZOOKEEPER :2181, +++ local server_typ=ZOOKEEPER_NODES +++ local port_with_delim=:2181, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+=10.0.0.41:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+=10.0.0.38:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+=10.0.0.131:2181, +++ '[' -n 10.0.0.41:2181,10.0.0.38:2181,10.0.0.131:2181, ']' +++ echo 10.0.0.41:2181,10.0.0.38:2181,10.0.0.131:2181 ++ ZOOKEEPER_SERVERS=10.0.0.41:2181,10.0.0.38:2181,10.0.0.131:2181 +++ get_server_list ZOOKEEPER ':2181 ' +++ local server_typ=ZOOKEEPER_NODES +++ local 'port_with_delim=:2181 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:2181 ' +++ '[' -n '10.0.0.41:2181 10.0.0.38:2181 10.0.0.131:2181 ' ']' +++ echo '10.0.0.41:2181 10.0.0.38:2181 10.0.0.131:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.41:2181 10.0.0.38:2181 10.0.0.131:2181' ++ RABBITMQ_NODES=10.0.0.41,10.0.0.38,10.0.0.131 ++ RABBITMQ_NODE_PORT=5673 +++ get_server_list RABBITMQ :5673, +++ local server_typ=RABBITMQ_NODES +++ local port_with_delim=:5673, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+=10.0.0.41:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+=10.0.0.38:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+=10.0.0.131:5673, +++ '[' -n 10.0.0.41:5673,10.0.0.38:5673,10.0.0.131:5673, ']' +++ echo 10.0.0.41:5673,10.0.0.38:5673,10.0.0.131:5673 ++ RABBITMQ_SERVERS=10.0.0.41:5673,10.0.0.38:5673,10.0.0.131:5673 ++ RABBITMQ_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=true ++ RABBITMQ_VHOST=/ ++ RABBITMQ_USER=guest ++ RABBITMQ_PASSWORD=guest ++ RABBITMQ_USE_SSL=false ++ RABBITMQ_SSL_VER=tlsv1.2 ++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_HEARTBEAT_INTERVAL=60 ++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal ++ RABBITMQ_MIRRORED_QUEUE_MODE=all ++ REDIS_SERVER_PORT=6379 ++ REDIS_SERVER_PASSWORD= +++ get_server_list ANALYTICS ':6379 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:6379 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:6379 ' +++ '[' -n '10.0.0.41:6379 10.0.0.38:6379 10.0.0.131:6379 ' ']' +++ echo '10.0.0.41:6379 10.0.0.38:6379 10.0.0.131:6379' ++ REDIS_SERVERS='10.0.0.41:6379 10.0.0.38:6379 10.0.0.131:6379' ++ REDIS_LISTEN_ADDRESS= ++ REDIS_PROTECTED_MODE= ++ REDIS_SSL_ENABLE=false ++ REDIS_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ REDIS_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ REDIS_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ redis_ssl_config= ++ KAFKA_NODES=10.0.0.41,10.0.0.38,10.0.0.131 ++ KAFKA_PORT=9092 +++ get_server_list KAFKA ':9092 ' +++ local server_typ=KAFKA_NODES +++ local 'port_with_delim=:9092 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:9092 ' +++ '[' -n '10.0.0.41:9092 10.0.0.38:9092 10.0.0.131:9092 ' ']' +++ echo '10.0.0.41:9092 10.0.0.38:9092 10.0.0.131:9092' ++ KAFKA_SERVERS='10.0.0.41:9092 10.0.0.38:9092 10.0.0.131:9092' ++ KAFKA_SSL_ENABLE=false ++ KAFKA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ KAFKA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ KAFKA_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ KEYSTONE_AUTH_ADMIN_TENANT=admin ++ KEYSTONE_AUTH_ADMIN_USER=admin ++ KEYSTONE_AUTH_ADMIN_PASSWORD=contrail123 ++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_USER_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_REGION_NAME=RegionOne ++ KEYSTONE_AUTH_URL_VERSION=/v3 ++ KEYSTONE_AUTH_HOST=10.0.0.41 ++ KEYSTONE_AUTH_PROTO=http ++ KEYSTONE_AUTH_ADMIN_PORT=5000 ++ KEYSTONE_AUTH_PUBLIC_PORT=5000 ++ KEYSTONE_AUTH_URL_TOKENS=/v3/auth/tokens ++ KEYSTONE_AUTH_INSECURE=True ++ KEYSTONE_AUTH_CERTFILE= ++ KEYSTONE_AUTH_KEYFILE= ++ KEYSTONE_AUTH_CA_CERTFILE= ++ KEYSTONE_AUTH_ENDPOINT_TYPE= ++ KEYSTONE_AUTH_SYNC_ON_DEMAND= ++ KEYSTONE_AUTH_INTERFACE=public ++ KUBEMANAGER_NODES=10.0.0.41,10.0.0.38,10.0.0.131 ++ KUBERNETES_CLUSTER_NAME=k8s ++ KUBERNETES_CNI_META_PLUGIN=multus ++ METADATA_PROXY_SECRET=contrail ++ BARBICAN_TENANT_NAME=service ++ BARBICAN_USER=barbican ++ BARBICAN_PASSWORD=contrail123 ++ AGENT_MODE=kernel ++ EXTERNAL_ROUTERS= ++ SUBCLUSTER= ++ VROUTER_COMPUTE_NODE_ADDRESS= ++ VROUTER_MODULE_OPTIONS= ++ FABRIC_SNAT_HASH_TABLE_SIZE=4096 ++ TSN_EVPN_MODE=False ++ TSN_NODES='[]' ++ PRIORITY_ID= ++ PRIORITY_BANDWIDTH= ++ PRIORITY_SCHEDULING= ++ QOS_QUEUE_ID= ++ QOS_LOGICAL_QUEUES= ++ QOS_DEF_HW_QUEUE=False ++ PRIORITY_TAGGING=True ++ SLO_DESTINATION=collector ++ '[' -n '' ']' ++ SAMPLE_DESTINATION=collector ++ FLOW_EXPORT_RATE=0 ++ WEBUI_NODES=10.0.0.41,10.0.0.38,10.0.0.131 ++ WEBUI_JOB_SERVER_PORT=3000 ++ KUE_UI_PORT=3002 ++ WEBUI_HTTP_LISTEN_PORT=8180 ++ WEBUI_HTTPS_LISTEN_PORT=8143 ++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem ++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem ++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA ++ WEBUI_STATIC_AUTH_USER=admin ++ WEBUI_STATIC_AUTH_PASSWORD=contrail123 ++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin ++ XMPP_SERVER_PORT=5269 ++ XMPP_SSL_ENABLE=false ++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ LINKLOCAL_SERVICE_PORT=80 ++ LINKLOCAL_SERVICE_NAME=metadata ++ LINKLOCAL_SERVICE_IP=169.254.169.254 ++ IPFABRIC_SERVICE_PORT=8775 ++ INTROSPECT_SSL_ENABLE=false ++ INTROSPECT_SSL_INSECURE=True ++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ INTROSPECT_LISTEN_ALL=True ++ SANDESH_SSL_ENABLE=false ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ /v3 == \/\v\2\.\0 ]] ++ [[ openstack == \o\p\e\n\s\t\a\c\k ]] ++ AUTH_MODE=keystone ++ [[ keystone == \k\e\y\s\t\o\n\e ]] ++ AUTH_PARAMS='--admin_password contrail123' ++ AUTH_PARAMS+=' --admin_tenant_name admin' ++ AUTH_PARAMS+=' --admin_user admin' ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ xmpp_certs_config= ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ analytics_api_ssl_opts= ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ kafka_ssl_config= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z '' ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ export TSN_AGENT_MODE= ++ TSN_AGENT_MODE= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z x ]] ++ RSYSLOGD_XFLOW_LISTEN_PORT=9898 + pre_start_init + wait_certs_if_ssl_enabled + is_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_config_api_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_for_cassandra ++ echo 10.0.0.41,10.0.0.38,10.0.0.131 ++ cut -d , -f 1 + local cassandra=10.0.0.41 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.41 9041 + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 + host_ip=0.0.0.0 + is_enabled + local val= + [[ '' == \t\r\u\e ]] + [[ '' == \y\e\s ]] + [[ '' == \e\n\a\b\l\e\d ]] ++ get_listen_ip_for_node CONFIG +++ find_my_ip_and_order_for_node CONFIG +++ local server_typ=CONFIG_NODES +++ cut -d ' ' -f 1 +++ find_my_ip_and_order_for_node_list 10.0.0.41,10.0.0.38,10.0.0.131 +++ local servers=10.0.0.41,10.0.0.38,10.0.0.131 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ awk '/32 host/ { print f } {f=$2}' ++++ grep -vi host ++++ sort ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ uniq +++ local local_ips=,10.0.0.131,10.20.0.249,127.0.0.1,172.17.0.1,, +++ local ord=1 +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.41'\''))' +++ local server_ip=10.0.0.41 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.41 ]] +++ [[ ,10.0.0.131,10.20.0.249,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.41, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.38'\''))' +++ local server_ip=10.0.0.38 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.38 ]] +++ [[ ,10.0.0.131,10.20.0.249,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.38, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.131'\''))' +++ local server_ip=10.0.0.131 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.131 ]] +++ [[ ,10.0.0.131,10.20.0.249,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.131, ]] +++ echo 10.0.0.131 3 +++ return ++ local ip=10.0.0.131 ++ [[ -z 10.0.0.131 ]] ++ echo 10.0.0.131 + host_ip=10.0.0.131 + [[ cql == \c\q\l ]] ++ echo 10.0.0.41:9041 10.0.0.38:9041 10.0.0.131:9041 ++ sed 's/,/ /g' + cassandra_server_list='10.0.0.41:9041 10.0.0.38:9041 10.0.0.131:9041' + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.131:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ sed 's/^API__//g' ++ grep '^API__.*__.*=.*$' ++ cut -d = -f 1 ++ set -o posix ++ set ++ 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: 11/06/2025 02:05:35.870 7f87f2d59f80 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 11/06/2025 02:05:36.015 7f87f2d59f80 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 11/06/2025 02:05:36.028 7f87f2d59f80 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 11/06/2025 02:05:36.028 7f87f2d59f80 [contrail-api] [INFO]: SANDESH: Logging: FILE: [None] -> [/var/log/contrail/config-api/contrail-api-0.log] HttpError Python 3.9.21: /usr/bin/python3 Thu Nov 6 02:05:51 2025 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) 5385 vnc_cgitb.enable(format='text') 5386 5387 main(args_str, VncApiServer(args_str)) 5388 #server_main 5389 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=) 3770 pm = self.create_singleton_entry(PolicyManagement()) 3771 self._global_pm_uuid = pm.uuid 3772 aps = self.create_singleton_entry(ApplicationPolicySet( 3773 parent_obj=pm, all_applications=True)) 3774 ok, result = self._db_conn.ref_update( aps undefined self = self.create_singleton_entry = > global ApplicationPolicySet = parent_obj undefined pm = all_applications undefined /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py in create_singleton_entry(self=, singleton_obj=, user_visible=True) 4025 if not ok: 4026 (code, msg) = result 4027 raise cfgm_common.exceptions.HttpError(code, msg) 4028 obj_id = result 4029 s_obj.uuid = obj_id global cfgm_common = cfgm_common.exceptions = cfgm_common.exceptions.HttpError = code = 409 msg = 'FQ Name: /fq-name-to-uuid/application_policy_set...080fad48-df79-4402-8586-ffc2d1837c7f at zookeeper' HttpError: HTTP Status: 409 Content: FQ Name: /fq-name-to-uuid/application_policy_set:default-policy-management:default-application-policy-set exists already with ID: 080fad48-df79-4402-8586-ffc2d1837c7f at zookeeper __cause__ = None __class__ = __context__ = NoIdError('application_policy_set default-policy-management:default-application-policy-set') __delattr__ = __dict__ = {'content': 'FQ Name: /fq-name-to-uuid/application_policy_set...080fad48-df79-4402-8586-ffc2d1837c7f 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/application_policy_set...080fad48-df79-4402-8586-ffc2d1837c7f at zookeeper') content = 'FQ Name: /fq-name-to-uuid/application_policy_set...080fad48-df79-4402-8586-ffc2d1837c7f 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 4010, 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 2524, 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: application_policy_set default-policy-management:default-application-policy-set 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 5387, 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 3772, in _db_init_entries aps = self.create_singleton_entry(ApplicationPolicySet( File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py", line 4027, 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/application_policy_set:default-policy-management:default-application-policy-set exists already with ID: 080fad48-df79-4402-8586-ffc2d1837c7f at zookeeper ++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ mkdir -p /var/log/contrail/config-api ++ log_file=/var/log/contrail/config-api/console.log ++ touch /var/log/contrail/config-api/console.log ++ chmod 600 /var/log/contrail/config-api/console.log ++ exec +++ tee -a /var/log/contrail/config-api/console.log +++ date ++ echo 'INFO: =================== Thu Nov 6 02:05:52 AM UTC 2025 ===================' INFO: =================== Thu Nov 6 02:05:52 AM UTC 2025 =================== ++ 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 +++ cut -d / -f 1 +++ grep 'inet ' +++ head -n 1 +++ awk '{print $2}' ++ DEFAULT_LOCAL_IP=10.0.0.131 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ mount -t hugetlbfs +++ awk '/pagesize=2M/{print($3)}' +++ tail -n 1 ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.41,10.0.0.38,10.0.0.131 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.41,10.0.0.38,10.0.0.131 ++ ANALYTICSDB_NODES=10.0.0.41,10.0.0.38,10.0.0.131 ++ ANALYTICS_SNMP_NODES=10.0.0.41,10.0.0.38,10.0.0.131 ++ ANALYTICS_API_PORT=8081 ++ ANALYTICS_API_INTROSPECT_PORT=8090 ++ ANALYTICSDB_PORT=9160 ++ ANALYTICSDB_CQL_PORT=9042 ++ TOPOLOGY_INTROSPECT_PORT=5921 ++ QUERYENGINE_INTROSPECT_PORT=8091 +++ get_server_list ANALYTICS ':8081 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8081 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:8081 ' +++ '[' -n '10.0.0.41:8081 10.0.0.38:8081 10.0.0.131:8081 ' ']' +++ echo '10.0.0.41:8081 10.0.0.38:8081 10.0.0.131:8081' ++ ANALYTICS_SERVERS='10.0.0.41:8081 10.0.0.38:8081 10.0.0.131:8081' +++ get_server_list ANALYTICSDB ':9042 ' +++ local server_typ=ANALYTICSDB_NODES +++ local 'port_with_delim=:9042 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:9042 ' +++ '[' -n '10.0.0.41:9042 10.0.0.38:9042 10.0.0.131:9042 ' ']' +++ echo '10.0.0.41:9042 10.0.0.38:9042 10.0.0.131:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.41:9042 10.0.0.38:9042 10.0.0.131:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.41,10.0.0.38,10.0.0.131 ++ ALARMGEN_INTROSPECT_PORT=5995 ++ BGP_PORT=179 ++ BGP_AUTO_MESH=true ++ BGP_ASN=64512 ++ ENABLE_4BYTE_AS=false ++ APPLY_DEFAULTS=true ++ COLLECTOR_PORT=8086 ++ COLLECTOR_INTROSPECT_PORT=8089 ++ COLLECTOR_SYSLOG_PORT=514 ++ COLLECTOR_SFLOW_PORT=6343 ++ COLLECTOR_IPFIX_PORT=4739 ++ COLLECTOR_PROTOBUF_PORT=3333 ++ COLLECTOR_STRUCTURED_SYSLOG_PORT=3514 ++ SNMPCOLLECTOR_INTROSPECT_PORT=5920 +++ get_server_list ANALYTICS ':8086 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8086 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:8086 ' +++ '[' -n '10.0.0.41:8086 10.0.0.38:8086 10.0.0.131:8086 ' ']' +++ echo '10.0.0.41:8086 10.0.0.38:8086 10.0.0.131:8086' ++ COLLECTOR_SERVERS='10.0.0.41:8086 10.0.0.38:8086 10.0.0.131:8086' ++ CASSANDRA_PORT=9160 ++ CASSANDRA_CQL_PORT=9042 ++ CASSANDRA_SSL_STORAGE_PORT=7011 ++ CASSANDRA_STORAGE_PORT=7010 ++ CASSANDRA_JMX_LOCAL_PORT=7200 ++ CONFIGDB_CASSANDRA_DRIVER=cql ++ CONFIG_NODES=10.0.0.41,10.0.0.38,10.0.0.131 ++ CONFIGDB_NODES=10.0.0.41,10.0.0.38,10.0.0.131 ++ CONFIG_API_PORT=8082 ++ CONFIG_API_INTROSPECT_PORT=8084 ++ CONFIG_API_ADMIN_PORT=8095 ++ CONFIGDB_PORT=9161 ++ CONFIGDB_CQL_PORT=9041 +++ get_server_list CONFIG ':8082 ' +++ local server_typ=CONFIG_NODES +++ local 'port_with_delim=:8082 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:8082 ' +++ '[' -n '10.0.0.41:8082 10.0.0.38:8082 10.0.0.131:8082 ' ']' +++ echo '10.0.0.41:8082 10.0.0.38:8082 10.0.0.131:8082' ++ CONFIG_SERVERS='10.0.0.41:8082 10.0.0.38:8082 10.0.0.131:8082' +++ get_server_list CONFIGDB ':9161 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9161 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:9161 ' +++ '[' -n '10.0.0.41:9161 10.0.0.38:9161 10.0.0.131:9161 ' ']' +++ echo '10.0.0.41:9161 10.0.0.38:9161 10.0.0.131:9161' ++ CONFIGDB_SERVERS='10.0.0.41:9161 10.0.0.38:9161 10.0.0.131:9161' +++ get_server_list CONFIGDB ':9041 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9041 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:9041 ' +++ '[' -n '10.0.0.41:9041 10.0.0.38:9041 10.0.0.131:9041 ' ']' +++ echo '10.0.0.41:9041 10.0.0.38:9041 10.0.0.131:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.41:9041 10.0.0.38:9041 10.0.0.131: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.200,10.20.0.252,10.20.0.249 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.200,10.20.0.252,10.20.0.249 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.41,10.0.0.38,10.0.0.131 ++ ZOOKEEPER_PORT=2181 ++ ZOOKEEPER_PORTS=2888:3888 +++ get_server_list ZOOKEEPER :2181, +++ local server_typ=ZOOKEEPER_NODES +++ local port_with_delim=:2181, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+=10.0.0.41:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+=10.0.0.38:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+=10.0.0.131:2181, +++ '[' -n 10.0.0.41:2181,10.0.0.38:2181,10.0.0.131:2181, ']' +++ echo 10.0.0.41:2181,10.0.0.38:2181,10.0.0.131:2181 ++ ZOOKEEPER_SERVERS=10.0.0.41:2181,10.0.0.38:2181,10.0.0.131:2181 +++ get_server_list ZOOKEEPER ':2181 ' +++ local server_typ=ZOOKEEPER_NODES +++ local 'port_with_delim=:2181 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:2181 ' +++ '[' -n '10.0.0.41:2181 10.0.0.38:2181 10.0.0.131:2181 ' ']' +++ echo '10.0.0.41:2181 10.0.0.38:2181 10.0.0.131:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.41:2181 10.0.0.38:2181 10.0.0.131:2181' ++ RABBITMQ_NODES=10.0.0.41,10.0.0.38,10.0.0.131 ++ RABBITMQ_NODE_PORT=5673 +++ get_server_list RABBITMQ :5673, +++ local server_typ=RABBITMQ_NODES +++ local port_with_delim=:5673, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+=10.0.0.41:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+=10.0.0.38:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+=10.0.0.131:5673, +++ '[' -n 10.0.0.41:5673,10.0.0.38:5673,10.0.0.131:5673, ']' +++ echo 10.0.0.41:5673,10.0.0.38:5673,10.0.0.131:5673 ++ RABBITMQ_SERVERS=10.0.0.41:5673,10.0.0.38:5673,10.0.0.131:5673 ++ RABBITMQ_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=true ++ RABBITMQ_VHOST=/ ++ RABBITMQ_USER=guest ++ RABBITMQ_PASSWORD=guest ++ RABBITMQ_USE_SSL=false ++ RABBITMQ_SSL_VER=tlsv1.2 ++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_HEARTBEAT_INTERVAL=60 ++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal ++ RABBITMQ_MIRRORED_QUEUE_MODE=all ++ REDIS_SERVER_PORT=6379 ++ REDIS_SERVER_PASSWORD= +++ get_server_list ANALYTICS ':6379 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:6379 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:6379 ' +++ '[' -n '10.0.0.41:6379 10.0.0.38:6379 10.0.0.131:6379 ' ']' +++ echo '10.0.0.41:6379 10.0.0.38:6379 10.0.0.131:6379' ++ REDIS_SERVERS='10.0.0.41:6379 10.0.0.38:6379 10.0.0.131:6379' ++ REDIS_LISTEN_ADDRESS= ++ REDIS_PROTECTED_MODE= ++ REDIS_SSL_ENABLE=false ++ REDIS_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ REDIS_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ REDIS_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ redis_ssl_config= ++ KAFKA_NODES=10.0.0.41,10.0.0.38,10.0.0.131 ++ KAFKA_PORT=9092 +++ get_server_list KAFKA ':9092 ' +++ local server_typ=KAFKA_NODES +++ local 'port_with_delim=:9092 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:9092 ' +++ '[' -n '10.0.0.41:9092 10.0.0.38:9092 10.0.0.131:9092 ' ']' +++ echo '10.0.0.41:9092 10.0.0.38:9092 10.0.0.131:9092' ++ KAFKA_SERVERS='10.0.0.41:9092 10.0.0.38:9092 10.0.0.131:9092' ++ KAFKA_SSL_ENABLE=false ++ KAFKA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ KAFKA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ KAFKA_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ KEYSTONE_AUTH_ADMIN_TENANT=admin ++ KEYSTONE_AUTH_ADMIN_USER=admin ++ KEYSTONE_AUTH_ADMIN_PASSWORD=contrail123 ++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_USER_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_REGION_NAME=RegionOne ++ KEYSTONE_AUTH_URL_VERSION=/v3 ++ KEYSTONE_AUTH_HOST=10.0.0.41 ++ KEYSTONE_AUTH_PROTO=http ++ KEYSTONE_AUTH_ADMIN_PORT=5000 ++ KEYSTONE_AUTH_PUBLIC_PORT=5000 ++ KEYSTONE_AUTH_URL_TOKENS=/v3/auth/tokens ++ KEYSTONE_AUTH_INSECURE=True ++ KEYSTONE_AUTH_CERTFILE= ++ KEYSTONE_AUTH_KEYFILE= ++ KEYSTONE_AUTH_CA_CERTFILE= ++ KEYSTONE_AUTH_ENDPOINT_TYPE= ++ KEYSTONE_AUTH_SYNC_ON_DEMAND= ++ KEYSTONE_AUTH_INTERFACE=public ++ KUBEMANAGER_NODES=10.0.0.41,10.0.0.38,10.0.0.131 ++ KUBERNETES_CLUSTER_NAME=k8s ++ KUBERNETES_CNI_META_PLUGIN=multus ++ METADATA_PROXY_SECRET=contrail ++ BARBICAN_TENANT_NAME=service ++ BARBICAN_USER=barbican ++ BARBICAN_PASSWORD=contrail123 ++ AGENT_MODE=kernel ++ EXTERNAL_ROUTERS= ++ SUBCLUSTER= ++ VROUTER_COMPUTE_NODE_ADDRESS= ++ VROUTER_MODULE_OPTIONS= ++ FABRIC_SNAT_HASH_TABLE_SIZE=4096 ++ TSN_EVPN_MODE=False ++ TSN_NODES='[]' ++ PRIORITY_ID= ++ PRIORITY_BANDWIDTH= ++ PRIORITY_SCHEDULING= ++ QOS_QUEUE_ID= ++ QOS_LOGICAL_QUEUES= ++ QOS_DEF_HW_QUEUE=False ++ PRIORITY_TAGGING=True ++ SLO_DESTINATION=collector ++ '[' -n '' ']' ++ SAMPLE_DESTINATION=collector ++ FLOW_EXPORT_RATE=0 ++ WEBUI_NODES=10.0.0.41,10.0.0.38,10.0.0.131 ++ WEBUI_JOB_SERVER_PORT=3000 ++ KUE_UI_PORT=3002 ++ WEBUI_HTTP_LISTEN_PORT=8180 ++ WEBUI_HTTPS_LISTEN_PORT=8143 ++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem ++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem ++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA ++ WEBUI_STATIC_AUTH_USER=admin ++ WEBUI_STATIC_AUTH_PASSWORD=contrail123 ++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin ++ XMPP_SERVER_PORT=5269 ++ XMPP_SSL_ENABLE=false ++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ LINKLOCAL_SERVICE_PORT=80 ++ LINKLOCAL_SERVICE_NAME=metadata ++ LINKLOCAL_SERVICE_IP=169.254.169.254 ++ IPFABRIC_SERVICE_PORT=8775 ++ INTROSPECT_SSL_ENABLE=false ++ INTROSPECT_SSL_INSECURE=True ++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ INTROSPECT_LISTEN_ALL=True ++ SANDESH_SSL_ENABLE=false ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ /v3 == \/\v\2\.\0 ]] ++ [[ openstack == \o\p\e\n\s\t\a\c\k ]] ++ AUTH_MODE=keystone ++ [[ keystone == \k\e\y\s\t\o\n\e ]] ++ AUTH_PARAMS='--admin_password contrail123' ++ AUTH_PARAMS+=' --admin_tenant_name admin' ++ AUTH_PARAMS+=' --admin_user admin' ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ xmpp_certs_config= ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ analytics_api_ssl_opts= ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ kafka_ssl_config= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z '' ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ export TSN_AGENT_MODE= ++ TSN_AGENT_MODE= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z x ]] ++ RSYSLOGD_XFLOW_LISTEN_PORT=9898 + pre_start_init + wait_certs_if_ssl_enabled + is_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_config_api_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_for_cassandra ++ echo 10.0.0.41,10.0.0.38,10.0.0.131 ++ cut -d , -f 1 + local cassandra=10.0.0.41 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.41 9041 + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 + host_ip=0.0.0.0 + is_enabled + local val= + [[ '' == \t\r\u\e ]] + [[ '' == \y\e\s ]] + [[ '' == \e\n\a\b\l\e\d ]] ++ get_listen_ip_for_node CONFIG +++ find_my_ip_and_order_for_node CONFIG +++ local server_typ=CONFIG_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.41,10.0.0.38,10.0.0.131 +++ cut -d ' ' -f 1 +++ local servers=10.0.0.41,10.0.0.38,10.0.0.131 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ grep -vi host ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ sort ++++ uniq +++ local local_ips=,10.0.0.131,10.20.0.249,127.0.0.1,172.17.0.1,, +++ local ord=1 +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.41'\''))' +++ local server_ip=10.0.0.41 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.41 ]] +++ [[ ,10.0.0.131,10.20.0.249,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.41, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.38'\''))' +++ local server_ip=10.0.0.38 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.38 ]] +++ [[ ,10.0.0.131,10.20.0.249,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.38, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.131'\''))' +++ local server_ip=10.0.0.131 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.131 ]] +++ [[ ,10.0.0.131,10.20.0.249,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.131, ]] +++ echo 10.0.0.131 3 +++ return ++ local ip=10.0.0.131 ++ [[ -z 10.0.0.131 ]] ++ echo 10.0.0.131 + host_ip=10.0.0.131 + [[ cql == \c\q\l ]] ++ sed 's/,/ /g' ++ echo 10.0.0.41:9041 10.0.0.38:9041 10.0.0.131:9041 + cassandra_server_list='10.0.0.41:9041 10.0.0.38:9041 10.0.0.131:9041' + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.131:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ set -o posix ++ set ++ grep '^API__.*__.*=.*$' ++ sort ++ sed 's/^API__//g' ++ cut -d = -f 1 + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:287: SyntaxWarning: "is not" with a literal. Did you mean "!="? if ip_alloc_unit is not 1: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1113: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1910: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: 11/06/2025 02:06:01.322 7fb7cb6af5c0 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 11/06/2025 02:06:01.478 7fb7cb6af5c0 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 11/06/2025 02:06:01.491 7fb7cb6af5c0 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 11/06/2025 02:06:01.492 7fb7cb6af5c0 [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.131:8082/ Hit Ctrl-C to quit. 10.0.0.131 - - [2025-11-06 02:06:02] "GET / HTTP/1.1" 503 181 0.000248 10.0.0.131 - - [2025-11-06 02:06:02] "GET / HTTP/1.1" 503 181 0.000145 10.0.0.131 - - [2025-11-06 02:06:03] "GET / HTTP/1.1" 200 45871 0.001515 10.0.0.131 - - [2025-11-06 02:06:03] "GET / HTTP/1.1" 200 45871 0.001067 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.131 - - [2025-11-06 02:06:03] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000557 10.0.0.131 - - [2025-11-06 02:06:03] "POST /fqname-to-id HTTP/1.1" 401 292 0.000271 10.0.0.131 - - [2025-11-06 02:06:05] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.995511 10.0.0.131 - - [2025-11-06 02:06:05] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.004219 10.0.0.131 - - [2025-11-06 02:06:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.715072 10.0.0.131 - - [2025-11-06 02:06:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005718 /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.38 - - [2025-11-06 02:06:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000494 10.0.0.131 - - [2025-11-06 02:06:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000420 10.0.0.131 - - [2025-11-06 02:06:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000566 10.0.0.38 - - [2025-11-06 02:06:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000716 10.0.0.131 - - [2025-11-06 02:06:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000436 10.0.0.131 - - [2025-11-06 02:06:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000449 10.0.0.38 - - [2025-11-06 02:06:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000446 10.0.0.38 - - [2025-11-06 02:06:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000525 10.0.0.41 - - [2025-11-06 02:06:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000796 10.0.0.41 - - [2025-11-06 02:06:14] "GET /global-system-configs HTTP/1.1" 401 292 0.000740 10.0.0.131 - - [2025-11-06 02:06:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.348726 10.0.0.41 - - [2025-11-06 02:06:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000401 10.0.0.41 - - [2025-11-06 02:06:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000398 10.0.0.131 - - [2025-11-06 02:06:15] "POST /access-control-lists HTTP/1.1" 200 589 0.047739 10.0.0.131 - - [2025-11-06 02:06:15] "POST /route-targets HTTP/1.1" 200 328 0.018188 10.0.0.131 - - [2025-11-06 02:06:15] "POST /ref-update HTTP/1.1" 200 156 0.024874 10.0.0.131 - - [2025-11-06 02:06:16] "POST /route-targets HTTP/1.1" 200 328 0.021604 10.0.0.131 - - [2025-11-06 02:06:16] "POST /access-control-lists HTTP/1.1" 200 553 0.085747 10.0.0.131 - - [2025-11-06 02:06:53] "POST /ref-update HTTP/1.1" 200 156 0.054035 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.41 - - [2025-11-06 02:10:03] "GET /obj-perms HTTP/1.1" 200 5056 0.358943 10.0.0.38 - - [2025-11-06 02:11:04] "GET /obj-perms HTTP/1.1" 200 5056 0.047538 10.0.0.131 - - [2025-11-06 02:11:04] "GET /obj-perms HTTP/1.1" 200 5056 0.044052 10.0.0.38 - - [2025-11-06 02:11:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000461 10.0.0.131 - - [2025-11-06 02:11:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000621 10.0.0.38 - - [2025-11-06 02:11:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000410 10.0.0.131 - - [2025-11-06 02:11:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000462 10.0.0.131 - - [2025-11-06 02:11:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000539 10.0.0.131 - - [2025-11-06 02:11:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000580 10.0.0.38 - - [2025-11-06 02:11:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000629 10.0.0.38 - - [2025-11-06 02:11:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000668 10.0.0.41 - - [2025-11-06 02:11:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000768 10.0.0.41 - - [2025-11-06 02:11:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000520 10.0.0.41 - - [2025-11-06 02:11:14] "GET /global-system-configs HTTP/1.1" 401 292 0.000585 10.0.0.41 - - [2025-11-06 02:11:14] "GET /global-system-configs HTTP/1.1" 401 292 0.000557 10.0.0.131 - - [2025-11-06 02:11:19] "PUT /access-control-list/579cec2d-f1a2-45d3-9b8a-0687be59959f HTTP/1.1" 200 273 0.074754 [Introspect:8084]10.0.0.131 - - [2025-11-06 02:11:27] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000958 [Introspect:8084]10.0.0.131 - - [2025-11-06 02:11:27] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3159 0.000935 [Introspect:8084]10.0.0.131 - - [2025-11-06 02:11:50] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001099 [Introspect:8084]10.0.0.131 - - [2025-11-06 02:11:50] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3159 0.000959 10.0.0.41 - - [2025-11-06 02:13:00] "GET / HTTP/1.1" 200 36215 0.001791 10.0.0.41 - - [2025-11-06 02:13:01] "POST /fqname-to-id HTTP/1.1" 401 292 0.000492 10.0.0.41 - - [2025-11-06 02:13:01] "POST /fqname-to-id HTTP/1.1" 404 186 0.045232 10.0.0.131 - - [2025-11-06 02:13:01] "GET /projects?obj_uuids=009e7b36-220b-4cd0-ab66-2d9bb2824572&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.056993 10.0.0.131 - - [2025-11-06 02:13:02] "GET /domains?obj_uuids=dd557474-6eee-442f-acdf-559f4d754f9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001062 10.0.0.131 - - [2025-11-06 02:13:02] "GET /domain/dd557474-6eee-442f-acdf-559f4d754f9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.072272 10.0.0.131 - - [2025-11-06 02:13:02] "POST /id-to-fqname HTTP/1.1" 200 188 0.003127 10.0.0.131 - - [2025-11-06 02:13:02] "POST /fqname-to-id HTTP/1.1" 404 197 0.022366 10.0.0.131 - - [2025-11-06 02:13:02] "POST /security-groups HTTP/1.1" 200 589 0.058902 10.0.0.131 - - [2025-11-06 02:13:02] "POST /projects HTTP/1.1" 200 581 0.374221 10.0.0.131 - - [2025-11-06 02:13:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.452276 10.0.0.131 - - [2025-11-06 02:13:02] "POST /fqname-to-id HTTP/1.1" 404 231 0.015468 10.0.0.41 - - [2025-11-06 02:13:02] "GET /project/009e7b36-220b-4cd0-ab66-2d9bb2824572?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.732011 10.0.0.41 - - [2025-11-06 02:13:03] "GET / HTTP/1.1" 200 36215 0.002397 10.0.0.131 - - [2025-11-06 02:13:07] "GET /projects?obj_uuids=009e7b36-220b-4cd0-ab66-2d9bb2824572&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000956 10.0.0.41 - - [2025-11-06 02:13:07] "GET /project/009e7b36-220b-4cd0-ab66-2d9bb2824572?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.091901 10.0.0.131 - - [2025-11-06 02:13:07] "GET /projects?obj_uuids=009e7b36-220b-4cd0-ab66-2d9bb2824572&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001049 10.0.0.41 - - [2025-11-06 02:13:07] "GET /project/009e7b36-220b-4cd0-ab66-2d9bb2824572?fields=virtual_networks HTTP/1.1" 200 1028 0.063707 10.0.0.131 - - [2025-11-06 02:13:07] "GET /projects?obj_uuids=009e7b36-220b-4cd0-ab66-2d9bb2824572&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000959 10.0.0.41 - - [2025-11-06 02:13:07] "GET /project/009e7b36-220b-4cd0-ab66-2d9bb2824572?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.057760 10.0.0.131 - - [2025-11-06 02:13:07] "GET /projects?obj_uuids=009e7b36-220b-4cd0-ab66-2d9bb2824572&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001441 10.0.0.41 - - [2025-11-06 02:13:07] "GET /project/009e7b36-220b-4cd0-ab66-2d9bb2824572?fields=security_groups HTTP/1.1" 200 1253 0.063864 10.0.0.131 - - [2025-11-06 02:13:07] "DELETE /project/009e7b36220b4cd0ab662d9bb2824572 HTTP/1.1" 404 173 0.006640 10.0.0.131 - - [2025-11-06 02:13:08] "GET /projects?obj_uuids=4c4d4b7c-2cd2-4445-a65e-2f16f1cd2c15&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004867 10.0.0.131 - - [2025-11-06 02:13:08] "GET /domains?obj_uuids=dd557474-6eee-442f-acdf-559f4d754f9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001698 10.0.0.131 - - [2025-11-06 02:13:08] "GET /domain/dd557474-6eee-442f-acdf-559f4d754f9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.011880 10.0.0.131 - - [2025-11-06 02:13:08] "POST /id-to-fqname HTTP/1.1" 200 167 0.008020 10.0.0.131 - - [2025-11-06 02:13:08] "POST /fqname-to-id HTTP/1.1" 404 176 0.015546 10.0.0.131 - - [2025-11-06 02:13:08] "POST /security-groups HTTP/1.1" 200 568 0.092090 10.0.0.131 - - [2025-11-06 02:13:08] "POST /projects HTTP/1.1" 200 539 0.383981 10.0.0.131 - - [2025-11-06 02:13:08] "POST /access-control-lists HTTP/1.1" 200 575 0.038578 10.0.0.131 - - [2025-11-06 02:13:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.459587 10.0.0.41 - - [2025-11-06 02:13:08] "GET /project/4c4d4b7c-2cd2-4445-a65e-2f16f1cd2c15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.648684 [Introspect:8084]10.0.0.41 - - [2025-11-06 02:13:09] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3159 0.001156 10.0.0.131 - - [2025-11-06 02:13:10] "GET /projects?obj_uuids=4c4d4b7c-2cd2-4445-a65e-2f16f1cd2c15&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000979 10.0.0.41 - - [2025-11-06 02:13:10] "GET /project/4c4d4b7c-2cd2-4445-a65e-2f16f1cd2c15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.070149 10.0.0.131 - - [2025-11-06 02:13:11] "GET /obj-perms HTTP/1.1" 200 5056 0.057784 [Introspect:8084]10.0.0.41 - - [2025-11-06 02:13:13] "GET /Snh_CollectorInfoRequest HTTP/1.1" 200 372 0.000859 10.0.0.41 - - [2025-11-06 02:13:13] "GET /obj-perms HTTP/1.1" 200 5056 0.062029 10.0.0.41 - - [2025-11-06 02:13:13] "GET /obj-perms HTTP/1.1" 200 5056 0.004965 10.0.0.41 - - [2025-11-06 02:13:13] "GET /obj-perms HTTP/1.1" 200 5056 0.005986 10.0.0.41 - - [2025-11-06 02:13:14] "GET /obj-perms HTTP/1.1" 200 5056 0.004938 10.0.0.41 - - [2025-11-06 02:13:14] "GET /obj-perms HTTP/1.1" 200 5056 0.005789 10.0.0.41 - - [2025-11-06 02:13:14] "GET /obj-perms HTTP/1.1" 200 5056 0.005108 10.0.0.41 - - [2025-11-06 02:13:14] "GET /obj-perms HTTP/1.1" 200 5056 0.005974 10.0.0.41 - - [2025-11-06 02:13:14] "GET /obj-perms HTTP/1.1" 200 5056 0.005675 10.0.0.41 - - [2025-11-06 02:13:14] "GET /obj-perms HTTP/1.1" 200 5056 0.004784 10.0.0.41 - - [2025-11-06 02:13:14] "GET /obj-perms HTTP/1.1" 200 5056 0.008847 10.0.0.41 - - [2025-11-06 02:13:14] "GET /obj-perms HTTP/1.1" 200 5056 0.004720 10.0.0.131 - - [2025-11-06 02:13:14] "GET /obj-perms HTTP/1.1" 200 5056 0.004320 10.0.0.41 - - [2025-11-06 02:13:14] "GET /obj-perms HTTP/1.1" 200 5056 0.004655 10.0.0.131 - - [2025-11-06 02:13:14] "GET /obj-perms HTTP/1.1" 200 5056 0.005521 10.0.0.131 - - [2025-11-06 02:13:14] "GET /obj-perms HTTP/1.1" 200 5056 0.004941 10.0.0.41 - - [2025-11-06 02:13:16] "GET /obj-perms HTTP/1.1" 200 5056 0.005131 10.0.0.41 - - [2025-11-06 02:13:16] "GET /obj-perms HTTP/1.1" 200 5056 0.004539 10.0.0.41 - - [2025-11-06 02:13:16] "GET /obj-perms HTTP/1.1" 200 5056 0.004547 10.0.0.41 - - [2025-11-06 02:13:16] "GET /obj-perms HTTP/1.1" 200 5056 0.004849 10.0.0.41 - - [2025-11-06 02:13:16] "GET /obj-perms HTTP/1.1" 200 5056 0.005661 10.0.0.41 - - [2025-11-06 02:13:16] "GET /obj-perms HTTP/1.1" 200 5056 0.005816 10.0.0.41 - - [2025-11-06 02:13:16] "GET /obj-perms HTTP/1.1" 200 5056 0.005135 10.0.0.41 - - [2025-11-06 02:13:16] "GET /obj-perms HTTP/1.1" 200 5056 0.005973 10.0.0.41 - - [2025-11-06 02:13:17] "GET /obj-perms HTTP/1.1" 200 5056 0.005184 10.0.0.41 - - [2025-11-06 02:13:17] "GET /obj-perms HTTP/1.1" 200 5056 0.006025 10.0.0.41 - - [2025-11-06 02:13:19] "GET /obj-perms HTTP/1.1" 200 5056 0.006078 10.0.0.41 - - [2025-11-06 02:13:19] "GET /obj-perms HTTP/1.1" 200 5056 0.005799 10.0.0.41 - - [2025-11-06 02:13:20] "GET /obj-perms HTTP/1.1" 200 5056 0.005287 10.0.0.41 - - [2025-11-06 02:13:20] "GET /obj-perms HTTP/1.1" 200 5056 0.006617 10.0.0.41 - - [2025-11-06 02:13:21] "GET /obj-perms HTTP/1.1" 200 5056 0.004793 10.0.0.41 - - [2025-11-06 02:13:22] "POST /fqname-to-id HTTP/1.1" 404 199 0.023028 10.0.0.131 - - [2025-11-06 02:13:22] "GET /projects?obj_uuids=b91172e0-0045-4cee-a724-f7bce213b481&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004204 10.0.0.131 - - [2025-11-06 02:13:22] "GET /domains?obj_uuids=dd557474-6eee-442f-acdf-559f4d754f9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000887 10.0.0.131 - - [2025-11-06 02:13:22] "GET /domain/dd557474-6eee-442f-acdf-559f4d754f9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007383 10.0.0.131 - - [2025-11-06 02:13:22] "POST /id-to-fqname HTTP/1.1" 200 201 0.002743 10.0.0.131 - - [2025-11-06 02:13:22] "POST /fqname-to-id HTTP/1.1" 404 210 0.018681 10.0.0.131 - - [2025-11-06 02:13:22] "POST /security-groups HTTP/1.1" 200 602 0.103924 10.0.0.131 - - [2025-11-06 02:13:22] "POST /fqname-to-id HTTP/1.1" 404 245 0.006015 10.0.0.131 - - [2025-11-06 02:13:22] "POST /projects HTTP/1.1" 200 607 0.375170 10.0.0.131 - - [2025-11-06 02:13:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.425651 10.0.0.41 - - [2025-11-06 02:13:23] "GET /project/b91172e0-0045-4cee-a724-f7bce213b481?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.599344 10.0.0.131 - - [2025-11-06 02:13:23] "POST /access-control-lists HTTP/1.1" 200 607 0.065543 10.0.0.41 - - [2025-11-06 02:13:24] "GET / HTTP/1.1" 200 36215 0.001821 10.0.0.41 - - [2025-11-06 02:13:25] "POST /fqname-to-id HTTP/1.1" 401 292 0.000742 10.0.0.41 - - [2025-11-06 02:13:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.061634 10.0.0.131 - - [2025-11-06 02:13:25] "GET /projects?obj_uuids=b91172e0-0045-4cee-a724-f7bce213b481&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001098 10.0.0.41 - - [2025-11-06 02:13:25] "GET /project/b91172e0-0045-4cee-a724-f7bce213b481?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.070813 10.0.0.131 - - [2025-11-06 02:13:26] "POST /useragent-kv HTTP/1.1" 200 115 0.018072 10.0.0.41 - - [2025-11-06 02:13:26] "POST /neutron/subnet HTTP/1.1" 200 729 0.347250 10.0.0.41 - - [2025-11-06 02:13:26] "POST /id-to-fqname HTTP/1.1" 200 233 0.001384 10.0.0.41 - - [2025-11-06 02:13:26] "GET /virtual-network/fb00d049-6758-4b4d-ba10-72171a6e8bf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.006644 10.0.0.41 - - [2025-11-06 02:13:26] "GET /virtual-network/fb00d049-6758-4b4d-ba10-72171a6e8bf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.007714 10.0.0.41 - - [2025-11-06 02:13:26] "POST /neutron/network HTTP/1.1" 200 840 0.014294 10.0.0.41 - - [2025-11-06 02:13:27] "GET /virtual-network/fb00d049-6758-4b4d-ba10-72171a6e8bf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.006310 10.0.0.41 - - [2025-11-06 02:13:28] "GET /obj-perms HTTP/1.1" 200 5052 0.054916 10.0.0.131 - - [2025-11-06 02:13:28] "GET /obj-perms HTTP/1.1" 200 5052 0.055129 10.0.0.41 - - [2025-11-06 02:13:28] "POST /id-to-fqname HTTP/1.1" 200 233 0.001491 10.0.0.131 - - [2025-11-06 02:13:31] "GET /projects?obj_uuids=b91172e0-0045-4cee-a724-f7bce213b481&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001515 10.0.0.41 - - [2025-11-06 02:13:31] "GET /project/b91172e0-0045-4cee-a724-f7bce213b481?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.079907 10.0.0.41 - - [2025-11-06 02:13:31] "POST /neutron/network HTTP/1.1" 200 840 0.041658 10.0.0.41 - - [2025-11-06 02:13:32] "POST /neutron/port HTTP/1.1" 200 117 0.007790 10.0.0.41 - - [2025-11-06 02:13:33] "POST /neutron/port HTTP/1.1" 200 1072 0.042446 10.0.0.41 - - [2025-11-06 02:13:34] "POST /neutron/port HTTP/1.1" 200 1100 0.022592 10.0.0.41 - - [2025-11-06 02:13:34] "POST /neutron/port HTTP/1.1" 200 117 0.001987 10.0.0.41 - - [2025-11-06 02:13:37] "POST /neutron/security_group HTTP/1.1" 200 2069 0.014626 10.0.0.41 - - [2025-11-06 02:13:44] "GET /obj-perms HTTP/1.1" 200 5052 0.004545 10.0.0.41 - - [2025-11-06 02:13:45] "POST /neutron/port HTTP/1.1" 200 1100 0.030138 10.0.0.41 - - [2025-11-06 02:13:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006531 10.0.0.41 - - [2025-11-06 02:13:46] "POST /neutron/network HTTP/1.1" 200 840 0.008355 10.0.0.41 - - [2025-11-06 02:13:48] "POST /neutron/port HTTP/1.1" 200 1100 0.023586 10.0.0.41 - - [2025-11-06 02:13:48] "POST /neutron/port HTTP/1.1" 200 117 0.028715 10.0.0.131 - - [2025-11-06 02:13:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004436 10.0.0.131 - - [2025-11-06 02:13:50] "GET /projects?obj_uuids=b91172e0-0045-4cee-a724-f7bce213b481&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001392 10.0.0.41 - - [2025-11-06 02:13:50] "GET /project/b91172e0-0045-4cee-a724-f7bce213b481?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.093147 10.0.0.131 - - [2025-11-06 02:13:50] "GET /projects?obj_uuids=b91172e0-0045-4cee-a724-f7bce213b481&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002335 10.0.0.41 - - [2025-11-06 02:13:51] "GET /project/b91172e0-0045-4cee-a724-f7bce213b481?fields=virtual_networks HTTP/1.1" 200 1057 0.105346 10.0.0.131 - - [2025-11-06 02:13:51] "GET /projects?obj_uuids=b91172e0-0045-4cee-a724-f7bce213b481&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001024 10.0.0.41 - - [2025-11-06 02:13:51] "GET /project/b91172e0-0045-4cee-a724-f7bce213b481?fields=virtual_machine_interfaces HTTP/1.1" 200 1057 0.055664 10.0.0.131 - - [2025-11-06 02:13:51] "GET /projects?obj_uuids=b91172e0-0045-4cee-a724-f7bce213b481&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001063 10.0.0.41 - - [2025-11-06 02:13:51] "GET /project/b91172e0-0045-4cee-a724-f7bce213b481?fields=security_groups HTTP/1.1" 200 1295 0.062321 10.0.0.131 - - [2025-11-06 02:13:51] "GET /projects?obj_uuids=4c4d4b7c-2cd2-4445-a65e-2f16f1cd2c15&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000945 10.0.0.41 - - [2025-11-06 02:13:51] "GET /project/4c4d4b7c-2cd2-4445-a65e-2f16f1cd2c15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.088161 10.0.0.131 - - [2025-11-06 02:13:58] "GET /projects?obj_uuids=4c4d4b7c-2cd2-4445-a65e-2f16f1cd2c15&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001381 10.0.0.41 - - [2025-11-06 02:13:58] "GET /project/4c4d4b7c-2cd2-4445-a65e-2f16f1cd2c15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.067570 10.0.0.41 - - [2025-11-06 02:14:00] "POST /fqname-to-id HTTP/1.1" 404 200 0.025900 10.0.0.131 - - [2025-11-06 02:14:01] "GET /projects?obj_uuids=684376fa-99a0-479a-ae6c-8efc37a0ea7a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004261 10.0.0.131 - - [2025-11-06 02:14:01] "GET /domains?obj_uuids=dd557474-6eee-442f-acdf-559f4d754f9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001855 10.0.0.131 - - [2025-11-06 02:14:01] "GET /domain/dd557474-6eee-442f-acdf-559f4d754f9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.011631 10.0.0.131 - - [2025-11-06 02:14:01] "POST /id-to-fqname HTTP/1.1" 200 202 0.004998 10.0.0.131 - - [2025-11-06 02:14:01] "POST /fqname-to-id HTTP/1.1" 404 211 0.006253 10.0.0.131 - - [2025-11-06 02:14:01] "POST /security-groups HTTP/1.1" 200 603 0.041484 10.0.0.131 - - [2025-11-06 02:14:01] "POST /projects HTTP/1.1" 200 609 0.310771 10.0.0.131 - - [2025-11-06 02:14:01] "POST /access-control-lists HTTP/1.1" 200 610 0.035664 10.0.0.131 - - [2025-11-06 02:14:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.387433 10.0.0.41 - - [2025-11-06 02:14:01] "GET /project/684376fa-99a0-479a-ae6c-8efc37a0ea7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.568056 10.0.0.41 - - [2025-11-06 02:14:02] "GET / HTTP/1.1" 200 36215 0.001769 10.0.0.41 - - [2025-11-06 02:14:03] "POST /fqname-to-id HTTP/1.1" 401 292 0.000529 10.0.0.41 - - [2025-11-06 02:14:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.055388 10.0.0.131 - - [2025-11-06 02:14:03] "GET /projects?obj_uuids=684376fa-99a0-479a-ae6c-8efc37a0ea7a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002033 10.0.0.41 - - [2025-11-06 02:14:03] "GET /project/684376fa-99a0-479a-ae6c-8efc37a0ea7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.066691 10.0.0.41 - - [2025-11-06 02:14:03] "POST /neutron/network HTTP/1.1" 200 117 0.046445 10.0.0.41 - - [2025-11-06 02:14:04] "POST /neutron/network HTTP/1.1" 200 921 0.012473 10.0.0.41 - - [2025-11-06 02:14:04] "POST /id-to-fqname HTTP/1.1" 200 275 0.001152 10.0.0.41 - - [2025-11-06 02:14:04] "GET /virtual-network/61a114ad-4892-49ce-9c6f-5e04ad65fbbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2192 0.006020 10.0.0.41 - - [2025-11-06 02:14:04] "GET /virtual-network/61a114ad-4892-49ce-9c6f-5e04ad65fbbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2192 0.008427 10.0.0.41 - - [2025-11-06 02:14:04] "POST /neutron/subnet HTTP/1.1" 200 720 0.011155 10.0.0.41 - - [2025-11-06 02:14:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004333 10.0.0.131 - - [2025-11-06 02:14:04] "GET /projects?obj_uuids=684376fa-99a0-479a-ae6c-8efc37a0ea7a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001642 10.0.0.41 - - [2025-11-06 02:14:04] "GET /project/684376fa-99a0-479a-ae6c-8efc37a0ea7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.058779 10.0.0.131 - - [2025-11-06 02:14:04] "POST /route-targets HTTP/1.1" 200 328 0.015994 10.0.0.131 - - [2025-11-06 02:14:04] "POST /ref-update HTTP/1.1" 200 156 0.037884 10.0.0.131 - - [2025-11-06 02:14:04] "POST /useragent-kv HTTP/1.1" 200 115 0.022321 10.0.0.41 - - [2025-11-06 02:14:04] "POST /neutron/subnet HTTP/1.1" 200 730 0.330757 10.0.0.41 - - [2025-11-06 02:14:04] "POST /id-to-fqname HTTP/1.1" 200 275 0.001347 10.0.0.41 - - [2025-11-06 02:14:04] "GET /virtual-network/375ccd3c-f2be-4a87-a98e-f238f9c643cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2198 0.007047 10.0.0.41 - - [2025-11-06 02:14:04] "GET /virtual-network/375ccd3c-f2be-4a87-a98e-f238f9c643cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2198 0.006841 10.0.0.41 - - [2025-11-06 02:14:04] "POST /neutron/network HTTP/1.1" 200 923 0.008080 10.0.0.41 - - [2025-11-06 02:14:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003747 10.0.0.131 - - [2025-11-06 02:14:04] "GET /projects?obj_uuids=684376fa-99a0-479a-ae6c-8efc37a0ea7a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001191 10.0.0.41 - - [2025-11-06 02:14:05] "GET /project/684376fa-99a0-479a-ae6c-8efc37a0ea7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.054893 10.0.0.131 - - [2025-11-06 02:14:05] "GET /projects?obj_uuids=684376fa-99a0-479a-ae6c-8efc37a0ea7a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000968 10.0.0.41 - - [2025-11-06 02:14:05] "POST /neutron/network HTTP/1.1" 200 705 0.188308 10.0.0.41 - - [2025-11-06 02:14:05] "POST /id-to-fqname HTTP/1.1" 200 276 0.004336 10.0.0.41 - - [2025-11-06 02:14:05] "GET /virtual-network/d0e36ad9-41e8-4ccc-8c42-3d9786abdc96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2196 0.007591 10.0.0.41 - - [2025-11-06 02:14:05] "POST /neutron/network HTTP/1.1" 200 923 0.011671 10.0.0.41 - - [2025-11-06 02:14:05] "GET /virtual-network/d0e36ad9-41e8-4ccc-8c42-3d9786abdc96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2196 0.007815 10.0.0.41 - - [2025-11-06 02:14:05] "POST /id-to-fqname HTTP/1.1" 200 275 0.002023 10.0.0.41 - - [2025-11-06 02:14:06] "POST /neutron/network HTTP/1.1" 200 933 0.010478 10.0.0.38 - - [2025-11-06 02:14:06] "GET /obj-perms HTTP/1.1" 200 5056 0.050604 10.0.0.131 - - [2025-11-06 02:14:06] "GET /projects?obj_uuids=684376fa-99a0-479a-ae6c-8efc37a0ea7a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001938 10.0.0.41 - - [2025-11-06 02:14:06] "GET /project/684376fa-99a0-479a-ae6c-8efc37a0ea7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.076157 10.0.0.41 - - [2025-11-06 02:14:07] "POST /neutron/port HTTP/1.1" 200 117 0.007333 10.0.0.41 - - [2025-11-06 02:14:07] "POST /id-to-fqname HTTP/1.1" 200 276 0.001447 10.0.0.41 - - [2025-11-06 02:14:07] "POST /neutron/network HTTP/1.1" 200 933 0.008172 10.0.0.131 - - [2025-11-06 02:14:08] "DELETE /project/4c4d4b7c2cd24445a65e2f16f1cd2c15 HTTP/1.1" 404 173 0.010747 10.0.0.131 - - [2025-11-06 02:14:08] "DELETE /project/b91172e000454ceea724f7bce213b481 HTTP/1.1" 404 173 0.010114 10.0.0.131 - - [2025-11-06 02:14:08] "DELETE /project/684376fa99a0479aae6c8efc37a0ea7a HTTP/1.1" 404 173 0.015222 10.0.0.131 - - [2025-11-06 02:14:08] "GET /projects?obj_uuids=009e7b36-220b-4cd0-ab66-2d9bb2824572&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001590 10.0.0.131 - - [2025-11-06 02:14:08] "GET /projects?obj_uuids=b91172e0-0045-4cee-a724-f7bce213b481&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001320 10.0.0.131 - - [2025-11-06 02:14:08] "GET /project/009e7b36-220b-4cd0-ab66-2d9bb2824572?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1458 0.110297 10.0.0.131 - - [2025-11-06 02:14:08] "GET /projects?obj_uuids=009e7b36-220b-4cd0-ab66-2d9bb2824572&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001068 10.0.0.41 - - [2025-11-06 02:14:08] "POST /neutron/port HTTP/1.1" 200 1073 0.076110 10.0.0.131 - - [2025-11-06 02:14:08] "GET /project/b91172e0-0045-4cee-a724-f7bce213b481?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1513 0.168217 10.0.0.131 - - [2025-11-06 02:14:08] "GET /projects?obj_uuids=b91172e0-0045-4cee-a724-f7bce213b481&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001510 10.0.0.131 - - [2025-11-06 02:14:08] "GET /project/009e7b36-220b-4cd0-ab66-2d9bb2824572?fields=security_groups HTTP/1.1" 200 1355 0.168759 10.0.0.131 - - [2025-11-06 02:14:08] "GET /project/b91172e0-0045-4cee-a724-f7bce213b481?fields=security_groups HTTP/1.1" 200 1397 0.164237 10.0.0.131 - - [2025-11-06 02:14:08] "DELETE /security-group/df834657-1333-4b99-b88f-fdd1e438217d HTTP/1.1" 200 115 0.150534 10.0.0.131 - - [2025-11-06 02:14:08] "GET /projects?obj_uuids=009e7b36-220b-4cd0-ab66-2d9bb2824572&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001525 10.0.0.131 - - [2025-11-06 02:14:08] "DELETE /security-group/75f11361-97b1-480f-9580-cbbc95d6242f HTTP/1.1" 200 115 0.151579 10.0.0.131 - - [2025-11-06 02:14:08] "GET /projects?obj_uuids=b91172e0-0045-4cee-a724-f7bce213b481&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001806 10.0.0.41 - - [2025-11-06 02:14:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007759 10.0.0.131 - - [2025-11-06 02:14:08] "DELETE /access-control-list/208dc827-7b8f-440e-8cb6-a1bc432e0ede HTTP/1.1" 200 115 0.106998 10.0.0.131 - - [2025-11-06 02:14:08] "GET /project/009e7b36-220b-4cd0-ab66-2d9bb2824572?fields=application_policy_sets HTTP/1.1" 200 1394 0.146701 10.0.0.131 - - [2025-11-06 02:14:08] "GET /project/b91172e0-0045-4cee-a724-f7bce213b481?fields=application_policy_sets HTTP/1.1" 200 1436 0.131410 10.0.0.131 - - [2025-11-06 02:14:08] "GET /projects?obj_uuids=684376fa-99a0-479a-ae6c-8efc37a0ea7a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001799 10.0.0.41 - - [2025-11-06 02:14:08] "POST /neutron/network HTTP/1.1" 200 923 0.026790 10.0.0.41 - - [2025-11-06 02:14:08] "GET /project/684376fa-99a0-479a-ae6c-8efc37a0ea7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.321680 10.0.0.131 - - [2025-11-06 02:14:09] "DELETE /project/009e7b36-220b-4cd0-ab66-2d9bb2824572 HTTP/1.1" 200 115 0.970903 10.0.0.131 - - [2025-11-06 02:14:09] "DELETE /access-control-list/f078dfca-84ee-440e-9206-bc3c64344cb5 HTTP/1.1" 200 115 0.162944 10.0.0.131 - - [2025-11-06 02:14:09] "DELETE /project/b91172e0-0045-4cee-a724-f7bce213b481 HTTP/1.1" 200 115 1.105322 10.0.0.41 - - [2025-11-06 02:14:09] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007967 10.0.0.131 - - [2025-11-06 02:14:10] "GET /projects?obj_uuids=684376fa-99a0-479a-ae6c-8efc37a0ea7a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001745 10.0.0.41 - - [2025-11-06 02:14:10] "POST /neutron/port HTTP/1.1" 200 1071 0.482357 10.0.0.41 - - [2025-11-06 02:14:11] "POST /neutron/port HTTP/1.1" 200 1071 0.035498 10.0.0.41 - - [2025-11-06 02:14:11] "POST /neutron/port HTTP/1.1" 200 1099 0.028518 10.0.0.41 - - [2025-11-06 02:14:11] "POST /neutron/port HTTP/1.1" 200 117 0.001208 10.0.0.41 - - [2025-11-06 02:14:11] "POST /neutron/port HTTP/1.1" 200 1127 0.020015 10.0.0.131 - - [2025-11-06 02:14:13] "POST /useragent-kv HTTP/1.1" 200 115 0.005669 10.0.0.131 - - [2025-11-06 02:14:13] "POST /useragent-kv HTTP/1.1" 200 115 0.003798 10.0.0.41 - - [2025-11-06 02:14:13] "POST /neutron/network HTTP/1.1" 200 151 0.174605 10.0.0.41 - - [2025-11-06 02:14:14] "POST /neutron/port HTTP/1.1" 200 1099 0.020647 10.0.0.41 - - [2025-11-06 02:14:15] "POST /neutron/network HTTP/1.1" 200 923 0.007739 10.0.0.41 - - [2025-11-06 02:14:15] "POST /neutron/network HTTP/1.1" 200 895 0.013121 10.0.0.131 - - [2025-11-06 02:14:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.007457 10.0.0.131 - - [2025-11-06 02:14:15] "POST /useragent-kv HTTP/1.1" 200 115 0.011949 10.0.0.131 - - [2025-11-06 02:14:15] "POST /useragent-kv HTTP/1.1" 200 115 0.003390 10.0.0.41 - - [2025-11-06 02:14:15] "POST /neutron/network HTTP/1.1" 200 151 0.244679 10.0.0.131 - - [2025-11-06 02:14:15] "GET /projects?obj_uuids=684376fa-99a0-479a-ae6c-8efc37a0ea7a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001348 10.0.0.131 - - [2025-11-06 02:14:15] "DELETE /route-target/f4d615ab-2204-4500-878b-1f95322db223 HTTP/1.1" 200 115 0.083084 10.0.0.41 - - [2025-11-06 02:14:15] "GET /project/684376fa-99a0-479a-ae6c-8efc37a0ea7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.127905 10.0.0.131 - - [2025-11-06 02:14:15] "GET /projects?obj_uuids=684376fa-99a0-479a-ae6c-8efc37a0ea7a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002137 10.0.0.41 - - [2025-11-06 02:14:16] "GET /project/684376fa-99a0-479a-ae6c-8efc37a0ea7a?fields=virtual_networks HTTP/1.1" 200 1058 0.059511 10.0.0.131 - - [2025-11-06 02:14:16] "GET /projects?obj_uuids=684376fa-99a0-479a-ae6c-8efc37a0ea7a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001631 10.0.0.41 - - [2025-11-06 02:14:16] "GET /project/684376fa-99a0-479a-ae6c-8efc37a0ea7a?fields=virtual_machine_interfaces HTTP/1.1" 200 1058 0.070703 10.0.0.131 - - [2025-11-06 02:14:16] "GET /projects?obj_uuids=684376fa-99a0-479a-ae6c-8efc37a0ea7a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001097 10.0.0.41 - - [2025-11-06 02:14:16] "GET /project/684376fa-99a0-479a-ae6c-8efc37a0ea7a?fields=security_groups HTTP/1.1" 200 1297 0.053231 10.0.0.41 - - [2025-11-06 02:14:16] "POST /fqname-to-id HTTP/1.1" 404 190 0.029604 10.0.0.131 - - [2025-11-06 02:14:17] "GET /projects?obj_uuids=45f91f3d-7f6f-4094-a308-dfaf687d2d0a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005124 10.0.0.131 - - [2025-11-06 02:14:17] "GET /domains?obj_uuids=dd557474-6eee-442f-acdf-559f4d754f9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001517 10.0.0.131 - - [2025-11-06 02:14:17] "GET /domain/dd557474-6eee-442f-acdf-559f4d754f9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.010938 10.0.0.131 - - [2025-11-06 02:14:17] "POST /id-to-fqname HTTP/1.1" 200 192 0.001194 10.0.0.131 - - [2025-11-06 02:14:17] "POST /fqname-to-id HTTP/1.1" 404 201 0.007045 10.0.0.131 - - [2025-11-06 02:14:17] "POST /security-groups HTTP/1.1" 200 593 0.045064 10.0.0.131 - - [2025-11-06 02:14:17] "POST /projects HTTP/1.1" 200 589 0.319035 10.0.0.131 - - [2025-11-06 02:14:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.396172 10.0.0.131 - - [2025-11-06 02:14:17] "POST /fqname-to-id HTTP/1.1" 404 235 0.012347 10.0.0.41 - - [2025-11-06 02:14:17] "GET /project/45f91f3d-7f6f-4094-a308-dfaf687d2d0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.586214 10.0.0.41 - - [2025-11-06 02:14:18] "GET / HTTP/1.1" 200 36215 0.001994 10.0.0.41 - - [2025-11-06 02:14:19] "POST /fqname-to-id HTTP/1.1" 401 292 0.000481 10.0.0.41 - - [2025-11-06 02:14:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.053349 10.0.0.131 - - [2025-11-06 02:14:19] "GET /projects?obj_uuids=45f91f3d-7f6f-4094-a308-dfaf687d2d0a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001056 10.0.0.41 - - [2025-11-06 02:14:19] "GET /project/45f91f3d-7f6f-4094-a308-dfaf687d2d0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.065496 10.0.0.131 - - [2025-11-06 02:14:19] "GET /projects?obj_uuids=45f91f3d-7f6f-4094-a308-dfaf687d2d0a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001684 10.0.0.41 - - [2025-11-06 02:14:19] "POST /neutron/network HTTP/1.1" 200 673 0.242575 10.0.0.131 - - [2025-11-06 02:14:19] "POST /ref-update HTTP/1.1" 200 156 0.055679 10.0.0.41 - - [2025-11-06 02:14:20] "POST /id-to-fqname HTTP/1.1" 200 255 0.006167 10.0.0.41 - - [2025-11-06 02:14:20] "GET /virtual-network/262e7a1a-9e57-4887-92f0-d29c9068b9d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2148 0.007994 10.0.0.41 - - [2025-11-06 02:14:20] "POST /neutron/network HTTP/1.1" 200 893 0.008985 10.0.0.41 - - [2025-11-06 02:14:20] "GET /virtual-network/262e7a1a-9e57-4887-92f0-d29c9068b9d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2148 0.006171 10.0.0.41 - - [2025-11-06 02:14:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003985 10.0.0.131 - - [2025-11-06 02:14:20] "GET /projects?obj_uuids=45f91f3d-7f6f-4094-a308-dfaf687d2d0a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001290 10.0.0.41 - - [2025-11-06 02:14:20] "GET /project/45f91f3d-7f6f-4094-a308-dfaf687d2d0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.053006 10.0.0.41 - - [2025-11-06 02:14:20] "POST /neutron/network HTTP/1.1" 200 117 0.023395 10.0.0.41 - - [2025-11-06 02:14:20] "POST /neutron/network HTTP/1.1" 200 893 0.012511 10.0.0.41 - - [2025-11-06 02:14:20] "POST /id-to-fqname HTTP/1.1" 200 255 0.001734 10.0.0.41 - - [2025-11-06 02:14:20] "GET /virtual-network/589d1b06-4746-4b93-83d2-d260b4ec9540?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2147 0.010890 10.0.0.41 - - [2025-11-06 02:14:20] "GET /virtual-network/589d1b06-4746-4b93-83d2-d260b4ec9540?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2147 0.006181 10.0.0.41 - - [2025-11-06 02:14:20] "POST /neutron/subnet HTTP/1.1" 200 730 0.013250 10.0.0.41 - - [2025-11-06 02:14:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004154 10.0.0.131 - - [2025-11-06 02:14:20] "GET /projects?obj_uuids=45f91f3d-7f6f-4094-a308-dfaf687d2d0a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001322 10.0.0.41 - - [2025-11-06 02:14:21] "GET /project/45f91f3d-7f6f-4094-a308-dfaf687d2d0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.065590 10.0.0.131 - - [2025-11-06 02:14:21] "POST /route-targets HTTP/1.1" 200 328 0.023941 10.0.0.131 - - [2025-11-06 02:14:21] "POST /useragent-kv HTTP/1.1" 200 115 0.010559 10.0.0.41 - - [2025-11-06 02:14:21] "POST /neutron/subnet HTTP/1.1" 200 725 0.270136 10.0.0.41 - - [2025-11-06 02:14:21] "POST /id-to-fqname HTTP/1.1" 200 256 0.002126 10.0.0.41 - - [2025-11-06 02:14:21] "GET /virtual-network/ee7ea11f-238a-49a6-bae4-390152f86537?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2149 0.008613 10.0.0.41 - - [2025-11-06 02:14:21] "GET /virtual-network/ee7ea11f-238a-49a6-bae4-390152f86537?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2149 0.006172 10.0.0.41 - - [2025-11-06 02:14:21] "POST /neutron/network HTTP/1.1" 200 894 0.007458 10.0.0.41 - - [2025-11-06 02:14:21] "POST /id-to-fqname HTTP/1.1" 200 255 0.001287 10.0.0.131 - - [2025-11-06 02:14:22] "GET /projects?obj_uuids=45f91f3d-7f6f-4094-a308-dfaf687d2d0a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001592 10.0.0.41 - - [2025-11-06 02:14:22] "GET /project/45f91f3d-7f6f-4094-a308-dfaf687d2d0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.085993 10.0.0.41 - - [2025-11-06 02:14:22] "POST /neutron/network HTTP/1.1" 200 893 0.007995 10.0.0.41 - - [2025-11-06 02:14:22] "POST /id-to-fqname HTTP/1.1" 200 256 0.001327 10.0.0.41 - - [2025-11-06 02:14:22] "POST /neutron/port HTTP/1.1" 200 117 0.007416 10.0.0.131 - - [2025-11-06 02:14:23] "GET /projects?obj_uuids=45f91f3d-7f6f-4094-a308-dfaf687d2d0a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001395 10.0.0.41 - - [2025-11-06 02:14:23] "POST /neutron/port HTTP/1.1" 200 1063 0.428482 10.0.0.131 - - [2025-11-06 02:14:23] "GET /projects?obj_uuids=45f91f3d-7f6f-4094-a308-dfaf687d2d0a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001048 10.0.0.41 - - [2025-11-06 02:14:24] "GET /project/45f91f3d-7f6f-4094-a308-dfaf687d2d0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.140393 10.0.0.41 - - [2025-11-06 02:14:24] "POST /neutron/port HTTP/1.1" 200 1117 0.203054 10.0.0.41 - - [2025-11-06 02:14:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006983 10.0.0.41 - - [2025-11-06 02:14:24] "POST /neutron/port HTTP/1.1" 200 117 0.001249 10.0.0.41 - - [2025-11-06 02:14:24] "POST /neutron/port HTTP/1.1" 200 117 0.006981 10.0.0.41 - - [2025-11-06 02:14:25] "POST /neutron/port HTTP/1.1" 200 1062 0.026139 10.0.0.41 - - [2025-11-06 02:14:25] "POST /neutron/port HTTP/1.1" 200 1090 0.019604 10.0.0.41 - - [2025-11-06 02:14:25] "POST /neutron/port HTTP/1.1" 200 117 0.001141 10.0.0.41 - - [2025-11-06 02:14:25] "POST /neutron/network HTTP/1.1" 400 204 0.022317 10.0.0.41 - - [2025-11-06 02:14:26] "POST /neutron/port HTTP/1.1" 200 151 0.252967 10.0.0.41 - - [2025-11-06 02:14:27] "POST /neutron/port HTTP/1.1" 200 151 0.271873 10.0.0.131 - - [2025-11-06 02:14:28] "POST /useragent-kv HTTP/1.1" 200 115 0.004839 10.0.0.131 - - [2025-11-06 02:14:28] "POST /useragent-kv HTTP/1.1" 200 115 0.006142 10.0.0.41 - - [2025-11-06 02:14:28] "POST /neutron/network HTTP/1.1" 200 151 0.225435 10.0.0.131 - - [2025-11-06 02:14:28] "DELETE /route-target/e6d9a847-cde5-4997-bd18-2b8e1891d472 HTTP/1.1" 200 115 0.054347 10.0.0.41 - - [2025-11-06 02:14:28] "POST /neutron/network HTTP/1.1" 200 893 0.007314 10.0.0.131 - - [2025-11-06 02:14:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.006787 10.0.0.131 - - [2025-11-06 02:14:28] "GET /projects?obj_uuids=45f91f3d-7f6f-4094-a308-dfaf687d2d0a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001015 10.0.0.41 - - [2025-11-06 02:14:28] "GET /project/45f91f3d-7f6f-4094-a308-dfaf687d2d0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.057058 10.0.0.131 - - [2025-11-06 02:14:28] "GET /projects?obj_uuids=45f91f3d-7f6f-4094-a308-dfaf687d2d0a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000990 10.0.0.41 - - [2025-11-06 02:14:28] "GET /project/45f91f3d-7f6f-4094-a308-dfaf687d2d0a?fields=virtual_networks HTTP/1.1" 200 1038 0.087678 10.0.0.131 - - [2025-11-06 02:14:28] "GET /projects?obj_uuids=45f91f3d-7f6f-4094-a308-dfaf687d2d0a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000986 10.0.0.41 - - [2025-11-06 02:14:28] "GET /project/45f91f3d-7f6f-4094-a308-dfaf687d2d0a?fields=virtual_machine_interfaces HTTP/1.1" 200 1038 0.076795 10.0.0.131 - - [2025-11-06 02:14:29] "GET /projects?obj_uuids=45f91f3d-7f6f-4094-a308-dfaf687d2d0a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001111 10.0.0.41 - - [2025-11-06 02:14:29] "GET /project/45f91f3d-7f6f-4094-a308-dfaf687d2d0a?fields=security_groups HTTP/1.1" 200 1267 0.056794 10.0.0.41 - - [2025-11-06 02:14:29] "POST /fqname-to-id HTTP/1.1" 404 196 0.023866 10.0.0.131 - - [2025-11-06 02:14:29] "GET /projects?obj_uuids=203a5a95-c2e2-42c9-b4d0-bd5995407ecd&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004405 10.0.0.131 - - [2025-11-06 02:14:29] "GET /domains?obj_uuids=dd557474-6eee-442f-acdf-559f4d754f9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000990 10.0.0.131 - - [2025-11-06 02:14:30] "GET /domain/dd557474-6eee-442f-acdf-559f4d754f9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007547 10.0.0.131 - - [2025-11-06 02:14:30] "POST /id-to-fqname HTTP/1.1" 200 198 0.003594 10.0.0.131 - - [2025-11-06 02:14:30] "POST /fqname-to-id HTTP/1.1" 404 207 0.005028 10.0.0.131 - - [2025-11-06 02:14:30] "POST /security-groups HTTP/1.1" 200 599 0.039591 10.0.0.131 - - [2025-11-06 02:14:30] "POST /projects HTTP/1.1" 200 601 0.280068 10.0.0.131 - - [2025-11-06 02:14:30] "POST /access-control-lists HTTP/1.1" 200 606 0.032793 10.0.0.131 - - [2025-11-06 02:14:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.361451 10.0.0.41 - - [2025-11-06 02:14:30] "GET /project/203a5a95-c2e2-42c9-b4d0-bd5995407ecd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.505334 10.0.0.41 - - [2025-11-06 02:14:31] "GET / HTTP/1.1" 200 36215 0.002254 10.0.0.41 - - [2025-11-06 02:14:32] "POST /fqname-to-id HTTP/1.1" 401 292 0.000494 10.0.0.41 - - [2025-11-06 02:14:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.054758 10.0.0.131 - - [2025-11-06 02:14:32] "GET /projects?obj_uuids=203a5a95-c2e2-42c9-b4d0-bd5995407ecd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001507 10.0.0.41 - - [2025-11-06 02:14:32] "GET /project/203a5a95-c2e2-42c9-b4d0-bd5995407ecd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.055898 10.0.0.131 - - [2025-11-06 02:14:32] "GET /projects?obj_uuids=203a5a95-c2e2-42c9-b4d0-bd5995407ecd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001286 10.0.0.41 - - [2025-11-06 02:14:32] "POST /neutron/network HTTP/1.1" 200 691 0.187748 10.0.0.131 - - [2025-11-06 02:14:32] "POST /route-targets HTTP/1.1" 200 328 0.016458 10.0.0.41 - - [2025-11-06 02:14:33] "POST /id-to-fqname HTTP/1.1" 200 267 0.004269 10.0.0.41 - - [2025-11-06 02:14:33] "GET /virtual-network/8b830d92-81ef-4353-8da1-3771ff9e5e62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2176 0.007000 10.0.0.41 - - [2025-11-06 02:14:33] "POST /neutron/network HTTP/1.1" 200 910 0.008110 10.0.0.41 - - [2025-11-06 02:14:33] "GET /virtual-network/8b830d92-81ef-4353-8da1-3771ff9e5e62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2176 0.005988 10.0.0.41 - - [2025-11-06 02:14:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004210 10.0.0.131 - - [2025-11-06 02:14:33] "GET /projects?obj_uuids=203a5a95-c2e2-42c9-b4d0-bd5995407ecd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001543 10.0.0.41 - - [2025-11-06 02:14:33] "GET /project/203a5a95-c2e2-42c9-b4d0-bd5995407ecd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.068357 10.0.0.41 - - [2025-11-06 02:14:33] "POST /neutron/network HTTP/1.1" 200 117 0.016788 10.0.0.131 - - [2025-11-06 02:14:33] "POST /ref-update HTTP/1.1" 200 156 0.025229 10.0.0.41 - - [2025-11-06 02:14:33] "POST /neutron/network HTTP/1.1" 200 906 0.010344 10.0.0.41 - - [2025-11-06 02:14:33] "POST /id-to-fqname HTTP/1.1" 200 267 0.001155 10.0.0.41 - - [2025-11-06 02:14:33] "GET /virtual-network/dc1127a7-cec1-46b0-91ad-a340b0a2dbc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2164 0.005369 10.0.0.41 - - [2025-11-06 02:14:33] "GET /virtual-network/dc1127a7-cec1-46b0-91ad-a340b0a2dbc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2164 0.007210 10.0.0.41 - - [2025-11-06 02:14:33] "POST /neutron/subnet HTTP/1.1" 200 705 0.011911 10.0.0.41 - - [2025-11-06 02:14:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003492 10.0.0.131 - - [2025-11-06 02:14:33] "GET /projects?obj_uuids=203a5a95-c2e2-42c9-b4d0-bd5995407ecd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000847 10.0.0.41 - - [2025-11-06 02:14:33] "GET /project/203a5a95-c2e2-42c9-b4d0-bd5995407ecd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.046803 10.0.0.131 - - [2025-11-06 02:14:34] "POST /useragent-kv HTTP/1.1" 200 115 0.009121 10.0.0.41 - - [2025-11-06 02:14:34] "POST /neutron/subnet HTTP/1.1" 200 730 0.262486 10.0.0.41 - - [2025-11-06 02:14:34] "POST /id-to-fqname HTTP/1.1" 200 268 0.001305 10.0.0.41 - - [2025-11-06 02:14:34] "GET /virtual-network/8a5582f8-1a0a-4c27-b103-1aa4bdb0c44d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.006921 10.0.0.41 - - [2025-11-06 02:14:34] "GET /virtual-network/8a5582f8-1a0a-4c27-b103-1aa4bdb0c44d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.006672 10.0.0.41 - - [2025-11-06 02:14:34] "POST /neutron/network HTTP/1.1" 200 913 0.009396 10.0.0.41 - - [2025-11-06 02:14:34] "POST /id-to-fqname HTTP/1.1" 200 267 0.001231 10.0.0.41 - - [2025-11-06 02:15:07] "GET /obj-perms HTTP/1.1" 200 5056 0.063832 10.0.0.131 - - [2025-11-06 02:15:09] "DELETE /project/203a5a95c2e242c9b4d0bd5995407ecd HTTP/1.1" 404 173 0.008749 10.0.0.131 - - [2025-11-06 02:15:09] "DELETE /project/45f91f3d7f6f4094a308dfaf687d2d0a HTTP/1.1" 404 173 0.010295 10.0.0.131 - - [2025-11-06 02:15:09] "GET /projects?obj_uuids=45f91f3d-7f6f-4094-a308-dfaf687d2d0a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000867 10.0.0.131 - - [2025-11-06 02:15:09] "GET /projects?obj_uuids=684376fa-99a0-479a-ae6c-8efc37a0ea7a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000762 10.0.0.131 - - [2025-11-06 02:15:09] "GET /project/684376fa-99a0-479a-ae6c-8efc37a0ea7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1516 0.083526 10.0.0.131 - - [2025-11-06 02:15:09] "GET /projects?obj_uuids=684376fa-99a0-479a-ae6c-8efc37a0ea7a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001265 10.0.0.131 - - [2025-11-06 02:15:09] "GET /project/45f91f3d-7f6f-4094-a308-dfaf687d2d0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.133236 10.0.0.131 - - [2025-11-06 02:15:09] "GET /projects?obj_uuids=45f91f3d-7f6f-4094-a308-dfaf687d2d0a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001114 10.0.0.131 - - [2025-11-06 02:15:09] "DELETE /access-control-list/3965d3d8-8968-48c8-ace0-7ffe45045149 HTTP/1.1" 200 115 0.170099 10.0.0.131 - - [2025-11-06 02:15:09] "GET /project/684376fa-99a0-479a-ae6c-8efc37a0ea7a?fields=security_groups HTTP/1.1" 200 1126 0.146101 10.0.0.131 - - [2025-11-06 02:15:09] "GET /project/45f91f3d-7f6f-4094-a308-dfaf687d2d0a?fields=security_groups HTTP/1.1" 200 1369 0.137434 10.0.0.131 - - [2025-11-06 02:15:09] "GET /projects?obj_uuids=684376fa-99a0-479a-ae6c-8efc37a0ea7a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.009800 10.0.0.131 - - [2025-11-06 02:15:09] "GET /projects?obj_uuids=203a5a95-c2e2-42c9-b4d0-bd5995407ecd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001896 10.0.0.131 - - [2025-11-06 02:15:09] "GET /project/684376fa-99a0-479a-ae6c-8efc37a0ea7a?fields=application_policy_sets HTTP/1.1" 200 1126 0.115505 10.0.0.131 - - [2025-11-06 02:15:09] "DELETE /project/684376fa-99a0-479a-ae6c-8efc37a0ea7a HTTP/1.1" 404 171 0.469705 10.0.0.131 - - [2025-11-06 02:15:09] "DELETE /security-group/c1be0468-2cda-432b-a632-42cbb494e02f HTTP/1.1" 200 115 0.145680 10.0.0.131 - - [2025-11-06 02:15:09] "GET /projects?obj_uuids=45f91f3d-7f6f-4094-a308-dfaf687d2d0a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002369 10.0.0.41 - - [2025-11-06 02:15:09] "GET /project/203a5a95-c2e2-42c9-b4d0-bd5995407ecd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.191087 10.0.0.41 - - [2025-11-06 02:15:09] "POST /neutron/network HTTP/1.1" 200 906 0.009727 10.0.0.131 - - [2025-11-06 02:15:09] "DELETE /access-control-list/7dd473dc-d9f4-4158-8d9a-4cd92204709b HTTP/1.1" 200 115 0.067338 10.0.0.131 - - [2025-11-06 02:15:09] "GET /project/45f91f3d-7f6f-4094-a308-dfaf687d2d0a?fields=application_policy_sets HTTP/1.1" 200 1408 0.138545 10.0.0.131 - - [2025-11-06 02:15:10] "DELETE /project/45f91f3d-7f6f-4094-a308-dfaf687d2d0a HTTP/1.1" 200 115 0.851311 10.0.0.41 - - [2025-11-06 02:15:10] "POST /id-to-fqname HTTP/1.1" 200 268 0.002015 10.0.0.41 - - [2025-11-06 02:15:10] "POST /neutron/port HTTP/1.1" 200 117 0.009571 10.0.0.131 - - [2025-11-06 02:15:10] "GET /projects?obj_uuids=203a5a95-c2e2-42c9-b4d0-bd5995407ecd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001391 10.0.0.131 - - [2025-11-06 02:15:11] "GET /projects?obj_uuids=203a5a95-c2e2-42c9-b4d0-bd5995407ecd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001444 10.0.0.41 - - [2025-11-06 02:15:11] "GET /project/203a5a95-c2e2-42c9-b4d0-bd5995407ecd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.111503 10.0.0.41 - - [2025-11-06 02:15:11] "POST /neutron/port HTTP/1.1" 200 1064 0.609900 10.0.0.41 - - [2025-11-06 02:15:11] "POST /neutron/port HTTP/1.1" 200 1064 0.030496 10.0.0.41 - - [2025-11-06 02:15:11] "POST /neutron/security_group HTTP/1.1" 200 2066 0.011763 10.0.0.131 - - [2025-11-06 02:15:11] "GET /projects?obj_uuids=4c4d4b7c-2cd2-4445-a65e-2f16f1cd2c15&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.004025 10.0.0.41 - - [2025-11-06 02:15:11] "GET /project/4c4d4b7c-2cd2-4445-a65e-2f16f1cd2c15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.135819 10.0.0.41 - - [2025-11-06 02:15:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005952 10.0.0.41 - - [2025-11-06 02:15:11] "POST /neutron/network HTTP/1.1" 200 906 0.019814 10.0.0.41 - - [2025-11-06 02:15:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.006425 10.0.0.41 - - [2025-11-06 02:15:12] "GET /security-group/60fcec3b-26f0-4950-9b8f-492d949a4b94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3687 0.016193 10.0.0.41 - - [2025-11-06 02:15:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005121 10.0.0.41 - - [2025-11-06 02:15:12] "POST /neutron/port HTTP/1.1" 200 1069 0.049744 10.0.0.131 - - [2025-11-06 02:15:12] "GET /projects?obj_uuids=4c4d4b7c-2cd2-4445-a65e-2f16f1cd2c15&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001339 10.0.0.41 - - [2025-11-06 02:15:12] "GET /project/4c4d4b7c-2cd2-4445-a65e-2f16f1cd2c15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.084113 10.0.0.41 - - [2025-11-06 02:15:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005431 10.0.0.41 - - [2025-11-06 02:15:12] "GET /security-group/60fcec3b-26f0-4950-9b8f-492d949a4b94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3687 0.005064 10.0.0.41 - - [2025-11-06 02:15:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.015632 10.0.0.41 - - [2025-11-06 02:15:13] "PUT /security-group/60fcec3b-26f0-4950-9b8f-492d949a4b94 HTTP/1.1" 200 263 0.051114 10.0.0.41 - - [2025-11-06 02:15:13] "POST /neutron/port HTTP/1.1" 200 1097 0.055563 10.0.0.41 - - [2025-11-06 02:15:13] "POST /neutron/port HTTP/1.1" 200 117 0.001470 10.0.0.41 - - [2025-11-06 02:15:13] "POST /fqname-to-id HTTP/1.1" 404 193 0.012584 10.0.0.41 - - [2025-11-06 02:15:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.007040 10.0.0.131 - - [2025-11-06 02:15:14] "GET /domains?obj_uuids=dd557474-6eee-442f-acdf-559f4d754f9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001150 10.0.0.41 - - [2025-11-06 02:15:14] "GET /domain/dd557474-6eee-442f-acdf-559f4d754f9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.009112 10.0.0.41 - - [2025-11-06 02:15:14] "POST /service-templates HTTP/1.1" 200 545 0.066595 10.0.0.41 - - [2025-11-06 02:15:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.009414 10.0.0.41 - - [2025-11-06 02:15:14] "GET /service-template/eb46ec58-90c9-4c7c-a994-d64427db0d9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1826 0.013654 10.0.0.41 - - [2025-11-06 02:15:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.007543 10.0.0.41 - - [2025-11-06 02:15:14] "GET /service-template/eb46ec58-90c9-4c7c-a994-d64427db0d9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1826 0.012619 10.0.0.41 - - [2025-11-06 02:15:14] "POST /id-to-fqname HTTP/1.1" 200 267 0.004003 10.0.0.41 - - [2025-11-06 02:15:14] "POST /id-to-fqname HTTP/1.1" 200 267 0.003950 10.0.0.41 - - [2025-11-06 02:15:14] "POST /id-to-fqname HTTP/1.1" 200 268 0.003419 10.0.0.41 - - [2025-11-06 02:15:14] "POST /neutron/security_group HTTP/1.1" 200 2066 0.011409 10.0.0.41 - - [2025-11-06 02:15:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.015304 10.0.0.41 - - [2025-11-06 02:15:15] "DELETE /service-template/eb46ec58-90c9-4c7c-a994-d64427db0d9f HTTP/1.1" 200 115 0.079746 10.0.0.41 - - [2025-11-06 02:15:15] "POST /fqname-to-id HTTP/1.1" 404 193 0.005554 10.0.0.41 - - [2025-11-06 02:15:19] "POST /neutron/network HTTP/1.1" 200 906 0.019011 10.0.0.41 - - [2025-11-06 02:15:22] "POST /neutron/network HTTP/1.1" 400 204 0.027895 10.0.0.41 - - [2025-11-06 02:15:26] "POST /neutron/network HTTP/1.1" 200 906 0.037356 10.0.0.41 - - [2025-11-06 02:15:28] "POST /neutron/network HTTP/1.1" 400 204 0.035997 10.0.0.41 - - [2025-11-06 02:15:32] "POST /neutron/network HTTP/1.1" 200 906 0.010498 10.0.0.41 - - [2025-11-06 02:15:34] "POST /neutron/network HTTP/1.1" 400 204 0.048077 10.0.0.41 - - [2025-11-06 02:15:38] "POST /neutron/network HTTP/1.1" 200 906 0.010051 10.0.0.41 - - [2025-11-06 02:15:40] "POST /neutron/network HTTP/1.1" 400 204 0.019045 10.0.0.41 - - [2025-11-06 02:15:44] "POST /neutron/network HTTP/1.1" 200 906 0.010783 10.0.0.41 - - [2025-11-06 02:15:47] "POST /neutron/network HTTP/1.1" 400 204 0.016310 10.0.0.41 - - [2025-11-06 02:15:51] "POST /neutron/network HTTP/1.1" 200 906 0.008619 10.0.0.41 - - [2025-11-06 02:15:53] "POST /neutron/network HTTP/1.1" 400 204 0.021968 10.0.0.41 - - [2025-11-06 02:15:57] "POST /neutron/network HTTP/1.1" 200 906 0.008840 10.0.0.41 - - [2025-11-06 02:15:59] "POST /neutron/network HTTP/1.1" 400 204 0.023436 10.0.0.41 - - [2025-11-06 02:16:03] "POST /neutron/network HTTP/1.1" 200 906 0.010619 10.0.0.41 - - [2025-11-06 02:16:05] "POST /neutron/network HTTP/1.1" 400 204 0.015579 10.0.0.41 - - [2025-11-06 02:16:09] "POST /neutron/network HTTP/1.1" 200 906 0.009759 10.0.0.41 - - [2025-11-06 02:16:09] "POST /neutron/network HTTP/1.1" 400 204 0.021583 10.0.0.38 - - [2025-11-06 02:16:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000413 10.0.0.131 - - [2025-11-06 02:16:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000426 10.0.0.38 - - [2025-11-06 02:16:11] "GET /global-system-configs HTTP/1.1" 401 292 0.001091 10.0.0.131 - - [2025-11-06 02:16:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000456 10.0.0.41 - - [2025-11-06 02:16:11] "POST /neutron/port HTTP/1.1" 200 151 0.291972 10.0.0.131 - - [2025-11-06 02:16:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000451 10.0.0.131 - - [2025-11-06 02:16:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000391 10.0.0.38 - - [2025-11-06 02:16:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000427 10.0.0.38 - - [2025-11-06 02:16:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000395 10.0.0.41 - - [2025-11-06 02:16:12] "POST /neutron/port HTTP/1.1" 200 117 0.009267 10.0.0.41 - - [2025-11-06 02:16:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000550 10.0.0.41 - - [2025-11-06 02:16:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000459 10.0.0.41 - - [2025-11-06 02:16:14] "GET /global-system-configs HTTP/1.1" 401 292 0.000386 10.0.0.41 - - [2025-11-06 02:16:14] "GET /global-system-configs HTTP/1.1" 401 292 0.000386 10.0.0.41 - - [2025-11-06 02:16:15] "POST /neutron/network HTTP/1.1" 200 913 0.008754 10.0.0.41 - - [2025-11-06 02:16:17] "POST /neutron/network HTTP/1.1" 400 204 0.021093 10.0.0.41 - - [2025-11-06 02:16:18] "POST /neutron/port HTTP/1.1" 200 151 0.285239 10.0.0.131 - - [2025-11-06 02:16:20] "POST /useragent-kv HTTP/1.1" 200 115 0.008021 10.0.0.131 - - [2025-11-06 02:16:20] "POST /useragent-kv HTTP/1.1" 200 115 0.003422 10.0.0.41 - - [2025-11-06 02:16:20] "POST /neutron/network HTTP/1.1" 200 151 0.157571 10.0.0.131 - - [2025-11-06 02:16:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.043868 10.0.0.131 - - [2025-11-06 02:16:20] "GET /projects?obj_uuids=203a5a95-c2e2-42c9-b4d0-bd5995407ecd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001018 10.0.0.131 - - [2025-11-06 02:16:20] "DELETE /route-target/f94c5bc5-9559-416d-9f25-5253028da441 HTTP/1.1" 200 115 0.030651 10.0.0.41 - - [2025-11-06 02:16:20] "GET /project/203a5a95-c2e2-42c9-b4d0-bd5995407ecd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.053074 10.0.0.131 - - [2025-11-06 02:16:20] "GET /projects?obj_uuids=203a5a95-c2e2-42c9-b4d0-bd5995407ecd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001024 10.0.0.41 - - [2025-11-06 02:16:20] "GET /project/203a5a95-c2e2-42c9-b4d0-bd5995407ecd?fields=virtual_networks HTTP/1.1" 200 1336 0.056056 10.0.0.131 - - [2025-11-06 02:16:22] "GET /projects?obj_uuids=203a5a95-c2e2-42c9-b4d0-bd5995407ecd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001051 10.0.0.41 - - [2025-11-06 02:16:22] "GET /project/203a5a95-c2e2-42c9-b4d0-bd5995407ecd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.055748 10.0.0.131 - - [2025-11-06 02:16:22] "GET /projects?obj_uuids=203a5a95-c2e2-42c9-b4d0-bd5995407ecd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001581 10.0.0.41 - - [2025-11-06 02:16:22] "GET /project/203a5a95-c2e2-42c9-b4d0-bd5995407ecd?fields=virtual_networks HTTP/1.1" 200 1336 0.064473 10.0.0.131 - - [2025-11-06 02:16:24] "GET /projects?obj_uuids=203a5a95-c2e2-42c9-b4d0-bd5995407ecd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001287 10.0.0.41 - - [2025-11-06 02:16:24] "GET /project/203a5a95-c2e2-42c9-b4d0-bd5995407ecd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.048875 10.0.0.131 - - [2025-11-06 02:16:24] "GET /projects?obj_uuids=203a5a95-c2e2-42c9-b4d0-bd5995407ecd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001489 10.0.0.41 - - [2025-11-06 02:16:24] "GET /project/203a5a95-c2e2-42c9-b4d0-bd5995407ecd?fields=virtual_networks HTTP/1.1" 200 1336 0.082469 10.0.0.131 - - [2025-11-06 02:16:26] "GET /projects?obj_uuids=203a5a95-c2e2-42c9-b4d0-bd5995407ecd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001059 10.0.0.41 - - [2025-11-06 02:16:26] "GET /project/203a5a95-c2e2-42c9-b4d0-bd5995407ecd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.073127 10.0.0.131 - - [2025-11-06 02:16:26] "GET /projects?obj_uuids=203a5a95-c2e2-42c9-b4d0-bd5995407ecd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001162 10.0.0.41 - - [2025-11-06 02:16:26] "GET /project/203a5a95-c2e2-42c9-b4d0-bd5995407ecd?fields=virtual_networks HTTP/1.1" 200 1336 0.044763 10.0.0.131 - - [2025-11-06 02:16:29] "GET /projects?obj_uuids=203a5a95-c2e2-42c9-b4d0-bd5995407ecd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002238 10.0.0.41 - - [2025-11-06 02:16:29] "GET /project/203a5a95-c2e2-42c9-b4d0-bd5995407ecd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.056604 10.0.0.131 - - [2025-11-06 02:16:29] "GET /projects?obj_uuids=203a5a95-c2e2-42c9-b4d0-bd5995407ecd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002772 10.0.0.41 - - [2025-11-06 02:16:29] "GET /project/203a5a95-c2e2-42c9-b4d0-bd5995407ecd?fields=virtual_networks HTTP/1.1" 200 1336 0.050507 10.0.0.131 - - [2025-11-06 02:16:31] "GET /projects?obj_uuids=203a5a95-c2e2-42c9-b4d0-bd5995407ecd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001318 10.0.0.41 - - [2025-11-06 02:16:31] "GET /project/203a5a95-c2e2-42c9-b4d0-bd5995407ecd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.057846 10.0.0.131 - - [2025-11-06 02:16:31] "GET /projects?obj_uuids=203a5a95-c2e2-42c9-b4d0-bd5995407ecd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001096 10.0.0.41 - - [2025-11-06 02:16:31] "GET /project/203a5a95-c2e2-42c9-b4d0-bd5995407ecd?fields=virtual_networks HTTP/1.1" 200 1336 0.064956 10.0.0.131 - - [2025-11-06 02:16:33] "GET /projects?obj_uuids=203a5a95-c2e2-42c9-b4d0-bd5995407ecd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001663 10.0.0.41 - - [2025-11-06 02:16:33] "GET /project/203a5a95-c2e2-42c9-b4d0-bd5995407ecd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.055139 10.0.0.131 - - [2025-11-06 02:16:33] "GET /projects?obj_uuids=203a5a95-c2e2-42c9-b4d0-bd5995407ecd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001186 10.0.0.41 - - [2025-11-06 02:16:33] "GET /project/203a5a95-c2e2-42c9-b4d0-bd5995407ecd?fields=virtual_networks HTTP/1.1" 200 1336 0.055417 10.0.0.131 - - [2025-11-06 02:16:35] "GET /projects?obj_uuids=203a5a95-c2e2-42c9-b4d0-bd5995407ecd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002097 10.0.0.41 - - [2025-11-06 02:16:35] "GET /project/203a5a95-c2e2-42c9-b4d0-bd5995407ecd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.050327 10.0.0.131 - - [2025-11-06 02:16:35] "GET /projects?obj_uuids=203a5a95-c2e2-42c9-b4d0-bd5995407ecd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001607 10.0.0.41 - - [2025-11-06 02:16:35] "GET /project/203a5a95-c2e2-42c9-b4d0-bd5995407ecd?fields=virtual_networks HTTP/1.1" 200 1336 0.059028 10.0.0.131 - - [2025-11-06 02:16:37] "GET /projects?obj_uuids=203a5a95-c2e2-42c9-b4d0-bd5995407ecd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001367 10.0.0.41 - - [2025-11-06 02:16:37] "GET /project/203a5a95-c2e2-42c9-b4d0-bd5995407ecd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.055130 10.0.0.131 - - [2025-11-06 02:16:37] "GET /projects?obj_uuids=203a5a95-c2e2-42c9-b4d0-bd5995407ecd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001194 10.0.0.41 - - [2025-11-06 02:16:37] "GET /project/203a5a95-c2e2-42c9-b4d0-bd5995407ecd?fields=virtual_networks HTTP/1.1" 200 1336 0.045726 10.0.0.131 - - [2025-11-06 02:16:39] "GET /projects?obj_uuids=203a5a95-c2e2-42c9-b4d0-bd5995407ecd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002108 10.0.0.41 - - [2025-11-06 02:16:39] "GET /project/203a5a95-c2e2-42c9-b4d0-bd5995407ecd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.054423 10.0.0.131 - - [2025-11-06 02:16:39] "GET /projects?obj_uuids=203a5a95-c2e2-42c9-b4d0-bd5995407ecd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001492 10.0.0.41 - - [2025-11-06 02:16:39] "GET /project/203a5a95-c2e2-42c9-b4d0-bd5995407ecd?fields=virtual_networks HTTP/1.1" 200 1336 0.071520 10.0.0.131 - - [2025-11-06 02:16:42] "GET /projects?obj_uuids=203a5a95-c2e2-42c9-b4d0-bd5995407ecd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001217 10.0.0.41 - - [2025-11-06 02:16:42] "GET /project/203a5a95-c2e2-42c9-b4d0-bd5995407ecd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.052691 10.0.0.131 - - [2025-11-06 02:16:42] "GET /projects?obj_uuids=203a5a95-c2e2-42c9-b4d0-bd5995407ecd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001462 10.0.0.41 - - [2025-11-06 02:16:42] "GET /project/203a5a95-c2e2-42c9-b4d0-bd5995407ecd?fields=virtual_networks HTTP/1.1" 200 1336 0.069705 10.0.0.131 - - [2025-11-06 02:16:44] "GET /projects?obj_uuids=203a5a95-c2e2-42c9-b4d0-bd5995407ecd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001241 10.0.0.41 - - [2025-11-06 02:16:44] "GET /project/203a5a95-c2e2-42c9-b4d0-bd5995407ecd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.076518 10.0.0.131 - - [2025-11-06 02:16:44] "GET /projects?obj_uuids=203a5a95-c2e2-42c9-b4d0-bd5995407ecd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001429 10.0.0.41 - - [2025-11-06 02:16:44] "GET /project/203a5a95-c2e2-42c9-b4d0-bd5995407ecd?fields=virtual_networks HTTP/1.1" 200 1336 0.086389 10.0.0.131 - - [2025-11-06 02:16:46] "GET /projects?obj_uuids=203a5a95-c2e2-42c9-b4d0-bd5995407ecd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001249 10.0.0.41 - - [2025-11-06 02:16:46] "GET /project/203a5a95-c2e2-42c9-b4d0-bd5995407ecd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.079201 10.0.0.131 - - [2025-11-06 02:16:46] "GET /projects?obj_uuids=203a5a95-c2e2-42c9-b4d0-bd5995407ecd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001364 10.0.0.41 - - [2025-11-06 02:16:46] "GET /project/203a5a95-c2e2-42c9-b4d0-bd5995407ecd?fields=virtual_networks HTTP/1.1" 200 1336 0.057546 10.0.0.131 - - [2025-11-06 02:16:48] "GET /projects?obj_uuids=203a5a95-c2e2-42c9-b4d0-bd5995407ecd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001067 10.0.0.41 - - [2025-11-06 02:16:48] "GET /project/203a5a95-c2e2-42c9-b4d0-bd5995407ecd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.046556 10.0.0.131 - - [2025-11-06 02:16:48] "GET /projects?obj_uuids=203a5a95-c2e2-42c9-b4d0-bd5995407ecd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001002 10.0.0.41 - - [2025-11-06 02:16:48] "GET /project/203a5a95-c2e2-42c9-b4d0-bd5995407ecd?fields=virtual_networks HTTP/1.1" 200 1336 0.063817 10.0.0.131 - - [2025-11-06 02:16:50] "GET /projects?obj_uuids=203a5a95-c2e2-42c9-b4d0-bd5995407ecd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001467 10.0.0.41 - - [2025-11-06 02:16:50] "GET /project/203a5a95-c2e2-42c9-b4d0-bd5995407ecd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.065253 10.0.0.131 - - [2025-11-06 02:16:50] "GET /projects?obj_uuids=203a5a95-c2e2-42c9-b4d0-bd5995407ecd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002807 10.0.0.41 - - [2025-11-06 02:16:50] "GET /project/203a5a95-c2e2-42c9-b4d0-bd5995407ecd?fields=virtual_networks HTTP/1.1" 200 1336 0.098853 10.0.0.131 - - [2025-11-06 02:16:52] "GET /projects?obj_uuids=203a5a95-c2e2-42c9-b4d0-bd5995407ecd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001417 10.0.0.41 - - [2025-11-06 02:16:53] "GET /project/203a5a95-c2e2-42c9-b4d0-bd5995407ecd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.071454 10.0.0.131 - - [2025-11-06 02:16:53] "GET /projects?obj_uuids=203a5a95-c2e2-42c9-b4d0-bd5995407ecd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001555 10.0.0.41 - - [2025-11-06 02:16:53] "GET /project/203a5a95-c2e2-42c9-b4d0-bd5995407ecd?fields=virtual_networks HTTP/1.1" 200 1336 0.050350 10.0.0.131 - - [2025-11-06 02:16:55] "GET /projects?obj_uuids=203a5a95-c2e2-42c9-b4d0-bd5995407ecd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001453 10.0.0.41 - - [2025-11-06 02:16:55] "GET /project/203a5a95-c2e2-42c9-b4d0-bd5995407ecd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.088955 10.0.0.131 - - [2025-11-06 02:16:55] "GET /projects?obj_uuids=203a5a95-c2e2-42c9-b4d0-bd5995407ecd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000893 10.0.0.41 - - [2025-11-06 02:16:55] "GET /project/203a5a95-c2e2-42c9-b4d0-bd5995407ecd?fields=virtual_networks HTTP/1.1" 200 1336 0.064567 10.0.0.131 - - [2025-11-06 02:16:57] "GET /projects?obj_uuids=203a5a95-c2e2-42c9-b4d0-bd5995407ecd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001922 10.0.0.41 - - [2025-11-06 02:16:57] "GET /project/203a5a95-c2e2-42c9-b4d0-bd5995407ecd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.051683 10.0.0.131 - - [2025-11-06 02:16:57] "GET /projects?obj_uuids=203a5a95-c2e2-42c9-b4d0-bd5995407ecd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001547 10.0.0.41 - - [2025-11-06 02:16:57] "GET /project/203a5a95-c2e2-42c9-b4d0-bd5995407ecd?fields=virtual_networks HTTP/1.1" 200 1336 0.055429 10.0.0.131 - - [2025-11-06 02:16:59] "GET /projects?obj_uuids=203a5a95-c2e2-42c9-b4d0-bd5995407ecd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001477 10.0.0.41 - - [2025-11-06 02:16:59] "GET /project/203a5a95-c2e2-42c9-b4d0-bd5995407ecd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.065284 10.0.0.131 - - [2025-11-06 02:16:59] "GET /projects?obj_uuids=203a5a95-c2e2-42c9-b4d0-bd5995407ecd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001521 10.0.0.41 - - [2025-11-06 02:16:59] "GET /project/203a5a95-c2e2-42c9-b4d0-bd5995407ecd?fields=virtual_networks HTTP/1.1" 200 1336 0.065681 10.0.0.131 - - [2025-11-06 02:17:01] "GET /projects?obj_uuids=203a5a95-c2e2-42c9-b4d0-bd5995407ecd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001256 10.0.0.41 - - [2025-11-06 02:17:01] "GET /project/203a5a95-c2e2-42c9-b4d0-bd5995407ecd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.087007 10.0.0.131 - - [2025-11-06 02:17:01] "GET /projects?obj_uuids=203a5a95-c2e2-42c9-b4d0-bd5995407ecd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002363 10.0.0.41 - - [2025-11-06 02:17:01] "GET /project/203a5a95-c2e2-42c9-b4d0-bd5995407ecd?fields=virtual_networks HTTP/1.1" 200 1336 0.071822 10.0.0.131 - - [2025-11-06 02:17:03] "GET /projects?obj_uuids=203a5a95-c2e2-42c9-b4d0-bd5995407ecd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001029 10.0.0.41 - - [2025-11-06 02:17:03] "GET /project/203a5a95-c2e2-42c9-b4d0-bd5995407ecd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.048996 10.0.0.131 - - [2025-11-06 02:17:03] "GET /projects?obj_uuids=203a5a95-c2e2-42c9-b4d0-bd5995407ecd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001575 10.0.0.41 - - [2025-11-06 02:17:03] "GET /project/203a5a95-c2e2-42c9-b4d0-bd5995407ecd?fields=virtual_networks HTTP/1.1" 200 1336 0.050896 10.0.0.131 - - [2025-11-06 02:17:06] "GET /projects?obj_uuids=203a5a95-c2e2-42c9-b4d0-bd5995407ecd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001815 10.0.0.41 - - [2025-11-06 02:17:06] "GET /project/203a5a95-c2e2-42c9-b4d0-bd5995407ecd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.065496 10.0.0.131 - - [2025-11-06 02:17:06] "GET /projects?obj_uuids=203a5a95-c2e2-42c9-b4d0-bd5995407ecd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002243 10.0.0.41 - - [2025-11-06 02:17:06] "GET /project/203a5a95-c2e2-42c9-b4d0-bd5995407ecd?fields=virtual_networks HTTP/1.1" 200 1336 0.063234 10.0.0.131 - - [2025-11-06 02:17:08] "GET /projects?obj_uuids=203a5a95-c2e2-42c9-b4d0-bd5995407ecd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001390 10.0.0.41 - - [2025-11-06 02:17:08] "GET /project/203a5a95-c2e2-42c9-b4d0-bd5995407ecd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.049960 10.0.0.131 - - [2025-11-06 02:17:08] "GET /projects?obj_uuids=203a5a95-c2e2-42c9-b4d0-bd5995407ecd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001637 10.0.0.41 - - [2025-11-06 02:17:08] "GET /project/203a5a95-c2e2-42c9-b4d0-bd5995407ecd?fields=virtual_networks HTTP/1.1" 200 1336 0.043916 10.0.0.131 - - [2025-11-06 02:17:09] "GET /obj-perms HTTP/1.1" 200 5056 0.045047 10.0.0.131 - - [2025-11-06 02:17:10] "GET /projects?obj_uuids=203a5a95-c2e2-42c9-b4d0-bd5995407ecd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001844 10.0.0.41 - - [2025-11-06 02:17:10] "GET /project/203a5a95-c2e2-42c9-b4d0-bd5995407ecd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.049780 10.0.0.131 - - [2025-11-06 02:17:10] "GET /projects?obj_uuids=203a5a95-c2e2-42c9-b4d0-bd5995407ecd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001192 10.0.0.41 - - [2025-11-06 02:17:10] "GET /project/203a5a95-c2e2-42c9-b4d0-bd5995407ecd?fields=virtual_networks HTTP/1.1" 200 1336 0.048285 10.0.0.131 - - [2025-11-06 02:17:12] "GET /projects?obj_uuids=203a5a95-c2e2-42c9-b4d0-bd5995407ecd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001105 10.0.0.41 - - [2025-11-06 02:17:12] "GET /project/203a5a95-c2e2-42c9-b4d0-bd5995407ecd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.048761 10.0.0.131 - - [2025-11-06 02:17:12] "GET /projects?obj_uuids=203a5a95-c2e2-42c9-b4d0-bd5995407ecd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001134 10.0.0.41 - - [2025-11-06 02:17:12] "GET /project/203a5a95-c2e2-42c9-b4d0-bd5995407ecd?fields=virtual_networks HTTP/1.1" 200 1336 0.045999 10.0.0.131 - - [2025-11-06 02:17:14] "GET /projects?obj_uuids=203a5a95-c2e2-42c9-b4d0-bd5995407ecd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001368 10.0.0.41 - - [2025-11-06 02:17:14] "GET /project/203a5a95-c2e2-42c9-b4d0-bd5995407ecd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.049959 10.0.0.131 - - [2025-11-06 02:17:14] "GET /projects?obj_uuids=203a5a95-c2e2-42c9-b4d0-bd5995407ecd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001091 10.0.0.41 - - [2025-11-06 02:17:14] "GET /project/203a5a95-c2e2-42c9-b4d0-bd5995407ecd?fields=virtual_networks HTTP/1.1" 200 1336 0.051822 10.0.0.131 - - [2025-11-06 02:17:16] "GET /projects?obj_uuids=203a5a95-c2e2-42c9-b4d0-bd5995407ecd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001031 10.0.0.41 - - [2025-11-06 02:17:16] "GET /project/203a5a95-c2e2-42c9-b4d0-bd5995407ecd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.054326 10.0.0.131 - - [2025-11-06 02:17:16] "GET /projects?obj_uuids=203a5a95-c2e2-42c9-b4d0-bd5995407ecd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000971 10.0.0.41 - - [2025-11-06 02:17:16] "GET /project/203a5a95-c2e2-42c9-b4d0-bd5995407ecd?fields=virtual_networks HTTP/1.1" 200 1336 0.047570 10.0.0.131 - - [2025-11-06 02:17:18] "GET /projects?obj_uuids=203a5a95-c2e2-42c9-b4d0-bd5995407ecd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001085 10.0.0.41 - - [2025-11-06 02:17:19] "GET /project/203a5a95-c2e2-42c9-b4d0-bd5995407ecd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.048549 10.0.0.131 - - [2025-11-06 02:17:19] "GET /projects?obj_uuids=203a5a95-c2e2-42c9-b4d0-bd5995407ecd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001318 10.0.0.41 - - [2025-11-06 02:17:19] "GET /project/203a5a95-c2e2-42c9-b4d0-bd5995407ecd?fields=virtual_networks HTTP/1.1" 200 1336 0.050645 10.0.0.131 - - [2025-11-06 02:17:21] "GET /projects?obj_uuids=203a5a95-c2e2-42c9-b4d0-bd5995407ecd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001275 10.0.0.41 - - [2025-11-06 02:17:21] "GET /project/203a5a95-c2e2-42c9-b4d0-bd5995407ecd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.071282 10.0.0.131 - - [2025-11-06 02:17:21] "GET /projects?obj_uuids=203a5a95-c2e2-42c9-b4d0-bd5995407ecd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002165 10.0.0.41 - - [2025-11-06 02:17:21] "GET /project/203a5a95-c2e2-42c9-b4d0-bd5995407ecd?fields=virtual_networks HTTP/1.1" 200 1336 0.059459 10.0.0.131 - - [2025-11-06 02:17:23] "GET /projects?obj_uuids=203a5a95-c2e2-42c9-b4d0-bd5995407ecd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001534 10.0.0.41 - - [2025-11-06 02:17:23] "GET /project/203a5a95-c2e2-42c9-b4d0-bd5995407ecd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.052030 10.0.0.131 - - [2025-11-06 02:17:23] "GET /projects?obj_uuids=203a5a95-c2e2-42c9-b4d0-bd5995407ecd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001345 10.0.0.41 - - [2025-11-06 02:17:23] "GET /project/203a5a95-c2e2-42c9-b4d0-bd5995407ecd?fields=virtual_networks HTTP/1.1" 200 1336 0.048167 10.0.0.131 - - [2025-11-06 02:17:25] "GET /projects?obj_uuids=203a5a95-c2e2-42c9-b4d0-bd5995407ecd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002602 10.0.0.41 - - [2025-11-06 02:17:25] "GET /project/203a5a95-c2e2-42c9-b4d0-bd5995407ecd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.061290 10.0.0.131 - - [2025-11-06 02:17:25] "GET /projects?obj_uuids=203a5a95-c2e2-42c9-b4d0-bd5995407ecd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001966 10.0.0.41 - - [2025-11-06 02:17:25] "GET /project/203a5a95-c2e2-42c9-b4d0-bd5995407ecd?fields=virtual_networks HTTP/1.1" 200 1336 0.061643 10.0.0.41 - - [2025-11-06 02:17:25] "POST /fqname-to-id HTTP/1.1" 404 189 0.033750 10.0.0.131 - - [2025-11-06 02:17:26] "GET /projects?obj_uuids=da2adc4d-7851-445a-9e6a-da01f30dbfbc&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003719 10.0.0.131 - - [2025-11-06 02:17:26] "GET /domains?obj_uuids=dd557474-6eee-442f-acdf-559f4d754f9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001772 10.0.0.131 - - [2025-11-06 02:17:26] "GET /domain/dd557474-6eee-442f-acdf-559f4d754f9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.010147 10.0.0.131 - - [2025-11-06 02:17:26] "POST /id-to-fqname HTTP/1.1" 200 191 0.001261 10.0.0.131 - - [2025-11-06 02:17:26] "POST /fqname-to-id HTTP/1.1" 404 200 0.021660 10.0.0.131 - - [2025-11-06 02:17:26] "POST /security-groups HTTP/1.1" 200 592 0.046228 10.0.0.131 - - [2025-11-06 02:17:26] "POST /projects HTTP/1.1" 200 587 0.321020 10.0.0.131 - - [2025-11-06 02:17:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.395582 10.0.0.131 - - [2025-11-06 02:17:26] "POST /fqname-to-id HTTP/1.1" 404 234 0.015987 10.0.0.41 - - [2025-11-06 02:17:26] "GET /project/da2adc4d-7851-445a-9e6a-da01f30dbfbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.585655 10.0.0.41 - - [2025-11-06 02:17:27] "GET / HTTP/1.1" 200 36215 0.001473 10.0.0.41 - - [2025-11-06 02:17:28] "POST /fqname-to-id HTTP/1.1" 401 292 0.000514 10.0.0.41 - - [2025-11-06 02:17:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.056163 10.0.0.131 - - [2025-11-06 02:17:28] "GET /projects?obj_uuids=da2adc4d-7851-445a-9e6a-da01f30dbfbc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001333 10.0.0.41 - - [2025-11-06 02:17:28] "GET /project/da2adc4d-7851-445a-9e6a-da01f30dbfbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.041020 10.0.0.41 - - [2025-11-06 02:17:28] "POST /neutron/network HTTP/1.1" 200 117 0.035686 10.0.0.131 - - [2025-11-06 02:17:28] "POST /ref-update HTTP/1.1" 200 156 0.039576 10.0.0.41 - - [2025-11-06 02:17:29] "POST /neutron/network HTTP/1.1" 200 891 0.010655 10.0.0.41 - - [2025-11-06 02:17:29] "POST /id-to-fqname HTTP/1.1" 200 253 0.001722 10.0.0.41 - - [2025-11-06 02:17:29] "GET /virtual-network/26437fe4-77dd-409a-8666-85b42463ff6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2145 0.005278 10.0.0.41 - - [2025-11-06 02:17:29] "GET /virtual-network/26437fe4-77dd-409a-8666-85b42463ff6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2145 0.005667 10.0.0.41 - - [2025-11-06 02:17:29] "POST /neutron/subnet HTTP/1.1" 200 734 0.011864 10.0.0.41 - - [2025-11-06 02:17:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003944 10.0.0.131 - - [2025-11-06 02:17:29] "GET /projects?obj_uuids=da2adc4d-7851-445a-9e6a-da01f30dbfbc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000957 10.0.0.41 - - [2025-11-06 02:17:29] "GET /project/da2adc4d-7851-445a-9e6a-da01f30dbfbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.054131 10.0.0.131 - - [2025-11-06 02:17:29] "POST /useragent-kv HTTP/1.1" 200 115 0.012153 10.0.0.41 - - [2025-11-06 02:17:29] "POST /neutron/subnet HTTP/1.1" 200 720 0.235119 10.0.0.41 - - [2025-11-06 02:17:29] "POST /id-to-fqname HTTP/1.1" 200 253 0.001518 10.0.0.41 - - [2025-11-06 02:17:29] "GET /virtual-network/650ee85f-20fd-4f83-949c-723595dfa731?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2137 0.005701 10.0.0.41 - - [2025-11-06 02:17:29] "GET /virtual-network/650ee85f-20fd-4f83-949c-723595dfa731?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2137 0.009474 10.0.0.41 - - [2025-11-06 02:17:29] "POST /neutron/network HTTP/1.1" 200 888 0.008438 10.0.0.41 - - [2025-11-06 02:17:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003558 10.0.0.131 - - [2025-11-06 02:17:30] "GET /projects?obj_uuids=da2adc4d-7851-445a-9e6a-da01f30dbfbc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000872 10.0.0.41 - - [2025-11-06 02:17:30] "GET /project/da2adc4d-7851-445a-9e6a-da01f30dbfbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.063202 10.0.0.131 - - [2025-11-06 02:17:30] "GET /projects?obj_uuids=da2adc4d-7851-445a-9e6a-da01f30dbfbc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001002 10.0.0.41 - - [2025-11-06 02:17:30] "POST /neutron/network HTTP/1.1" 200 672 0.173992 10.0.0.131 - - [2025-11-06 02:17:30] "POST /route-targets HTTP/1.1" 200 328 0.019032 10.0.0.41 - - [2025-11-06 02:17:30] "POST /id-to-fqname HTTP/1.1" 200 254 0.004185 10.0.0.41 - - [2025-11-06 02:17:30] "GET /virtual-network/77cb7f10-9dca-4401-84b4-5d1bd06ebe1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2143 0.007482 10.0.0.41 - - [2025-11-06 02:17:30] "POST /neutron/network HTTP/1.1" 200 891 0.011609 10.0.0.41 - - [2025-11-06 02:17:30] "GET /virtual-network/77cb7f10-9dca-4401-84b4-5d1bd06ebe1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2143 0.005793 10.0.0.41 - - [2025-11-06 02:17:30] "POST /id-to-fqname HTTP/1.1" 200 253 0.001320 10.0.0.41 - - [2025-11-06 02:17:30] "POST /neutron/network HTTP/1.1" 200 898 0.007108 10.0.0.131 - - [2025-11-06 02:17:31] "GET /projects?obj_uuids=da2adc4d-7851-445a-9e6a-da01f30dbfbc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001377 10.0.0.41 - - [2025-11-06 02:17:31] "GET /project/da2adc4d-7851-445a-9e6a-da01f30dbfbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.090255 10.0.0.41 - - [2025-11-06 02:17:31] "POST /neutron/port HTTP/1.1" 200 117 0.007789 10.0.0.41 - - [2025-11-06 02:17:31] "POST /id-to-fqname HTTP/1.1" 200 254 0.001403 10.0.0.41 - - [2025-11-06 02:17:32] "POST /neutron/network HTTP/1.1" 200 898 0.008159 10.0.0.41 - - [2025-11-06 02:17:32] "POST /neutron/port HTTP/1.1" 200 1060 0.024313 10.0.0.131 - - [2025-11-06 02:17:32] "GET /projects?obj_uuids=da2adc4d-7851-445a-9e6a-da01f30dbfbc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001534 10.0.0.41 - - [2025-11-06 02:17:33] "GET /project/da2adc4d-7851-445a-9e6a-da01f30dbfbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.123066 10.0.0.41 - - [2025-11-06 02:17:33] "POST /neutron/port HTTP/1.1" 200 1088 0.024163 10.0.0.41 - - [2025-11-06 02:17:33] "POST /neutron/port HTTP/1.1" 200 117 0.001117 10.0.0.41 - - [2025-11-06 02:17:33] "POST /neutron/security_group HTTP/1.1" 200 2059 0.011415 10.0.0.131 - - [2025-11-06 02:17:33] "GET /projects?obj_uuids=da2adc4d-7851-445a-9e6a-da01f30dbfbc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000960 10.0.0.41 - - [2025-11-06 02:17:34] "POST /fqname-to-id HTTP/1.1" 404 193 0.003541 10.0.0.41 - - [2025-11-06 02:17:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.008173 10.0.0.131 - - [2025-11-06 02:17:34] "GET /domains?obj_uuids=dd557474-6eee-442f-acdf-559f4d754f9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000955 10.0.0.41 - - [2025-11-06 02:17:34] "POST /neutron/port HTTP/1.1" 200 1061 0.445833 10.0.0.41 - - [2025-11-06 02:17:34] "GET /domain/dd557474-6eee-442f-acdf-559f4d754f9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.010741 10.0.0.41 - - [2025-11-06 02:17:34] "POST /service-templates HTTP/1.1" 200 545 0.054195 10.0.0.41 - - [2025-11-06 02:17:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005551 10.0.0.41 - - [2025-11-06 02:17:34] "GET /service-template/ec0da450-01e0-4cb3-8489-2865f7806873?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1818 0.009679 10.0.0.41 - - [2025-11-06 02:17:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.007150 10.0.0.41 - - [2025-11-06 02:17:34] "POST /neutron/port HTTP/1.1" 200 1115 0.188638 10.0.0.41 - - [2025-11-06 02:17:34] "GET /service-template/ec0da450-01e0-4cb3-8489-2865f7806873?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1818 0.005003 10.0.0.41 - - [2025-11-06 02:17:34] "POST /id-to-fqname HTTP/1.1" 200 253 0.001430 10.0.0.41 - - [2025-11-06 02:17:34] "POST /id-to-fqname HTTP/1.1" 200 253 0.001809 10.0.0.41 - - [2025-11-06 02:17:34] "POST /id-to-fqname HTTP/1.1" 200 254 0.001951 10.0.0.41 - - [2025-11-06 02:17:34] "POST /neutron/subnet HTTP/1.1" 200 699 0.014227 10.0.0.41 - - [2025-11-06 02:17:34] "POST /neutron/port HTTP/1.1" 200 2061 0.023358 10.0.0.41 - - [2025-11-06 02:17:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005343 10.0.0.41 - - [2025-11-06 02:17:34] "DELETE /service-template/ec0da450-01e0-4cb3-8489-2865f7806873 HTTP/1.1" 200 115 0.036524 10.0.0.41 - - [2025-11-06 02:17:34] "POST /fqname-to-id HTTP/1.1" 404 193 0.005732 10.0.0.41 - - [2025-11-06 02:17:37] "POST /neutron/network HTTP/1.1" 400 204 0.015322 10.0.0.41 - - [2025-11-06 02:17:37] "POST /neutron/port HTTP/1.1" 200 151 0.236196 10.0.0.41 - - [2025-11-06 02:17:38] "POST /neutron/port HTTP/1.1" 200 151 0.291326 10.0.0.41 - - [2025-11-06 02:17:39] "POST /neutron/network HTTP/1.1" 200 891 0.014418 10.0.0.131 - - [2025-11-06 02:17:39] "DELETE /route-target/21e39eed-0fb2-4718-b225-4e735152f45e HTTP/1.1" 200 115 0.035241 10.0.0.131 - - [2025-11-06 02:17:39] "POST /useragent-kv HTTP/1.1" 200 115 0.003351 10.0.0.131 - - [2025-11-06 02:17:39] "POST /useragent-kv HTTP/1.1" 200 115 0.003537 10.0.0.131 - - [2025-11-06 02:17:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003663 10.0.0.41 - - [2025-11-06 02:17:39] "POST /neutron/network HTTP/1.1" 200 151 0.134695 10.0.0.131 - - [2025-11-06 02:17:39] "GET /projects?obj_uuids=da2adc4d-7851-445a-9e6a-da01f30dbfbc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001423 10.0.0.41 - - [2025-11-06 02:17:39] "GET /project/da2adc4d-7851-445a-9e6a-da01f30dbfbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.106574 10.0.0.131 - - [2025-11-06 02:17:39] "GET /projects?obj_uuids=da2adc4d-7851-445a-9e6a-da01f30dbfbc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001271 10.0.0.41 - - [2025-11-06 02:17:39] "GET /project/da2adc4d-7851-445a-9e6a-da01f30dbfbc?fields=virtual_networks HTTP/1.1" 200 1037 0.041576 10.0.0.131 - - [2025-11-06 02:17:39] "GET /projects?obj_uuids=da2adc4d-7851-445a-9e6a-da01f30dbfbc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001137 10.0.0.41 - - [2025-11-06 02:17:40] "GET /project/da2adc4d-7851-445a-9e6a-da01f30dbfbc?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.046236 10.0.0.131 - - [2025-11-06 02:17:40] "GET /projects?obj_uuids=da2adc4d-7851-445a-9e6a-da01f30dbfbc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001339 10.0.0.41 - - [2025-11-06 02:17:40] "GET /project/da2adc4d-7851-445a-9e6a-da01f30dbfbc?fields=security_groups HTTP/1.1" 200 1265 0.049046 10.0.0.41 - - [2025-11-06 02:17:40] "POST /fqname-to-id HTTP/1.1" 404 193 0.037844 10.0.0.131 - - [2025-11-06 02:17:41] "GET /projects?obj_uuids=abe0627b-4bfb-4bbd-8d5e-1489b7978cf6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004144 10.0.0.131 - - [2025-11-06 02:17:41] "GET /domains?obj_uuids=dd557474-6eee-442f-acdf-559f4d754f9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001297 10.0.0.131 - - [2025-11-06 02:17:41] "GET /domain/dd557474-6eee-442f-acdf-559f4d754f9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008849 10.0.0.131 - - [2025-11-06 02:17:41] "POST /id-to-fqname HTTP/1.1" 200 195 0.006357 10.0.0.131 - - [2025-11-06 02:17:41] "POST /fqname-to-id HTTP/1.1" 404 204 0.017449 10.0.0.131 - - [2025-11-06 02:17:41] "POST /security-groups HTTP/1.1" 200 596 0.086164 10.0.0.131 - - [2025-11-06 02:17:41] "POST /projects HTTP/1.1" 200 595 0.340219 10.0.0.131 - - [2025-11-06 02:17:41] "POST /access-control-lists HTTP/1.1" 200 603 0.042301 10.0.0.131 - - [2025-11-06 02:17:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.418290 10.0.0.41 - - [2025-11-06 02:17:41] "GET /project/abe0627b-4bfb-4bbd-8d5e-1489b7978cf6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.581498 10.0.0.41 - - [2025-11-06 02:17:42] "GET / HTTP/1.1" 200 36215 0.001485 10.0.0.41 - - [2025-11-06 02:17:43] "POST /fqname-to-id HTTP/1.1" 401 292 0.000480 10.0.0.41 - - [2025-11-06 02:17:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.052526 10.0.0.131 - - [2025-11-06 02:17:43] "GET /projects?obj_uuids=abe0627b-4bfb-4bbd-8d5e-1489b7978cf6&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001059 10.0.0.41 - - [2025-11-06 02:17:43] "GET /project/abe0627b-4bfb-4bbd-8d5e-1489b7978cf6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.059378 10.0.0.131 - - [2025-11-06 02:17:43] "POST /route-targets HTTP/1.1" 200 328 0.025424 10.0.0.131 - - [2025-11-06 02:17:44] "POST /useragent-kv HTTP/1.1" 200 115 0.007773 10.0.0.41 - - [2025-11-06 02:17:44] "POST /neutron/subnet HTTP/1.1" 200 828 0.295001 10.0.0.131 - - [2025-11-06 02:17:44] "POST /fqname-to-id HTTP/1.1" 404 207 0.036630 10.0.0.41 - - [2025-11-06 02:17:44] "POST /id-to-fqname HTTP/1.1" 200 261 0.001660 10.0.0.41 - - [2025-11-06 02:17:44] "GET /virtual-network/d31a8772-d4d0-454e-a393-cab782f8e05d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2745 0.011213 10.0.0.41 - - [2025-11-06 02:17:44] "POST /neutron/network HTTP/1.1" 200 1075 0.014559 10.0.0.41 - - [2025-11-06 02:17:44] "GET /virtual-network/d31a8772-d4d0-454e-a393-cab782f8e05d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2745 0.009072 10.0.0.41 - - [2025-11-06 02:17:44] "POST /neutron/subnet HTTP/1.1" 200 725 0.010156 10.0.0.41 - - [2025-11-06 02:17:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003998 10.0.0.131 - - [2025-11-06 02:17:44] "GET /projects?obj_uuids=abe0627b-4bfb-4bbd-8d5e-1489b7978cf6&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000998 10.0.0.41 - - [2025-11-06 02:17:44] "GET /project/abe0627b-4bfb-4bbd-8d5e-1489b7978cf6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.055644 10.0.0.131 - - [2025-11-06 02:17:45] "POST /ref-update HTTP/1.1" 200 156 0.028578 10.0.0.131 - - [2025-11-06 02:17:45] "POST /useragent-kv HTTP/1.1" 200 115 0.012357 10.0.0.41 - - [2025-11-06 02:17:45] "POST /neutron/subnet HTTP/1.1" 200 828 0.273915 10.0.0.131 - - [2025-11-06 02:17:45] "POST /fqname-to-id HTTP/1.1" 404 207 0.010891 10.0.0.41 - - [2025-11-06 02:17:45] "POST /id-to-fqname HTTP/1.1" 200 261 0.001369 10.0.0.41 - - [2025-11-06 02:17:45] "GET /virtual-network/5e0de02f-02b5-4da6-be50-9077be3b0333?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2747 0.008278 10.0.0.41 - - [2025-11-06 02:17:45] "POST /neutron/network HTTP/1.1" 200 1076 0.012938 10.0.0.41 - - [2025-11-06 02:17:45] "GET /virtual-network/5e0de02f-02b5-4da6-be50-9077be3b0333?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2747 0.007639 10.0.0.41 - - [2025-11-06 02:17:45] "POST /neutron/subnet HTTP/1.1" 200 729 0.013279 10.0.0.41 - - [2025-11-06 02:17:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.005418 10.0.0.131 - - [2025-11-06 02:17:45] "GET /projects?obj_uuids=abe0627b-4bfb-4bbd-8d5e-1489b7978cf6&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001602 10.0.0.41 - - [2025-11-06 02:17:45] "GET /project/abe0627b-4bfb-4bbd-8d5e-1489b7978cf6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.106294 10.0.0.131 - - [2025-11-06 02:17:46] "POST /useragent-kv HTTP/1.1" 200 115 0.005064 10.0.0.41 - - [2025-11-06 02:17:46] "POST /neutron/subnet HTTP/1.1" 200 828 0.306763 10.0.0.41 - - [2025-11-06 02:17:46] "POST /id-to-fqname HTTP/1.1" 200 262 0.002050 10.0.0.41 - - [2025-11-06 02:17:46] "GET /virtual-network/b71be4a5-eb09-4e70-a652-dd0588675726?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2746 0.008528 10.0.0.41 - - [2025-11-06 02:17:46] "POST /neutron/network HTTP/1.1" 200 1076 0.010943 10.0.0.41 - - [2025-11-06 02:17:46] "GET /virtual-network/b71be4a5-eb09-4e70-a652-dd0588675726?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2746 0.007312 10.0.0.41 - - [2025-11-06 02:17:46] "POST /neutron/subnet HTTP/1.1" 200 720 0.009748 10.0.0.41 - - [2025-11-06 02:17:46] "POST /id-to-fqname HTTP/1.1" 200 261 0.001237 10.0.0.131 - - [2025-11-06 02:17:47] "GET /projects?obj_uuids=abe0627b-4bfb-4bbd-8d5e-1489b7978cf6&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001041 10.0.0.41 - - [2025-11-06 02:17:47] "GET /project/abe0627b-4bfb-4bbd-8d5e-1489b7978cf6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.078339 10.0.0.41 - - [2025-11-06 02:17:47] "POST /neutron/port HTTP/1.1" 200 117 0.008322 10.0.0.41 - - [2025-11-06 02:17:47] "POST /id-to-fqname HTTP/1.1" 200 262 0.001834 10.0.0.41 - - [2025-11-06 02:17:48] "POST /neutron/network HTTP/1.1" 200 1086 0.007143 10.0.0.41 - - [2025-11-06 02:17:48] "POST /neutron/port HTTP/1.1" 200 1173 0.032090 10.0.0.131 - - [2025-11-06 02:17:48] "GET /projects?obj_uuids=abe0627b-4bfb-4bbd-8d5e-1489b7978cf6&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001673 10.0.0.41 - - [2025-11-06 02:17:48] "GET /project/abe0627b-4bfb-4bbd-8d5e-1489b7978cf6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.119358 10.0.0.41 - - [2025-11-06 02:17:49] "POST /neutron/network HTTP/1.1" 200 1076 0.017229 10.0.0.41 - - [2025-11-06 02:17:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004754 10.0.0.41 - - [2025-11-06 02:17:49] "POST /neutron/security_group HTTP/1.1" 200 2063 0.011349 10.0.0.41 - - [2025-11-06 02:17:49] "POST /neutron/port HTTP/1.1" 200 117 0.001349 10.0.0.131 - - [2025-11-06 02:17:49] "GET /projects?obj_uuids=abe0627b-4bfb-4bbd-8d5e-1489b7978cf6&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001482 10.0.0.41 - - [2025-11-06 02:17:50] "POST /neutron/port HTTP/1.1" 200 1171 0.443731 10.0.0.41 - - [2025-11-06 02:17:50] "POST /neutron/port HTTP/1.1" 200 1225 0.145673 10.0.0.41 - - [2025-11-06 02:17:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005960 10.0.0.41 - - [2025-11-06 02:17:50] "POST /neutron/port HTTP/1.1" 200 117 0.001831 10.0.0.41 - - [2025-11-06 02:17:50] "POST /neutron/network HTTP/1.1" 400 204 0.025746 10.0.0.41 - - [2025-11-06 02:17:51] "POST /neutron/port HTTP/1.1" 200 151 0.301777 10.0.0.41 - - [2025-11-06 02:17:52] "POST /neutron/port HTTP/1.1" 200 151 0.374895 10.0.0.131 - - [2025-11-06 02:17:53] "POST /useragent-kv HTTP/1.1" 200 115 0.007258 10.0.0.131 - - [2025-11-06 02:17:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.006497 10.0.0.131 - - [2025-11-06 02:17:53] "POST /useragent-kv HTTP/1.1" 200 115 0.005119 10.0.0.131 - - [2025-11-06 02:17:53] "POST /useragent-kv HTTP/1.1" 200 115 0.003799 10.0.0.131 - - [2025-11-06 02:17:53] "POST /useragent-kv HTTP/1.1" 200 115 0.009392 10.0.0.41 - - [2025-11-06 02:17:53] "POST /neutron/network HTTP/1.1" 200 151 0.201982 10.0.0.131 - - [2025-11-06 02:17:53] "DELETE /route-target/f4ce1c44-fce2-43e3-900c-25823c27feb4 HTTP/1.1" 200 115 0.062548 10.0.0.41 - - [2025-11-06 02:17:53] "POST /neutron/network HTTP/1.1" 200 1075 0.030389 10.0.0.131 - - [2025-11-06 02:17:53] "GET /projects?obj_uuids=abe0627b-4bfb-4bbd-8d5e-1489b7978cf6&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001956 10.0.0.41 - - [2025-11-06 02:17:53] "GET /project/abe0627b-4bfb-4bbd-8d5e-1489b7978cf6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.080664 10.0.0.131 - - [2025-11-06 02:17:53] "GET /projects?obj_uuids=abe0627b-4bfb-4bbd-8d5e-1489b7978cf6&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002718 10.0.0.41 - - [2025-11-06 02:17:53] "GET /project/abe0627b-4bfb-4bbd-8d5e-1489b7978cf6?fields=virtual_networks HTTP/1.1" 200 1045 0.062821 10.0.0.131 - - [2025-11-06 02:17:53] "GET /projects?obj_uuids=abe0627b-4bfb-4bbd-8d5e-1489b7978cf6&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001787 10.0.0.41 - - [2025-11-06 02:17:53] "GET /project/abe0627b-4bfb-4bbd-8d5e-1489b7978cf6?fields=virtual_machine_interfaces HTTP/1.1" 200 1045 0.056235 10.0.0.131 - - [2025-11-06 02:17:53] "GET /projects?obj_uuids=abe0627b-4bfb-4bbd-8d5e-1489b7978cf6&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001897 10.0.0.41 - - [2025-11-06 02:17:53] "GET /project/abe0627b-4bfb-4bbd-8d5e-1489b7978cf6?fields=security_groups HTTP/1.1" 200 1277 0.065174 10.0.0.41 - - [2025-11-06 02:17:54] "POST /fqname-to-id HTTP/1.1" 404 196 0.029765 10.0.0.131 - - [2025-11-06 02:17:54] "GET /projects?obj_uuids=73a1afb3-e50f-4926-8d9a-121eae0346e4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004049 10.0.0.131 - - [2025-11-06 02:17:54] "GET /domains?obj_uuids=dd557474-6eee-442f-acdf-559f4d754f9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002151 10.0.0.131 - - [2025-11-06 02:17:54] "GET /domain/dd557474-6eee-442f-acdf-559f4d754f9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008760 10.0.0.131 - - [2025-11-06 02:17:55] "POST /id-to-fqname HTTP/1.1" 200 198 0.007644 10.0.0.131 - - [2025-11-06 02:17:55] "POST /fqname-to-id HTTP/1.1" 404 207 0.009585 10.0.0.131 - - [2025-11-06 02:17:55] "POST /security-groups HTTP/1.1" 200 599 0.038243 10.0.0.131 - - [2025-11-06 02:17:55] "POST /fqname-to-id HTTP/1.1" 404 242 0.005780 10.0.0.131 - - [2025-11-06 02:17:55] "POST /projects HTTP/1.1" 200 601 0.281711 10.0.0.131 - - [2025-11-06 02:17:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.359339 10.0.0.131 - - [2025-11-06 02:17:55] "POST /access-control-lists HTTP/1.1" 200 604 0.034434 10.0.0.41 - - [2025-11-06 02:17:55] "GET /project/73a1afb3-e50f-4926-8d9a-121eae0346e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.497549 10.0.0.41 - - [2025-11-06 02:17:56] "GET / HTTP/1.1" 200 36215 0.002494 10.0.0.41 - - [2025-11-06 02:17:56] "POST /fqname-to-id HTTP/1.1" 401 292 0.000479 10.0.0.41 - - [2025-11-06 02:17:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.092343 10.0.0.131 - - [2025-11-06 02:17:57] "GET /projects?obj_uuids=73a1afb3-e50f-4926-8d9a-121eae0346e4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001359 10.0.0.41 - - [2025-11-06 02:17:57] "GET /project/73a1afb3-e50f-4926-8d9a-121eae0346e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.058753 10.0.0.131 - - [2025-11-06 02:17:57] "GET /projects?obj_uuids=73a1afb3-e50f-4926-8d9a-121eae0346e4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001592 10.0.0.41 - - [2025-11-06 02:17:57] "POST /neutron/network HTTP/1.1" 200 691 0.192430 10.0.0.41 - - [2025-11-06 02:17:57] "POST /id-to-fqname HTTP/1.1" 200 267 0.004118 10.0.0.41 - - [2025-11-06 02:17:57] "GET /virtual-network/b1041e3e-d562-4ed6-9dff-60b4197771f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2176 0.006669 10.0.0.41 - - [2025-11-06 02:17:57] "POST /neutron/network HTTP/1.1" 200 910 0.009547 10.0.0.41 - - [2025-11-06 02:17:57] "GET /virtual-network/b1041e3e-d562-4ed6-9dff-60b4197771f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2176 0.007729 10.0.0.41 - - [2025-11-06 02:17:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003410 10.0.0.131 - - [2025-11-06 02:17:57] "GET /projects?obj_uuids=73a1afb3-e50f-4926-8d9a-121eae0346e4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000896 10.0.0.41 - - [2025-11-06 02:17:58] "GET /project/73a1afb3-e50f-4926-8d9a-121eae0346e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.051581 10.0.0.41 - - [2025-11-06 02:17:58] "POST /neutron/network HTTP/1.1" 200 117 0.014857 10.0.0.131 - - [2025-11-06 02:17:58] "POST /route-targets HTTP/1.1" 200 328 0.021764 10.0.0.41 - - [2025-11-06 02:17:58] "POST /neutron/network HTTP/1.1" 200 911 0.009323 10.0.0.41 - - [2025-11-06 02:17:58] "POST /id-to-fqname HTTP/1.1" 200 267 0.001246 10.0.0.41 - - [2025-11-06 02:17:58] "GET /virtual-network/6a0e6915-03c5-4465-9809-9bd67688c758?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2179 0.005868 10.0.0.41 - - [2025-11-06 02:17:58] "GET /virtual-network/6a0e6915-03c5-4465-9809-9bd67688c758?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2179 0.005574 10.0.0.41 - - [2025-11-06 02:17:58] "POST /neutron/subnet HTTP/1.1" 200 730 0.054723 10.0.0.41 - - [2025-11-06 02:17:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.006182 10.0.0.131 - - [2025-11-06 02:17:58] "GET /projects?obj_uuids=73a1afb3-e50f-4926-8d9a-121eae0346e4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001381 10.0.0.41 - - [2025-11-06 02:17:58] "GET /project/73a1afb3-e50f-4926-8d9a-121eae0346e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.058688 10.0.0.131 - - [2025-11-06 02:17:59] "POST /ref-update HTTP/1.1" 200 156 0.034304 10.0.0.131 - - [2025-11-06 02:17:59] "POST /useragent-kv HTTP/1.1" 200 115 0.005416 10.0.0.41 - - [2025-11-06 02:17:59] "POST /neutron/subnet HTTP/1.1" 200 734 0.259439 10.0.0.41 - - [2025-11-06 02:17:59] "POST /id-to-fqname HTTP/1.1" 200 268 0.001890 10.0.0.41 - - [2025-11-06 02:17:59] "GET /virtual-network/dbea6e55-2df9-4639-93f8-c0197d42fe89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2186 0.007105 10.0.0.41 - - [2025-11-06 02:17:59] "GET /virtual-network/dbea6e55-2df9-4639-93f8-c0197d42fe89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2186 0.007553 10.0.0.41 - - [2025-11-06 02:17:59] "POST /neutron/network HTTP/1.1" 200 914 0.008895 10.0.0.41 - - [2025-11-06 02:17:59] "POST /id-to-fqname HTTP/1.1" 200 267 0.001709 10.0.0.131 - - [2025-11-06 02:18:00] "GET /projects?obj_uuids=73a1afb3-e50f-4926-8d9a-121eae0346e4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001365 10.0.0.41 - - [2025-11-06 02:18:00] "GET /project/73a1afb3-e50f-4926-8d9a-121eae0346e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.114614 10.0.0.41 - - [2025-11-06 02:18:00] "POST /neutron/network HTTP/1.1" 200 911 0.010533 10.0.0.41 - - [2025-11-06 02:18:00] "POST /id-to-fqname HTTP/1.1" 200 268 0.002128 10.0.0.41 - - [2025-11-06 02:18:00] "POST /neutron/port HTTP/1.1" 200 117 0.009353 10.0.0.131 - - [2025-11-06 02:18:01] "GET /projects?obj_uuids=73a1afb3-e50f-4926-8d9a-121eae0346e4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.025237 10.0.0.41 - - [2025-11-06 02:18:01] "POST /neutron/port HTTP/1.1" 200 1069 0.406213 10.0.0.131 - - [2025-11-06 02:18:01] "GET /projects?obj_uuids=73a1afb3-e50f-4926-8d9a-121eae0346e4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000996 10.0.0.41 - - [2025-11-06 02:18:01] "GET /project/73a1afb3-e50f-4926-8d9a-121eae0346e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.081416 10.0.0.41 - - [2025-11-06 02:18:01] "POST /neutron/port HTTP/1.1" 200 1123 0.154203 10.0.0.41 - - [2025-11-06 02:18:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.012075 10.0.0.41 - - [2025-11-06 02:18:01] "POST /neutron/network HTTP/1.1" 200 911 0.009324 10.0.0.41 - - [2025-11-06 02:18:02] "POST /neutron/port HTTP/1.1" 200 117 0.006848 10.0.0.41 - - [2025-11-06 02:18:02] "POST /neutron/port HTTP/1.1" 200 1070 0.023480 10.0.0.41 - - [2025-11-06 02:18:03] "POST /neutron/port HTTP/1.1" 200 1098 0.024706 10.0.0.41 - - [2025-11-06 02:18:03] "POST /neutron/port HTTP/1.1" 200 117 0.001618 10.0.0.41 - - [2025-11-06 02:18:03] "POST /neutron/network HTTP/1.1" 400 204 0.022069 10.0.0.41 - - [2025-11-06 02:18:04] "POST /neutron/port HTTP/1.1" 200 151 0.248789 10.0.0.41 - - [2025-11-06 02:18:04] "POST /neutron/port HTTP/1.1" 200 151 0.181532 10.0.0.131 - - [2025-11-06 02:18:05] "POST /useragent-kv HTTP/1.1" 200 115 0.003659 10.0.0.131 - - [2025-11-06 02:18:05] "POST /useragent-kv HTTP/1.1" 200 115 0.002990 10.0.0.41 - - [2025-11-06 02:18:05] "POST /neutron/network HTTP/1.1" 200 151 0.174434 10.0.0.131 - - [2025-11-06 02:18:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004525 10.0.0.41 - - [2025-11-06 02:18:06] "POST /neutron/network HTTP/1.1" 200 910 0.006730 10.0.0.131 - - [2025-11-06 02:18:06] "DELETE /route-target/1ad40940-cb58-4ea9-8501-d3f6c19e52a5 HTTP/1.1" 200 115 0.031379 10.0.0.131 - - [2025-11-06 02:18:06] "GET /projects?obj_uuids=73a1afb3-e50f-4926-8d9a-121eae0346e4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000993 10.0.0.41 - - [2025-11-06 02:18:06] "GET /project/73a1afb3-e50f-4926-8d9a-121eae0346e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.092211 10.0.0.131 - - [2025-11-06 02:18:06] "GET /projects?obj_uuids=73a1afb3-e50f-4926-8d9a-121eae0346e4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001505 10.0.0.41 - - [2025-11-06 02:18:06] "GET /project/73a1afb3-e50f-4926-8d9a-121eae0346e4?fields=virtual_networks HTTP/1.1" 200 1050 0.044346 10.0.0.131 - - [2025-11-06 02:18:06] "GET /projects?obj_uuids=73a1afb3-e50f-4926-8d9a-121eae0346e4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001219 10.0.0.41 - - [2025-11-06 02:18:06] "GET /project/73a1afb3-e50f-4926-8d9a-121eae0346e4?fields=virtual_machine_interfaces HTTP/1.1" 200 1050 0.052034 10.0.0.131 - - [2025-11-06 02:18:06] "GET /projects?obj_uuids=73a1afb3-e50f-4926-8d9a-121eae0346e4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001352 10.0.0.41 - - [2025-11-06 02:18:06] "GET /project/73a1afb3-e50f-4926-8d9a-121eae0346e4?fields=security_groups HTTP/1.1" 200 1285 0.054549 10.0.0.41 - - [2025-11-06 02:18:07] "POST /fqname-to-id HTTP/1.1" 404 193 0.025287 10.0.0.131 - - [2025-11-06 02:18:07] "GET /projects?obj_uuids=984ad371-2bef-4f78-91f7-901244972411&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003973 10.0.0.131 - - [2025-11-06 02:18:07] "GET /domains?obj_uuids=dd557474-6eee-442f-acdf-559f4d754f9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001927 10.0.0.131 - - [2025-11-06 02:18:07] "GET /domain/dd557474-6eee-442f-acdf-559f4d754f9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.041824 10.0.0.131 - - [2025-11-06 02:18:07] "POST /id-to-fqname HTTP/1.1" 200 195 0.003246 10.0.0.131 - - [2025-11-06 02:18:07] "POST /fqname-to-id HTTP/1.1" 404 204 0.010720 10.0.0.131 - - [2025-11-06 02:18:07] "POST /security-groups HTTP/1.1" 200 596 0.107459 10.0.0.131 - - [2025-11-06 02:18:07] "POST /projects HTTP/1.1" 200 595 0.342605 10.0.0.131 - - [2025-11-06 02:18:07] "POST /fqname-to-id HTTP/1.1" 404 238 0.009284 10.0.0.131 - - [2025-11-06 02:18:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.417314 10.0.0.41 - - [2025-11-06 02:18:07] "GET /project/984ad371-2bef-4f78-91f7-901244972411?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.598398 10.0.0.41 - - [2025-11-06 02:18:08] "GET / HTTP/1.1" 200 36215 0.001395 10.0.0.41 - - [2025-11-06 02:18:09] "POST /fqname-to-id HTTP/1.1" 401 292 0.000668 10.0.0.41 - - [2025-11-06 02:18:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.068287 10.0.0.131 - - [2025-11-06 02:18:10] "GET /projects?obj_uuids=984ad371-2bef-4f78-91f7-901244972411&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000989 10.0.0.41 - - [2025-11-06 02:18:10] "GET /project/984ad371-2bef-4f78-91f7-901244972411?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.040639 10.0.0.38 - - [2025-11-06 02:18:10] "GET /obj-perms HTTP/1.1" 200 5056 0.427319 10.0.0.131 - - [2025-11-06 02:18:10] "DELETE /project/abe0627b4bfb4bbd8d5e1489b7978cf6 HTTP/1.1" 404 173 0.017371 10.0.0.131 - - [2025-11-06 02:18:10] "DELETE /project/984ad3712bef4f7891f7901244972411 HTTP/1.1" 404 173 0.013576 10.0.0.131 - - [2025-11-06 02:18:10] "DELETE /project/da2adc4d7851445a9e6ada01f30dbfbc HTTP/1.1" 404 173 0.010744 10.0.0.131 - - [2025-11-06 02:18:10] "DELETE /project/73a1afb3e50f49268d9a121eae0346e4 HTTP/1.1" 404 173 0.008257 10.0.0.131 - - [2025-11-06 02:18:10] "GET /projects?obj_uuids=abe0627b-4bfb-4bbd-8d5e-1489b7978cf6&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001325 10.0.0.131 - - [2025-11-06 02:18:10] "GET /projects?obj_uuids=da2adc4d-7851-445a-9e6a-da01f30dbfbc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001120 10.0.0.131 - - [2025-11-06 02:18:10] "GET /projects?obj_uuids=73a1afb3-e50f-4926-8d9a-121eae0346e4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000743 10.0.0.131 - - [2025-11-06 02:18:10] "GET /project/73a1afb3-e50f-4926-8d9a-121eae0346e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.072991 10.0.0.131 - - [2025-11-06 02:18:10] "GET /projects?obj_uuids=73a1afb3-e50f-4926-8d9a-121eae0346e4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003486 10.0.0.131 - - [2025-11-06 02:18:10] "GET /project/da2adc4d-7851-445a-9e6a-da01f30dbfbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1473 0.108462 10.0.0.131 - - [2025-11-06 02:18:10] "GET /project/abe0627b-4bfb-4bbd-8d5e-1489b7978cf6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1489 0.127574 10.0.0.131 - - [2025-11-06 02:18:10] "GET /projects?obj_uuids=da2adc4d-7851-445a-9e6a-da01f30dbfbc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001102 10.0.0.131 - - [2025-11-06 02:18:10] "GET /projects?obj_uuids=abe0627b-4bfb-4bbd-8d5e-1489b7978cf6&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001312 10.0.0.131 - - [2025-11-06 02:18:10] "GET /projects?obj_uuids=984ad371-2bef-4f78-91f7-901244972411&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000775 10.0.0.131 - - [2025-11-06 02:18:10] "GET /project/73a1afb3-e50f-4926-8d9a-121eae0346e4?fields=security_groups HTTP/1.1" 200 1387 0.093257 10.0.0.131 - - [2025-11-06 02:18:10] "GET /project/abe0627b-4bfb-4bbd-8d5e-1489b7978cf6?fields=security_groups HTTP/1.1" 200 1379 0.073910 10.0.0.131 - - [2025-11-06 02:18:10] "GET /project/da2adc4d-7851-445a-9e6a-da01f30dbfbc?fields=security_groups HTTP/1.1" 200 1367 0.172165 10.0.0.131 - - [2025-11-06 02:18:10] "DELETE /security-group/a52ff48d-be92-4b44-a92d-7e8deeb66411 HTTP/1.1" 200 115 0.121483 10.0.0.131 - - [2025-11-06 02:18:10] "GET /projects?obj_uuids=abe0627b-4bfb-4bbd-8d5e-1489b7978cf6&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001426 10.0.0.131 - - [2025-11-06 02:18:10] "DELETE /security-group/01a5580f-f713-4868-a6ef-111ef7b76276 HTTP/1.1" 200 115 0.171958 10.0.0.131 - - [2025-11-06 02:18:10] "GET /projects?obj_uuids=73a1afb3-e50f-4926-8d9a-121eae0346e4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001166 10.0.0.41 - - [2025-11-06 02:18:10] "POST /neutron/network HTTP/1.1" 200 682 0.352758 10.0.0.131 - - [2025-11-06 02:18:10] "DELETE /security-group/3ebb1343-b7fe-4737-be15-9103e083c5ae HTTP/1.1" 200 115 0.093013 10.0.0.131 - - [2025-11-06 02:18:10] "GET /projects?obj_uuids=da2adc4d-7851-445a-9e6a-da01f30dbfbc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001038 10.0.0.131 - - [2025-11-06 02:18:10] "GET /project/abe0627b-4bfb-4bbd-8d5e-1489b7978cf6?fields=application_policy_sets HTTP/1.1" 200 1418 0.117397 10.0.0.131 - - [2025-11-06 02:18:11] "GET /project/da2adc4d-7851-445a-9e6a-da01f30dbfbc?fields=application_policy_sets HTTP/1.1" 200 1406 0.090416 10.0.0.131 - - [2025-11-06 02:18:11] "GET /project/73a1afb3-e50f-4926-8d9a-121eae0346e4?fields=application_policy_sets HTTP/1.1" 200 1426 0.151958 10.0.0.131 - - [2025-11-06 02:18:11] "DELETE /access-control-list/9adb85ba-5c3b-43d3-b568-a0d0cd805f64 HTTP/1.1" 200 115 0.084009 10.0.0.131 - - [2025-11-06 02:18:11] "DELETE /access-control-list/1dbba73a-029e-4e3e-b4b6-55cce977c5e9 HTTP/1.1" 200 115 0.077690 10.0.0.131 - - [2025-11-06 02:18:11] "DELETE /project/abe0627b-4bfb-4bbd-8d5e-1489b7978cf6 HTTP/1.1" 200 115 0.881022 10.0.0.131 - - [2025-11-06 02:18:11] "DELETE /project/73a1afb3-e50f-4926-8d9a-121eae0346e4 HTTP/1.1" 200 115 0.882420 10.0.0.131 - - [2025-11-06 02:18:11] "DELETE /project/da2adc4d-7851-445a-9e6a-da01f30dbfbc HTTP/1.1" 200 115 0.915048 10.0.0.41 - - [2025-11-06 02:18:11] "POST /id-to-fqname HTTP/1.1" 200 261 0.006999 10.0.0.41 - - [2025-11-06 02:18:11] "GET /virtual-network/6858c9f4-79ff-4852-945c-4f40030fe401?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.011786 10.0.0.41 - - [2025-11-06 02:18:11] "POST /neutron/network HTTP/1.1" 200 901 0.013086 10.0.0.41 - - [2025-11-06 02:18:11] "GET /virtual-network/6858c9f4-79ff-4852-945c-4f40030fe401?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.006250 10.0.0.41 - - [2025-11-06 02:18:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.005686 10.0.0.131 - - [2025-11-06 02:18:11] "POST /ref-update HTTP/1.1" 200 156 0.054202 10.0.0.131 - - [2025-11-06 02:18:11] "GET /projects?obj_uuids=984ad371-2bef-4f78-91f7-901244972411&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002119 10.0.0.41 - - [2025-11-06 02:18:11] "GET /project/984ad371-2bef-4f78-91f7-901244972411?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.061835 10.0.0.41 - - [2025-11-06 02:18:11] "POST /neutron/network HTTP/1.1" 200 117 0.020634 10.0.0.41 - - [2025-11-06 02:18:12] "POST /neutron/network HTTP/1.1" 200 900 0.015271 10.0.0.41 - - [2025-11-06 02:18:12] "POST /id-to-fqname HTTP/1.1" 200 261 0.001364 10.0.0.41 - - [2025-11-06 02:18:12] "GET /virtual-network/1e574df3-9819-4fa4-812c-846f124ea739?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2157 0.006145 10.0.0.41 - - [2025-11-06 02:18:12] "GET /virtual-network/1e574df3-9819-4fa4-812c-846f124ea739?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2157 0.007834 10.0.0.41 - - [2025-11-06 02:18:12] "POST /neutron/subnet HTTP/1.1" 200 719 0.011432 10.0.0.41 - - [2025-11-06 02:18:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003958 10.0.0.131 - - [2025-11-06 02:18:12] "GET /projects?obj_uuids=984ad371-2bef-4f78-91f7-901244972411&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000890 10.0.0.41 - - [2025-11-06 02:18:12] "GET /project/984ad371-2bef-4f78-91f7-901244972411?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.043432 10.0.0.131 - - [2025-11-06 02:18:12] "POST /route-targets HTTP/1.1" 200 328 0.017504 10.0.0.131 - - [2025-11-06 02:18:12] "POST /useragent-kv HTTP/1.1" 200 115 0.009908 10.0.0.41 - - [2025-11-06 02:18:12] "POST /neutron/subnet HTTP/1.1" 200 734 0.252133 10.0.0.41 - - [2025-11-06 02:18:12] "POST /id-to-fqname HTTP/1.1" 200 262 0.001425 10.0.0.41 - - [2025-11-06 02:18:12] "GET /virtual-network/909f6d18-6a95-4f1b-82a2-3ad70c9c850c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2170 0.006116 10.0.0.41 - - [2025-11-06 02:18:12] "GET /virtual-network/909f6d18-6a95-4f1b-82a2-3ad70c9c850c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2170 0.006713 10.0.0.41 - - [2025-11-06 02:18:12] "POST /neutron/network HTTP/1.1" 200 905 0.008801 10.0.0.41 - - [2025-11-06 02:18:12] "POST /id-to-fqname HTTP/1.1" 200 261 0.001379 10.0.0.131 - - [2025-11-06 02:18:13] "GET /projects?obj_uuids=984ad371-2bef-4f78-91f7-901244972411&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001730 10.0.0.41 - - [2025-11-06 02:18:13] "GET /project/984ad371-2bef-4f78-91f7-901244972411?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.066873 10.0.0.41 - - [2025-11-06 02:18:13] "POST /neutron/network HTTP/1.1" 200 900 0.022187 10.0.0.41 - - [2025-11-06 02:18:14] "POST /id-to-fqname HTTP/1.1" 200 262 0.001397 10.0.0.41 - - [2025-11-06 02:18:14] "POST /neutron/port HTTP/1.1" 200 117 0.007631 10.0.0.131 - - [2025-11-06 02:18:14] "GET /projects?obj_uuids=984ad371-2bef-4f78-91f7-901244972411&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001474 10.0.0.41 - - [2025-11-06 02:18:14] "POST /neutron/port HTTP/1.1" 200 1064 0.373297 10.0.0.131 - - [2025-11-06 02:18:15] "GET /projects?obj_uuids=984ad371-2bef-4f78-91f7-901244972411&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001188 10.0.0.41 - - [2025-11-06 02:18:15] "GET /project/984ad371-2bef-4f78-91f7-901244972411?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.089445 10.0.0.41 - - [2025-11-06 02:18:15] "POST /neutron/port HTTP/1.1" 200 1118 0.136213 10.0.0.41 - - [2025-11-06 02:18:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005281 10.0.0.41 - - [2025-11-06 02:18:15] "POST /neutron/network HTTP/1.1" 200 900 0.006953 10.0.0.41 - - [2025-11-06 02:18:15] "POST /neutron/port HTTP/1.1" 200 117 0.009535 10.0.0.41 - - [2025-11-06 02:18:16] "POST /fqname-to-id HTTP/1.1" 404 193 0.003819 10.0.0.41 - - [2025-11-06 02:18:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.008461 10.0.0.131 - - [2025-11-06 02:18:16] "GET /domains?obj_uuids=dd557474-6eee-442f-acdf-559f4d754f9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001333 10.0.0.41 - - [2025-11-06 02:18:16] "GET /domain/dd557474-6eee-442f-acdf-559f4d754f9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.013434 10.0.0.41 - - [2025-11-06 02:18:16] "POST /neutron/port HTTP/1.1" 200 1067 0.048030 10.0.0.41 - - [2025-11-06 02:18:16] "POST /service-templates HTTP/1.1" 200 545 0.040288 10.0.0.41 - - [2025-11-06 02:18:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.014806 10.0.0.41 - - [2025-11-06 02:18:16] "GET /service-template/0d3bbc17-c6b4-46dd-9bc2-3ba93dc83247?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1821 0.006821 10.0.0.41 - - [2025-11-06 02:18:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.007594 10.0.0.41 - - [2025-11-06 02:18:16] "GET /service-template/0d3bbc17-c6b4-46dd-9bc2-3ba93dc83247?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1821 0.004805 10.0.0.41 - - [2025-11-06 02:18:16] "POST /neutron/port HTTP/1.1" 200 1095 0.022889 10.0.0.41 - - [2025-11-06 02:18:16] "POST /id-to-fqname HTTP/1.1" 200 261 0.001260 10.0.0.41 - - [2025-11-06 02:18:16] "POST /id-to-fqname HTTP/1.1" 200 261 0.001334 10.0.0.41 - - [2025-11-06 02:18:16] "POST /neutron/port HTTP/1.1" 200 117 0.001162 10.0.0.41 - - [2025-11-06 02:18:16] "POST /id-to-fqname HTTP/1.1" 200 262 0.001502 10.0.0.41 - - [2025-11-06 02:18:16] "POST /neutron/security_group HTTP/1.1" 200 2063 0.008527 10.0.0.41 - - [2025-11-06 02:18:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004196 10.0.0.41 - - [2025-11-06 02:18:16] "DELETE /service-template/0d3bbc17-c6b4-46dd-9bc2-3ba93dc83247 HTTP/1.1" 200 115 0.047887 10.0.0.41 - - [2025-11-06 02:18:16] "POST /fqname-to-id HTTP/1.1" 404 193 0.005328 10.0.0.41 - - [2025-11-06 02:18:19] "POST /neutron/port HTTP/1.1" 200 1095 0.025961 10.0.0.41 - - [2025-11-06 02:18:19] "POST /neutron/port HTTP/1.1" 200 1092 0.037958 10.0.0.41 - - [2025-11-06 02:18:21] "POST /neutron/network HTTP/1.1" 200 900 0.008137 10.0.0.131 - - [2025-11-06 02:18:21] "DELETE /route-target/fb9ecaad-bbf3-4653-a934-d454d80d8194 HTTP/1.1" 200 115 0.031493 10.0.0.131 - - [2025-11-06 02:18:21] "POST /useragent-kv HTTP/1.1" 200 115 0.004572 10.0.0.131 - - [2025-11-06 02:18:21] "POST /useragent-kv HTTP/1.1" 200 115 0.005705 10.0.0.41 - - [2025-11-06 02:18:21] "POST /neutron/network HTTP/1.1" 200 151 0.141875 10.0.0.131 - - [2025-11-06 02:18:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003959 10.0.0.131 - - [2025-11-06 02:18:21] "GET /projects?obj_uuids=984ad371-2bef-4f78-91f7-901244972411&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001050 10.0.0.41 - - [2025-11-06 02:18:21] "GET /project/984ad371-2bef-4f78-91f7-901244972411?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.062693 10.0.0.131 - - [2025-11-06 02:18:21] "GET /projects?obj_uuids=984ad371-2bef-4f78-91f7-901244972411&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001305 10.0.0.41 - - [2025-11-06 02:18:21] "GET /project/984ad371-2bef-4f78-91f7-901244972411?fields=virtual_networks HTTP/1.1" 200 1045 0.079049 10.0.0.131 - - [2025-11-06 02:18:21] "GET /projects?obj_uuids=984ad371-2bef-4f78-91f7-901244972411&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001943 10.0.0.41 - - [2025-11-06 02:18:21] "GET /project/984ad371-2bef-4f78-91f7-901244972411?fields=virtual_machine_interfaces HTTP/1.1" 200 1045 0.058306 10.0.0.131 - - [2025-11-06 02:18:22] "GET /projects?obj_uuids=984ad371-2bef-4f78-91f7-901244972411&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002288 10.0.0.41 - - [2025-11-06 02:18:22] "GET /project/984ad371-2bef-4f78-91f7-901244972411?fields=security_groups HTTP/1.1" 200 1277 0.054810 10.0.0.41 - - [2025-11-06 02:18:22] "POST /fqname-to-id HTTP/1.1" 404 197 0.026698 10.0.0.131 - - [2025-11-06 02:18:22] "GET /projects?obj_uuids=892a2517-8287-47ea-ac73-becf07445dbf&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003434 10.0.0.131 - - [2025-11-06 02:18:23] "GET /domains?obj_uuids=dd557474-6eee-442f-acdf-559f4d754f9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002486 10.0.0.131 - - [2025-11-06 02:18:23] "GET /domain/dd557474-6eee-442f-acdf-559f4d754f9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.013377 10.0.0.131 - - [2025-11-06 02:18:23] "POST /id-to-fqname HTTP/1.1" 200 199 0.008038 10.0.0.131 - - [2025-11-06 02:18:23] "POST /fqname-to-id HTTP/1.1" 404 208 0.009026 10.0.0.131 - - [2025-11-06 02:18:23] "POST /security-groups HTTP/1.1" 200 600 0.082444 10.0.0.131 - - [2025-11-06 02:18:23] "POST /projects HTTP/1.1" 200 603 0.368654 10.0.0.131 - - [2025-11-06 02:18:23] "POST /access-control-lists HTTP/1.1" 200 607 0.035493 10.0.0.131 - - [2025-11-06 02:18:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.439908 10.0.0.41 - - [2025-11-06 02:18:23] "GET /project/892a2517-8287-47ea-ac73-becf07445dbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1402 0.595664 10.0.0.41 - - [2025-11-06 02:18:24] "GET / HTTP/1.1" 200 36215 0.001697 10.0.0.41 - - [2025-11-06 02:18:25] "POST /fqname-to-id HTTP/1.1" 401 292 0.000517 10.0.0.41 - - [2025-11-06 02:18:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.053827 10.0.0.131 - - [2025-11-06 02:18:25] "GET /projects?obj_uuids=892a2517-8287-47ea-ac73-becf07445dbf&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001215 10.0.0.41 - - [2025-11-06 02:18:25] "GET /project/892a2517-8287-47ea-ac73-becf07445dbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1402 0.044798 10.0.0.41 - - [2025-11-06 02:18:25] "POST /neutron/network HTTP/1.1" 200 117 0.035749 10.0.0.131 - - [2025-11-06 02:18:25] "POST /route-targets HTTP/1.1" 200 328 0.015255 10.0.0.131 - - [2025-11-06 02:18:26] "POST /fqname-to-id HTTP/1.1" 404 207 0.047328 10.0.0.131 - - [2025-11-06 02:18:26] "POST /useragent-kv HTTP/1.1" 200 115 0.007929 10.0.0.41 - - [2025-11-06 02:18:26] "POST /neutron/subnet HTTP/1.1" 200 715 0.252599 10.0.0.41 - - [2025-11-06 02:18:26] "POST /id-to-fqname HTTP/1.1" 200 269 0.001397 10.0.0.41 - - [2025-11-06 02:18:26] "GET /virtual-network/2183b800-c85e-4c14-8045-5a5eb5c6332b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2757 0.005806 10.0.0.41 - - [2025-11-06 02:18:26] "GET /virtual-network/2183b800-c85e-4c14-8045-5a5eb5c6332b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2757 0.005886 10.0.0.41 - - [2025-11-06 02:18:26] "POST /neutron/network HTTP/1.1" 200 1085 0.010041 10.0.0.41 - - [2025-11-06 02:18:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004813 10.0.0.131 - - [2025-11-06 02:18:26] "GET /projects?obj_uuids=892a2517-8287-47ea-ac73-becf07445dbf&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000925 10.0.0.41 - - [2025-11-06 02:18:26] "GET /project/892a2517-8287-47ea-ac73-becf07445dbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1402 0.052069 10.0.0.41 - - [2025-11-06 02:18:26] "POST /neutron/network HTTP/1.1" 200 117 0.019737 10.0.0.131 - - [2025-11-06 02:18:27] "POST /ref-update HTTP/1.1" 200 156 0.030243 10.0.0.131 - - [2025-11-06 02:18:27] "POST /fqname-to-id HTTP/1.1" 404 207 0.005414 10.0.0.131 - - [2025-11-06 02:18:27] "POST /useragent-kv HTTP/1.1" 200 115 0.007004 10.0.0.41 - - [2025-11-06 02:18:27] "POST /neutron/subnet HTTP/1.1" 200 725 0.260209 10.0.0.41 - - [2025-11-06 02:18:27] "POST /id-to-fqname HTTP/1.1" 200 269 0.002010 10.0.0.41 - - [2025-11-06 02:18:27] "GET /virtual-network/4766ed20-b13a-497f-bfc9-e722f6cc7710?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2765 0.007929 10.0.0.41 - - [2025-11-06 02:18:27] "GET /virtual-network/4766ed20-b13a-497f-bfc9-e722f6cc7710?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2765 0.007031 10.0.0.41 - - [2025-11-06 02:18:27] "POST /neutron/network HTTP/1.1" 200 1087 0.011875 10.0.0.41 - - [2025-11-06 02:18:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.005532 10.0.0.131 - - [2025-11-06 02:18:27] "GET /projects?obj_uuids=892a2517-8287-47ea-ac73-becf07445dbf&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001420 10.0.0.41 - - [2025-11-06 02:18:27] "GET /project/892a2517-8287-47ea-ac73-becf07445dbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1402 0.059626 10.0.0.41 - - [2025-11-06 02:18:27] "POST /neutron/network HTTP/1.1" 200 117 0.021779 10.0.0.131 - - [2025-11-06 02:18:28] "POST /useragent-kv HTTP/1.1" 200 115 0.012084 10.0.0.41 - - [2025-11-06 02:18:28] "POST /neutron/subnet HTTP/1.1" 200 720 0.235759 10.0.0.41 - - [2025-11-06 02:18:28] "POST /id-to-fqname HTTP/1.1" 200 270 0.001468 10.0.0.41 - - [2025-11-06 02:18:28] "GET /virtual-network/7de09ee5-3862-4463-a935-717a71881e1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2765 0.006808 10.0.0.41 - - [2025-11-06 02:18:28] "GET /virtual-network/7de09ee5-3862-4463-a935-717a71881e1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2765 0.005620 10.0.0.41 - - [2025-11-06 02:18:28] "POST /neutron/network HTTP/1.1" 200 1088 0.010086 10.0.0.41 - - [2025-11-06 02:18:28] "POST /id-to-fqname HTTP/1.1" 200 269 0.002260 10.0.0.41 - - [2025-11-06 02:18:28] "POST /neutron/network HTTP/1.1" 200 1097 0.008156 10.0.0.131 - - [2025-11-06 02:18:29] "GET /projects?obj_uuids=892a2517-8287-47ea-ac73-becf07445dbf&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001509 10.0.0.41 - - [2025-11-06 02:18:29] "GET /project/892a2517-8287-47ea-ac73-becf07445dbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1402 0.087317 10.0.0.41 - - [2025-11-06 02:18:29] "POST /neutron/port HTTP/1.1" 200 117 0.007022 10.0.0.41 - - [2025-11-06 02:18:29] "POST /id-to-fqname HTTP/1.1" 200 270 0.001601 10.0.0.41 - - [2025-11-06 02:18:30] "POST /neutron/network HTTP/1.1" 200 1097 0.014154 10.0.0.41 - - [2025-11-06 02:18:30] "POST /neutron/port HTTP/1.1" 200 1176 0.030264 10.0.0.131 - - [2025-11-06 02:18:30] "GET /projects?obj_uuids=892a2517-8287-47ea-ac73-becf07445dbf&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001167 10.0.0.41 - - [2025-11-06 02:18:30] "GET /project/892a2517-8287-47ea-ac73-becf07445dbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1402 0.098833 10.0.0.41 - - [2025-11-06 02:18:31] "POST /neutron/port HTTP/1.1" 200 1204 0.019500 10.0.0.41 - - [2025-11-06 02:18:31] "POST /neutron/subnet HTTP/1.1" 200 1385 0.019300 10.0.0.41 - - [2025-11-06 02:18:31] "POST /neutron/port HTTP/1.1" 200 1204 0.026243 10.0.0.41 - - [2025-11-06 02:18:31] "POST /neutron/port HTTP/1.1" 200 117 0.009346 10.0.0.41 - - [2025-11-06 02:18:32] "POST /neutron/port HTTP/1.1" 200 1175 0.020879 10.0.0.41 - - [2025-11-06 02:18:32] "POST /neutron/port HTTP/1.1" 200 1203 0.025563 10.0.0.41 - - [2025-11-06 02:18:32] "POST /neutron/subnet HTTP/1.1" 200 1380 0.016908 10.0.0.41 - - [2025-11-06 02:18:32] "POST /neutron/network HTTP/1.1" 200 1088 0.011652 10.0.0.41 - - [2025-11-06 02:18:32] "POST /fqname-to-id HTTP/1.1" 404 193 0.004167 10.0.0.41 - - [2025-11-06 02:18:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.007355 10.0.0.131 - - [2025-11-06 02:18:32] "GET /domains?obj_uuids=dd557474-6eee-442f-acdf-559f4d754f9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001519 10.0.0.41 - - [2025-11-06 02:18:32] "GET /domain/dd557474-6eee-442f-acdf-559f4d754f9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.011005 10.0.0.41 - - [2025-11-06 02:18:32] "POST /service-templates HTTP/1.1" 200 545 0.038011 10.0.0.41 - - [2025-11-06 02:18:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004670 10.0.0.41 - - [2025-11-06 02:18:32] "GET /service-template/32155ce6-0c06-4c1d-b0cc-20603fd46356?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1826 0.008933 10.0.0.41 - - [2025-11-06 02:18:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003847 10.0.0.41 - - [2025-11-06 02:18:32] "GET /service-template/32155ce6-0c06-4c1d-b0cc-20603fd46356?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1826 0.005434 10.0.0.41 - - [2025-11-06 02:18:32] "POST /id-to-fqname HTTP/1.1" 200 269 0.001842 10.0.0.41 - - [2025-11-06 02:18:33] "POST /id-to-fqname HTTP/1.1" 200 269 0.002018 10.0.0.41 - - [2025-11-06 02:18:33] "POST /id-to-fqname HTTP/1.1" 200 270 0.002035 10.0.0.41 - - [2025-11-06 02:18:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004718 10.0.0.41 - - [2025-11-06 02:18:33] "DELETE /service-template/32155ce6-0c06-4c1d-b0cc-20603fd46356 HTTP/1.1" 200 115 0.035419 10.0.0.41 - - [2025-11-06 02:18:33] "POST /fqname-to-id HTTP/1.1" 404 193 0.005766 10.0.0.41 - - [2025-11-06 02:18:34] "POST /neutron/network HTTP/1.1" 200 1087 0.010397 10.0.0.41 - - [2025-11-06 02:18:35] "POST /neutron/port HTTP/1.1" 200 1229 0.018086 10.0.0.41 - - [2025-11-06 02:18:35] "POST /neutron/port HTTP/1.1" 200 1230 0.019399 10.0.0.131 - - [2025-11-06 02:18:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.006582 10.0.0.131 - - [2025-11-06 02:18:37] "POST /useragent-kv HTTP/1.1" 200 115 0.003281 10.0.0.131 - - [2025-11-06 02:18:37] "POST /useragent-kv HTTP/1.1" 200 115 0.002873 10.0.0.131 - - [2025-11-06 02:18:37] "POST /useragent-kv HTTP/1.1" 200 115 0.003593 10.0.0.131 - - [2025-11-06 02:18:37] "POST /useragent-kv HTTP/1.1" 200 115 0.005087 10.0.0.41 - - [2025-11-06 02:18:37] "POST /neutron/network HTTP/1.1" 200 151 0.211483 10.0.0.131 - - [2025-11-06 02:18:37] "DELETE /route-target/36704c89-b913-4f0a-be76-693591282b0f HTTP/1.1" 200 115 0.034671 10.0.0.41 - - [2025-11-06 02:18:37] "POST /neutron/network HTTP/1.1" 200 1085 0.015413 10.0.0.131 - - [2025-11-06 02:18:37] "GET /projects?obj_uuids=892a2517-8287-47ea-ac73-becf07445dbf&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002794 10.0.0.41 - - [2025-11-06 02:18:37] "GET /project/892a2517-8287-47ea-ac73-becf07445dbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1402 0.077185 10.0.0.131 - - [2025-11-06 02:18:37] "GET /projects?obj_uuids=892a2517-8287-47ea-ac73-becf07445dbf&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001254 10.0.0.41 - - [2025-11-06 02:18:37] "GET /project/892a2517-8287-47ea-ac73-becf07445dbf?fields=virtual_networks HTTP/1.1" 200 1052 0.077413 10.0.0.131 - - [2025-11-06 02:18:37] "GET /projects?obj_uuids=892a2517-8287-47ea-ac73-becf07445dbf&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001150 10.0.0.41 - - [2025-11-06 02:18:37] "GET /project/892a2517-8287-47ea-ac73-becf07445dbf?fields=virtual_machine_interfaces HTTP/1.1" 200 1052 0.049503 10.0.0.131 - - [2025-11-06 02:18:37] "GET /projects?obj_uuids=892a2517-8287-47ea-ac73-becf07445dbf&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001437 10.0.0.41 - - [2025-11-06 02:18:37] "GET /project/892a2517-8287-47ea-ac73-becf07445dbf?fields=security_groups HTTP/1.1" 200 1288 0.052964 10.0.0.41 - - [2025-11-06 02:18:38] "POST /fqname-to-id HTTP/1.1" 404 200 0.027654 10.0.0.131 - - [2025-11-06 02:18:38] "GET /projects?obj_uuids=423513f0-d0e1-4329-a1d1-7bff54600b39&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003991 10.0.0.131 - - [2025-11-06 02:18:38] "GET /domains?obj_uuids=dd557474-6eee-442f-acdf-559f4d754f9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001590 10.0.0.131 - - [2025-11-06 02:18:38] "GET /domain/dd557474-6eee-442f-acdf-559f4d754f9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.010096 10.0.0.131 - - [2025-11-06 02:18:38] "POST /id-to-fqname HTTP/1.1" 200 202 0.001481 10.0.0.131 - - [2025-11-06 02:18:38] "POST /fqname-to-id HTTP/1.1" 404 211 0.003783 10.0.0.131 - - [2025-11-06 02:18:39] "POST /security-groups HTTP/1.1" 200 603 0.037131 10.0.0.131 - - [2025-11-06 02:18:39] "POST /fqname-to-id HTTP/1.1" 404 246 0.003935 10.0.0.131 - - [2025-11-06 02:18:39] "POST /projects HTTP/1.1" 200 609 0.270445 10.0.0.131 - - [2025-11-06 02:18:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.348881 10.0.0.131 - - [2025-11-06 02:18:39] "POST /access-control-lists HTTP/1.1" 200 608 0.037897 10.0.0.41 - - [2025-11-06 02:18:39] "GET /project/423513f0-d0e1-4329-a1d1-7bff54600b39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.521923 10.0.0.41 - - [2025-11-06 02:18:40] "GET / HTTP/1.1" 200 36215 0.002958 10.0.0.41 - - [2025-11-06 02:18:41] "POST /fqname-to-id HTTP/1.1" 401 292 0.000632 10.0.0.41 - - [2025-11-06 02:18:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.056687 10.0.0.131 - - [2025-11-06 02:18:41] "GET /projects?obj_uuids=423513f0-d0e1-4329-a1d1-7bff54600b39&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000889 10.0.0.41 - - [2025-11-06 02:18:41] "GET /project/423513f0-d0e1-4329-a1d1-7bff54600b39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.044950 10.0.0.131 - - [2025-11-06 02:18:41] "GET /projects?obj_uuids=423513f0-d0e1-4329-a1d1-7bff54600b39&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001634 10.0.0.41 - - [2025-11-06 02:18:42] "POST /neutron/network HTTP/1.1" 200 619 0.173621 10.0.0.41 - - [2025-11-06 02:18:42] "POST /id-to-fqname HTTP/1.1" 200 233 0.003604 10.0.0.41 - - [2025-11-06 02:18:42] "GET /virtual-network/b0112239-46be-4a89-ba27-54fdb260770b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005697 10.0.0.41 - - [2025-11-06 02:18:42] "POST /neutron/network HTTP/1.1" 200 836 0.006948 10.0.0.41 - - [2025-11-06 02:18:42] "GET /virtual-network/b0112239-46be-4a89-ba27-54fdb260770b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005544 10.0.0.41 - - [2025-11-06 02:18:43] "GET /virtual-network/b0112239-46be-4a89-ba27-54fdb260770b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.007409 10.0.0.41 - - [2025-11-06 02:18:43] "GET /obj-perms HTTP/1.1" 200 5054 0.051271 10.0.0.41 - - [2025-11-06 02:18:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004020 10.0.0.131 - - [2025-11-06 02:18:44] "GET /projects?obj_uuids=423513f0-d0e1-4329-a1d1-7bff54600b39&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001093 10.0.0.41 - - [2025-11-06 02:18:44] "GET /project/423513f0-d0e1-4329-a1d1-7bff54600b39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.079573 10.0.0.41 - - [2025-11-06 02:18:44] "POST /neutron/network HTTP/1.1" 200 117 0.022687 10.0.0.131 - - [2025-11-06 02:18:44] "POST /route-targets HTTP/1.1" 200 328 0.020289 10.0.0.41 - - [2025-11-06 02:18:45] "POST /neutron/network HTTP/1.1" 200 836 0.011411 10.0.0.41 - - [2025-11-06 02:18:45] "POST /id-to-fqname HTTP/1.1" 200 233 0.001258 10.0.0.41 - - [2025-11-06 02:18:45] "GET /virtual-network/8580b22f-9825-420e-87e4-5f0b918382d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005942 10.0.0.41 - - [2025-11-06 02:18:45] "GET /virtual-network/8580b22f-9825-420e-87e4-5f0b918382d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.006214 10.0.0.41 - - [2025-11-06 02:18:45] "POST /neutron/subnet HTTP/1.1" 200 715 0.012403 10.0.0.41 - - [2025-11-06 02:18:45] "GET /virtual-network/8580b22f-9825-420e-87e4-5f0b918382d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.006339 10.0.0.41 - - [2025-11-06 02:18:45] "POST /id-to-fqname HTTP/1.1" 200 233 0.001414 10.0.0.131 - - [2025-11-06 02:19:10] "DELETE /access-control-list/d446a719-d711-428f-b57e-74fc81247fff HTTP/1.1" 200 115 0.068672 10.0.0.131 - - [2025-11-06 02:19:11] "GET /obj-perms HTTP/1.1" 200 5056 0.084930 10.0.0.131 - - [2025-11-06 02:19:11] "DELETE /project/423513f0d0e14329a1d17bff54600b39 HTTP/1.1" 404 173 0.008373 10.0.0.131 - - [2025-11-06 02:19:11] "DELETE /project/984ad371-2bef-4f78-91f7-901244972411 HTTP/1.1" 404 177 0.011611 10.0.0.131 - - [2025-11-06 02:19:11] "DELETE /project/892a2517828747eaac73becf07445dbf HTTP/1.1" 404 173 0.010240 10.0.0.131 - - [2025-11-06 02:19:11] "GET /projects?obj_uuids=892a2517-8287-47ea-ac73-becf07445dbf&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001061 10.0.0.131 - - [2025-11-06 02:19:11] "GET /project/892a2517-8287-47ea-ac73-becf07445dbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1504 0.060916 10.0.0.131 - - [2025-11-06 02:19:11] "GET /projects?obj_uuids=892a2517-8287-47ea-ac73-becf07445dbf&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001091 10.0.0.131 - - [2025-11-06 02:19:11] "GET /project/892a2517-8287-47ea-ac73-becf07445dbf?fields=security_groups HTTP/1.1" 200 1390 0.056284 10.0.0.131 - - [2025-11-06 02:19:11] "DELETE /security-group/feba4f98-a33e-455b-ae6d-7ca275e2771e HTTP/1.1" 200 115 0.059428 10.0.0.131 - - [2025-11-06 02:19:11] "GET /projects?obj_uuids=892a2517-8287-47ea-ac73-becf07445dbf&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001451 10.0.0.131 - - [2025-11-06 02:19:11] "GET /project/892a2517-8287-47ea-ac73-becf07445dbf?fields=application_policy_sets HTTP/1.1" 200 1429 0.063552 10.0.0.131 - - [2025-11-06 02:19:11] "DELETE /project/892a2517-8287-47ea-ac73-becf07445dbf HTTP/1.1" 200 115 0.461630 10.0.0.131 - - [2025-11-06 02:19:19] "GET /projects?obj_uuids=423513f0-d0e1-4329-a1d1-7bff54600b39&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001071 10.0.0.41 - - [2025-11-06 02:19:19] "GET /project/423513f0-d0e1-4329-a1d1-7bff54600b39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.094227 10.0.0.41 - - [2025-11-06 02:19:19] "POST /neutron/port HTTP/1.1" 200 117 0.007151 10.0.0.41 - - [2025-11-06 02:19:20] "POST /id-to-fqname HTTP/1.1" 200 233 0.001518 10.0.0.41 - - [2025-11-06 02:19:20] "POST /neutron/network HTTP/1.1" 200 846 0.007843 10.0.0.131 - - [2025-11-06 02:19:21] "GET /projects?obj_uuids=423513f0-d0e1-4329-a1d1-7bff54600b39&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001163 10.0.0.41 - - [2025-11-06 02:19:21] "POST /neutron/port HTTP/1.1" 200 1070 0.064621 10.0.0.41 - - [2025-11-06 02:19:21] "GET /project/423513f0-d0e1-4329-a1d1-7bff54600b39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.110557 10.0.0.41 - - [2025-11-06 02:19:21] "POST /neutron/port HTTP/1.1" 200 1124 0.153613 10.0.0.41 - - [2025-11-06 02:19:21] "POST /neutron/port HTTP/1.1" 200 1098 0.043457 10.0.0.41 - - [2025-11-06 02:19:21] "POST /neutron/port HTTP/1.1" 200 117 0.001930 10.0.0.41 - - [2025-11-06 02:19:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004364 10.0.0.131 - - [2025-11-06 02:19:21] "GET /projects?obj_uuids=423513f0-d0e1-4329-a1d1-7bff54600b39&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000990 10.0.0.41 - - [2025-11-06 02:19:21] "GET /project/423513f0-d0e1-4329-a1d1-7bff54600b39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.088214 10.0.0.41 - - [2025-11-06 02:19:21] "GET /virtual-network/b0112239-46be-4a89-ba27-54fdb260770b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.014328 10.0.0.41 - - [2025-11-06 02:19:21] "GET /floating-ip-pools?parent_id=b0112239-46be-4a89-ba27-54fdb260770b&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.004038 10.0.0.41 - - [2025-11-06 02:19:21] "GET /virtual-network/b0112239-46be-4a89-ba27-54fdb260770b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.013061 10.0.0.41 - - [2025-11-06 02:19:22] "POST /neutron/network HTTP/1.1" 200 846 0.007985 10.0.0.41 - - [2025-11-06 02:19:22] "POST /floating-ip-pools HTTP/1.1" 200 611 0.080686 10.0.0.41 - - [2025-11-06 02:19:22] "POST /ref-update HTTP/1.1" 200 156 0.039293 10.0.0.41 - - [2025-11-06 02:19:22] "GET /virtual-network/b0112239-46be-4a89-ba27-54fdb260770b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.007879 10.0.0.41 - - [2025-11-06 02:19:22] "GET /virtual-network/b0112239-46be-4a89-ba27-54fdb260770b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.006236 10.0.0.41 - - [2025-11-06 02:19:22] "POST /neutron/port HTTP/1.1" 200 1070 0.083513 10.0.0.41 - - [2025-11-06 02:19:23] "POST /neutron/port HTTP/1.1" 200 1124 0.220209 10.0.0.41 - - [2025-11-06 02:19:23] "POST /neutron/subnet HTTP/1.1" 200 689 0.025372 10.0.0.41 - - [2025-11-06 02:19:27] "POST /neutron/port HTTP/1.1" 200 1098 0.037949 10.0.0.41 - - [2025-11-06 02:19:33] "POST /neutron/security_group HTTP/1.1" 200 2070 0.016531 10.0.0.41 - - [2025-11-06 02:19:43] "POST /neutron/port HTTP/1.1" 200 1098 0.041888 10.0.0.41 - - [2025-11-06 02:19:48] "POST /neutron/security_group HTTP/1.1" 200 2070 0.010270 10.0.0.41 - - [2025-11-06 02:19:58] "POST /neutron/port HTTP/1.1" 200 1098 0.020937 10.0.0.41 - - [2025-11-06 02:20:03] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008272 10.0.0.38 - - [2025-11-06 02:20:11] "GET /obj-perms HTTP/1.1" 200 5056 0.054975 10.0.0.41 - - [2025-11-06 02:20:14] "POST /neutron/port HTTP/1.1" 200 1098 0.018015 10.0.0.41 - - [2025-11-06 02:20:19] "POST /neutron/security_group HTTP/1.1" 200 2070 0.010425 10.0.0.41 - - [2025-11-06 02:20:29] "POST /neutron/port HTTP/1.1" 200 1098 0.018476 10.0.0.41 - - [2025-11-06 02:20:29] "POST /neutron/security_group HTTP/1.1" 200 2070 0.012011 10.0.0.41 - - [2025-11-06 02:20:29] "GET /virtual-machine/a2279bac-3c81-4611-87d3-3f1e0568fcf6 HTTP/1.1" 401 292 0.000436 10.0.0.41 - - [2025-11-06 02:20:29] "GET /virtual-machine/a2279bac-3c81-4611-87d3-3f1e0568fcf6 HTTP/1.1" 200 1306 0.033532 10.0.0.41 - - [2025-11-06 02:20:29] "GET /virtual-machine-interface/e88f7027-d250-42d6-beb5-b1e061afa18e HTTP/1.1" 200 3012 0.007951 10.0.0.41 - - [2025-11-06 02:20:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.005579 10.0.0.41 - - [2025-11-06 02:20:30] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006593 10.0.0.41 - - [2025-11-06 02:20:30] "GET /virtual-networks?parent_id=423513f0-d0e1-4329-a1d1-7bff54600b39&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.005770 10.0.0.41 - - [2025-11-06 02:20:30] "GET /virtual-network/8580b22f-9825-420e-87e4-5f0b918382d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.009078 10.0.0.41 - - [2025-11-06 02:20:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.005236 10.0.0.41 - - [2025-11-06 02:20:33] "GET /virtual-network/8580b22f-9825-420e-87e4-5f0b918382d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.007063 10.0.0.41 - - [2025-11-06 02:20:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004642 10.0.0.41 - - [2025-11-06 02:20:37] "GET /virtual-network/8580b22f-9825-420e-87e4-5f0b918382d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.008480 10.0.0.41 - - [2025-11-06 02:20:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003929 10.0.0.41 - - [2025-11-06 02:20:41] "GET /virtual-network/8580b22f-9825-420e-87e4-5f0b918382d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.007638 10.0.0.41 - - [2025-11-06 02:20:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003727 10.0.0.41 - - [2025-11-06 02:20:45] "GET /virtual-network/8580b22f-9825-420e-87e4-5f0b918382d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.007999 10.0.0.41 - - [2025-11-06 02:20:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.005706 10.0.0.41 - - [2025-11-06 02:20:49] "GET /virtual-network/8580b22f-9825-420e-87e4-5f0b918382d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005783 10.0.0.41 - - [2025-11-06 02:20:51] "POST /neutron/port HTTP/1.1" 200 1098 0.021555 10.0.0.41 - - [2025-11-06 02:20:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004539 10.0.0.41 - - [2025-11-06 02:20:52] "POST /neutron/network HTTP/1.1" 200 836 0.008332 10.0.0.41 - - [2025-11-06 02:20:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004206 10.0.0.41 - - [2025-11-06 02:20:53] "GET /virtual-network/8580b22f-9825-420e-87e4-5f0b918382d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.006455 10.0.0.41 - - [2025-11-06 02:20:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.020323 10.0.0.41 - - [2025-11-06 02:20:57] "GET /virtual-network/8580b22f-9825-420e-87e4-5f0b918382d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.007738 10.0.0.41 - - [2025-11-06 02:21:00] "POST /neutron/network HTTP/1.1" 200 846 0.009961 10.0.0.41 - - [2025-11-06 02:21:00] "POST /neutron/port HTTP/1.1" 200 117 0.001240 10.0.0.41 - - [2025-11-06 02:21:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004776 10.0.0.41 - - [2025-11-06 02:21:01] "GET /virtual-network/8580b22f-9825-420e-87e4-5f0b918382d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.007995 10.0.0.41 - - [2025-11-06 02:21:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004831 10.0.0.41 - - [2025-11-06 02:21:05] "GET /virtual-network/8580b22f-9825-420e-87e4-5f0b918382d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.006107 10.0.0.41 - - [2025-11-06 02:21:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004140 10.0.0.41 - - [2025-11-06 02:21:07] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003999 10.0.0.41 - - [2025-11-06 02:21:07] "GET /virtual-networks?parent_id=423513f0-d0e1-4329-a1d1-7bff54600b39&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.003780 10.0.0.41 - - [2025-11-06 02:21:07] "GET /virtual-network/8580b22f-9825-420e-87e4-5f0b918382d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.006551 10.0.0.41 - - [2025-11-06 02:21:07] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008414 10.0.0.38 - - [2025-11-06 02:21:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000495 10.0.0.131 - - [2025-11-06 02:21:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000519 10.0.0.38 - - [2025-11-06 02:21:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000682 10.0.0.131 - - [2025-11-06 02:21:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000573 10.0.0.131 - - [2025-11-06 02:21:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000493 10.0.0.131 - - [2025-11-06 02:21:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000702 10.0.0.38 - - [2025-11-06 02:21:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000547 10.0.0.38 - - [2025-11-06 02:21:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000405 10.0.0.41 - - [2025-11-06 02:21:12] "GET /obj-perms HTTP/1.1" 200 5056 0.070301 10.0.0.41 - - [2025-11-06 02:21:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000414 10.0.0.41 - - [2025-11-06 02:21:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000468 10.0.0.41 - - [2025-11-06 02:21:13] "POST /neutron/port HTTP/1.1" 200 1098 0.056020 10.0.0.41 - - [2025-11-06 02:21:14] "GET /global-system-configs HTTP/1.1" 401 292 0.000669 10.0.0.41 - - [2025-11-06 02:21:14] "GET /global-system-configs HTTP/1.1" 401 292 0.000424 10.0.0.41 - - [2025-11-06 02:21:18] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009792 10.0.0.41 - - [2025-11-06 02:21:23] "POST /neutron/port HTTP/1.1" 200 1098 0.016910 10.0.0.41 - - [2025-11-06 02:21:28] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008124 10.0.0.41 - - [2025-11-06 02:21:33] "POST /neutron/floatingip HTTP/1.1" 200 528 0.013126 10.0.0.41 - - [2025-11-06 02:21:33] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009588 10.0.0.41 - - [2025-11-06 02:21:34] "POST /neutron/port HTTP/1.1" 200 1098 0.018352 10.0.0.41 - - [2025-11-06 02:21:34] "GET /virtual-machine/bc9dcf74-2134-4819-9fb2-8a86dd02942b HTTP/1.1" 200 1307 0.007661 10.0.0.41 - - [2025-11-06 02:21:34] "GET /virtual-machine-interface/06d349db-f78b-426c-b3f3-bd64b2b5fd6f HTTP/1.1" 200 3010 0.007820 10.0.0.41 - - [2025-11-06 02:21:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004732 10.0.0.41 - - [2025-11-06 02:21:34] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004718 10.0.0.41 - - [2025-11-06 02:21:34] "GET /virtual-networks?parent_id=423513f0-d0e1-4329-a1d1-7bff54600b39&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.003921 10.0.0.41 - - [2025-11-06 02:21:34] "GET /virtual-network/b0112239-46be-4a89-ba27-54fdb260770b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.007101 10.0.0.41 - - [2025-11-06 02:21:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.005647 10.0.0.41 - - [2025-11-06 02:21:35] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005356 10.0.0.41 - - [2025-11-06 02:21:35] "GET /virtual-networks?parent_id=423513f0-d0e1-4329-a1d1-7bff54600b39&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.004693 10.0.0.41 - - [2025-11-06 02:21:35] "GET /virtual-network/b0112239-46be-4a89-ba27-54fdb260770b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.007348 10.0.0.41 - - [2025-11-06 02:21:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.006000 10.0.0.41 - - [2025-11-06 02:21:35] "GET /routing-instance/4e12b6b9-9909-4cd6-b297-e2a6e3a528f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1494 0.007564 10.0.0.41 - - [2025-11-06 02:21:35] "GET /route-target/9cd17225-d823-40e5-8637-e7f0aa1c12c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005512 10.0.0.41 - - [2025-11-06 02:21:52] "POST /neutron/port HTTP/1.1" 200 1098 0.023524 10.0.0.41 - - [2025-11-06 02:21:52] "POST /neutron/floatingip HTTP/1.1" 200 547 0.017169 10.0.0.41 - - [2025-11-06 02:21:53] "POST /neutron/network HTTP/1.1" 200 836 0.007522 10.0.0.41 - - [2025-11-06 02:21:58] "POST /neutron/floatingip HTTP/1.1" 200 528 0.011982 10.0.0.41 - - [2025-11-06 02:21:58] "GET /floating-ip-pool/8cdb7b94-923a-402b-b85e-09a4e6089d29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1209 0.005244 10.0.0.41 - - [2025-11-06 02:21:58] "POST /ref-update HTTP/1.1" 200 156 0.019433 10.0.0.41 - - [2025-11-06 02:21:58] "DELETE /floating-ip-pool/8cdb7b94-923a-402b-b85e-09a4e6089d29 HTTP/1.1" 200 115 0.037478 10.0.0.41 - - [2025-11-06 02:21:58] "POST /neutron/network HTTP/1.1" 400 204 0.015297 10.0.0.41 - - [2025-11-06 02:21:59] "POST /neutron/port HTTP/1.1" 200 151 0.186599 10.0.0.41 - - [2025-11-06 02:21:59] "POST /neutron/port HTTP/1.1" 200 151 0.233978 10.0.0.131 - - [2025-11-06 02:22:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.046031 10.0.0.41 - - [2025-11-06 02:22:00] "POST /neutron/network HTTP/1.1" 200 836 0.009781 10.0.0.131 - - [2025-11-06 02:22:01] "DELETE /route-target/9cd17225-d823-40e5-8637-e7f0aa1c12c5 HTTP/1.1" 200 115 0.029790 10.0.0.131 - - [2025-11-06 02:22:02] "GET /projects?obj_uuids=423513f0-d0e1-4329-a1d1-7bff54600b39&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002095 10.0.0.41 - - [2025-11-06 02:22:02] "GET /project/423513f0-d0e1-4329-a1d1-7bff54600b39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.057802 10.0.0.131 - - [2025-11-06 02:22:02] "GET /projects?obj_uuids=423513f0-d0e1-4329-a1d1-7bff54600b39&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001318 10.0.0.41 - - [2025-11-06 02:22:02] "GET /project/423513f0-d0e1-4329-a1d1-7bff54600b39?fields=virtual_networks HTTP/1.1" 200 1058 0.061500 10.0.0.131 - - [2025-11-06 02:22:02] "GET /projects?obj_uuids=423513f0-d0e1-4329-a1d1-7bff54600b39&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001410 10.0.0.41 - - [2025-11-06 02:22:02] "GET /project/423513f0-d0e1-4329-a1d1-7bff54600b39?fields=virtual_machine_interfaces HTTP/1.1" 200 1058 0.040565 10.0.0.131 - - [2025-11-06 02:22:02] "GET /projects?obj_uuids=423513f0-d0e1-4329-a1d1-7bff54600b39&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001576 10.0.0.41 - - [2025-11-06 02:22:02] "GET /project/423513f0-d0e1-4329-a1d1-7bff54600b39?fields=security_groups HTTP/1.1" 200 1297 0.043651 10.0.0.41 - - [2025-11-06 02:22:03] "POST /fqname-to-id HTTP/1.1" 404 188 0.027552 10.0.0.131 - - [2025-11-06 02:22:03] "GET /projects?obj_uuids=86942253-4e22-45f3-b362-6d57cf0f2cea&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003605 10.0.0.131 - - [2025-11-06 02:22:03] "GET /domains?obj_uuids=dd557474-6eee-442f-acdf-559f4d754f9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002027 10.0.0.131 - - [2025-11-06 02:22:03] "GET /domain/dd557474-6eee-442f-acdf-559f4d754f9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.010852 10.0.0.131 - - [2025-11-06 02:22:04] "POST /id-to-fqname HTTP/1.1" 200 190 0.004902 10.0.0.131 - - [2025-11-06 02:22:04] "POST /fqname-to-id HTTP/1.1" 404 199 0.005350 10.0.0.131 - - [2025-11-06 02:22:04] "POST /security-groups HTTP/1.1" 200 591 0.080877 10.0.0.131 - - [2025-11-06 02:22:04] "POST /projects HTTP/1.1" 200 585 0.322783 10.0.0.131 - - [2025-11-06 02:22:04] "POST /fqname-to-id HTTP/1.1" 404 233 0.017953 10.0.0.131 - - [2025-11-06 02:22:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.398524 10.0.0.41 - - [2025-11-06 02:22:04] "GET /project/86942253-4e22-45f3-b362-6d57cf0f2cea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.563891 10.0.0.41 - - [2025-11-06 02:22:05] "GET / HTTP/1.1" 200 36215 0.001557 10.0.0.131 - - [2025-11-06 02:22:08] "GET /projects?obj_uuids=86942253-4e22-45f3-b362-6d57cf0f2cea&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001428 10.0.0.41 - - [2025-11-06 02:22:08] "GET /project/86942253-4e22-45f3-b362-6d57cf0f2cea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.052867 10.0.0.131 - - [2025-11-06 02:22:08] "GET /projects?obj_uuids=86942253-4e22-45f3-b362-6d57cf0f2cea&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001180 10.0.0.41 - - [2025-11-06 02:22:08] "GET /project/86942253-4e22-45f3-b362-6d57cf0f2cea?fields=virtual_networks HTTP/1.1" 200 1034 0.059256 10.0.0.131 - - [2025-11-06 02:22:08] "GET /projects?obj_uuids=86942253-4e22-45f3-b362-6d57cf0f2cea&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001468 10.0.0.41 - - [2025-11-06 02:22:08] "GET /project/86942253-4e22-45f3-b362-6d57cf0f2cea?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.044177 10.0.0.131 - - [2025-11-06 02:22:08] "GET /projects?obj_uuids=86942253-4e22-45f3-b362-6d57cf0f2cea&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001036 10.0.0.41 - - [2025-11-06 02:22:08] "GET /project/86942253-4e22-45f3-b362-6d57cf0f2cea?fields=security_groups HTTP/1.1" 200 1261 0.043241 10.0.0.41 - - [2025-11-06 02:22:09] "POST /fqname-to-id HTTP/1.1" 404 183 0.025125 10.0.0.131 - - [2025-11-06 02:22:09] "GET /projects?obj_uuids=78fe9775-a588-4578-a0f7-256c634452db&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003281 10.0.0.131 - - [2025-11-06 02:22:09] "GET /domains?obj_uuids=dd557474-6eee-442f-acdf-559f4d754f9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001151 10.0.0.131 - - [2025-11-06 02:22:09] "GET /domain/dd557474-6eee-442f-acdf-559f4d754f9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007804 10.0.0.131 - - [2025-11-06 02:22:09] "POST /id-to-fqname HTTP/1.1" 200 185 0.001416 10.0.0.131 - - [2025-11-06 02:22:09] "POST /fqname-to-id HTTP/1.1" 404 194 0.005655 10.0.0.131 - - [2025-11-06 02:22:09] "POST /security-groups HTTP/1.1" 200 586 0.078555 10.0.0.131 - - [2025-11-06 02:22:09] "POST /projects HTTP/1.1" 200 575 0.306047 10.0.0.131 - - [2025-11-06 02:22:10] "POST /access-control-lists HTTP/1.1" 200 593 0.041628 10.0.0.131 - - [2025-11-06 02:22:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.382117 10.0.0.41 - - [2025-11-06 02:22:10] "GET /project/78fe9775-a588-4578-a0f7-256c634452db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.532882 10.0.0.41 - - [2025-11-06 02:22:11] "GET / HTTP/1.1" 200 36215 0.001517 10.0.0.131 - - [2025-11-06 02:22:11] "DELETE /access-control-list/b01c7e32-45e0-4e7a-8b24-33debe8b8676 HTTP/1.1" 200 115 0.040823 10.0.0.131 - - [2025-11-06 02:22:12] "DELETE /project/78fe9775a5884578a0f7256c634452db HTTP/1.1" 404 173 0.005727 10.0.0.131 - - [2025-11-06 02:22:12] "DELETE /project/869422534e2245f3b3626d57cf0f2cea HTTP/1.1" 404 173 0.007763 10.0.0.131 - - [2025-11-06 02:22:12] "DELETE /project/423513f0-d0e1-4329-a1d1-7bff54600b39 HTTP/1.1" 404 177 0.009383 10.0.0.131 - - [2025-11-06 02:22:12] "GET /projects?obj_uuids=86942253-4e22-45f3-b362-6d57cf0f2cea&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000785 10.0.0.131 - - [2025-11-06 02:22:12] "GET /project/86942253-4e22-45f3-b362-6d57cf0f2cea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.054634 10.0.0.131 - - [2025-11-06 02:22:12] "GET /projects?obj_uuids=86942253-4e22-45f3-b362-6d57cf0f2cea&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000948 10.0.0.131 - - [2025-11-06 02:22:12] "GET /project/86942253-4e22-45f3-b362-6d57cf0f2cea?fields=security_groups HTTP/1.1" 200 1363 0.050191 10.0.0.131 - - [2025-11-06 02:22:12] "DELETE /security-group/2536bec2-97cc-4abe-8de9-8015d64f10fb HTTP/1.1" 200 115 0.058839 10.0.0.131 - - [2025-11-06 02:22:12] "GET /projects?obj_uuids=86942253-4e22-45f3-b362-6d57cf0f2cea&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001292 10.0.0.131 - - [2025-11-06 02:22:12] "GET /project/86942253-4e22-45f3-b362-6d57cf0f2cea?fields=application_policy_sets HTTP/1.1" 200 1402 0.092866 10.0.0.131 - - [2025-11-06 02:22:12] "DELETE /access-control-list/9fcc2514-6b21-49e7-b643-346e871ad28e HTTP/1.1" 200 115 0.109443 10.0.0.131 - - [2025-11-06 02:22:12] "DELETE /project/86942253-4e22-45f3-b362-6d57cf0f2cea HTTP/1.1" 200 115 0.488647 10.0.0.131 - - [2025-11-06 02:22:17] "GET /projects?obj_uuids=78fe9775-a588-4578-a0f7-256c634452db&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001751 10.0.0.41 - - [2025-11-06 02:22:17] "GET /project/78fe9775-a588-4578-a0f7-256c634452db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.068409 10.0.0.131 - - [2025-11-06 02:22:17] "GET /projects?obj_uuids=78fe9775-a588-4578-a0f7-256c634452db&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001520 10.0.0.41 - - [2025-11-06 02:22:17] "GET /project/78fe9775-a588-4578-a0f7-256c634452db?fields=virtual_networks HTTP/1.1" 200 1024 0.073323 10.0.0.131 - - [2025-11-06 02:22:17] "GET /projects?obj_uuids=78fe9775-a588-4578-a0f7-256c634452db&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001494 10.0.0.41 - - [2025-11-06 02:22:17] "GET /project/78fe9775-a588-4578-a0f7-256c634452db?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.050925 10.0.0.131 - - [2025-11-06 02:22:17] "GET /projects?obj_uuids=78fe9775-a588-4578-a0f7-256c634452db&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001510 10.0.0.41 - - [2025-11-06 02:22:17] "GET /project/78fe9775-a588-4578-a0f7-256c634452db?fields=security_groups HTTP/1.1" 200 1246 0.058080 10.0.0.41 - - [2025-11-06 02:22:18] "POST /fqname-to-id HTTP/1.1" 404 187 0.027253 10.0.0.131 - - [2025-11-06 02:22:18] "GET /projects?obj_uuids=32f4b4c4-f4cc-4dcc-bde8-280f9cd0daab&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004356 10.0.0.131 - - [2025-11-06 02:22:18] "GET /domains?obj_uuids=dd557474-6eee-442f-acdf-559f4d754f9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001199 10.0.0.131 - - [2025-11-06 02:22:18] "GET /domain/dd557474-6eee-442f-acdf-559f4d754f9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008985 10.0.0.131 - - [2025-11-06 02:22:18] "POST /id-to-fqname HTTP/1.1" 200 189 0.006900 10.0.0.131 - - [2025-11-06 02:22:18] "POST /fqname-to-id HTTP/1.1" 404 198 0.012266 10.0.0.131 - - [2025-11-06 02:22:18] "POST /security-groups HTTP/1.1" 200 590 0.086948 10.0.0.131 - - [2025-11-06 02:22:18] "POST /projects HTTP/1.1" 200 583 0.331937 10.0.0.131 - - [2025-11-06 02:22:18] "POST /fqname-to-id HTTP/1.1" 404 232 0.011862 10.0.0.131 - - [2025-11-06 02:22:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.423489 10.0.0.41 - - [2025-11-06 02:22:18] "GET /project/32f4b4c4-f4cc-4dcc-bde8-280f9cd0daab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.582319 10.0.0.41 - - [2025-11-06 02:22:19] "GET / HTTP/1.1" 200 36215 0.002207 10.0.0.131 - - [2025-11-06 02:22:22] "GET /projects?obj_uuids=32f4b4c4-f4cc-4dcc-bde8-280f9cd0daab&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001101 10.0.0.41 - - [2025-11-06 02:22:23] "GET /project/32f4b4c4-f4cc-4dcc-bde8-280f9cd0daab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.051940 10.0.0.131 - - [2025-11-06 02:22:23] "GET /projects?obj_uuids=32f4b4c4-f4cc-4dcc-bde8-280f9cd0daab&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002105 10.0.0.41 - - [2025-11-06 02:22:23] "GET /project/32f4b4c4-f4cc-4dcc-bde8-280f9cd0daab?fields=virtual_networks HTTP/1.1" 200 1032 0.062778 10.0.0.131 - - [2025-11-06 02:22:23] "GET /projects?obj_uuids=32f4b4c4-f4cc-4dcc-bde8-280f9cd0daab&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001565 10.0.0.41 - - [2025-11-06 02:22:23] "GET /project/32f4b4c4-f4cc-4dcc-bde8-280f9cd0daab?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.064778 10.0.0.131 - - [2025-11-06 02:22:23] "GET /projects?obj_uuids=32f4b4c4-f4cc-4dcc-bde8-280f9cd0daab&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001360 10.0.0.41 - - [2025-11-06 02:22:23] "GET /project/32f4b4c4-f4cc-4dcc-bde8-280f9cd0daab?fields=security_groups HTTP/1.1" 200 1258 0.071161 10.0.0.41 - - [2025-11-06 02:22:24] "POST /fqname-to-id HTTP/1.1" 404 188 0.025602 10.0.0.131 - - [2025-11-06 02:22:24] "GET /projects?obj_uuids=481c7e45-c7bf-4acd-8d26-50e251930dc1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004540 10.0.0.131 - - [2025-11-06 02:22:24] "GET /domains?obj_uuids=dd557474-6eee-442f-acdf-559f4d754f9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001164 10.0.0.131 - - [2025-11-06 02:22:24] "GET /domain/dd557474-6eee-442f-acdf-559f4d754f9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008282 10.0.0.131 - - [2025-11-06 02:22:24] "POST /id-to-fqname HTTP/1.1" 200 190 0.001857 10.0.0.131 - - [2025-11-06 02:22:24] "POST /fqname-to-id HTTP/1.1" 404 199 0.012802 10.0.0.131 - - [2025-11-06 02:22:24] "POST /security-groups HTTP/1.1" 200 591 0.090369 10.0.0.131 - - [2025-11-06 02:22:24] "POST /projects HTTP/1.1" 200 585 0.341621 10.0.0.131 - - [2025-11-06 02:22:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.420122 10.0.0.131 - - [2025-11-06 02:22:24] "POST /access-control-lists HTTP/1.1" 200 598 0.053686 10.0.0.41 - - [2025-11-06 02:22:24] "GET /project/481c7e45-c7bf-4acd-8d26-50e251930dc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.579742 10.0.0.41 - - [2025-11-06 02:22:25] "GET / HTTP/1.1" 200 36215 0.001671 10.0.0.131 - - [2025-11-06 02:22:29] "GET /projects?obj_uuids=481c7e45-c7bf-4acd-8d26-50e251930dc1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001321 10.0.0.41 - - [2025-11-06 02:22:29] "GET /project/481c7e45-c7bf-4acd-8d26-50e251930dc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.039261 10.0.0.131 - - [2025-11-06 02:22:29] "GET /projects?obj_uuids=481c7e45-c7bf-4acd-8d26-50e251930dc1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001042 10.0.0.41 - - [2025-11-06 02:22:29] "GET /project/481c7e45-c7bf-4acd-8d26-50e251930dc1?fields=virtual_networks HTTP/1.1" 200 1034 0.049923 10.0.0.131 - - [2025-11-06 02:22:29] "GET /projects?obj_uuids=481c7e45-c7bf-4acd-8d26-50e251930dc1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000975 10.0.0.41 - - [2025-11-06 02:22:29] "GET /project/481c7e45-c7bf-4acd-8d26-50e251930dc1?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.045987 10.0.0.131 - - [2025-11-06 02:22:29] "GET /projects?obj_uuids=481c7e45-c7bf-4acd-8d26-50e251930dc1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000973 10.0.0.41 - - [2025-11-06 02:22:29] "GET /project/481c7e45-c7bf-4acd-8d26-50e251930dc1?fields=security_groups HTTP/1.1" 200 1261 0.061413 10.0.0.41 - - [2025-11-06 02:22:30] "POST /fqname-to-id HTTP/1.1" 404 192 0.027979 10.0.0.131 - - [2025-11-06 02:22:30] "GET /projects?obj_uuids=9bbbecb9-9ae7-49f6-a33f-1cdf53123b5e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003761 10.0.0.131 - - [2025-11-06 02:22:30] "GET /domains?obj_uuids=dd557474-6eee-442f-acdf-559f4d754f9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001124 10.0.0.131 - - [2025-11-06 02:22:30] "GET /domain/dd557474-6eee-442f-acdf-559f4d754f9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008191 10.0.0.131 - - [2025-11-06 02:22:30] "POST /id-to-fqname HTTP/1.1" 200 194 0.006759 10.0.0.131 - - [2025-11-06 02:22:30] "POST /fqname-to-id HTTP/1.1" 404 203 0.007450 10.0.0.131 - - [2025-11-06 02:22:30] "POST /security-groups HTTP/1.1" 200 595 0.090519 10.0.0.131 - - [2025-11-06 02:22:30] "POST /fqname-to-id HTTP/1.1" 404 238 0.004212 10.0.0.131 - - [2025-11-06 02:22:30] "POST /projects HTTP/1.1" 200 593 0.335085 10.0.0.131 - - [2025-11-06 02:22:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.412897 10.0.0.131 - - [2025-11-06 02:22:30] "POST /access-control-lists HTTP/1.1" 200 600 0.033613 10.0.0.41 - - [2025-11-06 02:22:30] "GET /project/9bbbecb9-9ae7-49f6-a33f-1cdf53123b5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.553759 10.0.0.41 - - [2025-11-06 02:22:31] "GET / HTTP/1.1" 200 36215 0.002019 10.0.0.131 - - [2025-11-06 02:22:35] "GET /projects?obj_uuids=9bbbecb9-9ae7-49f6-a33f-1cdf53123b5e&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001898 10.0.0.41 - - [2025-11-06 02:22:35] "GET /project/9bbbecb9-9ae7-49f6-a33f-1cdf53123b5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.050535 10.0.0.131 - - [2025-11-06 02:22:35] "GET /projects?obj_uuids=9bbbecb9-9ae7-49f6-a33f-1cdf53123b5e&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001467 10.0.0.41 - - [2025-11-06 02:22:35] "GET /project/9bbbecb9-9ae7-49f6-a33f-1cdf53123b5e?fields=virtual_networks HTTP/1.1" 200 1043 0.062610 10.0.0.131 - - [2025-11-06 02:22:35] "GET /projects?obj_uuids=9bbbecb9-9ae7-49f6-a33f-1cdf53123b5e&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001164 10.0.0.41 - - [2025-11-06 02:22:35] "GET /project/9bbbecb9-9ae7-49f6-a33f-1cdf53123b5e?fields=virtual_machine_interfaces HTTP/1.1" 200 1043 0.047752 10.0.0.131 - - [2025-11-06 02:22:35] "GET /projects?obj_uuids=9bbbecb9-9ae7-49f6-a33f-1cdf53123b5e&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001021 10.0.0.41 - - [2025-11-06 02:22:35] "GET /project/9bbbecb9-9ae7-49f6-a33f-1cdf53123b5e?fields=security_groups HTTP/1.1" 200 1274 0.044425 10.0.0.41 - - [2025-11-06 02:22:36] "POST /fqname-to-id HTTP/1.1" 404 183 0.031586 10.0.0.131 - - [2025-11-06 02:22:36] "GET /projects?obj_uuids=a43d2550-4604-472e-bf62-d4b87ee7dff7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003722 10.0.0.131 - - [2025-11-06 02:22:36] "GET /domains?obj_uuids=dd557474-6eee-442f-acdf-559f4d754f9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001213 10.0.0.131 - - [2025-11-06 02:22:36] "GET /domain/dd557474-6eee-442f-acdf-559f4d754f9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008793 10.0.0.131 - - [2025-11-06 02:22:36] "POST /id-to-fqname HTTP/1.1" 200 185 0.005757 10.0.0.131 - - [2025-11-06 02:22:36] "POST /fqname-to-id HTTP/1.1" 404 194 0.005118 10.0.0.131 - - [2025-11-06 02:22:36] "POST /security-groups HTTP/1.1" 200 586 0.034045 10.0.0.131 - - [2025-11-06 02:22:36] "POST /projects HTTP/1.1" 200 575 0.254258 10.0.0.131 - - [2025-11-06 02:22:36] "POST /fqname-to-id HTTP/1.1" 404 228 0.013819 10.0.0.131 - - [2025-11-06 02:22:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.329002 10.0.0.41 - - [2025-11-06 02:22:36] "GET /project/a43d2550-4604-472e-bf62-d4b87ee7dff7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.467445 10.0.0.41 - - [2025-11-06 02:22:37] "GET / HTTP/1.1" 200 36215 0.002873 10.0.0.41 - - [2025-11-06 02:22:38] "POST /fqname-to-id HTTP/1.1" 404 193 0.003517 10.0.0.131 - - [2025-11-06 02:22:38] "POST /access-control-lists HTTP/1.1" 200 592 0.029722 10.0.0.131 - - [2025-11-06 02:22:38] "PUT /access-control-list/912fdfb6-4964-4f83-b645-caaab419fa57 HTTP/1.1" 200 273 0.015125 10.0.0.131 - - [2025-11-06 02:22:38] "GET /projects?obj_uuids=4c4d4b7c-2cd2-4445-a65e-2f16f1cd2c15&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001191 10.0.0.41 - - [2025-11-06 02:22:38] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.117979 10.0.0.41 - - [2025-11-06 02:22:39] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.018533 10.0.0.131 - - [2025-11-06 02:22:39] "PUT /access-control-list/9e864c95-ee6a-4290-9fb0-96d6902d86e3 HTTP/1.1" 200 273 0.037001 10.0.0.41 - - [2025-11-06 02:22:39] "POST /fqname-to-id HTTP/1.1" 404 193 0.003472 10.0.0.131 - - [2025-11-06 02:22:39] "POST /access-control-lists HTTP/1.1" 200 592 0.033464 10.0.0.131 - - [2025-11-06 02:22:39] "PUT /access-control-list/db8270e9-3d06-4a54-90bd-b52972c05382 HTTP/1.1" 200 273 0.015705 10.0.0.131 - - [2025-11-06 02:22:39] "GET /projects?obj_uuids=4c4d4b7c-2cd2-4445-a65e-2f16f1cd2c15&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001061 10.0.0.41 - - [2025-11-06 02:22:39] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.075547 10.0.0.41 - - [2025-11-06 02:22:40] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.094413 10.0.0.131 - - [2025-11-06 02:22:40] "PUT /access-control-list/76c037eb-94fd-4095-aeaf-cb4642b5c3f8 HTTP/1.1" 200 273 0.104454 10.0.0.41 - - [2025-11-06 02:22:40] "POST /fqname-to-id HTTP/1.1" 401 292 0.000483 10.0.0.41 - - [2025-11-06 02:22:40] "POST /fqname-to-id HTTP/1.1" 404 210 0.027239 10.0.0.131 - - [2025-11-06 02:22:40] "POST /access-control-lists HTTP/1.1" 200 609 0.035422 10.0.0.131 - - [2025-11-06 02:22:40] "PUT /access-control-list/647d432c-71ff-4855-a7e2-643c820280dd HTTP/1.1" 200 273 0.026865 10.0.0.131 - - [2025-11-06 02:22:41] "GET /projects?obj_uuids=a43d2550-4604-472e-bf62-d4b87ee7dff7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001005 10.0.0.41 - - [2025-11-06 02:22:41] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.087213 10.0.0.131 - - [2025-11-06 02:22:41] "PUT /access-control-list/febf9131-4d16-4d66-acee-d6ef7417d42a HTTP/1.1" 200 273 0.017680 10.0.0.41 - - [2025-11-06 02:22:41] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.034403 10.0.0.41 - - [2025-11-06 02:22:41] "POST /fqname-to-id HTTP/1.1" 404 210 0.003608 10.0.0.131 - - [2025-11-06 02:22:41] "POST /access-control-lists HTTP/1.1" 200 609 0.027222 10.0.0.131 - - [2025-11-06 02:22:41] "PUT /access-control-list/71093242-2d18-49d3-8d37-cfa3ba5bc427 HTTP/1.1" 200 273 0.017280 10.0.0.131 - - [2025-11-06 02:22:42] "GET /projects?obj_uuids=a43d2550-4604-472e-bf62-d4b87ee7dff7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000955 10.0.0.41 - - [2025-11-06 02:22:42] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.074521 10.0.0.41 - - [2025-11-06 02:22:42] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.018350 10.0.0.131 - - [2025-11-06 02:22:42] "PUT /access-control-list/146bb8b5-f881-4d82-a7c9-086dbd993860 HTTP/1.1" 200 273 0.027261 10.0.0.41 - - [2025-11-06 02:22:43] "POST /neutron/router HTTP/1.1" 200 541 0.006504 10.0.0.131 - - [2025-11-06 02:22:44] "PUT /logical-router/0c3bbbe3-7b0e-4677-bad7-584f5d7621c1 HTTP/1.1" 200 263 0.047405 10.0.0.41 - - [2025-11-06 02:22:44] "POST /neutron/router HTTP/1.1" 200 541 0.014576 10.0.0.41 - - [2025-11-06 02:22:44] "POST /neutron/router HTTP/1.1" 200 541 0.006721 10.0.0.41 - - [2025-11-06 02:22:44] "POST /neutron/router HTTP/1.1" 200 541 0.004556 10.0.0.41 - - [2025-11-06 02:22:44] "POST /neutron/router HTTP/1.1" 200 541 0.006618 10.0.0.41 - - [2025-11-06 02:22:44] "POST /neutron/router HTTP/1.1" 200 541 0.005110 10.0.0.41 - - [2025-11-06 02:22:44] "POST /neutron/router HTTP/1.1" 200 541 0.006064 10.0.0.41 - - [2025-11-06 02:22:44] "POST /neutron/router HTTP/1.1" 200 541 0.005264 10.0.0.41 - - [2025-11-06 02:22:44] "POST /neutron/router HTTP/1.1" 200 541 0.004887 10.0.0.41 - - [2025-11-06 02:22:44] "POST /neutron/router HTTP/1.1" 200 541 0.007443 10.0.0.41 - - [2025-11-06 02:22:44] "POST /neutron/router HTTP/1.1" 200 541 0.005195 10.0.0.41 - - [2025-11-06 02:22:44] "POST /neutron/router HTTP/1.1" 200 541 0.007773 10.0.0.41 - - [2025-11-06 02:22:44] "POST /neutron/router HTTP/1.1" 200 151 0.108178 10.0.0.131 - - [2025-11-06 02:22:44] "POST /route-targets HTTP/1.1" 200 328 0.017524 10.0.0.41 - - [2025-11-06 02:22:44] "POST /neutron/router HTTP/1.1" 200 542 0.007910 10.0.0.41 - - [2025-11-06 02:22:45] "POST /neutron/router HTTP/1.1" 200 542 0.023504 10.0.0.41 - - [2025-11-06 02:22:45] "POST /neutron/router HTTP/1.1" 200 542 0.006610 10.0.0.41 - - [2025-11-06 02:22:45] "POST /neutron/router HTTP/1.1" 200 542 0.005445 10.0.0.41 - - [2025-11-06 02:22:45] "POST /neutron/router HTTP/1.1" 200 542 0.004742 10.0.0.41 - - [2025-11-06 02:22:45] "POST /neutron/router HTTP/1.1" 200 542 0.006074 10.0.0.41 - - [2025-11-06 02:22:45] "POST /neutron/router HTTP/1.1" 200 542 0.006719 10.0.0.41 - - [2025-11-06 02:22:45] "POST /neutron/router HTTP/1.1" 200 542 0.005422 10.0.0.41 - - [2025-11-06 02:22:45] "POST /neutron/router HTTP/1.1" 200 542 0.006795 10.0.0.41 - - [2025-11-06 02:22:45] "POST /neutron/router HTTP/1.1" 200 542 0.007766 10.0.0.41 - - [2025-11-06 02:22:45] "POST /neutron/router HTTP/1.1" 200 542 0.006051 10.0.0.41 - - [2025-11-06 02:22:45] "POST /neutron/router HTTP/1.1" 200 542 0.054379 10.0.0.131 - - [2025-11-06 02:22:45] "GET /projects?obj_uuids=a43d2550-4604-472e-bf62-d4b87ee7dff7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000963 10.0.0.131 - - [2025-11-06 02:22:45] "GET /logical-router/7fe0b94f-d5ee-4b05-822b-cdf13793ff3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.040501 10.0.0.131 - - [2025-11-06 02:22:45] "DELETE /route-target/9f8eb816-27a4-4490-8a70-51578bccd009 HTTP/1.1" 200 115 0.038433 10.0.0.41 - - [2025-11-06 02:22:45] "POST /neutron/router HTTP/1.1" 200 559 0.117782 10.0.0.41 - - [2025-11-06 02:22:46] "POST /neutron/router HTTP/1.1" 200 559 0.008983 10.0.0.41 - - [2025-11-06 02:22:46] "POST /neutron/router HTTP/1.1" 200 559 0.004827 10.0.0.41 - - [2025-11-06 02:22:46] "POST /neutron/router HTTP/1.1" 200 559 0.004983 10.0.0.41 - - [2025-11-06 02:22:46] "POST /neutron/router HTTP/1.1" 200 559 0.004092 10.0.0.41 - - [2025-11-06 02:22:46] "POST /neutron/router HTTP/1.1" 200 559 0.004467 10.0.0.41 - - [2025-11-06 02:22:46] "POST /neutron/router HTTP/1.1" 200 559 0.004300 10.0.0.41 - - [2025-11-06 02:22:46] "POST /neutron/router HTTP/1.1" 200 559 0.004209 10.0.0.41 - - [2025-11-06 02:22:46] "POST /neutron/router HTTP/1.1" 200 559 0.004324 10.0.0.41 - - [2025-11-06 02:22:46] "POST /neutron/router HTTP/1.1" 200 559 0.005800 10.0.0.41 - - [2025-11-06 02:22:46] "POST /neutron/router HTTP/1.1" 200 559 0.004138 10.0.0.41 - - [2025-11-06 02:22:46] "POST /neutron/router HTTP/1.1" 200 559 0.031010 10.0.0.41 - - [2025-11-06 02:22:46] "POST /neutron/router HTTP/1.1" 200 560 0.007007 10.0.0.131 - - [2025-11-06 02:22:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004838 10.0.0.41 - - [2025-11-06 02:22:46] "POST /neutron/security_group HTTP/1.1" 200 151 0.083988 10.0.0.131 - - [2025-11-06 02:22:46] "DELETE /access-control-list/146bb8b5-f881-4d82-a7c9-086dbd993860 HTTP/1.1" 200 115 0.033543 10.0.0.41 - - [2025-11-06 02:22:46] "POST /neutron/security_group HTTP/1.1" 200 506 0.015017 10.0.0.131 - - [2025-11-06 02:22:47] "DELETE /access-control-list/db8270e9-3d06-4a54-90bd-b52972c05382 HTTP/1.1" 200 115 0.045254 10.0.0.41 - - [2025-11-06 02:22:47] "POST /neutron/security_group HTTP/1.1" 200 151 0.087177 10.0.0.131 - - [2025-11-06 02:22:47] "DELETE /access-control-list/9e864c95-ee6a-4290-9fb0-96d6902d86e3 HTTP/1.1" 200 115 0.050579 10.0.0.131 - - [2025-11-06 02:22:48] "GET /projects?obj_uuids=a43d2550-4604-472e-bf62-d4b87ee7dff7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001064 10.0.0.41 - - [2025-11-06 02:22:48] "GET /project/a43d2550-4604-472e-bf62-d4b87ee7dff7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.034431 10.0.0.131 - - [2025-11-06 02:22:48] "GET /projects?obj_uuids=a43d2550-4604-472e-bf62-d4b87ee7dff7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001449 10.0.0.41 - - [2025-11-06 02:22:48] "GET /project/a43d2550-4604-472e-bf62-d4b87ee7dff7?fields=virtual_networks HTTP/1.1" 200 1025 0.057935 10.0.0.131 - - [2025-11-06 02:22:48] "GET /projects?obj_uuids=a43d2550-4604-472e-bf62-d4b87ee7dff7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001014 10.0.0.41 - - [2025-11-06 02:22:48] "GET /project/a43d2550-4604-472e-bf62-d4b87ee7dff7?fields=virtual_machine_interfaces HTTP/1.1" 200 1025 0.040375 10.0.0.131 - - [2025-11-06 02:22:48] "GET /projects?obj_uuids=a43d2550-4604-472e-bf62-d4b87ee7dff7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001669 10.0.0.41 - - [2025-11-06 02:22:48] "GET /project/a43d2550-4604-472e-bf62-d4b87ee7dff7?fields=security_groups HTTP/1.1" 200 1247 0.049498 10.0.0.41 - - [2025-11-06 02:22:49] "POST /fqname-to-id HTTP/1.1" 404 184 0.027085 10.0.0.131 - - [2025-11-06 02:22:49] "GET /projects?obj_uuids=dcc5345a-d7de-4074-8e6d-fb5d4dfbb72e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004058 10.0.0.131 - - [2025-11-06 02:22:49] "GET /domains?obj_uuids=dd557474-6eee-442f-acdf-559f4d754f9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001537 10.0.0.131 - - [2025-11-06 02:22:49] "GET /domain/dd557474-6eee-442f-acdf-559f4d754f9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.010260 10.0.0.131 - - [2025-11-06 02:22:49] "POST /id-to-fqname HTTP/1.1" 200 186 0.002817 10.0.0.131 - - [2025-11-06 02:22:49] "POST /fqname-to-id HTTP/1.1" 404 195 0.016305 10.0.0.131 - - [2025-11-06 02:22:49] "POST /security-groups HTTP/1.1" 200 587 0.088748 10.0.0.131 - - [2025-11-06 02:22:50] "POST /projects HTTP/1.1" 200 577 0.327555 10.0.0.131 - - [2025-11-06 02:22:50] "POST /fqname-to-id HTTP/1.1" 404 229 0.008313 10.0.0.131 - - [2025-11-06 02:22:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.402967 10.0.0.41 - - [2025-11-06 02:22:50] "GET /project/dcc5345a-d7de-4074-8e6d-fb5d4dfbb72e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.551342 10.0.0.41 - - [2025-11-06 02:22:51] "GET / HTTP/1.1" 200 36215 0.002949 10.0.0.41 - - [2025-11-06 02:22:52] "POST /fqname-to-id HTTP/1.1" 401 292 0.000646 10.0.0.41 - - [2025-11-06 02:22:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.058289 10.0.0.131 - - [2025-11-06 02:22:53] "GET /projects?obj_uuids=dcc5345a-d7de-4074-8e6d-fb5d4dfbb72e&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001470 10.0.0.41 - - [2025-11-06 02:22:53] "GET /project/dcc5345a-d7de-4074-8e6d-fb5d4dfbb72e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.065039 10.0.0.131 - - [2025-11-06 02:22:53] "POST /ref-update HTTP/1.1" 200 156 0.032763 10.0.0.131 - - [2025-11-06 02:22:53] "POST /useragent-kv HTTP/1.1" 200 115 0.006407 10.0.0.41 - - [2025-11-06 02:22:53] "POST /neutron/subnet HTTP/1.1" 200 729 0.249974 10.0.0.41 - - [2025-11-06 02:22:53] "POST /id-to-fqname HTTP/1.1" 200 216 0.001342 10.0.0.41 - - [2025-11-06 02:22:53] "GET /virtual-network/6fa00f11-59b8-4608-874c-58278e125367?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006802 10.0.0.41 - - [2025-11-06 02:22:53] "GET /virtual-network/6fa00f11-59b8-4608-874c-58278e125367?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.007127 10.0.0.41 - - [2025-11-06 02:22:53] "POST /neutron/network HTTP/1.1" 200 821 0.006925 10.0.0.41 - - [2025-11-06 02:22:54] "POST /fqname-to-id HTTP/1.1" 404 206 0.003834 10.0.0.41 - - [2025-11-06 02:22:54] "GET /virtual-network/6fa00f11-59b8-4608-874c-58278e125367?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005784 10.0.0.41 - - [2025-11-06 02:22:54] "GET /virtual-machine-interface/2870e747-aeb2-4f2a-a337-8eb0113351d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2389 0.008668 10.0.0.41 - - [2025-11-06 02:22:54] "GET /virtual-machine-interface/2870e747-aeb2-4f2a-a337-8eb0113351d8?fields=instance_ip_back_refs HTTP/1.1" 200 1320 0.009203 10.0.0.41 - - [2025-11-06 02:22:54] "GET /instance-ip/c5753934-033a-4890-b3b1-a55703dd725a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1599 0.006565 10.0.0.41 - - [2025-11-06 02:22:54] "POST /neutron/port HTTP/1.1" 200 1018 0.013727 10.0.0.131 - - [2025-11-06 02:22:55] "POST /useragent-kv HTTP/1.1" 200 115 0.005298 10.0.0.131 - - [2025-11-06 02:22:55] "POST /useragent-kv HTTP/1.1" 200 115 0.004514 10.0.0.41 - - [2025-11-06 02:22:55] "POST /neutron/network HTTP/1.1" 200 151 0.150891 10.0.0.41 - - [2025-11-06 02:22:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004224 10.0.0.131 - - [2025-11-06 02:22:57] "GET /projects?obj_uuids=dcc5345a-d7de-4074-8e6d-fb5d4dfbb72e&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000948 10.0.0.41 - - [2025-11-06 02:22:57] "GET /project/dcc5345a-d7de-4074-8e6d-fb5d4dfbb72e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.034362 10.0.0.131 - - [2025-11-06 02:22:57] "POST /route-targets HTTP/1.1" 200 328 0.015198 10.0.0.131 - - [2025-11-06 02:22:58] "POST /useragent-kv HTTP/1.1" 200 115 0.009145 10.0.0.41 - - [2025-11-06 02:22:58] "POST /neutron/subnet HTTP/1.1" 200 724 0.221441 10.0.0.41 - - [2025-11-06 02:22:58] "POST /id-to-fqname HTTP/1.1" 200 217 0.001944 10.0.0.41 - - [2025-11-06 02:22:58] "GET /virtual-network/d697cc69-8b10-409c-95cf-2509843c8451?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2568 0.008688 10.0.0.41 - - [2025-11-06 02:22:58] "POST /neutron/network HTTP/1.1" 200 979 0.010820 10.0.0.41 - - [2025-11-06 02:22:58] "GET /virtual-network/d697cc69-8b10-409c-95cf-2509843c8451?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2568 0.008983 10.0.0.41 - - [2025-11-06 02:22:58] "POST /neutron/subnet HTTP/1.1" 200 729 0.013713 10.0.0.41 - - [2025-11-06 02:22:59] "POST /id-to-fqname HTTP/1.1" 200 217 0.001523 10.0.0.41 - - [2025-11-06 02:22:59] "POST /neutron/port HTTP/1.1" 200 1018 0.014466 10.0.0.41 - - [2025-11-06 02:22:59] "POST /neutron/port HTTP/1.1" 200 1018 0.009820 10.0.0.41 - - [2025-11-06 02:22:59] "POST /id-to-fqname HTTP/1.1" 200 217 0.001344 10.0.0.41 - - [2025-11-06 02:22:59] "POST /neutron/port HTTP/1.1" 200 117 0.007389 10.0.0.41 - - [2025-11-06 02:23:00] "POST /neutron/network HTTP/1.1" 200 979 0.045164 10.0.0.41 - - [2025-11-06 02:23:00] "POST /neutron/port HTTP/1.1" 200 1019 0.017549 10.0.0.41 - - [2025-11-06 02:23:00] "POST /neutron/port HTTP/1.1" 200 117 0.006768 10.0.0.41 - - [2025-11-06 02:23:00] "POST /neutron/port HTTP/1.1" 200 1018 0.016585 10.0.0.41 - - [2025-11-06 02:23:00] "POST /neutron/port HTTP/1.1" 200 1019 0.028373 10.0.0.41 - - [2025-11-06 02:23:00] "POST /neutron/port HTTP/1.1" 200 1019 0.012731 10.0.0.41 - - [2025-11-06 02:23:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004564 10.0.0.41 - - [2025-11-06 02:23:01] "POST /neutron/network HTTP/1.1" 200 979 0.018110 10.0.0.41 - - [2025-11-06 02:23:01] "POST /neutron/subnet HTTP/1.1" 200 703 0.017780 10.0.0.41 - - [2025-11-06 02:23:05] "POST /neutron/port HTTP/1.1" 200 1084 0.017879 10.0.0.41 - - [2025-11-06 02:23:05] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007796 10.0.0.41 - - [2025-11-06 02:23:05] "GET /virtual-machine/6903f7ee-f858-4015-8436-207af2666359 HTTP/1.1" 401 292 0.000544 10.0.0.41 - - [2025-11-06 02:23:05] "GET /virtual-machine/6903f7ee-f858-4015-8436-207af2666359 HTTP/1.1" 200 1285 0.028450 10.0.0.41 - - [2025-11-06 02:23:05] "GET /virtual-machine-interface/fad4ca47-0803-40be-b81c-4e35adb76667 HTTP/1.1" 200 2932 0.006681 10.0.0.41 - - [2025-11-06 02:23:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004090 10.0.0.41 - - [2025-11-06 02:23:05] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006191 10.0.0.41 - - [2025-11-06 02:23:05] "GET /virtual-networks?parent_id=dcc5345a-d7de-4074-8e6d-fb5d4dfbb72e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004306 10.0.0.41 - - [2025-11-06 02:23:06] "GET /virtual-network/d697cc69-8b10-409c-95cf-2509843c8451?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2568 0.007313 10.0.0.41 - - [2025-11-06 02:23:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.005438 10.0.0.41 - - [2025-11-06 02:23:09] "GET /virtual-network/d697cc69-8b10-409c-95cf-2509843c8451?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2568 0.008260 10.0.0.41 - - [2025-11-06 02:23:10] "POST /neutron/port HTTP/1.1" 200 1084 0.018863 10.0.0.41 - - [2025-11-06 02:23:10] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007038 10.0.0.41 - - [2025-11-06 02:23:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.007734 10.0.0.41 - - [2025-11-06 02:23:11] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004604 10.0.0.41 - - [2025-11-06 02:23:11] "GET /virtual-networks?parent_id=dcc5345a-d7de-4074-8e6d-fb5d4dfbb72e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004939 10.0.0.41 - - [2025-11-06 02:23:11] "GET /virtual-network/d697cc69-8b10-409c-95cf-2509843c8451?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2568 0.007533 10.0.0.131 - - [2025-11-06 02:23:12] "DELETE /access-control-list/355108d6-958b-4deb-81e8-d0e818b09b98 HTTP/1.1" 200 115 0.034401 10.0.0.131 - - [2025-11-06 02:23:12] "DELETE /project/32f4b4c4f4cc4dccbde8280f9cd0daab HTTP/1.1" 404 173 0.038378 10.0.0.131 - - [2025-11-06 02:23:12] "DELETE /project/481c7e45c7bf4acd8d2650e251930dc1 HTTP/1.1" 404 173 0.074063 10.0.0.131 - - [2025-11-06 02:23:13] "DELETE /project/9bbbecb99ae749f6a33f1cdf53123b5e HTTP/1.1" 404 173 0.102926 10.0.0.131 - - [2025-11-06 02:23:13] "DELETE /project/78fe9775-a588-4578-a0f7-256c634452db HTTP/1.1" 404 177 0.133002 10.0.0.131 - - [2025-11-06 02:23:13] "DELETE /project/a43d25504604472ebf62d4b87ee7dff7 HTTP/1.1" 404 173 0.152077 10.0.0.131 - - [2025-11-06 02:23:13] "DELETE /project/dcc5345ad7de40748e6dfb5d4dfbb72e HTTP/1.1" 404 173 0.189428 10.0.0.131 - - [2025-11-06 02:23:13] "GET /projects?obj_uuids=9bbbecb9-9ae7-49f6-a33f-1cdf53123b5e&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002209 10.0.0.131 - - [2025-11-06 02:23:13] "GET /projects?obj_uuids=481c7e45-c7bf-4acd-8d26-50e251930dc1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001665 10.0.0.131 - - [2025-11-06 02:23:13] "GET /project/9bbbecb9-9ae7-49f6-a33f-1cdf53123b5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1485 0.225337 10.0.0.131 - - [2025-11-06 02:23:13] "GET /projects?obj_uuids=9bbbecb9-9ae7-49f6-a33f-1cdf53123b5e&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001141 10.0.0.131 - - [2025-11-06 02:23:13] "GET /projects?obj_uuids=32f4b4c4-f4cc-4dcc-bde8-280f9cd0daab&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000991 10.0.0.131 - - [2025-11-06 02:23:13] "GET /projects?obj_uuids=a43d2550-4604-472e-bf62-d4b87ee7dff7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001069 10.0.0.131 - - [2025-11-06 02:23:13] "GET /project/9bbbecb9-9ae7-49f6-a33f-1cdf53123b5e?fields=security_groups HTTP/1.1" 200 1376 0.050243 10.0.0.131 - - [2025-11-06 02:23:13] "GET /project/481c7e45-c7bf-4acd-8d26-50e251930dc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.286302 10.0.0.131 - - [2025-11-06 02:23:13] "GET /projects?obj_uuids=481c7e45-c7bf-4acd-8d26-50e251930dc1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001232 10.0.0.131 - - [2025-11-06 02:23:13] "GET /project/32f4b4c4-f4cc-4dcc-bde8-280f9cd0daab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.286037 10.0.0.131 - - [2025-11-06 02:23:13] "GET /project/a43d2550-4604-472e-bf62-d4b87ee7dff7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.221479 10.0.0.131 - - [2025-11-06 02:23:13] "GET /projects?obj_uuids=32f4b4c4-f4cc-4dcc-bde8-280f9cd0daab&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001024 10.0.0.131 - - [2025-11-06 02:23:13] "GET /projects?obj_uuids=a43d2550-4604-472e-bf62-d4b87ee7dff7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001144 10.0.0.131 - - [2025-11-06 02:23:13] "GET /project/481c7e45-c7bf-4acd-8d26-50e251930dc1?fields=security_groups HTTP/1.1" 200 1363 0.132181 10.0.0.131 - - [2025-11-06 02:23:13] "DELETE /security-group/fd812d9b-87e7-46eb-8c99-06dbb443e2af HTTP/1.1" 200 115 0.127899 10.0.0.131 - - [2025-11-06 02:23:13] "GET /project/a43d2550-4604-472e-bf62-d4b87ee7dff7?fields=security_groups HTTP/1.1" 200 1349 0.081902 10.0.0.131 - - [2025-11-06 02:23:13] "GET /projects?obj_uuids=9bbbecb9-9ae7-49f6-a33f-1cdf53123b5e&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001054 10.0.0.131 - - [2025-11-06 02:23:13] "GET /project/32f4b4c4-f4cc-4dcc-bde8-280f9cd0daab?fields=security_groups HTTP/1.1" 200 1360 0.137399 10.0.0.131 - - [2025-11-06 02:23:13] "GET /project/9bbbecb9-9ae7-49f6-a33f-1cdf53123b5e?fields=application_policy_sets HTTP/1.1" 200 1415 0.140719 10.0.0.131 - - [2025-11-06 02:23:13] "DELETE /security-group/0d7f9b59-7e15-4547-97e3-3e3b9bd63f1e HTTP/1.1" 200 115 0.117388 10.0.0.131 - - [2025-11-06 02:23:13] "GET /projects?obj_uuids=a43d2550-4604-472e-bf62-d4b87ee7dff7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.005362 10.0.0.131 - - [2025-11-06 02:23:13] "DELETE /security-group/de4bcd45-abdf-4608-8410-3a14fe374aa6 HTTP/1.1" 200 115 0.209458 10.0.0.131 - - [2025-11-06 02:23:13] "GET /projects?obj_uuids=481c7e45-c7bf-4acd-8d26-50e251930dc1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001385 10.0.0.131 - - [2025-11-06 02:23:13] "DELETE /access-control-list/a6bfdd88-cdf2-41d4-8984-24c9df15a970 HTTP/1.1" 200 115 0.129862 10.0.0.131 - - [2025-11-06 02:23:13] "DELETE /security-group/2b5a3f67-bdfc-4497-a9ba-d7896ff036a1 HTTP/1.1" 200 115 0.216596 10.0.0.131 - - [2025-11-06 02:23:13] "GET /projects?obj_uuids=32f4b4c4-f4cc-4dcc-bde8-280f9cd0daab&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.004237 10.0.0.131 - - [2025-11-06 02:23:13] "GET /project/a43d2550-4604-472e-bf62-d4b87ee7dff7?fields=application_policy_sets HTTP/1.1" 200 1388 0.196487 10.0.0.131 - - [2025-11-06 02:23:13] "GET /project/481c7e45-c7bf-4acd-8d26-50e251930dc1?fields=application_policy_sets HTTP/1.1" 200 1402 0.175198 10.0.0.131 - - [2025-11-06 02:23:13] "GET /project/32f4b4c4-f4cc-4dcc-bde8-280f9cd0daab?fields=application_policy_sets HTTP/1.1" 200 1399 0.161115 10.0.0.131 - - [2025-11-06 02:23:13] "DELETE /project/9bbbecb9-9ae7-49f6-a33f-1cdf53123b5e HTTP/1.1" 200 115 1.022708 10.0.0.131 - - [2025-11-06 02:23:13] "DELETE /access-control-list/7b4832c3-bc79-4fc3-ae11-a109c0a77c32 HTTP/1.1" 200 115 0.077679 10.0.0.131 - - [2025-11-06 02:23:14] "DELETE /project/a43d2550-4604-472e-bf62-d4b87ee7dff7 HTTP/1.1" 200 115 1.207126 10.0.0.131 - - [2025-11-06 02:23:14] "DELETE /project/481c7e45-c7bf-4acd-8d26-50e251930dc1 HTTP/1.1" 200 115 1.223411 10.0.0.131 - - [2025-11-06 02:23:14] "DELETE /project/32f4b4c4-f4cc-4dcc-bde8-280f9cd0daab HTTP/1.1" 200 115 1.245024 10.0.0.131 - - [2025-11-06 02:23:14] "GET /obj-perms HTTP/1.1" 200 5056 0.043887 10.0.0.41 - - [2025-11-06 02:23:16] "POST /neutron/port HTTP/1.1" 200 1085 0.023551 10.0.0.41 - - [2025-11-06 02:23:16] "POST /neutron/security_group HTTP/1.1" 200 2054 0.012861 10.0.0.41 - - [2025-11-06 02:23:16] "GET /virtual-machine/aa4a266b-77c4-4cef-8c40-3ed9f907df51 HTTP/1.1" 200 1287 0.006401 10.0.0.41 - - [2025-11-06 02:23:16] "GET /virtual-machine-interface/47615608-fa99-4151-9bce-66a2659d4433 HTTP/1.1" 200 2931 0.007816 10.0.0.41 - - [2025-11-06 02:23:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003794 10.0.0.41 - - [2025-11-06 02:23:16] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005096 10.0.0.41 - - [2025-11-06 02:23:16] "GET /virtual-networks?parent_id=dcc5345a-d7de-4074-8e6d-fb5d4dfbb72e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003679 10.0.0.41 - - [2025-11-06 02:23:16] "GET /virtual-network/d697cc69-8b10-409c-95cf-2509843c8451?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2568 0.009031 10.0.0.41 - - [2025-11-06 02:23:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.006930 10.0.0.41 - - [2025-11-06 02:23:18] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006401 10.0.0.41 - - [2025-11-06 02:23:18] "GET /virtual-networks?parent_id=dcc5345a-d7de-4074-8e6d-fb5d4dfbb72e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004394 10.0.0.41 - - [2025-11-06 02:23:18] "GET /virtual-network/d697cc69-8b10-409c-95cf-2509843c8451?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2568 0.007847 10.0.0.41 - - [2025-11-06 02:23:21] "POST /neutron/port HTTP/1.1" 200 1111 0.014483 10.0.0.41 - - [2025-11-06 02:23:21] "POST /neutron/port HTTP/1.1" 200 1110 0.018039 10.0.0.41 - - [2025-11-06 02:23:22] "POST /neutron/network HTTP/1.1" 200 979 0.010619 10.0.0.131 - - [2025-11-06 02:23:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004202 10.0.0.131 - - [2025-11-06 02:23:23] "GET /projects?obj_uuids=dcc5345a-d7de-4074-8e6d-fb5d4dfbb72e&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001546 10.0.0.41 - - [2025-11-06 02:23:23] "GET /project/dcc5345a-d7de-4074-8e6d-fb5d4dfbb72e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.077445 10.0.0.131 - - [2025-11-06 02:23:23] "GET /projects?obj_uuids=dcc5345a-d7de-4074-8e6d-fb5d4dfbb72e&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001965 10.0.0.41 - - [2025-11-06 02:23:23] "GET /project/dcc5345a-d7de-4074-8e6d-fb5d4dfbb72e?fields=virtual_networks HTTP/1.1" 200 1027 0.067003 10.0.0.131 - - [2025-11-06 02:23:23] "GET /projects?obj_uuids=dcc5345a-d7de-4074-8e6d-fb5d4dfbb72e&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001139 10.0.0.41 - - [2025-11-06 02:23:23] "GET /project/dcc5345a-d7de-4074-8e6d-fb5d4dfbb72e?fields=virtual_machine_interfaces HTTP/1.1" 200 1027 0.041125 10.0.0.131 - - [2025-11-06 02:23:23] "GET /projects?obj_uuids=dcc5345a-d7de-4074-8e6d-fb5d4dfbb72e&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001549 10.0.0.41 - - [2025-11-06 02:23:23] "GET /project/dcc5345a-d7de-4074-8e6d-fb5d4dfbb72e?fields=security_groups HTTP/1.1" 200 1250 0.066471 10.0.0.41 - - [2025-11-06 02:23:24] "POST /fqname-to-id HTTP/1.1" 404 186 0.023964 10.0.0.131 - - [2025-11-06 02:23:24] "GET /projects?obj_uuids=995e1875-8d3a-4b56-8492-aaf5581400c0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003199 10.0.0.131 - - [2025-11-06 02:23:24] "GET /domains?obj_uuids=dd557474-6eee-442f-acdf-559f4d754f9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001296 10.0.0.131 - - [2025-11-06 02:23:24] "GET /domain/dd557474-6eee-442f-acdf-559f4d754f9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007535 10.0.0.131 - - [2025-11-06 02:23:25] "POST /id-to-fqname HTTP/1.1" 200 188 0.001549 10.0.0.131 - - [2025-11-06 02:23:25] "POST /fqname-to-id HTTP/1.1" 404 197 0.006698 10.0.0.131 - - [2025-11-06 02:23:25] "POST /security-groups HTTP/1.1" 200 589 0.082622 10.0.0.131 - - [2025-11-06 02:23:25] "POST /projects HTTP/1.1" 200 581 0.313671 10.0.0.131 - - [2025-11-06 02:23:25] "POST /access-control-lists HTTP/1.1" 200 596 0.037509 10.0.0.131 - - [2025-11-06 02:23:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.398736 10.0.0.41 - - [2025-11-06 02:23:25] "GET /project/995e1875-8d3a-4b56-8492-aaf5581400c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.566001 10.0.0.41 - - [2025-11-06 02:23:26] "GET / HTTP/1.1" 200 36215 0.002038 10.0.0.41 - - [2025-11-06 02:23:26] "POST /neutron/port HTTP/1.1" 400 205 0.004395 10.0.0.41 - - [2025-11-06 02:23:28] "POST /fqname-to-id HTTP/1.1" 401 292 0.000453 10.0.0.41 - - [2025-11-06 02:23:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.057119 10.0.0.131 - - [2025-11-06 02:23:28] "GET /projects?obj_uuids=995e1875-8d3a-4b56-8492-aaf5581400c0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001887 10.0.0.41 - - [2025-11-06 02:23:28] "GET /project/995e1875-8d3a-4b56-8492-aaf5581400c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.058111 10.0.0.41 - - [2025-11-06 02:23:28] "POST /neutron/network HTTP/1.1" 200 117 0.038545 10.0.0.131 - - [2025-11-06 02:23:29] "POST /route-targets HTTP/1.1" 200 328 0.023322 10.0.0.41 - - [2025-11-06 02:23:29] "POST /neutron/network HTTP/1.1" 200 825 0.009737 10.0.0.41 - - [2025-11-06 02:23:29] "POST /id-to-fqname HTTP/1.1" 200 219 0.001229 10.0.0.41 - - [2025-11-06 02:23:29] "GET /virtual-network/91ad4790-8d49-490c-9db3-a9468fcba184?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005808 10.0.0.41 - - [2025-11-06 02:23:29] "GET /virtual-network/91ad4790-8d49-490c-9db3-a9468fcba184?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.007814 10.0.0.41 - - [2025-11-06 02:23:29] "POST /neutron/subnet HTTP/1.1" 200 730 0.011927 10.0.0.41 - - [2025-11-06 02:23:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003578 10.0.0.131 - - [2025-11-06 02:23:29] "GET /projects?obj_uuids=995e1875-8d3a-4b56-8492-aaf5581400c0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000997 10.0.0.41 - - [2025-11-06 02:23:29] "GET /project/995e1875-8d3a-4b56-8492-aaf5581400c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.054004 10.0.0.131 - - [2025-11-06 02:23:29] "POST /ref-update HTTP/1.1" 200 156 0.026275 10.0.0.131 - - [2025-11-06 02:23:30] "POST /useragent-kv HTTP/1.1" 200 115 0.006092 10.0.0.41 - - [2025-11-06 02:23:30] "POST /neutron/subnet HTTP/1.1" 200 734 0.248289 10.0.0.41 - - [2025-11-06 02:23:30] "POST /id-to-fqname HTTP/1.1" 200 219 0.001377 10.0.0.41 - - [2025-11-06 02:23:30] "GET /virtual-network/7ad2389f-2c0b-4db7-8bf1-438ebbebe098?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005892 10.0.0.41 - - [2025-11-06 02:23:30] "GET /virtual-network/7ad2389f-2c0b-4db7-8bf1-438ebbebe098?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006134 10.0.0.41 - - [2025-11-06 02:23:30] "POST /neutron/network HTTP/1.1" 200 826 0.008080 10.0.0.41 - - [2025-11-06 02:23:30] "POST /id-to-fqname HTTP/1.1" 200 219 0.001692 10.0.0.131 - - [2025-11-06 02:23:31] "GET /projects?obj_uuids=995e1875-8d3a-4b56-8492-aaf5581400c0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001558 10.0.0.41 - - [2025-11-06 02:23:31] "GET /project/995e1875-8d3a-4b56-8492-aaf5581400c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.080020 10.0.0.41 - - [2025-11-06 02:23:31] "POST /neutron/network HTTP/1.1" 200 825 0.010627 10.0.0.41 - - [2025-11-06 02:23:31] "POST /id-to-fqname HTTP/1.1" 200 219 0.002150 10.0.0.41 - - [2025-11-06 02:23:31] "POST /neutron/port HTTP/1.1" 200 117 0.008478 10.0.0.131 - - [2025-11-06 02:23:31] "GET /projects?obj_uuids=995e1875-8d3a-4b56-8492-aaf5581400c0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001304 10.0.0.41 - - [2025-11-06 02:23:32] "POST /neutron/port HTTP/1.1" 200 1059 0.373556 10.0.0.41 - - [2025-11-06 02:23:32] "POST /neutron/port HTTP/1.1" 200 1113 0.129641 10.0.0.131 - - [2025-11-06 02:23:32] "GET /projects?obj_uuids=995e1875-8d3a-4b56-8492-aaf5581400c0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001828 10.0.0.41 - - [2025-11-06 02:23:32] "GET /project/995e1875-8d3a-4b56-8492-aaf5581400c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.090908 10.0.0.41 - - [2025-11-06 02:23:32] "POST /neutron/network HTTP/1.1" 200 826 0.010317 10.0.0.41 - - [2025-11-06 02:23:32] "POST /neutron/network HTTP/1.1" 200 825 0.010852 10.0.0.41 - - [2025-11-06 02:23:32] "POST /neutron/port HTTP/1.1" 200 117 0.009409 10.0.0.131 - - [2025-11-06 02:23:33] "GET /projects?obj_uuids=995e1875-8d3a-4b56-8492-aaf5581400c0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001789 10.0.0.41 - - [2025-11-06 02:23:33] "POST /neutron/router HTTP/1.1" 200 344 0.470655 10.0.0.131 - - [2025-11-06 02:23:33] "POST /ref-update HTTP/1.1" 200 156 0.070551 10.0.0.41 - - [2025-11-06 02:23:33] "POST /neutron/port HTTP/1.1" 200 1087 0.039897 10.0.0.41 - - [2025-11-06 02:23:33] "POST /neutron/port HTTP/1.1" 200 1060 0.021851 10.0.0.41 - - [2025-11-06 02:23:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005481 10.0.0.41 - - [2025-11-06 02:23:34] "POST /neutron/network HTTP/1.1" 200 826 0.009709 10.0.0.41 - - [2025-11-06 02:23:38] "POST /neutron/port HTTP/1.1" 200 1087 0.025946 10.0.0.41 - - [2025-11-06 02:23:39] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008943 10.0.0.41 - - [2025-11-06 02:23:39] "GET /virtual-machine/fc908848-d688-47d5-836f-421d0fe83bb7 HTTP/1.1" 401 292 0.000446 10.0.0.41 - - [2025-11-06 02:23:39] "GET /virtual-machine/fc908848-d688-47d5-836f-421d0fe83bb7 HTTP/1.1" 200 1292 0.029366 10.0.0.41 - - [2025-11-06 02:23:39] "GET /virtual-machine-interface/2fcbdf4e-43b2-4228-9f85-6a6ab2f66ac5 HTTP/1.1" 200 2941 0.006516 10.0.0.41 - - [2025-11-06 02:23:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003940 10.0.0.41 - - [2025-11-06 02:23:39] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003785 10.0.0.41 - - [2025-11-06 02:23:39] "GET /virtual-networks?parent_id=995e1875-8d3a-4b56-8492-aaf5581400c0&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003232 10.0.0.41 - - [2025-11-06 02:23:39] "GET /virtual-network/91ad4790-8d49-490c-9db3-a9468fcba184?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006711 10.0.0.41 - - [2025-11-06 02:23:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003517 10.0.0.41 - - [2025-11-06 02:23:42] "GET /virtual-network/91ad4790-8d49-490c-9db3-a9468fcba184?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005581 10.0.0.41 - - [2025-11-06 02:23:45] "POST /neutron/port HTTP/1.1" 200 1088 0.031529 10.0.0.41 - - [2025-11-06 02:23:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003990 10.0.0.41 - - [2025-11-06 02:23:46] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003768 10.0.0.41 - - [2025-11-06 02:23:46] "GET /virtual-networks?parent_id=995e1875-8d3a-4b56-8492-aaf5581400c0&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003855 10.0.0.41 - - [2025-11-06 02:23:46] "GET /virtual-network/91ad4790-8d49-490c-9db3-a9468fcba184?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006625 10.0.0.41 - - [2025-11-06 02:23:46] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007638 10.0.0.41 - - [2025-11-06 02:23:52] "POST /neutron/port HTTP/1.1" 200 1088 0.032592 10.0.0.41 - - [2025-11-06 02:23:52] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007879 10.0.0.41 - - [2025-11-06 02:23:52] "GET /virtual-machine/f92e7eb4-41d6-41e6-82c9-e959c7d2270e HTTP/1.1" 200 1292 0.006799 10.0.0.41 - - [2025-11-06 02:23:52] "GET /virtual-machine-interface/eb1bd812-6480-4d69-8079-a8db538d359f HTTP/1.1" 200 2941 0.006247 10.0.0.41 - - [2025-11-06 02:23:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003838 10.0.0.41 - - [2025-11-06 02:23:52] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004398 10.0.0.41 - - [2025-11-06 02:23:52] "GET /virtual-networks?parent_id=995e1875-8d3a-4b56-8492-aaf5581400c0&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003554 10.0.0.41 - - [2025-11-06 02:23:52] "GET /virtual-network/7ad2389f-2c0b-4db7-8bf1-438ebbebe098?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006044 10.0.0.41 - - [2025-11-06 02:23:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005044 10.0.0.41 - - [2025-11-06 02:23:53] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004511 10.0.0.41 - - [2025-11-06 02:23:53] "GET /virtual-networks?parent_id=995e1875-8d3a-4b56-8492-aaf5581400c0&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004069 10.0.0.41 - - [2025-11-06 02:23:53] "GET /virtual-network/7ad2389f-2c0b-4db7-8bf1-438ebbebe098?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006950 10.0.0.41 - - [2025-11-06 02:23:55] "POST /neutron/network HTTP/1.1" 200 835 0.008528 10.0.0.41 - - [2025-11-06 02:23:56] "POST /neutron/port HTTP/1.1" 200 117 0.001350 10.0.0.131 - - [2025-11-06 02:23:57] "GET /projects?obj_uuids=995e1875-8d3a-4b56-8492-aaf5581400c0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.005495 10.0.0.41 - - [2025-11-06 02:23:58] "POST /neutron/router HTTP/1.1" 200 344 0.477408 10.0.0.131 - - [2025-11-06 02:23:58] "POST /ref-update HTTP/1.1" 200 156 0.023454 10.0.0.41 - - [2025-11-06 02:24:01] "POST /neutron/port HTTP/1.1" 200 1088 0.019192 10.0.0.41 - - [2025-11-06 02:24:01] "POST /neutron/subnet HTTP/1.1" 200 708 0.010657 10.0.0.41 - - [2025-11-06 02:24:04] "POST /neutron/router HTTP/1.1" 200 580 0.008354 10.0.0.131 - - [2025-11-06 02:24:08] "GET /projects?obj_uuids=995e1875-8d3a-4b56-8492-aaf5581400c0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001464 10.0.0.41 - - [2025-11-06 02:24:08] "POST /neutron/router HTTP/1.1" 200 344 0.383426 10.0.0.131 - - [2025-11-06 02:24:11] "POST /ref-update HTTP/1.1" 200 156 0.023898 10.0.0.41 - - [2025-11-06 02:24:11] "POST /neutron/router HTTP/1.1" 200 580 0.007193 10.0.0.41 - - [2025-11-06 02:24:11] "POST /neutron/router HTTP/1.1" 200 151 0.101828 10.0.0.131 - - [2025-11-06 02:24:11] "DELETE /route-target/ab859ab1-6bd1-47e4-a21c-d4b680a2503f HTTP/1.1" 200 115 0.034427 10.0.0.41 - - [2025-11-06 02:24:12] "POST /neutron/port HTTP/1.1" 200 1088 0.021821 10.0.0.41 - - [2025-11-06 02:24:12] "POST /neutron/port HTTP/1.1" 200 1087 0.016792 10.0.0.41 - - [2025-11-06 02:24:13] "POST /neutron/network HTTP/1.1" 200 826 0.007742 10.0.0.131 - - [2025-11-06 02:24:14] "DELETE /project/995e18758d3a4b568492aaf5581400c0 HTTP/1.1" 404 173 0.005261 10.0.0.131 - - [2025-11-06 02:24:14] "DELETE /project/dcc5345a-d7de-4074-8e6d-fb5d4dfbb72e HTTP/1.1" 404 177 0.012810 10.0.0.131 - - [2025-11-06 02:24:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.009087 10.0.0.131 - - [2025-11-06 02:24:14] "POST /useragent-kv HTTP/1.1" 200 115 0.006002 10.0.0.131 - - [2025-11-06 02:24:14] "POST /useragent-kv HTTP/1.1" 200 115 0.002748 10.0.0.41 - - [2025-11-06 02:24:14] "POST /neutron/network HTTP/1.1" 200 151 0.163139 10.0.0.38 - - [2025-11-06 02:24:15] "GET /obj-perms HTTP/1.1" 200 5056 0.056137 10.0.0.131 - - [2025-11-06 02:24:15] "GET /projects?obj_uuids=995e1875-8d3a-4b56-8492-aaf5581400c0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001057 10.0.0.41 - - [2025-11-06 02:24:15] "GET /project/995e1875-8d3a-4b56-8492-aaf5581400c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.048908 10.0.0.131 - - [2025-11-06 02:24:15] "GET /projects?obj_uuids=995e1875-8d3a-4b56-8492-aaf5581400c0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002203 10.0.0.41 - - [2025-11-06 02:24:15] "GET /project/995e1875-8d3a-4b56-8492-aaf5581400c0?fields=virtual_networks HTTP/1.1" 200 1030 0.041721 10.0.0.131 - - [2025-11-06 02:24:15] "GET /projects?obj_uuids=995e1875-8d3a-4b56-8492-aaf5581400c0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001105 10.0.0.41 - - [2025-11-06 02:24:15] "GET /project/995e1875-8d3a-4b56-8492-aaf5581400c0?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.065693 10.0.0.131 - - [2025-11-06 02:24:15] "GET /projects?obj_uuids=995e1875-8d3a-4b56-8492-aaf5581400c0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001261 10.0.0.41 - - [2025-11-06 02:24:15] "GET /project/995e1875-8d3a-4b56-8492-aaf5581400c0?fields=security_groups HTTP/1.1" 200 1255 0.050900 10.0.0.41 - - [2025-11-06 02:24:16] "POST /fqname-to-id HTTP/1.1" 404 191 0.026976 10.0.0.131 - - [2025-11-06 02:24:16] "GET /projects?obj_uuids=e1e7c7b5-fc12-405b-8905-92a035ad80d8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004013 10.0.0.131 - - [2025-11-06 02:24:16] "GET /domains?obj_uuids=dd557474-6eee-442f-acdf-559f4d754f9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001076 10.0.0.131 - - [2025-11-06 02:24:16] "GET /domain/dd557474-6eee-442f-acdf-559f4d754f9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008672 10.0.0.131 - - [2025-11-06 02:24:16] "POST /id-to-fqname HTTP/1.1" 200 193 0.006367 10.0.0.131 - - [2025-11-06 02:24:17] "POST /fqname-to-id HTTP/1.1" 404 202 0.002892 10.0.0.131 - - [2025-11-06 02:24:17] "POST /security-groups HTTP/1.1" 200 594 0.083855 10.0.0.131 - - [2025-11-06 02:24:17] "POST /projects HTTP/1.1" 200 591 0.300322 10.0.0.131 - - [2025-11-06 02:24:17] "POST /access-control-lists HTTP/1.1" 200 601 0.029678 10.0.0.131 - - [2025-11-06 02:24:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.375576 10.0.0.41 - - [2025-11-06 02:24:17] "GET /project/e1e7c7b5-fc12-405b-8905-92a035ad80d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.542113 10.0.0.41 - - [2025-11-06 02:24:18] "GET / HTTP/1.1" 200 36215 0.001773 10.0.0.41 - - [2025-11-06 02:24:20] "GET /project/e1e7c7b5-fc12-405b-8905-92a035ad80d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000696 10.0.0.131 - - [2025-11-06 02:24:20] "GET /projects?obj_uuids=e1e7c7b5-fc12-405b-8905-92a035ad80d8&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000963 10.0.0.41 - - [2025-11-06 02:24:20] "GET /project/e1e7c7b5-fc12-405b-8905-92a035ad80d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.071037 10.0.0.41 - - [2025-11-06 02:24:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003940 10.0.0.41 - - [2025-11-06 02:24:20] "GET /security-group/2a48eed4-0652-4123-87b6-84f48986f4d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3764 0.009205 10.0.0.41 - - [2025-11-06 02:24:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004736 10.0.0.131 - - [2025-11-06 02:24:20] "GET /projects?obj_uuids=e1e7c7b5-fc12-405b-8905-92a035ad80d8&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001051 10.0.0.41 - - [2025-11-06 02:24:21] "GET /project/e1e7c7b5-fc12-405b-8905-92a035ad80d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.045671 10.0.0.41 - - [2025-11-06 02:24:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003755 10.0.0.41 - - [2025-11-06 02:24:21] "GET /security-group/2a48eed4-0652-4123-87b6-84f48986f4d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3764 0.005298 10.0.0.41 - - [2025-11-06 02:24:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003025 10.0.0.41 - - [2025-11-06 02:24:21] "PUT /security-group/2a48eed4-0652-4123-87b6-84f48986f4d4 HTTP/1.1" 200 263 0.023053 10.0.0.131 - - [2025-11-06 02:24:21] "PUT /access-control-list/4e2fbe2c-a494-4fe6-8e88-1ba4e334bed2 HTTP/1.1" 200 273 0.012377 10.0.0.41 - - [2025-11-06 02:24:21] "POST /fqname-to-id HTTP/1.1" 404 202 0.005453 10.0.0.41 - - [2025-11-06 02:24:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004372 10.0.0.131 - - [2025-11-06 02:24:21] "GET /projects?obj_uuids=e1e7c7b5-fc12-405b-8905-92a035ad80d8&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003185 10.0.0.41 - - [2025-11-06 02:24:21] "GET /project/e1e7c7b5-fc12-405b-8905-92a035ad80d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.049393 10.0.0.131 - - [2025-11-06 02:24:21] "POST /ref-update HTTP/1.1" 200 156 0.031019 10.0.0.131 - - [2025-11-06 02:24:21] "POST /useragent-kv HTTP/1.1" 200 115 0.009141 10.0.0.41 - - [2025-11-06 02:24:21] "POST /neutron/subnet HTTP/1.1" 200 734 0.254511 10.0.0.41 - - [2025-11-06 02:24:21] "POST /id-to-fqname HTTP/1.1" 200 223 0.001400 10.0.0.41 - - [2025-11-06 02:24:21] "GET /virtual-network/1084f3ef-12e0-4578-8cb1-465ad493fdb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.007401 10.0.0.41 - - [2025-11-06 02:24:22] "GET /virtual-network/1084f3ef-12e0-4578-8cb1-465ad493fdb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006344 10.0.0.41 - - [2025-11-06 02:24:22] "POST /neutron/network HTTP/1.1" 200 829 0.008275 10.0.0.41 - - [2025-11-06 02:24:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003415 10.0.0.131 - - [2025-11-06 02:24:22] "GET /projects?obj_uuids=e1e7c7b5-fc12-405b-8905-92a035ad80d8&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000968 10.0.0.41 - - [2025-11-06 02:24:22] "GET /project/e1e7c7b5-fc12-405b-8905-92a035ad80d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.049629 10.0.0.131 - - [2025-11-06 02:24:22] "GET /projects?obj_uuids=e1e7c7b5-fc12-405b-8905-92a035ad80d8&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001438 10.0.0.41 - - [2025-11-06 02:24:22] "POST /neutron/network HTTP/1.1" 200 615 0.202061 10.0.0.41 - - [2025-11-06 02:24:22] "POST /id-to-fqname HTTP/1.1" 200 227 0.003589 10.0.0.41 - - [2025-11-06 02:24:22] "GET /virtual-network/0d1cd93b-904f-4c36-80c3-23ee8c92606d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005795 10.0.0.41 - - [2025-11-06 02:24:22] "POST /neutron/network HTTP/1.1" 200 832 0.007342 10.0.0.41 - - [2025-11-06 02:24:22] "GET /virtual-network/0d1cd93b-904f-4c36-80c3-23ee8c92606d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006285 10.0.0.41 - - [2025-11-06 02:24:22] "POST /id-to-fqname HTTP/1.1" 200 223 0.001524 10.0.0.41 - - [2025-11-06 02:24:22] "POST /neutron/network HTTP/1.1" 200 839 0.009635 10.0.0.131 - - [2025-11-06 02:24:23] "GET /projects?obj_uuids=e1e7c7b5-fc12-405b-8905-92a035ad80d8&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001017 10.0.0.41 - - [2025-11-06 02:24:23] "GET /project/e1e7c7b5-fc12-405b-8905-92a035ad80d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.080214 10.0.0.41 - - [2025-11-06 02:24:23] "POST /neutron/port HTTP/1.1" 200 117 0.006796 10.0.0.41 - - [2025-11-06 02:24:23] "POST /id-to-fqname HTTP/1.1" 200 227 0.001654 10.0.0.41 - - [2025-11-06 02:24:24] "POST /neutron/network HTTP/1.1" 200 839 0.009135 10.0.0.131 - - [2025-11-06 02:24:25] "GET /projects?obj_uuids=e1e7c7b5-fc12-405b-8905-92a035ad80d8&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001102 10.0.0.41 - - [2025-11-06 02:24:25] "GET /project/e1e7c7b5-fc12-405b-8905-92a035ad80d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.127778 10.0.0.41 - - [2025-11-06 02:24:25] "POST /neutron/port HTTP/1.1" 200 1065 0.077619 10.0.0.41 - - [2025-11-06 02:24:25] "POST /neutron/port HTTP/1.1" 200 1093 0.034170 10.0.0.41 - - [2025-11-06 02:24:25] "POST /neutron/subnet HTTP/1.1" 200 708 0.011812 10.0.0.41 - - [2025-11-06 02:24:25] "POST /neutron/network HTTP/1.1" 200 829 0.009211 10.0.0.41 - - [2025-11-06 02:24:25] "POST /neutron/router HTTP/1.1" 200 585 0.008978 10.0.0.131 - - [2025-11-06 02:24:25] "POST /route-targets HTTP/1.1" 200 328 0.036689 10.0.0.131 - - [2025-11-06 02:24:25] "GET /logical-router/cbfac0c8-c9aa-476f-a0cf-47dbbf4379aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1443 0.011836 10.0.0.131 - - [2025-11-06 02:24:25] "GET /projects?obj_uuids=e1e7c7b5-fc12-405b-8905-92a035ad80d8&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001169 10.0.0.131 - - [2025-11-06 02:24:25] "POST /fqname-to-id HTTP/1.1" 404 215 0.007298 10.0.0.131 - - [2025-11-06 02:24:26] "POST /ref-update HTTP/1.1" 200 156 0.049187 10.0.0.41 - - [2025-11-06 02:24:26] "POST /neutron/router HTTP/1.1" 200 344 0.601752 10.0.0.131 - - [2025-11-06 02:24:26] "POST /route-tables HTTP/1.1" 200 584 0.125949 10.0.0.41 - - [2025-11-06 02:24:26] "POST /neutron/port HTTP/1.1" 200 1093 0.056994 10.0.0.131 - - [2025-11-06 02:24:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.005018 10.0.0.41 - - [2025-11-06 02:24:27] "POST /neutron/port HTTP/1.1" 200 1061 0.068201 10.0.0.131 - - [2025-11-06 02:24:27] "POST /virtual-machine-interfaces HTTP/1.1" 200 814 0.131290 10.0.0.131 - - [2025-11-06 02:24:27] "POST /instance-ips HTTP/1.1" 400 246 0.057634 10.0.0.41 - - [2025-11-06 02:24:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004763 10.0.0.131 - - [2025-11-06 02:24:27] "PUT /instance-ip/b9dbfb3b-8d2b-448b-a12f-a11aa2f15cc8 HTTP/1.1" 200 257 0.037280 10.0.0.41 - - [2025-11-06 02:24:27] "POST /neutron/network HTTP/1.1" 200 832 0.007314 10.0.0.131 - - [2025-11-06 02:24:27] "POST /chown HTTP/1.1" 200 109 0.040129 10.0.0.131 - - [2025-11-06 02:24:27] "POST /chown HTTP/1.1" 200 109 0.019673 10.0.0.131 - - [2025-11-06 02:24:27] "POST /ref-update HTTP/1.1" 200 156 0.037300 10.0.0.131 - - [2025-11-06 02:24:27] "PUT /routing-instance/2dec708c-a742-4d75-aaca-b0158ac14451 HTTP/1.1" 200 267 0.040540 10.0.0.131 - - [2025-11-06 02:24:28] "POST /virtual-machine-interfaces HTTP/1.1" 200 814 0.094736 10.0.0.131 - - [2025-11-06 02:24:28] "POST /chown HTTP/1.1" 200 109 0.021140 10.0.0.131 - - [2025-11-06 02:24:28] "POST /ref-update HTTP/1.1" 200 156 0.087873 10.0.0.131 - - [2025-11-06 02:24:28] "POST /chown HTTP/1.1" 200 109 0.048354 10.0.0.131 - - [2025-11-06 02:24:28] "PUT /virtual-machine-interface/a00520a5-97a7-47ff-92b7-906bdbc8d9bb HTTP/1.1" 200 285 0.026662 10.0.0.131 - - [2025-11-06 02:24:28] "POST /ref-update HTTP/1.1" 200 156 0.042656 10.0.0.131 - - [2025-11-06 02:24:28] "POST /ref-update HTTP/1.1" 200 156 0.031288 10.0.0.41 - - [2025-11-06 02:24:31] "POST /neutron/port HTTP/1.1" 200 1093 0.020389 10.0.0.41 - - [2025-11-06 02:24:31] "POST /neutron/security_group HTTP/1.1" 200 2002 0.009209 10.0.0.41 - - [2025-11-06 02:24:31] "GET /virtual-machine/c5acdc85-2957-4aa1-b25f-a9b69e2f60d3 HTTP/1.1" 401 292 0.000557 10.0.0.41 - - [2025-11-06 02:24:32] "GET /virtual-machine/c5acdc85-2957-4aa1-b25f-a9b69e2f60d3 HTTP/1.1" 200 1298 0.037509 10.0.0.41 - - [2025-11-06 02:24:32] "GET /virtual-machine-interface/deb67455-c301-4d54-a905-c98845daf2d5 HTTP/1.1" 200 2964 0.008518 10.0.0.41 - - [2025-11-06 02:24:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004228 10.0.0.41 - - [2025-11-06 02:24:32] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004711 10.0.0.41 - - [2025-11-06 02:24:32] "GET /virtual-networks?parent_id=e1e7c7b5-fc12-405b-8905-92a035ad80d8&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.003626 10.0.0.41 - - [2025-11-06 02:24:32] "GET /virtual-network/1084f3ef-12e0-4578-8cb1-465ad493fdb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.010471 10.0.0.41 - - [2025-11-06 02:24:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003635 10.0.0.41 - - [2025-11-06 02:24:35] "GET /virtual-network/1084f3ef-12e0-4578-8cb1-465ad493fdb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005452 10.0.0.41 - - [2025-11-06 02:24:37] "POST /neutron/port HTTP/1.1" 200 1089 0.021966 10.0.0.41 - - [2025-11-06 02:24:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004609 10.0.0.41 - - [2025-11-06 02:24:37] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004964 10.0.0.41 - - [2025-11-06 02:24:37] "GET /virtual-networks?parent_id=e1e7c7b5-fc12-405b-8905-92a035ad80d8&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.004836 10.0.0.41 - - [2025-11-06 02:24:37] "GET /virtual-network/1084f3ef-12e0-4578-8cb1-465ad493fdb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.007261 10.0.0.41 - - [2025-11-06 02:24:37] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008108 10.0.0.41 - - [2025-11-06 02:24:37] "POST /neutron/port HTTP/1.1" 200 1089 0.021082 10.0.0.41 - - [2025-11-06 02:24:37] "GET /virtual-machine/0115f793-25a6-4b7d-9911-be551eaa7da0 HTTP/1.1" 200 1295 0.007814 10.0.0.41 - - [2025-11-06 02:24:37] "GET /virtual-machine-interface/27529cab-327b-412e-83fe-35c0ae67bb96 HTTP/1.1" 200 2974 0.007345 10.0.0.41 - - [2025-11-06 02:24:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.006295 10.0.0.41 - - [2025-11-06 02:24:38] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004934 10.0.0.41 - - [2025-11-06 02:24:38] "GET /virtual-networks?parent_id=e1e7c7b5-fc12-405b-8905-92a035ad80d8&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.005124 10.0.0.41 - - [2025-11-06 02:24:38] "GET /virtual-network/0d1cd93b-904f-4c36-80c3-23ee8c92606d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.007022 10.0.0.41 - - [2025-11-06 02:24:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003715 10.0.0.41 - - [2025-11-06 02:24:39] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004129 10.0.0.41 - - [2025-11-06 02:24:39] "GET /virtual-networks?parent_id=e1e7c7b5-fc12-405b-8905-92a035ad80d8&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.004457 10.0.0.41 - - [2025-11-06 02:24:39] "GET /virtual-network/0d1cd93b-904f-4c36-80c3-23ee8c92606d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.008483 10.0.0.41 - - [2025-11-06 02:24:39] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007986 10.0.0.41 - - [2025-11-06 02:24:48] "POST /neutron/router HTTP/1.1" 200 656 0.015838 10.0.0.131 - - [2025-11-06 02:24:48] "GET /service-instance/3ccb6589-6a3c-4476-af1c-b9e3ef460541?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2318 0.006184 10.0.0.131 - - [2025-11-06 02:24:48] "POST /ref-update HTTP/1.1" 200 156 0.029126 10.0.0.131 - - [2025-11-06 02:24:48] "DELETE /route-table/5f275328-a0c5-483a-92a5-55b2a671b05f HTTP/1.1" 200 115 0.052421 10.0.0.131 - - [2025-11-06 02:24:48] "DELETE /route-target/14b7e6bc-6f86-4711-ae61-52d3d75ebd27 HTTP/1.1" 200 115 0.046434 10.0.0.131 - - [2025-11-06 02:24:48] "POST /ref-update HTTP/1.1" 200 156 0.052249 10.0.0.41 - - [2025-11-06 02:24:49] "POST /neutron/network HTTP/1.1" 400 204 0.091072 10.0.0.131 - - [2025-11-06 02:24:49] "POST /useragent-kv HTTP/1.1" 200 115 0.004030 10.0.0.131 - - [2025-11-06 02:24:49] "POST /useragent-kv HTTP/1.1" 200 115 0.003094 10.0.0.131 - - [2025-11-06 02:24:49] "DELETE /virtual-network/5d77ad3a-b666-4eea-88ae-ed9ea3622958 HTTP/1.1" 200 115 0.223365 10.0.0.131 - - [2025-11-06 02:24:49] "GET /service-instance/3ccb6589-6a3c-4476-af1c-b9e3ef460541?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.004049 10.0.0.131 - - [2025-11-06 02:24:49] "GET /instance-ip/b9dbfb3b-8d2b-448b-a12f-a11aa2f15cc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.012094 10.0.0.131 - - [2025-11-06 02:24:49] "DELETE /virtual-machine-interface/a00520a5-97a7-47ff-92b7-906bdbc8d9bb HTTP/1.1" 200 115 0.070427 10.0.0.131 - - [2025-11-06 02:24:49] "GET /virtual-machine-interface/2b1bc33d-73d5-4380-9f9c-23970f6f3386?fields=interface_route_table_refs%2Cinstance_ip_back_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1656 0.013810 10.0.0.41 - - [2025-11-06 02:24:49] "POST /neutron/port HTTP/1.1" 200 151 0.306153 10.0.0.131 - - [2025-11-06 02:24:49] "DELETE /instance-ip/b9dbfb3b-8d2b-448b-a12f-a11aa2f15cc8 HTTP/1.1" 200 115 0.095916 10.0.0.131 - - [2025-11-06 02:24:50] "DELETE /virtual-machine-interface/3b966e01-e56a-4690-92e0-ce1d635d8313 HTTP/1.1" 200 115 0.095170 10.0.0.41 - - [2025-11-06 02:24:50] "POST /neutron/port HTTP/1.1" 200 151 0.414335 10.0.0.131 - - [2025-11-06 02:24:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004000 10.0.0.41 - - [2025-11-06 02:24:51] "POST /neutron/network HTTP/1.1" 200 829 0.009870 10.0.0.131 - - [2025-11-06 02:24:51] "DELETE /route-target/b5791cc3-c4bd-4f14-ad31-8284165b4c02 HTTP/1.1" 200 115 0.035875 10.0.0.131 - - [2025-11-06 02:24:52] "GET /projects?obj_uuids=e1e7c7b5-fc12-405b-8905-92a035ad80d8&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001354 10.0.0.41 - - [2025-11-06 02:24:52] "GET /project/e1e7c7b5-fc12-405b-8905-92a035ad80d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.053711 10.0.0.131 - - [2025-11-06 02:24:52] "GET /projects?obj_uuids=e1e7c7b5-fc12-405b-8905-92a035ad80d8&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001618 10.0.0.41 - - [2025-11-06 02:24:52] "GET /project/e1e7c7b5-fc12-405b-8905-92a035ad80d8?fields=virtual_networks HTTP/1.1" 200 1040 0.045299 10.0.0.131 - - [2025-11-06 02:24:52] "GET /projects?obj_uuids=e1e7c7b5-fc12-405b-8905-92a035ad80d8&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001243 10.0.0.41 - - [2025-11-06 02:24:52] "GET /project/e1e7c7b5-fc12-405b-8905-92a035ad80d8?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.059956 10.0.0.131 - - [2025-11-06 02:24:53] "GET /projects?obj_uuids=e1e7c7b5-fc12-405b-8905-92a035ad80d8&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001087 10.0.0.41 - - [2025-11-06 02:24:53] "GET /project/e1e7c7b5-fc12-405b-8905-92a035ad80d8?fields=security_groups HTTP/1.1" 200 1270 0.044412 10.0.0.41 - - [2025-11-06 02:24:53] "POST /fqname-to-id HTTP/1.1" 404 196 0.026445 10.0.0.131 - - [2025-11-06 02:24:53] "GET /projects?obj_uuids=8a436f49-07d1-4d57-9377-78c9e38e233b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003301 10.0.0.131 - - [2025-11-06 02:24:53] "GET /domains?obj_uuids=dd557474-6eee-442f-acdf-559f4d754f9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001562 10.0.0.131 - - [2025-11-06 02:24:53] "GET /domain/dd557474-6eee-442f-acdf-559f4d754f9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.010490 10.0.0.131 - - [2025-11-06 02:24:54] "POST /id-to-fqname HTTP/1.1" 200 198 0.002016 10.0.0.131 - - [2025-11-06 02:24:54] "POST /fqname-to-id HTTP/1.1" 404 207 0.003952 10.0.0.131 - - [2025-11-06 02:24:54] "POST /security-groups HTTP/1.1" 200 599 0.082739 10.0.0.131 - - [2025-11-06 02:24:54] "POST /projects HTTP/1.1" 200 601 0.327885 10.0.0.131 - - [2025-11-06 02:24:54] "POST /fqname-to-id HTTP/1.1" 404 241 0.008202 10.0.0.131 - - [2025-11-06 02:24:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.415398 10.0.0.41 - - [2025-11-06 02:24:54] "GET /project/8a436f49-07d1-4d57-9377-78c9e38e233b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.571128 10.0.0.41 - - [2025-11-06 02:24:55] "GET / HTTP/1.1" 200 36215 0.001606 10.0.0.41 - - [2025-11-06 02:24:57] "POST /fqname-to-id HTTP/1.1" 401 292 0.000590 10.0.0.41 - - [2025-11-06 02:24:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.058811 10.0.0.131 - - [2025-11-06 02:24:57] "GET /projects?obj_uuids=8a436f49-07d1-4d57-9377-78c9e38e233b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001454 10.0.0.41 - - [2025-11-06 02:24:57] "GET /project/8a436f49-07d1-4d57-9377-78c9e38e233b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.062166 10.0.0.131 - - [2025-11-06 02:24:57] "GET /projects?obj_uuids=8a436f49-07d1-4d57-9377-78c9e38e233b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001801 10.0.0.41 - - [2025-11-06 02:24:57] "POST /neutron/network HTTP/1.1" 200 613 0.190508 10.0.0.131 - - [2025-11-06 02:24:58] "POST /ref-update HTTP/1.1" 200 156 0.033388 10.0.0.131 - - [2025-11-06 02:24:58] "POST /fqname-to-id HTTP/1.1" 404 207 0.055661 10.0.0.41 - - [2025-11-06 02:24:58] "POST /neutron/network HTTP/1.1" 200 1008 0.021631 10.0.0.41 - - [2025-11-06 02:24:58] "POST /id-to-fqname HTTP/1.1" 200 228 0.003503 10.0.0.41 - - [2025-11-06 02:24:58] "GET /virtual-network/1d62499a-a182-41ba-8322-743d022439d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2648 0.010137 10.0.0.41 - - [2025-11-06 02:24:58] "GET /virtual-network/1d62499a-a182-41ba-8322-743d022439d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2648 0.017620 10.0.0.41 - - [2025-11-06 02:24:58] "POST /neutron/subnet HTTP/1.1" 200 734 0.013238 10.0.0.41 - - [2025-11-06 02:24:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004007 10.0.0.131 - - [2025-11-06 02:24:58] "GET /projects?obj_uuids=8a436f49-07d1-4d57-9377-78c9e38e233b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001028 10.0.0.41 - - [2025-11-06 02:24:58] "GET /project/8a436f49-07d1-4d57-9377-78c9e38e233b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.039627 10.0.0.131 - - [2025-11-06 02:24:58] "GET /projects?obj_uuids=8a436f49-07d1-4d57-9377-78c9e38e233b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001022 10.0.0.41 - - [2025-11-06 02:24:59] "POST /neutron/network HTTP/1.1" 200 613 0.145367 10.0.0.131 - - [2025-11-06 02:24:59] "POST /route-targets HTTP/1.1" 200 328 0.018208 10.0.0.41 - - [2025-11-06 02:24:59] "POST /neutron/network HTTP/1.1" 200 1006 0.031471 10.0.0.41 - - [2025-11-06 02:24:59] "POST /id-to-fqname HTTP/1.1" 200 228 0.001307 10.0.0.41 - - [2025-11-06 02:24:59] "GET /virtual-network/115f65c1-cbbb-4b01-a49e-a08887a34632?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.006241 10.0.0.41 - - [2025-11-06 02:24:59] "GET /virtual-network/115f65c1-cbbb-4b01-a49e-a08887a34632?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.006187 10.0.0.41 - - [2025-11-06 02:24:59] "POST /neutron/subnet HTTP/1.1" 200 725 0.009331 10.0.0.41 - - [2025-11-06 02:24:59] "POST /fqname-to-id HTTP/1.1" 404 234 0.003492 10.0.0.41 - - [2025-11-06 02:24:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004288 10.0.0.131 - - [2025-11-06 02:24:59] "GET /projects?obj_uuids=8a436f49-07d1-4d57-9377-78c9e38e233b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001765 10.0.0.41 - - [2025-11-06 02:24:59] "GET /project/8a436f49-07d1-4d57-9377-78c9e38e233b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.056149 10.0.0.41 - - [2025-11-06 02:25:00] "POST /network-policys HTTP/1.1" 200 579 0.046716 10.0.0.41 - - [2025-11-06 02:25:00] "GET /network-policy/871b8c4e-a187-4d07-985b-fb15d9e6b244?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3130 0.007230 10.0.0.41 - - [2025-11-06 02:25:00] "POST /neutron/network HTTP/1.1" 200 1116 0.092303 10.0.0.41 - - [2025-11-06 02:25:00] "GET /virtual-network/1d62499a-a182-41ba-8322-743d022439d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2973 0.007868 10.0.0.41 - - [2025-11-06 02:25:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004951 10.0.0.131 - - [2025-11-06 02:25:00] "POST /access-control-lists HTTP/1.1" 200 598 0.105270 10.0.0.41 - - [2025-11-06 02:25:00] "GET /network-policy/871b8c4e-a187-4d07-985b-fb15d9e6b244?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3130 0.007156 10.0.0.131 - - [2025-11-06 02:25:00] "POST /fqname-to-id HTTP/1.1" 404 207 0.012476 10.0.0.41 - - [2025-11-06 02:25:00] "POST /neutron/network HTTP/1.1" 200 1114 0.120989 10.0.0.41 - - [2025-11-06 02:25:00] "GET /virtual-network/115f65c1-cbbb-4b01-a49e-a08887a34632?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2968 0.010231 10.0.0.41 - - [2025-11-06 02:25:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.022444 10.0.0.131 - - [2025-11-06 02:25:00] "POST /ref-update HTTP/1.1" 200 156 0.028640 10.0.0.41 - - [2025-11-06 02:25:00] "GET /network-policy/871b8c4e-a187-4d07-985b-fb15d9e6b244?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3130 0.006560 10.0.0.41 - - [2025-11-06 02:25:01] "GET /virtual-network/1d62499a-a182-41ba-8322-743d022439d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2973 0.010927 10.0.0.41 - - [2025-11-06 02:25:01] "GET /obj-perms HTTP/1.1" 200 5046 0.062124 10.0.0.41 - - [2025-11-06 02:25:02] "GET /virtual-network/115f65c1-cbbb-4b01-a49e-a08887a34632?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2968 0.007343 10.0.0.41 - - [2025-11-06 02:25:03] "POST /id-to-fqname HTTP/1.1" 200 228 0.002326 10.0.0.131 - - [2025-11-06 02:25:03] "GET /projects?obj_uuids=8a436f49-07d1-4d57-9377-78c9e38e233b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002090 10.0.0.41 - - [2025-11-06 02:25:04] "GET /project/8a436f49-07d1-4d57-9377-78c9e38e233b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.097018 10.0.0.41 - - [2025-11-06 02:25:04] "POST /neutron/network HTTP/1.1" 200 1116 0.013611 10.0.0.41 - - [2025-11-06 02:25:04] "POST /id-to-fqname HTTP/1.1" 200 228 0.001363 10.0.0.41 - - [2025-11-06 02:25:04] "POST /neutron/port HTTP/1.1" 200 117 0.008994 10.0.0.131 - - [2025-11-06 02:25:04] "GET /projects?obj_uuids=8a436f49-07d1-4d57-9377-78c9e38e233b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001597 10.0.0.41 - - [2025-11-06 02:25:05] "POST /neutron/port HTTP/1.1" 200 1177 0.390389 10.0.0.131 - - [2025-11-06 02:25:05] "GET /projects?obj_uuids=8a436f49-07d1-4d57-9377-78c9e38e233b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003741 10.0.0.41 - - [2025-11-06 02:25:05] "POST /neutron/port HTTP/1.1" 200 1231 0.160693 10.0.0.41 - - [2025-11-06 02:25:05] "GET /project/8a436f49-07d1-4d57-9377-78c9e38e233b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.139543 10.0.0.41 - - [2025-11-06 02:25:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006966 10.0.0.41 - - [2025-11-06 02:25:05] "POST /neutron/port HTTP/1.1" 200 1205 0.031018 10.0.0.41 - - [2025-11-06 02:25:05] "POST /neutron/network HTTP/1.1" 200 1116 0.011494 10.0.0.41 - - [2025-11-06 02:25:05] "POST /neutron/port HTTP/1.1" 200 1205 0.018481 10.0.0.131 - - [2025-11-06 02:25:06] "GET /projects?obj_uuids=8a436f49-07d1-4d57-9377-78c9e38e233b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001204 10.0.0.41 - - [2025-11-06 02:25:06] "POST /neutron/port HTTP/1.1" 200 1175 0.367585 10.0.0.41 - - [2025-11-06 02:25:06] "POST /neutron/port HTTP/1.1" 200 1229 0.118776 10.0.0.41 - - [2025-11-06 02:25:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005382 10.0.0.41 - - [2025-11-06 02:25:06] "POST /neutron/port HTTP/1.1" 200 117 0.002112 10.0.0.41 - - [2025-11-06 02:25:10] "POST /neutron/security_group HTTP/1.1" 200 2066 0.012253 10.0.0.41 - - [2025-11-06 02:25:11] "POST /neutron/port HTTP/1.1" 200 1205 0.021888 10.0.0.41 - - [2025-11-06 02:25:11] "GET /virtual-machine/e8b90363-41a1-46ec-8c86-ea018d761400 HTTP/1.1" 401 292 0.000563 10.0.0.41 - - [2025-11-06 02:25:11] "GET /virtual-machine/e8b90363-41a1-46ec-8c86-ea018d761400 HTTP/1.1" 200 1303 0.027875 10.0.0.41 - - [2025-11-06 02:25:11] "GET /virtual-machine-interface/146696c9-a474-4cba-bfdc-b719bab84016 HTTP/1.1" 200 3183 0.006664 10.0.0.41 - - [2025-11-06 02:25:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003607 10.0.0.41 - - [2025-11-06 02:25:11] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003505 10.0.0.41 - - [2025-11-06 02:25:11] "GET /virtual-networks?parent_id=8a436f49-07d1-4d57-9377-78c9e38e233b&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003082 10.0.0.41 - - [2025-11-06 02:25:11] "GET /virtual-network/1d62499a-a182-41ba-8322-743d022439d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2973 0.006555 10.0.0.131 - - [2025-11-06 02:25:14] "DELETE /project/e1e7c7b5fc12405b890592a035ad80d8 HTTP/1.1" 404 173 0.006229 10.0.0.131 - - [2025-11-06 02:25:14] "DELETE /project/995e1875-8d3a-4b56-8492-aaf5581400c0 HTTP/1.1" 404 177 0.009829 10.0.0.131 - - [2025-11-06 02:25:14] "DELETE /project/8a436f4907d14d57937778c9e38e233b HTTP/1.1" 404 173 0.008331 10.0.0.131 - - [2025-11-06 02:25:14] "GET /projects?obj_uuids=e1e7c7b5-fc12-405b-8905-92a035ad80d8&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001123 10.0.0.131 - - [2025-11-06 02:25:14] "GET /project/e1e7c7b5-fc12-405b-8905-92a035ad80d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.055055 10.0.0.131 - - [2025-11-06 02:25:14] "GET /projects?obj_uuids=e1e7c7b5-fc12-405b-8905-92a035ad80d8&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002207 10.0.0.131 - - [2025-11-06 02:25:14] "GET /project/e1e7c7b5-fc12-405b-8905-92a035ad80d8?fields=security_groups HTTP/1.1" 200 1372 0.057824 10.0.0.131 - - [2025-11-06 02:25:14] "DELETE /security-group/2a48eed4-0652-4123-87b6-84f48986f4d4 HTTP/1.1" 200 115 0.097651 10.0.0.131 - - [2025-11-06 02:25:14] "GET /projects?obj_uuids=e1e7c7b5-fc12-405b-8905-92a035ad80d8&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001555 10.0.0.41 - - [2025-11-06 02:25:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003959 10.0.0.41 - - [2025-11-06 02:25:14] "GET /virtual-network/1d62499a-a182-41ba-8322-743d022439d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2973 0.007322 10.0.0.131 - - [2025-11-06 02:25:14] "DELETE /access-control-list/4e2fbe2c-a494-4fe6-8e88-1ba4e334bed2 HTTP/1.1" 200 115 0.072658 10.0.0.131 - - [2025-11-06 02:25:14] "GET /project/e1e7c7b5-fc12-405b-8905-92a035ad80d8?fields=application_policy_sets HTTP/1.1" 200 1411 0.073733 10.0.0.131 - - [2025-11-06 02:25:14] "DELETE /project/e1e7c7b5-fc12-405b-8905-92a035ad80d8 HTTP/1.1" 200 115 0.527699 10.0.0.131 - - [2025-11-06 02:25:15] "GET /obj-perms HTTP/1.1" 200 5056 0.053336 10.0.0.41 - - [2025-11-06 02:25:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.007020 10.0.0.41 - - [2025-11-06 02:25:18] "GET /virtual-network/1d62499a-a182-41ba-8322-743d022439d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2973 0.007933 10.0.0.41 - - [2025-11-06 02:25:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.007372 10.0.0.41 - - [2025-11-06 02:25:22] "GET /virtual-network/1d62499a-a182-41ba-8322-743d022439d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2973 0.009089 10.0.0.41 - - [2025-11-06 02:25:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004362 10.0.0.41 - - [2025-11-06 02:25:26] "GET /virtual-network/1d62499a-a182-41ba-8322-743d022439d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2973 0.005824 10.0.0.41 - - [2025-11-06 02:25:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003961 10.0.0.41 - - [2025-11-06 02:25:30] "GET /virtual-network/1d62499a-a182-41ba-8322-743d022439d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2973 0.008207 10.0.0.41 - - [2025-11-06 02:25:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003888 10.0.0.41 - - [2025-11-06 02:25:35] "GET /virtual-network/1d62499a-a182-41ba-8322-743d022439d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2973 0.005600 10.0.0.41 - - [2025-11-06 02:25:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.005054 10.0.0.41 - - [2025-11-06 02:25:39] "GET /virtual-network/1d62499a-a182-41ba-8322-743d022439d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2973 0.013285 10.0.0.41 - - [2025-11-06 02:25:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004572 10.0.0.41 - - [2025-11-06 02:25:43] "GET /virtual-network/1d62499a-a182-41ba-8322-743d022439d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2973 0.005890 10.0.0.41 - - [2025-11-06 02:25:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003371 10.0.0.41 - - [2025-11-06 02:25:47] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003898 10.0.0.41 - - [2025-11-06 02:25:47] "GET /virtual-networks?parent_id=8a436f49-07d1-4d57-9377-78c9e38e233b&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.002872 10.0.0.41 - - [2025-11-06 02:25:47] "GET /virtual-network/1d62499a-a182-41ba-8322-743d022439d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2973 0.006189 10.0.0.41 - - [2025-11-06 02:25:47] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007608 10.0.0.41 - - [2025-11-06 02:25:56] "POST /neutron/port HTTP/1.1" 200 1203 0.018495 10.0.0.41 - - [2025-11-06 02:25:57] "POST /neutron/port HTTP/1.1" 200 1205 0.018754 10.0.0.41 - - [2025-11-06 02:25:57] "POST /neutron/network HTTP/1.1" 200 1126 0.011774 10.0.0.41 - - [2025-11-06 02:25:58] "POST /neutron/subnet HTTP/1.1" 200 1394 0.019272 10.0.0.41 - - [2025-11-06 02:25:58] "POST /neutron/network HTTP/1.1" 200 1116 0.010237 10.0.0.41 - - [2025-11-06 02:26:03] "POST /neutron/port HTTP/1.1" 200 1205 0.025806 10.0.0.41 - - [2025-11-06 02:26:05] "POST /neutron/port HTTP/1.1" 200 1203 0.028125 10.0.0.41 - - [2025-11-06 02:26:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004284 10.0.0.41 - - [2025-11-06 02:26:05] "POST /neutron/port HTTP/1.1" 200 117 0.001707 10.0.0.41 - - [2025-11-06 02:26:08] "POST /neutron/security_group HTTP/1.1" 200 2066 0.022357 10.0.0.41 - - [2025-11-06 02:26:08] "POST /neutron/port HTTP/1.1" 200 1203 0.018291 10.0.0.41 - - [2025-11-06 02:26:08] "GET /virtual-machine/c1852976-1b5d-4e4d-88c4-66f524c30870 HTTP/1.1" 200 1302 0.006764 10.0.0.41 - - [2025-11-06 02:26:08] "GET /virtual-machine-interface/5909ad0f-8cea-476d-a518-c2d092fcb16d HTTP/1.1" 200 3183 0.006250 10.0.0.41 - - [2025-11-06 02:26:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004109 10.0.0.41 - - [2025-11-06 02:26:08] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004333 10.0.0.41 - - [2025-11-06 02:26:08] "GET /virtual-networks?parent_id=8a436f49-07d1-4d57-9377-78c9e38e233b&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003350 10.0.0.41 - - [2025-11-06 02:26:08] "GET /virtual-network/115f65c1-cbbb-4b01-a49e-a08887a34632?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2968 0.005796 10.0.0.41 - - [2025-11-06 02:26:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003584 10.0.0.41 - - [2025-11-06 02:26:09] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003869 10.0.0.41 - - [2025-11-06 02:26:09] "GET /virtual-networks?parent_id=8a436f49-07d1-4d57-9377-78c9e38e233b&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003538 10.0.0.41 - - [2025-11-06 02:26:09] "GET /virtual-network/115f65c1-cbbb-4b01-a49e-a08887a34632?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2968 0.006666 10.0.0.38 - - [2025-11-06 02:26:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000457 10.0.0.131 - - [2025-11-06 02:26:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000544 10.0.0.38 - - [2025-11-06 02:26:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000715 10.0.0.131 - - [2025-11-06 02:26:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000531 10.0.0.131 - - [2025-11-06 02:26:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000443 10.0.0.131 - - [2025-11-06 02:26:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000391 10.0.0.38 - - [2025-11-06 02:26:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000435 10.0.0.38 - - [2025-11-06 02:26:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000436 10.0.0.41 - - [2025-11-06 02:26:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000401 10.0.0.41 - - [2025-11-06 02:26:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000407 10.0.0.41 - - [2025-11-06 02:26:14] "GET /global-system-configs HTTP/1.1" 401 292 0.000574 10.0.0.41 - - [2025-11-06 02:26:14] "GET /global-system-configs HTTP/1.1" 401 292 0.001034 10.0.0.38 - - [2025-11-06 02:26:16] "GET /obj-perms HTTP/1.1" 200 5056 0.059470 10.0.0.41 - - [2025-11-06 02:26:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005975 10.0.0.131 - - [2025-11-06 02:26:34] "GET /projects?obj_uuids=8a436f49-07d1-4d57-9377-78c9e38e233b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002168 10.0.0.41 - - [2025-11-06 02:26:34] "GET /project/8a436f49-07d1-4d57-9377-78c9e38e233b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.056217 10.0.0.41 - - [2025-11-06 02:26:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004192 10.0.0.41 - - [2025-11-06 02:26:34] "PUT /network-policy/871b8c4e-a187-4d07-985b-fb15d9e6b244 HTTP/1.1" 200 263 0.018527 10.0.0.131 - - [2025-11-06 02:26:35] "PUT /access-control-list/2f2a0e03-00bc-424b-a935-72abd7a67e96 HTTP/1.1" 200 273 0.017672 10.0.0.41 - - [2025-11-06 02:26:38] "GET /virtual-network/115f65c1-cbbb-4b01-a49e-a08887a34632?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2968 0.006981 10.0.0.41 - - [2025-11-06 02:26:38] "POST /neutron/network HTTP/1.1" 200 1006 0.078252 10.0.0.41 - - [2025-11-06 02:26:38] "GET /virtual-network/115f65c1-cbbb-4b01-a49e-a08887a34632?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005779 10.0.0.41 - - [2025-11-06 02:26:38] "GET /virtual-network/1d62499a-a182-41ba-8322-743d022439d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2973 0.016183 10.0.0.41 - - [2025-11-06 02:26:38] "POST /neutron/network HTTP/1.1" 200 1008 0.081182 10.0.0.131 - - [2025-11-06 02:26:38] "DELETE /access-control-list/2f2a0e03-00bc-424b-a935-72abd7a67e96 HTTP/1.1" 200 115 0.066802 10.0.0.41 - - [2025-11-06 02:26:38] "GET /virtual-network/1d62499a-a182-41ba-8322-743d022439d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2648 0.008076 10.0.0.41 - - [2025-11-06 02:26:38] "DELETE /network-policy/871b8c4e-a187-4d07-985b-fb15d9e6b244 HTTP/1.1" 200 115 0.080166 10.0.0.41 - - [2025-11-06 02:26:38] "POST /neutron/network HTTP/1.1" 200 1006 0.014213 10.0.0.41 - - [2025-11-06 02:26:38] "POST /neutron/port HTTP/1.1" 200 1205 0.021142 10.0.0.41 - - [2025-11-06 02:26:39] "POST /neutron/port HTTP/1.1" 200 151 0.329136 10.0.0.131 - - [2025-11-06 02:26:40] "DELETE /route-target/2f99592e-3be8-49bc-9082-0eb983327b59 HTTP/1.1" 200 115 0.035141 10.0.0.41 - - [2025-11-06 02:26:41] "POST /neutron/network HTTP/1.1" 200 1008 0.012925 10.0.0.131 - - [2025-11-06 02:26:45] "GET /projects?obj_uuids=8a436f49-07d1-4d57-9377-78c9e38e233b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000984 10.0.0.41 - - [2025-11-06 02:26:45] "GET /project/8a436f49-07d1-4d57-9377-78c9e38e233b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.058299 10.0.0.41 - - [2025-11-06 02:26:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003891 10.0.0.131 - - [2025-11-06 02:26:46] "GET /domains?obj_uuids=dd557474-6eee-442f-acdf-559f4d754f9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001092 10.0.0.41 - - [2025-11-06 02:26:46] "GET /domain/dd557474-6eee-442f-acdf-559f4d754f9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.012251 10.0.0.41 - - [2025-11-06 02:26:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.012088 10.0.0.131 - - [2025-11-06 02:26:46] "GET /projects?obj_uuids=8a436f49-07d1-4d57-9377-78c9e38e233b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001049 10.0.0.41 - - [2025-11-06 02:26:46] "GET /project/8a436f49-07d1-4d57-9377-78c9e38e233b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.046067 10.0.0.41 - - [2025-11-06 02:26:46] "GET /domains HTTP/1.1" 200 281 0.004773 10.0.0.131 - - [2025-11-06 02:26:46] "GET /domains?obj_uuids=dd557474-6eee-442f-acdf-559f4d754f9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000974 10.0.0.41 - - [2025-11-06 02:26:46] "GET /domain/dd557474-6eee-442f-acdf-559f4d754f9d HTTP/1.1" 200 2787 0.010737 10.0.0.131 - - [2025-11-06 02:26:46] "GET /projects?obj_uuids=8a436f49-07d1-4d57-9377-78c9e38e233b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001246 10.0.0.41 - - [2025-11-06 02:26:46] "GET /project/8a436f49-07d1-4d57-9377-78c9e38e233b HTTP/1.1" 200 1905 0.085848 10.0.0.41 - - [2025-11-06 02:26:46] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.003696 10.0.0.41 - - [2025-11-06 02:26:47] "POST /network-ipams HTTP/1.1" 200 611 0.052967 10.0.0.41 - - [2025-11-06 02:26:47] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 805 0.004925 10.0.0.41 - - [2025-11-06 02:26:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004785 10.0.0.41 - - [2025-11-06 02:26:47] "GET /network-ipam/c1b0e9c0-3308-4b10-a383-db40aae963c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.008848 10.0.0.41 - - [2025-11-06 02:26:47] "PUT /network-ipam/c1b0e9c0-3308-4b10-a383-db40aae963c9 HTTP/1.1" 200 259 0.018920 10.0.0.41 - - [2025-11-06 02:26:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.005478 10.0.0.131 - - [2025-11-06 02:26:47] "GET /projects?obj_uuids=8a436f49-07d1-4d57-9377-78c9e38e233b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001079 10.0.0.41 - - [2025-11-06 02:26:47] "GET /project/8a436f49-07d1-4d57-9377-78c9e38e233b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.064286 10.0.0.131 - - [2025-11-06 02:26:47] "GET /projects?obj_uuids=8a436f49-07d1-4d57-9377-78c9e38e233b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001765 10.0.0.41 - - [2025-11-06 02:26:47] "POST /neutron/network HTTP/1.1" 200 619 0.151751 10.0.0.131 - - [2025-11-06 02:26:47] "POST /route-targets HTTP/1.1" 200 328 0.015772 10.0.0.131 - - [2025-11-06 02:26:48] "POST /fqname-to-id HTTP/1.1" 404 207 0.006853 10.0.0.131 - - [2025-11-06 02:26:48] "POST /useragent-kv HTTP/1.1" 200 115 0.010364 10.0.0.41 - - [2025-11-06 02:26:48] "POST /neutron/subnet HTTP/1.1" 200 823 0.223357 10.0.0.41 - - [2025-11-06 02:26:48] "POST /id-to-fqname HTTP/1.1" 200 231 0.002005 10.0.0.41 - - [2025-11-06 02:26:48] "GET /virtual-network/986257bb-69de-4ba2-b40d-50320d5e2fee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.007828 10.0.0.41 - - [2025-11-06 02:26:48] "GET /virtual-network/986257bb-69de-4ba2-b40d-50320d5e2fee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.007957 10.0.0.41 - - [2025-11-06 02:26:48] "POST /neutron/network HTTP/1.1" 200 1308 0.017935 10.0.0.41 - - [2025-11-06 02:26:48] "POST /neutron/subnet HTTP/1.1" 200 823 0.009484 10.0.0.41 - - [2025-11-06 02:26:48] "GET /virtual-network/986257bb-69de-4ba2-b40d-50320d5e2fee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.005792 10.0.0.41 - - [2025-11-06 02:26:49] "GET /obj-perms HTTP/1.1" 200 5046 0.004524 10.0.0.41 - - [2025-11-06 02:26:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.005039 10.0.0.131 - - [2025-11-06 02:26:49] "GET /projects?obj_uuids=8a436f49-07d1-4d57-9377-78c9e38e233b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001132 10.0.0.41 - - [2025-11-06 02:26:49] "GET /project/8a436f49-07d1-4d57-9377-78c9e38e233b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.048050 10.0.0.131 - - [2025-11-06 02:26:49] "POST /ref-update HTTP/1.1" 200 156 0.026939 10.0.0.131 - - [2025-11-06 02:26:49] "POST /useragent-kv HTTP/1.1" 200 115 0.010283 10.0.0.41 - - [2025-11-06 02:26:49] "POST /neutron/subnet HTTP/1.1" 200 701 0.216233 10.0.0.41 - - [2025-11-06 02:26:50] "POST /neutron/network HTTP/1.1" 200 1309 0.014191 10.0.0.41 - - [2025-11-06 02:26:50] "POST /id-to-fqname HTTP/1.1" 200 231 0.001550 10.0.0.41 - - [2025-11-06 02:26:50] "GET /virtual-network/c3dcb230-19b5-40e2-a130-e2b7203801db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3199 0.006792 10.0.0.41 - - [2025-11-06 02:26:50] "GET /virtual-network/c3dcb230-19b5-40e2-a130-e2b7203801db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3199 0.007586 10.0.0.41 - - [2025-11-06 02:26:50] "POST /neutron/subnet HTTP/1.1" 200 701 0.012627 10.0.0.41 - - [2025-11-06 02:26:50] "GET /virtual-network/c3dcb230-19b5-40e2-a130-e2b7203801db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3199 0.005898 10.0.0.131 - - [2025-11-06 02:26:50] "GET /obj-perms HTTP/1.1" 200 5046 0.060206 10.0.0.41 - - [2025-11-06 02:26:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003477 10.0.0.131 - - [2025-11-06 02:26:50] "GET /projects?obj_uuids=8a436f49-07d1-4d57-9377-78c9e38e233b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000957 10.0.0.41 - - [2025-11-06 02:26:50] "GET /project/8a436f49-07d1-4d57-9377-78c9e38e233b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.042457 10.0.0.41 - - [2025-11-06 02:26:51] "POST /neutron/network HTTP/1.1" 200 117 0.014887 10.0.0.131 - - [2025-11-06 02:26:51] "POST /useragent-kv HTTP/1.1" 200 115 0.011849 10.0.0.41 - - [2025-11-06 02:26:51] "POST /neutron/subnet HTTP/1.1" 200 701 0.197599 10.0.0.41 - - [2025-11-06 02:26:51] "POST /id-to-fqname HTTP/1.1" 200 231 0.001476 10.0.0.41 - - [2025-11-06 02:26:51] "GET /virtual-network/7bc98577-ae16-4ffb-a69c-b57c64fd05cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3198 0.009117 10.0.0.41 - - [2025-11-06 02:26:51] "POST /neutron/network HTTP/1.1" 200 1309 0.013174 10.0.0.41 - - [2025-11-06 02:26:51] "GET /virtual-network/7bc98577-ae16-4ffb-a69c-b57c64fd05cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3198 0.005959 10.0.0.41 - - [2025-11-06 02:26:52] "POST /neutron/subnet HTTP/1.1" 200 701 0.010997 10.0.0.41 - - [2025-11-06 02:26:52] "GET /virtual-network/7bc98577-ae16-4ffb-a69c-b57c64fd05cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3198 0.006092 10.0.0.38 - - [2025-11-06 02:26:52] "GET /obj-perms HTTP/1.1" 200 5046 0.045485 10.0.0.41 - - [2025-11-06 02:26:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005007 10.0.0.131 - - [2025-11-06 02:26:52] "GET /projects?obj_uuids=8a436f49-07d1-4d57-9377-78c9e38e233b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001270 10.0.0.41 - - [2025-11-06 02:26:52] "GET /project/8a436f49-07d1-4d57-9377-78c9e38e233b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.047066 10.0.0.131 - - [2025-11-06 02:26:52] "GET /projects?obj_uuids=8a436f49-07d1-4d57-9377-78c9e38e233b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001257 10.0.0.41 - - [2025-11-06 02:26:52] "POST /neutron/network HTTP/1.1" 200 619 0.138303 10.0.0.131 - - [2025-11-06 02:26:52] "POST /route-targets HTTP/1.1" 200 328 0.013121 10.0.0.131 - - [2025-11-06 02:26:53] "POST /fqname-to-id HTTP/1.1" 404 207 0.005650 10.0.0.131 - - [2025-11-06 02:26:53] "POST /useragent-kv HTTP/1.1" 200 115 0.011053 10.0.0.41 - - [2025-11-06 02:26:53] "POST /neutron/subnet HTTP/1.1" 200 818 0.209983 10.0.0.41 - - [2025-11-06 02:26:53] "POST /id-to-fqname HTTP/1.1" 200 231 0.001683 10.0.0.41 - - [2025-11-06 02:26:53] "GET /virtual-network/d53543ec-2346-4d8c-bee0-8aa881b801d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3193 0.006599 10.0.0.41 - - [2025-11-06 02:26:53] "GET /virtual-network/d53543ec-2346-4d8c-bee0-8aa881b801d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3193 0.007770 10.0.0.41 - - [2025-11-06 02:26:53] "POST /neutron/network HTTP/1.1" 200 1307 0.015892 10.0.0.41 - - [2025-11-06 02:26:53] "POST /neutron/subnet HTTP/1.1" 200 818 0.014697 10.0.0.41 - - [2025-11-06 02:26:53] "GET /virtual-network/d53543ec-2346-4d8c-bee0-8aa881b801d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3193 0.007790 10.0.0.41 - - [2025-11-06 02:26:54] "GET /obj-perms HTTP/1.1" 200 5046 0.003995 10.0.0.41 - - [2025-11-06 02:26:54] "POST /fqname-to-id HTTP/1.1" 404 225 0.004777 10.0.0.41 - - [2025-11-06 02:26:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004310 10.0.0.131 - - [2025-11-06 02:26:54] "GET /projects?obj_uuids=8a436f49-07d1-4d57-9377-78c9e38e233b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002027 10.0.0.41 - - [2025-11-06 02:26:54] "GET /project/8a436f49-07d1-4d57-9377-78c9e38e233b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.050765 10.0.0.41 - - [2025-11-06 02:26:54] "POST /network-policys HTTP/1.1" 200 561 0.081450 10.0.0.41 - - [2025-11-06 02:26:54] "GET /network-policy/e43fe035-15e9-4c93-a973-ef9a77eb9349?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6940 0.009008 10.0.0.41 - - [2025-11-06 02:26:54] "POST /fqname-to-id HTTP/1.1" 404 225 0.005790 10.0.0.41 - - [2025-11-06 02:26:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004169 10.0.0.131 - - [2025-11-06 02:26:54] "GET /projects?obj_uuids=8a436f49-07d1-4d57-9377-78c9e38e233b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001494 10.0.0.41 - - [2025-11-06 02:26:54] "GET /project/8a436f49-07d1-4d57-9377-78c9e38e233b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.069921 10.0.0.41 - - [2025-11-06 02:26:54] "POST /network-policys HTTP/1.1" 200 561 0.081432 10.0.0.41 - - [2025-11-06 02:26:54] "GET /network-policy/a4842b7a-c466-4bfd-9b41-260230e496fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5022 0.008588 10.0.0.41 - - [2025-11-06 02:26:55] "POST /fqname-to-id HTTP/1.1" 404 225 0.005592 10.0.0.41 - - [2025-11-06 02:26:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005303 10.0.0.131 - - [2025-11-06 02:26:55] "GET /projects?obj_uuids=8a436f49-07d1-4d57-9377-78c9e38e233b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002382 10.0.0.41 - - [2025-11-06 02:26:55] "GET /project/8a436f49-07d1-4d57-9377-78c9e38e233b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.059026 10.0.0.41 - - [2025-11-06 02:26:55] "POST /network-policys HTTP/1.1" 200 561 0.081840 10.0.0.41 - - [2025-11-06 02:26:55] "GET /network-policy/659b6330-9d91-4ea7-b45c-97d1d2dde816?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6939 0.007245 10.0.0.41 - - [2025-11-06 02:26:55] "POST /fqname-to-id HTTP/1.1" 404 225 0.003678 10.0.0.41 - - [2025-11-06 02:26:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004748 10.0.0.131 - - [2025-11-06 02:26:55] "GET /projects?obj_uuids=8a436f49-07d1-4d57-9377-78c9e38e233b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001101 10.0.0.41 - - [2025-11-06 02:26:55] "GET /project/8a436f49-07d1-4d57-9377-78c9e38e233b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.051432 10.0.0.41 - - [2025-11-06 02:26:55] "POST /network-policys HTTP/1.1" 200 561 0.078108 10.0.0.41 - - [2025-11-06 02:26:55] "GET /network-policy/1d66f9e4-35da-40df-a89d-7dc86a177544?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8845 0.010592 10.0.0.41 - - [2025-11-06 02:26:55] "POST /fqname-to-id HTTP/1.1" 404 225 0.003802 10.0.0.41 - - [2025-11-06 02:26:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004368 10.0.0.131 - - [2025-11-06 02:26:56] "GET /projects?obj_uuids=8a436f49-07d1-4d57-9377-78c9e38e233b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001001 10.0.0.41 - - [2025-11-06 02:26:56] "GET /project/8a436f49-07d1-4d57-9377-78c9e38e233b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.050149 10.0.0.41 - - [2025-11-06 02:26:56] "POST /network-policys HTTP/1.1" 200 561 0.073523 10.0.0.41 - - [2025-11-06 02:26:56] "GET /network-policy/a206de70-752f-4671-ae91-df4d2ff681b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5022 0.015308 10.0.0.41 - - [2025-11-06 02:26:56] "POST /fqname-to-id HTTP/1.1" 404 225 0.003156 10.0.0.41 - - [2025-11-06 02:26:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003046 10.0.0.131 - - [2025-11-06 02:26:56] "GET /projects?obj_uuids=8a436f49-07d1-4d57-9377-78c9e38e233b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001395 10.0.0.41 - - [2025-11-06 02:26:56] "GET /project/8a436f49-07d1-4d57-9377-78c9e38e233b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.044667 10.0.0.41 - - [2025-11-06 02:26:56] "POST /network-policys HTTP/1.1" 200 561 0.073869 10.0.0.41 - - [2025-11-06 02:26:56] "GET /network-policy/3e3a1c61-28ca-46c1-930b-71f7a0333336?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5021 0.006292 10.0.0.41 - - [2025-11-06 02:26:56] "POST /fqname-to-id HTTP/1.1" 404 225 0.003331 10.0.0.41 - - [2025-11-06 02:26:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005292 10.0.0.131 - - [2025-11-06 02:26:56] "GET /projects?obj_uuids=8a436f49-07d1-4d57-9377-78c9e38e233b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001350 10.0.0.41 - - [2025-11-06 02:26:56] "GET /project/8a436f49-07d1-4d57-9377-78c9e38e233b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.051725 10.0.0.41 - - [2025-11-06 02:26:57] "POST /network-policys HTTP/1.1" 200 561 0.077178 10.0.0.41 - - [2025-11-06 02:26:57] "GET /network-policy/905218f9-cd4c-4af6-b204-286043834c0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8846 0.008663 10.0.0.41 - - [2025-11-06 02:26:57] "POST /fqname-to-id HTTP/1.1" 404 225 0.004429 10.0.0.41 - - [2025-11-06 02:26:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004057 10.0.0.131 - - [2025-11-06 02:26:57] "GET /projects?obj_uuids=8a436f49-07d1-4d57-9377-78c9e38e233b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001186 10.0.0.41 - - [2025-11-06 02:26:57] "GET /project/8a436f49-07d1-4d57-9377-78c9e38e233b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.050488 10.0.0.41 - - [2025-11-06 02:26:57] "POST /network-policys HTTP/1.1" 200 561 0.081346 10.0.0.41 - - [2025-11-06 02:26:57] "GET /network-policy/fbda8661-7c97-45b1-a3cd-18bed0b7dd5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5022 0.007020 10.0.0.131 - - [2025-11-06 02:26:58] "POST /access-control-lists HTTP/1.1" 200 607 0.055060 10.0.0.41 - - [2025-11-06 02:26:58] "POST /neutron/network HTTP/1.1" 200 1493 0.044966 10.0.0.41 - - [2025-11-06 02:26:58] "GET /virtual-network/986257bb-69de-4ba2-b40d-50320d5e2fee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3803 0.009668 10.0.0.41 - - [2025-11-06 02:26:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003610 10.0.0.41 - - [2025-11-06 02:26:58] "GET /network-policy/a4842b7a-c466-4bfd-9b41-260230e496fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5022 0.004652 10.0.0.41 - - [2025-11-06 02:26:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003251 10.0.0.41 - - [2025-11-06 02:26:58] "GET /network-policy/e43fe035-15e9-4c93-a973-ef9a77eb9349?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6940 0.005587 10.0.0.41 - - [2025-11-06 02:26:58] "POST /neutron/network HTTP/1.1" 200 1494 0.068351 10.0.0.131 - - [2025-11-06 02:26:58] "POST /ref-update HTTP/1.1" 200 156 0.071485 10.0.0.41 - - [2025-11-06 02:26:58] "GET /virtual-network/c3dcb230-19b5-40e2-a130-e2b7203801db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3806 0.020312 10.0.0.41 - - [2025-11-06 02:26:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.015555 10.0.0.41 - - [2025-11-06 02:26:58] "GET /network-policy/1d66f9e4-35da-40df-a89d-7dc86a177544?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8845 0.005060 10.0.0.41 - - [2025-11-06 02:26:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003519 10.0.0.41 - - [2025-11-06 02:26:58] "GET /network-policy/659b6330-9d91-4ea7-b45c-97d1d2dde816?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6939 0.006728 10.0.0.131 - - [2025-11-06 02:26:58] "POST /fqname-to-id HTTP/1.1" 404 207 0.003927 10.0.0.41 - - [2025-11-06 02:26:59] "POST /neutron/network HTTP/1.1" 200 1494 0.054461 10.0.0.41 - - [2025-11-06 02:26:59] "GET /virtual-network/7bc98577-ae16-4ffb-a69c-b57c64fd05cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3805 0.006215 10.0.0.41 - - [2025-11-06 02:26:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003502 10.0.0.41 - - [2025-11-06 02:26:59] "GET /network-policy/3e3a1c61-28ca-46c1-930b-71f7a0333336?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5021 0.004802 10.0.0.41 - - [2025-11-06 02:26:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003283 10.0.0.41 - - [2025-11-06 02:26:59] "GET /network-policy/a206de70-752f-4671-ae91-df4d2ff681b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5022 0.008522 10.0.0.131 - - [2025-11-06 02:26:59] "POST /fqname-to-id HTTP/1.1" 404 248 0.005397 10.0.0.41 - - [2025-11-06 02:26:59] "POST /neutron/network HTTP/1.1" 200 1492 0.016559 10.0.0.41 - - [2025-11-06 02:26:59] "GET /virtual-network/d53543ec-2346-4d8c-bee0-8aa881b801d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.020643 10.0.0.41 - - [2025-11-06 02:26:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003271 10.0.0.41 - - [2025-11-06 02:26:59] "GET /network-policy/905218f9-cd4c-4af6-b204-286043834c0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8846 0.006731 10.0.0.41 - - [2025-11-06 02:26:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003742 10.0.0.41 - - [2025-11-06 02:26:59] "GET /network-policy/fbda8661-7c97-45b1-a3cd-18bed0b7dd5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5022 0.005175 10.0.0.41 - - [2025-11-06 02:26:59] "POST /id-to-fqname HTTP/1.1" 200 231 0.001294 10.0.0.131 - - [2025-11-06 02:27:31] "GET /projects?obj_uuids=8a436f49-07d1-4d57-9377-78c9e38e233b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001324 10.0.0.41 - - [2025-11-06 02:27:31] "GET /project/8a436f49-07d1-4d57-9377-78c9e38e233b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.076571 10.0.0.41 - - [2025-11-06 02:27:31] "POST /neutron/port HTTP/1.1" 200 117 0.007348 10.0.0.41 - - [2025-11-06 02:27:31] "POST /id-to-fqname HTTP/1.1" 200 231 0.001335 10.0.0.41 - - [2025-11-06 02:27:31] "POST /neutron/network HTTP/1.1" 200 1504 0.007391 10.0.0.131 - - [2025-11-06 02:27:32] "GET /projects?obj_uuids=8a436f49-07d1-4d57-9377-78c9e38e233b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001584 10.0.0.41 - - [2025-11-06 02:27:32] "GET /project/8a436f49-07d1-4d57-9377-78c9e38e233b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.127064 10.0.0.41 - - [2025-11-06 02:27:32] "POST /neutron/port HTTP/1.1" 200 1169 0.048522 10.0.0.41 - - [2025-11-06 02:27:32] "POST /neutron/port HTTP/1.1" 200 1223 0.224458 10.0.0.41 - - [2025-11-06 02:27:32] "POST /neutron/port HTTP/1.1" 200 117 0.008729 10.0.0.41 - - [2025-11-06 02:27:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.011873 10.0.0.41 - - [2025-11-06 02:27:33] "POST /neutron/subnet HTTP/1.1" 200 1356 0.037189 10.0.0.41 - - [2025-11-06 02:27:33] "POST /neutron/network HTTP/1.1" 200 1493 0.024971 10.0.0.131 - - [2025-11-06 02:27:33] "PUT /access-control-list/a073e638-d193-4c61-898c-a962bbcafcd3 HTTP/1.1" 200 273 0.100928 10.0.0.41 - - [2025-11-06 02:27:33] "POST /neutron/port HTTP/1.1" 200 1170 0.057097 10.0.0.41 - - [2025-11-06 02:27:34] "POST /neutron/port HTTP/1.1" 200 1198 0.048989 10.0.0.41 - - [2025-11-06 02:27:34] "POST /neutron/subnet HTTP/1.1" 200 1361 0.043582 10.0.0.41 - - [2025-11-06 02:27:34] "POST /neutron/network HTTP/1.1" 200 1494 0.031137 10.0.0.41 - - [2025-11-06 02:27:43] "POST /neutron/port HTTP/1.1" 200 1197 0.039836 10.0.0.41 - - [2025-11-06 02:27:48] "POST /neutron/security_group HTTP/1.1" 200 2066 0.019120 10.0.0.41 - - [2025-11-06 02:27:58] "POST /neutron/port HTTP/1.1" 200 1197 0.018579 10.0.0.41 - - [2025-11-06 02:28:03] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010948 10.0.0.41 - - [2025-11-06 02:28:13] "POST /neutron/port HTTP/1.1" 200 1197 0.017762 10.0.0.131 - - [2025-11-06 02:28:18] "GET /obj-perms HTTP/1.1" 200 5056 0.047323 10.0.0.41 - - [2025-11-06 02:28:18] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008639 10.0.0.41 - - [2025-11-06 02:28:29] "POST /neutron/port HTTP/1.1" 200 1197 0.016789 10.0.0.41 - - [2025-11-06 02:28:34] "POST /neutron/security_group HTTP/1.1" 200 2066 0.014480 10.0.0.41 - - [2025-11-06 02:28:39] "POST /neutron/port HTTP/1.1" 200 1197 0.019810 10.0.0.41 - - [2025-11-06 02:28:39] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008331 10.0.0.41 - - [2025-11-06 02:28:39] "GET /virtual-machine/a7eb118a-85f7-4454-b553-f70fecb23b35 HTTP/1.1" 200 1303 0.006343 10.0.0.41 - - [2025-11-06 02:28:39] "GET /virtual-machine-interface/705acccb-9bc4-491f-b16e-176174a8c899 HTTP/1.1" 200 3192 0.005879 10.0.0.41 - - [2025-11-06 02:28:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003937 10.0.0.41 - - [2025-11-06 02:28:39] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004188 10.0.0.41 - - [2025-11-06 02:28:39] "GET /virtual-networks?parent_id=8a436f49-07d1-4d57-9377-78c9e38e233b&detail=False&count=False&shared=False HTTP/1.1" 200 1059 0.003598 10.0.0.41 - - [2025-11-06 02:28:39] "GET /virtual-network/986257bb-69de-4ba2-b40d-50320d5e2fee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3803 0.005960 10.0.0.41 - - [2025-11-06 02:28:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004296 10.0.0.41 - - [2025-11-06 02:28:42] "GET /virtual-network/986257bb-69de-4ba2-b40d-50320d5e2fee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3803 0.006442 10.0.0.41 - - [2025-11-06 02:28:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003460 10.0.0.41 - - [2025-11-06 02:28:46] "GET /virtual-network/986257bb-69de-4ba2-b40d-50320d5e2fee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3803 0.005902 10.0.0.41 - - [2025-11-06 02:28:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003774 10.0.0.41 - - [2025-11-06 02:28:50] "GET /virtual-network/986257bb-69de-4ba2-b40d-50320d5e2fee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3803 0.007649 10.0.0.41 - - [2025-11-06 02:28:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004940 10.0.0.41 - - [2025-11-06 02:28:55] "GET /virtual-network/986257bb-69de-4ba2-b40d-50320d5e2fee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3803 0.007169 10.0.0.41 - - [2025-11-06 02:28:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003752 10.0.0.41 - - [2025-11-06 02:28:59] "GET /virtual-network/986257bb-69de-4ba2-b40d-50320d5e2fee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3803 0.007984 10.0.0.41 - - [2025-11-06 02:28:59] "POST /neutron/network HTTP/1.1" 200 1503 0.009555 10.0.0.41 - - [2025-11-06 02:29:00] "POST /neutron/subnet HTTP/1.1" 200 1356 0.020772 10.0.0.41 - - [2025-11-06 02:29:00] "POST /neutron/network HTTP/1.1" 200 1493 0.026496 10.0.0.41 - - [2025-11-06 02:29:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004116 10.0.0.41 - - [2025-11-06 02:29:03] "GET /virtual-network/986257bb-69de-4ba2-b40d-50320d5e2fee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3803 0.005583 10.0.0.41 - - [2025-11-06 02:29:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004700 10.0.0.41 - - [2025-11-06 02:29:07] "GET /virtual-network/986257bb-69de-4ba2-b40d-50320d5e2fee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3803 0.006143 10.0.0.41 - - [2025-11-06 02:29:11] "POST /neutron/network HTTP/1.1" 200 1504 0.007530 10.0.0.41 - - [2025-11-06 02:29:11] "POST /neutron/subnet HTTP/1.1" 200 1361 0.019659 10.0.0.41 - - [2025-11-06 02:29:11] "POST /neutron/network HTTP/1.1" 200 1494 0.011602 10.0.0.41 - - [2025-11-06 02:29:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.005147 10.0.0.41 - - [2025-11-06 02:29:11] "GET /virtual-network/986257bb-69de-4ba2-b40d-50320d5e2fee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3803 0.009575 10.0.0.41 - - [2025-11-06 02:29:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004864 10.0.0.41 - - [2025-11-06 02:29:15] "GET /virtual-network/986257bb-69de-4ba2-b40d-50320d5e2fee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3803 0.007400 10.0.0.41 - - [2025-11-06 02:29:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003768 10.0.0.41 - - [2025-11-06 02:29:17] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003866 10.0.0.41 - - [2025-11-06 02:29:17] "GET /virtual-networks?parent_id=8a436f49-07d1-4d57-9377-78c9e38e233b&detail=False&count=False&shared=False HTTP/1.1" 200 1059 0.002934 10.0.0.41 - - [2025-11-06 02:29:17] "GET /virtual-network/986257bb-69de-4ba2-b40d-50320d5e2fee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3803 0.006383 10.0.0.38 - - [2025-11-06 02:29:18] "GET /obj-perms HTTP/1.1" 200 5056 0.050715 10.0.0.41 - - [2025-11-06 02:29:22] "POST /neutron/port HTTP/1.1" 200 1197 0.017015 10.0.0.41 - - [2025-11-06 02:29:23] "POST /neutron/security_group HTTP/1.1" 200 2066 0.028633 10.0.0.41 - - [2025-11-06 02:29:28] "POST /neutron/port HTTP/1.1" 200 1197 0.025539 10.0.0.41 - - [2025-11-06 02:29:33] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008133 10.0.0.41 - - [2025-11-06 02:29:38] "POST /neutron/port HTTP/1.1" 200 1198 0.019296 10.0.0.41 - - [2025-11-06 02:29:38] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007521 10.0.0.41 - - [2025-11-06 02:29:38] "GET /virtual-machine/089a452f-290e-469a-b6bd-87fe14cc2d65 HTTP/1.1" 200 1301 0.008298 10.0.0.41 - - [2025-11-06 02:29:38] "GET /virtual-machine-interface/e6d6414e-fcd7-4f06-a64d-8d395aa8fda5 HTTP/1.1" 200 3193 0.005921 10.0.0.41 - - [2025-11-06 02:29:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004893 10.0.0.41 - - [2025-11-06 02:29:38] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005857 10.0.0.41 - - [2025-11-06 02:29:38] "GET /virtual-networks?parent_id=8a436f49-07d1-4d57-9377-78c9e38e233b&detail=False&count=False&shared=False HTTP/1.1" 200 1059 0.004768 10.0.0.41 - - [2025-11-06 02:29:38] "GET /virtual-network/c3dcb230-19b5-40e2-a130-e2b7203801db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3806 0.006368 10.0.0.41 - - [2025-11-06 02:29:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004916 10.0.0.41 - - [2025-11-06 02:29:39] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005323 10.0.0.41 - - [2025-11-06 02:29:39] "GET /virtual-networks?parent_id=8a436f49-07d1-4d57-9377-78c9e38e233b&detail=False&count=False&shared=False HTTP/1.1" 200 1059 0.005034 10.0.0.41 - - [2025-11-06 02:29:39] "GET /virtual-network/c3dcb230-19b5-40e2-a130-e2b7203801db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3806 0.008537 10.0.0.41 - - [2025-11-06 02:29:40] "POST /neutron/port HTTP/1.1" 200 1198 0.019274 10.0.0.41 - - [2025-11-06 02:29:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004353 10.0.0.41 - - [2025-11-06 02:29:40] "GET /network-policy/659b6330-9d91-4ea7-b45c-97d1d2dde816?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6939 0.005282 10.0.0.41 - - [2025-11-06 02:29:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004150 10.0.0.41 - - [2025-11-06 02:29:40] "GET /network-policy/1d66f9e4-35da-40df-a89d-7dc86a177544?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8845 0.008498 10.0.0.41 - - [2025-11-06 02:29:40] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008495 10.0.0.41 - - [2025-11-06 02:29:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003566 10.0.0.41 - - [2025-11-06 02:29:40] "GET /network-policy/e43fe035-15e9-4c93-a973-ef9a77eb9349?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6940 0.004707 10.0.0.41 - - [2025-11-06 02:29:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004812 10.0.0.41 - - [2025-11-06 02:29:40] "GET /network-policy/a4842b7a-c466-4bfd-9b41-260230e496fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5022 0.005753 10.0.0.41 - - [2025-11-06 02:30:02] "POST /neutron/network HTTP/1.1" 200 1503 0.032825 10.0.0.41 - - [2025-11-06 02:30:02] "POST /neutron/subnet HTTP/1.1" 200 1356 0.023162 10.0.0.41 - - [2025-11-06 02:30:02] "POST /neutron/network HTTP/1.1" 200 1493 0.014796 10.0.0.41 - - [2025-11-06 02:30:04] "GET /virtual-machine/089a452f-290e-469a-b6bd-87fe14cc2d65 HTTP/1.1" 200 1301 0.005967 10.0.0.41 - - [2025-11-06 02:30:05] "POST /neutron/port HTTP/1.1" 200 151 0.264733 10.0.0.41 - - [2025-11-06 02:30:06] "GET /virtual-machine/089a452f-290e-469a-b6bd-87fe14cc2d65 HTTP/1.1" 404 171 0.003980 10.0.0.41 - - [2025-11-06 02:30:06] "GET /virtual-machine/089a452f-290e-469a-b6bd-87fe14cc2d65 HTTP/1.1" 404 171 0.003503 10.0.0.41 - - [2025-11-06 02:30:06] "GET /virtual-machine/089a452f-290e-469a-b6bd-87fe14cc2d65 HTTP/1.1" 404 171 0.002760 10.0.0.41 - - [2025-11-06 02:30:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.029324 10.0.0.41 - - [2025-11-06 02:30:07] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005147 10.0.0.41 - - [2025-11-06 02:30:07] "GET /virtual-networks?parent_id=8a436f49-07d1-4d57-9377-78c9e38e233b&detail=False&count=False&shared=False HTTP/1.1" 200 1059 0.003802 10.0.0.41 - - [2025-11-06 02:30:07] "GET /virtual-network/c3dcb230-19b5-40e2-a130-e2b7203801db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3806 0.006302 10.0.0.41 - - [2025-11-06 02:30:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003712 10.0.0.41 - - [2025-11-06 02:30:07] "GET /routing-instance/89615523-9e71-469a-9eb9-c484a0f862e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.006421 10.0.0.41 - - [2025-11-06 02:30:07] "GET /route-target/87a99a6c-4f91-4d4a-a1de-f4995f5a04e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004671 10.0.0.41 - - [2025-11-06 02:30:07] "GET /virtual-machine/089a452f-290e-469a-b6bd-87fe14cc2d65 HTTP/1.1" 404 171 0.003884 10.0.0.41 - - [2025-11-06 02:30:08] "GET /virtual-machine/089a452f-290e-469a-b6bd-87fe14cc2d65 HTTP/1.1" 404 171 0.004779 10.0.0.41 - - [2025-11-06 02:30:09] "GET /virtual-machine/089a452f-290e-469a-b6bd-87fe14cc2d65 HTTP/1.1" 404 171 0.003697 10.0.0.41 - - [2025-11-06 02:30:10] "GET /virtual-machine/089a452f-290e-469a-b6bd-87fe14cc2d65 HTTP/1.1" 404 171 0.003748 10.0.0.41 - - [2025-11-06 02:30:11] "GET /virtual-machine/089a452f-290e-469a-b6bd-87fe14cc2d65 HTTP/1.1" 404 171 0.027606 10.0.0.41 - - [2025-11-06 02:30:12] "GET /virtual-machine/089a452f-290e-469a-b6bd-87fe14cc2d65 HTTP/1.1" 404 171 0.003758 10.0.0.41 - - [2025-11-06 02:30:12] "GET /obj-perms HTTP/1.1" 200 5046 0.049686 10.0.0.131 - - [2025-11-06 02:30:15] "GET /obj-perms HTTP/1.1" 200 5046 0.004497 10.0.0.41 - - [2025-11-06 02:30:15] "GET /obj-perms HTTP/1.1" 200 5046 0.004213 10.0.0.41 - - [2025-11-06 02:30:16] "GET /virtual-machine/a7eb118a-85f7-4454-b553-f70fecb23b35 HTTP/1.1" 200 1303 0.005833 10.0.0.41 - - [2025-11-06 02:30:16] "POST /neutron/port HTTP/1.1" 200 151 0.261516 10.0.0.41 - - [2025-11-06 02:30:18] "GET /virtual-machine/a7eb118a-85f7-4454-b553-f70fecb23b35 HTTP/1.1" 404 171 0.003923 10.0.0.41 - - [2025-11-06 02:30:18] "GET /virtual-machine/a7eb118a-85f7-4454-b553-f70fecb23b35 HTTP/1.1" 404 171 0.003657 10.0.0.41 - - [2025-11-06 02:30:18] "GET /virtual-machine/a7eb118a-85f7-4454-b553-f70fecb23b35 HTTP/1.1" 404 171 0.003365 10.0.0.41 - - [2025-11-06 02:30:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004576 10.0.0.41 - - [2025-11-06 02:30:18] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.007481 10.0.0.41 - - [2025-11-06 02:30:18] "GET /virtual-networks?parent_id=8a436f49-07d1-4d57-9377-78c9e38e233b&detail=False&count=False&shared=False HTTP/1.1" 200 1059 0.003403 10.0.0.41 - - [2025-11-06 02:30:18] "GET /virtual-network/986257bb-69de-4ba2-b40d-50320d5e2fee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3803 0.006962 10.0.0.41 - - [2025-11-06 02:30:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003588 10.0.0.41 - - [2025-11-06 02:30:18] "GET /routing-instance/e9e8b07e-cc2d-4507-9f61-4e000da63cb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1818 0.007097 10.0.0.41 - - [2025-11-06 02:30:18] "GET /route-target/82c836be-ba9b-42e5-8554-644ef9a13308?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005067 10.0.0.41 - - [2025-11-06 02:30:21] "GET /obj-perms HTTP/1.1" 200 5046 0.004766 10.0.0.131 - - [2025-11-06 02:30:21] "GET /obj-perms HTTP/1.1" 200 5046 0.004992 10.0.0.41 - - [2025-11-06 02:30:30] "GET /obj-perms HTTP/1.1" 200 5046 0.004339 10.0.0.131 - - [2025-11-06 02:30:30] "GET /obj-perms HTTP/1.1" 200 5046 0.004150 10.0.0.41 - - [2025-11-06 02:30:40] "GET /obj-perms HTTP/1.1" 200 5046 0.004092 10.0.0.131 - - [2025-11-06 02:30:40] "GET /obj-perms HTTP/1.1" 200 5046 0.004061 10.0.0.41 - - [2025-11-06 02:30:46] "GET /obj-perms HTTP/1.1" 200 5046 0.004638 10.0.0.38 - - [2025-11-06 02:30:46] "GET /obj-perms HTTP/1.1" 200 5046 0.004128 10.0.0.131 - - [2025-11-06 02:30:46] "GET /obj-perms HTTP/1.1" 200 5046 0.003904 10.0.0.41 - - [2025-11-06 02:30:46] "GET /virtual-network/d53543ec-2346-4d8c-bee0-8aa881b801d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.007677 10.0.0.41 - - [2025-11-06 02:30:46] "POST /neutron/network HTTP/1.1" 200 1307 0.019877 10.0.0.41 - - [2025-11-06 02:30:46] "GET /virtual-network/d53543ec-2346-4d8c-bee0-8aa881b801d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3193 0.005814 10.0.0.41 - - [2025-11-06 02:30:46] "GET /virtual-network/7bc98577-ae16-4ffb-a69c-b57c64fd05cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3805 0.005833 10.0.0.131 - - [2025-11-06 02:30:47] "POST /fqname-to-id HTTP/1.1" 404 207 0.064296 10.0.0.41 - - [2025-11-06 02:30:47] "POST /neutron/network HTTP/1.1" 200 1309 0.020846 10.0.0.41 - - [2025-11-06 02:30:47] "GET /virtual-network/7bc98577-ae16-4ffb-a69c-b57c64fd05cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3198 0.005151 10.0.0.41 - - [2025-11-06 02:30:47] "GET /virtual-network/c3dcb230-19b5-40e2-a130-e2b7203801db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3806 0.006951 10.0.0.131 - - [2025-11-06 02:30:47] "DELETE /access-control-list/a073e638-d193-4c61-898c-a962bbcafcd3 HTTP/1.1" 200 115 0.069499 10.0.0.41 - - [2025-11-06 02:30:47] "POST /neutron/network HTTP/1.1" 200 1309 0.040934 10.0.0.41 - - [2025-11-06 02:30:47] "GET /virtual-network/c3dcb230-19b5-40e2-a130-e2b7203801db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3199 0.007817 10.0.0.41 - - [2025-11-06 02:30:47] "GET /virtual-network/986257bb-69de-4ba2-b40d-50320d5e2fee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3803 0.006588 10.0.0.41 - - [2025-11-06 02:30:47] "POST /neutron/network HTTP/1.1" 200 1308 0.014418 10.0.0.41 - - [2025-11-06 02:30:47] "GET /virtual-network/986257bb-69de-4ba2-b40d-50320d5e2fee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.009946 10.0.0.131 - - [2025-11-06 02:30:47] "POST /ref-update HTTP/1.1" 200 156 0.033822 10.0.0.41 - - [2025-11-06 02:30:47] "DELETE /network-policy/fbda8661-7c97-45b1-a3cd-18bed0b7dd5e HTTP/1.1" 200 115 0.071876 10.0.0.41 - - [2025-11-06 02:30:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.008401 10.0.0.131 - - [2025-11-06 02:30:47] "GET /projects?obj_uuids=8a436f49-07d1-4d57-9377-78c9e38e233b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.025679 10.0.0.41 - - [2025-11-06 02:30:47] "GET /project/8a436f49-07d1-4d57-9377-78c9e38e233b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.070559 10.0.0.41 - - [2025-11-06 02:30:48] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-46200780&detail=False&count=False&shared=False HTTP/1.1" 200 1762 0.006972 10.0.0.41 - - [2025-11-06 02:30:48] "DELETE /network-policy/905218f9-cd4c-4af6-b204-286043834c0b HTTP/1.1" 200 115 0.055678 10.0.0.41 - - [2025-11-06 02:30:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004003 10.0.0.131 - - [2025-11-06 02:30:48] "GET /projects?obj_uuids=8a436f49-07d1-4d57-9377-78c9e38e233b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000964 10.0.0.41 - - [2025-11-06 02:30:48] "GET /project/8a436f49-07d1-4d57-9377-78c9e38e233b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.044475 10.0.0.41 - - [2025-11-06 02:30:48] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-46200780&detail=False&count=False&shared=False HTTP/1.1" 200 1529 0.005704 10.0.0.41 - - [2025-11-06 02:30:48] "DELETE /network-policy/3e3a1c61-28ca-46c1-930b-71f7a0333336 HTTP/1.1" 200 115 0.044852 10.0.0.41 - - [2025-11-06 02:30:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003506 10.0.0.131 - - [2025-11-06 02:30:48] "GET /projects?obj_uuids=8a436f49-07d1-4d57-9377-78c9e38e233b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001474 10.0.0.41 - - [2025-11-06 02:30:48] "GET /project/8a436f49-07d1-4d57-9377-78c9e38e233b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.044376 10.0.0.41 - - [2025-11-06 02:30:48] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-46200780&detail=False&count=False&shared=False HTTP/1.1" 200 1296 0.013840 10.0.0.41 - - [2025-11-06 02:30:48] "DELETE /network-policy/a206de70-752f-4671-ae91-df4d2ff681b1 HTTP/1.1" 200 115 0.042922 10.0.0.41 - - [2025-11-06 02:30:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004086 10.0.0.131 - - [2025-11-06 02:30:48] "GET /projects?obj_uuids=8a436f49-07d1-4d57-9377-78c9e38e233b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001671 10.0.0.41 - - [2025-11-06 02:30:48] "GET /project/8a436f49-07d1-4d57-9377-78c9e38e233b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.049704 10.0.0.41 - - [2025-11-06 02:30:48] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-46200780&detail=False&count=False&shared=False HTTP/1.1" 200 1062 0.005729 10.0.0.41 - - [2025-11-06 02:30:48] "DELETE /network-policy/1d66f9e4-35da-40df-a89d-7dc86a177544 HTTP/1.1" 200 115 0.048396 10.0.0.41 - - [2025-11-06 02:30:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004791 10.0.0.131 - - [2025-11-06 02:30:48] "GET /projects?obj_uuids=8a436f49-07d1-4d57-9377-78c9e38e233b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001349 10.0.0.41 - - [2025-11-06 02:30:48] "GET /project/8a436f49-07d1-4d57-9377-78c9e38e233b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.057145 10.0.0.41 - - [2025-11-06 02:30:48] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-46200780&detail=False&count=False&shared=False HTTP/1.1" 200 829 0.007951 10.0.0.41 - - [2025-11-06 02:30:49] "DELETE /network-policy/659b6330-9d91-4ea7-b45c-97d1d2dde816 HTTP/1.1" 200 115 0.052917 10.0.0.41 - - [2025-11-06 02:30:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004885 10.0.0.131 - - [2025-11-06 02:30:49] "GET /projects?obj_uuids=8a436f49-07d1-4d57-9377-78c9e38e233b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001763 10.0.0.41 - - [2025-11-06 02:30:49] "GET /project/8a436f49-07d1-4d57-9377-78c9e38e233b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.053652 10.0.0.41 - - [2025-11-06 02:30:49] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-46200780&detail=False&count=False&shared=False HTTP/1.1" 200 596 0.007309 10.0.0.41 - - [2025-11-06 02:30:49] "DELETE /network-policy/a4842b7a-c466-4bfd-9b41-260230e496fb HTTP/1.1" 200 115 0.051959 10.0.0.41 - - [2025-11-06 02:30:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004593 10.0.0.131 - - [2025-11-06 02:30:49] "GET /projects?obj_uuids=8a436f49-07d1-4d57-9377-78c9e38e233b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000991 10.0.0.41 - - [2025-11-06 02:30:49] "GET /project/8a436f49-07d1-4d57-9377-78c9e38e233b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.041691 10.0.0.41 - - [2025-11-06 02:30:49] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-46200780&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.005196 10.0.0.41 - - [2025-11-06 02:30:49] "DELETE /network-policy/e43fe035-15e9-4c93-a973-ef9a77eb9349 HTTP/1.1" 200 115 0.050844 10.0.0.41 - - [2025-11-06 02:30:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.005949 10.0.0.131 - - [2025-11-06 02:30:49] "GET /projects?obj_uuids=8a436f49-07d1-4d57-9377-78c9e38e233b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001000 10.0.0.41 - - [2025-11-06 02:30:49] "GET /project/8a436f49-07d1-4d57-9377-78c9e38e233b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.055140 10.0.0.41 - - [2025-11-06 02:30:49] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-46200780&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.007573 10.0.0.41 - - [2025-11-06 02:30:50] "POST /neutron/network HTTP/1.1" 200 1309 0.014802 10.0.0.131 - - [2025-11-06 02:30:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005270 10.0.0.131 - - [2025-11-06 02:30:50] "POST /useragent-kv HTTP/1.1" 200 115 0.003574 10.0.0.131 - - [2025-11-06 02:30:50] "POST /useragent-kv HTTP/1.1" 200 115 0.002958 10.0.0.131 - - [2025-11-06 02:30:50] "POST /useragent-kv HTTP/1.1" 200 115 0.004715 10.0.0.131 - - [2025-11-06 02:30:50] "POST /useragent-kv HTTP/1.1" 200 115 0.006555 10.0.0.131 - - [2025-11-06 02:30:50] "POST /useragent-kv HTTP/1.1" 200 115 0.004203 10.0.0.131 - - [2025-11-06 02:30:50] "POST /useragent-kv HTTP/1.1" 200 115 0.003634 10.0.0.41 - - [2025-11-06 02:30:50] "POST /neutron/network HTTP/1.1" 200 151 0.199770 10.0.0.131 - - [2025-11-06 02:30:50] "DELETE /route-target/87a99a6c-4f91-4d4a-a1de-f4995f5a04e6 HTTP/1.1" 200 115 0.056953 10.0.0.41 - - [2025-11-06 02:30:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004459 10.0.0.41 - - [2025-11-06 02:30:51] "DELETE /network-ipam/c1b0e9c0-3308-4b10-a383-db40aae963c9 HTTP/1.1" 200 115 0.048612 10.0.0.41 - - [2025-11-06 02:30:51] "POST /fqname-to-id HTTP/1.1" 404 252 0.004695 10.0.0.131 - - [2025-11-06 02:30:51] "GET /projects?obj_uuids=8a436f49-07d1-4d57-9377-78c9e38e233b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000977 10.0.0.131 - - [2025-11-06 02:30:51] "GET /project/8a436f49-07d1-4d57-9377-78c9e38e233b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.048406 10.0.0.131 - - [2025-11-06 02:30:51] "GET /projects?obj_uuids=8a436f49-07d1-4d57-9377-78c9e38e233b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001068 10.0.0.131 - - [2025-11-06 02:30:51] "GET /project/8a436f49-07d1-4d57-9377-78c9e38e233b?fields=security_groups HTTP/1.1" 200 1387 0.049118 10.0.0.131 - - [2025-11-06 02:30:51] "DELETE /security-group/a6c4614e-842b-423e-a91d-c41bfcfe2a66 HTTP/1.1" 200 115 0.064714 10.0.0.131 - - [2025-11-06 02:30:51] "GET /projects?obj_uuids=8a436f49-07d1-4d57-9377-78c9e38e233b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001549 10.0.0.131 - - [2025-11-06 02:30:51] "DELETE /access-control-list/70eef2a3-ff48-42a7-9e05-aba8b34d1f2e HTTP/1.1" 200 115 0.065262 10.0.0.131 - - [2025-11-06 02:30:51] "GET /project/8a436f49-07d1-4d57-9377-78c9e38e233b?fields=application_policy_sets HTTP/1.1" 200 1426 0.084965 10.0.0.41 - - [2025-11-06 02:30:52] "DELETE /project/8a436f49-07d1-4d57-9377-78c9e38e233b HTTP/1.1" 200 115 0.491732 10.0.0.131 - - [2025-11-06 02:30:52] "GET /domains?obj_uuids=dd557474-6eee-442f-acdf-559f4d754f9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000905 10.0.0.41 - - [2025-11-06 02:30:52] "GET /domain/dd557474-6eee-442f-acdf-559f4d754f9d?fields=projects HTTP/1.1" 200 1443 0.010805 10.0.0.41 - - [2025-11-06 02:30:57] "POST /fqname-to-id HTTP/1.1" 404 225 0.005075 10.0.0.131 - - [2025-11-06 02:30:57] "POST /id-to-fqname HTTP/1.1" 200 198 0.005452 10.0.0.131 - - [2025-11-06 02:30:57] "POST /fqname-to-id HTTP/1.1" 404 207 0.006102 10.0.0.131 - - [2025-11-06 02:30:57] "POST /security-groups HTTP/1.1" 200 599 0.038805 10.0.0.131 - - [2025-11-06 02:30:57] "POST /projects HTTP/1.1" 200 601 0.266560 10.0.0.41 - - [2025-11-06 02:30:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.296670 10.0.0.131 - - [2025-11-06 02:30:57] "POST /access-control-lists HTTP/1.1" 200 606 0.030701 10.0.0.131 - - [2025-11-06 02:30:57] "GET /projects?obj_uuids=8a436f49-07d1-4d57-9377-78c9e38e233b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001217 10.0.0.41 - - [2025-11-06 02:30:57] "GET /project/8a436f49-07d1-4d57-9377-78c9e38e233b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.064514 10.0.0.41 - - [2025-11-06 02:30:57] "POST /network-policys HTTP/1.1" 200 561 0.030198 10.0.0.41 - - [2025-11-06 02:30:57] "GET /network-policy/f81cc2b1-a74a-44ce-a0f4-9fafdc49281d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3108 0.006518 10.0.0.41 - - [2025-11-06 02:30:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003830 10.0.0.131 - - [2025-11-06 02:30:57] "GET /projects?obj_uuids=8a436f49-07d1-4d57-9377-78c9e38e233b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001105 10.0.0.41 - - [2025-11-06 02:30:57] "GET /project/8a436f49-07d1-4d57-9377-78c9e38e233b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.047919 10.0.0.41 - - [2025-11-06 02:30:58] "POST /neutron/network HTTP/1.1" 200 117 0.016725 10.0.0.131 - - [2025-11-06 02:30:58] "POST /route-targets HTTP/1.1" 200 328 0.014464 10.0.0.131 - - [2025-11-06 02:30:58] "POST /fqname-to-id HTTP/1.1" 404 207 0.007254 10.0.0.131 - - [2025-11-06 02:30:58] "POST /useragent-kv HTTP/1.1" 200 115 0.014996 10.0.0.41 - - [2025-11-06 02:30:58] "POST /neutron/subnet HTTP/1.1" 200 828 0.255809 10.0.0.41 - - [2025-11-06 02:30:58] "POST /id-to-fqname HTTP/1.1" 200 229 0.001359 10.0.0.41 - - [2025-11-06 02:30:58] "GET /virtual-network/687065e1-318f-47cd-acba-04d56fdf0d88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005651 10.0.0.41 - - [2025-11-06 02:30:58] "GET /virtual-network/687065e1-318f-47cd-acba-04d56fdf0d88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005685 10.0.0.41 - - [2025-11-06 02:30:58] "POST /neutron/network HTTP/1.1" 200 1007 0.011907 10.0.0.41 - - [2025-11-06 02:30:58] "POST /neutron/network HTTP/1.1" 200 1007 0.010272 10.0.0.41 - - [2025-11-06 02:30:58] "GET /virtual-network/687065e1-318f-47cd-acba-04d56fdf0d88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2959 0.008642 10.0.0.41 - - [2025-11-06 02:30:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003044 10.0.0.131 - - [2025-11-06 02:30:59] "POST /access-control-lists HTTP/1.1" 200 601 0.097550 10.0.0.41 - - [2025-11-06 02:30:59] "GET /network-policy/f81cc2b1-a74a-44ce-a0f4-9fafdc49281d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3108 0.005020 10.0.0.41 - - [2025-11-06 02:30:59] "GET /virtual-network/687065e1-318f-47cd-acba-04d56fdf0d88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2959 0.006269 10.0.0.41 - - [2025-11-06 02:30:59] "POST /id-to-fqname HTTP/1.1" 200 229 0.001363 10.0.0.41 - - [2025-11-06 02:30:59] "POST /neutron/network HTTP/1.1" 200 1116 0.007011 10.0.0.131 - - [2025-11-06 02:31:00] "GET /projects?obj_uuids=8a436f49-07d1-4d57-9377-78c9e38e233b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000993 10.0.0.41 - - [2025-11-06 02:31:00] "GET /project/8a436f49-07d1-4d57-9377-78c9e38e233b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.068453 10.0.0.41 - - [2025-11-06 02:31:00] "POST /neutron/port HTTP/1.1" 200 117 0.009734 10.0.0.41 - - [2025-11-06 02:31:00] "POST /id-to-fqname HTTP/1.1" 200 229 0.001449 10.0.0.41 - - [2025-11-06 02:31:01] "POST /neutron/network HTTP/1.1" 200 1116 0.010111 10.0.0.131 - - [2025-11-06 02:31:01] "GET /projects?obj_uuids=8a436f49-07d1-4d57-9377-78c9e38e233b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001554 10.0.0.41 - - [2025-11-06 02:31:01] "POST /neutron/port HTTP/1.1" 200 1174 0.033230 10.0.0.41 - - [2025-11-06 02:31:01] "GET /project/8a436f49-07d1-4d57-9377-78c9e38e233b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.095165 10.0.0.41 - - [2025-11-06 02:31:01] "POST /neutron/port HTTP/1.1" 200 1202 0.025446 10.0.0.41 - - [2025-11-06 02:31:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004961 10.0.0.41 - - [2025-11-06 02:31:02] "POST /neutron/port HTTP/1.1" 200 117 0.001407 10.0.0.41 - - [2025-11-06 02:31:02] "POST /neutron/network HTTP/1.1" 200 1106 0.011690 10.0.0.41 - - [2025-11-06 02:31:02] "POST /neutron/network HTTP/1.1" 200 1116 0.008746 10.0.0.41 - - [2025-11-06 02:31:02] "POST /neutron/port HTTP/1.1" 200 1174 0.056403 10.0.0.41 - - [2025-11-06 02:31:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006671 10.0.0.41 - - [2025-11-06 02:31:03] "POST /neutron/port HTTP/1.1" 200 117 0.001733 10.0.0.41 - - [2025-11-06 02:31:07] "POST /neutron/port HTTP/1.1" 200 1202 0.017901 10.0.0.41 - - [2025-11-06 02:31:07] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008893 10.0.0.41 - - [2025-11-06 02:31:07] "GET /virtual-machine/c5eea4f7-e030-4fa7-aa87-483ad4932471 HTTP/1.1" 200 1303 0.007361 10.0.0.41 - - [2025-11-06 02:31:07] "GET /virtual-machine-interface/5b67a18d-3a5b-4ac8-8aeb-3c92fe8622cd HTTP/1.1" 200 3186 0.007131 10.0.0.41 - - [2025-11-06 02:31:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004439 10.0.0.41 - - [2025-11-06 02:31:07] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004654 10.0.0.41 - - [2025-11-06 02:31:07] "GET /virtual-networks?parent_id=8a436f49-07d1-4d57-9377-78c9e38e233b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003752 10.0.0.41 - - [2025-11-06 02:31:07] "GET /virtual-network/687065e1-318f-47cd-acba-04d56fdf0d88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2959 0.008533 10.0.0.41 - - [2025-11-06 02:31:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004557 10.0.0.41 - - [2025-11-06 02:31:10] "GET /virtual-network/687065e1-318f-47cd-acba-04d56fdf0d88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2959 0.006419 10.0.0.38 - - [2025-11-06 02:31:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000456 10.0.0.131 - - [2025-11-06 02:31:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000428 10.0.0.38 - - [2025-11-06 02:31:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000603 10.0.0.131 - - [2025-11-06 02:31:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000515 10.0.0.131 - - [2025-11-06 02:31:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000508 10.0.0.131 - - [2025-11-06 02:31:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000435 10.0.0.38 - - [2025-11-06 02:31:12] "GET /global-system-configs HTTP/1.1" 401 292 0.001069 10.0.0.38 - - [2025-11-06 02:31:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000415 10.0.0.41 - - [2025-11-06 02:31:12] "POST /neutron/port HTTP/1.1" 200 1202 0.017550 10.0.0.41 - - [2025-11-06 02:31:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004884 10.0.0.41 - - [2025-11-06 02:31:13] "POST /neutron/port HTTP/1.1" 200 117 0.001740 10.0.0.41 - - [2025-11-06 02:31:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000398 10.0.0.41 - - [2025-11-06 02:31:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000374 10.0.0.41 - - [2025-11-06 02:31:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005338 10.0.0.41 - - [2025-11-06 02:31:14] "GET /virtual-network/687065e1-318f-47cd-acba-04d56fdf0d88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2959 0.010450 10.0.0.41 - - [2025-11-06 02:31:14] "GET /global-system-configs HTTP/1.1" 401 292 0.000589 10.0.0.41 - - [2025-11-06 02:31:14] "GET /global-system-configs HTTP/1.1" 401 292 0.000572 10.0.0.131 - - [2025-11-06 02:31:15] "DELETE /project/8a436f4907d14d57937778c9e38e233b HTTP/1.1" 404 173 0.029656 10.0.0.41 - - [2025-11-06 02:31:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004157 10.0.0.41 - - [2025-11-06 02:31:18] "GET /virtual-network/687065e1-318f-47cd-acba-04d56fdf0d88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2959 0.005590 10.0.0.41 - - [2025-11-06 02:31:20] "GET /obj-perms HTTP/1.1" 200 5056 0.046211 10.0.0.41 - - [2025-11-06 02:31:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004487 10.0.0.41 - - [2025-11-06 02:31:22] "GET /virtual-network/687065e1-318f-47cd-acba-04d56fdf0d88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2959 0.005577 10.0.0.41 - - [2025-11-06 02:31:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004075 10.0.0.41 - - [2025-11-06 02:31:27] "GET /virtual-network/687065e1-318f-47cd-acba-04d56fdf0d88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2959 0.005990 10.0.0.41 - - [2025-11-06 02:31:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004127 10.0.0.41 - - [2025-11-06 02:31:31] "GET /virtual-network/687065e1-318f-47cd-acba-04d56fdf0d88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2959 0.005744 10.0.0.41 - - [2025-11-06 02:31:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003992 10.0.0.41 - - [2025-11-06 02:31:35] "GET /virtual-network/687065e1-318f-47cd-acba-04d56fdf0d88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2959 0.006040 10.0.0.41 - - [2025-11-06 02:31:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004515 10.0.0.41 - - [2025-11-06 02:31:39] "GET /virtual-network/687065e1-318f-47cd-acba-04d56fdf0d88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2959 0.006138 10.0.0.41 - - [2025-11-06 02:31:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004627 10.0.0.41 - - [2025-11-06 02:31:43] "GET /virtual-network/687065e1-318f-47cd-acba-04d56fdf0d88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2959 0.007383 10.0.0.41 - - [2025-11-06 02:31:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.006497 10.0.0.41 - - [2025-11-06 02:31:45] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003741 10.0.0.41 - - [2025-11-06 02:31:45] "GET /virtual-networks?parent_id=8a436f49-07d1-4d57-9377-78c9e38e233b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.010235 10.0.0.41 - - [2025-11-06 02:31:45] "GET /virtual-network/687065e1-318f-47cd-acba-04d56fdf0d88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2959 0.005992 10.0.0.41 - - [2025-11-06 02:31:45] "POST /neutron/port HTTP/1.1" 200 1202 0.018133 10.0.0.41 - - [2025-11-06 02:31:50] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007975 10.0.0.41 - - [2025-11-06 02:31:54] "POST /neutron/port HTTP/1.1" 200 1202 0.014507 10.0.0.41 - - [2025-11-06 02:31:56] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010213 10.0.0.41 - - [2025-11-06 02:32:04] "POST /neutron/port HTTP/1.1" 200 1202 0.020476 10.0.0.41 - - [2025-11-06 02:32:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004644 10.0.0.41 - - [2025-11-06 02:32:04] "POST /neutron/port HTTP/1.1" 200 117 0.001187 10.0.0.41 - - [2025-11-06 02:32:06] "POST /neutron/port HTTP/1.1" 200 1202 0.019281 10.0.0.41 - - [2025-11-06 02:32:06] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008551 10.0.0.41 - - [2025-11-06 02:32:06] "GET /virtual-machine/828ec50b-a0be-40e6-9388-3e91639e129f HTTP/1.1" 200 1302 0.006577 10.0.0.41 - - [2025-11-06 02:32:06] "GET /virtual-machine-interface/8d6cc698-a6d0-481f-acc5-b5b83a9446af HTTP/1.1" 200 3187 0.005742 10.0.0.41 - - [2025-11-06 02:32:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003956 10.0.0.41 - - [2025-11-06 02:32:06] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004385 10.0.0.41 - - [2025-11-06 02:32:06] "GET /virtual-networks?parent_id=8a436f49-07d1-4d57-9377-78c9e38e233b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.004645 10.0.0.41 - - [2025-11-06 02:32:06] "GET /virtual-network/687065e1-318f-47cd-acba-04d56fdf0d88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2959 0.006297 10.0.0.41 - - [2025-11-06 02:32:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003460 10.0.0.41 - - [2025-11-06 02:32:07] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003609 10.0.0.41 - - [2025-11-06 02:32:07] "GET /virtual-networks?parent_id=8a436f49-07d1-4d57-9377-78c9e38e233b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002849 10.0.0.41 - - [2025-11-06 02:32:07] "GET /virtual-network/687065e1-318f-47cd-acba-04d56fdf0d88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2959 0.005899 10.0.0.41 - - [2025-11-06 02:32:13] "POST /neutron/port HTTP/1.1" 200 1202 0.020288 10.0.0.41 - - [2025-11-06 02:32:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005571 10.0.0.41 - - [2025-11-06 02:32:14] "POST /neutron/port HTTP/1.1" 200 117 0.001601 10.0.0.131 - - [2025-11-06 02:32:21] "GET /obj-perms HTTP/1.1" 200 5056 0.048173 10.0.0.41 - - [2025-11-06 02:32:33] "GET /virtual-network/687065e1-318f-47cd-acba-04d56fdf0d88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2959 0.009838 10.0.0.41 - - [2025-11-06 02:32:33] "POST /neutron/network HTTP/1.1" 200 1106 0.014848 10.0.0.41 - - [2025-11-06 02:32:33] "GET /virtual-network/687065e1-318f-47cd-acba-04d56fdf0d88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.008261 10.0.0.41 - - [2025-11-06 02:32:33] "POST /neutron/network HTTP/1.1" 200 1007 0.009551 10.0.0.41 - - [2025-11-06 02:32:34] "POST /neutron/port HTTP/1.1" 200 1228 0.017261 10.0.0.41 - - [2025-11-06 02:32:34] "POST /neutron/port HTTP/1.1" 200 1228 0.016821 10.0.0.131 - - [2025-11-06 02:32:36] "POST /useragent-kv HTTP/1.1" 200 115 0.006607 10.0.0.131 - - [2025-11-06 02:32:36] "POST /useragent-kv HTTP/1.1" 200 115 0.003221 10.0.0.131 - - [2025-11-06 02:32:36] "POST /useragent-kv HTTP/1.1" 200 115 0.003928 10.0.0.131 - - [2025-11-06 02:32:36] "POST /useragent-kv HTTP/1.1" 200 115 0.003514 10.0.0.41 - - [2025-11-06 02:32:36] "POST /neutron/network HTTP/1.1" 200 151 0.185055 10.0.0.131 - - [2025-11-06 02:32:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.053812 10.0.0.41 - - [2025-11-06 02:32:36] "DELETE /network-policy/f81cc2b1-a74a-44ce-a0f4-9fafdc49281d HTTP/1.1" 200 115 0.045369 10.0.0.131 - - [2025-11-06 02:32:38] "GET /projects?obj_uuids=8a436f49-07d1-4d57-9377-78c9e38e233b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000976 10.0.0.41 - - [2025-11-06 02:32:39] "GET /project/8a436f49-07d1-4d57-9377-78c9e38e233b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.071747 10.0.0.131 - - [2025-11-06 02:32:39] "GET /projects?obj_uuids=8a436f49-07d1-4d57-9377-78c9e38e233b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001570 10.0.0.41 - - [2025-11-06 02:32:39] "GET /project/8a436f49-07d1-4d57-9377-78c9e38e233b?fields=virtual_networks HTTP/1.1" 200 1050 0.040582 10.0.0.131 - - [2025-11-06 02:32:39] "GET /projects?obj_uuids=8a436f49-07d1-4d57-9377-78c9e38e233b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001396 10.0.0.41 - - [2025-11-06 02:32:39] "GET /project/8a436f49-07d1-4d57-9377-78c9e38e233b?fields=virtual_machine_interfaces HTTP/1.1" 200 1050 0.054751 10.0.0.131 - - [2025-11-06 02:32:39] "GET /projects?obj_uuids=8a436f49-07d1-4d57-9377-78c9e38e233b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001070 10.0.0.41 - - [2025-11-06 02:32:39] "GET /project/8a436f49-07d1-4d57-9377-78c9e38e233b?fields=security_groups HTTP/1.1" 200 1285 0.045846 10.0.0.41 - - [2025-11-06 02:32:40] "POST /fqname-to-id HTTP/1.1" 404 202 0.025792 10.0.0.131 - - [2025-11-06 02:32:40] "GET /projects?obj_uuids=9140b489-17c2-47e3-90aa-709c602cf20f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003094 10.0.0.131 - - [2025-11-06 02:32:40] "GET /domains?obj_uuids=dd557474-6eee-442f-acdf-559f4d754f9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000912 10.0.0.131 - - [2025-11-06 02:32:40] "GET /domain/dd557474-6eee-442f-acdf-559f4d754f9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007156 10.0.0.131 - - [2025-11-06 02:32:40] "POST /id-to-fqname HTTP/1.1" 200 204 0.001188 10.0.0.131 - - [2025-11-06 02:32:40] "POST /fqname-to-id HTTP/1.1" 404 213 0.004742 10.0.0.131 - - [2025-11-06 02:32:40] "POST /security-groups HTTP/1.1" 200 605 0.039390 10.0.0.131 - - [2025-11-06 02:32:40] "POST /projects HTTP/1.1" 200 613 0.272041 10.0.0.131 - - [2025-11-06 02:32:40] "POST /access-control-lists HTTP/1.1" 200 612 0.029831 10.0.0.131 - - [2025-11-06 02:32:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.341043 10.0.0.41 - - [2025-11-06 02:32:40] "GET /project/9140b489-17c2-47e3-90aa-709c602cf20f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1423 0.480856 10.0.0.41 - - [2025-11-06 02:32:41] "GET / HTTP/1.1" 200 36215 0.001650 10.0.0.41 - - [2025-11-06 02:32:45] "GET /project/9140b489-17c2-47e3-90aa-709c602cf20f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000599 10.0.0.131 - - [2025-11-06 02:32:45] "GET /projects?obj_uuids=9140b489-17c2-47e3-90aa-709c602cf20f&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000965 10.0.0.41 - - [2025-11-06 02:32:45] "GET /project/9140b489-17c2-47e3-90aa-709c602cf20f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1423 0.069589 10.0.0.41 - - [2025-11-06 02:32:46] "GET / HTTP/1.1" 200 36215 0.001832 10.0.0.41 - - [2025-11-06 02:32:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004339 10.0.0.131 - - [2025-11-06 02:32:46] "GET /domains?obj_uuids=dd557474-6eee-442f-acdf-559f4d754f9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002183 10.0.0.41 - - [2025-11-06 02:32:46] "GET /domain/dd557474-6eee-442f-acdf-559f4d754f9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.010102 10.0.0.41 - - [2025-11-06 02:32:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003762 10.0.0.131 - - [2025-11-06 02:32:46] "GET /projects?obj_uuids=9140b489-17c2-47e3-90aa-709c602cf20f&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000981 10.0.0.41 - - [2025-11-06 02:32:46] "GET /project/9140b489-17c2-47e3-90aa-709c602cf20f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1423 0.053732 10.0.0.41 - - [2025-11-06 02:32:47] "GET /domains HTTP/1.1" 401 292 0.000445 10.0.0.41 - - [2025-11-06 02:32:47] "GET /domains HTTP/1.1" 200 281 0.028099 10.0.0.131 - - [2025-11-06 02:32:47] "GET /domains?obj_uuids=dd557474-6eee-442f-acdf-559f4d754f9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001678 10.0.0.41 - - [2025-11-06 02:32:47] "GET /domain/dd557474-6eee-442f-acdf-559f4d754f9d HTTP/1.1" 200 2988 0.013174 10.0.0.131 - - [2025-11-06 02:32:48] "GET /projects?obj_uuids=9140b489-17c2-47e3-90aa-709c602cf20f&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001037 10.0.0.41 - - [2025-11-06 02:32:48] "GET /project/9140b489-17c2-47e3-90aa-709c602cf20f HTTP/1.1" 200 1942 0.098052 10.0.0.41 - - [2025-11-06 02:32:48] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.003871 10.0.0.41 - - [2025-11-06 02:32:48] "POST /network-ipams HTTP/1.1" 200 629 0.033369 10.0.0.41 - - [2025-11-06 02:32:48] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 817 0.004076 10.0.0.41 - - [2025-11-06 02:32:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003702 10.0.0.41 - - [2025-11-06 02:32:48] "GET /network-ipam/7d015767-5bec-44cb-9c2a-caed256c9932?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.006290 10.0.0.41 - - [2025-11-06 02:32:48] "PUT /network-ipam/7d015767-5bec-44cb-9c2a-caed256c9932 HTTP/1.1" 200 259 0.013913 10.0.0.41 - - [2025-11-06 02:32:48] "POST /fqname-to-id HTTP/1.1" 401 292 0.000452 10.0.0.41 - - [2025-11-06 02:32:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.026364 10.0.0.131 - - [2025-11-06 02:32:48] "GET /projects?obj_uuids=9140b489-17c2-47e3-90aa-709c602cf20f&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000931 10.0.0.41 - - [2025-11-06 02:32:48] "GET /project/9140b489-17c2-47e3-90aa-709c602cf20f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1423 0.041265 10.0.0.131 - - [2025-11-06 02:32:49] "POST /route-targets HTTP/1.1" 200 328 0.015229 10.0.0.131 - - [2025-11-06 02:32:49] "POST /useragent-kv HTTP/1.1" 200 115 0.007321 10.0.0.41 - - [2025-11-06 02:32:49] "POST /neutron/subnet HTTP/1.1" 200 720 0.229298 10.0.0.131 - - [2025-11-06 02:32:49] "POST /fqname-to-id HTTP/1.1" 404 207 0.005128 10.0.0.41 - - [2025-11-06 02:32:49] "POST /id-to-fqname HTTP/1.1" 200 237 0.001384 10.0.0.41 - - [2025-11-06 02:32:49] "GET /virtual-network/174958a4-38ef-4429-a098-7a632dfe2752?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2686 0.013011 10.0.0.41 - - [2025-11-06 02:32:49] "POST /neutron/network HTTP/1.1" 200 1141 0.018173 10.0.0.41 - - [2025-11-06 02:32:49] "GET /virtual-network/174958a4-38ef-4429-a098-7a632dfe2752?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2686 0.007330 10.0.0.41 - - [2025-11-06 02:32:49] "POST /neutron/subnet HTTP/1.1" 200 828 0.010281 10.0.0.41 - - [2025-11-06 02:32:50] "GET /virtual-network/174958a4-38ef-4429-a098-7a632dfe2752?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2686 0.009758 10.0.0.38 - - [2025-11-06 02:32:51] "GET /obj-perms HTTP/1.1" 200 5021 0.054382 10.0.0.41 - - [2025-11-06 02:32:51] "POST /fqname-to-id HTTP/1.1" 404 231 0.004333 10.0.0.41 - - [2025-11-06 02:32:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003265 10.0.0.131 - - [2025-11-06 02:32:51] "GET /projects?obj_uuids=9140b489-17c2-47e3-90aa-709c602cf20f&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001016 10.0.0.41 - - [2025-11-06 02:32:51] "GET /project/9140b489-17c2-47e3-90aa-709c602cf20f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1423 0.053061 10.0.0.41 - - [2025-11-06 02:32:51] "POST /network-policys HTTP/1.1" 200 567 0.080861 10.0.0.41 - - [2025-11-06 02:32:51] "GET /network-policy/deb10d2c-bca7-4fb2-b91e-096788951438?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4077 0.008191 10.0.0.41 - - [2025-11-06 02:32:52] "POST /fqname-to-id HTTP/1.1" 404 231 0.003344 10.0.0.41 - - [2025-11-06 02:32:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003032 10.0.0.131 - - [2025-11-06 02:32:52] "GET /projects?obj_uuids=9140b489-17c2-47e3-90aa-709c602cf20f&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001126 10.0.0.41 - - [2025-11-06 02:32:52] "GET /project/9140b489-17c2-47e3-90aa-709c602cf20f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1423 0.049471 10.0.0.41 - - [2025-11-06 02:32:52] "POST /network-policys HTTP/1.1" 200 567 0.035517 10.0.0.41 - - [2025-11-06 02:32:52] "GET /network-policy/44ee0e70-4189-420c-a757-2ad76d0ae4f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3112 0.006955 10.0.0.41 - - [2025-11-06 02:32:52] "POST /fqname-to-id HTTP/1.1" 404 231 0.004503 10.0.0.41 - - [2025-11-06 02:32:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004789 10.0.0.131 - - [2025-11-06 02:32:52] "GET /projects?obj_uuids=9140b489-17c2-47e3-90aa-709c602cf20f&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001237 10.0.0.41 - - [2025-11-06 02:32:52] "GET /project/9140b489-17c2-47e3-90aa-709c602cf20f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1423 0.053530 10.0.0.41 - - [2025-11-06 02:32:52] "POST /network-policys HTTP/1.1" 200 567 0.055464 10.0.0.41 - - [2025-11-06 02:32:52] "GET /network-policy/1f5656d6-1e3c-4dcb-979d-acdb241ff9f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2142 0.009051 10.0.0.41 - - [2025-11-06 02:32:53] "POST /neutron/network HTTP/1.1" 200 1339 0.017835 10.0.0.41 - - [2025-11-06 02:32:53] "GET /virtual-network/174958a4-38ef-4429-a098-7a632dfe2752?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3305 0.033559 10.0.0.131 - - [2025-11-06 02:32:53] "POST /access-control-lists HTTP/1.1" 200 613 0.098689 10.0.0.41 - - [2025-11-06 02:32:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.020659 10.0.0.41 - - [2025-11-06 02:32:53] "GET /network-policy/44ee0e70-4189-420c-a757-2ad76d0ae4f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3112 0.004575 10.0.0.41 - - [2025-11-06 02:32:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003786 10.0.0.41 - - [2025-11-06 02:32:53] "GET /network-policy/deb10d2c-bca7-4fb2-b91e-096788951438?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4077 0.004866 10.0.0.41 - - [2025-11-06 02:32:53] "POST /id-to-fqname HTTP/1.1" 200 237 0.001589 10.0.0.131 - - [2025-11-06 02:32:54] "GET /projects?obj_uuids=9140b489-17c2-47e3-90aa-709c602cf20f&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001591 10.0.0.41 - - [2025-11-06 02:32:54] "GET /project/9140b489-17c2-47e3-90aa-709c602cf20f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1423 0.073915 10.0.0.41 - - [2025-11-06 02:32:54] "POST /neutron/port HTTP/1.1" 200 117 0.007914 10.0.0.41 - - [2025-11-06 02:32:54] "POST /neutron/network HTTP/1.1" 200 1349 0.009441 10.0.0.41 - - [2025-11-06 02:32:55] "POST /neutron/port HTTP/1.1" 200 1180 0.026843 10.0.0.41 - - [2025-11-06 02:32:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004338 10.0.0.41 - - [2025-11-06 02:32:55] "POST /neutron/port HTTP/1.1" 200 117 0.001300 10.0.0.131 - - [2025-11-06 02:32:59] "DELETE /access-control-list/895e2c0d-f4a4-4e87-b941-5ebcc3a30819 HTTP/1.1" 200 115 0.056500 10.0.0.41 - - [2025-11-06 02:32:59] "POST /neutron/port HTTP/1.1" 200 1208 0.034452 10.0.0.41 - - [2025-11-06 02:32:59] "POST /neutron/security_group HTTP/1.1" 200 2072 0.012048 10.0.0.41 - - [2025-11-06 02:32:59] "GET /virtual-machine/6b9ad2fe-6391-495f-8c94-e45d827f5819 HTTP/1.1" 401 292 0.000448 10.0.0.41 - - [2025-11-06 02:33:00] "GET /virtual-machine/6b9ad2fe-6391-495f-8c94-e45d827f5819 HTTP/1.1" 200 1308 0.030484 10.0.0.41 - - [2025-11-06 02:33:00] "GET /virtual-machine-interface/8c88e782-8e34-4132-acf5-6693ae1ff6dd HTTP/1.1" 200 3186 0.006288 10.0.0.41 - - [2025-11-06 02:33:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005553 10.0.0.41 - - [2025-11-06 02:33:00] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006283 10.0.0.41 - - [2025-11-06 02:33:00] "GET /virtual-networks?parent_id=9140b489-17c2-47e3-90aa-709c602cf20f&detail=False&count=False&shared=False HTTP/1.1" 200 369 0.004782 10.0.0.41 - - [2025-11-06 02:33:00] "GET /virtual-network/174958a4-38ef-4429-a098-7a632dfe2752?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3305 0.008592 10.0.0.41 - - [2025-11-06 02:33:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004529 10.0.0.41 - - [2025-11-06 02:33:03] "GET /virtual-network/174958a4-38ef-4429-a098-7a632dfe2752?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3305 0.008457 10.0.0.41 - - [2025-11-06 02:33:06] "POST /neutron/port HTTP/1.1" 200 1208 0.024614 10.0.0.41 - - [2025-11-06 02:33:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004232 10.0.0.41 - - [2025-11-06 02:33:07] "POST /neutron/port HTTP/1.1" 200 117 0.001817 10.0.0.41 - - [2025-11-06 02:33:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003924 10.0.0.41 - - [2025-11-06 02:33:07] "GET /virtual-network/174958a4-38ef-4429-a098-7a632dfe2752?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3305 0.006191 10.0.0.41 - - [2025-11-06 02:33:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004679 10.0.0.41 - - [2025-11-06 02:33:11] "GET /virtual-network/174958a4-38ef-4429-a098-7a632dfe2752?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3305 0.006165 10.0.0.131 - - [2025-11-06 02:33:15] "DELETE /project/9140b48917c247e390aa709c602cf20f HTTP/1.1" 404 173 0.005393 10.0.0.131 - - [2025-11-06 02:33:15] "DELETE /project/8a436f49-07d1-4d57-9377-78c9e38e233b HTTP/1.1" 404 177 0.004346 10.0.0.41 - - [2025-11-06 02:33:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004838 10.0.0.41 - - [2025-11-06 02:33:15] "GET /virtual-network/174958a4-38ef-4429-a098-7a632dfe2752?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3305 0.006749 10.0.0.41 - - [2025-11-06 02:33:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004022 10.0.0.41 - - [2025-11-06 02:33:19] "GET /virtual-network/174958a4-38ef-4429-a098-7a632dfe2752?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3305 0.006270 10.0.0.41 - - [2025-11-06 02:33:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004102 10.0.0.41 - - [2025-11-06 02:33:23] "GET /virtual-network/174958a4-38ef-4429-a098-7a632dfe2752?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3305 0.006326 10.0.0.41 - - [2025-11-06 02:33:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004115 10.0.0.41 - - [2025-11-06 02:33:28] "GET /virtual-network/174958a4-38ef-4429-a098-7a632dfe2752?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3305 0.005729 10.0.0.41 - - [2025-11-06 02:33:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004745 10.0.0.41 - - [2025-11-06 02:33:32] "GET /virtual-network/174958a4-38ef-4429-a098-7a632dfe2752?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3305 0.007365 10.0.0.41 - - [2025-11-06 02:33:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.005284 10.0.0.41 - - [2025-11-06 02:33:36] "GET /virtual-network/174958a4-38ef-4429-a098-7a632dfe2752?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3305 0.007413 10.0.0.41 - - [2025-11-06 02:33:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004824 10.0.0.41 - - [2025-11-06 02:33:38] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006498 10.0.0.41 - - [2025-11-06 02:33:38] "GET /virtual-networks?parent_id=9140b489-17c2-47e3-90aa-709c602cf20f&detail=False&count=False&shared=False HTTP/1.1" 200 369 0.004698 10.0.0.41 - - [2025-11-06 02:33:38] "GET /virtual-network/174958a4-38ef-4429-a098-7a632dfe2752?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3305 0.007243 10.0.0.41 - - [2025-11-06 02:33:38] "POST /neutron/port HTTP/1.1" 200 1208 0.024358 10.0.0.41 - - [2025-11-06 02:33:43] "POST /neutron/security_group HTTP/1.1" 200 2072 0.019993 10.0.0.41 - - [2025-11-06 02:33:49] "POST /neutron/port HTTP/1.1" 200 1208 0.024904 10.0.0.41 - - [2025-11-06 02:33:54] "POST /neutron/security_group HTTP/1.1" 200 2072 0.009686 10.0.0.41 - - [2025-11-06 02:33:59] "POST /neutron/port HTTP/1.1" 200 1208 0.015356 10.0.0.41 - - [2025-11-06 02:33:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005528 10.0.0.41 - - [2025-11-06 02:33:59] "GET /network-policy/deb10d2c-bca7-4fb2-b91e-096788951438?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4077 0.004225 10.0.0.41 - - [2025-11-06 02:33:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002951 10.0.0.41 - - [2025-11-06 02:33:59] "GET /network-policy/44ee0e70-4189-420c-a757-2ad76d0ae4f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3112 0.005153 10.0.0.41 - - [2025-11-06 02:33:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004853 10.0.0.41 - - [2025-11-06 02:33:59] "GET /network-policy/1f5656d6-1e3c-4dcb-979d-acdb241ff9f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2142 0.004497 10.0.0.41 - - [2025-11-06 02:33:59] "POST /neutron/network HTTP/1.1" 200 1431 0.108448 10.0.0.41 - - [2025-11-06 02:33:59] "GET /virtual-network/174958a4-38ef-4429-a098-7a632dfe2752?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3602 0.014517 10.0.0.41 - - [2025-11-06 02:33:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003375 10.0.0.41 - - [2025-11-06 02:34:00] "GET /network-policy/1f5656d6-1e3c-4dcb-979d-acdb241ff9f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2142 0.004539 10.0.0.41 - - [2025-11-06 02:34:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003681 10.0.0.41 - - [2025-11-06 02:34:00] "GET /network-policy/44ee0e70-4189-420c-a757-2ad76d0ae4f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3112 0.004892 10.0.0.41 - - [2025-11-06 02:34:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003093 10.0.0.41 - - [2025-11-06 02:34:00] "GET /network-policy/deb10d2c-bca7-4fb2-b91e-096788951438?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4077 0.004463 10.0.0.41 - - [2025-11-06 02:34:05] "GET /virtual-network/174958a4-38ef-4429-a098-7a632dfe2752?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3602 0.006032 10.0.0.131 - - [2025-11-06 02:34:05] "POST /fqname-to-id HTTP/1.1" 404 207 0.008932 10.0.0.41 - - [2025-11-06 02:34:05] "POST /neutron/network HTTP/1.1" 200 1141 0.163085 10.0.0.41 - - [2025-11-06 02:34:05] "GET /virtual-network/174958a4-38ef-4429-a098-7a632dfe2752?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2686 0.007514 10.0.0.41 - - [2025-11-06 02:34:08] "POST /neutron/port HTTP/1.1" 200 1208 0.021221 10.0.0.41 - - [2025-11-06 02:34:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004466 10.0.0.41 - - [2025-11-06 02:34:09] "POST /neutron/port HTTP/1.1" 200 117 0.001286 10.0.0.41 - - [2025-11-06 02:34:10] "GET /virtual-machine/6b9ad2fe-6391-495f-8c94-e45d827f5819 HTTP/1.1" 200 1308 0.004626 10.0.0.41 - - [2025-11-06 02:34:11] "POST /neutron/port HTTP/1.1" 200 1234 0.018339 10.0.0.41 - - [2025-11-06 02:34:12] "GET /virtual-machine/6b9ad2fe-6391-495f-8c94-e45d827f5819 HTTP/1.1" 404 171 0.003690 10.0.0.41 - - [2025-11-06 02:34:12] "GET /virtual-machine/6b9ad2fe-6391-495f-8c94-e45d827f5819 HTTP/1.1" 404 171 0.003737 10.0.0.41 - - [2025-11-06 02:34:12] "GET /virtual-machine/6b9ad2fe-6391-495f-8c94-e45d827f5819 HTTP/1.1" 404 171 0.003616 10.0.0.41 - - [2025-11-06 02:34:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004529 10.0.0.41 - - [2025-11-06 02:34:12] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004688 10.0.0.41 - - [2025-11-06 02:34:12] "GET /virtual-networks?parent_id=9140b489-17c2-47e3-90aa-709c602cf20f&detail=False&count=False&shared=False HTTP/1.1" 200 369 0.003622 10.0.0.41 - - [2025-11-06 02:34:12] "GET /virtual-network/174958a4-38ef-4429-a098-7a632dfe2752?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2686 0.010243 10.0.0.41 - - [2025-11-06 02:34:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004307 10.0.0.41 - - [2025-11-06 02:34:12] "GET /routing-instance/8971f736-95b1-40ce-af5d-3ba13549d58e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1504 0.014596 10.0.0.41 - - [2025-11-06 02:34:12] "GET /route-target/e1b141af-3798-4d5d-9acd-038aed142df9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.006056 10.0.0.41 - - [2025-11-06 02:34:13] "GET /obj-perms HTTP/1.1" 200 5021 0.047662 10.0.0.131 - - [2025-11-06 02:34:16] "GET /obj-perms HTTP/1.1" 200 5021 0.061601 10.0.0.41 - - [2025-11-06 02:34:16] "GET /obj-perms HTTP/1.1" 200 5021 0.005643 10.0.0.41 - - [2025-11-06 02:34:16] "DELETE /network-policy/1f5656d6-1e3c-4dcb-979d-acdb241ff9f8 HTTP/1.1" 200 115 0.042837 10.0.0.41 - - [2025-11-06 02:34:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.007737 10.0.0.131 - - [2025-11-06 02:34:16] "GET /projects?obj_uuids=9140b489-17c2-47e3-90aa-709c602cf20f&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001091 10.0.0.41 - - [2025-11-06 02:34:16] "GET /project/9140b489-17c2-47e3-90aa-709c602cf20f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1423 0.041396 10.0.0.41 - - [2025-11-06 02:34:16] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-46088533&detail=False&count=False&shared=False HTTP/1.1" 200 608 0.005862 10.0.0.41 - - [2025-11-06 02:34:16] "DELETE /network-policy/44ee0e70-4189-420c-a757-2ad76d0ae4f2 HTTP/1.1" 200 115 0.047734 10.0.0.41 - - [2025-11-06 02:34:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003446 10.0.0.131 - - [2025-11-06 02:34:16] "GET /projects?obj_uuids=9140b489-17c2-47e3-90aa-709c602cf20f&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001534 10.0.0.41 - - [2025-11-06 02:34:16] "GET /project/9140b489-17c2-47e3-90aa-709c602cf20f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1423 0.053041 10.0.0.41 - - [2025-11-06 02:34:17] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-46088533&detail=False&count=False&shared=False HTTP/1.1" 200 369 0.007649 10.0.0.41 - - [2025-11-06 02:34:17] "DELETE /network-policy/deb10d2c-bca7-4fb2-b91e-096788951438 HTTP/1.1" 200 115 0.059036 10.0.0.41 - - [2025-11-06 02:34:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.006938 10.0.0.131 - - [2025-11-06 02:34:17] "GET /projects?obj_uuids=9140b489-17c2-47e3-90aa-709c602cf20f&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001177 10.0.0.41 - - [2025-11-06 02:34:17] "GET /project/9140b489-17c2-47e3-90aa-709c602cf20f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1423 0.041945 10.0.0.41 - - [2025-11-06 02:34:17] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-46088533&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.006843 10.0.0.131 - - [2025-11-06 02:34:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005739 10.0.0.131 - - [2025-11-06 02:34:17] "POST /useragent-kv HTTP/1.1" 200 115 0.002857 10.0.0.131 - - [2025-11-06 02:34:17] "POST /useragent-kv HTTP/1.1" 200 115 0.002515 10.0.0.131 - - [2025-11-06 02:34:17] "POST /useragent-kv HTTP/1.1" 200 115 0.002689 10.0.0.131 - - [2025-11-06 02:34:17] "POST /useragent-kv HTTP/1.1" 200 115 0.002664 10.0.0.41 - - [2025-11-06 02:34:17] "POST /neutron/network HTTP/1.1" 200 151 0.172367 10.0.0.41 - - [2025-11-06 02:34:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004487 10.0.0.41 - - [2025-11-06 02:34:17] "DELETE /network-ipam/7d015767-5bec-44cb-9c2a-caed256c9932 HTTP/1.1" 200 115 0.062356 10.0.0.41 - - [2025-11-06 02:34:17] "POST /fqname-to-id HTTP/1.1" 404 264 0.005583 10.0.0.131 - - [2025-11-06 02:34:17] "GET /projects?obj_uuids=9140b489-17c2-47e3-90aa-709c602cf20f&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001371 10.0.0.131 - - [2025-11-06 02:34:17] "GET /project/9140b489-17c2-47e3-90aa-709c602cf20f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1525 0.063356 10.0.0.131 - - [2025-11-06 02:34:17] "GET /projects?obj_uuids=9140b489-17c2-47e3-90aa-709c602cf20f&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001094 10.0.0.131 - - [2025-11-06 02:34:17] "GET /project/9140b489-17c2-47e3-90aa-709c602cf20f?fields=security_groups HTTP/1.1" 200 1406 0.051497 10.0.0.131 - - [2025-11-06 02:34:18] "DELETE /security-group/d89127e9-c3d3-4089-ac83-4057063a6213 HTTP/1.1" 200 115 0.063046 10.0.0.131 - - [2025-11-06 02:34:18] "GET /projects?obj_uuids=9140b489-17c2-47e3-90aa-709c602cf20f&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001525 10.0.0.131 - - [2025-11-06 02:34:18] "GET /project/9140b489-17c2-47e3-90aa-709c602cf20f?fields=application_policy_sets HTTP/1.1" 200 1445 0.080757 10.0.0.131 - - [2025-11-06 02:34:18] "DELETE /access-control-list/dd8da8ae-ba96-4e92-ad86-8e97f612e5e1 HTTP/1.1" 200 115 0.082640 10.0.0.41 - - [2025-11-06 02:34:18] "DELETE /project/9140b489-17c2-47e3-90aa-709c602cf20f HTTP/1.1" 200 115 0.497668 10.0.0.131 - - [2025-11-06 02:34:18] "GET /domains?obj_uuids=dd557474-6eee-442f-acdf-559f4d754f9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002605 10.0.0.41 - - [2025-11-06 02:34:18] "GET /domain/dd557474-6eee-442f-acdf-559f4d754f9d?fields=projects HTTP/1.1" 200 1443 0.014337 10.0.0.131 - - [2025-11-06 02:34:21] "GET /projects?obj_uuids=9140b489-17c2-47e3-90aa-709c602cf20f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003619 10.0.0.131 - - [2025-11-06 02:34:21] "GET /domains?obj_uuids=dd557474-6eee-442f-acdf-559f4d754f9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000975 10.0.0.131 - - [2025-11-06 02:34:21] "GET /domain/dd557474-6eee-442f-acdf-559f4d754f9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.047936 10.0.0.131 - - [2025-11-06 02:34:21] "POST /id-to-fqname HTTP/1.1" 200 204 0.003442 10.0.0.131 - - [2025-11-06 02:34:21] "POST /fqname-to-id HTTP/1.1" 404 213 0.011793 10.0.0.131 - - [2025-11-06 02:34:21] "POST /security-groups HTTP/1.1" 200 605 0.038183 10.0.0.131 - - [2025-11-06 02:34:21] "POST /projects HTTP/1.1" 200 613 0.283146 10.0.0.131 - - [2025-11-06 02:34:21] "POST /fqname-to-id HTTP/1.1" 404 247 0.006344 10.0.0.131 - - [2025-11-06 02:34:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.361882 10.0.0.41 - - [2025-11-06 02:34:21] "GET /project/9140b489-17c2-47e3-90aa-709c602cf20f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1423 0.531181 10.0.0.131 - - [2025-11-06 02:34:21] "GET /projects?obj_uuids=9140b489-17c2-47e3-90aa-709c602cf20f&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.003133 10.0.0.41 - - [2025-11-06 02:34:21] "GET /project/9140b489-17c2-47e3-90aa-709c602cf20f?fields=virtual_networks HTTP/1.1" 200 1063 0.057232 10.0.0.131 - - [2025-11-06 02:34:21] "GET /projects?obj_uuids=9140b489-17c2-47e3-90aa-709c602cf20f&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001856 10.0.0.41 - - [2025-11-06 02:34:21] "GET /project/9140b489-17c2-47e3-90aa-709c602cf20f?fields=virtual_machine_interfaces HTTP/1.1" 200 1063 0.047574 10.0.0.131 - - [2025-11-06 02:34:21] "GET /projects?obj_uuids=9140b489-17c2-47e3-90aa-709c602cf20f&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001167 10.0.0.41 - - [2025-11-06 02:34:21] "GET /project/9140b489-17c2-47e3-90aa-709c602cf20f?fields=security_groups HTTP/1.1" 200 1304 0.048132 10.0.0.41 - - [2025-11-06 02:34:23] "POST /fqname-to-id HTTP/1.1" 404 204 0.034362 10.0.0.131 - - [2025-11-06 02:34:23] "GET /projects?obj_uuids=b5bf870e-2dea-4318-9205-5cfae9296429&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003700 10.0.0.131 - - [2025-11-06 02:34:23] "GET /domains?obj_uuids=dd557474-6eee-442f-acdf-559f4d754f9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001057 10.0.0.131 - - [2025-11-06 02:34:23] "GET /domain/dd557474-6eee-442f-acdf-559f4d754f9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008072 10.0.0.131 - - [2025-11-06 02:34:23] "POST /id-to-fqname HTTP/1.1" 200 206 0.009001 10.0.0.131 - - [2025-11-06 02:34:23] "POST /fqname-to-id HTTP/1.1" 404 215 0.005021 10.0.0.131 - - [2025-11-06 02:34:23] "POST /security-groups HTTP/1.1" 200 607 0.039978 10.0.0.131 - - [2025-11-06 02:34:23] "POST /projects HTTP/1.1" 200 617 0.286878 10.0.0.131 - - [2025-11-06 02:34:23] "POST /access-control-lists HTTP/1.1" 200 614 0.033730 10.0.0.131 - - [2025-11-06 02:34:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.363814 10.0.0.41 - - [2025-11-06 02:34:23] "GET /project/b5bf870e-2dea-4318-9205-5cfae9296429?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1431 0.525139 10.0.0.41 - - [2025-11-06 02:34:24] "GET / HTTP/1.1" 200 36215 0.001774 10.0.0.41 - - [2025-11-06 02:34:27] "POST /fqname-to-id HTTP/1.1" 401 292 0.000707 10.0.0.41 - - [2025-11-06 02:34:28] "POST /fqname-to-id HTTP/1.1" 404 233 0.049126 10.0.0.41 - - [2025-11-06 02:34:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003749 10.0.0.131 - - [2025-11-06 02:34:28] "GET /projects?obj_uuids=b5bf870e-2dea-4318-9205-5cfae9296429&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001141 10.0.0.41 - - [2025-11-06 02:34:28] "GET /project/b5bf870e-2dea-4318-9205-5cfae9296429?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1431 0.067441 10.0.0.41 - - [2025-11-06 02:34:28] "POST /network-policys HTTP/1.1" 200 569 0.030992 10.0.0.41 - - [2025-11-06 02:34:28] "GET /network-policy/7c696ca7-4835-470d-8a36-8f0ab5a8c506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3154 0.007295 10.0.0.41 - - [2025-11-06 02:34:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002982 10.0.0.131 - - [2025-11-06 02:34:28] "GET /projects?obj_uuids=b5bf870e-2dea-4318-9205-5cfae9296429&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001394 10.0.0.41 - - [2025-11-06 02:34:28] "GET /project/b5bf870e-2dea-4318-9205-5cfae9296429?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1431 0.053163 10.0.0.131 - - [2025-11-06 02:34:28] "POST /route-targets HTTP/1.1" 200 328 0.014236 10.0.0.131 - - [2025-11-06 02:34:29] "POST /useragent-kv HTTP/1.1" 200 115 0.009162 10.0.0.41 - - [2025-11-06 02:34:29] "POST /neutron/subnet HTTP/1.1" 200 729 0.256710 10.0.0.41 - - [2025-11-06 02:34:29] "POST /id-to-fqname HTTP/1.1" 200 237 0.001856 10.0.0.41 - - [2025-11-06 02:34:29] "GET /virtual-network/f56a51a4-b9d0-44d6-bfba-11eb253d8f54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2666 0.012112 10.0.0.41 - - [2025-11-06 02:34:29] "POST /neutron/network HTTP/1.1" 200 1017 0.011437 10.0.0.41 - - [2025-11-06 02:34:29] "GET /virtual-network/f56a51a4-b9d0-44d6-bfba-11eb253d8f54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2666 0.006747 10.0.0.41 - - [2025-11-06 02:34:29] "POST /neutron/subnet HTTP/1.1" 200 828 0.012425 10.0.0.131 - - [2025-11-06 02:34:29] "POST /access-control-lists HTTP/1.1" 200 609 0.061830 10.0.0.41 - - [2025-11-06 02:34:29] "POST /neutron/network HTTP/1.1" 200 1124 0.038436 10.0.0.41 - - [2025-11-06 02:34:29] "GET /virtual-network/f56a51a4-b9d0-44d6-bfba-11eb253d8f54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2990 0.010473 10.0.0.41 - - [2025-11-06 02:34:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003955 10.0.0.41 - - [2025-11-06 02:34:29] "GET /network-policy/7c696ca7-4835-470d-8a36-8f0ab5a8c506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3154 0.005726 10.0.0.41 - - [2025-11-06 02:34:30] "GET /virtual-network/f56a51a4-b9d0-44d6-bfba-11eb253d8f54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2990 0.006750 10.0.0.38 - - [2025-11-06 02:34:31] "GET /obj-perms HTTP/1.1" 200 5062 0.066863 10.0.0.131 - - [2025-11-06 02:34:31] "GET /obj-perms HTTP/1.1" 200 5062 0.053618 10.0.0.41 - - [2025-11-06 02:34:31] "DELETE /network-policy/7c696ca7-4835-470d-8a36-8f0ab5a8c506 HTTP/1.1" 409 239 0.009474 10.0.0.131 - - [2025-11-06 02:34:31] "DELETE /route-target/abee9302-8b4d-491d-834d-2c974ca73675 HTTP/1.1" 200 115 0.025055 10.0.0.41 - - [2025-11-06 02:34:32] "DELETE /network-policy/7c696ca7-4835-470d-8a36-8f0ab5a8c506 HTTP/1.1" 200 115 0.037455 10.0.0.41 - - [2025-11-06 02:34:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.013968 10.0.0.131 - - [2025-11-06 02:34:32] "GET /projects?obj_uuids=b5bf870e-2dea-4318-9205-5cfae9296429&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001546 10.0.0.41 - - [2025-11-06 02:34:32] "GET /project/b5bf870e-2dea-4318-9205-5cfae9296429?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1431 0.058971 10.0.0.41 - - [2025-11-06 02:34:32] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyNegativeIpv4v6-51337299&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.007684 10.0.0.131 - - [2025-11-06 02:34:35] "GET /projects?obj_uuids=b5bf870e-2dea-4318-9205-5cfae9296429&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001518 10.0.0.41 - - [2025-11-06 02:34:35] "GET /project/b5bf870e-2dea-4318-9205-5cfae9296429?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1431 0.049284 10.0.0.131 - - [2025-11-06 02:34:35] "GET /projects?obj_uuids=b5bf870e-2dea-4318-9205-5cfae9296429&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001046 10.0.0.41 - - [2025-11-06 02:34:35] "GET /project/b5bf870e-2dea-4318-9205-5cfae9296429?fields=virtual_networks HTTP/1.1" 200 1067 0.053932 10.0.0.131 - - [2025-11-06 02:34:35] "GET /projects?obj_uuids=b5bf870e-2dea-4318-9205-5cfae9296429&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001489 10.0.0.41 - - [2025-11-06 02:34:35] "GET /project/b5bf870e-2dea-4318-9205-5cfae9296429?fields=virtual_machine_interfaces HTTP/1.1" 200 1067 0.047889 10.0.0.131 - - [2025-11-06 02:34:35] "GET /projects?obj_uuids=b5bf870e-2dea-4318-9205-5cfae9296429&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001270 10.0.0.41 - - [2025-11-06 02:34:35] "GET /project/b5bf870e-2dea-4318-9205-5cfae9296429?fields=security_groups HTTP/1.1" 200 1310 0.050314 10.0.0.41 - - [2025-11-06 02:34:36] "POST /fqname-to-id HTTP/1.1" 404 188 0.027835 10.0.0.131 - - [2025-11-06 02:34:36] "GET /projects?obj_uuids=2eb8466e-c0bf-4772-8457-252332950b92&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003211 10.0.0.131 - - [2025-11-06 02:34:36] "GET /domains?obj_uuids=dd557474-6eee-442f-acdf-559f4d754f9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001017 10.0.0.131 - - [2025-11-06 02:34:36] "GET /domain/dd557474-6eee-442f-acdf-559f4d754f9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007995 10.0.0.131 - - [2025-11-06 02:34:36] "POST /id-to-fqname HTTP/1.1" 200 190 0.003119 10.0.0.131 - - [2025-11-06 02:34:36] "POST /fqname-to-id HTTP/1.1" 404 199 0.007447 10.0.0.131 - - [2025-11-06 02:34:36] "POST /security-groups HTTP/1.1" 200 591 0.089847 10.0.0.131 - - [2025-11-06 02:34:36] "POST /projects HTTP/1.1" 200 585 0.326836 10.0.0.131 - - [2025-11-06 02:34:36] "POST /fqname-to-id HTTP/1.1" 404 233 0.004954 10.0.0.131 - - [2025-11-06 02:34:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.404531 10.0.0.41 - - [2025-11-06 02:34:36] "GET /project/2eb8466e-c0bf-4772-8457-252332950b92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.577793 10.0.0.41 - - [2025-11-06 02:34:38] "GET / HTTP/1.1" 200 36215 0.002212 10.0.0.41 - - [2025-11-06 02:34:39] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000499 10.0.0.41 - - [2025-11-06 02:34:40] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.071788 10.0.0.41 - - [2025-11-06 02:34:40] "POST /network-ipams HTTP/1.1" 200 515 0.032988 10.0.0.41 - - [2025-11-06 02:34:40] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 753 0.003802 10.0.0.41 - - [2025-11-06 02:34:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004036 10.0.0.41 - - [2025-11-06 02:34:40] "GET /network-ipam/30720451-f772-4dba-9408-7baa8b382d3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1289 0.006689 10.0.0.41 - - [2025-11-06 02:34:40] "PUT /network-ipam/30720451-f772-4dba-9408-7baa8b382d3d HTTP/1.1" 200 259 0.027362 10.0.0.41 - - [2025-11-06 02:34:40] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 753 0.003781 10.0.0.41 - - [2025-11-06 02:34:40] "POST /network-ipams HTTP/1.1" 200 515 0.036599 10.0.0.41 - - [2025-11-06 02:34:40] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 959 0.003618 10.0.0.41 - - [2025-11-06 02:34:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003562 10.0.0.41 - - [2025-11-06 02:34:40] "GET /network-ipam/ef09311a-064d-4142-8c52-1d786e357d40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1290 0.009385 10.0.0.41 - - [2025-11-06 02:34:40] "PUT /network-ipam/ef09311a-064d-4142-8c52-1d786e357d40 HTTP/1.1" 200 259 0.022702 10.0.0.41 - - [2025-11-06 02:34:40] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 959 0.004547 10.0.0.41 - - [2025-11-06 02:34:40] "POST /network-ipams HTTP/1.1" 200 515 0.039315 10.0.0.41 - - [2025-11-06 02:34:40] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 1166 0.005035 10.0.0.41 - - [2025-11-06 02:34:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004592 10.0.0.41 - - [2025-11-06 02:34:41] "GET /network-ipam/a77b0e4a-f208-4253-8d9b-ce969eb02d22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1290 0.006617 10.0.0.41 - - [2025-11-06 02:34:41] "PUT /network-ipam/a77b0e4a-f208-4253-8d9b-ce969eb02d22 HTTP/1.1" 200 259 0.020394 10.0.0.41 - - [2025-11-06 02:34:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004177 10.0.0.131 - - [2025-11-06 02:34:42] "GET /projects?obj_uuids=2eb8466e-c0bf-4772-8457-252332950b92&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001209 10.0.0.41 - - [2025-11-06 02:34:42] "GET /project/2eb8466e-c0bf-4772-8457-252332950b92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.047141 10.0.0.41 - - [2025-11-06 02:34:42] "POST /neutron/network HTTP/1.1" 200 117 0.039636 10.0.0.131 - - [2025-11-06 02:34:42] "POST /ref-update HTTP/1.1" 200 156 0.032524 10.0.0.41 - - [2025-11-06 02:34:42] "POST /neutron/network HTTP/1.1" 200 821 0.008684 10.0.0.41 - - [2025-11-06 02:34:42] "POST /id-to-fqname HTTP/1.1" 200 221 0.001199 10.0.0.41 - - [2025-11-06 02:34:42] "GET /virtual-network/c1d9aa84-f159-49f2-a8b8-307fe898f1f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005164 10.0.0.41 - - [2025-11-06 02:34:42] "GET /virtual-network/c1d9aa84-f159-49f2-a8b8-307fe898f1f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005840 10.0.0.41 - - [2025-11-06 02:34:42] "POST /neutron/subnet HTTP/1.1" 200 710 0.010494 10.0.0.41 - - [2025-11-06 02:34:42] "GET /virtual-network/c1d9aa84-f159-49f2-a8b8-307fe898f1f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006850 10.0.0.41 - - [2025-11-06 02:34:42] "GET /network-ipam/30720451-f772-4dba-9408-7baa8b382d3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1289 0.003961 10.0.0.41 - - [2025-11-06 02:34:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004417 10.0.0.131 - - [2025-11-06 02:34:42] "GET /projects?obj_uuids=2eb8466e-c0bf-4772-8457-252332950b92&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001070 10.0.0.41 - - [2025-11-06 02:34:42] "GET /project/2eb8466e-c0bf-4772-8457-252332950b92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.053272 10.0.0.131 - - [2025-11-06 02:34:43] "GET /projects?obj_uuids=2eb8466e-c0bf-4772-8457-252332950b92&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001140 10.0.0.41 - - [2025-11-06 02:34:43] "POST /neutron/network HTTP/1.1" 200 607 0.145493 10.0.0.41 - - [2025-11-06 02:34:43] "POST /id-to-fqname HTTP/1.1" 200 221 0.003923 10.0.0.41 - - [2025-11-06 02:34:43] "GET /virtual-network/6f56108d-2517-48a5-8ef6-2e0e3bdf8edd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.009474 10.0.0.41 - - [2025-11-06 02:34:43] "POST /neutron/network HTTP/1.1" 200 825 0.012659 10.0.0.41 - - [2025-11-06 02:34:43] "GET /virtual-network/6f56108d-2517-48a5-8ef6-2e0e3bdf8edd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006755 10.0.0.41 - - [2025-11-06 02:34:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003495 10.0.0.131 - - [2025-11-06 02:34:43] "GET /projects?obj_uuids=2eb8466e-c0bf-4772-8457-252332950b92&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000946 10.0.0.41 - - [2025-11-06 02:34:43] "GET /project/2eb8466e-c0bf-4772-8457-252332950b92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.054727 10.0.0.41 - - [2025-11-06 02:34:43] "POST /neutron/network HTTP/1.1" 200 117 0.016070 10.0.0.131 - - [2025-11-06 02:34:44] "POST /route-targets HTTP/1.1" 200 328 0.016312 10.0.0.41 - - [2025-11-06 02:34:44] "POST /neutron/network HTTP/1.1" 200 824 0.013135 10.0.0.41 - - [2025-11-06 02:34:44] "POST /id-to-fqname HTTP/1.1" 200 221 0.001970 10.0.0.41 - - [2025-11-06 02:34:44] "GET /virtual-network/7869be14-368d-4a9f-8229-499d94e87923?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006704 10.0.0.41 - - [2025-11-06 02:34:44] "GET /virtual-network/7869be14-368d-4a9f-8229-499d94e87923?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.011874 10.0.0.41 - - [2025-11-06 02:34:44] "POST /neutron/subnet HTTP/1.1" 200 725 0.010727 10.0.0.41 - - [2025-11-06 02:34:44] "GET /virtual-network/c1d9aa84-f159-49f2-a8b8-307fe898f1f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006419 10.0.0.41 - - [2025-11-06 02:34:45] "GET /obj-perms HTTP/1.1" 200 5030 0.056191 10.0.0.41 - - [2025-11-06 02:34:46] "GET /virtual-network/6f56108d-2517-48a5-8ef6-2e0e3bdf8edd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.008033 10.0.0.41 - - [2025-11-06 02:34:46] "GET /virtual-network/7869be14-368d-4a9f-8229-499d94e87923?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.012559 10.0.0.38 - - [2025-11-06 02:34:47] "GET /obj-perms HTTP/1.1" 200 5030 0.071540 10.0.0.131 - - [2025-11-06 02:34:47] "GET /obj-perms HTTP/1.1" 200 5030 0.063365 10.0.0.41 - - [2025-11-06 02:34:47] "POST /fqname-to-id HTTP/1.1" 404 215 0.004777 10.0.0.41 - - [2025-11-06 02:34:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004574 10.0.0.131 - - [2025-11-06 02:34:47] "GET /projects?obj_uuids=2eb8466e-c0bf-4772-8457-252332950b92&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001229 10.0.0.41 - - [2025-11-06 02:34:47] "GET /project/2eb8466e-c0bf-4772-8457-252332950b92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.064037 10.0.0.41 - - [2025-11-06 02:34:47] "POST /network-policys HTTP/1.1" 200 555 0.041635 10.0.0.41 - - [2025-11-06 02:34:47] "GET /network-policy/a60744a4-28f0-40a7-a58d-e8f30b95562b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.010789 10.0.0.41 - - [2025-11-06 02:34:47] "POST /fqname-to-id HTTP/1.1" 404 215 0.005242 10.0.0.41 - - [2025-11-06 02:34:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.005441 10.0.0.131 - - [2025-11-06 02:34:47] "GET /projects?obj_uuids=2eb8466e-c0bf-4772-8457-252332950b92&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001472 10.0.0.41 - - [2025-11-06 02:34:47] "GET /project/2eb8466e-c0bf-4772-8457-252332950b92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.098919 10.0.0.41 - - [2025-11-06 02:34:48] "POST /network-policys HTTP/1.1" 200 555 0.038703 10.0.0.41 - - [2025-11-06 02:34:48] "GET /network-policy/5942dd81-8a76-4121-a2d1-ada912ea1a23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2129 0.006495 10.0.0.41 - - [2025-11-06 02:34:48] "POST /fqname-to-id HTTP/1.1" 404 215 0.003146 10.0.0.41 - - [2025-11-06 02:34:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004064 10.0.0.131 - - [2025-11-06 02:34:48] "GET /projects?obj_uuids=2eb8466e-c0bf-4772-8457-252332950b92&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001612 10.0.0.41 - - [2025-11-06 02:34:48] "GET /project/2eb8466e-c0bf-4772-8457-252332950b92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.069059 10.0.0.41 - - [2025-11-06 02:34:48] "POST /network-policys HTTP/1.1" 200 555 0.033263 10.0.0.41 - - [2025-11-06 02:34:48] "GET /network-policy/8ba11836-257f-48a4-a984-163370f5f0de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2124 0.009450 10.0.0.41 - - [2025-11-06 02:34:48] "POST /ref-update HTTP/1.1" 200 156 0.069184 10.0.0.131 - - [2025-11-06 02:34:48] "POST /access-control-lists HTTP/1.1" 200 593 0.057158 10.0.0.41 - - [2025-11-06 02:34:48] "POST /ref-update HTTP/1.1" 200 156 0.085021 10.0.0.131 - - [2025-11-06 02:34:48] "POST /access-control-lists HTTP/1.1" 200 593 0.043206 10.0.0.41 - - [2025-11-06 02:34:49] "POST /neutron/network HTTP/1.1" 200 917 0.014632 10.0.0.41 - - [2025-11-06 02:34:49] "GET /virtual-network/6f56108d-2517-48a5-8ef6-2e0e3bdf8edd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.009624 10.0.0.41 - - [2025-11-06 02:34:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.018434 10.0.0.41 - - [2025-11-06 02:34:49] "GET /network-policy/5942dd81-8a76-4121-a2d1-ada912ea1a23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2129 0.004266 10.0.0.41 - - [2025-11-06 02:34:49] "POST /id-to-fqname HTTP/1.1" 200 221 0.001383 10.0.0.131 - - [2025-11-06 02:34:50] "GET /projects?obj_uuids=2eb8466e-c0bf-4772-8457-252332950b92&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001598 10.0.0.41 - - [2025-11-06 02:34:50] "GET /project/2eb8466e-c0bf-4772-8457-252332950b92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.084710 10.0.0.41 - - [2025-11-06 02:34:50] "POST /neutron/port HTTP/1.1" 200 117 0.008532 10.0.0.41 - - [2025-11-06 02:34:50] "POST /id-to-fqname HTTP/1.1" 200 221 0.001771 10.0.0.41 - - [2025-11-06 02:34:50] "POST /neutron/network HTTP/1.1" 200 927 0.009123 10.0.0.41 - - [2025-11-06 02:34:51] "POST /neutron/port HTTP/1.1" 200 1057 0.026969 10.0.0.131 - - [2025-11-06 02:34:51] "GET /projects?obj_uuids=2eb8466e-c0bf-4772-8457-252332950b92&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002107 10.0.0.41 - - [2025-11-06 02:34:51] "GET /project/2eb8466e-c0bf-4772-8457-252332950b92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.113198 10.0.0.41 - - [2025-11-06 02:34:51] "POST /neutron/port HTTP/1.1" 200 1085 0.061729 10.0.0.41 - - [2025-11-06 02:34:51] "POST /neutron/subnet HTTP/1.1" 200 684 0.012115 10.0.0.41 - - [2025-11-06 02:34:51] "POST /neutron/port HTTP/1.1" 200 1085 0.024723 10.0.0.41 - - [2025-11-06 02:34:51] "POST /id-to-fqname HTTP/1.1" 200 221 0.001735 10.0.0.41 - - [2025-11-06 02:34:51] "POST /neutron/port HTTP/1.1" 200 1085 0.029213 10.0.0.41 - - [2025-11-06 02:34:52] "POST /neutron/network HTTP/1.1" 200 927 0.009699 10.0.0.41 - - [2025-11-06 02:34:52] "POST /neutron/port HTTP/1.1" 200 1061 0.018886 10.0.0.41 - - [2025-11-06 02:34:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005084 10.0.0.41 - - [2025-11-06 02:34:53] "POST /neutron/network HTTP/1.1" 200 917 0.009063 10.0.0.131 - - [2025-11-06 02:34:53] "GET /projects?obj_uuids=2eb8466e-c0bf-4772-8457-252332950b92&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001460 10.0.0.41 - - [2025-11-06 02:34:53] "GET /project/2eb8466e-c0bf-4772-8457-252332950b92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.104741 10.0.0.41 - - [2025-11-06 02:34:53] "POST /neutron/security_group HTTP/1.1" 200 2058 0.017693 10.0.0.41 - - [2025-11-06 02:34:53] "POST /neutron/security_group HTTP/1.1" 200 2058 0.011643 10.0.0.41 - - [2025-11-06 02:34:53] "POST /neutron/port HTTP/1.1" 200 1085 0.020438 10.0.0.131 - - [2025-11-06 02:34:53] "GET /projects?obj_uuids=2eb8466e-c0bf-4772-8457-252332950b92&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002547 10.0.0.41 - - [2025-11-06 02:34:54] "GET /virtual-machine/35c49676-bdd4-41fd-9b1c-29c58a390ca7 HTTP/1.1" 401 292 0.000486 10.0.0.41 - - [2025-11-06 02:34:54] "POST /neutron/port HTTP/1.1" 200 1060 0.393193 10.0.0.41 - - [2025-11-06 02:34:54] "POST /neutron/port HTTP/1.1" 200 1060 0.015221 10.0.0.41 - - [2025-11-06 02:34:54] "GET /virtual-machine/35c49676-bdd4-41fd-9b1c-29c58a390ca7 HTTP/1.1" 200 1294 0.032224 10.0.0.41 - - [2025-11-06 02:34:54] "GET /virtual-machine/35c49676-bdd4-41fd-9b1c-29c58a390ca7 HTTP/1.1" 200 1294 0.004172 10.0.0.41 - - [2025-11-06 02:34:54] "GET /virtual-machine-interface/01e56b1c-05eb-4bbf-a793-4f44539355e6 HTTP/1.1" 200 2950 0.007417 10.0.0.41 - - [2025-11-06 02:34:54] "GET /virtual-machine/35c49676-bdd4-41fd-9b1c-29c58a390ca7 HTTP/1.1" 200 1294 0.010159 10.0.0.41 - - [2025-11-06 02:34:54] "GET /virtual-machine-interface/01e56b1c-05eb-4bbf-a793-4f44539355e6 HTTP/1.1" 200 2950 0.010916 10.0.0.41 - - [2025-11-06 02:34:54] "GET /instance-ip/1b91b19b-5df4-451d-ab16-54819e22c23e HTTP/1.1" 200 1621 0.008744 10.0.0.41 - - [2025-11-06 02:34:54] "GET /virtual-machine/35c49676-bdd4-41fd-9b1c-29c58a390ca7 HTTP/1.1" 200 1294 0.010110 10.0.0.41 - - [2025-11-06 02:34:54] "GET /virtual-machine-interface/01e56b1c-05eb-4bbf-a793-4f44539355e6 HTTP/1.1" 200 2950 0.010097 10.0.0.41 - - [2025-11-06 02:34:54] "GET /instance-ip/1b91b19b-5df4-451d-ab16-54819e22c23e HTTP/1.1" 200 1621 0.006411 10.0.0.41 - - [2025-11-06 02:34:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004736 10.0.0.41 - - [2025-11-06 02:34:54] "POST /neutron/port HTTP/1.1" 200 1088 0.136454 10.0.0.41 - - [2025-11-06 02:34:54] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003513 10.0.0.41 - - [2025-11-06 02:34:54] "GET /virtual-networks?parent_id=2eb8466e-c0bf-4772-8457-252332950b92&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002932 10.0.0.41 - - [2025-11-06 02:34:54] "POST /neutron/port HTTP/1.1" 200 117 0.001210 10.0.0.41 - - [2025-11-06 02:34:54] "GET /virtual-network/c1d9aa84-f159-49f2-a8b8-307fe898f1f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.009413 10.0.0.41 - - [2025-11-06 02:34:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004892 10.0.0.41 - - [2025-11-06 02:34:54] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006687 10.0.0.41 - - [2025-11-06 02:34:54] "GET /virtual-networks?parent_id=2eb8466e-c0bf-4772-8457-252332950b92&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003688 10.0.0.41 - - [2025-11-06 02:34:54] "GET /virtual-network/c1d9aa84-f159-49f2-a8b8-307fe898f1f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.006386 10.0.0.41 - - [2025-11-06 02:34:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005213 10.0.0.41 - - [2025-11-06 02:34:55] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005427 10.0.0.41 - - [2025-11-06 02:34:55] "GET /virtual-networks?parent_id=2eb8466e-c0bf-4772-8457-252332950b92&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.006276 10.0.0.41 - - [2025-11-06 02:34:55] "GET /virtual-network/c1d9aa84-f159-49f2-a8b8-307fe898f1f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.008718 10.0.0.41 - - [2025-11-06 02:34:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003923 10.0.0.41 - - [2025-11-06 02:34:55] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006201 10.0.0.41 - - [2025-11-06 02:34:55] "GET /virtual-networks?parent_id=2eb8466e-c0bf-4772-8457-252332950b92&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004056 10.0.0.41 - - [2025-11-06 02:34:55] "GET /virtual-network/c1d9aa84-f159-49f2-a8b8-307fe898f1f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.008096 10.0.0.41 - - [2025-11-06 02:34:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.006156 10.0.0.41 - - [2025-11-06 02:34:55] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005965 10.0.0.41 - - [2025-11-06 02:34:55] "GET /virtual-networks?parent_id=2eb8466e-c0bf-4772-8457-252332950b92&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.005278 10.0.0.41 - - [2025-11-06 02:34:55] "GET /virtual-network/c1d9aa84-f159-49f2-a8b8-307fe898f1f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.007392 10.0.0.41 - - [2025-11-06 02:34:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005204 10.0.0.41 - - [2025-11-06 02:34:58] "GET /virtual-network/c1d9aa84-f159-49f2-a8b8-307fe898f1f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.011472 10.0.0.131 - - [2025-11-06 02:34:59] "DELETE /access-control-list/ccb4d468-9777-47eb-9635-a999b4334059 HTTP/1.1" 200 115 0.044535 10.0.0.41 - - [2025-11-06 02:35:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005338 10.0.0.41 - - [2025-11-06 02:35:02] "GET /virtual-network/c1d9aa84-f159-49f2-a8b8-307fe898f1f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.008262 10.0.0.41 - - [2025-11-06 02:35:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003785 10.0.0.41 - - [2025-11-06 02:35:06] "GET /virtual-network/c1d9aa84-f159-49f2-a8b8-307fe898f1f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.005879 10.0.0.41 - - [2025-11-06 02:35:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004517 10.0.0.41 - - [2025-11-06 02:35:10] "GET /virtual-network/c1d9aa84-f159-49f2-a8b8-307fe898f1f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.006510 10.0.0.41 - - [2025-11-06 02:35:11] "POST /neutron/port HTTP/1.1" 200 1085 0.048009 10.0.0.41 - - [2025-11-06 02:35:11] "POST /neutron/subnet HTTP/1.1" 200 684 0.012674 10.0.0.41 - - [2025-11-06 02:35:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004089 10.0.0.41 - - [2025-11-06 02:35:14] "GET /virtual-network/c1d9aa84-f159-49f2-a8b8-307fe898f1f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.005872 10.0.0.131 - - [2025-11-06 02:35:15] "DELETE /project/9140b489-17c2-47e3-90aa-709c602cf20f HTTP/1.1" 404 177 0.011930 10.0.0.131 - - [2025-11-06 02:35:15] "DELETE /project/b5bf870e2dea431892055cfae9296429 HTTP/1.1" 404 173 0.012372 10.0.0.131 - - [2025-11-06 02:35:15] "DELETE /project/9140b48917c247e390aa709c602cf20f HTTP/1.1" 404 173 0.015718 10.0.0.131 - - [2025-11-06 02:35:15] "DELETE /project/2eb8466ec0bf47728457252332950b92 HTTP/1.1" 404 173 0.012612 10.0.0.131 - - [2025-11-06 02:35:15] "GET /projects?obj_uuids=b5bf870e-2dea-4318-9205-5cfae9296429&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.003001 10.0.0.131 - - [2025-11-06 02:35:15] "GET /project/b5bf870e-2dea-4318-9205-5cfae9296429?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1533 0.078166 10.0.0.131 - - [2025-11-06 02:35:15] "GET /projects?obj_uuids=b5bf870e-2dea-4318-9205-5cfae9296429&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000967 10.0.0.131 - - [2025-11-06 02:35:15] "GET /project/b5bf870e-2dea-4318-9205-5cfae9296429?fields=security_groups HTTP/1.1" 200 1412 0.048266 10.0.0.131 - - [2025-11-06 02:35:15] "DELETE /security-group/91a4563d-7e00-4733-91fa-c59dfbf9962e HTTP/1.1" 200 115 0.065346 10.0.0.131 - - [2025-11-06 02:35:15] "GET /projects?obj_uuids=b5bf870e-2dea-4318-9205-5cfae9296429&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001523 10.0.0.131 - - [2025-11-06 02:35:15] "GET /project/b5bf870e-2dea-4318-9205-5cfae9296429?fields=application_policy_sets HTTP/1.1" 200 1451 0.056898 10.0.0.131 - - [2025-11-06 02:35:15] "DELETE /access-control-list/18645612-282d-47c1-8019-f06eb9656ae4 HTTP/1.1" 200 115 0.059130 10.0.0.131 - - [2025-11-06 02:35:15] "DELETE /project/b5bf870e-2dea-4318-9205-5cfae9296429 HTTP/1.1" 200 115 0.522089 10.0.0.41 - - [2025-11-06 02:35:16] "POST /neutron/port HTTP/1.1" 200 1089 0.018957 10.0.0.41 - - [2025-11-06 02:35:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005817 10.0.0.41 - - [2025-11-06 02:35:17] "POST /neutron/network HTTP/1.1" 200 917 0.007554 10.0.0.41 - - [2025-11-06 02:35:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005162 10.0.0.41 - - [2025-11-06 02:35:19] "GET /virtual-network/c1d9aa84-f159-49f2-a8b8-307fe898f1f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.007927 10.0.0.41 - - [2025-11-06 02:35:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005104 10.0.0.41 - - [2025-11-06 02:35:23] "GET /virtual-network/c1d9aa84-f159-49f2-a8b8-307fe898f1f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.008855 10.0.0.41 - - [2025-11-06 02:35:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.005010 10.0.0.41 - - [2025-11-06 02:35:27] "GET /virtual-network/c1d9aa84-f159-49f2-a8b8-307fe898f1f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.007074 10.0.0.41 - - [2025-11-06 02:35:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.006305 10.0.0.41 - - [2025-11-06 02:35:31] "GET /virtual-network/c1d9aa84-f159-49f2-a8b8-307fe898f1f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.008145 10.0.0.41 - - [2025-11-06 02:35:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003541 10.0.0.41 - - [2025-11-06 02:35:35] "GET /virtual-network/c1d9aa84-f159-49f2-a8b8-307fe898f1f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.005921 10.0.0.41 - - [2025-11-06 02:35:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003984 10.0.0.41 - - [2025-11-06 02:35:39] "GET /virtual-network/c1d9aa84-f159-49f2-a8b8-307fe898f1f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.005486 10.0.0.41 - - [2025-11-06 02:35:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004258 10.0.0.41 - - [2025-11-06 02:35:41] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004492 10.0.0.41 - - [2025-11-06 02:35:41] "GET /virtual-networks?parent_id=2eb8466e-c0bf-4772-8457-252332950b92&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003573 10.0.0.41 - - [2025-11-06 02:35:41] "GET /virtual-network/c1d9aa84-f159-49f2-a8b8-307fe898f1f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.006901 10.0.0.41 - - [2025-11-06 02:35:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004358 10.0.0.41 - - [2025-11-06 02:35:41] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004357 10.0.0.41 - - [2025-11-06 02:35:41] "GET /virtual-networks?parent_id=2eb8466e-c0bf-4772-8457-252332950b92&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003521 10.0.0.41 - - [2025-11-06 02:35:41] "GET /virtual-network/c1d9aa84-f159-49f2-a8b8-307fe898f1f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.005823 10.0.0.41 - - [2025-11-06 02:35:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003372 10.0.0.41 - - [2025-11-06 02:35:42] "GET /routing-instance/fe8f012f-2b6d-45ec-848e-fe8d06666268?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1789 0.004669 10.0.0.41 - - [2025-11-06 02:35:42] "GET /route-target/9330db52-86df-413d-8163-7cdf4ae59b4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004110 10.0.0.41 - - [2025-11-06 02:35:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.006547 10.0.0.41 - - [2025-11-06 02:35:42] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003896 10.0.0.41 - - [2025-11-06 02:35:42] "GET /virtual-networks?parent_id=2eb8466e-c0bf-4772-8457-252332950b92&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003582 10.0.0.41 - - [2025-11-06 02:35:42] "GET /virtual-network/c1d9aa84-f159-49f2-a8b8-307fe898f1f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.006132 10.0.0.41 - - [2025-11-06 02:35:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003744 10.0.0.41 - - [2025-11-06 02:35:42] "GET /routing-instance/fe8f012f-2b6d-45ec-848e-fe8d06666268?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1789 0.006904 10.0.0.41 - - [2025-11-06 02:35:42] "GET /route-target/9330db52-86df-413d-8163-7cdf4ae59b4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004863 10.0.0.41 - - [2025-11-06 02:35:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004771 10.0.0.41 - - [2025-11-06 02:35:42] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005747 10.0.0.41 - - [2025-11-06 02:35:42] "GET /virtual-networks?parent_id=2eb8466e-c0bf-4772-8457-252332950b92&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.006096 10.0.0.41 - - [2025-11-06 02:35:42] "GET /virtual-network/c1d9aa84-f159-49f2-a8b8-307fe898f1f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.006727 10.0.0.41 - - [2025-11-06 02:35:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003897 10.0.0.41 - - [2025-11-06 02:35:42] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005034 10.0.0.41 - - [2025-11-06 02:35:42] "GET /virtual-networks?parent_id=2eb8466e-c0bf-4772-8457-252332950b92&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003359 10.0.0.41 - - [2025-11-06 02:35:42] "GET /virtual-network/c1d9aa84-f159-49f2-a8b8-307fe898f1f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.007070 10.0.0.41 - - [2025-11-06 02:35:42] "GET /obj-perms HTTP/1.1" 200 5030 0.003796 10.0.0.131 - - [2025-11-06 02:35:42] "GET /obj-perms HTTP/1.1" 200 5030 0.004562 10.0.0.41 - - [2025-11-06 02:35:42] "GET /obj-perms HTTP/1.1" 200 5030 0.005028 10.0.0.131 - - [2025-11-06 02:35:42] "GET /obj-perms HTTP/1.1" 200 5030 0.005170 10.0.0.41 - - [2025-11-06 02:35:42] "GET /obj-perms HTTP/1.1" 200 5030 0.004304 10.0.0.41 - - [2025-11-06 02:35:43] "POST /neutron/port HTTP/1.1" 200 1089 0.021815 10.0.0.41 - - [2025-11-06 02:35:43] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008664 10.0.0.41 - - [2025-11-06 02:35:43] "GET /virtual-machine/3a93cbf2-7f00-4d4c-ad65-9021362e63eb HTTP/1.1" 200 1294 0.007902 10.0.0.41 - - [2025-11-06 02:35:43] "GET /virtual-machine/3a93cbf2-7f00-4d4c-ad65-9021362e63eb HTTP/1.1" 200 1294 0.006183 10.0.0.41 - - [2025-11-06 02:35:43] "GET /virtual-machine-interface/0b4a2932-d067-440b-a5da-d6049aa175c3 HTTP/1.1" 200 2950 0.006896 10.0.0.41 - - [2025-11-06 02:35:43] "GET /virtual-machine/3a93cbf2-7f00-4d4c-ad65-9021362e63eb HTTP/1.1" 200 1294 0.005031 10.0.0.41 - - [2025-11-06 02:35:43] "GET /virtual-machine-interface/0b4a2932-d067-440b-a5da-d6049aa175c3 HTTP/1.1" 200 2950 0.006176 10.0.0.41 - - [2025-11-06 02:35:43] "GET /instance-ip/7717808d-84ec-4540-9d8c-b66123fbdd7f HTTP/1.1" 200 1625 0.006979 10.0.0.41 - - [2025-11-06 02:35:43] "GET /virtual-machine/3a93cbf2-7f00-4d4c-ad65-9021362e63eb HTTP/1.1" 200 1294 0.007362 10.0.0.41 - - [2025-11-06 02:35:43] "GET /virtual-machine-interface/0b4a2932-d067-440b-a5da-d6049aa175c3 HTTP/1.1" 200 2950 0.005667 10.0.0.41 - - [2025-11-06 02:35:43] "GET /instance-ip/7717808d-84ec-4540-9d8c-b66123fbdd7f HTTP/1.1" 200 1625 0.004208 10.0.0.41 - - [2025-11-06 02:35:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003809 10.0.0.41 - - [2025-11-06 02:35:43] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004000 10.0.0.41 - - [2025-11-06 02:35:43] "GET /virtual-networks?parent_id=2eb8466e-c0bf-4772-8457-252332950b92&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003462 10.0.0.41 - - [2025-11-06 02:35:43] "GET /virtual-network/6f56108d-2517-48a5-8ef6-2e0e3bdf8edd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.006436 10.0.0.41 - - [2025-11-06 02:35:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003879 10.0.0.41 - - [2025-11-06 02:35:43] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005230 10.0.0.41 - - [2025-11-06 02:35:43] "GET /virtual-networks?parent_id=2eb8466e-c0bf-4772-8457-252332950b92&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003841 10.0.0.41 - - [2025-11-06 02:35:43] "GET /virtual-network/6f56108d-2517-48a5-8ef6-2e0e3bdf8edd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.006035 10.0.0.41 - - [2025-11-06 02:35:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.012755 10.0.0.41 - - [2025-11-06 02:35:43] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004600 10.0.0.41 - - [2025-11-06 02:35:43] "GET /virtual-networks?parent_id=2eb8466e-c0bf-4772-8457-252332950b92&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004131 10.0.0.41 - - [2025-11-06 02:35:43] "GET /virtual-network/6f56108d-2517-48a5-8ef6-2e0e3bdf8edd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.008191 10.0.0.41 - - [2025-11-06 02:35:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004921 10.0.0.41 - - [2025-11-06 02:35:44] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004740 10.0.0.41 - - [2025-11-06 02:35:44] "GET /virtual-networks?parent_id=2eb8466e-c0bf-4772-8457-252332950b92&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.009362 10.0.0.41 - - [2025-11-06 02:35:44] "GET /virtual-network/6f56108d-2517-48a5-8ef6-2e0e3bdf8edd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.007443 10.0.0.41 - - [2025-11-06 02:35:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.005539 10.0.0.41 - - [2025-11-06 02:35:44] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.007297 10.0.0.41 - - [2025-11-06 02:35:44] "GET /virtual-networks?parent_id=2eb8466e-c0bf-4772-8457-252332950b92&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003090 10.0.0.41 - - [2025-11-06 02:35:44] "GET /virtual-network/6f56108d-2517-48a5-8ef6-2e0e3bdf8edd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.007863 10.0.0.41 - - [2025-11-06 02:35:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004596 10.0.0.41 - - [2025-11-06 02:35:45] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004812 10.0.0.41 - - [2025-11-06 02:35:45] "GET /virtual-networks?parent_id=2eb8466e-c0bf-4772-8457-252332950b92&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004452 10.0.0.41 - - [2025-11-06 02:35:45] "GET /virtual-network/6f56108d-2517-48a5-8ef6-2e0e3bdf8edd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.008813 10.0.0.41 - - [2025-11-06 02:35:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004423 10.0.0.41 - - [2025-11-06 02:35:45] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004391 10.0.0.41 - - [2025-11-06 02:35:45] "GET /virtual-networks?parent_id=2eb8466e-c0bf-4772-8457-252332950b92&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004250 10.0.0.41 - - [2025-11-06 02:35:45] "GET /virtual-network/6f56108d-2517-48a5-8ef6-2e0e3bdf8edd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.008647 10.0.0.41 - - [2025-11-06 02:35:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.005215 10.0.0.41 - - [2025-11-06 02:35:45] "GET /routing-instance/8d24b737-58ee-4ca3-a33a-d2bde2555e97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1790 0.014418 10.0.0.41 - - [2025-11-06 02:35:45] "GET /route-target/1892c818-396d-4ed2-94c3-c1123027afae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005835 10.0.0.41 - - [2025-11-06 02:35:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003754 10.0.0.41 - - [2025-11-06 02:35:45] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004822 10.0.0.41 - - [2025-11-06 02:35:45] "GET /virtual-networks?parent_id=2eb8466e-c0bf-4772-8457-252332950b92&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.005522 10.0.0.41 - - [2025-11-06 02:35:45] "GET /virtual-network/6f56108d-2517-48a5-8ef6-2e0e3bdf8edd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.005947 10.0.0.41 - - [2025-11-06 02:35:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004808 10.0.0.41 - - [2025-11-06 02:35:45] "GET /routing-instance/8d24b737-58ee-4ca3-a33a-d2bde2555e97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1790 0.004927 10.0.0.41 - - [2025-11-06 02:35:45] "GET /route-target/1892c818-396d-4ed2-94c3-c1123027afae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004310 10.0.0.41 - - [2025-11-06 02:35:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003850 10.0.0.41 - - [2025-11-06 02:35:46] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004749 10.0.0.41 - - [2025-11-06 02:35:46] "GET /virtual-networks?parent_id=2eb8466e-c0bf-4772-8457-252332950b92&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004532 10.0.0.41 - - [2025-11-06 02:35:46] "GET /virtual-network/6f56108d-2517-48a5-8ef6-2e0e3bdf8edd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.006032 10.0.0.41 - - [2025-11-06 02:35:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004189 10.0.0.41 - - [2025-11-06 02:35:46] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004886 10.0.0.41 - - [2025-11-06 02:35:46] "GET /virtual-networks?parent_id=2eb8466e-c0bf-4772-8457-252332950b92&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003497 10.0.0.41 - - [2025-11-06 02:35:46] "GET /virtual-network/6f56108d-2517-48a5-8ef6-2e0e3bdf8edd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.010052 10.0.0.131 - - [2025-11-06 02:35:46] "GET /obj-perms HTTP/1.1" 200 5030 0.004901 10.0.0.41 - - [2025-11-06 02:35:46] "GET /obj-perms HTTP/1.1" 200 5030 0.004581 10.0.0.41 - - [2025-11-06 02:35:46] "GET /obj-perms HTTP/1.1" 200 5030 0.005412 10.0.0.131 - - [2025-11-06 02:35:46] "GET /obj-perms HTTP/1.1" 200 5030 0.005963 10.0.0.38 - - [2025-11-06 02:35:46] "GET /obj-perms HTTP/1.1" 200 5030 0.005440 10.0.0.41 - - [2025-11-06 02:35:46] "POST /neutron/port HTTP/1.1" 200 1088 0.017786 10.0.0.41 - - [2025-11-06 02:35:46] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009558 10.0.0.41 - - [2025-11-06 02:35:47] "POST /neutron/port HTTP/1.1" 200 1088 0.033558 10.0.0.41 - - [2025-11-06 02:35:47] "GET /virtual-machine/73302273-ffda-4bf8-9ca3-45e1f3780028 HTTP/1.1" 200 1294 0.006768 10.0.0.41 - - [2025-11-06 02:35:47] "GET /virtual-machine/73302273-ffda-4bf8-9ca3-45e1f3780028 HTTP/1.1" 200 1294 0.005522 10.0.0.41 - - [2025-11-06 02:35:47] "GET /virtual-machine-interface/d6092605-12e0-4804-ab75-46ca7b52d253 HTTP/1.1" 200 2952 0.006525 10.0.0.41 - - [2025-11-06 02:35:47] "GET /virtual-machine/73302273-ffda-4bf8-9ca3-45e1f3780028 HTTP/1.1" 200 1294 0.006429 10.0.0.41 - - [2025-11-06 02:35:47] "GET /virtual-machine-interface/d6092605-12e0-4804-ab75-46ca7b52d253 HTTP/1.1" 200 2952 0.007467 10.0.0.41 - - [2025-11-06 02:35:47] "GET /instance-ip/22857edb-ddb9-4087-85a2-644c829b4bc1 HTTP/1.1" 200 1623 0.009217 10.0.0.41 - - [2025-11-06 02:35:47] "GET /virtual-machine/73302273-ffda-4bf8-9ca3-45e1f3780028 HTTP/1.1" 200 1294 0.005182 10.0.0.41 - - [2025-11-06 02:35:47] "GET /virtual-machine-interface/d6092605-12e0-4804-ab75-46ca7b52d253 HTTP/1.1" 200 2952 0.005418 10.0.0.41 - - [2025-11-06 02:35:47] "GET /instance-ip/22857edb-ddb9-4087-85a2-644c829b4bc1 HTTP/1.1" 200 1623 0.004643 10.0.0.41 - - [2025-11-06 02:35:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004111 10.0.0.41 - - [2025-11-06 02:35:47] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003996 10.0.0.41 - - [2025-11-06 02:35:47] "GET /virtual-networks?parent_id=2eb8466e-c0bf-4772-8457-252332950b92&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003807 10.0.0.41 - - [2025-11-06 02:35:47] "GET /virtual-network/7869be14-368d-4a9f-8229-499d94e87923?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006551 10.0.0.41 - - [2025-11-06 02:35:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004788 10.0.0.41 - - [2025-11-06 02:35:47] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006079 10.0.0.41 - - [2025-11-06 02:35:47] "GET /virtual-networks?parent_id=2eb8466e-c0bf-4772-8457-252332950b92&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003993 10.0.0.41 - - [2025-11-06 02:35:47] "GET /virtual-network/7869be14-368d-4a9f-8229-499d94e87923?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.008596 10.0.0.41 - - [2025-11-06 02:35:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003993 10.0.0.41 - - [2025-11-06 02:35:47] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004937 10.0.0.41 - - [2025-11-06 02:35:47] "GET /virtual-networks?parent_id=2eb8466e-c0bf-4772-8457-252332950b92&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004521 10.0.0.41 - - [2025-11-06 02:35:47] "GET /virtual-network/7869be14-368d-4a9f-8229-499d94e87923?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.008075 10.0.0.41 - - [2025-11-06 02:35:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.006792 10.0.0.41 - - [2025-11-06 02:35:47] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.007954 10.0.0.41 - - [2025-11-06 02:35:47] "GET /virtual-networks?parent_id=2eb8466e-c0bf-4772-8457-252332950b92&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004334 10.0.0.41 - - [2025-11-06 02:35:47] "GET /virtual-network/7869be14-368d-4a9f-8229-499d94e87923?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007159 10.0.0.41 - - [2025-11-06 02:35:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.005891 10.0.0.41 - - [2025-11-06 02:35:47] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006916 10.0.0.41 - - [2025-11-06 02:35:47] "GET /virtual-networks?parent_id=2eb8466e-c0bf-4772-8457-252332950b92&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.005012 10.0.0.41 - - [2025-11-06 02:35:47] "POST /neutron/security_group HTTP/1.1" 200 2058 0.032306 10.0.0.41 - - [2025-11-06 02:35:47] "GET /virtual-network/7869be14-368d-4a9f-8229-499d94e87923?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.010056 10.0.0.41 - - [2025-11-06 02:35:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004033 10.0.0.41 - - [2025-11-06 02:35:48] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004149 10.0.0.41 - - [2025-11-06 02:35:48] "GET /virtual-networks?parent_id=2eb8466e-c0bf-4772-8457-252332950b92&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003984 10.0.0.41 - - [2025-11-06 02:35:48] "GET /virtual-network/7869be14-368d-4a9f-8229-499d94e87923?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006914 10.0.0.41 - - [2025-11-06 02:35:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.005124 10.0.0.41 - - [2025-11-06 02:35:49] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005894 10.0.0.41 - - [2025-11-06 02:35:49] "GET /virtual-networks?parent_id=2eb8466e-c0bf-4772-8457-252332950b92&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.005099 10.0.0.41 - - [2025-11-06 02:35:49] "GET /virtual-network/7869be14-368d-4a9f-8229-499d94e87923?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006366 10.0.0.41 - - [2025-11-06 02:35:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003709 10.0.0.41 - - [2025-11-06 02:35:49] "GET /routing-instance/9a804a83-cb8d-4eba-8f2a-9b515c41c4ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.008476 10.0.0.41 - - [2025-11-06 02:35:49] "GET /route-target/c8a013e4-02aa-4b39-84a2-c76a1b85ee43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005011 10.0.0.41 - - [2025-11-06 02:35:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.005269 10.0.0.41 - - [2025-11-06 02:35:49] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005031 10.0.0.41 - - [2025-11-06 02:35:49] "GET /virtual-networks?parent_id=2eb8466e-c0bf-4772-8457-252332950b92&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004053 10.0.0.41 - - [2025-11-06 02:35:49] "GET /virtual-network/7869be14-368d-4a9f-8229-499d94e87923?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.008447 10.0.0.41 - - [2025-11-06 02:35:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004297 10.0.0.41 - - [2025-11-06 02:35:49] "GET /routing-instance/9a804a83-cb8d-4eba-8f2a-9b515c41c4ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.005722 10.0.0.41 - - [2025-11-06 02:35:49] "GET /route-target/c8a013e4-02aa-4b39-84a2-c76a1b85ee43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005331 10.0.0.41 - - [2025-11-06 02:35:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004805 10.0.0.41 - - [2025-11-06 02:35:49] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.007783 10.0.0.41 - - [2025-11-06 02:35:49] "GET /virtual-networks?parent_id=2eb8466e-c0bf-4772-8457-252332950b92&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004033 10.0.0.41 - - [2025-11-06 02:35:49] "GET /virtual-network/7869be14-368d-4a9f-8229-499d94e87923?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006129 10.0.0.41 - - [2025-11-06 02:35:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003676 10.0.0.41 - - [2025-11-06 02:35:49] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005141 10.0.0.41 - - [2025-11-06 02:35:49] "GET /virtual-networks?parent_id=2eb8466e-c0bf-4772-8457-252332950b92&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004024 10.0.0.41 - - [2025-11-06 02:35:49] "GET /virtual-network/7869be14-368d-4a9f-8229-499d94e87923?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006131 10.0.0.41 - - [2025-11-06 02:35:49] "GET /obj-perms HTTP/1.1" 200 5030 0.003866 10.0.0.131 - - [2025-11-06 02:35:49] "GET /obj-perms HTTP/1.1" 200 5030 0.005000 10.0.0.41 - - [2025-11-06 02:35:50] "GET /obj-perms HTTP/1.1" 200 5030 0.004236 10.0.0.131 - - [2025-11-06 02:35:50] "GET /obj-perms HTTP/1.1" 200 5030 0.004670 10.0.0.41 - - [2025-11-06 02:35:50] "GET /virtual-machine/35c49676-bdd4-41fd-9b1c-29c58a390ca7 HTTP/1.1" 200 1294 0.004486 10.0.0.41 - - [2025-11-06 02:35:50] "GET /virtual-machine-interface/01e56b1c-05eb-4bbf-a793-4f44539355e6 HTTP/1.1" 200 2950 0.007342 10.0.0.41 - - [2025-11-06 02:35:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003920 10.0.0.41 - - [2025-11-06 02:35:50] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004086 10.0.0.41 - - [2025-11-06 02:35:50] "GET /virtual-networks?parent_id=2eb8466e-c0bf-4772-8457-252332950b92&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003720 10.0.0.41 - - [2025-11-06 02:35:50] "GET /virtual-network/c1d9aa84-f159-49f2-a8b8-307fe898f1f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.005808 10.0.0.41 - - [2025-11-06 02:35:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004593 10.0.0.41 - - [2025-11-06 02:35:51] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004920 10.0.0.41 - - [2025-11-06 02:35:51] "GET /virtual-networks?parent_id=2eb8466e-c0bf-4772-8457-252332950b92&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004107 10.0.0.41 - - [2025-11-06 02:35:51] "GET /virtual-network/c1d9aa84-f159-49f2-a8b8-307fe898f1f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.007182 10.0.0.41 - - [2025-11-06 02:35:54] "POST /neutron/port HTTP/1.1" 200 1085 0.016972 10.0.0.41 - - [2025-11-06 02:35:56] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010286 10.0.0.41 - - [2025-11-06 02:36:01] "POST /neutron/port HTTP/1.1" 200 1085 0.019003 10.0.0.41 - - [2025-11-06 02:36:07] "GET /virtual-machine/3a93cbf2-7f00-4d4c-ad65-9021362e63eb HTTP/1.1" 200 1294 0.005508 10.0.0.41 - - [2025-11-06 02:36:07] "GET /virtual-machine-interface/0b4a2932-d067-440b-a5da-d6049aa175c3 HTTP/1.1" 200 2950 0.006158 10.0.0.41 - - [2025-11-06 02:36:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003647 10.0.0.41 - - [2025-11-06 02:36:07] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003935 10.0.0.41 - - [2025-11-06 02:36:07] "GET /virtual-networks?parent_id=2eb8466e-c0bf-4772-8457-252332950b92&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003484 10.0.0.41 - - [2025-11-06 02:36:07] "GET /virtual-network/6f56108d-2517-48a5-8ef6-2e0e3bdf8edd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.006562 10.0.0.41 - - [2025-11-06 02:36:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.007363 10.0.0.41 - - [2025-11-06 02:36:08] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004605 10.0.0.41 - - [2025-11-06 02:36:08] "GET /virtual-networks?parent_id=2eb8466e-c0bf-4772-8457-252332950b92&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004440 10.0.0.41 - - [2025-11-06 02:36:08] "GET /virtual-network/6f56108d-2517-48a5-8ef6-2e0e3bdf8edd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.006661 10.0.0.41 - - [2025-11-06 02:36:08] "GET /virtual-machine/73302273-ffda-4bf8-9ca3-45e1f3780028 HTTP/1.1" 200 1294 0.004821 10.0.0.41 - - [2025-11-06 02:36:08] "GET /virtual-machine-interface/d6092605-12e0-4804-ab75-46ca7b52d253 HTTP/1.1" 200 2952 0.005445 10.0.0.41 - - [2025-11-06 02:36:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003610 10.0.0.41 - - [2025-11-06 02:36:08] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004041 10.0.0.41 - - [2025-11-06 02:36:08] "GET /virtual-networks?parent_id=2eb8466e-c0bf-4772-8457-252332950b92&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003138 10.0.0.41 - - [2025-11-06 02:36:08] "GET /virtual-network/7869be14-368d-4a9f-8229-499d94e87923?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006023 10.0.0.41 - - [2025-11-06 02:36:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.005043 10.0.0.41 - - [2025-11-06 02:36:09] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005135 10.0.0.41 - - [2025-11-06 02:36:09] "GET /virtual-networks?parent_id=2eb8466e-c0bf-4772-8457-252332950b92&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004065 10.0.0.41 - - [2025-11-06 02:36:09] "GET /virtual-network/7869be14-368d-4a9f-8229-499d94e87923?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006551 10.0.0.41 - - [2025-11-06 02:36:10] "POST /neutron/port HTTP/1.1" 200 1088 0.014998 10.0.0.41 - - [2025-11-06 02:36:10] "POST /neutron/subnet HTTP/1.1" 200 699 0.008661 10.0.0.38 - - [2025-11-06 02:36:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000611 10.0.0.131 - - [2025-11-06 02:36:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000460 10.0.0.38 - - [2025-11-06 02:36:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000499 10.0.0.131 - - [2025-11-06 02:36:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000415 10.0.0.131 - - [2025-11-06 02:36:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000453 10.0.0.131 - - [2025-11-06 02:36:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000485 10.0.0.38 - - [2025-11-06 02:36:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000411 10.0.0.38 - - [2025-11-06 02:36:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000485 10.0.0.41 - - [2025-11-06 02:36:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000483 10.0.0.41 - - [2025-11-06 02:36:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000594 10.0.0.41 - - [2025-11-06 02:36:14] "GET /global-system-configs HTTP/1.1" 401 292 0.000402 10.0.0.41 - - [2025-11-06 02:36:14] "GET /global-system-configs HTTP/1.1" 401 292 0.000475 10.0.0.41 - - [2025-11-06 02:36:17] "POST /neutron/port HTTP/1.1" 200 1089 0.045931 10.0.0.41 - - [2025-11-06 02:36:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004373 10.0.0.41 - - [2025-11-06 02:36:17] "POST /neutron/network HTTP/1.1" 200 917 0.010305 10.0.0.41 - - [2025-11-06 02:36:24] "GET /obj-perms HTTP/1.1" 200 5056 0.061454 10.0.0.41 - - [2025-11-06 02:36:33] "GET /virtual-machine/73302273-ffda-4bf8-9ca3-45e1f3780028 HTTP/1.1" 200 1294 0.005747 10.0.0.41 - - [2025-11-06 02:36:34] "POST /neutron/port HTTP/1.1" 200 151 0.250703 10.0.0.41 - - [2025-11-06 02:36:35] "GET /virtual-machine/73302273-ffda-4bf8-9ca3-45e1f3780028 HTTP/1.1" 404 171 0.004539 10.0.0.41 - - [2025-11-06 02:36:35] "GET /virtual-machine/73302273-ffda-4bf8-9ca3-45e1f3780028 HTTP/1.1" 404 171 0.004180 10.0.0.41 - - [2025-11-06 02:36:35] "GET /virtual-machine/73302273-ffda-4bf8-9ca3-45e1f3780028 HTTP/1.1" 404 171 0.004533 10.0.0.41 - - [2025-11-06 02:36:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004508 10.0.0.41 - - [2025-11-06 02:36:35] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006064 10.0.0.41 - - [2025-11-06 02:36:35] "GET /virtual-networks?parent_id=2eb8466e-c0bf-4772-8457-252332950b92&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004359 10.0.0.41 - - [2025-11-06 02:36:35] "GET /virtual-network/7869be14-368d-4a9f-8229-499d94e87923?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.008978 10.0.0.41 - - [2025-11-06 02:36:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003865 10.0.0.41 - - [2025-11-06 02:36:35] "GET /routing-instance/9a804a83-cb8d-4eba-8f2a-9b515c41c4ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.005445 10.0.0.41 - - [2025-11-06 02:36:35] "GET /route-target/c8a013e4-02aa-4b39-84a2-c76a1b85ee43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005047 10.0.0.131 - - [2025-11-06 02:36:39] "GET /obj-perms HTTP/1.1" 200 5030 0.004587 10.0.0.41 - - [2025-11-06 02:36:42] "GET /obj-perms HTTP/1.1" 200 5030 0.003946 10.0.0.131 - - [2025-11-06 02:36:48] "GET /obj-perms HTTP/1.1" 200 5030 0.004478 10.0.0.41 - - [2025-11-06 02:36:48] "GET /obj-perms HTTP/1.1" 200 5030 0.004705 10.0.0.38 - - [2025-11-06 02:36:48] "GET /obj-perms HTTP/1.1" 200 5030 0.004179 10.0.0.41 - - [2025-11-06 02:36:48] "GET /virtual-machine/3a93cbf2-7f00-4d4c-ad65-9021362e63eb HTTP/1.1" 200 1294 0.005189 10.0.0.41 - - [2025-11-06 02:36:49] "POST /neutron/port HTTP/1.1" 200 151 0.191150 10.0.0.41 - - [2025-11-06 02:36:50] "GET /virtual-machine/3a93cbf2-7f00-4d4c-ad65-9021362e63eb HTTP/1.1" 404 171 0.004182 10.0.0.41 - - [2025-11-06 02:36:50] "GET /virtual-machine/3a93cbf2-7f00-4d4c-ad65-9021362e63eb HTTP/1.1" 404 171 0.003522 10.0.0.41 - - [2025-11-06 02:36:50] "GET /virtual-machine/3a93cbf2-7f00-4d4c-ad65-9021362e63eb HTTP/1.1" 404 171 0.003092 10.0.0.41 - - [2025-11-06 02:36:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004093 10.0.0.41 - - [2025-11-06 02:36:50] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004488 10.0.0.41 - - [2025-11-06 02:36:50] "GET /virtual-networks?parent_id=2eb8466e-c0bf-4772-8457-252332950b92&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003077 10.0.0.41 - - [2025-11-06 02:36:50] "GET /virtual-network/6f56108d-2517-48a5-8ef6-2e0e3bdf8edd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.008051 10.0.0.41 - - [2025-11-06 02:36:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003832 10.0.0.41 - - [2025-11-06 02:36:50] "GET /routing-instance/8d24b737-58ee-4ca3-a33a-d2bde2555e97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1790 0.016002 10.0.0.41 - - [2025-11-06 02:36:50] "GET /route-target/1892c818-396d-4ed2-94c3-c1123027afae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004215 10.0.0.41 - - [2025-11-06 02:36:54] "GET /obj-perms HTTP/1.1" 200 5030 0.005483 10.0.0.131 - - [2025-11-06 02:36:54] "GET /obj-perms HTTP/1.1" 200 5030 0.006032 10.0.0.41 - - [2025-11-06 02:37:03] "GET /obj-perms HTTP/1.1" 200 5030 0.005286 10.0.0.131 - - [2025-11-06 02:37:03] "GET /obj-perms HTTP/1.1" 200 5030 0.004710 10.0.0.41 - - [2025-11-06 02:37:12] "GET /obj-perms HTTP/1.1" 200 5030 0.004007 10.0.0.131 - - [2025-11-06 02:37:12] "GET /obj-perms HTTP/1.1" 200 5030 0.004228 10.0.0.41 - - [2025-11-06 02:37:12] "POST /neutron/network HTTP/1.1" 200 1002 0.008798 10.0.0.41 - - [2025-11-06 02:37:12] "POST /neutron/port HTTP/1.1" 200 117 0.001404 10.0.0.41 - - [2025-11-06 02:37:18] "GET /obj-perms HTTP/1.1" 200 5030 0.005373 10.0.0.131 - - [2025-11-06 02:37:18] "GET /obj-perms HTTP/1.1" 200 5030 0.005471 10.0.0.41 - - [2025-11-06 02:37:18] "GET /virtual-machine/35c49676-bdd4-41fd-9b1c-29c58a390ca7 HTTP/1.1" 200 1294 0.004587 10.0.0.41 - - [2025-11-06 02:37:19] "POST /neutron/port HTTP/1.1" 200 1111 0.016495 10.0.0.41 - - [2025-11-06 02:37:20] "GET /virtual-machine/35c49676-bdd4-41fd-9b1c-29c58a390ca7 HTTP/1.1" 404 171 0.003791 10.0.0.41 - - [2025-11-06 02:37:20] "GET /virtual-machine/35c49676-bdd4-41fd-9b1c-29c58a390ca7 HTTP/1.1" 404 171 0.004864 10.0.0.41 - - [2025-11-06 02:37:20] "GET /virtual-machine/35c49676-bdd4-41fd-9b1c-29c58a390ca7 HTTP/1.1" 404 171 0.003793 10.0.0.41 - - [2025-11-06 02:37:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004594 10.0.0.41 - - [2025-11-06 02:37:21] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004917 10.0.0.41 - - [2025-11-06 02:37:21] "GET /virtual-networks?parent_id=2eb8466e-c0bf-4772-8457-252332950b92&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004088 10.0.0.41 - - [2025-11-06 02:37:21] "GET /virtual-network/c1d9aa84-f159-49f2-a8b8-307fe898f1f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.007271 10.0.0.41 - - [2025-11-06 02:37:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004348 10.0.0.41 - - [2025-11-06 02:37:21] "GET /routing-instance/fe8f012f-2b6d-45ec-848e-fe8d06666268?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1789 0.005998 10.0.0.41 - - [2025-11-06 02:37:21] "GET /route-target/9330db52-86df-413d-8163-7cdf4ae59b4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005361 10.0.0.41 - - [2025-11-06 02:37:24] "GET /obj-perms HTTP/1.1" 200 5030 0.005450 10.0.0.131 - - [2025-11-06 02:37:25] "GET /obj-perms HTTP/1.1" 200 5056 0.081123 10.0.0.41 - - [2025-11-06 02:37:30] "GET /obj-perms HTTP/1.1" 200 5030 0.004804 10.0.0.131 - - [2025-11-06 02:37:33] "GET /obj-perms HTTP/1.1" 200 5030 0.005882 10.0.0.41 - - [2025-11-06 02:37:39] "GET /obj-perms HTTP/1.1" 200 5030 0.004415 10.0.0.131 - - [2025-11-06 02:37:42] "GET /obj-perms HTTP/1.1" 200 5030 0.004691 10.0.0.41 - - [2025-11-06 02:37:45] "GET /obj-perms HTTP/1.1" 200 5030 0.003831 10.0.0.41 - - [2025-11-06 02:37:46] "GET /virtual-network/6f56108d-2517-48a5-8ef6-2e0e3bdf8edd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.008595 10.0.0.41 - - [2025-11-06 02:37:46] "POST /neutron/network HTTP/1.1" 200 825 0.107557 10.0.0.41 - - [2025-11-06 02:37:46] "GET /virtual-network/6f56108d-2517-48a5-8ef6-2e0e3bdf8edd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006197 10.0.0.41 - - [2025-11-06 02:37:46] "POST /ref-update HTTP/1.1" 200 156 0.094556 10.0.0.41 - - [2025-11-06 02:37:46] "POST /ref-update HTTP/1.1" 200 156 0.069872 10.0.0.41 - - [2025-11-06 02:37:46] "DELETE /network-policy/8ba11836-257f-48a4-a984-163370f5f0de HTTP/1.1" 200 115 0.048172 10.0.0.41 - - [2025-11-06 02:37:46] "DELETE /network-policy/5942dd81-8a76-4121-a2d1-ada912ea1a23 HTTP/1.1" 200 115 0.044279 10.0.0.41 - - [2025-11-06 02:37:46] "DELETE /network-policy/a60744a4-28f0-40a7-a58d-e8f30b95562b HTTP/1.1" 200 115 0.056720 10.0.0.131 - - [2025-11-06 02:37:47] "DELETE /access-control-list/e4574a6f-c1a7-41a3-9dfa-d08780caa593 HTTP/1.1" 200 115 0.094301 10.0.0.131 - - [2025-11-06 02:37:47] "POST /useragent-kv HTTP/1.1" 200 115 0.066926 10.0.0.131 - - [2025-11-06 02:37:47] "POST /useragent-kv HTTP/1.1" 200 115 0.002873 10.0.0.41 - - [2025-11-06 02:37:47] "POST /neutron/network HTTP/1.1" 200 151 0.241516 10.0.0.131 - - [2025-11-06 02:37:47] "DELETE /route-target/c8a013e4-02aa-4b39-84a2-c76a1b85ee43 HTTP/1.1" 200 115 0.028333 10.0.0.41 - - [2025-11-06 02:37:47] "POST /neutron/network HTTP/1.1" 200 821 0.012901 10.0.0.131 - - [2025-11-06 02:37:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.010901 10.0.0.41 - - [2025-11-06 02:37:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003619 10.0.0.41 - - [2025-11-06 02:37:48] "DELETE /network-ipam/a77b0e4a-f208-4253-8d9b-ce969eb02d22 HTTP/1.1" 200 115 0.037193 10.0.0.41 - - [2025-11-06 02:37:48] "POST /fqname-to-id HTTP/1.1" 404 197 0.003594 10.0.0.41 - - [2025-11-06 02:37:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005134 10.0.0.41 - - [2025-11-06 02:37:48] "DELETE /network-ipam/ef09311a-064d-4142-8c52-1d786e357d40 HTTP/1.1" 200 115 0.044872 10.0.0.41 - - [2025-11-06 02:37:48] "POST /fqname-to-id HTTP/1.1" 404 197 0.005255 10.0.0.41 - - [2025-11-06 02:37:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004943 10.0.0.41 - - [2025-11-06 02:37:48] "DELETE /network-ipam/30720451-f772-4dba-9408-7baa8b382d3d HTTP/1.1" 200 115 0.056762 10.0.0.41 - - [2025-11-06 02:37:48] "POST /fqname-to-id HTTP/1.1" 404 197 0.004948 10.0.0.131 - - [2025-11-06 02:37:49] "GET /projects?obj_uuids=2eb8466e-c0bf-4772-8457-252332950b92&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001227 10.0.0.41 - - [2025-11-06 02:37:49] "GET /project/2eb8466e-c0bf-4772-8457-252332950b92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.077411 10.0.0.131 - - [2025-11-06 02:37:49] "GET /projects?obj_uuids=2eb8466e-c0bf-4772-8457-252332950b92&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001014 10.0.0.41 - - [2025-11-06 02:37:49] "GET /project/2eb8466e-c0bf-4772-8457-252332950b92?fields=virtual_networks HTTP/1.1" 200 1033 0.059482 10.0.0.131 - - [2025-11-06 02:37:50] "GET /projects?obj_uuids=2eb8466e-c0bf-4772-8457-252332950b92&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001052 10.0.0.41 - - [2025-11-06 02:37:50] "GET /project/2eb8466e-c0bf-4772-8457-252332950b92?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.046035 10.0.0.131 - - [2025-11-06 02:37:50] "GET /projects?obj_uuids=2eb8466e-c0bf-4772-8457-252332950b92&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001052 10.0.0.41 - - [2025-11-06 02:37:50] "GET /project/2eb8466e-c0bf-4772-8457-252332950b92?fields=security_groups HTTP/1.1" 200 1260 0.053608 10.0.0.41 - - [2025-11-06 02:37:51] "POST /fqname-to-id HTTP/1.1" 404 194 0.042702 10.0.0.131 - - [2025-11-06 02:37:51] "GET /projects?obj_uuids=0b4e7978-054a-4c34-be94-23f3ef3fbb1c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003330 10.0.0.131 - - [2025-11-06 02:37:51] "GET /domains?obj_uuids=dd557474-6eee-442f-acdf-559f4d754f9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001298 10.0.0.131 - - [2025-11-06 02:37:51] "GET /domain/dd557474-6eee-442f-acdf-559f4d754f9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.034235 10.0.0.131 - - [2025-11-06 02:37:51] "POST /id-to-fqname HTTP/1.1" 200 196 0.008709 10.0.0.131 - - [2025-11-06 02:37:51] "POST /fqname-to-id HTTP/1.1" 404 205 0.004650 10.0.0.131 - - [2025-11-06 02:37:51] "POST /security-groups HTTP/1.1" 200 597 0.033010 10.0.0.131 - - [2025-11-06 02:37:51] "POST /projects HTTP/1.1" 200 597 0.265701 10.0.0.131 - - [2025-11-06 02:37:51] "POST /access-control-lists HTTP/1.1" 200 604 0.032901 10.0.0.131 - - [2025-11-06 02:37:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.367033 10.0.0.41 - - [2025-11-06 02:37:51] "GET /project/0b4e7978-054a-4c34-be94-23f3ef3fbb1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.547039 10.0.0.41 - - [2025-11-06 02:37:52] "GET / HTTP/1.1" 200 36215 0.001737 10.0.0.41 - - [2025-11-06 02:37:55] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000588 10.0.0.41 - - [2025-11-06 02:37:56] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.057655 10.0.0.41 - - [2025-11-06 02:37:56] "POST /network-ipams HTTP/1.1" 200 521 0.035442 10.0.0.41 - - [2025-11-06 02:37:56] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 759 0.003839 10.0.0.41 - - [2025-11-06 02:37:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005447 10.0.0.41 - - [2025-11-06 02:37:56] "GET /network-ipam/2a307946-2166-4376-9b3d-c82f2f97b546?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1301 0.008734 10.0.0.41 - - [2025-11-06 02:37:56] "PUT /network-ipam/2a307946-2166-4376-9b3d-c82f2f97b546 HTTP/1.1" 200 259 0.016799 10.0.0.41 - - [2025-11-06 02:37:56] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 759 0.004479 10.0.0.41 - - [2025-11-06 02:37:56] "POST /network-ipams HTTP/1.1" 200 521 0.035670 10.0.0.41 - - [2025-11-06 02:37:56] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 971 0.004121 10.0.0.41 - - [2025-11-06 02:37:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004906 10.0.0.41 - - [2025-11-06 02:37:56] "GET /network-ipam/38b11dba-1a3f-4a3e-a4e1-d5ab1bc8a72d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1301 0.007701 10.0.0.41 - - [2025-11-06 02:37:56] "PUT /network-ipam/38b11dba-1a3f-4a3e-a4e1-d5ab1bc8a72d HTTP/1.1" 200 259 0.018863 10.0.0.41 - - [2025-11-06 02:37:56] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 971 0.004349 10.0.0.41 - - [2025-11-06 02:37:56] "POST /network-ipams HTTP/1.1" 200 521 0.036573 10.0.0.41 - - [2025-11-06 02:37:56] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 1184 0.005019 10.0.0.41 - - [2025-11-06 02:37:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004201 10.0.0.41 - - [2025-11-06 02:37:56] "GET /network-ipam/3b3b629f-212f-4d3e-b1fd-25a7cb095eca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1301 0.007466 10.0.0.41 - - [2025-11-06 02:37:56] "PUT /network-ipam/3b3b629f-212f-4d3e-b1fd-25a7cb095eca HTTP/1.1" 200 259 0.014530 10.0.0.41 - - [2025-11-06 02:37:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003431 10.0.0.131 - - [2025-11-06 02:37:57] "GET /projects?obj_uuids=0b4e7978-054a-4c34-be94-23f3ef3fbb1c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001264 10.0.0.41 - - [2025-11-06 02:37:57] "GET /project/0b4e7978-054a-4c34-be94-23f3ef3fbb1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.049387 10.0.0.131 - - [2025-11-06 02:37:57] "GET /projects?obj_uuids=0b4e7978-054a-4c34-be94-23f3ef3fbb1c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001353 10.0.0.41 - - [2025-11-06 02:37:58] "POST /neutron/network HTTP/1.1" 200 613 0.185791 10.0.0.131 - - [2025-11-06 02:37:58] "POST /route-targets HTTP/1.1" 200 328 0.024807 10.0.0.131 - - [2025-11-06 02:37:58] "POST /fqname-to-id HTTP/1.1" 404 207 0.071847 10.0.0.41 - - [2025-11-06 02:37:58] "POST /neutron/network HTTP/1.1" 200 1012 0.017324 10.0.0.41 - - [2025-11-06 02:37:58] "POST /id-to-fqname HTTP/1.1" 200 227 0.002080 10.0.0.41 - - [2025-11-06 02:37:58] "GET /virtual-network/8d8ce09e-8f38-4e33-a0b2-54df5b8bcee2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.009984 10.0.0.41 - - [2025-11-06 02:37:58] "GET /virtual-network/8d8ce09e-8f38-4e33-a0b2-54df5b8bcee2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.005591 10.0.0.41 - - [2025-11-06 02:37:58] "POST /neutron/subnet HTTP/1.1" 200 720 0.010299 10.0.0.41 - - [2025-11-06 02:37:58] "GET /virtual-network/8d8ce09e-8f38-4e33-a0b2-54df5b8bcee2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.006999 10.0.0.41 - - [2025-11-06 02:37:58] "GET /network-ipam/2a307946-2166-4376-9b3d-c82f2f97b546?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1301 0.005188 10.0.0.41 - - [2025-11-06 02:37:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.012162 10.0.0.131 - - [2025-11-06 02:37:58] "GET /projects?obj_uuids=0b4e7978-054a-4c34-be94-23f3ef3fbb1c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001037 10.0.0.41 - - [2025-11-06 02:37:58] "GET /project/0b4e7978-054a-4c34-be94-23f3ef3fbb1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.045050 10.0.0.41 - - [2025-11-06 02:37:59] "POST /neutron/network HTTP/1.1" 200 117 0.014879 10.0.0.131 - - [2025-11-06 02:37:59] "POST /ref-update HTTP/1.1" 200 156 0.024009 10.0.0.131 - - [2025-11-06 02:37:59] "POST /useragent-kv HTTP/1.1" 200 115 0.008612 10.0.0.41 - - [2025-11-06 02:37:59] "POST /neutron/subnet HTTP/1.1" 200 823 0.249527 10.0.0.41 - - [2025-11-06 02:37:59] "POST /id-to-fqname HTTP/1.1" 200 227 0.001521 10.0.0.41 - - [2025-11-06 02:37:59] "GET /virtual-network/fb24b0a4-b6f2-47c5-8e30-adca94dcda49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006622 10.0.0.41 - - [2025-11-06 02:37:59] "GET /virtual-network/fb24b0a4-b6f2-47c5-8e30-adca94dcda49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.007261 10.0.0.41 - - [2025-11-06 02:37:59] "POST /neutron/network HTTP/1.1" 200 1011 0.009809 10.0.0.41 - - [2025-11-06 02:37:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003538 10.0.0.131 - - [2025-11-06 02:37:59] "GET /projects?obj_uuids=0b4e7978-054a-4c34-be94-23f3ef3fbb1c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001750 10.0.0.41 - - [2025-11-06 02:37:59] "GET /project/0b4e7978-054a-4c34-be94-23f3ef3fbb1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.046500 10.0.0.41 - - [2025-11-06 02:37:59] "POST /neutron/network HTTP/1.1" 200 117 0.018492 10.0.0.131 - - [2025-11-06 02:38:00] "POST /useragent-kv HTTP/1.1" 200 115 0.008867 10.0.0.41 - - [2025-11-06 02:38:00] "POST /neutron/subnet HTTP/1.1" 200 823 0.301928 10.0.0.131 - - [2025-11-06 02:38:00] "DELETE /access-control-list/3ba10354-3e7b-4a65-88aa-7d054d6e0bfd HTTP/1.1" 200 115 0.084680 10.0.0.41 - - [2025-11-06 02:38:00] "POST /id-to-fqname HTTP/1.1" 200 227 0.001425 10.0.0.41 - - [2025-11-06 02:38:00] "GET /virtual-network/1d1e38cc-a609-4118-b3e6-d730d4ad8dbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.009560 10.0.0.41 - - [2025-11-06 02:38:00] "GET /virtual-network/1d1e38cc-a609-4118-b3e6-d730d4ad8dbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.022105 10.0.0.41 - - [2025-11-06 02:38:00] "POST /neutron/network HTTP/1.1" 200 1014 0.018548 10.0.0.41 - - [2025-11-06 02:38:01] "GET /virtual-network/8d8ce09e-8f38-4e33-a0b2-54df5b8bcee2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.008390 10.0.0.38 - - [2025-11-06 02:38:02] "GET /obj-perms HTTP/1.1" 200 5042 0.049860 10.0.0.131 - - [2025-11-06 02:38:02] "GET /obj-perms HTTP/1.1" 200 5042 0.046673 10.0.0.41 - - [2025-11-06 02:38:02] "GET /virtual-network/fb24b0a4-b6f2-47c5-8e30-adca94dcda49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.007192 10.0.0.41 - - [2025-11-06 02:38:03] "GET /obj-perms HTTP/1.1" 200 5042 0.046787 10.0.0.41 - - [2025-11-06 02:38:03] "GET /virtual-network/1d1e38cc-a609-4118-b3e6-d730d4ad8dbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.007380 10.0.0.41 - - [2025-11-06 02:38:03] "POST /fqname-to-id HTTP/1.1" 404 224 0.004625 10.0.0.41 - - [2025-11-06 02:38:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003905 10.0.0.131 - - [2025-11-06 02:38:03] "GET /projects?obj_uuids=0b4e7978-054a-4c34-be94-23f3ef3fbb1c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001143 10.0.0.41 - - [2025-11-06 02:38:03] "GET /project/0b4e7978-054a-4c34-be94-23f3ef3fbb1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.042145 10.0.0.41 - - [2025-11-06 02:38:03] "POST /network-policys HTTP/1.1" 200 561 0.032194 10.0.0.41 - - [2025-11-06 02:38:03] "GET /network-policy/60807845-2306-40cf-8fba-4a097f9fa3b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2147 0.007130 10.0.0.41 - - [2025-11-06 02:38:03] "POST /fqname-to-id HTTP/1.1" 404 224 0.003696 10.0.0.41 - - [2025-11-06 02:38:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005219 10.0.0.131 - - [2025-11-06 02:38:04] "GET /projects?obj_uuids=0b4e7978-054a-4c34-be94-23f3ef3fbb1c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001047 10.0.0.41 - - [2025-11-06 02:38:04] "GET /project/0b4e7978-054a-4c34-be94-23f3ef3fbb1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.064879 10.0.0.41 - - [2025-11-06 02:38:04] "POST /network-policys HTTP/1.1" 200 561 0.030314 10.0.0.41 - - [2025-11-06 02:38:04] "GET /network-policy/99790f87-3394-4d08-b821-6c82a5208bd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2979 0.008936 10.0.0.41 - - [2025-11-06 02:38:04] "POST /fqname-to-id HTTP/1.1" 404 224 0.003452 10.0.0.41 - - [2025-11-06 02:38:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004841 10.0.0.131 - - [2025-11-06 02:38:04] "GET /projects?obj_uuids=0b4e7978-054a-4c34-be94-23f3ef3fbb1c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000920 10.0.0.41 - - [2025-11-06 02:38:04] "GET /project/0b4e7978-054a-4c34-be94-23f3ef3fbb1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.054628 10.0.0.41 - - [2025-11-06 02:38:04] "POST /network-policys HTTP/1.1" 200 561 0.034688 10.0.0.41 - - [2025-11-06 02:38:04] "GET /network-policy/a524f94d-96f7-4d53-ac8b-3d96fed06b18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3099 0.006123 10.0.0.41 - - [2025-11-06 02:38:04] "POST /neutron/network HTTP/1.1" 200 1012 0.010925 10.0.0.131 - - [2025-11-06 02:38:04] "POST /fqname-to-id HTTP/1.1" 404 207 0.004578 10.0.0.131 - - [2025-11-06 02:38:04] "POST /access-control-lists HTTP/1.1" 200 599 0.051456 10.0.0.41 - - [2025-11-06 02:38:04] "GET /virtual-network/8d8ce09e-8f38-4e33-a0b2-54df5b8bcee2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.008198 10.0.0.41 - - [2025-11-06 02:38:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002853 10.0.0.41 - - [2025-11-06 02:38:04] "GET /network-policy/60807845-2306-40cf-8fba-4a097f9fa3b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2147 0.004289 10.0.0.41 - - [2025-11-06 02:38:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004149 10.0.0.41 - - [2025-11-06 02:38:05] "GET /network-policy/99790f87-3394-4d08-b821-6c82a5208bd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2979 0.005090 10.0.0.41 - - [2025-11-06 02:38:05] "POST /neutron/network HTTP/1.1" 200 1011 0.011392 10.0.0.131 - - [2025-11-06 02:38:05] "POST /ref-update HTTP/1.1" 200 156 0.041871 10.0.0.41 - - [2025-11-06 02:38:05] "GET /virtual-network/fb24b0a4-b6f2-47c5-8e30-adca94dcda49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2953 0.026947 10.0.0.41 - - [2025-11-06 02:38:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004344 10.0.0.41 - - [2025-11-06 02:38:05] "GET /network-policy/a524f94d-96f7-4d53-ac8b-3d96fed06b18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3099 0.006818 10.0.0.41 - - [2025-11-06 02:38:05] "POST /id-to-fqname HTTP/1.1" 200 227 0.001678 10.0.0.41 - - [2025-11-06 02:38:05] "POST /neutron/network HTTP/1.1" 200 1206 0.010219 10.0.0.131 - - [2025-11-06 02:38:06] "GET /projects?obj_uuids=0b4e7978-054a-4c34-be94-23f3ef3fbb1c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001140 10.0.0.41 - - [2025-11-06 02:38:06] "GET /project/0b4e7978-054a-4c34-be94-23f3ef3fbb1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.071549 10.0.0.41 - - [2025-11-06 02:38:06] "POST /neutron/port HTTP/1.1" 200 117 0.007070 10.0.0.41 - - [2025-11-06 02:38:06] "POST /id-to-fqname HTTP/1.1" 200 227 0.002229 10.0.0.41 - - [2025-11-06 02:38:07] "POST /neutron/network HTTP/1.1" 200 1206 0.011113 10.0.0.41 - - [2025-11-06 02:38:07] "POST /neutron/port HTTP/1.1" 200 1171 0.029591 10.0.0.131 - - [2025-11-06 02:38:07] "GET /projects?obj_uuids=0b4e7978-054a-4c34-be94-23f3ef3fbb1c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002062 10.0.0.41 - - [2025-11-06 02:38:07] "GET /project/0b4e7978-054a-4c34-be94-23f3ef3fbb1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.155158 10.0.0.41 - - [2025-11-06 02:38:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004258 10.0.0.41 - - [2025-11-06 02:38:07] "POST /neutron/subnet HTTP/1.1" 200 1375 0.015612 10.0.0.41 - - [2025-11-06 02:38:07] "POST /neutron/network HTTP/1.1" 200 1196 0.015148 10.0.0.41 - - [2025-11-06 02:38:08] "POST /neutron/port HTTP/1.1" 200 117 0.007109 10.0.0.41 - - [2025-11-06 02:38:08] "POST /id-to-fqname HTTP/1.1" 200 227 0.001657 10.0.0.41 - - [2025-11-06 02:38:08] "POST /neutron/network HTTP/1.1" 200 1024 0.007558 10.0.0.41 - - [2025-11-06 02:38:08] "POST /neutron/port HTTP/1.1" 200 1170 0.032133 10.0.0.41 - - [2025-11-06 02:38:08] "POST /neutron/port HTTP/1.1" 200 1198 0.019454 10.0.0.41 - - [2025-11-06 02:38:09] "POST /neutron/subnet HTTP/1.1" 200 1370 0.019067 10.0.0.131 - - [2025-11-06 02:38:09] "GET /projects?obj_uuids=0b4e7978-054a-4c34-be94-23f3ef3fbb1c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001244 10.0.0.41 - - [2025-11-06 02:38:09] "GET /project/0b4e7978-054a-4c34-be94-23f3ef3fbb1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.069753 10.0.0.41 - - [2025-11-06 02:38:09] "POST /neutron/network HTTP/1.1" 200 1109 0.010335 10.0.0.41 - - [2025-11-06 02:38:09] "POST /neutron/security_group HTTP/1.1" 200 2064 0.012085 10.0.0.41 - - [2025-11-06 02:38:09] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007841 10.0.0.41 - - [2025-11-06 02:38:09] "POST /neutron/port HTTP/1.1" 200 1199 0.021910 10.0.0.131 - - [2025-11-06 02:38:09] "GET /projects?obj_uuids=0b4e7978-054a-4c34-be94-23f3ef3fbb1c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001129 10.0.0.41 - - [2025-11-06 02:38:09] "GET /virtual-machine/5bb3df6b-36e5-4791-9ec3-f56e3b9d8b7e HTTP/1.1" 401 292 0.000557 10.0.0.41 - - [2025-11-06 02:38:10] "POST /neutron/port HTTP/1.1" 200 1173 0.386928 10.0.0.41 - - [2025-11-06 02:38:10] "POST /neutron/port HTTP/1.1" 200 1173 0.014425 10.0.0.41 - - [2025-11-06 02:38:10] "GET /virtual-machine/5bb3df6b-36e5-4791-9ec3-f56e3b9d8b7e HTTP/1.1" 200 1300 0.033300 10.0.0.41 - - [2025-11-06 02:38:10] "GET /virtual-machine/5bb3df6b-36e5-4791-9ec3-f56e3b9d8b7e HTTP/1.1" 200 1300 0.009795 10.0.0.41 - - [2025-11-06 02:38:10] "GET /virtual-machine-interface/bc53f948-4e46-4207-83b0-c7ce9025d569 HTTP/1.1" 200 3176 0.007133 10.0.0.41 - - [2025-11-06 02:38:10] "GET /virtual-machine/5bb3df6b-36e5-4791-9ec3-f56e3b9d8b7e HTTP/1.1" 200 1300 0.004205 10.0.0.41 - - [2025-11-06 02:38:10] "GET /virtual-machine-interface/bc53f948-4e46-4207-83b0-c7ce9025d569 HTTP/1.1" 200 3176 0.018360 10.0.0.41 - - [2025-11-06 02:38:10] "GET /instance-ip/00e342b5-a4a5-426c-b508-7404a0aa3dfe HTTP/1.1" 200 1653 0.009509 10.0.0.41 - - [2025-11-06 02:38:10] "GET /instance-ip/3af5c9c8-5eac-40c7-b57c-7beacc0c1b68 HTTP/1.1" 200 1635 0.006829 10.0.0.41 - - [2025-11-06 02:38:10] "GET /virtual-machine/5bb3df6b-36e5-4791-9ec3-f56e3b9d8b7e HTTP/1.1" 200 1300 0.004863 10.0.0.41 - - [2025-11-06 02:38:10] "GET /virtual-machine-interface/bc53f948-4e46-4207-83b0-c7ce9025d569 HTTP/1.1" 200 3176 0.006996 10.0.0.41 - - [2025-11-06 02:38:10] "GET /instance-ip/00e342b5-a4a5-426c-b508-7404a0aa3dfe HTTP/1.1" 200 1653 0.004843 10.0.0.41 - - [2025-11-06 02:38:10] "GET /instance-ip/3af5c9c8-5eac-40c7-b57c-7beacc0c1b68 HTTP/1.1" 200 1635 0.003911 10.0.0.41 - - [2025-11-06 02:38:10] "POST /neutron/port HTTP/1.1" 200 1201 0.018363 10.0.0.41 - - [2025-11-06 02:38:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003383 10.0.0.41 - - [2025-11-06 02:38:10] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004464 10.0.0.41 - - [2025-11-06 02:38:10] "GET /virtual-networks?parent_id=0b4e7978-054a-4c34-be94-23f3ef3fbb1c&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.005247 10.0.0.41 - - [2025-11-06 02:38:10] "POST /neutron/subnet HTTP/1.1" 200 1385 0.017290 10.0.0.41 - - [2025-11-06 02:38:10] "GET /virtual-network/8d8ce09e-8f38-4e33-a0b2-54df5b8bcee2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.007286 10.0.0.41 - - [2025-11-06 02:38:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.009608 10.0.0.41 - - [2025-11-06 02:38:10] "POST /neutron/network HTTP/1.1" 200 1014 0.012778 10.0.0.41 - - [2025-11-06 02:38:10] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005185 10.0.0.41 - - [2025-11-06 02:38:10] "GET /virtual-networks?parent_id=0b4e7978-054a-4c34-be94-23f3ef3fbb1c&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.009536 10.0.0.41 - - [2025-11-06 02:38:10] "GET /virtual-network/8d8ce09e-8f38-4e33-a0b2-54df5b8bcee2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.007309 10.0.0.41 - - [2025-11-06 02:38:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004573 10.0.0.41 - - [2025-11-06 02:38:10] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004995 10.0.0.41 - - [2025-11-06 02:38:10] "GET /virtual-networks?parent_id=0b4e7978-054a-4c34-be94-23f3ef3fbb1c&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004106 10.0.0.41 - - [2025-11-06 02:38:10] "GET /virtual-network/8d8ce09e-8f38-4e33-a0b2-54df5b8bcee2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.008704 10.0.0.41 - - [2025-11-06 02:38:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004689 10.0.0.41 - - [2025-11-06 02:38:10] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006018 10.0.0.41 - - [2025-11-06 02:38:10] "GET /virtual-networks?parent_id=0b4e7978-054a-4c34-be94-23f3ef3fbb1c&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004061 10.0.0.41 - - [2025-11-06 02:38:11] "GET /virtual-network/8d8ce09e-8f38-4e33-a0b2-54df5b8bcee2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.007150 10.0.0.41 - - [2025-11-06 02:38:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004795 10.0.0.41 - - [2025-11-06 02:38:11] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005100 10.0.0.41 - - [2025-11-06 02:38:11] "GET /virtual-networks?parent_id=0b4e7978-054a-4c34-be94-23f3ef3fbb1c&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004727 10.0.0.41 - - [2025-11-06 02:38:11] "GET /virtual-network/8d8ce09e-8f38-4e33-a0b2-54df5b8bcee2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.007237 10.0.0.41 - - [2025-11-06 02:38:13] "POST /neutron/network HTTP/1.1" 200 1206 0.011755 10.0.0.41 - - [2025-11-06 02:38:13] "POST /neutron/subnet HTTP/1.1" 200 1375 0.019229 10.0.0.41 - - [2025-11-06 02:38:14] "POST /neutron/network HTTP/1.1" 200 1196 0.014846 10.0.0.41 - - [2025-11-06 02:38:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005444 10.0.0.41 - - [2025-11-06 02:38:14] "GET /virtual-network/8d8ce09e-8f38-4e33-a0b2-54df5b8bcee2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.007474 10.0.0.131 - - [2025-11-06 02:38:16] "DELETE /project/0b4e7978054a4c34be9423f3ef3fbb1c HTTP/1.1" 404 173 0.005412 10.0.0.131 - - [2025-11-06 02:38:16] "DELETE /project/2eb8466e-c0bf-4772-8457-252332950b92 HTTP/1.1" 404 177 0.005337 10.0.0.41 - - [2025-11-06 02:38:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004487 10.0.0.41 - - [2025-11-06 02:38:18] "GET /virtual-network/8d8ce09e-8f38-4e33-a0b2-54df5b8bcee2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.006787 10.0.0.41 - - [2025-11-06 02:38:19] "POST /neutron/network HTTP/1.1" 200 1119 0.008043 10.0.0.41 - - [2025-11-06 02:38:19] "POST /neutron/subnet HTTP/1.1" 200 1370 0.015364 10.0.0.41 - - [2025-11-06 02:38:19] "POST /neutron/network HTTP/1.1" 200 1109 0.013673 10.0.0.41 - - [2025-11-06 02:38:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003422 10.0.0.41 - - [2025-11-06 02:38:22] "GET /virtual-network/8d8ce09e-8f38-4e33-a0b2-54df5b8bcee2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.005525 10.0.0.38 - - [2025-11-06 02:38:25] "GET /obj-perms HTTP/1.1" 200 5056 0.041142 10.0.0.131 - - [2025-11-06 02:38:26] "GET /obj-perms HTTP/1.1" 200 5056 0.062339 10.0.0.41 - - [2025-11-06 02:38:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004020 10.0.0.41 - - [2025-11-06 02:38:26] "GET /virtual-network/8d8ce09e-8f38-4e33-a0b2-54df5b8bcee2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.006674 10.0.0.41 - - [2025-11-06 02:38:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004789 10.0.0.41 - - [2025-11-06 02:38:30] "GET /virtual-network/8d8ce09e-8f38-4e33-a0b2-54df5b8bcee2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.006071 10.0.0.41 - - [2025-11-06 02:38:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003723 10.0.0.41 - - [2025-11-06 02:38:34] "GET /virtual-network/8d8ce09e-8f38-4e33-a0b2-54df5b8bcee2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.006502 10.0.0.41 - - [2025-11-06 02:38:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004198 10.0.0.41 - - [2025-11-06 02:38:38] "GET /virtual-network/8d8ce09e-8f38-4e33-a0b2-54df5b8bcee2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.006364 10.0.0.41 - - [2025-11-06 02:38:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003715 10.0.0.41 - - [2025-11-06 02:38:42] "GET /virtual-network/8d8ce09e-8f38-4e33-a0b2-54df5b8bcee2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.005981 10.0.0.41 - - [2025-11-06 02:38:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004930 10.0.0.41 - - [2025-11-06 02:38:47] "GET /virtual-network/8d8ce09e-8f38-4e33-a0b2-54df5b8bcee2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.006860 10.0.0.41 - - [2025-11-06 02:38:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004045 10.0.0.41 - - [2025-11-06 02:38:51] "GET /virtual-network/8d8ce09e-8f38-4e33-a0b2-54df5b8bcee2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.005930 10.0.0.41 - - [2025-11-06 02:38:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003761 10.0.0.41 - - [2025-11-06 02:38:55] "GET /virtual-network/8d8ce09e-8f38-4e33-a0b2-54df5b8bcee2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.006135 10.0.0.41 - - [2025-11-06 02:38:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003547 10.0.0.41 - - [2025-11-06 02:38:57] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003884 10.0.0.41 - - [2025-11-06 02:38:57] "GET /virtual-networks?parent_id=0b4e7978-054a-4c34-be94-23f3ef3fbb1c&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003623 10.0.0.41 - - [2025-11-06 02:38:57] "GET /virtual-network/8d8ce09e-8f38-4e33-a0b2-54df5b8bcee2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.007032 10.0.0.41 - - [2025-11-06 02:38:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004453 10.0.0.41 - - [2025-11-06 02:38:57] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005354 10.0.0.41 - - [2025-11-06 02:38:57] "GET /virtual-networks?parent_id=0b4e7978-054a-4c34-be94-23f3ef3fbb1c&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.005135 10.0.0.41 - - [2025-11-06 02:38:57] "GET /virtual-network/8d8ce09e-8f38-4e33-a0b2-54df5b8bcee2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.007656 10.0.0.41 - - [2025-11-06 02:38:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004820 10.0.0.41 - - [2025-11-06 02:38:57] "GET /routing-instance/2484ce30-0adb-4f6e-a2f7-a20768b01aeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1801 0.009412 10.0.0.41 - - [2025-11-06 02:38:57] "GET /route-target/402c8880-8090-4283-9714-b2dbbdfa8702?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005791 10.0.0.41 - - [2025-11-06 02:38:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.005011 10.0.0.41 - - [2025-11-06 02:38:57] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004884 10.0.0.41 - - [2025-11-06 02:38:57] "GET /virtual-networks?parent_id=0b4e7978-054a-4c34-be94-23f3ef3fbb1c&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004709 10.0.0.41 - - [2025-11-06 02:38:57] "GET /virtual-network/8d8ce09e-8f38-4e33-a0b2-54df5b8bcee2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.007004 10.0.0.41 - - [2025-11-06 02:38:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003804 10.0.0.41 - - [2025-11-06 02:38:57] "GET /routing-instance/2484ce30-0adb-4f6e-a2f7-a20768b01aeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1801 0.006270 10.0.0.41 - - [2025-11-06 02:38:57] "GET /route-target/402c8880-8090-4283-9714-b2dbbdfa8702?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004627 10.0.0.41 - - [2025-11-06 02:38:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003716 10.0.0.41 - - [2025-11-06 02:38:58] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005713 10.0.0.41 - - [2025-11-06 02:38:58] "GET /virtual-networks?parent_id=0b4e7978-054a-4c34-be94-23f3ef3fbb1c&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003966 10.0.0.41 - - [2025-11-06 02:38:58] "GET /virtual-network/8d8ce09e-8f38-4e33-a0b2-54df5b8bcee2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.007907 10.0.0.41 - - [2025-11-06 02:38:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005323 10.0.0.41 - - [2025-11-06 02:38:58] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005633 10.0.0.41 - - [2025-11-06 02:38:58] "GET /virtual-networks?parent_id=0b4e7978-054a-4c34-be94-23f3ef3fbb1c&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004338 10.0.0.41 - - [2025-11-06 02:38:58] "GET /virtual-network/8d8ce09e-8f38-4e33-a0b2-54df5b8bcee2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.009013 10.0.0.41 - - [2025-11-06 02:38:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004951 10.0.0.41 - - [2025-11-06 02:38:58] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005917 10.0.0.41 - - [2025-11-06 02:38:58] "GET /virtual-networks?parent_id=0b4e7978-054a-4c34-be94-23f3ef3fbb1c&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.005277 10.0.0.41 - - [2025-11-06 02:38:58] "GET /virtual-network/8d8ce09e-8f38-4e33-a0b2-54df5b8bcee2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.007913 10.0.0.41 - - [2025-11-06 02:38:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004759 10.0.0.41 - - [2025-11-06 02:38:58] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005523 10.0.0.41 - - [2025-11-06 02:38:58] "GET /virtual-networks?parent_id=0b4e7978-054a-4c34-be94-23f3ef3fbb1c&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003623 10.0.0.41 - - [2025-11-06 02:38:58] "GET /virtual-network/8d8ce09e-8f38-4e33-a0b2-54df5b8bcee2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.008127 10.0.0.41 - - [2025-11-06 02:38:58] "GET /obj-perms HTTP/1.1" 200 5042 0.005685 10.0.0.41 - - [2025-11-06 02:38:58] "GET /obj-perms HTTP/1.1" 200 5042 0.005472 10.0.0.131 - - [2025-11-06 02:38:58] "GET /obj-perms HTTP/1.1" 200 5042 0.005225 10.0.0.41 - - [2025-11-06 02:38:58] "GET /obj-perms HTTP/1.1" 200 5042 0.004765 10.0.0.131 - - [2025-11-06 02:38:58] "GET /obj-perms HTTP/1.1" 200 5042 0.003985 10.0.0.41 - - [2025-11-06 02:38:59] "POST /neutron/port HTTP/1.1" 200 1198 0.017097 10.0.0.41 - - [2025-11-06 02:38:59] "POST /neutron/security_group HTTP/1.1" 200 2064 0.009211 10.0.0.41 - - [2025-11-06 02:38:59] "GET /virtual-machine/4c57827a-5b18-4c2d-8c53-371f431f721c HTTP/1.1" 200 1300 0.006161 10.0.0.41 - - [2025-11-06 02:38:59] "GET /virtual-machine/4c57827a-5b18-4c2d-8c53-371f431f721c HTTP/1.1" 200 1300 0.004244 10.0.0.41 - - [2025-11-06 02:38:59] "GET /virtual-machine-interface/c2521fa5-7429-415b-8ac2-05921577f24f HTTP/1.1" 200 3176 0.006152 10.0.0.41 - - [2025-11-06 02:38:59] "GET /virtual-machine/4c57827a-5b18-4c2d-8c53-371f431f721c HTTP/1.1" 200 1300 0.004690 10.0.0.41 - - [2025-11-06 02:38:59] "GET /virtual-machine-interface/c2521fa5-7429-415b-8ac2-05921577f24f HTTP/1.1" 200 3176 0.006151 10.0.0.41 - - [2025-11-06 02:38:59] "GET /instance-ip/2b4fce60-a8b8-42db-882d-67d0b8432230 HTTP/1.1" 200 1654 0.008764 10.0.0.41 - - [2025-11-06 02:38:59] "GET /instance-ip/7037b0eb-87e3-43a7-a4ec-d246c217f6ed HTTP/1.1" 200 1634 0.006496 10.0.0.41 - - [2025-11-06 02:38:59] "GET /virtual-machine/4c57827a-5b18-4c2d-8c53-371f431f721c HTTP/1.1" 200 1300 0.004618 10.0.0.41 - - [2025-11-06 02:38:59] "GET /virtual-machine-interface/c2521fa5-7429-415b-8ac2-05921577f24f HTTP/1.1" 200 3176 0.005815 10.0.0.41 - - [2025-11-06 02:38:59] "GET /instance-ip/2b4fce60-a8b8-42db-882d-67d0b8432230 HTTP/1.1" 200 1654 0.004805 10.0.0.41 - - [2025-11-06 02:38:59] "GET /instance-ip/7037b0eb-87e3-43a7-a4ec-d246c217f6ed HTTP/1.1" 200 1634 0.006125 10.0.0.41 - - [2025-11-06 02:38:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005966 10.0.0.41 - - [2025-11-06 02:38:59] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005878 10.0.0.41 - - [2025-11-06 02:38:59] "GET /virtual-networks?parent_id=0b4e7978-054a-4c34-be94-23f3ef3fbb1c&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004145 10.0.0.41 - - [2025-11-06 02:38:59] "GET /virtual-network/fb24b0a4-b6f2-47c5-8e30-adca94dcda49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2953 0.007985 10.0.0.41 - - [2025-11-06 02:38:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004675 10.0.0.41 - - [2025-11-06 02:38:59] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005739 10.0.0.41 - - [2025-11-06 02:38:59] "GET /virtual-networks?parent_id=0b4e7978-054a-4c34-be94-23f3ef3fbb1c&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.008483 10.0.0.41 - - [2025-11-06 02:38:59] "POST /neutron/port HTTP/1.1" 200 1198 0.021472 10.0.0.41 - - [2025-11-06 02:38:59] "GET /virtual-network/fb24b0a4-b6f2-47c5-8e30-adca94dcda49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2953 0.006394 10.0.0.41 - - [2025-11-06 02:38:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004485 10.0.0.41 - - [2025-11-06 02:38:59] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005930 10.0.0.41 - - [2025-11-06 02:38:59] "GET /virtual-networks?parent_id=0b4e7978-054a-4c34-be94-23f3ef3fbb1c&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004832 10.0.0.41 - - [2025-11-06 02:38:59] "GET /virtual-network/fb24b0a4-b6f2-47c5-8e30-adca94dcda49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2953 0.006866 10.0.0.41 - - [2025-11-06 02:38:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003601 10.0.0.41 - - [2025-11-06 02:38:59] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004769 10.0.0.41 - - [2025-11-06 02:38:59] "GET /virtual-networks?parent_id=0b4e7978-054a-4c34-be94-23f3ef3fbb1c&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003495 10.0.0.41 - - [2025-11-06 02:38:59] "GET /virtual-network/fb24b0a4-b6f2-47c5-8e30-adca94dcda49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2953 0.006509 10.0.0.41 - - [2025-11-06 02:38:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004078 10.0.0.41 - - [2025-11-06 02:38:59] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005996 10.0.0.41 - - [2025-11-06 02:39:00] "GET /virtual-networks?parent_id=0b4e7978-054a-4c34-be94-23f3ef3fbb1c&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004576 10.0.0.41 - - [2025-11-06 02:39:00] "GET /virtual-network/fb24b0a4-b6f2-47c5-8e30-adca94dcda49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2953 0.010332 10.0.0.41 - - [2025-11-06 02:39:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004150 10.0.0.41 - - [2025-11-06 02:39:01] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004885 10.0.0.41 - - [2025-11-06 02:39:01] "GET /virtual-networks?parent_id=0b4e7978-054a-4c34-be94-23f3ef3fbb1c&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003839 10.0.0.41 - - [2025-11-06 02:39:01] "GET /virtual-network/fb24b0a4-b6f2-47c5-8e30-adca94dcda49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2953 0.009037 10.0.0.41 - - [2025-11-06 02:39:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004856 10.0.0.41 - - [2025-11-06 02:39:01] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005052 10.0.0.41 - - [2025-11-06 02:39:01] "GET /virtual-networks?parent_id=0b4e7978-054a-4c34-be94-23f3ef3fbb1c&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003472 10.0.0.41 - - [2025-11-06 02:39:01] "GET /virtual-network/fb24b0a4-b6f2-47c5-8e30-adca94dcda49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2953 0.006487 10.0.0.41 - - [2025-11-06 02:39:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004664 10.0.0.41 - - [2025-11-06 02:39:01] "GET /routing-instance/baf64e5d-b415-4922-b7cb-9f6de1bc021b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1802 0.005159 10.0.0.41 - - [2025-11-06 02:39:01] "GET /route-target/7d828660-847b-4f0f-9a07-cbe97e07e305?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004067 10.0.0.41 - - [2025-11-06 02:39:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004019 10.0.0.41 - - [2025-11-06 02:39:01] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003777 10.0.0.41 - - [2025-11-06 02:39:01] "GET /virtual-networks?parent_id=0b4e7978-054a-4c34-be94-23f3ef3fbb1c&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003989 10.0.0.41 - - [2025-11-06 02:39:01] "GET /virtual-network/fb24b0a4-b6f2-47c5-8e30-adca94dcda49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2953 0.006114 10.0.0.41 - - [2025-11-06 02:39:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004430 10.0.0.41 - - [2025-11-06 02:39:01] "GET /routing-instance/baf64e5d-b415-4922-b7cb-9f6de1bc021b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1802 0.005636 10.0.0.41 - - [2025-11-06 02:39:01] "GET /route-target/7d828660-847b-4f0f-9a07-cbe97e07e305?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004838 10.0.0.41 - - [2025-11-06 02:39:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003851 10.0.0.41 - - [2025-11-06 02:39:01] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.007217 10.0.0.41 - - [2025-11-06 02:39:01] "GET /virtual-networks?parent_id=0b4e7978-054a-4c34-be94-23f3ef3fbb1c&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003969 10.0.0.41 - - [2025-11-06 02:39:01] "GET /virtual-network/fb24b0a4-b6f2-47c5-8e30-adca94dcda49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2953 0.007375 10.0.0.41 - - [2025-11-06 02:39:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004449 10.0.0.41 - - [2025-11-06 02:39:01] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006009 10.0.0.41 - - [2025-11-06 02:39:01] "GET /virtual-networks?parent_id=0b4e7978-054a-4c34-be94-23f3ef3fbb1c&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003485 10.0.0.41 - - [2025-11-06 02:39:02] "GET /virtual-network/fb24b0a4-b6f2-47c5-8e30-adca94dcda49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2953 0.006657 10.0.0.41 - - [2025-11-06 02:39:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004088 10.0.0.41 - - [2025-11-06 02:39:02] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004324 10.0.0.41 - - [2025-11-06 02:39:02] "GET /virtual-networks?parent_id=0b4e7978-054a-4c34-be94-23f3ef3fbb1c&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.005048 10.0.0.41 - - [2025-11-06 02:39:02] "GET /virtual-network/fb24b0a4-b6f2-47c5-8e30-adca94dcda49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2953 0.006052 10.0.0.41 - - [2025-11-06 02:39:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003635 10.0.0.41 - - [2025-11-06 02:39:02] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006739 10.0.0.41 - - [2025-11-06 02:39:02] "GET /virtual-networks?parent_id=0b4e7978-054a-4c34-be94-23f3ef3fbb1c&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.006390 10.0.0.41 - - [2025-11-06 02:39:02] "GET /virtual-network/fb24b0a4-b6f2-47c5-8e30-adca94dcda49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2953 0.008182 10.0.0.41 - - [2025-11-06 02:39:02] "GET /obj-perms HTTP/1.1" 200 5042 0.004519 10.0.0.131 - - [2025-11-06 02:39:02] "GET /obj-perms HTTP/1.1" 200 5042 0.004312 10.0.0.41 - - [2025-11-06 02:39:02] "GET /obj-perms HTTP/1.1" 200 5042 0.004298 10.0.0.131 - - [2025-11-06 02:39:02] "GET /obj-perms HTTP/1.1" 200 5042 0.004972 10.0.0.41 - - [2025-11-06 02:39:02] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008570 10.0.0.41 - - [2025-11-06 02:39:02] "POST /neutron/port HTTP/1.1" 200 1201 0.024052 10.0.0.41 - - [2025-11-06 02:39:03] "POST /neutron/security_group HTTP/1.1" 200 2064 0.012756 10.0.0.41 - - [2025-11-06 02:39:03] "GET /virtual-machine/f7ff0df3-666d-402d-971c-79b353c1ffa6 HTTP/1.1" 200 1301 0.010262 10.0.0.41 - - [2025-11-06 02:39:03] "GET /virtual-machine/f7ff0df3-666d-402d-971c-79b353c1ffa6 HTTP/1.1" 200 1301 0.005317 10.0.0.41 - - [2025-11-06 02:39:03] "GET /virtual-machine-interface/cc3fdbc3-80dd-4a78-9f37-f1ed20704f37 HTTP/1.1" 200 3177 0.013375 10.0.0.41 - - [2025-11-06 02:39:03] "GET /virtual-machine/f7ff0df3-666d-402d-971c-79b353c1ffa6 HTTP/1.1" 200 1301 0.005332 10.0.0.41 - - [2025-11-06 02:39:03] "GET /virtual-machine-interface/cc3fdbc3-80dd-4a78-9f37-f1ed20704f37 HTTP/1.1" 200 3177 0.011216 10.0.0.41 - - [2025-11-06 02:39:03] "GET /instance-ip/0b26dff7-c2bc-4a02-97b5-32ac6c8fef61 HTTP/1.1" 200 1654 0.007891 10.0.0.41 - - [2025-11-06 02:39:03] "GET /instance-ip/c2275671-541e-46c5-8dd3-4990fb5076d4 HTTP/1.1" 200 1638 0.007645 10.0.0.41 - - [2025-11-06 02:39:03] "GET /virtual-machine/f7ff0df3-666d-402d-971c-79b353c1ffa6 HTTP/1.1" 200 1301 0.004603 10.0.0.41 - - [2025-11-06 02:39:03] "GET /virtual-machine-interface/cc3fdbc3-80dd-4a78-9f37-f1ed20704f37 HTTP/1.1" 200 3177 0.006365 10.0.0.41 - - [2025-11-06 02:39:03] "GET /instance-ip/0b26dff7-c2bc-4a02-97b5-32ac6c8fef61 HTTP/1.1" 200 1654 0.004758 10.0.0.41 - - [2025-11-06 02:39:03] "GET /instance-ip/c2275671-541e-46c5-8dd3-4990fb5076d4 HTTP/1.1" 200 1638 0.007111 10.0.0.41 - - [2025-11-06 02:39:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004155 10.0.0.41 - - [2025-11-06 02:39:03] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005674 10.0.0.41 - - [2025-11-06 02:39:03] "GET /virtual-networks?parent_id=0b4e7978-054a-4c34-be94-23f3ef3fbb1c&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.006577 10.0.0.41 - - [2025-11-06 02:39:03] "GET /virtual-network/1d1e38cc-a609-4118-b3e6-d730d4ad8dbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.008604 10.0.0.41 - - [2025-11-06 02:39:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005613 10.0.0.41 - - [2025-11-06 02:39:03] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005858 10.0.0.41 - - [2025-11-06 02:39:03] "GET /virtual-networks?parent_id=0b4e7978-054a-4c34-be94-23f3ef3fbb1c&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004558 10.0.0.41 - - [2025-11-06 02:39:03] "GET /virtual-network/1d1e38cc-a609-4118-b3e6-d730d4ad8dbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.007863 10.0.0.41 - - [2025-11-06 02:39:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004277 10.0.0.41 - - [2025-11-06 02:39:03] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004761 10.0.0.41 - - [2025-11-06 02:39:03] "GET /virtual-networks?parent_id=0b4e7978-054a-4c34-be94-23f3ef3fbb1c&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004156 10.0.0.41 - - [2025-11-06 02:39:03] "GET /virtual-network/1d1e38cc-a609-4118-b3e6-d730d4ad8dbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.006130 10.0.0.41 - - [2025-11-06 02:39:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004283 10.0.0.41 - - [2025-11-06 02:39:03] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006200 10.0.0.41 - - [2025-11-06 02:39:03] "GET /virtual-networks?parent_id=0b4e7978-054a-4c34-be94-23f3ef3fbb1c&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004293 10.0.0.41 - - [2025-11-06 02:39:03] "GET /virtual-network/1d1e38cc-a609-4118-b3e6-d730d4ad8dbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.006786 10.0.0.41 - - [2025-11-06 02:39:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004269 10.0.0.41 - - [2025-11-06 02:39:03] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005630 10.0.0.41 - - [2025-11-06 02:39:03] "GET /virtual-networks?parent_id=0b4e7978-054a-4c34-be94-23f3ef3fbb1c&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004346 10.0.0.41 - - [2025-11-06 02:39:03] "GET /virtual-network/1d1e38cc-a609-4118-b3e6-d730d4ad8dbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.008840 10.0.0.41 - - [2025-11-06 02:39:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004152 10.0.0.41 - - [2025-11-06 02:39:04] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004066 10.0.0.41 - - [2025-11-06 02:39:04] "GET /virtual-networks?parent_id=0b4e7978-054a-4c34-be94-23f3ef3fbb1c&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003731 10.0.0.41 - - [2025-11-06 02:39:05] "GET /virtual-network/1d1e38cc-a609-4118-b3e6-d730d4ad8dbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.006062 10.0.0.41 - - [2025-11-06 02:39:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004696 10.0.0.41 - - [2025-11-06 02:39:05] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004352 10.0.0.41 - - [2025-11-06 02:39:05] "GET /virtual-networks?parent_id=0b4e7978-054a-4c34-be94-23f3ef3fbb1c&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003237 10.0.0.41 - - [2025-11-06 02:39:05] "GET /virtual-network/1d1e38cc-a609-4118-b3e6-d730d4ad8dbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.006985 10.0.0.41 - - [2025-11-06 02:39:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004358 10.0.0.41 - - [2025-11-06 02:39:05] "GET /routing-instance/c76826d5-de22-4e60-a752-648f06db5b11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1489 0.007063 10.0.0.41 - - [2025-11-06 02:39:05] "GET /route-target/e6594766-89fb-4167-a1e4-a5247804003e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.005654 10.0.0.41 - - [2025-11-06 02:39:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005238 10.0.0.41 - - [2025-11-06 02:39:05] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006330 10.0.0.41 - - [2025-11-06 02:39:05] "GET /virtual-networks?parent_id=0b4e7978-054a-4c34-be94-23f3ef3fbb1c&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004981 10.0.0.41 - - [2025-11-06 02:39:05] "GET /virtual-network/1d1e38cc-a609-4118-b3e6-d730d4ad8dbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.008970 10.0.0.41 - - [2025-11-06 02:39:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004876 10.0.0.41 - - [2025-11-06 02:39:05] "GET /routing-instance/c76826d5-de22-4e60-a752-648f06db5b11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1489 0.005904 10.0.0.41 - - [2025-11-06 02:39:05] "GET /route-target/e6594766-89fb-4167-a1e4-a5247804003e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.006595 10.0.0.41 - - [2025-11-06 02:39:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003545 10.0.0.41 - - [2025-11-06 02:39:05] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005685 10.0.0.41 - - [2025-11-06 02:39:05] "GET /virtual-networks?parent_id=0b4e7978-054a-4c34-be94-23f3ef3fbb1c&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003842 10.0.0.41 - - [2025-11-06 02:39:05] "GET /virtual-network/1d1e38cc-a609-4118-b3e6-d730d4ad8dbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.008958 10.0.0.41 - - [2025-11-06 02:39:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004391 10.0.0.41 - - [2025-11-06 02:39:05] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006036 10.0.0.41 - - [2025-11-06 02:39:05] "GET /virtual-networks?parent_id=0b4e7978-054a-4c34-be94-23f3ef3fbb1c&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004000 10.0.0.41 - - [2025-11-06 02:39:05] "GET /virtual-network/1d1e38cc-a609-4118-b3e6-d730d4ad8dbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.007193 10.0.0.41 - - [2025-11-06 02:39:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004359 10.0.0.41 - - [2025-11-06 02:39:05] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005725 10.0.0.41 - - [2025-11-06 02:39:05] "GET /virtual-networks?parent_id=0b4e7978-054a-4c34-be94-23f3ef3fbb1c&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004637 10.0.0.41 - - [2025-11-06 02:39:06] "GET /virtual-network/1d1e38cc-a609-4118-b3e6-d730d4ad8dbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.007397 10.0.0.41 - - [2025-11-06 02:39:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004054 10.0.0.41 - - [2025-11-06 02:39:06] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006254 10.0.0.41 - - [2025-11-06 02:39:06] "GET /virtual-networks?parent_id=0b4e7978-054a-4c34-be94-23f3ef3fbb1c&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004388 10.0.0.41 - - [2025-11-06 02:39:06] "GET /virtual-network/1d1e38cc-a609-4118-b3e6-d730d4ad8dbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.009296 10.0.0.41 - - [2025-11-06 02:39:06] "GET /obj-perms HTTP/1.1" 200 5042 0.005259 10.0.0.41 - - [2025-11-06 02:39:06] "GET /obj-perms HTTP/1.1" 200 5042 0.004440 10.0.0.131 - - [2025-11-06 02:39:06] "GET /obj-perms HTTP/1.1" 200 5042 0.004881 10.0.0.41 - - [2025-11-06 02:39:06] "GET /obj-perms HTTP/1.1" 200 5042 0.004312 10.0.0.38 - - [2025-11-06 02:39:06] "GET /obj-perms HTTP/1.1" 200 5042 0.005006 10.0.0.131 - - [2025-11-06 02:39:06] "GET /obj-perms HTTP/1.1" 200 5042 0.004480 10.0.0.41 - - [2025-11-06 02:39:06] "GET /virtual-machine/5bb3df6b-36e5-4791-9ec3-f56e3b9d8b7e HTTP/1.1" 200 1300 0.004325 10.0.0.41 - - [2025-11-06 02:39:06] "GET /virtual-machine-interface/bc53f948-4e46-4207-83b0-c7ce9025d569 HTTP/1.1" 200 3176 0.005653 10.0.0.41 - - [2025-11-06 02:39:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003814 10.0.0.41 - - [2025-11-06 02:39:06] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003866 10.0.0.41 - - [2025-11-06 02:39:06] "GET /virtual-networks?parent_id=0b4e7978-054a-4c34-be94-23f3ef3fbb1c&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003744 10.0.0.41 - - [2025-11-06 02:39:06] "GET /virtual-network/8d8ce09e-8f38-4e33-a0b2-54df5b8bcee2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.008527 10.0.0.41 - - [2025-11-06 02:39:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003624 10.0.0.41 - - [2025-11-06 02:39:07] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003852 10.0.0.41 - - [2025-11-06 02:39:07] "GET /virtual-networks?parent_id=0b4e7978-054a-4c34-be94-23f3ef3fbb1c&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004126 10.0.0.41 - - [2025-11-06 02:39:07] "GET /virtual-network/8d8ce09e-8f38-4e33-a0b2-54df5b8bcee2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.007299 10.0.0.41 - - [2025-11-06 02:39:08] "POST /neutron/port HTTP/1.1" 200 1199 0.020500 10.0.0.41 - - [2025-11-06 02:39:11] "POST /neutron/security_group HTTP/1.1" 200 2064 0.010685 10.0.0.41 - - [2025-11-06 02:39:14] "POST /neutron/port HTTP/1.1" 200 1201 0.016276 10.0.0.41 - - [2025-11-06 02:39:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004209 10.0.0.41 - - [2025-11-06 02:39:14] "POST /neutron/port HTTP/1.1" 200 117 0.002270 10.0.0.41 - - [2025-11-06 02:39:18] "POST /neutron/port HTTP/1.1" 200 1199 0.023627 10.0.0.41 - - [2025-11-06 02:39:19] "POST /neutron/port HTTP/1.1" 200 1198 0.017889 10.0.0.41 - - [2025-11-06 02:39:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004840 10.0.0.41 - - [2025-11-06 02:39:19] "POST /neutron/port HTTP/1.1" 200 117 0.001253 10.0.0.41 - - [2025-11-06 02:39:23] "GET /virtual-machine/4c57827a-5b18-4c2d-8c53-371f431f721c HTTP/1.1" 200 1300 0.004383 10.0.0.41 - - [2025-11-06 02:39:23] "GET /virtual-machine-interface/c2521fa5-7429-415b-8ac2-05921577f24f HTTP/1.1" 200 3176 0.005462 10.0.0.41 - - [2025-11-06 02:39:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003803 10.0.0.41 - - [2025-11-06 02:39:23] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004078 10.0.0.41 - - [2025-11-06 02:39:23] "GET /virtual-networks?parent_id=0b4e7978-054a-4c34-be94-23f3ef3fbb1c&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003871 10.0.0.41 - - [2025-11-06 02:39:23] "GET /virtual-network/fb24b0a4-b6f2-47c5-8e30-adca94dcda49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2953 0.006866 10.0.0.41 - - [2025-11-06 02:39:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003763 10.0.0.41 - - [2025-11-06 02:39:24] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005108 10.0.0.41 - - [2025-11-06 02:39:24] "GET /virtual-networks?parent_id=0b4e7978-054a-4c34-be94-23f3ef3fbb1c&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.005948 10.0.0.41 - - [2025-11-06 02:39:24] "GET /virtual-network/fb24b0a4-b6f2-47c5-8e30-adca94dcda49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2953 0.006329 10.0.0.41 - - [2025-11-06 02:39:24] "GET /virtual-machine/f7ff0df3-666d-402d-971c-79b353c1ffa6 HTTP/1.1" 200 1301 0.005257 10.0.0.41 - - [2025-11-06 02:39:24] "GET /virtual-machine-interface/cc3fdbc3-80dd-4a78-9f37-f1ed20704f37 HTTP/1.1" 200 3177 0.006106 10.0.0.41 - - [2025-11-06 02:39:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003963 10.0.0.41 - - [2025-11-06 02:39:24] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004395 10.0.0.41 - - [2025-11-06 02:39:24] "GET /virtual-networks?parent_id=0b4e7978-054a-4c34-be94-23f3ef3fbb1c&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.008156 10.0.0.41 - - [2025-11-06 02:39:25] "GET /virtual-network/1d1e38cc-a609-4118-b3e6-d730d4ad8dbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.006571 10.0.0.41 - - [2025-11-06 02:39:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004635 10.0.0.41 - - [2025-11-06 02:39:26] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005117 10.0.0.41 - - [2025-11-06 02:39:26] "GET /virtual-networks?parent_id=0b4e7978-054a-4c34-be94-23f3ef3fbb1c&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004257 10.0.0.41 - - [2025-11-06 02:39:26] "GET /virtual-network/1d1e38cc-a609-4118-b3e6-d730d4ad8dbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.008436 10.0.0.41 - - [2025-11-06 02:39:49] "GET /virtual-machine/f7ff0df3-666d-402d-971c-79b353c1ffa6 HTTP/1.1" 200 1301 0.005018 10.0.0.41 - - [2025-11-06 02:39:50] "POST /neutron/port HTTP/1.1" 200 1227 0.021687 10.0.0.41 - - [2025-11-06 02:39:51] "GET /virtual-machine/f7ff0df3-666d-402d-971c-79b353c1ffa6 HTTP/1.1" 404 171 0.003814 10.0.0.41 - - [2025-11-06 02:39:51] "GET /virtual-machine/f7ff0df3-666d-402d-971c-79b353c1ffa6 HTTP/1.1" 404 171 0.003017 10.0.0.41 - - [2025-11-06 02:39:51] "GET /virtual-machine/f7ff0df3-666d-402d-971c-79b353c1ffa6 HTTP/1.1" 404 171 0.003049 10.0.0.41 - - [2025-11-06 02:39:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005317 10.0.0.41 - - [2025-11-06 02:39:52] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006793 10.0.0.41 - - [2025-11-06 02:39:52] "GET /virtual-networks?parent_id=0b4e7978-054a-4c34-be94-23f3ef3fbb1c&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003945 10.0.0.41 - - [2025-11-06 02:39:52] "GET /virtual-network/1d1e38cc-a609-4118-b3e6-d730d4ad8dbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.006614 10.0.0.41 - - [2025-11-06 02:39:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003263 10.0.0.41 - - [2025-11-06 02:39:52] "GET /routing-instance/c76826d5-de22-4e60-a752-648f06db5b11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1489 0.004978 10.0.0.41 - - [2025-11-06 02:39:52] "GET /route-target/e6594766-89fb-4167-a1e4-a5247804003e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004225 10.0.0.41 - - [2025-11-06 02:39:52] "GET /obj-perms HTTP/1.1" 200 5042 0.003948 10.0.0.131 - - [2025-11-06 02:39:58] "GET /obj-perms HTTP/1.1" 200 5042 0.004298 10.0.0.41 - - [2025-11-06 02:40:01] "GET /obj-perms HTTP/1.1" 200 5042 0.004655 10.0.0.131 - - [2025-11-06 02:40:07] "GET /obj-perms HTTP/1.1" 200 5042 0.004632 10.0.0.41 - - [2025-11-06 02:40:10] "GET /obj-perms HTTP/1.1" 200 5042 0.004090 10.0.0.41 - - [2025-11-06 02:40:14] "POST /neutron/port HTTP/1.1" 200 1199 0.051559 10.0.0.41 - - [2025-11-06 02:40:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005335 10.0.0.41 - - [2025-11-06 02:40:15] "POST /neutron/port HTTP/1.1" 200 117 0.001217 10.0.0.131 - - [2025-11-06 02:40:17] "GET /obj-perms HTTP/1.1" 200 5042 0.004540 10.0.0.41 - - [2025-11-06 02:40:17] "GET /obj-perms HTTP/1.1" 200 5042 0.004809 10.0.0.41 - - [2025-11-06 02:40:17] "GET /virtual-machine/4c57827a-5b18-4c2d-8c53-371f431f721c HTTP/1.1" 200 1300 0.005416 10.0.0.41 - - [2025-11-06 02:40:17] "POST /neutron/port HTTP/1.1" 200 1224 0.017630 10.0.0.41 - - [2025-11-06 02:40:19] "GET /virtual-machine/4c57827a-5b18-4c2d-8c53-371f431f721c HTTP/1.1" 404 171 0.004741 10.0.0.41 - - [2025-11-06 02:40:19] "GET /virtual-machine/4c57827a-5b18-4c2d-8c53-371f431f721c HTTP/1.1" 404 171 0.003388 10.0.0.41 - - [2025-11-06 02:40:19] "GET /virtual-machine/4c57827a-5b18-4c2d-8c53-371f431f721c HTTP/1.1" 404 171 0.003182 10.0.0.41 - - [2025-11-06 02:40:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004893 10.0.0.41 - - [2025-11-06 02:40:19] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.007858 10.0.0.41 - - [2025-11-06 02:40:19] "GET /virtual-networks?parent_id=0b4e7978-054a-4c34-be94-23f3ef3fbb1c&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.005243 10.0.0.41 - - [2025-11-06 02:40:19] "GET /virtual-network/fb24b0a4-b6f2-47c5-8e30-adca94dcda49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2953 0.008509 10.0.0.41 - - [2025-11-06 02:40:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003977 10.0.0.41 - - [2025-11-06 02:40:19] "GET /routing-instance/baf64e5d-b415-4922-b7cb-9f6de1bc021b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1802 0.005611 10.0.0.41 - - [2025-11-06 02:40:19] "GET /route-target/7d828660-847b-4f0f-9a07-cbe97e07e305?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004102 10.0.0.41 - - [2025-11-06 02:40:22] "GET /obj-perms HTTP/1.1" 200 5042 0.004305 10.0.0.131 - - [2025-11-06 02:40:22] "GET /obj-perms HTTP/1.1" 200 5042 0.005513 10.0.0.41 - - [2025-11-06 02:40:28] "GET /obj-perms HTTP/1.1" 200 5042 0.006674 10.0.0.131 - - [2025-11-06 02:40:29] "GET /obj-perms HTTP/1.1" 200 5042 0.005899 10.0.0.41 - - [2025-11-06 02:40:38] "GET /obj-perms HTTP/1.1" 200 5042 0.004318 10.0.0.131 - - [2025-11-06 02:40:38] "GET /obj-perms HTTP/1.1" 200 5042 0.003839 10.0.0.41 - - [2025-11-06 02:40:47] "GET /obj-perms HTTP/1.1" 200 5042 0.004653 10.0.0.131 - - [2025-11-06 02:40:47] "GET /obj-perms HTTP/1.1" 200 5042 0.004217 10.0.0.38 - - [2025-11-06 02:40:47] "GET /obj-perms HTTP/1.1" 200 5042 0.003963 10.0.0.41 - - [2025-11-06 02:40:47] "GET /virtual-machine/5bb3df6b-36e5-4791-9ec3-f56e3b9d8b7e HTTP/1.1" 200 1300 0.004141 10.0.0.41 - - [2025-11-06 02:40:48] "POST /neutron/port HTTP/1.1" 200 1225 0.015421 10.0.0.41 - - [2025-11-06 02:40:49] "GET /virtual-machine/5bb3df6b-36e5-4791-9ec3-f56e3b9d8b7e HTTP/1.1" 404 171 0.003474 10.0.0.41 - - [2025-11-06 02:40:49] "GET /virtual-machine/5bb3df6b-36e5-4791-9ec3-f56e3b9d8b7e HTTP/1.1" 404 171 0.003365 10.0.0.41 - - [2025-11-06 02:40:49] "GET /virtual-machine/5bb3df6b-36e5-4791-9ec3-f56e3b9d8b7e HTTP/1.1" 404 171 0.003933 10.0.0.41 - - [2025-11-06 02:40:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003942 10.0.0.41 - - [2025-11-06 02:40:49] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004341 10.0.0.41 - - [2025-11-06 02:40:49] "GET /virtual-networks?parent_id=0b4e7978-054a-4c34-be94-23f3ef3fbb1c&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003156 10.0.0.41 - - [2025-11-06 02:40:49] "GET /virtual-network/8d8ce09e-8f38-4e33-a0b2-54df5b8bcee2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.006105 10.0.0.41 - - [2025-11-06 02:40:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003059 10.0.0.41 - - [2025-11-06 02:40:49] "GET /routing-instance/2484ce30-0adb-4f6e-a2f7-a20768b01aeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1801 0.004120 10.0.0.41 - - [2025-11-06 02:40:49] "GET /route-target/402c8880-8090-4283-9714-b2dbbdfa8702?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003983 10.0.0.41 - - [2025-11-06 02:40:50] "GET /obj-perms HTTP/1.1" 200 5042 0.005315 10.0.0.131 - - [2025-11-06 02:40:53] "GET /obj-perms HTTP/1.1" 200 5042 0.004820 10.0.0.41 - - [2025-11-06 02:40:59] "GET /obj-perms HTTP/1.1" 200 5042 0.004537 10.0.0.131 - - [2025-11-06 02:41:02] "GET /obj-perms HTTP/1.1" 200 5042 0.005228 10.0.0.41 - - [2025-11-06 02:41:08] "GET /obj-perms HTTP/1.1" 200 5042 0.005268 10.0.0.38 - - [2025-11-06 02:41:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000626 10.0.0.131 - - [2025-11-06 02:41:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000509 10.0.0.38 - - [2025-11-06 02:41:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000542 10.0.0.131 - - [2025-11-06 02:41:11] "GET /obj-perms HTTP/1.1" 200 5042 0.004652 10.0.0.131 - - [2025-11-06 02:41:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000402 10.0.0.131 - - [2025-11-06 02:41:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000526 10.0.0.131 - - [2025-11-06 02:41:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000601 10.0.0.38 - - [2025-11-06 02:41:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000430 10.0.0.38 - - [2025-11-06 02:41:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000464 10.0.0.41 - - [2025-11-06 02:41:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000430 10.0.0.41 - - [2025-11-06 02:41:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000530 10.0.0.41 - - [2025-11-06 02:41:14] "GET /global-system-configs HTTP/1.1" 401 292 0.000751 10.0.0.41 - - [2025-11-06 02:41:14] "GET /global-system-configs HTTP/1.1" 401 292 0.000547 10.0.0.41 - - [2025-11-06 02:41:17] "GET /obj-perms HTTP/1.1" 200 5042 0.004797 10.0.0.131 - - [2025-11-06 02:41:17] "GET /obj-perms HTTP/1.1" 200 5042 0.004119 10.0.0.41 - - [2025-11-06 02:41:17] "GET /virtual-network/fb24b0a4-b6f2-47c5-8e30-adca94dcda49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2953 0.005998 10.0.0.41 - - [2025-11-06 02:41:18] "POST /neutron/network HTTP/1.1" 200 1011 0.082173 10.0.0.131 - - [2025-11-06 02:41:18] "DELETE /access-control-list/43460ca9-e44b-41d3-99b9-8c3f9c62cbc0 HTTP/1.1" 200 115 0.044503 10.0.0.41 - - [2025-11-06 02:41:18] "GET /virtual-network/fb24b0a4-b6f2-47c5-8e30-adca94dcda49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006778 10.0.0.41 - - [2025-11-06 02:41:18] "GET /virtual-network/8d8ce09e-8f38-4e33-a0b2-54df5b8bcee2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.006483 10.0.0.131 - - [2025-11-06 02:41:18] "POST /fqname-to-id HTTP/1.1" 404 207 0.004269 10.0.0.41 - - [2025-11-06 02:41:18] "POST /neutron/network HTTP/1.1" 200 1012 0.089564 10.0.0.41 - - [2025-11-06 02:41:18] "GET /virtual-network/8d8ce09e-8f38-4e33-a0b2-54df5b8bcee2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.006963 10.0.0.41 - - [2025-11-06 02:41:18] "DELETE /network-policy/a524f94d-96f7-4d53-ac8b-3d96fed06b18 HTTP/1.1" 200 115 0.046397 10.0.0.41 - - [2025-11-06 02:41:18] "DELETE /network-policy/99790f87-3394-4d08-b821-6c82a5208bd6 HTTP/1.1" 200 115 0.052116 10.0.0.41 - - [2025-11-06 02:41:18] "DELETE /network-policy/60807845-2306-40cf-8fba-4a097f9fa3b1 HTTP/1.1" 200 115 0.040669 10.0.0.131 - - [2025-11-06 02:41:18] "POST /ref-update HTTP/1.1" 200 156 0.024061 10.0.0.131 - - [2025-11-06 02:41:18] "POST /useragent-kv HTTP/1.1" 200 115 0.004399 10.0.0.131 - - [2025-11-06 02:41:18] "POST /useragent-kv HTTP/1.1" 200 115 0.005815 10.0.0.131 - - [2025-11-06 02:41:18] "POST /useragent-kv HTTP/1.1" 200 115 0.003413 10.0.0.131 - - [2025-11-06 02:41:18] "POST /useragent-kv HTTP/1.1" 200 115 0.004192 10.0.0.41 - - [2025-11-06 02:41:18] "POST /neutron/network HTTP/1.1" 200 151 0.237986 10.0.0.131 - - [2025-11-06 02:41:18] "DELETE /route-target/e6594766-89fb-4167-a1e4-a5247804003e HTTP/1.1" 200 115 0.034192 10.0.0.41 - - [2025-11-06 02:41:19] "POST /neutron/network HTTP/1.1" 200 1012 0.009610 10.0.0.131 - - [2025-11-06 02:41:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003715 10.0.0.41 - - [2025-11-06 02:41:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005654 10.0.0.41 - - [2025-11-06 02:41:19] "DELETE /network-ipam/3b3b629f-212f-4d3e-b1fd-25a7cb095eca HTTP/1.1" 200 115 0.045525 10.0.0.41 - - [2025-11-06 02:41:19] "POST /fqname-to-id HTTP/1.1" 404 203 0.006513 10.0.0.41 - - [2025-11-06 02:41:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004804 10.0.0.41 - - [2025-11-06 02:41:20] "DELETE /network-ipam/38b11dba-1a3f-4a3e-a4e1-d5ab1bc8a72d HTTP/1.1" 200 115 0.036199 10.0.0.41 - - [2025-11-06 02:41:20] "POST /fqname-to-id HTTP/1.1" 404 203 0.004732 10.0.0.41 - - [2025-11-06 02:41:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005010 10.0.0.41 - - [2025-11-06 02:41:20] "DELETE /network-ipam/2a307946-2166-4376-9b3d-c82f2f97b546 HTTP/1.1" 200 115 0.041974 10.0.0.41 - - [2025-11-06 02:41:20] "POST /fqname-to-id HTTP/1.1" 404 203 0.005897 10.0.0.131 - - [2025-11-06 02:41:22] "GET /projects?obj_uuids=0b4e7978-054a-4c34-be94-23f3ef3fbb1c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001100 10.0.0.41 - - [2025-11-06 02:41:22] "GET /project/0b4e7978-054a-4c34-be94-23f3ef3fbb1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.037652 10.0.0.131 - - [2025-11-06 02:41:22] "GET /projects?obj_uuids=0b4e7978-054a-4c34-be94-23f3ef3fbb1c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001045 10.0.0.41 - - [2025-11-06 02:41:23] "GET /project/0b4e7978-054a-4c34-be94-23f3ef3fbb1c?fields=virtual_networks HTTP/1.1" 200 1045 0.043766 10.0.0.131 - - [2025-11-06 02:41:23] "GET /projects?obj_uuids=0b4e7978-054a-4c34-be94-23f3ef3fbb1c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001474 10.0.0.41 - - [2025-11-06 02:41:23] "GET /project/0b4e7978-054a-4c34-be94-23f3ef3fbb1c?fields=virtual_machine_interfaces HTTP/1.1" 200 1045 0.059628 10.0.0.131 - - [2025-11-06 02:41:23] "GET /projects?obj_uuids=0b4e7978-054a-4c34-be94-23f3ef3fbb1c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001079 10.0.0.41 - - [2025-11-06 02:41:23] "GET /project/0b4e7978-054a-4c34-be94-23f3ef3fbb1c?fields=security_groups HTTP/1.1" 200 1278 0.058336 10.0.0.41 - - [2025-11-06 02:41:24] "POST /fqname-to-id HTTP/1.1" 404 190 0.034981 10.0.0.131 - - [2025-11-06 02:41:24] "GET /projects?obj_uuids=ff01176a-d4f2-4de9-a02b-6f2464ec2ed9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003532 10.0.0.131 - - [2025-11-06 02:41:24] "GET /domains?obj_uuids=dd557474-6eee-442f-acdf-559f4d754f9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001086 10.0.0.131 - - [2025-11-06 02:41:24] "GET /domain/dd557474-6eee-442f-acdf-559f4d754f9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009133 10.0.0.131 - - [2025-11-06 02:41:24] "POST /id-to-fqname HTTP/1.1" 200 192 0.005914 10.0.0.131 - - [2025-11-06 02:41:24] "POST /fqname-to-id HTTP/1.1" 404 201 0.003983 10.0.0.131 - - [2025-11-06 02:41:24] "POST /security-groups HTTP/1.1" 200 593 0.048896 10.0.0.131 - - [2025-11-06 02:41:24] "POST /projects HTTP/1.1" 200 589 0.311933 10.0.0.131 - - [2025-11-06 02:41:24] "POST /access-control-lists HTTP/1.1" 200 600 0.038612 10.0.0.131 - - [2025-11-06 02:41:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.387348 10.0.0.41 - - [2025-11-06 02:41:24] "GET /project/ff01176a-d4f2-4de9-a02b-6f2464ec2ed9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.539442 10.0.0.41 - - [2025-11-06 02:41:25] "GET / HTTP/1.1" 200 36215 0.001483 10.0.0.41 - - [2025-11-06 02:41:27] "POST /fqname-to-id HTTP/1.1" 401 292 0.000485 10.0.0.41 - - [2025-11-06 02:41:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.339300 10.0.0.131 - - [2025-11-06 02:41:28] "GET /projects?obj_uuids=ff01176a-d4f2-4de9-a02b-6f2464ec2ed9&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001087 10.0.0.41 - - [2025-11-06 02:41:28] "GET /project/ff01176a-d4f2-4de9-a02b-6f2464ec2ed9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.068209 10.0.0.131 - - [2025-11-06 02:41:28] "GET /projects?obj_uuids=ff01176a-d4f2-4de9-a02b-6f2464ec2ed9&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001524 10.0.0.41 - - [2025-11-06 02:41:28] "POST /neutron/network HTTP/1.1" 200 607 0.160119 10.0.0.131 - - [2025-11-06 02:41:28] "POST /route-targets HTTP/1.1" 200 328 0.017990 10.0.0.41 - - [2025-11-06 02:41:28] "POST /id-to-fqname HTTP/1.1" 200 222 0.004233 10.0.0.41 - - [2025-11-06 02:41:28] "GET /virtual-network/987d680d-63b5-4111-8195-4f2e3bad0bc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007555 10.0.0.41 - - [2025-11-06 02:41:29] "POST /neutron/network HTTP/1.1" 200 826 0.007841 10.0.0.41 - - [2025-11-06 02:41:29] "GET /virtual-network/987d680d-63b5-4111-8195-4f2e3bad0bc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006801 10.0.0.41 - - [2025-11-06 02:41:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.006769 10.0.0.131 - - [2025-11-06 02:41:29] "GET /projects?obj_uuids=ff01176a-d4f2-4de9-a02b-6f2464ec2ed9&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001193 10.0.0.41 - - [2025-11-06 02:41:29] "GET /project/ff01176a-d4f2-4de9-a02b-6f2464ec2ed9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.046300 10.0.0.41 - - [2025-11-06 02:41:29] "POST /neutron/network HTTP/1.1" 200 117 0.018088 10.0.0.131 - - [2025-11-06 02:41:29] "POST /ref-update HTTP/1.1" 200 156 0.034130 10.0.0.41 - - [2025-11-06 02:41:29] "POST /neutron/network HTTP/1.1" 200 826 0.011139 10.0.0.41 - - [2025-11-06 02:41:29] "POST /id-to-fqname HTTP/1.1" 200 222 0.001634 10.0.0.41 - - [2025-11-06 02:41:29] "GET /virtual-network/42ec7cfd-93d1-43b4-a794-23de5e01d70e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006969 10.0.0.41 - - [2025-11-06 02:41:29] "GET /virtual-network/42ec7cfd-93d1-43b4-a794-23de5e01d70e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005766 10.0.0.41 - - [2025-11-06 02:41:29] "POST /neutron/subnet HTTP/1.1" 200 724 0.012263 10.0.0.41 - - [2025-11-06 02:41:29] "POST /fqname-to-id HTTP/1.1" 404 228 0.004344 10.0.0.41 - - [2025-11-06 02:41:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003759 10.0.0.131 - - [2025-11-06 02:41:29] "GET /projects?obj_uuids=ff01176a-d4f2-4de9-a02b-6f2464ec2ed9&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001115 10.0.0.41 - - [2025-11-06 02:41:29] "GET /project/ff01176a-d4f2-4de9-a02b-6f2464ec2ed9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.050832 10.0.0.41 - - [2025-11-06 02:41:29] "POST /network-policys HTTP/1.1" 200 573 0.036515 10.0.0.41 - - [2025-11-06 02:41:29] "GET /network-policy/133fda16-0d86-4b69-a3eb-39a40ca3b6d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2154 0.006473 10.0.0.41 - - [2025-11-06 02:41:30] "POST /neutron/network HTTP/1.1" 200 928 0.009981 10.0.0.41 - - [2025-11-06 02:41:30] "GET /virtual-network/987d680d-63b5-4111-8195-4f2e3bad0bc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005883 10.0.0.41 - - [2025-11-06 02:41:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003404 10.0.0.41 - - [2025-11-06 02:41:30] "GET /network-policy/133fda16-0d86-4b69-a3eb-39a40ca3b6d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2154 0.005630 10.0.0.131 - - [2025-11-06 02:41:30] "PUT /access-control-list/43c180bd-0fb4-49dd-b55c-e1654fe6d629 HTTP/1.1" 200 273 0.038665 10.0.0.41 - - [2025-11-06 02:41:30] "POST /neutron/network HTTP/1.1" 200 928 0.028107 10.0.0.41 - - [2025-11-06 02:41:30] "GET /virtual-network/42ec7cfd-93d1-43b4-a794-23de5e01d70e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.007843 10.0.0.41 - - [2025-11-06 02:41:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.030564 10.0.0.131 - - [2025-11-06 02:41:30] "POST /ref-update HTTP/1.1" 200 156 0.052072 10.0.0.41 - - [2025-11-06 02:41:30] "GET /network-policy/133fda16-0d86-4b69-a3eb-39a40ca3b6d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2154 0.006124 10.0.0.41 - - [2025-11-06 02:41:30] "GET /virtual-network/987d680d-63b5-4111-8195-4f2e3bad0bc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.007296 10.0.0.41 - - [2025-11-06 02:41:31] "GET /obj-perms HTTP/1.1" 200 5034 0.050344 10.0.0.38 - - [2025-11-06 02:41:31] "GET /obj-perms HTTP/1.1" 200 5034 0.045272 10.0.0.41 - - [2025-11-06 02:41:32] "GET /virtual-network/42ec7cfd-93d1-43b4-a794-23de5e01d70e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005868 10.0.0.131 - - [2025-11-06 02:41:32] "GET /obj-perms HTTP/1.1" 200 5034 0.049481 10.0.0.41 - - [2025-11-06 02:41:32] "POST /id-to-fqname HTTP/1.1" 200 222 0.001426 10.0.0.131 - - [2025-11-06 02:41:33] "GET /projects?obj_uuids=ff01176a-d4f2-4de9-a02b-6f2464ec2ed9&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001422 10.0.0.41 - - [2025-11-06 02:41:33] "GET /project/ff01176a-d4f2-4de9-a02b-6f2464ec2ed9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.071657 10.0.0.41 - - [2025-11-06 02:41:33] "POST /neutron/port HTTP/1.1" 200 117 0.008030 10.0.0.41 - - [2025-11-06 02:41:34] "POST /id-to-fqname HTTP/1.1" 200 222 0.001419 10.0.0.41 - - [2025-11-06 02:41:34] "POST /neutron/network HTTP/1.1" 200 938 0.008836 10.0.0.41 - - [2025-11-06 02:41:34] "POST /neutron/port HTTP/1.1" 200 1062 0.020623 10.0.0.131 - - [2025-11-06 02:41:35] "GET /projects?obj_uuids=ff01176a-d4f2-4de9-a02b-6f2464ec2ed9&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001465 10.0.0.41 - - [2025-11-06 02:41:35] "POST /neutron/port HTTP/1.1" 200 1090 0.019343 10.0.0.41 - - [2025-11-06 02:41:35] "GET /project/ff01176a-d4f2-4de9-a02b-6f2464ec2ed9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.081651 10.0.0.41 - - [2025-11-06 02:41:35] "POST /neutron/network HTTP/1.1" 200 928 0.037338 10.0.0.41 - - [2025-11-06 02:41:35] "POST /neutron/port HTTP/1.1" 200 1090 0.018419 10.0.0.41 - - [2025-11-06 02:41:35] "POST /neutron/port HTTP/1.1" 200 1090 0.019036 10.0.0.131 - - [2025-11-06 02:41:35] "GET /projects?obj_uuids=ff01176a-d4f2-4de9-a02b-6f2464ec2ed9&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001474 10.0.0.41 - - [2025-11-06 02:41:36] "POST /neutron/port HTTP/1.1" 200 1062 0.305914 10.0.0.41 - - [2025-11-06 02:41:36] "POST /neutron/port HTTP/1.1" 200 1116 0.122139 10.0.0.41 - - [2025-11-06 02:41:36] "POST /neutron/subnet HTTP/1.1" 200 698 0.012382 10.0.0.41 - - [2025-11-06 02:41:40] "POST /neutron/port HTTP/1.1" 200 1090 0.017558 10.0.0.41 - - [2025-11-06 02:41:40] "POST /neutron/security_group HTTP/1.1" 200 2060 0.011610 10.0.0.41 - - [2025-11-06 02:41:40] "GET /virtual-machine/786d8258-ee80-4f97-8b77-a00bfbfb1acb HTTP/1.1" 401 292 0.000455 10.0.0.41 - - [2025-11-06 02:41:41] "GET /virtual-machine/786d8258-ee80-4f97-8b77-a00bfbfb1acb HTTP/1.1" 200 1296 0.029187 10.0.0.41 - - [2025-11-06 02:41:41] "GET /virtual-machine-interface/210b0133-e426-45ff-82ad-af1cc4792366 HTTP/1.1" 200 2957 0.008489 10.0.0.41 - - [2025-11-06 02:41:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003975 10.0.0.41 - - [2025-11-06 02:41:41] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004189 10.0.0.41 - - [2025-11-06 02:41:41] "GET /virtual-networks?parent_id=ff01176a-d4f2-4de9-a02b-6f2464ec2ed9&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.004634 10.0.0.41 - - [2025-11-06 02:41:41] "GET /virtual-network/987d680d-63b5-4111-8195-4f2e3bad0bc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.007058 10.0.0.41 - - [2025-11-06 02:41:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003817 10.0.0.41 - - [2025-11-06 02:41:44] "GET /virtual-network/987d680d-63b5-4111-8195-4f2e3bad0bc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.006912 10.0.0.41 - - [2025-11-06 02:41:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004136 10.0.0.41 - - [2025-11-06 02:41:48] "GET /virtual-network/987d680d-63b5-4111-8195-4f2e3bad0bc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.006482 10.0.0.41 - - [2025-11-06 02:41:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004168 10.0.0.41 - - [2025-11-06 02:41:52] "GET /virtual-network/987d680d-63b5-4111-8195-4f2e3bad0bc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.006017 10.0.0.41 - - [2025-11-06 02:41:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004617 10.0.0.41 - - [2025-11-06 02:41:56] "GET /virtual-network/987d680d-63b5-4111-8195-4f2e3bad0bc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.009715 10.0.0.41 - - [2025-11-06 02:42:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004940 10.0.0.41 - - [2025-11-06 02:42:00] "GET /virtual-network/987d680d-63b5-4111-8195-4f2e3bad0bc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005833 10.0.0.131 - - [2025-11-06 02:42:01] "DELETE /access-control-list/184d1419-c8e0-4671-bd8d-51c89b713ce4 HTTP/1.1" 200 115 0.046591 10.0.0.41 - - [2025-11-06 02:42:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004427 10.0.0.41 - - [2025-11-06 02:42:04] "GET /virtual-network/987d680d-63b5-4111-8195-4f2e3bad0bc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.006079 10.0.0.41 - - [2025-11-06 02:42:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004562 10.0.0.41 - - [2025-11-06 02:42:08] "GET /virtual-network/987d680d-63b5-4111-8195-4f2e3bad0bc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005486 10.0.0.41 - - [2025-11-06 02:42:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005090 10.0.0.41 - - [2025-11-06 02:42:12] "GET /virtual-network/987d680d-63b5-4111-8195-4f2e3bad0bc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.007743 10.0.0.131 - - [2025-11-06 02:42:16] "DELETE /project/ff01176ad4f24de9a02b6f2464ec2ed9 HTTP/1.1" 404 173 0.005905 10.0.0.131 - - [2025-11-06 02:42:16] "DELETE /project/0b4e7978-054a-4c34-be94-23f3ef3fbb1c HTTP/1.1" 404 177 0.005234 10.0.0.41 - - [2025-11-06 02:42:16] "POST /neutron/port HTTP/1.1" 200 1090 0.023530 10.0.0.41 - - [2025-11-06 02:42:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005792 10.0.0.41 - - [2025-11-06 02:42:16] "POST /neutron/network HTTP/1.1" 200 928 0.008518 10.0.0.41 - - [2025-11-06 02:42:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004722 10.0.0.41 - - [2025-11-06 02:42:17] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004750 10.0.0.41 - - [2025-11-06 02:42:17] "GET /virtual-networks?parent_id=ff01176a-d4f2-4de9-a02b-6f2464ec2ed9&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003834 10.0.0.41 - - [2025-11-06 02:42:17] "GET /virtual-network/987d680d-63b5-4111-8195-4f2e3bad0bc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.006484 10.0.0.41 - - [2025-11-06 02:42:22] "POST /neutron/port HTTP/1.1" 200 1090 0.023695 10.0.0.41 - - [2025-11-06 02:42:23] "POST /neutron/port HTTP/1.1" 200 1090 0.018308 10.0.0.41 - - [2025-11-06 02:42:23] "POST /neutron/subnet HTTP/1.1" 200 698 0.018458 10.0.0.41 - - [2025-11-06 02:42:24] "POST /neutron/port HTTP/1.1" 200 1090 0.047968 10.0.0.41 - - [2025-11-06 02:42:26] "POST /neutron/security_group HTTP/1.1" 200 2060 0.011060 10.0.0.41 - - [2025-11-06 02:42:32] "POST /neutron/port HTTP/1.1" 200 1090 0.020045 10.0.0.41 - - [2025-11-06 02:42:38] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009488 10.0.0.41 - - [2025-11-06 02:42:38] "POST /neutron/port HTTP/1.1" 200 1090 0.026666 10.0.0.41 - - [2025-11-06 02:42:38] "GET /virtual-machine/a2359600-8011-44b2-9c0c-af8c7f92eaf1 HTTP/1.1" 200 1297 0.008682 10.0.0.41 - - [2025-11-06 02:42:38] "GET /virtual-machine-interface/1a066acf-762f-4ff8-b474-de505c6408b9 HTTP/1.1" 200 2958 0.006392 10.0.0.41 - - [2025-11-06 02:42:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004341 10.0.0.41 - - [2025-11-06 02:42:38] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005216 10.0.0.41 - - [2025-11-06 02:42:38] "GET /virtual-networks?parent_id=ff01176a-d4f2-4de9-a02b-6f2464ec2ed9&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.004792 10.0.0.41 - - [2025-11-06 02:42:38] "GET /virtual-network/42ec7cfd-93d1-43b4-a794-23de5e01d70e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.007419 10.0.0.41 - - [2025-11-06 02:42:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004797 10.0.0.41 - - [2025-11-06 02:42:39] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005502 10.0.0.41 - - [2025-11-06 02:42:39] "GET /virtual-networks?parent_id=ff01176a-d4f2-4de9-a02b-6f2464ec2ed9&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003751 10.0.0.41 - - [2025-11-06 02:42:39] "GET /virtual-network/42ec7cfd-93d1-43b4-a794-23de5e01d70e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.007433 10.0.0.41 - - [2025-11-06 02:43:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004977 10.0.0.131 - - [2025-11-06 02:43:01] "GET /projects?obj_uuids=ff01176a-d4f2-4de9-a02b-6f2464ec2ed9&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.028664 10.0.0.41 - - [2025-11-06 02:43:02] "GET /project/ff01176a-d4f2-4de9-a02b-6f2464ec2ed9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.091059 10.0.0.41 - - [2025-11-06 02:43:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005233 10.0.0.41 - - [2025-11-06 02:43:02] "PUT /network-policy/133fda16-0d86-4b69-a3eb-39a40ca3b6d6 HTTP/1.1" 200 263 0.019693 10.0.0.131 - - [2025-11-06 02:43:02] "PUT /access-control-list/31555d12-fa05-4224-800f-e26efc7d610d HTTP/1.1" 200 273 0.065903 10.0.0.41 - - [2025-11-06 02:43:06] "GET /virtual-network/42ec7cfd-93d1-43b4-a794-23de5e01d70e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.007767 10.0.0.41 - - [2025-11-06 02:43:06] "POST /neutron/network HTTP/1.1" 200 826 0.068282 10.0.0.41 - - [2025-11-06 02:43:06] "GET /virtual-network/42ec7cfd-93d1-43b4-a794-23de5e01d70e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.008233 10.0.0.41 - - [2025-11-06 02:43:06] "GET /virtual-network/987d680d-63b5-4111-8195-4f2e3bad0bc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.011584 10.0.0.41 - - [2025-11-06 02:43:06] "POST /neutron/network HTTP/1.1" 200 826 0.090415 10.0.0.131 - - [2025-11-06 02:43:06] "DELETE /access-control-list/43c180bd-0fb4-49dd-b55c-e1654fe6d629 HTTP/1.1" 200 115 0.041961 10.0.0.41 - - [2025-11-06 02:43:06] "GET /virtual-network/987d680d-63b5-4111-8195-4f2e3bad0bc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006287 10.0.0.41 - - [2025-11-06 02:43:06] "DELETE /network-policy/133fda16-0d86-4b69-a3eb-39a40ca3b6d6 HTTP/1.1" 200 115 0.044127 10.0.0.41 - - [2025-11-06 02:43:06] "POST /neutron/network HTTP/1.1" 400 204 0.018681 10.0.0.41 - - [2025-11-06 02:43:07] "POST /neutron/port HTTP/1.1" 200 151 0.276893 10.0.0.41 - - [2025-11-06 02:43:07] "POST /neutron/port HTTP/1.1" 200 151 0.299762 10.0.0.41 - - [2025-11-06 02:43:09] "POST /neutron/network HTTP/1.1" 200 826 0.006889 10.0.0.131 - - [2025-11-06 02:43:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.009297 10.0.0.131 - - [2025-11-06 02:43:10] "GET /projects?obj_uuids=ff01176a-d4f2-4de9-a02b-6f2464ec2ed9&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001302 10.0.0.41 - - [2025-11-06 02:43:10] "GET /project/ff01176a-d4f2-4de9-a02b-6f2464ec2ed9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.078423 10.0.0.131 - - [2025-11-06 02:43:10] "GET /projects?obj_uuids=ff01176a-d4f2-4de9-a02b-6f2464ec2ed9&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001663 10.0.0.41 - - [2025-11-06 02:43:10] "GET /project/ff01176a-d4f2-4de9-a02b-6f2464ec2ed9?fields=virtual_networks HTTP/1.1" 200 1039 0.051150 10.0.0.131 - - [2025-11-06 02:43:10] "GET /projects?obj_uuids=ff01176a-d4f2-4de9-a02b-6f2464ec2ed9&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001064 10.0.0.41 - - [2025-11-06 02:43:10] "GET /project/ff01176a-d4f2-4de9-a02b-6f2464ec2ed9?fields=virtual_machine_interfaces HTTP/1.1" 200 1039 0.038051 10.0.0.131 - - [2025-11-06 02:43:11] "GET /projects?obj_uuids=ff01176a-d4f2-4de9-a02b-6f2464ec2ed9&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001292 10.0.0.41 - - [2025-11-06 02:43:11] "GET /project/ff01176a-d4f2-4de9-a02b-6f2464ec2ed9?fields=security_groups HTTP/1.1" 200 1268 0.039307 10.0.0.41 - - [2025-11-06 02:43:11] "POST /fqname-to-id HTTP/1.1" 404 200 0.032504 10.0.0.131 - - [2025-11-06 02:43:11] "GET /projects?obj_uuids=f2d7fc97-f2d8-437e-903c-ff01477c9e21&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004417 10.0.0.131 - - [2025-11-06 02:43:12] "GET /domains?obj_uuids=dd557474-6eee-442f-acdf-559f4d754f9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001331 10.0.0.131 - - [2025-11-06 02:43:12] "GET /domain/dd557474-6eee-442f-acdf-559f4d754f9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.035477 10.0.0.131 - - [2025-11-06 02:43:12] "POST /id-to-fqname HTTP/1.1" 200 202 0.012156 10.0.0.131 - - [2025-11-06 02:43:12] "POST /fqname-to-id HTTP/1.1" 404 211 0.005667 10.0.0.131 - - [2025-11-06 02:43:12] "POST /security-groups HTTP/1.1" 200 603 0.086626 10.0.0.131 - - [2025-11-06 02:43:12] "POST /projects HTTP/1.1" 200 609 0.344008 10.0.0.131 - - [2025-11-06 02:43:12] "POST /access-control-lists HTTP/1.1" 200 610 0.036326 10.0.0.131 - - [2025-11-06 02:43:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.423455 10.0.0.41 - - [2025-11-06 02:43:12] "GET /project/f2d7fc97-f2d8-437e-903c-ff01477c9e21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.613078 10.0.0.131 - - [2025-11-06 02:43:13] "DELETE /access-control-list/3d27a713-74df-4e5e-b457-c46b6e0c11ab HTTP/1.1" 200 115 0.047032 10.0.0.41 - - [2025-11-06 02:43:13] "GET / HTTP/1.1" 200 36215 0.002710 10.0.0.131 - - [2025-11-06 02:43:16] "DELETE /project/f2d7fc97f2d8437e903cff01477c9e21 HTTP/1.1" 404 173 0.003686 10.0.0.131 - - [2025-11-06 02:43:16] "DELETE /project/ff01176a-d4f2-4de9-a02b-6f2464ec2ed9 HTTP/1.1" 404 177 0.007215 10.0.0.41 - - [2025-11-06 02:43:17] "GET /project/f2d7fc97-f2d8-437e-903c-ff01477c9e21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000607 10.0.0.131 - - [2025-11-06 02:43:17] "GET /projects?obj_uuids=f2d7fc97-f2d8-437e-903c-ff01477c9e21&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001673 10.0.0.41 - - [2025-11-06 02:43:17] "GET /project/f2d7fc97-f2d8-437e-903c-ff01477c9e21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.081537 10.0.0.41 - - [2025-11-06 02:43:17] "GET / HTTP/1.1" 200 36215 0.001813 10.0.0.41 - - [2025-11-06 02:43:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003786 10.0.0.131 - - [2025-11-06 02:43:18] "GET /domains?obj_uuids=dd557474-6eee-442f-acdf-559f4d754f9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001021 10.0.0.41 - - [2025-11-06 02:43:18] "GET /domain/dd557474-6eee-442f-acdf-559f4d754f9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.007546 10.0.0.41 - - [2025-11-06 02:43:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004062 10.0.0.131 - - [2025-11-06 02:43:18] "GET /projects?obj_uuids=f2d7fc97-f2d8-437e-903c-ff01477c9e21&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001072 10.0.0.41 - - [2025-11-06 02:43:18] "GET /project/f2d7fc97-f2d8-437e-903c-ff01477c9e21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.054990 10.0.0.41 - - [2025-11-06 02:43:19] "GET /domains HTTP/1.1" 401 292 0.000578 10.0.0.41 - - [2025-11-06 02:43:19] "GET /domains HTTP/1.1" 200 281 0.031453 10.0.0.131 - - [2025-11-06 02:43:19] "GET /domains?obj_uuids=dd557474-6eee-442f-acdf-559f4d754f9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001342 10.0.0.41 - - [2025-11-06 02:43:19] "GET /domain/dd557474-6eee-442f-acdf-559f4d754f9d HTTP/1.1" 200 2791 0.012267 10.0.0.131 - - [2025-11-06 02:43:20] "GET /projects?obj_uuids=f2d7fc97-f2d8-437e-903c-ff01477c9e21&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000975 10.0.0.41 - - [2025-11-06 02:43:20] "GET /project/f2d7fc97-f2d8-437e-903c-ff01477c9e21 HTTP/1.1" 200 1930 0.105362 10.0.0.41 - - [2025-11-06 02:43:20] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.003866 10.0.0.41 - - [2025-11-06 02:43:20] "POST /network-ipams HTTP/1.1" 200 623 0.033613 10.0.0.41 - - [2025-11-06 02:43:20] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 813 0.005221 10.0.0.41 - - [2025-11-06 02:43:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003915 10.0.0.41 - - [2025-11-06 02:43:20] "GET /network-ipam/a0b3de34-8c64-4b6f-8ade-48245823596a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1458 0.007335 10.0.0.41 - - [2025-11-06 02:43:20] "PUT /network-ipam/a0b3de34-8c64-4b6f-8ade-48245823596a HTTP/1.1" 200 259 0.024983 10.0.0.41 - - [2025-11-06 02:43:20] "POST /fqname-to-id HTTP/1.1" 401 292 0.000497 10.0.0.41 - - [2025-11-06 02:43:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.028791 10.0.0.131 - - [2025-11-06 02:43:20] "GET /projects?obj_uuids=f2d7fc97-f2d8-437e-903c-ff01477c9e21&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000924 10.0.0.41 - - [2025-11-06 02:43:20] "GET /project/f2d7fc97-f2d8-437e-903c-ff01477c9e21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.043543 10.0.0.131 - - [2025-11-06 02:43:21] "GET /projects?obj_uuids=f2d7fc97-f2d8-437e-903c-ff01477c9e21&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001403 10.0.0.41 - - [2025-11-06 02:43:21] "POST /neutron/network HTTP/1.1" 200 623 0.188179 10.0.0.131 - - [2025-11-06 02:43:21] "POST /ref-update HTTP/1.1" 200 156 0.025162 10.0.0.131 - - [2025-11-06 02:43:21] "POST /useragent-kv HTTP/1.1" 200 115 0.004885 10.0.0.41 - - [2025-11-06 02:43:21] "POST /neutron/subnet HTTP/1.1" 200 823 0.231671 10.0.0.41 - - [2025-11-06 02:43:22] "POST /id-to-fqname HTTP/1.1" 200 235 0.001346 10.0.0.41 - - [2025-11-06 02:43:22] "GET /virtual-network/dd14ccd0-6045-49e6-9917-5eca4729ec3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.006855 10.0.0.41 - - [2025-11-06 02:43:22] "GET /virtual-network/dd14ccd0-6045-49e6-9917-5eca4729ec3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.006553 10.0.0.41 - - [2025-11-06 02:43:22] "POST /neutron/network HTTP/1.1" 200 1336 0.012675 10.0.0.41 - - [2025-11-06 02:43:22] "POST /neutron/subnet HTTP/1.1" 200 823 0.010532 10.0.0.41 - - [2025-11-06 02:43:22] "GET /virtual-network/dd14ccd0-6045-49e6-9917-5eca4729ec3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.005397 10.0.0.41 - - [2025-11-06 02:43:23] "GET /obj-perms HTTP/1.1" 200 5019 0.050453 10.0.0.38 - - [2025-11-06 02:43:23] "GET /obj-perms HTTP/1.1" 200 5019 0.061415 10.0.0.41 - - [2025-11-06 02:43:24] "POST /fqname-to-id HTTP/1.1" 404 229 0.004590 10.0.0.41 - - [2025-11-06 02:43:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003707 10.0.0.131 - - [2025-11-06 02:43:24] "GET /projects?obj_uuids=f2d7fc97-f2d8-437e-903c-ff01477c9e21&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001033 10.0.0.41 - - [2025-11-06 02:43:24] "GET /project/f2d7fc97-f2d8-437e-903c-ff01477c9e21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.065845 10.0.0.41 - - [2025-11-06 02:43:24] "POST /network-policys HTTP/1.1" 200 565 0.040240 10.0.0.41 - - [2025-11-06 02:43:24] "GET /network-policy/58b4392d-14d3-485a-b570-33bc78681162?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.007449 10.0.0.41 - - [2025-11-06 02:43:24] "POST /fqname-to-id HTTP/1.1" 404 229 0.004515 10.0.0.41 - - [2025-11-06 02:43:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005848 10.0.0.131 - - [2025-11-06 02:43:24] "GET /projects?obj_uuids=f2d7fc97-f2d8-437e-903c-ff01477c9e21&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001610 10.0.0.41 - - [2025-11-06 02:43:24] "GET /project/f2d7fc97-f2d8-437e-903c-ff01477c9e21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.074051 10.0.0.41 - - [2025-11-06 02:43:24] "POST /network-policys HTTP/1.1" 200 565 0.039898 10.0.0.41 - - [2025-11-06 02:43:24] "GET /network-policy/2566982c-b053-4649-a876-36a4780ab4cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8882 0.008187 10.0.0.41 - - [2025-11-06 02:43:24] "POST /fqname-to-id HTTP/1.1" 404 229 0.003554 10.0.0.41 - - [2025-11-06 02:43:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004291 10.0.0.131 - - [2025-11-06 02:43:24] "GET /projects?obj_uuids=f2d7fc97-f2d8-437e-903c-ff01477c9e21&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002166 10.0.0.41 - - [2025-11-06 02:43:24] "GET /project/f2d7fc97-f2d8-437e-903c-ff01477c9e21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.089214 10.0.0.41 - - [2025-11-06 02:43:25] "POST /network-policys HTTP/1.1" 200 565 0.039446 10.0.0.41 - - [2025-11-06 02:43:25] "GET /network-policy/aa0b29da-8646-4ece-b581-36fe57c4c825?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.007138 10.0.0.41 - - [2025-11-06 02:43:25] "POST /fqname-to-id HTTP/1.1" 404 229 0.003613 10.0.0.41 - - [2025-11-06 02:43:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003835 10.0.0.131 - - [2025-11-06 02:43:25] "GET /projects?obj_uuids=f2d7fc97-f2d8-437e-903c-ff01477c9e21&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001188 10.0.0.41 - - [2025-11-06 02:43:25] "GET /project/f2d7fc97-f2d8-437e-903c-ff01477c9e21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.051450 10.0.0.41 - - [2025-11-06 02:43:25] "POST /network-policys HTTP/1.1" 200 565 0.038246 10.0.0.41 - - [2025-11-06 02:43:25] "GET /network-policy/22207243-5ae2-485b-820f-b9c2bc131a2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.006861 10.0.0.41 - - [2025-11-06 02:43:25] "POST /fqname-to-id HTTP/1.1" 404 229 0.003728 10.0.0.41 - - [2025-11-06 02:43:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003294 10.0.0.131 - - [2025-11-06 02:43:25] "GET /projects?obj_uuids=f2d7fc97-f2d8-437e-903c-ff01477c9e21&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001084 10.0.0.41 - - [2025-11-06 02:43:25] "GET /project/f2d7fc97-f2d8-437e-903c-ff01477c9e21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.061146 10.0.0.41 - - [2025-11-06 02:43:25] "POST /network-policys HTTP/1.1" 200 565 0.031115 10.0.0.41 - - [2025-11-06 02:43:25] "GET /network-policy/1b4c370d-6157-49cd-80f2-edb4452f0f82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.007593 10.0.0.41 - - [2025-11-06 02:43:26] "POST /fqname-to-id HTTP/1.1" 404 229 0.003210 10.0.0.41 - - [2025-11-06 02:43:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004508 10.0.0.131 - - [2025-11-06 02:43:26] "GET /projects?obj_uuids=f2d7fc97-f2d8-437e-903c-ff01477c9e21&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000948 10.0.0.41 - - [2025-11-06 02:43:26] "GET /project/f2d7fc97-f2d8-437e-903c-ff01477c9e21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.036667 10.0.0.41 - - [2025-11-06 02:43:26] "POST /network-policys HTTP/1.1" 200 565 0.037538 10.0.0.41 - - [2025-11-06 02:43:26] "GET /network-policy/042f7cda-1679-4b16-8a2c-1413406d82fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.007558 10.0.0.41 - - [2025-11-06 02:43:26] "POST /fqname-to-id HTTP/1.1" 404 229 0.008461 10.0.0.41 - - [2025-11-06 02:43:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003761 10.0.0.131 - - [2025-11-06 02:43:26] "GET /projects?obj_uuids=f2d7fc97-f2d8-437e-903c-ff01477c9e21&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001210 10.0.0.41 - - [2025-11-06 02:43:26] "GET /project/f2d7fc97-f2d8-437e-903c-ff01477c9e21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.053096 10.0.0.41 - - [2025-11-06 02:43:26] "POST /network-policys HTTP/1.1" 200 565 0.036113 10.0.0.41 - - [2025-11-06 02:43:26] "GET /network-policy/26886847-5766-415d-8e6a-6977424bf87a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.006831 10.0.0.41 - - [2025-11-06 02:43:26] "POST /fqname-to-id HTTP/1.1" 404 229 0.003272 10.0.0.41 - - [2025-11-06 02:43:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003374 10.0.0.131 - - [2025-11-06 02:43:26] "GET /projects?obj_uuids=f2d7fc97-f2d8-437e-903c-ff01477c9e21&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001152 10.0.0.41 - - [2025-11-06 02:43:26] "GET /project/f2d7fc97-f2d8-437e-903c-ff01477c9e21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.040319 10.0.0.41 - - [2025-11-06 02:43:27] "POST /network-policys HTTP/1.1" 200 565 0.030499 10.0.0.41 - - [2025-11-06 02:43:27] "GET /network-policy/8aede9a5-da1f-47cc-b056-12f385c2bfad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.010039 10.0.0.41 - - [2025-11-06 02:43:27] "POST /fqname-to-id HTTP/1.1" 404 229 0.004707 10.0.0.41 - - [2025-11-06 02:43:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003943 10.0.0.131 - - [2025-11-06 02:43:27] "GET /projects?obj_uuids=f2d7fc97-f2d8-437e-903c-ff01477c9e21&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001779 10.0.0.41 - - [2025-11-06 02:43:27] "GET /project/f2d7fc97-f2d8-437e-903c-ff01477c9e21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.044108 10.0.0.41 - - [2025-11-06 02:43:27] "POST /network-policys HTTP/1.1" 200 565 0.037941 10.0.0.41 - - [2025-11-06 02:43:27] "GET /network-policy/2a3524e5-5cfb-48fb-8695-8038d184a916?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.009314 10.0.0.41 - - [2025-11-06 02:43:27] "POST /fqname-to-id HTTP/1.1" 404 229 0.004627 10.0.0.41 - - [2025-11-06 02:43:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.005737 10.0.0.131 - - [2025-11-06 02:43:27] "GET /projects?obj_uuids=f2d7fc97-f2d8-437e-903c-ff01477c9e21&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001540 10.0.0.41 - - [2025-11-06 02:43:27] "GET /project/f2d7fc97-f2d8-437e-903c-ff01477c9e21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.051402 10.0.0.41 - - [2025-11-06 02:43:27] "POST /network-policys HTTP/1.1" 200 565 0.036993 10.0.0.41 - - [2025-11-06 02:43:27] "GET /network-policy/83e3e7df-cd2d-48db-94b1-278ea8fb1110?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.010102 10.0.0.41 - - [2025-11-06 02:43:28] "POST /neutron/network HTTP/1.1" 200 2249 0.018226 10.0.0.41 - - [2025-11-06 02:43:28] "GET /virtual-network/dd14ccd0-6045-49e6-9917-5eca4729ec3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6152 0.005507 10.0.0.41 - - [2025-11-06 02:43:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004338 10.0.0.41 - - [2025-11-06 02:43:28] "GET /network-policy/042f7cda-1679-4b16-8a2c-1413406d82fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.007571 10.0.0.41 - - [2025-11-06 02:43:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003227 10.0.0.41 - - [2025-11-06 02:43:28] "GET /network-policy/1b4c370d-6157-49cd-80f2-edb4452f0f82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.005856 10.0.0.41 - - [2025-11-06 02:43:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004964 10.0.0.41 - - [2025-11-06 02:43:28] "GET /network-policy/22207243-5ae2-485b-820f-b9c2bc131a2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.006788 10.0.0.41 - - [2025-11-06 02:43:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004846 10.0.0.41 - - [2025-11-06 02:43:28] "GET /network-policy/2566982c-b053-4649-a876-36a4780ab4cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8882 0.007646 10.0.0.41 - - [2025-11-06 02:43:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004684 10.0.0.41 - - [2025-11-06 02:43:28] "GET /network-policy/26886847-5766-415d-8e6a-6977424bf87a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.005980 10.0.0.41 - - [2025-11-06 02:43:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004995 10.0.0.41 - - [2025-11-06 02:43:28] "GET /network-policy/2a3524e5-5cfb-48fb-8695-8038d184a916?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.006610 10.0.0.41 - - [2025-11-06 02:43:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.006409 10.0.0.41 - - [2025-11-06 02:43:28] "GET /network-policy/58b4392d-14d3-485a-b570-33bc78681162?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.009418 10.0.0.41 - - [2025-11-06 02:43:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004866 10.0.0.41 - - [2025-11-06 02:43:28] "GET /network-policy/83e3e7df-cd2d-48db-94b1-278ea8fb1110?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.004955 10.0.0.41 - - [2025-11-06 02:43:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004624 10.0.0.41 - - [2025-11-06 02:43:28] "GET /network-policy/8aede9a5-da1f-47cc-b056-12f385c2bfad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.005980 10.0.0.41 - - [2025-11-06 02:43:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003811 10.0.0.41 - - [2025-11-06 02:43:29] "GET /network-policy/aa0b29da-8646-4ece-b581-36fe57c4c825?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.006285 10.0.0.41 - - [2025-11-06 02:43:29] "POST /id-to-fqname HTTP/1.1" 200 235 0.002326 10.0.0.131 - - [2025-11-06 02:43:30] "GET /projects?obj_uuids=f2d7fc97-f2d8-437e-903c-ff01477c9e21&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001070 10.0.0.41 - - [2025-11-06 02:43:30] "GET /project/f2d7fc97-f2d8-437e-903c-ff01477c9e21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.077489 10.0.0.41 - - [2025-11-06 02:43:30] "POST /neutron/port HTTP/1.1" 200 117 0.011127 10.0.0.41 - - [2025-11-06 02:43:30] "POST /neutron/network HTTP/1.1" 200 2259 0.011808 10.0.0.131 - - [2025-11-06 02:43:30] "PUT /access-control-list/0cdf847a-b9eb-4d57-a7f3-f8d14d87640b HTTP/1.1" 200 273 0.066142 10.0.0.41 - - [2025-11-06 02:43:31] "POST /neutron/port HTTP/1.1" 200 1173 0.027348 10.0.0.41 - - [2025-11-06 02:43:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006506 10.0.0.41 - - [2025-11-06 02:43:31] "POST /neutron/port HTTP/1.1" 200 117 0.001291 10.0.0.41 - - [2025-11-06 02:43:35] "POST /neutron/port HTTP/1.1" 200 1201 0.020493 10.0.0.41 - - [2025-11-06 02:43:35] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009356 10.0.0.41 - - [2025-11-06 02:43:35] "GET /virtual-machine/846c6faf-e7f6-4833-a141-754ad7334c89 HTTP/1.1" 401 292 0.000472 10.0.0.41 - - [2025-11-06 02:43:35] "GET /virtual-machine/846c6faf-e7f6-4833-a141-754ad7334c89 HTTP/1.1" 200 1306 0.036786 10.0.0.41 - - [2025-11-06 02:43:35] "GET /virtual-machine-interface/2cc2d9dc-7eae-46f9-b0f1-db5df03b6de1 HTTP/1.1" 200 3177 0.007278 10.0.0.41 - - [2025-11-06 02:43:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004776 10.0.0.41 - - [2025-11-06 02:43:35] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005996 10.0.0.41 - - [2025-11-06 02:43:36] "GET /virtual-networks?parent_id=f2d7fc97-f2d8-437e-903c-ff01477c9e21&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.004492 10.0.0.41 - - [2025-11-06 02:43:36] "GET /virtual-network/dd14ccd0-6045-49e6-9917-5eca4729ec3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6152 0.008341 10.0.0.41 - - [2025-11-06 02:43:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003702 10.0.0.41 - - [2025-11-06 02:43:39] "GET /virtual-network/dd14ccd0-6045-49e6-9917-5eca4729ec3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6152 0.006484 10.0.0.41 - - [2025-11-06 02:43:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004130 10.0.0.41 - - [2025-11-06 02:43:43] "GET /virtual-network/dd14ccd0-6045-49e6-9917-5eca4729ec3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6152 0.007365 10.0.0.41 - - [2025-11-06 02:43:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.005057 10.0.0.41 - - [2025-11-06 02:43:47] "GET /virtual-network/dd14ccd0-6045-49e6-9917-5eca4729ec3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6152 0.007720 10.0.0.41 - - [2025-11-06 02:43:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004759 10.0.0.41 - - [2025-11-06 02:43:51] "GET /virtual-network/dd14ccd0-6045-49e6-9917-5eca4729ec3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6152 0.008624 10.0.0.41 - - [2025-11-06 02:43:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003972 10.0.0.41 - - [2025-11-06 02:43:55] "GET /virtual-network/dd14ccd0-6045-49e6-9917-5eca4729ec3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6152 0.007259 10.0.0.41 - - [2025-11-06 02:43:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004297 10.0.0.41 - - [2025-11-06 02:43:59] "GET /virtual-network/dd14ccd0-6045-49e6-9917-5eca4729ec3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6152 0.011041 10.0.0.41 - - [2025-11-06 02:44:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005188 10.0.0.41 - - [2025-11-06 02:44:03] "GET /virtual-network/dd14ccd0-6045-49e6-9917-5eca4729ec3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6152 0.008888 10.0.0.41 - - [2025-11-06 02:44:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004858 10.0.0.41 - - [2025-11-06 02:44:07] "GET /virtual-network/dd14ccd0-6045-49e6-9917-5eca4729ec3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6152 0.006153 10.0.0.41 - - [2025-11-06 02:44:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003545 10.0.0.41 - - [2025-11-06 02:44:12] "GET /virtual-network/dd14ccd0-6045-49e6-9917-5eca4729ec3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6152 0.007702 10.0.0.41 - - [2025-11-06 02:44:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003737 10.0.0.41 - - [2025-11-06 02:44:14] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004643 10.0.0.41 - - [2025-11-06 02:44:14] "GET /virtual-networks?parent_id=f2d7fc97-f2d8-437e-903c-ff01477c9e21&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.003452 10.0.0.41 - - [2025-11-06 02:44:14] "GET /virtual-network/dd14ccd0-6045-49e6-9917-5eca4729ec3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6152 0.007968 10.0.0.41 - - [2025-11-06 02:44:14] "POST /neutron/port HTTP/1.1" 200 1201 0.016038 10.0.0.41 - - [2025-11-06 02:44:19] "POST /neutron/security_group HTTP/1.1" 200 2070 0.010575 10.0.0.41 - - [2025-11-06 02:44:21] "POST /neutron/network HTTP/1.1" 200 2259 0.008488 10.0.0.41 - - [2025-11-06 02:44:21] "POST /neutron/subnet HTTP/1.1" 200 1356 0.017404 10.0.0.41 - - [2025-11-06 02:44:21] "POST /neutron/network HTTP/1.1" 200 2249 0.012943 10.0.0.41 - - [2025-11-06 02:44:24] "POST /neutron/port HTTP/1.1" 200 1201 0.027450 10.0.0.41 - - [2025-11-06 02:44:29] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008881 10.0.0.131 - - [2025-11-06 02:44:30] "GET /obj-perms HTTP/1.1" 200 5056 0.041899 10.0.0.41 - - [2025-11-06 02:44:35] "POST /neutron/port HTTP/1.1" 200 1201 0.024480 10.0.0.41 - - [2025-11-06 02:44:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.005248 10.0.0.41 - - [2025-11-06 02:44:35] "GET /network-policy/58b4392d-14d3-485a-b570-33bc78681162?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.005183 10.0.0.41 - - [2025-11-06 02:44:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003176 10.0.0.41 - - [2025-11-06 02:44:35] "GET /network-policy/2566982c-b053-4649-a876-36a4780ab4cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8882 0.004717 10.0.0.41 - - [2025-11-06 02:44:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003548 10.0.0.41 - - [2025-11-06 02:44:35] "GET /network-policy/aa0b29da-8646-4ece-b581-36fe57c4c825?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.006183 10.0.0.41 - - [2025-11-06 02:44:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003678 10.0.0.41 - - [2025-11-06 02:44:35] "GET /network-policy/22207243-5ae2-485b-820f-b9c2bc131a2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.005631 10.0.0.41 - - [2025-11-06 02:44:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004839 10.0.0.41 - - [2025-11-06 02:44:35] "GET /network-policy/1b4c370d-6157-49cd-80f2-edb4452f0f82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.006473 10.0.0.41 - - [2025-11-06 02:44:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004493 10.0.0.41 - - [2025-11-06 02:44:35] "GET /network-policy/042f7cda-1679-4b16-8a2c-1413406d82fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005914 10.0.0.41 - - [2025-11-06 02:44:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.005298 10.0.0.41 - - [2025-11-06 02:44:35] "GET /network-policy/26886847-5766-415d-8e6a-6977424bf87a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.006708 10.0.0.41 - - [2025-11-06 02:44:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.007431 10.0.0.41 - - [2025-11-06 02:44:35] "GET /network-policy/8aede9a5-da1f-47cc-b056-12f385c2bfad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.006282 10.0.0.41 - - [2025-11-06 02:44:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.005217 10.0.0.41 - - [2025-11-06 02:44:35] "GET /network-policy/2a3524e5-5cfb-48fb-8695-8038d184a916?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.007072 10.0.0.41 - - [2025-11-06 02:44:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004598 10.0.0.41 - - [2025-11-06 02:44:36] "GET /network-policy/83e3e7df-cd2d-48db-94b1-278ea8fb1110?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.007923 10.0.0.131 - - [2025-11-06 02:44:36] "POST /fqname-to-id HTTP/1.1" 404 207 0.049742 10.0.0.41 - - [2025-11-06 02:44:36] "POST /neutron/network HTTP/1.1" 200 1439 0.162201 10.0.0.41 - - [2025-11-06 02:44:36] "GET /virtual-network/dd14ccd0-6045-49e6-9917-5eca4729ec3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3497 0.008366 10.0.0.41 - - [2025-11-06 02:44:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003801 10.0.0.41 - - [2025-11-06 02:44:36] "GET /network-policy/58b4392d-14d3-485a-b570-33bc78681162?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.004805 10.0.0.41 - - [2025-11-06 02:44:41] "POST /neutron/network HTTP/1.1" 200 1439 0.113923 10.0.0.41 - - [2025-11-06 02:44:41] "GET /virtual-network/dd14ccd0-6045-49e6-9917-5eca4729ec3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3497 0.006543 10.0.0.41 - - [2025-11-06 02:44:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002897 10.0.0.41 - - [2025-11-06 02:44:41] "GET /network-policy/2566982c-b053-4649-a876-36a4780ab4cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8882 0.005689 10.0.0.41 - - [2025-11-06 02:44:46] "POST /neutron/network HTTP/1.1" 200 1439 0.113728 10.0.0.131 - - [2025-11-06 02:44:46] "PUT /access-control-list/0cdf847a-b9eb-4d57-a7f3-f8d14d87640b HTTP/1.1" 200 273 0.067983 10.0.0.41 - - [2025-11-06 02:44:46] "GET /virtual-network/dd14ccd0-6045-49e6-9917-5eca4729ec3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3497 0.006022 10.0.0.41 - - [2025-11-06 02:44:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004550 10.0.0.41 - - [2025-11-06 02:44:46] "GET /network-policy/aa0b29da-8646-4ece-b581-36fe57c4c825?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.006049 10.0.0.131 - - [2025-11-06 02:44:52] "POST /fqname-to-id HTTP/1.1" 404 207 0.012749 10.0.0.41 - - [2025-11-06 02:44:52] "POST /neutron/network HTTP/1.1" 200 1439 0.102793 10.0.0.41 - - [2025-11-06 02:44:52] "GET /virtual-network/dd14ccd0-6045-49e6-9917-5eca4729ec3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3497 0.008323 10.0.0.41 - - [2025-11-06 02:44:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004980 10.0.0.41 - - [2025-11-06 02:44:52] "GET /network-policy/22207243-5ae2-485b-820f-b9c2bc131a2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.005220 10.0.0.41 - - [2025-11-06 02:44:57] "POST /neutron/network HTTP/1.1" 200 1439 0.101959 10.0.0.41 - - [2025-11-06 02:44:57] "GET /virtual-network/dd14ccd0-6045-49e6-9917-5eca4729ec3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3497 0.010534 10.0.0.41 - - [2025-11-06 02:44:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003910 10.0.0.41 - - [2025-11-06 02:44:57] "GET /network-policy/1b4c370d-6157-49cd-80f2-edb4452f0f82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004491 10.0.0.131 - - [2025-11-06 02:45:02] "PUT /access-control-list/0cdf847a-b9eb-4d57-a7f3-f8d14d87640b HTTP/1.1" 200 273 0.027070 10.0.0.41 - - [2025-11-06 02:45:02] "POST /neutron/network HTTP/1.1" 200 1439 0.108094 10.0.0.41 - - [2025-11-06 02:45:02] "GET /virtual-network/dd14ccd0-6045-49e6-9917-5eca4729ec3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3497 0.007820 10.0.0.41 - - [2025-11-06 02:45:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003400 10.0.0.41 - - [2025-11-06 02:45:02] "GET /network-policy/042f7cda-1679-4b16-8a2c-1413406d82fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.006545 10.0.0.131 - - [2025-11-06 02:45:07] "POST /fqname-to-id HTTP/1.1" 404 207 0.004982 10.0.0.41 - - [2025-11-06 02:45:07] "POST /neutron/network HTTP/1.1" 200 1439 0.095523 10.0.0.41 - - [2025-11-06 02:45:08] "GET /virtual-network/dd14ccd0-6045-49e6-9917-5eca4729ec3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3497 0.006327 10.0.0.41 - - [2025-11-06 02:45:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003095 10.0.0.41 - - [2025-11-06 02:45:08] "GET /network-policy/26886847-5766-415d-8e6a-6977424bf87a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.004577 10.0.0.41 - - [2025-11-06 02:45:13] "POST /neutron/network HTTP/1.1" 200 1439 0.098477 10.0.0.41 - - [2025-11-06 02:45:13] "GET /virtual-network/dd14ccd0-6045-49e6-9917-5eca4729ec3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3497 0.007822 10.0.0.41 - - [2025-11-06 02:45:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003806 10.0.0.41 - - [2025-11-06 02:45:13] "GET /network-policy/8aede9a5-da1f-47cc-b056-12f385c2bfad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.005911 10.0.0.41 - - [2025-11-06 02:45:18] "POST /neutron/network HTTP/1.1" 200 1439 0.116408 10.0.0.131 - - [2025-11-06 02:45:18] "PUT /access-control-list/0cdf847a-b9eb-4d57-a7f3-f8d14d87640b HTTP/1.1" 200 273 0.075050 10.0.0.41 - - [2025-11-06 02:45:18] "GET /virtual-network/dd14ccd0-6045-49e6-9917-5eca4729ec3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3497 0.011604 10.0.0.41 - - [2025-11-06 02:45:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003310 10.0.0.41 - - [2025-11-06 02:45:18] "GET /network-policy/2a3524e5-5cfb-48fb-8695-8038d184a916?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.005116 10.0.0.41 - - [2025-11-06 02:45:23] "POST /neutron/port HTTP/1.1" 200 1201 0.044702 10.0.0.41 - - [2025-11-06 02:45:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005167 10.0.0.41 - - [2025-11-06 02:45:23] "POST /neutron/port HTTP/1.1" 200 117 0.001917 10.0.0.131 - - [2025-11-06 02:45:23] "POST /fqname-to-id HTTP/1.1" 404 207 0.008889 10.0.0.41 - - [2025-11-06 02:45:23] "POST /neutron/network HTTP/1.1" 200 1439 0.162255 10.0.0.41 - - [2025-11-06 02:45:23] "GET /virtual-network/dd14ccd0-6045-49e6-9917-5eca4729ec3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3497 0.006651 10.0.0.41 - - [2025-11-06 02:45:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.007774 10.0.0.41 - - [2025-11-06 02:45:23] "GET /network-policy/83e3e7df-cd2d-48db-94b1-278ea8fb1110?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.005027 10.0.0.41 - - [2025-11-06 02:45:29] "GET /virtual-machine/846c6faf-e7f6-4833-a141-754ad7334c89 HTTP/1.1" 200 1306 0.005161 10.0.0.41 - - [2025-11-06 02:45:29] "POST /neutron/port HTTP/1.1" 200 1227 0.020742 10.0.0.41 - - [2025-11-06 02:45:31] "GET /virtual-machine/846c6faf-e7f6-4833-a141-754ad7334c89 HTTP/1.1" 404 171 0.004783 10.0.0.41 - - [2025-11-06 02:45:31] "GET /virtual-machine/846c6faf-e7f6-4833-a141-754ad7334c89 HTTP/1.1" 404 171 0.003664 10.0.0.41 - - [2025-11-06 02:45:31] "GET /virtual-machine/846c6faf-e7f6-4833-a141-754ad7334c89 HTTP/1.1" 404 171 0.004657 10.0.0.41 - - [2025-11-06 02:45:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004845 10.0.0.41 - - [2025-11-06 02:45:31] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004965 10.0.0.41 - - [2025-11-06 02:45:31] "GET /virtual-networks?parent_id=f2d7fc97-f2d8-437e-903c-ff01477c9e21&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.004124 10.0.0.41 - - [2025-11-06 02:45:31] "GET /virtual-network/dd14ccd0-6045-49e6-9917-5eca4729ec3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3497 0.006611 10.0.0.41 - - [2025-11-06 02:45:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004614 10.0.0.41 - - [2025-11-06 02:45:31] "GET /routing-instance/fdbccdea-3219-4667-9dc0-6ade6451a3bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1503 0.006482 10.0.0.41 - - [2025-11-06 02:45:31] "GET /route-target/07c36d83-ccaf-4f53-82e1-e3298c5f78c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.005551 10.0.0.41 - - [2025-11-06 02:45:31] "GET /obj-perms HTTP/1.1" 200 5019 0.003943 10.0.0.131 - - [2025-11-06 02:45:37] "GET /obj-perms HTTP/1.1" 200 5019 0.057252 10.0.0.41 - - [2025-11-06 02:45:40] "GET /obj-perms HTTP/1.1" 200 5019 0.004127 10.0.0.131 - - [2025-11-06 02:45:47] "GET /obj-perms HTTP/1.1" 200 5019 0.004239 10.0.0.41 - - [2025-11-06 02:45:47] "GET /obj-perms HTTP/1.1" 200 5019 0.004064 10.0.0.38 - - [2025-11-06 02:45:47] "GET /obj-perms HTTP/1.1" 200 5019 0.003968 10.0.0.41 - - [2025-11-06 02:45:47] "GET /virtual-network/dd14ccd0-6045-49e6-9917-5eca4729ec3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3497 0.007811 10.0.0.41 - - [2025-11-06 02:45:47] "POST /neutron/network HTTP/1.1" 200 1336 0.110829 10.0.0.41 - - [2025-11-06 02:45:47] "GET /virtual-network/dd14ccd0-6045-49e6-9917-5eca4729ec3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.010159 10.0.0.41 - - [2025-11-06 02:45:47] "DELETE /network-policy/83e3e7df-cd2d-48db-94b1-278ea8fb1110 HTTP/1.1" 200 115 0.051183 10.0.0.41 - - [2025-11-06 02:45:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.009907 10.0.0.131 - - [2025-11-06 02:45:47] "GET /projects?obj_uuids=f2d7fc97-f2d8-437e-903c-ff01477c9e21&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001534 10.0.0.41 - - [2025-11-06 02:45:47] "GET /project/f2d7fc97-f2d8-437e-903c-ff01477c9e21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.045254 10.0.0.41 - - [2025-11-06 02:45:47] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-25538718&detail=False&count=False&shared=False HTTP/1.1" 200 2264 0.007537 10.0.0.41 - - [2025-11-06 02:45:47] "DELETE /network-policy/2a3524e5-5cfb-48fb-8695-8038d184a916 HTTP/1.1" 200 115 0.047207 10.0.0.41 - - [2025-11-06 02:45:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.005105 10.0.0.131 - - [2025-11-06 02:45:47] "GET /projects?obj_uuids=f2d7fc97-f2d8-437e-903c-ff01477c9e21&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002073 10.0.0.41 - - [2025-11-06 02:45:47] "GET /project/f2d7fc97-f2d8-437e-903c-ff01477c9e21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.050275 10.0.0.41 - - [2025-11-06 02:45:48] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-25538718&detail=False&count=False&shared=False HTTP/1.1" 200 2027 0.005650 10.0.0.41 - - [2025-11-06 02:45:48] "DELETE /network-policy/8aede9a5-da1f-47cc-b056-12f385c2bfad HTTP/1.1" 200 115 0.043467 10.0.0.41 - - [2025-11-06 02:45:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003719 10.0.0.131 - - [2025-11-06 02:45:48] "GET /projects?obj_uuids=f2d7fc97-f2d8-437e-903c-ff01477c9e21&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000980 10.0.0.41 - - [2025-11-06 02:45:48] "GET /project/f2d7fc97-f2d8-437e-903c-ff01477c9e21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.048287 10.0.0.41 - - [2025-11-06 02:45:48] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-25538718&detail=False&count=False&shared=False HTTP/1.1" 200 1790 0.006506 10.0.0.41 - - [2025-11-06 02:45:48] "DELETE /network-policy/26886847-5766-415d-8e6a-6977424bf87a HTTP/1.1" 200 115 0.050481 10.0.0.41 - - [2025-11-06 02:45:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005077 10.0.0.131 - - [2025-11-06 02:45:48] "GET /projects?obj_uuids=f2d7fc97-f2d8-437e-903c-ff01477c9e21&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001080 10.0.0.41 - - [2025-11-06 02:45:48] "GET /project/f2d7fc97-f2d8-437e-903c-ff01477c9e21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.042796 10.0.0.41 - - [2025-11-06 02:45:48] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-25538718&detail=False&count=False&shared=False HTTP/1.1" 200 1553 0.006155 10.0.0.41 - - [2025-11-06 02:45:48] "DELETE /network-policy/042f7cda-1679-4b16-8a2c-1413406d82fd HTTP/1.1" 200 115 0.049934 10.0.0.41 - - [2025-11-06 02:45:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.006871 10.0.0.131 - - [2025-11-06 02:45:48] "GET /projects?obj_uuids=f2d7fc97-f2d8-437e-903c-ff01477c9e21&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001340 10.0.0.41 - - [2025-11-06 02:45:48] "GET /project/f2d7fc97-f2d8-437e-903c-ff01477c9e21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.066995 10.0.0.41 - - [2025-11-06 02:45:48] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-25538718&detail=False&count=False&shared=False HTTP/1.1" 200 1316 0.007021 10.0.0.41 - - [2025-11-06 02:45:48] "DELETE /network-policy/1b4c370d-6157-49cd-80f2-edb4452f0f82 HTTP/1.1" 200 115 0.052135 10.0.0.41 - - [2025-11-06 02:45:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.008620 10.0.0.131 - - [2025-11-06 02:45:48] "GET /projects?obj_uuids=f2d7fc97-f2d8-437e-903c-ff01477c9e21&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001312 10.0.0.41 - - [2025-11-06 02:45:48] "GET /project/f2d7fc97-f2d8-437e-903c-ff01477c9e21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.049859 10.0.0.41 - - [2025-11-06 02:45:48] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-25538718&detail=False&count=False&shared=False HTTP/1.1" 200 1078 0.006538 10.0.0.41 - - [2025-11-06 02:45:49] "DELETE /network-policy/22207243-5ae2-485b-820f-b9c2bc131a2b HTTP/1.1" 200 115 0.046000 10.0.0.41 - - [2025-11-06 02:45:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003426 10.0.0.131 - - [2025-11-06 02:45:49] "GET /projects?obj_uuids=f2d7fc97-f2d8-437e-903c-ff01477c9e21&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001091 10.0.0.41 - - [2025-11-06 02:45:49] "GET /project/f2d7fc97-f2d8-437e-903c-ff01477c9e21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.047756 10.0.0.41 - - [2025-11-06 02:45:49] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-25538718&detail=False&count=False&shared=False HTTP/1.1" 200 841 0.007547 10.0.0.41 - - [2025-11-06 02:45:49] "DELETE /network-policy/aa0b29da-8646-4ece-b581-36fe57c4c825 HTTP/1.1" 200 115 0.049028 10.0.0.41 - - [2025-11-06 02:45:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003609 10.0.0.131 - - [2025-11-06 02:45:49] "GET /projects?obj_uuids=f2d7fc97-f2d8-437e-903c-ff01477c9e21&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001202 10.0.0.41 - - [2025-11-06 02:45:49] "GET /project/f2d7fc97-f2d8-437e-903c-ff01477c9e21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.044003 10.0.0.41 - - [2025-11-06 02:45:49] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-25538718&detail=False&count=False&shared=False HTTP/1.1" 200 604 0.006609 10.0.0.41 - - [2025-11-06 02:45:49] "DELETE /network-policy/2566982c-b053-4649-a876-36a4780ab4cb HTTP/1.1" 200 115 0.067914 10.0.0.41 - - [2025-11-06 02:45:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003401 10.0.0.131 - - [2025-11-06 02:45:49] "GET /projects?obj_uuids=f2d7fc97-f2d8-437e-903c-ff01477c9e21&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000967 10.0.0.41 - - [2025-11-06 02:45:49] "GET /project/f2d7fc97-f2d8-437e-903c-ff01477c9e21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.038182 10.0.0.41 - - [2025-11-06 02:45:49] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-25538718&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.007247 10.0.0.41 - - [2025-11-06 02:45:49] "DELETE /network-policy/58b4392d-14d3-485a-b570-33bc78681162 HTTP/1.1" 200 115 0.053398 10.0.0.41 - - [2025-11-06 02:45:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.005021 10.0.0.131 - - [2025-11-06 02:45:49] "GET /projects?obj_uuids=f2d7fc97-f2d8-437e-903c-ff01477c9e21&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001052 10.0.0.41 - - [2025-11-06 02:45:49] "GET /project/f2d7fc97-f2d8-437e-903c-ff01477c9e21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.043458 10.0.0.41 - - [2025-11-06 02:45:49] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-25538718&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.007545 10.0.0.131 - - [2025-11-06 02:45:50] "POST /useragent-kv HTTP/1.1" 200 115 0.005018 10.0.0.131 - - [2025-11-06 02:45:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.006119 10.0.0.131 - - [2025-11-06 02:45:50] "POST /useragent-kv HTTP/1.1" 200 115 0.004137 10.0.0.131 - - [2025-11-06 02:45:50] "POST /useragent-kv HTTP/1.1" 200 115 0.002886 10.0.0.131 - - [2025-11-06 02:45:50] "POST /useragent-kv HTTP/1.1" 200 115 0.002074 10.0.0.131 - - [2025-11-06 02:45:50] "POST /useragent-kv HTTP/1.1" 200 115 0.002198 10.0.0.131 - - [2025-11-06 02:45:50] "POST /useragent-kv HTTP/1.1" 200 115 0.006702 10.0.0.41 - - [2025-11-06 02:45:50] "POST /neutron/network HTTP/1.1" 200 151 0.176366 10.0.0.41 - - [2025-11-06 02:45:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003682 10.0.0.41 - - [2025-11-06 02:45:50] "DELETE /network-ipam/a0b3de34-8c64-4b6f-8ade-48245823596a HTTP/1.1" 200 115 0.049392 10.0.0.41 - - [2025-11-06 02:45:50] "POST /fqname-to-id HTTP/1.1" 404 260 0.003295 10.0.0.131 - - [2025-11-06 02:45:50] "GET /projects?obj_uuids=f2d7fc97-f2d8-437e-903c-ff01477c9e21&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001225 10.0.0.131 - - [2025-11-06 02:45:50] "GET /project/f2d7fc97-f2d8-437e-903c-ff01477c9e21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1517 0.058520 10.0.0.131 - - [2025-11-06 02:45:50] "GET /projects?obj_uuids=f2d7fc97-f2d8-437e-903c-ff01477c9e21&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001793 10.0.0.131 - - [2025-11-06 02:45:50] "GET /project/f2d7fc97-f2d8-437e-903c-ff01477c9e21?fields=security_groups HTTP/1.1" 200 1400 0.057342 10.0.0.131 - - [2025-11-06 02:45:50] "DELETE /security-group/c202338b-271b-42c5-a6f8-8aaac0e54d42 HTTP/1.1" 200 115 0.061125 10.0.0.131 - - [2025-11-06 02:45:50] "GET /projects?obj_uuids=f2d7fc97-f2d8-437e-903c-ff01477c9e21&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001327 10.0.0.131 - - [2025-11-06 02:45:50] "GET /project/f2d7fc97-f2d8-437e-903c-ff01477c9e21?fields=application_policy_sets HTTP/1.1" 200 1439 0.117985 10.0.0.131 - - [2025-11-06 02:45:50] "DELETE /access-control-list/f16b5b0c-d346-4e64-9d2b-1dd4e713633a HTTP/1.1" 200 115 0.119659 10.0.0.41 - - [2025-11-06 02:45:51] "DELETE /project/f2d7fc97-f2d8-437e-903c-ff01477c9e21 HTTP/1.1" 200 115 0.538954 10.0.0.131 - - [2025-11-06 02:45:51] "GET /domains?obj_uuids=dd557474-6eee-442f-acdf-559f4d754f9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002979 10.0.0.41 - - [2025-11-06 02:45:51] "GET /domain/dd557474-6eee-442f-acdf-559f4d754f9d?fields=projects HTTP/1.1" 200 1443 0.018191 10.0.0.131 - - [2025-11-06 02:45:53] "GET /projects?obj_uuids=f2d7fc97-f2d8-437e-903c-ff01477c9e21&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003713 10.0.0.131 - - [2025-11-06 02:45:53] "GET /domains?obj_uuids=dd557474-6eee-442f-acdf-559f4d754f9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000980 10.0.0.131 - - [2025-11-06 02:45:53] "GET /domain/dd557474-6eee-442f-acdf-559f4d754f9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.051359 10.0.0.131 - - [2025-11-06 02:45:53] "POST /id-to-fqname HTTP/1.1" 200 202 0.004613 10.0.0.131 - - [2025-11-06 02:45:53] "POST /fqname-to-id HTTP/1.1" 404 211 0.006634 10.0.0.131 - - [2025-11-06 02:45:54] "POST /security-groups HTTP/1.1" 200 603 0.040180 10.0.0.131 - - [2025-11-06 02:45:54] "POST /projects HTTP/1.1" 200 609 0.264704 10.0.0.131 - - [2025-11-06 02:45:54] "POST /fqname-to-id HTTP/1.1" 404 245 0.005252 10.0.0.131 - - [2025-11-06 02:45:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.336595 10.0.0.41 - - [2025-11-06 02:45:54] "GET /project/f2d7fc97-f2d8-437e-903c-ff01477c9e21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.512772 10.0.0.131 - - [2025-11-06 02:45:54] "GET /projects?obj_uuids=f2d7fc97-f2d8-437e-903c-ff01477c9e21&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001111 10.0.0.41 - - [2025-11-06 02:45:54] "GET /project/f2d7fc97-f2d8-437e-903c-ff01477c9e21?fields=virtual_networks HTTP/1.1" 200 1059 0.052819 10.0.0.131 - - [2025-11-06 02:45:54] "GET /projects?obj_uuids=f2d7fc97-f2d8-437e-903c-ff01477c9e21&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000958 10.0.0.41 - - [2025-11-06 02:45:54] "GET /project/f2d7fc97-f2d8-437e-903c-ff01477c9e21?fields=virtual_machine_interfaces HTTP/1.1" 200 1059 0.037684 10.0.0.131 - - [2025-11-06 02:45:54] "GET /projects?obj_uuids=f2d7fc97-f2d8-437e-903c-ff01477c9e21&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002378 10.0.0.41 - - [2025-11-06 02:45:54] "GET /project/f2d7fc97-f2d8-437e-903c-ff01477c9e21?fields=security_groups HTTP/1.1" 200 1298 0.042587 10.0.0.41 - - [2025-11-06 02:45:55] "POST /fqname-to-id HTTP/1.1" 404 194 0.032662 10.0.0.131 - - [2025-11-06 02:45:55] "GET /projects?obj_uuids=e4741d05-e8ab-4abe-aa56-7d72da1f19f6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003173 10.0.0.131 - - [2025-11-06 02:45:55] "GET /domains?obj_uuids=dd557474-6eee-442f-acdf-559f4d754f9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001299 10.0.0.131 - - [2025-11-06 02:45:55] "GET /domain/dd557474-6eee-442f-acdf-559f4d754f9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007742 10.0.0.131 - - [2025-11-06 02:45:55] "POST /id-to-fqname HTTP/1.1" 200 196 0.005966 10.0.0.131 - - [2025-11-06 02:45:55] "POST /fqname-to-id HTTP/1.1" 404 205 0.005615 10.0.0.131 - - [2025-11-06 02:45:55] "POST /security-groups HTTP/1.1" 200 597 0.031138 10.0.0.131 - - [2025-11-06 02:45:55] "POST /projects HTTP/1.1" 200 597 0.259362 10.0.0.131 - - [2025-11-06 02:45:55] "POST /access-control-lists HTTP/1.1" 200 604 0.026289 10.0.0.131 - - [2025-11-06 02:45:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.341466 10.0.0.41 - - [2025-11-06 02:45:55] "GET /project/e4741d05-e8ab-4abe-aa56-7d72da1f19f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.491273 10.0.0.41 - - [2025-11-06 02:45:56] "GET / HTTP/1.1" 200 36215 0.001864 10.0.0.41 - - [2025-11-06 02:45:59] "GET /project/e4741d05-e8ab-4abe-aa56-7d72da1f19f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000498 10.0.0.131 - - [2025-11-06 02:45:59] "GET /projects?obj_uuids=e4741d05-e8ab-4abe-aa56-7d72da1f19f6&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001149 10.0.0.41 - - [2025-11-06 02:45:59] "GET /project/e4741d05-e8ab-4abe-aa56-7d72da1f19f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.068293 10.0.0.41 - - [2025-11-06 02:45:59] "GET / HTTP/1.1" 200 36215 0.002260 10.0.0.41 - - [2025-11-06 02:46:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003642 10.0.0.131 - - [2025-11-06 02:46:00] "GET /domains?obj_uuids=dd557474-6eee-442f-acdf-559f4d754f9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001043 10.0.0.41 - - [2025-11-06 02:46:00] "GET /domain/dd557474-6eee-442f-acdf-559f4d754f9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.008395 10.0.0.41 - - [2025-11-06 02:46:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004555 10.0.0.131 - - [2025-11-06 02:46:00] "GET /projects?obj_uuids=e4741d05-e8ab-4abe-aa56-7d72da1f19f6&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001345 10.0.0.41 - - [2025-11-06 02:46:00] "GET /project/e4741d05-e8ab-4abe-aa56-7d72da1f19f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.051388 10.0.0.41 - - [2025-11-06 02:46:01] "GET /domains HTTP/1.1" 401 292 0.000496 10.0.0.41 - - [2025-11-06 02:46:01] "GET /domains HTTP/1.1" 200 281 0.035418 10.0.0.131 - - [2025-11-06 02:46:01] "GET /domains?obj_uuids=dd557474-6eee-442f-acdf-559f4d754f9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001120 10.0.0.41 - - [2025-11-06 02:46:01] "GET /domain/dd557474-6eee-442f-acdf-559f4d754f9d HTTP/1.1" 200 2984 0.010858 10.0.0.131 - - [2025-11-06 02:46:01] "GET /projects?obj_uuids=e4741d05-e8ab-4abe-aa56-7d72da1f19f6&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001464 10.0.0.41 - - [2025-11-06 02:46:01] "GET /project/e4741d05-e8ab-4abe-aa56-7d72da1f19f6 HTTP/1.1" 200 1894 0.111247 10.0.0.41 - - [2025-11-06 02:46:01] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.005059 10.0.0.41 - - [2025-11-06 02:46:01] "POST /network-ipams HTTP/1.1" 200 605 0.055108 10.0.0.41 - - [2025-11-06 02:46:02] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004591 10.0.0.41 - - [2025-11-06 02:46:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.006846 10.0.0.131 - - [2025-11-06 02:46:02] "DELETE /access-control-list/45c44385-2802-4e36-afe5-a98c5520f6b2 HTTP/1.1" 200 115 0.042123 10.0.0.41 - - [2025-11-06 02:46:02] "GET /network-ipam/2fe38d3e-1a69-47a9-88a8-09c5b46f0399?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.009838 10.0.0.41 - - [2025-11-06 02:46:02] "PUT /network-ipam/2fe38d3e-1a69-47a9-88a8-09c5b46f0399 HTTP/1.1" 200 259 0.023367 10.0.0.41 - - [2025-11-06 02:46:02] "POST /fqname-to-id HTTP/1.1" 401 292 0.000458 10.0.0.41 - - [2025-11-06 02:46:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.027704 10.0.0.131 - - [2025-11-06 02:46:02] "GET /projects?obj_uuids=e4741d05-e8ab-4abe-aa56-7d72da1f19f6&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000909 10.0.0.41 - - [2025-11-06 02:46:02] "GET /project/e4741d05-e8ab-4abe-aa56-7d72da1f19f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.045911 10.0.0.131 - - [2025-11-06 02:46:03] "POST /ref-update HTTP/1.1" 200 156 0.032125 10.0.0.131 - - [2025-11-06 02:46:03] "POST /useragent-kv HTTP/1.1" 200 115 0.009509 10.0.0.41 - - [2025-11-06 02:46:03] "POST /neutron/subnet HTTP/1.1" 200 701 0.275656 10.0.0.41 - - [2025-11-06 02:46:03] "POST /id-to-fqname HTTP/1.1" 200 229 0.001473 10.0.0.41 - - [2025-11-06 02:46:03] "GET /virtual-network/8e220e97-aeff-424e-b813-e7f4f9a8885b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2578 0.008977 10.0.0.41 - - [2025-11-06 02:46:03] "POST /neutron/network HTTP/1.1" 200 1074 0.012632 10.0.0.41 - - [2025-11-06 02:46:03] "GET /virtual-network/8e220e97-aeff-424e-b813-e7f4f9a8885b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2578 0.007289 10.0.0.41 - - [2025-11-06 02:46:03] "POST /neutron/subnet HTTP/1.1" 200 701 0.014846 10.0.0.41 - - [2025-11-06 02:46:04] "GET /virtual-network/8e220e97-aeff-424e-b813-e7f4f9a8885b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2578 0.006421 10.0.0.41 - - [2025-11-06 02:46:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004941 10.0.0.131 - - [2025-11-06 02:46:05] "GET /projects?obj_uuids=e4741d05-e8ab-4abe-aa56-7d72da1f19f6&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001196 10.0.0.41 - - [2025-11-06 02:46:05] "GET /project/e4741d05-e8ab-4abe-aa56-7d72da1f19f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.051144 10.0.0.131 - - [2025-11-06 02:46:06] "POST /useragent-kv HTTP/1.1" 200 115 0.018654 10.0.0.41 - - [2025-11-06 02:46:06] "POST /neutron/subnet HTTP/1.1" 200 701 0.261976 10.0.0.41 - - [2025-11-06 02:46:06] "POST /id-to-fqname HTTP/1.1" 200 229 0.001496 10.0.0.41 - - [2025-11-06 02:46:06] "GET /virtual-network/cdc2dffa-4908-4459-b861-ab8f2b3eb3e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2578 0.008254 10.0.0.41 - - [2025-11-06 02:46:06] "POST /neutron/network HTTP/1.1" 200 1074 0.010052 10.0.0.41 - - [2025-11-06 02:46:06] "GET /virtual-network/cdc2dffa-4908-4459-b861-ab8f2b3eb3e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2578 0.007660 10.0.0.41 - - [2025-11-06 02:46:06] "POST /neutron/subnet HTTP/1.1" 200 701 0.013062 10.0.0.41 - - [2025-11-06 02:46:06] "GET /virtual-network/cdc2dffa-4908-4459-b861-ab8f2b3eb3e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2578 0.006901 10.0.0.41 - - [2025-11-06 02:46:07] "GET /obj-perms HTTP/1.1" 200 5013 0.052350 10.0.0.131 - - [2025-11-06 02:46:07] "GET /obj-perms HTTP/1.1" 200 5013 0.062992 10.0.0.41 - - [2025-11-06 02:46:07] "POST /fqname-to-id HTTP/1.1" 404 205 0.005596 10.0.0.41 - - [2025-11-06 02:46:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005551 10.0.0.131 - - [2025-11-06 02:46:07] "GET /projects?obj_uuids=e4741d05-e8ab-4abe-aa56-7d72da1f19f6&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001774 10.0.0.41 - - [2025-11-06 02:46:07] "GET /project/e4741d05-e8ab-4abe-aa56-7d72da1f19f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.053950 10.0.0.41 - - [2025-11-06 02:46:07] "POST /network-policys HTTP/1.1" 200 529 0.077933 10.0.0.41 - - [2025-11-06 02:46:07] "GET /network-policy/1aec79d2-38d9-4825-a615-91e916746907?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3985 0.008969 10.0.0.41 - - [2025-11-06 02:46:07] "POST /fqname-to-id HTTP/1.1" 404 205 0.004365 10.0.0.41 - - [2025-11-06 02:46:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004359 10.0.0.131 - - [2025-11-06 02:46:07] "GET /projects?obj_uuids=e4741d05-e8ab-4abe-aa56-7d72da1f19f6&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001855 10.0.0.41 - - [2025-11-06 02:46:08] "GET /project/e4741d05-e8ab-4abe-aa56-7d72da1f19f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.081691 10.0.0.41 - - [2025-11-06 02:46:08] "POST /network-policys HTTP/1.1" 200 529 0.039515 10.0.0.41 - - [2025-11-06 02:46:08] "GET /network-policy/5325afe0-89fc-4cfb-a919-f0d6cc1eb4a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3985 0.009901 10.0.0.41 - - [2025-11-06 02:46:08] "POST /fqname-to-id HTTP/1.1" 404 205 0.003746 10.0.0.41 - - [2025-11-06 02:46:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003320 10.0.0.131 - - [2025-11-06 02:46:08] "GET /projects?obj_uuids=e4741d05-e8ab-4abe-aa56-7d72da1f19f6&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001473 10.0.0.41 - - [2025-11-06 02:46:08] "GET /project/e4741d05-e8ab-4abe-aa56-7d72da1f19f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.071333 10.0.0.41 - - [2025-11-06 02:46:08] "POST /network-policys HTTP/1.1" 200 529 0.082966 10.0.0.41 - - [2025-11-06 02:46:08] "GET /network-policy/d0c7ab50-11c2-4574-909c-c6468568c5e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.009023 10.0.0.41 - - [2025-11-06 02:46:08] "POST /fqname-to-id HTTP/1.1" 404 205 0.003871 10.0.0.41 - - [2025-11-06 02:46:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003902 10.0.0.131 - - [2025-11-06 02:46:08] "GET /projects?obj_uuids=e4741d05-e8ab-4abe-aa56-7d72da1f19f6&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001206 10.0.0.41 - - [2025-11-06 02:46:08] "GET /project/e4741d05-e8ab-4abe-aa56-7d72da1f19f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.041152 10.0.0.41 - - [2025-11-06 02:46:08] "POST /network-policys HTTP/1.1" 200 529 0.037535 10.0.0.41 - - [2025-11-06 02:46:08] "GET /network-policy/2ad14a96-b3ca-4e20-a82e-7ece60d99c1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3985 0.006270 10.0.0.41 - - [2025-11-06 02:46:09] "POST /fqname-to-id HTTP/1.1" 404 207 0.003512 10.0.0.41 - - [2025-11-06 02:46:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003114 10.0.0.131 - - [2025-11-06 02:46:09] "GET /projects?obj_uuids=e4741d05-e8ab-4abe-aa56-7d72da1f19f6&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001179 10.0.0.41 - - [2025-11-06 02:46:09] "GET /project/e4741d05-e8ab-4abe-aa56-7d72da1f19f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.063908 10.0.0.41 - - [2025-11-06 02:46:09] "POST /network-policys HTTP/1.1" 200 533 0.030300 10.0.0.41 - - [2025-11-06 02:46:09] "GET /network-policy/27bb27d0-d968-49b4-b3e8-9992d0435621?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1946 0.007469 10.0.0.41 - - [2025-11-06 02:46:09] "POST /fqname-to-id HTTP/1.1" 404 206 0.003554 10.0.0.41 - - [2025-11-06 02:46:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003700 10.0.0.131 - - [2025-11-06 02:46:09] "GET /projects?obj_uuids=e4741d05-e8ab-4abe-aa56-7d72da1f19f6&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001067 10.0.0.41 - - [2025-11-06 02:46:09] "GET /project/e4741d05-e8ab-4abe-aa56-7d72da1f19f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.042194 10.0.0.41 - - [2025-11-06 02:46:09] "POST /network-policys HTTP/1.1" 200 531 0.030863 10.0.0.41 - - [2025-11-06 02:46:09] "GET /network-policy/8e60ce66-5877-42c1-9890-c6eaee91ca08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3989 0.006283 10.0.0.41 - - [2025-11-06 02:46:09] "POST /fqname-to-id HTTP/1.1" 404 206 0.003602 10.0.0.41 - - [2025-11-06 02:46:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003046 10.0.0.131 - - [2025-11-06 02:46:09] "GET /projects?obj_uuids=e4741d05-e8ab-4abe-aa56-7d72da1f19f6&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000916 10.0.0.41 - - [2025-11-06 02:46:09] "GET /project/e4741d05-e8ab-4abe-aa56-7d72da1f19f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.039698 10.0.0.41 - - [2025-11-06 02:46:10] "POST /network-policys HTTP/1.1" 200 531 0.030712 10.0.0.41 - - [2025-11-06 02:46:10] "GET /network-policy/bd0e9c38-ccf0-43a5-a7d3-b828031b32e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3989 0.006898 10.0.0.41 - - [2025-11-06 02:46:10] "POST /fqname-to-id HTTP/1.1" 404 206 0.003392 10.0.0.41 - - [2025-11-06 02:46:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004123 10.0.0.131 - - [2025-11-06 02:46:10] "GET /projects?obj_uuids=e4741d05-e8ab-4abe-aa56-7d72da1f19f6&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000982 10.0.0.41 - - [2025-11-06 02:46:10] "GET /project/e4741d05-e8ab-4abe-aa56-7d72da1f19f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.052152 10.0.0.41 - - [2025-11-06 02:46:10] "POST /network-policys HTTP/1.1" 200 531 0.036903 10.0.0.41 - - [2025-11-06 02:46:10] "GET /network-policy/f1d7db67-ef4e-40dd-a111-f9ddd68d2ecc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3989 0.007325 10.0.0.41 - - [2025-11-06 02:46:10] "POST /fqname-to-id HTTP/1.1" 404 206 0.003477 10.0.0.41 - - [2025-11-06 02:46:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003510 10.0.0.131 - - [2025-11-06 02:46:10] "GET /projects?obj_uuids=e4741d05-e8ab-4abe-aa56-7d72da1f19f6&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001408 10.0.0.41 - - [2025-11-06 02:46:10] "GET /project/e4741d05-e8ab-4abe-aa56-7d72da1f19f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.047858 10.0.0.41 - - [2025-11-06 02:46:10] "POST /network-policys HTTP/1.1" 200 531 0.039392 10.0.0.41 - - [2025-11-06 02:46:10] "GET /network-policy/73487944-50e6-411a-9e55-ccdb4f0397f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3988 0.007560 10.0.0.41 - - [2025-11-06 02:46:11] "POST /fqname-to-id HTTP/1.1" 404 208 0.004137 10.0.0.41 - - [2025-11-06 02:46:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003785 10.0.0.131 - - [2025-11-06 02:46:11] "GET /projects?obj_uuids=e4741d05-e8ab-4abe-aa56-7d72da1f19f6&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001422 10.0.0.41 - - [2025-11-06 02:46:11] "GET /project/e4741d05-e8ab-4abe-aa56-7d72da1f19f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.056987 10.0.0.41 - - [2025-11-06 02:46:11] "POST /network-policys HTTP/1.1" 200 535 0.034235 10.0.0.41 - - [2025-11-06 02:46:11] "GET /network-policy/efd44662-6f8a-46d8-879c-464848876edb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1129 0.008443 10.0.0.38 - - [2025-11-06 02:46:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000427 10.0.0.131 - - [2025-11-06 02:46:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000577 10.0.0.38 - - [2025-11-06 02:46:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000379 10.0.0.131 - - [2025-11-06 02:46:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000412 10.0.0.131 - - [2025-11-06 02:46:11] "POST /fqname-to-id HTTP/1.1" 404 246 0.005561 10.0.0.41 - - [2025-11-06 02:46:11] "POST /neutron/network HTTP/1.1" 200 1157 0.028804 10.0.0.41 - - [2025-11-06 02:46:11] "GET /virtual-network/8e220e97-aeff-424e-b813-e7f4f9a8885b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2877 0.006751 10.0.0.41 - - [2025-11-06 02:46:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003362 10.0.0.41 - - [2025-11-06 02:46:11] "GET /network-policy/1aec79d2-38d9-4825-a615-91e916746907?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3985 0.004653 10.0.0.131 - - [2025-11-06 02:46:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000415 10.0.0.131 - - [2025-11-06 02:46:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000414 10.0.0.131 - - [2025-11-06 02:46:12] "POST /access-control-lists HTTP/1.1" 200 605 0.043602 10.0.0.41 - - [2025-11-06 02:46:12] "POST /neutron/network HTTP/1.1" 200 1159 0.016688 10.0.0.41 - - [2025-11-06 02:46:12] "GET /virtual-network/cdc2dffa-4908-4459-b861-ab8f2b3eb3e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2879 0.022819 10.0.0.41 - - [2025-11-06 02:46:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003267 10.0.0.41 - - [2025-11-06 02:46:12] "GET /network-policy/27bb27d0-d968-49b4-b3e8-9992d0435621?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1946 0.007247 10.0.0.41 - - [2025-11-06 02:46:12] "POST /id-to-fqname HTTP/1.1" 200 229 0.001380 10.0.0.38 - - [2025-11-06 02:46:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000300 10.0.0.38 - - [2025-11-06 02:46:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000407 10.0.0.131 - - [2025-11-06 02:46:13] "GET /projects?obj_uuids=e4741d05-e8ab-4abe-aa56-7d72da1f19f6&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001257 10.0.0.41 - - [2025-11-06 02:46:13] "GET /project/e4741d05-e8ab-4abe-aa56-7d72da1f19f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.063960 10.0.0.41 - - [2025-11-06 02:46:13] "POST /neutron/port HTTP/1.1" 200 117 0.006897 10.0.0.41 - - [2025-11-06 02:46:13] "POST /id-to-fqname HTTP/1.1" 200 229 0.001446 10.0.0.41 - - [2025-11-06 02:46:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000406 10.0.0.41 - - [2025-11-06 02:46:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000500 10.0.0.41 - - [2025-11-06 02:46:13] "POST /neutron/network HTTP/1.1" 200 1169 0.011364 10.0.0.41 - - [2025-11-06 02:46:14] "POST /neutron/port HTTP/1.1" 200 1061 0.019199 10.0.0.131 - - [2025-11-06 02:46:14] "GET /projects?obj_uuids=e4741d05-e8ab-4abe-aa56-7d72da1f19f6&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001138 10.0.0.41 - - [2025-11-06 02:46:14] "POST /neutron/port HTTP/1.1" 200 1089 0.018151 10.0.0.41 - - [2025-11-06 02:46:14] "GET /project/e4741d05-e8ab-4abe-aa56-7d72da1f19f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.098615 10.0.0.41 - - [2025-11-06 02:46:14] "POST /neutron/subnet HTTP/1.1" 200 675 0.012803 10.0.0.41 - - [2025-11-06 02:46:14] "POST /neutron/port HTTP/1.1" 200 1089 0.037043 10.0.0.41 - - [2025-11-06 02:46:14] "GET /global-system-configs HTTP/1.1" 401 292 0.000416 10.0.0.41 - - [2025-11-06 02:46:14] "GET /global-system-configs HTTP/1.1" 401 292 0.000393 10.0.0.41 - - [2025-11-06 02:46:14] "POST /neutron/port HTTP/1.1" 200 1089 0.018988 10.0.0.131 - - [2025-11-06 02:46:15] "GET /projects?obj_uuids=e4741d05-e8ab-4abe-aa56-7d72da1f19f6&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001113 10.0.0.131 - - [2025-11-06 02:46:15] "PUT /access-control-list/259adb8b-d5cc-43bb-ab73-247230f2626c HTTP/1.1" 200 273 0.038380 10.0.0.41 - - [2025-11-06 02:46:15] "POST /neutron/port HTTP/1.1" 200 1061 0.340560 10.0.0.41 - - [2025-11-06 02:46:15] "POST /neutron/port HTTP/1.1" 200 1115 0.147999 10.0.0.41 - - [2025-11-06 02:46:15] "POST /neutron/subnet HTTP/1.1" 200 675 0.013755 10.0.0.131 - - [2025-11-06 02:46:16] "DELETE /project/f2d7fc97f2d8437e903cff01477c9e21 HTTP/1.1" 404 173 0.003272 10.0.0.131 - - [2025-11-06 02:46:16] "DELETE /project/f2d7fc97-f2d8-437e-903c-ff01477c9e21 HTTP/1.1" 404 177 0.006718 10.0.0.131 - - [2025-11-06 02:46:16] "DELETE /project/e4741d05e8ab4abeaa567d72da1f19f6 HTTP/1.1" 404 173 0.005572 10.0.0.41 - - [2025-11-06 02:46:20] "POST /neutron/port HTTP/1.1" 200 1089 0.016142 10.0.0.41 - - [2025-11-06 02:46:20] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008791 10.0.0.41 - - [2025-11-06 02:46:20] "GET /virtual-machine/b274eb85-2ffd-4bcd-9578-65270a84396c HTTP/1.1" 401 292 0.000689 10.0.0.41 - - [2025-11-06 02:46:20] "GET /virtual-machine/b274eb85-2ffd-4bcd-9578-65270a84396c HTTP/1.1" 200 1301 0.033764 10.0.0.41 - - [2025-11-06 02:46:20] "GET /virtual-machine-interface/50697db4-6ac1-4b15-90ea-e56011307223 HTTP/1.1" 200 2958 0.006210 10.0.0.41 - - [2025-11-06 02:46:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.013988 10.0.0.41 - - [2025-11-06 02:46:20] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.008179 10.0.0.41 - - [2025-11-06 02:46:20] "GET /virtual-networks?parent_id=e4741d05-e8ab-4abe-aa56-7d72da1f19f6&detail=False&count=False&shared=False HTTP/1.1" 200 591 0.004971 10.0.0.41 - - [2025-11-06 02:46:20] "GET /virtual-network/8e220e97-aeff-424e-b813-e7f4f9a8885b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2877 0.005851 10.0.0.41 - - [2025-11-06 02:46:23] "POST /neutron/port HTTP/1.1" 200 1089 0.021040 10.0.0.41 - - [2025-11-06 02:46:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004400 10.0.0.41 - - [2025-11-06 02:46:23] "POST /neutron/network HTTP/1.1" 200 1157 0.010251 10.0.0.41 - - [2025-11-06 02:46:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004403 10.0.0.41 - - [2025-11-06 02:46:23] "GET /virtual-network/8e220e97-aeff-424e-b813-e7f4f9a8885b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2877 0.008449 10.0.0.41 - - [2025-11-06 02:46:27] "POST /neutron/network HTTP/1.1" 200 1169 0.008107 10.0.0.41 - - [2025-11-06 02:46:27] "POST /neutron/port HTTP/1.1" 200 117 0.001701 10.0.0.41 - - [2025-11-06 02:46:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004060 10.0.0.41 - - [2025-11-06 02:46:27] "GET /virtual-network/8e220e97-aeff-424e-b813-e7f4f9a8885b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2877 0.006701 10.0.0.41 - - [2025-11-06 02:46:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004062 10.0.0.41 - - [2025-11-06 02:46:32] "GET /virtual-network/8e220e97-aeff-424e-b813-e7f4f9a8885b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2877 0.005346 10.0.0.41 - - [2025-11-06 02:46:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.005205 10.0.0.41 - - [2025-11-06 02:46:36] "GET /virtual-network/8e220e97-aeff-424e-b813-e7f4f9a8885b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2877 0.006879 10.0.0.41 - - [2025-11-06 02:46:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004593 10.0.0.41 - - [2025-11-06 02:46:40] "GET /virtual-network/8e220e97-aeff-424e-b813-e7f4f9a8885b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2877 0.007923 10.0.0.41 - - [2025-11-06 02:46:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003852 10.0.0.41 - - [2025-11-06 02:46:44] "GET /virtual-network/8e220e97-aeff-424e-b813-e7f4f9a8885b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2877 0.006219 10.0.0.41 - - [2025-11-06 02:46:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003734 10.0.0.41 - - [2025-11-06 02:46:48] "GET /virtual-network/8e220e97-aeff-424e-b813-e7f4f9a8885b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2877 0.005571 10.0.0.41 - - [2025-11-06 02:46:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004492 10.0.0.41 - - [2025-11-06 02:46:52] "GET /virtual-network/8e220e97-aeff-424e-b813-e7f4f9a8885b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2877 0.006135 10.0.0.41 - - [2025-11-06 02:46:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003776 10.0.0.41 - - [2025-11-06 02:46:56] "GET /virtual-network/8e220e97-aeff-424e-b813-e7f4f9a8885b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2877 0.005721 10.0.0.41 - - [2025-11-06 02:46:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004140 10.0.0.41 - - [2025-11-06 02:46:58] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004152 10.0.0.41 - - [2025-11-06 02:46:58] "GET /virtual-networks?parent_id=e4741d05-e8ab-4abe-aa56-7d72da1f19f6&detail=False&count=False&shared=False HTTP/1.1" 200 591 0.003175 10.0.0.41 - - [2025-11-06 02:46:58] "GET /virtual-network/8e220e97-aeff-424e-b813-e7f4f9a8885b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2877 0.006418 10.0.0.41 - - [2025-11-06 02:46:58] "POST /neutron/security_group HTTP/1.1" 200 2064 0.009320 10.0.0.41 - - [2025-11-06 02:47:09] "POST /neutron/port HTTP/1.1" 200 1089 0.016899 10.0.0.41 - - [2025-11-06 02:47:09] "POST /neutron/security_group HTTP/1.1" 200 2064 0.012466 10.0.0.41 - - [2025-11-06 02:47:14] "POST /neutron/port HTTP/1.1" 200 1089 0.019899 10.0.0.41 - - [2025-11-06 02:47:19] "POST /neutron/security_group HTTP/1.1" 200 2064 0.010212 10.0.0.41 - - [2025-11-06 02:47:19] "POST /neutron/port HTTP/1.1" 200 1089 0.018663 10.0.0.41 - - [2025-11-06 02:47:19] "GET /virtual-machine/74777ef2-83ed-4cc0-880c-d68957ee07bc HTTP/1.1" 200 1299 0.006773 10.0.0.41 - - [2025-11-06 02:47:19] "GET /virtual-machine-interface/d8428a5b-27e2-4a7f-8a1d-8c9e1dab2ea1 HTTP/1.1" 200 2958 0.006047 10.0.0.41 - - [2025-11-06 02:47:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003870 10.0.0.41 - - [2025-11-06 02:47:19] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004004 10.0.0.41 - - [2025-11-06 02:47:19] "GET /virtual-networks?parent_id=e4741d05-e8ab-4abe-aa56-7d72da1f19f6&detail=False&count=False&shared=False HTTP/1.1" 200 591 0.003388 10.0.0.41 - - [2025-11-06 02:47:19] "GET /virtual-network/cdc2dffa-4908-4459-b861-ab8f2b3eb3e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2879 0.006411 10.0.0.41 - - [2025-11-06 02:47:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.005051 10.0.0.41 - - [2025-11-06 02:47:21] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003896 10.0.0.41 - - [2025-11-06 02:47:21] "GET /virtual-networks?parent_id=e4741d05-e8ab-4abe-aa56-7d72da1f19f6&detail=False&count=False&shared=False HTTP/1.1" 200 591 0.003712 10.0.0.41 - - [2025-11-06 02:47:21] "GET /virtual-network/cdc2dffa-4908-4459-b861-ab8f2b3eb3e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2879 0.007457 10.0.0.41 - - [2025-11-06 02:47:21] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008931 10.0.0.41 - - [2025-11-06 02:47:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004459 10.0.0.41 - - [2025-11-06 02:47:21] "GET /network-policy/27bb27d0-d968-49b4-b3e8-9992d0435621?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1946 0.005167 10.0.0.41 - - [2025-11-06 02:47:21] "POST /neutron/port HTTP/1.1" 200 1089 0.034931 10.0.0.41 - - [2025-11-06 02:47:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004492 10.0.0.41 - - [2025-11-06 02:47:22] "GET /network-policy/1aec79d2-38d9-4825-a615-91e916746907?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3985 0.004819 10.0.0.41 - - [2025-11-06 02:47:22] "POST /neutron/network HTTP/1.1" 200 1157 0.115205 10.0.0.41 - - [2025-11-06 02:47:22] "GET /virtual-network/8e220e97-aeff-424e-b813-e7f4f9a8885b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2877 0.008281 10.0.0.41 - - [2025-11-06 02:47:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004512 10.0.0.41 - - [2025-11-06 02:47:22] "GET /network-policy/5325afe0-89fc-4cfb-a919-f0d6cc1eb4a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3985 0.006165 10.0.0.41 - - [2025-11-06 02:47:25] "POST /neutron/port HTTP/1.1" 200 1089 0.017278 10.0.0.41 - - [2025-11-06 02:47:25] "POST /neutron/subnet HTTP/1.1" 200 675 0.018607 10.0.0.41 - - [2025-11-06 02:47:28] "POST /neutron/port HTTP/1.1" 200 1089 0.049423 10.0.0.41 - - [2025-11-06 02:47:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.008489 10.0.0.41 - - [2025-11-06 02:47:28] "POST /neutron/network HTTP/1.1" 200 1159 0.010681 10.0.0.38 - - [2025-11-06 02:47:32] "GET /obj-perms HTTP/1.1" 200 5056 0.048261 10.0.0.131 - - [2025-11-06 02:47:50] "POST /ref-update HTTP/1.1" 200 156 0.032131 10.0.0.41 - - [2025-11-06 02:47:50] "POST /neutron/network HTTP/1.1" 200 1160 0.020167 10.0.0.41 - - [2025-11-06 02:47:50] "GET /virtual-network/8e220e97-aeff-424e-b813-e7f4f9a8885b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2880 0.014004 10.0.0.41 - - [2025-11-06 02:47:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.012305 10.0.0.41 - - [2025-11-06 02:47:51] "GET /network-policy/efd44662-6f8a-46d8-879c-464848876edb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1129 0.004470 10.0.0.41 - - [2025-11-06 02:48:00] "POST /neutron/network HTTP/1.1" 200 1157 0.013808 10.0.0.41 - - [2025-11-06 02:48:00] "GET /virtual-network/8e220e97-aeff-424e-b813-e7f4f9a8885b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2877 0.009067 10.0.0.41 - - [2025-11-06 02:48:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004576 10.0.0.41 - - [2025-11-06 02:48:00] "GET /network-policy/d0c7ab50-11c2-4574-909c-c6468568c5e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.005358 10.0.0.131 - - [2025-11-06 02:48:09] "PUT /access-control-list/8e928ca9-6022-4ff3-b420-2113de8b1bf8 HTTP/1.1" 200 273 0.062363 10.0.0.41 - - [2025-11-06 02:48:09] "POST /neutron/network HTTP/1.1" 200 1157 0.027633 10.0.0.41 - - [2025-11-06 02:48:09] "GET /virtual-network/8e220e97-aeff-424e-b813-e7f4f9a8885b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2877 0.005904 10.0.0.41 - - [2025-11-06 02:48:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003490 10.0.0.41 - - [2025-11-06 02:48:09] "GET /network-policy/2ad14a96-b3ca-4e20-a82e-7ece60d99c1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3985 0.004623 10.0.0.41 - - [2025-11-06 02:48:16] "POST /neutron/network HTTP/1.1" 200 1158 0.019266 10.0.0.41 - - [2025-11-06 02:48:16] "GET /virtual-network/8e220e97-aeff-424e-b813-e7f4f9a8885b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2878 0.010362 10.0.0.41 - - [2025-11-06 02:48:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004148 10.0.0.41 - - [2025-11-06 02:48:16] "GET /network-policy/8e60ce66-5877-42c1-9890-c6eaee91ca08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3989 0.015041 10.0.0.131 - - [2025-11-06 02:48:25] "PUT /access-control-list/8e928ca9-6022-4ff3-b420-2113de8b1bf8 HTTP/1.1" 200 273 0.032226 10.0.0.41 - - [2025-11-06 02:48:25] "POST /neutron/network HTTP/1.1" 200 1158 0.045745 10.0.0.41 - - [2025-11-06 02:48:25] "GET /virtual-network/8e220e97-aeff-424e-b813-e7f4f9a8885b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2878 0.012936 10.0.0.41 - - [2025-11-06 02:48:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.006305 10.0.0.41 - - [2025-11-06 02:48:25] "GET /network-policy/bd0e9c38-ccf0-43a5-a7d3-b828031b32e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3989 0.009275 10.0.0.41 - - [2025-11-06 02:48:26] "POST /neutron/network HTTP/1.1" 200 1168 0.007280 10.0.0.41 - - [2025-11-06 02:48:26] "POST /neutron/port HTTP/1.1" 200 117 0.001208 10.0.0.41 - - [2025-11-06 02:48:30] "POST /neutron/port HTTP/1.1" 200 1089 0.016146 10.0.0.41 - - [2025-11-06 02:48:30] "POST /neutron/subnet HTTP/1.1" 200 675 0.012377 10.0.0.41 - - [2025-11-06 02:48:33] "POST /neutron/network HTTP/1.1" 200 1158 0.009758 10.0.0.41 - - [2025-11-06 02:48:33] "GET /virtual-network/8e220e97-aeff-424e-b813-e7f4f9a8885b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2878 0.018131 10.0.0.41 - - [2025-11-06 02:48:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.008063 10.0.0.41 - - [2025-11-06 02:48:33] "GET /network-policy/f1d7db67-ef4e-40dd-a111-f9ddd68d2ecc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3989 0.004570 10.0.0.41 - - [2025-11-06 02:48:41] "POST /neutron/network HTTP/1.1" 200 1158 0.015038 10.0.0.41 - - [2025-11-06 02:48:42] "GET /virtual-network/8e220e97-aeff-424e-b813-e7f4f9a8885b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2878 0.010163 10.0.0.131 - - [2025-11-06 02:48:42] "PUT /access-control-list/8e928ca9-6022-4ff3-b420-2113de8b1bf8 HTTP/1.1" 200 273 0.073166 10.0.0.41 - - [2025-11-06 02:48:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.013743 10.0.0.41 - - [2025-11-06 02:48:42] "GET /network-policy/73487944-50e6-411a-9e55-ccdb4f0397f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3988 0.006246 10.0.0.41 - - [2025-11-06 02:48:49] "GET /virtual-network/8e220e97-aeff-424e-b813-e7f4f9a8885b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2878 0.006399 10.0.0.41 - - [2025-11-06 02:48:49] "POST /neutron/network HTTP/1.1" 200 1158 0.011875 10.0.0.41 - - [2025-11-06 02:48:49] "GET /virtual-network/8e220e97-aeff-424e-b813-e7f4f9a8885b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2578 0.017766 10.0.0.41 - - [2025-11-06 02:48:49] "GET /virtual-machine/74777ef2-83ed-4cc0-880c-d68957ee07bc HTTP/1.1" 200 1299 0.006174 10.0.0.41 - - [2025-11-06 02:48:50] "POST /neutron/port HTTP/1.1" 200 1089 0.019917 10.0.0.41 - - [2025-11-06 02:48:51] "GET /virtual-machine/74777ef2-83ed-4cc0-880c-d68957ee07bc HTTP/1.1" 404 171 0.004413 10.0.0.41 - - [2025-11-06 02:48:52] "GET /virtual-machine/74777ef2-83ed-4cc0-880c-d68957ee07bc HTTP/1.1" 404 171 0.003877 10.0.0.41 - - [2025-11-06 02:48:52] "GET /virtual-machine/74777ef2-83ed-4cc0-880c-d68957ee07bc HTTP/1.1" 404 171 0.004187 10.0.0.41 - - [2025-11-06 02:48:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004692 10.0.0.41 - - [2025-11-06 02:48:52] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006145 10.0.0.41 - - [2025-11-06 02:48:52] "GET /virtual-networks?parent_id=e4741d05-e8ab-4abe-aa56-7d72da1f19f6&detail=False&count=False&shared=False HTTP/1.1" 200 591 0.006415 10.0.0.41 - - [2025-11-06 02:48:52] "GET /virtual-network/cdc2dffa-4908-4459-b861-ab8f2b3eb3e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2879 0.009998 10.0.0.41 - - [2025-11-06 02:48:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004015 10.0.0.41 - - [2025-11-06 02:48:52] "GET /routing-instance/83c6522f-858f-4c87-a8d0-2d178835be4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1496 0.007154 10.0.0.41 - - [2025-11-06 02:48:52] "GET /route-target/24c67b21-b954-4980-a98f-d4cda0c534bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005938 10.0.0.41 - - [2025-11-06 02:48:52] "GET /obj-perms HTTP/1.1" 200 5013 0.006021 10.0.0.131 - - [2025-11-06 02:48:52] "GET /obj-perms HTTP/1.1" 200 5013 0.004952 10.0.0.41 - - [2025-11-06 02:49:01] "GET /obj-perms HTTP/1.1" 200 5013 0.005465 10.0.0.131 - - [2025-11-06 02:49:01] "GET /obj-perms HTTP/1.1" 200 5013 0.004656 10.0.0.41 - - [2025-11-06 02:49:11] "GET /obj-perms HTTP/1.1" 200 5013 0.004781 10.0.0.131 - - [2025-11-06 02:49:11] "GET /obj-perms HTTP/1.1" 200 5013 0.004956 10.0.0.41 - - [2025-11-06 02:49:17] "GET /obj-perms HTTP/1.1" 200 5013 0.006056 10.0.0.131 - - [2025-11-06 02:49:17] "GET /obj-perms HTTP/1.1" 200 5013 0.006087 10.0.0.41 - - [2025-11-06 02:49:17] "GET /virtual-machine/b274eb85-2ffd-4bcd-9578-65270a84396c HTTP/1.1" 200 1301 0.005244 10.0.0.41 - - [2025-11-06 02:49:17] "POST /neutron/port HTTP/1.1" 200 1089 0.040448 10.0.0.41 - - [2025-11-06 02:49:19] "GET /virtual-machine/b274eb85-2ffd-4bcd-9578-65270a84396c HTTP/1.1" 404 171 0.003623 10.0.0.41 - - [2025-11-06 02:49:19] "GET /virtual-machine/b274eb85-2ffd-4bcd-9578-65270a84396c HTTP/1.1" 404 171 0.003200 10.0.0.41 - - [2025-11-06 02:49:19] "GET /virtual-machine/b274eb85-2ffd-4bcd-9578-65270a84396c HTTP/1.1" 404 171 0.003350 10.0.0.41 - - [2025-11-06 02:49:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003669 10.0.0.41 - - [2025-11-06 02:49:19] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004396 10.0.0.41 - - [2025-11-06 02:49:19] "GET /virtual-networks?parent_id=e4741d05-e8ab-4abe-aa56-7d72da1f19f6&detail=False&count=False&shared=False HTTP/1.1" 200 591 0.004017 10.0.0.41 - - [2025-11-06 02:49:19] "GET /virtual-network/8e220e97-aeff-424e-b813-e7f4f9a8885b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2578 0.009558 10.0.0.41 - - [2025-11-06 02:49:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005089 10.0.0.41 - - [2025-11-06 02:49:19] "GET /routing-instance/510f9336-d040-4d64-af36-1c26eb1b868a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1496 0.005855 10.0.0.41 - - [2025-11-06 02:49:19] "GET /route-target/03f3d3c0-176f-46b7-8071-ef8e009e87c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004923 10.0.0.41 - - [2025-11-06 02:49:22] "GET /obj-perms HTTP/1.1" 200 5013 0.004124 10.0.0.131 - - [2025-11-06 02:49:26] "GET /obj-perms HTTP/1.1" 200 5013 0.004811 10.0.0.41 - - [2025-11-06 02:49:32] "GET /obj-perms HTTP/1.1" 200 5013 0.005401 10.0.0.131 - - [2025-11-06 02:49:34] "GET /obj-perms HTTP/1.1" 200 5056 0.066034 10.0.0.41 - - [2025-11-06 02:49:38] "GET /obj-perms HTTP/1.1" 200 5013 0.004740 10.0.0.131 - - [2025-11-06 02:49:41] "GET /obj-perms HTTP/1.1" 200 5013 0.005238 10.0.0.41 - - [2025-11-06 02:49:47] "GET /obj-perms HTTP/1.1" 200 5013 0.005285 10.0.0.38 - - [2025-11-06 02:49:47] "GET /obj-perms HTTP/1.1" 200 5013 0.048164 10.0.0.131 - - [2025-11-06 02:49:47] "GET /obj-perms HTTP/1.1" 200 5013 0.005539 10.0.0.41 - - [2025-11-06 02:49:47] "GET /virtual-network/cdc2dffa-4908-4459-b861-ab8f2b3eb3e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2879 0.006610 10.0.0.41 - - [2025-11-06 02:49:47] "POST /neutron/network HTTP/1.1" 200 1159 0.012617 10.0.0.131 - - [2025-11-06 02:49:47] "DELETE /access-control-list/259adb8b-d5cc-43bb-ab73-247230f2626c HTTP/1.1" 200 115 0.056767 10.0.0.41 - - [2025-11-06 02:49:48] "GET /virtual-network/cdc2dffa-4908-4459-b861-ab8f2b3eb3e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2578 0.008271 10.0.0.41 - - [2025-11-06 02:49:48] "DELETE /network-policy/efd44662-6f8a-46d8-879c-464848876edb HTTP/1.1" 200 115 0.048562 10.0.0.41 - - [2025-11-06 02:49:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004834 10.0.0.131 - - [2025-11-06 02:49:48] "GET /projects?obj_uuids=e4741d05-e8ab-4abe-aa56-7d72da1f19f6&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.023396 10.0.0.41 - - [2025-11-06 02:49:48] "GET /project/e4741d05-e8ab-4abe-aa56-7d72da1f19f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.064933 10.0.0.41 - - [2025-11-06 02:49:48] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-24877524&detail=False&count=False&shared=False HTTP/1.1" 200 2081 0.006375 10.0.0.41 - - [2025-11-06 02:49:48] "DELETE /network-policy/73487944-50e6-411a-9e55-ccdb4f0397f8 HTTP/1.1" 200 115 0.044609 10.0.0.41 - - [2025-11-06 02:49:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004658 10.0.0.131 - - [2025-11-06 02:49:48] "GET /projects?obj_uuids=e4741d05-e8ab-4abe-aa56-7d72da1f19f6&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001043 10.0.0.41 - - [2025-11-06 02:49:48] "GET /project/e4741d05-e8ab-4abe-aa56-7d72da1f19f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.047618 10.0.0.41 - - [2025-11-06 02:49:48] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-24877524&detail=False&count=False&shared=False HTTP/1.1" 200 1864 0.007527 10.0.0.41 - - [2025-11-06 02:49:48] "DELETE /network-policy/f1d7db67-ef4e-40dd-a111-f9ddd68d2ecc HTTP/1.1" 200 115 0.042902 10.0.0.41 - - [2025-11-06 02:49:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003510 10.0.0.131 - - [2025-11-06 02:49:48] "GET /projects?obj_uuids=e4741d05-e8ab-4abe-aa56-7d72da1f19f6&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001353 10.0.0.41 - - [2025-11-06 02:49:48] "GET /project/e4741d05-e8ab-4abe-aa56-7d72da1f19f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.049732 10.0.0.41 - - [2025-11-06 02:49:48] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-24877524&detail=False&count=False&shared=False HTTP/1.1" 200 1647 0.005862 10.0.0.41 - - [2025-11-06 02:49:48] "DELETE /network-policy/bd0e9c38-ccf0-43a5-a7d3-b828031b32e4 HTTP/1.1" 200 115 0.035607 10.0.0.41 - - [2025-11-06 02:49:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003465 10.0.0.131 - - [2025-11-06 02:49:48] "GET /projects?obj_uuids=e4741d05-e8ab-4abe-aa56-7d72da1f19f6&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000985 10.0.0.41 - - [2025-11-06 02:49:48] "GET /project/e4741d05-e8ab-4abe-aa56-7d72da1f19f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.050501 10.0.0.41 - - [2025-11-06 02:49:48] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-24877524&detail=False&count=False&shared=False HTTP/1.1" 200 1430 0.005588 10.0.0.41 - - [2025-11-06 02:49:49] "DELETE /network-policy/8e60ce66-5877-42c1-9890-c6eaee91ca08 HTTP/1.1" 200 115 0.040721 10.0.0.41 - - [2025-11-06 02:49:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.005278 10.0.0.131 - - [2025-11-06 02:49:49] "GET /projects?obj_uuids=e4741d05-e8ab-4abe-aa56-7d72da1f19f6&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000982 10.0.0.41 - - [2025-11-06 02:49:49] "GET /project/e4741d05-e8ab-4abe-aa56-7d72da1f19f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.044188 10.0.0.41 - - [2025-11-06 02:49:49] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-24877524&detail=False&count=False&shared=False HTTP/1.1" 200 1213 0.007314 10.0.0.41 - - [2025-11-06 02:49:49] "DELETE /network-policy/27bb27d0-d968-49b4-b3e8-9992d0435621 HTTP/1.1" 200 115 0.055301 10.0.0.41 - - [2025-11-06 02:49:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003493 10.0.0.131 - - [2025-11-06 02:49:49] "GET /projects?obj_uuids=e4741d05-e8ab-4abe-aa56-7d72da1f19f6&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001056 10.0.0.41 - - [2025-11-06 02:49:49] "GET /project/e4741d05-e8ab-4abe-aa56-7d72da1f19f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.047772 10.0.0.41 - - [2025-11-06 02:49:49] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-24877524&detail=False&count=False&shared=False HTTP/1.1" 200 994 0.006147 10.0.0.41 - - [2025-11-06 02:49:49] "DELETE /network-policy/2ad14a96-b3ca-4e20-a82e-7ece60d99c1d HTTP/1.1" 200 115 0.037543 10.0.0.41 - - [2025-11-06 02:49:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003488 10.0.0.131 - - [2025-11-06 02:49:49] "GET /projects?obj_uuids=e4741d05-e8ab-4abe-aa56-7d72da1f19f6&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.008666 10.0.0.41 - - [2025-11-06 02:49:49] "GET /project/e4741d05-e8ab-4abe-aa56-7d72da1f19f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.052486 10.0.0.41 - - [2025-11-06 02:49:49] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-24877524&detail=False&count=False&shared=False HTTP/1.1" 200 778 0.005809 10.0.0.41 - - [2025-11-06 02:49:49] "DELETE /network-policy/d0c7ab50-11c2-4574-909c-c6468568c5e0 HTTP/1.1" 200 115 0.041855 10.0.0.41 - - [2025-11-06 02:49:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003713 10.0.0.131 - - [2025-11-06 02:49:49] "GET /projects?obj_uuids=e4741d05-e8ab-4abe-aa56-7d72da1f19f6&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001486 10.0.0.41 - - [2025-11-06 02:49:49] "GET /project/e4741d05-e8ab-4abe-aa56-7d72da1f19f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.054428 10.0.0.41 - - [2025-11-06 02:49:49] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-24877524&detail=False&count=False&shared=False HTTP/1.1" 200 562 0.007461 10.0.0.41 - - [2025-11-06 02:49:50] "DELETE /network-policy/5325afe0-89fc-4cfb-a919-f0d6cc1eb4a2 HTTP/1.1" 200 115 0.050769 10.0.0.41 - - [2025-11-06 02:49:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004077 10.0.0.131 - - [2025-11-06 02:49:50] "GET /projects?obj_uuids=e4741d05-e8ab-4abe-aa56-7d72da1f19f6&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001305 10.0.0.41 - - [2025-11-06 02:49:50] "GET /project/e4741d05-e8ab-4abe-aa56-7d72da1f19f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.044961 10.0.0.41 - - [2025-11-06 02:49:50] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-24877524&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.005170 10.0.0.41 - - [2025-11-06 02:49:50] "DELETE /network-policy/1aec79d2-38d9-4825-a615-91e916746907 HTTP/1.1" 200 115 0.037091 10.0.0.41 - - [2025-11-06 02:49:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004526 10.0.0.131 - - [2025-11-06 02:49:50] "GET /projects?obj_uuids=e4741d05-e8ab-4abe-aa56-7d72da1f19f6&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001155 10.0.0.41 - - [2025-11-06 02:49:50] "GET /project/e4741d05-e8ab-4abe-aa56-7d72da1f19f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.056708 10.0.0.41 - - [2025-11-06 02:49:50] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-24877524&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.007185 10.0.0.41 - - [2025-11-06 02:49:50] "POST /neutron/network HTTP/1.1" 200 1074 0.012985 10.0.0.131 - - [2025-11-06 02:49:50] "DELETE /route-target/24c67b21-b954-4980-a98f-d4cda0c534bc HTTP/1.1" 200 115 0.029432 10.0.0.131 - - [2025-11-06 02:49:51] "POST /useragent-kv HTTP/1.1" 200 115 0.003844 10.0.0.131 - - [2025-11-06 02:49:51] "POST /useragent-kv HTTP/1.1" 200 115 0.003165 10.0.0.131 - - [2025-11-06 02:49:51] "POST /useragent-kv HTTP/1.1" 200 115 0.002930 10.0.0.131 - - [2025-11-06 02:49:51] "POST /useragent-kv HTTP/1.1" 200 115 0.014959 10.0.0.41 - - [2025-11-06 02:49:51] "POST /neutron/network HTTP/1.1" 200 151 0.188524 10.0.0.41 - - [2025-11-06 02:49:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003894 10.0.0.41 - - [2025-11-06 02:49:51] "DELETE /network-ipam/2fe38d3e-1a69-47a9-88a8-09c5b46f0399 HTTP/1.1" 200 115 0.037184 10.0.0.41 - - [2025-11-06 02:49:51] "POST /fqname-to-id HTTP/1.1" 404 248 0.004096 10.0.0.131 - - [2025-11-06 02:49:51] "GET /projects?obj_uuids=e4741d05-e8ab-4abe-aa56-7d72da1f19f6&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001390 10.0.0.131 - - [2025-11-06 02:49:51] "GET /project/e4741d05-e8ab-4abe-aa56-7d72da1f19f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1493 0.053467 10.0.0.131 - - [2025-11-06 02:49:51] "GET /projects?obj_uuids=e4741d05-e8ab-4abe-aa56-7d72da1f19f6&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001330 10.0.0.131 - - [2025-11-06 02:49:51] "GET /project/e4741d05-e8ab-4abe-aa56-7d72da1f19f6?fields=security_groups HTTP/1.1" 200 1382 0.063138 10.0.0.131 - - [2025-11-06 02:49:51] "DELETE /security-group/95fcd761-c016-45c4-b141-3299fc65cd67 HTTP/1.1" 200 115 0.066061 10.0.0.131 - - [2025-11-06 02:49:51] "GET /projects?obj_uuids=e4741d05-e8ab-4abe-aa56-7d72da1f19f6&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001331 10.0.0.131 - - [2025-11-06 02:49:51] "DELETE /access-control-list/e2d304a7-b5a3-419f-bf6d-20b2854ef594 HTTP/1.1" 200 115 0.042751 10.0.0.131 - - [2025-11-06 02:49:51] "GET /project/e4741d05-e8ab-4abe-aa56-7d72da1f19f6?fields=application_policy_sets HTTP/1.1" 200 1421 0.065253 10.0.0.41 - - [2025-11-06 02:49:52] "DELETE /project/e4741d05-e8ab-4abe-aa56-7d72da1f19f6 HTTP/1.1" 200 115 0.494793 10.0.0.131 - - [2025-11-06 02:49:52] "GET /domains?obj_uuids=dd557474-6eee-442f-acdf-559f4d754f9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001225 10.0.0.41 - - [2025-11-06 02:49:52] "GET /domain/dd557474-6eee-442f-acdf-559f4d754f9d?fields=projects HTTP/1.1" 200 1443 0.013456 10.0.0.131 - - [2025-11-06 02:49:53] "GET /projects?obj_uuids=e4741d05-e8ab-4abe-aa56-7d72da1f19f6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004254 10.0.0.131 - - [2025-11-06 02:49:53] "GET /domains?obj_uuids=dd557474-6eee-442f-acdf-559f4d754f9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001378 10.0.0.131 - - [2025-11-06 02:49:53] "GET /domain/dd557474-6eee-442f-acdf-559f4d754f9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.034457 10.0.0.131 - - [2025-11-06 02:49:53] "POST /id-to-fqname HTTP/1.1" 200 196 0.003280 10.0.0.131 - - [2025-11-06 02:49:53] "POST /fqname-to-id HTTP/1.1" 404 205 0.006858 10.0.0.131 - - [2025-11-06 02:49:53] "POST /security-groups HTTP/1.1" 200 597 0.040261 10.0.0.131 - - [2025-11-06 02:49:53] "POST /projects HTTP/1.1" 200 597 0.249511 10.0.0.131 - - [2025-11-06 02:49:53] "POST /access-control-lists HTTP/1.1" 200 604 0.034228 10.0.0.131 - - [2025-11-06 02:49:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.333146 10.0.0.41 - - [2025-11-06 02:49:53] "GET /project/e4741d05-e8ab-4abe-aa56-7d72da1f19f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.507807 10.0.0.131 - - [2025-11-06 02:49:53] "GET /projects?obj_uuids=e4741d05-e8ab-4abe-aa56-7d72da1f19f6&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000983 10.0.0.41 - - [2025-11-06 02:49:53] "GET /project/e4741d05-e8ab-4abe-aa56-7d72da1f19f6?fields=virtual_networks HTTP/1.1" 200 1047 0.055972 10.0.0.131 - - [2025-11-06 02:49:53] "GET /projects?obj_uuids=e4741d05-e8ab-4abe-aa56-7d72da1f19f6&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001333 10.0.0.41 - - [2025-11-06 02:49:54] "GET /project/e4741d05-e8ab-4abe-aa56-7d72da1f19f6?fields=virtual_machine_interfaces HTTP/1.1" 200 1047 0.053604 10.0.0.131 - - [2025-11-06 02:49:54] "GET /projects?obj_uuids=e4741d05-e8ab-4abe-aa56-7d72da1f19f6&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001662 10.0.0.41 - - [2025-11-06 02:49:54] "GET /project/e4741d05-e8ab-4abe-aa56-7d72da1f19f6?fields=security_groups HTTP/1.1" 200 1280 0.046793 10.0.0.41 - - [2025-11-06 02:49:54] "POST /fqname-to-id HTTP/1.1" 404 200 0.026046 10.0.0.131 - - [2025-11-06 02:49:54] "GET /projects?obj_uuids=cb5e5ed6-8cc9-4cd0-ae33-b7d2b32cc2f2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004516 10.0.0.131 - - [2025-11-06 02:49:55] "GET /domains?obj_uuids=dd557474-6eee-442f-acdf-559f4d754f9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001328 10.0.0.131 - - [2025-11-06 02:49:55] "GET /domain/dd557474-6eee-442f-acdf-559f4d754f9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007914 10.0.0.131 - - [2025-11-06 02:49:55] "POST /id-to-fqname HTTP/1.1" 200 202 0.011114 10.0.0.131 - - [2025-11-06 02:49:55] "POST /fqname-to-id HTTP/1.1" 404 211 0.008601 10.0.0.131 - - [2025-11-06 02:49:55] "POST /security-groups HTTP/1.1" 200 603 0.037075 10.0.0.131 - - [2025-11-06 02:49:55] "POST /fqname-to-id HTTP/1.1" 404 246 0.002923 10.0.0.131 - - [2025-11-06 02:49:55] "POST /projects HTTP/1.1" 200 609 0.287502 10.0.0.131 - - [2025-11-06 02:49:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.363578 10.0.0.131 - - [2025-11-06 02:49:55] "POST /access-control-lists HTTP/1.1" 200 608 0.032822 10.0.0.41 - - [2025-11-06 02:49:55] "GET /project/cb5e5ed6-8cc9-4cd0-ae33-b7d2b32cc2f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.507656 10.0.0.41 - - [2025-11-06 02:49:56] "GET / HTTP/1.1" 200 36215 0.002725 10.0.0.41 - - [2025-11-06 02:49:58] "GET /project/cb5e5ed6-8cc9-4cd0-ae33-b7d2b32cc2f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000568 10.0.0.131 - - [2025-11-06 02:49:58] "GET /projects?obj_uuids=cb5e5ed6-8cc9-4cd0-ae33-b7d2b32cc2f2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001045 10.0.0.41 - - [2025-11-06 02:49:58] "GET /project/cb5e5ed6-8cc9-4cd0-ae33-b7d2b32cc2f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.073422 10.0.0.41 - - [2025-11-06 02:49:59] "GET / HTTP/1.1" 200 36215 0.002476 10.0.0.41 - - [2025-11-06 02:49:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005351 10.0.0.131 - - [2025-11-06 02:49:59] "GET /domains?obj_uuids=dd557474-6eee-442f-acdf-559f4d754f9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000945 10.0.0.41 - - [2025-11-06 02:49:59] "GET /domain/dd557474-6eee-442f-acdf-559f4d754f9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.007684 10.0.0.41 - - [2025-11-06 02:49:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004180 10.0.0.131 - - [2025-11-06 02:49:59] "GET /projects?obj_uuids=cb5e5ed6-8cc9-4cd0-ae33-b7d2b32cc2f2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002170 10.0.0.41 - - [2025-11-06 02:49:59] "GET /project/cb5e5ed6-8cc9-4cd0-ae33-b7d2b32cc2f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.057020 10.0.0.41 - - [2025-11-06 02:50:01] "GET /domains HTTP/1.1" 401 292 0.000494 10.0.0.41 - - [2025-11-06 02:50:01] "GET /domains HTTP/1.1" 200 281 0.030902 10.0.0.131 - - [2025-11-06 02:50:01] "GET /domains?obj_uuids=dd557474-6eee-442f-acdf-559f4d754f9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001453 10.0.0.41 - - [2025-11-06 02:50:01] "GET /domain/dd557474-6eee-442f-acdf-559f4d754f9d HTTP/1.1" 200 2984 0.013753 10.0.0.131 - - [2025-11-06 02:50:01] "GET /projects?obj_uuids=cb5e5ed6-8cc9-4cd0-ae33-b7d2b32cc2f2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002141 10.0.0.41 - - [2025-11-06 02:50:01] "GET /project/cb5e5ed6-8cc9-4cd0-ae33-b7d2b32cc2f2 HTTP/1.1" 200 1930 0.112155 10.0.0.41 - - [2025-11-06 02:50:01] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.005759 10.0.0.41 - - [2025-11-06 02:50:01] "POST /network-ipams HTTP/1.1" 200 623 0.039222 10.0.0.41 - - [2025-11-06 02:50:01] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 813 0.006419 10.0.0.41 - - [2025-11-06 02:50:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004266 10.0.0.41 - - [2025-11-06 02:50:01] "GET /network-ipam/a678f49e-cebc-4038-b3b2-690964e4b91b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1458 0.006733 10.0.0.41 - - [2025-11-06 02:50:01] "PUT /network-ipam/a678f49e-cebc-4038-b3b2-690964e4b91b HTTP/1.1" 200 259 0.022651 10.0.0.41 - - [2025-11-06 02:50:01] "POST /fqname-to-id HTTP/1.1" 401 292 0.000732 10.0.0.41 - - [2025-11-06 02:50:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.029939 10.0.0.131 - - [2025-11-06 02:50:02] "GET /projects?obj_uuids=cb5e5ed6-8cc9-4cd0-ae33-b7d2b32cc2f2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003281 10.0.0.41 - - [2025-11-06 02:50:02] "GET /project/cb5e5ed6-8cc9-4cd0-ae33-b7d2b32cc2f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.065577 10.0.0.131 - - [2025-11-06 02:50:02] "DELETE /access-control-list/44619a40-72c3-416e-bc40-07036a5dc26f HTTP/1.1" 200 115 0.051522 10.0.0.131 - - [2025-11-06 02:50:03] "POST /useragent-kv HTTP/1.1" 200 115 0.008717 10.0.0.41 - - [2025-11-06 02:50:03] "POST /neutron/subnet HTTP/1.1" 200 701 0.297670 10.0.0.41 - - [2025-11-06 02:50:03] "POST /neutron/network HTTP/1.1" 200 1336 0.014804 10.0.0.41 - - [2025-11-06 02:50:03] "POST /id-to-fqname HTTP/1.1" 200 235 0.001147 10.0.0.41 - - [2025-11-06 02:50:03] "GET /virtual-network/86637a2e-8eac-43f6-86aa-afe2d0babd09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3175 0.006986 10.0.0.41 - - [2025-11-06 02:50:03] "GET /virtual-network/86637a2e-8eac-43f6-86aa-afe2d0babd09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3175 0.006101 10.0.0.41 - - [2025-11-06 02:50:03] "POST /neutron/subnet HTTP/1.1" 200 701 0.012737 10.0.0.41 - - [2025-11-06 02:50:04] "GET /virtual-network/86637a2e-8eac-43f6-86aa-afe2d0babd09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3175 0.007339 10.0.0.41 - - [2025-11-06 02:50:04] "GET /obj-perms HTTP/1.1" 200 5019 0.050091 10.0.0.41 - - [2025-11-06 02:50:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005055 10.0.0.131 - - [2025-11-06 02:50:05] "GET /projects?obj_uuids=cb5e5ed6-8cc9-4cd0-ae33-b7d2b32cc2f2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001907 10.0.0.41 - - [2025-11-06 02:50:05] "GET /project/cb5e5ed6-8cc9-4cd0-ae33-b7d2b32cc2f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.047976 10.0.0.41 - - [2025-11-06 02:50:05] "POST /neutron/network HTTP/1.1" 200 117 0.016441 10.0.0.131 - - [2025-11-06 02:50:06] "POST /ref-update HTTP/1.1" 200 156 0.024820 10.0.0.131 - - [2025-11-06 02:50:06] "POST /useragent-kv HTTP/1.1" 200 115 0.011630 10.0.0.41 - - [2025-11-06 02:50:06] "POST /neutron/subnet HTTP/1.1" 200 701 0.227074 10.0.0.131 - - [2025-11-06 02:50:06] "POST /fqname-to-id HTTP/1.1" 404 207 0.033021 10.0.0.41 - - [2025-11-06 02:50:06] "POST /id-to-fqname HTTP/1.1" 200 235 0.002973 10.0.0.41 - - [2025-11-06 02:50:06] "GET /virtual-network/aa5e1df8-84e1-482d-839c-4f91208573cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3179 0.011055 10.0.0.41 - - [2025-11-06 02:50:06] "POST /neutron/network HTTP/1.1" 200 1337 0.015754 10.0.0.41 - - [2025-11-06 02:50:06] "GET /virtual-network/aa5e1df8-84e1-482d-839c-4f91208573cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3179 0.007013 10.0.0.41 - - [2025-11-06 02:50:06] "POST /neutron/subnet HTTP/1.1" 200 701 0.009133 10.0.0.41 - - [2025-11-06 02:50:07] "GET /virtual-network/aa5e1df8-84e1-482d-839c-4f91208573cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3179 0.008105 10.0.0.41 - - [2025-11-06 02:50:07] "POST /fqname-to-id HTTP/1.1" 404 211 0.003873 10.0.0.41 - - [2025-11-06 02:50:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003724 10.0.0.131 - - [2025-11-06 02:50:07] "GET /projects?obj_uuids=cb5e5ed6-8cc9-4cd0-ae33-b7d2b32cc2f2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001229 10.0.0.41 - - [2025-11-06 02:50:07] "GET /project/cb5e5ed6-8cc9-4cd0-ae33-b7d2b32cc2f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.050297 10.0.0.41 - - [2025-11-06 02:50:07] "POST /network-policys HTTP/1.1" 200 535 0.036405 10.0.0.41 - - [2025-11-06 02:50:07] "GET /network-policy/4c8d3eb2-467f-46dd-9835-056df75e3471?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.007341 10.0.0.41 - - [2025-11-06 02:50:07] "POST /fqname-to-id HTTP/1.1" 404 211 0.007797 10.0.0.41 - - [2025-11-06 02:50:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004544 10.0.0.131 - - [2025-11-06 02:50:08] "GET /projects?obj_uuids=cb5e5ed6-8cc9-4cd0-ae33-b7d2b32cc2f2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001034 10.0.0.41 - - [2025-11-06 02:50:08] "GET /project/cb5e5ed6-8cc9-4cd0-ae33-b7d2b32cc2f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.048565 10.0.0.41 - - [2025-11-06 02:50:08] "POST /network-policys HTTP/1.1" 200 535 0.037026 10.0.0.41 - - [2025-11-06 02:50:08] "GET /network-policy/a6fc43e7-93a9-4739-97e8-ff454ac71ce8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.007276 10.0.0.41 - - [2025-11-06 02:50:08] "POST /fqname-to-id HTTP/1.1" 404 211 0.004665 10.0.0.41 - - [2025-11-06 02:50:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005225 10.0.0.131 - - [2025-11-06 02:50:08] "GET /projects?obj_uuids=cb5e5ed6-8cc9-4cd0-ae33-b7d2b32cc2f2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001813 10.0.0.41 - - [2025-11-06 02:50:08] "GET /project/cb5e5ed6-8cc9-4cd0-ae33-b7d2b32cc2f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.056211 10.0.0.41 - - [2025-11-06 02:50:08] "POST /network-policys HTTP/1.1" 200 535 0.036308 10.0.0.41 - - [2025-11-06 02:50:08] "GET /network-policy/c08035f2-dfc0-4573-a8fa-6f3843444f00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.007875 10.0.0.41 - - [2025-11-06 02:50:08] "POST /fqname-to-id HTTP/1.1" 404 211 0.006063 10.0.0.41 - - [2025-11-06 02:50:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003992 10.0.0.131 - - [2025-11-06 02:50:08] "GET /projects?obj_uuids=cb5e5ed6-8cc9-4cd0-ae33-b7d2b32cc2f2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001570 10.0.0.41 - - [2025-11-06 02:50:08] "GET /project/cb5e5ed6-8cc9-4cd0-ae33-b7d2b32cc2f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.046713 10.0.0.41 - - [2025-11-06 02:50:08] "POST /network-policys HTTP/1.1" 200 535 0.035370 10.0.0.41 - - [2025-11-06 02:50:08] "GET /network-policy/584d0d6e-3072-4768-b32a-ef4fc14a38ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.008490 10.0.0.41 - - [2025-11-06 02:50:09] "POST /fqname-to-id HTTP/1.1" 404 213 0.004878 10.0.0.41 - - [2025-11-06 02:50:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004111 10.0.0.131 - - [2025-11-06 02:50:09] "GET /projects?obj_uuids=cb5e5ed6-8cc9-4cd0-ae33-b7d2b32cc2f2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001064 10.0.0.41 - - [2025-11-06 02:50:09] "GET /project/cb5e5ed6-8cc9-4cd0-ae33-b7d2b32cc2f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.054071 10.0.0.41 - - [2025-11-06 02:50:09] "POST /network-policys HTTP/1.1" 200 539 0.040423 10.0.0.41 - - [2025-11-06 02:50:09] "GET /network-policy/69b985c8-6733-417d-a690-6cc98c483dbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1952 0.006399 10.0.0.41 - - [2025-11-06 02:50:09] "POST /fqname-to-id HTTP/1.1" 404 212 0.004082 10.0.0.41 - - [2025-11-06 02:50:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003249 10.0.0.131 - - [2025-11-06 02:50:09] "GET /projects?obj_uuids=cb5e5ed6-8cc9-4cd0-ae33-b7d2b32cc2f2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001816 10.0.0.41 - - [2025-11-06 02:50:09] "GET /project/cb5e5ed6-8cc9-4cd0-ae33-b7d2b32cc2f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.051661 10.0.0.41 - - [2025-11-06 02:50:09] "POST /network-policys HTTP/1.1" 200 537 0.032518 10.0.0.41 - - [2025-11-06 02:50:09] "GET /network-policy/730c4ac1-8ca8-468f-a130-033cadaa6b7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4996 0.007266 10.0.0.41 - - [2025-11-06 02:50:09] "POST /fqname-to-id HTTP/1.1" 404 212 0.003536 10.0.0.41 - - [2025-11-06 02:50:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003752 10.0.0.131 - - [2025-11-06 02:50:09] "GET /projects?obj_uuids=cb5e5ed6-8cc9-4cd0-ae33-b7d2b32cc2f2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001001 10.0.0.41 - - [2025-11-06 02:50:09] "GET /project/cb5e5ed6-8cc9-4cd0-ae33-b7d2b32cc2f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.048081 10.0.0.41 - - [2025-11-06 02:50:10] "POST /network-policys HTTP/1.1" 200 537 0.029849 10.0.0.41 - - [2025-11-06 02:50:10] "GET /network-policy/4230d9bf-a27d-4f4a-8ced-35af3cc730b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4996 0.006341 10.0.0.41 - - [2025-11-06 02:50:10] "POST /fqname-to-id HTTP/1.1" 404 212 0.003535 10.0.0.41 - - [2025-11-06 02:50:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004752 10.0.0.131 - - [2025-11-06 02:50:10] "GET /projects?obj_uuids=cb5e5ed6-8cc9-4cd0-ae33-b7d2b32cc2f2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000963 10.0.0.41 - - [2025-11-06 02:50:10] "GET /project/cb5e5ed6-8cc9-4cd0-ae33-b7d2b32cc2f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.044535 10.0.0.41 - - [2025-11-06 02:50:10] "POST /network-policys HTTP/1.1" 200 537 0.032218 10.0.0.41 - - [2025-11-06 02:50:10] "GET /network-policy/a1bd1c49-32d6-4675-b3ec-b738f54c3a6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4997 0.008873 10.0.0.41 - - [2025-11-06 02:50:10] "POST /fqname-to-id HTTP/1.1" 404 212 0.004549 10.0.0.41 - - [2025-11-06 02:50:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004210 10.0.0.131 - - [2025-11-06 02:50:10] "GET /projects?obj_uuids=cb5e5ed6-8cc9-4cd0-ae33-b7d2b32cc2f2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001193 10.0.0.41 - - [2025-11-06 02:50:10] "GET /project/cb5e5ed6-8cc9-4cd0-ae33-b7d2b32cc2f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.070701 10.0.0.41 - - [2025-11-06 02:50:10] "POST /network-policys HTTP/1.1" 200 537 0.031838 10.0.0.41 - - [2025-11-06 02:50:10] "GET /network-policy/a19d7a0a-d39b-435f-8546-3e4d508670af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4996 0.007154 10.0.0.41 - - [2025-11-06 02:50:11] "POST /fqname-to-id HTTP/1.1" 404 214 0.004139 10.0.0.41 - - [2025-11-06 02:50:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003576 10.0.0.131 - - [2025-11-06 02:50:11] "GET /projects?obj_uuids=cb5e5ed6-8cc9-4cd0-ae33-b7d2b32cc2f2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000936 10.0.0.41 - - [2025-11-06 02:50:11] "GET /project/cb5e5ed6-8cc9-4cd0-ae33-b7d2b32cc2f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.043755 10.0.0.41 - - [2025-11-06 02:50:11] "POST /network-policys HTTP/1.1" 200 541 0.030354 10.0.0.41 - - [2025-11-06 02:50:11] "GET /network-policy/ac5f91f0-3227-4e26-befa-8294ccfffbc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1136 0.008060 10.0.0.41 - - [2025-11-06 02:50:11] "POST /neutron/network HTTP/1.1" 200 1424 0.090887 10.0.0.41 - - [2025-11-06 02:50:11] "GET /virtual-network/86637a2e-8eac-43f6-86aa-afe2d0babd09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.007108 10.0.0.41 - - [2025-11-06 02:50:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004096 10.0.0.41 - - [2025-11-06 02:50:11] "GET /network-policy/4c8d3eb2-467f-46dd-9835-056df75e3471?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.004520 10.0.0.131 - - [2025-11-06 02:50:12] "POST /fqname-to-id HTTP/1.1" 404 252 0.003796 10.0.0.41 - - [2025-11-06 02:50:12] "POST /neutron/network HTTP/1.1" 200 1427 0.087503 10.0.0.41 - - [2025-11-06 02:50:12] "GET /virtual-network/aa5e1df8-84e1-482d-839c-4f91208573cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3486 0.022494 10.0.0.41 - - [2025-11-06 02:50:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005954 10.0.0.41 - - [2025-11-06 02:50:12] "GET /network-policy/69b985c8-6733-417d-a690-6cc98c483dbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1952 0.004499 10.0.0.41 - - [2025-11-06 02:50:12] "POST /id-to-fqname HTTP/1.1" 200 235 0.001364 10.0.0.131 - - [2025-11-06 02:50:13] "GET /projects?obj_uuids=cb5e5ed6-8cc9-4cd0-ae33-b7d2b32cc2f2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001896 10.0.0.41 - - [2025-11-06 02:50:13] "GET /project/cb5e5ed6-8cc9-4cd0-ae33-b7d2b32cc2f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.085210 10.0.0.41 - - [2025-11-06 02:50:13] "POST /neutron/network HTTP/1.1" 200 1424 0.037791 10.0.0.41 - - [2025-11-06 02:50:13] "POST /id-to-fqname HTTP/1.1" 200 235 0.001944 10.0.0.41 - - [2025-11-06 02:50:13] "POST /neutron/port HTTP/1.1" 200 117 0.009749 10.0.0.131 - - [2025-11-06 02:50:14] "GET /projects?obj_uuids=cb5e5ed6-8cc9-4cd0-ae33-b7d2b32cc2f2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001147 10.0.0.131 - - [2025-11-06 02:50:14] "PUT /access-control-list/3727db7c-75cf-4333-af3b-bd146ce6e447 HTTP/1.1" 200 273 0.066881 10.0.0.131 - - [2025-11-06 02:50:14] "GET /projects?obj_uuids=cb5e5ed6-8cc9-4cd0-ae33-b7d2b32cc2f2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000990 10.0.0.41 - - [2025-11-06 02:50:14] "GET /project/cb5e5ed6-8cc9-4cd0-ae33-b7d2b32cc2f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.097361 10.0.0.41 - - [2025-11-06 02:50:14] "POST /neutron/port HTTP/1.1" 200 1173 0.436279 10.0.0.41 - - [2025-11-06 02:50:14] "POST /neutron/port HTTP/1.1" 200 1173 0.015234 10.0.0.41 - - [2025-11-06 02:50:14] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009656 10.0.0.41 - - [2025-11-06 02:50:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006135 10.0.0.41 - - [2025-11-06 02:50:14] "POST /neutron/port HTTP/1.1" 200 1201 0.024637 10.0.0.41 - - [2025-11-06 02:50:15] "POST /neutron/security_group HTTP/1.1" 200 2070 0.015267 10.0.0.131 - - [2025-11-06 02:50:15] "GET /projects?obj_uuids=cb5e5ed6-8cc9-4cd0-ae33-b7d2b32cc2f2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001138 10.0.0.41 - - [2025-11-06 02:50:15] "POST /neutron/port HTTP/1.1" 200 1174 0.472640 10.0.0.41 - - [2025-11-06 02:50:16] "POST /neutron/port HTTP/1.1" 200 1228 0.155597 10.0.0.41 - - [2025-11-06 02:50:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004910 10.0.0.41 - - [2025-11-06 02:50:16] "POST /neutron/port HTTP/1.1" 200 117 0.001701 10.0.0.131 - - [2025-11-06 02:50:16] "DELETE /project/e4741d05-e8ab-4abe-aa56-7d72da1f19f6 HTTP/1.1" 404 177 0.004150 10.0.0.131 - - [2025-11-06 02:50:16] "DELETE /project/cb5e5ed68cc94cd0ae33b7d2b32cc2f2 HTTP/1.1" 404 173 0.004088 10.0.0.131 - - [2025-11-06 02:50:16] "DELETE /project/e4741d05e8ab4abeaa567d72da1f19f6 HTTP/1.1" 404 173 0.007017 10.0.0.41 - - [2025-11-06 02:50:20] "POST /neutron/security_group HTTP/1.1" 200 2070 0.027623 10.0.0.41 - - [2025-11-06 02:50:20] "POST /neutron/port HTTP/1.1" 200 1201 0.017314 10.0.0.41 - - [2025-11-06 02:50:20] "GET /virtual-machine/32b208cc-7535-4e00-9a9c-cd3a2381a5d1 HTTP/1.1" 401 292 0.000541 10.0.0.41 - - [2025-11-06 02:50:20] "GET /virtual-machine/32b208cc-7535-4e00-9a9c-cd3a2381a5d1 HTTP/1.1" 200 1306 0.032777 10.0.0.41 - - [2025-11-06 02:50:20] "GET /virtual-machine-interface/a9ca5a7a-29b9-4367-b802-a31b687bf4ef HTTP/1.1" 200 3178 0.006493 10.0.0.41 - - [2025-11-06 02:50:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.013422 10.0.0.41 - - [2025-11-06 02:50:20] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004265 10.0.0.41 - - [2025-11-06 02:50:20] "GET /virtual-networks?parent_id=cb5e5ed6-8cc9-4cd0-ae33-b7d2b32cc2f2&detail=False&count=False&shared=False HTTP/1.1" 200 603 0.007663 10.0.0.41 - - [2025-11-06 02:50:20] "GET /virtual-network/86637a2e-8eac-43f6-86aa-afe2d0babd09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.009473 10.0.0.41 - - [2025-11-06 02:50:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003515 10.0.0.41 - - [2025-11-06 02:50:23] "GET /virtual-network/86637a2e-8eac-43f6-86aa-afe2d0babd09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.005780 10.0.0.41 - - [2025-11-06 02:50:26] "POST /neutron/port HTTP/1.1" 200 1201 0.042687 10.0.0.41 - - [2025-11-06 02:50:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004078 10.0.0.41 - - [2025-11-06 02:50:26] "POST /neutron/port HTTP/1.1" 200 117 0.001229 10.0.0.41 - - [2025-11-06 02:50:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004076 10.0.0.41 - - [2025-11-06 02:50:28] "GET /virtual-network/86637a2e-8eac-43f6-86aa-afe2d0babd09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.008842 10.0.0.41 - - [2025-11-06 02:50:31] "POST /neutron/port HTTP/1.1" 200 1202 0.022103 10.0.0.41 - - [2025-11-06 02:50:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006410 10.0.0.41 - - [2025-11-06 02:50:31] "POST /neutron/port HTTP/1.1" 200 117 0.001235 10.0.0.41 - - [2025-11-06 02:50:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004998 10.0.0.41 - - [2025-11-06 02:50:32] "GET /virtual-network/86637a2e-8eac-43f6-86aa-afe2d0babd09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.007616 10.0.0.38 - - [2025-11-06 02:50:34] "GET /obj-perms HTTP/1.1" 200 5056 0.048202 10.0.0.131 - - [2025-11-06 02:50:35] "GET /obj-perms HTTP/1.1" 200 5056 0.046369 10.0.0.41 - - [2025-11-06 02:50:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004478 10.0.0.41 - - [2025-11-06 02:50:36] "GET /virtual-network/86637a2e-8eac-43f6-86aa-afe2d0babd09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.006936 10.0.0.41 - - [2025-11-06 02:50:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004584 10.0.0.41 - - [2025-11-06 02:50:40] "GET /virtual-network/86637a2e-8eac-43f6-86aa-afe2d0babd09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.006480 10.0.0.41 - - [2025-11-06 02:50:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004021 10.0.0.41 - - [2025-11-06 02:50:44] "GET /virtual-network/86637a2e-8eac-43f6-86aa-afe2d0babd09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.007548 10.0.0.41 - - [2025-11-06 02:50:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003796 10.0.0.41 - - [2025-11-06 02:50:48] "GET /virtual-network/86637a2e-8eac-43f6-86aa-afe2d0babd09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.005864 10.0.0.41 - - [2025-11-06 02:50:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005329 10.0.0.41 - - [2025-11-06 02:50:52] "GET /virtual-network/86637a2e-8eac-43f6-86aa-afe2d0babd09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.006498 10.0.0.41 - - [2025-11-06 02:50:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005337 10.0.0.41 - - [2025-11-06 02:50:56] "GET /virtual-network/86637a2e-8eac-43f6-86aa-afe2d0babd09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.006354 10.0.0.41 - - [2025-11-06 02:50:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004772 10.0.0.41 - - [2025-11-06 02:50:58] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005024 10.0.0.41 - - [2025-11-06 02:50:58] "GET /virtual-networks?parent_id=cb5e5ed6-8cc9-4cd0-ae33-b7d2b32cc2f2&detail=False&count=False&shared=False HTTP/1.1" 200 603 0.003985 10.0.0.41 - - [2025-11-06 02:50:58] "GET /virtual-network/86637a2e-8eac-43f6-86aa-afe2d0babd09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.008775 10.0.0.41 - - [2025-11-06 02:50:59] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009162 10.0.0.41 - - [2025-11-06 02:51:05] "POST /neutron/port HTTP/1.1" 200 1202 0.048445 10.0.0.41 - - [2025-11-06 02:51:09] "POST /neutron/port HTTP/1.1" 200 1201 0.015754 10.0.0.38 - - [2025-11-06 02:51:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000421 10.0.0.131 - - [2025-11-06 02:51:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000815 10.0.0.38 - - [2025-11-06 02:51:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000401 10.0.0.131 - - [2025-11-06 02:51:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000405 10.0.0.131 - - [2025-11-06 02:51:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000414 10.0.0.131 - - [2025-11-06 02:51:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000691 10.0.0.38 - - [2025-11-06 02:51:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000560 10.0.0.38 - - [2025-11-06 02:51:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000410 10.0.0.41 - - [2025-11-06 02:51:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000502 10.0.0.41 - - [2025-11-06 02:51:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000381 10.0.0.41 - - [2025-11-06 02:51:14] "POST /neutron/port HTTP/1.1" 200 1201 0.022040 10.0.0.41 - - [2025-11-06 02:51:14] "GET /global-system-configs HTTP/1.1" 401 292 0.000644 10.0.0.41 - - [2025-11-06 02:51:14] "GET /global-system-configs HTTP/1.1" 401 292 0.000410 10.0.0.41 - - [2025-11-06 02:51:19] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007822 10.0.0.41 - - [2025-11-06 02:51:19] "POST /neutron/port HTTP/1.1" 200 1202 0.023967 10.0.0.41 - - [2025-11-06 02:51:19] "GET /virtual-machine/d4ad0294-8083-4d04-8e52-0900149a3d08 HTTP/1.1" 200 1307 0.008467 10.0.0.41 - - [2025-11-06 02:51:19] "GET /virtual-machine-interface/061db891-59c0-428e-9c5c-1891fc970d1c HTTP/1.1" 200 3176 0.008034 10.0.0.41 - - [2025-11-06 02:51:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003613 10.0.0.41 - - [2025-11-06 02:51:19] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003916 10.0.0.41 - - [2025-11-06 02:51:19] "GET /virtual-networks?parent_id=cb5e5ed6-8cc9-4cd0-ae33-b7d2b32cc2f2&detail=False&count=False&shared=False HTTP/1.1" 200 603 0.003672 10.0.0.41 - - [2025-11-06 02:51:20] "GET /virtual-network/aa5e1df8-84e1-482d-839c-4f91208573cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3486 0.007561 10.0.0.41 - - [2025-11-06 02:51:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004261 10.0.0.41 - - [2025-11-06 02:51:21] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005909 10.0.0.41 - - [2025-11-06 02:51:21] "GET /virtual-networks?parent_id=cb5e5ed6-8cc9-4cd0-ae33-b7d2b32cc2f2&detail=False&count=False&shared=False HTTP/1.1" 200 603 0.006350 10.0.0.41 - - [2025-11-06 02:51:21] "GET /virtual-network/aa5e1df8-84e1-482d-839c-4f91208573cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3486 0.008369 10.0.0.41 - - [2025-11-06 02:51:21] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007806 10.0.0.41 - - [2025-11-06 02:51:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003406 10.0.0.41 - - [2025-11-06 02:51:21] "GET /network-policy/69b985c8-6733-417d-a690-6cc98c483dbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1952 0.004055 10.0.0.41 - - [2025-11-06 02:51:21] "POST /neutron/port HTTP/1.1" 200 1201 0.016473 10.0.0.41 - - [2025-11-06 02:51:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004213 10.0.0.41 - - [2025-11-06 02:51:22] "GET /network-policy/4c8d3eb2-467f-46dd-9835-056df75e3471?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.004772 10.0.0.131 - - [2025-11-06 02:51:22] "POST /fqname-to-id HTTP/1.1" 404 207 0.008890 10.0.0.41 - - [2025-11-06 02:51:22] "POST /neutron/network HTTP/1.1" 200 1424 0.120946 10.0.0.41 - - [2025-11-06 02:51:22] "GET /virtual-network/86637a2e-8eac-43f6-86aa-afe2d0babd09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.008427 10.0.0.41 - - [2025-11-06 02:51:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.007258 10.0.0.41 - - [2025-11-06 02:51:22] "GET /network-policy/a6fc43e7-93a9-4739-97e8-ff454ac71ce8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.005701 10.0.0.41 - - [2025-11-06 02:51:27] "POST /neutron/port HTTP/1.1" 200 1201 0.016360 10.0.0.41 - - [2025-11-06 02:51:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004822 10.0.0.41 - - [2025-11-06 02:51:27] "POST /neutron/port HTTP/1.1" 200 117 0.001133 10.0.0.41 - - [2025-11-06 02:51:32] "POST /neutron/port HTTP/1.1" 200 1202 0.019155 10.0.0.41 - - [2025-11-06 02:51:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006262 10.0.0.41 - - [2025-11-06 02:51:32] "POST /neutron/port HTTP/1.1" 200 117 0.001649 10.0.0.41 - - [2025-11-06 02:51:48] "POST /neutron/network HTTP/1.1" 200 1427 0.106236 10.0.0.131 - - [2025-11-06 02:51:48] "PUT /access-control-list/3727db7c-75cf-4333-af3b-bd146ce6e447 HTTP/1.1" 200 273 0.035517 10.0.0.41 - - [2025-11-06 02:51:48] "GET /virtual-network/86637a2e-8eac-43f6-86aa-afe2d0babd09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3483 0.024436 10.0.0.41 - - [2025-11-06 02:51:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.008460 10.0.0.41 - - [2025-11-06 02:51:48] "GET /network-policy/ac5f91f0-3227-4e26-befa-8294ccfffbc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1136 0.004494 10.0.0.41 - - [2025-11-06 02:52:01] "POST /neutron/network HTTP/1.1" 200 1424 0.112047 10.0.0.131 - - [2025-11-06 02:52:01] "POST /ref-update HTTP/1.1" 200 156 0.036614 10.0.0.41 - - [2025-11-06 02:52:01] "GET /virtual-network/86637a2e-8eac-43f6-86aa-afe2d0babd09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.009468 10.0.0.41 - - [2025-11-06 02:52:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004691 10.0.0.41 - - [2025-11-06 02:52:01] "GET /network-policy/c08035f2-dfc0-4573-a8fa-6f3843444f00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.004718 10.0.0.131 - - [2025-11-06 02:52:13] "POST /fqname-to-id HTTP/1.1" 404 207 0.004879 10.0.0.41 - - [2025-11-06 02:52:13] "POST /neutron/network HTTP/1.1" 200 1424 0.115151 10.0.0.41 - - [2025-11-06 02:52:13] "GET /virtual-network/86637a2e-8eac-43f6-86aa-afe2d0babd09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.006286 10.0.0.41 - - [2025-11-06 02:52:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003511 10.0.0.41 - - [2025-11-06 02:52:13] "GET /network-policy/584d0d6e-3072-4768-b32a-ef4fc14a38ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.004791 10.0.0.41 - - [2025-11-06 02:52:23] "POST /neutron/network HTTP/1.1" 200 1425 0.126085 10.0.0.131 - - [2025-11-06 02:52:23] "POST /ref-update HTTP/1.1" 200 156 0.033747 10.0.0.41 - - [2025-11-06 02:52:23] "GET /virtual-network/86637a2e-8eac-43f6-86aa-afe2d0babd09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.016217 10.0.0.41 - - [2025-11-06 02:52:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.009135 10.0.0.41 - - [2025-11-06 02:52:23] "GET /network-policy/730c4ac1-8ca8-468f-a130-033cadaa6b7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4996 0.005642 10.0.0.41 - - [2025-11-06 02:52:28] "POST /neutron/port HTTP/1.1" 200 1201 0.018949 10.0.0.41 - - [2025-11-06 02:52:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005350 10.0.0.41 - - [2025-11-06 02:52:29] "POST /neutron/port HTTP/1.1" 200 117 0.001791 10.0.0.41 - - [2025-11-06 02:52:32] "POST /neutron/port HTTP/1.1" 200 1202 0.044342 10.0.0.41 - - [2025-11-06 02:52:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005639 10.0.0.41 - - [2025-11-06 02:52:32] "POST /neutron/port HTTP/1.1" 200 117 0.001584 10.0.0.41 - - [2025-11-06 02:52:36] "POST /neutron/network HTTP/1.1" 200 1425 0.116371 10.0.0.41 - - [2025-11-06 02:52:36] "GET /virtual-network/86637a2e-8eac-43f6-86aa-afe2d0babd09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.009151 10.0.0.41 - - [2025-11-06 02:52:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.013502 10.0.0.41 - - [2025-11-06 02:52:36] "GET /obj-perms HTTP/1.1" 200 5056 0.091493 10.0.0.41 - - [2025-11-06 02:52:36] "GET /network-policy/4230d9bf-a27d-4f4a-8ced-35af3cc730b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4996 0.004351 10.0.0.131 - - [2025-11-06 02:52:47] "POST /fqname-to-id HTTP/1.1" 404 207 0.007008 10.0.0.41 - - [2025-11-06 02:52:47] "POST /neutron/network HTTP/1.1" 200 1425 0.286543 10.0.0.131 - - [2025-11-06 02:52:47] "PUT /access-control-list/3727db7c-75cf-4333-af3b-bd146ce6e447 HTTP/1.1" 200 273 0.215712 10.0.0.41 - - [2025-11-06 02:52:47] "GET /virtual-network/86637a2e-8eac-43f6-86aa-afe2d0babd09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.009102 10.0.0.41 - - [2025-11-06 02:52:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004348 10.0.0.41 - - [2025-11-06 02:52:47] "GET /network-policy/a1bd1c49-32d6-4675-b3ec-b738f54c3a6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4997 0.005883 10.0.0.41 - - [2025-11-06 02:52:59] "POST /neutron/network HTTP/1.1" 200 1425 0.107533 10.0.0.41 - - [2025-11-06 02:52:59] "GET /virtual-network/86637a2e-8eac-43f6-86aa-afe2d0babd09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.007114 10.0.0.41 - - [2025-11-06 02:52:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004313 10.0.0.41 - - [2025-11-06 02:52:59] "GET /network-policy/a19d7a0a-d39b-435f-8546-3e4d508670af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4996 0.005847 10.0.0.41 - - [2025-11-06 02:53:09] "GET /virtual-network/86637a2e-8eac-43f6-86aa-afe2d0babd09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.009224 10.0.0.41 - - [2025-11-06 02:53:09] "POST /neutron/network HTTP/1.1" 200 1336 0.111553 10.0.0.41 - - [2025-11-06 02:53:09] "GET /virtual-network/86637a2e-8eac-43f6-86aa-afe2d0babd09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3175 0.008291 10.0.0.131 - - [2025-11-06 02:53:09] "POST /ref-update HTTP/1.1" 200 156 0.062771 10.0.0.41 - - [2025-11-06 02:53:09] "GET /virtual-machine/d4ad0294-8083-4d04-8e52-0900149a3d08 HTTP/1.1" 200 1307 0.005382 10.0.0.41 - - [2025-11-06 02:53:10] "POST /neutron/port HTTP/1.1" 200 1228 0.029696 10.0.0.41 - - [2025-11-06 02:53:11] "GET /virtual-machine/d4ad0294-8083-4d04-8e52-0900149a3d08 HTTP/1.1" 404 171 0.003729 10.0.0.41 - - [2025-11-06 02:53:11] "GET /virtual-machine/d4ad0294-8083-4d04-8e52-0900149a3d08 HTTP/1.1" 404 171 0.003060 10.0.0.41 - - [2025-11-06 02:53:11] "GET /virtual-machine/d4ad0294-8083-4d04-8e52-0900149a3d08 HTTP/1.1" 404 171 0.004071 10.0.0.41 - - [2025-11-06 02:53:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003616 10.0.0.41 - - [2025-11-06 02:53:12] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003920 10.0.0.41 - - [2025-11-06 02:53:12] "GET /virtual-networks?parent_id=cb5e5ed6-8cc9-4cd0-ae33-b7d2b32cc2f2&detail=False&count=False&shared=False HTTP/1.1" 200 603 0.003573 10.0.0.41 - - [2025-11-06 02:53:12] "GET /virtual-network/aa5e1df8-84e1-482d-839c-4f91208573cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3486 0.008762 10.0.0.41 - - [2025-11-06 02:53:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004537 10.0.0.41 - - [2025-11-06 02:53:12] "GET /routing-instance/8d079a89-1016-4224-b95f-0fb980df10f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1503 0.005744 10.0.0.41 - - [2025-11-06 02:53:12] "GET /route-target/1d76714b-c0af-4b0b-8b4c-87967bdcd134?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005088 10.0.0.131 - - [2025-11-06 02:53:15] "GET /obj-perms HTTP/1.1" 200 5019 0.046913 10.0.0.41 - - [2025-11-06 02:53:18] "GET /obj-perms HTTP/1.1" 200 5019 0.005236 10.0.0.41 - - [2025-11-06 02:53:18] "GET /virtual-machine/32b208cc-7535-4e00-9a9c-cd3a2381a5d1 HTTP/1.1" 200 1306 0.005837 10.0.0.41 - - [2025-11-06 02:53:19] "POST /neutron/port HTTP/1.1" 200 1227 0.022058 10.0.0.41 - - [2025-11-06 02:53:20] "GET /virtual-machine/32b208cc-7535-4e00-9a9c-cd3a2381a5d1 HTTP/1.1" 404 171 0.005866 10.0.0.41 - - [2025-11-06 02:53:20] "GET /virtual-machine/32b208cc-7535-4e00-9a9c-cd3a2381a5d1 HTTP/1.1" 404 171 0.003652 10.0.0.41 - - [2025-11-06 02:53:20] "GET /virtual-machine/32b208cc-7535-4e00-9a9c-cd3a2381a5d1 HTTP/1.1" 404 171 0.004275 10.0.0.41 - - [2025-11-06 02:53:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.005057 10.0.0.41 - - [2025-11-06 02:53:21] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005044 10.0.0.41 - - [2025-11-06 02:53:21] "GET /virtual-networks?parent_id=cb5e5ed6-8cc9-4cd0-ae33-b7d2b32cc2f2&detail=False&count=False&shared=False HTTP/1.1" 200 603 0.004210 10.0.0.41 - - [2025-11-06 02:53:21] "GET /virtual-network/86637a2e-8eac-43f6-86aa-afe2d0babd09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3175 0.008127 10.0.0.41 - - [2025-11-06 02:53:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004203 10.0.0.41 - - [2025-11-06 02:53:21] "GET /routing-instance/be40f9de-130e-4817-b6a5-ca614a3f0084?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1503 0.006266 10.0.0.41 - - [2025-11-06 02:53:21] "GET /route-target/731c193c-a954-4a09-a61c-ff91403c913c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005852 10.0.0.41 - - [2025-11-06 02:53:21] "GET /obj-perms HTTP/1.1" 200 5019 0.004976 10.0.0.131 - - [2025-11-06 02:53:21] "GET /obj-perms HTTP/1.1" 200 5019 0.005225 10.0.0.41 - - [2025-11-06 02:53:30] "GET /obj-perms HTTP/1.1" 200 5019 0.005670 10.0.0.131 - - [2025-11-06 02:53:30] "GET /obj-perms HTTP/1.1" 200 5019 0.004828 10.0.0.38 - - [2025-11-06 02:53:37] "GET /obj-perms HTTP/1.1" 200 5056 0.047075 10.0.0.131 - - [2025-11-06 02:53:37] "GET /obj-perms HTTP/1.1" 200 5056 0.054214 10.0.0.41 - - [2025-11-06 02:53:39] "GET /obj-perms HTTP/1.1" 200 5019 0.004086 10.0.0.131 - - [2025-11-06 02:53:45] "GET /obj-perms HTTP/1.1" 200 5019 0.004144 10.0.0.41 - - [2025-11-06 02:53:45] "GET /obj-perms HTTP/1.1" 200 5019 0.004183 10.0.0.41 - - [2025-11-06 02:53:46] "GET /virtual-network/aa5e1df8-84e1-482d-839c-4f91208573cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3486 0.006171 10.0.0.131 - - [2025-11-06 02:53:46] "POST /fqname-to-id HTTP/1.1" 404 207 0.009689 10.0.0.41 - - [2025-11-06 02:53:46] "POST /neutron/network HTTP/1.1" 200 1337 0.119550 10.0.0.41 - - [2025-11-06 02:53:46] "GET /virtual-network/aa5e1df8-84e1-482d-839c-4f91208573cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3179 0.006904 10.0.0.41 - - [2025-11-06 02:53:46] "DELETE /network-policy/ac5f91f0-3227-4e26-befa-8294ccfffbc7 HTTP/1.1" 200 115 0.039820 10.0.0.41 - - [2025-11-06 02:53:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003797 10.0.0.131 - - [2025-11-06 02:53:46] "GET /projects?obj_uuids=cb5e5ed6-8cc9-4cd0-ae33-b7d2b32cc2f2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001137 10.0.0.41 - - [2025-11-06 02:53:46] "GET /project/cb5e5ed6-8cc9-4cd0-ae33-b7d2b32cc2f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.059729 10.0.0.41 - - [2025-11-06 02:53:46] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-95581254&detail=False&count=False&shared=False HTTP/1.1" 200 2135 0.006635 10.0.0.41 - - [2025-11-06 02:53:46] "DELETE /network-policy/a19d7a0a-d39b-435f-8546-3e4d508670af HTTP/1.1" 200 115 0.059527 10.0.0.41 - - [2025-11-06 02:53:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003487 10.0.0.131 - - [2025-11-06 02:53:46] "GET /projects?obj_uuids=cb5e5ed6-8cc9-4cd0-ae33-b7d2b32cc2f2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001157 10.0.0.41 - - [2025-11-06 02:53:46] "GET /project/cb5e5ed6-8cc9-4cd0-ae33-b7d2b32cc2f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.052714 10.0.0.41 - - [2025-11-06 02:53:46] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-95581254&detail=False&count=False&shared=False HTTP/1.1" 200 1912 0.010135 10.0.0.41 - - [2025-11-06 02:53:47] "DELETE /network-policy/a1bd1c49-32d6-4675-b3ec-b738f54c3a6c HTTP/1.1" 200 115 0.047359 10.0.0.41 - - [2025-11-06 02:53:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003855 10.0.0.131 - - [2025-11-06 02:53:47] "GET /projects?obj_uuids=cb5e5ed6-8cc9-4cd0-ae33-b7d2b32cc2f2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001219 10.0.0.41 - - [2025-11-06 02:53:47] "GET /project/cb5e5ed6-8cc9-4cd0-ae33-b7d2b32cc2f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.053350 10.0.0.41 - - [2025-11-06 02:53:47] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-95581254&detail=False&count=False&shared=False HTTP/1.1" 200 1689 0.006412 10.0.0.41 - - [2025-11-06 02:53:47] "DELETE /network-policy/4230d9bf-a27d-4f4a-8ced-35af3cc730b9 HTTP/1.1" 200 115 0.058607 10.0.0.41 - - [2025-11-06 02:53:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004313 10.0.0.131 - - [2025-11-06 02:53:47] "GET /projects?obj_uuids=cb5e5ed6-8cc9-4cd0-ae33-b7d2b32cc2f2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002113 10.0.0.41 - - [2025-11-06 02:53:47] "GET /project/cb5e5ed6-8cc9-4cd0-ae33-b7d2b32cc2f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.076979 10.0.0.41 - - [2025-11-06 02:53:47] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-95581254&detail=False&count=False&shared=False HTTP/1.1" 200 1466 0.008248 10.0.0.41 - - [2025-11-06 02:53:47] "DELETE /network-policy/730c4ac1-8ca8-468f-a130-033cadaa6b7f HTTP/1.1" 200 115 0.053544 10.0.0.41 - - [2025-11-06 02:53:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004706 10.0.0.131 - - [2025-11-06 02:53:47] "GET /projects?obj_uuids=cb5e5ed6-8cc9-4cd0-ae33-b7d2b32cc2f2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001673 10.0.0.41 - - [2025-11-06 02:53:47] "GET /project/cb5e5ed6-8cc9-4cd0-ae33-b7d2b32cc2f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.074077 10.0.0.41 - - [2025-11-06 02:53:47] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-95581254&detail=False&count=False&shared=False HTTP/1.1" 200 1243 0.005843 10.0.0.41 - - [2025-11-06 02:53:47] "DELETE /network-policy/69b985c8-6733-417d-a690-6cc98c483dbe HTTP/1.1" 200 115 0.047652 10.0.0.41 - - [2025-11-06 02:53:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004400 10.0.0.131 - - [2025-11-06 02:53:47] "GET /projects?obj_uuids=cb5e5ed6-8cc9-4cd0-ae33-b7d2b32cc2f2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001037 10.0.0.41 - - [2025-11-06 02:53:47] "GET /project/cb5e5ed6-8cc9-4cd0-ae33-b7d2b32cc2f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.049999 10.0.0.41 - - [2025-11-06 02:53:47] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-95581254&detail=False&count=False&shared=False HTTP/1.1" 200 1018 0.006191 10.0.0.41 - - [2025-11-06 02:53:48] "DELETE /network-policy/584d0d6e-3072-4768-b32a-ef4fc14a38ae HTTP/1.1" 200 115 0.044354 10.0.0.41 - - [2025-11-06 02:53:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003743 10.0.0.131 - - [2025-11-06 02:53:48] "GET /projects?obj_uuids=cb5e5ed6-8cc9-4cd0-ae33-b7d2b32cc2f2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000959 10.0.0.41 - - [2025-11-06 02:53:48] "GET /project/cb5e5ed6-8cc9-4cd0-ae33-b7d2b32cc2f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.042062 10.0.0.41 - - [2025-11-06 02:53:48] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-95581254&detail=False&count=False&shared=False HTTP/1.1" 200 796 0.006085 10.0.0.41 - - [2025-11-06 02:53:48] "DELETE /network-policy/c08035f2-dfc0-4573-a8fa-6f3843444f00 HTTP/1.1" 200 115 0.046116 10.0.0.41 - - [2025-11-06 02:53:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004969 10.0.0.131 - - [2025-11-06 02:53:48] "GET /projects?obj_uuids=cb5e5ed6-8cc9-4cd0-ae33-b7d2b32cc2f2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000944 10.0.0.41 - - [2025-11-06 02:53:48] "GET /project/cb5e5ed6-8cc9-4cd0-ae33-b7d2b32cc2f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.052335 10.0.0.41 - - [2025-11-06 02:53:48] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-95581254&detail=False&count=False&shared=False HTTP/1.1" 200 574 0.009740 10.0.0.41 - - [2025-11-06 02:53:48] "DELETE /network-policy/a6fc43e7-93a9-4739-97e8-ff454ac71ce8 HTTP/1.1" 200 115 0.045806 10.0.0.41 - - [2025-11-06 02:53:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004127 10.0.0.131 - - [2025-11-06 02:53:48] "GET /projects?obj_uuids=cb5e5ed6-8cc9-4cd0-ae33-b7d2b32cc2f2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001152 10.0.0.41 - - [2025-11-06 02:53:48] "GET /project/cb5e5ed6-8cc9-4cd0-ae33-b7d2b32cc2f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.049520 10.0.0.41 - - [2025-11-06 02:53:48] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-95581254&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.005557 10.0.0.41 - - [2025-11-06 02:53:48] "DELETE /network-policy/4c8d3eb2-467f-46dd-9835-056df75e3471 HTTP/1.1" 200 115 0.051310 10.0.0.41 - - [2025-11-06 02:53:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003656 10.0.0.131 - - [2025-11-06 02:53:48] "GET /projects?obj_uuids=cb5e5ed6-8cc9-4cd0-ae33-b7d2b32cc2f2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001032 10.0.0.41 - - [2025-11-06 02:53:48] "GET /project/cb5e5ed6-8cc9-4cd0-ae33-b7d2b32cc2f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.048432 10.0.0.41 - - [2025-11-06 02:53:48] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-95581254&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.006507 10.0.0.131 - - [2025-11-06 02:53:49] "POST /useragent-kv HTTP/1.1" 200 115 0.005937 10.0.0.131 - - [2025-11-06 02:53:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.006593 10.0.0.131 - - [2025-11-06 02:53:49] "POST /useragent-kv HTTP/1.1" 200 115 0.003905 10.0.0.131 - - [2025-11-06 02:53:49] "POST /useragent-kv HTTP/1.1" 200 115 0.003177 10.0.0.131 - - [2025-11-06 02:53:49] "POST /useragent-kv HTTP/1.1" 200 115 0.003516 10.0.0.131 - - [2025-11-06 02:53:49] "POST /useragent-kv HTTP/1.1" 200 115 0.004544 10.0.0.131 - - [2025-11-06 02:53:49] "POST /useragent-kv HTTP/1.1" 200 115 0.003892 10.0.0.41 - - [2025-11-06 02:53:49] "POST /neutron/network HTTP/1.1" 200 151 0.204177 10.0.0.131 - - [2025-11-06 02:53:49] "DELETE /route-target/731c193c-a954-4a09-a61c-ff91403c913c HTTP/1.1" 200 115 0.030996 10.0.0.41 - - [2025-11-06 02:53:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.005033 10.0.0.41 - - [2025-11-06 02:53:49] "DELETE /network-ipam/a678f49e-cebc-4038-b3b2-690964e4b91b HTTP/1.1" 200 115 0.047399 10.0.0.41 - - [2025-11-06 02:53:49] "POST /fqname-to-id HTTP/1.1" 404 260 0.007571 10.0.0.131 - - [2025-11-06 02:53:49] "GET /projects?obj_uuids=cb5e5ed6-8cc9-4cd0-ae33-b7d2b32cc2f2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002524 10.0.0.131 - - [2025-11-06 02:53:50] "GET /project/cb5e5ed6-8cc9-4cd0-ae33-b7d2b32cc2f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1517 0.049853 10.0.0.131 - - [2025-11-06 02:53:50] "GET /projects?obj_uuids=cb5e5ed6-8cc9-4cd0-ae33-b7d2b32cc2f2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001116 10.0.0.131 - - [2025-11-06 02:53:50] "GET /project/cb5e5ed6-8cc9-4cd0-ae33-b7d2b32cc2f2?fields=security_groups HTTP/1.1" 200 1400 0.054364 10.0.0.131 - - [2025-11-06 02:53:50] "DELETE /security-group/1ff1901a-12de-4f64-b27f-5587c4307b85 HTTP/1.1" 200 115 0.067265 10.0.0.131 - - [2025-11-06 02:53:50] "GET /projects?obj_uuids=cb5e5ed6-8cc9-4cd0-ae33-b7d2b32cc2f2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001817 10.0.0.131 - - [2025-11-06 02:53:50] "GET /project/cb5e5ed6-8cc9-4cd0-ae33-b7d2b32cc2f2?fields=application_policy_sets HTTP/1.1" 200 1439 0.068914 10.0.0.41 - - [2025-11-06 02:53:50] "DELETE /project/cb5e5ed6-8cc9-4cd0-ae33-b7d2b32cc2f2 HTTP/1.1" 200 115 0.466811 10.0.0.131 - - [2025-11-06 02:53:50] "GET /domains?obj_uuids=dd557474-6eee-442f-acdf-559f4d754f9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001015 10.0.0.41 - - [2025-11-06 02:53:50] "GET /domain/dd557474-6eee-442f-acdf-559f4d754f9d?fields=projects HTTP/1.1" 200 1443 0.013873 10.0.0.131 - - [2025-11-06 02:53:51] "GET /projects?obj_uuids=cb5e5ed6-8cc9-4cd0-ae33-b7d2b32cc2f2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003875 10.0.0.131 - - [2025-11-06 02:53:51] "GET /domains?obj_uuids=dd557474-6eee-442f-acdf-559f4d754f9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001119 10.0.0.131 - - [2025-11-06 02:53:51] "GET /domain/dd557474-6eee-442f-acdf-559f4d754f9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.050164 10.0.0.131 - - [2025-11-06 02:53:51] "POST /id-to-fqname HTTP/1.1" 200 202 0.006077 10.0.0.131 - - [2025-11-06 02:53:51] "POST /fqname-to-id HTTP/1.1" 404 211 0.005777 10.0.0.131 - - [2025-11-06 02:53:52] "POST /security-groups HTTP/1.1" 200 603 0.077895 10.0.0.131 - - [2025-11-06 02:53:52] "POST /fqname-to-id HTTP/1.1" 404 246 0.003917 10.0.0.131 - - [2025-11-06 02:53:52] "POST /projects HTTP/1.1" 200 609 0.306071 10.0.0.131 - - [2025-11-06 02:53:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.376065 10.0.0.131 - - [2025-11-06 02:53:52] "POST /access-control-lists HTTP/1.1" 200 608 0.028213 10.0.0.41 - - [2025-11-06 02:53:52] "GET /project/cb5e5ed6-8cc9-4cd0-ae33-b7d2b32cc2f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.529509 10.0.0.131 - - [2025-11-06 02:53:52] "GET /projects?obj_uuids=cb5e5ed6-8cc9-4cd0-ae33-b7d2b32cc2f2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001062 10.0.0.41 - - [2025-11-06 02:53:52] "GET /project/cb5e5ed6-8cc9-4cd0-ae33-b7d2b32cc2f2?fields=virtual_networks HTTP/1.1" 200 1059 0.066360 10.0.0.131 - - [2025-11-06 02:53:52] "GET /projects?obj_uuids=cb5e5ed6-8cc9-4cd0-ae33-b7d2b32cc2f2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000948 10.0.0.41 - - [2025-11-06 02:53:52] "GET /project/cb5e5ed6-8cc9-4cd0-ae33-b7d2b32cc2f2?fields=virtual_machine_interfaces HTTP/1.1" 200 1059 0.046145 10.0.0.131 - - [2025-11-06 02:53:52] "GET /projects?obj_uuids=cb5e5ed6-8cc9-4cd0-ae33-b7d2b32cc2f2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001488 10.0.0.41 - - [2025-11-06 02:53:52] "GET /project/cb5e5ed6-8cc9-4cd0-ae33-b7d2b32cc2f2?fields=security_groups HTTP/1.1" 200 1298 0.043187 10.0.0.41 - - [2025-11-06 02:53:53] "POST /fqname-to-id HTTP/1.1" 404 182 0.027598 10.0.0.131 - - [2025-11-06 02:53:53] "GET /projects?obj_uuids=245a180d-76b3-4eca-b57f-3b539d0f8331&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003701 10.0.0.131 - - [2025-11-06 02:53:53] "GET /domains?obj_uuids=dd557474-6eee-442f-acdf-559f4d754f9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001120 10.0.0.131 - - [2025-11-06 02:53:53] "GET /domain/dd557474-6eee-442f-acdf-559f4d754f9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008570 10.0.0.131 - - [2025-11-06 02:53:53] "POST /id-to-fqname HTTP/1.1" 200 184 0.001924 10.0.0.131 - - [2025-11-06 02:53:53] "POST /fqname-to-id HTTP/1.1" 404 193 0.007015 10.0.0.131 - - [2025-11-06 02:53:53] "POST /security-groups HTTP/1.1" 200 585 0.078227 10.0.0.131 - - [2025-11-06 02:53:53] "POST /projects HTTP/1.1" 200 573 0.298090 10.0.0.131 - - [2025-11-06 02:53:53] "POST /fqname-to-id HTTP/1.1" 404 227 0.010535 10.0.0.131 - - [2025-11-06 02:53:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.371439 10.0.0.41 - - [2025-11-06 02:53:53] "GET /project/245a180d-76b3-4eca-b57f-3b539d0f8331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.520523 10.0.0.41 - - [2025-11-06 02:53:54] "GET / HTTP/1.1" 200 36215 0.002230 10.0.0.41 - - [2025-11-06 02:53:55] "POST /fqname-to-id HTTP/1.1" 401 292 0.000826 10.0.0.41 - - [2025-11-06 02:53:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.056714 10.0.0.131 - - [2025-11-06 02:53:55] "GET /projects?obj_uuids=245a180d-76b3-4eca-b57f-3b539d0f8331&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001471 10.0.0.41 - - [2025-11-06 02:53:55] "GET /project/245a180d-76b3-4eca-b57f-3b539d0f8331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.048432 10.0.0.41 - - [2025-11-06 02:53:55] "POST /neutron/network HTTP/1.1" 200 117 0.033938 10.0.0.131 - - [2025-11-06 02:53:56] "POST /ref-update HTTP/1.1" 200 156 0.024326 10.0.0.131 - - [2025-11-06 02:53:56] "POST /useragent-kv HTTP/1.1" 200 115 0.012579 10.0.0.41 - - [2025-11-06 02:53:56] "POST /neutron/subnet HTTP/1.1" 200 828 0.180535 10.0.0.41 - - [2025-11-06 02:53:56] "POST /id-to-fqname HTTP/1.1" 200 214 0.001806 10.0.0.41 - - [2025-11-06 02:53:56] "GET /virtual-network/b4b5ac14-69c8-4dac-9609-29af9d8eeaed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2610 0.007596 10.0.0.41 - - [2025-11-06 02:53:56] "GET /virtual-network/b4b5ac14-69c8-4dac-9609-29af9d8eeaed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2610 0.019157 10.0.0.41 - - [2025-11-06 02:53:56] "POST /neutron/network HTTP/1.1" 200 990 0.011792 10.0.0.41 - - [2025-11-06 02:53:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004726 10.0.0.131 - - [2025-11-06 02:53:56] "GET /projects?obj_uuids=245a180d-76b3-4eca-b57f-3b539d0f8331&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001031 10.0.0.41 - - [2025-11-06 02:53:56] "GET /project/245a180d-76b3-4eca-b57f-3b539d0f8331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.051046 10.0.0.41 - - [2025-11-06 02:53:56] "POST /neutron/network HTTP/1.1" 200 117 0.026514 10.0.0.131 - - [2025-11-06 02:53:57] "POST /useragent-kv HTTP/1.1" 200 115 0.009212 10.0.0.41 - - [2025-11-06 02:53:57] "POST /neutron/subnet HTTP/1.1" 200 823 0.254667 10.0.0.41 - - [2025-11-06 02:53:57] "POST /id-to-fqname HTTP/1.1" 200 214 0.001709 10.0.0.41 - - [2025-11-06 02:53:57] "GET /virtual-network/67fb2b68-9358-461d-8fc4-a1f5e829e9f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2618 0.008059 10.0.0.41 - - [2025-11-06 02:53:57] "GET /virtual-network/67fb2b68-9358-461d-8fc4-a1f5e829e9f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2618 0.008890 10.0.0.41 - - [2025-11-06 02:53:57] "POST /neutron/network HTTP/1.1" 200 993 0.010300 10.0.0.41 - - [2025-11-06 02:53:57] "POST /id-to-fqname HTTP/1.1" 200 214 0.001728 10.0.0.41 - - [2025-11-06 02:53:57] "POST /neutron/network HTTP/1.1" 200 1000 0.008653 10.0.0.131 - - [2025-11-06 02:53:58] "GET /projects?obj_uuids=245a180d-76b3-4eca-b57f-3b539d0f8331&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001450 10.0.0.41 - - [2025-11-06 02:53:58] "GET /project/245a180d-76b3-4eca-b57f-3b539d0f8331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.077097 10.0.0.41 - - [2025-11-06 02:53:58] "POST /neutron/port HTTP/1.1" 200 117 0.007140 10.0.0.41 - - [2025-11-06 02:53:58] "POST /id-to-fqname HTTP/1.1" 200 214 0.001407 10.0.0.41 - - [2025-11-06 02:53:59] "POST /neutron/network HTTP/1.1" 200 1000 0.008645 10.0.0.41 - - [2025-11-06 02:53:59] "POST /neutron/port HTTP/1.1" 200 1159 0.025255 10.0.0.131 - - [2025-11-06 02:53:59] "GET /projects?obj_uuids=245a180d-76b3-4eca-b57f-3b539d0f8331&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001386 10.0.0.41 - - [2025-11-06 02:54:00] "GET /project/245a180d-76b3-4eca-b57f-3b539d0f8331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.115188 10.0.0.41 - - [2025-11-06 02:54:00] "POST /neutron/network HTTP/1.1" 200 990 0.015529 10.0.0.41 - - [2025-11-06 02:54:00] "POST /neutron/subnet HTTP/1.1" 200 1375 0.020475 10.0.0.41 - - [2025-11-06 02:54:00] "POST /neutron/network HTTP/1.1" 200 990 0.016733 10.0.0.41 - - [2025-11-06 02:54:00] "POST /neutron/port HTTP/1.1" 200 117 0.006711 10.0.0.41 - - [2025-11-06 02:54:00] "POST /id-to-fqname HTTP/1.1" 200 214 0.001554 10.0.0.41 - - [2025-11-06 02:54:00] "POST /neutron/network HTTP/1.1" 200 1003 0.007694 10.0.0.41 - - [2025-11-06 02:54:01] "POST /neutron/port HTTP/1.1" 200 1159 0.023096 10.0.0.41 - - [2025-11-06 02:54:01] "POST /neutron/port HTTP/1.1" 200 1187 0.020486 10.0.0.131 - - [2025-11-06 02:54:01] "GET /projects?obj_uuids=245a180d-76b3-4eca-b57f-3b539d0f8331&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001184 10.0.0.41 - - [2025-11-06 02:54:01] "POST /neutron/subnet HTTP/1.1" 200 1375 0.018742 10.0.0.41 - - [2025-11-06 02:54:01] "GET /project/245a180d-76b3-4eca-b57f-3b539d0f8331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.098210 10.0.0.41 - - [2025-11-06 02:54:01] "POST /neutron/network HTTP/1.1" 200 990 0.010435 10.0.0.41 - - [2025-11-06 02:54:01] "POST /neutron/security_group HTTP/1.1" 200 2052 0.008914 10.0.0.41 - - [2025-11-06 02:54:01] "POST /neutron/security_group HTTP/1.1" 200 2052 0.012135 10.0.0.41 - - [2025-11-06 02:54:02] "POST /neutron/port HTTP/1.1" 200 1187 0.024309 10.0.0.41 - - [2025-11-06 02:54:02] "GET /virtual-machine/68377b12-84e4-4a84-b0f3-fd574feba1e3 HTTP/1.1" 401 292 0.000594 10.0.0.131 - - [2025-11-06 02:54:02] "GET /projects?obj_uuids=245a180d-76b3-4eca-b57f-3b539d0f8331&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001050 10.0.0.41 - - [2025-11-06 02:54:02] "POST /neutron/port HTTP/1.1" 200 1162 0.423414 10.0.0.41 - - [2025-11-06 02:54:02] "GET /virtual-machine/68377b12-84e4-4a84-b0f3-fd574feba1e3 HTTP/1.1" 200 1288 0.032614 10.0.0.41 - - [2025-11-06 02:54:02] "GET /virtual-machine-interface/984b85ed-03dc-4c16-a2e5-bb044d2eb34c HTTP/1.1" 200 3114 0.010635 10.0.0.41 - - [2025-11-06 02:54:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.007703 10.0.0.41 - - [2025-11-06 02:54:02] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004777 10.0.0.41 - - [2025-11-06 02:54:02] "GET /virtual-networks?parent_id=245a180d-76b3-4eca-b57f-3b539d0f8331&detail=False&count=False&shared=False HTTP/1.1" 200 561 0.004806 10.0.0.41 - - [2025-11-06 02:54:02] "GET /virtual-network/b4b5ac14-69c8-4dac-9609-29af9d8eeaed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2610 0.006893 10.0.0.41 - - [2025-11-06 02:54:02] "POST /neutron/port HTTP/1.1" 200 1216 0.134133 10.0.0.41 - - [2025-11-06 02:54:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004220 10.0.0.41 - - [2025-11-06 02:54:02] "POST /neutron/port HTTP/1.1" 200 117 0.001248 10.0.0.131 - - [2025-11-06 02:54:03] "DELETE /access-control-list/52719281-2dac-4f91-a482-1644e638a645 HTTP/1.1" 200 115 0.051124 10.0.0.41 - - [2025-11-06 02:54:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003797 10.0.0.41 - - [2025-11-06 02:54:05] "GET /virtual-network/b4b5ac14-69c8-4dac-9609-29af9d8eeaed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2610 0.006057 10.0.0.41 - - [2025-11-06 02:54:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.006457 10.0.0.41 - - [2025-11-06 02:54:09] "GET /virtual-network/b4b5ac14-69c8-4dac-9609-29af9d8eeaed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2610 0.011004 10.0.0.41 - - [2025-11-06 02:54:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003806 10.0.0.41 - - [2025-11-06 02:54:13] "GET /virtual-network/b4b5ac14-69c8-4dac-9609-29af9d8eeaed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2610 0.006913 10.0.0.131 - - [2025-11-06 02:54:16] "DELETE /project/cb5e5ed68cc94cd0ae33b7d2b32cc2f2 HTTP/1.1" 404 173 0.005755 10.0.0.131 - - [2025-11-06 02:54:16] "DELETE /project/245a180d76b34ecab57f3b539d0f8331 HTTP/1.1" 404 173 0.009375 10.0.0.131 - - [2025-11-06 02:54:16] "DELETE /project/cb5e5ed6-8cc9-4cd0-ae33-b7d2b32cc2f2 HTTP/1.1" 404 177 0.011869 10.0.0.41 - - [2025-11-06 02:54:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003600 10.0.0.41 - - [2025-11-06 02:54:18] "GET /virtual-network/b4b5ac14-69c8-4dac-9609-29af9d8eeaed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2610 0.006663 10.0.0.41 - - [2025-11-06 02:54:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003868 10.0.0.41 - - [2025-11-06 02:54:22] "GET /virtual-network/b4b5ac14-69c8-4dac-9609-29af9d8eeaed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2610 0.005395 10.0.0.41 - - [2025-11-06 02:54:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.005825 10.0.0.41 - - [2025-11-06 02:54:26] "GET /virtual-network/b4b5ac14-69c8-4dac-9609-29af9d8eeaed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2610 0.006052 10.0.0.41 - - [2025-11-06 02:54:29] "POST /neutron/port HTTP/1.1" 200 1187 0.021514 10.0.0.41 - - [2025-11-06 02:54:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004684 10.0.0.41 - - [2025-11-06 02:54:29] "POST /neutron/port HTTP/1.1" 200 117 0.001780 10.0.0.41 - - [2025-11-06 02:54:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004588 10.0.0.41 - - [2025-11-06 02:54:30] "GET /virtual-network/b4b5ac14-69c8-4dac-9609-29af9d8eeaed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2610 0.008097 10.0.0.41 - - [2025-11-06 02:54:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003871 10.0.0.41 - - [2025-11-06 02:54:34] "GET /virtual-network/b4b5ac14-69c8-4dac-9609-29af9d8eeaed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2610 0.005379 10.0.0.41 - - [2025-11-06 02:54:35] "POST /neutron/port HTTP/1.1" 200 1187 0.017962 10.0.0.41 - - [2025-11-06 02:54:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005480 10.0.0.41 - - [2025-11-06 02:54:35] "POST /neutron/port HTTP/1.1" 200 117 0.001258 10.0.0.41 - - [2025-11-06 02:54:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005009 10.0.0.41 - - [2025-11-06 02:54:38] "GET /virtual-network/b4b5ac14-69c8-4dac-9609-29af9d8eeaed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2610 0.007373 10.0.0.41 - - [2025-11-06 02:54:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003579 10.0.0.41 - - [2025-11-06 02:54:40] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004016 10.0.0.41 - - [2025-11-06 02:54:40] "GET /virtual-networks?parent_id=245a180d-76b3-4eca-b57f-3b539d0f8331&detail=False&count=False&shared=False HTTP/1.1" 200 561 0.003221 10.0.0.41 - - [2025-11-06 02:54:40] "GET /virtual-network/b4b5ac14-69c8-4dac-9609-29af9d8eeaed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2610 0.006186 10.0.0.41 - - [2025-11-06 02:54:40] "POST /neutron/security_group HTTP/1.1" 200 2052 0.013104 10.0.0.41 - - [2025-11-06 02:54:50] "POST /neutron/port HTTP/1.1" 200 1187 0.023751 10.0.0.41 - - [2025-11-06 02:54:51] "POST /neutron/security_group HTTP/1.1" 200 2052 0.009906 10.0.0.41 - - [2025-11-06 02:55:01] "POST /neutron/port HTTP/1.1" 200 1187 0.025257 10.0.0.41 - - [2025-11-06 02:55:01] "POST /neutron/security_group HTTP/1.1" 200 2052 0.009468 10.0.0.41 - - [2025-11-06 02:55:01] "GET /virtual-machine/3b8605ae-1518-44b6-b763-a6c9fc9a76b4 HTTP/1.1" 200 1288 0.009891 10.0.0.41 - - [2025-11-06 02:55:01] "GET /virtual-machine-interface/22c53be7-95ed-4d4c-8cbb-f03a314bd78e HTTP/1.1" 200 3113 0.006844 10.0.0.41 - - [2025-11-06 02:55:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004243 10.0.0.41 - - [2025-11-06 02:55:01] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004194 10.0.0.41 - - [2025-11-06 02:55:01] "GET /virtual-networks?parent_id=245a180d-76b3-4eca-b57f-3b539d0f8331&detail=False&count=False&shared=False HTTP/1.1" 200 561 0.003183 10.0.0.41 - - [2025-11-06 02:55:01] "GET /virtual-network/b4b5ac14-69c8-4dac-9609-29af9d8eeaed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2610 0.006954 10.0.0.41 - - [2025-11-06 02:55:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003701 10.0.0.41 - - [2025-11-06 02:55:03] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004167 10.0.0.41 - - [2025-11-06 02:55:03] "GET /virtual-networks?parent_id=245a180d-76b3-4eca-b57f-3b539d0f8331&detail=False&count=False&shared=False HTTP/1.1" 200 561 0.003213 10.0.0.41 - - [2025-11-06 02:55:03] "GET /virtual-network/b4b5ac14-69c8-4dac-9609-29af9d8eeaed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2610 0.007807 10.0.0.41 - - [2025-11-06 02:55:03] "POST /neutron/port HTTP/1.1" 200 1187 0.020452 10.0.0.41 - - [2025-11-06 02:55:06] "POST /neutron/security_group HTTP/1.1" 200 2052 0.009190 10.0.0.41 - - [2025-11-06 02:55:13] "POST /neutron/port HTTP/1.1" 200 1187 0.021109 10.0.0.41 - - [2025-11-06 02:55:18] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007691 10.0.0.41 - - [2025-11-06 02:55:19] "POST /neutron/port HTTP/1.1" 200 1190 0.021502 10.0.0.41 - - [2025-11-06 02:55:19] "POST /neutron/security_group HTTP/1.1" 200 2052 0.008858 10.0.0.41 - - [2025-11-06 02:55:19] "GET /virtual-machine/fef35a4e-e5e8-492a-896e-590db47ebc68 HTTP/1.1" 200 1288 0.009624 10.0.0.41 - - [2025-11-06 02:55:19] "GET /virtual-machine-interface/34e6efa1-edc8-4439-9afb-5f620971d01f HTTP/1.1" 200 3113 0.005960 10.0.0.41 - - [2025-11-06 02:55:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003922 10.0.0.41 - - [2025-11-06 02:55:19] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003999 10.0.0.41 - - [2025-11-06 02:55:19] "GET /virtual-networks?parent_id=245a180d-76b3-4eca-b57f-3b539d0f8331&detail=False&count=False&shared=False HTTP/1.1" 200 561 0.004147 10.0.0.41 - - [2025-11-06 02:55:19] "GET /virtual-network/67fb2b68-9358-461d-8fc4-a1f5e829e9f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2618 0.007592 10.0.0.41 - - [2025-11-06 02:55:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004933 10.0.0.41 - - [2025-11-06 02:55:20] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004713 10.0.0.41 - - [2025-11-06 02:55:20] "GET /virtual-networks?parent_id=245a180d-76b3-4eca-b57f-3b539d0f8331&detail=False&count=False&shared=False HTTP/1.1" 200 561 0.004308 10.0.0.41 - - [2025-11-06 02:55:20] "GET /virtual-network/67fb2b68-9358-461d-8fc4-a1f5e829e9f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2618 0.008055 10.0.0.41 - - [2025-11-06 02:55:25] "POST /neutron/port HTTP/1.1" 200 1190 0.018823 10.0.0.41 - - [2025-11-06 02:55:28] "POST /neutron/port HTTP/1.1" 200 1190 0.042510 10.0.0.41 - - [2025-11-06 02:55:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004482 10.0.0.41 - - [2025-11-06 02:55:29] "POST /neutron/port HTTP/1.1" 200 117 0.001215 10.0.0.41 - - [2025-11-06 02:55:32] "GET /forwarding-classs?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.004734 10.0.0.41 - - [2025-11-06 02:55:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003735 10.0.0.41 - - [2025-11-06 02:55:32] "GET /global-qos-config/4b7e0966-cb2d-4006-81f6-3fc3f58acfa3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1085 0.005462 10.0.0.41 - - [2025-11-06 02:55:32] "POST /fqname-to-id HTTP/1.1" 404 222 0.004111 10.0.0.41 - - [2025-11-06 02:55:32] "POST /forwarding-classs HTTP/1.1" 200 578 0.031698 10.0.0.41 - - [2025-11-06 02:55:32] "POST /id-to-fqname HTTP/1.1" 200 232 0.004221 10.0.0.41 - - [2025-11-06 02:55:32] "GET /forwarding-class/34271ae5-ae35-4398-b461-3cc151246139?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1253 0.004759 10.0.0.131 - - [2025-11-06 02:55:32] "GET /projects?obj_uuids=245a180d-76b3-4eca-b57f-3b539d0f8331&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.024601 10.0.0.41 - - [2025-11-06 02:55:32] "GET /project/245a180d-76b3-4eca-b57f-3b539d0f8331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.071211 10.0.0.41 - - [2025-11-06 02:55:32] "POST /fqname-to-id HTTP/1.1" 404 211 0.005033 10.0.0.41 - - [2025-11-06 02:55:32] "POST /qos-configs HTTP/1.1" 200 545 0.051360 10.0.0.41 - - [2025-11-06 02:55:32] "POST /id-to-fqname HTTP/1.1" 200 217 0.006843 10.0.0.41 - - [2025-11-06 02:55:32] "GET /qos-config/0405e895-c72f-4a32-bb50-957068447d24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1505 0.006564 10.0.0.41 - - [2025-11-06 02:55:32] "GET /virtual-machine-interface/984b85ed-03dc-4c16-a2e5-bb044d2eb34c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2697 0.009146 10.0.0.41 - - [2025-11-06 02:55:32] "POST /ref-update HTTP/1.1" 200 156 0.020774 10.0.0.41 - - [2025-11-06 02:55:33] "POST /neutron/security_group HTTP/1.1" 200 2052 0.009812 10.0.0.41 - - [2025-11-06 02:55:33] "POST /neutron/port HTTP/1.1" 200 1187 0.019296 10.0.0.41 - - [2025-11-06 02:55:33] "POST /neutron/security_group HTTP/1.1" 200 2052 0.008271 10.0.0.41 - - [2025-11-06 02:55:33] "POST /id-to-fqname HTTP/1.1" 200 214 0.001377 10.0.0.41 - - [2025-11-06 02:55:33] "GET /virtual-machine/68377b12-84e4-4a84-b0f3-fd574feba1e3 HTTP/1.1" 200 1288 0.003702 10.0.0.41 - - [2025-11-06 02:55:33] "GET /virtual-machine-interface/984b85ed-03dc-4c16-a2e5-bb044d2eb34c HTTP/1.1" 200 3362 0.005664 10.0.0.41 - - [2025-11-06 02:55:33] "GET /instance-ip/4b1ab672-da98-4845-9151-2bf29d64966c HTTP/1.1" 200 1631 0.006218 10.0.0.41 - - [2025-11-06 02:55:33] "GET /instance-ip/885d470f-c122-4420-815b-71df9db339ec HTTP/1.1" 200 1608 0.006662 10.0.0.41 - - [2025-11-06 02:55:33] "POST /neutron/port HTTP/1.1" 200 1187 0.017752 10.0.0.41 - - [2025-11-06 02:55:33] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007950 10.0.0.41 - - [2025-11-06 02:55:33] "POST /neutron/port HTTP/1.1" 200 1187 0.016232 10.0.0.41 - - [2025-11-06 02:55:33] "POST /neutron/network HTTP/1.1" 200 990 0.010852 10.0.0.41 - - [2025-11-06 02:55:33] "POST /id-to-fqname HTTP/1.1" 200 214 0.001132 10.0.0.41 - - [2025-11-06 02:55:33] "GET /virtual-machine/3b8605ae-1518-44b6-b763-a6c9fc9a76b4 HTTP/1.1" 200 1288 0.003841 10.0.0.41 - - [2025-11-06 02:55:33] "GET /virtual-machine-interface/22c53be7-95ed-4d4c-8cbb-f03a314bd78e HTTP/1.1" 200 3113 0.005074 10.0.0.41 - - [2025-11-06 02:55:33] "GET /instance-ip/5ec1bedc-0a25-46dd-aeef-323458dbac98 HTTP/1.1" 200 1631 0.005772 10.0.0.41 - - [2025-11-06 02:55:33] "GET /instance-ip/aa8b26ac-83d6-47a2-b72b-3a4b5a2e331f HTTP/1.1" 200 1610 0.007092 10.0.0.41 - - [2025-11-06 02:55:36] "POST /neutron/network HTTP/1.1" 200 1000 0.007246 10.0.0.41 - - [2025-11-06 02:55:36] "POST /neutron/subnet HTTP/1.1" 200 1375 0.017160 10.0.0.41 - - [2025-11-06 02:55:36] "POST /neutron/network HTTP/1.1" 200 990 0.010701 10.0.0.41 - - [2025-11-06 02:55:38] "GET /obj-perms HTTP/1.1" 200 5056 0.053490 10.0.0.38 - - [2025-11-06 02:56:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000547 10.0.0.131 - - [2025-11-06 02:56:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000452 10.0.0.38 - - [2025-11-06 02:56:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000589 10.0.0.131 - - [2025-11-06 02:56:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000508 10.0.0.131 - - [2025-11-06 02:56:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000627 10.0.0.131 - - [2025-11-06 02:56:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000488 10.0.0.38 - - [2025-11-06 02:56:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000418 10.0.0.38 - - [2025-11-06 02:56:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000506 10.0.0.41 - - [2025-11-06 02:56:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000474 10.0.0.41 - - [2025-11-06 02:56:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000408 10.0.0.41 - - [2025-11-06 02:56:14] "GET /global-system-configs HTTP/1.1" 401 292 0.000548 10.0.0.41 - - [2025-11-06 02:56:14] "GET /global-system-configs HTTP/1.1" 401 292 0.000525 10.0.0.41 - - [2025-11-06 02:56:31] "POST /neutron/network HTTP/1.1" 200 1000 0.008855 10.0.0.41 - - [2025-11-06 02:56:31] "POST /neutron/subnet HTTP/1.1" 200 1375 0.017114 10.0.0.41 - - [2025-11-06 02:56:31] "POST /neutron/network HTTP/1.1" 200 990 0.009841 10.0.0.41 - - [2025-11-06 02:56:32] "GET /virtual-machine-interface/984b85ed-03dc-4c16-a2e5-bb044d2eb34c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2945 0.009050 10.0.0.41 - - [2025-11-06 02:56:32] "POST /ref-update HTTP/1.1" 200 156 0.020490 10.0.0.41 - - [2025-11-06 02:56:32] "DELETE /qos-config/0405e895-c72f-4a32-bb50-957068447d24 HTTP/1.1" 200 115 0.042373 10.0.0.41 - - [2025-11-06 02:56:32] "POST /id-to-fqname HTTP/1.1" 200 232 0.002548 10.0.0.41 - - [2025-11-06 02:56:32] "DELETE /forwarding-class/34271ae5-ae35-4398-b461-3cc151246139 HTTP/1.1" 200 115 0.037667 10.0.0.41 - - [2025-11-06 02:56:34] "POST /neutron/port HTTP/1.1" 200 1187 0.019363 10.0.0.41 - - [2025-11-06 02:56:35] "POST /neutron/port HTTP/1.1" 200 151 0.430272 10.0.0.41 - - [2025-11-06 02:56:35] "POST /neutron/port HTTP/1.1" 200 151 0.402222 10.0.0.41 - - [2025-11-06 02:56:36] "POST /neutron/network HTTP/1.1" 200 993 0.009413 10.0.0.131 - - [2025-11-06 02:56:36] "DELETE /route-target/b1bbdcb0-e23d-4df2-97b9-7519ef831c87 HTTP/1.1" 200 115 0.022905 10.0.0.131 - - [2025-11-06 02:56:36] "POST /useragent-kv HTTP/1.1" 200 115 0.004967 10.0.0.131 - - [2025-11-06 02:56:36] "POST /useragent-kv HTTP/1.1" 200 115 0.003412 10.0.0.131 - - [2025-11-06 02:56:36] "POST /useragent-kv HTTP/1.1" 200 115 0.002791 10.0.0.131 - - [2025-11-06 02:56:36] "POST /useragent-kv HTTP/1.1" 200 115 0.009829 10.0.0.41 - - [2025-11-06 02:56:36] "POST /neutron/network HTTP/1.1" 200 151 0.170634 10.0.0.131 - - [2025-11-06 02:56:36] "GET /projects?obj_uuids=245a180d-76b3-4eca-b57f-3b539d0f8331&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000992 10.0.0.41 - - [2025-11-06 02:56:36] "GET /project/245a180d-76b3-4eca-b57f-3b539d0f8331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.104787 10.0.0.131 - - [2025-11-06 02:56:36] "GET /projects?obj_uuids=245a180d-76b3-4eca-b57f-3b539d0f8331&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001148 10.0.0.41 - - [2025-11-06 02:56:36] "GET /project/245a180d-76b3-4eca-b57f-3b539d0f8331?fields=virtual_networks HTTP/1.1" 200 1022 0.040014 10.0.0.131 - - [2025-11-06 02:56:37] "GET /projects?obj_uuids=245a180d-76b3-4eca-b57f-3b539d0f8331&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001392 10.0.0.41 - - [2025-11-06 02:56:37] "GET /project/245a180d-76b3-4eca-b57f-3b539d0f8331?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.051373 10.0.0.131 - - [2025-11-06 02:56:37] "GET /projects?obj_uuids=245a180d-76b3-4eca-b57f-3b539d0f8331&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001078 10.0.0.41 - - [2025-11-06 02:56:37] "GET /project/245a180d-76b3-4eca-b57f-3b539d0f8331?fields=security_groups HTTP/1.1" 200 1243 0.040018 10.0.0.41 - - [2025-11-06 02:56:37] "POST /fqname-to-id HTTP/1.1" 404 181 0.024542 10.0.0.131 - - [2025-11-06 02:56:38] "GET /projects?obj_uuids=c49d02ce-9c36-4534-9f8e-b765add24172&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003121 10.0.0.131 - - [2025-11-06 02:56:38] "GET /domains?obj_uuids=dd557474-6eee-442f-acdf-559f4d754f9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001368 10.0.0.131 - - [2025-11-06 02:56:38] "GET /domain/dd557474-6eee-442f-acdf-559f4d754f9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.037834 10.0.0.131 - - [2025-11-06 02:56:38] "POST /id-to-fqname HTTP/1.1" 200 183 0.001628 10.0.0.131 - - [2025-11-06 02:56:38] "POST /fqname-to-id HTTP/1.1" 404 192 0.004837 10.0.0.131 - - [2025-11-06 02:56:38] "POST /security-groups HTTP/1.1" 200 584 0.030347 10.0.0.131 - - [2025-11-06 02:56:38] "POST /fqname-to-id HTTP/1.1" 404 227 0.012470 10.0.0.131 - - [2025-11-06 02:56:38] "POST /projects HTTP/1.1" 200 571 0.262582 10.0.0.131 - - [2025-11-06 02:56:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.307984 10.0.0.41 - - [2025-11-06 02:56:38] "GET /project/c49d02ce-9c36-4534-9f8e-b765add24172?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.472862 10.0.0.131 - - [2025-11-06 02:56:38] "POST /access-control-lists HTTP/1.1" 200 589 0.046444 10.0.0.38 - - [2025-11-06 02:56:39] "GET /obj-perms HTTP/1.1" 200 5056 0.097204 10.0.0.131 - - [2025-11-06 02:56:39] "GET /obj-perms HTTP/1.1" 200 5056 0.100325 10.0.0.41 - - [2025-11-06 02:56:40] "GET / HTTP/1.1" 200 36215 0.002109 10.0.0.41 - - [2025-11-06 02:56:41] "POST /fqname-to-id HTTP/1.1" 401 292 0.000640 10.0.0.41 - - [2025-11-06 02:56:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.060975 10.0.0.131 - - [2025-11-06 02:56:42] "GET /projects?obj_uuids=c49d02ce-9c36-4534-9f8e-b765add24172&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001662 10.0.0.41 - - [2025-11-06 02:56:42] "GET /project/c49d02ce-9c36-4534-9f8e-b765add24172?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.051695 10.0.0.131 - - [2025-11-06 02:56:42] "POST /useragent-kv HTTP/1.1" 200 115 0.009018 10.0.0.41 - - [2025-11-06 02:56:42] "POST /neutron/subnet HTTP/1.1" 200 705 0.211640 10.0.0.41 - - [2025-11-06 02:56:42] "POST /id-to-fqname HTTP/1.1" 200 220 0.001281 10.0.0.41 - - [2025-11-06 02:56:42] "GET /virtual-network/4758e403-4862-4cb2-9306-8be02fcc4174?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005740 10.0.0.41 - - [2025-11-06 02:56:42] "GET /virtual-network/4758e403-4862-4cb2-9306-8be02fcc4174?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005654 10.0.0.41 - - [2025-11-06 02:56:42] "POST /neutron/network HTTP/1.1" 200 827 0.007959 10.0.0.41 - - [2025-11-06 02:56:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003435 10.0.0.41 - - [2025-11-06 02:56:42] "GET /virtual-network/4758e403-4862-4cb2-9306-8be02fcc4174?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005748 10.0.0.131 - - [2025-11-06 02:56:43] "POST /route-targets HTTP/1.1" 200 324 0.022825 10.0.0.41 - - [2025-11-06 02:56:43] "PUT /virtual-network/4758e403-4862-4cb2-9306-8be02fcc4174 HTTP/1.1" 200 265 0.085664 10.0.0.41 - - [2025-11-06 02:56:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004309 10.0.0.131 - - [2025-11-06 02:56:43] "GET /projects?obj_uuids=c49d02ce-9c36-4534-9f8e-b765add24172&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001129 10.0.0.41 - - [2025-11-06 02:56:43] "GET /project/c49d02ce-9c36-4534-9f8e-b765add24172?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.042746 10.0.0.131 - - [2025-11-06 02:56:43] "GET /projects?obj_uuids=c49d02ce-9c36-4534-9f8e-b765add24172&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001717 10.0.0.41 - - [2025-11-06 02:56:43] "POST /neutron/network HTTP/1.1" 200 612 0.130517 10.0.0.131 - - [2025-11-06 02:56:43] "POST /ref-update HTTP/1.1" 200 156 0.023091 10.0.0.41 - - [2025-11-06 02:56:43] "POST /id-to-fqname HTTP/1.1" 200 220 0.004542 10.0.0.41 - - [2025-11-06 02:56:43] "GET /virtual-network/cc0bead0-6937-4003-9870-36aad2af8819?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005191 10.0.0.41 - - [2025-11-06 02:56:43] "POST /neutron/network HTTP/1.1" 200 831 0.007926 10.0.0.41 - - [2025-11-06 02:56:43] "GET /virtual-network/cc0bead0-6937-4003-9870-36aad2af8819?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005580 10.0.0.41 - - [2025-11-06 02:56:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004075 10.0.0.41 - - [2025-11-06 02:56:43] "GET /virtual-network/cc0bead0-6937-4003-9870-36aad2af8819?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006023 10.0.0.41 - - [2025-11-06 02:56:43] "PUT /virtual-network/cc0bead0-6937-4003-9870-36aad2af8819 HTTP/1.1" 200 265 0.069660 10.0.0.41 - - [2025-11-06 02:56:43] "POST /id-to-fqname HTTP/1.1" 200 220 0.001365 10.0.0.41 - - [2025-11-06 02:56:44] "POST /neutron/network HTTP/1.1" 200 837 0.007107 10.0.0.131 - - [2025-11-06 02:56:44] "GET /projects?obj_uuids=c49d02ce-9c36-4534-9f8e-b765add24172&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001015 10.0.0.41 - - [2025-11-06 02:56:44] "GET /project/c49d02ce-9c36-4534-9f8e-b765add24172?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.071285 10.0.0.41 - - [2025-11-06 02:56:45] "POST /neutron/port HTTP/1.1" 200 117 0.007896 10.0.0.41 - - [2025-11-06 02:56:45] "POST /id-to-fqname HTTP/1.1" 200 220 0.002843 10.0.0.41 - - [2025-11-06 02:56:45] "POST /neutron/network HTTP/1.1" 200 837 0.013310 10.0.0.131 - - [2025-11-06 02:56:46] "GET /projects?obj_uuids=c49d02ce-9c36-4534-9f8e-b765add24172&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000881 10.0.0.41 - - [2025-11-06 02:56:46] "POST /neutron/port HTTP/1.1" 200 1049 0.026193 10.0.0.41 - - [2025-11-06 02:56:46] "GET /project/c49d02ce-9c36-4534-9f8e-b765add24172?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.124766 10.0.0.41 - - [2025-11-06 02:56:46] "POST /neutron/port HTTP/1.1" 200 1077 0.016901 10.0.0.41 - - [2025-11-06 02:56:46] "POST /neutron/port HTTP/1.1" 200 117 0.001198 10.0.0.41 - - [2025-11-06 02:56:46] "POST /neutron/security_group HTTP/1.1" 200 2051 0.011394 10.0.0.41 - - [2025-11-06 02:56:46] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007869 10.0.0.41 - - [2025-11-06 02:56:47] "POST /neutron/port HTTP/1.1" 200 1053 0.022821 10.0.0.41 - - [2025-11-06 02:56:47] "POST /neutron/port HTTP/1.1" 200 1081 0.020262 10.0.0.41 - - [2025-11-06 02:56:47] "POST /neutron/port HTTP/1.1" 200 117 0.001288 10.0.0.41 - - [2025-11-06 02:56:51] "POST /neutron/security_group HTTP/1.1" 200 2051 0.018874 10.0.0.41 - - [2025-11-06 02:56:52] "POST /neutron/port HTTP/1.1" 200 1077 0.016632 10.0.0.41 - - [2025-11-06 02:56:52] "GET /virtual-machine/14b88873-4695-4591-bb02-27bc1b5dd1fe HTTP/1.1" 401 292 0.000437 10.0.0.41 - - [2025-11-06 02:56:52] "GET /virtual-machine/14b88873-4695-4591-bb02-27bc1b5dd1fe HTTP/1.1" 200 1287 0.032285 10.0.0.41 - - [2025-11-06 02:56:52] "GET /virtual-machine-interface/21d3e10c-c728-472b-9afa-a9fcaf950300 HTTP/1.1" 200 2934 0.007249 10.0.0.41 - - [2025-11-06 02:56:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004524 10.0.0.41 - - [2025-11-06 02:56:52] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005747 10.0.0.41 - - [2025-11-06 02:56:52] "GET /virtual-networks?parent_id=c49d02ce-9c36-4534-9f8e-b765add24172&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.004831 10.0.0.41 - - [2025-11-06 02:56:52] "GET /virtual-network/4758e403-4862-4cb2-9306-8be02fcc4174?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.011516 10.0.0.41 - - [2025-11-06 02:56:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004511 10.0.0.41 - - [2025-11-06 02:56:55] "GET /virtual-network/4758e403-4862-4cb2-9306-8be02fcc4174?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.006440 10.0.0.41 - - [2025-11-06 02:56:55] "POST /neutron/security_group HTTP/1.1" 200 2051 0.037177 10.0.0.41 - - [2025-11-06 02:56:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004910 10.0.0.41 - - [2025-11-06 02:56:57] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006403 10.0.0.41 - - [2025-11-06 02:56:57] "GET /virtual-networks?parent_id=c49d02ce-9c36-4534-9f8e-b765add24172&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.004293 10.0.0.41 - - [2025-11-06 02:56:57] "GET /virtual-network/4758e403-4862-4cb2-9306-8be02fcc4174?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.007711 10.0.0.41 - - [2025-11-06 02:56:58] "POST /neutron/port HTTP/1.1" 200 1081 0.019921 10.0.0.41 - - [2025-11-06 02:56:58] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008493 10.0.0.41 - - [2025-11-06 02:56:58] "GET /virtual-machine/2add84f9-ebf1-4283-b8bd-8718a97a7b68 HTTP/1.1" 200 1287 0.006711 10.0.0.41 - - [2025-11-06 02:56:58] "GET /virtual-machine-interface/8fcf0a24-f950-4f54-9d93-cdac038d31a6 HTTP/1.1" 200 2935 0.005751 10.0.0.41 - - [2025-11-06 02:56:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003515 10.0.0.41 - - [2025-11-06 02:56:58] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004019 10.0.0.41 - - [2025-11-06 02:56:58] "GET /virtual-networks?parent_id=c49d02ce-9c36-4534-9f8e-b765add24172&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003258 10.0.0.41 - - [2025-11-06 02:56:58] "GET /virtual-network/cc0bead0-6937-4003-9870-36aad2af8819?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.006470 10.0.0.41 - - [2025-11-06 02:56:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003850 10.0.0.41 - - [2025-11-06 02:56:59] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004418 10.0.0.41 - - [2025-11-06 02:56:59] "GET /virtual-networks?parent_id=c49d02ce-9c36-4534-9f8e-b765add24172&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003957 10.0.0.41 - - [2025-11-06 02:56:59] "GET /virtual-network/cc0bead0-6937-4003-9870-36aad2af8819?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.006699 10.0.0.41 - - [2025-11-06 02:56:59] "POST /routing-policys HTTP/1.1" 200 536 0.034365 10.0.0.41 - - [2025-11-06 02:56:59] "GET /virtual-network/4758e403-4862-4cb2-9306-8be02fcc4174?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.009440 10.0.0.41 - - [2025-11-06 02:56:59] "PUT /virtual-network/4758e403-4862-4cb2-9306-8be02fcc4174 HTTP/1.1" 200 265 0.070360 10.0.0.41 - - [2025-11-06 02:57:03] "POST /ref-update HTTP/1.1" 200 156 0.063388 10.0.0.131 - - [2025-11-06 02:57:03] "POST /ref-update HTTP/1.1" 200 156 0.027525 10.0.0.41 - - [2025-11-06 02:57:04] "DELETE /routing-policy/3931ef1d-263f-46f3-b060-1b5e61301cfe HTTP/1.1" 200 115 0.081274 10.0.0.41 - - [2025-11-06 02:57:04] "POST /neutron/network HTTP/1.1" 200 831 0.008281 10.0.0.41 - - [2025-11-06 02:57:04] "POST /neutron/port HTTP/1.1" 200 1107 0.014728 10.0.0.41 - - [2025-11-06 02:57:04] "POST /neutron/port HTTP/1.1" 200 1103 0.026276 10.0.0.131 - - [2025-11-06 02:57:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.005530 10.0.0.131 - - [2025-11-06 02:57:06] "POST /useragent-kv HTTP/1.1" 200 115 0.003592 10.0.0.131 - - [2025-11-06 02:57:06] "POST /useragent-kv HTTP/1.1" 200 115 0.002870 10.0.0.41 - - [2025-11-06 02:57:06] "POST /neutron/network HTTP/1.1" 200 151 0.136573 10.0.0.131 - - [2025-11-06 02:57:06] "DELETE /route-target/6c6a3193-cf0c-490e-8597-df209fc93e83 HTTP/1.1" 409 240 0.007989 10.0.0.131 - - [2025-11-06 02:57:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.005663 10.0.0.41 - - [2025-11-06 02:57:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004204 10.0.0.131 - - [2025-11-06 02:57:09] "GET /projects?obj_uuids=c49d02ce-9c36-4534-9f8e-b765add24172&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001072 10.0.0.41 - - [2025-11-06 02:57:09] "GET /project/c49d02ce-9c36-4534-9f8e-b765add24172?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.057289 10.0.0.41 - - [2025-11-06 02:57:09] "POST /neutron/network HTTP/1.1" 200 117 0.017029 10.0.0.131 - - [2025-11-06 02:57:09] "POST /ref-update HTTP/1.1" 200 156 0.019624 10.0.0.41 - - [2025-11-06 02:57:09] "POST /neutron/network HTTP/1.1" 200 830 0.009775 10.0.0.41 - - [2025-11-06 02:57:09] "POST /id-to-fqname HTTP/1.1" 200 220 0.001734 10.0.0.41 - - [2025-11-06 02:57:09] "GET /virtual-network/19ae740e-d118-4c5a-a465-adc784a94367?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007419 10.0.0.41 - - [2025-11-06 02:57:09] "GET /virtual-network/19ae740e-d118-4c5a-a465-adc784a94367?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007268 10.0.0.41 - - [2025-11-06 02:57:09] "POST /neutron/subnet HTTP/1.1" 200 720 0.013782 10.0.0.41 - - [2025-11-06 02:57:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004625 10.0.0.41 - - [2025-11-06 02:57:09] "GET /virtual-network/19ae740e-d118-4c5a-a465-adc784a94367?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006717 10.0.0.41 - - [2025-11-06 02:57:09] "PUT /virtual-network/19ae740e-d118-4c5a-a465-adc784a94367 HTTP/1.1" 200 265 0.072407 10.0.0.41 - - [2025-11-06 02:57:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004721 10.0.0.131 - - [2025-11-06 02:57:10] "GET /projects?obj_uuids=c49d02ce-9c36-4534-9f8e-b765add24172&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001697 10.0.0.41 - - [2025-11-06 02:57:10] "GET /project/c49d02ce-9c36-4534-9f8e-b765add24172?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.054849 10.0.0.131 - - [2025-11-06 02:57:10] "POST /route-targets HTTP/1.1" 200 328 0.019087 10.0.0.131 - - [2025-11-06 02:57:10] "POST /useragent-kv HTTP/1.1" 200 115 0.010179 10.0.0.41 - - [2025-11-06 02:57:10] "POST /neutron/subnet HTTP/1.1" 200 734 0.268789 10.0.0.41 - - [2025-11-06 02:57:10] "POST /id-to-fqname HTTP/1.1" 200 220 0.001558 10.0.0.41 - - [2025-11-06 02:57:10] "GET /virtual-network/28498bdd-6759-4cca-95fa-05a5b98422bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005963 10.0.0.41 - - [2025-11-06 02:57:10] "GET /virtual-network/28498bdd-6759-4cca-95fa-05a5b98422bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006395 10.0.0.41 - - [2025-11-06 02:57:10] "POST /neutron/network HTTP/1.1" 200 833 0.008711 10.0.0.41 - - [2025-11-06 02:57:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004980 10.0.0.41 - - [2025-11-06 02:57:10] "GET /virtual-network/28498bdd-6759-4cca-95fa-05a5b98422bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005895 10.0.0.41 - - [2025-11-06 02:57:10] "PUT /virtual-network/28498bdd-6759-4cca-95fa-05a5b98422bc HTTP/1.1" 200 265 0.089902 10.0.0.41 - - [2025-11-06 02:57:10] "POST /id-to-fqname HTTP/1.1" 200 220 0.001704 10.0.0.131 - - [2025-11-06 02:57:11] "GET /projects?obj_uuids=c49d02ce-9c36-4534-9f8e-b765add24172&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001930 10.0.0.41 - - [2025-11-06 02:57:11] "GET /project/c49d02ce-9c36-4534-9f8e-b765add24172?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.070292 10.0.0.41 - - [2025-11-06 02:57:11] "POST /neutron/network HTTP/1.1" 200 830 0.030786 10.0.0.41 - - [2025-11-06 02:57:12] "POST /id-to-fqname HTTP/1.1" 200 220 0.002470 10.0.0.41 - - [2025-11-06 02:57:12] "POST /neutron/port HTTP/1.1" 200 117 0.008507 10.0.0.131 - - [2025-11-06 02:57:12] "GET /projects?obj_uuids=c49d02ce-9c36-4534-9f8e-b765add24172&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001218 10.0.0.41 - - [2025-11-06 02:57:12] "POST /neutron/port HTTP/1.1" 200 1052 0.293356 10.0.0.41 - - [2025-11-06 02:57:12] "POST /neutron/port HTTP/1.1" 200 1106 0.124790 10.0.0.131 - - [2025-11-06 02:57:13] "GET /projects?obj_uuids=c49d02ce-9c36-4534-9f8e-b765add24172&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001229 10.0.0.41 - - [2025-11-06 02:57:13] "GET /project/c49d02ce-9c36-4534-9f8e-b765add24172?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.075398 10.0.0.41 - - [2025-11-06 02:57:13] "POST /neutron/subnet HTTP/1.1" 200 694 0.020042 10.0.0.41 - - [2025-11-06 02:57:13] "POST /neutron/network HTTP/1.1" 200 830 0.009963 10.0.0.41 - - [2025-11-06 02:57:13] "POST /neutron/port HTTP/1.1" 200 117 0.006860 10.0.0.41 - - [2025-11-06 02:57:13] "POST /neutron/network HTTP/1.1" 200 843 0.008380 10.0.0.41 - - [2025-11-06 02:57:14] "POST /neutron/port HTTP/1.1" 200 1055 0.021719 10.0.0.41 - - [2025-11-06 02:57:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005457 10.0.0.41 - - [2025-11-06 02:57:14] "POST /neutron/network HTTP/1.1" 200 833 0.006687 10.0.0.131 - - [2025-11-06 02:57:16] "DELETE /project/c49d02ce9c3645349f8eb765add24172 HTTP/1.1" 404 173 0.003322 10.0.0.131 - - [2025-11-06 02:57:17] "DELETE /project/245a180d-76b3-4eca-b57f-3b539d0f8331 HTTP/1.1" 404 177 0.006891 10.0.0.41 - - [2025-11-06 02:57:18] "POST /neutron/port HTTP/1.1" 200 1080 0.015976 10.0.0.41 - - [2025-11-06 02:57:18] "POST /neutron/security_group HTTP/1.1" 200 2051 0.011311 10.0.0.41 - - [2025-11-06 02:57:18] "GET /virtual-machine/c36fcdad-56c7-4478-99f9-3a89942b203d HTTP/1.1" 200 1288 0.009041 10.0.0.41 - - [2025-11-06 02:57:18] "GET /virtual-machine-interface/a94daef2-947f-4569-8fee-548e68cb4920 HTTP/1.1" 200 2935 0.006191 10.0.0.41 - - [2025-11-06 02:57:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004493 10.0.0.41 - - [2025-11-06 02:57:18] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004302 10.0.0.41 - - [2025-11-06 02:57:18] "GET /virtual-networks?parent_id=c49d02ce-9c36-4534-9f8e-b765add24172&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.004032 10.0.0.41 - - [2025-11-06 02:57:18] "GET /virtual-network/19ae740e-d118-4c5a-a465-adc784a94367?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.009714 10.0.0.41 - - [2025-11-06 02:57:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004499 10.0.0.41 - - [2025-11-06 02:57:21] "GET /virtual-network/19ae740e-d118-4c5a-a465-adc784a94367?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.011031 10.0.0.41 - - [2025-11-06 02:57:23] "POST /neutron/port HTTP/1.1" 200 1083 0.023757 10.0.0.41 - - [2025-11-06 02:57:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004149 10.0.0.41 - - [2025-11-06 02:57:23] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004731 10.0.0.41 - - [2025-11-06 02:57:23] "GET /virtual-networks?parent_id=c49d02ce-9c36-4534-9f8e-b765add24172&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003521 10.0.0.41 - - [2025-11-06 02:57:24] "GET /virtual-network/19ae740e-d118-4c5a-a465-adc784a94367?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.006715 10.0.0.41 - - [2025-11-06 02:57:24] "POST /neutron/security_group HTTP/1.1" 200 2051 0.013040 10.0.0.41 - - [2025-11-06 02:57:29] "POST /neutron/port HTTP/1.1" 200 1083 0.031284 10.0.0.41 - - [2025-11-06 02:57:29] "POST /neutron/security_group HTTP/1.1" 200 2051 0.013136 10.0.0.41 - - [2025-11-06 02:57:29] "GET /virtual-machine/14fed8b8-abb8-42e5-9d4e-0c33e8bc7c0a HTTP/1.1" 200 1287 0.007557 10.0.0.41 - - [2025-11-06 02:57:29] "GET /virtual-machine-interface/aefd4bf7-d072-47c8-acab-1365a824bcb3 HTTP/1.1" 200 2935 0.007236 10.0.0.41 - - [2025-11-06 02:57:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004894 10.0.0.41 - - [2025-11-06 02:57:29] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005167 10.0.0.41 - - [2025-11-06 02:57:29] "GET /virtual-networks?parent_id=c49d02ce-9c36-4534-9f8e-b765add24172&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.005181 10.0.0.41 - - [2025-11-06 02:57:29] "GET /virtual-network/28498bdd-6759-4cca-95fa-05a5b98422bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.006894 10.0.0.41 - - [2025-11-06 02:57:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004507 10.0.0.41 - - [2025-11-06 02:57:30] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005209 10.0.0.41 - - [2025-11-06 02:57:30] "GET /virtual-networks?parent_id=c49d02ce-9c36-4534-9f8e-b765add24172&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.008230 10.0.0.41 - - [2025-11-06 02:57:30] "GET /virtual-network/28498bdd-6759-4cca-95fa-05a5b98422bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.008529 10.0.0.41 - - [2025-11-06 02:57:31] "POST /routing-policys HTTP/1.1" 200 536 0.032251 10.0.0.41 - - [2025-11-06 02:57:31] "GET /virtual-network/19ae740e-d118-4c5a-a465-adc784a94367?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.010539 10.0.0.131 - - [2025-11-06 02:57:31] "POST /ref-update HTTP/1.1" 200 156 0.024386 10.0.0.41 - - [2025-11-06 02:57:31] "PUT /virtual-network/19ae740e-d118-4c5a-a465-adc784a94367 HTTP/1.1" 200 265 0.086941 10.0.0.41 - - [2025-11-06 02:57:35] "POST /routing-policys HTTP/1.1" 200 536 0.028696 10.0.0.41 - - [2025-11-06 02:57:35] "GET /virtual-network/19ae740e-d118-4c5a-a465-adc784a94367?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.014488 10.0.0.41 - - [2025-11-06 02:57:35] "PUT /virtual-network/19ae740e-d118-4c5a-a465-adc784a94367 HTTP/1.1" 200 265 0.059701 10.0.0.41 - - [2025-11-06 02:57:35] "POST /ref-update HTTP/1.1" 200 156 0.059188 10.0.0.131 - - [2025-11-06 02:57:35] "POST /ref-update HTTP/1.1" 200 156 0.035368 10.0.0.41 - - [2025-11-06 02:57:35] "DELETE /routing-policy/9bd4d10c-22cc-4eb5-b2f5-4fcd27651b81 HTTP/1.1" 200 115 0.062825 10.0.0.41 - - [2025-11-06 02:57:35] "POST /ref-update HTTP/1.1" 200 156 0.055152 10.0.0.41 - - [2025-11-06 02:57:35] "DELETE /routing-policy/3c9f4161-eb11-4a64-bd75-a849f78b1a39 HTTP/1.1" 200 115 0.053301 10.0.0.41 - - [2025-11-06 02:57:36] "POST /neutron/port HTTP/1.1" 200 1083 0.018858 10.0.0.41 - - [2025-11-06 02:57:36] "POST /neutron/port HTTP/1.1" 200 1109 0.018500 10.0.0.41 - - [2025-11-06 02:57:37] "POST /neutron/network HTTP/1.1" 200 833 0.009267 10.0.0.131 - - [2025-11-06 02:57:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.005425 10.0.0.131 - - [2025-11-06 02:57:38] "POST /useragent-kv HTTP/1.1" 200 115 0.003517 10.0.0.131 - - [2025-11-06 02:57:38] "POST /useragent-kv HTTP/1.1" 200 115 0.004934 10.0.0.41 - - [2025-11-06 02:57:38] "POST /neutron/network HTTP/1.1" 200 151 0.160681 10.0.0.131 - - [2025-11-06 02:57:38] "DELETE /route-target/896b02be-e34d-4c85-9a07-65b7acd8564f HTTP/1.1" 200 115 0.028909 10.0.0.41 - - [2025-11-06 02:57:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004675 10.0.0.131 - - [2025-11-06 02:57:40] "GET /projects?obj_uuids=c49d02ce-9c36-4534-9f8e-b765add24172&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001266 10.0.0.41 - - [2025-11-06 02:57:40] "GET /project/c49d02ce-9c36-4534-9f8e-b765add24172?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.045856 10.0.0.131 - - [2025-11-06 02:57:41] "POST /route-targets HTTP/1.1" 200 328 0.014458 10.0.0.131 - - [2025-11-06 02:57:41] "POST /useragent-kv HTTP/1.1" 200 115 0.005999 10.0.0.41 - - [2025-11-06 02:57:41] "POST /neutron/subnet HTTP/1.1" 200 730 0.192239 10.0.0.41 - - [2025-11-06 02:57:41] "POST /id-to-fqname HTTP/1.1" 200 220 0.001373 10.0.0.41 - - [2025-11-06 02:57:41] "GET /virtual-network/b3d3050d-4088-4ce8-8202-a12442e11bce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006018 10.0.0.41 - - [2025-11-06 02:57:41] "GET /virtual-network/b3d3050d-4088-4ce8-8202-a12442e11bce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005983 10.0.0.41 - - [2025-11-06 02:57:41] "POST /neutron/network HTTP/1.1" 200 832 0.006822 10.0.0.41 - - [2025-11-06 02:57:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.006089 10.0.0.41 - - [2025-11-06 02:57:41] "GET /virtual-network/b3d3050d-4088-4ce8-8202-a12442e11bce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006282 10.0.0.41 - - [2025-11-06 02:57:41] "PUT /virtual-network/b3d3050d-4088-4ce8-8202-a12442e11bce HTTP/1.1" 200 265 0.081311 10.0.0.131 - - [2025-11-06 02:57:41] "POST /ref-update HTTP/1.1" 200 156 0.038827 10.0.0.41 - - [2025-11-06 02:57:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.005053 10.0.0.131 - - [2025-11-06 02:57:41] "GET /projects?obj_uuids=c49d02ce-9c36-4534-9f8e-b765add24172&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001132 10.0.0.41 - - [2025-11-06 02:57:41] "GET /project/c49d02ce-9c36-4534-9f8e-b765add24172?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.048839 10.0.0.131 - - [2025-11-06 02:57:41] "GET /projects?obj_uuids=c49d02ce-9c36-4534-9f8e-b765add24172&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001166 10.0.0.41 - - [2025-11-06 02:57:41] "POST /neutron/network HTTP/1.1" 200 612 0.126400 10.0.0.41 - - [2025-11-06 02:57:42] "POST /id-to-fqname HTTP/1.1" 200 220 0.003659 10.0.0.41 - - [2025-11-06 02:57:42] "GET /virtual-network/a60a6ad5-dcb7-4f07-aa92-0a032c90e4a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005906 10.0.0.41 - - [2025-11-06 02:57:42] "POST /neutron/network HTTP/1.1" 200 831 0.009104 10.0.0.41 - - [2025-11-06 02:57:42] "GET /virtual-network/a60a6ad5-dcb7-4f07-aa92-0a032c90e4a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.009788 10.0.0.41 - - [2025-11-06 02:57:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005037 10.0.0.41 - - [2025-11-06 02:57:42] "GET /virtual-network/a60a6ad5-dcb7-4f07-aa92-0a032c90e4a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006697 10.0.0.131 - - [2025-11-06 02:57:42] "POST /ref-update HTTP/1.1" 200 156 0.025847 10.0.0.41 - - [2025-11-06 02:57:42] "PUT /virtual-network/a60a6ad5-dcb7-4f07-aa92-0a032c90e4a1 HTTP/1.1" 200 265 0.067579 10.0.0.41 - - [2025-11-06 02:57:42] "POST /id-to-fqname HTTP/1.1" 200 220 0.002098 10.0.0.41 - - [2025-11-06 02:57:42] "POST /neutron/network HTTP/1.1" 200 842 0.009485 10.0.0.131 - - [2025-11-06 02:57:43] "GET /projects?obj_uuids=c49d02ce-9c36-4534-9f8e-b765add24172&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001030 10.0.0.41 - - [2025-11-06 02:57:43] "GET /project/c49d02ce-9c36-4534-9f8e-b765add24172?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.066527 10.0.0.41 - - [2025-11-06 02:57:43] "POST /neutron/port HTTP/1.1" 200 117 0.006240 10.0.0.41 - - [2025-11-06 02:57:43] "POST /id-to-fqname HTTP/1.1" 200 220 0.001412 10.0.0.41 - - [2025-11-06 02:57:43] "POST /neutron/network HTTP/1.1" 200 842 0.007153 10.0.0.41 - - [2025-11-06 02:57:44] "POST /neutron/port HTTP/1.1" 200 1054 0.025541 10.0.0.131 - - [2025-11-06 02:57:44] "GET /projects?obj_uuids=c49d02ce-9c36-4534-9f8e-b765add24172&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.002288 10.0.0.41 - - [2025-11-06 02:57:44] "GET /project/c49d02ce-9c36-4534-9f8e-b765add24172?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.103427 10.0.0.41 - - [2025-11-06 02:57:44] "POST /neutron/port HTTP/1.1" 200 1082 0.031839 10.0.0.41 - - [2025-11-06 02:57:44] "POST /neutron/port HTTP/1.1" 200 117 0.001218 10.0.0.41 - - [2025-11-06 02:57:44] "POST /neutron/security_group HTTP/1.1" 200 2051 0.012321 10.0.0.41 - - [2025-11-06 02:57:44] "POST /neutron/security_group HTTP/1.1" 200 2051 0.009191 10.0.0.41 - - [2025-11-06 02:57:45] "POST /neutron/port HTTP/1.1" 200 1053 0.058601 10.0.0.41 - - [2025-11-06 02:57:45] "POST /neutron/port HTTP/1.1" 200 1081 0.023347 10.0.0.41 - - [2025-11-06 02:57:45] "POST /neutron/port HTTP/1.1" 200 117 0.001736 10.0.0.41 - - [2025-11-06 02:57:49] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008991 10.0.0.41 - - [2025-11-06 02:57:49] "POST /neutron/port HTTP/1.1" 200 1082 0.019259 10.0.0.41 - - [2025-11-06 02:57:49] "GET /virtual-machine/0062d287-f492-4038-8e2e-85a9e26cddde HTTP/1.1" 200 1285 0.006812 10.0.0.41 - - [2025-11-06 02:57:49] "GET /virtual-machine-interface/62b96fe0-77d6-4b9e-8c49-e5aa8d83dbb4 HTTP/1.1" 200 2934 0.009377 10.0.0.41 - - [2025-11-06 02:57:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004358 10.0.0.41 - - [2025-11-06 02:57:50] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004359 10.0.0.41 - - [2025-11-06 02:57:50] "GET /virtual-networks?parent_id=c49d02ce-9c36-4534-9f8e-b765add24172&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003754 10.0.0.41 - - [2025-11-06 02:57:50] "GET /virtual-network/b3d3050d-4088-4ce8-8202-a12442e11bce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.006610 10.0.0.41 - - [2025-11-06 02:57:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003777 10.0.0.41 - - [2025-11-06 02:57:53] "GET /virtual-network/b3d3050d-4088-4ce8-8202-a12442e11bce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.005783 10.0.0.41 - - [2025-11-06 02:57:53] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008550 10.0.0.41 - - [2025-11-06 02:57:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004784 10.0.0.41 - - [2025-11-06 02:57:55] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004396 10.0.0.41 - - [2025-11-06 02:57:55] "GET /virtual-networks?parent_id=c49d02ce-9c36-4534-9f8e-b765add24172&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003576 10.0.0.41 - - [2025-11-06 02:57:55] "GET /virtual-network/b3d3050d-4088-4ce8-8202-a12442e11bce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.006366 10.0.0.41 - - [2025-11-06 02:57:55] "POST /neutron/port HTTP/1.1" 200 1081 0.019999 10.0.0.41 - - [2025-11-06 02:57:55] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007556 10.0.0.41 - - [2025-11-06 02:57:55] "GET /virtual-machine/5ba34714-467c-434d-a35a-dd3e81a42f92 HTTP/1.1" 200 1287 0.006334 10.0.0.41 - - [2025-11-06 02:57:55] "GET /virtual-machine-interface/234735a2-41ca-4978-a168-2e5e4bfc2b88 HTTP/1.1" 200 2934 0.006289 10.0.0.41 - - [2025-11-06 02:57:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003529 10.0.0.41 - - [2025-11-06 02:57:55] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005641 10.0.0.41 - - [2025-11-06 02:57:55] "GET /virtual-networks?parent_id=c49d02ce-9c36-4534-9f8e-b765add24172&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003111 10.0.0.41 - - [2025-11-06 02:57:55] "GET /virtual-network/a60a6ad5-dcb7-4f07-aa92-0a032c90e4a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.006398 10.0.0.41 - - [2025-11-06 02:57:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003728 10.0.0.41 - - [2025-11-06 02:57:56] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003783 10.0.0.41 - - [2025-11-06 02:57:56] "GET /virtual-networks?parent_id=c49d02ce-9c36-4534-9f8e-b765add24172&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003405 10.0.0.41 - - [2025-11-06 02:57:56] "GET /virtual-network/a60a6ad5-dcb7-4f07-aa92-0a032c90e4a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.006001 10.0.0.41 - - [2025-11-06 02:57:57] "POST /interface-route-tables HTTP/1.1" 200 576 0.037946 10.0.0.41 - - [2025-11-06 02:57:57] "GET /interface-route-table/5b41e6b5-5c24-4aa9-b9dc-869128f9c3ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1307 0.015713 10.0.0.41 - - [2025-11-06 02:57:57] "GET /virtual-machine-interface/62b96fe0-77d6-4b9e-8c49-e5aa8d83dbb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2712 0.007656 10.0.0.41 - - [2025-11-06 02:57:57] "POST /ref-update HTTP/1.1" 200 156 0.026338 10.0.0.41 - - [2025-11-06 02:57:57] "POST /routing-policys HTTP/1.1" 200 536 0.033869 10.0.0.41 - - [2025-11-06 02:57:57] "GET /virtual-network/b3d3050d-4088-4ce8-8202-a12442e11bce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.007875 10.0.0.41 - - [2025-11-06 02:57:57] "PUT /virtual-network/b3d3050d-4088-4ce8-8202-a12442e11bce HTTP/1.1" 200 265 0.068010 10.0.0.41 - - [2025-11-06 02:58:01] "POST /ref-update HTTP/1.1" 200 156 0.063575 10.0.0.41 - - [2025-11-06 02:58:01] "DELETE /routing-policy/f38fb067-afcc-4420-9ccd-b061c574041e HTTP/1.1" 200 115 0.063838 10.0.0.41 - - [2025-11-06 02:58:01] "POST /neutron/network HTTP/1.1" 200 831 0.009303 10.0.0.41 - - [2025-11-06 02:58:02] "POST /neutron/port HTTP/1.1" 200 1107 0.018802 10.0.0.41 - - [2025-11-06 02:58:02] "POST /neutron/port HTTP/1.1" 200 1108 0.015267 10.0.0.131 - - [2025-11-06 02:58:03] "POST /useragent-kv HTTP/1.1" 200 115 0.004596 10.0.0.131 - - [2025-11-06 02:58:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005184 10.0.0.131 - - [2025-11-06 02:58:03] "POST /useragent-kv HTTP/1.1" 200 115 0.005282 10.0.0.41 - - [2025-11-06 02:58:03] "POST /neutron/network HTTP/1.1" 200 151 0.195758 10.0.0.131 - - [2025-11-06 02:58:03] "DELETE /route-target/92b2a9b8-5354-4938-9063-a722c473bf04 HTTP/1.1" 409 240 0.009738 10.0.0.131 - - [2025-11-06 02:58:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.006309 10.0.0.131 - - [2025-11-06 02:58:05] "GET /projects?obj_uuids=c49d02ce-9c36-4534-9f8e-b765add24172&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000932 10.0.0.41 - - [2025-11-06 02:58:05] "GET /project/c49d02ce-9c36-4534-9f8e-b765add24172?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.055958 10.0.0.131 - - [2025-11-06 02:58:05] "GET /projects?obj_uuids=c49d02ce-9c36-4534-9f8e-b765add24172&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001643 10.0.0.41 - - [2025-11-06 02:58:05] "GET /project/c49d02ce-9c36-4534-9f8e-b765add24172?fields=virtual_networks HTTP/1.1" 200 1021 0.069284 10.0.0.131 - - [2025-11-06 02:58:05] "GET /projects?obj_uuids=c49d02ce-9c36-4534-9f8e-b765add24172&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001155 10.0.0.41 - - [2025-11-06 02:58:05] "GET /project/c49d02ce-9c36-4534-9f8e-b765add24172?fields=virtual_machine_interfaces HTTP/1.1" 200 1021 0.044687 10.0.0.131 - - [2025-11-06 02:58:05] "GET /projects?obj_uuids=c49d02ce-9c36-4534-9f8e-b765add24172&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001009 10.0.0.41 - - [2025-11-06 02:58:05] "GET /project/c49d02ce-9c36-4534-9f8e-b765add24172?fields=security_groups HTTP/1.1" 200 1241 0.036849 10.0.0.41 - - [2025-11-06 02:58:06] "POST /fqname-to-id HTTP/1.1" 404 192 0.026373 10.0.0.131 - - [2025-11-06 02:58:06] "GET /projects?obj_uuids=9cb14d45-3951-4faf-984f-cdead43bbd8f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003565 10.0.0.131 - - [2025-11-06 02:58:06] "GET /domains?obj_uuids=dd557474-6eee-442f-acdf-559f4d754f9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001363 10.0.0.131 - - [2025-11-06 02:58:06] "GET /domain/dd557474-6eee-442f-acdf-559f4d754f9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007513 10.0.0.131 - - [2025-11-06 02:58:06] "POST /id-to-fqname HTTP/1.1" 200 194 0.001226 10.0.0.131 - - [2025-11-06 02:58:06] "POST /fqname-to-id HTTP/1.1" 404 203 0.009258 10.0.0.131 - - [2025-11-06 02:58:06] "POST /security-groups HTTP/1.1" 200 595 0.034696 10.0.0.131 - - [2025-11-06 02:58:06] "POST /projects HTTP/1.1" 200 593 0.221843 10.0.0.131 - - [2025-11-06 02:58:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.259298 10.0.0.131 - - [2025-11-06 02:58:06] "POST /access-control-lists HTTP/1.1" 200 602 0.031118 10.0.0.41 - - [2025-11-06 02:58:06] "GET /project/9cb14d45-3951-4faf-984f-cdead43bbd8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.423333 10.0.0.41 - - [2025-11-06 02:58:07] "GET / HTTP/1.1" 200 36215 0.001678 10.0.0.41 - - [2025-11-06 02:58:09] "POST /fqname-to-id HTTP/1.1" 401 292 0.000612 10.0.0.41 - - [2025-11-06 02:58:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.055973 10.0.0.131 - - [2025-11-06 02:58:10] "GET /projects?obj_uuids=9cb14d45-3951-4faf-984f-cdead43bbd8f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000956 10.0.0.41 - - [2025-11-06 02:58:10] "GET /project/9cb14d45-3951-4faf-984f-cdead43bbd8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.046456 10.0.0.41 - - [2025-11-06 02:58:10] "POST /neutron/network HTTP/1.1" 200 117 0.040737 10.0.0.131 - - [2025-11-06 02:58:10] "POST /route-targets HTTP/1.1" 200 328 0.075354 10.0.0.41 - - [2025-11-06 02:58:10] "POST /neutron/network HTTP/1.1" 200 830 0.008918 10.0.0.41 - - [2025-11-06 02:58:10] "POST /id-to-fqname HTTP/1.1" 200 226 0.001187 10.0.0.41 - - [2025-11-06 02:58:10] "GET /virtual-network/c3cd90c5-de84-44ab-bc34-aa4d2c6c2318?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005541 10.0.0.41 - - [2025-11-06 02:58:10] "GET /virtual-network/c3cd90c5-de84-44ab-bc34-aa4d2c6c2318?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006131 10.0.0.41 - - [2025-11-06 02:58:10] "POST /neutron/subnet HTTP/1.1" 200 715 0.013154 10.0.0.41 - - [2025-11-06 02:58:11] "GET /virtual-network/c3cd90c5-de84-44ab-bc34-aa4d2c6c2318?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005843 10.0.0.41 - - [2025-11-06 02:58:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005504 10.0.0.41 - - [2025-11-06 02:58:12] "GET /virtual-network/c3cd90c5-de84-44ab-bc34-aa4d2c6c2318?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.008352 10.0.0.41 - - [2025-11-06 02:58:12] "PUT /virtual-network/c3cd90c5-de84-44ab-bc34-aa4d2c6c2318 HTTP/1.1" 200 265 0.070855 10.0.0.131 - - [2025-11-06 02:58:12] "POST /ref-update HTTP/1.1" 200 156 0.036733 10.0.0.131 - - [2025-11-06 02:58:17] "DELETE /project/9cb14d4539514faf984fcdead43bbd8f HTTP/1.1" 404 173 0.008798 10.0.0.131 - - [2025-11-06 02:58:17] "GET /projects?obj_uuids=c49d02ce-9c36-4534-9f8e-b765add24172&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001015 10.0.0.131 - - [2025-11-06 02:58:17] "GET /project/c49d02ce-9c36-4534-9f8e-b765add24172?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1441 0.052415 10.0.0.131 - - [2025-11-06 02:58:17] "GET /projects?obj_uuids=c49d02ce-9c36-4534-9f8e-b765add24172&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.003377 10.0.0.131 - - [2025-11-06 02:58:17] "GET /project/c49d02ce-9c36-4534-9f8e-b765add24172?fields=security_groups HTTP/1.1" 200 1089 0.046317 10.0.0.131 - - [2025-11-06 02:58:17] "GET /projects?obj_uuids=c49d02ce-9c36-4534-9f8e-b765add24172&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001053 10.0.0.131 - - [2025-11-06 02:58:17] "GET /project/c49d02ce-9c36-4534-9f8e-b765add24172?fields=application_policy_sets HTTP/1.1" 200 1382 0.040017 10.0.0.131 - - [2025-11-06 02:58:17] "DELETE /project/c49d02ce-9c36-4534-9f8e-b765add24172 HTTP/1.1" 409 278 0.237304 10.0.0.41 - - [2025-11-06 02:58:17] "POST /id-to-fqname HTTP/1.1" 200 226 0.001460 10.0.0.131 - - [2025-11-06 02:58:18] "GET /projects?obj_uuids=9cb14d45-3951-4faf-984f-cdead43bbd8f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000998 10.0.0.41 - - [2025-11-06 02:58:18] "GET /project/9cb14d45-3951-4faf-984f-cdead43bbd8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.068596 10.0.0.41 - - [2025-11-06 02:58:18] "POST /neutron/port HTTP/1.1" 200 117 0.008895 10.0.0.41 - - [2025-11-06 02:58:19] "POST /neutron/network HTTP/1.1" 200 840 0.013265 10.0.0.41 - - [2025-11-06 02:58:19] "POST /neutron/port HTTP/1.1" 200 1062 0.020335 10.0.0.41 - - [2025-11-06 02:58:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005327 10.0.0.41 - - [2025-11-06 02:58:20] "POST /neutron/network HTTP/1.1" 200 830 0.009152 10.0.0.41 - - [2025-11-06 02:58:24] "POST /neutron/port HTTP/1.1" 200 1090 0.024732 10.0.0.41 - - [2025-11-06 02:58:24] "POST /neutron/security_group HTTP/1.1" 200 2062 0.011361 10.0.0.41 - - [2025-11-06 02:58:24] "GET /virtual-machine/585acf12-ca34-4e4f-b2b5-85f2c801aff7 HTTP/1.1" 401 292 0.001307 10.0.0.41 - - [2025-11-06 02:58:24] "GET /virtual-machine/585acf12-ca34-4e4f-b2b5-85f2c801aff7 HTTP/1.1" 200 1298 0.032844 10.0.0.41 - - [2025-11-06 02:58:24] "GET /virtual-machine-interface/615204c2-dd77-4615-952a-21c0c8b0d4b0 HTTP/1.1" 200 2974 0.007070 10.0.0.41 - - [2025-11-06 02:58:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004235 10.0.0.41 - - [2025-11-06 02:58:24] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.009658 10.0.0.41 - - [2025-11-06 02:58:24] "GET /virtual-networks?parent_id=9cb14d45-3951-4faf-984f-cdead43bbd8f&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.006000 10.0.0.41 - - [2025-11-06 02:58:24] "GET /virtual-network/c3cd90c5-de84-44ab-bc34-aa4d2c6c2318?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2117 0.007414 10.0.0.41 - - [2025-11-06 02:58:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004688 10.0.0.41 - - [2025-11-06 02:58:28] "GET /virtual-network/c3cd90c5-de84-44ab-bc34-aa4d2c6c2318?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2117 0.007347 10.0.0.41 - - [2025-11-06 02:58:31] "POST /neutron/network HTTP/1.1" 200 840 0.007336 10.0.0.41 - - [2025-11-06 02:58:31] "POST /neutron/port HTTP/1.1" 200 117 0.001210 10.0.0.41 - - [2025-11-06 02:58:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.005147 10.0.0.41 - - [2025-11-06 02:58:32] "GET /virtual-network/c3cd90c5-de84-44ab-bc34-aa4d2c6c2318?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2117 0.006918 10.0.0.41 - - [2025-11-06 02:58:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004375 10.0.0.41 - - [2025-11-06 02:58:36] "GET /virtual-network/c3cd90c5-de84-44ab-bc34-aa4d2c6c2318?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2117 0.007113 10.0.0.41 - - [2025-11-06 02:58:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003366 10.0.0.41 - - [2025-11-06 02:58:40] "GET /virtual-network/c3cd90c5-de84-44ab-bc34-aa4d2c6c2318?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2117 0.005550 10.0.0.41 - - [2025-11-06 02:58:41] "GET /obj-perms HTTP/1.1" 200 5056 0.047975 10.0.0.41 - - [2025-11-06 02:58:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004870 10.0.0.41 - - [2025-11-06 02:58:44] "GET /virtual-network/c3cd90c5-de84-44ab-bc34-aa4d2c6c2318?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2117 0.007617 10.0.0.41 - - [2025-11-06 02:58:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003854 10.0.0.41 - - [2025-11-06 02:58:48] "GET /virtual-network/c3cd90c5-de84-44ab-bc34-aa4d2c6c2318?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2117 0.005840 10.0.0.41 - - [2025-11-06 02:58:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004642 10.0.0.41 - - [2025-11-06 02:58:52] "GET /virtual-network/c3cd90c5-de84-44ab-bc34-aa4d2c6c2318?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2117 0.008023 10.0.0.41 - - [2025-11-06 02:58:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004968 10.0.0.41 - - [2025-11-06 02:58:56] "GET /virtual-network/c3cd90c5-de84-44ab-bc34-aa4d2c6c2318?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2117 0.006228 10.0.0.41 - - [2025-11-06 02:59:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004112 10.0.0.41 - - [2025-11-06 02:59:00] "GET /virtual-network/c3cd90c5-de84-44ab-bc34-aa4d2c6c2318?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2117 0.005893 10.0.0.41 - - [2025-11-06 02:59:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004021 10.0.0.41 - - [2025-11-06 02:59:02] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003874 10.0.0.41 - - [2025-11-06 02:59:02] "GET /virtual-networks?parent_id=9cb14d45-3951-4faf-984f-cdead43bbd8f&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003938 10.0.0.41 - - [2025-11-06 02:59:02] "GET /virtual-network/c3cd90c5-de84-44ab-bc34-aa4d2c6c2318?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2117 0.006355 10.0.0.41 - - [2025-11-06 02:59:03] "POST /neutron/security_group HTTP/1.1" 200 2062 0.011902 10.0.0.41 - - [2025-11-06 02:59:13] "POST /neutron/port HTTP/1.1" 200 1090 0.018785 10.0.0.41 - - [2025-11-06 02:59:13] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008618 10.0.0.41 - - [2025-11-06 02:59:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003559 10.0.0.41 - - [2025-11-06 02:59:23] "GET /virtual-network/c3cd90c5-de84-44ab-bc34-aa4d2c6c2318?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2117 0.006583 10.0.0.41 - - [2025-11-06 02:59:23] "PUT /virtual-network/c3cd90c5-de84-44ab-bc34-aa4d2c6c2318 HTTP/1.1" 200 265 0.067780 10.0.0.131 - - [2025-11-06 02:59:23] "POST /ref-update HTTP/1.1" 200 156 0.040122 10.0.0.41 - - [2025-11-06 02:59:29] "POST /neutron/network HTTP/1.1" 200 830 0.007907 10.0.0.41 - - [2025-11-06 02:59:29] "POST /neutron/port HTTP/1.1" 200 1116 0.014060 10.0.0.131 - - [2025-11-06 02:59:31] "POST /useragent-kv HTTP/1.1" 200 115 0.003999 10.0.0.131 - - [2025-11-06 02:59:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.005225 10.0.0.131 - - [2025-11-06 02:59:31] "POST /useragent-kv HTTP/1.1" 200 115 0.003816 10.0.0.41 - - [2025-11-06 02:59:31] "POST /neutron/network HTTP/1.1" 200 151 0.152873 10.0.0.41 - - [2025-11-06 02:59:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004300 10.0.0.131 - - [2025-11-06 02:59:34] "GET /projects?obj_uuids=9cb14d45-3951-4faf-984f-cdead43bbd8f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001226 10.0.0.41 - - [2025-11-06 02:59:34] "GET /project/9cb14d45-3951-4faf-984f-cdead43bbd8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.049409 10.0.0.131 - - [2025-11-06 02:59:34] "POST /ref-update HTTP/1.1" 200 156 0.029890 10.0.0.131 - - [2025-11-06 02:59:34] "POST /useragent-kv HTTP/1.1" 200 115 0.003057 10.0.0.41 - - [2025-11-06 02:59:34] "POST /neutron/subnet HTTP/1.1" 200 720 0.176499 10.0.0.41 - - [2025-11-06 02:59:34] "POST /id-to-fqname HTTP/1.1" 200 226 0.001350 10.0.0.41 - - [2025-11-06 02:59:34] "GET /virtual-network/58939ad5-9388-4e45-8c2e-4fc4b5a5c063?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005824 10.0.0.41 - - [2025-11-06 02:59:34] "GET /virtual-network/58939ad5-9388-4e45-8c2e-4fc4b5a5c063?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005793 10.0.0.41 - - [2025-11-06 02:59:34] "POST /neutron/network HTTP/1.1" 200 831 0.008397 10.0.0.41 - - [2025-11-06 02:59:34] "GET /virtual-network/58939ad5-9388-4e45-8c2e-4fc4b5a5c063?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005657 10.0.0.38 - - [2025-11-06 02:59:35] "GET /obj-perms HTTP/1.1" 200 5038 0.046896 10.0.0.131 - - [2025-11-06 02:59:35] "GET /obj-perms HTTP/1.1" 200 5038 0.051760 10.0.0.41 - - [2025-11-06 02:59:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.005051 10.0.0.41 - - [2025-11-06 02:59:35] "GET /virtual-network/58939ad5-9388-4e45-8c2e-4fc4b5a5c063?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006982 10.0.0.41 - - [2025-11-06 02:59:35] "PUT /virtual-network/58939ad5-9388-4e45-8c2e-4fc4b5a5c063 HTTP/1.1" 200 265 0.078831 10.0.0.41 - - [2025-11-06 02:59:40] "POST /id-to-fqname HTTP/1.1" 200 226 0.001455 10.0.0.131 - - [2025-11-06 02:59:41] "GET /projects?obj_uuids=9cb14d45-3951-4faf-984f-cdead43bbd8f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001394 10.0.0.41 - - [2025-11-06 02:59:41] "GET /project/9cb14d45-3951-4faf-984f-cdead43bbd8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.077468 10.0.0.41 - - [2025-11-06 02:59:41] "POST /neutron/network HTTP/1.1" 200 831 0.007071 10.0.0.41 - - [2025-11-06 02:59:41] "POST /neutron/port HTTP/1.1" 200 117 0.010683 10.0.0.41 - - [2025-11-06 02:59:42] "POST /neutron/port HTTP/1.1" 200 1063 0.024064 10.0.0.41 - - [2025-11-06 02:59:42] "POST /neutron/port HTTP/1.1" 200 1091 0.020497 10.0.0.41 - - [2025-11-06 02:59:42] "POST /neutron/port HTTP/1.1" 200 117 0.001499 10.0.0.41 - - [2025-11-06 02:59:46] "POST /neutron/security_group HTTP/1.1" 200 2062 0.012797 10.0.0.41 - - [2025-11-06 02:59:46] "POST /neutron/port HTTP/1.1" 200 1091 0.031187 10.0.0.41 - - [2025-11-06 02:59:46] "GET /virtual-machine/2d512bbd-674c-4119-9bbc-fa752c87ece9 HTTP/1.1" 200 1298 0.007766 10.0.0.41 - - [2025-11-06 02:59:46] "GET /virtual-machine-interface/cce1ebcb-67ca-43c8-a320-916e11290ffb HTTP/1.1" 200 2975 0.006494 10.0.0.41 - - [2025-11-06 02:59:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004752 10.0.0.41 - - [2025-11-06 02:59:46] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004427 10.0.0.41 - - [2025-11-06 02:59:46] "GET /virtual-networks?parent_id=9cb14d45-3951-4faf-984f-cdead43bbd8f&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003439 10.0.0.41 - - [2025-11-06 02:59:46] "GET /virtual-network/58939ad5-9388-4e45-8c2e-4fc4b5a5c063?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.005776 10.0.0.41 - - [2025-11-06 02:59:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004056 10.0.0.41 - - [2025-11-06 02:59:50] "GET /virtual-network/58939ad5-9388-4e45-8c2e-4fc4b5a5c063?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.006413 10.0.0.41 - - [2025-11-06 02:59:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005309 10.0.0.41 - - [2025-11-06 02:59:54] "GET /virtual-network/58939ad5-9388-4e45-8c2e-4fc4b5a5c063?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.007389 10.0.0.41 - - [2025-11-06 02:59:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003775 10.0.0.41 - - [2025-11-06 02:59:58] "GET /virtual-network/58939ad5-9388-4e45-8c2e-4fc4b5a5c063?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.005484 10.0.0.41 - - [2025-11-06 03:00:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004113 10.0.0.41 - - [2025-11-06 03:00:02] "GET /virtual-network/58939ad5-9388-4e45-8c2e-4fc4b5a5c063?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.016708 10.0.0.41 - - [2025-11-06 03:00:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003615 10.0.0.41 - - [2025-11-06 03:00:06] "GET /virtual-network/58939ad5-9388-4e45-8c2e-4fc4b5a5c063?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.005573 10.0.0.41 - - [2025-11-06 03:00:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004492 10.0.0.41 - - [2025-11-06 03:00:10] "GET /virtual-network/58939ad5-9388-4e45-8c2e-4fc4b5a5c063?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.005827 10.0.0.41 - - [2025-11-06 03:00:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005383 10.0.0.41 - - [2025-11-06 03:00:14] "GET /virtual-network/58939ad5-9388-4e45-8c2e-4fc4b5a5c063?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.006912 10.0.0.41 - - [2025-11-06 03:00:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004222 10.0.0.41 - - [2025-11-06 03:00:18] "GET /virtual-network/58939ad5-9388-4e45-8c2e-4fc4b5a5c063?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.005561 10.0.0.41 - - [2025-11-06 03:00:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003789 10.0.0.41 - - [2025-11-06 03:00:22] "GET /virtual-network/58939ad5-9388-4e45-8c2e-4fc4b5a5c063?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.005440 10.0.0.41 - - [2025-11-06 03:00:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004482 10.0.0.41 - - [2025-11-06 03:00:24] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006864 10.0.0.41 - - [2025-11-06 03:00:24] "GET /virtual-networks?parent_id=9cb14d45-3951-4faf-984f-cdead43bbd8f&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.004312 10.0.0.41 - - [2025-11-06 03:00:24] "GET /virtual-network/58939ad5-9388-4e45-8c2e-4fc4b5a5c063?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.006035 10.0.0.41 - - [2025-11-06 03:00:25] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008551 10.0.0.41 - - [2025-11-06 03:00:33] "POST /neutron/port HTTP/1.1" 200 1091 0.017091 10.0.0.41 - - [2025-11-06 03:00:35] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008811 10.0.0.41 - - [2025-11-06 03:00:41] "POST /neutron/port HTTP/1.1" 200 1091 0.015712 10.0.0.41 - - [2025-11-06 03:00:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006472 10.0.0.41 - - [2025-11-06 03:00:41] "POST /neutron/network HTTP/1.1" 200 831 0.008088 10.0.0.41 - - [2025-11-06 03:00:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004105 10.0.0.41 - - [2025-11-06 03:00:45] "GET /virtual-network/58939ad5-9388-4e45-8c2e-4fc4b5a5c063?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.005981 10.0.0.41 - - [2025-11-06 03:00:46] "PUT /virtual-network/58939ad5-9388-4e45-8c2e-4fc4b5a5c063 HTTP/1.1" 200 265 0.074795 10.0.0.131 - - [2025-11-06 03:00:46] "POST /ref-update HTTP/1.1" 200 156 0.054060 10.0.0.41 - - [2025-11-06 03:00:51] "POST /neutron/port HTTP/1.1" 200 1091 0.021602 10.0.0.41 - - [2025-11-06 03:00:53] "POST /neutron/network HTTP/1.1" 200 831 0.013854 10.0.0.131 - - [2025-11-06 03:00:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005998 10.0.0.131 - - [2025-11-06 03:00:54] "GET /projects?obj_uuids=9cb14d45-3951-4faf-984f-cdead43bbd8f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.036835 10.0.0.41 - - [2025-11-06 03:00:55] "GET /project/9cb14d45-3951-4faf-984f-cdead43bbd8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.090176 10.0.0.131 - - [2025-11-06 03:00:55] "GET /projects?obj_uuids=9cb14d45-3951-4faf-984f-cdead43bbd8f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001156 10.0.0.41 - - [2025-11-06 03:00:55] "GET /project/9cb14d45-3951-4faf-984f-cdead43bbd8f?fields=virtual_networks HTTP/1.1" 200 1043 0.043185 10.0.0.131 - - [2025-11-06 03:00:55] "GET /projects?obj_uuids=9cb14d45-3951-4faf-984f-cdead43bbd8f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001467 10.0.0.41 - - [2025-11-06 03:00:55] "GET /project/9cb14d45-3951-4faf-984f-cdead43bbd8f?fields=virtual_machine_interfaces HTTP/1.1" 200 1043 0.051313 10.0.0.131 - - [2025-11-06 03:00:55] "GET /projects?obj_uuids=9cb14d45-3951-4faf-984f-cdead43bbd8f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002124 10.0.0.41 - - [2025-11-06 03:00:55] "GET /project/9cb14d45-3951-4faf-984f-cdead43bbd8f?fields=security_groups HTTP/1.1" 200 1274 0.046395 10.0.0.41 - - [2025-11-06 03:00:56] "POST /fqname-to-id HTTP/1.1" 404 213 0.026983 10.0.0.131 - - [2025-11-06 03:00:56] "GET /projects?obj_uuids=e628e6a9-1c09-443b-a8fa-9d40893b5a1a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003675 10.0.0.131 - - [2025-11-06 03:00:56] "GET /domains?obj_uuids=dd557474-6eee-442f-acdf-559f4d754f9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001420 10.0.0.131 - - [2025-11-06 03:00:56] "GET /domain/dd557474-6eee-442f-acdf-559f4d754f9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.010479 10.0.0.131 - - [2025-11-06 03:00:56] "POST /id-to-fqname HTTP/1.1" 200 216 0.001174 10.0.0.131 - - [2025-11-06 03:00:56] "POST /fqname-to-id HTTP/1.1" 404 227 0.003849 10.0.0.131 - - [2025-11-06 03:00:56] "POST /security-groups HTTP/1.1" 200 616 0.086511 10.0.0.131 - - [2025-11-06 03:00:56] "POST /projects HTTP/1.1" 200 635 0.337894 10.0.0.131 - - [2025-11-06 03:00:56] "POST /access-control-lists HTTP/1.1" 200 623 0.027121 10.0.0.131 - - [2025-11-06 03:00:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.412249 10.0.0.41 - - [2025-11-06 03:00:56] "GET /project/e628e6a9-1c09-443b-a8fa-9d40893b5a1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.574802 10.0.0.41 - - [2025-11-06 03:00:57] "GET / HTTP/1.1" 200 36215 0.001770 10.0.0.41 - - [2025-11-06 03:00:59] "POST /fqname-to-id HTTP/1.1" 401 292 0.000479 10.0.0.41 - - [2025-11-06 03:00:59] "POST /fqname-to-id HTTP/1.1" 404 249 0.071609 10.0.0.131 - - [2025-11-06 03:00:59] "POST /fqname-to-id HTTP/1.1" 404 281 0.003241 10.0.0.131 - - [2025-11-06 03:01:00] "POST /access-control-lists HTTP/1.1" 200 643 0.043360 10.0.0.131 - - [2025-11-06 03:01:00] "PUT /access-control-list/18615e44-8d5b-45f6-a382-25d8b68615c1 HTTP/1.1" 200 273 0.032361 10.0.0.131 - - [2025-11-06 03:01:00] "GET /projects?obj_uuids=e628e6a9-1c09-443b-a8fa-9d40893b5a1a&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001672 10.0.0.41 - - [2025-11-06 03:01:00] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.114328 10.0.0.41 - - [2025-11-06 03:01:00] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.013386 10.0.0.41 - - [2025-11-06 03:01:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.009300 10.0.0.41 - - [2025-11-06 03:01:01] "GET /security-group/4ad980eb-d9fa-4346-bf55-f4f3bf29240f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2028 0.007695 10.0.0.131 - - [2025-11-06 03:01:01] "PUT /access-control-list/18615e44-8d5b-45f6-a382-25d8b68615c1 HTTP/1.1" 200 273 0.028372 10.0.0.41 - - [2025-11-06 03:01:01] "POST /neutron/security_group HTTP/1.1" 200 1025 0.004835 10.0.0.41 - - [2025-11-06 03:01:01] "POST /fqname-to-id HTTP/1.1" 404 249 0.003986 10.0.0.41 - - [2025-11-06 03:01:02] "POST /fqname-to-id HTTP/1.1" 404 249 0.004933 10.0.0.131 - - [2025-11-06 03:01:02] "POST /fqname-to-id HTTP/1.1" 404 281 0.003709 10.0.0.131 - - [2025-11-06 03:01:02] "POST /access-control-lists HTTP/1.1" 200 643 0.043155 10.0.0.131 - - [2025-11-06 03:01:02] "GET /projects?obj_uuids=e628e6a9-1c09-443b-a8fa-9d40893b5a1a&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001681 10.0.0.131 - - [2025-11-06 03:01:02] "PUT /access-control-list/ec3c1744-439f-44aa-96c4-92a91620ba53 HTTP/1.1" 200 273 0.041375 10.0.0.41 - - [2025-11-06 03:01:02] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.107214 10.0.0.41 - - [2025-11-06 03:01:03] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.012313 10.0.0.41 - - [2025-11-06 03:01:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003897 10.0.0.131 - - [2025-11-06 03:01:03] "PUT /access-control-list/ec3c1744-439f-44aa-96c4-92a91620ba53 HTTP/1.1" 200 273 0.026172 10.0.0.41 - - [2025-11-06 03:01:03] "GET /security-group/2452b898-3a20-4fab-bfc9-a67c3cd2b898?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2028 0.007646 10.0.0.131 - - [2025-11-06 03:01:03] "GET /projects?obj_uuids=e628e6a9-1c09-443b-a8fa-9d40893b5a1a&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001490 10.0.0.41 - - [2025-11-06 03:01:03] "POST /neutron/security_group_rule HTTP/1.1" 200 2207 0.062531 10.0.0.41 - - [2025-11-06 03:01:04] "POST /neutron/security_group_rule HTTP/1.1" 200 600 0.154607 10.0.0.41 - - [2025-11-06 03:01:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005533 10.0.0.131 - - [2025-11-06 03:01:04] "GET /projects?obj_uuids=e628e6a9-1c09-443b-a8fa-9d40893b5a1a&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001206 10.0.0.131 - - [2025-11-06 03:01:04] "PUT /access-control-list/af987f61-e4df-4702-9ae5-ef09a1942ab1 HTTP/1.1" 200 273 0.024824 10.0.0.41 - - [2025-11-06 03:01:04] "GET /project/e628e6a9-1c09-443b-a8fa-9d40893b5a1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.063176 10.0.0.131 - - [2025-11-06 03:01:04] "GET /projects?obj_uuids=e628e6a9-1c09-443b-a8fa-9d40893b5a1a&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.002117 10.0.0.41 - - [2025-11-06 03:01:04] "POST /neutron/network HTTP/1.1" 200 720 0.158747 10.0.0.131 - - [2025-11-06 03:01:04] "POST /fqname-to-id HTTP/1.1" 404 207 0.089280 10.0.0.41 - - [2025-11-06 03:01:05] "POST /neutron/network HTTP/1.1" 200 1112 0.014488 10.0.0.41 - - [2025-11-06 03:01:05] "POST /id-to-fqname HTTP/1.1" 200 290 0.001917 10.0.0.41 - - [2025-11-06 03:01:05] "GET /virtual-network/538ab5d3-09cf-4e3e-90b2-20bf2f56958d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.008548 10.0.0.41 - - [2025-11-06 03:01:05] "GET /virtual-network/538ab5d3-09cf-4e3e-90b2-20bf2f56958d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.007571 10.0.0.41 - - [2025-11-06 03:01:05] "POST /neutron/subnet HTTP/1.1" 200 828 0.013213 10.0.0.131 - - [2025-11-06 03:01:05] "DELETE /access-control-list/a4d679d0-47ad-499a-be3f-c6a576232b3c HTTP/1.1" 200 115 0.087045 10.0.0.41 - - [2025-11-06 03:01:05] "GET /virtual-network/538ab5d3-09cf-4e3e-90b2-20bf2f56958d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.006857 10.0.0.41 - - [2025-11-06 03:01:06] "GET /obj-perms HTTP/1.1" 200 5080 0.063841 10.0.0.38 - - [2025-11-06 03:01:06] "GET /obj-perms HTTP/1.1" 200 5080 0.058284 10.0.0.41 - - [2025-11-06 03:01:07] "POST /id-to-fqname HTTP/1.1" 200 290 0.001483 10.0.0.41 - - [2025-11-06 03:01:07] "POST /neutron/network HTTP/1.1" 200 1122 0.009545 10.0.0.131 - - [2025-11-06 03:01:07] "GET /projects?obj_uuids=e628e6a9-1c09-443b-a8fa-9d40893b5a1a&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001360 10.0.0.41 - - [2025-11-06 03:01:08] "GET /project/e628e6a9-1c09-443b-a8fa-9d40893b5a1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.077569 10.0.0.41 - - [2025-11-06 03:01:08] "POST /neutron/port HTTP/1.1" 200 117 0.008564 10.0.0.41 - - [2025-11-06 03:01:08] "POST /id-to-fqname HTTP/1.1" 200 290 0.001354 10.0.0.41 - - [2025-11-06 03:01:08] "POST /neutron/network HTTP/1.1" 200 1122 0.007943 10.0.0.131 - - [2025-11-06 03:01:08] "GET /projects?obj_uuids=e628e6a9-1c09-443b-a8fa-9d40893b5a1a&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001071 10.0.0.131 - - [2025-11-06 03:01:09] "GET /projects?obj_uuids=e628e6a9-1c09-443b-a8fa-9d40893b5a1a&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001944 10.0.0.41 - - [2025-11-06 03:01:09] "GET /project/e628e6a9-1c09-443b-a8fa-9d40893b5a1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.116013 10.0.0.41 - - [2025-11-06 03:01:09] "POST /neutron/port HTTP/1.1" 200 1191 0.452228 10.0.0.41 - - [2025-11-06 03:01:09] "POST /neutron/port HTTP/1.1" 200 1191 0.046661 10.0.0.41 - - [2025-11-06 03:01:09] "POST /neutron/security_group HTTP/1.1" 200 1457 0.020697 10.0.0.41 - - [2025-11-06 03:01:09] "POST /neutron/port HTTP/1.1" 200 1219 0.019840 10.0.0.41 - - [2025-11-06 03:01:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005225 10.0.0.41 - - [2025-11-06 03:01:09] "POST /neutron/port HTTP/1.1" 200 117 0.001461 10.0.0.131 - - [2025-11-06 03:01:10] "GET /projects?obj_uuids=e628e6a9-1c09-443b-a8fa-9d40893b5a1a&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001571 10.0.0.41 - - [2025-11-06 03:01:10] "POST /neutron/security_group HTTP/1.1" 200 3458 0.059251 10.0.0.41 - - [2025-11-06 03:01:10] "POST /neutron/port HTTP/1.1" 200 1191 0.028827 10.0.0.41 - - [2025-11-06 03:01:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004367 10.0.0.41 - - [2025-11-06 03:01:10] "POST /neutron/port HTTP/1.1" 200 117 0.001226 10.0.0.38 - - [2025-11-06 03:01:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000615 10.0.0.131 - - [2025-11-06 03:01:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000524 10.0.0.38 - - [2025-11-06 03:01:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000563 10.0.0.131 - - [2025-11-06 03:01:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000515 10.0.0.131 - - [2025-11-06 03:01:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000422 10.0.0.131 - - [2025-11-06 03:01:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000405 10.0.0.38 - - [2025-11-06 03:01:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000423 10.0.0.38 - - [2025-11-06 03:01:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000386 10.0.0.41 - - [2025-11-06 03:01:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000697 10.0.0.41 - - [2025-11-06 03:01:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000414 10.0.0.41 - - [2025-11-06 03:01:14] "GET /global-system-configs HTTP/1.1" 401 292 0.000543 10.0.0.41 - - [2025-11-06 03:01:14] "POST /neutron/port HTTP/1.1" 200 1219 0.020721 10.0.0.41 - - [2025-11-06 03:01:14] "GET /global-system-configs HTTP/1.1" 401 292 0.000631 10.0.0.41 - - [2025-11-06 03:01:15] "POST /neutron/security_group HTTP/1.1" 200 1457 0.011050 10.0.0.41 - - [2025-11-06 03:01:15] "POST /neutron/port HTTP/1.1" 200 1219 0.022275 10.0.0.41 - - [2025-11-06 03:01:15] "GET /virtual-machine/183328a3-ce40-4dea-a463-98b1976920ca HTTP/1.1" 401 292 0.000549 10.0.0.41 - - [2025-11-06 03:01:15] "GET /virtual-machine/183328a3-ce40-4dea-a463-98b1976920ca HTTP/1.1" 200 1319 0.031679 10.0.0.41 - - [2025-11-06 03:01:15] "GET /virtual-machine/183328a3-ce40-4dea-a463-98b1976920ca HTTP/1.1" 200 1319 0.004893 10.0.0.41 - - [2025-11-06 03:01:15] "GET /virtual-machine-interface/3fc181cc-aabf-4157-bb87-47ca42cd3805 HTTP/1.1" 200 3425 0.005505 10.0.0.41 - - [2025-11-06 03:01:15] "GET /virtual-machine/183328a3-ce40-4dea-a463-98b1976920ca HTTP/1.1" 200 1319 0.004019 10.0.0.41 - - [2025-11-06 03:01:15] "GET /virtual-machine-interface/3fc181cc-aabf-4157-bb87-47ca42cd3805 HTTP/1.1" 200 3425 0.005551 10.0.0.41 - - [2025-11-06 03:01:15] "GET /instance-ip/80b32d00-a605-4e53-b14b-06bce65f2baf HTTP/1.1" 200 1717 0.007200 10.0.0.41 - - [2025-11-06 03:01:15] "GET /instance-ip/ad0f5d57-5b2f-4af8-a53a-69e104e8badc HTTP/1.1" 200 1739 0.007093 10.0.0.41 - - [2025-11-06 03:01:15] "GET /virtual-machine/183328a3-ce40-4dea-a463-98b1976920ca HTTP/1.1" 200 1319 0.003608 10.0.0.41 - - [2025-11-06 03:01:15] "GET /virtual-machine-interface/3fc181cc-aabf-4157-bb87-47ca42cd3805 HTTP/1.1" 200 3425 0.005206 10.0.0.41 - - [2025-11-06 03:01:15] "GET /instance-ip/80b32d00-a605-4e53-b14b-06bce65f2baf HTTP/1.1" 200 1717 0.004658 10.0.0.41 - - [2025-11-06 03:01:15] "GET /instance-ip/ad0f5d57-5b2f-4af8-a53a-69e104e8badc HTTP/1.1" 200 1739 0.004922 10.0.0.41 - - [2025-11-06 03:01:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003812 10.0.0.41 - - [2025-11-06 03:01:15] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005168 10.0.0.41 - - [2025-11-06 03:01:15] "GET /virtual-networks?parent_id=e628e6a9-1c09-443b-a8fa-9d40893b5a1a&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.005761 10.0.0.41 - - [2025-11-06 03:01:15] "GET /virtual-network/538ab5d3-09cf-4e3e-90b2-20bf2f56958d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.006034 10.0.0.41 - - [2025-11-06 03:01:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004300 10.0.0.41 - - [2025-11-06 03:01:15] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006715 10.0.0.41 - - [2025-11-06 03:01:15] "GET /virtual-networks?parent_id=e628e6a9-1c09-443b-a8fa-9d40893b5a1a&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.004545 10.0.0.41 - - [2025-11-06 03:01:15] "GET /virtual-network/538ab5d3-09cf-4e3e-90b2-20bf2f56958d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.010631 10.0.0.41 - - [2025-11-06 03:01:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005764 10.0.0.41 - - [2025-11-06 03:01:16] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006425 10.0.0.41 - - [2025-11-06 03:01:16] "GET /virtual-networks?parent_id=e628e6a9-1c09-443b-a8fa-9d40893b5a1a&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.004245 10.0.0.41 - - [2025-11-06 03:01:16] "GET /virtual-network/538ab5d3-09cf-4e3e-90b2-20bf2f56958d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.006915 10.0.0.41 - - [2025-11-06 03:01:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.005048 10.0.0.41 - - [2025-11-06 03:01:16] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005265 10.0.0.41 - - [2025-11-06 03:01:16] "GET /virtual-networks?parent_id=e628e6a9-1c09-443b-a8fa-9d40893b5a1a&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003705 10.0.0.41 - - [2025-11-06 03:01:16] "GET /virtual-network/538ab5d3-09cf-4e3e-90b2-20bf2f56958d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.005894 10.0.0.41 - - [2025-11-06 03:01:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004804 10.0.0.41 - - [2025-11-06 03:01:16] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004505 10.0.0.41 - - [2025-11-06 03:01:16] "GET /virtual-networks?parent_id=e628e6a9-1c09-443b-a8fa-9d40893b5a1a&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003603 10.0.0.41 - - [2025-11-06 03:01:16] "GET /virtual-network/538ab5d3-09cf-4e3e-90b2-20bf2f56958d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.006285 10.0.0.41 - - [2025-11-06 03:01:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004156 10.0.0.41 - - [2025-11-06 03:01:16] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005037 10.0.0.41 - - [2025-11-06 03:01:16] "GET /virtual-networks?parent_id=e628e6a9-1c09-443b-a8fa-9d40893b5a1a&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.004402 10.0.0.41 - - [2025-11-06 03:01:16] "GET /virtual-network/538ab5d3-09cf-4e3e-90b2-20bf2f56958d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.006725 10.0.0.41 - - [2025-11-06 03:01:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004306 10.0.0.41 - - [2025-11-06 03:01:16] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005087 10.0.0.41 - - [2025-11-06 03:01:16] "GET /virtual-networks?parent_id=e628e6a9-1c09-443b-a8fa-9d40893b5a1a&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003407 10.0.0.41 - - [2025-11-06 03:01:16] "GET /virtual-network/538ab5d3-09cf-4e3e-90b2-20bf2f56958d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.006595 10.0.0.131 - - [2025-11-06 03:01:17] "DELETE /project/e628e6a91c09443ba8fa9d40893b5a1a HTTP/1.1" 404 173 0.008920 10.0.0.131 - - [2025-11-06 03:01:17] "DELETE /project/9cb14d45-3951-4faf-984f-cdead43bbd8f HTTP/1.1" 404 177 0.008532 10.0.0.41 - - [2025-11-06 03:01:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004164 10.0.0.41 - - [2025-11-06 03:01:19] "GET /virtual-network/538ab5d3-09cf-4e3e-90b2-20bf2f56958d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.006084 10.0.0.41 - - [2025-11-06 03:01:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003764 10.0.0.41 - - [2025-11-06 03:01:23] "GET /virtual-network/538ab5d3-09cf-4e3e-90b2-20bf2f56958d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.007195 10.0.0.41 - - [2025-11-06 03:01:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.005143 10.0.0.41 - - [2025-11-06 03:01:27] "GET /virtual-network/538ab5d3-09cf-4e3e-90b2-20bf2f56958d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.007989 10.0.0.41 - - [2025-11-06 03:01:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003886 10.0.0.41 - - [2025-11-06 03:01:32] "GET /virtual-network/538ab5d3-09cf-4e3e-90b2-20bf2f56958d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.005720 10.0.0.41 - - [2025-11-06 03:01:33] "POST /neutron/port HTTP/1.1" 200 1219 0.017682 10.0.0.41 - - [2025-11-06 03:01:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004441 10.0.0.41 - - [2025-11-06 03:01:34] "POST /neutron/port HTTP/1.1" 200 117 0.001766 10.0.0.41 - - [2025-11-06 03:01:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003886 10.0.0.41 - - [2025-11-06 03:01:36] "GET /virtual-network/538ab5d3-09cf-4e3e-90b2-20bf2f56958d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.007474 10.0.0.41 - - [2025-11-06 03:01:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004635 10.0.0.41 - - [2025-11-06 03:01:40] "GET /virtual-network/538ab5d3-09cf-4e3e-90b2-20bf2f56958d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.009959 10.0.0.41 - - [2025-11-06 03:01:42] "POST /neutron/port HTTP/1.1" 200 1219 0.020774 10.0.0.41 - - [2025-11-06 03:01:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004352 10.0.0.41 - - [2025-11-06 03:01:42] "POST /neutron/port HTTP/1.1" 200 117 0.001594 10.0.0.131 - - [2025-11-06 03:01:43] "GET /obj-perms HTTP/1.1" 200 5056 0.048098 10.0.0.41 - - [2025-11-06 03:01:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.005186 10.0.0.41 - - [2025-11-06 03:01:44] "GET /virtual-network/538ab5d3-09cf-4e3e-90b2-20bf2f56958d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.007511 10.0.0.41 - - [2025-11-06 03:01:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003865 10.0.0.41 - - [2025-11-06 03:01:48] "GET /virtual-network/538ab5d3-09cf-4e3e-90b2-20bf2f56958d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.005793 10.0.0.41 - - [2025-11-06 03:01:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004351 10.0.0.41 - - [2025-11-06 03:01:52] "GET /virtual-network/538ab5d3-09cf-4e3e-90b2-20bf2f56958d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.006437 10.0.0.41 - - [2025-11-06 03:01:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003418 10.0.0.41 - - [2025-11-06 03:01:54] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006915 10.0.0.41 - - [2025-11-06 03:01:54] "GET /virtual-networks?parent_id=e628e6a9-1c09-443b-a8fa-9d40893b5a1a&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.011211 10.0.0.41 - - [2025-11-06 03:01:54] "GET /virtual-network/538ab5d3-09cf-4e3e-90b2-20bf2f56958d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.007384 10.0.0.41 - - [2025-11-06 03:01:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004308 10.0.0.41 - - [2025-11-06 03:01:54] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004729 10.0.0.41 - - [2025-11-06 03:01:54] "GET /virtual-networks?parent_id=e628e6a9-1c09-443b-a8fa-9d40893b5a1a&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.004457 10.0.0.41 - - [2025-11-06 03:01:54] "GET /virtual-network/538ab5d3-09cf-4e3e-90b2-20bf2f56958d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.006674 10.0.0.41 - - [2025-11-06 03:01:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004580 10.0.0.41 - - [2025-11-06 03:01:54] "GET /routing-instance/2b8e6a10-3539-40d2-bcb8-3b788cffd550?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1683 0.007072 10.0.0.41 - - [2025-11-06 03:01:54] "GET /route-target/807add37-4b0d-4ed2-a381-f7d0b818c481?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004411 10.0.0.41 - - [2025-11-06 03:01:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003796 10.0.0.41 - - [2025-11-06 03:01:54] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005096 10.0.0.41 - - [2025-11-06 03:01:54] "GET /virtual-networks?parent_id=e628e6a9-1c09-443b-a8fa-9d40893b5a1a&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003301 10.0.0.41 - - [2025-11-06 03:01:55] "GET /virtual-network/538ab5d3-09cf-4e3e-90b2-20bf2f56958d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.007296 10.0.0.41 - - [2025-11-06 03:01:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004526 10.0.0.41 - - [2025-11-06 03:01:55] "GET /routing-instance/2b8e6a10-3539-40d2-bcb8-3b788cffd550?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1683 0.005854 10.0.0.41 - - [2025-11-06 03:01:55] "GET /route-target/807add37-4b0d-4ed2-a381-f7d0b818c481?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.006177 10.0.0.41 - - [2025-11-06 03:01:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004028 10.0.0.41 - - [2025-11-06 03:01:55] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.007792 10.0.0.41 - - [2025-11-06 03:01:55] "GET /virtual-networks?parent_id=e628e6a9-1c09-443b-a8fa-9d40893b5a1a&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.011332 10.0.0.41 - - [2025-11-06 03:01:55] "GET /virtual-network/538ab5d3-09cf-4e3e-90b2-20bf2f56958d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.008476 10.0.0.41 - - [2025-11-06 03:01:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004747 10.0.0.41 - - [2025-11-06 03:01:55] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004092 10.0.0.41 - - [2025-11-06 03:01:55] "GET /virtual-networks?parent_id=e628e6a9-1c09-443b-a8fa-9d40893b5a1a&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003469 10.0.0.41 - - [2025-11-06 03:01:55] "GET /virtual-network/538ab5d3-09cf-4e3e-90b2-20bf2f56958d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.006473 10.0.0.41 - - [2025-11-06 03:01:55] "GET /obj-perms HTTP/1.1" 200 5080 0.004480 10.0.0.131 - - [2025-11-06 03:01:55] "GET /obj-perms HTTP/1.1" 200 5080 0.043041 10.0.0.41 - - [2025-11-06 03:01:55] "GET /obj-perms HTTP/1.1" 200 5080 0.004520 10.0.0.131 - - [2025-11-06 03:01:55] "GET /obj-perms HTTP/1.1" 200 5080 0.003748 10.0.0.41 - - [2025-11-06 03:01:55] "GET /virtual-machine/183328a3-ce40-4dea-a463-98b1976920ca HTTP/1.1" 200 1319 0.004768 10.0.0.41 - - [2025-11-06 03:01:55] "GET /virtual-machine-interface/3fc181cc-aabf-4157-bb87-47ca42cd3805 HTTP/1.1" 200 3425 0.005939 10.0.0.41 - - [2025-11-06 03:01:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003983 10.0.0.41 - - [2025-11-06 03:01:55] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004124 10.0.0.41 - - [2025-11-06 03:01:55] "GET /virtual-networks?parent_id=e628e6a9-1c09-443b-a8fa-9d40893b5a1a&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003336 10.0.0.41 - - [2025-11-06 03:01:56] "GET /virtual-network/538ab5d3-09cf-4e3e-90b2-20bf2f56958d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.006653 10.0.0.41 - - [2025-11-06 03:01:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004277 10.0.0.41 - - [2025-11-06 03:01:57] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006836 10.0.0.41 - - [2025-11-06 03:01:57] "GET /virtual-networks?parent_id=e628e6a9-1c09-443b-a8fa-9d40893b5a1a&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003462 10.0.0.41 - - [2025-11-06 03:01:57] "GET /virtual-network/538ab5d3-09cf-4e3e-90b2-20bf2f56958d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.007221 10.0.0.41 - - [2025-11-06 03:01:57] "POST /neutron/security_group HTTP/1.1" 200 1457 0.008494 10.0.0.41 - - [2025-11-06 03:02:03] "POST /neutron/port HTTP/1.1" 200 1219 0.052824 10.0.0.41 - - [2025-11-06 03:02:03] "POST /neutron/security_group HTTP/1.1" 200 1457 0.009583 10.0.0.41 - - [2025-11-06 03:02:13] "POST /neutron/port HTTP/1.1" 200 1219 0.017625 10.0.0.41 - - [2025-11-06 03:02:13] "POST /neutron/security_group HTTP/1.1" 200 1457 0.008782 10.0.0.41 - - [2025-11-06 03:02:13] "POST /neutron/port HTTP/1.1" 200 1219 0.016177 10.0.0.41 - - [2025-11-06 03:02:13] "GET /virtual-machine/015f16d9-d3f8-4747-96d0-91dd00b39944 HTTP/1.1" 200 1317 0.006357 10.0.0.41 - - [2025-11-06 03:02:13] "GET /virtual-machine/015f16d9-d3f8-4747-96d0-91dd00b39944 HTTP/1.1" 200 1317 0.003775 10.0.0.41 - - [2025-11-06 03:02:13] "GET /virtual-machine-interface/43e1fcf2-e13d-4c82-8ff7-d68b53924dd9 HTTP/1.1" 200 3425 0.005685 10.0.0.41 - - [2025-11-06 03:02:13] "GET /virtual-machine/015f16d9-d3f8-4747-96d0-91dd00b39944 HTTP/1.1" 200 1317 0.004023 10.0.0.41 - - [2025-11-06 03:02:13] "GET /virtual-machine-interface/43e1fcf2-e13d-4c82-8ff7-d68b53924dd9 HTTP/1.1" 200 3425 0.005466 10.0.0.41 - - [2025-11-06 03:02:13] "GET /instance-ip/96df7af6-421b-40d2-beda-ab4b28175217 HTTP/1.1" 200 1718 0.006155 10.0.0.41 - - [2025-11-06 03:02:13] "GET /instance-ip/f0041234-085f-4cd4-8e76-b3c492f0d62e HTTP/1.1" 200 1739 0.005240 10.0.0.41 - - [2025-11-06 03:02:13] "GET /virtual-machine/015f16d9-d3f8-4747-96d0-91dd00b39944 HTTP/1.1" 200 1317 0.003354 10.0.0.41 - - [2025-11-06 03:02:13] "GET /virtual-machine-interface/43e1fcf2-e13d-4c82-8ff7-d68b53924dd9 HTTP/1.1" 200 3425 0.004847 10.0.0.41 - - [2025-11-06 03:02:13] "GET /instance-ip/96df7af6-421b-40d2-beda-ab4b28175217 HTTP/1.1" 200 1718 0.004223 10.0.0.41 - - [2025-11-06 03:02:13] "GET /instance-ip/f0041234-085f-4cd4-8e76-b3c492f0d62e HTTP/1.1" 200 1739 0.004807 10.0.0.41 - - [2025-11-06 03:02:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003532 10.0.0.41 - - [2025-11-06 03:02:13] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003716 10.0.0.41 - - [2025-11-06 03:02:13] "GET /virtual-networks?parent_id=e628e6a9-1c09-443b-a8fa-9d40893b5a1a&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003052 10.0.0.41 - - [2025-11-06 03:02:13] "GET /virtual-network/538ab5d3-09cf-4e3e-90b2-20bf2f56958d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.006202 10.0.0.41 - - [2025-11-06 03:02:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003576 10.0.0.41 - - [2025-11-06 03:02:13] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004577 10.0.0.41 - - [2025-11-06 03:02:13] "GET /virtual-networks?parent_id=e628e6a9-1c09-443b-a8fa-9d40893b5a1a&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003565 10.0.0.41 - - [2025-11-06 03:02:13] "GET /virtual-network/538ab5d3-09cf-4e3e-90b2-20bf2f56958d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.005984 10.0.0.41 - - [2025-11-06 03:02:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004454 10.0.0.41 - - [2025-11-06 03:02:13] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005800 10.0.0.41 - - [2025-11-06 03:02:13] "GET /virtual-networks?parent_id=e628e6a9-1c09-443b-a8fa-9d40893b5a1a&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.004721 10.0.0.41 - - [2025-11-06 03:02:13] "GET /virtual-network/538ab5d3-09cf-4e3e-90b2-20bf2f56958d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.008068 10.0.0.41 - - [2025-11-06 03:02:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003509 10.0.0.41 - - [2025-11-06 03:02:13] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005234 10.0.0.41 - - [2025-11-06 03:02:13] "GET /virtual-networks?parent_id=e628e6a9-1c09-443b-a8fa-9d40893b5a1a&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003770 10.0.0.41 - - [2025-11-06 03:02:13] "GET /virtual-network/538ab5d3-09cf-4e3e-90b2-20bf2f56958d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.006209 10.0.0.41 - - [2025-11-06 03:02:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003821 10.0.0.41 - - [2025-11-06 03:02:14] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005104 10.0.0.41 - - [2025-11-06 03:02:14] "GET /virtual-networks?parent_id=e628e6a9-1c09-443b-a8fa-9d40893b5a1a&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003457 10.0.0.41 - - [2025-11-06 03:02:14] "GET /virtual-network/538ab5d3-09cf-4e3e-90b2-20bf2f56958d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.009002 10.0.0.41 - - [2025-11-06 03:02:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005203 10.0.0.41 - - [2025-11-06 03:02:14] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006131 10.0.0.41 - - [2025-11-06 03:02:14] "GET /virtual-networks?parent_id=e628e6a9-1c09-443b-a8fa-9d40893b5a1a&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003802 10.0.0.41 - - [2025-11-06 03:02:14] "GET /virtual-network/538ab5d3-09cf-4e3e-90b2-20bf2f56958d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.006613 10.0.0.41 - - [2025-11-06 03:02:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004266 10.0.0.41 - - [2025-11-06 03:02:14] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005299 10.0.0.41 - - [2025-11-06 03:02:14] "GET /virtual-networks?parent_id=e628e6a9-1c09-443b-a8fa-9d40893b5a1a&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003303 10.0.0.41 - - [2025-11-06 03:02:14] "GET /virtual-network/538ab5d3-09cf-4e3e-90b2-20bf2f56958d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.007985 10.0.0.41 - - [2025-11-06 03:02:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003495 10.0.0.41 - - [2025-11-06 03:02:15] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004270 10.0.0.41 - - [2025-11-06 03:02:15] "GET /virtual-networks?parent_id=e628e6a9-1c09-443b-a8fa-9d40893b5a1a&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003070 10.0.0.41 - - [2025-11-06 03:02:15] "GET /virtual-network/538ab5d3-09cf-4e3e-90b2-20bf2f56958d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.006570 10.0.0.41 - - [2025-11-06 03:02:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005082 10.0.0.41 - - [2025-11-06 03:02:15] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004758 10.0.0.41 - - [2025-11-06 03:02:15] "GET /virtual-networks?parent_id=e628e6a9-1c09-443b-a8fa-9d40893b5a1a&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.004946 10.0.0.41 - - [2025-11-06 03:02:15] "GET /virtual-network/538ab5d3-09cf-4e3e-90b2-20bf2f56958d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.008193 10.0.0.41 - - [2025-11-06 03:02:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004820 10.0.0.41 - - [2025-11-06 03:02:15] "GET /routing-instance/2b8e6a10-3539-40d2-bcb8-3b788cffd550?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1683 0.005410 10.0.0.41 - - [2025-11-06 03:02:15] "GET /route-target/807add37-4b0d-4ed2-a381-f7d0b818c481?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004727 10.0.0.41 - - [2025-11-06 03:02:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003924 10.0.0.41 - - [2025-11-06 03:02:15] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005445 10.0.0.41 - - [2025-11-06 03:02:15] "GET /virtual-networks?parent_id=e628e6a9-1c09-443b-a8fa-9d40893b5a1a&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.004022 10.0.0.41 - - [2025-11-06 03:02:15] "GET /virtual-network/538ab5d3-09cf-4e3e-90b2-20bf2f56958d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.006618 10.0.0.41 - - [2025-11-06 03:02:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.010451 10.0.0.41 - - [2025-11-06 03:02:15] "GET /routing-instance/2b8e6a10-3539-40d2-bcb8-3b788cffd550?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1683 0.008683 10.0.0.41 - - [2025-11-06 03:02:15] "GET /route-target/807add37-4b0d-4ed2-a381-f7d0b818c481?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.006039 10.0.0.41 - - [2025-11-06 03:02:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004567 10.0.0.41 - - [2025-11-06 03:02:16] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005507 10.0.0.41 - - [2025-11-06 03:02:16] "GET /virtual-networks?parent_id=e628e6a9-1c09-443b-a8fa-9d40893b5a1a&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003457 10.0.0.41 - - [2025-11-06 03:02:16] "GET /virtual-network/538ab5d3-09cf-4e3e-90b2-20bf2f56958d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.006290 10.0.0.41 - - [2025-11-06 03:02:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003422 10.0.0.41 - - [2025-11-06 03:02:16] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004434 10.0.0.41 - - [2025-11-06 03:02:16] "GET /virtual-networks?parent_id=e628e6a9-1c09-443b-a8fa-9d40893b5a1a&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003557 10.0.0.41 - - [2025-11-06 03:02:16] "GET /virtual-network/538ab5d3-09cf-4e3e-90b2-20bf2f56958d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.006667 10.0.0.41 - - [2025-11-06 03:02:16] "GET /obj-perms HTTP/1.1" 200 5080 0.004068 10.0.0.41 - - [2025-11-06 03:02:16] "GET /obj-perms HTTP/1.1" 200 5080 0.004052 10.0.0.131 - - [2025-11-06 03:02:16] "GET /obj-perms HTTP/1.1" 200 5080 0.003872 10.0.0.41 - - [2025-11-06 03:02:16] "GET /obj-perms HTTP/1.1" 200 5080 0.004390 10.0.0.131 - - [2025-11-06 03:02:16] "GET /obj-perms HTTP/1.1" 200 5080 0.004333 10.0.0.41 - - [2025-11-06 03:02:16] "GET /virtual-machine/015f16d9-d3f8-4747-96d0-91dd00b39944 HTTP/1.1" 200 1317 0.004131 10.0.0.41 - - [2025-11-06 03:02:16] "GET /virtual-machine-interface/43e1fcf2-e13d-4c82-8ff7-d68b53924dd9 HTTP/1.1" 200 3425 0.006037 10.0.0.41 - - [2025-11-06 03:02:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004137 10.0.0.41 - - [2025-11-06 03:02:16] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004678 10.0.0.41 - - [2025-11-06 03:02:16] "GET /virtual-networks?parent_id=e628e6a9-1c09-443b-a8fa-9d40893b5a1a&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003841 10.0.0.41 - - [2025-11-06 03:02:16] "GET /virtual-network/538ab5d3-09cf-4e3e-90b2-20bf2f56958d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.015525 10.0.0.41 - - [2025-11-06 03:02:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004278 10.0.0.41 - - [2025-11-06 03:02:17] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004240 10.0.0.41 - - [2025-11-06 03:02:17] "GET /virtual-networks?parent_id=e628e6a9-1c09-443b-a8fa-9d40893b5a1a&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003770 10.0.0.41 - - [2025-11-06 03:02:17] "GET /virtual-network/538ab5d3-09cf-4e3e-90b2-20bf2f56958d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.009279 10.0.0.41 - - [2025-11-06 03:02:18] "GET /virtual-machine/183328a3-ce40-4dea-a463-98b1976920ca HTTP/1.1" 200 1319 0.011137 10.0.0.41 - - [2025-11-06 03:02:18] "GET /virtual-machine-interface/3fc181cc-aabf-4157-bb87-47ca42cd3805 HTTP/1.1" 200 3425 0.009252 10.0.0.41 - - [2025-11-06 03:02:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004862 10.0.0.41 - - [2025-11-06 03:02:18] "GET /security-group/2452b898-3a20-4fab-bfc9-a67c3cd2b898?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2742 0.008001 10.0.0.41 - - [2025-11-06 03:02:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.005016 10.0.0.41 - - [2025-11-06 03:02:18] "GET /security-group/2452b898-3a20-4fab-bfc9-a67c3cd2b898?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2742 0.006078 10.0.0.41 - - [2025-11-06 03:02:18] "POST /neutron/security_group HTTP/1.1" 200 1457 0.009804 10.0.0.41 - - [2025-11-06 03:02:18] "POST /neutron/port HTTP/1.1" 200 1245 0.020419 10.0.0.41 - - [2025-11-06 03:02:18] "GET /virtual-machine/183328a3-ce40-4dea-a463-98b1976920ca HTTP/1.1" 200 1319 0.004995 10.0.0.41 - - [2025-11-06 03:02:18] "GET /virtual-machine-interface/3fc181cc-aabf-4157-bb87-47ca42cd3805 HTTP/1.1" 200 3369 0.009636 10.0.0.41 - - [2025-11-06 03:02:18] "POST /neutron/port HTTP/1.1" 200 1181 0.017148 10.0.0.41 - - [2025-11-06 03:02:18] "POST /neutron/port HTTP/1.1" 200 1245 0.086830 10.0.0.41 - - [2025-11-06 03:02:18] "GET /virtual-machine/183328a3-ce40-4dea-a463-98b1976920ca HTTP/1.1" 200 1319 0.005502 10.0.0.41 - - [2025-11-06 03:02:18] "GET /virtual-machine-interface/3fc181cc-aabf-4157-bb87-47ca42cd3805 HTTP/1.1" 200 3425 0.014202 10.0.0.41 - - [2025-11-06 03:02:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004731 10.0.0.41 - - [2025-11-06 03:02:18] "GET /security-group/2452b898-3a20-4fab-bfc9-a67c3cd2b898?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2742 0.004980 10.0.0.41 - - [2025-11-06 03:02:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004202 10.0.0.41 - - [2025-11-06 03:02:18] "GET /security-group/2452b898-3a20-4fab-bfc9-a67c3cd2b898?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2742 0.005071 10.0.0.41 - - [2025-11-06 03:02:18] "POST /neutron/security_group HTTP/1.1" 400 206 0.013874 10.0.0.41 - - [2025-11-06 03:02:33] "POST /neutron/network HTTP/1.1" 200 1122 0.010017 10.0.0.41 - - [2025-11-06 03:02:34] "POST /neutron/subnet HTTP/1.1" 200 1380 0.021502 10.0.0.41 - - [2025-11-06 03:02:34] "POST /neutron/network HTTP/1.1" 200 1112 0.011420 10.0.0.41 - - [2025-11-06 03:02:42] "POST /neutron/network HTTP/1.1" 200 1122 0.010073 10.0.0.41 - - [2025-11-06 03:02:42] "POST /neutron/subnet HTTP/1.1" 200 1380 0.020799 10.0.0.41 - - [2025-11-06 03:02:42] "POST /neutron/network HTTP/1.1" 200 1112 0.017790 10.0.0.38 - - [2025-11-06 03:02:43] "GET /obj-perms HTTP/1.1" 200 5056 0.059065 10.0.0.41 - - [2025-11-06 03:03:27] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.154133 10.0.0.41 - - [2025-11-06 03:03:27] "POST /neutron/security_group_rule HTTP/1.1" 200 599 0.201101 10.0.0.131 - - [2025-11-06 03:03:27] "PUT /access-control-list/af987f61-e4df-4702-9ae5-ef09a1942ab1 HTTP/1.1" 200 273 0.046425 10.0.0.41 - - [2025-11-06 03:03:30] "POST /neutron/port HTTP/1.1" 200 1219 0.020311 10.0.0.41 - - [2025-11-06 03:03:30] "POST /neutron/port HTTP/1.1" 200 1207 0.072548 10.0.0.41 - - [2025-11-06 03:03:30] "GET /virtual-machine/015f16d9-d3f8-4747-96d0-91dd00b39944 HTTP/1.1" 200 1317 0.004704 10.0.0.41 - - [2025-11-06 03:03:31] "POST /neutron/port HTTP/1.1" 200 151 0.283529 10.0.0.41 - - [2025-11-06 03:03:32] "GET /virtual-machine/015f16d9-d3f8-4747-96d0-91dd00b39944 HTTP/1.1" 404 171 0.005106 10.0.0.41 - - [2025-11-06 03:03:32] "GET /virtual-machine/015f16d9-d3f8-4747-96d0-91dd00b39944 HTTP/1.1" 404 171 0.004653 10.0.0.41 - - [2025-11-06 03:03:32] "GET /virtual-machine/015f16d9-d3f8-4747-96d0-91dd00b39944 HTTP/1.1" 404 171 0.004003 10.0.0.41 - - [2025-11-06 03:03:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.005234 10.0.0.41 - - [2025-11-06 03:03:33] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006018 10.0.0.41 - - [2025-11-06 03:03:33] "GET /virtual-networks?parent_id=e628e6a9-1c09-443b-a8fa-9d40893b5a1a&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.005919 10.0.0.41 - - [2025-11-06 03:03:33] "GET /virtual-network/538ab5d3-09cf-4e3e-90b2-20bf2f56958d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.012653 10.0.0.41 - - [2025-11-06 03:03:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.005032 10.0.0.41 - - [2025-11-06 03:03:33] "GET /routing-instance/2b8e6a10-3539-40d2-bcb8-3b788cffd550?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1683 0.005731 10.0.0.41 - - [2025-11-06 03:03:33] "GET /route-target/807add37-4b0d-4ed2-a381-f7d0b818c481?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005378 10.0.0.41 - - [2025-11-06 03:03:33] "POST /neutron/network HTTP/1.1" 200 1122 0.011514 10.0.0.41 - - [2025-11-06 03:03:34] "POST /neutron/subnet HTTP/1.1" 200 1380 0.021077 10.0.0.41 - - [2025-11-06 03:03:34] "POST /neutron/network HTTP/1.1" 200 1112 0.010483 10.0.0.131 - - [2025-11-06 03:03:36] "GET /obj-perms HTTP/1.1" 200 5080 0.004151 10.0.0.41 - - [2025-11-06 03:03:39] "GET /obj-perms HTTP/1.1" 200 5080 0.004236 10.0.0.41 - - [2025-11-06 03:03:45] "GET /obj-perms HTTP/1.1" 200 5080 0.008703 10.0.0.131 - - [2025-11-06 03:03:45] "GET /obj-perms HTTP/1.1" 200 5080 0.008411 10.0.0.41 - - [2025-11-06 03:03:48] "GET /obj-perms HTTP/1.1" 200 5080 0.004870 10.0.0.41 - - [2025-11-06 03:03:48] "POST /neutron/port HTTP/1.1" 200 1245 0.018025 10.0.0.41 - - [2025-11-06 03:03:49] "GET /virtual-machine/183328a3-ce40-4dea-a463-98b1976920ca HTTP/1.1" 200 1319 0.004924 10.0.0.41 - - [2025-11-06 03:03:49] "POST /neutron/port HTTP/1.1" 200 1181 0.021438 10.0.0.41 - - [2025-11-06 03:03:51] "GET /virtual-machine/183328a3-ce40-4dea-a463-98b1976920ca HTTP/1.1" 404 171 0.003563 10.0.0.41 - - [2025-11-06 03:03:51] "GET /virtual-machine/183328a3-ce40-4dea-a463-98b1976920ca HTTP/1.1" 404 171 0.002813 10.0.0.41 - - [2025-11-06 03:03:51] "GET /virtual-machine/183328a3-ce40-4dea-a463-98b1976920ca HTTP/1.1" 404 171 0.004810 10.0.0.41 - - [2025-11-06 03:03:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004930 10.0.0.41 - - [2025-11-06 03:03:51] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005869 10.0.0.41 - - [2025-11-06 03:03:51] "GET /virtual-networks?parent_id=e628e6a9-1c09-443b-a8fa-9d40893b5a1a&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.004385 10.0.0.41 - - [2025-11-06 03:03:51] "GET /virtual-network/538ab5d3-09cf-4e3e-90b2-20bf2f56958d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.007432 10.0.0.41 - - [2025-11-06 03:03:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004385 10.0.0.41 - - [2025-11-06 03:03:51] "GET /routing-instance/2b8e6a10-3539-40d2-bcb8-3b788cffd550?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1683 0.007283 10.0.0.41 - - [2025-11-06 03:03:51] "GET /route-target/807add37-4b0d-4ed2-a381-f7d0b818c481?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005192 10.0.0.131 - - [2025-11-06 03:03:51] "GET /obj-perms HTTP/1.1" 200 5080 0.006330 10.0.0.41 - - [2025-11-06 03:03:57] "GET /obj-perms HTTP/1.1" 200 5080 0.004546 10.0.0.131 - - [2025-11-06 03:04:00] "GET /obj-perms HTTP/1.1" 200 5080 0.004624 10.0.0.41 - - [2025-11-06 03:04:06] "GET /obj-perms HTTP/1.1" 200 5080 0.004170 10.0.0.131 - - [2025-11-06 03:04:10] "GET /obj-perms HTTP/1.1" 200 5080 0.007241 10.0.0.41 - - [2025-11-06 03:04:16] "GET /obj-perms HTTP/1.1" 200 5080 0.004739 10.0.0.38 - - [2025-11-06 03:04:16] "GET /obj-perms HTTP/1.1" 200 5080 0.004891 10.0.0.131 - - [2025-11-06 03:04:16] "GET /obj-perms HTTP/1.1" 200 5080 0.003882 10.0.0.41 - - [2025-11-06 03:04:16] "POST /neutron/network HTTP/1.1" 200 1112 0.009968 10.0.0.131 - - [2025-11-06 03:04:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004024 10.0.0.41 - - [2025-11-06 03:04:16] "POST /neutron/security_group HTTP/1.1" 200 151 0.066688 10.0.0.41 - - [2025-11-06 03:04:16] "POST /fqname-to-id HTTP/1.1" 404 249 0.004283 10.0.0.131 - - [2025-11-06 03:04:16] "DELETE /access-control-list/ec3c1744-439f-44aa-96c4-92a91620ba53 HTTP/1.1" 200 115 0.052748 10.0.0.131 - - [2025-11-06 03:04:18] "GET /projects?obj_uuids=e628e6a9-1c09-443b-a8fa-9d40893b5a1a&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001266 10.0.0.41 - - [2025-11-06 03:04:18] "GET /project/e628e6a9-1c09-443b-a8fa-9d40893b5a1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.072354 10.0.0.131 - - [2025-11-06 03:04:18] "GET /projects?obj_uuids=e628e6a9-1c09-443b-a8fa-9d40893b5a1a&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001360 10.0.0.41 - - [2025-11-06 03:04:18] "GET /project/e628e6a9-1c09-443b-a8fa-9d40893b5a1a?fields=virtual_networks HTTP/1.1" 200 1085 0.050112 10.0.0.131 - - [2025-11-06 03:04:18] "GET /projects?obj_uuids=e628e6a9-1c09-443b-a8fa-9d40893b5a1a&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000995 10.0.0.41 - - [2025-11-06 03:04:18] "GET /project/e628e6a9-1c09-443b-a8fa-9d40893b5a1a?fields=virtual_machine_interfaces HTTP/1.1" 200 1085 0.045707 10.0.0.131 - - [2025-11-06 03:04:18] "GET /projects?obj_uuids=e628e6a9-1c09-443b-a8fa-9d40893b5a1a&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001024 10.0.0.41 - - [2025-11-06 03:04:18] "GET /project/e628e6a9-1c09-443b-a8fa-9d40893b5a1a?fields=security_groups HTTP/1.1" 200 1337 0.050895 10.0.0.41 - - [2025-11-06 03:04:19] "POST /fqname-to-id HTTP/1.1" 404 218 0.026944 10.0.0.131 - - [2025-11-06 03:04:19] "GET /projects?obj_uuids=39d041e2-4f9e-4b72-84fb-9564c61e82d0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003313 10.0.0.131 - - [2025-11-06 03:04:19] "GET /domains?obj_uuids=dd557474-6eee-442f-acdf-559f4d754f9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001716 10.0.0.131 - - [2025-11-06 03:04:19] "GET /domain/dd557474-6eee-442f-acdf-559f4d754f9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.040998 10.0.0.131 - - [2025-11-06 03:04:19] "POST /id-to-fqname HTTP/1.1" 200 221 0.003978 10.0.0.131 - - [2025-11-06 03:04:19] "POST /fqname-to-id HTTP/1.1" 404 232 0.007892 10.0.0.131 - - [2025-11-06 03:04:20] "POST /security-groups HTTP/1.1" 200 621 0.038322 10.0.0.131 - - [2025-11-06 03:04:20] "POST /projects HTTP/1.1" 200 645 0.258005 10.0.0.131 - - [2025-11-06 03:04:20] "POST /fqname-to-id HTTP/1.1" 404 263 0.008949 10.0.0.131 - - [2025-11-06 03:04:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.333273 10.0.0.41 - - [2025-11-06 03:04:20] "GET /project/39d041e2-4f9e-4b72-84fb-9564c61e82d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1485 0.524348 10.0.0.41 - - [2025-11-06 03:04:21] "GET / HTTP/1.1" 200 36215 0.001739 10.0.0.41 - - [2025-11-06 03:04:23] "POST /fqname-to-id HTTP/1.1" 401 292 0.001026 10.0.0.41 - - [2025-11-06 03:04:23] "POST /fqname-to-id HTTP/1.1" 404 254 0.081188 10.0.0.41 - - [2025-11-06 03:04:23] "POST /security-groups HTTP/1.1" 200 597 0.042995 10.0.0.41 - - [2025-11-06 03:04:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003420 10.0.0.131 - - [2025-11-06 03:04:23] "POST /access-control-lists HTTP/1.1" 200 650 0.026696 10.0.0.41 - - [2025-11-06 03:04:23] "GET /security-group/e2216d95-bad2-446d-b2bc-c6902194d511?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1947 0.013460 10.0.0.41 - - [2025-11-06 03:04:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005724 10.0.0.41 - - [2025-11-06 03:04:23] "GET /security-group/e2216d95-bad2-446d-b2bc-c6902194d511?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1947 0.004716 10.0.0.41 - - [2025-11-06 03:04:24] "DELETE /security-group/e2216d95-bad2-446d-b2bc-c6902194d511 HTTP/1.1" 200 115 0.098119 10.0.0.41 - - [2025-11-06 03:04:24] "POST /fqname-to-id HTTP/1.1" 404 254 0.005902 10.0.0.131 - - [2025-11-06 03:04:24] "DELETE /access-control-list/1ca2a522-6db9-439c-a9cd-848929c3ff3c HTTP/1.1" 200 115 0.082923 10.0.0.41 - - [2025-11-06 03:04:24] "POST /fqname-to-id HTTP/1.1" 404 254 0.004717 10.0.0.41 - - [2025-11-06 03:04:24] "POST /security-groups HTTP/1.1" 200 597 0.042305 10.0.0.41 - - [2025-11-06 03:04:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003167 10.0.0.131 - - [2025-11-06 03:04:24] "POST /access-control-lists HTTP/1.1" 200 650 0.038327 10.0.0.41 - - [2025-11-06 03:04:25] "GET /security-group/c4d93997-98fb-49ba-b5ea-1203bc6effa6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1947 0.024997 10.0.0.41 - - [2025-11-06 03:04:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004694 10.0.0.41 - - [2025-11-06 03:04:25] "GET /security-group/c4d93997-98fb-49ba-b5ea-1203bc6effa6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1947 0.005990 10.0.0.41 - - [2025-11-06 03:04:25] "GET /security-group/c4d93997-98fb-49ba-b5ea-1203bc6effa6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1947 0.006029 10.0.0.41 - - [2025-11-06 03:04:25] "PUT /security-group/c4d93997-98fb-49ba-b5ea-1203bc6effa6 HTTP/1.1" 200 263 0.029103 10.0.0.41 - - [2025-11-06 03:04:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.013808 10.0.0.131 - - [2025-11-06 03:04:25] "PUT /access-control-list/ecfc5cf4-7216-401f-b625-e0d84596676e HTTP/1.1" 200 273 0.042396 10.0.0.131 - - [2025-11-06 03:04:25] "GET /projects?obj_uuids=39d041e2-4f9e-4b72-84fb-9564c61e82d0&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001101 10.0.0.41 - - [2025-11-06 03:04:25] "GET /project/39d041e2-4f9e-4b72-84fb-9564c61e82d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1485 0.086002 10.0.0.131 - - [2025-11-06 03:04:26] "POST /ref-update HTTP/1.1" 200 156 0.028093 10.0.0.131 - - [2025-11-06 03:04:26] "POST /useragent-kv HTTP/1.1" 200 115 0.014086 10.0.0.41 - - [2025-11-06 03:04:26] "POST /neutron/subnet HTTP/1.1" 200 710 0.295296 10.0.0.41 - - [2025-11-06 03:04:26] "POST /id-to-fqname HTTP/1.1" 200 300 0.001396 10.0.0.41 - - [2025-11-06 03:04:26] "GET /virtual-network/868595c6-321c-4eef-80c2-313339c6cc36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2243 0.005339 10.0.0.41 - - [2025-11-06 03:04:26] "GET /virtual-network/868595c6-321c-4eef-80c2-313339c6cc36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2243 0.005560 10.0.0.41 - - [2025-11-06 03:04:26] "POST /neutron/network HTTP/1.1" 200 951 0.006976 10.0.0.41 - - [2025-11-06 03:04:26] "GET /virtual-network/868595c6-321c-4eef-80c2-313339c6cc36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2243 0.005979 10.0.0.41 - - [2025-11-06 03:04:27] "GET /obj-perms HTTP/1.1" 200 5090 0.055756 10.0.0.41 - - [2025-11-06 03:04:28] "POST /id-to-fqname HTTP/1.1" 200 300 0.002383 10.0.0.41 - - [2025-11-06 03:04:28] "POST /neutron/network HTTP/1.1" 200 961 0.007708 10.0.0.131 - - [2025-11-06 03:04:28] "GET /projects?obj_uuids=39d041e2-4f9e-4b72-84fb-9564c61e82d0&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.004322 10.0.0.41 - - [2025-11-06 03:04:28] "GET /project/39d041e2-4f9e-4b72-84fb-9564c61e82d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1485 0.070074 10.0.0.41 - - [2025-11-06 03:04:29] "POST /neutron/port HTTP/1.1" 200 117 0.006672 10.0.0.41 - - [2025-11-06 03:04:29] "POST /id-to-fqname HTTP/1.1" 200 300 0.001220 10.0.0.41 - - [2025-11-06 03:04:29] "POST /neutron/network HTTP/1.1" 200 961 0.007017 10.0.0.131 - - [2025-11-06 03:04:29] "GET /projects?obj_uuids=39d041e2-4f9e-4b72-84fb-9564c61e82d0&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001448 10.0.0.41 - - [2025-11-06 03:04:30] "POST /neutron/port HTTP/1.1" 200 1087 0.332467 10.0.0.131 - - [2025-11-06 03:04:30] "GET /projects?obj_uuids=39d041e2-4f9e-4b72-84fb-9564c61e82d0&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001925 10.0.0.41 - - [2025-11-06 03:04:30] "GET /project/39d041e2-4f9e-4b72-84fb-9564c61e82d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1485 0.098241 10.0.0.41 - - [2025-11-06 03:04:30] "POST /neutron/port HTTP/1.1" 200 1141 0.150801 10.0.0.41 - - [2025-11-06 03:04:30] "POST /neutron/port HTTP/1.1" 200 1115 0.023927 10.0.0.41 - - [2025-11-06 03:04:30] "POST /neutron/security_group HTTP/1.1" 200 1286 0.012520 10.0.0.41 - - [2025-11-06 03:04:30] "POST /neutron/port HTTP/1.1" 200 117 0.008620 10.0.0.41 - - [2025-11-06 03:04:30] "POST /neutron/network HTTP/1.1" 200 961 0.009966 10.0.0.41 - - [2025-11-06 03:04:31] "POST /neutron/port HTTP/1.1" 200 1087 0.046960 10.0.0.41 - - [2025-11-06 03:04:31] "POST /neutron/port HTTP/1.1" 200 1115 0.022247 10.0.0.41 - - [2025-11-06 03:04:31] "POST /neutron/port HTTP/1.1" 200 117 0.001614 10.0.0.41 - - [2025-11-06 03:04:33] "POST /neutron/port HTTP/1.1" 200 1115 0.017543 10.0.0.41 - - [2025-11-06 03:04:33] "POST /neutron/subnet HTTP/1.1" 200 684 0.012201 10.0.0.41 - - [2025-11-06 03:04:35] "POST /neutron/port HTTP/1.1" 200 1115 0.018334 10.0.0.41 - - [2025-11-06 03:04:35] "POST /neutron/security_group HTTP/1.1" 200 1286 0.010416 10.0.0.41 - - [2025-11-06 03:04:36] "POST /neutron/port HTTP/1.1" 200 1115 0.020559 10.0.0.41 - - [2025-11-06 03:04:36] "GET /virtual-machine/8f189dd3-f58b-435a-a9d8-1f767b277be8 HTTP/1.1" 401 292 0.000563 10.0.0.41 - - [2025-11-06 03:04:36] "GET /virtual-machine/8f189dd3-f58b-435a-a9d8-1f767b277be8 HTTP/1.1" 200 1325 0.032338 10.0.0.41 - - [2025-11-06 03:04:36] "GET /virtual-machine/8f189dd3-f58b-435a-a9d8-1f767b277be8 HTTP/1.1" 200 1325 0.005469 10.0.0.41 - - [2025-11-06 03:04:36] "GET /virtual-machine-interface/f60512e2-7eef-49b5-9b0f-7287300b1789 HTTP/1.1" 200 3271 0.008557 10.0.0.41 - - [2025-11-06 03:04:36] "GET /virtual-machine/8f189dd3-f58b-435a-a9d8-1f767b277be8 HTTP/1.1" 200 1325 0.005234 10.0.0.41 - - [2025-11-06 03:04:36] "GET /virtual-machine-interface/f60512e2-7eef-49b5-9b0f-7287300b1789 HTTP/1.1" 200 3271 0.005980 10.0.0.41 - - [2025-11-06 03:04:36] "GET /instance-ip/b3d0c8b5-c1ba-4f9b-8f75-dffba64f2cf3 HTTP/1.1" 200 1731 0.007409 10.0.0.41 - - [2025-11-06 03:04:36] "GET /virtual-machine/8f189dd3-f58b-435a-a9d8-1f767b277be8 HTTP/1.1" 200 1325 0.004389 10.0.0.41 - - [2025-11-06 03:04:36] "GET /virtual-machine-interface/f60512e2-7eef-49b5-9b0f-7287300b1789 HTTP/1.1" 200 3271 0.006280 10.0.0.41 - - [2025-11-06 03:04:36] "GET /instance-ip/b3d0c8b5-c1ba-4f9b-8f75-dffba64f2cf3 HTTP/1.1" 200 1731 0.006371 10.0.0.41 - - [2025-11-06 03:04:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004982 10.0.0.41 - - [2025-11-06 03:04:36] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004889 10.0.0.41 - - [2025-11-06 03:04:36] "GET /virtual-networks?parent_id=39d041e2-4f9e-4b72-84fb-9564c61e82d0&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003846 10.0.0.41 - - [2025-11-06 03:04:36] "GET /virtual-network/868595c6-321c-4eef-80c2-313339c6cc36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2243 0.009507 10.0.0.41 - - [2025-11-06 03:04:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.005117 10.0.0.41 - - [2025-11-06 03:04:36] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004444 10.0.0.41 - - [2025-11-06 03:04:36] "GET /virtual-networks?parent_id=39d041e2-4f9e-4b72-84fb-9564c61e82d0&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.004339 10.0.0.41 - - [2025-11-06 03:04:36] "GET /virtual-network/868595c6-321c-4eef-80c2-313339c6cc36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2243 0.007934 10.0.0.41 - - [2025-11-06 03:04:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003968 10.0.0.41 - - [2025-11-06 03:04:36] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005934 10.0.0.41 - - [2025-11-06 03:04:36] "GET /virtual-networks?parent_id=39d041e2-4f9e-4b72-84fb-9564c61e82d0&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.005066 10.0.0.41 - - [2025-11-06 03:04:36] "GET /virtual-network/868595c6-321c-4eef-80c2-313339c6cc36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2243 0.007308 10.0.0.41 - - [2025-11-06 03:04:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004356 10.0.0.41 - - [2025-11-06 03:04:36] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006806 10.0.0.41 - - [2025-11-06 03:04:37] "GET /virtual-networks?parent_id=39d041e2-4f9e-4b72-84fb-9564c61e82d0&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.004799 10.0.0.41 - - [2025-11-06 03:04:37] "GET /virtual-network/868595c6-321c-4eef-80c2-313339c6cc36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2243 0.008205 10.0.0.41 - - [2025-11-06 03:04:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004852 10.0.0.41 - - [2025-11-06 03:04:37] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.007504 10.0.0.41 - - [2025-11-06 03:04:37] "GET /virtual-networks?parent_id=39d041e2-4f9e-4b72-84fb-9564c61e82d0&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.004274 10.0.0.41 - - [2025-11-06 03:04:37] "GET /virtual-network/868595c6-321c-4eef-80c2-313339c6cc36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2243 0.009555 10.0.0.41 - - [2025-11-06 03:04:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.007353 10.0.0.41 - - [2025-11-06 03:04:37] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005411 10.0.0.41 - - [2025-11-06 03:04:37] "GET /virtual-networks?parent_id=39d041e2-4f9e-4b72-84fb-9564c61e82d0&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.004522 10.0.0.41 - - [2025-11-06 03:04:37] "GET /virtual-network/868595c6-321c-4eef-80c2-313339c6cc36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2243 0.008012 10.0.0.41 - - [2025-11-06 03:04:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.006819 10.0.0.41 - - [2025-11-06 03:04:37] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005928 10.0.0.41 - - [2025-11-06 03:04:37] "GET /virtual-networks?parent_id=39d041e2-4f9e-4b72-84fb-9564c61e82d0&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.005428 10.0.0.41 - - [2025-11-06 03:04:37] "GET /virtual-network/868595c6-321c-4eef-80c2-313339c6cc36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2243 0.008560 10.0.0.41 - - [2025-11-06 03:04:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.010532 10.0.0.41 - - [2025-11-06 03:04:40] "GET /virtual-network/868595c6-321c-4eef-80c2-313339c6cc36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2243 0.006802 10.0.0.41 - - [2025-11-06 03:04:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003919 10.0.0.41 - - [2025-11-06 03:04:44] "GET /virtual-network/868595c6-321c-4eef-80c2-313339c6cc36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2243 0.006508 10.0.0.41 - - [2025-11-06 03:04:45] "POST /neutron/port HTTP/1.1" 200 1115 0.036220 10.0.0.41 - - [2025-11-06 03:04:45] "POST /neutron/subnet HTTP/1.1" 200 684 0.013955 10.0.0.41 - - [2025-11-06 03:04:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003781 10.0.0.41 - - [2025-11-06 03:04:48] "GET /virtual-network/868595c6-321c-4eef-80c2-313339c6cc36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2243 0.005622 10.0.0.41 - - [2025-11-06 03:04:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004862 10.0.0.41 - - [2025-11-06 03:04:52] "GET /virtual-network/868595c6-321c-4eef-80c2-313339c6cc36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2243 0.006427 10.0.0.41 - - [2025-11-06 03:04:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004653 10.0.0.41 - - [2025-11-06 03:04:56] "GET /virtual-network/868595c6-321c-4eef-80c2-313339c6cc36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2243 0.007021 10.0.0.41 - - [2025-11-06 03:05:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003882 10.0.0.41 - - [2025-11-06 03:05:01] "GET /virtual-network/868595c6-321c-4eef-80c2-313339c6cc36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2243 0.007825 10.0.0.41 - - [2025-11-06 03:05:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005220 10.0.0.41 - - [2025-11-06 03:05:05] "GET /virtual-network/868595c6-321c-4eef-80c2-313339c6cc36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2243 0.008715 10.0.0.41 - - [2025-11-06 03:05:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004262 10.0.0.41 - - [2025-11-06 03:05:09] "GET /virtual-network/868595c6-321c-4eef-80c2-313339c6cc36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2243 0.006249 10.0.0.41 - - [2025-11-06 03:05:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004487 10.0.0.41 - - [2025-11-06 03:05:13] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005349 10.0.0.41 - - [2025-11-06 03:05:13] "GET /virtual-networks?parent_id=39d041e2-4f9e-4b72-84fb-9564c61e82d0&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003641 10.0.0.41 - - [2025-11-06 03:05:13] "GET /virtual-network/868595c6-321c-4eef-80c2-313339c6cc36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2243 0.006616 10.0.0.41 - - [2025-11-06 03:05:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004097 10.0.0.41 - - [2025-11-06 03:05:13] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003817 10.0.0.41 - - [2025-11-06 03:05:13] "GET /virtual-networks?parent_id=39d041e2-4f9e-4b72-84fb-9564c61e82d0&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.007414 10.0.0.41 - - [2025-11-06 03:05:13] "GET /virtual-network/868595c6-321c-4eef-80c2-313339c6cc36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2243 0.005875 10.0.0.41 - - [2025-11-06 03:05:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003389 10.0.0.41 - - [2025-11-06 03:05:13] "GET /routing-instance/6dffbd2c-2d65-42c1-bbb4-c3adccb93c78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1708 0.007688 10.0.0.41 - - [2025-11-06 03:05:13] "GET /route-target/da42dc94-ece1-498c-8661-bfcb9d5ff260?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004565 10.0.0.41 - - [2025-11-06 03:05:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004155 10.0.0.41 - - [2025-11-06 03:05:13] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004106 10.0.0.41 - - [2025-11-06 03:05:13] "GET /virtual-networks?parent_id=39d041e2-4f9e-4b72-84fb-9564c61e82d0&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003986 10.0.0.41 - - [2025-11-06 03:05:13] "GET /virtual-network/868595c6-321c-4eef-80c2-313339c6cc36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2243 0.008157 10.0.0.41 - - [2025-11-06 03:05:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005030 10.0.0.41 - - [2025-11-06 03:05:14] "GET /routing-instance/6dffbd2c-2d65-42c1-bbb4-c3adccb93c78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1708 0.006098 10.0.0.41 - - [2025-11-06 03:05:14] "GET /route-target/da42dc94-ece1-498c-8661-bfcb9d5ff260?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.006217 10.0.0.41 - - [2025-11-06 03:05:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005572 10.0.0.41 - - [2025-11-06 03:05:14] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004311 10.0.0.41 - - [2025-11-06 03:05:14] "GET /virtual-networks?parent_id=39d041e2-4f9e-4b72-84fb-9564c61e82d0&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003611 10.0.0.41 - - [2025-11-06 03:05:14] "GET /virtual-network/868595c6-321c-4eef-80c2-313339c6cc36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2243 0.008333 10.0.0.41 - - [2025-11-06 03:05:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.007852 10.0.0.41 - - [2025-11-06 03:05:14] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005414 10.0.0.41 - - [2025-11-06 03:05:14] "GET /virtual-networks?parent_id=39d041e2-4f9e-4b72-84fb-9564c61e82d0&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.004051 10.0.0.41 - - [2025-11-06 03:05:14] "GET /virtual-network/868595c6-321c-4eef-80c2-313339c6cc36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2243 0.005941 10.0.0.131 - - [2025-11-06 03:05:14] "GET /obj-perms HTTP/1.1" 200 5090 0.048404 10.0.0.41 - - [2025-11-06 03:05:14] "GET /obj-perms HTTP/1.1" 200 5090 0.004685 10.0.0.41 - - [2025-11-06 03:05:14] "GET /obj-perms HTTP/1.1" 200 5090 0.005848 10.0.0.131 - - [2025-11-06 03:05:14] "GET /obj-perms HTTP/1.1" 200 5090 0.005534 10.0.0.41 - - [2025-11-06 03:05:14] "GET /virtual-machine/8f189dd3-f58b-435a-a9d8-1f767b277be8 HTTP/1.1" 200 1325 0.005565 10.0.0.41 - - [2025-11-06 03:05:14] "GET /virtual-machine-interface/f60512e2-7eef-49b5-9b0f-7287300b1789 HTTP/1.1" 200 3271 0.007476 10.0.0.41 - - [2025-11-06 03:05:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004421 10.0.0.41 - - [2025-11-06 03:05:14] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004685 10.0.0.41 - - [2025-11-06 03:05:14] "GET /virtual-networks?parent_id=39d041e2-4f9e-4b72-84fb-9564c61e82d0&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003807 10.0.0.41 - - [2025-11-06 03:05:15] "GET /virtual-network/868595c6-321c-4eef-80c2-313339c6cc36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2243 0.008527 10.0.0.41 - - [2025-11-06 03:05:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.005048 10.0.0.41 - - [2025-11-06 03:05:16] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006741 10.0.0.41 - - [2025-11-06 03:05:16] "GET /virtual-networks?parent_id=39d041e2-4f9e-4b72-84fb-9564c61e82d0&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.004611 10.0.0.41 - - [2025-11-06 03:05:16] "GET /virtual-network/868595c6-321c-4eef-80c2-313339c6cc36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2243 0.008598 10.0.0.41 - - [2025-11-06 03:05:16] "POST /neutron/port HTTP/1.1" 200 1115 0.020397 10.0.0.131 - - [2025-11-06 03:05:17] "DELETE /project/39d041e24f9e4b7284fb9564c61e82d0 HTTP/1.1" 404 173 0.005314 10.0.0.131 - - [2025-11-06 03:05:17] "DELETE /project/e628e6a9-1c09-443b-a8fa-9d40893b5a1a HTTP/1.1" 404 177 0.010724 10.0.0.41 - - [2025-11-06 03:05:21] "POST /neutron/security_group HTTP/1.1" 200 1286 0.011491 10.0.0.41 - - [2025-11-06 03:05:26] "POST /neutron/port HTTP/1.1" 200 1115 0.020033 10.0.0.41 - - [2025-11-06 03:05:32] "POST /neutron/security_group HTTP/1.1" 200 1286 0.011143 10.0.0.41 - - [2025-11-06 03:05:32] "POST /neutron/port HTTP/1.1" 200 1115 0.019431 10.0.0.41 - - [2025-11-06 03:05:32] "POST /neutron/security_group HTTP/1.1" 200 1286 0.010402 10.0.0.41 - - [2025-11-06 03:05:32] "GET /virtual-machine/c5f184ef-08cf-4371-9ca3-bf8cea1c3d18 HTTP/1.1" 200 1325 0.010199 10.0.0.41 - - [2025-11-06 03:05:32] "GET /virtual-machine/c5f184ef-08cf-4371-9ca3-bf8cea1c3d18 HTTP/1.1" 200 1325 0.005858 10.0.0.41 - - [2025-11-06 03:05:32] "GET /virtual-machine-interface/1fc073d1-69fa-40f0-ab3e-2dd96ac669ec HTTP/1.1" 200 3270 0.007000 10.0.0.41 - - [2025-11-06 03:05:32] "GET /virtual-machine/c5f184ef-08cf-4371-9ca3-bf8cea1c3d18 HTTP/1.1" 200 1325 0.005574 10.0.0.41 - - [2025-11-06 03:05:32] "GET /virtual-machine-interface/1fc073d1-69fa-40f0-ab3e-2dd96ac669ec HTTP/1.1" 200 3270 0.007561 10.0.0.41 - - [2025-11-06 03:05:32] "GET /instance-ip/47f8073a-3d4f-40b0-a7d2-eebc02105187 HTTP/1.1" 200 1730 0.009857 10.0.0.41 - - [2025-11-06 03:05:32] "GET /virtual-machine/c5f184ef-08cf-4371-9ca3-bf8cea1c3d18 HTTP/1.1" 200 1325 0.004974 10.0.0.41 - - [2025-11-06 03:05:32] "GET /virtual-machine-interface/1fc073d1-69fa-40f0-ab3e-2dd96ac669ec HTTP/1.1" 200 3270 0.007436 10.0.0.41 - - [2025-11-06 03:05:32] "GET /instance-ip/47f8073a-3d4f-40b0-a7d2-eebc02105187 HTTP/1.1" 200 1730 0.005746 10.0.0.41 - - [2025-11-06 03:05:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.005215 10.0.0.41 - - [2025-11-06 03:05:32] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005480 10.0.0.41 - - [2025-11-06 03:05:32] "GET /virtual-networks?parent_id=39d041e2-4f9e-4b72-84fb-9564c61e82d0&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.004436 10.0.0.41 - - [2025-11-06 03:05:32] "GET /virtual-network/868595c6-321c-4eef-80c2-313339c6cc36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2243 0.011075 10.0.0.41 - - [2025-11-06 03:05:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.005613 10.0.0.41 - - [2025-11-06 03:05:32] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.007612 10.0.0.41 - - [2025-11-06 03:05:32] "GET /virtual-networks?parent_id=39d041e2-4f9e-4b72-84fb-9564c61e82d0&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.005203 10.0.0.41 - - [2025-11-06 03:05:32] "GET /virtual-network/868595c6-321c-4eef-80c2-313339c6cc36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2243 0.006967 10.0.0.41 - - [2025-11-06 03:05:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004373 10.0.0.41 - - [2025-11-06 03:05:32] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005573 10.0.0.41 - - [2025-11-06 03:05:32] "GET /virtual-networks?parent_id=39d041e2-4f9e-4b72-84fb-9564c61e82d0&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.004479 10.0.0.41 - - [2025-11-06 03:05:32] "GET /virtual-network/868595c6-321c-4eef-80c2-313339c6cc36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2243 0.008610 10.0.0.41 - - [2025-11-06 03:05:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003992 10.0.0.41 - - [2025-11-06 03:05:32] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004749 10.0.0.41 - - [2025-11-06 03:05:32] "GET /virtual-networks?parent_id=39d041e2-4f9e-4b72-84fb-9564c61e82d0&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.004639 10.0.0.41 - - [2025-11-06 03:05:32] "GET /virtual-network/868595c6-321c-4eef-80c2-313339c6cc36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2243 0.006569 10.0.0.41 - - [2025-11-06 03:05:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004265 10.0.0.41 - - [2025-11-06 03:05:33] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004469 10.0.0.41 - - [2025-11-06 03:05:33] "GET /virtual-networks?parent_id=39d041e2-4f9e-4b72-84fb-9564c61e82d0&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003247 10.0.0.41 - - [2025-11-06 03:05:33] "GET /virtual-network/868595c6-321c-4eef-80c2-313339c6cc36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2243 0.006448 10.0.0.41 - - [2025-11-06 03:05:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004022 10.0.0.41 - - [2025-11-06 03:05:33] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004753 10.0.0.41 - - [2025-11-06 03:05:33] "GET /virtual-networks?parent_id=39d041e2-4f9e-4b72-84fb-9564c61e82d0&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003759 10.0.0.41 - - [2025-11-06 03:05:33] "GET /virtual-network/868595c6-321c-4eef-80c2-313339c6cc36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2243 0.007560 10.0.0.41 - - [2025-11-06 03:05:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.007537 10.0.0.41 - - [2025-11-06 03:05:33] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004447 10.0.0.41 - - [2025-11-06 03:05:33] "GET /virtual-networks?parent_id=39d041e2-4f9e-4b72-84fb-9564c61e82d0&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003124 10.0.0.41 - - [2025-11-06 03:05:33] "GET /virtual-network/868595c6-321c-4eef-80c2-313339c6cc36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2243 0.007353 10.0.0.41 - - [2025-11-06 03:05:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003863 10.0.0.41 - - [2025-11-06 03:05:34] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004693 10.0.0.41 - - [2025-11-06 03:05:34] "GET /virtual-networks?parent_id=39d041e2-4f9e-4b72-84fb-9564c61e82d0&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.008408 10.0.0.41 - - [2025-11-06 03:05:34] "GET /virtual-network/868595c6-321c-4eef-80c2-313339c6cc36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2243 0.008243 10.0.0.41 - - [2025-11-06 03:05:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004885 10.0.0.41 - - [2025-11-06 03:05:34] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004014 10.0.0.41 - - [2025-11-06 03:05:34] "GET /virtual-networks?parent_id=39d041e2-4f9e-4b72-84fb-9564c61e82d0&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003138 10.0.0.41 - - [2025-11-06 03:05:34] "GET /virtual-network/868595c6-321c-4eef-80c2-313339c6cc36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2243 0.005901 10.0.0.41 - - [2025-11-06 03:05:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003485 10.0.0.41 - - [2025-11-06 03:05:34] "GET /routing-instance/6dffbd2c-2d65-42c1-bbb4-c3adccb93c78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1708 0.005866 10.0.0.41 - - [2025-11-06 03:05:34] "GET /route-target/da42dc94-ece1-498c-8661-bfcb9d5ff260?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004771 10.0.0.41 - - [2025-11-06 03:05:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005238 10.0.0.41 - - [2025-11-06 03:05:35] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006101 10.0.0.41 - - [2025-11-06 03:05:35] "GET /virtual-networks?parent_id=39d041e2-4f9e-4b72-84fb-9564c61e82d0&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.005339 10.0.0.41 - - [2025-11-06 03:05:35] "GET /virtual-network/868595c6-321c-4eef-80c2-313339c6cc36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2243 0.009997 10.0.0.41 - - [2025-11-06 03:05:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.005006 10.0.0.41 - - [2025-11-06 03:05:35] "GET /routing-instance/6dffbd2c-2d65-42c1-bbb4-c3adccb93c78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1708 0.004951 10.0.0.41 - - [2025-11-06 03:05:35] "GET /route-target/da42dc94-ece1-498c-8661-bfcb9d5ff260?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004689 10.0.0.41 - - [2025-11-06 03:05:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004374 10.0.0.41 - - [2025-11-06 03:05:35] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004450 10.0.0.41 - - [2025-11-06 03:05:35] "GET /virtual-networks?parent_id=39d041e2-4f9e-4b72-84fb-9564c61e82d0&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003842 10.0.0.41 - - [2025-11-06 03:05:35] "GET /virtual-network/868595c6-321c-4eef-80c2-313339c6cc36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2243 0.006063 10.0.0.41 - - [2025-11-06 03:05:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004063 10.0.0.41 - - [2025-11-06 03:05:35] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004086 10.0.0.41 - - [2025-11-06 03:05:35] "GET /virtual-networks?parent_id=39d041e2-4f9e-4b72-84fb-9564c61e82d0&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.004108 10.0.0.41 - - [2025-11-06 03:05:35] "GET /virtual-network/868595c6-321c-4eef-80c2-313339c6cc36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2243 0.008324 10.0.0.131 - - [2025-11-06 03:05:35] "GET /obj-perms HTTP/1.1" 200 5090 0.004899 10.0.0.41 - - [2025-11-06 03:05:35] "GET /obj-perms HTTP/1.1" 200 5090 0.005812 10.0.0.41 - - [2025-11-06 03:05:35] "GET /obj-perms HTTP/1.1" 200 5090 0.004396 10.0.0.131 - - [2025-11-06 03:05:35] "GET /obj-perms HTTP/1.1" 200 5090 0.004204 10.0.0.41 - - [2025-11-06 03:05:35] "GET /obj-perms HTTP/1.1" 200 5090 0.004692 10.0.0.41 - - [2025-11-06 03:05:35] "POST /neutron/port HTTP/1.1" 200 1115 0.027456 10.0.0.38 - - [2025-11-06 03:05:35] "GET /obj-perms HTTP/1.1" 200 5090 0.070241 10.0.0.41 - - [2025-11-06 03:05:35] "GET /virtual-machine/c5f184ef-08cf-4371-9ca3-bf8cea1c3d18 HTTP/1.1" 200 1325 0.004453 10.0.0.41 - - [2025-11-06 03:05:35] "GET /virtual-machine-interface/1fc073d1-69fa-40f0-ab3e-2dd96ac669ec HTTP/1.1" 200 3270 0.005661 10.0.0.41 - - [2025-11-06 03:05:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004896 10.0.0.41 - - [2025-11-06 03:05:35] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005345 10.0.0.41 - - [2025-11-06 03:05:35] "GET /virtual-networks?parent_id=39d041e2-4f9e-4b72-84fb-9564c61e82d0&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003198 10.0.0.41 - - [2025-11-06 03:05:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004575 10.0.0.41 - - [2025-11-06 03:05:36] "GET /virtual-network/868595c6-321c-4eef-80c2-313339c6cc36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2243 0.006922 10.0.0.41 - - [2025-11-06 03:05:36] "POST /neutron/network HTTP/1.1" 200 951 0.009565 10.0.0.41 - - [2025-11-06 03:05:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004906 10.0.0.41 - - [2025-11-06 03:05:37] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006222 10.0.0.41 - - [2025-11-06 03:05:37] "GET /virtual-networks?parent_id=39d041e2-4f9e-4b72-84fb-9564c61e82d0&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.004095 10.0.0.41 - - [2025-11-06 03:05:37] "GET /virtual-network/868595c6-321c-4eef-80c2-313339c6cc36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2243 0.007841 10.0.0.41 - - [2025-11-06 03:05:42] "POST /neutron/port HTTP/1.1" 200 1115 0.022329 10.0.0.41 - - [2025-11-06 03:05:46] "POST /neutron/port HTTP/1.1" 200 1115 0.022022 10.0.0.41 - - [2025-11-06 03:05:46] "POST /neutron/subnet HTTP/1.1" 200 684 0.012037 10.0.0.131 - - [2025-11-06 03:05:46] "GET /obj-perms HTTP/1.1" 200 5056 0.055890 10.0.0.41 - - [2025-11-06 03:05:47] "GET /virtual-machine/8f189dd3-f58b-435a-a9d8-1f767b277be8 HTTP/1.1" 200 1325 0.004854 10.0.0.41 - - [2025-11-06 03:05:47] "GET /virtual-machine-interface/f60512e2-7eef-49b5-9b0f-7287300b1789 HTTP/1.1" 200 3271 0.006154 10.0.0.41 - - [2025-11-06 03:05:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003436 10.0.0.41 - - [2025-11-06 03:05:47] "GET /security-group/c4d93997-98fb-49ba-b5ea-1203bc6effa6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.004321 10.0.0.41 - - [2025-11-06 03:05:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004191 10.0.0.41 - - [2025-11-06 03:05:47] "GET /security-group/c4d93997-98fb-49ba-b5ea-1203bc6effa6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.004633 10.0.0.41 - - [2025-11-06 03:05:47] "POST /neutron/security_group HTTP/1.1" 200 1312 0.004290 10.0.0.41 - - [2025-11-06 03:05:47] "POST /neutron/port HTTP/1.1" 200 1141 0.011256 10.0.0.41 - - [2025-11-06 03:05:48] "GET /virtual-machine/8f189dd3-f58b-435a-a9d8-1f767b277be8 HTTP/1.1" 200 1325 0.003831 10.0.0.41 - - [2025-11-06 03:05:48] "GET /virtual-machine-interface/f60512e2-7eef-49b5-9b0f-7287300b1789 HTTP/1.1" 200 3210 0.008022 10.0.0.41 - - [2025-11-06 03:05:48] "POST /neutron/security_group HTTP/1.1" 200 1286 0.007722 10.0.0.41 - - [2025-11-06 03:05:48] "POST /neutron/port HTTP/1.1" 200 1103 0.016596 10.0.0.41 - - [2025-11-06 03:05:48] "GET /virtual-machine/8f189dd3-f58b-435a-a9d8-1f767b277be8 HTTP/1.1" 200 1325 0.005385 10.0.0.41 - - [2025-11-06 03:05:48] "GET /virtual-machine-interface/f60512e2-7eef-49b5-9b0f-7287300b1789 HTTP/1.1" 200 3271 0.012858 10.0.0.41 - - [2025-11-06 03:05:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003406 10.0.0.41 - - [2025-11-06 03:05:48] "GET /security-group/c4d93997-98fb-49ba-b5ea-1203bc6effa6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.005302 10.0.0.41 - - [2025-11-06 03:05:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004092 10.0.0.41 - - [2025-11-06 03:05:48] "GET /security-group/c4d93997-98fb-49ba-b5ea-1203bc6effa6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.005435 10.0.0.41 - - [2025-11-06 03:05:48] "DELETE /security-group/c4d93997-98fb-49ba-b5ea-1203bc6effa6 HTTP/1.1" 409 338 0.010889 10.0.0.38 - - [2025-11-06 03:06:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000519 10.0.0.131 - - [2025-11-06 03:06:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000413 10.0.0.38 - - [2025-11-06 03:06:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000438 10.0.0.131 - - [2025-11-06 03:06:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000602 10.0.0.131 - - [2025-11-06 03:06:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000417 10.0.0.131 - - [2025-11-06 03:06:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000446 10.0.0.38 - - [2025-11-06 03:06:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000544 10.0.0.38 - - [2025-11-06 03:06:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000545 10.0.0.41 - - [2025-11-06 03:06:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000648 10.0.0.41 - - [2025-11-06 03:06:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000639 10.0.0.41 - - [2025-11-06 03:06:14] "GET /global-system-configs HTTP/1.1" 401 292 0.000450 10.0.0.41 - - [2025-11-06 03:06:14] "GET /global-system-configs HTTP/1.1" 401 292 0.000393 10.0.0.41 - - [2025-11-06 03:06:36] "POST /neutron/port HTTP/1.1" 200 1115 0.039040 10.0.0.41 - - [2025-11-06 03:06:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004246 10.0.0.41 - - [2025-11-06 03:06:37] "POST /neutron/network HTTP/1.1" 200 951 0.007587 10.0.0.41 - - [2025-11-06 03:06:48] "POST /neutron/network HTTP/1.1" 200 961 0.007769 10.0.0.41 - - [2025-11-06 03:06:48] "POST /neutron/port HTTP/1.1" 200 117 0.001590 10.0.0.41 - - [2025-11-06 03:07:19] "GET /security-group/c4d93997-98fb-49ba-b5ea-1203bc6effa6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.005067 10.0.0.41 - - [2025-11-06 03:07:20] "PUT /security-group/c4d93997-98fb-49ba-b5ea-1203bc6effa6 HTTP/1.1" 200 263 0.019846 10.0.0.131 - - [2025-11-06 03:07:20] "PUT /access-control-list/ecfc5cf4-7216-401f-b625-e0d84596676e HTTP/1.1" 200 273 0.017298 10.0.0.41 - - [2025-11-06 03:07:22] "POST /neutron/port HTTP/1.1" 200 1115 0.014868 10.0.0.41 - - [2025-11-06 03:07:22] "POST /neutron/port HTTP/1.1" 200 1103 0.065156 10.0.0.41 - - [2025-11-06 03:07:22] "GET /virtual-machine/c5f184ef-08cf-4371-9ca3-bf8cea1c3d18 HTTP/1.1" 200 1325 0.004652 10.0.0.41 - - [2025-11-06 03:07:23] "POST /neutron/port HTTP/1.1" 200 151 0.260201 10.0.0.41 - - [2025-11-06 03:07:24] "GET /virtual-machine/c5f184ef-08cf-4371-9ca3-bf8cea1c3d18 HTTP/1.1" 404 171 0.004104 10.0.0.41 - - [2025-11-06 03:07:24] "GET /virtual-machine/c5f184ef-08cf-4371-9ca3-bf8cea1c3d18 HTTP/1.1" 404 171 0.002850 10.0.0.41 - - [2025-11-06 03:07:24] "GET /virtual-machine/c5f184ef-08cf-4371-9ca3-bf8cea1c3d18 HTTP/1.1" 404 171 0.003644 10.0.0.41 - - [2025-11-06 03:07:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004858 10.0.0.41 - - [2025-11-06 03:07:25] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005191 10.0.0.41 - - [2025-11-06 03:07:25] "GET /virtual-networks?parent_id=39d041e2-4f9e-4b72-84fb-9564c61e82d0&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.004599 10.0.0.41 - - [2025-11-06 03:07:25] "GET /virtual-network/868595c6-321c-4eef-80c2-313339c6cc36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2243 0.007912 10.0.0.41 - - [2025-11-06 03:07:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004791 10.0.0.41 - - [2025-11-06 03:07:25] "GET /routing-instance/6dffbd2c-2d65-42c1-bbb4-c3adccb93c78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1708 0.005613 10.0.0.41 - - [2025-11-06 03:07:25] "GET /route-target/da42dc94-ece1-498c-8661-bfcb9d5ff260?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.006139 10.0.0.41 - - [2025-11-06 03:07:28] "GET /obj-perms HTTP/1.1" 200 5090 0.006366 10.0.0.131 - - [2025-11-06 03:07:31] "GET /obj-perms HTTP/1.1" 200 5090 0.004605 10.0.0.41 - - [2025-11-06 03:07:36] "POST /neutron/network HTTP/1.1" 200 961 0.010060 10.0.0.41 - - [2025-11-06 03:07:36] "POST /neutron/port HTTP/1.1" 200 117 0.001664 10.0.0.41 - - [2025-11-06 03:07:37] "GET /obj-perms HTTP/1.1" 200 5090 0.006568 10.0.0.131 - - [2025-11-06 03:07:40] "GET /obj-perms HTTP/1.1" 200 5090 0.004166 10.0.0.41 - - [2025-11-06 03:07:46] "GET /obj-perms HTTP/1.1" 200 5090 0.005252 10.0.0.38 - - [2025-11-06 03:07:47] "GET /obj-perms HTTP/1.1" 200 5090 0.004751 10.0.0.131 - - [2025-11-06 03:07:47] "GET /obj-perms HTTP/1.1" 200 5090 0.004270 10.0.0.41 - - [2025-11-06 03:07:47] "POST /neutron/port HTTP/1.1" 200 1115 0.019898 10.0.0.41 - - [2025-11-06 03:07:47] "POST /neutron/port HTTP/1.1" 200 1103 0.084734 10.0.0.41 - - [2025-11-06 03:07:47] "GET /virtual-machine/8f189dd3-f58b-435a-a9d8-1f767b277be8 HTTP/1.1" 200 1325 0.004982 10.0.0.41 - - [2025-11-06 03:07:48] "GET /obj-perms HTTP/1.1" 200 5056 0.105586 10.0.0.41 - - [2025-11-06 03:07:48] "POST /neutron/port HTTP/1.1" 200 151 0.188949 10.0.0.41 - - [2025-11-06 03:07:49] "GET /virtual-machine/8f189dd3-f58b-435a-a9d8-1f767b277be8 HTTP/1.1" 404 171 0.003586 10.0.0.41 - - [2025-11-06 03:07:49] "GET /virtual-machine/8f189dd3-f58b-435a-a9d8-1f767b277be8 HTTP/1.1" 404 171 0.003464 10.0.0.41 - - [2025-11-06 03:07:49] "GET /virtual-machine/8f189dd3-f58b-435a-a9d8-1f767b277be8 HTTP/1.1" 404 171 0.003460 10.0.0.41 - - [2025-11-06 03:07:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003717 10.0.0.41 - - [2025-11-06 03:07:49] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003969 10.0.0.41 - - [2025-11-06 03:07:49] "GET /virtual-networks?parent_id=39d041e2-4f9e-4b72-84fb-9564c61e82d0&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003644 10.0.0.41 - - [2025-11-06 03:07:49] "GET /virtual-network/868595c6-321c-4eef-80c2-313339c6cc36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2243 0.007713 10.0.0.41 - - [2025-11-06 03:07:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.005117 10.0.0.41 - - [2025-11-06 03:07:49] "GET /routing-instance/6dffbd2c-2d65-42c1-bbb4-c3adccb93c78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1708 0.004886 10.0.0.41 - - [2025-11-06 03:07:49] "GET /route-target/da42dc94-ece1-498c-8661-bfcb9d5ff260?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004161 10.0.0.131 - - [2025-11-06 03:07:52] "GET /obj-perms HTTP/1.1" 200 5090 0.005388 10.0.0.41 - - [2025-11-06 03:07:56] "GET /obj-perms HTTP/1.1" 200 5090 0.004118 10.0.0.131 - - [2025-11-06 03:08:02] "GET /obj-perms HTTP/1.1" 200 5090 0.004803 10.0.0.41 - - [2025-11-06 03:08:05] "GET /obj-perms HTTP/1.1" 200 5090 0.006254 10.0.0.131 - - [2025-11-06 03:08:11] "GET /obj-perms HTTP/1.1" 200 5090 0.005828 10.0.0.41 - - [2025-11-06 03:08:14] "GET /obj-perms HTTP/1.1" 200 5090 0.006170 10.0.0.41 - - [2025-11-06 03:08:17] "GET /obj-perms HTTP/1.1" 200 5090 0.004527 10.0.0.131 - - [2025-11-06 03:08:17] "GET /obj-perms HTTP/1.1" 200 5090 0.004080 10.0.0.131 - - [2025-11-06 03:08:17] "DELETE /route-target/da42dc94-ece1-498c-8661-bfcb9d5ff260 HTTP/1.1" 200 115 0.034598 10.0.0.41 - - [2025-11-06 03:08:18] "DELETE /security-group/c4d93997-98fb-49ba-b5ea-1203bc6effa6 HTTP/1.1" 200 115 0.050237 10.0.0.41 - - [2025-11-06 03:08:18] "POST /fqname-to-id HTTP/1.1" 404 254 0.003115 10.0.0.131 - - [2025-11-06 03:08:19] "GET /projects?obj_uuids=39d041e2-4f9e-4b72-84fb-9564c61e82d0&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.026853 10.0.0.41 - - [2025-11-06 03:08:19] "GET /project/39d041e2-4f9e-4b72-84fb-9564c61e82d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1485 0.068392 10.0.0.131 - - [2025-11-06 03:08:19] "GET /projects?obj_uuids=39d041e2-4f9e-4b72-84fb-9564c61e82d0&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001373 10.0.0.41 - - [2025-11-06 03:08:19] "GET /project/39d041e2-4f9e-4b72-84fb-9564c61e82d0?fields=virtual_networks HTTP/1.1" 200 1093 0.051548 10.0.0.131 - - [2025-11-06 03:08:19] "GET /projects?obj_uuids=39d041e2-4f9e-4b72-84fb-9564c61e82d0&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000959 10.0.0.41 - - [2025-11-06 03:08:19] "GET /project/39d041e2-4f9e-4b72-84fb-9564c61e82d0?fields=virtual_machine_interfaces HTTP/1.1" 200 1093 0.050137 10.0.0.131 - - [2025-11-06 03:08:19] "GET /projects?obj_uuids=39d041e2-4f9e-4b72-84fb-9564c61e82d0&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.002685 10.0.0.41 - - [2025-11-06 03:08:19] "GET /project/39d041e2-4f9e-4b72-84fb-9564c61e82d0?fields=security_groups HTTP/1.1" 200 1350 0.055371 10.0.0.41 - - [2025-11-06 03:08:21] "POST /fqname-to-id HTTP/1.1" 404 209 0.364056 10.0.0.131 - - [2025-11-06 03:08:21] "GET /projects?obj_uuids=796afcca-5054-4f82-ac26-142db57a2302&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004644 10.0.0.131 - - [2025-11-06 03:08:21] "GET /domains?obj_uuids=dd557474-6eee-442f-acdf-559f4d754f9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000938 10.0.0.131 - - [2025-11-06 03:08:21] "GET /domain/dd557474-6eee-442f-acdf-559f4d754f9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007655 10.0.0.131 - - [2025-11-06 03:08:21] "POST /id-to-fqname HTTP/1.1" 200 212 0.004350 10.0.0.131 - - [2025-11-06 03:08:21] "POST /fqname-to-id HTTP/1.1" 404 222 0.009314 10.0.0.131 - - [2025-11-06 03:08:21] "POST /security-groups HTTP/1.1" 200 612 0.082049 10.0.0.131 - - [2025-11-06 03:08:21] "POST /fqname-to-id HTTP/1.1" 404 255 0.009766 10.0.0.131 - - [2025-11-06 03:08:21] "POST /projects HTTP/1.1" 200 627 0.303216 10.0.0.131 - - [2025-11-06 03:08:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.374777 10.0.0.131 - - [2025-11-06 03:08:21] "POST /access-control-lists HTTP/1.1" 200 617 0.027203 10.0.0.41 - - [2025-11-06 03:08:21] "GET /project/796afcca-5054-4f82-ac26-142db57a2302?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.515203 10.0.0.41 - - [2025-11-06 03:08:22] "GET / HTTP/1.1" 200 36215 0.002513 10.0.0.41 - - [2025-11-06 03:08:24] "POST /fqname-to-id HTTP/1.1" 401 292 0.000510 10.0.0.41 - - [2025-11-06 03:08:25] "POST /fqname-to-id HTTP/1.1" 404 245 0.057903 10.0.0.131 - - [2025-11-06 03:08:25] "GET /projects?obj_uuids=796afcca-5054-4f82-ac26-142db57a2302&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000958 10.0.0.131 - - [2025-11-06 03:08:25] "POST /fqname-to-id HTTP/1.1" 404 276 0.002920 10.0.0.131 - - [2025-11-06 03:08:25] "PUT /access-control-list/de5a0017-fba1-4e5f-b282-fe01c9746784 HTTP/1.1" 200 273 0.021360 10.0.0.41 - - [2025-11-06 03:08:25] "POST /neutron/security_group HTTP/1.1" 200 1423 0.477453 10.0.0.41 - - [2025-11-06 03:08:25] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.182572 10.0.0.131 - - [2025-11-06 03:08:26] "PUT /access-control-list/de5a0017-fba1-4e5f-b282-fe01c9746784 HTTP/1.1" 200 273 0.023438 10.0.0.41 - - [2025-11-06 03:08:26] "POST /neutron/security_group_rule HTTP/1.1" 200 585 0.221462 10.0.0.41 - - [2025-11-06 03:08:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.005666 10.0.0.41 - - [2025-11-06 03:08:26] "GET /security-group/5460358d-4a51-4067-8db7-c34aab344c01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2004 0.004743 10.0.0.41 - - [2025-11-06 03:08:27] "POST /fqname-to-id HTTP/1.1" 404 245 0.009582 10.0.0.131 - - [2025-11-06 03:08:27] "DELETE /access-control-list/de5a0017-fba1-4e5f-b282-fe01c9746784 HTTP/1.1" 200 115 0.087111 10.0.0.41 - - [2025-11-06 03:08:27] "POST /fqname-to-id HTTP/1.1" 404 245 0.003428 10.0.0.131 - - [2025-11-06 03:08:27] "GET /projects?obj_uuids=796afcca-5054-4f82-ac26-142db57a2302&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000937 10.0.0.131 - - [2025-11-06 03:08:27] "POST /fqname-to-id HTTP/1.1" 404 276 0.006798 10.0.0.131 - - [2025-11-06 03:08:27] "PUT /access-control-list/5e0670b0-ca67-4c82-a2fe-be740e45e10b HTTP/1.1" 200 273 0.021332 10.0.0.41 - - [2025-11-06 03:08:28] "POST /neutron/security_group HTTP/1.1" 200 1423 0.463364 10.0.0.41 - - [2025-11-06 03:08:28] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.113514 10.0.0.131 - - [2025-11-06 03:08:28] "PUT /access-control-list/5e0670b0-ca67-4c82-a2fe-be740e45e10b HTTP/1.1" 200 273 0.013467 10.0.0.41 - - [2025-11-06 03:08:28] "POST /neutron/security_group_rule HTTP/1.1" 200 585 0.127228 10.0.0.41 - - [2025-11-06 03:08:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004321 10.0.0.41 - - [2025-11-06 03:08:28] "GET /security-group/34bde098-60df-44b6-8691-e5ec70021313?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2003 0.015172 10.0.0.41 - - [2025-11-06 03:08:29] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.165394 10.0.0.131 - - [2025-11-06 03:08:29] "PUT /access-control-list/5e0670b0-ca67-4c82-a2fe-be740e45e10b HTTP/1.1" 200 273 0.015014 10.0.0.41 - - [2025-11-06 03:08:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003434 10.0.0.131 - - [2025-11-06 03:08:29] "GET /projects?obj_uuids=796afcca-5054-4f82-ac26-142db57a2302&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001005 10.0.0.41 - - [2025-11-06 03:08:29] "GET /project/796afcca-5054-4f82-ac26-142db57a2302?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.047118 10.0.0.41 - - [2025-11-06 03:08:29] "POST /neutron/network HTTP/1.1" 200 117 0.012633 10.0.0.131 - - [2025-11-06 03:08:29] "POST /ref-update HTTP/1.1" 200 156 0.026996 10.0.0.41 - - [2025-11-06 03:08:30] "POST /neutron/network HTTP/1.1" 200 927 0.009411 10.0.0.41 - - [2025-11-06 03:08:30] "POST /id-to-fqname HTTP/1.1" 200 282 0.001531 10.0.0.41 - - [2025-11-06 03:08:30] "GET /virtual-network/169e26f3-2c25-45d9-844c-19edf9b1ff3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.009963 10.0.0.41 - - [2025-11-06 03:08:30] "GET /virtual-network/169e26f3-2c25-45d9-844c-19edf9b1ff3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.006192 10.0.0.41 - - [2025-11-06 03:08:30] "POST /neutron/subnet HTTP/1.1" 200 725 0.014191 10.0.0.41 - - [2025-11-06 03:08:30] "GET /virtual-network/169e26f3-2c25-45d9-844c-19edf9b1ff3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.007598 10.0.0.41 - - [2025-11-06 03:08:31] "POST /id-to-fqname HTTP/1.1" 200 282 0.001471 10.0.0.131 - - [2025-11-06 03:08:32] "GET /projects?obj_uuids=796afcca-5054-4f82-ac26-142db57a2302&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001642 10.0.0.41 - - [2025-11-06 03:08:32] "GET /project/796afcca-5054-4f82-ac26-142db57a2302?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.072740 10.0.0.41 - - [2025-11-06 03:08:32] "POST /neutron/network HTTP/1.1" 200 927 0.038544 10.0.0.41 - - [2025-11-06 03:08:33] "POST /id-to-fqname HTTP/1.1" 200 282 0.002708 10.0.0.41 - - [2025-11-06 03:08:33] "POST /neutron/port HTTP/1.1" 200 117 0.009670 10.0.0.41 - - [2025-11-06 03:08:33] "POST /neutron/network HTTP/1.1" 200 937 0.007048 10.0.0.41 - - [2025-11-06 03:08:33] "POST /neutron/port HTTP/1.1" 200 1081 0.020730 10.0.0.131 - - [2025-11-06 03:08:34] "GET /projects?obj_uuids=796afcca-5054-4f82-ac26-142db57a2302&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.011387 10.0.0.41 - - [2025-11-06 03:08:34] "POST /neutron/port HTTP/1.1" 200 1109 0.042315 10.0.0.41 - - [2025-11-06 03:08:34] "GET /project/796afcca-5054-4f82-ac26-142db57a2302?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.161354 10.0.0.41 - - [2025-11-06 03:08:34] "POST /neutron/subnet HTTP/1.1" 200 699 0.010117 10.0.0.41 - - [2025-11-06 03:08:34] "POST /neutron/port HTTP/1.1" 200 1109 0.017311 10.0.0.41 - - [2025-11-06 03:08:34] "POST /neutron/port HTTP/1.1" 200 1109 0.016523 10.0.0.131 - - [2025-11-06 03:08:34] "GET /projects?obj_uuids=796afcca-5054-4f82-ac26-142db57a2302&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001456 10.0.0.41 - - [2025-11-06 03:08:34] "POST /neutron/security_group HTTP/1.1" 200 3414 0.068502 10.0.0.41 - - [2025-11-06 03:08:35] "POST /neutron/port HTTP/1.1" 200 1081 0.020274 10.0.0.41 - - [2025-11-06 03:08:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004957 10.0.0.41 - - [2025-11-06 03:08:35] "POST /neutron/network HTTP/1.1" 200 927 0.007805 10.0.0.41 - - [2025-11-06 03:08:38] "POST /neutron/network HTTP/1.1" 200 937 0.007041 10.0.0.41 - - [2025-11-06 03:08:38] "POST /neutron/port HTTP/1.1" 200 117 0.001276 10.0.0.41 - - [2025-11-06 03:08:39] "POST /neutron/security_group HTTP/1.1" 200 1417 0.010323 10.0.0.41 - - [2025-11-06 03:08:39] "POST /neutron/port HTTP/1.1" 200 1109 0.021305 10.0.0.41 - - [2025-11-06 03:08:39] "POST /neutron/security_group HTTP/1.1" 200 1417 0.007382 10.0.0.41 - - [2025-11-06 03:08:39] "GET /virtual-machine/ea462c06-825b-40f3-a648-5a7bba36d439 HTTP/1.1" 401 292 0.000551 10.0.0.41 - - [2025-11-06 03:08:40] "GET /virtual-machine/ea462c06-825b-40f3-a648-5a7bba36d439 HTTP/1.1" 200 1316 0.028274 10.0.0.41 - - [2025-11-06 03:08:40] "GET /virtual-machine/ea462c06-825b-40f3-a648-5a7bba36d439 HTTP/1.1" 200 1316 0.004002 10.0.0.41 - - [2025-11-06 03:08:40] "GET /virtual-machine-interface/e083d189-e32e-49e6-9885-999cea97ea13 HTTP/1.1" 200 3199 0.005650 10.0.0.41 - - [2025-11-06 03:08:40] "GET /virtual-machine/ea462c06-825b-40f3-a648-5a7bba36d439 HTTP/1.1" 200 1316 0.004565 10.0.0.41 - - [2025-11-06 03:08:40] "GET /virtual-machine-interface/e083d189-e32e-49e6-9885-999cea97ea13 HTTP/1.1" 200 3199 0.006055 10.0.0.41 - - [2025-11-06 03:08:40] "GET /instance-ip/3df82230-ec7d-4301-bc0d-8e34e4e4361e HTTP/1.1" 200 1706 0.007767 10.0.0.41 - - [2025-11-06 03:08:40] "GET /virtual-machine/ea462c06-825b-40f3-a648-5a7bba36d439 HTTP/1.1" 200 1316 0.004338 10.0.0.41 - - [2025-11-06 03:08:40] "GET /virtual-machine-interface/e083d189-e32e-49e6-9885-999cea97ea13 HTTP/1.1" 200 3199 0.005394 10.0.0.41 - - [2025-11-06 03:08:40] "GET /instance-ip/3df82230-ec7d-4301-bc0d-8e34e4e4361e HTTP/1.1" 200 1706 0.004211 10.0.0.41 - - [2025-11-06 03:08:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003483 10.0.0.41 - - [2025-11-06 03:08:40] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003528 10.0.0.41 - - [2025-11-06 03:08:40] "GET /virtual-networks?parent_id=796afcca-5054-4f82-ac26-142db57a2302&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003134 10.0.0.41 - - [2025-11-06 03:08:40] "GET /virtual-network/169e26f3-2c25-45d9-844c-19edf9b1ff3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.006306 10.0.0.41 - - [2025-11-06 03:08:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003525 10.0.0.41 - - [2025-11-06 03:08:40] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005350 10.0.0.41 - - [2025-11-06 03:08:40] "GET /virtual-networks?parent_id=796afcca-5054-4f82-ac26-142db57a2302&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003466 10.0.0.41 - - [2025-11-06 03:08:40] "GET /virtual-network/169e26f3-2c25-45d9-844c-19edf9b1ff3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.006726 10.0.0.41 - - [2025-11-06 03:08:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003732 10.0.0.41 - - [2025-11-06 03:08:40] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004531 10.0.0.41 - - [2025-11-06 03:08:40] "GET /virtual-networks?parent_id=796afcca-5054-4f82-ac26-142db57a2302&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003026 10.0.0.41 - - [2025-11-06 03:08:40] "GET /virtual-network/169e26f3-2c25-45d9-844c-19edf9b1ff3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.005881 10.0.0.41 - - [2025-11-06 03:08:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003551 10.0.0.41 - - [2025-11-06 03:08:40] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004519 10.0.0.41 - - [2025-11-06 03:08:40] "GET /virtual-networks?parent_id=796afcca-5054-4f82-ac26-142db57a2302&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.004922 10.0.0.41 - - [2025-11-06 03:08:40] "GET /virtual-network/169e26f3-2c25-45d9-844c-19edf9b1ff3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.006682 10.0.0.41 - - [2025-11-06 03:08:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003532 10.0.0.41 - - [2025-11-06 03:08:40] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004648 10.0.0.41 - - [2025-11-06 03:08:40] "GET /virtual-networks?parent_id=796afcca-5054-4f82-ac26-142db57a2302&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003368 10.0.0.41 - - [2025-11-06 03:08:41] "GET /virtual-network/169e26f3-2c25-45d9-844c-19edf9b1ff3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.007050 10.0.0.41 - - [2025-11-06 03:08:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004531 10.0.0.41 - - [2025-11-06 03:08:41] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005116 10.0.0.41 - - [2025-11-06 03:08:41] "GET /virtual-networks?parent_id=796afcca-5054-4f82-ac26-142db57a2302&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003356 10.0.0.41 - - [2025-11-06 03:08:41] "GET /virtual-network/169e26f3-2c25-45d9-844c-19edf9b1ff3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.006554 10.0.0.41 - - [2025-11-06 03:08:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003499 10.0.0.41 - - [2025-11-06 03:08:41] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004071 10.0.0.41 - - [2025-11-06 03:08:41] "GET /virtual-networks?parent_id=796afcca-5054-4f82-ac26-142db57a2302&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003145 10.0.0.41 - - [2025-11-06 03:08:41] "GET /virtual-network/169e26f3-2c25-45d9-844c-19edf9b1ff3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.006271 10.0.0.41 - - [2025-11-06 03:08:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.005856 10.0.0.41 - - [2025-11-06 03:08:44] "GET /virtual-network/169e26f3-2c25-45d9-844c-19edf9b1ff3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.005744 10.0.0.41 - - [2025-11-06 03:08:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004571 10.0.0.41 - - [2025-11-06 03:08:48] "GET /virtual-network/169e26f3-2c25-45d9-844c-19edf9b1ff3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.005857 10.0.0.38 - - [2025-11-06 03:08:48] "GET /obj-perms HTTP/1.1" 200 5056 0.047934 10.0.0.41 - - [2025-11-06 03:08:51] "POST /neutron/network HTTP/1.1" 200 937 0.006729 10.0.0.41 - - [2025-11-06 03:08:51] "POST /neutron/port HTTP/1.1" 200 117 0.001159 10.0.0.41 - - [2025-11-06 03:08:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003711 10.0.0.41 - - [2025-11-06 03:08:52] "GET /virtual-network/169e26f3-2c25-45d9-844c-19edf9b1ff3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.007136 10.0.0.41 - - [2025-11-06 03:08:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004273 10.0.0.41 - - [2025-11-06 03:08:56] "GET /virtual-network/169e26f3-2c25-45d9-844c-19edf9b1ff3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.007029 10.0.0.41 - - [2025-11-06 03:09:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004126 10.0.0.41 - - [2025-11-06 03:09:00] "GET /virtual-network/169e26f3-2c25-45d9-844c-19edf9b1ff3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.008484 10.0.0.41 - - [2025-11-06 03:09:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003544 10.0.0.41 - - [2025-11-06 03:09:04] "GET /virtual-network/169e26f3-2c25-45d9-844c-19edf9b1ff3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.006262 10.0.0.41 - - [2025-11-06 03:09:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004297 10.0.0.41 - - [2025-11-06 03:09:08] "GET /virtual-network/169e26f3-2c25-45d9-844c-19edf9b1ff3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.005775 10.0.0.41 - - [2025-11-06 03:09:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004616 10.0.0.41 - - [2025-11-06 03:09:13] "GET /virtual-network/169e26f3-2c25-45d9-844c-19edf9b1ff3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.005858 10.0.0.41 - - [2025-11-06 03:09:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004353 10.0.0.41 - - [2025-11-06 03:09:15] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004479 10.0.0.41 - - [2025-11-06 03:09:15] "GET /virtual-networks?parent_id=796afcca-5054-4f82-ac26-142db57a2302&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.005470 10.0.0.41 - - [2025-11-06 03:09:15] "GET /virtual-network/169e26f3-2c25-45d9-844c-19edf9b1ff3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.007479 10.0.0.41 - - [2025-11-06 03:09:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004495 10.0.0.41 - - [2025-11-06 03:09:15] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005587 10.0.0.41 - - [2025-11-06 03:09:15] "GET /virtual-networks?parent_id=796afcca-5054-4f82-ac26-142db57a2302&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003222 10.0.0.41 - - [2025-11-06 03:09:15] "GET /virtual-network/169e26f3-2c25-45d9-844c-19edf9b1ff3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.006194 10.0.0.41 - - [2025-11-06 03:09:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004746 10.0.0.41 - - [2025-11-06 03:09:15] "GET /routing-instance/060f30c0-40dc-4ec3-9c43-08beabc43d93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1662 0.006387 10.0.0.41 - - [2025-11-06 03:09:15] "GET /route-target/5943c456-7f0a-48f6-8633-96d6be05f4fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005583 10.0.0.41 - - [2025-11-06 03:09:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004215 10.0.0.41 - - [2025-11-06 03:09:15] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004371 10.0.0.41 - - [2025-11-06 03:09:15] "GET /virtual-networks?parent_id=796afcca-5054-4f82-ac26-142db57a2302&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003418 10.0.0.41 - - [2025-11-06 03:09:15] "GET /virtual-network/169e26f3-2c25-45d9-844c-19edf9b1ff3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.006141 10.0.0.41 - - [2025-11-06 03:09:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003087 10.0.0.41 - - [2025-11-06 03:09:15] "GET /routing-instance/060f30c0-40dc-4ec3-9c43-08beabc43d93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1662 0.004653 10.0.0.41 - - [2025-11-06 03:09:15] "GET /route-target/5943c456-7f0a-48f6-8633-96d6be05f4fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.012129 10.0.0.41 - - [2025-11-06 03:09:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004758 10.0.0.41 - - [2025-11-06 03:09:15] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006656 10.0.0.41 - - [2025-11-06 03:09:15] "GET /virtual-networks?parent_id=796afcca-5054-4f82-ac26-142db57a2302&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.005136 10.0.0.41 - - [2025-11-06 03:09:16] "GET /virtual-network/169e26f3-2c25-45d9-844c-19edf9b1ff3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.006010 10.0.0.41 - - [2025-11-06 03:09:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004067 10.0.0.41 - - [2025-11-06 03:09:16] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005266 10.0.0.41 - - [2025-11-06 03:09:16] "GET /virtual-networks?parent_id=796afcca-5054-4f82-ac26-142db57a2302&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.011435 10.0.0.41 - - [2025-11-06 03:09:16] "GET /virtual-network/169e26f3-2c25-45d9-844c-19edf9b1ff3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.007293 10.0.0.131 - - [2025-11-06 03:09:16] "GET /obj-perms HTTP/1.1" 200 5072 0.044236 10.0.0.41 - - [2025-11-06 03:09:16] "GET /obj-perms HTTP/1.1" 200 5072 0.048384 10.0.0.41 - - [2025-11-06 03:09:16] "GET /obj-perms HTTP/1.1" 200 5072 0.005338 10.0.0.131 - - [2025-11-06 03:09:16] "GET /obj-perms HTTP/1.1" 200 5072 0.006165 10.0.0.41 - - [2025-11-06 03:09:16] "GET /virtual-machine/ea462c06-825b-40f3-a648-5a7bba36d439 HTTP/1.1" 200 1316 0.006473 10.0.0.41 - - [2025-11-06 03:09:16] "GET /virtual-machine-interface/e083d189-e32e-49e6-9885-999cea97ea13 HTTP/1.1" 200 3199 0.007789 10.0.0.41 - - [2025-11-06 03:09:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.006433 10.0.0.41 - - [2025-11-06 03:09:16] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005705 10.0.0.41 - - [2025-11-06 03:09:16] "GET /virtual-networks?parent_id=796afcca-5054-4f82-ac26-142db57a2302&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.006853 10.0.0.41 - - [2025-11-06 03:09:16] "GET /virtual-network/169e26f3-2c25-45d9-844c-19edf9b1ff3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.007497 10.0.0.131 - - [2025-11-06 03:09:17] "DELETE /project/796afcca50544f82ac26142db57a2302 HTTP/1.1" 404 173 0.006087 10.0.0.131 - - [2025-11-06 03:09:17] "DELETE /project/39d041e2-4f9e-4b72-84fb-9564c61e82d0 HTTP/1.1" 404 177 0.005525 10.0.0.41 - - [2025-11-06 03:09:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005988 10.0.0.41 - - [2025-11-06 03:09:17] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006111 10.0.0.41 - - [2025-11-06 03:09:17] "GET /virtual-networks?parent_id=796afcca-5054-4f82-ac26-142db57a2302&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.004048 10.0.0.41 - - [2025-11-06 03:09:17] "GET /virtual-network/169e26f3-2c25-45d9-844c-19edf9b1ff3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.007145 10.0.0.41 - - [2025-11-06 03:09:18] "POST /neutron/security_group HTTP/1.1" 200 1417 0.011119 10.0.0.41 - - [2025-11-06 03:09:25] "POST /neutron/port HTTP/1.1" 200 1109 0.046144 10.0.0.41 - - [2025-11-06 03:09:25] "POST /neutron/security_group HTTP/1.1" 200 1417 0.008640 10.0.0.41 - - [2025-11-06 03:09:33] "POST /neutron/port HTTP/1.1" 200 1109 0.019087 10.0.0.41 - - [2025-11-06 03:09:38] "POST /neutron/security_group HTTP/1.1" 200 1417 0.007580 10.0.0.41 - - [2025-11-06 03:09:39] "POST /neutron/port HTTP/1.1" 200 1109 0.017295 10.0.0.41 - - [2025-11-06 03:09:39] "POST /neutron/security_group HTTP/1.1" 200 1417 0.007286 10.0.0.41 - - [2025-11-06 03:09:39] "GET /virtual-machine/acdc7ca9-79fa-437d-a1d0-a2deb56823d8 HTTP/1.1" 200 1316 0.006372 10.0.0.41 - - [2025-11-06 03:09:39] "GET /virtual-machine/acdc7ca9-79fa-437d-a1d0-a2deb56823d8 HTTP/1.1" 200 1316 0.003399 10.0.0.41 - - [2025-11-06 03:09:39] "GET /virtual-machine-interface/7184c3d8-2fa8-458a-8793-4bc9c98b1238 HTTP/1.1" 200 3197 0.005269 10.0.0.41 - - [2025-11-06 03:09:39] "GET /virtual-machine/acdc7ca9-79fa-437d-a1d0-a2deb56823d8 HTTP/1.1" 200 1316 0.004031 10.0.0.41 - - [2025-11-06 03:09:39] "GET /virtual-machine-interface/7184c3d8-2fa8-458a-8793-4bc9c98b1238 HTTP/1.1" 200 3197 0.005173 10.0.0.41 - - [2025-11-06 03:09:39] "GET /instance-ip/c03178fb-4fac-4341-a4d5-b33ac45de1ed HTTP/1.1" 200 1707 0.006735 10.0.0.41 - - [2025-11-06 03:09:39] "GET /virtual-machine/acdc7ca9-79fa-437d-a1d0-a2deb56823d8 HTTP/1.1" 200 1316 0.004635 10.0.0.41 - - [2025-11-06 03:09:39] "GET /virtual-machine-interface/7184c3d8-2fa8-458a-8793-4bc9c98b1238 HTTP/1.1" 200 3197 0.005553 10.0.0.41 - - [2025-11-06 03:09:39] "GET /instance-ip/c03178fb-4fac-4341-a4d5-b33ac45de1ed HTTP/1.1" 200 1707 0.006850 10.0.0.41 - - [2025-11-06 03:09:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004228 10.0.0.41 - - [2025-11-06 03:09:39] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003593 10.0.0.41 - - [2025-11-06 03:09:39] "GET /virtual-networks?parent_id=796afcca-5054-4f82-ac26-142db57a2302&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003199 10.0.0.41 - - [2025-11-06 03:09:39] "GET /virtual-network/169e26f3-2c25-45d9-844c-19edf9b1ff3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.006174 10.0.0.41 - - [2025-11-06 03:09:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003966 10.0.0.41 - - [2025-11-06 03:09:39] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005797 10.0.0.41 - - [2025-11-06 03:09:39] "GET /virtual-networks?parent_id=796afcca-5054-4f82-ac26-142db57a2302&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.007550 10.0.0.41 - - [2025-11-06 03:09:39] "GET /virtual-network/169e26f3-2c25-45d9-844c-19edf9b1ff3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.005730 10.0.0.41 - - [2025-11-06 03:09:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003887 10.0.0.41 - - [2025-11-06 03:09:39] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004997 10.0.0.41 - - [2025-11-06 03:09:39] "GET /virtual-networks?parent_id=796afcca-5054-4f82-ac26-142db57a2302&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003104 10.0.0.41 - - [2025-11-06 03:09:39] "GET /virtual-network/169e26f3-2c25-45d9-844c-19edf9b1ff3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.005742 10.0.0.41 - - [2025-11-06 03:09:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003918 10.0.0.41 - - [2025-11-06 03:09:39] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004712 10.0.0.41 - - [2025-11-06 03:09:39] "GET /virtual-networks?parent_id=796afcca-5054-4f82-ac26-142db57a2302&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.004170 10.0.0.41 - - [2025-11-06 03:09:39] "GET /virtual-network/169e26f3-2c25-45d9-844c-19edf9b1ff3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.008262 10.0.0.41 - - [2025-11-06 03:09:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003752 10.0.0.41 - - [2025-11-06 03:09:39] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004900 10.0.0.41 - - [2025-11-06 03:09:39] "GET /virtual-networks?parent_id=796afcca-5054-4f82-ac26-142db57a2302&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003316 10.0.0.41 - - [2025-11-06 03:09:39] "GET /virtual-network/169e26f3-2c25-45d9-844c-19edf9b1ff3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.008775 10.0.0.41 - - [2025-11-06 03:09:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004709 10.0.0.41 - - [2025-11-06 03:09:39] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006299 10.0.0.41 - - [2025-11-06 03:09:39] "GET /virtual-networks?parent_id=796afcca-5054-4f82-ac26-142db57a2302&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.005281 10.0.0.41 - - [2025-11-06 03:09:39] "GET /virtual-network/169e26f3-2c25-45d9-844c-19edf9b1ff3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.009975 10.0.0.41 - - [2025-11-06 03:09:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005733 10.0.0.41 - - [2025-11-06 03:09:40] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004641 10.0.0.41 - - [2025-11-06 03:09:40] "GET /virtual-networks?parent_id=796afcca-5054-4f82-ac26-142db57a2302&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003270 10.0.0.41 - - [2025-11-06 03:09:40] "GET /virtual-network/169e26f3-2c25-45d9-844c-19edf9b1ff3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.006181 10.0.0.41 - - [2025-11-06 03:09:40] "POST /neutron/network HTTP/1.1" 200 937 0.007360 10.0.0.41 - - [2025-11-06 03:09:40] "POST /neutron/port HTTP/1.1" 200 117 0.001224 10.0.0.41 - - [2025-11-06 03:09:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003898 10.0.0.41 - - [2025-11-06 03:09:41] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004985 10.0.0.41 - - [2025-11-06 03:09:41] "GET /virtual-networks?parent_id=796afcca-5054-4f82-ac26-142db57a2302&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.005058 10.0.0.41 - - [2025-11-06 03:09:41] "GET /virtual-network/169e26f3-2c25-45d9-844c-19edf9b1ff3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.007890 10.0.0.41 - - [2025-11-06 03:09:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004102 10.0.0.41 - - [2025-11-06 03:09:41] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006206 10.0.0.41 - - [2025-11-06 03:09:41] "GET /virtual-networks?parent_id=796afcca-5054-4f82-ac26-142db57a2302&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.004246 10.0.0.41 - - [2025-11-06 03:09:41] "GET /virtual-network/169e26f3-2c25-45d9-844c-19edf9b1ff3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.005635 10.0.0.41 - - [2025-11-06 03:09:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004243 10.0.0.41 - - [2025-11-06 03:09:41] "GET /routing-instance/060f30c0-40dc-4ec3-9c43-08beabc43d93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1662 0.004843 10.0.0.41 - - [2025-11-06 03:09:41] "GET /route-target/5943c456-7f0a-48f6-8633-96d6be05f4fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003922 10.0.0.41 - - [2025-11-06 03:09:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.005005 10.0.0.41 - - [2025-11-06 03:09:41] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005905 10.0.0.41 - - [2025-11-06 03:09:41] "GET /virtual-networks?parent_id=796afcca-5054-4f82-ac26-142db57a2302&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.004092 10.0.0.41 - - [2025-11-06 03:09:41] "GET /virtual-network/169e26f3-2c25-45d9-844c-19edf9b1ff3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.007409 10.0.0.41 - - [2025-11-06 03:09:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004511 10.0.0.41 - - [2025-11-06 03:09:41] "GET /routing-instance/060f30c0-40dc-4ec3-9c43-08beabc43d93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1662 0.005756 10.0.0.41 - - [2025-11-06 03:09:41] "GET /route-target/5943c456-7f0a-48f6-8633-96d6be05f4fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004624 10.0.0.41 - - [2025-11-06 03:09:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.005692 10.0.0.41 - - [2025-11-06 03:09:41] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006308 10.0.0.41 - - [2025-11-06 03:09:42] "GET /virtual-networks?parent_id=796afcca-5054-4f82-ac26-142db57a2302&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.005219 10.0.0.41 - - [2025-11-06 03:09:42] "GET /virtual-network/169e26f3-2c25-45d9-844c-19edf9b1ff3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.007324 10.0.0.41 - - [2025-11-06 03:09:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004793 10.0.0.41 - - [2025-11-06 03:09:42] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005044 10.0.0.41 - - [2025-11-06 03:09:42] "GET /virtual-networks?parent_id=796afcca-5054-4f82-ac26-142db57a2302&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003977 10.0.0.41 - - [2025-11-06 03:09:42] "GET /virtual-network/169e26f3-2c25-45d9-844c-19edf9b1ff3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.006880 10.0.0.131 - - [2025-11-06 03:09:42] "GET /obj-perms HTTP/1.1" 200 5072 0.004403 10.0.0.41 - - [2025-11-06 03:09:42] "GET /obj-perms HTTP/1.1" 200 5072 0.004432 10.0.0.41 - - [2025-11-06 03:09:42] "GET /obj-perms HTTP/1.1" 200 5072 0.004250 10.0.0.131 - - [2025-11-06 03:09:42] "GET /obj-perms HTTP/1.1" 200 5072 0.003920 10.0.0.41 - - [2025-11-06 03:09:42] "GET /obj-perms HTTP/1.1" 200 5072 0.003911 10.0.0.41 - - [2025-11-06 03:09:42] "GET /virtual-machine/acdc7ca9-79fa-437d-a1d0-a2deb56823d8 HTTP/1.1" 200 1316 0.004159 10.0.0.41 - - [2025-11-06 03:09:42] "GET /virtual-machine-interface/7184c3d8-2fa8-458a-8793-4bc9c98b1238 HTTP/1.1" 200 3197 0.005607 10.0.0.41 - - [2025-11-06 03:09:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003480 10.0.0.41 - - [2025-11-06 03:09:42] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004066 10.0.0.41 - - [2025-11-06 03:09:42] "GET /virtual-networks?parent_id=796afcca-5054-4f82-ac26-142db57a2302&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003099 10.0.0.41 - - [2025-11-06 03:09:42] "GET /virtual-network/169e26f3-2c25-45d9-844c-19edf9b1ff3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.006121 10.0.0.41 - - [2025-11-06 03:09:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.011099 10.0.0.41 - - [2025-11-06 03:09:43] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004387 10.0.0.41 - - [2025-11-06 03:09:43] "GET /virtual-networks?parent_id=796afcca-5054-4f82-ac26-142db57a2302&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003610 10.0.0.41 - - [2025-11-06 03:09:43] "GET /virtual-network/169e26f3-2c25-45d9-844c-19edf9b1ff3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.006916 10.0.0.41 - - [2025-11-06 03:09:43] "GET /virtual-machine/ea462c06-825b-40f3-a648-5a7bba36d439 HTTP/1.1" 200 1316 0.005276 10.0.0.41 - - [2025-11-06 03:09:43] "GET /virtual-machine-interface/e083d189-e32e-49e6-9885-999cea97ea13 HTTP/1.1" 200 3199 0.007011 10.0.0.41 - - [2025-11-06 03:09:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.005777 10.0.0.41 - - [2025-11-06 03:09:43] "GET /security-group/34bde098-60df-44b6-8691-e5ec70021313?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2697 0.007097 10.0.0.41 - - [2025-11-06 03:09:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004869 10.0.0.41 - - [2025-11-06 03:09:44] "GET /security-group/34bde098-60df-44b6-8691-e5ec70021313?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2697 0.009241 10.0.0.41 - - [2025-11-06 03:09:44] "POST /neutron/security_group HTTP/1.1" 200 1417 0.010292 10.0.0.41 - - [2025-11-06 03:09:44] "POST /neutron/port HTTP/1.1" 200 1135 0.022376 10.0.0.41 - - [2025-11-06 03:09:44] "GET /virtual-machine/ea462c06-825b-40f3-a648-5a7bba36d439 HTTP/1.1" 200 1316 0.006653 10.0.0.41 - - [2025-11-06 03:09:44] "GET /virtual-machine-interface/e083d189-e32e-49e6-9885-999cea97ea13 HTTP/1.1" 200 3147 0.010937 10.0.0.41 - - [2025-11-06 03:09:44] "POST /neutron/port HTTP/1.1" 200 1071 0.033440 10.0.0.41 - - [2025-11-06 03:09:44] "POST /neutron/port HTTP/1.1" 200 1135 0.122456 10.0.0.41 - - [2025-11-06 03:09:44] "GET /virtual-machine/ea462c06-825b-40f3-a648-5a7bba36d439 HTTP/1.1" 200 1316 0.005564 10.0.0.41 - - [2025-11-06 03:09:44] "GET /virtual-machine-interface/e083d189-e32e-49e6-9885-999cea97ea13 HTTP/1.1" 200 3199 0.006420 10.0.0.41 - - [2025-11-06 03:09:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004337 10.0.0.41 - - [2025-11-06 03:09:44] "GET /security-group/34bde098-60df-44b6-8691-e5ec70021313?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2697 0.005872 10.0.0.41 - - [2025-11-06 03:09:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004432 10.0.0.41 - - [2025-11-06 03:09:44] "GET /security-group/34bde098-60df-44b6-8691-e5ec70021313?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2697 0.005269 10.0.0.41 - - [2025-11-06 03:09:44] "POST /neutron/security_group HTTP/1.1" 400 206 0.020182 10.0.0.38 - - [2025-11-06 03:09:49] "GET /obj-perms HTTP/1.1" 200 5056 0.044245 10.0.0.41 - - [2025-11-06 03:09:51] "POST /neutron/network HTTP/1.1" 200 937 0.037711 10.0.0.41 - - [2025-11-06 03:09:51] "POST /neutron/port HTTP/1.1" 200 117 0.001522 10.0.0.41 - - [2025-11-06 03:10:41] "POST /neutron/port HTTP/1.1" 200 1109 0.034546 10.0.0.41 - - [2025-11-06 03:10:41] "POST /neutron/subnet HTTP/1.1" 200 699 0.016033 10.0.0.131 - - [2025-11-06 03:10:49] "GET /obj-perms HTTP/1.1" 200 5056 0.056423 10.0.0.41 - - [2025-11-06 03:10:52] "POST /neutron/port HTTP/1.1" 200 1109 0.016902 10.0.0.41 - - [2025-11-06 03:10:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004255 10.0.0.41 - - [2025-11-06 03:10:53] "POST /neutron/network HTTP/1.1" 200 927 0.007703 10.0.0.38 - - [2025-11-06 03:11:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000672 10.0.0.131 - - [2025-11-06 03:11:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000403 10.0.0.38 - - [2025-11-06 03:11:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000572 10.0.0.131 - - [2025-11-06 03:11:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000429 10.0.0.131 - - [2025-11-06 03:11:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000408 10.0.0.131 - - [2025-11-06 03:11:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000540 10.0.0.38 - - [2025-11-06 03:11:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000605 10.0.0.38 - - [2025-11-06 03:11:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000655 10.0.0.41 - - [2025-11-06 03:11:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000456 10.0.0.41 - - [2025-11-06 03:11:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000476 10.0.0.41 - - [2025-11-06 03:11:14] "GET /global-system-configs HTTP/1.1" 401 292 0.000511 10.0.0.41 - - [2025-11-06 03:11:14] "GET /global-system-configs HTTP/1.1" 401 292 0.000536 10.0.0.41 - - [2025-11-06 03:11:27] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.181267 10.0.0.131 - - [2025-11-06 03:11:27] "PUT /access-control-list/5e0670b0-ca67-4c82-a2fe-be740e45e10b HTTP/1.1" 200 273 0.019128 10.0.0.41 - - [2025-11-06 03:11:28] "POST /neutron/security_group_rule HTTP/1.1" 200 582 0.155470 10.0.0.41 - - [2025-11-06 03:11:30] "POST /neutron/port HTTP/1.1" 200 1109 0.022002 10.0.0.41 - - [2025-11-06 03:11:31] "POST /neutron/port HTTP/1.1" 200 1097 0.071237 10.0.0.41 - - [2025-11-06 03:11:31] "GET /virtual-machine/acdc7ca9-79fa-437d-a1d0-a2deb56823d8 HTTP/1.1" 200 1316 0.005605 10.0.0.41 - - [2025-11-06 03:11:31] "POST /neutron/port HTTP/1.1" 200 151 0.185955 10.0.0.41 - - [2025-11-06 03:11:33] "GET /virtual-machine/acdc7ca9-79fa-437d-a1d0-a2deb56823d8 HTTP/1.1" 404 171 0.004209 10.0.0.41 - - [2025-11-06 03:11:33] "GET /virtual-machine/acdc7ca9-79fa-437d-a1d0-a2deb56823d8 HTTP/1.1" 404 171 0.003686 10.0.0.41 - - [2025-11-06 03:11:33] "GET /virtual-machine/acdc7ca9-79fa-437d-a1d0-a2deb56823d8 HTTP/1.1" 404 171 0.004187 10.0.0.41 - - [2025-11-06 03:11:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004807 10.0.0.41 - - [2025-11-06 03:11:33] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004749 10.0.0.41 - - [2025-11-06 03:11:33] "GET /virtual-networks?parent_id=796afcca-5054-4f82-ac26-142db57a2302&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003080 10.0.0.41 - - [2025-11-06 03:11:33] "GET /virtual-network/169e26f3-2c25-45d9-844c-19edf9b1ff3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.006587 10.0.0.41 - - [2025-11-06 03:11:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003754 10.0.0.41 - - [2025-11-06 03:11:33] "GET /routing-instance/060f30c0-40dc-4ec3-9c43-08beabc43d93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1662 0.005669 10.0.0.41 - - [2025-11-06 03:11:33] "GET /route-target/5943c456-7f0a-48f6-8633-96d6be05f4fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004704 10.0.0.41 - - [2025-11-06 03:11:33] "GET /obj-perms HTTP/1.1" 200 5072 0.004497 10.0.0.131 - - [2025-11-06 03:11:39] "GET /obj-perms HTTP/1.1" 200 5072 0.004656 10.0.0.41 - - [2025-11-06 03:11:42] "GET /obj-perms HTTP/1.1" 200 5072 0.004548 10.0.0.41 - - [2025-11-06 03:11:44] "POST /neutron/network HTTP/1.1" 200 937 0.055614 10.0.0.41 - - [2025-11-06 03:11:44] "POST /neutron/port HTTP/1.1" 200 117 0.001495 10.0.0.41 - - [2025-11-06 03:11:46] "GET /obj-perms HTTP/1.1" 200 5072 0.004210 10.0.0.131 - - [2025-11-06 03:11:46] "GET /obj-perms HTTP/1.1" 200 5072 0.003907 10.0.0.41 - - [2025-11-06 03:11:46] "POST /neutron/port HTTP/1.1" 200 1109 0.015476 10.0.0.41 - - [2025-11-06 03:11:46] "POST /neutron/port HTTP/1.1" 200 1097 0.091711 10.0.0.41 - - [2025-11-06 03:11:46] "GET /virtual-machine/ea462c06-825b-40f3-a648-5a7bba36d439 HTTP/1.1" 200 1316 0.009209 10.0.0.41 - - [2025-11-06 03:11:47] "POST /neutron/port HTTP/1.1" 200 151 0.223296 10.0.0.41 - - [2025-11-06 03:11:48] "GET /virtual-machine/ea462c06-825b-40f3-a648-5a7bba36d439 HTTP/1.1" 404 171 0.004331 10.0.0.41 - - [2025-11-06 03:11:48] "GET /virtual-machine/ea462c06-825b-40f3-a648-5a7bba36d439 HTTP/1.1" 404 171 0.003271 10.0.0.41 - - [2025-11-06 03:11:48] "GET /virtual-machine/ea462c06-825b-40f3-a648-5a7bba36d439 HTTP/1.1" 404 171 0.003229 10.0.0.41 - - [2025-11-06 03:11:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003575 10.0.0.41 - - [2025-11-06 03:11:48] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004399 10.0.0.41 - - [2025-11-06 03:11:48] "GET /virtual-networks?parent_id=796afcca-5054-4f82-ac26-142db57a2302&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003576 10.0.0.41 - - [2025-11-06 03:11:48] "GET /virtual-network/169e26f3-2c25-45d9-844c-19edf9b1ff3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.006583 10.0.0.41 - - [2025-11-06 03:11:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003428 10.0.0.41 - - [2025-11-06 03:11:48] "GET /routing-instance/060f30c0-40dc-4ec3-9c43-08beabc43d93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1662 0.005567 10.0.0.41 - - [2025-11-06 03:11:48] "GET /route-target/5943c456-7f0a-48f6-8633-96d6be05f4fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003961 10.0.0.131 - - [2025-11-06 03:11:51] "GET /obj-perms HTTP/1.1" 200 5072 0.005005 10.0.0.41 - - [2025-11-06 03:11:55] "GET /obj-perms HTTP/1.1" 200 5072 0.004382 10.0.0.131 - - [2025-11-06 03:12:01] "GET /obj-perms HTTP/1.1" 200 5072 0.004735 10.0.0.41 - - [2025-11-06 03:12:04] "GET /obj-perms HTTP/1.1" 200 5072 0.004201 10.0.0.131 - - [2025-11-06 03:12:10] "GET /obj-perms HTTP/1.1" 200 5072 0.008280 10.0.0.41 - - [2025-11-06 03:12:13] "GET /obj-perms HTTP/1.1" 200 5072 0.004938 10.0.0.41 - - [2025-11-06 03:12:16] "GET /obj-perms HTTP/1.1" 200 5072 0.003966 10.0.0.38 - - [2025-11-06 03:12:16] "GET /obj-perms HTTP/1.1" 200 5072 0.055205 10.0.0.131 - - [2025-11-06 03:12:16] "GET /obj-perms HTTP/1.1" 200 5072 0.007794 10.0.0.131 - - [2025-11-06 03:12:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004437 10.0.0.41 - - [2025-11-06 03:12:17] "POST /neutron/security_group HTTP/1.1" 200 1443 0.007191 10.0.0.41 - - [2025-11-06 03:12:17] "POST /fqname-to-id HTTP/1.1" 404 245 0.018911 10.0.0.131 - - [2025-11-06 03:12:17] "DELETE /access-control-list/5e0670b0-ca67-4c82-a2fe-be740e45e10b HTTP/1.1" 200 115 0.049791 10.0.0.131 - - [2025-11-06 03:12:18] "GET /projects?obj_uuids=796afcca-5054-4f82-ac26-142db57a2302&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001423 10.0.0.41 - - [2025-11-06 03:12:18] "GET /project/796afcca-5054-4f82-ac26-142db57a2302?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.088809 10.0.0.131 - - [2025-11-06 03:12:18] "GET /projects?obj_uuids=796afcca-5054-4f82-ac26-142db57a2302&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001187 10.0.0.41 - - [2025-11-06 03:12:18] "GET /project/796afcca-5054-4f82-ac26-142db57a2302?fields=virtual_networks HTTP/1.1" 200 1076 0.051569 10.0.0.131 - - [2025-11-06 03:12:18] "GET /projects?obj_uuids=796afcca-5054-4f82-ac26-142db57a2302&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001517 10.0.0.41 - - [2025-11-06 03:12:19] "GET /project/796afcca-5054-4f82-ac26-142db57a2302?fields=virtual_machine_interfaces HTTP/1.1" 200 1076 0.051425 10.0.0.131 - - [2025-11-06 03:12:19] "GET /projects?obj_uuids=796afcca-5054-4f82-ac26-142db57a2302&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001526 10.0.0.41 - - [2025-11-06 03:12:19] "GET /project/796afcca-5054-4f82-ac26-142db57a2302?fields=security_groups HTTP/1.1" 200 1324 0.048064 10.0.0.41 - - [2025-11-06 03:12:19] "POST /fqname-to-id HTTP/1.1" 404 186 0.033475 10.0.0.131 - - [2025-11-06 03:12:20] "GET /projects?obj_uuids=0f02614d-9d25-49c1-bfed-043ce8680f50&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004449 10.0.0.131 - - [2025-11-06 03:12:20] "GET /domains?obj_uuids=dd557474-6eee-442f-acdf-559f4d754f9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001902 10.0.0.131 - - [2025-11-06 03:12:20] "GET /domain/dd557474-6eee-442f-acdf-559f4d754f9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.040848 10.0.0.131 - - [2025-11-06 03:12:20] "POST /id-to-fqname HTTP/1.1" 200 188 0.004861 10.0.0.131 - - [2025-11-06 03:12:20] "POST /fqname-to-id HTTP/1.1" 404 197 0.004446 10.0.0.131 - - [2025-11-06 03:12:20] "POST /security-groups HTTP/1.1" 200 589 0.034490 10.0.0.131 - - [2025-11-06 03:12:20] "POST /projects HTTP/1.1" 200 581 0.271525 10.0.0.131 - - [2025-11-06 03:12:20] "POST /fqname-to-id HTTP/1.1" 404 231 0.011194 10.0.0.131 - - [2025-11-06 03:12:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.348034 10.0.0.41 - - [2025-11-06 03:12:20] "GET /project/0f02614d-9d25-49c1-bfed-043ce8680f50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.530197 10.0.0.41 - - [2025-11-06 03:12:21] "GET / HTTP/1.1" 200 36215 0.001818 10.0.0.41 - - [2025-11-06 03:12:23] "POST /fqname-to-id HTTP/1.1" 401 292 0.000614 10.0.0.41 - - [2025-11-06 03:12:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.056483 10.0.0.131 - - [2025-11-06 03:12:23] "GET /projects?obj_uuids=0f02614d-9d25-49c1-bfed-043ce8680f50&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001061 10.0.0.41 - - [2025-11-06 03:12:23] "GET /project/0f02614d-9d25-49c1-bfed-043ce8680f50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.058815 10.0.0.131 - - [2025-11-06 03:12:23] "GET /projects?obj_uuids=0f02614d-9d25-49c1-bfed-043ce8680f50&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001382 10.0.0.41 - - [2025-11-06 03:12:24] "POST /neutron/network HTTP/1.1" 200 615 0.169024 10.0.0.131 - - [2025-11-06 03:12:24] "POST /ref-update HTTP/1.1" 200 156 0.036945 10.0.0.41 - - [2025-11-06 03:12:24] "POST /id-to-fqname HTTP/1.1" 200 224 0.004525 10.0.0.41 - - [2025-11-06 03:12:24] "GET /virtual-network/766dbf92-453b-4105-a3bc-fa5668df5c3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.011085 10.0.0.41 - - [2025-11-06 03:12:24] "POST /neutron/network HTTP/1.1" 200 833 0.007797 10.0.0.41 - - [2025-11-06 03:12:24] "GET /virtual-network/766dbf92-453b-4105-a3bc-fa5668df5c3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007362 10.0.0.41 - - [2025-11-06 03:12:24] "POST /id-to-fqname HTTP/1.1" 200 224 0.001381 10.0.0.41 - - [2025-11-06 03:12:24] "POST /neutron/network HTTP/1.1" 200 843 0.007444 10.0.0.131 - - [2025-11-06 03:12:25] "GET /projects?obj_uuids=0f02614d-9d25-49c1-bfed-043ce8680f50&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001476 10.0.0.41 - - [2025-11-06 03:12:25] "GET /project/0f02614d-9d25-49c1-bfed-043ce8680f50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.087906 10.0.0.41 - - [2025-11-06 03:12:25] "POST /neutron/port HTTP/1.1" 200 117 0.008279 10.0.0.131 - - [2025-11-06 03:12:26] "GET /projects?obj_uuids=0f02614d-9d25-49c1-bfed-043ce8680f50&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001121 10.0.0.41 - - [2025-11-06 03:12:26] "POST /neutron/port HTTP/1.1" 200 1057 0.336061 10.0.0.41 - - [2025-11-06 03:12:26] "POST /neutron/port HTTP/1.1" 200 1111 0.117783 10.0.0.41 - - [2025-11-06 03:12:26] "POST /neutron/subnet HTTP/1.1" 200 694 0.011307 10.0.0.41 - - [2025-11-06 03:12:30] "POST /neutron/port HTTP/1.1" 200 1085 0.018257 10.0.0.41 - - [2025-11-06 03:12:31] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008433 10.0.0.41 - - [2025-11-06 03:12:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003583 10.0.0.131 - - [2025-11-06 03:12:31] "GET /projects?obj_uuids=0f02614d-9d25-49c1-bfed-043ce8680f50&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001227 10.0.0.41 - - [2025-11-06 03:12:31] "GET /project/0f02614d-9d25-49c1-bfed-043ce8680f50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.039685 10.0.0.131 - - [2025-11-06 03:12:31] "POST /useragent-kv HTTP/1.1" 200 115 0.009820 10.0.0.41 - - [2025-11-06 03:12:31] "POST /neutron/subnet HTTP/1.1" 200 719 0.252187 10.0.0.41 - - [2025-11-06 03:12:31] "POST /id-to-fqname HTTP/1.1" 200 223 0.001868 10.0.0.41 - - [2025-11-06 03:12:31] "GET /virtual-network/2e769dde-32ba-4146-a97a-3f54813a7d72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007034 10.0.0.41 - - [2025-11-06 03:12:31] "GET /virtual-network/2e769dde-32ba-4146-a97a-3f54813a7d72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006959 10.0.0.41 - - [2025-11-06 03:12:31] "POST /neutron/network HTTP/1.1" 200 831 0.008611 10.0.0.41 - - [2025-11-06 03:12:32] "GET /virtual-network/2e769dde-32ba-4146-a97a-3f54813a7d72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007368 10.0.0.41 - - [2025-11-06 03:12:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003817 10.0.0.131 - - [2025-11-06 03:12:33] "GET /projects?obj_uuids=0f02614d-9d25-49c1-bfed-043ce8680f50&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001503 10.0.0.41 - - [2025-11-06 03:12:33] "GET /project/0f02614d-9d25-49c1-bfed-043ce8680f50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.041090 10.0.0.131 - - [2025-11-06 03:12:33] "GET /projects?obj_uuids=0f02614d-9d25-49c1-bfed-043ce8680f50&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001347 10.0.0.41 - - [2025-11-06 03:12:34] "POST /neutron/network HTTP/1.1" 200 613 0.159223 10.0.0.131 - - [2025-11-06 03:12:34] "POST /route-targets HTTP/1.1" 200 328 0.017737 10.0.0.41 - - [2025-11-06 03:12:34] "POST /id-to-fqname HTTP/1.1" 200 223 0.003432 10.0.0.41 - - [2025-11-06 03:12:34] "GET /virtual-network/ed245465-2e5f-4e90-ad3e-bcb844382d4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.007641 10.0.0.41 - - [2025-11-06 03:12:34] "POST /neutron/network HTTP/1.1" 200 832 0.007931 10.0.0.41 - - [2025-11-06 03:12:34] "GET /virtual-network/ed245465-2e5f-4e90-ad3e-bcb844382d4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.007608 10.0.0.41 - - [2025-11-06 03:12:34] "GET /virtual-network/ed245465-2e5f-4e90-ad3e-bcb844382d4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006792 10.0.0.41 - - [2025-11-06 03:12:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004804 10.0.0.131 - - [2025-11-06 03:12:35] "GET /projects?obj_uuids=0f02614d-9d25-49c1-bfed-043ce8680f50&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001436 10.0.0.41 - - [2025-11-06 03:12:35] "GET /project/0f02614d-9d25-49c1-bfed-043ce8680f50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.060447 10.0.0.41 - - [2025-11-06 03:12:35] "POST /neutron/network HTTP/1.1" 200 117 0.021668 10.0.0.131 - - [2025-11-06 03:12:35] "POST /ref-update HTTP/1.1" 200 156 0.028460 10.0.0.41 - - [2025-11-06 03:12:35] "POST /neutron/network HTTP/1.1" 200 835 0.011809 10.0.0.41 - - [2025-11-06 03:12:35] "POST /id-to-fqname HTTP/1.1" 200 224 0.001312 10.0.0.41 - - [2025-11-06 03:12:35] "GET /virtual-network/0e62d8ed-7aea-4b95-87c8-1d44070ac4c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005686 10.0.0.41 - - [2025-11-06 03:12:35] "GET /virtual-network/0e62d8ed-7aea-4b95-87c8-1d44070ac4c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.006981 10.0.0.41 - - [2025-11-06 03:12:35] "POST /neutron/subnet HTTP/1.1" 200 729 0.010499 10.0.0.41 - - [2025-11-06 03:12:35] "GET /virtual-network/0e62d8ed-7aea-4b95-87c8-1d44070ac4c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005955 10.0.0.41 - - [2025-11-06 03:12:36] "GET /obj-perms HTTP/1.1" 200 5026 0.054797 10.0.0.38 - - [2025-11-06 03:12:36] "GET /obj-perms HTTP/1.1" 200 5026 0.054356 10.0.0.131 - - [2025-11-06 03:12:36] "GET /obj-perms HTTP/1.1" 200 5026 0.049597 10.0.0.41 - - [2025-11-06 03:12:36] "POST /id-to-fqname HTTP/1.1" 200 223 0.001929 10.0.0.41 - - [2025-11-06 03:12:36] "POST /neutron/network HTTP/1.1" 200 842 0.018940 10.0.0.131 - - [2025-11-06 03:12:37] "GET /projects?obj_uuids=0f02614d-9d25-49c1-bfed-043ce8680f50&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001585 10.0.0.41 - - [2025-11-06 03:12:37] "GET /project/0f02614d-9d25-49c1-bfed-043ce8680f50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.081550 10.0.0.41 - - [2025-11-06 03:12:37] "POST /neutron/security_group HTTP/1.1" 200 2056 0.011026 10.0.0.41 - - [2025-11-06 03:12:37] "POST /id-to-fqname HTTP/1.1" 200 224 0.001982 10.0.0.41 - - [2025-11-06 03:12:37] "POST /neutron/security_group HTTP/1.1" 200 2056 0.012522 10.0.0.131 - - [2025-11-06 03:12:38] "GET /projects?obj_uuids=0f02614d-9d25-49c1-bfed-043ce8680f50&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001478 10.0.0.41 - - [2025-11-06 03:12:38] "POST /neutron/port HTTP/1.1" 200 1058 0.310743 10.0.0.41 - - [2025-11-06 03:12:38] "POST /neutron/port HTTP/1.1" 200 1112 0.110705 10.0.0.41 - - [2025-11-06 03:12:38] "POST /neutron/subnet HTTP/1.1" 200 699 0.012348 10.0.0.131 - - [2025-11-06 03:12:38] "GET /projects?obj_uuids=0f02614d-9d25-49c1-bfed-043ce8680f50&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001375 10.0.0.41 - - [2025-11-06 03:12:38] "GET /project/0f02614d-9d25-49c1-bfed-043ce8680f50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.077192 10.0.0.41 - - [2025-11-06 03:12:38] "POST /neutron/network HTTP/1.1" 200 835 0.009475 10.0.0.41 - - [2025-11-06 03:12:39] "POST /neutron/port HTTP/1.1" 200 117 0.013971 10.0.0.41 - - [2025-11-06 03:12:39] "POST /fqname-to-id HTTP/1.1" 404 193 0.004188 10.0.0.41 - - [2025-11-06 03:12:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004009 10.0.0.131 - - [2025-11-06 03:12:39] "GET /domains?obj_uuids=dd557474-6eee-442f-acdf-559f4d754f9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001805 10.0.0.41 - - [2025-11-06 03:12:39] "GET /domain/dd557474-6eee-442f-acdf-559f4d754f9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.009778 10.0.0.41 - - [2025-11-06 03:12:39] "POST /service-templates HTTP/1.1" 200 545 0.036112 10.0.0.41 - - [2025-11-06 03:12:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.005390 10.0.0.41 - - [2025-11-06 03:12:39] "GET /service-template/bdca070b-6ed0-4b09-8bc0-8452ba82859c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1820 0.007344 10.0.0.41 - - [2025-11-06 03:12:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004132 10.0.0.41 - - [2025-11-06 03:12:39] "GET /service-template/bdca070b-6ed0-4b09-8bc0-8452ba82859c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1820 0.005984 10.0.0.41 - - [2025-11-06 03:12:39] "POST /id-to-fqname HTTP/1.1" 200 223 0.001875 10.0.0.41 - - [2025-11-06 03:12:39] "POST /id-to-fqname HTTP/1.1" 200 223 0.002841 10.0.0.41 - - [2025-11-06 03:12:39] "POST /id-to-fqname HTTP/1.1" 200 224 0.002432 10.0.0.41 - - [2025-11-06 03:12:39] "POST /neutron/port HTTP/1.1" 200 2971 0.049016 10.0.0.41 - - [2025-11-06 03:12:39] "POST /neutron/port HTTP/1.1" 200 1059 0.016480 10.0.0.41 - - [2025-11-06 03:12:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004185 10.0.0.41 - - [2025-11-06 03:12:39] "DELETE /service-template/bdca070b-6ed0-4b09-8bc0-8452ba82859c HTTP/1.1" 200 115 0.035207 10.0.0.41 - - [2025-11-06 03:12:39] "POST /fqname-to-id HTTP/1.1" 404 193 0.003884 10.0.0.41 - - [2025-11-06 03:12:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003945 10.0.0.41 - - [2025-11-06 03:12:40] "POST /neutron/network HTTP/1.1" 200 835 0.007702 10.0.0.41 - - [2025-11-06 03:12:40] "POST /neutron/port HTTP/1.1" 200 1086 0.019019 10.0.0.41 - - [2025-11-06 03:12:41] "POST /neutron/port HTTP/1.1" 200 1087 0.023529 10.0.0.41 - - [2025-11-06 03:12:42] "POST /neutron/network HTTP/1.1" 200 835 0.010434 10.0.0.131 - - [2025-11-06 03:12:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004572 10.0.0.131 - - [2025-11-06 03:12:42] "POST /useragent-kv HTTP/1.1" 200 115 0.002716 10.0.0.131 - - [2025-11-06 03:12:42] "POST /useragent-kv HTTP/1.1" 200 115 0.007205 10.0.0.41 - - [2025-11-06 03:12:42] "POST /neutron/network HTTP/1.1" 200 151 0.159835 10.0.0.131 - - [2025-11-06 03:12:43] "POST /useragent-kv HTTP/1.1" 200 115 0.003581 10.0.0.131 - - [2025-11-06 03:12:43] "POST /useragent-kv HTTP/1.1" 200 115 0.003722 10.0.0.41 - - [2025-11-06 03:12:43] "POST /neutron/network HTTP/1.1" 200 151 0.124882 10.0.0.131 - - [2025-11-06 03:12:43] "DELETE /route-target/d1713660-3222-443d-98b9-2e583df1f15e HTTP/1.1" 200 115 0.037719 10.0.0.41 - - [2025-11-06 03:12:44] "POST /neutron/port HTTP/1.1" 200 1085 0.017527 10.0.0.41 - - [2025-11-06 03:12:45] "POST /neutron/network HTTP/1.1" 200 833 0.008067 10.0.0.41 - - [2025-11-06 03:12:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004875 10.0.0.131 - - [2025-11-06 03:12:48] "GET /projects?obj_uuids=0f02614d-9d25-49c1-bfed-043ce8680f50&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000998 10.0.0.41 - - [2025-11-06 03:12:48] "GET /project/0f02614d-9d25-49c1-bfed-043ce8680f50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.040568 10.0.0.131 - - [2025-11-06 03:12:48] "GET /projects?obj_uuids=0f02614d-9d25-49c1-bfed-043ce8680f50&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001052 10.0.0.41 - - [2025-11-06 03:12:48] "POST /neutron/network HTTP/1.1" 200 613 0.127525 10.0.0.131 - - [2025-11-06 03:12:48] "POST /route-targets HTTP/1.1" 200 328 0.017709 10.0.0.41 - - [2025-11-06 03:12:48] "POST /id-to-fqname HTTP/1.1" 200 223 0.004476 10.0.0.41 - - [2025-11-06 03:12:48] "GET /virtual-network/615813e7-874e-4743-9bed-ff11d327c431?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006366 10.0.0.41 - - [2025-11-06 03:12:49] "POST /neutron/network HTTP/1.1" 200 833 0.007443 10.0.0.41 - - [2025-11-06 03:12:49] "GET /virtual-network/615813e7-874e-4743-9bed-ff11d327c431?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005540 10.0.0.41 - - [2025-11-06 03:12:49] "GET /virtual-network/615813e7-874e-4743-9bed-ff11d327c431?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006202 10.0.0.41 - - [2025-11-06 03:12:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.005242 10.0.0.131 - - [2025-11-06 03:12:49] "GET /projects?obj_uuids=0f02614d-9d25-49c1-bfed-043ce8680f50&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001581 10.0.0.41 - - [2025-11-06 03:12:49] "GET /project/0f02614d-9d25-49c1-bfed-043ce8680f50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.058243 10.0.0.41 - - [2025-11-06 03:12:49] "POST /neutron/network HTTP/1.1" 200 117 0.021507 10.0.0.131 - - [2025-11-06 03:12:49] "POST /ref-update HTTP/1.1" 200 156 0.027413 10.0.0.41 - - [2025-11-06 03:12:50] "POST /neutron/network HTTP/1.1" 200 833 0.009328 10.0.0.41 - - [2025-11-06 03:12:50] "POST /id-to-fqname HTTP/1.1" 200 223 0.001549 10.0.0.41 - - [2025-11-06 03:12:50] "GET /virtual-network/66fe73dc-9af5-4013-a8b2-d59257021da9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006054 10.0.0.41 - - [2025-11-06 03:12:50] "GET /virtual-network/66fe73dc-9af5-4013-a8b2-d59257021da9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006380 10.0.0.41 - - [2025-11-06 03:12:50] "POST /neutron/subnet HTTP/1.1" 200 729 0.010296 10.0.0.41 - - [2025-11-06 03:12:50] "GET /virtual-network/66fe73dc-9af5-4013-a8b2-d59257021da9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.007316 10.0.0.41 - - [2025-11-06 03:12:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003672 10.0.0.131 - - [2025-11-06 03:12:50] "GET /projects?obj_uuids=0f02614d-9d25-49c1-bfed-043ce8680f50&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000937 10.0.0.41 - - [2025-11-06 03:12:50] "GET /project/0f02614d-9d25-49c1-bfed-043ce8680f50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.055570 10.0.0.131 - - [2025-11-06 03:12:51] "POST /useragent-kv HTTP/1.1" 200 115 0.010419 10.0.0.41 - - [2025-11-06 03:12:51] "POST /neutron/subnet HTTP/1.1" 200 720 0.223177 10.0.0.41 - - [2025-11-06 03:12:51] "POST /id-to-fqname HTTP/1.1" 200 224 0.001295 10.0.0.41 - - [2025-11-06 03:12:51] "GET /virtual-network/177b1651-e567-4c97-972b-6371c26a1e3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006914 10.0.0.41 - - [2025-11-06 03:12:51] "GET /virtual-network/177b1651-e567-4c97-972b-6371c26a1e3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.009532 10.0.0.41 - - [2025-11-06 03:12:51] "POST /neutron/network HTTP/1.1" 200 833 0.010505 10.0.0.41 - - [2025-11-06 03:12:51] "GET /obj-perms HTTP/1.1" 200 5056 0.047334 10.0.0.41 - - [2025-11-06 03:12:51] "GET /virtual-network/177b1651-e567-4c97-972b-6371c26a1e3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005819 10.0.0.131 - - [2025-11-06 03:12:51] "GET /obj-perms HTTP/1.1" 200 5026 0.005459 10.0.0.38 - - [2025-11-06 03:12:51] "GET /obj-perms HTTP/1.1" 200 5056 0.051259 10.0.0.41 - - [2025-11-06 03:12:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004207 10.0.0.131 - - [2025-11-06 03:12:51] "GET /projects?obj_uuids=0f02614d-9d25-49c1-bfed-043ce8680f50&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001134 10.0.0.41 - - [2025-11-06 03:12:51] "GET /project/0f02614d-9d25-49c1-bfed-043ce8680f50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.085440 10.0.0.131 - - [2025-11-06 03:12:52] "GET /projects?obj_uuids=0f02614d-9d25-49c1-bfed-043ce8680f50&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001027 10.0.0.41 - - [2025-11-06 03:12:52] "POST /neutron/network HTTP/1.1" 200 625 0.197401 10.0.0.131 - - [2025-11-06 03:12:52] "POST /route-targets HTTP/1.1" 200 328 0.021752 10.0.0.41 - - [2025-11-06 03:12:52] "POST /id-to-fqname HTTP/1.1" 200 229 0.005802 10.0.0.41 - - [2025-11-06 03:12:52] "GET /virtual-network/a0a45ffe-2cdc-4154-9a07-8e8c2d2352f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.008325 10.0.0.41 - - [2025-11-06 03:12:52] "POST /neutron/network HTTP/1.1" 200 844 0.014831 10.0.0.41 - - [2025-11-06 03:12:52] "GET /virtual-network/a0a45ffe-2cdc-4154-9a07-8e8c2d2352f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.012454 10.0.0.41 - - [2025-11-06 03:12:52] "GET /virtual-network/a0a45ffe-2cdc-4154-9a07-8e8c2d2352f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006293 10.0.0.41 - - [2025-11-06 03:12:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004487 10.0.0.131 - - [2025-11-06 03:12:53] "GET /projects?obj_uuids=0f02614d-9d25-49c1-bfed-043ce8680f50&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001014 10.0.0.41 - - [2025-11-06 03:12:53] "GET /project/0f02614d-9d25-49c1-bfed-043ce8680f50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.056016 10.0.0.41 - - [2025-11-06 03:12:53] "POST /neutron/network HTTP/1.1" 200 117 0.023974 10.0.0.131 - - [2025-11-06 03:12:53] "POST /ref-update HTTP/1.1" 200 156 0.030396 10.0.0.41 - - [2025-11-06 03:12:53] "POST /neutron/network HTTP/1.1" 200 845 0.009099 10.0.0.41 - - [2025-11-06 03:12:53] "POST /id-to-fqname HTTP/1.1" 200 230 0.001186 10.0.0.41 - - [2025-11-06 03:12:53] "GET /virtual-network/746cd567-c94d-4e45-91d9-8c54ee049138?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005208 10.0.0.41 - - [2025-11-06 03:12:53] "GET /virtual-network/746cd567-c94d-4e45-91d9-8c54ee049138?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.006349 10.0.0.41 - - [2025-11-06 03:12:53] "POST /neutron/subnet HTTP/1.1" 200 720 0.010511 10.0.0.41 - - [2025-11-06 03:12:54] "GET /virtual-network/746cd567-c94d-4e45-91d9-8c54ee049138?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.006136 10.0.0.41 - - [2025-11-06 03:12:54] "GET /obj-perms HTTP/1.1" 200 5026 0.005063 10.0.0.38 - - [2025-11-06 03:12:54] "GET /obj-perms HTTP/1.1" 200 5026 0.005196 10.0.0.41 - - [2025-11-06 03:12:54] "POST /id-to-fqname HTTP/1.1" 200 223 0.001502 10.0.0.131 - - [2025-11-06 03:12:55] "GET /projects?obj_uuids=0f02614d-9d25-49c1-bfed-043ce8680f50&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001201 10.0.0.41 - - [2025-11-06 03:12:55] "GET /project/0f02614d-9d25-49c1-bfed-043ce8680f50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.059444 10.0.0.41 - - [2025-11-06 03:12:55] "POST /neutron/port HTTP/1.1" 200 117 0.007325 10.0.0.41 - - [2025-11-06 03:12:55] "POST /id-to-fqname HTTP/1.1" 200 224 0.001463 10.0.0.41 - - [2025-11-06 03:12:55] "POST /neutron/network HTTP/1.1" 200 843 0.008319 10.0.0.41 - - [2025-11-06 03:12:56] "POST /neutron/port HTTP/1.1" 200 1059 0.021965 10.0.0.131 - - [2025-11-06 03:12:56] "GET /projects?obj_uuids=0f02614d-9d25-49c1-bfed-043ce8680f50&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001349 10.0.0.41 - - [2025-11-06 03:12:56] "POST /neutron/port HTTP/1.1" 200 1087 0.025686 10.0.0.41 - - [2025-11-06 03:12:56] "GET /project/0f02614d-9d25-49c1-bfed-043ce8680f50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.100693 10.0.0.41 - - [2025-11-06 03:12:56] "POST /neutron/network HTTP/1.1" 200 833 0.008606 10.0.0.41 - - [2025-11-06 03:12:56] "POST /neutron/port HTTP/1.1" 200 1087 0.025369 10.0.0.41 - - [2025-11-06 03:12:56] "POST /fqname-to-id HTTP/1.1" 404 193 0.005029 10.0.0.41 - - [2025-11-06 03:12:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004777 10.0.0.131 - - [2025-11-06 03:12:56] "GET /domains?obj_uuids=dd557474-6eee-442f-acdf-559f4d754f9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002001 10.0.0.41 - - [2025-11-06 03:12:56] "GET /domain/dd557474-6eee-442f-acdf-559f4d754f9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.012177 10.0.0.41 - - [2025-11-06 03:12:56] "POST /service-templates HTTP/1.1" 200 545 0.060319 10.0.0.41 - - [2025-11-06 03:12:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004689 10.0.0.41 - - [2025-11-06 03:12:57] "GET /service-template/c228009c-d473-4314-a2c4-b4cdbf63c5fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.007138 10.0.0.41 - - [2025-11-06 03:12:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003457 10.0.0.41 - - [2025-11-06 03:12:57] "POST /neutron/network HTTP/1.1" 200 843 0.008673 10.0.0.41 - - [2025-11-06 03:12:57] "GET /service-template/c228009c-d473-4314-a2c4-b4cdbf63c5fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.006728 10.0.0.41 - - [2025-11-06 03:12:57] "POST /id-to-fqname HTTP/1.1" 200 223 0.001557 10.0.0.41 - - [2025-11-06 03:12:57] "POST /id-to-fqname HTTP/1.1" 200 229 0.001713 10.0.0.41 - - [2025-11-06 03:12:57] "POST /id-to-fqname HTTP/1.1" 200 230 0.001661 10.0.0.41 - - [2025-11-06 03:12:57] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009392 10.0.0.41 - - [2025-11-06 03:12:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.010006 10.0.0.41 - - [2025-11-06 03:12:57] "DELETE /service-template/c228009c-d473-4314-a2c4-b4cdbf63c5fd HTTP/1.1" 200 115 0.075058 10.0.0.41 - - [2025-11-06 03:12:57] "POST /fqname-to-id HTTP/1.1" 404 193 0.011854 10.0.0.41 - - [2025-11-06 03:12:57] "POST /neutron/port HTTP/1.1" 200 1111 0.156176 10.0.0.41 - - [2025-11-06 03:12:57] "POST /neutron/subnet HTTP/1.1" 200 694 0.012224 10.0.0.41 - - [2025-11-06 03:12:57] "POST /neutron/network HTTP/1.1" 200 845 0.009877 10.0.0.131 - - [2025-11-06 03:12:58] "POST /useragent-kv HTTP/1.1" 200 115 0.003460 10.0.0.131 - - [2025-11-06 03:12:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004681 10.0.0.131 - - [2025-11-06 03:12:58] "POST /useragent-kv HTTP/1.1" 200 115 0.002821 10.0.0.41 - - [2025-11-06 03:12:58] "POST /neutron/network HTTP/1.1" 200 151 0.292461 10.0.0.41 - - [2025-11-06 03:12:58] "POST /neutron/port HTTP/1.1" 200 151 0.281571 10.0.0.41 - - [2025-11-06 03:12:59] "POST /neutron/port HTTP/1.1" 200 1085 0.016942 10.0.0.41 - - [2025-11-06 03:12:59] "POST /neutron/port HTTP/1.1" 200 117 0.008491 10.0.0.41 - - [2025-11-06 03:13:00] "POST /neutron/port HTTP/1.1" 200 117 0.007165 10.0.0.131 - - [2025-11-06 03:13:01] "DELETE /route-target/1852f8da-c036-4a1c-a7cd-cbdfadc95fe3 HTTP/1.1" 200 115 0.036100 10.0.0.41 - - [2025-11-06 03:13:01] "POST /neutron/network HTTP/1.1" 200 833 0.010047 10.0.0.131 - - [2025-11-06 03:13:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.006675 10.0.0.131 - - [2025-11-06 03:13:01] "POST /useragent-kv HTTP/1.1" 200 115 0.004646 10.0.0.131 - - [2025-11-06 03:13:01] "POST /useragent-kv HTTP/1.1" 200 115 0.003488 10.0.0.41 - - [2025-11-06 03:13:01] "POST /neutron/network HTTP/1.1" 200 151 0.151959 10.0.0.131 - - [2025-11-06 03:13:03] "GET /projects?obj_uuids=0f02614d-9d25-49c1-bfed-043ce8680f50&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001125 10.0.0.41 - - [2025-11-06 03:13:03] "GET /project/0f02614d-9d25-49c1-bfed-043ce8680f50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.052037 10.0.0.131 - - [2025-11-06 03:13:03] "GET /projects?obj_uuids=0f02614d-9d25-49c1-bfed-043ce8680f50&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001290 10.0.0.41 - - [2025-11-06 03:13:03] "GET /project/0f02614d-9d25-49c1-bfed-043ce8680f50?fields=virtual_networks HTTP/1.1" 200 1030 0.051234 10.0.0.131 - - [2025-11-06 03:13:03] "GET /projects?obj_uuids=0f02614d-9d25-49c1-bfed-043ce8680f50&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001008 10.0.0.41 - - [2025-11-06 03:13:03] "GET /project/0f02614d-9d25-49c1-bfed-043ce8680f50?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.045727 10.0.0.131 - - [2025-11-06 03:13:03] "GET /projects?obj_uuids=0f02614d-9d25-49c1-bfed-043ce8680f50&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000946 10.0.0.41 - - [2025-11-06 03:13:03] "GET /project/0f02614d-9d25-49c1-bfed-043ce8680f50?fields=security_groups HTTP/1.1" 200 1255 0.047597 10.0.0.41 - - [2025-11-06 03:13:04] "POST /fqname-to-id HTTP/1.1" 404 186 0.028334 10.0.0.131 - - [2025-11-06 03:13:04] "GET /projects?obj_uuids=52ec6d5a-5f78-49b2-b010-28d5585d8a8a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.006893 10.0.0.131 - - [2025-11-06 03:13:04] "GET /domains?obj_uuids=dd557474-6eee-442f-acdf-559f4d754f9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001671 10.0.0.131 - - [2025-11-06 03:13:04] "GET /domain/dd557474-6eee-442f-acdf-559f4d754f9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009636 10.0.0.131 - - [2025-11-06 03:13:04] "POST /id-to-fqname HTTP/1.1" 200 188 0.008603 10.0.0.131 - - [2025-11-06 03:13:04] "POST /fqname-to-id HTTP/1.1" 404 197 0.003205 10.0.0.131 - - [2025-11-06 03:13:04] "POST /security-groups HTTP/1.1" 200 589 0.085495 10.0.0.131 - - [2025-11-06 03:13:04] "POST /projects HTTP/1.1" 200 581 0.310647 10.0.0.131 - - [2025-11-06 03:13:05] "POST /access-control-lists HTTP/1.1" 200 596 0.040028 10.0.0.131 - - [2025-11-06 03:13:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.394841 10.0.0.41 - - [2025-11-06 03:13:05] "GET /project/52ec6d5a-5f78-49b2-b010-28d5585d8a8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.569606 10.0.0.41 - - [2025-11-06 03:13:06] "GET / HTTP/1.1" 200 36215 0.003496 10.0.0.131 - - [2025-11-06 03:13:07] "DELETE /access-control-list/1ee0af21-d2a9-469b-ae87-a734fcca9fb8 HTTP/1.1" 200 115 0.048830 10.0.0.41 - - [2025-11-06 03:13:07] "POST /fqname-to-id HTTP/1.1" 401 292 0.000511 10.0.0.41 - - [2025-11-06 03:13:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.029810 10.0.0.131 - - [2025-11-06 03:13:08] "GET /projects?obj_uuids=52ec6d5a-5f78-49b2-b010-28d5585d8a8a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001481 10.0.0.41 - - [2025-11-06 03:13:08] "GET /project/52ec6d5a-5f78-49b2-b010-28d5585d8a8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.055820 10.0.0.131 - - [2025-11-06 03:13:08] "POST /ref-update HTTP/1.1" 200 156 0.039750 10.0.0.131 - - [2025-11-06 03:13:08] "POST /useragent-kv HTTP/1.1" 200 115 0.012418 10.0.0.41 - - [2025-11-06 03:13:08] "POST /neutron/subnet HTTP/1.1" 200 729 0.243040 10.0.0.41 - - [2025-11-06 03:13:08] "POST /id-to-fqname HTTP/1.1" 200 223 0.001322 10.0.0.41 - - [2025-11-06 03:13:08] "GET /virtual-network/1a7cacc5-7899-4515-804d-81111538ff90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005793 10.0.0.41 - - [2025-11-06 03:13:08] "GET /virtual-network/1a7cacc5-7899-4515-804d-81111538ff90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.007491 10.0.0.41 - - [2025-11-06 03:13:08] "POST /neutron/network HTTP/1.1" 200 833 0.009007 10.0.0.41 - - [2025-11-06 03:13:09] "GET /virtual-network/1a7cacc5-7899-4515-804d-81111538ff90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.008248 10.0.0.131 - - [2025-11-06 03:13:10] "GET /obj-perms HTTP/1.1" 200 5026 0.067147 10.0.0.41 - - [2025-11-06 03:13:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004226 10.0.0.131 - - [2025-11-06 03:13:10] "GET /projects?obj_uuids=52ec6d5a-5f78-49b2-b010-28d5585d8a8a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001299 10.0.0.41 - - [2025-11-06 03:13:10] "GET /project/52ec6d5a-5f78-49b2-b010-28d5585d8a8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.053514 10.0.0.131 - - [2025-11-06 03:13:10] "GET /projects?obj_uuids=52ec6d5a-5f78-49b2-b010-28d5585d8a8a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000998 10.0.0.41 - - [2025-11-06 03:13:11] "POST /neutron/network HTTP/1.1" 200 617 0.116816 10.0.0.41 - - [2025-11-06 03:13:11] "POST /id-to-fqname HTTP/1.1" 200 225 0.003467 10.0.0.41 - - [2025-11-06 03:13:11] "GET /virtual-network/9c20441e-bffd-435a-b318-23062489f1da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005993 10.0.0.41 - - [2025-11-06 03:13:11] "POST /neutron/network HTTP/1.1" 200 838 0.007910 10.0.0.41 - - [2025-11-06 03:13:11] "GET /virtual-network/9c20441e-bffd-435a-b318-23062489f1da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006263 10.0.0.41 - - [2025-11-06 03:13:11] "GET /virtual-network/9c20441e-bffd-435a-b318-23062489f1da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006508 10.0.0.41 - - [2025-11-06 03:13:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003897 10.0.0.131 - - [2025-11-06 03:13:12] "GET /projects?obj_uuids=52ec6d5a-5f78-49b2-b010-28d5585d8a8a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001648 10.0.0.41 - - [2025-11-06 03:13:12] "GET /project/52ec6d5a-5f78-49b2-b010-28d5585d8a8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.057243 10.0.0.41 - - [2025-11-06 03:13:12] "POST /neutron/network HTTP/1.1" 200 117 0.020719 10.0.0.131 - - [2025-11-06 03:13:12] "POST /route-targets HTTP/1.1" 200 328 0.016822 10.0.0.41 - - [2025-11-06 03:13:12] "POST /neutron/network HTTP/1.1" 200 837 0.011829 10.0.0.41 - - [2025-11-06 03:13:12] "POST /id-to-fqname HTTP/1.1" 200 226 0.002178 10.0.0.41 - - [2025-11-06 03:13:12] "GET /virtual-network/7566aabd-7e8b-4b22-8cb3-1047f70a2c16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006664 10.0.0.41 - - [2025-11-06 03:13:12] "GET /virtual-network/7566aabd-7e8b-4b22-8cb3-1047f70a2c16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.009469 10.0.0.41 - - [2025-11-06 03:13:12] "POST /neutron/subnet HTTP/1.1" 200 720 0.011445 10.0.0.41 - - [2025-11-06 03:13:13] "GET /virtual-network/7566aabd-7e8b-4b22-8cb3-1047f70a2c16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.008103 10.0.0.41 - - [2025-11-06 03:13:13] "GET /obj-perms HTTP/1.1" 200 5026 0.047939 10.0.0.38 - - [2025-11-06 03:13:13] "GET /obj-perms HTTP/1.1" 200 5026 0.044880 10.0.0.41 - - [2025-11-06 03:13:13] "POST /id-to-fqname HTTP/1.1" 200 225 0.001590 10.0.0.131 - - [2025-11-06 03:13:14] "GET /projects?obj_uuids=52ec6d5a-5f78-49b2-b010-28d5585d8a8a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001521 10.0.0.41 - - [2025-11-06 03:13:14] "GET /project/52ec6d5a-5f78-49b2-b010-28d5585d8a8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.077508 10.0.0.41 - - [2025-11-06 03:13:14] "POST /neutron/port HTTP/1.1" 200 117 0.008243 10.0.0.41 - - [2025-11-06 03:13:14] "POST /id-to-fqname HTTP/1.1" 200 226 0.001694 10.0.0.41 - - [2025-11-06 03:13:14] "POST /neutron/network HTTP/1.1" 200 847 0.009054 10.0.0.41 - - [2025-11-06 03:13:15] "POST /neutron/port HTTP/1.1" 200 1060 0.028382 10.0.0.131 - - [2025-11-06 03:13:15] "GET /projects?obj_uuids=52ec6d5a-5f78-49b2-b010-28d5585d8a8a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002077 10.0.0.41 - - [2025-11-06 03:13:15] "POST /neutron/port HTTP/1.1" 200 1088 0.039845 10.0.0.41 - - [2025-11-06 03:13:15] "GET /project/52ec6d5a-5f78-49b2-b010-28d5585d8a8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.111706 10.0.0.41 - - [2025-11-06 03:13:15] "POST /neutron/subnet HTTP/1.1" 200 708 0.010941 10.0.0.41 - - [2025-11-06 03:13:16] "POST /neutron/port HTTP/1.1" 200 1088 0.017771 10.0.0.41 - - [2025-11-06 03:13:16] "POST /fqname-to-id HTTP/1.1" 404 193 0.003630 10.0.0.41 - - [2025-11-06 03:13:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003643 10.0.0.131 - - [2025-11-06 03:13:16] "GET /domains?obj_uuids=dd557474-6eee-442f-acdf-559f4d754f9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002681 10.0.0.41 - - [2025-11-06 03:13:16] "GET /domain/dd557474-6eee-442f-acdf-559f4d754f9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.009360 10.0.0.41 - - [2025-11-06 03:13:16] "POST /service-templates HTTP/1.1" 200 545 0.031511 10.0.0.41 - - [2025-11-06 03:13:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004977 10.0.0.41 - - [2025-11-06 03:13:16] "GET /service-template/348cd4d4-eb1f-4738-a610-0fb09c509af0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1819 0.006858 10.0.0.41 - - [2025-11-06 03:13:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003583 10.0.0.41 - - [2025-11-06 03:13:16] "GET /service-template/348cd4d4-eb1f-4738-a610-0fb09c509af0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1819 0.006785 10.0.0.41 - - [2025-11-06 03:13:16] "POST /neutron/network HTTP/1.1" 200 847 0.007503 10.0.0.41 - - [2025-11-06 03:13:16] "POST /id-to-fqname HTTP/1.1" 200 223 0.001405 10.0.0.41 - - [2025-11-06 03:13:16] "POST /id-to-fqname HTTP/1.1" 200 225 0.001158 10.0.0.41 - - [2025-11-06 03:13:16] "POST /id-to-fqname HTTP/1.1" 200 226 0.001752 10.0.0.41 - - [2025-11-06 03:13:16] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009338 10.0.0.41 - - [2025-11-06 03:13:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.009549 10.0.0.41 - - [2025-11-06 03:13:16] "DELETE /service-template/348cd4d4-eb1f-4738-a610-0fb09c509af0 HTTP/1.1" 200 115 0.069850 10.0.0.41 - - [2025-11-06 03:13:16] "POST /fqname-to-id HTTP/1.1" 404 193 0.007273 10.0.0.41 - - [2025-11-06 03:13:17] "POST /neutron/port HTTP/1.1" 200 1111 0.148015 10.0.0.41 - - [2025-11-06 03:13:17] "POST /neutron/network HTTP/1.1" 200 837 0.009454 10.0.0.41 - - [2025-11-06 03:13:17] "POST /neutron/port HTTP/1.1" 200 117 0.001658 10.0.0.41 - - [2025-11-06 03:13:17] "POST /neutron/port HTTP/1.1" 200 1114 0.015513 10.0.0.131 - - [2025-11-06 03:13:18] "DELETE /project/796afcca-5054-4f82-ac26-142db57a2302 HTTP/1.1" 404 177 0.006351 10.0.0.131 - - [2025-11-06 03:13:18] "DELETE /project/52ec6d5a5f7849b2b01028d5585d8a8a HTTP/1.1" 404 173 0.004665 10.0.0.131 - - [2025-11-06 03:13:18] "GET /projects?obj_uuids=0f02614d-9d25-49c1-bfed-043ce8680f50&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000926 10.0.0.131 - - [2025-11-06 03:13:18] "DELETE /project/0f02614d9d2549c1bfed043ce8680f50 HTTP/1.1" 404 173 0.009302 10.0.0.131 - - [2025-11-06 03:13:18] "GET /project/0f02614d-9d25-49c1-bfed-043ce8680f50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.041957 10.0.0.131 - - [2025-11-06 03:13:18] "GET /projects?obj_uuids=0f02614d-9d25-49c1-bfed-043ce8680f50&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001826 10.0.0.131 - - [2025-11-06 03:13:18] "GET /project/0f02614d-9d25-49c1-bfed-043ce8680f50?fields=security_groups HTTP/1.1" 200 1357 0.050613 10.0.0.131 - - [2025-11-06 03:13:18] "DELETE /security-group/243a5869-6af7-499e-92bb-4abd7ff28146 HTTP/1.1" 200 115 0.067010 10.0.0.131 - - [2025-11-06 03:13:18] "GET /projects?obj_uuids=0f02614d-9d25-49c1-bfed-043ce8680f50&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.003047 10.0.0.131 - - [2025-11-06 03:13:18] "GET /project/0f02614d-9d25-49c1-bfed-043ce8680f50?fields=application_policy_sets HTTP/1.1" 200 1396 0.075418 10.0.0.131 - - [2025-11-06 03:13:18] "DELETE /access-control-list/7b27ebf4-c9fd-4287-b413-a5ccc07fd732 HTTP/1.1" 200 115 0.060954 10.0.0.131 - - [2025-11-06 03:13:18] "DELETE /project/0f02614d-9d25-49c1-bfed-043ce8680f50 HTTP/1.1" 200 115 0.471413 10.0.0.41 - - [2025-11-06 03:13:18] "POST /neutron/port HTTP/1.1" 200 1111 0.013890 10.0.0.41 - - [2025-11-06 03:13:19] "POST /neutron/network HTTP/1.1" 200 2197 0.014678 10.0.0.131 - - [2025-11-06 03:13:19] "POST /useragent-kv HTTP/1.1" 200 115 0.035157 10.0.0.131 - - [2025-11-06 03:13:19] "POST /useragent-kv HTTP/1.1" 200 115 0.015645 10.0.0.41 - - [2025-11-06 03:13:19] "POST /neutron/network HTTP/1.1" 200 151 0.215380 10.0.0.131 - - [2025-11-06 03:13:19] "POST /useragent-kv HTTP/1.1" 200 115 0.009162 10.0.0.131 - - [2025-11-06 03:13:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.007766 10.0.0.131 - - [2025-11-06 03:13:19] "POST /useragent-kv HTTP/1.1" 200 115 0.003689 10.0.0.41 - - [2025-11-06 03:13:19] "POST /neutron/network HTTP/1.1" 200 151 0.165467 10.0.0.131 - - [2025-11-06 03:13:20] "DELETE /route-target/317ed2d6-4a35-4a03-b7df-2ffae5dfc4dd HTTP/1.1" 200 115 0.029552 10.0.0.41 - - [2025-11-06 03:13:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004004 10.0.0.131 - - [2025-11-06 03:13:23] "GET /projects?obj_uuids=52ec6d5a-5f78-49b2-b010-28d5585d8a8a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000938 10.0.0.41 - - [2025-11-06 03:13:23] "GET /project/52ec6d5a-5f78-49b2-b010-28d5585d8a8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.043008 10.0.0.41 - - [2025-11-06 03:13:23] "POST /neutron/network HTTP/1.1" 200 117 0.016712 10.0.0.41 - - [2025-11-06 03:13:23] "POST /neutron/network HTTP/1.1" 200 832 0.012412 10.0.0.41 - - [2025-11-06 03:13:23] "POST /id-to-fqname HTTP/1.1" 200 223 0.001779 10.0.0.41 - - [2025-11-06 03:13:23] "GET /virtual-network/83b7c206-edbc-4e68-8a7b-ed5b81730947?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.008979 10.0.0.41 - - [2025-11-06 03:13:23] "GET /virtual-network/83b7c206-edbc-4e68-8a7b-ed5b81730947?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.009066 10.0.0.41 - - [2025-11-06 03:13:23] "POST /neutron/subnet HTTP/1.1" 200 724 0.011820 10.0.0.41 - - [2025-11-06 03:13:24] "GET /virtual-network/83b7c206-edbc-4e68-8a7b-ed5b81730947?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005610 10.0.0.131 - - [2025-11-06 03:13:24] "GET /obj-perms HTTP/1.1" 200 5026 0.004094 10.0.0.41 - - [2025-11-06 03:13:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004375 10.0.0.131 - - [2025-11-06 03:13:24] "GET /projects?obj_uuids=52ec6d5a-5f78-49b2-b010-28d5585d8a8a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001294 10.0.0.41 - - [2025-11-06 03:13:24] "GET /project/52ec6d5a-5f78-49b2-b010-28d5585d8a8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.051490 10.0.0.131 - - [2025-11-06 03:13:24] "POST /route-targets HTTP/1.1" 200 328 0.023623 10.0.0.131 - - [2025-11-06 03:13:25] "POST /useragent-kv HTTP/1.1" 200 115 0.013824 10.0.0.41 - - [2025-11-06 03:13:25] "POST /neutron/subnet HTTP/1.1" 200 729 0.290645 10.0.0.41 - - [2025-11-06 03:13:25] "POST /id-to-fqname HTTP/1.1" 200 223 0.002046 10.0.0.41 - - [2025-11-06 03:13:25] "GET /virtual-network/43bc0ac0-290a-4197-ab4a-5022fc1d6176?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.009112 10.0.0.41 - - [2025-11-06 03:13:25] "GET /virtual-network/43bc0ac0-290a-4197-ab4a-5022fc1d6176?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006660 10.0.0.41 - - [2025-11-06 03:13:25] "POST /neutron/network HTTP/1.1" 200 833 0.009848 10.0.0.41 - - [2025-11-06 03:13:25] "GET /virtual-network/43bc0ac0-290a-4197-ab4a-5022fc1d6176?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.007758 10.0.0.41 - - [2025-11-06 03:13:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005128 10.0.0.131 - - [2025-11-06 03:13:25] "GET /projects?obj_uuids=52ec6d5a-5f78-49b2-b010-28d5585d8a8a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001708 10.0.0.41 - - [2025-11-06 03:13:25] "GET /project/52ec6d5a-5f78-49b2-b010-28d5585d8a8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.047981 10.0.0.131 - - [2025-11-06 03:13:25] "GET /projects?obj_uuids=52ec6d5a-5f78-49b2-b010-28d5585d8a8a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001968 10.0.0.41 - - [2025-11-06 03:13:26] "POST /neutron/network HTTP/1.1" 200 615 0.147674 10.0.0.131 - - [2025-11-06 03:13:26] "POST /ref-update HTTP/1.1" 200 156 0.026011 10.0.0.41 - - [2025-11-06 03:13:26] "POST /id-to-fqname HTTP/1.1" 200 224 0.005181 10.0.0.41 - - [2025-11-06 03:13:26] "GET /virtual-network/1d88efcf-9820-4f4d-b227-336da9b88cbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005815 10.0.0.41 - - [2025-11-06 03:13:26] "POST /neutron/network HTTP/1.1" 200 833 0.007855 10.0.0.41 - - [2025-11-06 03:13:26] "GET /virtual-network/1d88efcf-9820-4f4d-b227-336da9b88cbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006262 10.0.0.41 - - [2025-11-06 03:13:26] "GET /virtual-network/1d88efcf-9820-4f4d-b227-336da9b88cbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005908 10.0.0.41 - - [2025-11-06 03:13:26] "GET /obj-perms HTTP/1.1" 200 5026 0.005152 10.0.0.38 - - [2025-11-06 03:13:26] "GET /obj-perms HTTP/1.1" 200 5026 0.004356 10.0.0.41 - - [2025-11-06 03:13:26] "POST /id-to-fqname HTTP/1.1" 200 223 0.001398 10.0.0.41 - - [2025-11-06 03:13:27] "POST /neutron/network HTTP/1.1" 200 843 0.008337 10.0.0.131 - - [2025-11-06 03:13:27] "GET /projects?obj_uuids=52ec6d5a-5f78-49b2-b010-28d5585d8a8a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001876 10.0.0.41 - - [2025-11-06 03:13:27] "GET /project/52ec6d5a-5f78-49b2-b010-28d5585d8a8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.081947 10.0.0.41 - - [2025-11-06 03:13:28] "POST /neutron/port HTTP/1.1" 200 117 0.009380 10.0.0.41 - - [2025-11-06 03:13:28] "POST /id-to-fqname HTTP/1.1" 200 224 0.001778 10.0.0.41 - - [2025-11-06 03:13:28] "POST /neutron/network HTTP/1.1" 200 843 0.010530 10.0.0.41 - - [2025-11-06 03:13:28] "POST /neutron/port HTTP/1.1" 200 1059 0.023253 10.0.0.131 - - [2025-11-06 03:13:29] "GET /projects?obj_uuids=52ec6d5a-5f78-49b2-b010-28d5585d8a8a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.003870 10.0.0.41 - - [2025-11-06 03:13:29] "GET /project/52ec6d5a-5f78-49b2-b010-28d5585d8a8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.132683 10.0.0.41 - - [2025-11-06 03:13:29] "POST /neutron/port HTTP/1.1" 200 1087 0.028626 10.0.0.41 - - [2025-11-06 03:13:29] "POST /neutron/port HTTP/1.1" 200 117 0.001482 10.0.0.41 - - [2025-11-06 03:13:29] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008914 10.0.0.41 - - [2025-11-06 03:13:29] "POST /fqname-to-id HTTP/1.1" 404 193 0.004089 10.0.0.41 - - [2025-11-06 03:13:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004260 10.0.0.131 - - [2025-11-06 03:13:29] "GET /domains?obj_uuids=dd557474-6eee-442f-acdf-559f4d754f9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001397 10.0.0.41 - - [2025-11-06 03:13:29] "GET /domain/dd557474-6eee-442f-acdf-559f4d754f9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.008668 10.0.0.41 - - [2025-11-06 03:13:29] "POST /service-templates HTTP/1.1" 200 545 0.031339 10.0.0.41 - - [2025-11-06 03:13:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004205 10.0.0.41 - - [2025-11-06 03:13:29] "GET /service-template/07ed0e6b-8a02-4763-82db-f0c3a4fde120?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.006672 10.0.0.41 - - [2025-11-06 03:13:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003138 10.0.0.41 - - [2025-11-06 03:13:29] "GET /service-template/07ed0e6b-8a02-4763-82db-f0c3a4fde120?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.004443 10.0.0.41 - - [2025-11-06 03:13:29] "POST /id-to-fqname HTTP/1.1" 200 223 0.001625 10.0.0.41 - - [2025-11-06 03:13:29] "POST /id-to-fqname HTTP/1.1" 200 223 0.001384 10.0.0.131 - - [2025-11-06 03:13:29] "GET /projects?obj_uuids=52ec6d5a-5f78-49b2-b010-28d5585d8a8a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001040 10.0.0.41 - - [2025-11-06 03:13:29] "POST /id-to-fqname HTTP/1.1" 200 224 0.001381 10.0.0.41 - - [2025-11-06 03:13:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.010477 10.0.0.41 - - [2025-11-06 03:13:30] "POST /neutron/port HTTP/1.1" 200 1057 0.359691 10.0.0.41 - - [2025-11-06 03:13:30] "DELETE /service-template/07ed0e6b-8a02-4763-82db-f0c3a4fde120 HTTP/1.1" 200 115 0.047426 10.0.0.41 - - [2025-11-06 03:13:30] "POST /neutron/port HTTP/1.1" 200 1057 0.025304 10.0.0.41 - - [2025-11-06 03:13:30] "POST /fqname-to-id HTTP/1.1" 404 193 0.004720 10.0.0.41 - - [2025-11-06 03:13:30] "POST /neutron/port HTTP/1.1" 200 1085 0.021688 10.0.0.41 - - [2025-11-06 03:13:30] "POST /neutron/network HTTP/1.1" 200 833 0.011609 10.0.0.41 - - [2025-11-06 03:13:30] "POST /neutron/network HTTP/1.1" 400 204 0.042770 10.0.0.41 - - [2025-11-06 03:13:31] "POST /neutron/port HTTP/1.1" 200 151 0.257446 10.0.0.41 - - [2025-11-06 03:13:32] "POST /neutron/port HTTP/1.1" 200 151 0.247108 10.0.0.41 - - [2025-11-06 03:13:32] "POST /neutron/network HTTP/1.1" 200 117 0.025565 10.0.0.41 - - [2025-11-06 03:13:32] "POST /neutron/port HTTP/1.1" 200 117 0.019752 10.0.0.131 - - [2025-11-06 03:13:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.033847 10.0.0.41 - - [2025-11-06 03:13:33] "POST /neutron/network HTTP/1.1" 200 832 0.011099 10.0.0.131 - - [2025-11-06 03:13:33] "DELETE /route-target/d0965171-638e-4918-9344-45a9c7603b76 HTTP/1.1" 200 115 0.031921 10.0.0.131 - - [2025-11-06 03:13:35] "GET /projects?obj_uuids=52ec6d5a-5f78-49b2-b010-28d5585d8a8a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001199 10.0.0.41 - - [2025-11-06 03:13:35] "GET /project/52ec6d5a-5f78-49b2-b010-28d5585d8a8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.049412 10.0.0.131 - - [2025-11-06 03:13:35] "GET /projects?obj_uuids=52ec6d5a-5f78-49b2-b010-28d5585d8a8a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001474 10.0.0.41 - - [2025-11-06 03:13:35] "GET /project/52ec6d5a-5f78-49b2-b010-28d5585d8a8a?fields=virtual_networks HTTP/1.1" 200 1030 0.050220 10.0.0.131 - - [2025-11-06 03:13:35] "GET /projects?obj_uuids=52ec6d5a-5f78-49b2-b010-28d5585d8a8a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002124 10.0.0.41 - - [2025-11-06 03:13:35] "GET /project/52ec6d5a-5f78-49b2-b010-28d5585d8a8a?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.063275 10.0.0.131 - - [2025-11-06 03:13:35] "GET /projects?obj_uuids=52ec6d5a-5f78-49b2-b010-28d5585d8a8a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001195 10.0.0.41 - - [2025-11-06 03:13:35] "GET /project/52ec6d5a-5f78-49b2-b010-28d5585d8a8a?fields=security_groups HTTP/1.1" 200 1255 0.041767 10.0.0.41 - - [2025-11-06 03:13:36] "POST /fqname-to-id HTTP/1.1" 404 184 0.036170 10.0.0.131 - - [2025-11-06 03:13:36] "GET /projects?obj_uuids=1e814da8-484e-4cdb-b70e-611888eea09f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003739 10.0.0.131 - - [2025-11-06 03:13:36] "GET /domains?obj_uuids=dd557474-6eee-442f-acdf-559f4d754f9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000964 10.0.0.131 - - [2025-11-06 03:13:36] "GET /domain/dd557474-6eee-442f-acdf-559f4d754f9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007296 10.0.0.131 - - [2025-11-06 03:13:36] "POST /id-to-fqname HTTP/1.1" 200 186 0.003798 10.0.0.131 - - [2025-11-06 03:13:36] "POST /fqname-to-id HTTP/1.1" 404 195 0.009424 10.0.0.131 - - [2025-11-06 03:13:36] "POST /security-groups HTTP/1.1" 200 587 0.041248 10.0.0.131 - - [2025-11-06 03:13:36] "POST /projects HTTP/1.1" 200 577 0.258810 10.0.0.131 - - [2025-11-06 03:13:36] "POST /fqname-to-id HTTP/1.1" 404 229 0.006509 10.0.0.131 - - [2025-11-06 03:13:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.342090 10.0.0.41 - - [2025-11-06 03:13:36] "GET /project/1e814da8-484e-4cdb-b70e-611888eea09f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.543662 10.0.0.41 - - [2025-11-06 03:13:37] "GET / HTTP/1.1" 200 36215 0.002124 10.0.0.41 - - [2025-11-06 03:13:39] "POST /fqname-to-id HTTP/1.1" 401 292 0.000567 10.0.0.41 - - [2025-11-06 03:13:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.056985 10.0.0.131 - - [2025-11-06 03:13:40] "GET /projects?obj_uuids=1e814da8-484e-4cdb-b70e-611888eea09f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001679 10.0.0.41 - - [2025-11-06 03:13:40] "GET /project/1e814da8-484e-4cdb-b70e-611888eea09f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.045301 10.0.0.131 - - [2025-11-06 03:13:40] "GET /projects?obj_uuids=1e814da8-484e-4cdb-b70e-611888eea09f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.002392 10.0.0.41 - - [2025-11-06 03:13:40] "POST /neutron/network HTTP/1.1" 200 611 0.170379 10.0.0.131 - - [2025-11-06 03:13:40] "POST /ref-update HTTP/1.1" 200 156 0.033383 10.0.0.41 - - [2025-11-06 03:13:40] "POST /id-to-fqname HTTP/1.1" 200 221 0.004319 10.0.0.41 - - [2025-11-06 03:13:40] "GET /virtual-network/3de986db-8d46-4198-8a13-53f04ed6e67a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005403 10.0.0.41 - - [2025-11-06 03:13:40] "POST /neutron/network HTTP/1.1" 200 831 0.006798 10.0.0.41 - - [2025-11-06 03:13:40] "GET /virtual-network/3de986db-8d46-4198-8a13-53f04ed6e67a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005198 10.0.0.41 - - [2025-11-06 03:13:41] "GET /virtual-network/3de986db-8d46-4198-8a13-53f04ed6e67a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007435 10.0.0.131 - - [2025-11-06 03:13:42] "GET /obj-perms HTTP/1.1" 200 5022 0.051075 10.0.0.41 - - [2025-11-06 03:13:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004952 10.0.0.131 - - [2025-11-06 03:13:42] "GET /projects?obj_uuids=1e814da8-484e-4cdb-b70e-611888eea09f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001860 10.0.0.41 - - [2025-11-06 03:13:42] "GET /project/1e814da8-484e-4cdb-b70e-611888eea09f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.063782 10.0.0.41 - - [2025-11-06 03:13:42] "POST /neutron/network HTTP/1.1" 200 117 0.019656 10.0.0.41 - - [2025-11-06 03:13:43] "POST /neutron/network HTTP/1.1" 200 831 0.013850 10.0.0.41 - - [2025-11-06 03:13:43] "POST /id-to-fqname HTTP/1.1" 200 221 0.002600 10.0.0.41 - - [2025-11-06 03:13:43] "GET /virtual-network/06bd7e3d-1d4e-43d9-9b39-b269b57860cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006159 10.0.0.41 - - [2025-11-06 03:13:43] "GET /virtual-network/06bd7e3d-1d4e-43d9-9b39-b269b57860cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.008203 10.0.0.41 - - [2025-11-06 03:13:43] "POST /neutron/subnet HTTP/1.1" 200 729 0.010996 10.0.0.41 - - [2025-11-06 03:13:43] "GET /virtual-network/06bd7e3d-1d4e-43d9-9b39-b269b57860cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005689 10.0.0.41 - - [2025-11-06 03:13:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004897 10.0.0.131 - - [2025-11-06 03:13:43] "GET /projects?obj_uuids=1e814da8-484e-4cdb-b70e-611888eea09f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001324 10.0.0.41 - - [2025-11-06 03:13:44] "GET /project/1e814da8-484e-4cdb-b70e-611888eea09f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.061432 10.0.0.131 - - [2025-11-06 03:13:44] "POST /route-targets HTTP/1.1" 200 328 0.025507 10.0.0.131 - - [2025-11-06 03:13:44] "POST /useragent-kv HTTP/1.1" 200 115 0.016651 10.0.0.41 - - [2025-11-06 03:13:44] "POST /neutron/subnet HTTP/1.1" 200 734 0.293257 10.0.0.41 - - [2025-11-06 03:13:44] "POST /id-to-fqname HTTP/1.1" 200 222 0.001750 10.0.0.41 - - [2025-11-06 03:13:44] "GET /virtual-network/7e2bfcb6-1a4e-4ee1-9245-65300d8692a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.006821 10.0.0.41 - - [2025-11-06 03:13:44] "GET /virtual-network/7e2bfcb6-1a4e-4ee1-9245-65300d8692a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.009769 10.0.0.41 - - [2025-11-06 03:13:44] "POST /neutron/network HTTP/1.1" 200 834 0.012413 10.0.0.41 - - [2025-11-06 03:13:44] "GET /virtual-network/7e2bfcb6-1a4e-4ee1-9245-65300d8692a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.006866 10.0.0.41 - - [2025-11-06 03:13:45] "GET /obj-perms HTTP/1.1" 200 5022 0.049883 10.0.0.38 - - [2025-11-06 03:13:45] "GET /obj-perms HTTP/1.1" 200 5022 0.055636 10.0.0.41 - - [2025-11-06 03:13:45] "POST /id-to-fqname HTTP/1.1" 200 221 0.001385 10.0.0.131 - - [2025-11-06 03:13:46] "GET /projects?obj_uuids=1e814da8-484e-4cdb-b70e-611888eea09f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001587 10.0.0.41 - - [2025-11-06 03:13:46] "GET /project/1e814da8-484e-4cdb-b70e-611888eea09f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.071545 10.0.0.41 - - [2025-11-06 03:13:46] "POST /neutron/network HTTP/1.1" 200 831 0.040628 10.0.0.41 - - [2025-11-06 03:13:46] "POST /id-to-fqname HTTP/1.1" 200 222 0.001367 10.0.0.41 - - [2025-11-06 03:13:46] "POST /neutron/port HTTP/1.1" 200 117 0.007833 10.0.0.131 - - [2025-11-06 03:13:47] "GET /projects?obj_uuids=1e814da8-484e-4cdb-b70e-611888eea09f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001218 10.0.0.41 - - [2025-11-06 03:13:47] "POST /neutron/port HTTP/1.1" 200 1057 0.387408 10.0.0.131 - - [2025-11-06 03:13:47] "GET /projects?obj_uuids=1e814da8-484e-4cdb-b70e-611888eea09f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001986 10.0.0.41 - - [2025-11-06 03:13:47] "GET /project/1e814da8-484e-4cdb-b70e-611888eea09f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.136602 10.0.0.41 - - [2025-11-06 03:13:47] "POST /neutron/port HTTP/1.1" 200 1111 0.164470 10.0.0.41 - - [2025-11-06 03:13:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005884 10.0.0.41 - - [2025-11-06 03:13:47] "POST /neutron/network HTTP/1.1" 200 831 0.010078 10.0.0.41 - - [2025-11-06 03:13:48] "POST /neutron/port HTTP/1.1" 200 117 0.011621 10.0.0.41 - - [2025-11-06 03:13:48] "POST /fqname-to-id HTTP/1.1" 404 193 0.005327 10.0.0.41 - - [2025-11-06 03:13:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.009532 10.0.0.131 - - [2025-11-06 03:13:48] "GET /domains?obj_uuids=dd557474-6eee-442f-acdf-559f4d754f9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001338 10.0.0.41 - - [2025-11-06 03:13:48] "GET /domain/dd557474-6eee-442f-acdf-559f4d754f9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.010647 10.0.0.41 - - [2025-11-06 03:13:48] "POST /service-templates HTTP/1.1" 200 545 0.047130 10.0.0.41 - - [2025-11-06 03:13:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.008229 10.0.0.41 - - [2025-11-06 03:13:48] "GET /service-template/76545646-de84-4d8c-bb15-247f804b545e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.008193 10.0.0.41 - - [2025-11-06 03:13:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004122 10.0.0.41 - - [2025-11-06 03:13:48] "GET /service-template/76545646-de84-4d8c-bb15-247f804b545e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.006230 10.0.0.41 - - [2025-11-06 03:13:48] "POST /id-to-fqname HTTP/1.1" 200 221 0.001885 10.0.0.41 - - [2025-11-06 03:13:48] "POST /id-to-fqname HTTP/1.1" 200 221 0.002843 10.0.0.41 - - [2025-11-06 03:13:48] "POST /id-to-fqname HTTP/1.1" 200 222 0.002111 10.0.0.41 - - [2025-11-06 03:13:48] "POST /neutron/port HTTP/1.1" 200 1915 0.026487 10.0.0.41 - - [2025-11-06 03:13:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003398 10.0.0.41 - - [2025-11-06 03:13:48] "DELETE /service-template/76545646-de84-4d8c-bb15-247f804b545e HTTP/1.1" 200 115 0.038376 10.0.0.41 - - [2025-11-06 03:13:48] "POST /fqname-to-id HTTP/1.1" 404 193 0.003740 10.0.0.41 - - [2025-11-06 03:13:48] "POST /neutron/port HTTP/1.1" 200 1058 0.042822 10.0.0.41 - - [2025-11-06 03:13:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006091 10.0.0.41 - - [2025-11-06 03:13:49] "POST /neutron/network HTTP/1.1" 400 204 0.018798 10.0.0.41 - - [2025-11-06 03:13:49] "POST /neutron/port HTTP/1.1" 200 1085 0.022681 10.0.0.41 - - [2025-11-06 03:13:50] "POST /neutron/port HTTP/1.1" 200 1086 0.022034 10.0.0.41 - - [2025-11-06 03:13:51] "POST /neutron/network HTTP/1.1" 200 834 0.010150 10.0.0.131 - - [2025-11-06 03:13:51] "DELETE /route-target/63c104ae-e958-4d67-b73f-4f90b9ca6e57 HTTP/1.1" 200 115 0.028523 10.0.0.41 - - [2025-11-06 03:13:51] "POST /neutron/network HTTP/1.1" 200 1494 0.010866 10.0.0.131 - - [2025-11-06 03:13:51] "POST /useragent-kv HTTP/1.1" 200 115 0.004677 10.0.0.131 - - [2025-11-06 03:13:51] "POST /useragent-kv HTTP/1.1" 200 115 0.003716 10.0.0.41 - - [2025-11-06 03:13:51] "POST /neutron/network HTTP/1.1" 200 151 0.168619 10.0.0.131 - - [2025-11-06 03:13:52] "POST /useragent-kv HTTP/1.1" 200 115 0.004997 10.0.0.131 - - [2025-11-06 03:13:52] "POST /useragent-kv HTTP/1.1" 200 115 0.003255 10.0.0.41 - - [2025-11-06 03:13:52] "POST /neutron/network HTTP/1.1" 200 151 0.127676 10.0.0.131 - - [2025-11-06 03:13:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.006183 10.0.0.131 - - [2025-11-06 03:13:52] "GET /obj-perms HTTP/1.1" 200 5056 0.073946 10.0.0.41 - - [2025-11-06 03:13:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004971 10.0.0.131 - - [2025-11-06 03:13:55] "GET /projects?obj_uuids=1e814da8-484e-4cdb-b70e-611888eea09f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001652 10.0.0.41 - - [2025-11-06 03:13:55] "GET /project/1e814da8-484e-4cdb-b70e-611888eea09f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.045621 10.0.0.131 - - [2025-11-06 03:13:55] "POST /ref-update HTTP/1.1" 200 156 0.036830 10.0.0.131 - - [2025-11-06 03:13:55] "POST /useragent-kv HTTP/1.1" 200 115 0.013204 10.0.0.41 - - [2025-11-06 03:13:55] "POST /neutron/subnet HTTP/1.1" 200 734 0.240204 10.0.0.41 - - [2025-11-06 03:13:55] "POST /id-to-fqname HTTP/1.1" 200 221 0.001865 10.0.0.41 - - [2025-11-06 03:13:55] "GET /virtual-network/e2664ba5-607f-45a7-94a2-58725801fbd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.007131 10.0.0.41 - - [2025-11-06 03:13:55] "GET /virtual-network/e2664ba5-607f-45a7-94a2-58725801fbd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.007617 10.0.0.41 - - [2025-11-06 03:13:55] "POST /neutron/network HTTP/1.1" 200 832 0.007730 10.0.0.41 - - [2025-11-06 03:13:55] "GET /virtual-network/e2664ba5-607f-45a7-94a2-58725801fbd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005970 10.0.0.41 - - [2025-11-06 03:13:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003911 10.0.0.131 - - [2025-11-06 03:13:56] "GET /projects?obj_uuids=1e814da8-484e-4cdb-b70e-611888eea09f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001479 10.0.0.41 - - [2025-11-06 03:13:56] "GET /project/1e814da8-484e-4cdb-b70e-611888eea09f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.053609 10.0.0.131 - - [2025-11-06 03:13:56] "GET /projects?obj_uuids=1e814da8-484e-4cdb-b70e-611888eea09f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001137 10.0.0.41 - - [2025-11-06 03:13:56] "POST /neutron/network HTTP/1.1" 200 611 0.158772 10.0.0.41 - - [2025-11-06 03:13:56] "POST /id-to-fqname HTTP/1.1" 200 221 0.004062 10.0.0.41 - - [2025-11-06 03:13:56] "GET /virtual-network/76412f0b-b915-42e2-9451-6d9303af5bcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005929 10.0.0.41 - - [2025-11-06 03:13:56] "POST /neutron/network HTTP/1.1" 200 830 0.006659 10.0.0.41 - - [2025-11-06 03:13:56] "GET /virtual-network/76412f0b-b915-42e2-9451-6d9303af5bcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005747 10.0.0.41 - - [2025-11-06 03:13:57] "GET /virtual-network/76412f0b-b915-42e2-9451-6d9303af5bcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006417 10.0.0.41 - - [2025-11-06 03:13:57] "GET /obj-perms HTTP/1.1" 200 5022 0.004045 10.0.0.41 - - [2025-11-06 03:13:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004000 10.0.0.131 - - [2025-11-06 03:13:57] "GET /projects?obj_uuids=1e814da8-484e-4cdb-b70e-611888eea09f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001412 10.0.0.41 - - [2025-11-06 03:13:57] "GET /project/1e814da8-484e-4cdb-b70e-611888eea09f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.054913 10.0.0.41 - - [2025-11-06 03:13:57] "POST /neutron/network HTTP/1.1" 200 117 0.019017 10.0.0.131 - - [2025-11-06 03:13:57] "POST /route-targets HTTP/1.1" 200 328 0.020366 10.0.0.41 - - [2025-11-06 03:13:57] "POST /neutron/network HTTP/1.1" 200 833 0.012892 10.0.0.41 - - [2025-11-06 03:13:57] "POST /id-to-fqname HTTP/1.1" 200 222 0.002215 10.0.0.41 - - [2025-11-06 03:13:57] "GET /virtual-network/c421ed0d-dd8f-4cd6-8e6c-0d5c5d6c82cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.007143 10.0.0.41 - - [2025-11-06 03:13:58] "GET /virtual-network/c421ed0d-dd8f-4cd6-8e6c-0d5c5d6c82cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.008027 10.0.0.41 - - [2025-11-06 03:13:58] "POST /neutron/subnet HTTP/1.1" 200 729 0.013526 10.0.0.41 - - [2025-11-06 03:13:58] "GET /virtual-network/c421ed0d-dd8f-4cd6-8e6c-0d5c5d6c82cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005528 10.0.0.38 - - [2025-11-06 03:13:58] "GET /obj-perms HTTP/1.1" 200 5022 0.004298 10.0.0.131 - - [2025-11-06 03:13:58] "GET /obj-perms HTTP/1.1" 200 5022 0.004241 10.0.0.41 - - [2025-11-06 03:13:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003894 10.0.0.131 - - [2025-11-06 03:13:58] "GET /projects?obj_uuids=1e814da8-484e-4cdb-b70e-611888eea09f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001362 10.0.0.41 - - [2025-11-06 03:13:58] "GET /project/1e814da8-484e-4cdb-b70e-611888eea09f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.045154 10.0.0.131 - - [2025-11-06 03:13:58] "POST /ref-update HTTP/1.1" 200 156 0.027686 10.0.0.131 - - [2025-11-06 03:13:59] "POST /useragent-kv HTTP/1.1" 200 115 0.009608 10.0.0.41 - - [2025-11-06 03:13:59] "POST /neutron/subnet HTTP/1.1" 200 724 0.203110 10.0.0.41 - - [2025-11-06 03:13:59] "POST /id-to-fqname HTTP/1.1" 200 227 0.001999 10.0.0.41 - - [2025-11-06 03:13:59] "GET /virtual-network/8625c2a2-b1aa-489d-9f14-baf390ed3812?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.007618 10.0.0.41 - - [2025-11-06 03:13:59] "GET /virtual-network/8625c2a2-b1aa-489d-9f14-baf390ed3812?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.011602 10.0.0.41 - - [2025-11-06 03:13:59] "POST /neutron/network HTTP/1.1" 200 842 0.013339 10.0.0.41 - - [2025-11-06 03:13:59] "GET /virtual-network/8625c2a2-b1aa-489d-9f14-baf390ed3812?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005787 10.0.0.41 - - [2025-11-06 03:13:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003956 10.0.0.131 - - [2025-11-06 03:13:59] "GET /projects?obj_uuids=1e814da8-484e-4cdb-b70e-611888eea09f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001042 10.0.0.41 - - [2025-11-06 03:13:59] "GET /project/1e814da8-484e-4cdb-b70e-611888eea09f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.045971 10.0.0.131 - - [2025-11-06 03:13:59] "GET /projects?obj_uuids=1e814da8-484e-4cdb-b70e-611888eea09f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001469 10.0.0.41 - - [2025-11-06 03:14:00] "POST /neutron/network HTTP/1.1" 200 625 0.144798 10.0.0.41 - - [2025-11-06 03:14:00] "POST /id-to-fqname HTTP/1.1" 200 228 0.005736 10.0.0.41 - - [2025-11-06 03:14:00] "GET /virtual-network/f89ac829-2aca-4a88-b247-265d33c1c1f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.008317 10.0.0.41 - - [2025-11-06 03:14:00] "POST /neutron/network HTTP/1.1" 200 844 0.009679 10.0.0.41 - - [2025-11-06 03:14:00] "GET /virtual-network/f89ac829-2aca-4a88-b247-265d33c1c1f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.007442 10.0.0.41 - - [2025-11-06 03:14:00] "GET /virtual-network/f89ac829-2aca-4a88-b247-265d33c1c1f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.010514 10.0.0.41 - - [2025-11-06 03:14:00] "GET /obj-perms HTTP/1.1" 200 5022 0.006873 10.0.0.41 - - [2025-11-06 03:14:00] "POST /id-to-fqname HTTP/1.1" 200 221 0.001928 10.0.0.41 - - [2025-11-06 03:14:01] "POST /neutron/network HTTP/1.1" 200 840 0.009777 10.0.0.131 - - [2025-11-06 03:14:01] "GET /projects?obj_uuids=1e814da8-484e-4cdb-b70e-611888eea09f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.002442 10.0.0.41 - - [2025-11-06 03:14:01] "GET /project/1e814da8-484e-4cdb-b70e-611888eea09f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.083190 10.0.0.41 - - [2025-11-06 03:14:01] "POST /neutron/port HTTP/1.1" 200 117 0.008490 10.0.0.41 - - [2025-11-06 03:14:02] "POST /id-to-fqname HTTP/1.1" 200 222 0.001514 10.0.0.41 - - [2025-11-06 03:14:02] "POST /neutron/network HTTP/1.1" 200 840 0.011380 10.0.0.41 - - [2025-11-06 03:14:02] "POST /neutron/port HTTP/1.1" 200 1056 0.022795 10.0.0.131 - - [2025-11-06 03:14:03] "GET /projects?obj_uuids=1e814da8-484e-4cdb-b70e-611888eea09f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001456 10.0.0.41 - - [2025-11-06 03:14:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004937 10.0.0.41 - - [2025-11-06 03:14:03] "GET /project/1e814da8-484e-4cdb-b70e-611888eea09f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.081985 10.0.0.41 - - [2025-11-06 03:14:03] "POST /neutron/port HTTP/1.1" 200 117 0.002127 10.0.0.41 - - [2025-11-06 03:14:03] "POST /neutron/security_group HTTP/1.1" 200 2054 0.010971 10.0.0.41 - - [2025-11-06 03:14:03] "POST /fqname-to-id HTTP/1.1" 404 193 0.006769 10.0.0.41 - - [2025-11-06 03:14:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004183 10.0.0.131 - - [2025-11-06 03:14:03] "GET /domains?obj_uuids=dd557474-6eee-442f-acdf-559f4d754f9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001387 10.0.0.41 - - [2025-11-06 03:14:03] "GET /domain/dd557474-6eee-442f-acdf-559f4d754f9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.011090 10.0.0.41 - - [2025-11-06 03:14:03] "POST /service-templates HTTP/1.1" 200 545 0.050658 10.0.0.41 - - [2025-11-06 03:14:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004102 10.0.0.41 - - [2025-11-06 03:14:03] "GET /service-template/7c653f3e-c5ed-4237-a596-eba27559e126?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.009686 10.0.0.41 - - [2025-11-06 03:14:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004742 10.0.0.41 - - [2025-11-06 03:14:03] "GET /service-template/7c653f3e-c5ed-4237-a596-eba27559e126?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.004416 10.0.0.41 - - [2025-11-06 03:14:03] "POST /id-to-fqname HTTP/1.1" 200 221 0.001285 10.0.0.131 - - [2025-11-06 03:14:03] "GET /projects?obj_uuids=1e814da8-484e-4cdb-b70e-611888eea09f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001290 10.0.0.41 - - [2025-11-06 03:14:03] "POST /id-to-fqname HTTP/1.1" 200 227 0.004071 10.0.0.41 - - [2025-11-06 03:14:03] "POST /id-to-fqname HTTP/1.1" 200 228 0.001783 10.0.0.41 - - [2025-11-06 03:14:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004434 10.0.0.41 - - [2025-11-06 03:14:04] "POST /neutron/port HTTP/1.1" 200 1057 0.385944 10.0.0.41 - - [2025-11-06 03:14:04] "POST /neutron/port HTTP/1.1" 200 1057 0.018082 10.0.0.41 - - [2025-11-06 03:14:04] "DELETE /service-template/7c653f3e-c5ed-4237-a596-eba27559e126 HTTP/1.1" 200 115 0.066666 10.0.0.41 - - [2025-11-06 03:14:04] "POST /fqname-to-id HTTP/1.1" 404 193 0.006076 10.0.0.41 - - [2025-11-06 03:14:04] "POST /neutron/port HTTP/1.1" 200 1085 0.021207 10.0.0.41 - - [2025-11-06 03:14:04] "POST /neutron/subnet HTTP/1.1" 200 703 0.013445 10.0.0.41 - - [2025-11-06 03:14:04] "POST /neutron/network HTTP/1.1" 200 833 0.014069 10.0.0.131 - - [2025-11-06 03:14:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004583 10.0.0.41 - - [2025-11-06 03:14:04] "POST /neutron/port HTTP/1.1" 200 1110 0.021262 10.0.0.131 - - [2025-11-06 03:14:05] "DELETE /route-target/2882e3ca-f856-4c66-913f-e64861f1a56f HTTP/1.1" 200 115 0.052120 10.0.0.41 - - [2025-11-06 03:14:05] "POST /neutron/network HTTP/1.1" 200 833 0.009263 10.0.0.41 - - [2025-11-06 03:14:05] "POST /neutron/port HTTP/1.1" 200 1111 0.014197 10.0.0.41 - - [2025-11-06 03:14:06] "POST /neutron/network HTTP/1.1" 200 2184 0.012371 10.0.0.41 - - [2025-11-06 03:14:07] "POST /neutron/network HTTP/1.1" 200 833 0.007538 10.0.0.131 - - [2025-11-06 03:14:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.008121 10.0.0.131 - - [2025-11-06 03:14:07] "POST /useragent-kv HTTP/1.1" 200 115 0.016388 10.0.0.131 - - [2025-11-06 03:14:07] "POST /useragent-kv HTTP/1.1" 200 115 0.004481 10.0.0.41 - - [2025-11-06 03:14:07] "POST /neutron/network HTTP/1.1" 200 151 0.218910 10.0.0.131 - - [2025-11-06 03:14:08] "DELETE /access-control-list/da821245-6fb2-405f-8cf8-a860852e647c HTTP/1.1" 200 115 0.051493 10.0.0.131 - - [2025-11-06 03:14:09] "GET /projects?obj_uuids=1e814da8-484e-4cdb-b70e-611888eea09f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001591 10.0.0.41 - - [2025-11-06 03:14:09] "GET /project/1e814da8-484e-4cdb-b70e-611888eea09f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.053417 10.0.0.131 - - [2025-11-06 03:14:09] "GET /projects?obj_uuids=1e814da8-484e-4cdb-b70e-611888eea09f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001443 10.0.0.41 - - [2025-11-06 03:14:09] "GET /project/1e814da8-484e-4cdb-b70e-611888eea09f?fields=virtual_networks HTTP/1.1" 200 1026 0.043999 10.0.0.131 - - [2025-11-06 03:14:10] "GET /projects?obj_uuids=1e814da8-484e-4cdb-b70e-611888eea09f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001492 10.0.0.41 - - [2025-11-06 03:14:10] "GET /project/1e814da8-484e-4cdb-b70e-611888eea09f?fields=virtual_machine_interfaces HTTP/1.1" 200 1026 0.044343 10.0.0.131 - - [2025-11-06 03:14:10] "GET /projects?obj_uuids=1e814da8-484e-4cdb-b70e-611888eea09f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001058 10.0.0.41 - - [2025-11-06 03:14:10] "GET /project/1e814da8-484e-4cdb-b70e-611888eea09f?fields=security_groups HTTP/1.1" 200 1249 0.049795 10.0.0.41 - - [2025-11-06 03:14:10] "POST /fqname-to-id HTTP/1.1" 404 190 0.024765 10.0.0.131 - - [2025-11-06 03:14:11] "GET /projects?obj_uuids=4bf315de-94ce-4a6e-b622-83fa0989020a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004288 10.0.0.131 - - [2025-11-06 03:14:11] "GET /domains?obj_uuids=dd557474-6eee-442f-acdf-559f4d754f9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001856 10.0.0.131 - - [2025-11-06 03:14:11] "GET /domain/dd557474-6eee-442f-acdf-559f4d754f9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.011568 10.0.0.131 - - [2025-11-06 03:14:11] "POST /id-to-fqname HTTP/1.1" 200 192 0.002623 10.0.0.131 - - [2025-11-06 03:14:11] "POST /fqname-to-id HTTP/1.1" 404 201 0.011271 10.0.0.131 - - [2025-11-06 03:14:11] "POST /security-groups HTTP/1.1" 200 593 0.088875 10.0.0.131 - - [2025-11-06 03:14:11] "POST /fqname-to-id HTTP/1.1" 404 236 0.004870 10.0.0.131 - - [2025-11-06 03:14:11] "POST /projects HTTP/1.1" 200 589 0.355139 10.0.0.131 - - [2025-11-06 03:14:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.431611 10.0.0.131 - - [2025-11-06 03:14:11] "POST /access-control-lists HTTP/1.1" 200 598 0.033557 10.0.0.41 - - [2025-11-06 03:14:11] "GET /project/4bf315de-94ce-4a6e-b622-83fa0989020a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.589225 10.0.0.41 - - [2025-11-06 03:14:12] "GET / HTTP/1.1" 200 36215 0.001988 10.0.0.41 - - [2025-11-06 03:14:14] "POST /fqname-to-id HTTP/1.1" 401 292 0.000496 10.0.0.41 - - [2025-11-06 03:14:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.053781 10.0.0.131 - - [2025-11-06 03:14:14] "GET /projects?obj_uuids=4bf315de-94ce-4a6e-b622-83fa0989020a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001079 10.0.0.41 - - [2025-11-06 03:14:14] "GET /project/4bf315de-94ce-4a6e-b622-83fa0989020a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.050343 10.0.0.41 - - [2025-11-06 03:14:14] "POST /neutron/network HTTP/1.1" 200 117 0.035429 10.0.0.41 - - [2025-11-06 03:14:15] "POST /neutron/network HTTP/1.1" 200 830 0.012528 10.0.0.41 - - [2025-11-06 03:14:15] "POST /id-to-fqname HTTP/1.1" 200 224 0.001332 10.0.0.41 - - [2025-11-06 03:14:15] "GET /virtual-network/3d9d0586-63d8-4d59-a224-8c903b62280c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.007330 10.0.0.41 - - [2025-11-06 03:14:15] "GET /virtual-network/3d9d0586-63d8-4d59-a224-8c903b62280c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006320 10.0.0.41 - - [2025-11-06 03:14:15] "POST /neutron/subnet HTTP/1.1" 200 724 0.009289 10.0.0.41 - - [2025-11-06 03:14:15] "GET /virtual-network/3d9d0586-63d8-4d59-a224-8c903b62280c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.008837 10.0.0.38 - - [2025-11-06 03:14:16] "GET /obj-perms HTTP/1.1" 200 5034 0.043702 10.0.0.131 - - [2025-11-06 03:14:17] "GET /obj-perms HTTP/1.1" 200 5034 0.055720 10.0.0.41 - - [2025-11-06 03:14:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005833 10.0.0.131 - - [2025-11-06 03:14:17] "GET /projects?obj_uuids=4bf315de-94ce-4a6e-b622-83fa0989020a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002342 10.0.0.41 - - [2025-11-06 03:14:17] "GET /project/4bf315de-94ce-4a6e-b622-83fa0989020a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.055268 10.0.0.131 - - [2025-11-06 03:14:17] "POST /route-targets HTTP/1.1" 200 328 0.014626 10.0.0.131 - - [2025-11-06 03:14:17] "POST /useragent-kv HTTP/1.1" 200 115 0.009132 10.0.0.41 - - [2025-11-06 03:14:17] "POST /neutron/subnet HTTP/1.1" 200 729 0.234139 10.0.0.41 - - [2025-11-06 03:14:17] "POST /id-to-fqname HTTP/1.1" 200 225 0.001327 10.0.0.41 - - [2025-11-06 03:14:17] "GET /virtual-network/a5703567-1a84-4c23-98a2-2244fe1ff912?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006656 10.0.0.41 - - [2025-11-06 03:14:17] "GET /virtual-network/a5703567-1a84-4c23-98a2-2244fe1ff912?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.007231 10.0.0.41 - - [2025-11-06 03:14:17] "POST /neutron/network HTTP/1.1" 200 833 0.009647 10.0.0.41 - - [2025-11-06 03:14:17] "GET /virtual-network/a5703567-1a84-4c23-98a2-2244fe1ff912?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006792 10.0.0.41 - - [2025-11-06 03:14:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.006371 10.0.0.131 - - [2025-11-06 03:14:18] "GET /projects?obj_uuids=4bf315de-94ce-4a6e-b622-83fa0989020a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001614 10.0.0.41 - - [2025-11-06 03:14:18] "GET /project/4bf315de-94ce-4a6e-b622-83fa0989020a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.058418 10.0.0.131 - - [2025-11-06 03:14:18] "GET /projects?obj_uuids=4bf315de-94ce-4a6e-b622-83fa0989020a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002369 10.0.0.131 - - [2025-11-06 03:14:18] "DELETE /project/4bf315de94ce4a6eb62283fa0989020a HTTP/1.1" 404 173 0.017431 10.0.0.131 - - [2025-11-06 03:14:18] "DELETE /project/52ec6d5a-5f78-49b2-b010-28d5585d8a8a HTTP/1.1" 404 177 0.008428 10.0.0.131 - - [2025-11-06 03:14:18] "DELETE /project/1e814da8484e4cdbb70e611888eea09f HTTP/1.1" 404 173 0.010897 10.0.0.131 - - [2025-11-06 03:14:18] "GET /projects?obj_uuids=1e814da8-484e-4cdb-b70e-611888eea09f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001343 10.0.0.131 - - [2025-11-06 03:14:18] "GET /project/1e814da8-484e-4cdb-b70e-611888eea09f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1452 0.075434 10.0.0.131 - - [2025-11-06 03:14:18] "GET /projects?obj_uuids=1e814da8-484e-4cdb-b70e-611888eea09f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001004 10.0.0.41 - - [2025-11-06 03:14:18] "POST /neutron/network HTTP/1.1" 200 617 0.212727 10.0.0.131 - - [2025-11-06 03:14:18] "GET /project/1e814da8-484e-4cdb-b70e-611888eea09f?fields=security_groups HTTP/1.1" 200 1351 0.063046 10.0.0.131 - - [2025-11-06 03:14:18] "POST /ref-update HTTP/1.1" 200 156 0.025662 10.0.0.131 - - [2025-11-06 03:14:18] "DELETE /security-group/907f0a49-0a9a-4ba7-bfa7-3c3f8b4e03a1 HTTP/1.1" 200 115 0.089270 10.0.0.131 - - [2025-11-06 03:14:18] "GET /projects?obj_uuids=1e814da8-484e-4cdb-b70e-611888eea09f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001454 10.0.0.131 - - [2025-11-06 03:14:18] "GET /project/1e814da8-484e-4cdb-b70e-611888eea09f?fields=application_policy_sets HTTP/1.1" 200 1390 0.073822 10.0.0.41 - - [2025-11-06 03:14:19] "POST /id-to-fqname HTTP/1.1" 200 227 0.005100 10.0.0.41 - - [2025-11-06 03:14:19] "GET /virtual-network/0cf84002-573d-4a68-a18b-4b383a136fe8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.008203 10.0.0.41 - - [2025-11-06 03:14:19] "POST /neutron/network HTTP/1.1" 200 836 0.007458 10.0.0.41 - - [2025-11-06 03:14:19] "GET /virtual-network/0cf84002-573d-4a68-a18b-4b383a136fe8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.008046 10.0.0.131 - - [2025-11-06 03:14:19] "DELETE /project/1e814da8-484e-4cdb-b70e-611888eea09f HTTP/1.1" 200 115 0.590401 10.0.0.41 - - [2025-11-06 03:14:19] "GET /virtual-network/0cf84002-573d-4a68-a18b-4b383a136fe8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005679 10.0.0.41 - - [2025-11-06 03:14:19] "GET /obj-perms HTTP/1.1" 200 5034 0.051920 10.0.0.41 - - [2025-11-06 03:14:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005890 10.0.0.131 - - [2025-11-06 03:14:19] "GET /projects?obj_uuids=4bf315de-94ce-4a6e-b622-83fa0989020a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002307 10.0.0.41 - - [2025-11-06 03:14:19] "GET /project/4bf315de-94ce-4a6e-b622-83fa0989020a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.060488 10.0.0.41 - - [2025-11-06 03:14:19] "POST /neutron/network HTTP/1.1" 200 117 0.016007 10.0.0.131 - - [2025-11-06 03:14:20] "POST /route-targets HTTP/1.1" 200 328 0.012925 10.0.0.41 - - [2025-11-06 03:14:20] "POST /neutron/network HTTP/1.1" 200 849 0.012537 10.0.0.41 - - [2025-11-06 03:14:20] "POST /id-to-fqname HTTP/1.1" 200 233 0.001769 10.0.0.41 - - [2025-11-06 03:14:20] "GET /virtual-network/429291f2-ea42-4d19-9407-6e2af330a975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.007468 10.0.0.41 - - [2025-11-06 03:14:20] "GET /virtual-network/429291f2-ea42-4d19-9407-6e2af330a975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.005763 10.0.0.41 - - [2025-11-06 03:14:20] "POST /neutron/subnet HTTP/1.1" 200 729 0.011878 10.0.0.41 - - [2025-11-06 03:14:20] "GET /virtual-network/429291f2-ea42-4d19-9407-6e2af330a975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.008365 10.0.0.38 - - [2025-11-06 03:14:20] "GET /obj-perms HTTP/1.1" 200 5034 0.004256 10.0.0.131 - - [2025-11-06 03:14:20] "GET /obj-perms HTTP/1.1" 200 5034 0.005274 10.0.0.41 - - [2025-11-06 03:14:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003261 10.0.0.131 - - [2025-11-06 03:14:20] "GET /projects?obj_uuids=4bf315de-94ce-4a6e-b622-83fa0989020a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001338 10.0.0.41 - - [2025-11-06 03:14:20] "GET /project/4bf315de-94ce-4a6e-b622-83fa0989020a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.045988 10.0.0.131 - - [2025-11-06 03:14:21] "POST /ref-update HTTP/1.1" 200 156 0.031590 10.0.0.131 - - [2025-11-06 03:14:21] "POST /useragent-kv HTTP/1.1" 200 115 0.013109 10.0.0.41 - - [2025-11-06 03:14:21] "POST /neutron/subnet HTTP/1.1" 200 724 0.228371 10.0.0.41 - - [2025-11-06 03:14:21] "POST /id-to-fqname HTTP/1.1" 200 234 0.001704 10.0.0.41 - - [2025-11-06 03:14:21] "GET /virtual-network/a4853d6f-ef83-48a7-a76c-4e296117d0ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2084 0.005321 10.0.0.41 - - [2025-11-06 03:14:21] "GET /virtual-network/a4853d6f-ef83-48a7-a76c-4e296117d0ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2084 0.006132 10.0.0.41 - - [2025-11-06 03:14:21] "POST /neutron/network HTTP/1.1" 200 850 0.008266 10.0.0.41 - - [2025-11-06 03:14:21] "GET /virtual-network/a4853d6f-ef83-48a7-a76c-4e296117d0ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2084 0.005736 10.0.0.41 - - [2025-11-06 03:14:22] "POST /id-to-fqname HTTP/1.1" 200 224 0.001404 10.0.0.131 - - [2025-11-06 03:14:22] "GET /projects?obj_uuids=4bf315de-94ce-4a6e-b622-83fa0989020a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001267 10.0.0.41 - - [2025-11-06 03:14:22] "GET /project/4bf315de-94ce-4a6e-b622-83fa0989020a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.071892 10.0.0.41 - - [2025-11-06 03:14:22] "POST /neutron/network HTTP/1.1" 200 830 0.008059 10.0.0.41 - - [2025-11-06 03:14:23] "POST /id-to-fqname HTTP/1.1" 200 225 0.001517 10.0.0.41 - - [2025-11-06 03:14:23] "POST /neutron/port HTTP/1.1" 200 117 0.009456 10.0.0.131 - - [2025-11-06 03:14:23] "GET /projects?obj_uuids=4bf315de-94ce-4a6e-b622-83fa0989020a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001174 10.0.0.41 - - [2025-11-06 03:14:23] "POST /neutron/port HTTP/1.1" 200 1062 0.375129 10.0.0.131 - - [2025-11-06 03:14:24] "GET /projects?obj_uuids=4bf315de-94ce-4a6e-b622-83fa0989020a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001366 10.0.0.41 - - [2025-11-06 03:14:24] "POST /neutron/port HTTP/1.1" 200 1116 0.161832 10.0.0.41 - - [2025-11-06 03:14:24] "GET /project/4bf315de-94ce-4a6e-b622-83fa0989020a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.171894 10.0.0.41 - - [2025-11-06 03:14:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005456 10.0.0.41 - - [2025-11-06 03:14:24] "POST /neutron/network HTTP/1.1" 200 830 0.011486 10.0.0.41 - - [2025-11-06 03:14:24] "POST /neutron/port HTTP/1.1" 200 117 0.008422 10.0.0.41 - - [2025-11-06 03:14:24] "POST /fqname-to-id HTTP/1.1" 404 193 0.004731 10.0.0.41 - - [2025-11-06 03:14:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004476 10.0.0.131 - - [2025-11-06 03:14:24] "GET /domains?obj_uuids=dd557474-6eee-442f-acdf-559f4d754f9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001359 10.0.0.41 - - [2025-11-06 03:14:24] "GET /domain/dd557474-6eee-442f-acdf-559f4d754f9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.010894 10.0.0.41 - - [2025-11-06 03:14:24] "POST /service-templates HTTP/1.1" 200 545 0.050369 10.0.0.41 - - [2025-11-06 03:14:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004637 10.0.0.41 - - [2025-11-06 03:14:24] "GET /service-template/228c3653-0e5e-4104-9a66-3671a9b8afa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1645 0.008487 10.0.0.41 - - [2025-11-06 03:14:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004250 10.0.0.41 - - [2025-11-06 03:14:24] "GET /service-template/228c3653-0e5e-4104-9a66-3671a9b8afa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1645 0.006870 10.0.0.41 - - [2025-11-06 03:14:25] "POST /id-to-fqname HTTP/1.1" 200 233 0.002590 10.0.0.131 - - [2025-11-06 03:14:25] "GET /projects?obj_uuids=4bf315de-94ce-4a6e-b622-83fa0989020a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001746 10.0.0.41 - - [2025-11-06 03:14:25] "POST /neutron/port HTTP/1.1" 200 1063 0.389860 10.0.0.41 - - [2025-11-06 03:14:25] "POST /neutron/port HTTP/1.1" 200 1063 0.017716 10.0.0.41 - - [2025-11-06 03:14:25] "POST /neutron/port HTTP/1.1" 200 1091 0.019017 10.0.0.41 - - [2025-11-06 03:14:25] "POST /neutron/port HTTP/1.1" 200 117 0.001513 10.0.0.131 - - [2025-11-06 03:14:26] "GET /projects?obj_uuids=4bf315de-94ce-4a6e-b622-83fa0989020a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002234 10.0.0.41 - - [2025-11-06 03:14:26] "GET /project/4bf315de-94ce-4a6e-b622-83fa0989020a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.093613 10.0.0.41 - - [2025-11-06 03:14:26] "POST /neutron/port HTTP/1.1" 200 2065 0.030417 10.0.0.41 - - [2025-11-06 03:14:26] "GET /virtual-machine/b2c85ea1-39d5-478b-8d60-c5a77c8ddb16 HTTP/1.1" 401 292 0.000414 10.0.0.41 - - [2025-11-06 03:14:27] "GET /virtual-machine/b2c85ea1-39d5-478b-8d60-c5a77c8ddb16 HTTP/1.1" 404 171 0.046544 10.0.0.41 - - [2025-11-06 03:14:27] "POST /neutron/network HTTP/1.1" 200 859 0.011550 10.0.0.41 - - [2025-11-06 03:14:27] "POST /neutron/port HTTP/1.1" 200 1063 0.021519 10.0.0.41 - - [2025-11-06 03:14:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006449 10.0.0.41 - - [2025-11-06 03:14:28] "POST /neutron/network HTTP/1.1" 200 849 0.008609 10.0.0.41 - - [2025-11-06 03:14:29] "GET /virtual-machine/b2c85ea1-39d5-478b-8d60-c5a77c8ddb16 HTTP/1.1" 200 1297 0.007289 10.0.0.41 - - [2025-11-06 03:14:29] "GET /virtual-machine-interface/c2c4970c-d7c2-4ed3-9e40-4ff26c9a43d7 HTTP/1.1" 200 2992 0.008257 10.0.0.41 - - [2025-11-06 03:14:29] "GET /virtual-machine-interface/c2c4970c-d7c2-4ed3-9e40-4ff26c9a43d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2770 0.005648 10.0.0.41 - - [2025-11-06 03:14:29] "PUT /virtual-machine-interface/c2c4970c-d7c2-4ed3-9e40-4ff26c9a43d7 HTTP/1.1" 200 285 0.015393 10.0.0.41 - - [2025-11-06 03:14:34] "POST /neutron/port HTTP/1.1" 200 1091 0.020759 10.0.0.41 - - [2025-11-06 03:14:34] "POST /neutron/security_group HTTP/1.1" 200 2060 0.013163 10.0.0.41 - - [2025-11-06 03:14:34] "GET /virtual-machine/b2c85ea1-39d5-478b-8d60-c5a77c8ddb16 HTTP/1.1" 200 1297 0.005734 10.0.0.41 - - [2025-11-06 03:14:34] "GET /virtual-machine-interface/c2c4970c-d7c2-4ed3-9e40-4ff26c9a43d7 HTTP/1.1" 200 3042 0.007574 10.0.0.41 - - [2025-11-06 03:14:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005819 10.0.0.41 - - [2025-11-06 03:14:34] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005556 10.0.0.41 - - [2025-11-06 03:14:34] "GET /virtual-networks?parent_id=4bf315de-94ce-4a6e-b622-83fa0989020a&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.004726 10.0.0.41 - - [2025-11-06 03:14:34] "GET /virtual-network/429291f2-ea42-4d19-9407-6e2af330a975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.008511 10.0.0.41 - - [2025-11-06 03:14:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004240 10.0.0.41 - - [2025-11-06 03:14:37] "GET /virtual-network/429291f2-ea42-4d19-9407-6e2af330a975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.006371 10.0.0.41 - - [2025-11-06 03:14:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.005048 10.0.0.41 - - [2025-11-06 03:14:41] "GET /virtual-network/429291f2-ea42-4d19-9407-6e2af330a975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.006054 10.0.0.41 - - [2025-11-06 03:14:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005299 10.0.0.41 - - [2025-11-06 03:14:46] "GET /virtual-network/429291f2-ea42-4d19-9407-6e2af330a975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.009304 10.0.0.41 - - [2025-11-06 03:14:46] "POST /neutron/port HTTP/1.1" 200 1090 0.018978 10.0.0.41 - - [2025-11-06 03:14:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003954 10.0.0.41 - - [2025-11-06 03:14:47] "POST /neutron/network HTTP/1.1" 200 830 0.009198 10.0.0.41 - - [2025-11-06 03:14:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004617 10.0.0.41 - - [2025-11-06 03:14:50] "GET /virtual-network/429291f2-ea42-4d19-9407-6e2af330a975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.006581 10.0.0.41 - - [2025-11-06 03:14:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004522 10.0.0.41 - - [2025-11-06 03:14:54] "GET /virtual-network/429291f2-ea42-4d19-9407-6e2af330a975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.005969 10.0.0.41 - - [2025-11-06 03:14:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004356 10.0.0.41 - - [2025-11-06 03:14:58] "GET /virtual-network/429291f2-ea42-4d19-9407-6e2af330a975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.005728 10.0.0.41 - - [2025-11-06 03:14:59] "POST /neutron/network HTTP/1.1" 200 843 0.037747 10.0.0.41 - - [2025-11-06 03:14:59] "POST /neutron/port HTTP/1.1" 200 117 0.001754 10.0.0.41 - - [2025-11-06 03:15:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004602 10.0.0.41 - - [2025-11-06 03:15:02] "GET /virtual-network/429291f2-ea42-4d19-9407-6e2af330a975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.005646 10.0.0.41 - - [2025-11-06 03:15:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.005028 10.0.0.41 - - [2025-11-06 03:15:06] "GET /virtual-network/429291f2-ea42-4d19-9407-6e2af330a975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.006173 10.0.0.41 - - [2025-11-06 03:15:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004887 10.0.0.41 - - [2025-11-06 03:15:10] "GET /virtual-network/429291f2-ea42-4d19-9407-6e2af330a975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.006019 10.0.0.41 - - [2025-11-06 03:15:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004305 10.0.0.41 - - [2025-11-06 03:15:14] "GET /virtual-network/429291f2-ea42-4d19-9407-6e2af330a975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.007259 10.0.0.41 - - [2025-11-06 03:15:18] "POST /neutron/security_group HTTP/1.1" 200 2060 0.037778 10.0.0.41 - - [2025-11-06 03:15:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004842 10.0.0.41 - - [2025-11-06 03:15:18] "GET /virtual-network/429291f2-ea42-4d19-9407-6e2af330a975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.007459 10.0.0.41 - - [2025-11-06 03:15:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005776 10.0.0.41 - - [2025-11-06 03:15:20] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.008269 10.0.0.41 - - [2025-11-06 03:15:20] "GET /virtual-networks?parent_id=4bf315de-94ce-4a6e-b622-83fa0989020a&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.004748 10.0.0.41 - - [2025-11-06 03:15:20] "GET /virtual-network/429291f2-ea42-4d19-9407-6e2af330a975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.007694 10.0.0.41 - - [2025-11-06 03:15:26] "POST /neutron/port HTTP/1.1" 200 1091 0.034065 10.0.0.41 - - [2025-11-06 03:15:29] "POST /neutron/security_group HTTP/1.1" 200 2060 0.010449 10.0.0.41 - - [2025-11-06 03:15:32] "POST /neutron/port HTTP/1.1" 200 1091 0.023269 10.0.0.41 - - [2025-11-06 03:15:36] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008542 10.0.0.41 - - [2025-11-06 03:15:41] "POST /fqname-to-id HTTP/1.1" 404 211 0.005985 10.0.0.41 - - [2025-11-06 03:15:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003649 10.0.0.131 - - [2025-11-06 03:15:41] "GET /projects?obj_uuids=4bf315de-94ce-4a6e-b622-83fa0989020a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001094 10.0.0.41 - - [2025-11-06 03:15:41] "GET /project/4bf315de-94ce-4a6e-b622-83fa0989020a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.073849 10.0.0.41 - - [2025-11-06 03:15:42] "POST /service-instances HTTP/1.1" 200 549 0.047199 10.0.0.41 - - [2025-11-06 03:15:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.014451 10.0.0.41 - - [2025-11-06 03:15:42] "GET /service-instance/113e9c42-15d0-480b-b5c8-065a82b1cc6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.007416 10.0.0.41 - - [2025-11-06 03:15:42] "POST /port-tuples HTTP/1.1" 200 592 0.046920 10.0.0.41 - - [2025-11-06 03:15:42] "GET /virtual-machine-interface/c2c4970c-d7c2-4ed3-9e40-4ff26c9a43d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2820 0.006199 10.0.0.41 - - [2025-11-06 03:15:42] "PUT /virtual-machine-interface/c2c4970c-d7c2-4ed3-9e40-4ff26c9a43d7 HTTP/1.1" 200 285 0.018049 10.0.0.41 - - [2025-11-06 03:15:42] "POST /ref-update HTTP/1.1" 200 156 0.019273 10.0.0.131 - - [2025-11-06 03:15:42] "POST /instance-ips HTTP/1.1" 200 374 0.074976 10.0.0.41 - - [2025-11-06 03:15:42] "POST /neutron/port HTTP/1.1" 200 1090 0.022147 10.0.0.131 - - [2025-11-06 03:15:42] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.019045 10.0.0.41 - - [2025-11-06 03:15:42] "POST /neutron/security_group HTTP/1.1" 200 2060 0.011695 10.0.0.41 - - [2025-11-06 03:15:42] "GET /virtual-machine/c7139f55-d6ff-4297-add8-0b618f58bb37 HTTP/1.1" 200 1297 0.030383 10.0.0.41 - - [2025-11-06 03:15:42] "GET /virtual-machine-interface/f9a3fb1c-df8a-4746-98b7-4ebb8d1b1386 HTTP/1.1" 200 2965 0.007109 10.0.0.131 - - [2025-11-06 03:15:42] "POST /ref-update HTTP/1.1" 200 156 0.034316 10.0.0.41 - - [2025-11-06 03:15:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.014655 10.0.0.41 - - [2025-11-06 03:15:42] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006461 10.0.0.41 - - [2025-11-06 03:15:42] "GET /virtual-networks?parent_id=4bf315de-94ce-4a6e-b622-83fa0989020a&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.005147 10.0.0.41 - - [2025-11-06 03:15:42] "GET /virtual-network/3d9d0586-63d8-4d59-a224-8c903b62280c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.008663 10.0.0.41 - - [2025-11-06 03:15:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004970 10.0.0.41 - - [2025-11-06 03:15:43] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004995 10.0.0.41 - - [2025-11-06 03:15:44] "GET /virtual-networks?parent_id=4bf315de-94ce-4a6e-b622-83fa0989020a&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.004727 10.0.0.41 - - [2025-11-06 03:15:44] "GET /virtual-network/3d9d0586-63d8-4d59-a224-8c903b62280c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.009001 10.0.0.41 - - [2025-11-06 03:15:44] "POST /neutron/port HTTP/1.1" 200 1091 0.021074 10.0.0.41 - - [2025-11-06 03:15:44] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009674 10.0.0.41 - - [2025-11-06 03:15:44] "GET /virtual-machine/5e39e344-000b-4afd-9293-cc8b88e63d9b HTTP/1.1" 200 1296 0.008563 10.0.0.41 - - [2025-11-06 03:15:44] "GET /virtual-machine-interface/53be23b1-e603-4638-b234-4971c96317f2 HTTP/1.1" 200 2967 0.007468 10.0.0.41 - - [2025-11-06 03:15:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003954 10.0.0.41 - - [2025-11-06 03:15:44] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004737 10.0.0.41 - - [2025-11-06 03:15:44] "GET /virtual-networks?parent_id=4bf315de-94ce-4a6e-b622-83fa0989020a&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.004322 10.0.0.41 - - [2025-11-06 03:15:44] "GET /virtual-network/a5703567-1a84-4c23-98a2-2244fe1ff912?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.010562 10.0.0.41 - - [2025-11-06 03:15:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003695 10.0.0.41 - - [2025-11-06 03:15:45] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003746 10.0.0.41 - - [2025-11-06 03:15:45] "GET /virtual-networks?parent_id=4bf315de-94ce-4a6e-b622-83fa0989020a&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.003133 10.0.0.41 - - [2025-11-06 03:15:45] "GET /virtual-network/a5703567-1a84-4c23-98a2-2244fe1ff912?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.007383 10.0.0.41 - - [2025-11-06 03:15:45] "POST /fqname-to-id HTTP/1.1" 404 215 0.004195 10.0.0.41 - - [2025-11-06 03:15:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.009405 10.0.0.131 - - [2025-11-06 03:15:46] "GET /projects?obj_uuids=4bf315de-94ce-4a6e-b622-83fa0989020a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002218 10.0.0.41 - - [2025-11-06 03:15:46] "GET /project/4bf315de-94ce-4a6e-b622-83fa0989020a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.056354 10.0.0.41 - - [2025-11-06 03:15:46] "POST /network-policys HTTP/1.1" 200 553 0.040249 10.0.0.41 - - [2025-11-06 03:15:46] "GET /network-policy/db6516c6-f767-4eb9-9185-ed051476f84d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2476 0.007495 10.0.0.41 - - [2025-11-06 03:15:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003359 10.0.0.41 - - [2025-11-06 03:15:46] "GET /virtual-network/3d9d0586-63d8-4d59-a224-8c903b62280c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006812 10.0.0.41 - - [2025-11-06 03:15:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005111 10.0.0.41 - - [2025-11-06 03:15:46] "GET /network-policy/db6516c6-f767-4eb9-9185-ed051476f84d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2476 0.007622 10.0.0.41 - - [2025-11-06 03:15:46] "POST /ref-update HTTP/1.1" 200 156 0.070148 10.0.0.41 - - [2025-11-06 03:15:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004116 10.0.0.41 - - [2025-11-06 03:15:46] "GET /network-policy/db6516c6-f767-4eb9-9185-ed051476f84d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2476 0.019012 10.0.0.131 - - [2025-11-06 03:15:46] "POST /ref-update HTTP/1.1" 200 156 0.033458 10.0.0.41 - - [2025-11-06 03:15:46] "GET /virtual-network/3d9d0586-63d8-4d59-a224-8c903b62280c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.011559 10.0.0.41 - - [2025-11-06 03:15:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003390 10.0.0.41 - - [2025-11-06 03:15:46] "GET /network-policy/db6516c6-f767-4eb9-9185-ed051476f84d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2476 0.007533 10.0.0.41 - - [2025-11-06 03:15:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.007342 10.0.0.41 - - [2025-11-06 03:15:46] "GET /virtual-network/a5703567-1a84-4c23-98a2-2244fe1ff912?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.008965 10.0.0.41 - - [2025-11-06 03:15:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004643 10.0.0.41 - - [2025-11-06 03:15:46] "GET /network-policy/db6516c6-f767-4eb9-9185-ed051476f84d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2476 0.006697 10.0.0.41 - - [2025-11-06 03:15:46] "POST /ref-update HTTP/1.1" 200 156 0.080919 10.0.0.41 - - [2025-11-06 03:15:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.013327 10.0.0.41 - - [2025-11-06 03:15:46] "GET /network-policy/db6516c6-f767-4eb9-9185-ed051476f84d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2476 0.007835 10.0.0.131 - - [2025-11-06 03:15:46] "POST /access-control-lists HTTP/1.1" 200 601 0.114388 10.0.0.41 - - [2025-11-06 03:15:46] "GET /virtual-network/a5703567-1a84-4c23-98a2-2244fe1ff912?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2374 0.027578 10.0.0.41 - - [2025-11-06 03:15:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.007967 10.0.0.41 - - [2025-11-06 03:15:47] "POST /neutron/port HTTP/1.1" 200 1385 0.112662 10.0.0.41 - - [2025-11-06 03:15:47] "GET /network-policy/db6516c6-f767-4eb9-9185-ed051476f84d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2476 0.006952 10.0.0.41 - - [2025-11-06 03:15:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004951 10.0.0.41 - - [2025-11-06 03:15:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.013758 10.0.0.41 - - [2025-11-06 03:15:47] "GET /service-template/228c3653-0e5e-4104-9a66-3671a9b8afa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1645 0.004069 10.0.0.41 - - [2025-11-06 03:15:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003824 10.0.0.131 - - [2025-11-06 03:15:47] "GET /projects?obj_uuids=4bf315de-94ce-4a6e-b622-83fa0989020a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002061 10.0.0.41 - - [2025-11-06 03:15:47] "POST /neutron/network HTTP/1.1" 200 849 0.011602 10.0.0.41 - - [2025-11-06 03:15:47] "GET /project/4bf315de-94ce-4a6e-b622-83fa0989020a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.095877 10.0.0.41 - - [2025-11-06 03:15:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.005729 10.0.0.41 - - [2025-11-06 03:15:47] "GET /service-instance/113e9c42-15d0-480b-b5c8-065a82b1cc6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.008646 10.0.0.41 - - [2025-11-06 03:15:47] "POST /neutron/port HTTP/1.1" 200 1385 0.022308 10.0.0.41 - - [2025-11-06 03:15:47] "POST /neutron/security_group HTTP/1.1" 200 2060 0.010203 10.0.0.41 - - [2025-11-06 03:15:48] "POST /neutron/network HTTP/1.1" 200 823 0.023924 10.0.0.41 - - [2025-11-06 03:15:48] "POST /id-to-fqname HTTP/1.1" 200 233 0.001352 10.0.0.41 - - [2025-11-06 03:15:48] "GET /virtual-machine/b2c85ea1-39d5-478b-8d60-c5a77c8ddb16 HTTP/1.1" 200 1297 0.003697 10.0.0.41 - - [2025-11-06 03:15:48] "GET /virtual-machine-interface/c2c4970c-d7c2-4ed3-9e40-4ff26c9a43d7 HTTP/1.1" 200 3901 0.005299 10.0.0.41 - - [2025-11-06 03:15:48] "GET /instance-ip/5685b579-bf76-46a4-82e4-589d2d264bec HTTP/1.1" 200 1965 0.004389 10.0.0.41 - - [2025-11-06 03:15:48] "GET /instance-ip/c4e206c1-c1cc-43f3-bc07-f6f7c3f5a982 HTTP/1.1" 200 1640 0.006258 10.0.0.41 - - [2025-11-06 03:15:48] "GET /instance-ip/cfe1b9f7-7e64-48db-98b2-6fe9cddca5e6 HTTP/1.1" 200 1969 0.004240 10.0.0.41 - - [2025-11-06 03:15:48] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008182 10.0.0.41 - - [2025-11-06 03:15:48] "GET /virtual-machine/b2c85ea1-39d5-478b-8d60-c5a77c8ddb16 HTTP/1.1" 200 1297 0.004590 10.0.0.41 - - [2025-11-06 03:15:48] "GET /virtual-machine-interface/c2c4970c-d7c2-4ed3-9e40-4ff26c9a43d7 HTTP/1.1" 200 3901 0.005606 10.0.0.41 - - [2025-11-06 03:15:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004244 10.0.0.41 - - [2025-11-06 03:15:48] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004601 10.0.0.41 - - [2025-11-06 03:15:48] "GET /virtual-networks?parent_id=4bf315de-94ce-4a6e-b622-83fa0989020a&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.003822 10.0.0.41 - - [2025-11-06 03:15:48] "GET /virtual-network/429291f2-ea42-4d19-9407-6e2af330a975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.008208 10.0.0.41 - - [2025-11-06 03:15:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004383 10.0.0.41 - - [2025-11-06 03:15:49] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005851 10.0.0.41 - - [2025-11-06 03:15:49] "GET /virtual-networks?parent_id=4bf315de-94ce-4a6e-b622-83fa0989020a&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.005460 10.0.0.41 - - [2025-11-06 03:15:49] "GET /virtual-network/429291f2-ea42-4d19-9407-6e2af330a975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.006443 10.0.0.41 - - [2025-11-06 03:15:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.005157 10.0.0.41 - - [2025-11-06 03:15:49] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005238 10.0.0.41 - - [2025-11-06 03:15:49] "GET /virtual-networks?parent_id=4bf315de-94ce-4a6e-b622-83fa0989020a&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.003973 10.0.0.41 - - [2025-11-06 03:15:49] "GET /virtual-network/429291f2-ea42-4d19-9407-6e2af330a975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.008314 10.0.0.41 - - [2025-11-06 03:15:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004797 10.0.0.41 - - [2025-11-06 03:15:49] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005696 10.0.0.41 - - [2025-11-06 03:15:49] "GET /virtual-networks?parent_id=4bf315de-94ce-4a6e-b622-83fa0989020a&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.003999 10.0.0.41 - - [2025-11-06 03:15:49] "GET /virtual-network/429291f2-ea42-4d19-9407-6e2af330a975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.007649 10.0.0.41 - - [2025-11-06 03:15:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003804 10.0.0.41 - - [2025-11-06 03:15:50] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006123 10.0.0.41 - - [2025-11-06 03:15:50] "GET /virtual-networks?parent_id=4bf315de-94ce-4a6e-b622-83fa0989020a&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.005446 10.0.0.41 - - [2025-11-06 03:15:50] "GET /virtual-network/429291f2-ea42-4d19-9407-6e2af330a975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.006467 10.0.0.41 - - [2025-11-06 03:15:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004210 10.0.0.41 - - [2025-11-06 03:15:50] "GET /routing-instance/7f02623e-00d2-4c1a-92e2-1156ca6d22b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.005821 10.0.0.41 - - [2025-11-06 03:15:50] "GET /routing-instance/7f02623e-00d2-4c1a-92e2-1156ca6d22b0?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1592 0.007742 10.0.0.41 - - [2025-11-06 03:15:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004653 10.0.0.41 - - [2025-11-06 03:15:50] "GET /routing-instance/ce4f039a-c653-4c2c-ae3c-88e9ec2368a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.007342 10.0.0.41 - - [2025-11-06 03:15:50] "GET /routing-instance/ce4f039a-c653-4c2c-ae3c-88e9ec2368a6?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1596 0.007754 10.0.0.41 - - [2025-11-06 03:15:53] "GET /obj-perms HTTP/1.1" 200 5056 0.059912 10.0.0.38 - - [2025-11-06 03:15:54] "GET /obj-perms HTTP/1.1" 200 5056 0.053085 10.0.0.41 - - [2025-11-06 03:15:58] "POST /neutron/port HTTP/1.1" 200 1091 0.024064 10.0.0.41 - - [2025-11-06 03:15:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005049 10.0.0.41 - - [2025-11-06 03:15:59] "POST /neutron/network HTTP/1.1" 200 925 0.008310 10.0.0.41 - - [2025-11-06 03:16:10] "GET /network-policy/db6516c6-f767-4eb9-9185-ed051476f84d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2476 0.005183 10.0.0.41 - - [2025-11-06 03:16:10] "PUT /network-policy/db6516c6-f767-4eb9-9185-ed051476f84d HTTP/1.1" 200 263 0.015337 10.0.0.41 - - [2025-11-06 03:16:10] "GET /network-policy/db6516c6-f767-4eb9-9185-ed051476f84d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3772 0.004838 10.0.0.131 - - [2025-11-06 03:16:10] "PUT /access-control-list/e284ad91-dcbc-4b61-894f-46d1c844cab6 HTTP/1.1" 200 273 0.074639 10.0.0.38 - - [2025-11-06 03:16:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000497 10.0.0.131 - - [2025-11-06 03:16:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000711 10.0.0.38 - - [2025-11-06 03:16:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000584 10.0.0.131 - - [2025-11-06 03:16:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000547 10.0.0.131 - - [2025-11-06 03:16:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000635 10.0.0.131 - - [2025-11-06 03:16:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000468 10.0.0.38 - - [2025-11-06 03:16:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000586 10.0.0.38 - - [2025-11-06 03:16:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000501 10.0.0.41 - - [2025-11-06 03:16:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000427 10.0.0.41 - - [2025-11-06 03:16:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000415 10.0.0.41 - - [2025-11-06 03:16:14] "GET /global-system-configs HTTP/1.1" 401 292 0.000411 10.0.0.41 - - [2025-11-06 03:16:14] "GET /global-system-configs HTTP/1.1" 401 292 0.000441 10.0.0.41 - - [2025-11-06 03:16:33] "POST /neutron/port HTTP/1.1" 200 1385 0.031554 10.0.0.41 - - [2025-11-06 03:16:38] "POST /ref-update HTTP/1.1" 200 156 0.067969 10.0.0.41 - - [2025-11-06 03:16:38] "GET /virtual-network/a5703567-1a84-4c23-98a2-2244fe1ff912?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.008836 10.0.0.41 - - [2025-11-06 03:16:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.029997 10.0.0.131 - - [2025-11-06 03:16:39] "DELETE /access-control-list/ea8af6d0-f354-42f4-90b4-96b69a660b5e HTTP/1.1" 200 115 0.071205 10.0.0.41 - - [2025-11-06 03:16:39] "GET /network-policy/db6516c6-f767-4eb9-9185-ed051476f84d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3772 0.007311 10.0.0.41 - - [2025-11-06 03:16:39] "POST /ref-update HTTP/1.1" 200 156 0.062191 10.0.0.41 - - [2025-11-06 03:16:39] "POST /neutron/network HTTP/1.1" 200 830 0.024435 10.0.0.41 - - [2025-11-06 03:16:39] "GET /virtual-network/3d9d0586-63d8-4d59-a224-8c903b62280c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.015317 10.0.0.41 - - [2025-11-06 03:16:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004969 10.0.0.131 - - [2025-11-06 03:16:39] "DELETE /access-control-list/e284ad91-dcbc-4b61-894f-46d1c844cab6 HTTP/1.1" 200 115 0.034028 10.0.0.41 - - [2025-11-06 03:16:39] "GET /network-policy/db6516c6-f767-4eb9-9185-ed051476f84d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3772 0.007880 10.0.0.41 - - [2025-11-06 03:16:39] "DELETE /network-policy/db6516c6-f767-4eb9-9185-ed051476f84d HTTP/1.1" 200 115 0.075588 10.0.0.41 - - [2025-11-06 03:16:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.005688 10.0.0.131 - - [2025-11-06 03:16:39] "POST /ref-update HTTP/1.1" 200 156 0.050459 10.0.0.41 - - [2025-11-06 03:16:39] "DELETE /service-instance/113e9c42-15d0-480b-b5c8-065a82b1cc6f HTTP/1.1" 200 115 0.067307 10.0.0.131 - - [2025-11-06 03:16:39] "DELETE /instance-ip/cfe1b9f7-7e64-48db-98b2-6fe9cddca5e6 HTTP/1.1" 200 115 0.047219 10.0.0.41 - - [2025-11-06 03:16:39] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.004281 10.0.0.41 - - [2025-11-06 03:16:39] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.005937 10.0.0.41 - - [2025-11-06 03:16:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003947 10.0.0.41 - - [2025-11-06 03:16:39] "DELETE /service-template/228c3653-0e5e-4104-9a66-3671a9b8afa4 HTTP/1.1" 200 115 0.024718 10.0.0.41 - - [2025-11-06 03:16:39] "POST /fqname-to-id HTTP/1.1" 404 193 0.004613 10.0.0.41 - - [2025-11-06 03:16:40] "POST /neutron/network HTTP/1.1" 200 849 0.007351 10.0.0.41 - - [2025-11-06 03:16:40] "POST /neutron/port HTTP/1.1" 200 1091 0.018624 10.0.0.41 - - [2025-11-06 03:16:40] "POST /neutron/port HTTP/1.1" 200 1117 0.012259 10.0.0.41 - - [2025-11-06 03:16:40] "POST /neutron/port HTTP/1.1" 200 1116 0.015221 10.0.0.131 - - [2025-11-06 03:16:42] "POST /useragent-kv HTTP/1.1" 200 115 0.008795 10.0.0.131 - - [2025-11-06 03:16:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.010179 10.0.0.131 - - [2025-11-06 03:16:42] "POST /useragent-kv HTTP/1.1" 200 115 0.004353 10.0.0.41 - - [2025-11-06 03:16:42] "POST /neutron/network HTTP/1.1" 200 151 0.136364 10.0.0.131 - - [2025-11-06 03:16:42] "DELETE /route-target/bbef2505-efaf-47ba-9f9e-1130e3473c8f HTTP/1.1" 200 115 0.035125 10.0.0.41 - - [2025-11-06 03:16:43] "POST /neutron/network HTTP/1.1" 200 833 0.009226 10.0.0.131 - - [2025-11-06 03:16:43] "POST /useragent-kv HTTP/1.1" 200 115 0.003515 10.0.0.131 - - [2025-11-06 03:16:43] "POST /useragent-kv HTTP/1.1" 200 115 0.002527 10.0.0.131 - - [2025-11-06 03:16:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003541 10.0.0.41 - - [2025-11-06 03:16:43] "POST /neutron/network HTTP/1.1" 200 151 0.147225 10.0.0.131 - - [2025-11-06 03:16:45] "GET /projects?obj_uuids=4bf315de-94ce-4a6e-b622-83fa0989020a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001881 10.0.0.41 - - [2025-11-06 03:16:45] "GET /project/4bf315de-94ce-4a6e-b622-83fa0989020a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.073723 10.0.0.131 - - [2025-11-06 03:16:45] "GET /projects?obj_uuids=4bf315de-94ce-4a6e-b622-83fa0989020a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002127 10.0.0.41 - - [2025-11-06 03:16:45] "GET /project/4bf315de-94ce-4a6e-b622-83fa0989020a?fields=virtual_networks HTTP/1.1" 200 1038 0.062389 10.0.0.131 - - [2025-11-06 03:16:45] "GET /projects?obj_uuids=4bf315de-94ce-4a6e-b622-83fa0989020a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001458 10.0.0.41 - - [2025-11-06 03:16:45] "GET /project/4bf315de-94ce-4a6e-b622-83fa0989020a?fields=virtual_machine_interfaces HTTP/1.1" 200 1038 0.080350 10.0.0.131 - - [2025-11-06 03:16:45] "GET /projects?obj_uuids=4bf315de-94ce-4a6e-b622-83fa0989020a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001395 10.0.0.41 - - [2025-11-06 03:16:45] "GET /project/4bf315de-94ce-4a6e-b622-83fa0989020a?fields=security_groups HTTP/1.1" 200 1267 0.086015 10.0.0.41 - - [2025-11-06 03:16:46] "POST /fqname-to-id HTTP/1.1" 404 189 0.027418 10.0.0.131 - - [2025-11-06 03:16:46] "GET /projects?obj_uuids=78ec0edf-2d22-400d-9c88-77f0aac95d01&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004115 10.0.0.131 - - [2025-11-06 03:16:46] "GET /domains?obj_uuids=dd557474-6eee-442f-acdf-559f4d754f9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001415 10.0.0.131 - - [2025-11-06 03:16:46] "GET /domain/dd557474-6eee-442f-acdf-559f4d754f9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.010161 10.0.0.131 - - [2025-11-06 03:16:46] "POST /id-to-fqname HTTP/1.1" 200 191 0.001675 10.0.0.131 - - [2025-11-06 03:16:46] "POST /fqname-to-id HTTP/1.1" 404 200 0.005789 10.0.0.131 - - [2025-11-06 03:16:46] "POST /security-groups HTTP/1.1" 200 592 0.079101 10.0.0.131 - - [2025-11-06 03:16:46] "POST /projects HTTP/1.1" 200 587 0.356883 10.0.0.131 - - [2025-11-06 03:16:47] "POST /access-control-lists HTTP/1.1" 200 599 0.036347 10.0.0.131 - - [2025-11-06 03:16:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.446221 10.0.0.41 - - [2025-11-06 03:16:47] "GET /project/78ec0edf-2d22-400d-9c88-77f0aac95d01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.618498 10.0.0.41 - - [2025-11-06 03:16:48] "GET / HTTP/1.1" 200 36215 0.001605 10.0.0.41 - - [2025-11-06 03:16:50] "GET /project/78ec0edf-2d22-400d-9c88-77f0aac95d01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000672 10.0.0.131 - - [2025-11-06 03:16:50] "GET /projects?obj_uuids=78ec0edf-2d22-400d-9c88-77f0aac95d01&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001043 10.0.0.41 - - [2025-11-06 03:16:50] "GET /project/78ec0edf-2d22-400d-9c88-77f0aac95d01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.071073 10.0.0.41 - - [2025-11-06 03:16:50] "POST /fqname-to-id HTTP/1.1" 404 180 0.003071 10.0.0.41 - - [2025-11-06 03:16:50] "POST /virtual-DNSs HTTP/1.1" 200 509 0.035597 10.0.0.41 - - [2025-11-06 03:16:50] "GET /virtual-DNS/45d9e40e-5fa3-4c09-8947-bf5ebfb5245a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.015668 10.0.0.41 - - [2025-11-06 03:16:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003608 10.0.0.41 - - [2025-11-06 03:16:50] "GET /virtual-DNS/45d9e40e-5fa3-4c09-8947-bf5ebfb5245a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.004216 10.0.0.41 - - [2025-11-06 03:16:51] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.004989 10.0.0.41 - - [2025-11-06 03:16:51] "POST /network-ipams HTTP/1.1" 200 516 0.029905 10.0.0.41 - - [2025-11-06 03:16:51] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 754 0.004174 10.0.0.41 - - [2025-11-06 03:16:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004038 10.0.0.41 - - [2025-11-06 03:16:51] "GET /network-ipam/133693e1-b789-4626-b794-28c37a874363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1402 0.010987 10.0.0.41 - - [2025-11-06 03:16:51] "PUT /network-ipam/133693e1-b789-4626-b794-28c37a874363 HTTP/1.1" 200 259 0.016709 10.0.0.41 - - [2025-11-06 03:16:51] "POST /ref-update HTTP/1.1" 200 156 0.016139 10.0.0.41 - - [2025-11-06 03:16:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.006719 10.0.0.131 - - [2025-11-06 03:16:51] "GET /projects?obj_uuids=78ec0edf-2d22-400d-9c88-77f0aac95d01&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001860 10.0.0.41 - - [2025-11-06 03:16:51] "GET /project/78ec0edf-2d22-400d-9c88-77f0aac95d01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.049247 10.0.0.131 - - [2025-11-06 03:16:52] "POST /route-targets HTTP/1.1" 200 328 0.020323 10.0.0.131 - - [2025-11-06 03:16:52] "POST /useragent-kv HTTP/1.1" 200 115 0.009514 10.0.0.41 - - [2025-11-06 03:16:52] "POST /neutron/subnet HTTP/1.1" 200 711 0.306253 10.0.0.41 - - [2025-11-06 03:16:52] "POST /id-to-fqname HTTP/1.1" 200 227 0.001394 10.0.0.41 - - [2025-11-06 03:16:52] "GET /virtual-network/80ca1f72-6b0b-4c78-910a-98074839f4ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006027 10.0.0.41 - - [2025-11-06 03:16:52] "GET /virtual-network/80ca1f72-6b0b-4c78-910a-98074839f4ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.007416 10.0.0.41 - - [2025-11-06 03:16:52] "POST /neutron/network HTTP/1.1" 200 833 0.009145 10.0.0.41 - - [2025-11-06 03:16:52] "POST /neutron/network HTTP/1.1" 200 833 0.008210 10.0.0.41 - - [2025-11-06 03:16:52] "POST /id-to-fqname HTTP/1.1" 200 227 0.001684 10.0.0.131 - - [2025-11-06 03:16:53] "GET /projects?obj_uuids=78ec0edf-2d22-400d-9c88-77f0aac95d01&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001767 10.0.0.41 - - [2025-11-06 03:16:53] "GET /project/78ec0edf-2d22-400d-9c88-77f0aac95d01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.082457 10.0.0.41 - - [2025-11-06 03:16:53] "POST /neutron/port HTTP/1.1" 200 117 0.007820 10.0.0.41 - - [2025-11-06 03:16:54] "POST /neutron/network HTTP/1.1" 200 843 0.008073 10.0.0.131 - - [2025-11-06 03:16:54] "GET /obj-perms HTTP/1.1" 200 5056 0.081582 10.0.0.41 - - [2025-11-06 03:16:54] "POST /neutron/port HTTP/1.1" 200 1058 0.044022 10.0.0.41 - - [2025-11-06 03:16:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005101 10.0.0.41 - - [2025-11-06 03:16:55] "POST /neutron/network HTTP/1.1" 200 833 0.009556 10.0.0.41 - - [2025-11-06 03:16:59] "POST /neutron/port HTTP/1.1" 200 1086 0.021384 10.0.0.41 - - [2025-11-06 03:16:59] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008337 10.0.0.41 - - [2025-11-06 03:16:59] "GET /virtual-machine/b49619e3-8577-4f41-958d-92aafce543a9 HTTP/1.1" 401 292 0.000422 10.0.0.41 - - [2025-11-06 03:16:59] "GET /virtual-machine/b49619e3-8577-4f41-958d-92aafce543a9 HTTP/1.1" 200 1296 0.030960 10.0.0.41 - - [2025-11-06 03:16:59] "GET /virtual-machine-interface/4e931519-14fa-4cc2-9dda-a2b74db09f31 HTTP/1.1" 200 2971 0.007696 10.0.0.41 - - [2025-11-06 03:16:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004632 10.0.0.41 - - [2025-11-06 03:16:59] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005094 10.0.0.41 - - [2025-11-06 03:16:59] "GET /virtual-networks?parent_id=78ec0edf-2d22-400d-9c88-77f0aac95d01&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.004628 10.0.0.41 - - [2025-11-06 03:16:59] "GET /virtual-network/80ca1f72-6b0b-4c78-910a-98074839f4ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.008582 10.0.0.41 - - [2025-11-06 03:17:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004919 10.0.0.41 - - [2025-11-06 03:17:02] "GET /virtual-network/80ca1f72-6b0b-4c78-910a-98074839f4ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.009911 10.0.0.41 - - [2025-11-06 03:17:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003793 10.0.0.41 - - [2025-11-06 03:17:06] "GET /virtual-network/80ca1f72-6b0b-4c78-910a-98074839f4ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005798 10.0.0.131 - - [2025-11-06 03:17:08] "DELETE /access-control-list/3d976629-f51d-4407-8d82-0a86dff85eb5 HTTP/1.1" 200 115 0.056666 10.0.0.41 - - [2025-11-06 03:17:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.005374 10.0.0.41 - - [2025-11-06 03:17:10] "GET /virtual-network/80ca1f72-6b0b-4c78-910a-98074839f4ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006259 10.0.0.41 - - [2025-11-06 03:17:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004705 10.0.0.41 - - [2025-11-06 03:17:14] "GET /virtual-network/80ca1f72-6b0b-4c78-910a-98074839f4ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.008385 10.0.0.41 - - [2025-11-06 03:17:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005074 10.0.0.41 - - [2025-11-06 03:17:19] "GET /virtual-network/80ca1f72-6b0b-4c78-910a-98074839f4ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.007508 10.0.0.131 - - [2025-11-06 03:17:19] "DELETE /project/78ec0edf2d22400d9c8877f0aac95d01 HTTP/1.1" 404 173 0.004153 10.0.0.131 - - [2025-11-06 03:17:19] "DELETE /project/4bf315de-94ce-4a6e-b622-83fa0989020a HTTP/1.1" 404 177 0.003652 10.0.0.41 - - [2025-11-06 03:17:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003669 10.0.0.41 - - [2025-11-06 03:17:23] "GET /virtual-network/80ca1f72-6b0b-4c78-910a-98074839f4ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006381 10.0.0.41 - - [2025-11-06 03:17:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004827 10.0.0.41 - - [2025-11-06 03:17:27] "GET /virtual-network/80ca1f72-6b0b-4c78-910a-98074839f4ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005912 10.0.0.41 - - [2025-11-06 03:17:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004114 10.0.0.41 - - [2025-11-06 03:17:31] "GET /virtual-network/80ca1f72-6b0b-4c78-910a-98074839f4ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005429 10.0.0.41 - - [2025-11-06 03:17:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004442 10.0.0.41 - - [2025-11-06 03:17:35] "GET /virtual-network/80ca1f72-6b0b-4c78-910a-98074839f4ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.007541 10.0.0.41 - - [2025-11-06 03:17:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003518 10.0.0.41 - - [2025-11-06 03:17:37] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003927 10.0.0.41 - - [2025-11-06 03:17:37] "GET /virtual-networks?parent_id=78ec0edf-2d22-400d-9c88-77f0aac95d01&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003619 10.0.0.41 - - [2025-11-06 03:17:37] "GET /virtual-network/80ca1f72-6b0b-4c78-910a-98074839f4ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006565 10.0.0.41 - - [2025-11-06 03:17:42] "POST /neutron/port HTTP/1.1" 200 1086 0.018824 10.0.0.41 - - [2025-11-06 03:17:47] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010584 10.0.0.41 - - [2025-11-06 03:17:49] "POST /neutron/port HTTP/1.1" 200 1086 0.018683 10.0.0.41 - - [2025-11-06 03:17:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004186 10.0.0.41 - - [2025-11-06 03:17:49] "POST /neutron/network HTTP/1.1" 200 833 0.009251 10.0.0.41 - - [2025-11-06 03:18:25] "POST /neutron/network HTTP/1.1" 200 807 0.018788 10.0.0.41 - - [2025-11-06 03:18:25] "POST /id-to-fqname HTTP/1.1" 200 227 0.001963 10.0.0.41 - - [2025-11-06 03:18:26] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007651 10.0.0.131 - - [2025-11-06 03:18:26] "GET /projects?obj_uuids=78ec0edf-2d22-400d-9c88-77f0aac95d01&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.023771 10.0.0.41 - - [2025-11-06 03:18:27] "GET /project/78ec0edf-2d22-400d-9c88-77f0aac95d01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.111352 10.0.0.41 - - [2025-11-06 03:18:27] "POST /neutron/port HTTP/1.1" 200 1086 0.023061 10.0.0.41 - - [2025-11-06 03:18:27] "POST /neutron/port HTTP/1.1" 200 117 0.008237 10.0.0.41 - - [2025-11-06 03:18:28] "POST /neutron/port HTTP/1.1" 200 1058 0.020176 10.0.0.41 - - [2025-11-06 03:18:28] "POST /neutron/port HTTP/1.1" 200 1086 0.017275 10.0.0.41 - - [2025-11-06 03:18:28] "POST /neutron/port HTTP/1.1" 200 117 0.001201 10.0.0.41 - - [2025-11-06 03:18:32] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008073 10.0.0.41 - - [2025-11-06 03:18:32] "POST /neutron/port HTTP/1.1" 200 1086 0.018688 10.0.0.41 - - [2025-11-06 03:18:32] "GET /virtual-machine/75ae6cbd-963f-4daa-bc8a-6eaa192d3cd4 HTTP/1.1" 200 1295 0.009081 10.0.0.41 - - [2025-11-06 03:18:32] "GET /virtual-machine-interface/ac4db322-f54c-47c1-8d82-9e0e634f307c HTTP/1.1" 200 2972 0.007679 10.0.0.41 - - [2025-11-06 03:18:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004733 10.0.0.41 - - [2025-11-06 03:18:32] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004272 10.0.0.41 - - [2025-11-06 03:18:32] "GET /virtual-networks?parent_id=78ec0edf-2d22-400d-9c88-77f0aac95d01&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003628 10.0.0.41 - - [2025-11-06 03:18:32] "GET /virtual-network/80ca1f72-6b0b-4c78-910a-98074839f4ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.007921 10.0.0.41 - - [2025-11-06 03:18:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003961 10.0.0.41 - - [2025-11-06 03:18:35] "GET /virtual-network/80ca1f72-6b0b-4c78-910a-98074839f4ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006166 10.0.0.41 - - [2025-11-06 03:18:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003909 10.0.0.41 - - [2025-11-06 03:18:39] "GET /virtual-network/80ca1f72-6b0b-4c78-910a-98074839f4ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006221 10.0.0.41 - - [2025-11-06 03:18:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.007495 10.0.0.41 - - [2025-11-06 03:18:44] "GET /virtual-network/80ca1f72-6b0b-4c78-910a-98074839f4ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.007346 10.0.0.41 - - [2025-11-06 03:18:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005568 10.0.0.41 - - [2025-11-06 03:18:48] "GET /virtual-network/80ca1f72-6b0b-4c78-910a-98074839f4ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005770 10.0.0.41 - - [2025-11-06 03:18:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003655 10.0.0.41 - - [2025-11-06 03:18:52] "GET /virtual-network/80ca1f72-6b0b-4c78-910a-98074839f4ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005834 10.0.0.41 - - [2025-11-06 03:18:52] "POST /neutron/port HTTP/1.1" 200 1086 0.017905 10.0.0.41 - - [2025-11-06 03:18:52] "POST /neutron/subnet HTTP/1.1" 200 685 0.009551 10.0.0.41 - - [2025-11-06 03:18:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003874 10.0.0.41 - - [2025-11-06 03:18:56] "GET /virtual-network/80ca1f72-6b0b-4c78-910a-98074839f4ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006043 10.0.0.41 - - [2025-11-06 03:19:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004651 10.0.0.41 - - [2025-11-06 03:19:00] "GET /virtual-network/80ca1f72-6b0b-4c78-910a-98074839f4ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006942 10.0.0.41 - - [2025-11-06 03:19:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004181 10.0.0.41 - - [2025-11-06 03:19:04] "GET /virtual-network/80ca1f72-6b0b-4c78-910a-98074839f4ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006193 10.0.0.41 - - [2025-11-06 03:19:04] "POST /neutron/port HTTP/1.1" 200 1086 0.022538 10.0.0.41 - - [2025-11-06 03:19:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004569 10.0.0.41 - - [2025-11-06 03:19:05] "POST /neutron/network HTTP/1.1" 200 833 0.010984 10.0.0.41 - - [2025-11-06 03:19:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004755 10.0.0.41 - - [2025-11-06 03:19:08] "GET /virtual-network/80ca1f72-6b0b-4c78-910a-98074839f4ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006640 10.0.0.41 - - [2025-11-06 03:19:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004371 10.0.0.41 - - [2025-11-06 03:19:10] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005485 10.0.0.41 - - [2025-11-06 03:19:10] "GET /virtual-networks?parent_id=78ec0edf-2d22-400d-9c88-77f0aac95d01&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.004951 10.0.0.41 - - [2025-11-06 03:19:10] "GET /virtual-network/80ca1f72-6b0b-4c78-910a-98074839f4ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.009207 10.0.0.41 - - [2025-11-06 03:19:16] "POST /neutron/port HTTP/1.1" 200 1086 0.019381 10.0.0.41 - - [2025-11-06 03:19:19] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008455 10.0.0.41 - - [2025-11-06 03:19:26] "POST /neutron/port HTTP/1.1" 200 1086 0.023431 10.0.0.41 - - [2025-11-06 03:19:53] "POST /neutron/port HTTP/1.1" 200 1086 0.021092 10.0.0.41 - - [2025-11-06 03:19:53] "POST /neutron/subnet HTTP/1.1" 200 685 0.010758 10.0.0.41 - - [2025-11-06 03:19:57] "GET /obj-perms HTTP/1.1" 200 5056 0.049227 10.0.0.41 - - [2025-11-06 03:20:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004568 10.0.0.41 - - [2025-11-06 03:20:01] "DELETE /virtual-DNS/45d9e40e-5fa3-4c09-8947-bf5ebfb5245a HTTP/1.1" 409 236 0.009760 10.0.0.41 - - [2025-11-06 03:20:01] "POST /fqname-to-id HTTP/1.1" 404 192 0.003828 10.0.0.41 - - [2025-11-06 03:20:01] "POST /virtual-DNS-records HTTP/1.1" 200 533 0.038353 10.0.0.41 - - [2025-11-06 03:20:01] "GET /virtual-DNS-record/308a4ada-eab6-4eb3-b4a2-ebfc88c47d18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.008381 10.0.0.41 - - [2025-11-06 03:20:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005048 10.0.0.41 - - [2025-11-06 03:20:01] "GET /virtual-DNS-record/308a4ada-eab6-4eb3-b4a2-ebfc88c47d18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.005141 10.0.0.41 - - [2025-11-06 03:20:05] "POST /neutron/port HTTP/1.1" 200 1086 0.062961 10.0.0.41 - - [2025-11-06 03:20:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005094 10.0.0.41 - - [2025-11-06 03:20:05] "POST /neutron/network HTTP/1.1" 200 833 0.008090 10.0.0.41 - - [2025-11-06 03:20:08] "DELETE /virtual-DNS-record/308a4ada-eab6-4eb3-b4a2-ebfc88c47d18 HTTP/1.1" 200 115 0.039508 10.0.0.41 - - [2025-11-06 03:20:08] "POST /fqname-to-id HTTP/1.1" 404 184 0.005447 10.0.0.41 - - [2025-11-06 03:20:09] "POST /neutron/port HTTP/1.1" 200 1086 0.022322 10.0.0.41 - - [2025-11-06 03:20:09] "POST /neutron/port HTTP/1.1" 200 1086 0.021019 10.0.0.41 - - [2025-11-06 03:20:11] "POST /neutron/network HTTP/1.1" 200 833 0.008100 10.0.0.41 - - [2025-11-06 03:20:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.005198 10.0.0.41 - - [2025-11-06 03:20:11] "DELETE /network-ipam/133693e1-b789-4626-b794-28c37a874363 HTTP/1.1" 200 115 0.043116 10.0.0.41 - - [2025-11-06 03:20:11] "DELETE /virtual-DNS/45d9e40e-5fa3-4c09-8947-bf5ebfb5245a HTTP/1.1" 200 115 0.047554 10.0.0.41 - - [2025-11-06 03:20:11] "POST /fqname-to-id HTTP/1.1" 404 180 0.004015 10.0.0.131 - - [2025-11-06 03:20:12] "GET /projects?obj_uuids=78ec0edf-2d22-400d-9c88-77f0aac95d01&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001256 10.0.0.41 - - [2025-11-06 03:20:12] "GET /project/78ec0edf-2d22-400d-9c88-77f0aac95d01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.083616 10.0.0.131 - - [2025-11-06 03:20:12] "GET /projects?obj_uuids=78ec0edf-2d22-400d-9c88-77f0aac95d01&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001210 10.0.0.41 - - [2025-11-06 03:20:12] "GET /project/78ec0edf-2d22-400d-9c88-77f0aac95d01?fields=virtual_networks HTTP/1.1" 200 1036 0.056172 10.0.0.131 - - [2025-11-06 03:20:12] "GET /projects?obj_uuids=78ec0edf-2d22-400d-9c88-77f0aac95d01&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001523 10.0.0.41 - - [2025-11-06 03:20:13] "GET /project/78ec0edf-2d22-400d-9c88-77f0aac95d01?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.047908 10.0.0.131 - - [2025-11-06 03:20:13] "GET /projects?obj_uuids=78ec0edf-2d22-400d-9c88-77f0aac95d01&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001034 10.0.0.41 - - [2025-11-06 03:20:13] "GET /project/78ec0edf-2d22-400d-9c88-77f0aac95d01?fields=security_groups HTTP/1.1" 200 1264 0.038157 10.0.0.41 - - [2025-11-06 03:20:13] "POST /fqname-to-id HTTP/1.1" 404 189 0.033157 10.0.0.131 - - [2025-11-06 03:20:14] "GET /projects?obj_uuids=bd520dd6-87ae-43a7-91b0-d6f5171adfb3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004476 10.0.0.131 - - [2025-11-06 03:20:14] "GET /domains?obj_uuids=dd557474-6eee-442f-acdf-559f4d754f9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001290 10.0.0.131 - - [2025-11-06 03:20:14] "GET /domain/dd557474-6eee-442f-acdf-559f4d754f9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.041869 10.0.0.131 - - [2025-11-06 03:20:14] "POST /id-to-fqname HTTP/1.1" 200 191 0.002482 10.0.0.131 - - [2025-11-06 03:20:14] "POST /fqname-to-id HTTP/1.1" 404 200 0.003509 10.0.0.131 - - [2025-11-06 03:20:14] "POST /security-groups HTTP/1.1" 200 592 0.042674 10.0.0.131 - - [2025-11-06 03:20:14] "POST /projects HTTP/1.1" 200 587 0.267498 10.0.0.131 - - [2025-11-06 03:20:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.304780 10.0.0.131 - - [2025-11-06 03:20:14] "POST /fqname-to-id HTTP/1.1" 404 235 0.040549 10.0.0.41 - - [2025-11-06 03:20:14] "GET /project/bd520dd6-87ae-43a7-91b0-d6f5171adfb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.542338 10.0.0.131 - - [2025-11-06 03:20:14] "POST /access-control-lists HTTP/1.1" 200 597 0.052436 10.0.0.41 - - [2025-11-06 03:20:15] "GET / HTTP/1.1" 200 36215 0.003539 10.0.0.41 - - [2025-11-06 03:20:17] "POST /fqname-to-id HTTP/1.1" 401 292 0.000758 10.0.0.41 - - [2025-11-06 03:20:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.029418 10.0.0.131 - - [2025-11-06 03:20:17] "GET /projects?obj_uuids=bd520dd6-87ae-43a7-91b0-d6f5171adfb3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001751 10.0.0.41 - - [2025-11-06 03:20:17] "GET /project/bd520dd6-87ae-43a7-91b0-d6f5171adfb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.058073 10.0.0.131 - - [2025-11-06 03:20:18] "GET /projects?obj_uuids=bd520dd6-87ae-43a7-91b0-d6f5171adfb3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001937 10.0.0.41 - - [2025-11-06 03:20:18] "POST /neutron/network HTTP/1.1" 200 608 0.187326 10.0.0.131 - - [2025-11-06 03:20:18] "POST /route-targets HTTP/1.1" 200 328 0.017226 10.0.0.41 - - [2025-11-06 03:20:18] "POST /id-to-fqname HTTP/1.1" 200 222 0.003871 10.0.0.41 - - [2025-11-06 03:20:18] "GET /virtual-network/e774652c-4cbb-40c4-aa9c-e447576e0f14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006662 10.0.0.41 - - [2025-11-06 03:20:18] "POST /neutron/network HTTP/1.1" 200 827 0.007613 10.0.0.41 - - [2025-11-06 03:20:18] "GET /virtual-network/e774652c-4cbb-40c4-aa9c-e447576e0f14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006860 10.0.0.41 - - [2025-11-06 03:20:19] "GET /virtual-network/e774652c-4cbb-40c4-aa9c-e447576e0f14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.008055 10.0.0.131 - - [2025-11-06 03:20:19] "DELETE /project/bd520dd687ae43a791b0d6f5171adfb3 HTTP/1.1" 404 173 0.005954 10.0.0.131 - - [2025-11-06 03:20:19] "DELETE /project/78ec0edf-2d22-400d-9c88-77f0aac95d01 HTTP/1.1" 404 177 0.004822 10.0.0.38 - - [2025-11-06 03:20:20] "GET /obj-perms HTTP/1.1" 200 5032 0.055472 10.0.0.131 - - [2025-11-06 03:20:20] "GET /obj-perms HTTP/1.1" 200 5032 0.054625 10.0.0.41 - - [2025-11-06 03:20:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005298 10.0.0.131 - - [2025-11-06 03:20:20] "GET /projects?obj_uuids=bd520dd6-87ae-43a7-91b0-d6f5171adfb3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001331 10.0.0.41 - - [2025-11-06 03:20:20] "GET /project/bd520dd6-87ae-43a7-91b0-d6f5171adfb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.054368 10.0.0.41 - - [2025-11-06 03:20:20] "POST /neutron/network HTTP/1.1" 200 117 0.025002 10.0.0.131 - - [2025-11-06 03:20:21] "POST /ref-update HTTP/1.1" 200 156 0.030004 10.0.0.41 - - [2025-11-06 03:20:21] "POST /neutron/network HTTP/1.1" 200 826 0.009814 10.0.0.41 - - [2025-11-06 03:20:21] "POST /id-to-fqname HTTP/1.1" 200 222 0.001255 10.0.0.41 - - [2025-11-06 03:20:21] "GET /virtual-network/826b850f-5912-44f8-9223-ab4829e15f49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005730 10.0.0.41 - - [2025-11-06 03:20:21] "GET /virtual-network/826b850f-5912-44f8-9223-ab4829e15f49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006854 10.0.0.41 - - [2025-11-06 03:20:21] "POST /neutron/subnet HTTP/1.1" 200 720 0.012279 10.0.0.41 - - [2025-11-06 03:20:21] "GET /virtual-network/826b850f-5912-44f8-9223-ab4829e15f49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.008909 10.0.0.41 - - [2025-11-06 03:20:22] "POST /id-to-fqname HTTP/1.1" 200 222 0.001987 10.0.0.131 - - [2025-11-06 03:20:37] "GET /projects?obj_uuids=bd520dd6-87ae-43a7-91b0-d6f5171adfb3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001022 10.0.0.41 - - [2025-11-06 03:20:38] "GET /project/bd520dd6-87ae-43a7-91b0-d6f5171adfb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.079870 10.0.0.41 - - [2025-11-06 03:20:38] "POST /neutron/port HTTP/1.1" 200 117 0.008119 10.0.0.41 - - [2025-11-06 03:20:38] "POST /id-to-fqname HTTP/1.1" 200 222 0.001368 10.0.0.41 - - [2025-11-06 03:20:38] "POST /neutron/network HTTP/1.1" 200 837 0.008905 10.0.0.41 - - [2025-11-06 03:20:39] "POST /neutron/port HTTP/1.1" 200 1060 0.026280 10.0.0.131 - - [2025-11-06 03:20:39] "GET /projects?obj_uuids=bd520dd6-87ae-43a7-91b0-d6f5171adfb3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004120 10.0.0.41 - - [2025-11-06 03:20:39] "GET /project/bd520dd6-87ae-43a7-91b0-d6f5171adfb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.141274 10.0.0.41 - - [2025-11-06 03:20:39] "POST /neutron/network HTTP/1.1" 200 827 0.045267 10.0.0.41 - - [2025-11-06 03:20:39] "POST /neutron/subnet HTTP/1.1" 200 694 0.018221 10.0.0.41 - - [2025-11-06 03:20:39] "POST /neutron/port HTTP/1.1" 200 1088 0.049547 10.0.0.41 - - [2025-11-06 03:20:39] "POST /neutron/port HTTP/1.1" 200 1088 0.041994 10.0.0.131 - - [2025-11-06 03:20:40] "GET /projects?obj_uuids=bd520dd6-87ae-43a7-91b0-d6f5171adfb3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001760 10.0.0.41 - - [2025-11-06 03:20:40] "POST /neutron/port HTTP/1.1" 200 1061 0.545274 10.0.0.41 - - [2025-11-06 03:20:41] "POST /neutron/port HTTP/1.1" 200 1115 0.191613 10.0.0.41 - - [2025-11-06 03:20:41] "POST /neutron/subnet HTTP/1.1" 200 699 0.029480 10.0.0.41 - - [2025-11-06 03:20:45] "POST /neutron/port HTTP/1.1" 200 1088 0.040499 10.0.0.41 - - [2025-11-06 03:20:50] "POST /neutron/security_group HTTP/1.1" 200 2059 0.021312 10.0.0.41 - - [2025-11-06 03:21:00] "POST /neutron/port HTTP/1.1" 200 1088 0.020302 10.0.0.41 - - [2025-11-06 03:21:05] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007620 10.0.0.131 - - [2025-11-06 03:21:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000602 10.0.0.38 - - [2025-11-06 03:21:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000502 10.0.0.131 - - [2025-11-06 03:21:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000543 10.0.0.38 - - [2025-11-06 03:21:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000518 10.0.0.131 - - [2025-11-06 03:21:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000554 10.0.0.131 - - [2025-11-06 03:21:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000408 10.0.0.38 - - [2025-11-06 03:21:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000492 10.0.0.38 - - [2025-11-06 03:21:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000496 10.0.0.41 - - [2025-11-06 03:21:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000508 10.0.0.41 - - [2025-11-06 03:21:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000566 10.0.0.41 - - [2025-11-06 03:21:14] "GET /global-system-configs HTTP/1.1" 401 292 0.000609 10.0.0.41 - - [2025-11-06 03:21:14] "GET /global-system-configs HTTP/1.1" 401 292 0.000442 10.0.0.41 - - [2025-11-06 03:21:15] "POST /neutron/port HTTP/1.1" 200 1088 0.024107 10.0.0.41 - - [2025-11-06 03:21:15] "POST /neutron/security_group HTTP/1.1" 200 2059 0.014869 10.0.0.41 - - [2025-11-06 03:21:15] "GET /virtual-machine/abe9e31d-da39-4661-95c1-1354bce9ecb6 HTTP/1.1" 401 292 0.000562 10.0.0.41 - - [2025-11-06 03:21:16] "GET /virtual-machine/abe9e31d-da39-4661-95c1-1354bce9ecb6 HTTP/1.1" 200 1296 0.030235 10.0.0.41 - - [2025-11-06 03:21:16] "GET /virtual-machine-interface/af058fce-5376-4d93-a474-88296e4d2b80 HTTP/1.1" 200 2957 0.005906 10.0.0.41 - - [2025-11-06 03:21:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.006710 10.0.0.41 - - [2025-11-06 03:21:16] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.012831 10.0.0.41 - - [2025-11-06 03:21:16] "GET /virtual-networks?parent_id=bd520dd6-87ae-43a7-91b0-d6f5171adfb3&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.008896 10.0.0.41 - - [2025-11-06 03:21:16] "GET /virtual-network/826b850f-5912-44f8-9223-ab4829e15f49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.007354 10.0.0.41 - - [2025-11-06 03:21:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005250 10.0.0.41 - - [2025-11-06 03:21:19] "GET /virtual-network/826b850f-5912-44f8-9223-ab4829e15f49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.009696 10.0.0.41 - - [2025-11-06 03:21:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.007171 10.0.0.41 - - [2025-11-06 03:21:23] "GET /virtual-network/826b850f-5912-44f8-9223-ab4829e15f49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005823 10.0.0.41 - - [2025-11-06 03:21:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.005235 10.0.0.41 - - [2025-11-06 03:21:27] "GET /virtual-network/826b850f-5912-44f8-9223-ab4829e15f49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.008153 10.0.0.41 - - [2025-11-06 03:21:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004307 10.0.0.41 - - [2025-11-06 03:21:31] "GET /virtual-network/826b850f-5912-44f8-9223-ab4829e15f49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006304 10.0.0.41 - - [2025-11-06 03:21:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.005296 10.0.0.41 - - [2025-11-06 03:21:35] "GET /virtual-network/826b850f-5912-44f8-9223-ab4829e15f49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005936 10.0.0.41 - - [2025-11-06 03:21:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004154 10.0.0.41 - - [2025-11-06 03:21:40] "GET /virtual-network/826b850f-5912-44f8-9223-ab4829e15f49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006676 10.0.0.41 - - [2025-11-06 03:21:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004323 10.0.0.41 - - [2025-11-06 03:21:44] "GET /virtual-network/826b850f-5912-44f8-9223-ab4829e15f49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.007222 10.0.0.41 - - [2025-11-06 03:21:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.006639 10.0.0.41 - - [2025-11-06 03:21:48] "GET /virtual-network/826b850f-5912-44f8-9223-ab4829e15f49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.008047 10.0.0.41 - - [2025-11-06 03:21:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.006104 10.0.0.41 - - [2025-11-06 03:21:52] "GET /virtual-network/826b850f-5912-44f8-9223-ab4829e15f49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.009093 10.0.0.41 - - [2025-11-06 03:21:52] "POST /neutron/port HTTP/1.1" 200 1088 0.015881 10.0.0.41 - - [2025-11-06 03:21:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003979 10.0.0.41 - - [2025-11-06 03:21:52] "POST /neutron/network HTTP/1.1" 200 826 0.007280 10.0.0.41 - - [2025-11-06 03:21:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003827 10.0.0.41 - - [2025-11-06 03:21:56] "GET /virtual-network/826b850f-5912-44f8-9223-ab4829e15f49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005460 10.0.0.41 - - [2025-11-06 03:21:58] "GET /obj-perms HTTP/1.1" 200 5056 0.049473 10.0.0.38 - - [2025-11-06 03:21:58] "GET /obj-perms HTTP/1.1" 200 5056 0.059886 10.0.0.41 - - [2025-11-06 03:22:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003800 10.0.0.41 - - [2025-11-06 03:22:00] "GET /virtual-network/826b850f-5912-44f8-9223-ab4829e15f49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005634 10.0.0.41 - - [2025-11-06 03:22:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004666 10.0.0.41 - - [2025-11-06 03:22:04] "GET /virtual-network/826b850f-5912-44f8-9223-ab4829e15f49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005555 10.0.0.41 - - [2025-11-06 03:22:08] "POST /neutron/network HTTP/1.1" 200 837 0.008790 10.0.0.41 - - [2025-11-06 03:22:08] "POST /neutron/port HTTP/1.1" 200 117 0.001620 10.0.0.41 - - [2025-11-06 03:22:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003970 10.0.0.41 - - [2025-11-06 03:22:08] "GET /virtual-network/826b850f-5912-44f8-9223-ab4829e15f49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006141 10.0.0.41 - - [2025-11-06 03:22:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004096 10.0.0.41 - - [2025-11-06 03:22:12] "GET /virtual-network/826b850f-5912-44f8-9223-ab4829e15f49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005904 10.0.0.41 - - [2025-11-06 03:22:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003784 10.0.0.41 - - [2025-11-06 03:22:14] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005263 10.0.0.41 - - [2025-11-06 03:22:14] "GET /virtual-networks?parent_id=bd520dd6-87ae-43a7-91b0-d6f5171adfb3&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003670 10.0.0.41 - - [2025-11-06 03:22:14] "GET /virtual-network/826b850f-5912-44f8-9223-ab4829e15f49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006122 10.0.0.41 - - [2025-11-06 03:22:15] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008348 10.0.0.41 - - [2025-11-06 03:22:25] "POST /neutron/port HTTP/1.1" 200 1088 0.019209 10.0.0.41 - - [2025-11-06 03:22:27] "POST /neutron/security_group HTTP/1.1" 200 2059 0.031267 10.0.0.41 - - [2025-11-06 03:22:32] "POST /neutron/port HTTP/1.1" 200 1088 0.017778 10.0.0.41 - - [2025-11-06 03:22:35] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009718 10.0.0.41 - - [2025-11-06 03:22:46] "POST /neutron/port HTTP/1.1" 200 1088 0.027083 10.0.0.41 - - [2025-11-06 03:22:51] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010706 10.0.0.41 - - [2025-11-06 03:22:53] "POST /neutron/network HTTP/1.1" 200 836 0.030332 10.0.0.41 - - [2025-11-06 03:22:53] "POST /neutron/port HTTP/1.1" 200 117 0.001276 10.0.0.41 - - [2025-11-06 03:22:56] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008922 10.0.0.131 - - [2025-11-06 03:22:59] "GET /obj-perms HTTP/1.1" 200 5056 0.058804 10.0.0.41 - - [2025-11-06 03:23:06] "POST /neutron/port HTTP/1.1" 200 1088 0.022978 10.0.0.41 - - [2025-11-06 03:23:10] "POST /neutron/port HTTP/1.1" 200 1089 0.022399 10.0.0.41 - - [2025-11-06 03:23:10] "POST /neutron/subnet HTTP/1.1" 200 699 0.012986 10.0.0.41 - - [2025-11-06 03:23:11] "POST /neutron/port HTTP/1.1" 200 1088 0.019170 10.0.0.41 - - [2025-11-06 03:23:17] "POST /neutron/security_group HTTP/1.1" 200 2059 0.017166 10.0.0.41 - - [2025-11-06 03:23:17] "POST /neutron/port HTTP/1.1" 200 1089 0.025068 10.0.0.41 - - [2025-11-06 03:23:17] "GET /virtual-machine/911eab26-8c9b-4b9c-a776-07c66fb113b2 HTTP/1.1" 200 1296 0.010195 10.0.0.41 - - [2025-11-06 03:23:17] "GET /virtual-machine-interface/c6b14bfc-9440-4b7d-ab1e-86ceda4d15c0 HTTP/1.1" 200 2957 0.008061 10.0.0.41 - - [2025-11-06 03:23:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005626 10.0.0.41 - - [2025-11-06 03:23:17] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006041 10.0.0.41 - - [2025-11-06 03:23:17] "GET /virtual-networks?parent_id=bd520dd6-87ae-43a7-91b0-d6f5171adfb3&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.005030 10.0.0.41 - - [2025-11-06 03:23:17] "GET /virtual-network/e774652c-4cbb-40c4-aa9c-e447576e0f14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007925 10.0.0.41 - - [2025-11-06 03:23:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003999 10.0.0.41 - - [2025-11-06 03:23:18] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004872 10.0.0.41 - - [2025-11-06 03:23:18] "GET /virtual-networks?parent_id=bd520dd6-87ae-43a7-91b0-d6f5171adfb3&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.004565 10.0.0.41 - - [2025-11-06 03:23:18] "GET /virtual-network/e774652c-4cbb-40c4-aa9c-e447576e0f14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007704 10.0.0.41 - - [2025-11-06 03:23:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004349 10.0.0.131 - - [2025-11-06 03:23:18] "GET /projects?obj_uuids=bd520dd6-87ae-43a7-91b0-d6f5171adfb3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001115 10.0.0.41 - - [2025-11-06 03:23:19] "GET /project/bd520dd6-87ae-43a7-91b0-d6f5171adfb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.053957 10.0.0.41 - - [2025-11-06 03:23:19] "GET /virtual-network/e774652c-4cbb-40c4-aa9c-e447576e0f14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007944 10.0.0.41 - - [2025-11-06 03:23:19] "GET /floating-ip-pools?parent_id=e774652c-4cbb-40c4-aa9c-e447576e0f14&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.005045 10.0.0.41 - - [2025-11-06 03:23:19] "GET /virtual-network/e774652c-4cbb-40c4-aa9c-e447576e0f14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.008513 10.0.0.41 - - [2025-11-06 03:23:19] "POST /floating-ip-pools HTTP/1.1" 200 600 0.039179 10.0.0.41 - - [2025-11-06 03:23:19] "POST /ref-update HTTP/1.1" 200 156 0.020134 10.0.0.41 - - [2025-11-06 03:23:19] "GET /virtual-network/e774652c-4cbb-40c4-aa9c-e447576e0f14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006011 10.0.0.41 - - [2025-11-06 03:23:19] "GET /virtual-network/e774652c-4cbb-40c4-aa9c-e447576e0f14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006364 10.0.0.41 - - [2025-11-06 03:23:19] "POST /neutron/port HTTP/1.1" 200 1088 0.040260 10.0.0.41 - - [2025-11-06 03:23:20] "POST /neutron/floatingip HTTP/1.1" 200 576 0.027399 10.0.0.41 - - [2025-11-06 03:23:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004644 10.0.0.41 - - [2025-11-06 03:23:20] "GET /routing-instance/133ef057-2bcc-49c6-9e06-db3fd3eadd1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.008593 10.0.0.41 - - [2025-11-06 03:23:20] "GET /route-target/f92de7d9-b4d7-4407-81af-708b84a359d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004943 10.0.0.41 - - [2025-11-06 03:23:51] "POST /neutron/floatingip HTTP/1.1" 200 530 0.011965 10.0.0.41 - - [2025-11-06 03:23:51] "GET /floating-ip-pool/6ae79fc9-2e93-40af-ad57-76b2f82046b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1186 0.004252 10.0.0.41 - - [2025-11-06 03:23:51] "POST /ref-update HTTP/1.1" 200 156 0.022530 10.0.0.41 - - [2025-11-06 03:23:52] "DELETE /floating-ip-pool/6ae79fc9-2e93-40af-ad57-76b2f82046b8 HTTP/1.1" 200 115 0.038898 10.0.0.41 - - [2025-11-06 03:23:52] "POST /neutron/network HTTP/1.1" 400 204 0.014875 10.0.0.41 - - [2025-11-06 03:23:52] "POST /neutron/port HTTP/1.1" 200 151 0.187927 10.0.0.41 - - [2025-11-06 03:23:53] "POST /neutron/port HTTP/1.1" 200 151 0.223963 10.0.0.41 - - [2025-11-06 03:23:54] "POST /neutron/network HTTP/1.1" 200 827 0.011119 10.0.0.131 - - [2025-11-06 03:23:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005746 10.0.0.131 - - [2025-11-06 03:23:56] "GET /projects?obj_uuids=bd520dd6-87ae-43a7-91b0-d6f5171adfb3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.033015 10.0.0.41 - - [2025-11-06 03:23:56] "GET /project/bd520dd6-87ae-43a7-91b0-d6f5171adfb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.080486 10.0.0.131 - - [2025-11-06 03:23:56] "GET /projects?obj_uuids=bd520dd6-87ae-43a7-91b0-d6f5171adfb3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001700 10.0.0.41 - - [2025-11-06 03:23:56] "GET /project/bd520dd6-87ae-43a7-91b0-d6f5171adfb3?fields=virtual_networks HTTP/1.1" 200 1037 0.064056 10.0.0.131 - - [2025-11-06 03:23:56] "GET /projects?obj_uuids=bd520dd6-87ae-43a7-91b0-d6f5171adfb3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001683 10.0.0.41 - - [2025-11-06 03:23:56] "GET /project/bd520dd6-87ae-43a7-91b0-d6f5171adfb3?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.051984 10.0.0.131 - - [2025-11-06 03:23:56] "GET /projects?obj_uuids=bd520dd6-87ae-43a7-91b0-d6f5171adfb3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001552 10.0.0.41 - - [2025-11-06 03:23:56] "GET /project/bd520dd6-87ae-43a7-91b0-d6f5171adfb3?fields=security_groups HTTP/1.1" 200 1265 0.057887 10.0.0.41 - - [2025-11-06 03:23:57] "POST /fqname-to-id HTTP/1.1" 404 188 0.035453 10.0.0.131 - - [2025-11-06 03:23:57] "GET /projects?obj_uuids=a3cd1a01-05ef-4740-8543-f30bbedb45cd&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003834 10.0.0.131 - - [2025-11-06 03:23:57] "GET /domains?obj_uuids=dd557474-6eee-442f-acdf-559f4d754f9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001633 10.0.0.131 - - [2025-11-06 03:23:57] "GET /domain/dd557474-6eee-442f-acdf-559f4d754f9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009996 10.0.0.131 - - [2025-11-06 03:23:58] "POST /id-to-fqname HTTP/1.1" 200 190 0.004292 10.0.0.131 - - [2025-11-06 03:23:58] "POST /fqname-to-id HTTP/1.1" 404 199 0.014302 10.0.0.131 - - [2025-11-06 03:23:58] "POST /security-groups HTTP/1.1" 200 591 0.036488 10.0.0.131 - - [2025-11-06 03:23:58] "POST /projects HTTP/1.1" 200 585 0.278438 10.0.0.131 - - [2025-11-06 03:23:58] "POST /access-control-lists HTTP/1.1" 200 598 0.043494 10.0.0.131 - - [2025-11-06 03:23:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.364029 10.0.0.41 - - [2025-11-06 03:23:58] "GET /project/a3cd1a01-05ef-4740-8543-f30bbedb45cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.543732 10.0.0.41 - - [2025-11-06 03:23:59] "GET / HTTP/1.1" 200 36215 0.001640 10.0.0.41 - - [2025-11-06 03:24:01] "POST /fqname-to-id HTTP/1.1" 401 292 0.000473 10.0.0.41 - - [2025-11-06 03:24:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.036346 10.0.0.131 - - [2025-11-06 03:24:01] "GET /projects?obj_uuids=a3cd1a01-05ef-4740-8543-f30bbedb45cd&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001886 10.0.0.41 - - [2025-11-06 03:24:01] "GET /project/a3cd1a01-05ef-4740-8543-f30bbedb45cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.071270 10.0.0.131 - - [2025-11-06 03:24:02] "GET /projects?obj_uuids=a3cd1a01-05ef-4740-8543-f30bbedb45cd&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001554 10.0.0.41 - - [2025-11-06 03:24:02] "POST /neutron/network HTTP/1.1" 200 625 0.168225 10.0.0.131 - - [2025-11-06 03:24:02] "POST /route-targets HTTP/1.1" 200 328 0.022874 10.0.0.41 - - [2025-11-06 03:24:02] "POST /id-to-fqname HTTP/1.1" 200 230 0.005313 10.0.0.41 - - [2025-11-06 03:24:02] "GET /virtual-network/dafcdb63-9364-4fce-a1b6-c53b10e7f25a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.008811 10.0.0.41 - - [2025-11-06 03:24:02] "POST /neutron/network HTTP/1.1" 200 839 0.016677 10.0.0.41 - - [2025-11-06 03:24:02] "GET /virtual-network/dafcdb63-9364-4fce-a1b6-c53b10e7f25a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.010317 10.0.0.41 - - [2025-11-06 03:24:02] "POST /neutron/network HTTP/1.1" 200 839 0.010666 10.0.0.41 - - [2025-11-06 03:24:02] "POST /id-to-fqname HTTP/1.1" 200 230 0.002026 10.0.0.131 - - [2025-11-06 03:24:03] "GET /projects?obj_uuids=a3cd1a01-05ef-4740-8543-f30bbedb45cd&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001364 10.0.0.41 - - [2025-11-06 03:24:03] "GET /project/a3cd1a01-05ef-4740-8543-f30bbedb45cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.086030 10.0.0.41 - - [2025-11-06 03:24:03] "POST /neutron/port HTTP/1.1" 200 117 0.007079 10.0.0.41 - - [2025-11-06 03:24:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004350 10.0.0.41 - - [2025-11-06 03:24:03] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004268 10.0.0.41 - - [2025-11-06 03:24:04] "PUT /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45 HTTP/1.1" 200 277 0.015326 10.0.0.41 - - [2025-11-06 03:24:04] "POST /neutron/network HTTP/1.1" 200 849 0.010136 10.0.0.41 - - [2025-11-06 03:24:04] "POST /neutron/port HTTP/1.1" 200 1055 0.019569 10.0.0.41 - - [2025-11-06 03:24:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004062 10.0.0.41 - - [2025-11-06 03:24:05] "POST /neutron/network HTTP/1.1" 200 839 0.007914 10.0.0.131 - - [2025-11-06 03:24:09] "DELETE /access-control-list/c9e09130-f083-4c35-8962-7b0c5b83f097 HTTP/1.1" 200 115 0.041003 10.0.0.41 - - [2025-11-06 03:24:09] "POST /neutron/port HTTP/1.1" 200 1083 0.058863 10.0.0.41 - - [2025-11-06 03:24:09] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010006 10.0.0.41 - - [2025-11-06 03:24:09] "GET /virtual-machine/359e1df1-e632-4c01-9691-629224ccfd19 HTTP/1.1" 401 292 0.000441 10.0.0.41 - - [2025-11-06 03:24:10] "GET /virtual-machine/359e1df1-e632-4c01-9691-629224ccfd19 HTTP/1.1" 200 1294 0.036151 10.0.0.41 - - [2025-11-06 03:24:10] "GET /virtual-machine-interface/b328c96e-54b5-4615-8192-916db41e33e4 HTTP/1.1" 200 2978 0.010595 10.0.0.41 - - [2025-11-06 03:24:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.005579 10.0.0.41 - - [2025-11-06 03:24:10] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1885 0.007369 10.0.0.41 - - [2025-11-06 03:24:10] "GET /virtual-networks?parent_id=a3cd1a01-05ef-4740-8543-f30bbedb45cd&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.006618 10.0.0.41 - - [2025-11-06 03:24:10] "GET /virtual-network/dafcdb63-9364-4fce-a1b6-c53b10e7f25a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.006600 10.0.0.41 - - [2025-11-06 03:24:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004240 10.0.0.41 - - [2025-11-06 03:24:13] "GET /virtual-network/dafcdb63-9364-4fce-a1b6-c53b10e7f25a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.008013 10.0.0.41 - - [2025-11-06 03:24:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004587 10.0.0.41 - - [2025-11-06 03:24:17] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1885 0.004727 10.0.0.41 - - [2025-11-06 03:24:17] "GET /virtual-networks?parent_id=a3cd1a01-05ef-4740-8543-f30bbedb45cd&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.003829 10.0.0.41 - - [2025-11-06 03:24:17] "GET /virtual-network/dafcdb63-9364-4fce-a1b6-c53b10e7f25a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.007607 10.0.0.41 - - [2025-11-06 03:24:17] "POST /neutron/port HTTP/1.1" 200 1083 0.020761 10.0.0.131 - - [2025-11-06 03:24:19] "DELETE /project/a3cd1a0105ef47408543f30bbedb45cd HTTP/1.1" 404 173 0.003792 10.0.0.131 - - [2025-11-06 03:24:19] "DELETE /project/bd520dd6-87ae-43a7-91b0-d6f5171adfb3 HTTP/1.1" 404 177 0.006373 10.0.0.41 - - [2025-11-06 03:24:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003812 10.0.0.41 - - [2025-11-06 03:24:24] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1885 0.004653 10.0.0.41 - - [2025-11-06 03:24:24] "PUT /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45 HTTP/1.1" 200 277 0.018093 10.0.0.41 - - [2025-11-06 03:24:25] "POST /neutron/network HTTP/1.1" 400 204 0.020722 10.0.0.41 - - [2025-11-06 03:24:25] "POST /neutron/port HTTP/1.1" 200 151 0.209413 10.0.0.41 - - [2025-11-06 03:24:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004066 10.0.0.131 - - [2025-11-06 03:24:30] "GET /projects?obj_uuids=a3cd1a01-05ef-4740-8543-f30bbedb45cd&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000906 10.0.0.41 - - [2025-11-06 03:24:30] "GET /project/a3cd1a01-05ef-4740-8543-f30bbedb45cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.041135 10.0.0.41 - - [2025-11-06 03:24:30] "POST /neutron/network HTTP/1.1" 200 117 0.017337 10.0.0.131 - - [2025-11-06 03:24:30] "POST /route-targets HTTP/1.1" 200 328 0.013368 10.0.0.41 - - [2025-11-06 03:24:30] "POST /neutron/network HTTP/1.1" 200 825 0.009446 10.0.0.41 - - [2025-11-06 03:24:30] "POST /id-to-fqname HTTP/1.1" 200 220 0.001307 10.0.0.41 - - [2025-11-06 03:24:30] "GET /virtual-network/32914fa9-1b6c-4279-b291-4ad39622fef2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006473 10.0.0.41 - - [2025-11-06 03:24:30] "GET /virtual-network/32914fa9-1b6c-4279-b291-4ad39622fef2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006342 10.0.0.41 - - [2025-11-06 03:24:30] "POST /neutron/subnet HTTP/1.1" 200 729 0.010390 10.0.0.41 - - [2025-11-06 03:24:30] "POST /id-to-fqname HTTP/1.1" 200 220 0.001284 10.0.0.131 - - [2025-11-06 03:24:31] "GET /projects?obj_uuids=a3cd1a01-05ef-4740-8543-f30bbedb45cd&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001187 10.0.0.41 - - [2025-11-06 03:24:31] "GET /project/a3cd1a01-05ef-4740-8543-f30bbedb45cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.071429 10.0.0.41 - - [2025-11-06 03:24:31] "POST /neutron/port HTTP/1.1" 200 117 0.008917 10.0.0.41 - - [2025-11-06 03:24:32] "POST /neutron/network HTTP/1.1" 200 835 0.013181 10.0.0.41 - - [2025-11-06 03:24:32] "POST /neutron/port HTTP/1.1" 200 1061 0.020984 10.0.0.41 - - [2025-11-06 03:24:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004842 10.0.0.41 - - [2025-11-06 03:24:33] "POST /neutron/network HTTP/1.1" 200 825 0.008854 10.0.0.41 - - [2025-11-06 03:24:37] "POST /neutron/port HTTP/1.1" 200 1089 0.026557 10.0.0.41 - - [2025-11-06 03:24:37] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010296 10.0.0.41 - - [2025-11-06 03:24:37] "GET /virtual-machine/e65a2968-7ec3-42a6-ae29-e9d9daaf18e6 HTTP/1.1" 200 1295 0.011105 10.0.0.41 - - [2025-11-06 03:24:37] "GET /virtual-machine-interface/0551e9a2-cd11-42af-b10a-9451ad6bf21e HTTP/1.1" 200 2947 0.008013 10.0.0.41 - - [2025-11-06 03:24:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.005107 10.0.0.41 - - [2025-11-06 03:24:37] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006214 10.0.0.41 - - [2025-11-06 03:24:37] "GET /virtual-networks?parent_id=a3cd1a01-05ef-4740-8543-f30bbedb45cd&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004093 10.0.0.41 - - [2025-11-06 03:24:37] "GET /virtual-network/32914fa9-1b6c-4279-b291-4ad39622fef2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.007524 10.0.0.41 - - [2025-11-06 03:24:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004040 10.0.0.41 - - [2025-11-06 03:24:40] "GET /virtual-network/32914fa9-1b6c-4279-b291-4ad39622fef2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006182 10.0.0.41 - - [2025-11-06 03:24:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004441 10.0.0.41 - - [2025-11-06 03:24:44] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006006 10.0.0.41 - - [2025-11-06 03:24:44] "GET /virtual-networks?parent_id=a3cd1a01-05ef-4740-8543-f30bbedb45cd&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004629 10.0.0.41 - - [2025-11-06 03:24:44] "GET /virtual-network/32914fa9-1b6c-4279-b291-4ad39622fef2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.007535 10.0.0.41 - - [2025-11-06 03:24:46] "POST /neutron/network HTTP/1.1" 200 825 0.011413 10.0.0.41 - - [2025-11-06 03:24:47] "POST /neutron/port HTTP/1.1" 200 1115 0.019013 10.0.0.131 - - [2025-11-06 03:24:49] "POST /useragent-kv HTTP/1.1" 200 115 0.004885 10.0.0.131 - - [2025-11-06 03:24:49] "POST /useragent-kv HTTP/1.1" 200 115 0.002800 10.0.0.41 - - [2025-11-06 03:24:49] "POST /neutron/network HTTP/1.1" 200 151 0.149465 10.0.0.131 - - [2025-11-06 03:24:49] "DELETE /route-target/073307a1-fda0-4123-bd5e-56d595f4930b HTTP/1.1" 200 115 0.027491 10.0.0.41 - - [2025-11-06 03:24:51] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.004282 10.0.0.41 - - [2025-11-06 03:24:51] "POST /network-ipams HTTP/1.1" 200 543 0.036407 10.0.0.41 - - [2025-11-06 03:24:51] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 767 0.004789 10.0.0.41 - - [2025-11-06 03:24:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005115 10.0.0.41 - - [2025-11-06 03:24:51] "GET /network-ipam/3cf4ab50-2788-47bb-86ce-0e597f5d39b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1330 0.008647 10.0.0.41 - - [2025-11-06 03:24:51] "PUT /network-ipam/3cf4ab50-2788-47bb-86ce-0e597f5d39b2 HTTP/1.1" 200 259 0.017193 10.0.0.41 - - [2025-11-06 03:24:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005030 10.0.0.131 - - [2025-11-06 03:24:52] "GET /projects?obj_uuids=a3cd1a01-05ef-4740-8543-f30bbedb45cd&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001764 10.0.0.41 - - [2025-11-06 03:24:52] "GET /project/a3cd1a01-05ef-4740-8543-f30bbedb45cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.066685 10.0.0.131 - - [2025-11-06 03:24:52] "POST /useragent-kv HTTP/1.1" 200 115 0.009365 10.0.0.41 - - [2025-11-06 03:24:52] "POST /neutron/subnet HTTP/1.1" 200 699 0.222935 10.0.0.41 - - [2025-11-06 03:24:52] "POST /id-to-fqname HTTP/1.1" 200 220 0.001517 10.0.0.41 - - [2025-11-06 03:24:52] "GET /virtual-network/fbef29ef-adc6-4ad1-aaf9-23fa820d66e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.009503 10.0.0.41 - - [2025-11-06 03:24:52] "POST /neutron/network HTTP/1.1" 200 994 0.013471 10.0.0.41 - - [2025-11-06 03:24:52] "GET /virtual-network/fbef29ef-adc6-4ad1-aaf9-23fa820d66e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.006144 10.0.0.41 - - [2025-11-06 03:24:53] "POST /neutron/subnet HTTP/1.1" 200 699 0.012253 10.0.0.41 - - [2025-11-06 03:24:53] "POST /neutron/subnet HTTP/1.1" 200 699 0.011797 10.0.0.41 - - [2025-11-06 03:24:53] "POST /id-to-fqname HTTP/1.1" 200 220 0.002030 10.0.0.41 - - [2025-11-06 03:24:53] "POST /neutron/port HTTP/1.1" 200 1017 0.018351 10.0.0.41 - - [2025-11-06 03:24:54] "POST /neutron/port HTTP/1.1" 200 1017 0.022636 10.0.0.41 - - [2025-11-06 03:24:54] "POST /neutron/port HTTP/1.1" 200 117 0.008778 10.0.0.41 - - [2025-11-06 03:24:54] "POST /id-to-fqname HTTP/1.1" 200 220 0.002134 10.0.0.41 - - [2025-11-06 03:24:54] "POST /neutron/port HTTP/1.1" 200 1017 0.018193 10.0.0.41 - - [2025-11-06 03:24:54] "POST /neutron/port HTTP/1.1" 200 1017 0.016114 10.0.0.41 - - [2025-11-06 03:24:54] "POST /id-to-fqname HTTP/1.1" 200 220 0.001908 10.0.0.41 - - [2025-11-06 03:24:54] "POST /neutron/port HTTP/1.1" 200 117 0.010938 10.0.0.41 - - [2025-11-06 03:24:55] "POST /neutron/network HTTP/1.1" 200 1004 0.010432 10.0.0.41 - - [2025-11-06 03:24:55] "POST /neutron/port HTTP/1.1" 200 1109 0.210662 10.0.0.41 - - [2025-11-06 03:24:55] "POST /neutron/subnet HTTP/1.1" 200 673 0.013981 10.0.0.41 - - [2025-11-06 03:24:55] "POST /neutron/port HTTP/1.1" 200 1017 0.013734 10.0.0.41 - - [2025-11-06 03:24:55] "POST /neutron/port HTTP/1.1" 200 1017 0.014208 10.0.0.41 - - [2025-11-06 03:24:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005116 10.0.0.131 - - [2025-11-06 03:24:55] "GET /projects?obj_uuids=a3cd1a01-05ef-4740-8543-f30bbedb45cd&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001030 10.0.0.41 - - [2025-11-06 03:24:55] "GET /project/a3cd1a01-05ef-4740-8543-f30bbedb45cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.086289 10.0.0.41 - - [2025-11-06 03:24:55] "POST /neutron/network HTTP/1.1" 200 994 0.020217 10.0.0.41 - - [2025-11-06 03:24:56] "POST /neutron/security_group HTTP/1.1" 200 2058 0.011493 10.0.0.41 - - [2025-11-06 03:24:56] "GET /virtual-network/fbef29ef-adc6-4ad1-aaf9-23fa820d66e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.005718 10.0.0.131 - - [2025-11-06 03:24:56] "GET /projects?obj_uuids=a3cd1a01-05ef-4740-8543-f30bbedb45cd&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001109 10.0.0.41 - - [2025-11-06 03:24:57] "POST /neutron/port HTTP/1.1" 200 1055 0.438125 10.0.0.41 - - [2025-11-06 03:24:57] "POST /neutron/port HTTP/1.1" 200 1109 0.161552 10.0.0.41 - - [2025-11-06 03:24:57] "POST /neutron/subnet HTTP/1.1" 200 673 0.014595 10.0.0.41 - - [2025-11-06 03:24:58] "POST /neutron/port HTTP/1.1" 200 1083 0.033823 10.0.0.41 - - [2025-11-06 03:24:58] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009175 10.0.0.41 - - [2025-11-06 03:24:58] "GET /virtual-machine/6bf26202-14d9-4d52-a649-30aca9ede1ad HTTP/1.1" 200 1290 0.008459 10.0.0.41 - - [2025-11-06 03:24:58] "GET /virtual-machine-interface/b432111d-07f7-414b-a447-ec53d0eb95f9 HTTP/1.1" 200 2949 0.007212 10.0.0.41 - - [2025-11-06 03:24:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004441 10.0.0.41 - - [2025-11-06 03:24:58] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.007362 10.0.0.41 - - [2025-11-06 03:24:58] "GET /virtual-networks?parent_id=a3cd1a01-05ef-4740-8543-f30bbedb45cd&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003676 10.0.0.41 - - [2025-11-06 03:24:58] "GET /virtual-network/fbef29ef-adc6-4ad1-aaf9-23fa820d66e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.006935 10.0.0.41 - - [2025-11-06 03:25:00] "GET /obj-perms HTTP/1.1" 200 5056 0.060143 10.0.0.38 - - [2025-11-06 03:25:01] "GET /obj-perms HTTP/1.1" 200 5056 0.055174 10.0.0.41 - - [2025-11-06 03:25:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005922 10.0.0.41 - - [2025-11-06 03:25:01] "GET /virtual-network/fbef29ef-adc6-4ad1-aaf9-23fa820d66e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.008333 10.0.0.41 - - [2025-11-06 03:25:05] "POST /neutron/port HTTP/1.1" 200 1083 0.020671 10.0.0.41 - - [2025-11-06 03:25:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.006579 10.0.0.41 - - [2025-11-06 03:25:05] "GET /virtual-network/fbef29ef-adc6-4ad1-aaf9-23fa820d66e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.007889 10.0.0.41 - - [2025-11-06 03:25:06] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010961 10.0.0.41 - - [2025-11-06 03:25:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004558 10.0.0.41 - - [2025-11-06 03:25:07] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005435 10.0.0.41 - - [2025-11-06 03:25:07] "GET /virtual-networks?parent_id=a3cd1a01-05ef-4740-8543-f30bbedb45cd&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003193 10.0.0.41 - - [2025-11-06 03:25:07] "GET /virtual-network/fbef29ef-adc6-4ad1-aaf9-23fa820d66e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.006792 10.0.0.41 - - [2025-11-06 03:25:08] "POST /neutron/port HTTP/1.1" 200 1083 0.017798 10.0.0.41 - - [2025-11-06 03:25:08] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009650 10.0.0.41 - - [2025-11-06 03:25:08] "GET /virtual-machine/83264b50-d6b0-4c11-9cb5-5df001d5fb68 HTTP/1.1" 200 1290 0.007185 10.0.0.41 - - [2025-11-06 03:25:08] "GET /virtual-machine-interface/ccd49cbe-e00d-42ae-988b-a050d780d479 HTTP/1.1" 200 2949 0.007987 10.0.0.41 - - [2025-11-06 03:25:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004303 10.0.0.41 - - [2025-11-06 03:25:08] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005382 10.0.0.41 - - [2025-11-06 03:25:08] "GET /virtual-networks?parent_id=a3cd1a01-05ef-4740-8543-f30bbedb45cd&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004096 10.0.0.41 - - [2025-11-06 03:25:08] "GET /virtual-network/fbef29ef-adc6-4ad1-aaf9-23fa820d66e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.008041 10.0.0.41 - - [2025-11-06 03:25:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004005 10.0.0.41 - - [2025-11-06 03:25:09] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004860 10.0.0.41 - - [2025-11-06 03:25:09] "GET /virtual-networks?parent_id=a3cd1a01-05ef-4740-8543-f30bbedb45cd&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.007016 10.0.0.41 - - [2025-11-06 03:25:09] "GET /virtual-network/fbef29ef-adc6-4ad1-aaf9-23fa820d66e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.006098 10.0.0.41 - - [2025-11-06 03:25:10] "POST /neutron/port HTTP/1.1" 200 1083 0.022732 10.0.0.41 - - [2025-11-06 03:25:10] "POST /neutron/security_group HTTP/1.1" 200 2058 0.011551 10.0.0.41 - - [2025-11-06 03:25:10] "GET /virtual-machine/fd394fef-1911-4f9e-b8ce-a944eec07495 HTTP/1.1" 200 1295 0.008363 10.0.0.41 - - [2025-11-06 03:25:10] "GET /virtual-machine-interface/e7a8c03e-a191-4c68-b81c-07f107668aba HTTP/1.1" 200 2949 0.006993 10.0.0.41 - - [2025-11-06 03:25:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003780 10.0.0.41 - - [2025-11-06 03:25:10] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004436 10.0.0.41 - - [2025-11-06 03:25:10] "GET /virtual-networks?parent_id=a3cd1a01-05ef-4740-8543-f30bbedb45cd&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004318 10.0.0.41 - - [2025-11-06 03:25:10] "GET /virtual-network/fbef29ef-adc6-4ad1-aaf9-23fa820d66e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.006734 10.0.0.41 - - [2025-11-06 03:25:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003822 10.0.0.41 - - [2025-11-06 03:25:11] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004361 10.0.0.41 - - [2025-11-06 03:25:11] "GET /virtual-networks?parent_id=a3cd1a01-05ef-4740-8543-f30bbedb45cd&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003803 10.0.0.41 - - [2025-11-06 03:25:11] "GET /virtual-network/fbef29ef-adc6-4ad1-aaf9-23fa820d66e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.006800 10.0.0.41 - - [2025-11-06 03:25:13] "POST /neutron/port HTTP/1.1" 200 1083 0.046650 10.0.0.41 - - [2025-11-06 03:25:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005731 10.0.0.41 - - [2025-11-06 03:25:13] "POST /neutron/network HTTP/1.1" 200 994 0.014116 10.0.0.41 - - [2025-11-06 03:25:27] "POST /neutron/port HTTP/1.1" 200 151 0.195985 10.0.0.41 - - [2025-11-06 03:25:27] "POST /neutron/port HTTP/1.1" 200 151 0.245985 10.0.0.41 - - [2025-11-06 03:25:27] "POST /neutron/port HTTP/1.1" 200 151 0.270494 10.0.0.41 - - [2025-11-06 03:25:29] "POST /neutron/network HTTP/1.1" 200 994 0.011306 10.0.0.131 - - [2025-11-06 03:25:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.045662 10.0.0.41 - - [2025-11-06 03:25:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003940 10.0.0.41 - - [2025-11-06 03:25:30] "DELETE /network-ipam/3cf4ab50-2788-47bb-86ce-0e597f5d39b2 HTTP/1.1" 200 115 0.045667 10.0.0.41 - - [2025-11-06 03:25:30] "POST /fqname-to-id HTTP/1.1" 404 211 0.004532 10.0.0.131 - - [2025-11-06 03:25:31] "GET /projects?obj_uuids=a3cd1a01-05ef-4740-8543-f30bbedb45cd&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001144 10.0.0.41 - - [2025-11-06 03:25:31] "GET /project/a3cd1a01-05ef-4740-8543-f30bbedb45cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.072403 10.0.0.131 - - [2025-11-06 03:25:31] "GET /projects?obj_uuids=a3cd1a01-05ef-4740-8543-f30bbedb45cd&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001690 10.0.0.41 - - [2025-11-06 03:25:31] "GET /project/a3cd1a01-05ef-4740-8543-f30bbedb45cd?fields=virtual_networks HTTP/1.1" 200 1034 0.060462 10.0.0.131 - - [2025-11-06 03:25:31] "GET /projects?obj_uuids=a3cd1a01-05ef-4740-8543-f30bbedb45cd&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001598 10.0.0.41 - - [2025-11-06 03:25:31] "GET /project/a3cd1a01-05ef-4740-8543-f30bbedb45cd?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.045246 10.0.0.131 - - [2025-11-06 03:25:31] "GET /projects?obj_uuids=a3cd1a01-05ef-4740-8543-f30bbedb45cd&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001115 10.0.0.41 - - [2025-11-06 03:25:31] "GET /project/a3cd1a01-05ef-4740-8543-f30bbedb45cd?fields=security_groups HTTP/1.1" 200 1261 0.038831 10.0.0.41 - - [2025-11-06 03:25:32] "POST /neutron/port HTTP/1.1" 400 205 0.005342 10.0.0.41 - - [2025-11-06 03:25:32] "POST /fqname-to-id HTTP/1.1" 404 196 0.027965 10.0.0.131 - - [2025-11-06 03:25:32] "GET /projects?obj_uuids=b2d65b90-bf80-4c1e-be97-1f1874581424&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003821 10.0.0.131 - - [2025-11-06 03:25:33] "GET /domains?obj_uuids=dd557474-6eee-442f-acdf-559f4d754f9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001606 10.0.0.131 - - [2025-11-06 03:25:33] "GET /domain/dd557474-6eee-442f-acdf-559f4d754f9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.043367 10.0.0.131 - - [2025-11-06 03:25:33] "POST /id-to-fqname HTTP/1.1" 200 198 0.005738 10.0.0.131 - - [2025-11-06 03:25:33] "POST /fqname-to-id HTTP/1.1" 404 207 0.006555 10.0.0.131 - - [2025-11-06 03:25:33] "POST /security-groups HTTP/1.1" 200 599 0.089220 10.0.0.131 - - [2025-11-06 03:25:33] "POST /projects HTTP/1.1" 200 601 0.320624 10.0.0.131 - - [2025-11-06 03:25:33] "POST /access-control-lists HTTP/1.1" 200 606 0.034890 10.0.0.131 - - [2025-11-06 03:25:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.394122 10.0.0.41 - - [2025-11-06 03:25:33] "GET /project/b2d65b90-bf80-4c1e-be97-1f1874581424?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.595086 10.0.0.41 - - [2025-11-06 03:25:34] "GET / HTTP/1.1" 200 36215 0.002355 10.0.0.41 - - [2025-11-06 03:25:36] "POST /fqname-to-id HTTP/1.1" 401 292 0.000498 10.0.0.41 - - [2025-11-06 03:25:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.056715 10.0.0.131 - - [2025-11-06 03:25:36] "GET /projects?obj_uuids=b2d65b90-bf80-4c1e-be97-1f1874581424&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001512 10.0.0.41 - - [2025-11-06 03:25:36] "GET /project/b2d65b90-bf80-4c1e-be97-1f1874581424?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.054867 10.0.0.41 - - [2025-11-06 03:25:36] "POST /neutron/network HTTP/1.1" 200 117 0.044622 10.0.0.131 - - [2025-11-06 03:25:37] "POST /route-targets HTTP/1.1" 200 328 0.014765 10.0.0.131 - - [2025-11-06 03:25:37] "POST /useragent-kv HTTP/1.1" 200 115 0.012209 10.0.0.131 - - [2025-11-06 03:25:37] "POST /fqname-to-id HTTP/1.1" 404 207 0.042082 10.0.0.41 - - [2025-11-06 03:25:37] "POST /neutron/subnet HTTP/1.1" 200 724 0.260520 10.0.0.41 - - [2025-11-06 03:25:37] "POST /id-to-fqname HTTP/1.1" 200 228 0.001808 10.0.0.41 - - [2025-11-06 03:25:37] "GET /virtual-network/f603ab40-cfc3-4686-81be-553b1df5acdd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.007235 10.0.0.41 - - [2025-11-06 03:25:37] "GET /virtual-network/f603ab40-cfc3-4686-81be-553b1df5acdd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.007424 10.0.0.41 - - [2025-11-06 03:25:37] "POST /neutron/network HTTP/1.1" 200 1005 0.013157 10.0.0.41 - - [2025-11-06 03:25:38] "GET /virtual-network/f603ab40-cfc3-4686-81be-553b1df5acdd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.007621 10.0.0.131 - - [2025-11-06 03:25:39] "GET /obj-perms HTTP/1.1" 200 5046 0.056851 10.0.0.41 - - [2025-11-06 03:25:39] "POST /id-to-fqname HTTP/1.1" 200 228 0.001692 10.0.0.41 - - [2025-11-06 03:25:39] "POST /neutron/network HTTP/1.1" 200 1015 0.007471 10.0.0.131 - - [2025-11-06 03:25:40] "GET /projects?obj_uuids=b2d65b90-bf80-4c1e-be97-1f1874581424&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001413 10.0.0.41 - - [2025-11-06 03:25:40] "GET /project/b2d65b90-bf80-4c1e-be97-1f1874581424?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.076383 10.0.0.41 - - [2025-11-06 03:25:40] "POST /neutron/port HTTP/1.1" 200 117 0.007523 10.0.0.41 - - [2025-11-06 03:25:40] "POST /id-to-fqname HTTP/1.1" 200 228 0.001900 10.0.0.41 - - [2025-11-06 03:25:41] "POST /neutron/network HTTP/1.1" 200 1015 0.007686 10.0.0.41 - - [2025-11-06 03:25:41] "POST /neutron/port HTTP/1.1" 200 1174 0.020477 10.0.0.131 - - [2025-11-06 03:25:42] "GET /projects?obj_uuids=b2d65b90-bf80-4c1e-be97-1f1874581424&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001349 10.0.0.41 - - [2025-11-06 03:25:42] "GET /project/b2d65b90-bf80-4c1e-be97-1f1874581424?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.152190 10.0.0.41 - - [2025-11-06 03:25:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.020251 10.0.0.41 - - [2025-11-06 03:25:42] "POST /neutron/subnet HTTP/1.1" 200 1379 0.015710 10.0.0.41 - - [2025-11-06 03:25:42] "POST /neutron/network HTTP/1.1" 200 1005 0.014956 10.0.0.41 - - [2025-11-06 03:25:42] "POST /neutron/port HTTP/1.1" 200 117 0.006955 10.0.0.41 - - [2025-11-06 03:25:42] "POST /id-to-fqname HTTP/1.1" 200 228 0.001580 10.0.0.41 - - [2025-11-06 03:25:42] "POST /neutron/network HTTP/1.1" 200 1015 0.007334 10.0.0.41 - - [2025-11-06 03:25:43] "POST /neutron/port HTTP/1.1" 200 1174 0.036274 10.0.0.41 - - [2025-11-06 03:25:43] "POST /neutron/port HTTP/1.1" 200 1202 0.020942 10.0.0.41 - - [2025-11-06 03:25:43] "POST /neutron/subnet HTTP/1.1" 200 1379 0.015093 10.0.0.131 - - [2025-11-06 03:25:43] "GET /projects?obj_uuids=b2d65b90-bf80-4c1e-be97-1f1874581424&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001033 10.0.0.41 - - [2025-11-06 03:25:43] "GET /project/b2d65b90-bf80-4c1e-be97-1f1874581424?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.068411 10.0.0.41 - - [2025-11-06 03:25:43] "POST /neutron/network HTTP/1.1" 200 1005 0.054670 10.0.0.41 - - [2025-11-06 03:25:43] "POST /neutron/security_group HTTP/1.1" 200 2066 0.011827 10.0.0.41 - - [2025-11-06 03:25:44] "POST /id-to-fqname HTTP/1.1" 200 228 0.001484 10.0.0.41 - - [2025-11-06 03:25:44] "POST /neutron/security_group HTTP/1.1" 200 2066 0.014218 10.0.0.131 - - [2025-11-06 03:25:44] "GET /projects?obj_uuids=b2d65b90-bf80-4c1e-be97-1f1874581424&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001493 10.0.0.41 - - [2025-11-06 03:25:44] "POST /neutron/port HTTP/1.1" 200 1174 0.451779 10.0.0.41 - - [2025-11-06 03:25:45] "POST /neutron/port HTTP/1.1" 200 1228 0.144654 10.0.0.131 - - [2025-11-06 03:25:45] "GET /projects?obj_uuids=b2d65b90-bf80-4c1e-be97-1f1874581424&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001069 10.0.0.41 - - [2025-11-06 03:25:45] "GET /project/b2d65b90-bf80-4c1e-be97-1f1874581424?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.082675 10.0.0.41 - - [2025-11-06 03:25:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.017190 10.0.0.41 - - [2025-11-06 03:25:45] "POST /neutron/port HTTP/1.1" 200 117 0.001207 10.0.0.41 - - [2025-11-06 03:25:45] "POST /neutron/port HTTP/1.1" 200 3370 0.029803 10.0.0.41 - - [2025-11-06 03:25:45] "POST /neutron/port HTTP/1.1" 200 1202 0.017658 10.0.0.41 - - [2025-11-06 03:25:45] "POST /neutron/security_group HTTP/1.1" 200 2066 0.019139 10.0.0.41 - - [2025-11-06 03:25:45] "GET /virtual-machine/5428669a-dcc7-4793-91d6-e5eb145a97a8 HTTP/1.1" 401 292 0.000982 10.0.0.41 - - [2025-11-06 03:25:46] "POST /neutron/network HTTP/1.1" 200 1015 0.008883 10.0.0.41 - - [2025-11-06 03:25:46] "GET /virtual-machine/5428669a-dcc7-4793-91d6-e5eb145a97a8 HTTP/1.1" 200 1302 0.049640 10.0.0.41 - - [2025-11-06 03:25:46] "GET /virtual-machine-interface/6557dbd3-a46c-48c8-8d9f-cfc910671825 HTTP/1.1" 200 3183 0.007295 10.0.0.41 - - [2025-11-06 03:25:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004189 10.0.0.41 - - [2025-11-06 03:25:46] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005190 10.0.0.41 - - [2025-11-06 03:25:46] "GET /virtual-networks?parent_id=b2d65b90-bf80-4c1e-be97-1f1874581424&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.020806 10.0.0.41 - - [2025-11-06 03:25:46] "GET /virtual-network/f603ab40-cfc3-4686-81be-553b1df5acdd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006132 10.0.0.41 - - [2025-11-06 03:25:46] "POST /neutron/port HTTP/1.1" 200 1174 0.034495 10.0.0.41 - - [2025-11-06 03:25:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005100 10.0.0.41 - - [2025-11-06 03:25:47] "POST /neutron/port HTTP/1.1" 200 117 0.002214 10.0.0.41 - - [2025-11-06 03:25:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004706 10.0.0.41 - - [2025-11-06 03:25:49] "GET /virtual-network/f603ab40-cfc3-4686-81be-553b1df5acdd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005818 10.0.0.41 - - [2025-11-06 03:25:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003607 10.0.0.41 - - [2025-11-06 03:25:53] "GET /virtual-network/f603ab40-cfc3-4686-81be-553b1df5acdd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005554 10.0.0.41 - - [2025-11-06 03:25:57] "POST /neutron/port HTTP/1.1" 200 1202 0.022116 10.0.0.41 - - [2025-11-06 03:25:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.007854 10.0.0.41 - - [2025-11-06 03:25:57] "GET /virtual-network/f603ab40-cfc3-4686-81be-553b1df5acdd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006597 10.0.0.41 - - [2025-11-06 03:25:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005326 10.0.0.41 - - [2025-11-06 03:25:58] "POST /neutron/port HTTP/1.1" 200 117 0.001188 10.0.0.41 - - [2025-11-06 03:26:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004467 10.0.0.41 - - [2025-11-06 03:26:02] "GET /virtual-network/f603ab40-cfc3-4686-81be-553b1df5acdd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006256 10.0.0.41 - - [2025-11-06 03:26:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.005141 10.0.0.41 - - [2025-11-06 03:26:06] "GET /virtual-network/f603ab40-cfc3-4686-81be-553b1df5acdd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.007232 10.0.0.131 - - [2025-11-06 03:26:10] "DELETE /access-control-list/4820ea3b-1537-4c30-8dc9-48e85584f7ef HTTP/1.1" 200 115 0.069670 10.0.0.41 - - [2025-11-06 03:26:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.005995 10.0.0.41 - - [2025-11-06 03:26:10] "GET /virtual-network/f603ab40-cfc3-4686-81be-553b1df5acdd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.009012 10.0.0.38 - - [2025-11-06 03:26:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000461 10.0.0.131 - - [2025-11-06 03:26:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000641 10.0.0.38 - - [2025-11-06 03:26:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000557 10.0.0.131 - - [2025-11-06 03:26:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000551 10.0.0.131 - - [2025-11-06 03:26:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000428 10.0.0.131 - - [2025-11-06 03:26:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000490 10.0.0.38 - - [2025-11-06 03:26:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000729 10.0.0.38 - - [2025-11-06 03:26:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000703 10.0.0.41 - - [2025-11-06 03:26:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000566 10.0.0.41 - - [2025-11-06 03:26:13] "GET /global-system-configs HTTP/1.1" 401 292 0.001471 10.0.0.41 - - [2025-11-06 03:26:13] "POST /neutron/port HTTP/1.1" 200 1202 0.021116 10.0.0.41 - - [2025-11-06 03:26:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004291 10.0.0.41 - - [2025-11-06 03:26:14] "POST /neutron/port HTTP/1.1" 200 117 0.001613 10.0.0.41 - - [2025-11-06 03:26:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003913 10.0.0.41 - - [2025-11-06 03:26:14] "GET /virtual-network/f603ab40-cfc3-4686-81be-553b1df5acdd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006237 10.0.0.41 - - [2025-11-06 03:26:14] "GET /global-system-configs HTTP/1.1" 401 292 0.000414 10.0.0.41 - - [2025-11-06 03:26:14] "GET /global-system-configs HTTP/1.1" 401 292 0.000527 10.0.0.41 - - [2025-11-06 03:26:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.005264 10.0.0.41 - - [2025-11-06 03:26:18] "GET /virtual-network/f603ab40-cfc3-4686-81be-553b1df5acdd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.007894 10.0.0.131 - - [2025-11-06 03:26:19] "DELETE /project/a3cd1a01-05ef-4740-8543-f30bbedb45cd HTTP/1.1" 404 177 0.003548 10.0.0.131 - - [2025-11-06 03:26:19] "DELETE /project/b2d65b90bf804c1ebe971f1874581424 HTTP/1.1" 404 173 0.005658 10.0.0.41 - - [2025-11-06 03:26:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003864 10.0.0.41 - - [2025-11-06 03:26:22] "GET /virtual-network/f603ab40-cfc3-4686-81be-553b1df5acdd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006088 10.0.0.41 - - [2025-11-06 03:26:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004306 10.0.0.41 - - [2025-11-06 03:26:26] "GET /virtual-network/f603ab40-cfc3-4686-81be-553b1df5acdd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006929 10.0.0.41 - - [2025-11-06 03:26:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004444 10.0.0.41 - - [2025-11-06 03:26:30] "GET /virtual-network/f603ab40-cfc3-4686-81be-553b1df5acdd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006543 10.0.0.41 - - [2025-11-06 03:26:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003888 10.0.0.41 - - [2025-11-06 03:26:34] "GET /virtual-network/f603ab40-cfc3-4686-81be-553b1df5acdd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006970 10.0.0.41 - - [2025-11-06 03:26:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004573 10.0.0.41 - - [2025-11-06 03:26:38] "GET /virtual-network/f603ab40-cfc3-4686-81be-553b1df5acdd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.007205 10.0.0.41 - - [2025-11-06 03:26:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003694 10.0.0.41 - - [2025-11-06 03:26:41] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003819 10.0.0.41 - - [2025-11-06 03:26:41] "GET /virtual-networks?parent_id=b2d65b90-bf80-4c1e-be97-1f1874581424&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003112 10.0.0.41 - - [2025-11-06 03:26:41] "GET /virtual-network/f603ab40-cfc3-4686-81be-553b1df5acdd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006545 10.0.0.41 - - [2025-11-06 03:26:41] "POST /neutron/port HTTP/1.1" 200 1202 0.023878 10.0.0.41 - - [2025-11-06 03:26:46] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009544 10.0.0.41 - - [2025-11-06 03:26:51] "POST /neutron/port HTTP/1.1" 200 1202 0.041649 10.0.0.41 - - [2025-11-06 03:26:54] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009958 10.0.0.41 - - [2025-11-06 03:26:56] "POST /neutron/port HTTP/1.1" 200 1202 0.022960 10.0.0.41 - - [2025-11-06 03:26:57] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009754 10.0.0.41 - - [2025-11-06 03:26:57] "POST /neutron/network HTTP/1.1" 200 1015 0.007950 10.0.0.41 - - [2025-11-06 03:26:58] "POST /neutron/subnet HTTP/1.1" 200 1379 0.017133 10.0.0.41 - - [2025-11-06 03:26:58] "POST /neutron/network HTTP/1.1" 200 1005 0.011048 10.0.0.41 - - [2025-11-06 03:27:07] "POST /neutron/port HTTP/1.1" 200 1202 0.021638 10.0.0.41 - - [2025-11-06 03:27:07] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010440 10.0.0.41 - - [2025-11-06 03:27:07] "GET /virtual-machine/c2421fc4-7d5b-48d3-8f81-ad5ac809a197 HTTP/1.1" 200 1303 0.009813 10.0.0.41 - - [2025-11-06 03:27:07] "GET /virtual-machine-interface/b8c8fe5c-12eb-4cac-a993-0f596973eed7 HTTP/1.1" 200 3184 0.008035 10.0.0.41 - - [2025-11-06 03:27:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005126 10.0.0.41 - - [2025-11-06 03:27:07] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004350 10.0.0.41 - - [2025-11-06 03:27:07] "GET /virtual-networks?parent_id=b2d65b90-bf80-4c1e-be97-1f1874581424&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003105 10.0.0.41 - - [2025-11-06 03:27:07] "GET /virtual-network/f603ab40-cfc3-4686-81be-553b1df5acdd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.008822 10.0.0.41 - - [2025-11-06 03:27:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004186 10.0.0.41 - - [2025-11-06 03:27:08] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004213 10.0.0.41 - - [2025-11-06 03:27:08] "GET /virtual-networks?parent_id=b2d65b90-bf80-4c1e-be97-1f1874581424&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003492 10.0.0.41 - - [2025-11-06 03:27:08] "GET /virtual-network/f603ab40-cfc3-4686-81be-553b1df5acdd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.008490 10.0.0.41 - - [2025-11-06 03:27:08] "POST /neutron/port HTTP/1.1" 200 1202 0.019340 10.0.0.41 - - [2025-11-06 03:27:08] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010361 10.0.0.41 - - [2025-11-06 03:27:09] "GET /virtual-machine/c0421dd7-33ad-4bda-b921-21c7ddc3ba21 HTTP/1.1" 200 1303 0.009756 10.0.0.41 - - [2025-11-06 03:27:09] "GET /virtual-machine-interface/0275d284-653c-47f9-9b93-513f7859f97c HTTP/1.1" 200 3182 0.008022 10.0.0.41 - - [2025-11-06 03:27:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004911 10.0.0.41 - - [2025-11-06 03:27:09] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005303 10.0.0.41 - - [2025-11-06 03:27:09] "GET /virtual-networks?parent_id=b2d65b90-bf80-4c1e-be97-1f1874581424&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.004255 10.0.0.41 - - [2025-11-06 03:27:09] "GET /virtual-network/f603ab40-cfc3-4686-81be-553b1df5acdd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.008830 10.0.0.41 - - [2025-11-06 03:27:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003798 10.0.0.41 - - [2025-11-06 03:27:10] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004201 10.0.0.41 - - [2025-11-06 03:27:10] "GET /virtual-networks?parent_id=b2d65b90-bf80-4c1e-be97-1f1874581424&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003095 10.0.0.41 - - [2025-11-06 03:27:10] "GET /virtual-network/f603ab40-cfc3-4686-81be-553b1df5acdd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006869 10.0.0.41 - - [2025-11-06 03:27:13] "POST /neutron/port HTTP/1.1" 200 1202 0.020469 10.0.0.41 - - [2025-11-06 03:27:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004298 10.0.0.41 - - [2025-11-06 03:27:14] "POST /neutron/port HTTP/1.1" 200 117 0.001367 10.0.0.131 - - [2025-11-06 03:27:32] "GET /projects?obj_uuids=b2d65b90-bf80-4c1e-be97-1f1874581424&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001613 10.0.0.41 - - [2025-11-06 03:27:32] "GET /project/b2d65b90-bf80-4c1e-be97-1f1874581424?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.060267 10.0.0.41 - - [2025-11-06 03:27:32] "POST /fqname-to-id HTTP/1.1" 404 226 0.005631 10.0.0.41 - - [2025-11-06 03:27:32] "POST /interface-route-tables HTTP/1.1" 200 577 0.032348 10.0.0.41 - - [2025-11-06 03:27:32] "GET /interface-route-table/c72d1a20-a82b-422b-bd83-e6953255d915?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.006711 10.0.0.41 - - [2025-11-06 03:27:32] "GET /virtual-machine-interface/6557dbd3-a46c-48c8-8d9f-cfc910671825?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2766 0.008256 10.0.0.41 - - [2025-11-06 03:27:32] "POST /ref-update HTTP/1.1" 200 156 0.021804 10.0.0.41 - - [2025-11-06 03:27:57] "POST /neutron/port HTTP/1.1" 200 1202 0.042618 10.0.0.41 - - [2025-11-06 03:27:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004393 10.0.0.41 - - [2025-11-06 03:27:58] "POST /neutron/port HTTP/1.1" 200 117 0.001215 10.0.0.41 - - [2025-11-06 03:28:03] "GET /obj-perms HTTP/1.1" 200 5056 0.053285 10.0.0.38 - - [2025-11-06 03:28:03] "GET /obj-perms HTTP/1.1" 200 5056 0.067177 10.0.0.41 - - [2025-11-06 03:28:14] "POST /neutron/port HTTP/1.1" 200 1202 0.026269 10.0.0.41 - - [2025-11-06 03:28:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005639 10.0.0.41 - - [2025-11-06 03:28:15] "POST /neutron/port HTTP/1.1" 200 117 0.001727 10.0.0.131 - - [2025-11-06 03:28:17] "GET /projects?obj_uuids=b2d65b90-bf80-4c1e-be97-1f1874581424&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001426 10.0.0.41 - - [2025-11-06 03:28:17] "GET /project/b2d65b90-bf80-4c1e-be97-1f1874581424?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.051641 10.0.0.41 - - [2025-11-06 03:28:17] "POST /fqname-to-id HTTP/1.1" 404 226 0.004834 10.0.0.41 - - [2025-11-06 03:28:17] "POST /interface-route-tables HTTP/1.1" 200 577 0.036967 10.0.0.41 - - [2025-11-06 03:28:17] "GET /interface-route-table/adc95ae8-f25e-4595-ad73-4d0d2ad39733?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.007902 10.0.0.41 - - [2025-11-06 03:28:17] "GET /virtual-machine-interface/b8c8fe5c-12eb-4cac-a993-0f596973eed7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2767 0.007658 10.0.0.41 - - [2025-11-06 03:28:17] "POST /ref-update HTTP/1.1" 200 156 0.019878 10.0.0.41 - - [2025-11-06 03:28:18] "GET /virtual-machine-interface/0275d284-653c-47f9-9b93-513f7859f97c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2765 0.008672 10.0.0.41 - - [2025-11-06 03:28:19] "PUT /virtual-machine-interface/0275d284-653c-47f9-9b93-513f7859f97c HTTP/1.1" 200 285 0.020316 10.0.0.41 - - [2025-11-06 03:28:19] "GET /virtual-machine-interface/6557dbd3-a46c-48c8-8d9f-cfc910671825?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3048 0.008109 10.0.0.41 - - [2025-11-06 03:28:19] "PUT /virtual-machine-interface/6557dbd3-a46c-48c8-8d9f-cfc910671825 HTTP/1.1" 200 285 0.021057 10.0.0.41 - - [2025-11-06 03:28:19] "GET /virtual-machine-interface/b8c8fe5c-12eb-4cac-a993-0f596973eed7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3049 0.008240 10.0.0.41 - - [2025-11-06 03:28:19] "PUT /virtual-machine-interface/b8c8fe5c-12eb-4cac-a993-0f596973eed7 HTTP/1.1" 200 285 0.022117 10.0.0.41 - - [2025-11-06 03:28:58] "POST /neutron/port HTTP/1.1" 200 1202 0.021119 10.0.0.41 - - [2025-11-06 03:28:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004464 10.0.0.41 - - [2025-11-06 03:28:58] "POST /neutron/port HTTP/1.1" 200 117 0.001739 10.0.0.131 - - [2025-11-06 03:29:04] "GET /obj-perms HTTP/1.1" 200 5056 0.053201 10.0.0.41 - - [2025-11-06 03:29:10] "POST /neutron/port HTTP/1.1" 200 1202 0.017850 10.0.0.41 - - [2025-11-06 03:29:10] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007806 10.0.0.41 - - [2025-11-06 03:29:10] "GET /virtual-machine/37696bde-c76a-4a12-86b4-3d85c5fade50 HTTP/1.1" 200 1301 0.007232 10.0.0.41 - - [2025-11-06 03:29:10] "GET /virtual-machine-interface/8662a729-c147-4ce3-b45c-6dcc1c289501 HTTP/1.1" 200 3183 0.005477 10.0.0.41 - - [2025-11-06 03:29:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004246 10.0.0.41 - - [2025-11-06 03:29:10] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004303 10.0.0.41 - - [2025-11-06 03:29:10] "GET /virtual-networks?parent_id=b2d65b90-bf80-4c1e-be97-1f1874581424&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003597 10.0.0.41 - - [2025-11-06 03:29:10] "GET /virtual-network/f603ab40-cfc3-4686-81be-553b1df5acdd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.008956 10.0.0.41 - - [2025-11-06 03:29:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004339 10.0.0.41 - - [2025-11-06 03:29:11] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006011 10.0.0.41 - - [2025-11-06 03:29:11] "GET /virtual-networks?parent_id=b2d65b90-bf80-4c1e-be97-1f1874581424&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.004286 10.0.0.41 - - [2025-11-06 03:29:11] "GET /virtual-network/f603ab40-cfc3-4686-81be-553b1df5acdd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.008032 10.0.0.41 - - [2025-11-06 03:29:11] "GET /virtual-machine-interface/8662a729-c147-4ce3-b45c-6dcc1c289501?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2766 0.008070 10.0.0.41 - - [2025-11-06 03:29:11] "PUT /virtual-machine-interface/8662a729-c147-4ce3-b45c-6dcc1c289501 HTTP/1.1" 200 285 0.018471 10.0.0.41 - - [2025-11-06 03:29:15] "POST /neutron/port HTTP/1.1" 200 1202 0.024458 10.0.0.41 - - [2025-11-06 03:29:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004681 10.0.0.41 - - [2025-11-06 03:29:15] "POST /neutron/port HTTP/1.1" 200 117 0.001179 10.0.0.131 - - [2025-11-06 03:29:53] "GET /projects?obj_uuids=b2d65b90-bf80-4c1e-be97-1f1874581424&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.039150 10.0.0.41 - - [2025-11-06 03:29:53] "GET /project/b2d65b90-bf80-4c1e-be97-1f1874581424?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.097975 10.0.0.41 - - [2025-11-06 03:29:53] "POST /fqname-to-id HTTP/1.1" 404 226 0.003865 10.0.0.41 - - [2025-11-06 03:29:53] "POST /interface-route-tables HTTP/1.1" 200 577 0.035069 10.0.0.41 - - [2025-11-06 03:29:53] "GET /interface-route-table/5b7099b2-b958-4eed-9913-b10bfc3fd5e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.008762 10.0.0.41 - - [2025-11-06 03:29:53] "GET /virtual-machine-interface/8662a729-c147-4ce3-b45c-6dcc1c289501?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2816 0.009076 10.0.0.41 - - [2025-11-06 03:29:53] "POST /ref-update HTTP/1.1" 200 156 0.021658 10.0.0.41 - - [2025-11-06 03:29:55] "GET /virtual-machine-interface/6557dbd3-a46c-48c8-8d9f-cfc910671825?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3098 0.008350 10.0.0.41 - - [2025-11-06 03:29:55] "POST /ref-update HTTP/1.1" 200 156 0.021617 10.0.0.41 - - [2025-11-06 03:29:55] "DELETE /interface-route-table/c72d1a20-a82b-422b-bd83-e6953255d915 HTTP/1.1" 200 115 0.037226 10.0.0.41 - - [2025-11-06 03:29:56] "POST /neutron/port HTTP/1.1" 200 1202 0.022691 10.0.0.41 - - [2025-11-06 03:29:59] "POST /neutron/port HTTP/1.1" 200 1202 0.017884 10.0.0.41 - - [2025-11-06 03:29:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004049 10.0.0.41 - - [2025-11-06 03:30:00] "POST /neutron/port HTTP/1.1" 200 117 0.001752 10.0.0.41 - - [2025-11-06 03:30:06] "GET /virtual-machine-interface/8662a729-c147-4ce3-b45c-6dcc1c289501?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3098 0.010156 10.0.0.41 - - [2025-11-06 03:30:06] "POST /ref-update HTTP/1.1" 200 156 0.018366 10.0.0.41 - - [2025-11-06 03:30:06] "DELETE /interface-route-table/5b7099b2-b958-4eed-9913-b10bfc3fd5e1 HTTP/1.1" 200 115 0.038503 10.0.0.41 - - [2025-11-06 03:30:06] "GET /virtual-machine-interface/b8c8fe5c-12eb-4cac-a993-0f596973eed7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3099 0.006909 10.0.0.41 - - [2025-11-06 03:30:06] "POST /ref-update HTTP/1.1" 200 156 0.019739 10.0.0.41 - - [2025-11-06 03:30:06] "DELETE /interface-route-table/adc95ae8-f25e-4595-ad73-4d0d2ad39733 HTTP/1.1" 200 115 0.040279 10.0.0.41 - - [2025-11-06 03:30:06] "POST /neutron/network HTTP/1.1" 200 1005 0.014083 10.0.0.41 - - [2025-11-06 03:30:06] "POST /neutron/port HTTP/1.1" 200 1228 0.017516 10.0.0.41 - - [2025-11-06 03:30:06] "POST /neutron/port HTTP/1.1" 200 1228 0.034100 10.0.0.41 - - [2025-11-06 03:30:07] "POST /neutron/port HTTP/1.1" 200 1228 0.017383 10.0.0.131 - - [2025-11-06 03:30:08] "POST /useragent-kv HTTP/1.1" 200 115 0.003786 10.0.0.131 - - [2025-11-06 03:30:08] "POST /useragent-kv HTTP/1.1" 200 115 0.003265 10.0.0.131 - - [2025-11-06 03:30:08] "POST /useragent-kv HTTP/1.1" 200 115 0.004568 10.0.0.131 - - [2025-11-06 03:30:08] "POST /useragent-kv HTTP/1.1" 200 115 0.003825 10.0.0.41 - - [2025-11-06 03:30:08] "POST /neutron/network HTTP/1.1" 200 151 0.164708 10.0.0.131 - - [2025-11-06 03:30:10] "GET /projects?obj_uuids=b2d65b90-bf80-4c1e-be97-1f1874581424&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001066 10.0.0.41 - - [2025-11-06 03:30:10] "GET /project/b2d65b90-bf80-4c1e-be97-1f1874581424?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.048401 10.0.0.131 - - [2025-11-06 03:30:10] "GET /projects?obj_uuids=b2d65b90-bf80-4c1e-be97-1f1874581424&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001031 10.0.0.41 - - [2025-11-06 03:30:10] "GET /project/b2d65b90-bf80-4c1e-be97-1f1874581424?fields=virtual_networks HTTP/1.1" 200 1051 0.053937 10.0.0.131 - - [2025-11-06 03:30:10] "GET /projects?obj_uuids=b2d65b90-bf80-4c1e-be97-1f1874581424&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001489 10.0.0.41 - - [2025-11-06 03:30:10] "GET /project/b2d65b90-bf80-4c1e-be97-1f1874581424?fields=virtual_machine_interfaces HTTP/1.1" 200 1051 0.047512 10.0.0.131 - - [2025-11-06 03:30:10] "GET /projects?obj_uuids=b2d65b90-bf80-4c1e-be97-1f1874581424&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002266 10.0.0.41 - - [2025-11-06 03:30:10] "GET /project/b2d65b90-bf80-4c1e-be97-1f1874581424?fields=security_groups HTTP/1.1" 200 1286 0.065042 10.0.0.41 - - [2025-11-06 03:30:11] "POST /fqname-to-id HTTP/1.1" 404 183 0.026621 10.0.0.131 - - [2025-11-06 03:30:11] "GET /projects?obj_uuids=f7fe02d8-e63b-43be-82ea-3bf7264a4857&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003812 10.0.0.131 - - [2025-11-06 03:30:11] "GET /domains?obj_uuids=dd557474-6eee-442f-acdf-559f4d754f9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001361 10.0.0.131 - - [2025-11-06 03:30:11] "GET /domain/dd557474-6eee-442f-acdf-559f4d754f9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008476 10.0.0.131 - - [2025-11-06 03:30:11] "POST /id-to-fqname HTTP/1.1" 200 185 0.003823 10.0.0.131 - - [2025-11-06 03:30:11] "POST /fqname-to-id HTTP/1.1" 404 194 0.006550 10.0.0.131 - - [2025-11-06 03:30:11] "POST /security-groups HTTP/1.1" 200 586 0.077302 10.0.0.131 - - [2025-11-06 03:30:11] "POST /fqname-to-id HTTP/1.1" 404 229 0.005299 10.0.0.131 - - [2025-11-06 03:30:11] "POST /projects HTTP/1.1" 200 575 0.303229 10.0.0.131 - - [2025-11-06 03:30:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.379807 10.0.0.131 - - [2025-11-06 03:30:12] "POST /access-control-lists HTTP/1.1" 200 591 0.059073 10.0.0.41 - - [2025-11-06 03:30:12] "GET /project/f7fe02d8-e63b-43be-82ea-3bf7264a4857?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.564205 10.0.0.41 - - [2025-11-06 03:30:13] "GET / HTTP/1.1" 200 36215 0.002994 10.0.0.131 - - [2025-11-06 03:30:16] "GET /projects?obj_uuids=f7fe02d8-e63b-43be-82ea-3bf7264a4857&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001134 10.0.0.41 - - [2025-11-06 03:30:16] "GET /project/f7fe02d8-e63b-43be-82ea-3bf7264a4857?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.047693 10.0.0.131 - - [2025-11-06 03:30:16] "GET /projects?obj_uuids=f7fe02d8-e63b-43be-82ea-3bf7264a4857&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001195 10.0.0.41 - - [2025-11-06 03:30:16] "GET /project/f7fe02d8-e63b-43be-82ea-3bf7264a4857?fields=virtual_networks HTTP/1.1" 200 1024 0.055378 10.0.0.131 - - [2025-11-06 03:30:16] "GET /projects?obj_uuids=f7fe02d8-e63b-43be-82ea-3bf7264a4857&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001702 10.0.0.41 - - [2025-11-06 03:30:16] "GET /project/f7fe02d8-e63b-43be-82ea-3bf7264a4857?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.046567 10.0.0.131 - - [2025-11-06 03:30:16] "GET /projects?obj_uuids=f7fe02d8-e63b-43be-82ea-3bf7264a4857&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001426 10.0.0.41 - - [2025-11-06 03:30:16] "GET /project/f7fe02d8-e63b-43be-82ea-3bf7264a4857?fields=security_groups HTTP/1.1" 200 1246 0.051784 10.0.0.41 - - [2025-11-06 03:30:17] "POST /fqname-to-id HTTP/1.1" 404 193 0.042054 10.0.0.131 - - [2025-11-06 03:30:17] "GET /projects?obj_uuids=f7212e3c-a2b5-4367-b12a-fe0a6823b5cb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005699 10.0.0.131 - - [2025-11-06 03:30:17] "GET /domains?obj_uuids=dd557474-6eee-442f-acdf-559f4d754f9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001071 10.0.0.131 - - [2025-11-06 03:30:17] "GET /domain/dd557474-6eee-442f-acdf-559f4d754f9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008256 10.0.0.131 - - [2025-11-06 03:30:18] "POST /id-to-fqname HTTP/1.1" 200 195 0.008060 10.0.0.131 - - [2025-11-06 03:30:18] "POST /fqname-to-id HTTP/1.1" 404 204 0.005808 10.0.0.131 - - [2025-11-06 03:30:18] "POST /security-groups HTTP/1.1" 200 596 0.034170 10.0.0.131 - - [2025-11-06 03:30:18] "POST /fqname-to-id HTTP/1.1" 404 239 0.004326 10.0.0.131 - - [2025-11-06 03:30:18] "POST /projects HTTP/1.1" 200 595 0.275678 10.0.0.131 - - [2025-11-06 03:30:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.328259 10.0.0.41 - - [2025-11-06 03:30:18] "GET /project/f7212e3c-a2b5-4367-b12a-fe0a6823b5cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.509328 10.0.0.131 - - [2025-11-06 03:30:18] "POST /access-control-lists HTTP/1.1" 200 601 0.059377 10.0.0.41 - - [2025-11-06 03:30:19] "GET / HTTP/1.1" 200 36215 0.003156 10.0.0.131 - - [2025-11-06 03:30:19] "DELETE /project/f7fe02d8e63b43be82ea3bf7264a4857 HTTP/1.1" 404 173 0.008849 10.0.0.131 - - [2025-11-06 03:30:19] "DELETE /project/b2d65b90-bf80-4c1e-be97-1f1874581424 HTTP/1.1" 404 177 0.004763 10.0.0.131 - - [2025-11-06 03:30:19] "DELETE /project/f7212e3ca2b54367b12afe0a6823b5cb HTTP/1.1" 404 173 0.007802 10.0.0.131 - - [2025-11-06 03:30:19] "GET /projects?obj_uuids=f7fe02d8-e63b-43be-82ea-3bf7264a4857&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000889 10.0.0.131 - - [2025-11-06 03:30:20] "GET /project/f7fe02d8-e63b-43be-82ea-3bf7264a4857?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.058846 10.0.0.131 - - [2025-11-06 03:30:20] "GET /projects?obj_uuids=f7fe02d8-e63b-43be-82ea-3bf7264a4857&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000909 10.0.0.131 - - [2025-11-06 03:30:20] "GET /project/f7fe02d8-e63b-43be-82ea-3bf7264a4857?fields=security_groups HTTP/1.1" 200 1348 0.064789 10.0.0.131 - - [2025-11-06 03:30:20] "DELETE /security-group/b41e4c71-b6be-4005-8911-a5ed8d233bac HTTP/1.1" 200 115 0.073662 10.0.0.131 - - [2025-11-06 03:30:20] "GET /projects?obj_uuids=f7fe02d8-e63b-43be-82ea-3bf7264a4857&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002078 10.0.0.131 - - [2025-11-06 03:30:20] "GET /project/f7fe02d8-e63b-43be-82ea-3bf7264a4857?fields=application_policy_sets HTTP/1.1" 200 1387 0.096823 10.0.0.131 - - [2025-11-06 03:30:20] "DELETE /project/f7fe02d8-e63b-43be-82ea-3bf7264a4857 HTTP/1.1" 200 115 0.547748 10.0.0.131 - - [2025-11-06 03:30:22] "GET /projects?obj_uuids=f7212e3c-a2b5-4367-b12a-fe0a6823b5cb&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001651 10.0.0.41 - - [2025-11-06 03:30:22] "GET /project/f7212e3c-a2b5-4367-b12a-fe0a6823b5cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.056914 10.0.0.131 - - [2025-11-06 03:30:22] "GET /projects?obj_uuids=f7212e3c-a2b5-4367-b12a-fe0a6823b5cb&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001052 10.0.0.41 - - [2025-11-06 03:30:22] "GET /project/f7212e3c-a2b5-4367-b12a-fe0a6823b5cb?fields=virtual_networks HTTP/1.1" 200 1045 0.063814 10.0.0.131 - - [2025-11-06 03:30:22] "GET /projects?obj_uuids=f7212e3c-a2b5-4367-b12a-fe0a6823b5cb&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001035 10.0.0.41 - - [2025-11-06 03:30:22] "GET /project/f7212e3c-a2b5-4367-b12a-fe0a6823b5cb?fields=virtual_machine_interfaces HTTP/1.1" 200 1045 0.056292 10.0.0.131 - - [2025-11-06 03:30:22] "GET /projects?obj_uuids=f7212e3c-a2b5-4367-b12a-fe0a6823b5cb&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001868 10.0.0.41 - - [2025-11-06 03:30:22] "GET /project/f7212e3c-a2b5-4367-b12a-fe0a6823b5cb?fields=security_groups HTTP/1.1" 200 1277 0.068546 10.0.0.41 - - [2025-11-06 03:30:23] "POST /fqname-to-id HTTP/1.1" 404 199 0.028680 10.0.0.131 - - [2025-11-06 03:30:23] "GET /projects?obj_uuids=ec855b96-803f-4eab-850f-577d44ff8dda&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003880 10.0.0.131 - - [2025-11-06 03:30:23] "GET /domains?obj_uuids=dd557474-6eee-442f-acdf-559f4d754f9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001323 10.0.0.131 - - [2025-11-06 03:30:23] "GET /domain/dd557474-6eee-442f-acdf-559f4d754f9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009546 10.0.0.131 - - [2025-11-06 03:30:24] "POST /id-to-fqname HTTP/1.1" 200 201 0.004550 10.0.0.131 - - [2025-11-06 03:30:24] "POST /fqname-to-id HTTP/1.1" 404 210 0.006917 10.0.0.131 - - [2025-11-06 03:30:24] "POST /security-groups HTTP/1.1" 200 602 0.048660 10.0.0.131 - - [2025-11-06 03:30:24] "POST /fqname-to-id HTTP/1.1" 404 245 0.007059 10.0.0.131 - - [2025-11-06 03:30:24] "POST /projects HTTP/1.1" 200 607 0.308980 10.0.0.131 - - [2025-11-06 03:30:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.352176 10.0.0.131 - - [2025-11-06 03:30:24] "POST /access-control-lists HTTP/1.1" 200 607 0.035862 10.0.0.41 - - [2025-11-06 03:30:24] "GET /project/ec855b96-803f-4eab-850f-577d44ff8dda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.517866 10.0.0.41 - - [2025-11-06 03:30:25] "GET / HTTP/1.1" 200 36215 0.002048 10.0.0.131 - - [2025-11-06 03:30:28] "GET /projects?obj_uuids=ec855b96-803f-4eab-850f-577d44ff8dda&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001025 10.0.0.41 - - [2025-11-06 03:30:28] "GET /project/ec855b96-803f-4eab-850f-577d44ff8dda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.058194 10.0.0.131 - - [2025-11-06 03:30:28] "GET /projects?obj_uuids=ec855b96-803f-4eab-850f-577d44ff8dda&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001042 10.0.0.41 - - [2025-11-06 03:30:28] "GET /project/ec855b96-803f-4eab-850f-577d44ff8dda?fields=virtual_networks HTTP/1.1" 200 1056 0.048292 10.0.0.131 - - [2025-11-06 03:30:28] "GET /projects?obj_uuids=ec855b96-803f-4eab-850f-577d44ff8dda&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001482 10.0.0.41 - - [2025-11-06 03:30:28] "GET /project/ec855b96-803f-4eab-850f-577d44ff8dda?fields=virtual_machine_interfaces HTTP/1.1" 200 1056 0.046899 10.0.0.131 - - [2025-11-06 03:30:28] "GET /projects?obj_uuids=ec855b96-803f-4eab-850f-577d44ff8dda&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001568 10.0.0.41 - - [2025-11-06 03:30:28] "GET /project/ec855b96-803f-4eab-850f-577d44ff8dda?fields=security_groups HTTP/1.1" 200 1294 0.055019 10.0.0.41 - - [2025-11-06 03:30:29] "POST /fqname-to-id HTTP/1.1" 404 185 0.028781 10.0.0.131 - - [2025-11-06 03:30:29] "GET /projects?obj_uuids=3292a316-af87-4d33-b1d6-23ee2cedc51f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005074 10.0.0.131 - - [2025-11-06 03:30:29] "GET /domains?obj_uuids=dd557474-6eee-442f-acdf-559f4d754f9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002186 10.0.0.131 - - [2025-11-06 03:30:29] "GET /domain/dd557474-6eee-442f-acdf-559f4d754f9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.013826 10.0.0.131 - - [2025-11-06 03:30:29] "POST /id-to-fqname HTTP/1.1" 200 187 0.005823 10.0.0.131 - - [2025-11-06 03:30:29] "POST /fqname-to-id HTTP/1.1" 404 196 0.005797 10.0.0.131 - - [2025-11-06 03:30:30] "POST /security-groups HTTP/1.1" 200 588 0.097222 10.0.0.131 - - [2025-11-06 03:30:30] "POST /projects HTTP/1.1" 200 579 0.343145 10.0.0.131 - - [2025-11-06 03:30:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.417861 10.0.0.131 - - [2025-11-06 03:30:30] "POST /fqname-to-id HTTP/1.1" 404 230 0.041597 10.0.0.41 - - [2025-11-06 03:30:30] "GET /project/3292a316-af87-4d33-b1d6-23ee2cedc51f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.598896 10.0.0.41 - - [2025-11-06 03:30:31] "GET / HTTP/1.1" 200 36215 0.001868 10.0.0.131 - - [2025-11-06 03:30:34] "GET /projects?obj_uuids=3292a316-af87-4d33-b1d6-23ee2cedc51f&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.002286 10.0.0.41 - - [2025-11-06 03:30:34] "GET /project/3292a316-af87-4d33-b1d6-23ee2cedc51f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.112139 10.0.0.131 - - [2025-11-06 03:30:34] "GET /projects?obj_uuids=3292a316-af87-4d33-b1d6-23ee2cedc51f&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001283 10.0.0.41 - - [2025-11-06 03:30:34] "GET /project/3292a316-af87-4d33-b1d6-23ee2cedc51f?fields=virtual_networks HTTP/1.1" 200 1028 0.063444 10.0.0.131 - - [2025-11-06 03:30:34] "GET /projects?obj_uuids=3292a316-af87-4d33-b1d6-23ee2cedc51f&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001769 10.0.0.41 - - [2025-11-06 03:30:34] "GET /project/3292a316-af87-4d33-b1d6-23ee2cedc51f?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.043190 10.0.0.131 - - [2025-11-06 03:30:34] "GET /projects?obj_uuids=3292a316-af87-4d33-b1d6-23ee2cedc51f&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001444 10.0.0.41 - - [2025-11-06 03:30:34] "GET /project/3292a316-af87-4d33-b1d6-23ee2cedc51f?fields=security_groups HTTP/1.1" 200 1252 0.052533 10.0.0.41 - - [2025-11-06 03:30:35] "POST /fqname-to-id HTTP/1.1" 404 182 0.029913 10.0.0.131 - - [2025-11-06 03:30:35] "GET /projects?obj_uuids=b0f9e0b4-4e6f-42ea-8d4b-3ac132850fa2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004821 10.0.0.131 - - [2025-11-06 03:30:35] "GET /domains?obj_uuids=dd557474-6eee-442f-acdf-559f4d754f9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001412 10.0.0.131 - - [2025-11-06 03:30:35] "GET /domain/dd557474-6eee-442f-acdf-559f4d754f9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.040738 10.0.0.131 - - [2025-11-06 03:30:35] "POST /id-to-fqname HTTP/1.1" 200 184 0.005985 10.0.0.131 - - [2025-11-06 03:30:35] "POST /fqname-to-id HTTP/1.1" 404 193 0.005232 10.0.0.131 - - [2025-11-06 03:30:36] "POST /security-groups HTTP/1.1" 200 585 0.081262 10.0.0.131 - - [2025-11-06 03:30:36] "POST /projects HTTP/1.1" 200 573 0.317023 10.0.0.131 - - [2025-11-06 03:30:36] "POST /access-control-lists HTTP/1.1" 200 592 0.039092 10.0.0.131 - - [2025-11-06 03:30:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.392174 10.0.0.41 - - [2025-11-06 03:30:36] "GET /project/b0f9e0b4-4e6f-42ea-8d4b-3ac132850fa2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.584164 10.0.0.41 - - [2025-11-06 03:30:37] "GET / HTTP/1.1" 200 36215 0.001918 10.0.0.131 - - [2025-11-06 03:30:40] "GET /projects?obj_uuids=b0f9e0b4-4e6f-42ea-8d4b-3ac132850fa2&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000979 10.0.0.41 - - [2025-11-06 03:30:40] "GET /project/b0f9e0b4-4e6f-42ea-8d4b-3ac132850fa2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.049232 10.0.0.131 - - [2025-11-06 03:30:40] "GET /projects?obj_uuids=b0f9e0b4-4e6f-42ea-8d4b-3ac132850fa2&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001425 10.0.0.41 - - [2025-11-06 03:30:40] "GET /project/b0f9e0b4-4e6f-42ea-8d4b-3ac132850fa2?fields=virtual_networks HTTP/1.1" 200 1023 0.055935 10.0.0.131 - - [2025-11-06 03:30:40] "GET /projects?obj_uuids=b0f9e0b4-4e6f-42ea-8d4b-3ac132850fa2&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001475 10.0.0.41 - - [2025-11-06 03:30:40] "GET /project/b0f9e0b4-4e6f-42ea-8d4b-3ac132850fa2?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.050718 10.0.0.131 - - [2025-11-06 03:30:40] "GET /projects?obj_uuids=b0f9e0b4-4e6f-42ea-8d4b-3ac132850fa2&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001239 10.0.0.41 - - [2025-11-06 03:30:40] "GET /project/b0f9e0b4-4e6f-42ea-8d4b-3ac132850fa2?fields=security_groups HTTP/1.1" 200 1244 0.051900 10.0.0.41 - - [2025-11-06 03:30:41] "POST /fqname-to-id HTTP/1.1" 404 186 0.029276 10.0.0.131 - - [2025-11-06 03:30:41] "GET /projects?obj_uuids=a90cbcd1-23b3-4f51-a146-fbb1d5e4d119&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003485 10.0.0.131 - - [2025-11-06 03:30:41] "GET /domains?obj_uuids=dd557474-6eee-442f-acdf-559f4d754f9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001577 10.0.0.131 - - [2025-11-06 03:30:41] "GET /domain/dd557474-6eee-442f-acdf-559f4d754f9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009716 10.0.0.131 - - [2025-11-06 03:30:42] "POST /id-to-fqname HTTP/1.1" 200 188 0.002695 10.0.0.131 - - [2025-11-06 03:30:42] "POST /fqname-to-id HTTP/1.1" 404 197 0.008942 10.0.0.131 - - [2025-11-06 03:30:42] "POST /security-groups HTTP/1.1" 200 589 0.080928 10.0.0.131 - - [2025-11-06 03:30:42] "POST /fqname-to-id HTTP/1.1" 404 232 0.004645 10.0.0.131 - - [2025-11-06 03:30:42] "POST /projects HTTP/1.1" 200 581 0.320030 10.0.0.131 - - [2025-11-06 03:30:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.360252 10.0.0.41 - - [2025-11-06 03:30:42] "GET /project/a90cbcd1-23b3-4f51-a146-fbb1d5e4d119?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.526533 10.0.0.131 - - [2025-11-06 03:30:42] "POST /access-control-lists HTTP/1.1" 200 594 0.058480 10.0.0.41 - - [2025-11-06 03:30:43] "GET / HTTP/1.1" 200 36215 0.001845 10.0.0.131 - - [2025-11-06 03:30:46] "GET /projects?obj_uuids=a90cbcd1-23b3-4f51-a146-fbb1d5e4d119&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000963 10.0.0.41 - - [2025-11-06 03:30:46] "GET /project/a90cbcd1-23b3-4f51-a146-fbb1d5e4d119?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.041471 10.0.0.131 - - [2025-11-06 03:30:46] "GET /projects?obj_uuids=a90cbcd1-23b3-4f51-a146-fbb1d5e4d119&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000997 10.0.0.41 - - [2025-11-06 03:30:46] "GET /project/a90cbcd1-23b3-4f51-a146-fbb1d5e4d119?fields=virtual_networks HTTP/1.1" 200 1031 0.042389 10.0.0.131 - - [2025-11-06 03:30:46] "GET /projects?obj_uuids=a90cbcd1-23b3-4f51-a146-fbb1d5e4d119&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001362 10.0.0.41 - - [2025-11-06 03:30:46] "GET /project/a90cbcd1-23b3-4f51-a146-fbb1d5e4d119?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.044940 10.0.0.131 - - [2025-11-06 03:30:46] "GET /projects?obj_uuids=a90cbcd1-23b3-4f51-a146-fbb1d5e4d119&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001244 10.0.0.41 - - [2025-11-06 03:30:46] "GET /project/a90cbcd1-23b3-4f51-a146-fbb1d5e4d119?fields=security_groups HTTP/1.1" 200 1256 0.057894 10.0.0.41 - - [2025-11-06 03:30:47] "POST /fqname-to-id HTTP/1.1" 404 186 0.027749 10.0.0.131 - - [2025-11-06 03:30:47] "GET /projects?obj_uuids=5c456ea6-f92b-405d-8cf6-1a7e47191bd7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003850 10.0.0.131 - - [2025-11-06 03:30:47] "GET /domains?obj_uuids=dd557474-6eee-442f-acdf-559f4d754f9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001013 10.0.0.131 - - [2025-11-06 03:30:47] "GET /domain/dd557474-6eee-442f-acdf-559f4d754f9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008381 10.0.0.131 - - [2025-11-06 03:30:47] "POST /id-to-fqname HTTP/1.1" 200 188 0.006302 10.0.0.131 - - [2025-11-06 03:30:47] "POST /fqname-to-id HTTP/1.1" 404 197 0.004945 10.0.0.131 - - [2025-11-06 03:30:48] "POST /security-groups HTTP/1.1" 200 589 0.082409 10.0.0.131 - - [2025-11-06 03:30:48] "POST /projects HTTP/1.1" 200 581 0.314431 10.0.0.131 - - [2025-11-06 03:30:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.354648 10.0.0.131 - - [2025-11-06 03:30:48] "POST /fqname-to-id HTTP/1.1" 404 231 0.010405 10.0.0.41 - - [2025-11-06 03:30:48] "GET /project/5c456ea6-f92b-405d-8cf6-1a7e47191bd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.507046 10.0.0.41 - - [2025-11-06 03:30:49] "GET / HTTP/1.1" 200 36215 0.001900 10.0.0.41 - - [2025-11-06 03:30:51] "POST /fqname-to-id HTTP/1.1" 401 292 0.000466 10.0.0.41 - - [2025-11-06 03:30:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.051606 10.0.0.131 - - [2025-11-06 03:30:51] "GET /projects?obj_uuids=5c456ea6-f92b-405d-8cf6-1a7e47191bd7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001014 10.0.0.41 - - [2025-11-06 03:30:51] "GET /project/5c456ea6-f92b-405d-8cf6-1a7e47191bd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.047500 10.0.0.131 - - [2025-11-06 03:30:51] "POST /ref-update HTTP/1.1" 200 156 0.054250 10.0.0.131 - - [2025-11-06 03:30:52] "POST /useragent-kv HTTP/1.1" 200 115 0.010289 10.0.0.41 - - [2025-11-06 03:30:52] "POST /neutron/subnet HTTP/1.1" 200 729 0.246756 10.0.0.41 - - [2025-11-06 03:30:52] "POST /id-to-fqname HTTP/1.1" 200 218 0.001458 10.0.0.41 - - [2025-11-06 03:30:52] "GET /virtual-network/ecf33ef7-d76f-4b15-971c-322ac92d282f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006346 10.0.0.41 - - [2025-11-06 03:30:52] "GET /virtual-network/ecf33ef7-d76f-4b15-971c-322ac92d282f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005853 10.0.0.41 - - [2025-11-06 03:30:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004027 10.0.0.41 - - [2025-11-06 03:30:52] "GET /virtual-network/ecf33ef7-d76f-4b15-971c-322ac92d282f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006058 10.0.0.41 - - [2025-11-06 03:30:52] "PUT /virtual-network/ecf33ef7-d76f-4b15-971c-322ac92d282f HTTP/1.1" 200 265 0.075816 10.0.0.41 - - [2025-11-06 03:30:52] "POST /neutron/network HTTP/1.1" 200 823 0.009961 10.0.0.41 - - [2025-11-06 03:30:52] "GET /virtual-network/ecf33ef7-d76f-4b15-971c-322ac92d282f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.008111 10.0.0.41 - - [2025-11-06 03:30:54] "POST /neutron/subnet HTTP/1.1" 200 729 0.009733 10.0.0.41 - - [2025-11-06 03:30:54] "POST /id-to-fqname HTTP/1.1" 200 218 0.001382 10.0.0.131 - - [2025-11-06 03:30:55] "GET /projects?obj_uuids=5c456ea6-f92b-405d-8cf6-1a7e47191bd7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001979 10.0.0.41 - - [2025-11-06 03:30:55] "GET /project/5c456ea6-f92b-405d-8cf6-1a7e47191bd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.084440 10.0.0.41 - - [2025-11-06 03:30:55] "POST /neutron/port HTTP/1.1" 200 117 0.007008 10.0.0.41 - - [2025-11-06 03:30:55] "POST /neutron/network HTTP/1.1" 200 833 0.007747 10.0.0.41 - - [2025-11-06 03:30:56] "POST /neutron/port HTTP/1.1" 200 1059 0.016558 10.0.0.41 - - [2025-11-06 03:30:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005626 10.0.0.41 - - [2025-11-06 03:30:56] "POST /neutron/network HTTP/1.1" 200 823 0.009727 10.0.0.41 - - [2025-11-06 03:31:00] "POST /neutron/port HTTP/1.1" 200 1087 0.032114 10.0.0.41 - - [2025-11-06 03:31:00] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009076 10.0.0.41 - - [2025-11-06 03:31:00] "GET /virtual-machine/d14568c0-b9a5-4d3c-8d2c-a004d9b7b7c1 HTTP/1.1" 401 292 0.000454 10.0.0.41 - - [2025-11-06 03:31:01] "GET /virtual-machine/d14568c0-b9a5-4d3c-8d2c-a004d9b7b7c1 HTTP/1.1" 200 1293 0.033074 10.0.0.41 - - [2025-11-06 03:31:01] "GET /virtual-machine-interface/c75dfaa8-f50c-4c07-84b6-dd5bf9212b1d HTTP/1.1" 200 2938 0.006896 10.0.0.41 - - [2025-11-06 03:31:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003962 10.0.0.41 - - [2025-11-06 03:31:01] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004444 10.0.0.41 - - [2025-11-06 03:31:01] "GET /virtual-networks?parent_id=5c456ea6-f92b-405d-8cf6-1a7e47191bd7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.005934 10.0.0.41 - - [2025-11-06 03:31:01] "GET /virtual-network/ecf33ef7-d76f-4b15-971c-322ac92d282f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.007840 10.0.0.41 - - [2025-11-06 03:31:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003794 10.0.0.41 - - [2025-11-06 03:31:04] "GET /virtual-network/ecf33ef7-d76f-4b15-971c-322ac92d282f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.009693 10.0.0.41 - - [2025-11-06 03:31:05] "GET /obj-perms HTTP/1.1" 200 5056 0.053904 10.0.0.38 - - [2025-11-06 03:31:05] "GET /obj-perms HTTP/1.1" 200 5056 0.042936 10.0.0.41 - - [2025-11-06 03:31:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004322 10.0.0.41 - - [2025-11-06 03:31:08] "GET /virtual-network/ecf33ef7-d76f-4b15-971c-322ac92d282f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.007933 10.0.0.38 - - [2025-11-06 03:31:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000591 10.0.0.131 - - [2025-11-06 03:31:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000567 10.0.0.38 - - [2025-11-06 03:31:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000387 10.0.0.131 - - [2025-11-06 03:31:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000437 10.0.0.131 - - [2025-11-06 03:31:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000548 10.0.0.131 - - [2025-11-06 03:31:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000450 10.0.0.38 - - [2025-11-06 03:31:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000564 10.0.0.38 - - [2025-11-06 03:31:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000695 10.0.0.41 - - [2025-11-06 03:31:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005522 10.0.0.41 - - [2025-11-06 03:31:12] "GET /virtual-network/ecf33ef7-d76f-4b15-971c-322ac92d282f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.008652 10.0.0.41 - - [2025-11-06 03:31:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000409 10.0.0.41 - - [2025-11-06 03:31:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000425 10.0.0.41 - - [2025-11-06 03:31:14] "GET /global-system-configs HTTP/1.1" 401 292 0.000414 10.0.0.41 - - [2025-11-06 03:31:14] "GET /global-system-configs HTTP/1.1" 401 292 0.000487 10.0.0.41 - - [2025-11-06 03:31:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004992 10.0.0.41 - - [2025-11-06 03:31:16] "GET /virtual-network/ecf33ef7-d76f-4b15-971c-322ac92d282f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.007251 10.0.0.131 - - [2025-11-06 03:31:20] "DELETE /project/a90cbcd123b34f51a146fbb1d5e4d119 HTTP/1.1" 404 173 0.123802 10.0.0.131 - - [2025-11-06 03:31:20] "DELETE /project/b0f9e0b44e6f42ea8d4b3ac132850fa2 HTTP/1.1" 404 173 0.122854 10.0.0.131 - - [2025-11-06 03:31:20] "DELETE /project/3292a316af874d33b1d623ee2cedc51f HTTP/1.1" 404 173 0.113651 10.0.0.131 - - [2025-11-06 03:31:20] "DELETE /project/5c456ea6f92b405d8cf61a7e47191bd7 HTTP/1.1" 404 173 0.111008 10.0.0.131 - - [2025-11-06 03:31:20] "DELETE /project/ec855b96803f4eab850f577d44ff8dda HTTP/1.1" 404 173 0.124890 10.0.0.131 - - [2025-11-06 03:31:20] "GET /projects?obj_uuids=a90cbcd1-23b3-4f51-a146-fbb1d5e4d119&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000954 10.0.0.131 - - [2025-11-06 03:31:20] "GET /projects?obj_uuids=b0f9e0b4-4e6f-42ea-8d4b-3ac132850fa2&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000877 10.0.0.131 - - [2025-11-06 03:31:20] "GET /projects?obj_uuids=3292a316-af87-4d33-b1d6-23ee2cedc51f&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000736 10.0.0.131 - - [2025-11-06 03:31:20] "GET /projects?obj_uuids=ec855b96-803f-4eab-850f-577d44ff8dda&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000706 10.0.0.131 - - [2025-11-06 03:31:20] "GET /projects?obj_uuids=f7212e3c-a2b5-4367-b12a-fe0a6823b5cb&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000715 10.0.0.131 - - [2025-11-06 03:31:20] "GET /project/a90cbcd1-23b3-4f51-a146-fbb1d5e4d119?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1461 0.082902 10.0.0.131 - - [2025-11-06 03:31:20] "GET /projects?obj_uuids=a90cbcd1-23b3-4f51-a146-fbb1d5e4d119&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000954 10.0.0.131 - - [2025-11-06 03:31:20] "GET /project/b0f9e0b4-4e6f-42ea-8d4b-3ac132850fa2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1445 0.101914 10.0.0.131 - - [2025-11-06 03:31:20] "GET /project/ec855b96-803f-4eab-850f-577d44ff8dda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1512 0.111804 10.0.0.131 - - [2025-11-06 03:31:20] "GET /project/3292a316-af87-4d33-b1d6-23ee2cedc51f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1456 0.124449 10.0.0.131 - - [2025-11-06 03:31:20] "GET /project/f7212e3c-a2b5-4367-b12a-fe0a6823b5cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1489 0.125188 10.0.0.131 - - [2025-11-06 03:31:20] "GET /projects?obj_uuids=b0f9e0b4-4e6f-42ea-8d4b-3ac132850fa2&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001258 10.0.0.131 - - [2025-11-06 03:31:20] "GET /projects?obj_uuids=ec855b96-803f-4eab-850f-577d44ff8dda&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001128 10.0.0.131 - - [2025-11-06 03:31:20] "GET /projects?obj_uuids=f7212e3c-a2b5-4367-b12a-fe0a6823b5cb&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001088 10.0.0.131 - - [2025-11-06 03:31:20] "GET /projects?obj_uuids=3292a316-af87-4d33-b1d6-23ee2cedc51f&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000816 10.0.0.41 - - [2025-11-06 03:31:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.011979 10.0.0.41 - - [2025-11-06 03:31:20] "GET /virtual-network/ecf33ef7-d76f-4b15-971c-322ac92d282f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.006217 10.0.0.131 - - [2025-11-06 03:31:20] "GET /project/a90cbcd1-23b3-4f51-a146-fbb1d5e4d119?fields=security_groups HTTP/1.1" 200 1358 0.149342 10.0.0.131 - - [2025-11-06 03:31:20] "GET /project/b0f9e0b4-4e6f-42ea-8d4b-3ac132850fa2?fields=security_groups HTTP/1.1" 200 1346 0.119220 10.0.0.131 - - [2025-11-06 03:31:20] "GET /project/3292a316-af87-4d33-b1d6-23ee2cedc51f?fields=security_groups HTTP/1.1" 200 1354 0.117321 10.0.0.131 - - [2025-11-06 03:31:20] "GET /project/ec855b96-803f-4eab-850f-577d44ff8dda?fields=security_groups HTTP/1.1" 200 1396 0.132955 10.0.0.131 - - [2025-11-06 03:31:20] "GET /project/f7212e3c-a2b5-4367-b12a-fe0a6823b5cb?fields=security_groups HTTP/1.1" 200 1379 0.137743 10.0.0.131 - - [2025-11-06 03:31:21] "DELETE /security-group/d9ba1a70-80c3-4e2b-9fa4-6ead82c3d34a HTTP/1.1" 200 115 0.169102 10.0.0.131 - - [2025-11-06 03:31:21] "GET /projects?obj_uuids=a90cbcd1-23b3-4f51-a146-fbb1d5e4d119&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002296 10.0.0.131 - - [2025-11-06 03:31:21] "DELETE /security-group/727ab6c1-fad8-4682-b5bf-e7401e04b4eb HTTP/1.1" 200 115 0.187108 10.0.0.131 - - [2025-11-06 03:31:21] "GET /projects?obj_uuids=3292a316-af87-4d33-b1d6-23ee2cedc51f&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001470 10.0.0.131 - - [2025-11-06 03:31:21] "DELETE /security-group/c4eb135d-6685-432a-b063-35672f72ccb0 HTTP/1.1" 200 115 0.219370 10.0.0.131 - - [2025-11-06 03:31:21] "GET /projects?obj_uuids=b0f9e0b4-4e6f-42ea-8d4b-3ac132850fa2&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001251 10.0.0.131 - - [2025-11-06 03:31:21] "DELETE /security-group/a6a21ad3-55ad-4886-ba20-ee16454b255e HTTP/1.1" 200 115 0.214468 10.0.0.131 - - [2025-11-06 03:31:21] "DELETE /security-group/45c19e14-8680-4a12-b511-53e57439960b HTTP/1.1" 200 115 0.236073 10.0.0.131 - - [2025-11-06 03:31:21] "GET /projects?obj_uuids=f7212e3c-a2b5-4367-b12a-fe0a6823b5cb&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001132 10.0.0.131 - - [2025-11-06 03:31:21] "DELETE /access-control-list/b12538eb-92c2-4fb3-a443-58f1cdab29a0 HTTP/1.1" 200 115 0.140088 10.0.0.131 - - [2025-11-06 03:31:21] "GET /projects?obj_uuids=ec855b96-803f-4eab-850f-577d44ff8dda&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001071 10.0.0.131 - - [2025-11-06 03:31:21] "GET /project/a90cbcd1-23b3-4f51-a146-fbb1d5e4d119?fields=application_policy_sets HTTP/1.1" 200 1397 0.121497 10.0.0.131 - - [2025-11-06 03:31:21] "GET /project/b0f9e0b4-4e6f-42ea-8d4b-3ac132850fa2?fields=application_policy_sets HTTP/1.1" 200 1385 0.096584 10.0.0.131 - - [2025-11-06 03:31:21] "GET /project/3292a316-af87-4d33-b1d6-23ee2cedc51f?fields=application_policy_sets HTTP/1.1" 200 1393 0.156089 10.0.0.131 - - [2025-11-06 03:31:21] "GET /project/f7212e3c-a2b5-4367-b12a-fe0a6823b5cb?fields=application_policy_sets HTTP/1.1" 200 1418 0.153433 10.0.0.131 - - [2025-11-06 03:31:21] "GET /project/ec855b96-803f-4eab-850f-577d44ff8dda?fields=application_policy_sets HTTP/1.1" 200 1435 0.177596 10.0.0.131 - - [2025-11-06 03:31:21] "DELETE /access-control-list/5530661d-2d92-46ac-8763-6542e9ee0d76 HTTP/1.1" 200 115 0.086174 10.0.0.131 - - [2025-11-06 03:31:21] "DELETE /project/a90cbcd1-23b3-4f51-a146-fbb1d5e4d119 HTTP/1.1" 200 115 1.116115 10.0.0.131 - - [2025-11-06 03:31:21] "DELETE /project/b0f9e0b4-4e6f-42ea-8d4b-3ac132850fa2 HTTP/1.1" 200 115 1.149455 10.0.0.131 - - [2025-11-06 03:31:21] "DELETE /project/3292a316-af87-4d33-b1d6-23ee2cedc51f HTTP/1.1" 200 115 1.157992 10.0.0.131 - - [2025-11-06 03:31:21] "DELETE /project/f7212e3c-a2b5-4367-b12a-fe0a6823b5cb HTTP/1.1" 200 115 1.170046 10.0.0.131 - - [2025-11-06 03:31:21] "DELETE /access-control-list/4a50a1f5-07be-4024-bb0b-58e481a82da4 HTTP/1.1" 200 115 0.065745 10.0.0.131 - - [2025-11-06 03:31:21] "DELETE /project/ec855b96-803f-4eab-850f-577d44ff8dda HTTP/1.1" 200 115 1.206690 10.0.0.131 - - [2025-11-06 03:31:21] "DELETE /access-control-list/ca8b908b-e2cc-4204-b13b-2826138b4a23 HTTP/1.1" 200 115 0.048731 10.0.0.41 - - [2025-11-06 03:31:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005053 10.0.0.41 - - [2025-11-06 03:31:24] "GET /virtual-network/ecf33ef7-d76f-4b15-971c-322ac92d282f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.009943 10.0.0.41 - - [2025-11-06 03:31:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004493 10.0.0.41 - - [2025-11-06 03:31:29] "GET /virtual-network/ecf33ef7-d76f-4b15-971c-322ac92d282f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.007248 10.0.0.41 - - [2025-11-06 03:31:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004473 10.0.0.41 - - [2025-11-06 03:31:33] "GET /virtual-network/ecf33ef7-d76f-4b15-971c-322ac92d282f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.008396 10.0.0.41 - - [2025-11-06 03:31:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.005193 10.0.0.41 - - [2025-11-06 03:31:37] "GET /virtual-network/ecf33ef7-d76f-4b15-971c-322ac92d282f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.008266 10.0.0.41 - - [2025-11-06 03:31:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003706 10.0.0.41 - - [2025-11-06 03:31:39] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003854 10.0.0.41 - - [2025-11-06 03:31:39] "GET /virtual-networks?parent_id=5c456ea6-f92b-405d-8cf6-1a7e47191bd7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003650 10.0.0.41 - - [2025-11-06 03:31:39] "GET /virtual-network/ecf33ef7-d76f-4b15-971c-322ac92d282f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.006134 10.0.0.41 - - [2025-11-06 03:31:44] "POST /neutron/port HTTP/1.1" 200 1087 0.022040 10.0.0.41 - - [2025-11-06 03:31:49] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008927 10.0.0.41 - - [2025-11-06 03:31:54] "POST /neutron/port HTTP/1.1" 200 1087 0.015264 10.0.0.41 - - [2025-11-06 03:32:00] "POST /neutron/security_group HTTP/1.1" 200 2056 0.013091 10.0.0.41 - - [2025-11-06 03:32:00] "POST /neutron/port HTTP/1.1" 200 1087 0.025041 10.0.0.41 - - [2025-11-06 03:32:00] "POST /neutron/security_group HTTP/1.1" 200 2056 0.012671 10.0.0.41 - - [2025-11-06 03:32:00] "POST /id-to-fqname HTTP/1.1" 200 218 0.002012 10.0.0.41 - - [2025-11-06 03:32:00] "GET /virtual-machine/d14568c0-b9a5-4d3c-8d2c-a004d9b7b7c1 HTTP/1.1" 200 1293 0.008219 10.0.0.41 - - [2025-11-06 03:32:00] "GET /virtual-machine-interface/c75dfaa8-f50c-4c07-84b6-dd5bf9212b1d HTTP/1.1" 200 2938 0.007220 10.0.0.41 - - [2025-11-06 03:32:00] "GET /instance-ip/4f7181d6-4a30-415c-b3c1-c9e923ffaad5 HTTP/1.1" 200 1620 0.007145 10.0.0.41 - - [2025-11-06 03:32:00] "POST /fqname-to-id HTTP/1.1" 404 208 0.005035 10.0.0.41 - - [2025-11-06 03:32:00] "GET /virtual-network/ecf33ef7-d76f-4b15-971c-322ac92d282f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.008638 10.0.0.131 - - [2025-11-06 03:32:00] "GET /projects?obj_uuids=5c456ea6-f92b-405d-8cf6-1a7e47191bd7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001510 10.0.0.41 - - [2025-11-06 03:32:00] "GET /project/5c456ea6-f92b-405d-8cf6-1a7e47191bd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.052611 10.0.0.41 - - [2025-11-06 03:32:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.006385 10.0.0.41 - - [2025-11-06 03:32:00] "GET /security-group/ddbe08d9-f5ac-48dc-9ca4-aca9b0fd315e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3751 0.006013 10.0.0.41 - - [2025-11-06 03:32:00] "POST /virtual-machine-interfaces HTTP/1.1" 200 565 0.090098 10.0.0.41 - - [2025-11-06 03:32:01] "POST /instance-ips HTTP/1.1" 200 358 0.051649 10.0.0.41 - - [2025-11-06 03:32:01] "GET /instance-ip/5e791729-fae8-4096-a2f8-2b0a8e3efe62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1574 0.009963 10.0.0.41 - - [2025-11-06 03:32:01] "GET /virtual-machine-interface/5c384abf-f0de-4b76-8b25-a89f76487821?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2346 0.008745 10.0.0.41 - - [2025-11-06 03:32:01] "GET /virtual-machine-interface/5c384abf-f0de-4b76-8b25-a89f76487821?fields=instance_ip_back_refs HTTP/1.1" 200 1326 0.010254 10.0.0.41 - - [2025-11-06 03:32:01] "GET /instance-ip/5e791729-fae8-4096-a2f8-2b0a8e3efe62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1574 0.006537 10.0.0.41 - - [2025-11-06 03:32:01] "POST /id-to-fqname HTTP/1.1" 200 218 0.002193 10.0.0.41 - - [2025-11-06 03:32:01] "POST /neutron/port HTTP/1.1" 200 1087 0.023964 10.0.0.41 - - [2025-11-06 03:32:01] "POST /neutron/port HTTP/1.1" 200 966 0.040154 10.0.0.41 - - [2025-11-06 03:32:01] "POST /neutron/port HTTP/1.1" 200 966 0.017391 10.0.0.41 - - [2025-11-06 03:32:01] "POST /neutron/security_group HTTP/1.1" 200 2056 0.015256 10.0.0.41 - - [2025-11-06 03:32:01] "POST /neutron/network HTTP/1.1" 200 833 0.010446 10.0.0.41 - - [2025-11-06 03:32:02] "POST /neutron/subnet HTTP/1.1" 200 703 0.015889 10.0.0.41 - - [2025-11-06 03:32:02] "POST /neutron/port HTTP/1.1" 200 966 0.011772 10.0.0.41 - - [2025-11-06 03:32:02] "POST /neutron/port HTTP/1.1" 200 966 0.010681 10.0.0.41 - - [2025-11-06 03:32:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005302 10.0.0.41 - - [2025-11-06 03:32:02] "POST /neutron/network HTTP/1.1" 200 823 0.010780 10.0.0.131 - - [2025-11-06 03:32:06] "GET /obj-perms HTTP/1.1" 200 5056 0.048359 10.0.0.41 - - [2025-11-06 03:32:07] "POST /neutron/port HTTP/1.1" 200 1032 0.019899 10.0.0.41 - - [2025-11-06 03:32:07] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008523 10.0.0.41 - - [2025-11-06 03:32:07] "GET /virtual-machine/4808ac6c-b706-442f-95ca-ef33f01dd9be HTTP/1.1" 200 1270 0.006203 10.0.0.41 - - [2025-11-06 03:32:07] "GET /virtual-machine-interface/5c384abf-f0de-4b76-8b25-a89f76487821 HTTP/1.1" 200 2988 0.005700 10.0.0.41 - - [2025-11-06 03:32:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003423 10.0.0.41 - - [2025-11-06 03:32:07] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003701 10.0.0.41 - - [2025-11-06 03:32:07] "GET /virtual-networks?parent_id=5c456ea6-f92b-405d-8cf6-1a7e47191bd7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003304 10.0.0.41 - - [2025-11-06 03:32:07] "GET /virtual-network/ecf33ef7-d76f-4b15-971c-322ac92d282f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.006469 10.0.0.41 - - [2025-11-06 03:32:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.006784 10.0.0.41 - - [2025-11-06 03:32:10] "GET /virtual-network/ecf33ef7-d76f-4b15-971c-322ac92d282f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.025353 10.0.0.41 - - [2025-11-06 03:32:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004644 10.0.0.41 - - [2025-11-06 03:32:14] "GET /virtual-network/ecf33ef7-d76f-4b15-971c-322ac92d282f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.007419 10.0.0.41 - - [2025-11-06 03:32:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004738 10.0.0.41 - - [2025-11-06 03:32:18] "GET /virtual-network/ecf33ef7-d76f-4b15-971c-322ac92d282f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.007058 10.0.0.41 - - [2025-11-06 03:32:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004386 10.0.0.41 - - [2025-11-06 03:32:22] "GET /virtual-network/ecf33ef7-d76f-4b15-971c-322ac92d282f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.006062 10.0.0.41 - - [2025-11-06 03:32:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004123 10.0.0.41 - - [2025-11-06 03:32:26] "GET /virtual-network/ecf33ef7-d76f-4b15-971c-322ac92d282f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.007867 10.0.0.41 - - [2025-11-06 03:32:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004889 10.0.0.41 - - [2025-11-06 03:32:31] "GET /virtual-network/ecf33ef7-d76f-4b15-971c-322ac92d282f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.008243 10.0.0.41 - - [2025-11-06 03:32:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004896 10.0.0.41 - - [2025-11-06 03:32:35] "GET /virtual-network/ecf33ef7-d76f-4b15-971c-322ac92d282f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.007877 10.0.0.41 - - [2025-11-06 03:32:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003449 10.0.0.41 - - [2025-11-06 03:32:39] "GET /virtual-network/ecf33ef7-d76f-4b15-971c-322ac92d282f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.005677 10.0.0.41 - - [2025-11-06 03:32:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004771 10.0.0.41 - - [2025-11-06 03:32:43] "GET /virtual-network/ecf33ef7-d76f-4b15-971c-322ac92d282f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.007192 10.0.0.41 - - [2025-11-06 03:32:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004493 10.0.0.41 - - [2025-11-06 03:32:47] "GET /virtual-network/ecf33ef7-d76f-4b15-971c-322ac92d282f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.007852 10.0.0.41 - - [2025-11-06 03:32:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003955 10.0.0.41 - - [2025-11-06 03:32:49] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004537 10.0.0.41 - - [2025-11-06 03:32:49] "GET /virtual-networks?parent_id=5c456ea6-f92b-405d-8cf6-1a7e47191bd7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003799 10.0.0.41 - - [2025-11-06 03:32:49] "GET /virtual-network/ecf33ef7-d76f-4b15-971c-322ac92d282f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.006400 10.0.0.41 - - [2025-11-06 03:32:54] "POST /neutron/port HTTP/1.1" 200 1032 0.020522 10.0.0.41 - - [2025-11-06 03:32:59] "POST /neutron/security_group HTTP/1.1" 200 2056 0.034111 10.0.0.41 - - [2025-11-06 03:33:01] "POST /neutron/port HTTP/1.1" 200 1087 0.036113 10.0.0.41 - - [2025-11-06 03:33:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005186 10.0.0.41 - - [2025-11-06 03:33:02] "POST /neutron/network HTTP/1.1" 200 823 0.007862 10.0.0.41 - - [2025-11-06 03:33:10] "POST /id-to-fqname HTTP/1.1" 200 218 0.001314 10.0.0.41 - - [2025-11-06 03:33:10] "POST /neutron/port HTTP/1.1" 200 2003 0.017903 10.0.0.131 - - [2025-11-06 03:33:11] "GET /projects?obj_uuids=5c456ea6-f92b-405d-8cf6-1a7e47191bd7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001677 10.0.0.41 - - [2025-11-06 03:33:11] "GET /project/5c456ea6-f92b-405d-8cf6-1a7e47191bd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.068020 10.0.0.41 - - [2025-11-06 03:33:11] "POST /neutron/network HTTP/1.1" 200 823 0.008961 10.0.0.41 - - [2025-11-06 03:33:11] "POST /neutron/port HTTP/1.1" 200 117 0.010181 10.0.0.131 - - [2025-11-06 03:33:11] "GET /projects?obj_uuids=5c456ea6-f92b-405d-8cf6-1a7e47191bd7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001114 10.0.0.41 - - [2025-11-06 03:33:12] "POST /neutron/port HTTP/1.1" 200 1059 0.301149 10.0.0.41 - - [2025-11-06 03:33:12] "POST /neutron/port HTTP/1.1" 200 1113 0.126864 10.0.0.41 - - [2025-11-06 03:33:12] "POST /neutron/subnet HTTP/1.1" 200 703 0.009689 10.0.0.41 - - [2025-11-06 03:33:16] "POST /neutron/port HTTP/1.1" 200 1087 0.021126 10.0.0.41 - - [2025-11-06 03:33:16] "POST /neutron/security_group HTTP/1.1" 200 2056 0.011050 10.0.0.41 - - [2025-11-06 03:33:16] "GET /virtual-machine/1c0306a7-530d-448b-a430-15964fc7e200 HTTP/1.1" 200 1292 0.007094 10.0.0.41 - - [2025-11-06 03:33:16] "GET /virtual-machine-interface/1a5d4050-b7c6-4347-8f3f-2e5bed5bb807 HTTP/1.1" 200 2938 0.006757 10.0.0.41 - - [2025-11-06 03:33:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004097 10.0.0.41 - - [2025-11-06 03:33:16] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004063 10.0.0.41 - - [2025-11-06 03:33:16] "GET /virtual-networks?parent_id=5c456ea6-f92b-405d-8cf6-1a7e47191bd7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003396 10.0.0.41 - - [2025-11-06 03:33:17] "GET /virtual-network/ecf33ef7-d76f-4b15-971c-322ac92d282f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.005970 10.0.0.41 - - [2025-11-06 03:33:19] "POST /neutron/port HTTP/1.1" 200 1087 0.019423 10.0.0.41 - - [2025-11-06 03:33:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.006419 10.0.0.41 - - [2025-11-06 03:33:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006085 10.0.0.41 - - [2025-11-06 03:33:20] "GET /virtual-network/ecf33ef7-d76f-4b15-971c-322ac92d282f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.006192 10.0.0.41 - - [2025-11-06 03:33:20] "POST /neutron/network HTTP/1.1" 200 823 0.007878 10.0.0.41 - - [2025-11-06 03:33:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004084 10.0.0.41 - - [2025-11-06 03:33:24] "GET /virtual-network/ecf33ef7-d76f-4b15-971c-322ac92d282f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.005733 10.0.0.41 - - [2025-11-06 03:33:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004627 10.0.0.41 - - [2025-11-06 03:33:28] "GET /virtual-network/ecf33ef7-d76f-4b15-971c-322ac92d282f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.006301 10.0.0.41 - - [2025-11-06 03:33:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003882 10.0.0.41 - - [2025-11-06 03:33:32] "GET /virtual-network/ecf33ef7-d76f-4b15-971c-322ac92d282f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.006573 10.0.0.41 - - [2025-11-06 03:33:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004489 10.0.0.41 - - [2025-11-06 03:33:36] "GET /virtual-network/ecf33ef7-d76f-4b15-971c-322ac92d282f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.007449 10.0.0.41 - - [2025-11-06 03:33:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004057 10.0.0.41 - - [2025-11-06 03:33:40] "GET /virtual-network/ecf33ef7-d76f-4b15-971c-322ac92d282f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.006175 10.0.0.41 - - [2025-11-06 03:33:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004970 10.0.0.41 - - [2025-11-06 03:33:44] "GET /virtual-network/ecf33ef7-d76f-4b15-971c-322ac92d282f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.006989 10.0.0.41 - - [2025-11-06 03:33:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005014 10.0.0.41 - - [2025-11-06 03:33:48] "GET /virtual-network/ecf33ef7-d76f-4b15-971c-322ac92d282f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.006800 10.0.0.41 - - [2025-11-06 03:33:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.006482 10.0.0.41 - - [2025-11-06 03:33:52] "GET /virtual-network/ecf33ef7-d76f-4b15-971c-322ac92d282f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.007859 10.0.0.41 - - [2025-11-06 03:33:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004512 10.0.0.41 - - [2025-11-06 03:33:54] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004468 10.0.0.41 - - [2025-11-06 03:33:54] "GET /virtual-networks?parent_id=5c456ea6-f92b-405d-8cf6-1a7e47191bd7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.005676 10.0.0.41 - - [2025-11-06 03:33:55] "GET /virtual-network/ecf33ef7-d76f-4b15-971c-322ac92d282f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.008395 10.0.0.41 - - [2025-11-06 03:34:00] "POST /neutron/port HTTP/1.1" 200 1087 0.019024 10.0.0.41 - - [2025-11-06 03:34:03] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008243 10.0.0.41 - - [2025-11-06 03:34:03] "POST /neutron/network HTTP/1.1" 200 833 0.012694 10.0.0.41 - - [2025-11-06 03:34:03] "POST /neutron/port HTTP/1.1" 200 117 0.001618 10.0.0.41 - - [2025-11-06 03:34:05] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009183 10.0.0.41 - - [2025-11-06 03:34:15] "POST /neutron/port HTTP/1.1" 200 1087 0.018436 10.0.0.41 - - [2025-11-06 03:34:16] "POST /neutron/security_group HTTP/1.1" 200 2056 0.011879 10.0.0.41 - - [2025-11-06 03:34:16] "POST /neutron/port HTTP/1.1" 200 1087 0.019970 10.0.0.41 - - [2025-11-06 03:34:16] "POST /neutron/network HTTP/1.1" 200 823 0.008845 10.0.0.41 - - [2025-11-06 03:34:16] "POST /id-to-fqname HTTP/1.1" 200 218 0.001360 10.0.0.41 - - [2025-11-06 03:34:16] "GET /virtual-machine/1c0306a7-530d-448b-a430-15964fc7e200 HTTP/1.1" 200 1292 0.004238 10.0.0.41 - - [2025-11-06 03:34:16] "GET /virtual-machine-interface/1a5d4050-b7c6-4347-8f3f-2e5bed5bb807 HTTP/1.1" 200 2938 0.006141 10.0.0.41 - - [2025-11-06 03:34:16] "GET /instance-ip/50f1a431-0f17-45f4-ab2b-2df9403704c0 HTTP/1.1" 200 1620 0.006904 10.0.0.41 - - [2025-11-06 03:34:16] "GET /virtual-machine-interface/1a5d4050-b7c6-4347-8f3f-2e5bed5bb807?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2716 0.006244 10.0.0.41 - - [2025-11-06 03:34:16] "PUT /virtual-machine-interface/1a5d4050-b7c6-4347-8f3f-2e5bed5bb807 HTTP/1.1" 200 285 0.015766 10.0.0.41 - - [2025-11-06 03:34:21] "POST /neutron/network HTTP/1.1" 200 833 0.009277 10.0.0.41 - - [2025-11-06 03:34:21] "POST /neutron/port HTTP/1.1" 200 117 0.001722 10.0.0.41 - - [2025-11-06 03:35:03] "POST /neutron/port HTTP/1.1" 200 1087 0.021611 10.0.0.41 - - [2025-11-06 03:35:03] "POST /neutron/subnet HTTP/1.1" 200 703 0.009800 10.0.0.41 - - [2025-11-06 03:35:08] "GET /obj-perms HTTP/1.1" 200 5056 0.048667 10.0.0.41 - - [2025-11-06 03:35:21] "POST /neutron/port HTTP/1.1" 200 1087 0.026301 10.0.0.41 - - [2025-11-06 03:35:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004511 10.0.0.41 - - [2025-11-06 03:35:22] "POST /neutron/network HTTP/1.1" 200 823 0.009635 10.0.0.41 - - [2025-11-06 03:35:46] "DELETE /instance-ip/5e791729-fae8-4096-a2f8-2b0a8e3efe62 HTTP/1.1" 200 115 0.057373 10.0.0.41 - - [2025-11-06 03:35:46] "DELETE /virtual-machine-interface/5c384abf-f0de-4b76-8b25-a89f76487821 HTTP/1.1" 200 115 0.099856 10.0.0.41 - - [2025-11-06 03:35:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005195 10.0.0.41 - - [2025-11-06 03:35:46] "GET /virtual-network/ecf33ef7-d76f-4b15-971c-322ac92d282f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.010081 10.0.0.41 - - [2025-11-06 03:35:47] "PUT /virtual-network/ecf33ef7-d76f-4b15-971c-322ac92d282f HTTP/1.1" 200 265 0.075090 10.0.0.41 - - [2025-11-06 03:35:47] "POST /neutron/port HTTP/1.1" 200 1087 0.028295 10.0.0.131 - - [2025-11-06 03:35:47] "DELETE /route-target/b7c9b947-3683-426f-8f74-baf9e9ea0208 HTTP/1.1" 200 115 0.066891 10.0.0.41 - - [2025-11-06 03:35:47] "POST /neutron/port HTTP/1.1" 200 1087 0.020186 10.0.0.41 - - [2025-11-06 03:35:49] "POST /neutron/network HTTP/1.1" 200 823 0.008240 10.0.0.131 - - [2025-11-06 03:35:50] "GET /projects?obj_uuids=5c456ea6-f92b-405d-8cf6-1a7e47191bd7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.029974 10.0.0.41 - - [2025-11-06 03:35:50] "GET /project/5c456ea6-f92b-405d-8cf6-1a7e47191bd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.120307 10.0.0.131 - - [2025-11-06 03:35:50] "GET /projects?obj_uuids=5c456ea6-f92b-405d-8cf6-1a7e47191bd7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001354 10.0.0.41 - - [2025-11-06 03:35:51] "GET /project/5c456ea6-f92b-405d-8cf6-1a7e47191bd7?fields=virtual_networks HTTP/1.1" 200 1030 0.051734 10.0.0.131 - - [2025-11-06 03:35:51] "GET /projects?obj_uuids=5c456ea6-f92b-405d-8cf6-1a7e47191bd7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001153 10.0.0.41 - - [2025-11-06 03:35:51] "GET /project/5c456ea6-f92b-405d-8cf6-1a7e47191bd7?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.041883 10.0.0.131 - - [2025-11-06 03:35:51] "GET /projects?obj_uuids=5c456ea6-f92b-405d-8cf6-1a7e47191bd7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001303 10.0.0.41 - - [2025-11-06 03:35:51] "GET /project/5c456ea6-f92b-405d-8cf6-1a7e47191bd7?fields=security_groups HTTP/1.1" 200 1255 0.049245 10.0.0.41 - - [2025-11-06 03:35:52] "POST /fqname-to-id HTTP/1.1" 404 185 0.031837 10.0.0.131 - - [2025-11-06 03:35:52] "GET /projects?obj_uuids=38afa9b5-125a-4139-a0a5-bdf394959740&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004609 10.0.0.131 - - [2025-11-06 03:35:52] "GET /domains?obj_uuids=dd557474-6eee-442f-acdf-559f4d754f9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001212 10.0.0.131 - - [2025-11-06 03:35:52] "GET /domain/dd557474-6eee-442f-acdf-559f4d754f9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.093446 10.0.0.131 - - [2025-11-06 03:35:52] "POST /id-to-fqname HTTP/1.1" 200 187 0.003835 10.0.0.131 - - [2025-11-06 03:35:52] "POST /fqname-to-id HTTP/1.1" 404 196 0.009457 10.0.0.131 - - [2025-11-06 03:35:53] "POST /security-groups HTTP/1.1" 200 588 0.082681 10.0.0.131 - - [2025-11-06 03:35:53] "POST /fqname-to-id HTTP/1.1" 404 231 0.004471 10.0.0.131 - - [2025-11-06 03:35:53] "POST /projects HTTP/1.1" 200 579 0.316579 10.0.0.131 - - [2025-11-06 03:35:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.393076 10.0.0.131 - - [2025-11-06 03:35:53] "POST /access-control-lists HTTP/1.1" 200 593 0.039850 10.0.0.41 - - [2025-11-06 03:35:53] "GET /project/38afa9b5-125a-4139-a0a5-bdf394959740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.975499 10.0.0.41 - - [2025-11-06 03:35:54] "GET / HTTP/1.1" 200 36215 0.001536 10.0.0.41 - - [2025-11-06 03:35:56] "POST /fqname-to-id HTTP/1.1" 401 292 0.000664 10.0.0.41 - - [2025-11-06 03:35:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.072062 10.0.0.131 - - [2025-11-06 03:35:56] "GET /projects?obj_uuids=38afa9b5-125a-4139-a0a5-bdf394959740&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001391 10.0.0.41 - - [2025-11-06 03:35:56] "GET /project/38afa9b5-125a-4139-a0a5-bdf394959740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.057866 10.0.0.131 - - [2025-11-06 03:35:56] "GET /projects?obj_uuids=38afa9b5-125a-4139-a0a5-bdf394959740&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001388 10.0.0.41 - - [2025-11-06 03:35:56] "POST /neutron/network HTTP/1.1" 200 610 0.162471 10.0.0.41 - - [2025-11-06 03:35:57] "POST /id-to-fqname HTTP/1.1" 200 221 0.004529 10.0.0.41 - - [2025-11-06 03:35:57] "GET /virtual-network/756af994-284f-484a-8084-853b90c77197?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006218 10.0.0.41 - - [2025-11-06 03:35:57] "POST /neutron/network HTTP/1.1" 200 829 0.008332 10.0.0.41 - - [2025-11-06 03:35:57] "GET /virtual-network/756af994-284f-484a-8084-853b90c77197?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006333 10.0.0.41 - - [2025-11-06 03:35:57] "POST /fqname-to-id HTTP/1.1" 404 207 0.004149 10.0.0.41 - - [2025-11-06 03:35:57] "GET /virtual-network/756af994-284f-484a-8084-853b90c77197?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006900 10.0.0.131 - - [2025-11-06 03:35:57] "GET /projects?obj_uuids=38afa9b5-125a-4139-a0a5-bdf394959740&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001203 10.0.0.41 - - [2025-11-06 03:35:57] "POST /neutron/port HTTP/1.1" 200 983 0.318130 10.0.0.41 - - [2025-11-06 03:35:57] "GET /virtual-machine-interface/11ff2741-a615-474f-83cc-ce2e552493e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2354 0.007635 10.0.0.41 - - [2025-11-06 03:35:57] "GET /virtual-machine-interface/11ff2741-a615-474f-83cc-ce2e552493e4?fields=instance_ip_back_refs HTTP/1.1" 200 1321 0.006195 10.0.0.41 - - [2025-11-06 03:35:57] "GET /instance-ip/66c01198-1877-41e5-80f8-3a60f4e523b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1602 0.006810 10.0.0.41 - - [2025-11-06 03:35:57] "POST /id-to-fqname HTTP/1.1" 200 221 0.001852 10.0.0.131 - - [2025-11-06 03:35:58] "GET /projects?obj_uuids=38afa9b5-125a-4139-a0a5-bdf394959740&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001019 10.0.0.41 - - [2025-11-06 03:35:58] "GET /project/38afa9b5-125a-4139-a0a5-bdf394959740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.069899 10.0.0.41 - - [2025-11-06 03:35:58] "POST /neutron/network HTTP/1.1" 200 829 0.007699 10.0.0.41 - - [2025-11-06 03:35:59] "POST /id-to-fqname HTTP/1.1" 200 221 0.001958 10.0.0.41 - - [2025-11-06 03:35:59] "POST /neutron/port HTTP/1.1" 200 117 0.007924 10.0.0.41 - - [2025-11-06 03:35:59] "POST /neutron/network HTTP/1.1" 200 829 0.010839 10.0.0.41 - - [2025-11-06 03:35:59] "POST /neutron/port HTTP/1.1" 200 983 0.012774 10.0.0.41 - - [2025-11-06 03:35:59] "POST /neutron/port HTTP/1.1" 200 117 0.018007 10.0.0.131 - - [2025-11-06 03:35:59] "GET /projects?obj_uuids=38afa9b5-125a-4139-a0a5-bdf394959740&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001576 10.0.0.41 - - [2025-11-06 03:35:59] "GET /project/38afa9b5-125a-4139-a0a5-bdf394959740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.057760 10.0.0.41 - - [2025-11-06 03:35:59] "POST /fqname-to-id HTTP/1.1" 404 208 0.008204 10.0.0.41 - - [2025-11-06 03:35:59] "POST /interface-route-tables HTTP/1.1" 200 558 0.055742 10.0.0.41 - - [2025-11-06 03:35:59] "GET /interface-route-table/aed9e0bc-4ac6-47cc-9c95-35c0ba2731d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1277 0.010799 10.0.0.41 - - [2025-11-06 03:36:00] "POST /neutron/port HTTP/1.1" 200 1111 0.152456 10.0.0.41 - - [2025-11-06 03:36:00] "POST /neutron/network HTTP/1.1" 200 839 0.011625 10.0.0.41 - - [2025-11-06 03:36:00] "POST /neutron/port HTTP/1.1" 200 983 0.009997 10.0.0.41 - - [2025-11-06 03:36:00] "POST /neutron/network HTTP/1.1" 200 829 0.008270 10.0.0.41 - - [2025-11-06 03:36:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005724 10.0.0.41 - - [2025-11-06 03:36:00] "POST /neutron/network HTTP/1.1" 200 829 0.008514 10.0.0.41 - - [2025-11-06 03:36:00] "GET /virtual-machine-interface/11ff2741-a615-474f-83cc-ce2e552493e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2668 0.013098 10.0.0.41 - - [2025-11-06 03:36:01] "POST /ref-update HTTP/1.1" 200 156 0.020213 10.0.0.41 - - [2025-11-06 03:36:04] "POST /neutron/port HTTP/1.1" 200 117 0.006335 10.0.0.41 - - [2025-11-06 03:36:04] "POST /neutron/network HTTP/1.1" 200 117 0.011076 10.0.0.41 - - [2025-11-06 03:36:06] "POST /neutron/port HTTP/1.1" 200 1085 0.016281 10.0.0.41 - - [2025-11-06 03:36:06] "POST /neutron/security_group HTTP/1.1" 200 2055 0.009413 10.0.0.41 - - [2025-11-06 03:36:06] "GET /virtual-machine/4220233c-4a69-45df-8456-ad0ccf4311a0 HTTP/1.1" 401 292 0.000467 10.0.0.41 - - [2025-11-06 03:36:06] "GET /virtual-machine/4220233c-4a69-45df-8456-ad0ccf4311a0 HTTP/1.1" 200 1290 0.035488 10.0.0.41 - - [2025-11-06 03:36:06] "GET /virtual-machine/4220233c-4a69-45df-8456-ad0ccf4311a0 HTTP/1.1" 200 1290 0.005960 10.0.0.41 - - [2025-11-06 03:36:06] "GET /virtual-machine-interface/90ba5fa2-ea23-4243-a5ca-c48a2c5f9705 HTTP/1.1" 200 2946 0.010526 10.0.0.41 - - [2025-11-06 03:36:06] "GET /virtual-machine/4220233c-4a69-45df-8456-ad0ccf4311a0 HTTP/1.1" 200 1290 0.006021 10.0.0.41 - - [2025-11-06 03:36:06] "GET /virtual-machine-interface/90ba5fa2-ea23-4243-a5ca-c48a2c5f9705 HTTP/1.1" 200 2946 0.010944 10.0.0.41 - - [2025-11-06 03:36:06] "GET /instance-ip/d11b267b-7e75-4da0-8d58-f61f6f699072 HTTP/1.1" 200 1622 0.008592 10.0.0.41 - - [2025-11-06 03:36:07] "GET /virtual-machine/4220233c-4a69-45df-8456-ad0ccf4311a0 HTTP/1.1" 200 1290 0.006454 10.0.0.41 - - [2025-11-06 03:36:07] "GET /virtual-machine-interface/90ba5fa2-ea23-4243-a5ca-c48a2c5f9705 HTTP/1.1" 200 2946 0.007692 10.0.0.41 - - [2025-11-06 03:36:07] "GET /instance-ip/d11b267b-7e75-4da0-8d58-f61f6f699072 HTTP/1.1" 200 1622 0.007791 10.0.0.41 - - [2025-11-06 03:36:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004159 10.0.0.41 - - [2025-11-06 03:36:07] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005354 10.0.0.41 - - [2025-11-06 03:36:07] "GET /virtual-networks?parent_id=38afa9b5-125a-4139-a0a5-bdf394959740&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004285 10.0.0.41 - - [2025-11-06 03:36:07] "GET /virtual-network/756af994-284f-484a-8084-853b90c77197?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006624 10.0.0.41 - - [2025-11-06 03:36:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004044 10.0.0.41 - - [2025-11-06 03:36:07] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004472 10.0.0.41 - - [2025-11-06 03:36:07] "GET /virtual-networks?parent_id=38afa9b5-125a-4139-a0a5-bdf394959740&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003444 10.0.0.41 - - [2025-11-06 03:36:07] "GET /virtual-network/756af994-284f-484a-8084-853b90c77197?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.010687 10.0.0.41 - - [2025-11-06 03:36:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005168 10.0.0.41 - - [2025-11-06 03:36:07] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.009335 10.0.0.41 - - [2025-11-06 03:36:07] "GET /virtual-networks?parent_id=38afa9b5-125a-4139-a0a5-bdf394959740&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004877 10.0.0.41 - - [2025-11-06 03:36:07] "GET /virtual-network/756af994-284f-484a-8084-853b90c77197?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.008255 10.0.0.41 - - [2025-11-06 03:36:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005672 10.0.0.41 - - [2025-11-06 03:36:07] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005908 10.0.0.41 - - [2025-11-06 03:36:07] "GET /virtual-networks?parent_id=38afa9b5-125a-4139-a0a5-bdf394959740&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004374 10.0.0.41 - - [2025-11-06 03:36:07] "GET /virtual-network/756af994-284f-484a-8084-853b90c77197?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007174 10.0.0.41 - - [2025-11-06 03:36:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003801 10.0.0.41 - - [2025-11-06 03:36:07] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005610 10.0.0.41 - - [2025-11-06 03:36:07] "GET /virtual-networks?parent_id=38afa9b5-125a-4139-a0a5-bdf394959740&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004582 10.0.0.41 - - [2025-11-06 03:36:07] "GET /virtual-network/756af994-284f-484a-8084-853b90c77197?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007550 10.0.0.41 - - [2025-11-06 03:36:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005816 10.0.0.41 - - [2025-11-06 03:36:07] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004664 10.0.0.41 - - [2025-11-06 03:36:07] "GET /virtual-networks?parent_id=38afa9b5-125a-4139-a0a5-bdf394959740&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.005378 10.0.0.41 - - [2025-11-06 03:36:07] "GET /virtual-network/756af994-284f-484a-8084-853b90c77197?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.008036 10.0.0.41 - - [2025-11-06 03:36:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005006 10.0.0.41 - - [2025-11-06 03:36:07] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004611 10.0.0.41 - - [2025-11-06 03:36:07] "GET /virtual-networks?parent_id=38afa9b5-125a-4139-a0a5-bdf394959740&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002982 10.0.0.41 - - [2025-11-06 03:36:07] "GET /virtual-network/756af994-284f-484a-8084-853b90c77197?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006324 10.0.0.38 - - [2025-11-06 03:36:09] "GET /obj-perms HTTP/1.1" 200 5056 0.050723 10.0.0.131 - - [2025-11-06 03:36:09] "GET /obj-perms HTTP/1.1" 200 5056 0.048218 10.0.0.41 - - [2025-11-06 03:36:09] "POST /neutron/port HTTP/1.1" 200 1049 0.019213 10.0.0.131 - - [2025-11-06 03:36:11] "DELETE /access-control-list/5f90c1fd-270f-4022-b60b-d02b8ee1dabc HTTP/1.1" 200 115 0.054970 10.0.0.41 - - [2025-11-06 03:36:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.019868 10.0.0.41 - - [2025-11-06 03:36:11] "GET /virtual-network/756af994-284f-484a-8084-853b90c77197?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.019468 10.0.0.41 - - [2025-11-06 03:36:11] "POST /neutron/security_group HTTP/1.1" 200 2055 0.008063 10.0.0.38 - - [2025-11-06 03:36:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000441 10.0.0.131 - - [2025-11-06 03:36:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000414 10.0.0.38 - - [2025-11-06 03:36:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000442 10.0.0.131 - - [2025-11-06 03:36:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000451 10.0.0.131 - - [2025-11-06 03:36:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000607 10.0.0.131 - - [2025-11-06 03:36:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000428 10.0.0.38 - - [2025-11-06 03:36:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000429 10.0.0.38 - - [2025-11-06 03:36:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000526 10.0.0.41 - - [2025-11-06 03:36:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004014 10.0.0.41 - - [2025-11-06 03:36:13] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005823 10.0.0.41 - - [2025-11-06 03:36:13] "GET /virtual-networks?parent_id=38afa9b5-125a-4139-a0a5-bdf394959740&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004272 10.0.0.41 - - [2025-11-06 03:36:13] "GET /virtual-network/756af994-284f-484a-8084-853b90c77197?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006193 10.0.0.41 - - [2025-11-06 03:36:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003397 10.0.0.41 - - [2025-11-06 03:36:13] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004295 10.0.0.41 - - [2025-11-06 03:36:13] "GET /virtual-networks?parent_id=38afa9b5-125a-4139-a0a5-bdf394959740&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003998 10.0.0.41 - - [2025-11-06 03:36:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000499 10.0.0.41 - - [2025-11-06 03:36:13] "GET /virtual-network/756af994-284f-484a-8084-853b90c77197?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006211 10.0.0.41 - - [2025-11-06 03:36:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003573 10.0.0.41 - - [2025-11-06 03:36:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000557 10.0.0.41 - - [2025-11-06 03:36:13] "GET /routing-instance/ef377333-7761-4777-a0d6-6423fbd8dd4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.007530 10.0.0.41 - - [2025-11-06 03:36:13] "GET /route-target/3e12d84f-9b2b-42dd-9354-077ca05c05ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004776 10.0.0.41 - - [2025-11-06 03:36:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003795 10.0.0.41 - - [2025-11-06 03:36:13] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004351 10.0.0.41 - - [2025-11-06 03:36:13] "GET /virtual-networks?parent_id=38afa9b5-125a-4139-a0a5-bdf394959740&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.008876 10.0.0.41 - - [2025-11-06 03:36:13] "GET /virtual-network/756af994-284f-484a-8084-853b90c77197?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.008474 10.0.0.41 - - [2025-11-06 03:36:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003671 10.0.0.41 - - [2025-11-06 03:36:13] "GET /routing-instance/ef377333-7761-4777-a0d6-6423fbd8dd4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.005386 10.0.0.41 - - [2025-11-06 03:36:14] "GET /route-target/3e12d84f-9b2b-42dd-9354-077ca05c05ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004894 10.0.0.41 - - [2025-11-06 03:36:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.010264 10.0.0.41 - - [2025-11-06 03:36:14] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005391 10.0.0.41 - - [2025-11-06 03:36:14] "GET /virtual-networks?parent_id=38afa9b5-125a-4139-a0a5-bdf394959740&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004510 10.0.0.41 - - [2025-11-06 03:36:14] "GET /virtual-network/756af994-284f-484a-8084-853b90c77197?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006401 10.0.0.41 - - [2025-11-06 03:36:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004622 10.0.0.41 - - [2025-11-06 03:36:14] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005104 10.0.0.41 - - [2025-11-06 03:36:14] "GET /virtual-networks?parent_id=38afa9b5-125a-4139-a0a5-bdf394959740&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004077 10.0.0.41 - - [2025-11-06 03:36:14] "GET /virtual-network/756af994-284f-484a-8084-853b90c77197?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007306 10.0.0.41 - - [2025-11-06 03:36:14] "GET /global-system-configs HTTP/1.1" 401 292 0.000458 10.0.0.41 - - [2025-11-06 03:36:14] "GET /global-system-configs HTTP/1.1" 401 292 0.000423 10.0.0.131 - - [2025-11-06 03:36:17] "GET /obj-perms HTTP/1.1" 200 5024 0.050937 10.0.0.41 - - [2025-11-06 03:36:17] "GET /obj-perms HTTP/1.1" 200 5024 0.053377 10.0.0.41 - - [2025-11-06 03:36:17] "GET /obj-perms HTTP/1.1" 200 5024 0.005592 10.0.0.131 - - [2025-11-06 03:36:17] "GET /obj-perms HTTP/1.1" 200 5024 0.004991 10.0.0.41 - - [2025-11-06 03:36:18] "POST /neutron/port HTTP/1.1" 200 1049 0.022837 10.0.0.41 - - [2025-11-06 03:36:18] "POST /neutron/security_group HTTP/1.1" 200 2055 0.014198 10.0.0.41 - - [2025-11-06 03:36:18] "GET /virtual-machine/b8228cd7-3882-470b-aa60-4667c5b61b4a HTTP/1.1" 200 1270 0.009315 10.0.0.41 - - [2025-11-06 03:36:18] "GET /virtual-machine-interface/11ff2741-a615-474f-83cc-ce2e552493e4 HTTP/1.1" 200 3157 0.007442 10.0.0.41 - - [2025-11-06 03:36:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004035 10.0.0.41 - - [2025-11-06 03:36:18] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004977 10.0.0.41 - - [2025-11-06 03:36:18] "GET /virtual-networks?parent_id=38afa9b5-125a-4139-a0a5-bdf394959740&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004268 10.0.0.41 - - [2025-11-06 03:36:18] "GET /virtual-network/756af994-284f-484a-8084-853b90c77197?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007638 10.0.0.41 - - [2025-11-06 03:36:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004075 10.0.0.41 - - [2025-11-06 03:36:19] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005294 10.0.0.41 - - [2025-11-06 03:36:19] "GET /virtual-networks?parent_id=38afa9b5-125a-4139-a0a5-bdf394959740&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003458 10.0.0.41 - - [2025-11-06 03:36:19] "GET /virtual-network/756af994-284f-484a-8084-853b90c77197?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.008198 10.0.0.41 - - [2025-11-06 03:36:20] "GET /virtual-network/756af994-284f-484a-8084-853b90c77197?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005607 10.0.0.41 - - [2025-11-06 03:36:20] "GET /virtual-machine/4220233c-4a69-45df-8456-ad0ccf4311a0 HTTP/1.1" 200 1290 0.005541 10.0.0.41 - - [2025-11-06 03:36:21] "POST /neutron/port HTTP/1.1" 200 151 0.189050 10.0.0.131 - - [2025-11-06 03:36:22] "DELETE /project/38afa9b5125a4139a0a5bdf394959740 HTTP/1.1" 404 173 0.003667 10.0.0.131 - - [2025-11-06 03:36:22] "DELETE /project/5c456ea6-f92b-405d-8cf6-1a7e47191bd7 HTTP/1.1" 404 177 0.006784 10.0.0.41 - - [2025-11-06 03:36:22] "GET /virtual-machine/4220233c-4a69-45df-8456-ad0ccf4311a0 HTTP/1.1" 404 171 0.004127 10.0.0.41 - - [2025-11-06 03:36:22] "GET /virtual-machine/4220233c-4a69-45df-8456-ad0ccf4311a0 HTTP/1.1" 404 171 0.003742 10.0.0.41 - - [2025-11-06 03:36:22] "GET /virtual-machine/4220233c-4a69-45df-8456-ad0ccf4311a0 HTTP/1.1" 404 171 0.003189 10.0.0.41 - - [2025-11-06 03:36:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.005133 10.0.0.41 - - [2025-11-06 03:36:22] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005254 10.0.0.41 - - [2025-11-06 03:36:22] "GET /virtual-networks?parent_id=38afa9b5-125a-4139-a0a5-bdf394959740&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004881 10.0.0.41 - - [2025-11-06 03:36:22] "GET /virtual-network/756af994-284f-484a-8084-853b90c77197?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.012905 10.0.0.41 - - [2025-11-06 03:36:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.006008 10.0.0.41 - - [2025-11-06 03:36:23] "GET /routing-instance/ef377333-7761-4777-a0d6-6423fbd8dd4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.005996 10.0.0.41 - - [2025-11-06 03:36:23] "GET /route-target/3e12d84f-9b2b-42dd-9354-077ca05c05ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.007019 10.0.0.41 - - [2025-11-06 03:36:23] "GET /obj-perms HTTP/1.1" 200 5024 0.005552 10.0.0.131 - - [2025-11-06 03:36:23] "GET /obj-perms HTTP/1.1" 200 5024 0.004236 10.0.0.41 - - [2025-11-06 03:36:24] "POST /neutron/network HTTP/1.1" 200 839 0.013232 10.0.0.41 - - [2025-11-06 03:36:24] "POST /neutron/port HTTP/1.1" 200 117 0.001290 10.0.0.41 - - [2025-11-06 03:36:32] "GET /obj-perms HTTP/1.1" 200 5024 0.005316 10.0.0.131 - - [2025-11-06 03:36:32] "GET /obj-perms HTTP/1.1" 200 5024 0.005338 10.0.0.41 - - [2025-11-06 03:36:41] "GET /obj-perms HTTP/1.1" 200 5024 0.004705 10.0.0.131 - - [2025-11-06 03:36:41] "GET /obj-perms HTTP/1.1" 200 5024 0.004340 10.0.0.41 - - [2025-11-06 03:36:47] "GET /obj-perms HTTP/1.1" 200 5024 0.004131 10.0.0.38 - - [2025-11-06 03:36:47] "GET /obj-perms HTTP/1.1" 200 5024 0.055887 10.0.0.131 - - [2025-11-06 03:36:47] "GET /obj-perms HTTP/1.1" 200 5024 0.005185 10.0.0.41 - - [2025-11-06 03:36:47] "GET /interface-route-table/aed9e0bc-4ac6-47cc-9c95-35c0ba2731d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1277 0.005041 10.0.0.41 - - [2025-11-06 03:36:47] "GET /virtual-machine-interface/11ff2741-a615-474f-83cc-ce2e552493e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2935 0.006641 10.0.0.41 - - [2025-11-06 03:36:48] "POST /ref-update HTTP/1.1" 200 156 0.020798 10.0.0.41 - - [2025-11-06 03:36:48] "DELETE /interface-route-table/aed9e0bc-4ac6-47cc-9c95-35c0ba2731d5 HTTP/1.1" 200 115 0.043673 10.0.0.41 - - [2025-11-06 03:36:48] "POST /neutron/port HTTP/1.1" 200 151 0.179512 10.0.0.131 - - [2025-11-06 03:36:48] "DELETE /route-target/3e12d84f-9b2b-42dd-9354-077ca05c05ed HTTP/1.1" 200 115 0.028709 10.0.0.131 - - [2025-11-06 03:36:50] "GET /projects?obj_uuids=38afa9b5-125a-4139-a0a5-bdf394959740&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.002357 10.0.0.41 - - [2025-11-06 03:36:50] "GET /project/38afa9b5-125a-4139-a0a5-bdf394959740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.058758 10.0.0.131 - - [2025-11-06 03:36:50] "GET /projects?obj_uuids=38afa9b5-125a-4139-a0a5-bdf394959740&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000988 10.0.0.41 - - [2025-11-06 03:36:50] "GET /project/38afa9b5-125a-4139-a0a5-bdf394959740?fields=virtual_networks HTTP/1.1" 200 1028 0.036457 10.0.0.131 - - [2025-11-06 03:36:50] "GET /projects?obj_uuids=38afa9b5-125a-4139-a0a5-bdf394959740&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000980 10.0.0.41 - - [2025-11-06 03:36:50] "GET /project/38afa9b5-125a-4139-a0a5-bdf394959740?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.043253 10.0.0.131 - - [2025-11-06 03:36:50] "GET /projects?obj_uuids=38afa9b5-125a-4139-a0a5-bdf394959740&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001229 10.0.0.41 - - [2025-11-06 03:36:50] "GET /project/38afa9b5-125a-4139-a0a5-bdf394959740?fields=security_groups HTTP/1.1" 200 1252 0.042953 10.0.0.41 - - [2025-11-06 03:36:51] "POST /fqname-to-id HTTP/1.1" 404 192 0.025256 10.0.0.131 - - [2025-11-06 03:36:51] "GET /projects?obj_uuids=4979ab94-ca25-4dfd-b5bb-d77f376eeb8a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003576 10.0.0.131 - - [2025-11-06 03:36:51] "GET /domains?obj_uuids=dd557474-6eee-442f-acdf-559f4d754f9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000984 10.0.0.131 - - [2025-11-06 03:36:51] "GET /domain/dd557474-6eee-442f-acdf-559f4d754f9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007579 10.0.0.131 - - [2025-11-06 03:36:51] "POST /id-to-fqname HTTP/1.1" 200 194 0.003932 10.0.0.131 - - [2025-11-06 03:36:51] "POST /fqname-to-id HTTP/1.1" 404 203 0.005819 10.0.0.131 - - [2025-11-06 03:36:51] "POST /security-groups HTTP/1.1" 200 595 0.078309 10.0.0.131 - - [2025-11-06 03:36:51] "POST /projects HTTP/1.1" 200 593 0.290630 10.0.0.131 - - [2025-11-06 03:36:51] "POST /fqname-to-id HTTP/1.1" 404 237 0.008576 10.0.0.131 - - [2025-11-06 03:36:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.363506 10.0.0.41 - - [2025-11-06 03:36:51] "GET /project/4979ab94-ca25-4dfd-b5bb-d77f376eeb8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.504442 10.0.0.41 - - [2025-11-06 03:36:52] "GET / HTTP/1.1" 200 36215 0.001998 10.0.0.41 - - [2025-11-06 03:36:53] "POST /fqname-to-id HTTP/1.1" 401 292 0.000750 10.0.0.41 - - [2025-11-06 03:36:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.065864 10.0.0.131 - - [2025-11-06 03:36:53] "GET /projects?obj_uuids=4979ab94-ca25-4dfd-b5bb-d77f376eeb8a&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001255 10.0.0.41 - - [2025-11-06 03:36:53] "POST /neutron/port HTTP/1.1" 200 117 0.008576 10.0.0.41 - - [2025-11-06 03:36:53] "GET /project/4979ab94-ca25-4dfd-b5bb-d77f376eeb8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.046914 10.0.0.131 - - [2025-11-06 03:36:53] "GET /projects?obj_uuids=4979ab94-ca25-4dfd-b5bb-d77f376eeb8a&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001455 10.0.0.41 - - [2025-11-06 03:36:53] "POST /neutron/network HTTP/1.1" 200 609 0.165720 10.0.0.131 - - [2025-11-06 03:36:54] "POST /ref-update HTTP/1.1" 200 156 0.028242 10.0.0.41 - - [2025-11-06 03:36:54] "POST /id-to-fqname HTTP/1.1" 200 224 0.004254 10.0.0.41 - - [2025-11-06 03:36:54] "GET /virtual-network/bc649deb-4548-47a2-8863-824f871d7ac3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005687 10.0.0.41 - - [2025-11-06 03:36:54] "POST /neutron/network HTTP/1.1" 200 827 0.007341 10.0.0.41 - - [2025-11-06 03:36:54] "GET /virtual-network/bc649deb-4548-47a2-8863-824f871d7ac3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007800 10.0.0.41 - - [2025-11-06 03:36:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004012 10.0.0.131 - - [2025-11-06 03:36:54] "GET /projects?obj_uuids=4979ab94-ca25-4dfd-b5bb-d77f376eeb8a&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001959 10.0.0.41 - - [2025-11-06 03:36:54] "GET /project/4979ab94-ca25-4dfd-b5bb-d77f376eeb8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.052585 10.0.0.41 - - [2025-11-06 03:36:54] "POST /neutron/network HTTP/1.1" 200 117 0.035314 10.0.0.41 - - [2025-11-06 03:36:55] "POST /neutron/network HTTP/1.1" 200 828 0.012097 10.0.0.41 - - [2025-11-06 03:36:55] "POST /id-to-fqname HTTP/1.1" 200 224 0.002030 10.0.0.41 - - [2025-11-06 03:36:55] "GET /virtual-network/a116e30d-e6db-47ef-80a9-b8e72ef367c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.008312 10.0.0.41 - - [2025-11-06 03:36:55] "GET /virtual-network/a116e30d-e6db-47ef-80a9-b8e72ef367c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.008011 10.0.0.41 - - [2025-11-06 03:36:55] "POST /neutron/subnet HTTP/1.1" 200 724 0.015196 10.0.0.41 - - [2025-11-06 03:36:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005567 10.0.0.131 - - [2025-11-06 03:36:55] "GET /projects?obj_uuids=4979ab94-ca25-4dfd-b5bb-d77f376eeb8a&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001158 10.0.0.41 - - [2025-11-06 03:36:55] "GET /project/4979ab94-ca25-4dfd-b5bb-d77f376eeb8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.059837 10.0.0.131 - - [2025-11-06 03:36:55] "POST /route-targets HTTP/1.1" 200 328 0.018116 10.0.0.131 - - [2025-11-06 03:36:55] "POST /useragent-kv HTTP/1.1" 200 115 0.008900 10.0.0.41 - - [2025-11-06 03:36:55] "POST /neutron/subnet HTTP/1.1" 200 724 0.260384 10.0.0.41 - - [2025-11-06 03:36:55] "POST /id-to-fqname HTTP/1.1" 200 224 0.001441 10.0.0.41 - - [2025-11-06 03:36:55] "GET /virtual-network/5e366a5b-4b95-40c1-9cbe-ef5e880c5c4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007450 10.0.0.41 - - [2025-11-06 03:36:55] "GET /virtual-network/5e366a5b-4b95-40c1-9cbe-ef5e880c5c4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006002 10.0.0.41 - - [2025-11-06 03:36:55] "POST /neutron/network HTTP/1.1" 200 828 0.011557 10.0.0.41 - - [2025-11-06 03:36:55] "POST /fqname-to-id HTTP/1.1" 404 214 0.004099 10.0.0.41 - - [2025-11-06 03:36:55] "GET /virtual-network/a116e30d-e6db-47ef-80a9-b8e72ef367c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006330 10.0.0.41 - - [2025-11-06 03:36:56] "GET /virtual-machine-interface/1986f1f4-3c6f-44f8-b37b-72458cdff812?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2378 0.011459 10.0.0.41 - - [2025-11-06 03:36:56] "GET /virtual-machine-interface/1986f1f4-3c6f-44f8-b37b-72458cdff812?fields=instance_ip_back_refs HTTP/1.1" 200 1336 0.012597 10.0.0.41 - - [2025-11-06 03:36:56] "GET /instance-ip/146323ce-29c0-49c8-9a8d-db7ecbde10c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.007261 10.0.0.41 - - [2025-11-06 03:36:56] "POST /fqname-to-id HTTP/1.1" 404 214 0.003931 10.0.0.41 - - [2025-11-06 03:36:56] "GET /virtual-network/bc649deb-4548-47a2-8863-824f871d7ac3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006752 10.0.0.131 - - [2025-11-06 03:36:56] "GET /projects?obj_uuids=4979ab94-ca25-4dfd-b5bb-d77f376eeb8a&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001089 10.0.0.41 - - [2025-11-06 03:36:56] "GET /project/4979ab94-ca25-4dfd-b5bb-d77f376eeb8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.057085 10.0.0.41 - - [2025-11-06 03:36:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004040 10.0.0.41 - - [2025-11-06 03:36:56] "GET /security-group/f65a69d4-67bf-430c-9084-049592213c80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3769 0.005725 10.0.0.41 - - [2025-11-06 03:36:56] "POST /virtual-machine-interfaces HTTP/1.1" 200 571 0.108454 10.0.0.41 - - [2025-11-06 03:36:56] "POST /instance-ips HTTP/1.1" 200 358 0.058019 10.0.0.41 - - [2025-11-06 03:36:56] "GET /virtual-machine-interface/b1322079-90c9-4d8a-9138-c86aa598def8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2656 0.006411 10.0.0.41 - - [2025-11-06 03:36:56] "GET /virtual-machine-interface/b1322079-90c9-4d8a-9138-c86aa598def8?fields=instance_ip_back_refs HTTP/1.1" 200 1339 0.009981 10.0.0.41 - - [2025-11-06 03:36:56] "GET /instance-ip/95e872b6-031c-4c79-9546-d10f00959cbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1585 0.005523 10.0.0.41 - - [2025-11-06 03:36:56] "POST /fqname-to-id HTTP/1.1" 404 214 0.003891 10.0.0.41 - - [2025-11-06 03:36:56] "GET /virtual-network/a116e30d-e6db-47ef-80a9-b8e72ef367c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006555 10.0.0.131 - - [2025-11-06 03:36:56] "GET /projects?obj_uuids=4979ab94-ca25-4dfd-b5bb-d77f376eeb8a&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001106 10.0.0.41 - - [2025-11-06 03:36:57] "POST /neutron/port HTTP/1.1" 200 990 0.236519 10.0.0.41 - - [2025-11-06 03:36:57] "GET /virtual-machine-interface/cb292942-4918-4b75-a2b0-aa029c4c7608?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2379 0.006134 10.0.0.41 - - [2025-11-06 03:36:57] "GET /virtual-machine-interface/cb292942-4918-4b75-a2b0-aa029c4c7608?fields=instance_ip_back_refs HTTP/1.1" 200 1337 0.005931 10.0.0.41 - - [2025-11-06 03:36:57] "GET /instance-ip/f375bbda-c0d0-49d5-a73e-ab5f6f52908d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004911 10.0.0.41 - - [2025-11-06 03:36:57] "POST /fqname-to-id HTTP/1.1" 404 214 0.003469 10.0.0.41 - - [2025-11-06 03:36:57] "GET /virtual-network/bc649deb-4548-47a2-8863-824f871d7ac3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006817 10.0.0.131 - - [2025-11-06 03:36:57] "GET /projects?obj_uuids=4979ab94-ca25-4dfd-b5bb-d77f376eeb8a&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001912 10.0.0.41 - - [2025-11-06 03:36:57] "GET /project/4979ab94-ca25-4dfd-b5bb-d77f376eeb8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.042535 10.0.0.41 - - [2025-11-06 03:36:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004416 10.0.0.41 - - [2025-11-06 03:36:57] "GET /security-group/f65a69d4-67bf-430c-9084-049592213c80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3769 0.005881 10.0.0.41 - - [2025-11-06 03:36:57] "POST /virtual-machine-interfaces HTTP/1.1" 200 571 0.127984 10.0.0.41 - - [2025-11-06 03:36:57] "POST /instance-ips HTTP/1.1" 200 358 0.036662 10.0.0.41 - - [2025-11-06 03:36:57] "GET /virtual-machine-interface/a56c3c85-1f1f-4beb-8dc2-2f4008eda770?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2656 0.006510 10.0.0.41 - - [2025-11-06 03:36:57] "GET /virtual-machine-interface/a56c3c85-1f1f-4beb-8dc2-2f4008eda770?fields=instance_ip_back_refs HTTP/1.1" 200 1339 0.009919 10.0.0.41 - - [2025-11-06 03:36:57] "GET /instance-ip/54f2e39f-7013-4943-bb1f-d7dad035e21e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1584 0.005123 10.0.0.41 - - [2025-11-06 03:36:57] "POST /fqname-to-id HTTP/1.1" 404 214 0.003735 10.0.0.41 - - [2025-11-06 03:36:57] "GET /virtual-network/a116e30d-e6db-47ef-80a9-b8e72ef367c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007221 10.0.0.41 - - [2025-11-06 03:36:58] "GET /virtual-machine-interface/0c99b37b-b372-4985-907a-98c2c6d3a872?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2377 0.010936 10.0.0.41 - - [2025-11-06 03:36:58] "GET /virtual-machine-interface/0c99b37b-b372-4985-907a-98c2c6d3a872?fields=instance_ip_back_refs HTTP/1.1" 200 1335 0.011751 10.0.0.41 - - [2025-11-06 03:36:58] "GET /instance-ip/63e7d8c5-b968-40ba-b8e5-dcfced48ccb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.006782 10.0.0.41 - - [2025-11-06 03:36:58] "POST /fqname-to-id HTTP/1.1" 404 214 0.003937 10.0.0.41 - - [2025-11-06 03:36:58] "GET /virtual-network/5e366a5b-4b95-40c1-9cbe-ef5e880c5c4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.009506 10.0.0.131 - - [2025-11-06 03:36:58] "GET /projects?obj_uuids=4979ab94-ca25-4dfd-b5bb-d77f376eeb8a&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003312 10.0.0.41 - - [2025-11-06 03:36:58] "GET /project/4979ab94-ca25-4dfd-b5bb-d77f376eeb8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.070112 10.0.0.41 - - [2025-11-06 03:36:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004144 10.0.0.41 - - [2025-11-06 03:36:58] "GET /security-group/f65a69d4-67bf-430c-9084-049592213c80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3769 0.004618 10.0.0.41 - - [2025-11-06 03:36:58] "POST /virtual-machine-interfaces HTTP/1.1" 200 571 0.092000 10.0.0.41 - - [2025-11-06 03:36:58] "POST /instance-ips HTTP/1.1" 200 358 0.050372 10.0.0.41 - - [2025-11-06 03:36:58] "GET /virtual-machine-interface/e9cc8792-7890-496a-85ff-db1cee321fd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2654 0.009814 10.0.0.41 - - [2025-11-06 03:36:58] "GET /virtual-machine-interface/e9cc8792-7890-496a-85ff-db1cee321fd6?fields=instance_ip_back_refs HTTP/1.1" 200 1338 0.010204 10.0.0.41 - - [2025-11-06 03:36:58] "GET /instance-ip/9703606b-b393-47f2-87ad-e4b995d4205e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1585 0.006754 10.0.0.41 - - [2025-11-06 03:37:00] "POST /id-to-fqname HTTP/1.1" 200 224 0.001498 10.0.0.41 - - [2025-11-06 03:37:00] "POST /neutron/port HTTP/1.1" 200 990 0.015173 10.0.0.41 - - [2025-11-06 03:37:00] "POST /neutron/port HTTP/1.1" 200 990 0.010346 10.0.0.41 - - [2025-11-06 03:37:00] "POST /neutron/port HTTP/1.1" 200 117 0.006933 10.0.0.41 - - [2025-11-06 03:37:00] "POST /id-to-fqname HTTP/1.1" 200 224 0.001395 10.0.0.41 - - [2025-11-06 03:37:01] "POST /neutron/port HTTP/1.1" 200 990 0.020890 10.0.0.41 - - [2025-11-06 03:37:01] "POST /neutron/port HTTP/1.1" 200 990 0.015363 10.0.0.41 - - [2025-11-06 03:37:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005437 10.0.0.41 - - [2025-11-06 03:37:01] "POST /neutron/network HTTP/1.1" 200 828 0.010156 10.0.0.131 - - [2025-11-06 03:37:01] "GET /projects?obj_uuids=4979ab94-ca25-4dfd-b5bb-d77f376eeb8a&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001905 10.0.0.41 - - [2025-11-06 03:37:01] "GET /project/4979ab94-ca25-4dfd-b5bb-d77f376eeb8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.081637 10.0.0.41 - - [2025-11-06 03:37:01] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008349 10.0.0.41 - - [2025-11-06 03:37:02] "POST /id-to-fqname HTTP/1.1" 200 224 0.001474 10.0.0.41 - - [2025-11-06 03:37:02] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007943 10.0.0.41 - - [2025-11-06 03:37:02] "POST /neutron/network HTTP/1.1" 200 828 0.031468 10.0.0.131 - - [2025-11-06 03:37:02] "GET /projects?obj_uuids=4979ab94-ca25-4dfd-b5bb-d77f376eeb8a&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001494 10.0.0.41 - - [2025-11-06 03:37:02] "POST /neutron/security_group HTTP/1.1" 200 2062 0.011495 10.0.0.41 - - [2025-11-06 03:37:02] "POST /neutron/port HTTP/1.1" 200 1064 0.337874 10.0.0.41 - - [2025-11-06 03:37:02] "POST /neutron/port HTTP/1.1" 200 1064 0.019371 10.0.0.41 - - [2025-11-06 03:37:02] "POST /neutron/router HTTP/1.1" 200 598 0.011767 10.0.0.131 - - [2025-11-06 03:37:03] "PUT /logical-router/f256caa0-a6b8-481c-be2f-5fb195245914 HTTP/1.1" 200 263 0.037439 10.0.0.41 - - [2025-11-06 03:37:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004608 10.0.0.41 - - [2025-11-06 03:37:03] "POST /neutron/network HTTP/1.1" 200 828 0.014470 10.0.0.41 - - [2025-11-06 03:37:03] "POST /neutron/port HTTP/1.1" 200 990 0.020485 10.0.0.131 - - [2025-11-06 03:37:03] "GET /projects?obj_uuids=4979ab94-ca25-4dfd-b5bb-d77f376eeb8a&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001130 10.0.0.41 - - [2025-11-06 03:37:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005656 10.0.0.41 - - [2025-11-06 03:37:03] "POST /neutron/network HTTP/1.1" 200 828 0.008242 10.0.0.41 - - [2025-11-06 03:37:04] "POST /neutron/router HTTP/1.1" 200 344 0.494957 10.0.0.41 - - [2025-11-06 03:37:04] "POST /neutron/port HTTP/1.1" 200 1056 0.019255 10.0.0.41 - - [2025-11-06 03:37:04] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009086 10.0.0.41 - - [2025-11-06 03:37:04] "GET /virtual-machine/b0eb5e61-46f0-4947-8f41-7f89d20d98ea HTTP/1.1" 401 292 0.000401 10.0.0.41 - - [2025-11-06 03:37:04] "GET /virtual-machine/b0eb5e61-46f0-4947-8f41-7f89d20d98ea HTTP/1.1" 200 1277 0.029785 10.0.0.41 - - [2025-11-06 03:37:04] "GET /virtual-machine-interface/1986f1f4-3c6f-44f8-b37b-72458cdff812 HTTP/1.1" 200 3195 0.006031 10.0.0.41 - - [2025-11-06 03:37:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003686 10.0.0.41 - - [2025-11-06 03:37:04] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003484 10.0.0.41 - - [2025-11-06 03:37:04] "GET /virtual-networks?parent_id=4979ab94-ca25-4dfd-b5bb-d77f376eeb8a&detail=False&count=False&shared=False HTTP/1.1" 200 806 0.003084 10.0.0.41 - - [2025-11-06 03:37:04] "GET /virtual-network/a116e30d-e6db-47ef-80a9-b8e72ef367c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006373 10.0.0.41 - - [2025-11-06 03:37:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003789 10.0.0.41 - - [2025-11-06 03:37:07] "GET /virtual-network/a116e30d-e6db-47ef-80a9-b8e72ef367c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005651 10.0.0.41 - - [2025-11-06 03:37:08] "POST /neutron/network HTTP/1.1" 200 838 0.007762 10.0.0.41 - - [2025-11-06 03:37:08] "POST /neutron/port HTTP/1.1" 200 117 0.001194 10.0.0.131 - - [2025-11-06 03:37:11] "DELETE /access-control-list/0fe6e81e-8616-434b-82b4-74b9f7bce847 HTTP/1.1" 200 115 0.035903 10.0.0.41 - - [2025-11-06 03:37:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003347 10.0.0.41 - - [2025-11-06 03:37:12] "GET /virtual-network/a116e30d-e6db-47ef-80a9-b8e72ef367c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005428 10.0.0.41 - - [2025-11-06 03:37:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004990 10.0.0.41 - - [2025-11-06 03:37:16] "GET /virtual-network/a116e30d-e6db-47ef-80a9-b8e72ef367c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007052 10.0.0.41 - - [2025-11-06 03:37:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003882 10.0.0.41 - - [2025-11-06 03:37:20] "GET /virtual-network/a116e30d-e6db-47ef-80a9-b8e72ef367c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006503 10.0.0.131 - - [2025-11-06 03:37:22] "DELETE /project/4979ab94ca254dfdb5bbd77f376eeb8a HTTP/1.1" 404 173 0.004183 10.0.0.131 - - [2025-11-06 03:37:22] "DELETE /project/38afa9b5-125a-4139-a0a5-bdf394959740 HTTP/1.1" 404 177 0.007317 10.0.0.41 - - [2025-11-06 03:37:24] "POST /neutron/port HTTP/1.1" 200 1092 0.019998 10.0.0.41 - - [2025-11-06 03:37:24] "POST /neutron/subnet HTTP/1.1" 200 698 0.009765 10.0.0.41 - - [2025-11-06 03:37:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003681 10.0.0.41 - - [2025-11-06 03:37:24] "GET /virtual-network/a116e30d-e6db-47ef-80a9-b8e72ef367c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006489 10.0.0.41 - - [2025-11-06 03:37:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.005328 10.0.0.41 - - [2025-11-06 03:37:28] "GET /virtual-network/a116e30d-e6db-47ef-80a9-b8e72ef367c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005729 10.0.0.41 - - [2025-11-06 03:37:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003854 10.0.0.41 - - [2025-11-06 03:37:32] "GET /virtual-network/a116e30d-e6db-47ef-80a9-b8e72ef367c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005871 10.0.0.41 - - [2025-11-06 03:37:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003735 10.0.0.41 - - [2025-11-06 03:37:36] "GET /virtual-network/a116e30d-e6db-47ef-80a9-b8e72ef367c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006198 10.0.0.41 - - [2025-11-06 03:37:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004004 10.0.0.41 - - [2025-11-06 03:37:40] "GET /virtual-network/a116e30d-e6db-47ef-80a9-b8e72ef367c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006162 10.0.0.41 - - [2025-11-06 03:37:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004239 10.0.0.41 - - [2025-11-06 03:37:44] "GET /virtual-network/a116e30d-e6db-47ef-80a9-b8e72ef367c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006961 10.0.0.41 - - [2025-11-06 03:37:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005294 10.0.0.41 - - [2025-11-06 03:37:48] "GET /virtual-network/a116e30d-e6db-47ef-80a9-b8e72ef367c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.008479 10.0.0.41 - - [2025-11-06 03:37:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004688 10.0.0.41 - - [2025-11-06 03:37:50] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003889 10.0.0.41 - - [2025-11-06 03:37:50] "GET /virtual-networks?parent_id=4979ab94-ca25-4dfd-b5bb-d77f376eeb8a&detail=False&count=False&shared=False HTTP/1.1" 200 806 0.003910 10.0.0.41 - - [2025-11-06 03:37:51] "GET /virtual-network/a116e30d-e6db-47ef-80a9-b8e72ef367c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007526 10.0.0.41 - - [2025-11-06 03:37:51] "POST /neutron/port HTTP/1.1" 200 1056 0.016114 10.0.0.41 - - [2025-11-06 03:37:56] "POST /neutron/security_group HTTP/1.1" 200 2062 0.011872 10.0.0.41 - - [2025-11-06 03:38:01] "POST /neutron/port HTTP/1.1" 200 1056 0.024683 10.0.0.41 - - [2025-11-06 03:38:06] "POST /neutron/security_group HTTP/1.1" 200 2062 0.033205 10.0.0.41 - - [2025-11-06 03:38:06] "POST /neutron/port HTTP/1.1" 200 1056 0.018885 10.0.0.41 - - [2025-11-06 03:38:08] "POST /neutron/port HTTP/1.1" 200 1056 0.049145 10.0.0.41 - - [2025-11-06 03:38:08] "POST /neutron/subnet HTTP/1.1" 200 698 0.013015 10.0.0.41 - - [2025-11-06 03:38:10] "GET /obj-perms HTTP/1.1" 200 5056 0.052357 10.0.0.41 - - [2025-11-06 03:38:11] "POST /neutron/port HTTP/1.1" 200 1056 0.024173 10.0.0.41 - - [2025-11-06 03:38:16] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007869 10.0.0.41 - - [2025-11-06 03:38:22] "POST /neutron/port HTTP/1.1" 200 1092 0.023036 10.0.0.41 - - [2025-11-06 03:38:22] "POST /neutron/security_group HTTP/1.1" 200 2062 0.011237 10.0.0.41 - - [2025-11-06 03:38:22] "GET /virtual-machine/ae877078-2b97-483b-ad36-c1f8a38d6587 HTTP/1.1" 200 1299 0.008436 10.0.0.41 - - [2025-11-06 03:38:22] "GET /virtual-machine-interface/67f00c8e-6ea2-4524-aa51-6356738c1c0b HTTP/1.1" 200 2968 0.006522 10.0.0.41 - - [2025-11-06 03:38:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.005955 10.0.0.41 - - [2025-11-06 03:38:22] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.008660 10.0.0.41 - - [2025-11-06 03:38:22] "GET /virtual-networks?parent_id=4979ab94-ca25-4dfd-b5bb-d77f376eeb8a&detail=False&count=False&shared=False HTTP/1.1" 200 806 0.004197 10.0.0.41 - - [2025-11-06 03:38:22] "GET /virtual-network/5e366a5b-4b95-40c1-9cbe-ef5e880c5c4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.008447 10.0.0.41 - - [2025-11-06 03:38:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003785 10.0.0.41 - - [2025-11-06 03:38:23] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004990 10.0.0.41 - - [2025-11-06 03:38:23] "GET /virtual-networks?parent_id=4979ab94-ca25-4dfd-b5bb-d77f376eeb8a&detail=False&count=False&shared=False HTTP/1.1" 200 806 0.003172 10.0.0.41 - - [2025-11-06 03:38:23] "GET /virtual-network/5e366a5b-4b95-40c1-9cbe-ef5e880c5c4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005920 10.0.0.41 - - [2025-11-06 03:38:24] "POST /neutron/port HTTP/1.1" 200 1056 0.017028 10.0.0.41 - - [2025-11-06 03:38:24] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009286 10.0.0.41 - - [2025-11-06 03:38:24] "GET /virtual-machine/1ba914d1-94b9-4628-a44e-d77ae83be55c HTTP/1.1" 200 1276 0.007306 10.0.0.41 - - [2025-11-06 03:38:24] "GET /virtual-machine-interface/0c99b37b-b372-4985-907a-98c2c6d3a872 HTTP/1.1" 200 3194 0.005711 10.0.0.41 - - [2025-11-06 03:38:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004670 10.0.0.41 - - [2025-11-06 03:38:24] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005119 10.0.0.41 - - [2025-11-06 03:38:24] "GET /virtual-networks?parent_id=4979ab94-ca25-4dfd-b5bb-d77f376eeb8a&detail=False&count=False&shared=False HTTP/1.1" 200 806 0.004116 10.0.0.41 - - [2025-11-06 03:38:24] "GET /virtual-network/a116e30d-e6db-47ef-80a9-b8e72ef367c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006240 10.0.0.41 - - [2025-11-06 03:38:25] "POST /neutron/network HTTP/1.1" 200 838 0.029034 10.0.0.41 - - [2025-11-06 03:38:25] "POST /neutron/port HTTP/1.1" 200 117 0.001205 10.0.0.41 - - [2025-11-06 03:38:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004481 10.0.0.41 - - [2025-11-06 03:38:25] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005164 10.0.0.41 - - [2025-11-06 03:38:25] "GET /virtual-networks?parent_id=4979ab94-ca25-4dfd-b5bb-d77f376eeb8a&detail=False&count=False&shared=False HTTP/1.1" 200 806 0.003818 10.0.0.41 - - [2025-11-06 03:38:25] "GET /virtual-network/a116e30d-e6db-47ef-80a9-b8e72ef367c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.013115 10.0.0.41 - - [2025-11-06 03:39:09] "POST /neutron/port HTTP/1.1" 200 117 0.008529 10.0.0.41 - - [2025-11-06 03:39:25] "POST /neutron/port HTTP/1.1" 200 1092 0.021548 10.0.0.41 - - [2025-11-06 03:39:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004838 10.0.0.41 - - [2025-11-06 03:39:25] "POST /neutron/network HTTP/1.1" 200 828 0.007855 10.0.0.41 - - [2025-11-06 03:39:46] "POST /neutron/router HTTP/1.1" 200 598 0.008706 10.0.0.41 - - [2025-11-06 03:39:47] "POST /neutron/router HTTP/1.1" 200 151 0.089627 10.0.0.131 - - [2025-11-06 03:39:47] "GET /logical-router/f256caa0-a6b8-481c-be2f-5fb195245914?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.041713 10.0.0.131 - - [2025-11-06 03:39:47] "POST /ref-update HTTP/1.1" 200 156 0.025648 10.0.0.41 - - [2025-11-06 03:39:48] "POST /neutron/port HTTP/1.1" 200 151 0.277522 10.0.0.41 - - [2025-11-06 03:39:48] "DELETE /instance-ip/9703606b-b393-47f2-87ad-e4b995d4205e HTTP/1.1" 200 115 0.053962 10.0.0.41 - - [2025-11-06 03:39:48] "DELETE /virtual-machine-interface/e9cc8792-7890-496a-85ff-db1cee321fd6 HTTP/1.1" 200 115 0.074204 10.0.0.41 - - [2025-11-06 03:39:49] "DELETE /instance-ip/54f2e39f-7013-4943-bb1f-d7dad035e21e HTTP/1.1" 200 115 0.047859 10.0.0.41 - - [2025-11-06 03:39:49] "DELETE /virtual-machine-interface/a56c3c85-1f1f-4beb-8dc2-2f4008eda770 HTTP/1.1" 200 115 0.064994 10.0.0.41 - - [2025-11-06 03:39:49] "POST /neutron/port HTTP/1.1" 200 990 0.019049 10.0.0.41 - - [2025-11-06 03:39:49] "DELETE /instance-ip/95e872b6-031c-4c79-9546-d10f00959cbf HTTP/1.1" 200 115 0.065325 10.0.0.41 - - [2025-11-06 03:39:49] "DELETE /virtual-machine-interface/b1322079-90c9-4d8a-9138-c86aa598def8 HTTP/1.1" 200 115 0.080718 10.0.0.41 - - [2025-11-06 03:39:49] "POST /neutron/port HTTP/1.1" 200 151 0.237285 10.0.0.131 - - [2025-11-06 03:39:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004373 10.0.0.41 - - [2025-11-06 03:39:49] "POST /neutron/network HTTP/1.1" 200 828 0.008393 10.0.0.131 - - [2025-11-06 03:39:50] "DELETE /route-target/5f4dc374-9a5a-4eb5-9dd6-34062f06df61 HTTP/1.1" 200 115 0.041045 10.0.0.131 - - [2025-11-06 03:39:50] "POST /useragent-kv HTTP/1.1" 200 115 0.005121 10.0.0.131 - - [2025-11-06 03:39:50] "POST /useragent-kv HTTP/1.1" 200 115 0.003680 10.0.0.41 - - [2025-11-06 03:39:50] "POST /neutron/network HTTP/1.1" 200 151 0.178938 10.0.0.131 - - [2025-11-06 03:39:50] "GET /projects?obj_uuids=4979ab94-ca25-4dfd-b5bb-d77f376eeb8a&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001464 10.0.0.41 - - [2025-11-06 03:39:50] "GET /project/4979ab94-ca25-4dfd-b5bb-d77f376eeb8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.089246 10.0.0.131 - - [2025-11-06 03:39:50] "GET /projects?obj_uuids=4979ab94-ca25-4dfd-b5bb-d77f376eeb8a&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001089 10.0.0.41 - - [2025-11-06 03:39:50] "GET /project/4979ab94-ca25-4dfd-b5bb-d77f376eeb8a?fields=virtual_networks HTTP/1.1" 200 1042 0.044954 10.0.0.131 - - [2025-11-06 03:39:50] "GET /projects?obj_uuids=4979ab94-ca25-4dfd-b5bb-d77f376eeb8a&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001992 10.0.0.41 - - [2025-11-06 03:39:50] "GET /project/4979ab94-ca25-4dfd-b5bb-d77f376eeb8a?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.051793 10.0.0.131 - - [2025-11-06 03:39:50] "GET /projects?obj_uuids=4979ab94-ca25-4dfd-b5bb-d77f376eeb8a&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001093 10.0.0.41 - - [2025-11-06 03:39:50] "GET /project/4979ab94-ca25-4dfd-b5bb-d77f376eeb8a?fields=security_groups HTTP/1.1" 200 1273 0.046845 10.0.0.41 - - [2025-11-06 03:39:51] "POST /fqname-to-id HTTP/1.1" 404 187 0.026390 10.0.0.131 - - [2025-11-06 03:39:51] "GET /projects?obj_uuids=5da23b86-30b3-4f49-baaa-f820afaf9eda&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.007361 10.0.0.131 - - [2025-11-06 03:39:51] "GET /domains?obj_uuids=dd557474-6eee-442f-acdf-559f4d754f9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001759 10.0.0.131 - - [2025-11-06 03:39:51] "GET /domain/dd557474-6eee-442f-acdf-559f4d754f9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.011009 10.0.0.131 - - [2025-11-06 03:39:51] "POST /id-to-fqname HTTP/1.1" 200 189 0.004986 10.0.0.131 - - [2025-11-06 03:39:51] "POST /fqname-to-id HTTP/1.1" 404 198 0.006380 10.0.0.131 - - [2025-11-06 03:39:51] "POST /security-groups HTTP/1.1" 200 590 0.084109 10.0.0.131 - - [2025-11-06 03:39:51] "POST /projects HTTP/1.1" 200 583 0.340510 10.0.0.131 - - [2025-11-06 03:39:51] "POST /fqname-to-id HTTP/1.1" 404 233 0.003676 10.0.0.131 - - [2025-11-06 03:39:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.413783 10.0.0.41 - - [2025-11-06 03:39:52] "GET /project/5da23b86-30b3-4f49-baaa-f820afaf9eda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.582939 10.0.0.131 - - [2025-11-06 03:39:52] "POST /access-control-lists HTTP/1.1" 200 595 0.059702 10.0.0.41 - - [2025-11-06 03:39:53] "GET / HTTP/1.1" 200 36215 0.004477 10.0.0.41 - - [2025-11-06 03:39:53] "POST /neutron/port HTTP/1.1" 200 117 0.008407 10.0.0.41 - - [2025-11-06 03:39:54] "POST /fqname-to-id HTTP/1.1" 401 292 0.000453 10.0.0.41 - - [2025-11-06 03:39:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.055406 10.0.0.131 - - [2025-11-06 03:39:55] "GET /projects?obj_uuids=5da23b86-30b3-4f49-baaa-f820afaf9eda&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000965 10.0.0.41 - - [2025-11-06 03:39:55] "GET /project/5da23b86-30b3-4f49-baaa-f820afaf9eda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.042731 10.0.0.131 - - [2025-11-06 03:39:55] "GET /projects?obj_uuids=5da23b86-30b3-4f49-baaa-f820afaf9eda&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001537 10.0.0.41 - - [2025-11-06 03:39:55] "POST /neutron/network HTTP/1.1" 200 604 0.200928 10.0.0.41 - - [2025-11-06 03:39:55] "POST /id-to-fqname HTTP/1.1" 200 219 0.003590 10.0.0.41 - - [2025-11-06 03:39:55] "GET /virtual-network/bfefef14-c2f2-439c-8a24-32202ae7b111?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005834 10.0.0.41 - - [2025-11-06 03:39:55] "POST /neutron/network HTTP/1.1" 200 822 0.006801 10.0.0.41 - - [2025-11-06 03:39:55] "GET /virtual-network/bfefef14-c2f2-439c-8a24-32202ae7b111?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005496 10.0.0.41 - - [2025-11-06 03:39:56] "GET /virtual-network/bfefef14-c2f2-439c-8a24-32202ae7b111?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005393 10.0.0.38 - - [2025-11-06 03:39:57] "GET /obj-perms HTTP/1.1" 200 5028 0.051076 10.0.0.131 - - [2025-11-06 03:39:57] "GET /obj-perms HTTP/1.1" 200 5028 0.044533 10.0.0.41 - - [2025-11-06 03:39:57] "POST /id-to-fqname HTTP/1.1" 200 219 0.002622 10.0.0.41 - - [2025-11-06 03:39:57] "POST /neutron/port HTTP/1.1" 200 117 0.006294 10.0.0.131 - - [2025-11-06 03:39:58] "GET /projects?obj_uuids=5da23b86-30b3-4f49-baaa-f820afaf9eda&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001483 10.0.0.41 - - [2025-11-06 03:39:58] "GET /project/5da23b86-30b3-4f49-baaa-f820afaf9eda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.078929 10.0.0.41 - - [2025-11-06 03:39:58] "POST /neutron/port HTTP/1.1" 200 117 0.008689 10.0.0.41 - - [2025-11-06 03:39:58] "POST /id-to-fqname HTTP/1.1" 200 219 0.001860 10.0.0.41 - - [2025-11-06 03:39:59] "POST /neutron/network HTTP/1.1" 200 832 0.008698 10.0.0.41 - - [2025-11-06 03:39:59] "POST /neutron/port HTTP/1.1" 200 1058 0.018604 10.0.0.41 - - [2025-11-06 03:39:59] "POST /neutron/port HTTP/1.1" 200 1086 0.030518 10.0.0.131 - - [2025-11-06 03:39:59] "GET /projects?obj_uuids=5da23b86-30b3-4f49-baaa-f820afaf9eda&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001958 10.0.0.41 - - [2025-11-06 03:39:59] "GET /project/5da23b86-30b3-4f49-baaa-f820afaf9eda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.081839 10.0.0.41 - - [2025-11-06 03:39:59] "POST /neutron/port HTTP/1.1" 200 117 0.001716 10.0.0.41 - - [2025-11-06 03:40:00] "POST /neutron/port HTTP/1.1" 200 1086 0.024897 10.0.0.41 - - [2025-11-06 03:40:00] "POST /neutron/port HTTP/1.1" 200 1086 0.029447 10.0.0.131 - - [2025-11-06 03:40:00] "GET /projects?obj_uuids=5da23b86-30b3-4f49-baaa-f820afaf9eda&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001593 10.0.0.41 - - [2025-11-06 03:40:00] "POST /neutron/port HTTP/1.1" 200 1058 0.324164 10.0.0.41 - - [2025-11-06 03:40:01] "POST /neutron/port HTTP/1.1" 200 1112 0.135460 10.0.0.41 - - [2025-11-06 03:40:01] "POST /neutron/subnet HTTP/1.1" 200 694 0.013226 10.0.0.41 - - [2025-11-06 03:40:05] "POST /neutron/port HTTP/1.1" 200 1086 0.021862 10.0.0.41 - - [2025-11-06 03:40:05] "POST /neutron/security_group HTTP/1.1" 200 2057 0.009501 10.0.0.41 - - [2025-11-06 03:40:05] "GET /virtual-machine/183865c5-be5d-46ee-9762-6aaeb845e17e HTTP/1.1" 401 292 0.000554 10.0.0.41 - - [2025-11-06 03:40:05] "GET /virtual-machine/183865c5-be5d-46ee-9762-6aaeb845e17e HTTP/1.1" 200 1293 0.032948 10.0.0.41 - - [2025-11-06 03:40:06] "GET /virtual-machine-interface/2097c223-d748-4168-bf12-966c64e67a2b HTTP/1.1" 200 2943 0.006561 10.0.0.41 - - [2025-11-06 03:40:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004164 10.0.0.41 - - [2025-11-06 03:40:06] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004319 10.0.0.41 - - [2025-11-06 03:40:06] "GET /virtual-networks?parent_id=5da23b86-30b3-4f49-baaa-f820afaf9eda&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003373 10.0.0.41 - - [2025-11-06 03:40:06] "GET /virtual-network/bfefef14-c2f2-439c-8a24-32202ae7b111?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006436 10.0.0.41 - - [2025-11-06 03:40:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003926 10.0.0.41 - - [2025-11-06 03:40:09] "GET /virtual-network/bfefef14-c2f2-439c-8a24-32202ae7b111?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005383 10.0.0.41 - - [2025-11-06 03:40:11] "POST /neutron/port HTTP/1.1" 200 117 0.004805 10.0.0.41 - - [2025-11-06 03:40:11] "POST /neutron/network HTTP/1.1" 200 117 0.015343 10.0.0.131 - - [2025-11-06 03:40:12] "DELETE /access-control-list/6eb4fd29-1a9c-4032-82dc-a6adead0b9b3 HTTP/1.1" 200 115 0.043459 10.0.0.41 - - [2025-11-06 03:40:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004941 10.0.0.41 - - [2025-11-06 03:40:13] "GET /virtual-network/bfefef14-c2f2-439c-8a24-32202ae7b111?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.008201 10.0.0.41 - - [2025-11-06 03:40:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005096 10.0.0.41 - - [2025-11-06 03:40:17] "GET /virtual-network/bfefef14-c2f2-439c-8a24-32202ae7b111?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007877 10.0.0.41 - - [2025-11-06 03:40:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.005315 10.0.0.41 - - [2025-11-06 03:40:21] "GET /virtual-network/bfefef14-c2f2-439c-8a24-32202ae7b111?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007993 10.0.0.131 - - [2025-11-06 03:40:22] "DELETE /project/5da23b8630b34f49baaaf820afaf9eda HTTP/1.1" 404 173 0.005739 10.0.0.131 - - [2025-11-06 03:40:22] "DELETE /project/4979ab94-ca25-4dfd-b5bb-d77f376eeb8a HTTP/1.1" 404 177 0.004791 10.0.0.41 - - [2025-11-06 03:40:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004811 10.0.0.41 - - [2025-11-06 03:40:25] "GET /virtual-network/bfefef14-c2f2-439c-8a24-32202ae7b111?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005348 10.0.0.41 - - [2025-11-06 03:40:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004748 10.0.0.41 - - [2025-11-06 03:40:29] "GET /virtual-network/bfefef14-c2f2-439c-8a24-32202ae7b111?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.008664 10.0.0.41 - - [2025-11-06 03:40:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004150 10.0.0.41 - - [2025-11-06 03:40:33] "GET /virtual-network/bfefef14-c2f2-439c-8a24-32202ae7b111?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005822 10.0.0.41 - - [2025-11-06 03:40:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003730 10.0.0.41 - - [2025-11-06 03:40:37] "GET /virtual-network/bfefef14-c2f2-439c-8a24-32202ae7b111?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006135 10.0.0.41 - - [2025-11-06 03:40:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003555 10.0.0.41 - - [2025-11-06 03:40:41] "GET /virtual-network/bfefef14-c2f2-439c-8a24-32202ae7b111?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005845 10.0.0.41 - - [2025-11-06 03:40:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004665 10.0.0.41 - - [2025-11-06 03:40:46] "GET /virtual-network/bfefef14-c2f2-439c-8a24-32202ae7b111?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006724 10.0.0.41 - - [2025-11-06 03:40:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004753 10.0.0.41 - - [2025-11-06 03:40:50] "GET /virtual-network/bfefef14-c2f2-439c-8a24-32202ae7b111?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006345 10.0.0.41 - - [2025-11-06 03:40:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004888 10.0.0.41 - - [2025-11-06 03:40:54] "GET /virtual-network/bfefef14-c2f2-439c-8a24-32202ae7b111?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005909 10.0.0.41 - - [2025-11-06 03:40:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003782 10.0.0.41 - - [2025-11-06 03:40:58] "GET /virtual-network/bfefef14-c2f2-439c-8a24-32202ae7b111?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006043 10.0.0.41 - - [2025-11-06 03:41:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005769 10.0.0.41 - - [2025-11-06 03:41:00] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005417 10.0.0.41 - - [2025-11-06 03:41:00] "GET /virtual-networks?parent_id=5da23b86-30b3-4f49-baaa-f820afaf9eda&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004539 10.0.0.41 - - [2025-11-06 03:41:00] "GET /virtual-network/bfefef14-c2f2-439c-8a24-32202ae7b111?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007182 10.0.0.41 - - [2025-11-06 03:41:05] "POST /neutron/port HTTP/1.1" 200 1086 0.018423 10.0.0.41 - - [2025-11-06 03:41:11] "POST /neutron/security_group HTTP/1.1" 200 2057 0.008773 10.0.0.38 - - [2025-11-06 03:41:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000719 10.0.0.131 - - [2025-11-06 03:41:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000428 10.0.0.38 - - [2025-11-06 03:41:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000398 10.0.0.131 - - [2025-11-06 03:41:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000451 10.0.0.131 - - [2025-11-06 03:41:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000407 10.0.0.131 - - [2025-11-06 03:41:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000775 10.0.0.38 - - [2025-11-06 03:41:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000529 10.0.0.38 - - [2025-11-06 03:41:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000500 10.0.0.41 - - [2025-11-06 03:41:12] "POST /neutron/port HTTP/1.1" 200 1086 0.022724 10.0.0.41 - - [2025-11-06 03:41:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005315 10.0.0.41 - - [2025-11-06 03:41:13] "POST /neutron/network HTTP/1.1" 200 822 0.009533 10.0.0.41 - - [2025-11-06 03:41:13] "GET /obj-perms HTTP/1.1" 200 5056 0.051390 10.0.0.41 - - [2025-11-06 03:41:13] "GET /global-system-configs HTTP/1.1" 401 292 0.001097 10.0.0.41 - - [2025-11-06 03:41:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000422 10.0.0.41 - - [2025-11-06 03:41:14] "GET /global-system-configs HTTP/1.1" 401 292 0.000427 10.0.0.41 - - [2025-11-06 03:41:14] "GET /global-system-configs HTTP/1.1" 401 292 0.000433 10.0.0.41 - - [2025-11-06 03:41:17] "POST /neutron/port HTTP/1.1" 200 1086 0.023319 10.0.0.41 - - [2025-11-06 03:41:21] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007483 10.0.0.41 - - [2025-11-06 03:41:21] "POST /neutron/port HTTP/1.1" 200 1086 0.023945 10.0.0.41 - - [2025-11-06 03:41:21] "GET /virtual-machine/18cb6079-5a91-495a-82c2-1fed7a04d61b HTTP/1.1" 200 1292 0.006740 10.0.0.41 - - [2025-11-06 03:41:21] "GET /virtual-machine-interface/0980d906-3c6d-4f59-a271-39410f5182eb HTTP/1.1" 200 2942 0.005845 10.0.0.41 - - [2025-11-06 03:41:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003380 10.0.0.41 - - [2025-11-06 03:41:21] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003733 10.0.0.41 - - [2025-11-06 03:41:21] "GET /virtual-networks?parent_id=5da23b86-30b3-4f49-baaa-f820afaf9eda&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003918 10.0.0.41 - - [2025-11-06 03:41:21] "GET /virtual-network/bfefef14-c2f2-439c-8a24-32202ae7b111?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006039 10.0.0.41 - - [2025-11-06 03:41:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003659 10.0.0.41 - - [2025-11-06 03:41:22] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003920 10.0.0.41 - - [2025-11-06 03:41:22] "GET /virtual-networks?parent_id=5da23b86-30b3-4f49-baaa-f820afaf9eda&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003666 10.0.0.41 - - [2025-11-06 03:41:22] "GET /virtual-network/bfefef14-c2f2-439c-8a24-32202ae7b111?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005736 10.0.0.41 - - [2025-11-06 03:41:23] "POST /neutron/security_group HTTP/1.1" 200 2057 0.008153 10.0.0.41 - - [2025-11-06 03:42:14] "POST /neutron/network HTTP/1.1" 200 832 0.007372 10.0.0.41 - - [2025-11-06 03:42:14] "POST /neutron/port HTTP/1.1" 200 117 0.001831 10.0.0.41 - - [2025-11-06 03:42:50] "POST /neutron/network HTTP/1.1" 400 204 0.016577 10.0.0.41 - - [2025-11-06 03:42:50] "POST /neutron/port HTTP/1.1" 200 1112 0.015098 10.0.0.41 - - [2025-11-06 03:42:51] "POST /neutron/port HTTP/1.1" 200 151 0.357650 10.0.0.131 - - [2025-11-06 03:42:52] "DELETE /route-target/1fdbcfa2-6db6-4d6d-be00-8443ac330d92 HTTP/1.1" 200 115 0.052781 10.0.0.131 - - [2025-11-06 03:42:54] "GET /projects?obj_uuids=5da23b86-30b3-4f49-baaa-f820afaf9eda&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.021833 10.0.0.41 - - [2025-11-06 03:42:54] "GET /project/5da23b86-30b3-4f49-baaa-f820afaf9eda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.097855 10.0.0.131 - - [2025-11-06 03:42:54] "GET /projects?obj_uuids=5da23b86-30b3-4f49-baaa-f820afaf9eda&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001390 10.0.0.41 - - [2025-11-06 03:42:54] "GET /project/5da23b86-30b3-4f49-baaa-f820afaf9eda?fields=virtual_networks HTTP/1.1" 200 1032 0.050726 10.0.0.131 - - [2025-11-06 03:42:54] "GET /projects?obj_uuids=5da23b86-30b3-4f49-baaa-f820afaf9eda&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002186 10.0.0.41 - - [2025-11-06 03:42:54] "GET /project/5da23b86-30b3-4f49-baaa-f820afaf9eda?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.064030 10.0.0.131 - - [2025-11-06 03:42:54] "GET /projects?obj_uuids=5da23b86-30b3-4f49-baaa-f820afaf9eda&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001543 10.0.0.41 - - [2025-11-06 03:42:54] "GET /project/5da23b86-30b3-4f49-baaa-f820afaf9eda?fields=security_groups HTTP/1.1" 200 1258 0.055397 10.0.0.41 - - [2025-11-06 03:42:55] "POST /fqname-to-id HTTP/1.1" 404 187 0.031449 10.0.0.131 - - [2025-11-06 03:42:55] "GET /projects?obj_uuids=7c84b42d-6734-42ac-9d96-e850ed4421ee&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004256 10.0.0.131 - - [2025-11-06 03:42:55] "GET /domains?obj_uuids=dd557474-6eee-442f-acdf-559f4d754f9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001266 10.0.0.131 - - [2025-11-06 03:42:55] "GET /domain/dd557474-6eee-442f-acdf-559f4d754f9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.031834 10.0.0.131 - - [2025-11-06 03:42:55] "POST /id-to-fqname HTTP/1.1" 200 189 0.008409 10.0.0.131 - - [2025-11-06 03:42:55] "POST /fqname-to-id HTTP/1.1" 404 198 0.004293 10.0.0.131 - - [2025-11-06 03:42:55] "POST /security-groups HTTP/1.1" 200 590 0.039676 10.0.0.131 - - [2025-11-06 03:42:55] "POST /projects HTTP/1.1" 200 583 0.265844 10.0.0.131 - - [2025-11-06 03:42:55] "POST /fqname-to-id HTTP/1.1" 404 232 0.010113 10.0.0.131 - - [2025-11-06 03:42:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.356302 10.0.0.41 - - [2025-11-06 03:42:55] "GET /project/7c84b42d-6734-42ac-9d96-e850ed4421ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.522934 10.0.0.41 - - [2025-11-06 03:42:56] "GET / HTTP/1.1" 200 36215 0.001562 10.0.0.41 - - [2025-11-06 03:42:58] "POST /fqname-to-id HTTP/1.1" 401 292 0.000623 10.0.0.41 - - [2025-11-06 03:42:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.050028 10.0.0.131 - - [2025-11-06 03:42:58] "GET /projects?obj_uuids=7c84b42d-6734-42ac-9d96-e850ed4421ee&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000901 10.0.0.41 - - [2025-11-06 03:42:58] "GET /project/7c84b42d-6734-42ac-9d96-e850ed4421ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.047497 10.0.0.41 - - [2025-11-06 03:42:58] "POST /neutron/network HTTP/1.1" 200 117 0.039517 10.0.0.131 - - [2025-11-06 03:42:59] "POST /ref-update HTTP/1.1" 200 156 0.026226 10.0.0.41 - - [2025-11-06 03:42:59] "POST /neutron/network HTTP/1.1" 200 824 0.008705 10.0.0.41 - - [2025-11-06 03:42:59] "POST /id-to-fqname HTTP/1.1" 200 219 0.001132 10.0.0.41 - - [2025-11-06 03:42:59] "GET /virtual-network/97100ac4-3500-4253-b6df-425311e26adb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.004967 10.0.0.41 - - [2025-11-06 03:42:59] "GET /virtual-network/97100ac4-3500-4253-b6df-425311e26adb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005759 10.0.0.41 - - [2025-11-06 03:42:59] "POST /neutron/subnet HTTP/1.1" 200 730 0.010736 10.0.0.41 - - [2025-11-06 03:43:00] "GET /virtual-network/97100ac4-3500-4253-b6df-425311e26adb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006927 10.0.0.38 - - [2025-11-06 03:43:01] "GET /obj-perms HTTP/1.1" 200 5028 0.050147 10.0.0.131 - - [2025-11-06 03:43:01] "GET /obj-perms HTTP/1.1" 200 5028 0.049401 10.0.0.41 - - [2025-11-06 03:43:01] "POST /id-to-fqname HTTP/1.1" 200 219 0.002311 10.0.0.131 - - [2025-11-06 03:43:02] "GET /projects?obj_uuids=7c84b42d-6734-42ac-9d96-e850ed4421ee&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002290 10.0.0.41 - - [2025-11-06 03:43:02] "GET /project/7c84b42d-6734-42ac-9d96-e850ed4421ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.076999 10.0.0.41 - - [2025-11-06 03:43:02] "POST /neutron/network HTTP/1.1" 200 824 0.028616 10.0.0.41 - - [2025-11-06 03:43:02] "POST /id-to-fqname HTTP/1.1" 200 219 0.002704 10.0.0.41 - - [2025-11-06 03:43:02] "POST /neutron/port HTTP/1.1" 200 117 0.009628 10.0.0.131 - - [2025-11-06 03:43:03] "GET /projects?obj_uuids=7c84b42d-6734-42ac-9d96-e850ed4421ee&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002161 10.0.0.41 - - [2025-11-06 03:43:03] "POST /neutron/port HTTP/1.1" 200 1060 0.362569 10.0.0.131 - - [2025-11-06 03:43:03] "GET /projects?obj_uuids=7c84b42d-6734-42ac-9d96-e850ed4421ee&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001115 10.0.0.41 - - [2025-11-06 03:43:03] "GET /project/7c84b42d-6734-42ac-9d96-e850ed4421ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.088851 10.0.0.41 - - [2025-11-06 03:43:03] "POST /neutron/port HTTP/1.1" 200 1114 0.142504 10.0.0.41 - - [2025-11-06 03:43:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005390 10.0.0.41 - - [2025-11-06 03:43:03] "POST /neutron/network HTTP/1.1" 200 824 0.008073 10.0.0.41 - - [2025-11-06 03:43:04] "POST /neutron/port HTTP/1.1" 200 117 0.008007 10.0.0.41 - - [2025-11-06 03:43:04] "POST /neutron/network HTTP/1.1" 200 834 0.010876 10.0.0.41 - - [2025-11-06 03:43:04] "POST /neutron/port HTTP/1.1" 200 1060 0.022732 10.0.0.41 - - [2025-11-06 03:43:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004502 10.0.0.41 - - [2025-11-06 03:43:05] "POST /neutron/network HTTP/1.1" 200 824 0.007176 10.0.0.41 - - [2025-11-06 03:43:09] "POST /neutron/port HTTP/1.1" 200 1088 0.018813 10.0.0.41 - - [2025-11-06 03:43:09] "POST /neutron/security_group HTTP/1.1" 200 2057 0.008190 10.0.0.41 - - [2025-11-06 03:43:09] "GET /virtual-machine/e873ba25-25dc-444e-834d-308956c12624 HTTP/1.1" 401 292 0.000424 10.0.0.41 - - [2025-11-06 03:43:09] "GET /virtual-machine/e873ba25-25dc-444e-834d-308956c12624 HTTP/1.1" 200 1293 0.029681 10.0.0.41 - - [2025-11-06 03:43:09] "GET /virtual-machine-interface/1aaeafcc-28c4-4a8c-8419-84f13de43092 HTTP/1.1" 200 2942 0.005778 10.0.0.41 - - [2025-11-06 03:43:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003373 10.0.0.41 - - [2025-11-06 03:43:09] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003684 10.0.0.41 - - [2025-11-06 03:43:09] "GET /virtual-networks?parent_id=7c84b42d-6734-42ac-9d96-e850ed4421ee&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003073 10.0.0.41 - - [2025-11-06 03:43:09] "GET /virtual-network/97100ac4-3500-4253-b6df-425311e26adb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.007441 10.0.0.41 - - [2025-11-06 03:43:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.008020 10.0.0.41 - - [2025-11-06 03:43:12] "GET /virtual-network/97100ac4-3500-4253-b6df-425311e26adb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.007089 10.0.0.41 - - [2025-11-06 03:43:15] "POST /neutron/network HTTP/1.1" 200 117 0.032422 10.0.0.41 - - [2025-11-06 03:43:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004180 10.0.0.41 - - [2025-11-06 03:43:17] "GET /virtual-network/97100ac4-3500-4253-b6df-425311e26adb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.009012 10.0.0.41 - - [2025-11-06 03:43:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003725 10.0.0.41 - - [2025-11-06 03:43:21] "GET /virtual-network/97100ac4-3500-4253-b6df-425311e26adb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006520 10.0.0.131 - - [2025-11-06 03:43:22] "DELETE /project/5da23b86-30b3-4f49-baaa-f820afaf9eda HTTP/1.1" 404 177 0.008257 10.0.0.131 - - [2025-11-06 03:43:22] "DELETE /project/7c84b42d673442ac9d96e850ed4421ee HTTP/1.1" 404 173 0.007731 10.0.0.41 - - [2025-11-06 03:43:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003579 10.0.0.41 - - [2025-11-06 03:43:25] "GET /virtual-network/97100ac4-3500-4253-b6df-425311e26adb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006452 10.0.0.41 - - [2025-11-06 03:43:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.005504 10.0.0.41 - - [2025-11-06 03:43:29] "GET /virtual-network/97100ac4-3500-4253-b6df-425311e26adb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006984 10.0.0.41 - - [2025-11-06 03:43:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004591 10.0.0.41 - - [2025-11-06 03:43:33] "GET /virtual-network/97100ac4-3500-4253-b6df-425311e26adb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006469 10.0.0.41 - - [2025-11-06 03:43:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004312 10.0.0.41 - - [2025-11-06 03:43:37] "GET /virtual-network/97100ac4-3500-4253-b6df-425311e26adb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.007269 10.0.0.41 - - [2025-11-06 03:43:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.005158 10.0.0.41 - - [2025-11-06 03:43:41] "GET /virtual-network/97100ac4-3500-4253-b6df-425311e26adb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006691 10.0.0.41 - - [2025-11-06 03:43:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004907 10.0.0.41 - - [2025-11-06 03:43:45] "GET /virtual-network/97100ac4-3500-4253-b6df-425311e26adb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006957 10.0.0.41 - - [2025-11-06 03:43:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004392 10.0.0.41 - - [2025-11-06 03:43:49] "GET /virtual-network/97100ac4-3500-4253-b6df-425311e26adb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.007419 10.0.0.41 - - [2025-11-06 03:43:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004515 10.0.0.41 - - [2025-11-06 03:43:51] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006256 10.0.0.41 - - [2025-11-06 03:43:51] "GET /virtual-networks?parent_id=7c84b42d-6734-42ac-9d96-e850ed4421ee&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004340 10.0.0.41 - - [2025-11-06 03:43:51] "GET /virtual-network/97100ac4-3500-4253-b6df-425311e26adb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.007262 10.0.0.41 - - [2025-11-06 03:43:52] "POST /neutron/security_group HTTP/1.1" 200 2057 0.011102 10.0.0.41 - - [2025-11-06 03:44:02] "POST /neutron/port HTTP/1.1" 200 1088 0.017028 10.0.0.41 - - [2025-11-06 03:44:05] "POST /neutron/security_group HTTP/1.1" 200 2057 0.033234 10.0.0.41 - - [2025-11-06 03:44:07] "POST /neutron/port HTTP/1.1" 200 1088 0.020036 10.0.0.41 - - [2025-11-06 03:44:12] "POST /neutron/security_group HTTP/1.1" 200 2057 0.009129 10.0.0.41 - - [2025-11-06 03:44:15] "GET /obj-perms HTTP/1.1" 200 5056 0.046347 10.0.0.41 - - [2025-11-06 03:44:15] "POST /neutron/network HTTP/1.1" 200 834 0.007121 10.0.0.41 - - [2025-11-06 03:44:15] "POST /neutron/port HTTP/1.1" 200 117 0.001196 10.0.0.41 - - [2025-11-06 03:44:17] "POST /neutron/security_group HTTP/1.1" 200 2057 0.014369 10.0.0.41 - - [2025-11-06 03:44:18] "POST /neutron/port HTTP/1.1" 200 1088 0.018997 10.0.0.41 - - [2025-11-06 03:44:18] "GET /virtual-machine/60d08cb1-8454-4585-bba0-d8b8fe775bdb HTTP/1.1" 200 1293 0.010806 10.0.0.41 - - [2025-11-06 03:44:18] "GET /virtual-machine-interface/0017cd34-a1cf-4f52-a19e-bf77ddc0c7e4 HTTP/1.1" 200 2940 0.005936 10.0.0.41 - - [2025-11-06 03:44:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.005155 10.0.0.41 - - [2025-11-06 03:44:18] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005354 10.0.0.41 - - [2025-11-06 03:44:18] "GET /virtual-networks?parent_id=7c84b42d-6734-42ac-9d96-e850ed4421ee&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004139 10.0.0.41 - - [2025-11-06 03:44:18] "GET /virtual-network/97100ac4-3500-4253-b6df-425311e26adb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.007321 10.0.0.41 - - [2025-11-06 03:44:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004582 10.0.0.41 - - [2025-11-06 03:44:19] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005425 10.0.0.41 - - [2025-11-06 03:44:19] "GET /virtual-networks?parent_id=7c84b42d-6734-42ac-9d96-e850ed4421ee&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003863 10.0.0.41 - - [2025-11-06 03:44:19] "GET /virtual-network/97100ac4-3500-4253-b6df-425311e26adb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006108 10.0.0.41 - - [2025-11-06 03:44:46] "POST /neutron/network HTTP/1.1" 400 204 0.026032 10.0.0.41 - - [2025-11-06 03:44:47] "POST /neutron/port HTTP/1.1" 200 1114 0.016114 10.0.0.41 - - [2025-11-06 03:44:47] "POST /neutron/port HTTP/1.1" 200 151 0.295708 10.0.0.131 - - [2025-11-06 03:44:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.006306 10.0.0.131 - - [2025-11-06 03:44:50] "GET /projects?obj_uuids=7c84b42d-6734-42ac-9d96-e850ed4421ee&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001855 10.0.0.41 - - [2025-11-06 03:44:50] "GET /project/7c84b42d-6734-42ac-9d96-e850ed4421ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.059020 10.0.0.131 - - [2025-11-06 03:44:50] "GET /projects?obj_uuids=7c84b42d-6734-42ac-9d96-e850ed4421ee&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001327 10.0.0.41 - - [2025-11-06 03:44:50] "GET /project/7c84b42d-6734-42ac-9d96-e850ed4421ee?fields=virtual_networks HTTP/1.1" 200 1032 0.052025 10.0.0.131 - - [2025-11-06 03:44:50] "GET /projects?obj_uuids=7c84b42d-6734-42ac-9d96-e850ed4421ee&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001411 10.0.0.41 - - [2025-11-06 03:44:50] "GET /project/7c84b42d-6734-42ac-9d96-e850ed4421ee?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.050427 10.0.0.131 - - [2025-11-06 03:44:50] "GET /projects?obj_uuids=7c84b42d-6734-42ac-9d96-e850ed4421ee&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001320 10.0.0.41 - - [2025-11-06 03:44:50] "GET /project/7c84b42d-6734-42ac-9d96-e850ed4421ee?fields=security_groups HTTP/1.1" 200 1258 0.048886 10.0.0.41 - - [2025-11-06 03:45:05] "GET / HTTP/1.1" 200 36215 0.001710 10.0.0.41 - - [2025-11-06 03:45:06] "POST /fqname-to-id HTTP/1.1" 401 292 0.000491 10.0.0.41 - - [2025-11-06 03:45:06] "POST /fqname-to-id HTTP/1.1" 404 201 0.049226 10.0.0.131 - - [2025-11-06 03:45:06] "GET /projects?obj_uuids=d86b8752-4e2a-40be-b100-a6a9c303d2d7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003289 10.0.0.131 - - [2025-11-06 03:45:06] "GET /domains?obj_uuids=dd557474-6eee-442f-acdf-559f4d754f9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001097 10.0.0.131 - - [2025-11-06 03:45:06] "GET /domain/dd557474-6eee-442f-acdf-559f4d754f9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007832 10.0.0.131 - - [2025-11-06 03:45:06] "POST /id-to-fqname HTTP/1.1" 200 203 0.001250 10.0.0.131 - - [2025-11-06 03:45:06] "POST /fqname-to-id HTTP/1.1" 404 212 0.009399 10.0.0.131 - - [2025-11-06 03:45:06] "POST /security-groups HTTP/1.1" 200 604 0.073013 10.0.0.131 - - [2025-11-06 03:45:06] "POST /projects HTTP/1.1" 200 611 0.296098 10.0.0.131 - - [2025-11-06 03:45:06] "POST /access-control-lists HTTP/1.1" 200 611 0.032290 10.0.0.131 - - [2025-11-06 03:45:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.367324 10.0.0.41 - - [2025-11-06 03:45:07] "GET /project/d86b8752-4e2a-40be-b100-a6a9c303d2d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1419 0.506061 10.0.0.41 - - [2025-11-06 03:45:08] "GET / HTTP/1.1" 200 36215 0.002111 10.0.0.41 - - [2025-11-06 03:45:08] "POST /fqname-to-id HTTP/1.1" 401 292 0.000873 10.0.0.41 - - [2025-11-06 03:45:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.058929 10.0.0.131 - - [2025-11-06 03:45:08] "GET /projects?obj_uuids=d86b8752-4e2a-40be-b100-a6a9c303d2d7&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001541 10.0.0.41 - - [2025-11-06 03:45:08] "GET /project/d86b8752-4e2a-40be-b100-a6a9c303d2d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1419 0.059739 10.0.0.41 - - [2025-11-06 03:45:08] "POST /neutron/network HTTP/1.1" 200 117 0.052089 10.0.0.131 - - [2025-11-06 03:45:09] "POST /route-targets HTTP/1.1" 200 328 0.020739 10.0.0.41 - - [2025-11-06 03:45:09] "POST /neutron/network HTTP/1.1" 200 838 0.010016 10.0.0.41 - - [2025-11-06 03:45:09] "POST /id-to-fqname HTTP/1.1" 200 234 0.001266 10.0.0.41 - - [2025-11-06 03:45:09] "GET /virtual-network/329488ca-99a3-41cd-8e2b-13e34c5094e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.007479 10.0.0.41 - - [2025-11-06 03:45:09] "GET /virtual-network/329488ca-99a3-41cd-8e2b-13e34c5094e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006185 10.0.0.41 - - [2025-11-06 03:45:09] "POST /neutron/subnet HTTP/1.1" 200 720 0.015095 10.0.0.41 - - [2025-11-06 03:45:09] "POST /id-to-fqname HTTP/1.1" 200 234 0.002411 10.0.0.131 - - [2025-11-06 03:45:10] "GET /projects?obj_uuids=d86b8752-4e2a-40be-b100-a6a9c303d2d7&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001375 10.0.0.41 - - [2025-11-06 03:45:10] "GET /project/d86b8752-4e2a-40be-b100-a6a9c303d2d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1419 0.076982 10.0.0.41 - - [2025-11-06 03:45:10] "POST /neutron/network HTTP/1.1" 200 838 0.011375 10.0.0.41 - - [2025-11-06 03:45:11] "POST /id-to-fqname HTTP/1.1" 200 234 0.001394 10.0.0.41 - - [2025-11-06 03:45:11] "POST /neutron/port HTTP/1.1" 200 117 0.007714 10.0.0.131 - - [2025-11-06 03:45:11] "GET /projects?obj_uuids=d86b8752-4e2a-40be-b100-a6a9c303d2d7&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001313 10.0.0.41 - - [2025-11-06 03:45:11] "POST /neutron/port HTTP/1.1" 200 1072 0.324694 10.0.0.131 - - [2025-11-06 03:45:12] "GET /projects?obj_uuids=d86b8752-4e2a-40be-b100-a6a9c303d2d7&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.002228 10.0.0.41 - - [2025-11-06 03:45:12] "GET /project/d86b8752-4e2a-40be-b100-a6a9c303d2d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1419 0.119534 10.0.0.41 - - [2025-11-06 03:45:12] "POST /neutron/port HTTP/1.1" 200 1126 0.181982 10.0.0.41 - - [2025-11-06 03:45:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004881 10.0.0.41 - - [2025-11-06 03:45:12] "POST /neutron/network HTTP/1.1" 200 838 0.010651 10.0.0.41 - - [2025-11-06 03:45:12] "POST /neutron/port HTTP/1.1" 200 117 0.006617 10.0.0.41 - - [2025-11-06 03:45:12] "GET /virtual-network/329488ca-99a3-41cd-8e2b-13e34c5094e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.010947 10.0.0.41 - - [2025-11-06 03:45:13] "POST /neutron/port HTTP/1.1" 200 1072 0.018892 10.0.0.41 - - [2025-11-06 03:45:13] "POST /neutron/port HTTP/1.1" 200 1100 0.017881 10.0.0.41 - - [2025-11-06 03:45:13] "POST /neutron/port HTTP/1.1" 200 117 0.001740 10.0.0.131 - - [2025-11-06 03:45:13] "DELETE /access-control-list/a96e6712-ae1a-432d-a88c-1fa9802062be HTTP/1.1" 200 115 0.037547 10.0.0.41 - - [2025-11-06 03:45:14] "POST /neutron/security_group HTTP/1.1" 200 2071 0.008453 10.0.0.41 - - [2025-11-06 03:45:14] "POST /neutron/port HTTP/1.1" 200 1100 0.022803 10.0.0.41 - - [2025-11-06 03:45:14] "GET /virtual-machine/0c935625-63fc-4285-95c2-d609dc9d557e HTTP/1.1" 401 292 0.001010 10.0.0.41 - - [2025-11-06 03:45:15] "GET /virtual-machine/0c935625-63fc-4285-95c2-d609dc9d557e HTTP/1.1" 200 1306 0.040359 10.0.0.41 - - [2025-11-06 03:45:15] "GET /virtual-machine-interface/93bfda8e-98e9-48a0-8d62-211f963b04c1 HTTP/1.1" 200 3017 0.006555 10.0.0.41 - - [2025-11-06 03:45:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004701 10.0.0.41 - - [2025-11-06 03:45:15] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004059 10.0.0.41 - - [2025-11-06 03:45:15] "GET /virtual-networks?parent_id=d86b8752-4e2a-40be-b100-a6a9c303d2d7&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.003647 10.0.0.41 - - [2025-11-06 03:45:15] "GET /virtual-network/329488ca-99a3-41cd-8e2b-13e34c5094e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006066 10.0.0.38 - - [2025-11-06 03:45:15] "GET /obj-perms HTTP/1.1" 200 5056 0.058395 10.0.0.131 - - [2025-11-06 03:45:16] "GET /obj-perms HTTP/1.1" 200 5056 0.048094 10.0.0.41 - - [2025-11-06 03:45:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004840 10.0.0.41 - - [2025-11-06 03:45:18] "GET /virtual-network/329488ca-99a3-41cd-8e2b-13e34c5094e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006117 10.0.0.131 - - [2025-11-06 03:45:22] "DELETE /project/7c84b42d-6734-42ac-9d96-e850ed4421ee HTTP/1.1" 404 177 0.005601 10.0.0.131 - - [2025-11-06 03:45:22] "DELETE /project/d86b87524e2a40beb100a6a9c303d2d7 HTTP/1.1" 404 173 0.005646 10.0.0.41 - - [2025-11-06 03:45:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004692 10.0.0.41 - - [2025-11-06 03:45:22] "GET /virtual-network/329488ca-99a3-41cd-8e2b-13e34c5094e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.008941 10.0.0.41 - - [2025-11-06 03:45:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004312 10.0.0.41 - - [2025-11-06 03:45:26] "GET /virtual-network/329488ca-99a3-41cd-8e2b-13e34c5094e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006708 10.0.0.41 - - [2025-11-06 03:45:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004089 10.0.0.41 - - [2025-11-06 03:45:30] "GET /virtual-network/329488ca-99a3-41cd-8e2b-13e34c5094e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005948 10.0.0.41 - - [2025-11-06 03:45:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004007 10.0.0.41 - - [2025-11-06 03:45:34] "GET /virtual-network/329488ca-99a3-41cd-8e2b-13e34c5094e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006514 10.0.0.41 - - [2025-11-06 03:45:35] "POST /neutron/security_group HTTP/1.1" 200 2071 0.010424 10.0.0.41 - - [2025-11-06 03:45:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.005384 10.0.0.41 - - [2025-11-06 03:45:36] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005941 10.0.0.41 - - [2025-11-06 03:45:36] "GET /virtual-networks?parent_id=d86b8752-4e2a-40be-b100-a6a9c303d2d7&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.004906 10.0.0.41 - - [2025-11-06 03:45:36] "GET /virtual-network/329488ca-99a3-41cd-8e2b-13e34c5094e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.011198 10.0.0.41 - - [2025-11-06 03:45:36] "POST /neutron/port HTTP/1.1" 200 1100 0.024077 10.0.0.41 - - [2025-11-06 03:45:42] "POST /neutron/security_group HTTP/1.1" 200 2071 0.007760 10.0.0.41 - - [2025-11-06 03:45:52] "POST /neutron/port HTTP/1.1" 200 1100 0.017990 10.0.0.41 - - [2025-11-06 03:45:57] "POST /neutron/security_group HTTP/1.1" 200 2071 0.011061 10.0.0.41 - - [2025-11-06 03:45:57] "POST /neutron/port HTTP/1.1" 200 1100 0.022521 10.0.0.41 - - [2025-11-06 03:45:57] "GET /virtual-machine/dec30a26-078f-4cb3-9f56-071b71de729b HTTP/1.1" 200 1308 0.007198 10.0.0.41 - - [2025-11-06 03:45:57] "GET /virtual-machine-interface/dfb59933-0eef-40f9-a053-b7d391a96fc5 HTTP/1.1" 200 3017 0.007570 10.0.0.41 - - [2025-11-06 03:45:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.005867 10.0.0.41 - - [2025-11-06 03:45:57] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005286 10.0.0.41 - - [2025-11-06 03:45:57] "GET /virtual-networks?parent_id=d86b8752-4e2a-40be-b100-a6a9c303d2d7&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.005795 10.0.0.41 - - [2025-11-06 03:45:57] "GET /virtual-network/329488ca-99a3-41cd-8e2b-13e34c5094e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.007425 10.0.0.41 - - [2025-11-06 03:45:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003993 10.0.0.41 - - [2025-11-06 03:45:58] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004065 10.0.0.41 - - [2025-11-06 03:45:58] "GET /virtual-networks?parent_id=d86b8752-4e2a-40be-b100-a6a9c303d2d7&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.003368 10.0.0.41 - - [2025-11-06 03:45:58] "GET /virtual-network/329488ca-99a3-41cd-8e2b-13e34c5094e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006016 10.0.0.41 - - [2025-11-06 03:45:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004075 10.0.0.41 - - [2025-11-06 03:45:59] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004646 10.0.0.41 - - [2025-11-06 03:45:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003725 10.0.0.41 - - [2025-11-06 03:45:59] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006045 10.0.0.41 - - [2025-11-06 03:45:59] "PUT /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45 HTTP/1.1" 200 277 0.012684 10.0.0.41 - - [2025-11-06 03:46:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004495 10.0.0.41 - - [2025-11-06 03:46:11] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1640 0.005487 10.0.0.41 - - [2025-11-06 03:46:11] "PUT /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45 HTTP/1.1" 200 277 0.018576 10.0.0.38 - - [2025-11-06 03:46:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000560 10.0.0.131 - - [2025-11-06 03:46:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000753 10.0.0.38 - - [2025-11-06 03:46:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000555 10.0.0.131 - - [2025-11-06 03:46:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000602 10.0.0.131 - - [2025-11-06 03:46:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000396 10.0.0.131 - - [2025-11-06 03:46:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000361 10.0.0.38 - - [2025-11-06 03:46:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000396 10.0.0.38 - - [2025-11-06 03:46:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000488 10.0.0.41 - - [2025-11-06 03:46:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000470 10.0.0.41 - - [2025-11-06 03:46:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000655 10.0.0.41 - - [2025-11-06 03:46:14] "GET /global-system-configs HTTP/1.1" 401 292 0.000685 10.0.0.41 - - [2025-11-06 03:46:14] "GET /global-system-configs HTTP/1.1" 401 292 0.000396 10.0.0.41 - - [2025-11-06 03:46:18] "POST /neutron/port HTTP/1.1" 200 117 0.009795 10.0.0.41 - - [2025-11-06 03:47:02] "POST /neutron/network HTTP/1.1" 200 838 0.007698 10.0.0.41 - - [2025-11-06 03:47:02] "POST /neutron/port HTTP/1.1" 200 1126 0.014424 10.0.0.41 - - [2025-11-06 03:47:02] "POST /neutron/port HTTP/1.1" 200 1126 0.016833 10.0.0.131 - - [2025-11-06 03:47:04] "POST /useragent-kv HTTP/1.1" 200 115 0.003090 10.0.0.131 - - [2025-11-06 03:47:04] "POST /useragent-kv HTTP/1.1" 200 115 0.004683 10.0.0.41 - - [2025-11-06 03:47:04] "POST /neutron/network HTTP/1.1" 200 151 0.145435 10.0.0.131 - - [2025-11-06 03:47:04] "GET /projects?obj_uuids=d86b8752-4e2a-40be-b100-a6a9c303d2d7&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001063 10.0.0.41 - - [2025-11-06 03:47:04] "GET /project/d86b8752-4e2a-40be-b100-a6a9c303d2d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1419 0.048441 10.0.0.131 - - [2025-11-06 03:47:04] "GET /projects?obj_uuids=d86b8752-4e2a-40be-b100-a6a9c303d2d7&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.000969 10.0.0.41 - - [2025-11-06 03:47:04] "GET /project/d86b8752-4e2a-40be-b100-a6a9c303d2d7?fields=virtual_networks HTTP/1.1" 200 1061 0.041544 10.0.0.131 - - [2025-11-06 03:47:04] "GET /projects?obj_uuids=d86b8752-4e2a-40be-b100-a6a9c303d2d7&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001514 10.0.0.41 - - [2025-11-06 03:47:04] "GET /project/d86b8752-4e2a-40be-b100-a6a9c303d2d7?fields=virtual_machine_interfaces HTTP/1.1" 200 1061 0.044405 10.0.0.131 - - [2025-11-06 03:47:04] "GET /projects?obj_uuids=d86b8752-4e2a-40be-b100-a6a9c303d2d7&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001395 10.0.0.41 - - [2025-11-06 03:47:05] "GET /project/d86b8752-4e2a-40be-b100-a6a9c303d2d7?fields=security_groups HTTP/1.1" 200 1301 0.053426 10.0.0.41 - - [2025-11-06 03:47:05] "POST /fqname-to-id HTTP/1.1" 404 206 0.029620 10.0.0.131 - - [2025-11-06 03:47:05] "GET /projects?obj_uuids=1e05bdee-da2d-4c4f-8cae-c5a6718fe701&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003888 10.0.0.131 - - [2025-11-06 03:47:05] "GET /domains?obj_uuids=dd557474-6eee-442f-acdf-559f4d754f9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001045 10.0.0.131 - - [2025-11-06 03:47:05] "GET /domain/dd557474-6eee-442f-acdf-559f4d754f9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007199 10.0.0.131 - - [2025-11-06 03:47:06] "POST /id-to-fqname HTTP/1.1" 200 209 0.007389 10.0.0.131 - - [2025-11-06 03:47:06] "POST /fqname-to-id HTTP/1.1" 404 217 0.006132 10.0.0.131 - - [2025-11-06 03:47:06] "POST /security-groups HTTP/1.1" 200 609 0.043402 10.0.0.131 - - [2025-11-06 03:47:06] "POST /fqname-to-id HTTP/1.1" 404 252 0.004661 10.0.0.131 - - [2025-11-06 03:47:06] "POST /projects HTTP/1.1" 200 621 0.275029 10.0.0.131 - - [2025-11-06 03:47:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.310571 10.0.0.131 - - [2025-11-06 03:47:06] "POST /access-control-lists HTTP/1.1" 200 614 0.039365 10.0.0.41 - - [2025-11-06 03:47:06] "GET /project/1e05bdee-da2d-4c4f-8cae-c5a6718fe701?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.490406 10.0.0.41 - - [2025-11-06 03:47:07] "GET / HTTP/1.1" 200 36215 0.003253 10.0.0.41 - - [2025-11-06 03:47:07] "POST /fqname-to-id HTTP/1.1" 401 292 0.000477 10.0.0.41 - - [2025-11-06 03:47:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.061937 10.0.0.131 - - [2025-11-06 03:47:08] "GET /projects?obj_uuids=1e05bdee-da2d-4c4f-8cae-c5a6718fe701&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001835 10.0.0.41 - - [2025-11-06 03:47:08] "GET /project/1e05bdee-da2d-4c4f-8cae-c5a6718fe701?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.054824 10.0.0.131 - - [2025-11-06 03:47:08] "POST /useragent-kv HTTP/1.1" 200 115 0.008976 10.0.0.41 - - [2025-11-06 03:47:08] "POST /neutron/subnet HTTP/1.1" 200 719 0.281509 10.0.0.41 - - [2025-11-06 03:47:08] "POST /id-to-fqname HTTP/1.1" 200 239 0.001871 10.0.0.41 - - [2025-11-06 03:47:08] "GET /virtual-network/f66c8fb7-f7ef-465d-ab92-19ab61f4de85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006953 10.0.0.41 - - [2025-11-06 03:47:09] "GET /virtual-network/f66c8fb7-f7ef-465d-ab92-19ab61f4de85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.007410 10.0.0.41 - - [2025-11-06 03:47:09] "POST /neutron/network HTTP/1.1" 200 843 0.009713 10.0.0.41 - - [2025-11-06 03:47:09] "POST /id-to-fqname HTTP/1.1" 200 239 0.001401 10.0.0.41 - - [2025-11-06 03:47:09] "POST /neutron/network HTTP/1.1" 200 853 0.007082 10.0.0.131 - - [2025-11-06 03:47:10] "GET /projects?obj_uuids=1e05bdee-da2d-4c4f-8cae-c5a6718fe701&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000987 10.0.0.41 - - [2025-11-06 03:47:10] "GET /project/1e05bdee-da2d-4c4f-8cae-c5a6718fe701?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.077061 10.0.0.41 - - [2025-11-06 03:47:10] "POST /neutron/port HTTP/1.1" 200 117 0.007181 10.0.0.41 - - [2025-11-06 03:47:10] "POST /id-to-fqname HTTP/1.1" 200 239 0.001306 10.0.0.41 - - [2025-11-06 03:47:10] "POST /neutron/network HTTP/1.1" 200 853 0.008207 10.0.0.41 - - [2025-11-06 03:47:11] "POST /neutron/port HTTP/1.1" 200 1077 0.023515 10.0.0.131 - - [2025-11-06 03:47:11] "GET /projects?obj_uuids=1e05bdee-da2d-4c4f-8cae-c5a6718fe701&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001424 10.0.0.41 - - [2025-11-06 03:47:11] "GET /project/1e05bdee-da2d-4c4f-8cae-c5a6718fe701?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.114858 10.0.0.41 - - [2025-11-06 03:47:11] "POST /neutron/network HTTP/1.1" 200 843 0.007555 10.0.0.41 - - [2025-11-06 03:47:11] "POST /neutron/port HTTP/1.1" 200 117 0.001216 10.0.0.41 - - [2025-11-06 03:47:11] "POST /neutron/security_group HTTP/1.1" 200 2076 0.011398 10.0.0.131 - - [2025-11-06 03:47:12] "GET /projects?obj_uuids=1e05bdee-da2d-4c4f-8cae-c5a6718fe701&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001956 10.0.0.41 - - [2025-11-06 03:47:12] "GET /virtual-network/f66c8fb7-f7ef-465d-ab92-19ab61f4de85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006652 10.0.0.41 - - [2025-11-06 03:47:12] "POST /neutron/port HTTP/1.1" 200 1077 0.368616 10.0.0.41 - - [2025-11-06 03:47:12] "POST /neutron/port HTTP/1.1" 200 1131 0.119035 10.0.0.41 - - [2025-11-06 03:47:13] "POST /neutron/subnet HTTP/1.1" 200 693 0.009780 10.0.0.41 - - [2025-11-06 03:47:13] "GET /obj-perms HTTP/1.1" 200 5066 0.074242 10.0.0.41 - - [2025-11-06 03:47:13] "POST /neutron/port HTTP/1.1" 200 1105 0.018925 10.0.0.41 - - [2025-11-06 03:47:14] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007466 10.0.0.41 - - [2025-11-06 03:47:14] "GET /virtual-machine/780f9aa0-483e-46fa-a5a5-dd4166225bff HTTP/1.1" 401 292 0.000555 10.0.0.131 - - [2025-11-06 03:47:14] "DELETE /access-control-list/564064b1-f7d6-49b4-a7fb-037fdf36701c HTTP/1.1" 200 115 0.038065 10.0.0.41 - - [2025-11-06 03:47:14] "GET /virtual-machine/780f9aa0-483e-46fa-a5a5-dd4166225bff HTTP/1.1" 200 1312 0.036917 10.0.0.41 - - [2025-11-06 03:47:14] "GET /virtual-machine-interface/5a486533-6db8-4071-9ab1-0a51e38842a6 HTTP/1.1" 200 3041 0.006980 10.0.0.41 - - [2025-11-06 03:47:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004824 10.0.0.41 - - [2025-11-06 03:47:14] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006249 10.0.0.41 - - [2025-11-06 03:47:14] "GET /virtual-networks?parent_id=1e05bdee-da2d-4c4f-8cae-c5a6718fe701&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.004615 10.0.0.41 - - [2025-11-06 03:47:14] "GET /virtual-network/f66c8fb7-f7ef-465d-ab92-19ab61f4de85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.007319 10.0.0.41 - - [2025-11-06 03:47:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005486 10.0.0.41 - - [2025-11-06 03:47:17] "GET /virtual-network/f66c8fb7-f7ef-465d-ab92-19ab61f4de85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.009783 10.0.0.41 - - [2025-11-06 03:47:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004352 10.0.0.41 - - [2025-11-06 03:47:21] "GET /virtual-network/f66c8fb7-f7ef-465d-ab92-19ab61f4de85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006047 10.0.0.131 - - [2025-11-06 03:47:22] "DELETE /project/d86b8752-4e2a-40be-b100-a6a9c303d2d7 HTTP/1.1" 404 177 0.004563 10.0.0.131 - - [2025-11-06 03:47:22] "DELETE /project/1e05bdeeda2d4c4f8caec5a6718fe701 HTTP/1.1" 404 173 0.004056 10.0.0.41 - - [2025-11-06 03:47:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004550 10.0.0.41 - - [2025-11-06 03:47:26] "GET /virtual-network/f66c8fb7-f7ef-465d-ab92-19ab61f4de85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.009834 10.0.0.41 - - [2025-11-06 03:47:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003828 10.0.0.41 - - [2025-11-06 03:47:30] "GET /virtual-network/f66c8fb7-f7ef-465d-ab92-19ab61f4de85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006280 10.0.0.41 - - [2025-11-06 03:47:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005143 10.0.0.41 - - [2025-11-06 03:47:34] "GET /virtual-network/f66c8fb7-f7ef-465d-ab92-19ab61f4de85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.009662 10.0.0.41 - - [2025-11-06 03:47:34] "POST /neutron/port HTTP/1.1" 200 1105 0.021741 10.0.0.41 - - [2025-11-06 03:47:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.006421 10.0.0.41 - - [2025-11-06 03:47:36] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003446 10.0.0.41 - - [2025-11-06 03:47:36] "GET /virtual-networks?parent_id=1e05bdee-da2d-4c4f-8cae-c5a6718fe701&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.003175 10.0.0.41 - - [2025-11-06 03:47:36] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008993 10.0.0.41 - - [2025-11-06 03:47:36] "GET /virtual-network/f66c8fb7-f7ef-465d-ab92-19ab61f4de85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006030 10.0.0.41 - - [2025-11-06 03:47:41] "POST /neutron/port HTTP/1.1" 200 1105 0.021420 10.0.0.41 - - [2025-11-06 03:47:46] "POST /neutron/security_group HTTP/1.1" 200 2076 0.010914 10.0.0.41 - - [2025-11-06 03:47:52] "POST /neutron/port HTTP/1.1" 200 1105 0.020407 10.0.0.41 - - [2025-11-06 03:47:52] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008961 10.0.0.41 - - [2025-11-06 03:47:52] "GET /virtual-machine/92bc5d29-2148-4486-b968-be0ec70ab960 HTTP/1.1" 200 1313 0.007744 10.0.0.41 - - [2025-11-06 03:47:52] "GET /virtual-machine-interface/53d7dcec-a6f5-4c12-a228-597491b03a5d HTTP/1.1" 200 3041 0.007625 10.0.0.41 - - [2025-11-06 03:47:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.006591 10.0.0.41 - - [2025-11-06 03:47:52] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005774 10.0.0.41 - - [2025-11-06 03:47:52] "GET /virtual-networks?parent_id=1e05bdee-da2d-4c4f-8cae-c5a6718fe701&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.004518 10.0.0.41 - - [2025-11-06 03:47:52] "GET /virtual-network/f66c8fb7-f7ef-465d-ab92-19ab61f4de85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006292 10.0.0.41 - - [2025-11-06 03:47:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004912 10.0.0.41 - - [2025-11-06 03:47:53] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005386 10.0.0.41 - - [2025-11-06 03:47:53] "GET /virtual-networks?parent_id=1e05bdee-da2d-4c4f-8cae-c5a6718fe701&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.004360 10.0.0.41 - - [2025-11-06 03:47:53] "GET /virtual-network/f66c8fb7-f7ef-465d-ab92-19ab61f4de85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.007237 10.0.0.41 - - [2025-11-06 03:47:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004947 10.0.0.131 - - [2025-11-06 03:47:53] "GET /projects?obj_uuids=1e05bdee-da2d-4c4f-8cae-c5a6718fe701&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001149 10.0.0.41 - - [2025-11-06 03:47:53] "GET /project/1e05bdee-da2d-4c4f-8cae-c5a6718fe701?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.056827 10.0.0.131 - - [2025-11-06 03:47:54] "POST /ref-update HTTP/1.1" 200 156 0.058822 10.0.0.131 - - [2025-11-06 03:47:54] "POST /useragent-kv HTTP/1.1" 200 115 0.056992 10.0.0.41 - - [2025-11-06 03:47:54] "POST /neutron/subnet HTTP/1.1" 200 720 0.273426 10.0.0.41 - - [2025-11-06 03:47:54] "POST /id-to-fqname HTTP/1.1" 200 239 0.001836 10.0.0.41 - - [2025-11-06 03:47:54] "GET /virtual-network/bcb925c9-9963-4c98-addd-58c37dba9150?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.007468 10.0.0.41 - - [2025-11-06 03:47:54] "GET /virtual-network/bcb925c9-9963-4c98-addd-58c37dba9150?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.007508 10.0.0.41 - - [2025-11-06 03:47:54] "POST /neutron/network HTTP/1.1" 200 843 0.009009 10.0.0.41 - - [2025-11-06 03:47:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004972 10.0.0.131 - - [2025-11-06 03:47:54] "GET /projects?obj_uuids=1e05bdee-da2d-4c4f-8cae-c5a6718fe701&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001385 10.0.0.41 - - [2025-11-06 03:47:54] "GET /project/1e05bdee-da2d-4c4f-8cae-c5a6718fe701?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.052015 10.0.0.131 - - [2025-11-06 03:47:54] "GET /projects?obj_uuids=1e05bdee-da2d-4c4f-8cae-c5a6718fe701&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001277 10.0.0.41 - - [2025-11-06 03:47:54] "POST /neutron/network HTTP/1.1" 200 631 0.154199 10.0.0.41 - - [2025-11-06 03:47:55] "POST /id-to-fqname HTTP/1.1" 200 242 0.003793 10.0.0.41 - - [2025-11-06 03:47:55] "GET /virtual-network/ba78943e-f17d-4439-84e5-aae36d2fc1fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.006274 10.0.0.41 - - [2025-11-06 03:47:55] "POST /neutron/network HTTP/1.1" 200 848 0.008815 10.0.0.41 - - [2025-11-06 03:47:55] "GET /virtual-network/ba78943e-f17d-4439-84e5-aae36d2fc1fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.006104 10.0.0.41 - - [2025-11-06 03:47:55] "POST /id-to-fqname HTTP/1.1" 200 239 0.001535 10.0.0.41 - - [2025-11-06 03:47:55] "POST /neutron/port HTTP/1.1" 200 2094 0.019879 10.0.0.131 - - [2025-11-06 03:47:56] "GET /projects?obj_uuids=1e05bdee-da2d-4c4f-8cae-c5a6718fe701&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001145 10.0.0.41 - - [2025-11-06 03:47:56] "GET /project/1e05bdee-da2d-4c4f-8cae-c5a6718fe701?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.071372 10.0.0.41 - - [2025-11-06 03:47:56] "POST /neutron/network HTTP/1.1" 200 843 0.007997 10.0.0.41 - - [2025-11-06 03:47:56] "POST /neutron/port HTTP/1.1" 200 117 0.010227 10.0.0.41 - - [2025-11-06 03:47:56] "POST /id-to-fqname HTTP/1.1" 200 242 0.001984 10.0.0.41 - - [2025-11-06 03:47:56] "POST /neutron/network HTTP/1.1" 200 858 0.008835 10.0.0.41 - - [2025-11-06 03:47:57] "POST /neutron/port HTTP/1.1" 200 1077 0.041308 10.0.0.41 - - [2025-11-06 03:47:57] "POST /neutron/port HTTP/1.1" 200 1105 0.026866 10.0.0.131 - - [2025-11-06 03:47:57] "GET /projects?obj_uuids=1e05bdee-da2d-4c4f-8cae-c5a6718fe701&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.002214 10.0.0.41 - - [2025-11-06 03:47:57] "POST /neutron/port HTTP/1.1" 200 117 0.001178 10.0.0.41 - - [2025-11-06 03:47:57] "GET /project/1e05bdee-da2d-4c4f-8cae-c5a6718fe701?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.091734 10.0.0.41 - - [2025-11-06 03:47:57] "POST /neutron/port HTTP/1.1" 200 3082 0.025397 10.0.0.41 - - [2025-11-06 03:47:58] "POST /id-to-fqname HTTP/1.1" 200 239 0.001408 10.0.0.41 - - [2025-11-06 03:47:58] "POST /id-to-fqname HTTP/1.1" 200 239 0.001074 10.0.0.41 - - [2025-11-06 03:47:58] "POST /neutron/port HTTP/1.1" 200 3082 0.021606 10.0.0.41 - - [2025-11-06 03:47:58] "POST /neutron/network HTTP/1.1" 200 858 0.010579 10.0.0.41 - - [2025-11-06 03:47:58] "POST /neutron/port HTTP/1.1" 200 1076 0.021590 10.0.0.41 - - [2025-11-06 03:47:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007732 10.0.0.131 - - [2025-11-06 03:47:59] "GET /projects?obj_uuids=1e05bdee-da2d-4c4f-8cae-c5a6718fe701&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001803 10.0.0.41 - - [2025-11-06 03:47:59] "GET /project/1e05bdee-da2d-4c4f-8cae-c5a6718fe701?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.091551 10.0.0.41 - - [2025-11-06 03:47:59] "POST /neutron/network HTTP/1.1" 200 843 0.010328 10.0.0.41 - - [2025-11-06 03:47:59] "POST /neutron/port HTTP/1.1" 200 4069 0.032824 10.0.0.41 - - [2025-11-06 03:47:59] "GET /virtual-network/f66c8fb7-f7ef-465d-ab92-19ab61f4de85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.007991 10.0.0.41 - - [2025-11-06 03:48:00] "POST /neutron/network HTTP/1.1" 200 1554 0.015956 10.0.0.38 - - [2025-11-06 03:48:00] "GET /obj-perms HTTP/1.1" 200 5066 0.077016 10.0.0.131 - - [2025-11-06 03:48:00] "GET /obj-perms HTTP/1.1" 200 5066 0.094446 10.0.0.41 - - [2025-11-06 03:48:00] "GET /virtual-network/bcb925c9-9963-4c98-addd-58c37dba9150?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.014842 10.0.0.41 - - [2025-11-06 03:48:00] "POST /neutron/port HTTP/1.1" 200 1077 0.022744 10.0.0.41 - - [2025-11-06 03:48:01] "GET /obj-perms HTTP/1.1" 200 5066 0.009234 10.0.0.41 - - [2025-11-06 03:48:01] "POST /neutron/port HTTP/1.1" 200 1077 0.023392 10.0.0.41 - - [2025-11-06 03:48:01] "POST /neutron/port HTTP/1.1" 200 2094 0.021945 10.0.0.41 - - [2025-11-06 03:48:01] "GET /virtual-network/ba78943e-f17d-4439-84e5-aae36d2fc1fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.006381 10.0.0.41 - - [2025-11-06 03:48:01] "POST /neutron/port HTTP/1.1" 200 117 0.001198 10.0.0.41 - - [2025-11-06 03:48:01] "POST /neutron/subnet HTTP/1.1" 200 694 0.010250 10.0.0.41 - - [2025-11-06 03:48:01] "POST /neutron/port HTTP/1.1" 200 1104 0.024850 10.0.0.41 - - [2025-11-06 03:48:02] "POST /neutron/security_group HTTP/1.1" 200 2076 0.013503 10.0.0.41 - - [2025-11-06 03:48:02] "GET /virtual-machine/cfbca771-3c9b-4da7-a832-04f0fa244ffa HTTP/1.1" 200 1313 0.009316 10.0.0.41 - - [2025-11-06 03:48:02] "GET /virtual-machine-interface/ec30b856-0aae-45b2-8a37-be238f749034 HTTP/1.1" 200 3050 0.008087 10.0.0.41 - - [2025-11-06 03:48:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004091 10.0.0.41 - - [2025-11-06 03:48:02] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004516 10.0.0.41 - - [2025-11-06 03:48:02] "GET /virtual-networks?parent_id=1e05bdee-da2d-4c4f-8cae-c5a6718fe701&detail=False&count=False&shared=False HTTP/1.1" 200 854 0.003967 10.0.0.41 - - [2025-11-06 03:48:02] "GET /virtual-network/ba78943e-f17d-4439-84e5-aae36d2fc1fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.006276 10.0.0.41 - - [2025-11-06 03:48:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005890 10.0.0.41 - - [2025-11-06 03:48:05] "GET /virtual-network/ba78943e-f17d-4439-84e5-aae36d2fc1fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.006225 10.0.0.41 - - [2025-11-06 03:48:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003638 10.0.0.41 - - [2025-11-06 03:48:09] "GET /virtual-network/ba78943e-f17d-4439-84e5-aae36d2fc1fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.005802 10.0.0.41 - - [2025-11-06 03:48:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004299 10.0.0.41 - - [2025-11-06 03:48:13] "GET /virtual-network/ba78943e-f17d-4439-84e5-aae36d2fc1fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.006832 10.0.0.41 - - [2025-11-06 03:48:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005073 10.0.0.41 - - [2025-11-06 03:48:17] "GET /virtual-network/ba78943e-f17d-4439-84e5-aae36d2fc1fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.009311 10.0.0.38 - - [2025-11-06 03:48:18] "GET /obj-perms HTTP/1.1" 200 5056 0.051464 10.0.0.131 - - [2025-11-06 03:48:18] "GET /obj-perms HTTP/1.1" 200 5056 0.048632 10.0.0.41 - - [2025-11-06 03:48:19] "POST /neutron/port HTTP/1.1" 200 1105 0.026697 10.0.0.41 - - [2025-11-06 03:48:20] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007546 10.0.0.41 - - [2025-11-06 03:48:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003925 10.0.0.41 - - [2025-11-06 03:48:21] "GET /virtual-network/ba78943e-f17d-4439-84e5-aae36d2fc1fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.005647 10.0.0.41 - - [2025-11-06 03:48:22] "POST /neutron/network HTTP/1.1" 200 853 0.034219 10.0.0.41 - - [2025-11-06 03:48:22] "POST /neutron/port HTTP/1.1" 200 117 0.001988 10.0.0.41 - - [2025-11-06 03:48:22] "POST /neutron/security_group HTTP/1.1" 200 2076 0.009943 10.0.0.41 - - [2025-11-06 03:48:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003626 10.0.0.41 - - [2025-11-06 03:48:23] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005939 10.0.0.41 - - [2025-11-06 03:48:23] "GET /virtual-networks?parent_id=1e05bdee-da2d-4c4f-8cae-c5a6718fe701&detail=False&count=False&shared=False HTTP/1.1" 200 854 0.004466 10.0.0.41 - - [2025-11-06 03:48:23] "GET /virtual-network/ba78943e-f17d-4439-84e5-aae36d2fc1fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.009238 10.0.0.41 - - [2025-11-06 03:48:29] "POST /neutron/port HTTP/1.1" 200 1105 0.018210 10.0.0.41 - - [2025-11-06 03:48:29] "POST /neutron/security_group HTTP/1.1" 200 2076 0.009037 10.0.0.41 - - [2025-11-06 03:48:29] "GET /virtual-machine/1889dcc7-ebac-4439-a403-9830ad676f09 HTTP/1.1" 200 1312 0.006572 10.0.0.41 - - [2025-11-06 03:48:29] "GET /virtual-machine-interface/b7b25725-4ef7-462f-88ab-c61ae68ad69f HTTP/1.1" 200 3041 0.005753 10.0.0.41 - - [2025-11-06 03:48:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003821 10.0.0.41 - - [2025-11-06 03:48:29] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005251 10.0.0.41 - - [2025-11-06 03:48:29] "GET /virtual-networks?parent_id=1e05bdee-da2d-4c4f-8cae-c5a6718fe701&detail=False&count=False&shared=False HTTP/1.1" 200 854 0.003983 10.0.0.41 - - [2025-11-06 03:48:29] "GET /virtual-network/bcb925c9-9963-4c98-addd-58c37dba9150?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.008018 10.0.0.41 - - [2025-11-06 03:48:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004524 10.0.0.41 - - [2025-11-06 03:48:30] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005121 10.0.0.41 - - [2025-11-06 03:48:30] "GET /virtual-networks?parent_id=1e05bdee-da2d-4c4f-8cae-c5a6718fe701&detail=False&count=False&shared=False HTTP/1.1" 200 854 0.003872 10.0.0.41 - - [2025-11-06 03:48:30] "GET /virtual-network/bcb925c9-9963-4c98-addd-58c37dba9150?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006438 10.0.0.41 - - [2025-11-06 03:48:31] "POST /neutron/port HTTP/1.1" 200 2094 0.021773 10.0.0.41 - - [2025-11-06 03:48:31] "POST /neutron/security_group HTTP/1.1" 200 2076 0.010540 10.0.0.41 - - [2025-11-06 03:48:31] "POST /neutron/port HTTP/1.1" 200 2094 0.022660 10.0.0.41 - - [2025-11-06 03:48:31] "GET /virtual-machine/f2cd926e-10c2-44c3-ac28-f911b1e213ac HTTP/1.1" 200 1590 0.008957 10.0.0.41 - - [2025-11-06 03:48:31] "GET /virtual-machine-interface/9319a680-97d5-4973-ae92-4b43805416bd HTTP/1.1" 200 3042 0.006929 10.0.0.41 - - [2025-11-06 03:48:31] "GET /virtual-machine-interface/9b2dad89-1923-4118-b0c4-62a0fd848ac7 HTTP/1.1" 200 3042 0.007827 10.0.0.41 - - [2025-11-06 03:48:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.005625 10.0.0.41 - - [2025-11-06 03:48:31] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005745 10.0.0.41 - - [2025-11-06 03:48:31] "GET /virtual-networks?parent_id=1e05bdee-da2d-4c4f-8cae-c5a6718fe701&detail=False&count=False&shared=False HTTP/1.1" 200 854 0.005741 10.0.0.41 - - [2025-11-06 03:48:31] "GET /virtual-network/f66c8fb7-f7ef-465d-ab92-19ab61f4de85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006168 10.0.0.41 - - [2025-11-06 03:48:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.005314 10.0.0.41 - - [2025-11-06 03:48:32] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006189 10.0.0.41 - - [2025-11-06 03:48:32] "GET /virtual-networks?parent_id=1e05bdee-da2d-4c4f-8cae-c5a6718fe701&detail=False&count=False&shared=False HTTP/1.1" 200 854 0.004389 10.0.0.41 - - [2025-11-06 03:48:32] "GET /virtual-network/f66c8fb7-f7ef-465d-ab92-19ab61f4de85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006891 10.0.0.41 - - [2025-11-06 03:48:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003707 10.0.0.41 - - [2025-11-06 03:48:32] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004181 10.0.0.41 - - [2025-11-06 03:48:32] "GET /virtual-networks?parent_id=1e05bdee-da2d-4c4f-8cae-c5a6718fe701&detail=False&count=False&shared=False HTTP/1.1" 200 854 0.003936 10.0.0.41 - - [2025-11-06 03:48:32] "GET /virtual-network/bcb925c9-9963-4c98-addd-58c37dba9150?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.008198 10.0.0.41 - - [2025-11-06 03:48:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004526 10.0.0.41 - - [2025-11-06 03:48:34] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006383 10.0.0.41 - - [2025-11-06 03:48:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004854 10.0.0.41 - - [2025-11-06 03:48:34] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005757 10.0.0.41 - - [2025-11-06 03:48:34] "PUT /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45 HTTP/1.1" 200 277 0.018407 10.0.0.41 - - [2025-11-06 03:48:34] "POST /fqname-to-id HTTP/1.1" 404 217 0.004679 10.0.0.41 - - [2025-11-06 03:48:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004274 10.0.0.131 - - [2025-11-06 03:48:34] "GET /projects?obj_uuids=1e05bdee-da2d-4c4f-8cae-c5a6718fe701&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001420 10.0.0.41 - - [2025-11-06 03:48:34] "GET /project/1e05bdee-da2d-4c4f-8cae-c5a6718fe701?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.063690 10.0.0.41 - - [2025-11-06 03:48:34] "POST /network-policys HTTP/1.1" 200 541 0.042932 10.0.0.41 - - [2025-11-06 03:48:34] "GET /network-policy/ef50b6fb-a160-4e24-aa22-06bef865db77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1995 0.008060 10.0.0.41 - - [2025-11-06 03:48:34] "POST /neutron/network HTTP/1.1" 200 937 0.080535 10.0.0.41 - - [2025-11-06 03:48:35] "GET /virtual-network/f66c8fb7-f7ef-465d-ab92-19ab61f4de85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2391 0.007076 10.0.0.41 - - [2025-11-06 03:48:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004229 10.0.0.41 - - [2025-11-06 03:48:35] "GET /network-policy/ef50b6fb-a160-4e24-aa22-06bef865db77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1995 0.005593 10.0.0.41 - - [2025-11-06 03:48:35] "POST /neutron/network HTTP/1.1" 200 937 0.089475 10.0.0.41 - - [2025-11-06 03:48:35] "GET /virtual-network/bcb925c9-9963-4c98-addd-58c37dba9150?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2391 0.006378 10.0.0.41 - - [2025-11-06 03:48:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003748 10.0.0.41 - - [2025-11-06 03:48:35] "GET /network-policy/ef50b6fb-a160-4e24-aa22-06bef865db77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1995 0.005003 10.0.0.131 - - [2025-11-06 03:48:35] "POST /fqname-to-id HTTP/1.1" 404 254 0.002855 10.0.0.131 - - [2025-11-06 03:48:35] "POST /access-control-lists HTTP/1.1" 200 611 0.070437 10.0.0.41 - - [2025-11-06 03:48:35] "GET /virtual-network/f66c8fb7-f7ef-465d-ab92-19ab61f4de85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2391 0.005824 10.0.0.41 - - [2025-11-06 03:48:36] "GET /virtual-network/bcb925c9-9963-4c98-addd-58c37dba9150?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2391 0.005983 10.0.0.41 - - [2025-11-06 03:48:36] "GET /obj-perms HTTP/1.1" 200 5066 0.003611 10.0.0.41 - - [2025-11-06 03:48:36] "GET /virtual-network/f66c8fb7-f7ef-465d-ab92-19ab61f4de85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2391 0.005779 10.0.0.38 - - [2025-11-06 03:48:36] "GET /obj-perms HTTP/1.1" 200 5066 0.005996 10.0.0.131 - - [2025-11-06 03:48:36] "GET /obj-perms HTTP/1.1" 200 5066 0.004530 10.0.0.41 - - [2025-11-06 03:48:37] "GET /virtual-network/bcb925c9-9963-4c98-addd-58c37dba9150?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2391 0.007512 10.0.0.41 - - [2025-11-06 03:48:37] "GET /virtual-network/ba78943e-f17d-4439-84e5-aae36d2fc1fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.007354 10.0.0.41 - - [2025-11-06 03:48:37] "GET /obj-perms HTTP/1.1" 200 5066 0.003999 10.0.0.41 - - [2025-11-06 03:48:39] "POST /neutron/port HTTP/1.1" 200 1105 0.026225 10.0.0.41 - - [2025-11-06 03:48:39] "POST /neutron/subnet HTTP/1.1" 200 694 0.010572 10.0.0.41 - - [2025-11-06 03:48:53] "GET /obj-perms HTTP/1.1" 200 5066 0.005106 10.0.0.38 - - [2025-11-06 03:49:19] "GET /obj-perms HTTP/1.1" 200 5056 0.059419 10.0.0.41 - - [2025-11-06 03:49:21] "POST /neutron/port HTTP/1.1" 200 1105 0.016550 10.0.0.41 - - [2025-11-06 03:49:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003993 10.0.0.41 - - [2025-11-06 03:49:21] "POST /neutron/network HTTP/1.1" 200 937 0.008390 10.0.0.41 - - [2025-11-06 03:49:39] "POST /neutron/network HTTP/1.1" 200 858 0.008046 10.0.0.41 - - [2025-11-06 03:49:39] "POST /neutron/port HTTP/1.1" 200 117 0.001533 10.0.0.131 - - [2025-11-06 03:50:19] "GET /obj-perms HTTP/1.1" 200 5056 0.061700 10.0.0.41 - - [2025-11-06 03:50:20] "POST /neutron/port HTTP/1.1" 200 2094 0.020233 10.0.0.41 - - [2025-11-06 03:50:20] "POST /neutron/subnet HTTP/1.1" 200 693 0.009381 10.0.0.41 - - [2025-11-06 03:50:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005836 10.0.0.41 - - [2025-11-06 03:50:21] "POST /neutron/network HTTP/1.1" 200 937 0.017172 10.0.0.41 - - [2025-11-06 03:50:40] "POST /neutron/network HTTP/1.1" 200 947 0.007630 10.0.0.41 - - [2025-11-06 03:50:40] "POST /neutron/port HTTP/1.1" 200 117 0.001389 10.0.0.38 - - [2025-11-06 03:51:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000440 10.0.0.131 - - [2025-11-06 03:51:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000445 10.0.0.38 - - [2025-11-06 03:51:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000460 10.0.0.131 - - [2025-11-06 03:51:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000417 10.0.0.131 - - [2025-11-06 03:51:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000405 10.0.0.131 - - [2025-11-06 03:51:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000417 10.0.0.38 - - [2025-11-06 03:51:12] "GET /global-system-configs HTTP/1.1" 401 292 0.001686 10.0.0.38 - - [2025-11-06 03:51:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000638 10.0.0.41 - - [2025-11-06 03:51:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000439 10.0.0.41 - - [2025-11-06 03:51:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000386 10.0.0.41 - - [2025-11-06 03:51:14] "GET /global-system-configs HTTP/1.1" 401 292 0.000389 10.0.0.41 - - [2025-11-06 03:51:14] "GET /global-system-configs HTTP/1.1" 401 292 0.000393 10.0.0.41 - - [2025-11-06 03:51:20] "POST /neutron/port HTTP/1.1" 200 117 0.007587 10.0.0.41 - - [2025-11-06 03:51:41] "POST /neutron/port HTTP/1.1" 200 1104 0.025737 10.0.0.41 - - [2025-11-06 03:51:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004918 10.0.0.41 - - [2025-11-06 03:51:42] "POST /neutron/network HTTP/1.1" 200 848 0.008839 10.0.0.41 - - [2025-11-06 03:52:14] "GET /obj-perms HTTP/1.1" 200 5066 0.056452 10.0.0.41 - - [2025-11-06 03:52:16] "GET /obj-perms HTTP/1.1" 200 5066 0.004993 10.0.0.41 - - [2025-11-06 03:52:17] "GET /virtual-network/bcb925c9-9963-4c98-addd-58c37dba9150?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2391 0.036644 10.0.0.131 - - [2025-11-06 03:52:18] "DELETE /access-control-list/c53db7b6-6be7-47a4-b601-ebbac2a703de HTTP/1.1" 200 115 0.055107 10.0.0.41 - - [2025-11-06 03:52:18] "POST /neutron/network HTTP/1.1" 200 843 0.071869 10.0.0.41 - - [2025-11-06 03:52:18] "GET /virtual-network/bcb925c9-9963-4c98-addd-58c37dba9150?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.011221 10.0.0.41 - - [2025-11-06 03:52:18] "GET /virtual-network/f66c8fb7-f7ef-465d-ab92-19ab61f4de85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2391 0.009515 10.0.0.41 - - [2025-11-06 03:52:18] "POST /neutron/network HTTP/1.1" 200 843 0.011469 10.0.0.41 - - [2025-11-06 03:52:18] "GET /virtual-network/f66c8fb7-f7ef-465d-ab92-19ab61f4de85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.008239 10.0.0.41 - - [2025-11-06 03:52:18] "DELETE /network-policy/ef50b6fb-a160-4e24-aa22-06bef865db77 HTTP/1.1" 200 115 0.043635 10.0.0.41 - - [2025-11-06 03:52:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004539 10.0.0.41 - - [2025-11-06 03:52:18] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1641 0.009122 10.0.0.41 - - [2025-11-06 03:52:18] "PUT /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45 HTTP/1.1" 200 277 0.018826 10.0.0.131 - - [2025-11-06 03:52:18] "DELETE /access-control-list/22194e56-26cd-40e1-86fd-a346d3841a29 HTTP/1.1" 200 115 0.045872 10.0.0.41 - - [2025-11-06 03:52:20] "POST /neutron/port HTTP/1.1" 200 1104 0.018775 10.0.0.41 - - [2025-11-06 03:52:20] "POST /neutron/port HTTP/1.1" 200 1131 0.015507 10.0.0.41 - - [2025-11-06 03:52:20] "POST /neutron/port HTTP/1.1" 200 2094 0.025525 10.0.0.41 - - [2025-11-06 03:52:20] "POST /neutron/port HTTP/1.1" 200 1105 0.046074 10.0.0.41 - - [2025-11-06 03:52:21] "POST /neutron/subnet HTTP/1.1" 200 693 0.023860 10.0.0.41 - - [2025-11-06 03:52:21] "POST /neutron/port HTTP/1.1" 200 151 0.260235 10.0.0.41 - - [2025-11-06 03:52:22] "POST /neutron/network HTTP/1.1" 200 848 0.015410 10.0.0.131 - - [2025-11-06 03:52:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004832 10.0.0.131 - - [2025-11-06 03:52:22] "POST /useragent-kv HTTP/1.1" 200 115 0.006482 10.0.0.131 - - [2025-11-06 03:52:22] "POST /useragent-kv HTTP/1.1" 200 115 0.003325 10.0.0.41 - - [2025-11-06 03:52:22] "POST /neutron/network HTTP/1.1" 200 151 0.163996 10.0.0.131 - - [2025-11-06 03:52:22] "DELETE /route-target/3c2ad0cf-6d65-43a3-a126-fef47b4b4f8c HTTP/1.1" 200 115 0.044125 10.0.0.41 - - [2025-11-06 03:52:23] "POST /neutron/port HTTP/1.1" 200 1105 0.022581 10.0.0.41 - - [2025-11-06 03:52:23] "POST /neutron/port HTTP/1.1" 200 1131 0.012428 10.0.0.41 - - [2025-11-06 03:52:25] "POST /neutron/network HTTP/1.1" 200 843 0.007287 10.0.0.131 - - [2025-11-06 03:52:25] "GET /projects?obj_uuids=1e05bdee-da2d-4c4f-8cae-c5a6718fe701&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001261 10.0.0.41 - - [2025-11-06 03:52:25] "GET /project/1e05bdee-da2d-4c4f-8cae-c5a6718fe701?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.081559 10.0.0.131 - - [2025-11-06 03:52:25] "GET /projects?obj_uuids=1e05bdee-da2d-4c4f-8cae-c5a6718fe701&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001985 10.0.0.41 - - [2025-11-06 03:52:25] "GET /project/1e05bdee-da2d-4c4f-8cae-c5a6718fe701?fields=virtual_networks HTTP/1.1" 200 1070 0.075516 10.0.0.131 - - [2025-11-06 03:52:25] "GET /projects?obj_uuids=1e05bdee-da2d-4c4f-8cae-c5a6718fe701&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001266 10.0.0.41 - - [2025-11-06 03:52:25] "GET /project/1e05bdee-da2d-4c4f-8cae-c5a6718fe701?fields=virtual_machine_interfaces HTTP/1.1" 200 1070 0.059794 10.0.0.131 - - [2025-11-06 03:52:25] "GET /projects?obj_uuids=1e05bdee-da2d-4c4f-8cae-c5a6718fe701&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.002091 10.0.0.41 - - [2025-11-06 03:52:25] "GET /project/1e05bdee-da2d-4c4f-8cae-c5a6718fe701?fields=security_groups HTTP/1.1" 200 1315 0.062182 10.0.0.41 - - [2025-11-06 03:52:26] "POST /fqname-to-id HTTP/1.1" 404 183 0.025676 10.0.0.131 - - [2025-11-06 03:52:26] "GET /projects?obj_uuids=c25eb8cc-705f-4a87-be6b-ff1eee5edf80&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003591 10.0.0.131 - - [2025-11-06 03:52:26] "GET /domains?obj_uuids=dd557474-6eee-442f-acdf-559f4d754f9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002028 10.0.0.131 - - [2025-11-06 03:52:26] "GET /domain/dd557474-6eee-442f-acdf-559f4d754f9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.037730 10.0.0.131 - - [2025-11-06 03:52:27] "POST /id-to-fqname HTTP/1.1" 200 185 0.012309 10.0.0.131 - - [2025-11-06 03:52:27] "POST /fqname-to-id HTTP/1.1" 404 194 0.006562 10.0.0.131 - - [2025-11-06 03:52:27] "POST /security-groups HTTP/1.1" 200 586 0.044982 10.0.0.131 - - [2025-11-06 03:52:27] "POST /fqname-to-id HTTP/1.1" 404 229 0.006999 10.0.0.131 - - [2025-11-06 03:52:27] "POST /projects HTTP/1.1" 200 575 0.274562 10.0.0.131 - - [2025-11-06 03:52:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.353180 10.0.0.131 - - [2025-11-06 03:52:27] "POST /access-control-lists HTTP/1.1" 200 591 0.048652 10.0.0.41 - - [2025-11-06 03:52:27] "GET /project/c25eb8cc-705f-4a87-be6b-ff1eee5edf80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.553075 10.0.0.41 - - [2025-11-06 03:52:28] "GET / HTTP/1.1" 200 36215 0.002158 10.0.0.131 - - [2025-11-06 03:52:29] "GET /projects?obj_uuids=4c4d4b7c-2cd2-4445-a65e-2f16f1cd2c15&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001698 10.0.0.41 - - [2025-11-06 03:52:29] "GET /project/4c4d4b7c-2cd2-4445-a65e-2f16f1cd2c15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.051634 10.0.0.41 - - [2025-11-06 03:52:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.006626 10.0.0.41 - - [2025-11-06 03:52:29] "GET /security-group/60fcec3b-26f0-4950-9b8f-492d949a4b94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3710 0.005675 10.0.0.41 - - [2025-11-06 03:52:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.007131 10.0.0.131 - - [2025-11-06 03:52:29] "GET /projects?obj_uuids=4c4d4b7c-2cd2-4445-a65e-2f16f1cd2c15&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.002192 10.0.0.41 - - [2025-11-06 03:52:29] "GET /project/4c4d4b7c-2cd2-4445-a65e-2f16f1cd2c15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.058347 10.0.0.41 - - [2025-11-06 03:52:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.005673 10.0.0.41 - - [2025-11-06 03:52:30] "GET /security-group/60fcec3b-26f0-4950-9b8f-492d949a4b94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3710 0.007447 10.0.0.41 - - [2025-11-06 03:52:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.007412 10.0.0.41 - - [2025-11-06 03:52:30] "PUT /security-group/60fcec3b-26f0-4950-9b8f-492d949a4b94 HTTP/1.1" 200 263 0.018621 10.0.0.131 - - [2025-11-06 03:52:32] "GET /projects?obj_uuids=c25eb8cc-705f-4a87-be6b-ff1eee5edf80&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001153 10.0.0.41 - - [2025-11-06 03:52:32] "GET /project/c25eb8cc-705f-4a87-be6b-ff1eee5edf80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.043012 10.0.0.131 - - [2025-11-06 03:52:32] "GET /projects?obj_uuids=c25eb8cc-705f-4a87-be6b-ff1eee5edf80&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001959 10.0.0.41 - - [2025-11-06 03:52:32] "GET /project/c25eb8cc-705f-4a87-be6b-ff1eee5edf80?fields=virtual_networks HTTP/1.1" 200 1025 0.061258 10.0.0.131 - - [2025-11-06 03:52:32] "GET /projects?obj_uuids=c25eb8cc-705f-4a87-be6b-ff1eee5edf80&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002421 10.0.0.41 - - [2025-11-06 03:52:33] "GET /project/c25eb8cc-705f-4a87-be6b-ff1eee5edf80?fields=virtual_machine_interfaces HTTP/1.1" 200 1025 0.062890 10.0.0.131 - - [2025-11-06 03:52:33] "GET /projects?obj_uuids=c25eb8cc-705f-4a87-be6b-ff1eee5edf80&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002413 10.0.0.41 - - [2025-11-06 03:52:33] "GET /project/c25eb8cc-705f-4a87-be6b-ff1eee5edf80?fields=security_groups HTTP/1.1" 200 1247 0.057260 10.0.0.41 - - [2025-11-06 03:52:33] "POST /fqname-to-id HTTP/1.1" 404 192 0.027920 10.0.0.131 - - [2025-11-06 03:52:34] "GET /projects?obj_uuids=76d6e7b8-fbc4-4513-a988-18ef98018e4d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005964 10.0.0.131 - - [2025-11-06 03:52:34] "GET /domains?obj_uuids=dd557474-6eee-442f-acdf-559f4d754f9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002064 10.0.0.131 - - [2025-11-06 03:52:34] "GET /domain/dd557474-6eee-442f-acdf-559f4d754f9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.011415 10.0.0.131 - - [2025-11-06 03:52:34] "POST /id-to-fqname HTTP/1.1" 200 194 0.005218 10.0.0.131 - - [2025-11-06 03:52:34] "POST /fqname-to-id HTTP/1.1" 404 203 0.010512 10.0.0.131 - - [2025-11-06 03:52:34] "POST /security-groups HTTP/1.1" 200 595 0.080833 10.0.0.131 - - [2025-11-06 03:52:34] "POST /fqname-to-id HTTP/1.1" 404 238 0.003297 10.0.0.131 - - [2025-11-06 03:52:34] "POST /projects HTTP/1.1" 200 593 0.328975 10.0.0.131 - - [2025-11-06 03:52:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.408299 10.0.0.131 - - [2025-11-06 03:52:34] "POST /access-control-lists HTTP/1.1" 200 600 0.035350 10.0.0.41 - - [2025-11-06 03:52:34] "GET /project/76d6e7b8-fbc4-4513-a988-18ef98018e4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.580331 10.0.0.41 - - [2025-11-06 03:52:35] "GET / HTTP/1.1" 200 36215 0.003182 10.0.0.41 - - [2025-11-06 03:52:37] "POST /fqname-to-id HTTP/1.1" 401 292 0.000712 10.0.0.41 - - [2025-11-06 03:52:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.056125 10.0.0.131 - - [2025-11-06 03:52:37] "GET /projects?obj_uuids=76d6e7b8-fbc4-4513-a988-18ef98018e4d&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001110 10.0.0.41 - - [2025-11-06 03:52:37] "GET /project/76d6e7b8-fbc4-4513-a988-18ef98018e4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.048667 10.0.0.131 - - [2025-11-06 03:52:37] "GET /projects?obj_uuids=76d6e7b8-fbc4-4513-a988-18ef98018e4d&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001849 10.0.0.41 - - [2025-11-06 03:52:38] "POST /neutron/network HTTP/1.1" 200 623 0.191339 10.0.0.41 - - [2025-11-06 03:52:38] "POST /id-to-fqname HTTP/1.1" 200 231 0.004836 10.0.0.41 - - [2025-11-06 03:52:38] "GET /virtual-network/a5572568-8514-4b8a-bd6d-d3cc6e49cd0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.007962 10.0.0.41 - - [2025-11-06 03:52:38] "POST /neutron/network HTTP/1.1" 200 842 0.009087 10.0.0.41 - - [2025-11-06 03:52:38] "GET /virtual-network/a5572568-8514-4b8a-bd6d-d3cc6e49cd0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006988 10.0.0.41 - - [2025-11-06 03:52:38] "POST /id-to-fqname HTTP/1.1" 200 231 0.002662 10.0.0.41 - - [2025-11-06 03:52:38] "POST /neutron/port HTTP/1.1" 200 117 0.005876 10.0.0.131 - - [2025-11-06 03:52:39] "GET /projects?obj_uuids=76d6e7b8-fbc4-4513-a988-18ef98018e4d&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001465 10.0.0.41 - - [2025-11-06 03:52:39] "GET /project/76d6e7b8-fbc4-4513-a988-18ef98018e4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.081152 10.0.0.41 - - [2025-11-06 03:52:39] "POST /neutron/port HTTP/1.1" 200 117 0.011261 10.0.0.41 - - [2025-11-06 03:52:39] "POST /id-to-fqname HTTP/1.1" 200 231 0.001912 10.0.0.41 - - [2025-11-06 03:52:40] "POST /neutron/network HTTP/1.1" 200 852 0.008823 10.0.0.41 - - [2025-11-06 03:52:40] "POST /neutron/port HTTP/1.1" 200 1064 0.020968 10.0.0.41 - - [2025-11-06 03:52:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004506 10.0.0.41 - - [2025-11-06 03:52:41] "POST /neutron/network HTTP/1.1" 200 842 0.015651 10.0.0.41 - - [2025-11-06 03:53:00] "POST /neutron/network HTTP/1.1" 200 852 0.007048 10.0.0.131 - - [2025-11-06 03:53:01] "GET /projects?obj_uuids=76d6e7b8-fbc4-4513-a988-18ef98018e4d&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.025666 10.0.0.41 - - [2025-11-06 03:53:01] "GET /project/76d6e7b8-fbc4-4513-a988-18ef98018e4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.126033 10.0.0.41 - - [2025-11-06 03:53:01] "POST /neutron/security_group HTTP/1.1" 200 2062 0.011055 10.0.0.41 - - [2025-11-06 03:53:01] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009171 10.0.0.41 - - [2025-11-06 03:53:02] "POST /neutron/port HTTP/1.1" 200 1092 0.036464 10.0.0.41 - - [2025-11-06 03:53:02] "GET /virtual-machine/892cf53f-3f2c-417c-a503-399d28dc2240 HTTP/1.1" 401 292 0.000488 10.0.0.131 - - [2025-11-06 03:53:02] "GET /projects?obj_uuids=76d6e7b8-fbc4-4513-a988-18ef98018e4d&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001081 10.0.0.41 - - [2025-11-06 03:53:02] "GET /virtual-machine/892cf53f-3f2c-417c-a503-399d28dc2240 HTTP/1.1" 200 1298 0.051839 10.0.0.41 - - [2025-11-06 03:53:02] "GET /virtual-machine-interface/d42c93ec-ab14-4929-a824-088d7248e210 HTTP/1.1" 200 2990 0.008219 10.0.0.41 - - [2025-11-06 03:53:02] "POST /neutron/port HTTP/1.1" 200 1064 0.575614 10.0.0.41 - - [2025-11-06 03:53:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005746 10.0.0.41 - - [2025-11-06 03:53:02] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006283 10.0.0.41 - - [2025-11-06 03:53:02] "GET /virtual-networks?parent_id=76d6e7b8-fbc4-4513-a988-18ef98018e4d&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.021020 10.0.0.41 - - [2025-11-06 03:53:02] "GET /virtual-network/a5572568-8514-4b8a-bd6d-d3cc6e49cd0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.007513 10.0.0.41 - - [2025-11-06 03:53:03] "POST /neutron/port HTTP/1.1" 200 1118 0.237882 10.0.0.41 - - [2025-11-06 03:53:03] "POST /neutron/subnet HTTP/1.1" 200 699 0.023134 10.0.0.41 - - [2025-11-06 03:53:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.015567 10.0.0.41 - - [2025-11-06 03:53:04] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006072 10.0.0.41 - - [2025-11-06 03:53:04] "GET /virtual-networks?parent_id=76d6e7b8-fbc4-4513-a988-18ef98018e4d&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.005264 10.0.0.41 - - [2025-11-06 03:53:04] "GET /virtual-network/a5572568-8514-4b8a-bd6d-d3cc6e49cd0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.019965 10.0.0.41 - - [2025-11-06 03:53:04] "POST /neutron/port HTTP/1.1" 200 1092 0.046858 10.0.0.41 - - [2025-11-06 03:53:09] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009756 10.0.0.131 - - [2025-11-06 03:53:15] "DELETE /access-control-list/b905dd58-de8a-4651-9303-d0c6eafdb75c HTTP/1.1" 200 115 0.070635 10.0.0.41 - - [2025-11-06 03:53:19] "POST /neutron/port HTTP/1.1" 200 1092 0.017666 10.0.0.131 - - [2025-11-06 03:53:22] "GET /obj-perms HTTP/1.1" 200 5056 0.097744 10.0.0.41 - - [2025-11-06 03:53:22] "POST /neutron/port HTTP/1.1" 200 117 0.043880 10.0.0.131 - - [2025-11-06 03:53:22] "DELETE /project/1e05bdee-da2d-4c4f-8cae-c5a6718fe701 HTTP/1.1" 404 177 0.004936 10.0.0.131 - - [2025-11-06 03:53:22] "DELETE /project/c25eb8cc705f4a87be6bff1eee5edf80 HTTP/1.1" 404 173 0.008981 10.0.0.131 - - [2025-11-06 03:53:22] "GET /projects?obj_uuids=c25eb8cc-705f-4a87-be6b-ff1eee5edf80&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000893 10.0.0.131 - - [2025-11-06 03:53:22] "DELETE /project/76d6e7b8fbc44513a98818ef98018e4d HTTP/1.1" 404 173 0.006658 10.0.0.131 - - [2025-11-06 03:53:22] "GET /project/c25eb8cc-705f-4a87-be6b-ff1eee5edf80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.062048 10.0.0.131 - - [2025-11-06 03:53:22] "GET /projects?obj_uuids=c25eb8cc-705f-4a87-be6b-ff1eee5edf80&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001448 10.0.0.131 - - [2025-11-06 03:53:22] "GET /project/c25eb8cc-705f-4a87-be6b-ff1eee5edf80?fields=security_groups HTTP/1.1" 200 1349 0.053809 10.0.0.131 - - [2025-11-06 03:53:23] "DELETE /security-group/d4c41c1b-b6bb-49d2-b695-f781ee2ca0f8 HTTP/1.1" 200 115 0.072775 10.0.0.131 - - [2025-11-06 03:53:23] "GET /projects?obj_uuids=c25eb8cc-705f-4a87-be6b-ff1eee5edf80&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001116 10.0.0.131 - - [2025-11-06 03:53:23] "GET /project/c25eb8cc-705f-4a87-be6b-ff1eee5edf80?fields=application_policy_sets HTTP/1.1" 200 1388 0.073038 10.0.0.131 - - [2025-11-06 03:53:23] "DELETE /access-control-list/4b64703a-3a8a-494a-b785-9b28aad291b9 HTTP/1.1" 200 115 0.059592 10.0.0.131 - - [2025-11-06 03:53:23] "DELETE /project/c25eb8cc-705f-4a87-be6b-ff1eee5edf80 HTTP/1.1" 200 115 0.492791 10.0.0.41 - - [2025-11-06 03:53:24] "POST /neutron/port HTTP/1.1" 200 1092 0.021115 10.0.0.41 - - [2025-11-06 03:53:30] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008766 10.0.0.41 - - [2025-11-06 03:53:40] "POST /neutron/port HTTP/1.1" 200 1092 0.017631 10.0.0.41 - - [2025-11-06 03:53:40] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008851 10.0.0.41 - - [2025-11-06 03:53:40] "GET /virtual-machine/ff4e7041-21d3-42e1-9acf-b8cb4dfe2db4 HTTP/1.1" 200 1299 0.009004 10.0.0.41 - - [2025-11-06 03:53:40] "GET /virtual-machine-interface/2beda36b-5ece-42b8-a1c2-466541b7ed82 HTTP/1.1" 200 2989 0.006434 10.0.0.41 - - [2025-11-06 03:53:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004491 10.0.0.41 - - [2025-11-06 03:53:40] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005766 10.0.0.41 - - [2025-11-06 03:53:40] "GET /virtual-networks?parent_id=76d6e7b8-fbc4-4513-a988-18ef98018e4d&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.004104 10.0.0.41 - - [2025-11-06 03:53:40] "GET /virtual-network/a5572568-8514-4b8a-bd6d-d3cc6e49cd0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.008052 10.0.0.41 - - [2025-11-06 03:53:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003807 10.0.0.41 - - [2025-11-06 03:53:43] "GET /virtual-network/a5572568-8514-4b8a-bd6d-d3cc6e49cd0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.015643 10.0.0.41 - - [2025-11-06 03:53:43] "POST /neutron/port HTTP/1.1" 200 1092 0.040478 10.0.0.41 - - [2025-11-06 03:53:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004475 10.0.0.41 - - [2025-11-06 03:53:44] "POST /neutron/network HTTP/1.1" 200 842 0.007289 10.0.0.41 - - [2025-11-06 03:53:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.009232 10.0.0.41 - - [2025-11-06 03:53:47] "GET /virtual-network/a5572568-8514-4b8a-bd6d-d3cc6e49cd0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.008104 10.0.0.41 - - [2025-11-06 03:53:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004384 10.0.0.41 - - [2025-11-06 03:53:51] "GET /virtual-network/a5572568-8514-4b8a-bd6d-d3cc6e49cd0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006532 10.0.0.41 - - [2025-11-06 03:53:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005120 10.0.0.41 - - [2025-11-06 03:53:55] "GET /virtual-network/a5572568-8514-4b8a-bd6d-d3cc6e49cd0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.007334 10.0.0.41 - - [2025-11-06 03:54:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004559 10.0.0.41 - - [2025-11-06 03:54:00] "GET /virtual-network/a5572568-8514-4b8a-bd6d-d3cc6e49cd0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006598 10.0.0.41 - - [2025-11-06 03:54:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.006478 10.0.0.41 - - [2025-11-06 03:54:04] "GET /virtual-network/a5572568-8514-4b8a-bd6d-d3cc6e49cd0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.007742 10.0.0.41 - - [2025-11-06 03:54:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004708 10.0.0.41 - - [2025-11-06 03:54:08] "GET /virtual-network/a5572568-8514-4b8a-bd6d-d3cc6e49cd0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006062 10.0.0.41 - - [2025-11-06 03:54:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004141 10.0.0.41 - - [2025-11-06 03:54:12] "GET /virtual-network/a5572568-8514-4b8a-bd6d-d3cc6e49cd0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006503 10.0.0.41 - - [2025-11-06 03:54:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004768 10.0.0.41 - - [2025-11-06 03:54:16] "GET /virtual-network/a5572568-8514-4b8a-bd6d-d3cc6e49cd0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006821 10.0.0.41 - - [2025-11-06 03:54:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004093 10.0.0.41 - - [2025-11-06 03:54:20] "GET /virtual-network/a5572568-8514-4b8a-bd6d-d3cc6e49cd0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006014 10.0.0.41 - - [2025-11-06 03:54:21] "POST /neutron/network HTTP/1.1" 200 852 0.008228 10.0.0.41 - - [2025-11-06 03:54:21] "POST /neutron/port HTTP/1.1" 200 117 0.001490 10.0.0.38 - - [2025-11-06 03:54:22] "GET /obj-perms HTTP/1.1" 200 5056 0.045814 10.0.0.41 - - [2025-11-06 03:54:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003983 10.0.0.41 - - [2025-11-06 03:54:24] "GET /virtual-network/a5572568-8514-4b8a-bd6d-d3cc6e49cd0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006564 10.0.0.41 - - [2025-11-06 03:54:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003593 10.0.0.41 - - [2025-11-06 03:54:28] "GET /virtual-network/a5572568-8514-4b8a-bd6d-d3cc6e49cd0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005985 10.0.0.41 - - [2025-11-06 03:54:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004457 10.0.0.41 - - [2025-11-06 03:54:32] "GET /virtual-network/a5572568-8514-4b8a-bd6d-d3cc6e49cd0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006335 10.0.0.41 - - [2025-11-06 03:54:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004029 10.0.0.41 - - [2025-11-06 03:54:36] "GET /virtual-network/a5572568-8514-4b8a-bd6d-d3cc6e49cd0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005921 10.0.0.41 - - [2025-11-06 03:54:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004903 10.0.0.41 - - [2025-11-06 03:54:41] "GET /virtual-network/a5572568-8514-4b8a-bd6d-d3cc6e49cd0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.007219 10.0.0.41 - - [2025-11-06 03:54:44] "POST /neutron/port HTTP/1.1" 200 1092 0.023211 10.0.0.41 - - [2025-11-06 03:54:44] "POST /neutron/subnet HTTP/1.1" 200 699 0.016317 10.0.0.41 - - [2025-11-06 03:54:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003958 10.0.0.41 - - [2025-11-06 03:54:45] "GET /virtual-network/a5572568-8514-4b8a-bd6d-d3cc6e49cd0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005814 10.0.0.41 - - [2025-11-06 03:54:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.007140 10.0.0.41 - - [2025-11-06 03:54:49] "GET /virtual-network/a5572568-8514-4b8a-bd6d-d3cc6e49cd0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.007917 10.0.0.41 - - [2025-11-06 03:54:49] "POST /neutron/port HTTP/1.1" 200 1092 0.048884 10.0.0.41 - - [2025-11-06 03:54:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005451 10.0.0.41 - - [2025-11-06 03:54:51] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006062 10.0.0.41 - - [2025-11-06 03:54:51] "GET /virtual-networks?parent_id=76d6e7b8-fbc4-4513-a988-18ef98018e4d&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.009464 10.0.0.41 - - [2025-11-06 03:54:51] "GET /virtual-network/a5572568-8514-4b8a-bd6d-d3cc6e49cd0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.010108 10.0.0.41 - - [2025-11-06 03:54:51] "POST /neutron/security_group HTTP/1.1" 200 2062 0.010545 10.0.0.41 - - [2025-11-06 03:55:01] "POST /neutron/port HTTP/1.1" 200 1092 0.023909 10.0.0.41 - - [2025-11-06 03:55:07] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008400 10.0.0.41 - - [2025-11-06 03:55:17] "POST /neutron/port HTTP/1.1" 200 1092 0.016916 10.0.0.41 - - [2025-11-06 03:55:22] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008499 10.0.0.41 - - [2025-11-06 03:55:23] "GET /obj-perms HTTP/1.1" 200 5056 0.080018 10.0.0.41 - - [2025-11-06 03:55:23] "POST /neutron/network HTTP/1.1" 200 117 0.006619 10.0.0.41 - - [2025-11-06 03:55:27] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009229 10.0.0.41 - - [2025-11-06 03:55:37] "POST /fqname-to-id HTTP/1.1" 404 240 0.004920 10.0.0.41 - - [2025-11-06 03:55:38] "POST /bgp-as-a-services HTTP/1.1" 200 599 0.045496 10.0.0.41 - - [2025-11-06 03:55:38] "GET /bgp-as-a-service/fe849e50-0800-4ef5-b17e-673061dfe32a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1625 0.009361 10.0.0.41 - - [2025-11-06 03:55:38] "GET /virtual-machine-interface/2beda36b-5ece-42b8-a1c2-466541b7ed82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2767 0.007910 10.0.0.41 - - [2025-11-06 03:55:38] "POST /ref-update HTTP/1.1" 200 156 0.020480 10.0.0.41 - - [2025-11-06 03:55:38] "POST /neutron/network HTTP/1.1" 200 842 0.008884 10.0.0.41 - - [2025-11-06 03:55:38] "POST /neutron/subnet HTTP/1.1" 200 725 0.014094 10.0.0.131 - - [2025-11-06 03:55:38] "POST /ref-update HTTP/1.1" 200 156 0.051150 10.0.0.41 - - [2025-11-06 03:55:46] "POST /neutron/network HTTP/1.1" 200 852 0.011785 10.0.0.41 - - [2025-11-06 03:55:46] "POST /neutron/port HTTP/1.1" 200 117 0.001212 10.0.0.41 - - [2025-11-06 03:56:06] "GET /bgp-as-a-service/fe849e50-0800-4ef5-b17e-673061dfe32a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.007224 10.0.0.41 - - [2025-11-06 03:56:06] "GET /virtual-machine-interface/2beda36b-5ece-42b8-a1c2-466541b7ed82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3097 0.007858 10.0.0.41 - - [2025-11-06 03:56:06] "POST /ref-update HTTP/1.1" 200 156 0.017078 10.0.0.131 - - [2025-11-06 03:56:06] "POST /ref-update HTTP/1.1" 200 156 0.016610 10.0.0.41 - - [2025-11-06 03:56:06] "DELETE /bgp-as-a-service/fe849e50-0800-4ef5-b17e-673061dfe32a HTTP/1.1" 200 115 0.050711 10.0.0.41 - - [2025-11-06 03:56:07] "POST /neutron/network HTTP/1.1" 400 204 0.017315 10.0.0.41 - - [2025-11-06 03:56:07] "POST /neutron/port HTTP/1.1" 200 151 0.244192 10.0.0.41 - - [2025-11-06 03:56:07] "POST /neutron/port HTTP/1.1" 200 151 0.284181 10.0.0.131 - - [2025-11-06 03:56:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003651 10.0.0.131 - - [2025-11-06 03:56:10] "GET /projects?obj_uuids=76d6e7b8-fbc4-4513-a988-18ef98018e4d&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001054 10.0.0.41 - - [2025-11-06 03:56:10] "GET /project/76d6e7b8-fbc4-4513-a988-18ef98018e4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.041564 10.0.0.131 - - [2025-11-06 03:56:10] "GET /projects?obj_uuids=76d6e7b8-fbc4-4513-a988-18ef98018e4d&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001173 10.0.0.41 - - [2025-11-06 03:56:10] "GET /project/76d6e7b8-fbc4-4513-a988-18ef98018e4d?fields=virtual_networks HTTP/1.1" 200 1042 0.052696 10.0.0.131 - - [2025-11-06 03:56:10] "GET /projects?obj_uuids=76d6e7b8-fbc4-4513-a988-18ef98018e4d&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001462 10.0.0.41 - - [2025-11-06 03:56:10] "GET /project/76d6e7b8-fbc4-4513-a988-18ef98018e4d?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.058565 10.0.0.131 - - [2025-11-06 03:56:10] "GET /projects?obj_uuids=76d6e7b8-fbc4-4513-a988-18ef98018e4d&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001037 10.0.0.41 - - [2025-11-06 03:56:10] "GET /project/76d6e7b8-fbc4-4513-a988-18ef98018e4d?fields=security_groups HTTP/1.1" 200 1273 0.070679 10.0.0.38 - - [2025-11-06 03:56:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000474 10.0.0.131 - - [2025-11-06 03:56:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000419 10.0.0.38 - - [2025-11-06 03:56:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000631 10.0.0.131 - - [2025-11-06 03:56:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000468 10.0.0.41 - - [2025-11-06 03:56:11] "POST /fqname-to-id HTTP/1.1" 404 189 0.037871 10.0.0.131 - - [2025-11-06 03:56:12] "GET /projects?obj_uuids=c1635dfb-4661-4ee7-9699-4cd3e39aa980&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.010804 10.0.0.131 - - [2025-11-06 03:56:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000548 10.0.0.131 - - [2025-11-06 03:56:12] "GET /domains?obj_uuids=dd557474-6eee-442f-acdf-559f4d754f9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000990 10.0.0.131 - - [2025-11-06 03:56:12] "GET /domain/dd557474-6eee-442f-acdf-559f4d754f9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008565 10.0.0.131 - - [2025-11-06 03:56:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000404 10.0.0.131 - - [2025-11-06 03:56:12] "POST /id-to-fqname HTTP/1.1" 200 191 0.002746 10.0.0.131 - - [2025-11-06 03:56:12] "POST /fqname-to-id HTTP/1.1" 404 200 0.005830 10.0.0.38 - - [2025-11-06 03:56:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000425 10.0.0.38 - - [2025-11-06 03:56:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000560 10.0.0.131 - - [2025-11-06 03:56:12] "POST /security-groups HTTP/1.1" 200 592 0.084969 10.0.0.131 - - [2025-11-06 03:56:12] "POST /projects HTTP/1.1" 200 587 0.317204 10.0.0.131 - - [2025-11-06 03:56:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.364437 10.0.0.131 - - [2025-11-06 03:56:12] "POST /access-control-lists HTTP/1.1" 200 599 0.044025 10.0.0.41 - - [2025-11-06 03:56:12] "GET /project/c1635dfb-4661-4ee7-9699-4cd3e39aa980?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.573301 10.0.0.41 - - [2025-11-06 03:56:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000549 10.0.0.41 - - [2025-11-06 03:56:13] "GET / HTTP/1.1" 200 36215 0.002205 10.0.0.41 - - [2025-11-06 03:56:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000511 10.0.0.41 - - [2025-11-06 03:56:14] "GET /global-system-configs HTTP/1.1" 401 292 0.000433 10.0.0.41 - - [2025-11-06 03:56:14] "GET /global-system-configs HTTP/1.1" 401 292 0.000577 10.0.0.41 - - [2025-11-06 03:56:15] "POST /fqname-to-id HTTP/1.1" 401 292 0.000614 10.0.0.41 - - [2025-11-06 03:56:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.080112 10.0.0.131 - - [2025-11-06 03:56:15] "GET /projects?obj_uuids=c1635dfb-4661-4ee7-9699-4cd3e39aa980&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001980 10.0.0.41 - - [2025-11-06 03:56:15] "GET /project/c1635dfb-4661-4ee7-9699-4cd3e39aa980?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.054544 10.0.0.41 - - [2025-11-06 03:56:16] "POST /neutron/network HTTP/1.1" 200 117 0.064176 10.0.0.131 - - [2025-11-06 03:56:16] "DELETE /access-control-list/c6d4f7e6-9f6d-465c-badc-08e529169d1e HTTP/1.1" 200 115 0.074644 10.0.0.131 - - [2025-11-06 03:56:16] "POST /ref-update HTTP/1.1" 200 156 0.042632 10.0.0.41 - - [2025-11-06 03:56:16] "POST /neutron/network HTTP/1.1" 200 834 0.017765 10.0.0.41 - - [2025-11-06 03:56:16] "POST /id-to-fqname HTTP/1.1" 200 225 0.004569 10.0.0.41 - - [2025-11-06 03:56:16] "GET /virtual-network/ebef1e3f-6a30-4f71-bb61-25a09433efa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.012000 10.0.0.41 - - [2025-11-06 03:56:16] "GET /virtual-network/ebef1e3f-6a30-4f71-bb61-25a09433efa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.012781 10.0.0.41 - - [2025-11-06 03:56:16] "POST /neutron/subnet HTTP/1.1" 200 729 0.011898 10.0.0.41 - - [2025-11-06 03:56:16] "POST /id-to-fqname HTTP/1.1" 200 225 0.001505 10.0.0.131 - - [2025-11-06 03:56:17] "GET /projects?obj_uuids=c1635dfb-4661-4ee7-9699-4cd3e39aa980&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002096 10.0.0.41 - - [2025-11-06 03:56:17] "GET /project/c1635dfb-4661-4ee7-9699-4cd3e39aa980?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.079942 10.0.0.41 - - [2025-11-06 03:56:17] "POST /neutron/network HTTP/1.1" 200 834 0.035446 10.0.0.41 - - [2025-11-06 03:56:17] "POST /id-to-fqname HTTP/1.1" 200 225 0.002366 10.0.0.41 - - [2025-11-06 03:56:18] "POST /neutron/port HTTP/1.1" 200 117 0.007110 10.0.0.131 - - [2025-11-06 03:56:18] "GET /projects?obj_uuids=c1635dfb-4661-4ee7-9699-4cd3e39aa980&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001093 10.0.0.41 - - [2025-11-06 03:56:18] "POST /neutron/port HTTP/1.1" 200 1062 0.385843 10.0.0.131 - - [2025-11-06 03:56:19] "GET /projects?obj_uuids=c1635dfb-4661-4ee7-9699-4cd3e39aa980&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001107 10.0.0.41 - - [2025-11-06 03:56:19] "POST /neutron/port HTTP/1.1" 200 1116 0.168123 10.0.0.41 - - [2025-11-06 03:56:19] "GET /project/c1635dfb-4661-4ee7-9699-4cd3e39aa980?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.141722 10.0.0.41 - - [2025-11-06 03:56:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006266 10.0.0.41 - - [2025-11-06 03:56:19] "POST /neutron/network HTTP/1.1" 200 834 0.013497 10.0.0.41 - - [2025-11-06 03:56:19] "POST /neutron/port HTTP/1.1" 200 117 0.009545 10.0.0.41 - - [2025-11-06 03:56:19] "POST /id-to-fqname HTTP/1.1" 200 225 0.002056 10.0.0.41 - - [2025-11-06 03:56:19] "POST /neutron/network HTTP/1.1" 200 844 0.014477 10.0.0.41 - - [2025-11-06 03:56:20] "POST /neutron/port HTTP/1.1" 200 1062 0.031968 10.0.0.131 - - [2025-11-06 03:56:20] "GET /projects?obj_uuids=c1635dfb-4661-4ee7-9699-4cd3e39aa980&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001156 10.0.0.41 - - [2025-11-06 03:56:20] "GET /project/c1635dfb-4661-4ee7-9699-4cd3e39aa980?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.138462 10.0.0.41 - - [2025-11-06 03:56:20] "POST /neutron/network HTTP/1.1" 200 834 0.007330 10.0.0.41 - - [2025-11-06 03:56:21] "POST /neutron/subnet HTTP/1.1" 200 703 0.016288 10.0.0.41 - - [2025-11-06 03:56:21] "POST /neutron/port HTTP/1.1" 200 2064 0.069270 10.0.0.41 - - [2025-11-06 03:56:21] "POST /neutron/port HTTP/1.1" 200 1090 0.028038 10.0.0.131 - - [2025-11-06 03:56:21] "GET /projects?obj_uuids=c1635dfb-4661-4ee7-9699-4cd3e39aa980&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001178 10.0.0.41 - - [2025-11-06 03:56:22] "POST /neutron/port HTTP/1.1" 200 1062 0.527939 10.0.0.41 - - [2025-11-06 03:56:22] "POST /neutron/port HTTP/1.1" 200 1116 0.180304 10.0.0.41 - - [2025-11-06 03:56:22] "POST /neutron/subnet HTTP/1.1" 200 703 0.022846 10.0.0.131 - - [2025-11-06 03:56:23] "DELETE /project/c1635dfb46614ee796994cd3e39aa980 HTTP/1.1" 404 173 0.005069 10.0.0.131 - - [2025-11-06 03:56:23] "DELETE /project/76d6e7b8-fbc4-4513-a988-18ef98018e4d HTTP/1.1" 404 177 0.004069 10.0.0.41 - - [2025-11-06 03:56:25] "POST /neutron/port HTTP/1.1" 200 117 0.012191 10.0.0.41 - - [2025-11-06 03:56:26] "POST /neutron/network HTTP/1.1" 200 117 0.026205 10.0.0.41 - - [2025-11-06 03:56:31] "POST /neutron/port HTTP/1.1" 200 1090 0.018482 10.0.0.41 - - [2025-11-06 03:56:36] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010268 10.0.0.41 - - [2025-11-06 03:56:46] "POST /neutron/port HTTP/1.1" 200 1090 0.020668 10.0.0.41 - - [2025-11-06 03:56:48] "POST /neutron/port HTTP/1.1" 200 1090 0.025537 10.0.0.41 - - [2025-11-06 03:56:48] "POST /neutron/subnet HTTP/1.1" 200 703 0.011376 10.0.0.41 - - [2025-11-06 03:56:51] "POST /neutron/port HTTP/1.1" 200 1090 0.024542 10.0.0.41 - - [2025-11-06 03:56:57] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009401 10.0.0.41 - - [2025-11-06 03:56:57] "POST /neutron/port HTTP/1.1" 200 1090 0.021789 10.0.0.41 - - [2025-11-06 03:56:57] "GET /virtual-machine/248e530f-07dd-43de-8d3c-82374fedebff HTTP/1.1" 401 292 0.000602 10.0.0.41 - - [2025-11-06 03:56:57] "GET /virtual-machine/248e530f-07dd-43de-8d3c-82374fedebff HTTP/1.1" 200 1295 0.028617 10.0.0.41 - - [2025-11-06 03:56:57] "GET /virtual-machine-interface/b0bff04d-10b5-4ce8-b926-6cdf919b9f18 HTTP/1.1" 200 2966 0.006488 10.0.0.41 - - [2025-11-06 03:56:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004292 10.0.0.41 - - [2025-11-06 03:56:57] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004740 10.0.0.41 - - [2025-11-06 03:56:57] "GET /virtual-networks?parent_id=c1635dfb-4661-4ee7-9699-4cd3e39aa980&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.004071 10.0.0.41 - - [2025-11-06 03:56:57] "GET /virtual-network/ebef1e3f-6a30-4f71-bb61-25a09433efa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.008118 10.0.0.41 - - [2025-11-06 03:57:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004961 10.0.0.41 - - [2025-11-06 03:57:00] "GET /virtual-network/ebef1e3f-6a30-4f71-bb61-25a09433efa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006793 10.0.0.41 - - [2025-11-06 03:57:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004415 10.0.0.41 - - [2025-11-06 03:57:04] "GET /virtual-network/ebef1e3f-6a30-4f71-bb61-25a09433efa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005823 10.0.0.41 - - [2025-11-06 03:57:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.005069 10.0.0.41 - - [2025-11-06 03:57:09] "GET /virtual-network/ebef1e3f-6a30-4f71-bb61-25a09433efa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.008134 10.0.0.41 - - [2025-11-06 03:57:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004147 10.0.0.41 - - [2025-11-06 03:57:13] "GET /virtual-network/ebef1e3f-6a30-4f71-bb61-25a09433efa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.007761 10.0.0.41 - - [2025-11-06 03:57:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004171 10.0.0.41 - - [2025-11-06 03:57:17] "GET /virtual-network/ebef1e3f-6a30-4f71-bb61-25a09433efa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005377 10.0.0.41 - - [2025-11-06 03:57:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004370 10.0.0.41 - - [2025-11-06 03:57:21] "GET /virtual-network/ebef1e3f-6a30-4f71-bb61-25a09433efa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005906 10.0.0.41 - - [2025-11-06 03:57:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003385 10.0.0.41 - - [2025-11-06 03:57:25] "GET /virtual-network/ebef1e3f-6a30-4f71-bb61-25a09433efa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.007029 10.0.0.131 - - [2025-11-06 03:57:25] "GET /obj-perms HTTP/1.1" 200 5056 0.067195 10.0.0.41 - - [2025-11-06 03:57:27] "POST /neutron/port HTTP/1.1" 200 1090 0.017834 10.0.0.41 - - [2025-11-06 03:57:27] "POST /neutron/subnet HTTP/1.1" 200 703 0.013154 10.0.0.41 - - [2025-11-06 03:57:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004140 10.0.0.41 - - [2025-11-06 03:57:29] "GET /virtual-network/ebef1e3f-6a30-4f71-bb61-25a09433efa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.007003 10.0.0.41 - - [2025-11-06 03:57:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.005047 10.0.0.41 - - [2025-11-06 03:57:33] "GET /virtual-network/ebef1e3f-6a30-4f71-bb61-25a09433efa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006827 10.0.0.41 - - [2025-11-06 03:57:33] "POST /neutron/port HTTP/1.1" 200 1090 0.034294 10.0.0.41 - - [2025-11-06 03:57:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004844 10.0.0.41 - - [2025-11-06 03:57:37] "GET /virtual-network/ebef1e3f-6a30-4f71-bb61-25a09433efa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.007013 10.0.0.41 - - [2025-11-06 03:57:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004438 10.0.0.41 - - [2025-11-06 03:57:41] "GET /virtual-network/ebef1e3f-6a30-4f71-bb61-25a09433efa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006162 10.0.0.41 - - [2025-11-06 03:57:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.016349 10.0.0.41 - - [2025-11-06 03:57:45] "GET /virtual-network/ebef1e3f-6a30-4f71-bb61-25a09433efa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.013046 10.0.0.41 - - [2025-11-06 03:57:48] "POST /neutron/port HTTP/1.1" 200 1090 0.019533 10.0.0.41 - - [2025-11-06 03:57:48] "POST /neutron/subnet HTTP/1.1" 200 703 0.016015 10.0.0.41 - - [2025-11-06 03:57:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004163 10.0.0.41 - - [2025-11-06 03:57:50] "GET /virtual-network/ebef1e3f-6a30-4f71-bb61-25a09433efa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006474 10.0.0.41 - - [2025-11-06 03:57:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004085 10.0.0.41 - - [2025-11-06 03:57:54] "GET /virtual-network/ebef1e3f-6a30-4f71-bb61-25a09433efa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005745 10.0.0.41 - - [2025-11-06 03:57:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004229 10.0.0.41 - - [2025-11-06 03:57:58] "GET /virtual-network/ebef1e3f-6a30-4f71-bb61-25a09433efa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.007338 10.0.0.41 - - [2025-11-06 03:58:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005296 10.0.0.41 - - [2025-11-06 03:58:02] "GET /virtual-network/ebef1e3f-6a30-4f71-bb61-25a09433efa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.012896 10.0.0.41 - - [2025-11-06 03:58:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003510 10.0.0.41 - - [2025-11-06 03:58:06] "GET /virtual-network/ebef1e3f-6a30-4f71-bb61-25a09433efa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005534 10.0.0.41 - - [2025-11-06 03:58:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004131 10.0.0.41 - - [2025-11-06 03:58:10] "GET /virtual-network/ebef1e3f-6a30-4f71-bb61-25a09433efa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005924 10.0.0.41 - - [2025-11-06 03:58:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003822 10.0.0.41 - - [2025-11-06 03:58:14] "GET /virtual-network/ebef1e3f-6a30-4f71-bb61-25a09433efa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006083 10.0.0.41 - - [2025-11-06 03:58:16] "POST /neutron/port HTTP/1.1" 200 1090 0.017158 10.0.0.41 - - [2025-11-06 03:58:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003482 10.0.0.41 - - [2025-11-06 03:58:16] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004424 10.0.0.41 - - [2025-11-06 03:58:16] "GET /virtual-networks?parent_id=c1635dfb-4661-4ee7-9699-4cd3e39aa980&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003875 10.0.0.41 - - [2025-11-06 03:58:16] "GET /virtual-network/ebef1e3f-6a30-4f71-bb61-25a09433efa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005926 10.0.0.41 - - [2025-11-06 03:58:16] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010833 10.0.0.41 - - [2025-11-06 03:58:22] "POST /neutron/port HTTP/1.1" 200 1090 0.016584 10.0.0.38 - - [2025-11-06 03:58:26] "GET /obj-perms HTTP/1.1" 200 5056 0.062145 10.0.0.41 - - [2025-11-06 03:58:27] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010244 10.0.0.41 - - [2025-11-06 03:58:30] "POST /neutron/network HTTP/1.1" 200 844 0.045024 10.0.0.41 - - [2025-11-06 03:58:31] "POST /neutron/port HTTP/1.1" 200 117 0.001403 10.0.0.41 - - [2025-11-06 03:58:32] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009001 10.0.0.41 - - [2025-11-06 03:58:42] "POST /neutron/port HTTP/1.1" 200 1090 0.016647 10.0.0.41 - - [2025-11-06 03:58:47] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007791 10.0.0.41 - - [2025-11-06 03:58:50] "POST /neutron/network HTTP/1.1" 200 844 0.040679 10.0.0.41 - - [2025-11-06 03:58:50] "POST /neutron/port HTTP/1.1" 200 117 0.001542 10.0.0.41 - - [2025-11-06 03:58:53] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008627 10.0.0.41 - - [2025-11-06 03:59:03] "POST /neutron/port HTTP/1.1" 200 1090 0.018312 10.0.0.41 - - [2025-11-06 03:59:08] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008723 10.0.0.41 - - [2025-11-06 03:59:13] "POST /neutron/port HTTP/1.1" 200 1090 0.020713 10.0.0.41 - - [2025-11-06 03:59:13] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010777 10.0.0.41 - - [2025-11-06 03:59:13] "GET /virtual-machine/3ca78eb1-4855-44b7-a3cb-d176aaf91bfd HTTP/1.1" 200 1295 0.006988 10.0.0.41 - - [2025-11-06 03:59:13] "GET /virtual-machine-interface/cf83772c-52d1-4e65-9a59-769489cdba89 HTTP/1.1" 200 2966 0.007409 10.0.0.41 - - [2025-11-06 03:59:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004112 10.0.0.41 - - [2025-11-06 03:59:13] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004447 10.0.0.41 - - [2025-11-06 03:59:13] "GET /virtual-networks?parent_id=c1635dfb-4661-4ee7-9699-4cd3e39aa980&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003280 10.0.0.41 - - [2025-11-06 03:59:14] "GET /virtual-network/ebef1e3f-6a30-4f71-bb61-25a09433efa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006103 10.0.0.41 - - [2025-11-06 03:59:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003823 10.0.0.41 - - [2025-11-06 03:59:15] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004601 10.0.0.41 - - [2025-11-06 03:59:15] "GET /virtual-networks?parent_id=c1635dfb-4661-4ee7-9699-4cd3e39aa980&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003698 10.0.0.41 - - [2025-11-06 03:59:15] "GET /virtual-network/ebef1e3f-6a30-4f71-bb61-25a09433efa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005902 10.0.0.41 - - [2025-11-06 03:59:15] "POST /neutron/port HTTP/1.1" 200 1090 0.018577 10.0.0.41 - - [2025-11-06 03:59:15] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008174 10.0.0.41 - - [2025-11-06 03:59:15] "GET /virtual-machine/dfa98ca0-1236-4f03-8c1c-59042f61bcac HTTP/1.1" 200 1296 0.006469 10.0.0.41 - - [2025-11-06 03:59:15] "GET /virtual-machine-interface/f74773b4-1b5f-4bb2-9d45-5d14df15fe0c HTTP/1.1" 200 2966 0.007263 10.0.0.41 - - [2025-11-06 03:59:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.008317 10.0.0.41 - - [2025-11-06 03:59:15] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.011919 10.0.0.41 - - [2025-11-06 03:59:15] "GET /virtual-networks?parent_id=c1635dfb-4661-4ee7-9699-4cd3e39aa980&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003736 10.0.0.41 - - [2025-11-06 03:59:15] "GET /virtual-network/ebef1e3f-6a30-4f71-bb61-25a09433efa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006979 10.0.0.41 - - [2025-11-06 03:59:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004327 10.0.0.41 - - [2025-11-06 03:59:16] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005212 10.0.0.41 - - [2025-11-06 03:59:16] "GET /virtual-networks?parent_id=c1635dfb-4661-4ee7-9699-4cd3e39aa980&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003121 10.0.0.41 - - [2025-11-06 03:59:16] "GET /virtual-network/ebef1e3f-6a30-4f71-bb61-25a09433efa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006710 10.0.0.41 - - [2025-11-06 03:59:17] "POST /fqname-to-id HTTP/1.1" 404 198 0.004657 10.0.0.41 - - [2025-11-06 03:59:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004978 10.0.0.41 - - [2025-11-06 03:59:17] "GET /global-system-config/6a6547c3-b207-4358-902b-bf61b9f2d1e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1967 0.019970 10.0.0.41 - - [2025-11-06 03:59:17] "POST /control-node-zones HTTP/1.1" 200 571 0.039741 10.0.0.41 - - [2025-11-06 03:59:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005690 10.0.0.41 - - [2025-11-06 03:59:17] "GET /bgp-router/e338b561-87c5-4183-9423-b810fd4bcaf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.006189 10.0.0.41 - - [2025-11-06 03:59:17] "GET /control-node-zone/c378270f-c227-437d-bca3-fd8db43ce986?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1136 0.006427 10.0.0.41 - - [2025-11-06 03:59:17] "PUT /bgp-router/e338b561-87c5-4183-9423-b810fd4bcaf5 HTTP/1.1" 200 255 0.021984 10.0.0.41 - - [2025-11-06 03:59:17] "POST /fqname-to-id HTTP/1.1" 404 198 0.003702 10.0.0.41 - - [2025-11-06 03:59:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004121 10.0.0.41 - - [2025-11-06 03:59:17] "GET /global-system-config/6a6547c3-b207-4358-902b-bf61b9f2d1e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1967 0.011168 10.0.0.41 - - [2025-11-06 03:59:17] "POST /control-node-zones HTTP/1.1" 200 571 0.030713 10.0.0.41 - - [2025-11-06 03:59:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.005721 10.0.0.41 - - [2025-11-06 03:59:18] "GET /bgp-router/4c1446e0-4509-4bc9-a4bb-f7194572ed31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.007575 10.0.0.41 - - [2025-11-06 03:59:18] "GET /control-node-zone/c1b7f5fc-2284-4cc6-9805-940380704066?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1136 0.008594 10.0.0.41 - - [2025-11-06 03:59:18] "PUT /bgp-router/4c1446e0-4509-4bc9-a4bb-f7194572ed31 HTTP/1.1" 200 255 0.022308 10.0.0.41 - - [2025-11-06 03:59:18] "POST /fqname-to-id HTTP/1.1" 404 198 0.003826 10.0.0.41 - - [2025-11-06 03:59:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003711 10.0.0.41 - - [2025-11-06 03:59:18] "GET /global-system-config/6a6547c3-b207-4358-902b-bf61b9f2d1e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1967 0.009605 10.0.0.41 - - [2025-11-06 03:59:18] "POST /control-node-zones HTTP/1.1" 200 571 0.029590 10.0.0.41 - - [2025-11-06 03:59:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003702 10.0.0.41 - - [2025-11-06 03:59:18] "GET /bgp-router/632dc211-92fa-4496-8e6c-daf81c4dd44b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.005089 10.0.0.41 - - [2025-11-06 03:59:18] "GET /control-node-zone/9569ba1d-bf1c-4915-8a77-8e12ee48493f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.006433 10.0.0.41 - - [2025-11-06 03:59:18] "PUT /bgp-router/632dc211-92fa-4496-8e6c-daf81c4dd44b HTTP/1.1" 200 255 0.024227 10.0.0.41 - - [2025-11-06 03:59:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003662 10.0.0.41 - - [2025-11-06 03:59:18] "GET /global-system-config/6a6547c3-b207-4358-902b-bf61b9f2d1e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1967 0.006458 10.0.0.41 - - [2025-11-06 03:59:18] "POST /fqname-to-id HTTP/1.1" 404 234 0.003738 10.0.0.41 - - [2025-11-06 03:59:18] "POST /bgp-as-a-services HTTP/1.1" 200 590 0.039334 10.0.0.41 - - [2025-11-06 03:59:19] "POST /neutron/network HTTP/1.1" 200 834 0.009041 10.0.0.41 - - [2025-11-06 03:59:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004615 10.0.0.41 - - [2025-11-06 03:59:19] "GET /bgp-as-a-service/94ca151c-4c9f-406b-9951-700182000aab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1550 0.009789 10.0.0.41 - - [2025-11-06 03:59:19] "GET /control-node-zone/c378270f-c227-437d-bca3-fd8db43ce986?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1136 0.006752 10.0.0.41 - - [2025-11-06 03:59:19] "POST /ref-update HTTP/1.1" 200 156 0.018450 10.0.0.41 - - [2025-11-06 03:59:27] "GET /obj-perms HTTP/1.1" 200 5056 0.054390 10.0.0.41 - - [2025-11-06 03:59:30] "POST /neutron/port HTTP/1.1" 200 117 0.007768 10.0.0.41 - - [2025-11-06 03:59:38] "GET /bgp-as-a-service/94ca151c-4c9f-406b-9951-700182000aab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1839 0.007450 10.0.0.41 - - [2025-11-06 03:59:38] "GET /virtual-machine-interface/b0bff04d-10b5-4ce8-b926-6cdf919b9f18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2744 0.006207 10.0.0.41 - - [2025-11-06 03:59:38] "POST /ref-update HTTP/1.1" 200 156 0.015562 10.0.0.131 - - [2025-11-06 03:59:38] "POST /ref-update HTTP/1.1" 200 156 0.057460 10.0.0.41 - - [2025-11-06 03:59:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.005310 10.0.0.41 - - [2025-11-06 03:59:39] "GET /global-system-config/6a6547c3-b207-4358-902b-bf61b9f2d1e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1967 0.007004 10.0.0.41 - - [2025-11-06 03:59:39] "POST /fqname-to-id HTTP/1.1" 404 234 0.003974 10.0.0.41 - - [2025-11-06 03:59:39] "POST /bgp-as-a-services HTTP/1.1" 200 590 0.035237 10.0.0.41 - - [2025-11-06 03:59:39] "POST /neutron/network HTTP/1.1" 200 834 0.009481 10.0.0.41 - - [2025-11-06 03:59:39] "POST /neutron/subnet HTTP/1.1" 200 729 0.012117 10.0.0.41 - - [2025-11-06 03:59:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004564 10.0.0.41 - - [2025-11-06 03:59:39] "GET /bgp-as-a-service/ce197c07-4b04-4bf9-bb6b-22854d1e558f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1550 0.007318 10.0.0.41 - - [2025-11-06 03:59:39] "GET /control-node-zone/c1b7f5fc-2284-4cc6-9805-940380704066?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1136 0.006451 10.0.0.41 - - [2025-11-06 03:59:39] "POST /ref-update HTTP/1.1" 200 156 0.016443 10.0.0.41 - - [2025-11-06 03:59:47] "GET /bgp-as-a-service/ce197c07-4b04-4bf9-bb6b-22854d1e558f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1841 0.006894 10.0.0.41 - - [2025-11-06 03:59:47] "GET /virtual-machine-interface/cf83772c-52d1-4e65-9a59-769489cdba89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2744 0.007834 10.0.0.41 - - [2025-11-06 03:59:47] "POST /ref-update HTTP/1.1" 200 156 0.014336 10.0.0.131 - - [2025-11-06 03:59:47] "POST /bgp-routers HTTP/1.1" 200 642 0.048406 10.0.0.131 - - [2025-11-06 03:59:47] "PUT /bgp-router/0e82f7d5-628b-4574-a6e0-f67fb4b90c3a HTTP/1.1" 200 255 0.037490 10.0.0.41 - - [2025-11-06 03:59:51] "POST /neutron/network HTTP/1.1" 200 844 0.008764 10.0.0.41 - - [2025-11-06 03:59:51] "POST /neutron/port HTTP/1.1" 200 117 0.001727 10.0.0.41 - - [2025-11-06 04:00:07] "GET /control-node-zone/c378270f-c227-437d-bca3-fd8db43ce986?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1136 0.006656 10.0.0.41 - - [2025-11-06 04:00:07] "POST /ref-update HTTP/1.1" 200 156 0.026701 10.0.0.41 - - [2025-11-06 04:00:07] "GET /control-node-zone/c1b7f5fc-2284-4cc6-9805-940380704066?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1136 0.004795 10.0.0.41 - - [2025-11-06 04:00:07] "POST /ref-update HTTP/1.1" 200 156 0.023610 10.0.0.41 - - [2025-11-06 04:00:07] "GET /control-node-zone/9569ba1d-bf1c-4915-8a77-8e12ee48493f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.004421 10.0.0.41 - - [2025-11-06 04:00:07] "POST /ref-update HTTP/1.1" 200 156 0.028938 10.0.0.41 - - [2025-11-06 04:00:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.006256 10.0.0.41 - - [2025-11-06 04:00:07] "GET /bgp-router/632dc211-92fa-4496-8e6c-daf81c4dd44b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.006835 10.0.0.41 - - [2025-11-06 04:00:07] "GET /control-node-zone/c378270f-c227-437d-bca3-fd8db43ce986?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1136 0.005838 10.0.0.41 - - [2025-11-06 04:00:07] "PUT /bgp-router/632dc211-92fa-4496-8e6c-daf81c4dd44b HTTP/1.1" 200 255 0.030741 10.0.0.41 - - [2025-11-06 04:00:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005998 10.0.0.41 - - [2025-11-06 04:00:07] "GET /bgp-router/4c1446e0-4509-4bc9-a4bb-f7194572ed31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.006264 10.0.0.41 - - [2025-11-06 04:00:07] "GET /control-node-zone/c1b7f5fc-2284-4cc6-9805-940380704066?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1136 0.004627 10.0.0.41 - - [2025-11-06 04:00:07] "PUT /bgp-router/4c1446e0-4509-4bc9-a4bb-f7194572ed31 HTTP/1.1" 200 255 0.025115 10.0.0.41 - - [2025-11-06 04:00:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004838 10.0.0.41 - - [2025-11-06 04:00:08] "GET /bgp-router/e338b561-87c5-4183-9423-b810fd4bcaf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.015849 10.0.0.41 - - [2025-11-06 04:00:08] "GET /control-node-zone/9569ba1d-bf1c-4915-8a77-8e12ee48493f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.004839 10.0.0.41 - - [2025-11-06 04:00:08] "PUT /bgp-router/e338b561-87c5-4183-9423-b810fd4bcaf5 HTTP/1.1" 200 255 0.023737 10.0.0.41 - - [2025-11-06 04:00:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004725 10.0.0.41 - - [2025-11-06 04:00:20] "GET /bgp-as-a-service/94ca151c-4c9f-406b-9951-700182000aab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2451 0.010110 10.0.0.41 - - [2025-11-06 04:00:20] "GET /control-node-zone/c378270f-c227-437d-bca3-fd8db43ce986?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1136 0.004915 10.0.0.41 - - [2025-11-06 04:00:20] "POST /ref-update HTTP/1.1" 200 156 0.018796 10.0.0.41 - - [2025-11-06 04:00:20] "GET /control-node-zone/c378270f-c227-437d-bca3-fd8db43ce986?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1136 0.005226 10.0.0.41 - - [2025-11-06 04:00:20] "POST /ref-update HTTP/1.1" 200 156 0.029057 10.0.0.41 - - [2025-11-06 04:00:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004404 10.0.0.41 - - [2025-11-06 04:00:20] "GET /global-system-config/6a6547c3-b207-4358-902b-bf61b9f2d1e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1967 0.009767 10.0.0.41 - - [2025-11-06 04:00:20] "POST /neutron/subnet HTTP/1.1" 200 729 0.012518 10.0.0.41 - - [2025-11-06 04:00:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004234 10.0.0.41 - - [2025-11-06 04:00:20] "GET /bgp-as-a-service/94ca151c-4c9f-406b-9951-700182000aab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.008186 10.0.0.41 - - [2025-11-06 04:00:20] "GET /control-node-zone/9569ba1d-bf1c-4915-8a77-8e12ee48493f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.010210 10.0.0.41 - - [2025-11-06 04:00:20] "POST /ref-update HTTP/1.1" 200 156 0.017242 10.0.0.41 - - [2025-11-06 04:00:23] "GET /bgp-as-a-service/94ca151c-4c9f-406b-9951-700182000aab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2451 0.006957 10.0.0.41 - - [2025-11-06 04:00:23] "GET /virtual-machine-interface/b0bff04d-10b5-4ce8-b926-6cdf919b9f18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3060 0.008701 10.0.0.41 - - [2025-11-06 04:00:30] "POST /neutron/port HTTP/1.1" 200 1090 0.026394 10.0.0.41 - - [2025-11-06 04:00:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004818 10.0.0.41 - - [2025-11-06 04:00:31] "POST /neutron/network HTTP/1.1" 200 834 0.008834 10.0.0.41 - - [2025-11-06 04:00:37] "GET /bgp-as-a-service/94ca151c-4c9f-406b-9951-700182000aab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2451 0.004636 10.0.0.41 - - [2025-11-06 04:00:37] "GET /virtual-machine-interface/b0bff04d-10b5-4ce8-b926-6cdf919b9f18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3060 0.006103 10.0.0.41 - - [2025-11-06 04:00:37] "POST /ref-update HTTP/1.1" 200 156 0.015196 10.0.0.41 - - [2025-11-06 04:00:37] "GET /bgp-as-a-service/ce197c07-4b04-4bf9-bb6b-22854d1e558f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2453 0.011285 10.0.0.41 - - [2025-11-06 04:00:37] "GET /virtual-machine-interface/cf83772c-52d1-4e65-9a59-769489cdba89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3060 0.037540 10.0.0.41 - - [2025-11-06 04:00:37] "POST /ref-update HTTP/1.1" 200 156 0.022712 10.0.0.131 - - [2025-11-06 04:00:37] "DELETE /bgp-router/34875106-af43-4343-8024-f40ef66a1e7a HTTP/1.1" 200 115 0.096524 10.0.0.41 - - [2025-11-06 04:00:37] "DELETE /bgp-as-a-service/ce197c07-4b04-4bf9-bb6b-22854d1e558f HTTP/1.1" 200 115 0.072474 10.0.0.41 - - [2025-11-06 04:00:37] "GET /bgp-as-a-service/94ca151c-4c9f-406b-9951-700182000aab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1839 0.017875 10.0.0.41 - - [2025-11-06 04:00:37] "GET /virtual-machine-interface/b0bff04d-10b5-4ce8-b926-6cdf919b9f18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2744 0.011586 10.0.0.131 - - [2025-11-06 04:00:37] "DELETE /bgp-router/0e82f7d5-628b-4574-a6e0-f67fb4b90c3a HTTP/1.1" 200 115 0.083876 10.0.0.41 - - [2025-11-06 04:00:37] "DELETE /bgp-as-a-service/94ca151c-4c9f-406b-9951-700182000aab HTTP/1.1" 200 115 0.084756 10.0.0.41 - - [2025-11-06 04:00:37] "GET /control-node-zone/9569ba1d-bf1c-4915-8a77-8e12ee48493f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.008087 10.0.0.41 - - [2025-11-06 04:00:37] "POST /ref-update HTTP/1.1" 200 156 0.020410 10.0.0.41 - - [2025-11-06 04:00:37] "DELETE /control-node-zone/9569ba1d-bf1c-4915-8a77-8e12ee48493f HTTP/1.1" 200 115 0.036367 10.0.0.41 - - [2025-11-06 04:00:37] "GET /control-node-zone/c1b7f5fc-2284-4cc6-9805-940380704066?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1136 0.013065 10.0.0.41 - - [2025-11-06 04:00:37] "POST /ref-update HTTP/1.1" 200 156 0.023296 10.0.0.41 - - [2025-11-06 04:00:38] "DELETE /control-node-zone/c1b7f5fc-2284-4cc6-9805-940380704066 HTTP/1.1" 200 115 0.028965 10.0.0.41 - - [2025-11-06 04:00:38] "GET /control-node-zone/c378270f-c227-437d-bca3-fd8db43ce986?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1136 0.006830 10.0.0.41 - - [2025-11-06 04:00:38] "DELETE /control-node-zone/c378270f-c227-437d-bca3-fd8db43ce986 HTTP/1.1" 200 115 0.027499 10.0.0.41 - - [2025-11-06 04:00:38] "POST /neutron/port HTTP/1.1" 200 1090 0.024753 10.0.0.41 - - [2025-11-06 04:00:39] "POST /neutron/port HTTP/1.1" 200 151 0.265714 10.0.0.41 - - [2025-11-06 04:00:39] "POST /neutron/port HTTP/1.1" 200 151 0.352869 10.0.0.41 - - [2025-11-06 04:00:40] "POST /neutron/network HTTP/1.1" 200 834 0.009282 10.0.0.41 - - [2025-11-06 04:00:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.005154 10.0.0.131 - - [2025-11-06 04:00:43] "GET /projects?obj_uuids=c1635dfb-4661-4ee7-9699-4cd3e39aa980&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.025446 10.0.0.41 - - [2025-11-06 04:00:43] "GET /project/c1635dfb-4661-4ee7-9699-4cd3e39aa980?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.081992 10.0.0.131 - - [2025-11-06 04:00:43] "GET /projects?obj_uuids=c1635dfb-4661-4ee7-9699-4cd3e39aa980&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001333 10.0.0.41 - - [2025-11-06 04:00:43] "POST /neutron/network HTTP/1.1" 200 614 0.134502 10.0.0.131 - - [2025-11-06 04:00:43] "POST /route-targets HTTP/1.1" 200 328 0.018996 10.0.0.41 - - [2025-11-06 04:00:43] "POST /id-to-fqname HTTP/1.1" 200 225 0.004748 10.0.0.41 - - [2025-11-06 04:00:43] "GET /virtual-network/5dfbb401-80d4-4253-9008-4d92357f50dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.009384 10.0.0.41 - - [2025-11-06 04:00:43] "POST /neutron/network HTTP/1.1" 200 831 0.009678 10.0.0.41 - - [2025-11-06 04:00:43] "GET /virtual-network/5dfbb401-80d4-4253-9008-4d92357f50dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.009197 10.0.0.41 - - [2025-11-06 04:00:43] "POST /id-to-fqname HTTP/1.1" 200 225 0.001965 10.0.0.41 - - [2025-11-06 04:00:44] "POST /neutron/port HTTP/1.1" 200 117 0.005037 10.0.0.131 - - [2025-11-06 04:00:44] "GET /projects?obj_uuids=c1635dfb-4661-4ee7-9699-4cd3e39aa980&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001522 10.0.0.41 - - [2025-11-06 04:00:44] "GET /project/c1635dfb-4661-4ee7-9699-4cd3e39aa980?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.068793 10.0.0.41 - - [2025-11-06 04:00:44] "POST /neutron/port HTTP/1.1" 200 117 0.009146 10.0.0.41 - - [2025-11-06 04:00:45] "POST /id-to-fqname HTTP/1.1" 200 225 0.002073 10.0.0.41 - - [2025-11-06 04:00:45] "POST /neutron/network HTTP/1.1" 200 841 0.008108 10.0.0.41 - - [2025-11-06 04:00:45] "POST /neutron/port HTTP/1.1" 200 1059 0.020162 10.0.0.131 - - [2025-11-06 04:00:46] "GET /projects?obj_uuids=c1635dfb-4661-4ee7-9699-4cd3e39aa980&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001036 10.0.0.41 - - [2025-11-06 04:00:46] "GET /project/c1635dfb-4661-4ee7-9699-4cd3e39aa980?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.140345 10.0.0.41 - - [2025-11-06 04:00:46] "POST /neutron/network HTTP/1.1" 200 831 0.011006 10.0.0.41 - - [2025-11-06 04:00:46] "POST /neutron/subnet HTTP/1.1" 200 689 0.020244 10.0.0.41 - - [2025-11-06 04:00:46] "POST /neutron/port HTTP/1.1" 200 1087 0.037700 10.0.0.41 - - [2025-11-06 04:00:46] "POST /id-to-fqname HTTP/1.1" 200 225 0.001366 10.0.0.41 - - [2025-11-06 04:00:46] "POST /neutron/port HTTP/1.1" 200 1087 0.033479 10.0.0.41 - - [2025-11-06 04:00:46] "POST /neutron/network HTTP/1.1" 200 841 0.019527 10.0.0.41 - - [2025-11-06 04:00:47] "POST /neutron/port HTTP/1.1" 200 1059 0.129200 10.0.0.41 - - [2025-11-06 04:00:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004686 10.0.0.41 - - [2025-11-06 04:00:47] "POST /neutron/network HTTP/1.1" 200 831 0.009203 10.0.0.131 - - [2025-11-06 04:00:47] "GET /projects?obj_uuids=c1635dfb-4661-4ee7-9699-4cd3e39aa980&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001633 10.0.0.41 - - [2025-11-06 04:00:47] "GET /project/c1635dfb-4661-4ee7-9699-4cd3e39aa980?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.087337 10.0.0.41 - - [2025-11-06 04:00:48] "POST /neutron/security_group HTTP/1.1" 200 2059 0.016733 10.0.0.41 - - [2025-11-06 04:00:48] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009975 10.0.0.41 - - [2025-11-06 04:00:48] "POST /neutron/port HTTP/1.1" 200 1087 0.018149 10.0.0.41 - - [2025-11-06 04:00:48] "GET /virtual-machine/701e48e5-3cee-49c8-9943-4c944fe307e6 HTTP/1.1" 200 1295 0.010893 10.0.0.41 - - [2025-11-06 04:00:48] "GET /virtual-machine-interface/69761f1d-7a05-4a94-9c59-d900c9921681 HTTP/1.1" 200 2965 0.008235 10.0.0.41 - - [2025-11-06 04:00:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.018030 10.0.0.41 - - [2025-11-06 04:00:48] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004005 10.0.0.131 - - [2025-11-06 04:00:48] "GET /projects?obj_uuids=c1635dfb-4661-4ee7-9699-4cd3e39aa980&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001444 10.0.0.41 - - [2025-11-06 04:00:48] "GET /virtual-networks?parent_id=c1635dfb-4661-4ee7-9699-4cd3e39aa980&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.007191 10.0.0.41 - - [2025-11-06 04:00:48] "GET /virtual-network/5dfbb401-80d4-4253-9008-4d92357f50dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.018235 10.0.0.41 - - [2025-11-06 04:00:48] "POST /neutron/port HTTP/1.1" 200 1059 0.385263 10.0.0.41 - - [2025-11-06 04:00:49] "POST /neutron/port HTTP/1.1" 200 1113 0.127815 10.0.0.41 - - [2025-11-06 04:00:49] "POST /neutron/subnet HTTP/1.1" 200 689 0.010211 10.0.0.41 - - [2025-11-06 04:00:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003808 10.0.0.41 - - [2025-11-06 04:00:51] "GET /virtual-network/5dfbb401-80d4-4253-9008-4d92357f50dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005741 10.0.0.41 - - [2025-11-06 04:00:52] "POST /neutron/port HTTP/1.1" 200 1087 0.017908 10.0.0.41 - - [2025-11-06 04:00:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005475 10.0.0.41 - - [2025-11-06 04:00:53] "POST /neutron/network HTTP/1.1" 200 831 0.009180 10.0.0.41 - - [2025-11-06 04:00:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003834 10.0.0.41 - - [2025-11-06 04:00:55] "GET /virtual-network/5dfbb401-80d4-4253-9008-4d92357f50dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005089 10.0.0.41 - - [2025-11-06 04:00:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004641 10.0.0.41 - - [2025-11-06 04:00:59] "GET /virtual-network/5dfbb401-80d4-4253-9008-4d92357f50dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007344 10.0.0.41 - - [2025-11-06 04:01:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004869 10.0.0.41 - - [2025-11-06 04:01:04] "GET /virtual-network/5dfbb401-80d4-4253-9008-4d92357f50dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007840 10.0.0.41 - - [2025-11-06 04:01:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004367 10.0.0.41 - - [2025-11-06 04:01:08] "GET /virtual-network/5dfbb401-80d4-4253-9008-4d92357f50dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006445 10.0.0.38 - - [2025-11-06 04:01:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000821 10.0.0.131 - - [2025-11-06 04:01:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000546 10.0.0.38 - - [2025-11-06 04:01:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000510 10.0.0.131 - - [2025-11-06 04:01:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000504 10.0.0.131 - - [2025-11-06 04:01:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000540 10.0.0.131 - - [2025-11-06 04:01:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000805 10.0.0.41 - - [2025-11-06 04:01:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004891 10.0.0.41 - - [2025-11-06 04:01:12] "GET /virtual-network/5dfbb401-80d4-4253-9008-4d92357f50dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.008801 10.0.0.38 - - [2025-11-06 04:01:12] "GET /global-system-configs HTTP/1.1" 401 292 0.001286 10.0.0.38 - - [2025-11-06 04:01:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000661 10.0.0.41 - - [2025-11-06 04:01:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000420 10.0.0.41 - - [2025-11-06 04:01:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000405 10.0.0.41 - - [2025-11-06 04:01:14] "GET /global-system-configs HTTP/1.1" 401 292 0.000580 10.0.0.41 - - [2025-11-06 04:01:14] "GET /global-system-configs HTTP/1.1" 401 292 0.000671 10.0.0.41 - - [2025-11-06 04:01:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.033548 10.0.0.41 - - [2025-11-06 04:01:16] "GET /virtual-network/5dfbb401-80d4-4253-9008-4d92357f50dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005614 10.0.0.41 - - [2025-11-06 04:01:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004431 10.0.0.41 - - [2025-11-06 04:01:20] "GET /virtual-network/5dfbb401-80d4-4253-9008-4d92357f50dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005801 10.0.0.41 - - [2025-11-06 04:01:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003941 10.0.0.41 - - [2025-11-06 04:01:24] "GET /virtual-network/5dfbb401-80d4-4253-9008-4d92357f50dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006631 10.0.0.41 - - [2025-11-06 04:01:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.005183 10.0.0.41 - - [2025-11-06 04:01:28] "GET /virtual-network/5dfbb401-80d4-4253-9008-4d92357f50dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007970 10.0.0.41 - - [2025-11-06 04:01:31] "POST /neutron/network HTTP/1.1" 200 117 0.009115 10.0.0.41 - - [2025-11-06 04:01:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.005594 10.0.0.41 - - [2025-11-06 04:01:32] "GET /virtual-network/5dfbb401-80d4-4253-9008-4d92357f50dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006795 10.0.0.41 - - [2025-11-06 04:01:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004375 10.0.0.41 - - [2025-11-06 04:01:36] "GET /virtual-network/5dfbb401-80d4-4253-9008-4d92357f50dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005753 10.0.0.41 - - [2025-11-06 04:01:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003936 10.0.0.41 - - [2025-11-06 04:01:40] "GET /virtual-network/5dfbb401-80d4-4253-9008-4d92357f50dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005782 10.0.0.41 - - [2025-11-06 04:01:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004773 10.0.0.41 - - [2025-11-06 04:01:44] "GET /virtual-network/5dfbb401-80d4-4253-9008-4d92357f50dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007669 10.0.0.41 - - [2025-11-06 04:01:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003664 10.0.0.41 - - [2025-11-06 04:01:49] "GET /virtual-network/5dfbb401-80d4-4253-9008-4d92357f50dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007030 10.0.0.41 - - [2025-11-06 04:01:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005495 10.0.0.41 - - [2025-11-06 04:01:53] "GET /virtual-network/5dfbb401-80d4-4253-9008-4d92357f50dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007118 10.0.0.41 - - [2025-11-06 04:01:54] "POST /neutron/port HTTP/1.1" 200 1087 0.019403 10.0.0.41 - - [2025-11-06 04:01:54] "POST /neutron/subnet HTTP/1.1" 200 689 0.011725 10.0.0.41 - - [2025-11-06 04:01:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.005407 10.0.0.41 - - [2025-11-06 04:01:57] "GET /virtual-network/5dfbb401-80d4-4253-9008-4d92357f50dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006873 10.0.0.41 - - [2025-11-06 04:02:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005957 10.0.0.41 - - [2025-11-06 04:02:01] "GET /virtual-network/5dfbb401-80d4-4253-9008-4d92357f50dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.009045 10.0.0.41 - - [2025-11-06 04:02:04] "POST /neutron/port HTTP/1.1" 200 1087 0.058380 10.0.0.41 - - [2025-11-06 04:02:04] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008549 10.0.0.41 - - [2025-11-06 04:02:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004093 10.0.0.41 - - [2025-11-06 04:02:05] "GET /virtual-network/5dfbb401-80d4-4253-9008-4d92357f50dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006276 10.0.0.41 - - [2025-11-06 04:02:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004729 10.0.0.41 - - [2025-11-06 04:02:07] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005752 10.0.0.41 - - [2025-11-06 04:02:07] "GET /virtual-networks?parent_id=c1635dfb-4661-4ee7-9699-4cd3e39aa980&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.004220 10.0.0.41 - - [2025-11-06 04:02:07] "GET /virtual-network/5dfbb401-80d4-4253-9008-4d92357f50dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006418 10.0.0.41 - - [2025-11-06 04:02:09] "POST /neutron/port HTTP/1.1" 200 1087 0.018322 10.0.0.41 - - [2025-11-06 04:02:13] "POST /neutron/security_group HTTP/1.1" 200 2059 0.032425 10.0.0.41 - - [2025-11-06 04:02:23] "POST /neutron/port HTTP/1.1" 200 1087 0.042271 10.0.0.41 - - [2025-11-06 04:02:28] "POST /neutron/security_group HTTP/1.1" 200 2059 0.013932 10.0.0.131 - - [2025-11-06 04:02:29] "GET /obj-perms HTTP/1.1" 200 5056 0.055602 10.0.0.41 - - [2025-11-06 04:02:31] "POST /neutron/network HTTP/1.1" 200 841 0.010081 10.0.0.41 - - [2025-11-06 04:02:31] "POST /neutron/port HTTP/1.1" 200 117 0.001518 10.0.0.41 - - [2025-11-06 04:02:33] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010176 10.0.0.41 - - [2025-11-06 04:02:43] "POST /neutron/port HTTP/1.1" 200 1087 0.023045 10.0.0.41 - - [2025-11-06 04:02:49] "POST /neutron/security_group HTTP/1.1" 200 2059 0.011518 10.0.0.41 - - [2025-11-06 04:02:54] "POST /neutron/port HTTP/1.1" 200 1087 0.023293 10.0.0.41 - - [2025-11-06 04:02:54] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009913 10.0.0.41 - - [2025-11-06 04:02:54] "GET /virtual-machine/8d1691d6-c356-4a8e-8a06-cbd026c80ec0 HTTP/1.1" 200 1295 0.037029 10.0.0.41 - - [2025-11-06 04:02:54] "GET /virtual-machine-interface/b8d6f665-a29d-4b7c-8518-7e39bb9a749a HTTP/1.1" 200 2965 0.006578 10.0.0.41 - - [2025-11-06 04:02:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003860 10.0.0.41 - - [2025-11-06 04:02:54] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003812 10.0.0.41 - - [2025-11-06 04:02:54] "GET /virtual-networks?parent_id=c1635dfb-4661-4ee7-9699-4cd3e39aa980&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003714 10.0.0.41 - - [2025-11-06 04:02:54] "GET /virtual-network/5dfbb401-80d4-4253-9008-4d92357f50dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007236 10.0.0.41 - - [2025-11-06 04:02:55] "POST /neutron/network HTTP/1.1" 200 841 0.009943 10.0.0.41 - - [2025-11-06 04:02:55] "POST /neutron/port HTTP/1.1" 200 117 0.001587 10.0.0.41 - - [2025-11-06 04:02:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003906 10.0.0.41 - - [2025-11-06 04:02:55] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005337 10.0.0.41 - - [2025-11-06 04:02:55] "GET /virtual-networks?parent_id=c1635dfb-4661-4ee7-9699-4cd3e39aa980&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.004960 10.0.0.41 - - [2025-11-06 04:02:55] "GET /virtual-network/5dfbb401-80d4-4253-9008-4d92357f50dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006584 10.0.0.41 - - [2025-11-06 04:02:56] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008750 10.0.0.41 - - [2025-11-06 04:02:56] "POST /neutron/port HTTP/1.1" 200 1087 0.025936 10.0.0.41 - - [2025-11-06 04:02:56] "GET /virtual-machine/7c2d25c6-4ca4-463e-985e-bf7044535436 HTTP/1.1" 200 1295 0.006172 10.0.0.41 - - [2025-11-06 04:02:56] "GET /virtual-machine-interface/bb02683c-10d2-4c0d-a545-78eaf8dc27e6 HTTP/1.1" 200 2966 0.006002 10.0.0.41 - - [2025-11-06 04:02:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003615 10.0.0.41 - - [2025-11-06 04:02:56] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004590 10.0.0.41 - - [2025-11-06 04:02:56] "GET /virtual-networks?parent_id=c1635dfb-4661-4ee7-9699-4cd3e39aa980&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003784 10.0.0.41 - - [2025-11-06 04:02:56] "GET /virtual-network/5dfbb401-80d4-4253-9008-4d92357f50dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006348 10.0.0.41 - - [2025-11-06 04:02:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.006012 10.0.0.41 - - [2025-11-06 04:02:57] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.007335 10.0.0.41 - - [2025-11-06 04:02:57] "GET /virtual-networks?parent_id=c1635dfb-4661-4ee7-9699-4cd3e39aa980&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.005569 10.0.0.41 - - [2025-11-06 04:02:57] "GET /virtual-network/5dfbb401-80d4-4253-9008-4d92357f50dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.008115 10.0.0.41 - - [2025-11-06 04:02:57] "POST /neutron/security_group HTTP/1.1" 200 2059 0.013039 10.0.0.41 - - [2025-11-06 04:03:02] "POST /fqname-to-id HTTP/1.1" 404 198 0.005390 10.0.0.41 - - [2025-11-06 04:03:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004428 10.0.0.41 - - [2025-11-06 04:03:02] "GET /global-system-config/6a6547c3-b207-4358-902b-bf61b9f2d1e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1967 0.007179 10.0.0.41 - - [2025-11-06 04:03:03] "POST /control-node-zones HTTP/1.1" 200 571 0.030646 10.0.0.41 - - [2025-11-06 04:03:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003613 10.0.0.41 - - [2025-11-06 04:03:03] "GET /bgp-router/e338b561-87c5-4183-9423-b810fd4bcaf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.006631 10.0.0.41 - - [2025-11-06 04:03:03] "GET /control-node-zone/bafdc9f6-1633-488e-aa05-abfe7dcc3cc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1136 0.007771 10.0.0.41 - - [2025-11-06 04:03:03] "PUT /bgp-router/e338b561-87c5-4183-9423-b810fd4bcaf5 HTTP/1.1" 200 255 0.032441 10.0.0.41 - - [2025-11-06 04:03:03] "POST /fqname-to-id HTTP/1.1" 404 198 0.004023 10.0.0.41 - - [2025-11-06 04:03:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005583 10.0.0.41 - - [2025-11-06 04:03:03] "GET /global-system-config/6a6547c3-b207-4358-902b-bf61b9f2d1e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1967 0.007923 10.0.0.41 - - [2025-11-06 04:03:03] "POST /control-node-zones HTTP/1.1" 200 571 0.036608 10.0.0.41 - - [2025-11-06 04:03:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005114 10.0.0.41 - - [2025-11-06 04:03:03] "GET /bgp-router/4c1446e0-4509-4bc9-a4bb-f7194572ed31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.008594 10.0.0.41 - - [2025-11-06 04:03:03] "GET /control-node-zone/7869b2ef-39ec-4d15-9c9a-a9622eb3ce4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.006773 10.0.0.41 - - [2025-11-06 04:03:03] "PUT /bgp-router/4c1446e0-4509-4bc9-a4bb-f7194572ed31 HTTP/1.1" 200 255 0.023305 10.0.0.41 - - [2025-11-06 04:03:03] "POST /fqname-to-id HTTP/1.1" 404 198 0.003857 10.0.0.41 - - [2025-11-06 04:03:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004314 10.0.0.41 - - [2025-11-06 04:03:03] "GET /global-system-config/6a6547c3-b207-4358-902b-bf61b9f2d1e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1967 0.008973 10.0.0.41 - - [2025-11-06 04:03:03] "POST /control-node-zones HTTP/1.1" 200 571 0.037223 10.0.0.41 - - [2025-11-06 04:03:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005743 10.0.0.41 - - [2025-11-06 04:03:03] "GET /bgp-router/632dc211-92fa-4496-8e6c-daf81c4dd44b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.006803 10.0.0.41 - - [2025-11-06 04:03:03] "GET /control-node-zone/48501058-834e-4727-b992-bc08c22b421a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.009558 10.0.0.41 - - [2025-11-06 04:03:03] "PUT /bgp-router/632dc211-92fa-4496-8e6c-daf81c4dd44b HTTP/1.1" 200 255 0.033397 10.0.0.41 - - [2025-11-06 04:03:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005493 10.0.0.41 - - [2025-11-06 04:03:04] "GET /global-system-config/6a6547c3-b207-4358-902b-bf61b9f2d1e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1967 0.008797 10.0.0.41 - - [2025-11-06 04:03:04] "POST /fqname-to-id HTTP/1.1" 404 234 0.004580 10.0.0.41 - - [2025-11-06 04:03:04] "POST /bgp-as-a-services HTTP/1.1" 200 590 0.032621 10.0.0.41 - - [2025-11-06 04:03:04] "POST /neutron/network HTTP/1.1" 200 831 0.007247 10.0.0.41 - - [2025-11-06 04:03:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003936 10.0.0.41 - - [2025-11-06 04:03:04] "GET /bgp-as-a-service/466e88b8-b228-43d6-9406-2a43a07240e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1549 0.006301 10.0.0.41 - - [2025-11-06 04:03:04] "GET /control-node-zone/bafdc9f6-1633-488e-aa05-abfe7dcc3cc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1136 0.004724 10.0.0.41 - - [2025-11-06 04:03:04] "POST /ref-update HTTP/1.1" 200 156 0.018797 10.0.0.41 - - [2025-11-06 04:03:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.006939 10.0.0.41 - - [2025-11-06 04:03:04] "GET /bgp-as-a-service/466e88b8-b228-43d6-9406-2a43a07240e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1838 0.009864 10.0.0.41 - - [2025-11-06 04:03:04] "GET /control-node-zone/7869b2ef-39ec-4d15-9c9a-a9622eb3ce4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.004818 10.0.0.41 - - [2025-11-06 04:03:04] "POST /ref-update HTTP/1.1" 200 156 0.017740 10.0.0.41 - - [2025-11-06 04:03:20] "GET /bgp-as-a-service/466e88b8-b228-43d6-9406-2a43a07240e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.007377 10.0.0.41 - - [2025-11-06 04:03:20] "GET /virtual-machine-interface/69761f1d-7a05-4a94-9c59-d900c9921681?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2743 0.006042 10.0.0.41 - - [2025-11-06 04:03:20] "POST /ref-update HTTP/1.1" 200 156 0.014037 10.0.0.131 - - [2025-11-06 04:03:20] "POST /bgp-routers HTTP/1.1" 200 642 0.059013 10.0.0.131 - - [2025-11-06 04:03:20] "PUT /bgp-router/4991e847-e5f8-4c8c-8ef6-ef079a9dba68 HTTP/1.1" 200 255 0.038918 10.0.0.41 - - [2025-11-06 04:03:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003867 10.0.0.41 - - [2025-11-06 04:03:21] "GET /global-system-config/6a6547c3-b207-4358-902b-bf61b9f2d1e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1967 0.006767 10.0.0.41 - - [2025-11-06 04:03:21] "POST /fqname-to-id HTTP/1.1" 404 234 0.003620 10.0.0.41 - - [2025-11-06 04:03:21] "POST /bgp-as-a-services HTTP/1.1" 200 590 0.039577 10.0.0.41 - - [2025-11-06 04:03:21] "POST /neutron/subnet HTTP/1.1" 200 715 0.010989 10.0.0.41 - - [2025-11-06 04:03:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004255 10.0.0.41 - - [2025-11-06 04:03:21] "GET /bgp-as-a-service/066bcb2d-3a81-47b5-9b10-495e6cb2a43e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1548 0.008482 10.0.0.41 - - [2025-11-06 04:03:21] "GET /control-node-zone/bafdc9f6-1633-488e-aa05-abfe7dcc3cc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1136 0.004742 10.0.0.41 - - [2025-11-06 04:03:21] "POST /ref-update HTTP/1.1" 200 156 0.018081 10.0.0.41 - - [2025-11-06 04:03:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004434 10.0.0.41 - - [2025-11-06 04:03:21] "GET /bgp-as-a-service/066bcb2d-3a81-47b5-9b10-495e6cb2a43e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1837 0.008641 10.0.0.41 - - [2025-11-06 04:03:21] "GET /control-node-zone/7869b2ef-39ec-4d15-9c9a-a9622eb3ce4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.005889 10.0.0.41 - - [2025-11-06 04:03:22] "POST /ref-update HTTP/1.1" 200 156 0.022428 10.0.0.38 - - [2025-11-06 04:03:29] "GET /obj-perms HTTP/1.1" 200 5056 0.053187 10.0.0.41 - - [2025-11-06 04:03:30] "GET /bgp-as-a-service/066bcb2d-3a81-47b5-9b10-495e6cb2a43e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.010119 10.0.0.41 - - [2025-11-06 04:03:30] "GET /virtual-machine-interface/b8d6f665-a29d-4b7c-8518-7e39bb9a749a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2743 0.007360 10.0.0.41 - - [2025-11-06 04:03:30] "POST /ref-update HTTP/1.1" 200 156 0.019234 10.0.0.131 - - [2025-11-06 04:03:31] "POST /ref-update HTTP/1.1" 200 156 0.027758 10.0.0.41 - - [2025-11-06 04:03:33] "POST /neutron/port HTTP/1.1" 200 117 0.037903 10.0.0.41 - - [2025-11-06 04:03:34] "POST /neutron/network HTTP/1.1" 200 117 0.012314 10.0.0.41 - - [2025-11-06 04:03:53] "GET /bgp-as-a-service/066bcb2d-3a81-47b5-9b10-495e6cb2a43e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2712 0.007889 10.0.0.41 - - [2025-11-06 04:03:53] "GET /virtual-machine-interface/b8d6f665-a29d-4b7c-8518-7e39bb9a749a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3059 0.008827 10.0.0.41 - - [2025-11-06 04:03:53] "POST /ref-update HTTP/1.1" 200 156 0.026435 10.0.0.131 - - [2025-11-06 04:03:53] "POST /ref-update HTTP/1.1" 200 156 0.026836 10.0.0.41 - - [2025-11-06 04:03:53] "DELETE /bgp-as-a-service/066bcb2d-3a81-47b5-9b10-495e6cb2a43e HTTP/1.1" 200 115 0.070258 10.0.0.41 - - [2025-11-06 04:03:53] "GET /bgp-as-a-service/466e88b8-b228-43d6-9406-2a43a07240e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2713 0.009757 10.0.0.41 - - [2025-11-06 04:03:53] "GET /virtual-machine-interface/69761f1d-7a05-4a94-9c59-d900c9921681?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3059 0.014574 10.0.0.41 - - [2025-11-06 04:03:53] "POST /ref-update HTTP/1.1" 200 156 0.045203 10.0.0.131 - - [2025-11-06 04:03:53] "POST /ref-update HTTP/1.1" 200 156 0.026144 10.0.0.41 - - [2025-11-06 04:03:53] "DELETE /bgp-as-a-service/466e88b8-b228-43d6-9406-2a43a07240e4 HTTP/1.1" 200 115 0.067853 10.0.0.41 - - [2025-11-06 04:03:53] "GET /control-node-zone/48501058-834e-4727-b992-bc08c22b421a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.006473 10.0.0.41 - - [2025-11-06 04:03:53] "POST /ref-update HTTP/1.1" 200 156 0.026743 10.0.0.41 - - [2025-11-06 04:03:53] "DELETE /control-node-zone/48501058-834e-4727-b992-bc08c22b421a HTTP/1.1" 200 115 0.037929 10.0.0.41 - - [2025-11-06 04:03:53] "GET /control-node-zone/7869b2ef-39ec-4d15-9c9a-a9622eb3ce4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.010191 10.0.0.41 - - [2025-11-06 04:03:53] "POST /ref-update HTTP/1.1" 200 156 0.022454 10.0.0.41 - - [2025-11-06 04:03:54] "DELETE /control-node-zone/7869b2ef-39ec-4d15-9c9a-a9622eb3ce4c HTTP/1.1" 200 115 0.033630 10.0.0.41 - - [2025-11-06 04:03:54] "GET /control-node-zone/bafdc9f6-1633-488e-aa05-abfe7dcc3cc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1136 0.004719 10.0.0.41 - - [2025-11-06 04:03:54] "POST /ref-update HTTP/1.1" 200 156 0.022365 10.0.0.41 - - [2025-11-06 04:03:54] "DELETE /control-node-zone/bafdc9f6-1633-488e-aa05-abfe7dcc3cc9 HTTP/1.1" 200 115 0.037719 10.0.0.41 - - [2025-11-06 04:03:54] "POST /neutron/port HTTP/1.1" 200 1087 0.032286 10.0.0.41 - - [2025-11-06 04:03:54] "POST /neutron/port HTTP/1.1" 200 1113 0.020200 10.0.0.41 - - [2025-11-06 04:03:55] "POST /neutron/port HTTP/1.1" 200 151 0.339352 10.0.0.41 - - [2025-11-06 04:03:56] "POST /neutron/network HTTP/1.1" 200 831 0.009114 10.0.0.131 - - [2025-11-06 04:03:56] "DELETE /route-target/11728946-4baa-4704-bd88-8db560867678 HTTP/1.1" 200 115 0.031880 10.0.0.131 - - [2025-11-06 04:03:58] "GET /projects?obj_uuids=c1635dfb-4661-4ee7-9699-4cd3e39aa980&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001277 10.0.0.41 - - [2025-11-06 04:03:58] "GET /project/c1635dfb-4661-4ee7-9699-4cd3e39aa980?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.080134 10.0.0.131 - - [2025-11-06 04:03:58] "GET /projects?obj_uuids=c1635dfb-4661-4ee7-9699-4cd3e39aa980&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001843 10.0.0.41 - - [2025-11-06 04:03:58] "GET /project/c1635dfb-4661-4ee7-9699-4cd3e39aa980?fields=virtual_networks HTTP/1.1" 200 1037 0.056093 10.0.0.131 - - [2025-11-06 04:03:58] "GET /projects?obj_uuids=c1635dfb-4661-4ee7-9699-4cd3e39aa980&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001482 10.0.0.41 - - [2025-11-06 04:03:58] "GET /project/c1635dfb-4661-4ee7-9699-4cd3e39aa980?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.048979 10.0.0.131 - - [2025-11-06 04:03:58] "GET /projects?obj_uuids=c1635dfb-4661-4ee7-9699-4cd3e39aa980&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001210 10.0.0.41 - - [2025-11-06 04:03:58] "GET /project/c1635dfb-4661-4ee7-9699-4cd3e39aa980?fields=security_groups HTTP/1.1" 200 1265 0.051020 10.0.0.41 - - [2025-11-06 04:03:59] "POST /fqname-to-id HTTP/1.1" 404 181 0.355683 10.0.0.131 - - [2025-11-06 04:03:59] "GET /projects?obj_uuids=4dd1e979-a856-43aa-a36f-b11c87ca62e1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003875 10.0.0.131 - - [2025-11-06 04:03:59] "GET /domains?obj_uuids=dd557474-6eee-442f-acdf-559f4d754f9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001229 10.0.0.131 - - [2025-11-06 04:03:59] "GET /domain/dd557474-6eee-442f-acdf-559f4d754f9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.033409 10.0.0.131 - - [2025-11-06 04:03:59] "POST /id-to-fqname HTTP/1.1" 200 183 0.003802 10.0.0.131 - - [2025-11-06 04:03:59] "POST /fqname-to-id HTTP/1.1" 404 192 0.015655 10.0.0.131 - - [2025-11-06 04:03:59] "POST /security-groups HTTP/1.1" 200 584 0.094187 10.0.0.131 - - [2025-11-06 04:04:00] "POST /projects HTTP/1.1" 200 571 0.330166 10.0.0.131 - - [2025-11-06 04:04:00] "POST /fqname-to-id HTTP/1.1" 404 226 0.007991 10.0.0.131 - - [2025-11-06 04:04:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.418044 10.0.0.41 - - [2025-11-06 04:04:00] "GET /project/4dd1e979-a856-43aa-a36f-b11c87ca62e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.612952 10.0.0.41 - - [2025-11-06 04:04:01] "GET / HTTP/1.1" 200 36215 0.001841 10.0.0.131 - - [2025-11-06 04:04:04] "GET /projects?obj_uuids=4dd1e979-a856-43aa-a36f-b11c87ca62e1&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001514 10.0.0.41 - - [2025-11-06 04:04:04] "GET /project/4dd1e979-a856-43aa-a36f-b11c87ca62e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.064588 10.0.0.131 - - [2025-11-06 04:04:04] "GET /projects?obj_uuids=4dd1e979-a856-43aa-a36f-b11c87ca62e1&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001707 10.0.0.41 - - [2025-11-06 04:04:04] "GET /project/4dd1e979-a856-43aa-a36f-b11c87ca62e1?fields=virtual_networks HTTP/1.1" 200 1020 0.054950 10.0.0.131 - - [2025-11-06 04:04:04] "GET /projects?obj_uuids=4dd1e979-a856-43aa-a36f-b11c87ca62e1&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001141 10.0.0.41 - - [2025-11-06 04:04:04] "GET /project/4dd1e979-a856-43aa-a36f-b11c87ca62e1?fields=virtual_machine_interfaces HTTP/1.1" 200 1020 0.046797 10.0.0.131 - - [2025-11-06 04:04:04] "GET /projects?obj_uuids=4dd1e979-a856-43aa-a36f-b11c87ca62e1&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001349 10.0.0.41 - - [2025-11-06 04:04:04] "GET /project/4dd1e979-a856-43aa-a36f-b11c87ca62e1?fields=security_groups HTTP/1.1" 200 1240 0.059504 10.0.0.41 - - [2025-11-06 04:04:05] "POST /fqname-to-id HTTP/1.1" 404 189 0.028091 10.0.0.131 - - [2025-11-06 04:04:05] "GET /projects?obj_uuids=911d5938-edd8-436f-ae10-56b4f26b43e0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005304 10.0.0.131 - - [2025-11-06 04:04:05] "GET /domains?obj_uuids=dd557474-6eee-442f-acdf-559f4d754f9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002682 10.0.0.131 - - [2025-11-06 04:04:05] "GET /domain/dd557474-6eee-442f-acdf-559f4d754f9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.011813 10.0.0.131 - - [2025-11-06 04:04:05] "POST /id-to-fqname HTTP/1.1" 200 191 0.012341 10.0.0.131 - - [2025-11-06 04:04:05] "POST /fqname-to-id HTTP/1.1" 404 200 0.014301 10.0.0.131 - - [2025-11-06 04:04:05] "POST /security-groups HTTP/1.1" 200 592 0.082858 10.0.0.131 - - [2025-11-06 04:04:05] "POST /projects HTTP/1.1" 200 587 0.347087 10.0.0.131 - - [2025-11-06 04:04:05] "POST /access-control-lists HTTP/1.1" 200 599 0.032222 10.0.0.131 - - [2025-11-06 04:04:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.424305 10.0.0.41 - - [2025-11-06 04:04:06] "GET /project/911d5938-edd8-436f-ae10-56b4f26b43e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.576711 10.0.0.41 - - [2025-11-06 04:04:07] "GET / HTTP/1.1" 200 36215 0.001521 10.0.0.131 - - [2025-11-06 04:04:10] "GET /projects?obj_uuids=911d5938-edd8-436f-ae10-56b4f26b43e0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001087 10.0.0.41 - - [2025-11-06 04:04:10] "GET /project/911d5938-edd8-436f-ae10-56b4f26b43e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.057544 10.0.0.131 - - [2025-11-06 04:04:10] "GET /projects?obj_uuids=911d5938-edd8-436f-ae10-56b4f26b43e0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001588 10.0.0.41 - - [2025-11-06 04:04:10] "GET /project/911d5938-edd8-436f-ae10-56b4f26b43e0?fields=virtual_networks HTTP/1.1" 200 1037 0.055650 10.0.0.131 - - [2025-11-06 04:04:10] "GET /projects?obj_uuids=911d5938-edd8-436f-ae10-56b4f26b43e0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001028 10.0.0.41 - - [2025-11-06 04:04:10] "GET /project/911d5938-edd8-436f-ae10-56b4f26b43e0?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.050823 10.0.0.131 - - [2025-11-06 04:04:10] "GET /projects?obj_uuids=911d5938-edd8-436f-ae10-56b4f26b43e0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001607 10.0.0.41 - - [2025-11-06 04:04:10] "GET /project/911d5938-edd8-436f-ae10-56b4f26b43e0?fields=security_groups HTTP/1.1" 200 1265 0.057575 10.0.0.41 - - [2025-11-06 04:04:11] "POST /fqname-to-id HTTP/1.1" 404 195 0.031381 10.0.0.131 - - [2025-11-06 04:04:11] "GET /projects?obj_uuids=32568149-d657-4151-a562-d86b10bdcdc7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003750 10.0.0.131 - - [2025-11-06 04:04:11] "GET /domains?obj_uuids=dd557474-6eee-442f-acdf-559f4d754f9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000977 10.0.0.131 - - [2025-11-06 04:04:11] "GET /domain/dd557474-6eee-442f-acdf-559f4d754f9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007535 10.0.0.131 - - [2025-11-06 04:04:11] "POST /id-to-fqname HTTP/1.1" 200 197 0.003130 10.0.0.131 - - [2025-11-06 04:04:11] "POST /fqname-to-id HTTP/1.1" 404 206 0.006932 10.0.0.131 - - [2025-11-06 04:04:11] "POST /security-groups HTTP/1.1" 200 598 0.077932 10.0.0.131 - - [2025-11-06 04:04:11] "POST /fqname-to-id HTTP/1.1" 404 241 0.004281 10.0.0.131 - - [2025-11-06 04:04:11] "POST /projects HTTP/1.1" 200 599 0.330721 10.0.0.131 - - [2025-11-06 04:04:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.402342 10.0.0.131 - - [2025-11-06 04:04:11] "POST /access-control-lists HTTP/1.1" 200 603 0.039954 10.0.0.41 - - [2025-11-06 04:04:11] "GET /project/32568149-d657-4151-a562-d86b10bdcdc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.566163 10.0.0.41 - - [2025-11-06 04:04:12] "GET / HTTP/1.1" 200 36215 0.002271 10.0.0.41 - - [2025-11-06 04:04:14] "POST /fqname-to-id HTTP/1.1" 401 292 0.000446 10.0.0.41 - - [2025-11-06 04:04:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.053897 10.0.0.41 - - [2025-11-06 04:04:15] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004853 10.0.0.41 - - [2025-11-06 04:04:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004820 10.0.0.41 - - [2025-11-06 04:04:15] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004409 10.0.0.41 - - [2025-11-06 04:04:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004072 10.0.0.41 - - [2025-11-06 04:04:15] "PUT /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45 HTTP/1.1" 200 277 0.019705 10.0.0.41 - - [2025-11-06 04:04:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005277 10.0.0.131 - - [2025-11-06 04:04:15] "GET /projects?obj_uuids=32568149-d657-4151-a562-d86b10bdcdc7&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001374 10.0.0.41 - - [2025-11-06 04:04:15] "GET /project/32568149-d657-4151-a562-d86b10bdcdc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.043694 10.0.0.131 - - [2025-11-06 04:04:15] "GET /projects?obj_uuids=32568149-d657-4151-a562-d86b10bdcdc7&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001124 10.0.0.41 - - [2025-11-06 04:04:15] "POST /neutron/network HTTP/1.1" 200 594 0.148193 10.0.0.41 - - [2025-11-06 04:04:15] "POST /id-to-fqname HTTP/1.1" 200 218 0.005909 10.0.0.41 - - [2025-11-06 04:04:15] "GET /virtual-network/45caa956-bc88-401c-98cf-4b390ecff341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.009537 10.0.0.41 - - [2025-11-06 04:04:15] "POST /neutron/network HTTP/1.1" 200 808 0.011822 10.0.0.41 - - [2025-11-06 04:04:15] "GET /virtual-network/45caa956-bc88-401c-98cf-4b390ecff341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.007683 10.0.0.41 - - [2025-11-06 04:04:15] "POST /id-to-fqname HTTP/1.1" 200 218 0.001360 10.0.0.41 - - [2025-11-06 04:04:16] "POST /neutron/port HTTP/1.1" 200 117 0.004650 10.0.0.131 - - [2025-11-06 04:04:16] "GET /projects?obj_uuids=32568149-d657-4151-a562-d86b10bdcdc7&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001268 10.0.0.41 - - [2025-11-06 04:04:16] "GET /project/32568149-d657-4151-a562-d86b10bdcdc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.087566 10.0.0.131 - - [2025-11-06 04:04:17] "DELETE /access-control-list/7e10f91e-75fe-4985-89a5-e13f183e05ab HTTP/1.1" 200 115 0.044987 10.0.0.41 - - [2025-11-06 04:04:17] "POST /neutron/port HTTP/1.1" 200 117 0.009271 10.0.0.41 - - [2025-11-06 04:04:17] "POST /id-to-fqname HTTP/1.1" 200 218 0.001944 10.0.0.41 - - [2025-11-06 04:04:17] "POST /neutron/network HTTP/1.1" 200 818 0.020682 10.0.0.41 - - [2025-11-06 04:04:18] "POST /neutron/port HTTP/1.1" 200 1062 0.018786 10.0.0.131 - - [2025-11-06 04:04:18] "GET /projects?obj_uuids=32568149-d657-4151-a562-d86b10bdcdc7&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001544 10.0.0.41 - - [2025-11-06 04:04:18] "POST /neutron/port HTTP/1.1" 200 1090 0.028600 10.0.0.41 - - [2025-11-06 04:04:18] "GET /project/32568149-d657-4151-a562-d86b10bdcdc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.096753 10.0.0.41 - - [2025-11-06 04:04:18] "POST /neutron/subnet HTTP/1.1" 200 675 0.012058 10.0.0.41 - - [2025-11-06 04:04:18] "POST /neutron/port HTTP/1.1" 200 1090 0.023664 10.0.0.41 - - [2025-11-06 04:04:19] "POST /neutron/network HTTP/1.1" 200 818 0.008525 10.0.0.41 - - [2025-11-06 04:04:19] "GET /virtual-network/45caa956-bc88-401c-98cf-4b390ecff341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.009541 10.0.0.41 - - [2025-11-06 04:04:19] "POST /neutron/port HTTP/1.1" 200 1062 0.057184 10.0.0.41 - - [2025-11-06 04:04:20] "GET /obj-perms HTTP/1.1" 200 5044 0.196902 10.0.0.41 - - [2025-11-06 04:04:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004810 10.0.0.41 - - [2025-11-06 04:04:20] "POST /neutron/network HTTP/1.1" 200 808 0.008550 10.0.0.41 - - [2025-11-06 04:04:21] "POST /neutron/port HTTP/1.1" 200 1090 0.019791 10.0.0.41 - - [2025-11-06 04:04:21] "POST /neutron/security_group HTTP/1.1" 200 2065 0.008472 10.0.0.41 - - [2025-11-06 04:04:21] "GET /virtual-machine/2c76693e-9710-4bdd-8aa6-64aa5ca68702 HTTP/1.1" 401 292 0.000513 10.0.0.41 - - [2025-11-06 04:04:21] "GET /virtual-machine/2c76693e-9710-4bdd-8aa6-64aa5ca68702 HTTP/1.1" 200 1300 0.031348 10.0.0.41 - - [2025-11-06 04:04:21] "GET /virtual-machine/2c76693e-9710-4bdd-8aa6-64aa5ca68702 HTTP/1.1" 200 1300 0.004856 10.0.0.41 - - [2025-11-06 04:04:21] "GET /virtual-machine-interface/9fcd065f-4e31-4cb7-a02d-c90d145a9522 HTTP/1.1" 200 2957 0.006361 10.0.0.41 - - [2025-11-06 04:04:21] "GET /virtual-machine/2c76693e-9710-4bdd-8aa6-64aa5ca68702 HTTP/1.1" 200 1300 0.004176 10.0.0.41 - - [2025-11-06 04:04:21] "GET /virtual-machine-interface/9fcd065f-4e31-4cb7-a02d-c90d145a9522 HTTP/1.1" 200 2957 0.006890 10.0.0.41 - - [2025-11-06 04:04:21] "GET /instance-ip/2df4fb3b-7271-46fb-8d80-f6d865da17c6 HTTP/1.1" 200 1623 0.008323 10.0.0.41 - - [2025-11-06 04:04:21] "GET /virtual-machine/2c76693e-9710-4bdd-8aa6-64aa5ca68702 HTTP/1.1" 200 1300 0.005784 10.0.0.41 - - [2025-11-06 04:04:21] "GET /virtual-machine-interface/9fcd065f-4e31-4cb7-a02d-c90d145a9522 HTTP/1.1" 200 2957 0.006924 10.0.0.41 - - [2025-11-06 04:04:21] "GET /instance-ip/2df4fb3b-7271-46fb-8d80-f6d865da17c6 HTTP/1.1" 200 1623 0.006358 10.0.0.41 - - [2025-11-06 04:04:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.008769 10.0.0.41 - - [2025-11-06 04:04:21] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.007972 10.0.0.41 - - [2025-11-06 04:04:21] "GET /virtual-networks?parent_id=32568149-d657-4151-a562-d86b10bdcdc7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004710 10.0.0.41 - - [2025-11-06 04:04:22] "GET /virtual-network/45caa956-bc88-401c-98cf-4b390ecff341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.008920 10.0.0.41 - - [2025-11-06 04:04:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.005611 10.0.0.41 - - [2025-11-06 04:04:22] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006394 10.0.0.41 - - [2025-11-06 04:04:22] "GET /virtual-networks?parent_id=32568149-d657-4151-a562-d86b10bdcdc7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003984 10.0.0.41 - - [2025-11-06 04:04:22] "GET /virtual-network/45caa956-bc88-401c-98cf-4b390ecff341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006280 10.0.0.41 - - [2025-11-06 04:04:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004526 10.0.0.41 - - [2025-11-06 04:04:22] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005574 10.0.0.41 - - [2025-11-06 04:04:22] "GET /virtual-networks?parent_id=32568149-d657-4151-a562-d86b10bdcdc7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004519 10.0.0.41 - - [2025-11-06 04:04:22] "GET /virtual-network/45caa956-bc88-401c-98cf-4b390ecff341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006663 10.0.0.41 - - [2025-11-06 04:04:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004047 10.0.0.41 - - [2025-11-06 04:04:22] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005208 10.0.0.41 - - [2025-11-06 04:04:22] "GET /virtual-networks?parent_id=32568149-d657-4151-a562-d86b10bdcdc7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003770 10.0.0.41 - - [2025-11-06 04:04:22] "GET /virtual-network/45caa956-bc88-401c-98cf-4b390ecff341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.010528 10.0.0.41 - - [2025-11-06 04:04:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.005324 10.0.0.41 - - [2025-11-06 04:04:22] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004997 10.0.0.41 - - [2025-11-06 04:04:22] "GET /virtual-networks?parent_id=32568149-d657-4151-a562-d86b10bdcdc7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004123 10.0.0.41 - - [2025-11-06 04:04:22] "GET /virtual-network/45caa956-bc88-401c-98cf-4b390ecff341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.005905 10.0.0.41 - - [2025-11-06 04:04:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003873 10.0.0.41 - - [2025-11-06 04:04:22] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005639 10.0.0.41 - - [2025-11-06 04:04:22] "GET /virtual-networks?parent_id=32568149-d657-4151-a562-d86b10bdcdc7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.005770 10.0.0.41 - - [2025-11-06 04:04:22] "GET /virtual-network/45caa956-bc88-401c-98cf-4b390ecff341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.007847 10.0.0.41 - - [2025-11-06 04:04:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004789 10.0.0.41 - - [2025-11-06 04:04:22] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.007621 10.0.0.41 - - [2025-11-06 04:04:22] "GET /virtual-networks?parent_id=32568149-d657-4151-a562-d86b10bdcdc7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003842 10.0.0.41 - - [2025-11-06 04:04:22] "GET /virtual-network/45caa956-bc88-401c-98cf-4b390ecff341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.008123 10.0.0.131 - - [2025-11-06 04:04:24] "DELETE /project/4dd1e979a85643aaa36fb11c87ca62e1 HTTP/1.1" 404 173 0.010869 10.0.0.131 - - [2025-11-06 04:04:24] "DELETE /project/32568149d6574151a562d86b10bdcdc7 HTTP/1.1" 404 173 0.013772 10.0.0.131 - - [2025-11-06 04:04:24] "DELETE /project/911d5938edd8436fae1056b4f26b43e0 HTTP/1.1" 404 173 0.010573 10.0.0.131 - - [2025-11-06 04:04:24] "GET /projects?obj_uuids=4dd1e979-a856-43aa-a36f-b11c87ca62e1&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000843 10.0.0.131 - - [2025-11-06 04:04:24] "GET /projects?obj_uuids=911d5938-edd8-436f-ae10-56b4f26b43e0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000803 10.0.0.131 - - [2025-11-06 04:04:24] "DELETE /project/c1635dfb-4661-4ee7-9699-4cd3e39aa980 HTTP/1.1" 404 177 0.017668 10.0.0.131 - - [2025-11-06 04:04:24] "GET /project/4dd1e979-a856-43aa-a36f-b11c87ca62e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.047596 10.0.0.131 - - [2025-11-06 04:04:24] "GET /projects?obj_uuids=4dd1e979-a856-43aa-a36f-b11c87ca62e1&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001176 10.0.0.131 - - [2025-11-06 04:04:24] "GET /project/911d5938-edd8-436f-ae10-56b4f26b43e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1473 0.083255 10.0.0.131 - - [2025-11-06 04:04:24] "GET /projects?obj_uuids=911d5938-edd8-436f-ae10-56b4f26b43e0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002259 10.0.0.131 - - [2025-11-06 04:04:24] "GET /project/4dd1e979-a856-43aa-a36f-b11c87ca62e1?fields=security_groups HTTP/1.1" 200 1342 0.092781 10.0.0.131 - - [2025-11-06 04:04:24] "GET /project/911d5938-edd8-436f-ae10-56b4f26b43e0?fields=security_groups HTTP/1.1" 200 1367 0.114044 10.0.0.131 - - [2025-11-06 04:04:24] "DELETE /security-group/8c9f1123-6411-4c70-8a5c-b5ffd8b34169 HTTP/1.1" 200 115 0.072342 10.0.0.131 - - [2025-11-06 04:04:24] "GET /projects?obj_uuids=4dd1e979-a856-43aa-a36f-b11c87ca62e1&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001695 10.0.0.131 - - [2025-11-06 04:04:24] "GET /project/4dd1e979-a856-43aa-a36f-b11c87ca62e1?fields=application_policy_sets HTTP/1.1" 200 1381 0.054790 10.0.0.131 - - [2025-11-06 04:04:24] "DELETE /access-control-list/d23c1b9b-96b7-492e-965c-16d44a0d2ebe HTTP/1.1" 200 115 0.066734 10.0.0.131 - - [2025-11-06 04:04:24] "DELETE /security-group/8c308658-a668-43fc-bffa-ae11972298bd HTTP/1.1" 200 115 0.126873 10.0.0.131 - - [2025-11-06 04:04:24] "GET /projects?obj_uuids=911d5938-edd8-436f-ae10-56b4f26b43e0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003105 10.0.0.131 - - [2025-11-06 04:04:24] "GET /project/911d5938-edd8-436f-ae10-56b4f26b43e0?fields=application_policy_sets HTTP/1.1" 200 1406 0.114605 10.0.0.131 - - [2025-11-06 04:04:24] "DELETE /project/4dd1e979-a856-43aa-a36f-b11c87ca62e1 HTTP/1.1" 200 115 0.598811 10.0.0.131 - - [2025-11-06 04:04:25] "DELETE /project/911d5938-edd8-436f-ae10-56b4f26b43e0 HTTP/1.1" 200 115 0.757580 10.0.0.41 - - [2025-11-06 04:04:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005605 10.0.0.41 - - [2025-11-06 04:04:25] "GET /virtual-network/45caa956-bc88-401c-98cf-4b390ecff341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.008302 10.0.0.41 - - [2025-11-06 04:04:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004691 10.0.0.41 - - [2025-11-06 04:04:30] "GET /virtual-network/45caa956-bc88-401c-98cf-4b390ecff341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006995 10.0.0.41 - - [2025-11-06 04:04:33] "POST /neutron/port HTTP/1.1" 200 1090 0.024903 10.0.0.41 - - [2025-11-06 04:04:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004573 10.0.0.41 - - [2025-11-06 04:04:34] "POST /neutron/network HTTP/1.1" 200 808 0.008391 10.0.0.41 - - [2025-11-06 04:04:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004410 10.0.0.41 - - [2025-11-06 04:04:34] "GET /virtual-network/45caa956-bc88-401c-98cf-4b390ecff341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006602 10.0.0.41 - - [2025-11-06 04:04:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005887 10.0.0.41 - - [2025-11-06 04:04:38] "GET /virtual-network/45caa956-bc88-401c-98cf-4b390ecff341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.008835 10.0.0.41 - - [2025-11-06 04:04:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004138 10.0.0.41 - - [2025-11-06 04:04:42] "GET /virtual-network/45caa956-bc88-401c-98cf-4b390ecff341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.007158 10.0.0.41 - - [2025-11-06 04:04:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004759 10.0.0.41 - - [2025-11-06 04:04:46] "GET /virtual-network/45caa956-bc88-401c-98cf-4b390ecff341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.005614 10.0.0.41 - - [2025-11-06 04:04:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004618 10.0.0.41 - - [2025-11-06 04:04:50] "GET /virtual-network/45caa956-bc88-401c-98cf-4b390ecff341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.007070 10.0.0.41 - - [2025-11-06 04:04:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004596 10.0.0.41 - - [2025-11-06 04:04:54] "GET /virtual-network/45caa956-bc88-401c-98cf-4b390ecff341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.007570 10.0.0.41 - - [2025-11-06 04:04:58] "POST /neutron/network HTTP/1.1" 200 818 0.007753 10.0.0.41 - - [2025-11-06 04:04:58] "POST /neutron/port HTTP/1.1" 200 117 0.001244 10.0.0.41 - - [2025-11-06 04:04:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003678 10.0.0.41 - - [2025-11-06 04:04:58] "GET /virtual-network/45caa956-bc88-401c-98cf-4b390ecff341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.005934 10.0.0.41 - - [2025-11-06 04:05:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005957 10.0.0.41 - - [2025-11-06 04:05:00] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005813 10.0.0.41 - - [2025-11-06 04:05:00] "GET /virtual-networks?parent_id=32568149-d657-4151-a562-d86b10bdcdc7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.005765 10.0.0.41 - - [2025-11-06 04:05:00] "GET /virtual-network/45caa956-bc88-401c-98cf-4b390ecff341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.010202 10.0.0.41 - - [2025-11-06 04:05:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.006511 10.0.0.41 - - [2025-11-06 04:05:01] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005849 10.0.0.41 - - [2025-11-06 04:05:01] "GET /virtual-networks?parent_id=32568149-d657-4151-a562-d86b10bdcdc7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.005172 10.0.0.41 - - [2025-11-06 04:05:01] "GET /virtual-network/45caa956-bc88-401c-98cf-4b390ecff341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.007769 10.0.0.41 - - [2025-11-06 04:05:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005332 10.0.0.41 - - [2025-11-06 04:05:01] "GET /routing-instance/187e569e-85cc-4eb9-b664-07b3a2e9e16f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.010404 10.0.0.41 - - [2025-11-06 04:05:01] "GET /route-target/3b9e6ff0-2cb7-421c-83f8-b75b7cc132e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.006240 10.0.0.41 - - [2025-11-06 04:05:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005306 10.0.0.41 - - [2025-11-06 04:05:01] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006753 10.0.0.41 - - [2025-11-06 04:05:01] "GET /virtual-networks?parent_id=32568149-d657-4151-a562-d86b10bdcdc7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004977 10.0.0.41 - - [2025-11-06 04:05:01] "GET /virtual-network/45caa956-bc88-401c-98cf-4b390ecff341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.007650 10.0.0.41 - - [2025-11-06 04:05:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005063 10.0.0.41 - - [2025-11-06 04:05:01] "GET /routing-instance/187e569e-85cc-4eb9-b664-07b3a2e9e16f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.006149 10.0.0.41 - - [2025-11-06 04:05:01] "GET /route-target/3b9e6ff0-2cb7-421c-83f8-b75b7cc132e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.006802 10.0.0.41 - - [2025-11-06 04:05:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004760 10.0.0.41 - - [2025-11-06 04:05:01] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005425 10.0.0.41 - - [2025-11-06 04:05:01] "GET /virtual-networks?parent_id=32568149-d657-4151-a562-d86b10bdcdc7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003781 10.0.0.41 - - [2025-11-06 04:05:01] "GET /virtual-network/45caa956-bc88-401c-98cf-4b390ecff341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.008013 10.0.0.41 - - [2025-11-06 04:05:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005393 10.0.0.41 - - [2025-11-06 04:05:01] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.007464 10.0.0.41 - - [2025-11-06 04:05:01] "GET /virtual-networks?parent_id=32568149-d657-4151-a562-d86b10bdcdc7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.006020 10.0.0.41 - - [2025-11-06 04:05:01] "GET /virtual-network/45caa956-bc88-401c-98cf-4b390ecff341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.008394 10.0.0.131 - - [2025-11-06 04:05:02] "GET /obj-perms HTTP/1.1" 200 5044 0.069171 10.0.0.41 - - [2025-11-06 04:05:02] "GET /obj-perms HTTP/1.1" 200 5044 0.005224 10.0.0.41 - - [2025-11-06 04:05:02] "GET /obj-perms HTTP/1.1" 200 5044 0.005932 10.0.0.131 - - [2025-11-06 04:05:02] "GET /obj-perms HTTP/1.1" 200 5044 0.004644 10.0.0.38 - - [2025-11-06 04:05:02] "GET /obj-perms HTTP/1.1" 200 5044 0.062652 10.0.0.41 - - [2025-11-06 04:05:02] "POST /neutron/security_group HTTP/1.1" 200 2065 0.014745 10.0.0.41 - - [2025-11-06 04:05:02] "POST /neutron/port HTTP/1.1" 200 1090 0.025861 10.0.0.41 - - [2025-11-06 04:05:02] "POST /neutron/security_group HTTP/1.1" 200 2065 0.013383 10.0.0.41 - - [2025-11-06 04:05:02] "GET /virtual-machine/f00eb1be-6c89-4ff1-848c-6678dc2e8ddd HTTP/1.1" 200 1301 0.012229 10.0.0.41 - - [2025-11-06 04:05:02] "GET /virtual-machine/f00eb1be-6c89-4ff1-848c-6678dc2e8ddd HTTP/1.1" 200 1301 0.006697 10.0.0.41 - - [2025-11-06 04:05:02] "GET /virtual-machine-interface/bd94ea3c-32be-4dae-b0fc-88182d0ff2cd HTTP/1.1" 200 2957 0.008832 10.0.0.41 - - [2025-11-06 04:05:03] "GET /virtual-machine/f00eb1be-6c89-4ff1-848c-6678dc2e8ddd HTTP/1.1" 200 1301 0.008144 10.0.0.41 - - [2025-11-06 04:05:03] "GET /virtual-machine-interface/bd94ea3c-32be-4dae-b0fc-88182d0ff2cd HTTP/1.1" 200 2957 0.009082 10.0.0.41 - - [2025-11-06 04:05:03] "GET /instance-ip/e8e3a05a-988d-4cd6-806a-d6e632bca67f HTTP/1.1" 200 1623 0.008995 10.0.0.41 - - [2025-11-06 04:05:03] "GET /virtual-machine/f00eb1be-6c89-4ff1-848c-6678dc2e8ddd HTTP/1.1" 200 1301 0.005603 10.0.0.41 - - [2025-11-06 04:05:03] "GET /virtual-machine-interface/bd94ea3c-32be-4dae-b0fc-88182d0ff2cd HTTP/1.1" 200 2957 0.007744 10.0.0.41 - - [2025-11-06 04:05:03] "GET /instance-ip/e8e3a05a-988d-4cd6-806a-d6e632bca67f HTTP/1.1" 200 1623 0.007476 10.0.0.41 - - [2025-11-06 04:05:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004955 10.0.0.41 - - [2025-11-06 04:05:03] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006072 10.0.0.41 - - [2025-11-06 04:05:03] "GET /virtual-networks?parent_id=32568149-d657-4151-a562-d86b10bdcdc7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.006214 10.0.0.41 - - [2025-11-06 04:05:03] "GET /virtual-network/45caa956-bc88-401c-98cf-4b390ecff341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.009765 10.0.0.41 - - [2025-11-06 04:05:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003948 10.0.0.41 - - [2025-11-06 04:05:03] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004630 10.0.0.41 - - [2025-11-06 04:05:03] "GET /virtual-networks?parent_id=32568149-d657-4151-a562-d86b10bdcdc7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004087 10.0.0.41 - - [2025-11-06 04:05:03] "GET /virtual-network/45caa956-bc88-401c-98cf-4b390ecff341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.008250 10.0.0.41 - - [2025-11-06 04:05:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.007207 10.0.0.41 - - [2025-11-06 04:05:03] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006355 10.0.0.41 - - [2025-11-06 04:05:03] "GET /virtual-networks?parent_id=32568149-d657-4151-a562-d86b10bdcdc7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.005116 10.0.0.41 - - [2025-11-06 04:05:03] "GET /virtual-network/45caa956-bc88-401c-98cf-4b390ecff341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006466 10.0.0.41 - - [2025-11-06 04:05:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005038 10.0.0.41 - - [2025-11-06 04:05:03] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.009079 10.0.0.41 - - [2025-11-06 04:05:03] "GET /virtual-networks?parent_id=32568149-d657-4151-a562-d86b10bdcdc7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.005342 10.0.0.41 - - [2025-11-06 04:05:03] "GET /virtual-network/45caa956-bc88-401c-98cf-4b390ecff341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.007376 10.0.0.41 - - [2025-11-06 04:05:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004759 10.0.0.41 - - [2025-11-06 04:05:03] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006899 10.0.0.41 - - [2025-11-06 04:05:03] "GET /virtual-networks?parent_id=32568149-d657-4151-a562-d86b10bdcdc7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003702 10.0.0.41 - - [2025-11-06 04:05:03] "GET /virtual-network/45caa956-bc88-401c-98cf-4b390ecff341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.008154 10.0.0.41 - - [2025-11-06 04:05:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.006451 10.0.0.41 - - [2025-11-06 04:05:03] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006968 10.0.0.41 - - [2025-11-06 04:05:03] "GET /virtual-networks?parent_id=32568149-d657-4151-a562-d86b10bdcdc7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.005134 10.0.0.41 - - [2025-11-06 04:05:03] "GET /virtual-network/45caa956-bc88-401c-98cf-4b390ecff341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.008687 10.0.0.41 - - [2025-11-06 04:05:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004799 10.0.0.41 - - [2025-11-06 04:05:04] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.007135 10.0.0.41 - - [2025-11-06 04:05:04] "GET /virtual-networks?parent_id=32568149-d657-4151-a562-d86b10bdcdc7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.005525 10.0.0.41 - - [2025-11-06 04:05:04] "GET /virtual-network/45caa956-bc88-401c-98cf-4b390ecff341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.010196 10.0.0.41 - - [2025-11-06 04:05:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003855 10.0.0.41 - - [2025-11-06 04:05:05] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004630 10.0.0.41 - - [2025-11-06 04:05:05] "GET /virtual-networks?parent_id=32568149-d657-4151-a562-d86b10bdcdc7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004764 10.0.0.41 - - [2025-11-06 04:05:05] "GET /virtual-network/45caa956-bc88-401c-98cf-4b390ecff341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.007009 10.0.0.41 - - [2025-11-06 04:05:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004332 10.0.0.41 - - [2025-11-06 04:05:05] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004539 10.0.0.41 - - [2025-11-06 04:05:05] "GET /virtual-networks?parent_id=32568149-d657-4151-a562-d86b10bdcdc7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004014 10.0.0.41 - - [2025-11-06 04:05:05] "GET /virtual-network/45caa956-bc88-401c-98cf-4b390ecff341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.007548 10.0.0.41 - - [2025-11-06 04:05:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004415 10.0.0.41 - - [2025-11-06 04:05:05] "GET /routing-instance/187e569e-85cc-4eb9-b664-07b3a2e9e16f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.005875 10.0.0.41 - - [2025-11-06 04:05:05] "GET /route-target/3b9e6ff0-2cb7-421c-83f8-b75b7cc132e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.008393 10.0.0.41 - - [2025-11-06 04:05:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.006247 10.0.0.41 - - [2025-11-06 04:05:05] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006294 10.0.0.41 - - [2025-11-06 04:05:05] "GET /virtual-networks?parent_id=32568149-d657-4151-a562-d86b10bdcdc7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.006911 10.0.0.41 - - [2025-11-06 04:05:05] "GET /virtual-network/45caa956-bc88-401c-98cf-4b390ecff341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.009048 10.0.0.41 - - [2025-11-06 04:05:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005696 10.0.0.41 - - [2025-11-06 04:05:05] "GET /routing-instance/187e569e-85cc-4eb9-b664-07b3a2e9e16f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.005662 10.0.0.41 - - [2025-11-06 04:05:05] "GET /route-target/3b9e6ff0-2cb7-421c-83f8-b75b7cc132e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005967 10.0.0.41 - - [2025-11-06 04:05:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004626 10.0.0.41 - - [2025-11-06 04:05:06] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005068 10.0.0.41 - - [2025-11-06 04:05:06] "GET /virtual-networks?parent_id=32568149-d657-4151-a562-d86b10bdcdc7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003695 10.0.0.41 - - [2025-11-06 04:05:06] "GET /virtual-network/45caa956-bc88-401c-98cf-4b390ecff341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.008056 10.0.0.41 - - [2025-11-06 04:05:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.005347 10.0.0.41 - - [2025-11-06 04:05:06] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005723 10.0.0.41 - - [2025-11-06 04:05:06] "GET /virtual-networks?parent_id=32568149-d657-4151-a562-d86b10bdcdc7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.005375 10.0.0.41 - - [2025-11-06 04:05:06] "GET /virtual-network/45caa956-bc88-401c-98cf-4b390ecff341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.008387 10.0.0.131 - - [2025-11-06 04:05:06] "GET /obj-perms HTTP/1.1" 200 5044 0.007654 10.0.0.41 - - [2025-11-06 04:05:06] "GET /obj-perms HTTP/1.1" 200 5044 0.006421 10.0.0.41 - - [2025-11-06 04:05:06] "GET /obj-perms HTTP/1.1" 200 5044 0.006714 10.0.0.131 - - [2025-11-06 04:05:06] "GET /obj-perms HTTP/1.1" 200 5044 0.005731 10.0.0.41 - - [2025-11-06 04:05:06] "GET /obj-perms HTTP/1.1" 200 5044 0.005687 10.0.0.41 - - [2025-11-06 04:05:06] "GET /virtual-machine/2c76693e-9710-4bdd-8aa6-64aa5ca68702 HTTP/1.1" 200 1300 0.007581 10.0.0.41 - - [2025-11-06 04:05:06] "GET /virtual-machine-interface/9fcd065f-4e31-4cb7-a02d-c90d145a9522 HTTP/1.1" 200 2957 0.009950 10.0.0.41 - - [2025-11-06 04:05:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.007049 10.0.0.41 - - [2025-11-06 04:05:06] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005657 10.0.0.41 - - [2025-11-06 04:05:06] "GET /virtual-networks?parent_id=32568149-d657-4151-a562-d86b10bdcdc7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004698 10.0.0.41 - - [2025-11-06 04:05:06] "GET /virtual-network/45caa956-bc88-401c-98cf-4b390ecff341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.008731 10.0.0.41 - - [2025-11-06 04:05:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004870 10.0.0.41 - - [2025-11-06 04:05:07] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004747 10.0.0.41 - - [2025-11-06 04:05:07] "GET /virtual-networks?parent_id=32568149-d657-4151-a562-d86b10bdcdc7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003533 10.0.0.41 - - [2025-11-06 04:05:07] "GET /virtual-network/45caa956-bc88-401c-98cf-4b390ecff341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006636 10.0.0.41 - - [2025-11-06 04:05:11] "POST /neutron/port HTTP/1.1" 200 1090 0.020476 10.0.0.41 - - [2025-11-06 04:05:12] "POST /neutron/security_group HTTP/1.1" 200 2065 0.007491 10.0.0.41 - - [2025-11-06 04:05:18] "POST /neutron/port HTTP/1.1" 200 1090 0.016641 10.0.0.41 - - [2025-11-06 04:05:23] "GET /virtual-machine/f00eb1be-6c89-4ff1-848c-6678dc2e8ddd HTTP/1.1" 200 1301 0.005043 10.0.0.41 - - [2025-11-06 04:05:23] "GET /virtual-machine-interface/bd94ea3c-32be-4dae-b0fc-88182d0ff2cd HTTP/1.1" 200 2957 0.006998 10.0.0.41 - - [2025-11-06 04:05:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004627 10.0.0.41 - - [2025-11-06 04:05:23] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004766 10.0.0.41 - - [2025-11-06 04:05:23] "GET /virtual-networks?parent_id=32568149-d657-4151-a562-d86b10bdcdc7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004030 10.0.0.41 - - [2025-11-06 04:05:23] "GET /virtual-network/45caa956-bc88-401c-98cf-4b390ecff341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006775 10.0.0.41 - - [2025-11-06 04:05:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004126 10.0.0.41 - - [2025-11-06 04:05:24] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004304 10.0.0.41 - - [2025-11-06 04:05:24] "GET /virtual-networks?parent_id=32568149-d657-4151-a562-d86b10bdcdc7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003357 10.0.0.41 - - [2025-11-06 04:05:24] "GET /virtual-network/45caa956-bc88-401c-98cf-4b390ecff341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.007581 10.0.0.131 - - [2025-11-06 04:05:31] "GET /obj-perms HTTP/1.1" 200 5056 0.049593 10.0.0.41 - - [2025-11-06 04:05:33] "POST /neutron/port HTTP/1.1" 200 117 0.007913 10.0.0.41 - - [2025-11-06 04:05:59] "POST /neutron/port HTTP/1.1" 200 1090 0.018785 10.0.0.41 - - [2025-11-06 04:06:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005640 10.0.0.41 - - [2025-11-06 04:06:00] "POST /neutron/network HTTP/1.1" 200 808 0.011160 10.0.0.38 - - [2025-11-06 04:06:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000511 10.0.0.131 - - [2025-11-06 04:06:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000435 10.0.0.38 - - [2025-11-06 04:06:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000424 10.0.0.131 - - [2025-11-06 04:06:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000392 10.0.0.131 - - [2025-11-06 04:06:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000543 10.0.0.131 - - [2025-11-06 04:06:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000494 10.0.0.38 - - [2025-11-06 04:06:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000458 10.0.0.38 - - [2025-11-06 04:06:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000430 10.0.0.41 - - [2025-11-06 04:06:13] "GET /global-system-configs HTTP/1.1" 401 292 0.001222 10.0.0.41 - - [2025-11-06 04:06:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000418 10.0.0.41 - - [2025-11-06 04:06:14] "GET /global-system-configs HTTP/1.1" 401 292 0.000388 10.0.0.41 - - [2025-11-06 04:06:14] "GET /global-system-configs HTTP/1.1" 401 292 0.000430 10.0.0.41 - - [2025-11-06 04:06:35] "POST /neutron/network HTTP/1.1" 200 818 0.008450 10.0.0.41 - - [2025-11-06 04:06:36] "POST /neutron/port HTTP/1.1" 200 117 0.002097 10.0.0.41 - - [2025-11-06 04:07:01] "POST /neutron/port HTTP/1.1" 200 1090 0.023788 10.0.0.41 - - [2025-11-06 04:07:01] "POST /neutron/subnet HTTP/1.1" 200 675 0.014138 10.0.0.41 - - [2025-11-06 04:07:14] "POST /neutron/port HTTP/1.1" 200 1090 0.022239 10.0.0.41 - - [2025-11-06 04:07:15] "GET /virtual-machine/2c76693e-9710-4bdd-8aa6-64aa5ca68702 HTTP/1.1" 200 1300 0.007592 10.0.0.41 - - [2025-11-06 04:07:15] "GET /virtual-machine-interface/9fcd065f-4e31-4cb7-a02d-c90d145a9522 HTTP/1.1" 200 2957 0.006157 10.0.0.41 - - [2025-11-06 04:07:15] "GET /virtual-machine/2c76693e-9710-4bdd-8aa6-64aa5ca68702 HTTP/1.1" 200 1300 0.005896 10.0.0.41 - - [2025-11-06 04:07:15] "GET /virtual-machine-interface/9fcd065f-4e31-4cb7-a02d-c90d145a9522 HTTP/1.1" 200 2957 0.008185 10.0.0.41 - - [2025-11-06 04:07:15] "GET /instance-ip/2df4fb3b-7271-46fb-8d80-f6d865da17c6 HTTP/1.1" 200 1623 0.007969 10.0.0.41 - - [2025-11-06 04:07:15] "GET /virtual-machine/2c76693e-9710-4bdd-8aa6-64aa5ca68702 HTTP/1.1" 200 1300 0.005050 10.0.0.41 - - [2025-11-06 04:07:15] "GET /virtual-machine-interface/9fcd065f-4e31-4cb7-a02d-c90d145a9522 HTTP/1.1" 200 2957 0.007189 10.0.0.41 - - [2025-11-06 04:07:15] "GET /instance-ip/2df4fb3b-7271-46fb-8d80-f6d865da17c6 HTTP/1.1" 200 1623 0.006381 10.0.0.41 - - [2025-11-06 04:07:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005000 10.0.0.41 - - [2025-11-06 04:07:15] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005412 10.0.0.41 - - [2025-11-06 04:07:15] "GET /virtual-networks?parent_id=32568149-d657-4151-a562-d86b10bdcdc7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004339 10.0.0.41 - - [2025-11-06 04:07:15] "GET /virtual-network/45caa956-bc88-401c-98cf-4b390ecff341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.007782 10.0.0.41 - - [2025-11-06 04:07:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005224 10.0.0.41 - - [2025-11-06 04:07:15] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006532 10.0.0.41 - - [2025-11-06 04:07:15] "GET /virtual-networks?parent_id=32568149-d657-4151-a562-d86b10bdcdc7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004049 10.0.0.41 - - [2025-11-06 04:07:15] "GET /virtual-network/45caa956-bc88-401c-98cf-4b390ecff341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006256 10.0.0.41 - - [2025-11-06 04:07:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004242 10.0.0.41 - - [2025-11-06 04:07:15] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005149 10.0.0.41 - - [2025-11-06 04:07:15] "GET /virtual-networks?parent_id=32568149-d657-4151-a562-d86b10bdcdc7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003381 10.0.0.41 - - [2025-11-06 04:07:15] "GET /virtual-network/45caa956-bc88-401c-98cf-4b390ecff341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.009103 10.0.0.41 - - [2025-11-06 04:07:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005017 10.0.0.41 - - [2025-11-06 04:07:15] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006480 10.0.0.41 - - [2025-11-06 04:07:15] "GET /virtual-networks?parent_id=32568149-d657-4151-a562-d86b10bdcdc7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.005785 10.0.0.41 - - [2025-11-06 04:07:15] "GET /virtual-network/45caa956-bc88-401c-98cf-4b390ecff341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.008145 10.0.0.41 - - [2025-11-06 04:07:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005424 10.0.0.41 - - [2025-11-06 04:07:15] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.007002 10.0.0.41 - - [2025-11-06 04:07:15] "GET /virtual-networks?parent_id=32568149-d657-4151-a562-d86b10bdcdc7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.005155 10.0.0.41 - - [2025-11-06 04:07:15] "GET /virtual-network/45caa956-bc88-401c-98cf-4b390ecff341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.010067 10.0.0.41 - - [2025-11-06 04:07:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005473 10.0.0.41 - - [2025-11-06 04:07:15] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004996 10.0.0.41 - - [2025-11-06 04:07:15] "GET /virtual-networks?parent_id=32568149-d657-4151-a562-d86b10bdcdc7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003415 10.0.0.41 - - [2025-11-06 04:07:15] "GET /virtual-network/45caa956-bc88-401c-98cf-4b390ecff341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.008622 10.0.0.41 - - [2025-11-06 04:07:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004179 10.0.0.41 - - [2025-11-06 04:07:15] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004680 10.0.0.41 - - [2025-11-06 04:07:16] "GET /virtual-networks?parent_id=32568149-d657-4151-a562-d86b10bdcdc7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004920 10.0.0.41 - - [2025-11-06 04:07:16] "GET /virtual-network/45caa956-bc88-401c-98cf-4b390ecff341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.008481 10.0.0.41 - - [2025-11-06 04:07:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004722 10.0.0.41 - - [2025-11-06 04:07:17] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004535 10.0.0.41 - - [2025-11-06 04:07:17] "GET /virtual-networks?parent_id=32568149-d657-4151-a562-d86b10bdcdc7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003579 10.0.0.41 - - [2025-11-06 04:07:17] "GET /virtual-network/45caa956-bc88-401c-98cf-4b390ecff341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.011226 10.0.0.41 - - [2025-11-06 04:07:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004345 10.0.0.41 - - [2025-11-06 04:07:17] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004305 10.0.0.41 - - [2025-11-06 04:07:17] "GET /virtual-networks?parent_id=32568149-d657-4151-a562-d86b10bdcdc7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003274 10.0.0.41 - - [2025-11-06 04:07:17] "GET /virtual-network/45caa956-bc88-401c-98cf-4b390ecff341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.007483 10.0.0.41 - - [2025-11-06 04:07:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003711 10.0.0.41 - - [2025-11-06 04:07:17] "GET /routing-instance/187e569e-85cc-4eb9-b664-07b3a2e9e16f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.004894 10.0.0.41 - - [2025-11-06 04:07:17] "GET /route-target/3b9e6ff0-2cb7-421c-83f8-b75b7cc132e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005670 10.0.0.41 - - [2025-11-06 04:07:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005125 10.0.0.41 - - [2025-11-06 04:07:17] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006028 10.0.0.41 - - [2025-11-06 04:07:17] "GET /virtual-networks?parent_id=32568149-d657-4151-a562-d86b10bdcdc7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004787 10.0.0.41 - - [2025-11-06 04:07:17] "GET /virtual-network/45caa956-bc88-401c-98cf-4b390ecff341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.007056 10.0.0.41 - - [2025-11-06 04:07:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003574 10.0.0.41 - - [2025-11-06 04:07:17] "GET /routing-instance/187e569e-85cc-4eb9-b664-07b3a2e9e16f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.004756 10.0.0.41 - - [2025-11-06 04:07:17] "GET /route-target/3b9e6ff0-2cb7-421c-83f8-b75b7cc132e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004657 10.0.0.41 - - [2025-11-06 04:07:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003862 10.0.0.41 - - [2025-11-06 04:07:18] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.008165 10.0.0.41 - - [2025-11-06 04:07:18] "GET /virtual-networks?parent_id=32568149-d657-4151-a562-d86b10bdcdc7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.005303 10.0.0.41 - - [2025-11-06 04:07:18] "GET /virtual-network/45caa956-bc88-401c-98cf-4b390ecff341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.007982 10.0.0.41 - - [2025-11-06 04:07:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.006033 10.0.0.41 - - [2025-11-06 04:07:18] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005851 10.0.0.41 - - [2025-11-06 04:07:18] "GET /virtual-networks?parent_id=32568149-d657-4151-a562-d86b10bdcdc7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004318 10.0.0.41 - - [2025-11-06 04:07:18] "GET /virtual-network/45caa956-bc88-401c-98cf-4b390ecff341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.007477 10.0.0.41 - - [2025-11-06 04:07:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.005376 10.0.0.41 - - [2025-11-06 04:07:18] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.007137 10.0.0.41 - - [2025-11-06 04:07:18] "GET /virtual-networks?parent_id=32568149-d657-4151-a562-d86b10bdcdc7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.005496 10.0.0.41 - - [2025-11-06 04:07:18] "GET /virtual-network/45caa956-bc88-401c-98cf-4b390ecff341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.007679 10.0.0.131 - - [2025-11-06 04:07:20] "GET /obj-perms HTTP/1.1" 200 5044 0.005118 10.0.0.131 - - [2025-11-06 04:07:26] "GET /obj-perms HTTP/1.1" 200 5044 0.004718 10.0.0.131 - - [2025-11-06 04:07:32] "GET /obj-perms HTTP/1.1" 200 5044 0.005932 10.0.0.41 - - [2025-11-06 04:07:32] "GET /obj-perms HTTP/1.1" 200 5044 0.004273 10.0.0.41 - - [2025-11-06 04:07:32] "GET /obj-perms HTTP/1.1" 200 5044 0.004103 10.0.0.41 - - [2025-11-06 04:07:32] "GET /obj-perms HTTP/1.1" 200 5044 0.006144 10.0.0.38 - - [2025-11-06 04:07:32] "GET /obj-perms HTTP/1.1" 200 5044 0.005486 10.0.0.131 - - [2025-11-06 04:07:32] "GET /obj-perms HTTP/1.1" 200 5044 0.005596 10.0.0.41 - - [2025-11-06 04:07:33] "POST /neutron/security_group HTTP/1.1" 200 2065 0.011054 10.0.0.41 - - [2025-11-06 04:07:33] "GET /virtual-machine/f00eb1be-6c89-4ff1-848c-6678dc2e8ddd HTTP/1.1" 200 1301 0.005839 10.0.0.41 - - [2025-11-06 04:07:33] "GET /virtual-machine-interface/bd94ea3c-32be-4dae-b0fc-88182d0ff2cd HTTP/1.1" 200 2957 0.006788 10.0.0.41 - - [2025-11-06 04:07:33] "GET /virtual-machine/f00eb1be-6c89-4ff1-848c-6678dc2e8ddd HTTP/1.1" 200 1301 0.006390 10.0.0.41 - - [2025-11-06 04:07:33] "GET /virtual-machine-interface/bd94ea3c-32be-4dae-b0fc-88182d0ff2cd HTTP/1.1" 200 2957 0.007234 10.0.0.41 - - [2025-11-06 04:07:33] "GET /instance-ip/e8e3a05a-988d-4cd6-806a-d6e632bca67f HTTP/1.1" 200 1623 0.007428 10.0.0.41 - - [2025-11-06 04:07:33] "GET /virtual-machine/f00eb1be-6c89-4ff1-848c-6678dc2e8ddd HTTP/1.1" 200 1301 0.007142 10.0.0.41 - - [2025-11-06 04:07:33] "GET /virtual-machine-interface/bd94ea3c-32be-4dae-b0fc-88182d0ff2cd HTTP/1.1" 200 2957 0.008108 10.0.0.41 - - [2025-11-06 04:07:33] "GET /instance-ip/e8e3a05a-988d-4cd6-806a-d6e632bca67f HTTP/1.1" 200 1623 0.007393 10.0.0.41 - - [2025-11-06 04:07:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.005599 10.0.0.41 - - [2025-11-06 04:07:33] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004658 10.0.0.41 - - [2025-11-06 04:07:33] "GET /virtual-networks?parent_id=32568149-d657-4151-a562-d86b10bdcdc7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.005182 10.0.0.41 - - [2025-11-06 04:07:33] "GET /virtual-network/45caa956-bc88-401c-98cf-4b390ecff341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.007855 10.0.0.41 - - [2025-11-06 04:07:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.006672 10.0.0.41 - - [2025-11-06 04:07:33] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005711 10.0.0.41 - - [2025-11-06 04:07:33] "GET /virtual-networks?parent_id=32568149-d657-4151-a562-d86b10bdcdc7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003879 10.0.0.41 - - [2025-11-06 04:07:33] "GET /virtual-network/45caa956-bc88-401c-98cf-4b390ecff341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.007797 10.0.0.41 - - [2025-11-06 04:07:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004743 10.0.0.41 - - [2025-11-06 04:07:33] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005846 10.0.0.41 - - [2025-11-06 04:07:33] "GET /virtual-networks?parent_id=32568149-d657-4151-a562-d86b10bdcdc7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004748 10.0.0.41 - - [2025-11-06 04:07:33] "GET /virtual-network/45caa956-bc88-401c-98cf-4b390ecff341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.007660 10.0.0.41 - - [2025-11-06 04:07:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.005112 10.0.0.41 - - [2025-11-06 04:07:33] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005586 10.0.0.41 - - [2025-11-06 04:07:33] "GET /virtual-networks?parent_id=32568149-d657-4151-a562-d86b10bdcdc7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003924 10.0.0.41 - - [2025-11-06 04:07:33] "GET /virtual-network/45caa956-bc88-401c-98cf-4b390ecff341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006031 10.0.0.41 - - [2025-11-06 04:07:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004467 10.0.0.41 - - [2025-11-06 04:07:33] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005621 10.0.0.41 - - [2025-11-06 04:07:33] "GET /virtual-networks?parent_id=32568149-d657-4151-a562-d86b10bdcdc7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004166 10.0.0.41 - - [2025-11-06 04:07:33] "GET /virtual-network/45caa956-bc88-401c-98cf-4b390ecff341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.009336 10.0.0.41 - - [2025-11-06 04:07:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004430 10.0.0.41 - - [2025-11-06 04:07:33] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.007844 10.0.0.41 - - [2025-11-06 04:07:33] "GET /virtual-networks?parent_id=32568149-d657-4151-a562-d86b10bdcdc7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004017 10.0.0.41 - - [2025-11-06 04:07:33] "GET /virtual-network/45caa956-bc88-401c-98cf-4b390ecff341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.008020 10.0.0.41 - - [2025-11-06 04:07:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.005095 10.0.0.41 - - [2025-11-06 04:07:33] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.007272 10.0.0.41 - - [2025-11-06 04:07:33] "GET /virtual-networks?parent_id=32568149-d657-4151-a562-d86b10bdcdc7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004735 10.0.0.41 - - [2025-11-06 04:07:34] "GET /virtual-network/45caa956-bc88-401c-98cf-4b390ecff341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.008199 10.0.0.41 - - [2025-11-06 04:07:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004433 10.0.0.41 - - [2025-11-06 04:07:35] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004339 10.0.0.41 - - [2025-11-06 04:07:35] "GET /virtual-networks?parent_id=32568149-d657-4151-a562-d86b10bdcdc7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004875 10.0.0.41 - - [2025-11-06 04:07:35] "GET /virtual-network/45caa956-bc88-401c-98cf-4b390ecff341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.007943 10.0.0.41 - - [2025-11-06 04:07:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004948 10.0.0.41 - - [2025-11-06 04:07:35] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.007686 10.0.0.41 - - [2025-11-06 04:07:35] "GET /virtual-networks?parent_id=32568149-d657-4151-a562-d86b10bdcdc7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.005049 10.0.0.41 - - [2025-11-06 04:07:35] "GET /virtual-network/45caa956-bc88-401c-98cf-4b390ecff341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.009091 10.0.0.41 - - [2025-11-06 04:07:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.005043 10.0.0.41 - - [2025-11-06 04:07:35] "GET /routing-instance/187e569e-85cc-4eb9-b664-07b3a2e9e16f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.006679 10.0.0.41 - - [2025-11-06 04:07:35] "GET /route-target/3b9e6ff0-2cb7-421c-83f8-b75b7cc132e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.007206 10.0.0.41 - - [2025-11-06 04:07:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.006279 10.0.0.41 - - [2025-11-06 04:07:35] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005374 10.0.0.41 - - [2025-11-06 04:07:35] "GET /virtual-networks?parent_id=32568149-d657-4151-a562-d86b10bdcdc7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.005284 10.0.0.41 - - [2025-11-06 04:07:35] "GET /virtual-network/45caa956-bc88-401c-98cf-4b390ecff341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.008945 10.0.0.41 - - [2025-11-06 04:07:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003880 10.0.0.41 - - [2025-11-06 04:07:35] "GET /routing-instance/187e569e-85cc-4eb9-b664-07b3a2e9e16f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.006890 10.0.0.41 - - [2025-11-06 04:07:35] "GET /route-target/3b9e6ff0-2cb7-421c-83f8-b75b7cc132e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.007785 10.0.0.41 - - [2025-11-06 04:07:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004606 10.0.0.41 - - [2025-11-06 04:07:36] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.007283 10.0.0.41 - - [2025-11-06 04:07:36] "GET /virtual-networks?parent_id=32568149-d657-4151-a562-d86b10bdcdc7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.011151 10.0.0.41 - - [2025-11-06 04:07:36] "GET /virtual-network/45caa956-bc88-401c-98cf-4b390ecff341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.014133 10.0.0.41 - - [2025-11-06 04:07:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004910 10.0.0.41 - - [2025-11-06 04:07:36] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.007284 10.0.0.41 - - [2025-11-06 04:07:36] "GET /virtual-networks?parent_id=32568149-d657-4151-a562-d86b10bdcdc7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.005788 10.0.0.41 - - [2025-11-06 04:07:36] "GET /virtual-network/45caa956-bc88-401c-98cf-4b390ecff341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.007783 10.0.0.41 - - [2025-11-06 04:07:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003822 10.0.0.41 - - [2025-11-06 04:07:36] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004970 10.0.0.41 - - [2025-11-06 04:07:36] "GET /virtual-networks?parent_id=32568149-d657-4151-a562-d86b10bdcdc7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003739 10.0.0.41 - - [2025-11-06 04:07:36] "GET /virtual-network/45caa956-bc88-401c-98cf-4b390ecff341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.016235 10.0.0.41 - - [2025-11-06 04:07:36] "GET /obj-perms HTTP/1.1" 200 5044 0.003969 10.0.0.41 - - [2025-11-06 04:07:36] "GET /obj-perms HTTP/1.1" 200 5044 0.003845 10.0.0.131 - - [2025-11-06 04:07:36] "GET /obj-perms HTTP/1.1" 200 5044 0.005850 10.0.0.41 - - [2025-11-06 04:07:36] "GET /obj-perms HTTP/1.1" 200 5044 0.004148 10.0.0.41 - - [2025-11-06 04:07:36] "POST /neutron/network HTTP/1.1" 200 117 0.007403 10.0.0.41 - - [2025-11-06 04:07:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003888 10.0.0.41 - - [2025-11-06 04:07:57] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004103 10.0.0.41 - - [2025-11-06 04:07:57] "GET /virtual-networks?parent_id=32568149-d657-4151-a562-d86b10bdcdc7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003776 10.0.0.41 - - [2025-11-06 04:07:57] "GET /virtual-network/45caa956-bc88-401c-98cf-4b390ecff341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006389 10.0.0.41 - - [2025-11-06 04:07:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004962 10.0.0.41 - - [2025-11-06 04:07:58] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004978 10.0.0.41 - - [2025-11-06 04:07:58] "GET /virtual-networks?parent_id=32568149-d657-4151-a562-d86b10bdcdc7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004719 10.0.0.41 - - [2025-11-06 04:07:58] "GET /virtual-network/45caa956-bc88-401c-98cf-4b390ecff341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.008485 10.0.0.41 - - [2025-11-06 04:08:03] "POST /neutron/port HTTP/1.1" 200 1090 0.024569 10.0.0.41 - - [2025-11-06 04:08:03] "POST /neutron/subnet HTTP/1.1" 200 675 0.013431 10.0.0.41 - - [2025-11-06 04:08:14] "GET /virtual-machine/f00eb1be-6c89-4ff1-848c-6678dc2e8ddd HTTP/1.1" 200 1301 0.006150 10.0.0.41 - - [2025-11-06 04:08:14] "GET /virtual-machine-interface/bd94ea3c-32be-4dae-b0fc-88182d0ff2cd HTTP/1.1" 200 2957 0.006335 10.0.0.41 - - [2025-11-06 04:08:14] "GET /instance-ip/e8e3a05a-988d-4cd6-806a-d6e632bca67f HTTP/1.1" 200 1623 0.006445 10.0.0.41 - - [2025-11-06 04:08:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005477 10.0.0.41 - - [2025-11-06 04:08:14] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004658 10.0.0.41 - - [2025-11-06 04:08:14] "GET /virtual-networks?parent_id=32568149-d657-4151-a562-d86b10bdcdc7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003618 10.0.0.41 - - [2025-11-06 04:08:14] "GET /virtual-network/45caa956-bc88-401c-98cf-4b390ecff341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.007514 10.0.0.41 - - [2025-11-06 04:08:17] "GET /virtual-machine/f00eb1be-6c89-4ff1-848c-6678dc2e8ddd HTTP/1.1" 200 1301 0.005623 10.0.0.41 - - [2025-11-06 04:08:18] "POST /neutron/port HTTP/1.1" 200 1090 0.021551 10.0.0.41 - - [2025-11-06 04:08:19] "GET /virtual-machine/f00eb1be-6c89-4ff1-848c-6678dc2e8ddd HTTP/1.1" 404 171 0.003747 10.0.0.41 - - [2025-11-06 04:08:19] "GET /virtual-machine/f00eb1be-6c89-4ff1-848c-6678dc2e8ddd HTTP/1.1" 404 171 0.003770 10.0.0.41 - - [2025-11-06 04:08:19] "GET /virtual-machine/f00eb1be-6c89-4ff1-848c-6678dc2e8ddd HTTP/1.1" 404 171 0.003005 10.0.0.41 - - [2025-11-06 04:08:20] "GET /virtual-machine/f00eb1be-6c89-4ff1-848c-6678dc2e8ddd HTTP/1.1" 404 171 0.004148 10.0.0.41 - - [2025-11-06 04:08:21] "GET /virtual-machine/f00eb1be-6c89-4ff1-848c-6678dc2e8ddd HTTP/1.1" 404 171 0.004409 10.0.0.41 - - [2025-11-06 04:08:22] "GET /virtual-machine/f00eb1be-6c89-4ff1-848c-6678dc2e8ddd HTTP/1.1" 404 171 0.004263 10.0.0.41 - - [2025-11-06 04:08:23] "GET /virtual-machine/f00eb1be-6c89-4ff1-848c-6678dc2e8ddd HTTP/1.1" 404 171 0.005107 10.0.0.41 - - [2025-11-06 04:08:24] "GET /virtual-machine/f00eb1be-6c89-4ff1-848c-6678dc2e8ddd HTTP/1.1" 404 171 0.004368 10.0.0.41 - - [2025-11-06 04:08:25] "GET /virtual-machine/f00eb1be-6c89-4ff1-848c-6678dc2e8ddd HTTP/1.1" 404 171 0.003845 10.0.0.41 - - [2025-11-06 04:08:25] "GET /virtual-machine/f00eb1be-6c89-4ff1-848c-6678dc2e8ddd HTTP/1.1" 404 171 0.004586 10.0.0.41 - - [2025-11-06 04:08:26] "GET /virtual-machine/f00eb1be-6c89-4ff1-848c-6678dc2e8ddd HTTP/1.1" 404 171 0.003555 10.0.0.41 - - [2025-11-06 04:08:27] "GET /virtual-machine/f00eb1be-6c89-4ff1-848c-6678dc2e8ddd HTTP/1.1" 404 171 0.003767 10.0.0.41 - - [2025-11-06 04:08:28] "GET /virtual-machine/f00eb1be-6c89-4ff1-848c-6678dc2e8ddd HTTP/1.1" 404 171 0.004140 10.0.0.41 - - [2025-11-06 04:08:29] "GET /virtual-machine/f00eb1be-6c89-4ff1-848c-6678dc2e8ddd HTTP/1.1" 404 171 0.004571 10.0.0.41 - - [2025-11-06 04:08:30] "GET /virtual-machine/f00eb1be-6c89-4ff1-848c-6678dc2e8ddd HTTP/1.1" 404 171 0.005588 10.0.0.41 - - [2025-11-06 04:08:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.006051 10.0.0.41 - - [2025-11-06 04:08:30] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006980 10.0.0.41 - - [2025-11-06 04:08:30] "GET /virtual-networks?parent_id=32568149-d657-4151-a562-d86b10bdcdc7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.005124 10.0.0.41 - - [2025-11-06 04:08:31] "GET /virtual-network/45caa956-bc88-401c-98cf-4b390ecff341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.008793 10.0.0.41 - - [2025-11-06 04:08:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.005543 10.0.0.41 - - [2025-11-06 04:08:31] "GET /routing-instance/187e569e-85cc-4eb9-b664-07b3a2e9e16f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.006221 10.0.0.41 - - [2025-11-06 04:08:31] "GET /route-target/3b9e6ff0-2cb7-421c-83f8-b75b7cc132e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005597 10.0.0.41 - - [2025-11-06 04:08:31] "GET /virtual-machine/f00eb1be-6c89-4ff1-848c-6678dc2e8ddd HTTP/1.1" 404 171 0.003553 10.0.0.41 - - [2025-11-06 04:08:32] "GET /virtual-machine/f00eb1be-6c89-4ff1-848c-6678dc2e8ddd HTTP/1.1" 404 171 0.006005 10.0.0.41 - - [2025-11-06 04:08:33] "GET /virtual-machine/f00eb1be-6c89-4ff1-848c-6678dc2e8ddd HTTP/1.1" 404 171 0.004235 10.0.0.41 - - [2025-11-06 04:08:33] "GET /obj-perms HTTP/1.1" 200 5056 0.053514 10.0.0.41 - - [2025-11-06 04:08:34] "GET /virtual-machine/f00eb1be-6c89-4ff1-848c-6678dc2e8ddd HTTP/1.1" 404 171 0.003341 10.0.0.41 - - [2025-11-06 04:08:35] "GET /virtual-machine/f00eb1be-6c89-4ff1-848c-6678dc2e8ddd HTTP/1.1" 404 171 0.004632 10.0.0.41 - - [2025-11-06 04:08:36] "GET /virtual-machine/f00eb1be-6c89-4ff1-848c-6678dc2e8ddd HTTP/1.1" 404 171 0.004972 10.0.0.41 - - [2025-11-06 04:08:36] "GET /virtual-machine/f00eb1be-6c89-4ff1-848c-6678dc2e8ddd HTTP/1.1" 404 171 0.003601 10.0.0.41 - - [2025-11-06 04:08:37] "GET /virtual-machine/f00eb1be-6c89-4ff1-848c-6678dc2e8ddd HTTP/1.1" 404 171 0.003734 10.0.0.41 - - [2025-11-06 04:08:37] "POST /neutron/port HTTP/1.1" 200 117 0.041136 10.0.0.41 - - [2025-11-06 04:08:38] "POST /neutron/network HTTP/1.1" 200 117 0.017075 10.0.0.41 - - [2025-11-06 04:08:38] "GET /virtual-machine/f00eb1be-6c89-4ff1-848c-6678dc2e8ddd HTTP/1.1" 404 171 0.006393 10.0.0.41 - - [2025-11-06 04:08:39] "GET /virtual-machine/f00eb1be-6c89-4ff1-848c-6678dc2e8ddd HTTP/1.1" 404 171 0.004612 10.0.0.41 - - [2025-11-06 04:08:40] "GET /virtual-machine/f00eb1be-6c89-4ff1-848c-6678dc2e8ddd HTTP/1.1" 404 171 0.003824 10.0.0.41 - - [2025-11-06 04:08:41] "GET /virtual-machine/f00eb1be-6c89-4ff1-848c-6678dc2e8ddd HTTP/1.1" 404 171 0.004292 10.0.0.41 - - [2025-11-06 04:08:41] "GET /obj-perms HTTP/1.1" 200 5044 0.005369 10.0.0.38 - - [2025-11-06 04:08:41] "GET /obj-perms HTTP/1.1" 200 5044 0.005864 10.0.0.131 - - [2025-11-06 04:08:41] "GET /obj-perms HTTP/1.1" 200 5044 0.005725 10.0.0.41 - - [2025-11-06 04:08:41] "GET /virtual-machine/2c76693e-9710-4bdd-8aa6-64aa5ca68702 HTTP/1.1" 200 1300 0.005746 10.0.0.41 - - [2025-11-06 04:08:42] "POST /neutron/port HTTP/1.1" 200 151 0.195262 10.0.0.41 - - [2025-11-06 04:08:43] "GET /virtual-machine/2c76693e-9710-4bdd-8aa6-64aa5ca68702 HTTP/1.1" 404 171 0.005945 10.0.0.41 - - [2025-11-06 04:08:43] "GET /virtual-machine/2c76693e-9710-4bdd-8aa6-64aa5ca68702 HTTP/1.1" 404 171 0.004875 10.0.0.41 - - [2025-11-06 04:08:43] "GET /virtual-machine/2c76693e-9710-4bdd-8aa6-64aa5ca68702 HTTP/1.1" 404 171 0.004306 10.0.0.41 - - [2025-11-06 04:08:43] "GET /virtual-machine/2c76693e-9710-4bdd-8aa6-64aa5ca68702 HTTP/1.1" 404 171 0.004449 10.0.0.41 - - [2025-11-06 04:08:44] "GET /virtual-machine/2c76693e-9710-4bdd-8aa6-64aa5ca68702 HTTP/1.1" 404 171 0.003768 10.0.0.41 - - [2025-11-06 04:08:45] "GET /virtual-machine/2c76693e-9710-4bdd-8aa6-64aa5ca68702 HTTP/1.1" 404 171 0.004815 10.0.0.41 - - [2025-11-06 04:08:46] "GET /virtual-machine/2c76693e-9710-4bdd-8aa6-64aa5ca68702 HTTP/1.1" 404 171 0.004079 10.0.0.41 - - [2025-11-06 04:08:47] "GET /virtual-machine/2c76693e-9710-4bdd-8aa6-64aa5ca68702 HTTP/1.1" 404 171 0.004461 10.0.0.41 - - [2025-11-06 04:08:48] "GET /virtual-machine/2c76693e-9710-4bdd-8aa6-64aa5ca68702 HTTP/1.1" 404 171 0.004579 10.0.0.41 - - [2025-11-06 04:08:48] "GET /virtual-machine/2c76693e-9710-4bdd-8aa6-64aa5ca68702 HTTP/1.1" 404 171 0.004182 10.0.0.41 - - [2025-11-06 04:08:49] "GET /virtual-machine/2c76693e-9710-4bdd-8aa6-64aa5ca68702 HTTP/1.1" 404 171 0.005203 10.0.0.41 - - [2025-11-06 04:08:50] "GET /virtual-machine/2c76693e-9710-4bdd-8aa6-64aa5ca68702 HTTP/1.1" 404 171 0.005051 10.0.0.41 - - [2025-11-06 04:08:51] "GET /virtual-machine/2c76693e-9710-4bdd-8aa6-64aa5ca68702 HTTP/1.1" 404 171 0.004061 10.0.0.41 - - [2025-11-06 04:08:52] "GET /virtual-machine/2c76693e-9710-4bdd-8aa6-64aa5ca68702 HTTP/1.1" 404 171 0.004412 10.0.0.41 - - [2025-11-06 04:08:53] "GET /virtual-machine/2c76693e-9710-4bdd-8aa6-64aa5ca68702 HTTP/1.1" 404 171 0.005172 10.0.0.41 - - [2025-11-06 04:08:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004780 10.0.0.41 - - [2025-11-06 04:08:53] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005468 10.0.0.41 - - [2025-11-06 04:08:53] "GET /virtual-networks?parent_id=32568149-d657-4151-a562-d86b10bdcdc7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004393 10.0.0.41 - - [2025-11-06 04:08:53] "GET /virtual-network/45caa956-bc88-401c-98cf-4b390ecff341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.008290 10.0.0.41 - - [2025-11-06 04:08:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005580 10.0.0.41 - - [2025-11-06 04:08:54] "GET /routing-instance/187e569e-85cc-4eb9-b664-07b3a2e9e16f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.007375 10.0.0.41 - - [2025-11-06 04:08:54] "GET /route-target/3b9e6ff0-2cb7-421c-83f8-b75b7cc132e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.008130 10.0.0.41 - - [2025-11-06 04:08:54] "GET /obj-perms HTTP/1.1" 200 5044 0.005938 10.0.0.41 - - [2025-11-06 04:09:00] "GET /obj-perms HTTP/1.1" 200 5044 0.004859 10.0.0.41 - - [2025-11-06 04:09:03] "GET /obj-perms HTTP/1.1" 200 5044 0.005294 10.0.0.131 - - [2025-11-06 04:09:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.039930 10.0.0.41 - - [2025-11-06 04:09:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005934 10.0.0.41 - - [2025-11-06 04:09:04] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006917 10.0.0.41 - - [2025-11-06 04:09:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004533 10.0.0.41 - - [2025-11-06 04:09:04] "PUT /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45 HTTP/1.1" 200 277 0.016914 10.0.0.131 - - [2025-11-06 04:09:07] "GET /projects?obj_uuids=32568149-d657-4151-a562-d86b10bdcdc7&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.032987 10.0.0.41 - - [2025-11-06 04:09:07] "GET /project/32568149-d657-4151-a562-d86b10bdcdc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.133893 10.0.0.131 - - [2025-11-06 04:09:07] "GET /projects?obj_uuids=32568149-d657-4151-a562-d86b10bdcdc7&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001101 10.0.0.41 - - [2025-11-06 04:09:07] "GET /project/32568149-d657-4151-a562-d86b10bdcdc7?fields=virtual_networks HTTP/1.1" 200 1048 0.066087 10.0.0.131 - - [2025-11-06 04:09:07] "GET /projects?obj_uuids=32568149-d657-4151-a562-d86b10bdcdc7&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001521 10.0.0.41 - - [2025-11-06 04:09:07] "GET /project/32568149-d657-4151-a562-d86b10bdcdc7?fields=virtual_machine_interfaces HTTP/1.1" 200 1048 0.044744 10.0.0.131 - - [2025-11-06 04:09:07] "GET /projects?obj_uuids=32568149-d657-4151-a562-d86b10bdcdc7&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001422 10.0.0.41 - - [2025-11-06 04:09:07] "GET /project/32568149-d657-4151-a562-d86b10bdcdc7?fields=security_groups HTTP/1.1" 200 1282 0.053175 10.0.0.41 - - [2025-11-06 04:09:08] "POST /fqname-to-id HTTP/1.1" 404 194 0.032963 10.0.0.131 - - [2025-11-06 04:09:08] "GET /projects?obj_uuids=4d265de4-228f-48ac-a837-ea2f279bce12&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004304 10.0.0.131 - - [2025-11-06 04:09:08] "GET /domains?obj_uuids=dd557474-6eee-442f-acdf-559f4d754f9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002234 10.0.0.131 - - [2025-11-06 04:09:08] "GET /domain/dd557474-6eee-442f-acdf-559f4d754f9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.041024 10.0.0.131 - - [2025-11-06 04:09:08] "POST /id-to-fqname HTTP/1.1" 200 196 0.002329 10.0.0.131 - - [2025-11-06 04:09:08] "POST /fqname-to-id HTTP/1.1" 404 205 0.008183 10.0.0.131 - - [2025-11-06 04:09:08] "POST /security-groups HTTP/1.1" 200 597 0.077832 10.0.0.131 - - [2025-11-06 04:09:08] "POST /projects HTTP/1.1" 200 597 0.300005 10.0.0.131 - - [2025-11-06 04:09:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.376435 10.0.0.131 - - [2025-11-06 04:09:08] "POST /access-control-lists HTTP/1.1" 200 604 0.035385 10.0.0.41 - - [2025-11-06 04:09:08] "GET /project/4d265de4-228f-48ac-a837-ea2f279bce12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.583412 10.0.0.41 - - [2025-11-06 04:09:09] "GET / HTTP/1.1" 200 36215 0.001460 10.0.0.131 - - [2025-11-06 04:09:13] "GET /projects?obj_uuids=4d265de4-228f-48ac-a837-ea2f279bce12&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001481 10.0.0.41 - - [2025-11-06 04:09:13] "GET /project/4d265de4-228f-48ac-a837-ea2f279bce12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.057130 10.0.0.131 - - [2025-11-06 04:09:13] "GET /projects?obj_uuids=4d265de4-228f-48ac-a837-ea2f279bce12&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000995 10.0.0.41 - - [2025-11-06 04:09:13] "GET /project/4d265de4-228f-48ac-a837-ea2f279bce12?fields=virtual_networks HTTP/1.1" 200 1046 0.043495 10.0.0.131 - - [2025-11-06 04:09:13] "GET /projects?obj_uuids=4d265de4-228f-48ac-a837-ea2f279bce12&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001001 10.0.0.41 - - [2025-11-06 04:09:13] "GET /project/4d265de4-228f-48ac-a837-ea2f279bce12?fields=virtual_machine_interfaces HTTP/1.1" 200 1046 0.041131 10.0.0.131 - - [2025-11-06 04:09:13] "GET /projects?obj_uuids=4d265de4-228f-48ac-a837-ea2f279bce12&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001071 10.0.0.41 - - [2025-11-06 04:09:13] "GET /project/4d265de4-228f-48ac-a837-ea2f279bce12?fields=security_groups HTTP/1.1" 200 1279 0.045863 10.0.0.41 - - [2025-11-06 04:09:14] "POST /fqname-to-id HTTP/1.1" 404 188 0.028366 10.0.0.131 - - [2025-11-06 04:09:14] "GET /projects?obj_uuids=e981cf9a-0630-48db-bf02-9e5882029d9f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003913 10.0.0.131 - - [2025-11-06 04:09:14] "GET /domains?obj_uuids=dd557474-6eee-442f-acdf-559f4d754f9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001241 10.0.0.131 - - [2025-11-06 04:09:14] "GET /domain/dd557474-6eee-442f-acdf-559f4d754f9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008626 10.0.0.131 - - [2025-11-06 04:09:14] "POST /id-to-fqname HTTP/1.1" 200 190 0.001577 10.0.0.131 - - [2025-11-06 04:09:14] "POST /fqname-to-id HTTP/1.1" 404 199 0.006471 10.0.0.131 - - [2025-11-06 04:09:14] "POST /security-groups HTTP/1.1" 200 591 0.081073 10.0.0.131 - - [2025-11-06 04:09:14] "POST /fqname-to-id HTTP/1.1" 404 234 0.009514 10.0.0.131 - - [2025-11-06 04:09:14] "POST /projects HTTP/1.1" 200 585 0.331485 10.0.0.131 - - [2025-11-06 04:09:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.406844 10.0.0.131 - - [2025-11-06 04:09:14] "POST /access-control-lists HTTP/1.1" 200 596 0.037029 10.0.0.41 - - [2025-11-06 04:09:14] "GET /project/e981cf9a-0630-48db-bf02-9e5882029d9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.575231 10.0.0.41 - - [2025-11-06 04:09:15] "GET / HTTP/1.1" 200 36215 0.001974 10.0.0.131 - - [2025-11-06 04:09:18] "GET /projects?obj_uuids=e981cf9a-0630-48db-bf02-9e5882029d9f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001004 10.0.0.41 - - [2025-11-06 04:09:18] "GET /project/e981cf9a-0630-48db-bf02-9e5882029d9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.036954 10.0.0.131 - - [2025-11-06 04:09:19] "GET /projects?obj_uuids=e981cf9a-0630-48db-bf02-9e5882029d9f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001009 10.0.0.41 - - [2025-11-06 04:09:19] "GET /project/e981cf9a-0630-48db-bf02-9e5882029d9f?fields=virtual_networks HTTP/1.1" 200 1035 0.046749 10.0.0.131 - - [2025-11-06 04:09:19] "GET /projects?obj_uuids=e981cf9a-0630-48db-bf02-9e5882029d9f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001402 10.0.0.41 - - [2025-11-06 04:09:19] "GET /project/e981cf9a-0630-48db-bf02-9e5882029d9f?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.046381 10.0.0.131 - - [2025-11-06 04:09:19] "GET /projects?obj_uuids=e981cf9a-0630-48db-bf02-9e5882029d9f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001132 10.0.0.41 - - [2025-11-06 04:09:19] "GET /project/e981cf9a-0630-48db-bf02-9e5882029d9f?fields=security_groups HTTP/1.1" 200 1262 0.042099 10.0.0.41 - - [2025-11-06 04:09:20] "POST /fqname-to-id HTTP/1.1" 404 196 0.026657 10.0.0.131 - - [2025-11-06 04:09:20] "GET /projects?obj_uuids=e0cf5943-b651-451e-9377-8db854410b07&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004929 10.0.0.131 - - [2025-11-06 04:09:20] "GET /domains?obj_uuids=dd557474-6eee-442f-acdf-559f4d754f9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000932 10.0.0.131 - - [2025-11-06 04:09:20] "GET /domain/dd557474-6eee-442f-acdf-559f4d754f9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009683 10.0.0.131 - - [2025-11-06 04:09:20] "POST /id-to-fqname HTTP/1.1" 200 198 0.006755 10.0.0.131 - - [2025-11-06 04:09:20] "POST /fqname-to-id HTTP/1.1" 404 207 0.006869 10.0.0.131 - - [2025-11-06 04:09:20] "POST /security-groups HTTP/1.1" 200 599 0.077806 10.0.0.131 - - [2025-11-06 04:09:20] "POST /fqname-to-id HTTP/1.1" 404 242 0.003318 10.0.0.131 - - [2025-11-06 04:09:20] "POST /projects HTTP/1.1" 200 601 0.320495 10.0.0.131 - - [2025-11-06 04:09:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.392607 10.0.0.131 - - [2025-11-06 04:09:20] "POST /access-control-lists HTTP/1.1" 200 604 0.038679 10.0.0.41 - - [2025-11-06 04:09:20] "GET /project/e0cf5943-b651-451e-9377-8db854410b07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.548494 10.0.0.41 - - [2025-11-06 04:09:21] "GET / HTTP/1.1" 200 36215 0.002308 10.0.0.41 - - [2025-11-06 04:09:22] "POST /fqname-to-id HTTP/1.1" 401 292 0.000477 10.0.0.41 - - [2025-11-06 04:09:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.057179 10.0.0.131 - - [2025-11-06 04:09:22] "GET /projects?obj_uuids=e0cf5943-b651-451e-9377-8db854410b07&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001031 10.0.0.41 - - [2025-11-06 04:09:22] "GET /project/e0cf5943-b651-451e-9377-8db854410b07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.064485 10.0.0.41 - - [2025-11-06 04:09:22] "POST /neutron/network HTTP/1.1" 200 117 0.034646 10.0.0.131 - - [2025-11-06 04:09:23] "POST /useragent-kv HTTP/1.1" 200 115 0.012395 10.0.0.41 - - [2025-11-06 04:09:23] "POST /neutron/subnet HTTP/1.1" 200 734 0.259146 10.0.0.41 - - [2025-11-06 04:09:23] "POST /id-to-fqname HTTP/1.1" 200 222 0.001590 10.0.0.41 - - [2025-11-06 04:09:23] "GET /virtual-network/03af111a-8f79-4f82-b4f5-bcdbb8066b3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2567 0.006362 10.0.0.41 - - [2025-11-06 04:09:23] "GET /virtual-network/03af111a-8f79-4f82-b4f5-bcdbb8066b3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2567 0.005963 10.0.0.41 - - [2025-11-06 04:09:23] "POST /neutron/network HTTP/1.1" 200 977 0.015580 10.0.0.41 - - [2025-11-06 04:09:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003777 10.0.0.131 - - [2025-11-06 04:09:23] "GET /projects?obj_uuids=e0cf5943-b651-451e-9377-8db854410b07&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001113 10.0.0.41 - - [2025-11-06 04:09:23] "GET /project/e0cf5943-b651-451e-9377-8db854410b07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.059539 10.0.0.41 - - [2025-11-06 04:09:23] "POST /neutron/network HTTP/1.1" 200 117 0.023957 10.0.0.131 - - [2025-11-06 04:09:23] "POST /route-targets HTTP/1.1" 200 328 0.020927 10.0.0.131 - - [2025-11-06 04:09:24] "POST /fqname-to-id HTTP/1.1" 404 207 0.064466 10.0.0.131 - - [2025-11-06 04:09:24] "POST /useragent-kv HTTP/1.1" 200 115 0.003656 10.0.0.41 - - [2025-11-06 04:09:24] "POST /neutron/subnet HTTP/1.1" 200 720 0.281690 10.0.0.41 - - [2025-11-06 04:09:24] "POST /id-to-fqname HTTP/1.1" 200 222 0.001300 10.0.0.41 - - [2025-11-06 04:09:24] "GET /virtual-network/816c0f30-2901-4b86-a93c-7c49edba10f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.008018 10.0.0.41 - - [2025-11-06 04:09:24] "GET /virtual-network/816c0f30-2901-4b86-a93c-7c49edba10f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.006772 10.0.0.41 - - [2025-11-06 04:09:24] "POST /neutron/network HTTP/1.1" 200 974 0.014076 10.0.0.41 - - [2025-11-06 04:09:24] "POST /id-to-fqname HTTP/1.1" 200 222 0.001350 10.0.0.41 - - [2025-11-06 04:09:24] "POST /neutron/port HTTP/1.1" 200 117 0.005075 10.0.0.131 - - [2025-11-06 04:09:25] "DELETE /project/4d265de4228f48aca837ea2f279bce12 HTTP/1.1" 404 173 0.023334 10.0.0.131 - - [2025-11-06 04:09:25] "DELETE /project/32568149-d657-4151-a562-d86b10bdcdc7 HTTP/1.1" 404 177 0.019772 10.0.0.131 - - [2025-11-06 04:09:25] "DELETE /project/e0cf5943b651451e93778db854410b07 HTTP/1.1" 404 173 0.021779 10.0.0.131 - - [2025-11-06 04:09:25] "DELETE /project/e981cf9a063048dbbf029e5882029d9f HTTP/1.1" 404 173 0.014627 10.0.0.131 - - [2025-11-06 04:09:25] "GET /projects?obj_uuids=e981cf9a-0630-48db-bf02-9e5882029d9f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001896 10.0.0.131 - - [2025-11-06 04:09:25] "GET /projects?obj_uuids=4d265de4-228f-48ac-a837-ea2f279bce12&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001271 10.0.0.131 - - [2025-11-06 04:09:25] "GET /project/e981cf9a-0630-48db-bf02-9e5882029d9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.068035 10.0.0.131 - - [2025-11-06 04:09:25] "GET /project/4d265de4-228f-48ac-a837-ea2f279bce12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.081168 10.0.0.131 - - [2025-11-06 04:09:25] "GET /projects?obj_uuids=e981cf9a-0630-48db-bf02-9e5882029d9f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001096 10.0.0.131 - - [2025-11-06 04:09:25] "GET /projects?obj_uuids=4d265de4-228f-48ac-a837-ea2f279bce12&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.005000 10.0.0.131 - - [2025-11-06 04:09:25] "GET /project/4d265de4-228f-48ac-a837-ea2f279bce12?fields=security_groups HTTP/1.1" 200 1381 0.078755 10.0.0.131 - - [2025-11-06 04:09:25] "GET /project/e981cf9a-0630-48db-bf02-9e5882029d9f?fields=security_groups HTTP/1.1" 200 1364 0.091838 10.0.0.131 - - [2025-11-06 04:09:25] "DELETE /security-group/225c1d2e-4a54-44ba-a136-16a04bc2255b HTTP/1.1" 200 115 0.088955 10.0.0.131 - - [2025-11-06 04:09:25] "GET /projects?obj_uuids=4d265de4-228f-48ac-a837-ea2f279bce12&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.006278 10.0.0.131 - - [2025-11-06 04:09:25] "DELETE /security-group/c4f2476f-46ad-4a6f-a049-878e03f8ff1e HTTP/1.1" 200 115 0.123288 10.0.0.131 - - [2025-11-06 04:09:25] "GET /projects?obj_uuids=e981cf9a-0630-48db-bf02-9e5882029d9f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002137 10.0.0.131 - - [2025-11-06 04:09:25] "GET /project/4d265de4-228f-48ac-a837-ea2f279bce12?fields=application_policy_sets HTTP/1.1" 200 1420 0.084715 10.0.0.131 - - [2025-11-06 04:09:25] "DELETE /access-control-list/7df93f4f-0b0c-4542-8b29-1183ad809766 HTTP/1.1" 200 115 0.073350 10.0.0.131 - - [2025-11-06 04:09:25] "GET /project/e981cf9a-0630-48db-bf02-9e5882029d9f?fields=application_policy_sets HTTP/1.1" 200 1403 0.105156 10.0.0.131 - - [2025-11-06 04:09:26] "DELETE /project/4d265de4-228f-48ac-a837-ea2f279bce12 HTTP/1.1" 200 115 0.642512 10.0.0.131 - - [2025-11-06 04:09:26] "DELETE /project/e981cf9a-0630-48db-bf02-9e5882029d9f HTTP/1.1" 200 115 0.684586 10.0.0.131 - - [2025-11-06 04:09:26] "GET /projects?obj_uuids=e0cf5943-b651-451e-9377-8db854410b07&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002469 10.0.0.41 - - [2025-11-06 04:09:26] "GET /project/e0cf5943-b651-451e-9377-8db854410b07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.150049 10.0.0.41 - - [2025-11-06 04:09:26] "POST /neutron/port HTTP/1.1" 200 117 0.007553 10.0.0.41 - - [2025-11-06 04:09:26] "POST /id-to-fqname HTTP/1.1" 200 222 0.001655 10.0.0.41 - - [2025-11-06 04:09:26] "POST /neutron/network HTTP/1.1" 200 984 0.008693 10.0.0.41 - - [2025-11-06 04:09:27] "POST /neutron/port HTTP/1.1" 200 1155 0.029413 10.0.0.131 - - [2025-11-06 04:09:27] "GET /projects?obj_uuids=e0cf5943-b651-451e-9377-8db854410b07&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001231 10.0.0.41 - - [2025-11-06 04:09:27] "GET /project/e0cf5943-b651-451e-9377-8db854410b07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.131663 10.0.0.41 - - [2025-11-06 04:09:27] "POST /neutron/network HTTP/1.1" 200 974 0.046378 10.0.0.41 - - [2025-11-06 04:09:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005996 10.0.0.41 - - [2025-11-06 04:09:28] "POST /neutron/port HTTP/1.1" 200 117 0.001348 10.0.0.41 - - [2025-11-06 04:09:28] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009218 10.0.0.41 - - [2025-11-06 04:09:28] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007905 10.0.0.41 - - [2025-11-06 04:09:29] "POST /neutron/port HTTP/1.1" 200 1152 0.063658 10.0.0.41 - - [2025-11-06 04:09:29] "POST /neutron/port HTTP/1.1" 200 1180 0.023322 10.0.0.41 - - [2025-11-06 04:09:29] "POST /neutron/subnet HTTP/1.1" 200 1268 0.017889 10.0.0.41 - - [2025-11-06 04:09:29] "POST /neutron/network HTTP/1.1" 200 974 0.011020 10.0.0.41 - - [2025-11-06 04:09:33] "POST /neutron/port HTTP/1.1" 200 1183 0.023757 10.0.0.41 - - [2025-11-06 04:09:33] "POST /neutron/security_group HTTP/1.1" 200 2066 0.012753 10.0.0.41 - - [2025-11-06 04:09:33] "GET /virtual-machine/7bbac053-931c-4ae5-a05f-df3a37e31b24 HTTP/1.1" 401 292 0.000525 10.0.0.41 - - [2025-11-06 04:09:34] "GET /virtual-machine/7bbac053-931c-4ae5-a05f-df3a37e31b24 HTTP/1.1" 200 1302 0.334829 10.0.0.41 - - [2025-11-06 04:09:34] "GET /virtual-machine-interface/0efeb039-d936-4969-9dbf-acdf62df57ef HTTP/1.1" 200 3165 0.006944 10.0.0.41 - - [2025-11-06 04:09:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003998 10.0.0.41 - - [2025-11-06 04:09:34] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005538 10.0.0.41 - - [2025-11-06 04:09:34] "GET /virtual-networks?parent_id=e0cf5943-b651-451e-9377-8db854410b07&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.004084 10.0.0.41 - - [2025-11-06 04:09:34] "GET /virtual-network/03af111a-8f79-4f82-b4f5-bcdbb8066b3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2567 0.008389 10.0.0.41 - - [2025-11-06 04:09:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.006164 10.0.0.41 - - [2025-11-06 04:09:37] "GET /virtual-network/03af111a-8f79-4f82-b4f5-bcdbb8066b3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2567 0.007804 10.0.0.41 - - [2025-11-06 04:09:38] "POST /neutron/port HTTP/1.1" 200 1180 0.044676 10.0.0.41 - - [2025-11-06 04:09:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004436 10.0.0.41 - - [2025-11-06 04:09:39] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003789 10.0.0.41 - - [2025-11-06 04:09:39] "GET /virtual-networks?parent_id=e0cf5943-b651-451e-9377-8db854410b07&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003950 10.0.0.41 - - [2025-11-06 04:09:39] "GET /virtual-network/03af111a-8f79-4f82-b4f5-bcdbb8066b3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2567 0.006896 10.0.0.41 - - [2025-11-06 04:09:39] "POST /neutron/security_group HTTP/1.1" 200 2066 0.011276 10.0.0.41 - - [2025-11-06 04:09:45] "POST /neutron/port HTTP/1.1" 200 1180 0.020529 10.0.0.41 - - [2025-11-06 04:09:45] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007773 10.0.0.41 - - [2025-11-06 04:09:45] "GET /virtual-machine/daf5fd60-179f-4b33-ac28-df2c12987274 HTTP/1.1" 200 1303 0.006234 10.0.0.41 - - [2025-11-06 04:09:45] "GET /virtual-machine-interface/1f1c8b5c-f527-4d58-9858-dff065eae578 HTTP/1.1" 200 3165 0.005804 10.0.0.41 - - [2025-11-06 04:09:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003731 10.0.0.41 - - [2025-11-06 04:09:45] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004220 10.0.0.41 - - [2025-11-06 04:09:45] "GET /virtual-networks?parent_id=e0cf5943-b651-451e-9377-8db854410b07&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003381 10.0.0.41 - - [2025-11-06 04:09:45] "GET /virtual-network/816c0f30-2901-4b86-a93c-7c49edba10f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.008473 10.0.0.41 - - [2025-11-06 04:09:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004758 10.0.0.41 - - [2025-11-06 04:09:46] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006634 10.0.0.41 - - [2025-11-06 04:09:46] "GET /virtual-networks?parent_id=e0cf5943-b651-451e-9377-8db854410b07&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.004670 10.0.0.41 - - [2025-11-06 04:09:46] "GET /virtual-network/816c0f30-2901-4b86-a93c-7c49edba10f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.007823 10.0.0.41 - - [2025-11-06 04:09:46] "POST /fqname-to-id HTTP/1.1" 404 209 0.004373 10.0.0.41 - - [2025-11-06 04:09:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004761 10.0.0.131 - - [2025-11-06 04:09:46] "GET /projects?obj_uuids=e0cf5943-b651-451e-9377-8db854410b07&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001336 10.0.0.41 - - [2025-11-06 04:09:46] "GET /project/e0cf5943-b651-451e-9377-8db854410b07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.066282 10.0.0.41 - - [2025-11-06 04:09:46] "POST /network-policys HTTP/1.1" 200 535 0.033050 10.0.0.41 - - [2025-11-06 04:09:46] "GET /network-policy/404bf50f-47f2-4e7f-b033-b48feb76c70e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.008371 10.0.0.41 - - [2025-11-06 04:09:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004128 10.0.0.41 - - [2025-11-06 04:09:47] "GET /virtual-network/03af111a-8f79-4f82-b4f5-bcdbb8066b3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2567 0.006729 10.0.0.41 - - [2025-11-06 04:09:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004190 10.0.0.41 - - [2025-11-06 04:09:47] "GET /network-policy/404bf50f-47f2-4e7f-b033-b48feb76c70e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.005413 10.0.0.131 - - [2025-11-06 04:09:47] "POST /fqname-to-id HTTP/1.1" 404 230 0.004204 10.0.0.41 - - [2025-11-06 04:09:47] "POST /ref-update HTTP/1.1" 200 156 0.075400 10.0.0.41 - - [2025-11-06 04:09:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004510 10.0.0.41 - - [2025-11-06 04:09:47] "GET /network-policy/404bf50f-47f2-4e7f-b033-b48feb76c70e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.012916 10.0.0.41 - - [2025-11-06 04:09:47] "GET /virtual-network/03af111a-8f79-4f82-b4f5-bcdbb8066b3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.010279 10.0.0.41 - - [2025-11-06 04:09:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004367 10.0.0.41 - - [2025-11-06 04:09:47] "GET /network-policy/404bf50f-47f2-4e7f-b033-b48feb76c70e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.007535 10.0.0.41 - - [2025-11-06 04:09:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.005702 10.0.0.41 - - [2025-11-06 04:09:47] "GET /virtual-network/816c0f30-2901-4b86-a93c-7c49edba10f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.007122 10.0.0.41 - - [2025-11-06 04:09:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.005086 10.0.0.41 - - [2025-11-06 04:09:47] "GET /network-policy/404bf50f-47f2-4e7f-b033-b48feb76c70e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.007078 10.0.0.131 - - [2025-11-06 04:09:47] "POST /fqname-to-id HTTP/1.1" 404 207 0.015981 10.0.0.41 - - [2025-11-06 04:09:47] "POST /ref-update HTTP/1.1" 200 156 0.083189 10.0.0.41 - - [2025-11-06 04:09:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.005054 10.0.0.131 - - [2025-11-06 04:09:47] "POST /access-control-lists HTTP/1.1" 200 580 0.107489 10.0.0.41 - - [2025-11-06 04:09:47] "GET /network-policy/404bf50f-47f2-4e7f-b033-b48feb76c70e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.006245 10.0.0.41 - - [2025-11-06 04:09:47] "GET /virtual-network/816c0f30-2901-4b86-a93c-7c49edba10f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2867 0.014746 10.0.0.41 - - [2025-11-06 04:09:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.006745 10.0.0.41 - - [2025-11-06 04:09:47] "GET /network-policy/404bf50f-47f2-4e7f-b033-b48feb76c70e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.004548 10.0.0.41 - - [2025-11-06 04:09:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003438 10.0.0.131 - - [2025-11-06 04:09:47] "GET /projects?obj_uuids=e0cf5943-b651-451e-9377-8db854410b07&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003341 10.0.0.41 - - [2025-11-06 04:09:47] "GET /project/e0cf5943-b651-451e-9377-8db854410b07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.060315 10.0.0.41 - - [2025-11-06 04:09:48] "POST /neutron/network HTTP/1.1" 200 117 0.027276 10.0.0.131 - - [2025-11-06 04:09:48] "POST /route-targets HTTP/1.1" 200 328 0.015512 10.0.0.41 - - [2025-11-06 04:09:48] "POST /neutron/network HTTP/1.1" 200 799 0.010391 10.0.0.41 - - [2025-11-06 04:09:48] "POST /id-to-fqname HTTP/1.1" 200 214 0.001298 10.0.0.41 - - [2025-11-06 04:09:48] "GET /virtual-network/3bbd0bba-5336-4c73-a671-7800b7e8a80e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2002 0.006072 10.0.0.41 - - [2025-11-06 04:09:48] "GET /virtual-network/3bbd0bba-5336-4c73-a671-7800b7e8a80e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2002 0.007527 10.0.0.41 - - [2025-11-06 04:09:48] "POST /neutron/subnet HTTP/1.1" 200 701 0.012308 10.0.0.41 - - [2025-11-06 04:09:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003700 10.0.0.131 - - [2025-11-06 04:09:48] "GET /projects?obj_uuids=e0cf5943-b651-451e-9377-8db854410b07&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001007 10.0.0.41 - - [2025-11-06 04:09:48] "GET /project/e0cf5943-b651-451e-9377-8db854410b07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.047750 10.0.0.131 - - [2025-11-06 04:09:49] "POST /ref-update HTTP/1.1" 200 156 0.040720 10.0.0.131 - - [2025-11-06 04:09:49] "POST /useragent-kv HTTP/1.1" 200 115 0.013860 10.0.0.41 - - [2025-11-06 04:09:49] "POST /neutron/subnet HTTP/1.1" 200 701 0.204677 10.0.0.41 - - [2025-11-06 04:09:49] "POST /id-to-fqname HTTP/1.1" 200 214 0.001525 10.0.0.41 - - [2025-11-06 04:09:49] "GET /virtual-network/1b2cdf6f-608f-4622-82d2-fd035d78425d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2001 0.005799 10.0.0.41 - - [2025-11-06 04:09:49] "GET /virtual-network/1b2cdf6f-608f-4622-82d2-fd035d78425d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2001 0.007207 10.0.0.41 - - [2025-11-06 04:09:49] "POST /neutron/network HTTP/1.1" 200 799 0.007736 10.0.0.41 - - [2025-11-06 04:09:49] "POST /fqname-to-id HTTP/1.1" 404 239 0.003720 10.0.0.41 - - [2025-11-06 04:09:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003142 10.0.0.131 - - [2025-11-06 04:09:49] "GET /projects?obj_uuids=e0cf5943-b651-451e-9377-8db854410b07&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002704 10.0.0.41 - - [2025-11-06 04:09:49] "GET /project/e0cf5943-b651-451e-9377-8db854410b07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.063816 10.0.0.41 - - [2025-11-06 04:09:49] "POST /network-policys HTTP/1.1" 200 589 0.040270 10.0.0.41 - - [2025-11-06 04:09:49] "GET /network-policy/72127316-61d5-4cb9-a0f4-ae1ca71dd7d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.007415 10.0.0.41 - - [2025-11-06 04:09:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004204 10.0.0.41 - - [2025-11-06 04:09:49] "GET /virtual-network/3bbd0bba-5336-4c73-a671-7800b7e8a80e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2002 0.006673 10.0.0.41 - - [2025-11-06 04:09:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004045 10.0.0.41 - - [2025-11-06 04:09:49] "GET /network-policy/72127316-61d5-4cb9-a0f4-ae1ca71dd7d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.012663 10.0.0.41 - - [2025-11-06 04:09:49] "POST /ref-update HTTP/1.1" 200 156 0.091378 10.0.0.41 - - [2025-11-06 04:09:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004078 10.0.0.41 - - [2025-11-06 04:09:49] "GET /network-policy/72127316-61d5-4cb9-a0f4-ae1ca71dd7d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.004732 10.0.0.41 - - [2025-11-06 04:09:49] "GET /virtual-network/3bbd0bba-5336-4c73-a671-7800b7e8a80e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2337 0.008342 10.0.0.41 - - [2025-11-06 04:09:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003275 10.0.0.41 - - [2025-11-06 04:09:49] "GET /network-policy/72127316-61d5-4cb9-a0f4-ae1ca71dd7d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.004460 10.0.0.41 - - [2025-11-06 04:09:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004243 10.0.0.41 - - [2025-11-06 04:09:50] "GET /virtual-network/1b2cdf6f-608f-4622-82d2-fd035d78425d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2001 0.007773 10.0.0.41 - - [2025-11-06 04:09:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004414 10.0.0.41 - - [2025-11-06 04:09:50] "GET /network-policy/72127316-61d5-4cb9-a0f4-ae1ca71dd7d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.008179 10.0.0.41 - - [2025-11-06 04:09:50] "POST /ref-update HTTP/1.1" 200 156 0.059461 10.0.0.131 - - [2025-11-06 04:09:50] "PUT /access-control-list/b5ea682d-610c-42f7-ad83-b5249e440b62 HTTP/1.1" 200 273 0.032054 10.0.0.41 - - [2025-11-06 04:09:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004256 10.0.0.41 - - [2025-11-06 04:09:50] "GET /network-policy/72127316-61d5-4cb9-a0f4-ae1ca71dd7d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.011542 10.0.0.41 - - [2025-11-06 04:09:50] "POST /neutron/network HTTP/1.1" 200 912 0.014129 10.0.0.41 - - [2025-11-06 04:09:50] "GET /virtual-network/1b2cdf6f-608f-4622-82d2-fd035d78425d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2336 0.009711 10.0.0.41 - - [2025-11-06 04:09:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.006102 10.0.0.131 - - [2025-11-06 04:09:50] "POST /ref-update HTTP/1.1" 200 156 0.030828 10.0.0.41 - - [2025-11-06 04:09:50] "GET /network-policy/72127316-61d5-4cb9-a0f4-ae1ca71dd7d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.007237 10.0.0.41 - - [2025-11-06 04:09:50] "POST /id-to-fqname HTTP/1.1" 200 214 0.003192 10.0.0.41 - - [2025-11-06 04:09:50] "POST /neutron/network HTTP/1.1" 200 922 0.007643 10.0.0.131 - - [2025-11-06 04:09:51] "GET /projects?obj_uuids=e0cf5943-b651-451e-9377-8db854410b07&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002069 10.0.0.41 - - [2025-11-06 04:09:51] "GET /project/e0cf5943-b651-451e-9377-8db854410b07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.078324 10.0.0.41 - - [2025-11-06 04:09:51] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009707 10.0.0.41 - - [2025-11-06 04:09:51] "POST /id-to-fqname HTTP/1.1" 200 214 0.002219 10.0.0.41 - - [2025-11-06 04:09:51] "POST /neutron/security_group HTTP/1.1" 200 2066 0.013025 10.0.0.131 - - [2025-11-06 04:09:51] "GET /projects?obj_uuids=e0cf5943-b651-451e-9377-8db854410b07&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002250 10.0.0.41 - - [2025-11-06 04:09:52] "POST /neutron/port HTTP/1.1" 200 1063 0.362740 10.0.0.41 - - [2025-11-06 04:09:52] "POST /neutron/port HTTP/1.1" 200 1117 0.148472 10.0.0.131 - - [2025-11-06 04:09:52] "GET /projects?obj_uuids=e0cf5943-b651-451e-9377-8db854410b07&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002003 10.0.0.41 - - [2025-11-06 04:09:52] "POST /neutron/subnet HTTP/1.1" 200 675 0.020216 10.0.0.41 - - [2025-11-06 04:09:52] "GET /project/e0cf5943-b651-451e-9377-8db854410b07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.103598 10.0.0.41 - - [2025-11-06 04:09:52] "POST /neutron/network HTTP/1.1" 200 912 0.011350 10.0.0.41 - - [2025-11-06 04:09:53] "POST /neutron/port HTTP/1.1" 200 117 0.009085 10.0.0.41 - - [2025-11-06 04:09:53] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.005448 10.0.0.41 - - [2025-11-06 04:09:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005479 10.0.0.41 - - [2025-11-06 04:09:53] "GET /bgp-router/e338b561-87c5-4183-9423-b810fd4bcaf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.008625 10.0.0.41 - - [2025-11-06 04:09:53] "POST /neutron/port HTTP/1.1" 200 1063 0.022885 10.0.0.41 - - [2025-11-06 04:09:54] "POST /neutron/port HTTP/1.1" 200 1091 0.025132 10.0.0.41 - - [2025-11-06 04:09:54] "POST /neutron/port HTTP/1.1" 200 117 0.002166 10.0.0.41 - - [2025-11-06 04:09:54] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.006823 10.0.0.41 - - [2025-11-06 04:09:54] "GET /bgp-router/e338b561-87c5-4183-9423-b810fd4bcaf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.008061 10.0.0.41 - - [2025-11-06 04:09:54] "GET /bgp-router/e338b561-87c5-4183-9423-b810fd4bcaf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.007238 10.0.0.41 - - [2025-11-06 04:09:54] "PUT /bgp-router/e338b561-87c5-4183-9423-b810fd4bcaf5 HTTP/1.1" 200 255 0.050088 10.0.0.41 - - [2025-11-06 04:09:54] "PUT /bgp-router/e338b561-87c5-4183-9423-b810fd4bcaf5 HTTP/1.1" 200 255 0.058647 10.0.0.41 - - [2025-11-06 04:09:54] "GET /bgp-router/4c1446e0-4509-4bc9-a4bb-f7194572ed31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.020171 10.0.0.41 - - [2025-11-06 04:09:54] "GET /bgp-router/4c1446e0-4509-4bc9-a4bb-f7194572ed31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.009776 10.0.0.41 - - [2025-11-06 04:09:54] "PUT /bgp-router/4c1446e0-4509-4bc9-a4bb-f7194572ed31 HTTP/1.1" 200 255 0.050632 10.0.0.41 - - [2025-11-06 04:09:54] "PUT /bgp-router/4c1446e0-4509-4bc9-a4bb-f7194572ed31 HTTP/1.1" 200 255 0.047083 10.0.0.41 - - [2025-11-06 04:09:54] "GET /bgp-router/632dc211-92fa-4496-8e6c-daf81c4dd44b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.015588 10.0.0.41 - - [2025-11-06 04:09:54] "GET /bgp-router/632dc211-92fa-4496-8e6c-daf81c4dd44b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.006781 10.0.0.41 - - [2025-11-06 04:09:54] "PUT /bgp-router/632dc211-92fa-4496-8e6c-daf81c4dd44b HTTP/1.1" 200 255 0.039720 10.0.0.41 - - [2025-11-06 04:09:55] "PUT /bgp-router/632dc211-92fa-4496-8e6c-daf81c4dd44b HTTP/1.1" 200 255 0.053821 10.0.0.41 - - [2025-11-06 04:09:55] "GET /bgp-router/e338b561-87c5-4183-9423-b810fd4bcaf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.008840 10.0.0.41 - - [2025-11-06 04:09:55] "GET /bgp-router/e338b561-87c5-4183-9423-b810fd4bcaf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.006848 10.0.0.41 - - [2025-11-06 04:09:55] "PUT /bgp-router/e338b561-87c5-4183-9423-b810fd4bcaf5 HTTP/1.1" 200 255 0.027172 10.0.0.41 - - [2025-11-06 04:09:55] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.009291 10.0.0.41 - - [2025-11-06 04:09:55] "GET /bgp-router/e338b561-87c5-4183-9423-b810fd4bcaf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.010363 10.0.0.41 - - [2025-11-06 04:09:55] "GET /bgp-router/e338b561-87c5-4183-9423-b810fd4bcaf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.006126 10.0.0.41 - - [2025-11-06 04:09:55] "PUT /bgp-router/e338b561-87c5-4183-9423-b810fd4bcaf5 HTTP/1.1" 200 255 0.039631 10.0.0.41 - - [2025-11-06 04:09:55] "PUT /bgp-router/e338b561-87c5-4183-9423-b810fd4bcaf5 HTTP/1.1" 200 255 0.038614 10.0.0.41 - - [2025-11-06 04:09:55] "GET /bgp-router/4c1446e0-4509-4bc9-a4bb-f7194572ed31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.009984 10.0.0.41 - - [2025-11-06 04:09:55] "GET /bgp-router/4c1446e0-4509-4bc9-a4bb-f7194572ed31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.006304 10.0.0.41 - - [2025-11-06 04:09:55] "PUT /bgp-router/4c1446e0-4509-4bc9-a4bb-f7194572ed31 HTTP/1.1" 200 255 0.047413 10.0.0.41 - - [2025-11-06 04:09:55] "PUT /bgp-router/4c1446e0-4509-4bc9-a4bb-f7194572ed31 HTTP/1.1" 200 255 0.048987 10.0.0.41 - - [2025-11-06 04:09:55] "GET /bgp-router/632dc211-92fa-4496-8e6c-daf81c4dd44b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.005519 10.0.0.41 - - [2025-11-06 04:09:55] "GET /bgp-router/632dc211-92fa-4496-8e6c-daf81c4dd44b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.005883 10.0.0.41 - - [2025-11-06 04:09:55] "PUT /bgp-router/632dc211-92fa-4496-8e6c-daf81c4dd44b HTTP/1.1" 200 255 0.043152 10.0.0.41 - - [2025-11-06 04:09:55] "PUT /bgp-router/632dc211-92fa-4496-8e6c-daf81c4dd44b HTTP/1.1" 200 255 0.047095 10.0.0.41 - - [2025-11-06 04:09:55] "GET /bgp-router/4c1446e0-4509-4bc9-a4bb-f7194572ed31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.005575 10.0.0.41 - - [2025-11-06 04:09:55] "GET /bgp-router/4c1446e0-4509-4bc9-a4bb-f7194572ed31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.006186 10.0.0.41 - - [2025-11-06 04:09:55] "PUT /bgp-router/4c1446e0-4509-4bc9-a4bb-f7194572ed31 HTTP/1.1" 200 255 0.028130 10.0.0.41 - - [2025-11-06 04:09:55] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.003710 10.0.0.41 - - [2025-11-06 04:09:55] "GET /bgp-router/e338b561-87c5-4183-9423-b810fd4bcaf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.008414 10.0.0.41 - - [2025-11-06 04:09:55] "GET /bgp-router/e338b561-87c5-4183-9423-b810fd4bcaf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.005917 10.0.0.41 - - [2025-11-06 04:09:56] "PUT /bgp-router/e338b561-87c5-4183-9423-b810fd4bcaf5 HTTP/1.1" 200 255 0.040840 10.0.0.41 - - [2025-11-06 04:09:56] "PUT /bgp-router/e338b561-87c5-4183-9423-b810fd4bcaf5 HTTP/1.1" 200 255 0.058557 10.0.0.41 - - [2025-11-06 04:09:56] "GET /bgp-router/4c1446e0-4509-4bc9-a4bb-f7194572ed31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.009512 10.0.0.41 - - [2025-11-06 04:09:56] "GET /bgp-router/4c1446e0-4509-4bc9-a4bb-f7194572ed31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.007138 10.0.0.41 - - [2025-11-06 04:09:56] "PUT /bgp-router/4c1446e0-4509-4bc9-a4bb-f7194572ed31 HTTP/1.1" 200 255 0.043533 10.0.0.41 - - [2025-11-06 04:09:56] "PUT /bgp-router/4c1446e0-4509-4bc9-a4bb-f7194572ed31 HTTP/1.1" 200 255 0.047849 10.0.0.41 - - [2025-11-06 04:09:56] "GET /bgp-router/632dc211-92fa-4496-8e6c-daf81c4dd44b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.007921 10.0.0.41 - - [2025-11-06 04:09:56] "GET /bgp-router/632dc211-92fa-4496-8e6c-daf81c4dd44b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.026305 10.0.0.41 - - [2025-11-06 04:09:56] "PUT /bgp-router/632dc211-92fa-4496-8e6c-daf81c4dd44b HTTP/1.1" 200 255 0.036751 10.0.0.41 - - [2025-11-06 04:09:56] "PUT /bgp-router/632dc211-92fa-4496-8e6c-daf81c4dd44b HTTP/1.1" 200 255 0.048005 10.0.0.41 - - [2025-11-06 04:09:56] "GET /bgp-router/632dc211-92fa-4496-8e6c-daf81c4dd44b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.006474 10.0.0.41 - - [2025-11-06 04:09:56] "GET /bgp-router/632dc211-92fa-4496-8e6c-daf81c4dd44b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.006287 10.0.0.41 - - [2025-11-06 04:09:56] "PUT /bgp-router/632dc211-92fa-4496-8e6c-daf81c4dd44b HTTP/1.1" 200 255 0.029956 10.0.0.41 - - [2025-11-06 04:09:56] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.005002 10.0.0.41 - - [2025-11-06 04:09:56] "GET /bgp-router/e338b561-87c5-4183-9423-b810fd4bcaf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.005806 10.0.0.41 - - [2025-11-06 04:09:56] "GET /bgp-router/e338b561-87c5-4183-9423-b810fd4bcaf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.005180 10.0.0.41 - - [2025-11-06 04:09:56] "PUT /bgp-router/e338b561-87c5-4183-9423-b810fd4bcaf5 HTTP/1.1" 200 255 0.031917 10.0.0.41 - - [2025-11-06 04:09:56] "PUT /bgp-router/e338b561-87c5-4183-9423-b810fd4bcaf5 HTTP/1.1" 200 255 0.044049 10.0.0.41 - - [2025-11-06 04:09:56] "GET /bgp-router/4c1446e0-4509-4bc9-a4bb-f7194572ed31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2906 0.005761 10.0.0.41 - - [2025-11-06 04:09:56] "GET /bgp-router/4c1446e0-4509-4bc9-a4bb-f7194572ed31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2906 0.005933 10.0.0.41 - - [2025-11-06 04:09:57] "PUT /bgp-router/4c1446e0-4509-4bc9-a4bb-f7194572ed31 HTTP/1.1" 200 255 0.045959 10.0.0.41 - - [2025-11-06 04:09:57] "PUT /bgp-router/4c1446e0-4509-4bc9-a4bb-f7194572ed31 HTTP/1.1" 200 255 0.085056 10.0.0.41 - - [2025-11-06 04:09:57] "GET /bgp-router/632dc211-92fa-4496-8e6c-daf81c4dd44b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2969 0.005521 10.0.0.41 - - [2025-11-06 04:09:57] "GET /bgp-router/632dc211-92fa-4496-8e6c-daf81c4dd44b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2969 0.007377 10.0.0.41 - - [2025-11-06 04:09:57] "PUT /bgp-router/632dc211-92fa-4496-8e6c-daf81c4dd44b HTTP/1.1" 200 255 0.043396 10.0.0.41 - - [2025-11-06 04:09:57] "PUT /bgp-router/632dc211-92fa-4496-8e6c-daf81c4dd44b HTTP/1.1" 200 255 0.042722 10.0.0.41 - - [2025-11-06 04:10:02] "POST /neutron/security_group HTTP/1.1" 200 2066 0.012746 10.0.0.41 - - [2025-11-06 04:10:06] "POST /neutron/port HTTP/1.1" 200 1180 0.019855 10.0.0.41 - - [2025-11-06 04:10:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004954 10.0.0.41 - - [2025-11-06 04:10:07] "POST /neutron/port HTTP/1.1" 200 117 0.001251 10.0.0.41 - - [2025-11-06 04:10:07] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.005509 10.0.0.41 - - [2025-11-06 04:10:07] "GET /bgp-router/e338b561-87c5-4183-9423-b810fd4bcaf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2970 0.007951 10.0.0.41 - - [2025-11-06 04:10:07] "GET /bgp-router/e338b561-87c5-4183-9423-b810fd4bcaf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2970 0.006407 10.0.0.41 - - [2025-11-06 04:10:07] "PUT /bgp-router/e338b561-87c5-4183-9423-b810fd4bcaf5 HTTP/1.1" 200 255 0.063090 10.0.0.41 - - [2025-11-06 04:10:07] "PUT /bgp-router/e338b561-87c5-4183-9423-b810fd4bcaf5 HTTP/1.1" 200 255 0.068723 10.0.0.41 - - [2025-11-06 04:10:07] "GET /bgp-router/4c1446e0-4509-4bc9-a4bb-f7194572ed31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2906 0.009269 10.0.0.41 - - [2025-11-06 04:10:07] "GET /bgp-router/4c1446e0-4509-4bc9-a4bb-f7194572ed31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2906 0.007333 10.0.0.41 - - [2025-11-06 04:10:07] "PUT /bgp-router/4c1446e0-4509-4bc9-a4bb-f7194572ed31 HTTP/1.1" 200 255 0.036652 10.0.0.41 - - [2025-11-06 04:10:07] "PUT /bgp-router/4c1446e0-4509-4bc9-a4bb-f7194572ed31 HTTP/1.1" 200 255 0.048769 10.0.0.41 - - [2025-11-06 04:10:07] "GET /bgp-router/632dc211-92fa-4496-8e6c-daf81c4dd44b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.010558 10.0.0.41 - - [2025-11-06 04:10:07] "GET /bgp-router/632dc211-92fa-4496-8e6c-daf81c4dd44b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.007483 10.0.0.41 - - [2025-11-06 04:10:07] "PUT /bgp-router/632dc211-92fa-4496-8e6c-daf81c4dd44b HTTP/1.1" 200 255 0.035451 10.0.0.41 - - [2025-11-06 04:10:08] "PUT /bgp-router/632dc211-92fa-4496-8e6c-daf81c4dd44b HTTP/1.1" 200 255 0.043090 10.0.0.41 - - [2025-11-06 04:10:08] "GET /bgp-router/e338b561-87c5-4183-9423-b810fd4bcaf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.007025 10.0.0.41 - - [2025-11-06 04:10:08] "GET /bgp-router/e338b561-87c5-4183-9423-b810fd4bcaf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.010663 10.0.0.41 - - [2025-11-06 04:10:08] "PUT /bgp-router/e338b561-87c5-4183-9423-b810fd4bcaf5 HTTP/1.1" 200 255 0.029566 10.0.0.41 - - [2025-11-06 04:10:08] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.004051 10.0.0.41 - - [2025-11-06 04:10:08] "GET /bgp-router/e338b561-87c5-4183-9423-b810fd4bcaf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.005786 10.0.0.41 - - [2025-11-06 04:10:08] "GET /bgp-router/e338b561-87c5-4183-9423-b810fd4bcaf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.005622 10.0.0.41 - - [2025-11-06 04:10:08] "PUT /bgp-router/e338b561-87c5-4183-9423-b810fd4bcaf5 HTTP/1.1" 200 255 0.033561 10.0.0.41 - - [2025-11-06 04:10:08] "PUT /bgp-router/e338b561-87c5-4183-9423-b810fd4bcaf5 HTTP/1.1" 200 255 0.044693 10.0.0.41 - - [2025-11-06 04:10:08] "GET /bgp-router/4c1446e0-4509-4bc9-a4bb-f7194572ed31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.012189 10.0.0.41 - - [2025-11-06 04:10:08] "GET /bgp-router/4c1446e0-4509-4bc9-a4bb-f7194572ed31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.005738 10.0.0.41 - - [2025-11-06 04:10:08] "PUT /bgp-router/4c1446e0-4509-4bc9-a4bb-f7194572ed31 HTTP/1.1" 200 255 0.035775 10.0.0.41 - - [2025-11-06 04:10:08] "PUT /bgp-router/4c1446e0-4509-4bc9-a4bb-f7194572ed31 HTTP/1.1" 200 255 0.044748 10.0.0.41 - - [2025-11-06 04:10:08] "GET /bgp-router/632dc211-92fa-4496-8e6c-daf81c4dd44b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.006347 10.0.0.41 - - [2025-11-06 04:10:08] "GET /bgp-router/632dc211-92fa-4496-8e6c-daf81c4dd44b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.005939 10.0.0.41 - - [2025-11-06 04:10:08] "PUT /bgp-router/632dc211-92fa-4496-8e6c-daf81c4dd44b HTTP/1.1" 200 255 0.035546 10.0.0.41 - - [2025-11-06 04:10:08] "PUT /bgp-router/632dc211-92fa-4496-8e6c-daf81c4dd44b HTTP/1.1" 200 255 0.037931 10.0.0.41 - - [2025-11-06 04:10:08] "GET /bgp-router/4c1446e0-4509-4bc9-a4bb-f7194572ed31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.006453 10.0.0.41 - - [2025-11-06 04:10:08] "GET /bgp-router/4c1446e0-4509-4bc9-a4bb-f7194572ed31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.005293 10.0.0.41 - - [2025-11-06 04:10:08] "PUT /bgp-router/4c1446e0-4509-4bc9-a4bb-f7194572ed31 HTTP/1.1" 200 255 0.027027 10.0.0.41 - - [2025-11-06 04:10:08] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.004802 10.0.0.41 - - [2025-11-06 04:10:08] "GET /bgp-router/e338b561-87c5-4183-9423-b810fd4bcaf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.006187 10.0.0.41 - - [2025-11-06 04:10:08] "GET /bgp-router/e338b561-87c5-4183-9423-b810fd4bcaf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.007291 10.0.0.41 - - [2025-11-06 04:10:09] "PUT /bgp-router/e338b561-87c5-4183-9423-b810fd4bcaf5 HTTP/1.1" 200 255 0.032533 10.0.0.41 - - [2025-11-06 04:10:09] "PUT /bgp-router/e338b561-87c5-4183-9423-b810fd4bcaf5 HTTP/1.1" 200 255 0.047106 10.0.0.41 - - [2025-11-06 04:10:09] "GET /bgp-router/4c1446e0-4509-4bc9-a4bb-f7194572ed31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.008641 10.0.0.41 - - [2025-11-06 04:10:09] "GET /bgp-router/4c1446e0-4509-4bc9-a4bb-f7194572ed31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.006721 10.0.0.41 - - [2025-11-06 04:10:09] "PUT /bgp-router/4c1446e0-4509-4bc9-a4bb-f7194572ed31 HTTP/1.1" 200 255 0.035733 10.0.0.41 - - [2025-11-06 04:10:09] "PUT /bgp-router/4c1446e0-4509-4bc9-a4bb-f7194572ed31 HTTP/1.1" 200 255 0.047877 10.0.0.41 - - [2025-11-06 04:10:09] "GET /bgp-router/632dc211-92fa-4496-8e6c-daf81c4dd44b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.004824 10.0.0.41 - - [2025-11-06 04:10:09] "GET /bgp-router/632dc211-92fa-4496-8e6c-daf81c4dd44b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.007070 10.0.0.41 - - [2025-11-06 04:10:09] "PUT /bgp-router/632dc211-92fa-4496-8e6c-daf81c4dd44b HTTP/1.1" 200 255 0.031833 10.0.0.41 - - [2025-11-06 04:10:09] "PUT /bgp-router/632dc211-92fa-4496-8e6c-daf81c4dd44b HTTP/1.1" 200 255 0.043717 10.0.0.41 - - [2025-11-06 04:10:09] "GET /bgp-router/632dc211-92fa-4496-8e6c-daf81c4dd44b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.005526 10.0.0.41 - - [2025-11-06 04:10:09] "GET /bgp-router/632dc211-92fa-4496-8e6c-daf81c4dd44b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.004517 10.0.0.41 - - [2025-11-06 04:10:09] "PUT /bgp-router/632dc211-92fa-4496-8e6c-daf81c4dd44b HTTP/1.1" 200 255 0.017464 10.0.0.41 - - [2025-11-06 04:10:09] "POST /ref-update HTTP/1.1" 200 156 0.055082 10.0.0.41 - - [2025-11-06 04:10:09] "POST /neutron/network HTTP/1.1" 200 799 0.010709 10.0.0.41 - - [2025-11-06 04:10:09] "GET /virtual-network/1b2cdf6f-608f-4622-82d2-fd035d78425d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2001 0.007380 10.0.0.41 - - [2025-11-06 04:10:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004552 10.0.0.131 - - [2025-11-06 04:10:09] "POST /ref-update HTTP/1.1" 200 156 0.020317 10.0.0.41 - - [2025-11-06 04:10:09] "GET /network-policy/72127316-61d5-4cb9-a0f4-ae1ca71dd7d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.004700 10.0.0.41 - - [2025-11-06 04:10:09] "POST /ref-update HTTP/1.1" 200 156 0.057252 10.0.0.41 - - [2025-11-06 04:10:10] "GET /virtual-network/3bbd0bba-5336-4c73-a671-7800b7e8a80e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2002 0.015826 10.0.0.41 - - [2025-11-06 04:10:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003718 10.0.0.41 - - [2025-11-06 04:10:10] "GET /network-policy/72127316-61d5-4cb9-a0f4-ae1ca71dd7d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.005097 10.0.0.41 - - [2025-11-06 04:10:10] "DELETE /network-policy/72127316-61d5-4cb9-a0f4-ae1ca71dd7d2 HTTP/1.1" 200 115 0.041433 10.0.0.41 - - [2025-11-06 04:10:10] "POST /neutron/network HTTP/1.1" 400 204 0.015426 10.0.0.41 - - [2025-11-06 04:10:10] "POST /neutron/port HTTP/1.1" 200 151 0.282145 10.0.0.41 - - [2025-11-06 04:10:10] "POST /neutron/port HTTP/1.1" 200 151 0.300042 10.0.0.131 - - [2025-11-06 04:10:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003810 10.0.0.41 - - [2025-11-06 04:10:12] "POST /neutron/network HTTP/1.1" 200 799 0.013080 10.0.0.131 - - [2025-11-06 04:10:12] "DELETE /route-target/bb43a03e-f394-4ac2-938c-400529e248a5 HTTP/1.1" 200 115 0.056137 10.0.0.41 - - [2025-11-06 04:10:12] "POST /ref-update HTTP/1.1" 200 156 0.098537 10.0.0.41 - - [2025-11-06 04:10:12] "GET /virtual-network/816c0f30-2901-4b86-a93c-7c49edba10f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.011195 10.0.0.41 - - [2025-11-06 04:10:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.013318 10.0.0.41 - - [2025-11-06 04:10:12] "GET /network-policy/404bf50f-47f2-4e7f-b033-b48feb76c70e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.004974 10.0.0.41 - - [2025-11-06 04:10:12] "POST /ref-update HTTP/1.1" 200 156 0.073641 10.0.0.131 - - [2025-11-06 04:10:12] "DELETE /access-control-list/b76e3611-f077-4345-b49e-51d893b614b8 HTTP/1.1" 200 115 0.071729 10.0.0.41 - - [2025-11-06 04:10:12] "POST /neutron/network HTTP/1.1" 200 977 0.014964 10.0.0.41 - - [2025-11-06 04:10:13] "GET /virtual-network/03af111a-8f79-4f82-b4f5-bcdbb8066b3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2567 0.027938 10.0.0.41 - - [2025-11-06 04:10:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.009408 10.0.0.41 - - [2025-11-06 04:10:13] "GET /network-policy/404bf50f-47f2-4e7f-b033-b48feb76c70e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.005059 10.0.0.41 - - [2025-11-06 04:10:13] "DELETE /network-policy/404bf50f-47f2-4e7f-b033-b48feb76c70e HTTP/1.1" 200 115 0.044073 10.0.0.41 - - [2025-11-06 04:10:13] "POST /neutron/port HTTP/1.1" 200 1180 0.025643 10.0.0.41 - - [2025-11-06 04:10:14] "POST /neutron/port HTTP/1.1" 200 151 0.333766 10.0.0.41 - - [2025-11-06 04:10:15] "POST /neutron/network HTTP/1.1" 200 974 0.012780 10.0.0.131 - - [2025-11-06 04:10:15] "DELETE /route-target/43891a4f-d81a-4518-bc8a-a0046eb3afd2 HTTP/1.1" 200 115 0.035601 10.0.0.131 - - [2025-11-06 04:10:15] "POST /useragent-kv HTTP/1.1" 200 115 0.003291 10.0.0.131 - - [2025-11-06 04:10:15] "POST /useragent-kv HTTP/1.1" 200 115 0.003163 10.0.0.131 - - [2025-11-06 04:10:15] "POST /useragent-kv HTTP/1.1" 200 115 0.002459 10.0.0.131 - - [2025-11-06 04:10:15] "POST /useragent-kv HTTP/1.1" 200 115 0.002501 10.0.0.41 - - [2025-11-06 04:10:15] "POST /neutron/network HTTP/1.1" 200 151 0.157813 10.0.0.41 - - [2025-11-06 04:10:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003967 10.0.0.131 - - [2025-11-06 04:10:17] "GET /projects?obj_uuids=e0cf5943-b651-451e-9377-8db854410b07&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001160 10.0.0.41 - - [2025-11-06 04:10:17] "GET /project/e0cf5943-b651-451e-9377-8db854410b07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.048687 10.0.0.131 - - [2025-11-06 04:10:17] "POST /route-targets HTTP/1.1" 200 328 0.014813 10.0.0.131 - - [2025-11-06 04:10:17] "POST /fqname-to-id HTTP/1.1" 404 207 0.026054 10.0.0.131 - - [2025-11-06 04:10:17] "POST /useragent-kv HTTP/1.1" 200 115 0.019972 10.0.0.41 - - [2025-11-06 04:10:17] "POST /neutron/subnet HTTP/1.1" 200 716 0.292233 10.0.0.41 - - [2025-11-06 04:10:17] "POST /id-to-fqname HTTP/1.1" 200 222 0.002075 10.0.0.41 - - [2025-11-06 04:10:17] "GET /virtual-network/7371ceba-5ac1-4c94-a674-8593c7c8d10a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2553 0.009623 10.0.0.41 - - [2025-11-06 04:10:17] "POST /neutron/network HTTP/1.1" 200 972 0.009742 10.0.0.41 - - [2025-11-06 04:10:17] "GET /virtual-network/7371ceba-5ac1-4c94-a674-8593c7c8d10a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2553 0.006029 10.0.0.41 - - [2025-11-06 04:10:18] "POST /neutron/subnet HTTP/1.1" 200 710 0.012115 10.0.0.41 - - [2025-11-06 04:10:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004673 10.0.0.131 - - [2025-11-06 04:10:18] "GET /projects?obj_uuids=e0cf5943-b651-451e-9377-8db854410b07&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001490 10.0.0.41 - - [2025-11-06 04:10:18] "GET /project/e0cf5943-b651-451e-9377-8db854410b07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.047602 10.0.0.131 - - [2025-11-06 04:10:18] "POST /ref-update HTTP/1.1" 200 156 0.025672 10.0.0.131 - - [2025-11-06 04:10:18] "POST /useragent-kv HTTP/1.1" 200 115 0.006949 10.0.0.41 - - [2025-11-06 04:10:18] "POST /neutron/subnet HTTP/1.1" 200 716 0.199646 10.0.0.131 - - [2025-11-06 04:10:18] "POST /fqname-to-id HTTP/1.1" 404 207 0.005184 10.0.0.41 - - [2025-11-06 04:10:18] "POST /id-to-fqname HTTP/1.1" 200 222 0.002463 10.0.0.41 - - [2025-11-06 04:10:18] "GET /virtual-network/3c0ea65f-e13a-4cfa-b494-5e79d64f6a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.010470 10.0.0.41 - - [2025-11-06 04:10:18] "POST /neutron/network HTTP/1.1" 200 973 0.012901 10.0.0.41 - - [2025-11-06 04:10:18] "GET /virtual-network/3c0ea65f-e13a-4cfa-b494-5e79d64f6a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.005714 10.0.0.41 - - [2025-11-06 04:10:18] "POST /neutron/subnet HTTP/1.1" 200 715 0.013801 10.0.0.41 - - [2025-11-06 04:10:18] "POST /id-to-fqname HTTP/1.1" 200 222 0.001315 10.0.0.131 - - [2025-11-06 04:10:19] "GET /projects?obj_uuids=e0cf5943-b651-451e-9377-8db854410b07&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001142 10.0.0.41 - - [2025-11-06 04:10:19] "GET /project/e0cf5943-b651-451e-9377-8db854410b07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.085348 10.0.0.41 - - [2025-11-06 04:10:19] "POST /neutron/network HTTP/1.1" 200 972 0.013505 10.0.0.41 - - [2025-11-06 04:10:20] "POST /id-to-fqname HTTP/1.1" 200 222 0.001388 10.0.0.41 - - [2025-11-06 04:10:20] "POST /neutron/port HTTP/1.1" 200 117 0.010145 10.0.0.131 - - [2025-11-06 04:10:20] "GET /projects?obj_uuids=e0cf5943-b651-451e-9377-8db854410b07&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001014 10.0.0.41 - - [2025-11-06 04:10:20] "POST /neutron/port HTTP/1.1" 200 1150 0.395555 10.0.0.131 - - [2025-11-06 04:10:21] "GET /projects?obj_uuids=e0cf5943-b651-451e-9377-8db854410b07&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003211 10.0.0.41 - - [2025-11-06 04:10:21] "GET /project/e0cf5943-b651-451e-9377-8db854410b07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.140688 10.0.0.41 - - [2025-11-06 04:10:21] "POST /neutron/port HTTP/1.1" 200 1204 0.185920 10.0.0.41 - - [2025-11-06 04:10:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005273 10.0.0.41 - - [2025-11-06 04:10:21] "POST /neutron/port HTTP/1.1" 200 117 0.002918 10.0.0.41 - - [2025-11-06 04:10:21] "POST /neutron/network HTTP/1.1" 200 972 0.013173 10.0.0.41 - - [2025-11-06 04:10:21] "POST /neutron/port HTTP/1.1" 200 1178 0.026240 10.0.0.131 - - [2025-11-06 04:10:21] "GET /projects?obj_uuids=e0cf5943-b651-451e-9377-8db854410b07&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001091 10.0.0.41 - - [2025-11-06 04:10:22] "POST /neutron/port HTTP/1.1" 200 1151 0.383972 10.0.0.41 - - [2025-11-06 04:10:22] "POST /neutron/port HTTP/1.1" 200 1205 0.120852 10.0.0.41 - - [2025-11-06 04:10:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005157 10.0.0.41 - - [2025-11-06 04:10:22] "POST /neutron/port HTTP/1.1" 200 117 0.001591 10.0.0.41 - - [2025-11-06 04:10:26] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009158 10.0.0.41 - - [2025-11-06 04:10:26] "POST /neutron/port HTTP/1.1" 200 1178 0.020936 10.0.0.41 - - [2025-11-06 04:10:26] "GET /virtual-machine/934ea2d4-2410-4950-8c14-588e085d3f1c HTTP/1.1" 200 1303 0.008815 10.0.0.41 - - [2025-11-06 04:10:26] "GET /virtual-machine-interface/3a1c7b85-e088-41e1-9282-08e27f07c70b HTTP/1.1" 200 3165 0.007057 10.0.0.41 - - [2025-11-06 04:10:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.005450 10.0.0.41 - - [2025-11-06 04:10:26] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005604 10.0.0.41 - - [2025-11-06 04:10:26] "GET /virtual-networks?parent_id=e0cf5943-b651-451e-9377-8db854410b07&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.004317 10.0.0.41 - - [2025-11-06 04:10:26] "GET /virtual-network/7371ceba-5ac1-4c94-a674-8593c7c8d10a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2553 0.007363 10.0.0.41 - - [2025-11-06 04:10:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.007618 10.0.0.41 - - [2025-11-06 04:10:30] "GET /virtual-network/7371ceba-5ac1-4c94-a674-8593c7c8d10a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2553 0.008865 10.0.0.41 - - [2025-11-06 04:10:31] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010434 10.0.0.41 - - [2025-11-06 04:10:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003602 10.0.0.41 - - [2025-11-06 04:10:32] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004147 10.0.0.41 - - [2025-11-06 04:10:32] "GET /virtual-networks?parent_id=e0cf5943-b651-451e-9377-8db854410b07&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.005191 10.0.0.41 - - [2025-11-06 04:10:32] "GET /virtual-network/7371ceba-5ac1-4c94-a674-8593c7c8d10a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2553 0.006219 10.0.0.41 - - [2025-11-06 04:10:32] "POST /neutron/port HTTP/1.1" 200 1178 0.023124 10.0.0.41 - - [2025-11-06 04:10:35] "GET /obj-perms HTTP/1.1" 200 5056 0.056834 10.0.0.38 - - [2025-11-06 04:10:35] "GET /obj-perms HTTP/1.1" 200 5056 0.054597 10.0.0.41 - - [2025-11-06 04:10:37] "POST /neutron/security_group HTTP/1.1" 200 2066 0.012587 10.0.0.41 - - [2025-11-06 04:10:37] "POST /neutron/port HTTP/1.1" 200 1179 0.017253 10.0.0.41 - - [2025-11-06 04:10:37] "GET /virtual-machine/f7476e22-d236-447a-a1f9-7bcd1fa12a74 HTTP/1.1" 200 1303 0.006444 10.0.0.41 - - [2025-11-06 04:10:37] "GET /virtual-machine-interface/5dc37783-5c62-48ae-a813-ad54f2d5c9d3 HTTP/1.1" 200 3165 0.011158 10.0.0.41 - - [2025-11-06 04:10:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004171 10.0.0.41 - - [2025-11-06 04:10:37] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005607 10.0.0.41 - - [2025-11-06 04:10:37] "GET /virtual-networks?parent_id=e0cf5943-b651-451e-9377-8db854410b07&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.004111 10.0.0.41 - - [2025-11-06 04:10:37] "GET /virtual-network/3c0ea65f-e13a-4cfa-b494-5e79d64f6a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.006102 10.0.0.41 - - [2025-11-06 04:10:38] "POST /neutron/port HTTP/1.1" 200 1178 0.028443 10.0.0.41 - - [2025-11-06 04:10:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005242 10.0.0.41 - - [2025-11-06 04:10:38] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006562 10.0.0.41 - - [2025-11-06 04:10:38] "GET /virtual-networks?parent_id=e0cf5943-b651-451e-9377-8db854410b07&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.007830 10.0.0.41 - - [2025-11-06 04:10:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004725 10.0.0.41 - - [2025-11-06 04:10:39] "GET /virtual-network/3c0ea65f-e13a-4cfa-b494-5e79d64f6a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.007827 10.0.0.41 - - [2025-11-06 04:10:39] "POST /neutron/port HTTP/1.1" 200 117 0.001838 10.0.0.41 - - [2025-11-06 04:10:39] "POST /fqname-to-id HTTP/1.1" 404 209 0.003909 10.0.0.41 - - [2025-11-06 04:10:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003271 10.0.0.131 - - [2025-11-06 04:10:39] "GET /projects?obj_uuids=e0cf5943-b651-451e-9377-8db854410b07&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001783 10.0.0.41 - - [2025-11-06 04:10:39] "GET /project/e0cf5943-b651-451e-9377-8db854410b07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.053692 10.0.0.41 - - [2025-11-06 04:10:39] "POST /network-policys HTTP/1.1" 200 535 0.040807 10.0.0.41 - - [2025-11-06 04:10:39] "GET /network-policy/37d539f5-6ade-4b0a-85fa-38646b7b539c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.008656 10.0.0.41 - - [2025-11-06 04:10:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004577 10.0.0.41 - - [2025-11-06 04:10:39] "GET /virtual-network/7371ceba-5ac1-4c94-a674-8593c7c8d10a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2553 0.007804 10.0.0.41 - - [2025-11-06 04:10:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004022 10.0.0.41 - - [2025-11-06 04:10:39] "GET /network-policy/37d539f5-6ade-4b0a-85fa-38646b7b539c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.007118 10.0.0.41 - - [2025-11-06 04:10:39] "POST /ref-update HTTP/1.1" 200 156 0.064348 10.0.0.41 - - [2025-11-06 04:10:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004902 10.0.0.41 - - [2025-11-06 04:10:39] "GET /network-policy/37d539f5-6ade-4b0a-85fa-38646b7b539c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.007130 10.0.0.41 - - [2025-11-06 04:10:39] "GET /virtual-network/7371ceba-5ac1-4c94-a674-8593c7c8d10a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2861 0.008909 10.0.0.41 - - [2025-11-06 04:10:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002981 10.0.0.41 - - [2025-11-06 04:10:39] "GET /network-policy/37d539f5-6ade-4b0a-85fa-38646b7b539c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.004852 10.0.0.41 - - [2025-11-06 04:10:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003962 10.0.0.41 - - [2025-11-06 04:10:39] "GET /virtual-network/3c0ea65f-e13a-4cfa-b494-5e79d64f6a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.008001 10.0.0.41 - - [2025-11-06 04:10:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003946 10.0.0.41 - - [2025-11-06 04:10:39] "GET /network-policy/37d539f5-6ade-4b0a-85fa-38646b7b539c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.004681 10.0.0.131 - - [2025-11-06 04:10:39] "POST /fqname-to-id HTTP/1.1" 404 230 0.005243 10.0.0.41 - - [2025-11-06 04:10:39] "POST /ref-update HTTP/1.1" 200 156 0.064541 10.0.0.41 - - [2025-11-06 04:10:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004023 10.0.0.41 - - [2025-11-06 04:10:40] "GET /network-policy/37d539f5-6ade-4b0a-85fa-38646b7b539c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.004304 10.0.0.41 - - [2025-11-06 04:10:40] "POST /neutron/network HTTP/1.1" 200 1059 0.039021 10.0.0.131 - - [2025-11-06 04:10:40] "PUT /access-control-list/0308a158-9855-47ce-9073-2a01518993d0 HTTP/1.1" 200 273 0.042825 10.0.0.41 - - [2025-11-06 04:10:40] "GET /virtual-network/3c0ea65f-e13a-4cfa-b494-5e79d64f6a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2864 0.022992 10.0.0.41 - - [2025-11-06 04:10:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003524 10.0.0.41 - - [2025-11-06 04:10:40] "GET /network-policy/37d539f5-6ade-4b0a-85fa-38646b7b539c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.005691 10.0.0.41 - - [2025-11-06 04:10:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004098 10.0.0.131 - - [2025-11-06 04:10:40] "GET /projects?obj_uuids=e0cf5943-b651-451e-9377-8db854410b07&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001695 10.0.0.41 - - [2025-11-06 04:10:40] "GET /project/e0cf5943-b651-451e-9377-8db854410b07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.054255 10.0.0.131 - - [2025-11-06 04:10:40] "POST /useragent-kv HTTP/1.1" 200 115 0.011892 10.0.0.41 - - [2025-11-06 04:10:40] "POST /neutron/subnet HTTP/1.1" 200 701 0.282223 10.0.0.41 - - [2025-11-06 04:10:40] "POST /id-to-fqname HTTP/1.1" 200 214 0.001660 10.0.0.41 - - [2025-11-06 04:10:40] "GET /virtual-network/7fddd4c5-070b-40a2-9458-c413dcfc827a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2002 0.006941 10.0.0.41 - - [2025-11-06 04:10:40] "GET /virtual-network/7fddd4c5-070b-40a2-9458-c413dcfc827a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2002 0.007337 10.0.0.41 - - [2025-11-06 04:10:40] "POST /neutron/network HTTP/1.1" 200 799 0.008414 10.0.0.41 - - [2025-11-06 04:10:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004449 10.0.0.131 - - [2025-11-06 04:10:41] "GET /projects?obj_uuids=e0cf5943-b651-451e-9377-8db854410b07&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001752 10.0.0.41 - - [2025-11-06 04:10:41] "GET /project/e0cf5943-b651-451e-9377-8db854410b07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.065815 10.0.0.131 - - [2025-11-06 04:10:41] "GET /projects?obj_uuids=e0cf5943-b651-451e-9377-8db854410b07&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001078 10.0.0.41 - - [2025-11-06 04:10:41] "POST /neutron/network HTTP/1.1" 200 585 0.173920 10.0.0.131 - - [2025-11-06 04:10:41] "POST /route-targets HTTP/1.1" 200 328 0.013660 10.0.0.41 - - [2025-11-06 04:10:41] "POST /id-to-fqname HTTP/1.1" 200 214 0.003714 10.0.0.41 - - [2025-11-06 04:10:41] "GET /virtual-network/ae4ae86b-e77e-4599-9661-d45f0fece3ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2003 0.008901 10.0.0.41 - - [2025-11-06 04:10:41] "POST /neutron/network HTTP/1.1" 200 799 0.015496 10.0.0.41 - - [2025-11-06 04:10:41] "GET /virtual-network/ae4ae86b-e77e-4599-9661-d45f0fece3ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2003 0.010374 10.0.0.41 - - [2025-11-06 04:10:41] "POST /fqname-to-id HTTP/1.1" 404 239 0.004683 10.0.0.41 - - [2025-11-06 04:10:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.008032 10.0.0.131 - - [2025-11-06 04:10:41] "GET /projects?obj_uuids=e0cf5943-b651-451e-9377-8db854410b07&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003238 10.0.0.41 - - [2025-11-06 04:10:41] "GET /project/e0cf5943-b651-451e-9377-8db854410b07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.064482 10.0.0.41 - - [2025-11-06 04:10:41] "POST /network-policys HTTP/1.1" 200 589 0.034294 10.0.0.41 - - [2025-11-06 04:10:42] "GET /network-policy/41c1c3f8-7d4f-4138-8491-db56dbdd7e55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.008468 10.0.0.41 - - [2025-11-06 04:10:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005764 10.0.0.41 - - [2025-11-06 04:10:42] "GET /virtual-network/7fddd4c5-070b-40a2-9458-c413dcfc827a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2002 0.007864 10.0.0.41 - - [2025-11-06 04:10:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004868 10.0.0.41 - - [2025-11-06 04:10:42] "GET /network-policy/41c1c3f8-7d4f-4138-8491-db56dbdd7e55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.006128 10.0.0.41 - - [2025-11-06 04:10:42] "POST /ref-update HTTP/1.1" 200 156 0.064284 10.0.0.41 - - [2025-11-06 04:10:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.006579 10.0.0.131 - - [2025-11-06 04:10:42] "POST /access-control-lists HTTP/1.1" 200 556 0.092175 10.0.0.41 - - [2025-11-06 04:10:42] "GET /network-policy/41c1c3f8-7d4f-4138-8491-db56dbdd7e55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.008759 10.0.0.41 - - [2025-11-06 04:10:42] "POST /neutron/network HTTP/1.1" 200 912 0.012391 10.0.0.41 - - [2025-11-06 04:10:42] "GET /virtual-network/7fddd4c5-070b-40a2-9458-c413dcfc827a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2337 0.007602 10.0.0.41 - - [2025-11-06 04:10:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005631 10.0.0.41 - - [2025-11-06 04:10:42] "GET /network-policy/41c1c3f8-7d4f-4138-8491-db56dbdd7e55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.004874 10.0.0.41 - - [2025-11-06 04:10:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004679 10.0.0.41 - - [2025-11-06 04:10:42] "GET /virtual-network/ae4ae86b-e77e-4599-9661-d45f0fece3ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2003 0.015267 10.0.0.41 - - [2025-11-06 04:10:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.013021 10.0.0.41 - - [2025-11-06 04:10:42] "GET /network-policy/41c1c3f8-7d4f-4138-8491-db56dbdd7e55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.005627 10.0.0.41 - - [2025-11-06 04:10:42] "POST /ref-update HTTP/1.1" 200 156 0.067305 10.0.0.41 - - [2025-11-06 04:10:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.007849 10.0.0.131 - - [2025-11-06 04:10:42] "POST /access-control-lists HTTP/1.1" 200 556 0.046945 10.0.0.41 - - [2025-11-06 04:10:42] "GET /network-policy/41c1c3f8-7d4f-4138-8491-db56dbdd7e55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.008125 10.0.0.41 - - [2025-11-06 04:10:42] "GET /virtual-network/ae4ae86b-e77e-4599-9661-d45f0fece3ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2338 0.011044 10.0.0.41 - - [2025-11-06 04:10:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003407 10.0.0.41 - - [2025-11-06 04:10:42] "GET /network-policy/41c1c3f8-7d4f-4138-8491-db56dbdd7e55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.004570 10.0.0.41 - - [2025-11-06 04:10:42] "POST /id-to-fqname HTTP/1.1" 200 214 0.001270 10.0.0.41 - - [2025-11-06 04:10:43] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008390 10.0.0.131 - - [2025-11-06 04:10:43] "GET /projects?obj_uuids=e0cf5943-b651-451e-9377-8db854410b07&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001636 10.0.0.41 - - [2025-11-06 04:10:43] "GET /project/e0cf5943-b651-451e-9377-8db854410b07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.093575 10.0.0.41 - - [2025-11-06 04:10:44] "POST /neutron/port HTTP/1.1" 200 2239 0.025075 10.0.0.41 - - [2025-11-06 04:10:44] "POST /id-to-fqname HTTP/1.1" 200 214 0.001357 10.0.0.41 - - [2025-11-06 04:10:44] "POST /neutron/port HTTP/1.1" 200 2239 0.035284 10.0.0.41 - - [2025-11-06 04:10:44] "POST /neutron/network HTTP/1.1" 200 922 0.009733 10.0.0.41 - - [2025-11-06 04:10:45] "POST /neutron/port HTTP/1.1" 200 1063 0.020631 10.0.0.131 - - [2025-11-06 04:10:45] "GET /projects?obj_uuids=e0cf5943-b651-451e-9377-8db854410b07&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001753 10.0.0.41 - - [2025-11-06 04:10:45] "GET /project/e0cf5943-b651-451e-9377-8db854410b07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.134245 10.0.0.41 - - [2025-11-06 04:10:45] "POST /neutron/network HTTP/1.1" 200 912 0.009208 10.0.0.41 - - [2025-11-06 04:10:45] "POST /neutron/port HTTP/1.1" 200 117 0.001446 10.0.0.41 - - [2025-11-06 04:10:45] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010312 10.0.0.41 - - [2025-11-06 04:10:45] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.003865 10.0.0.41 - - [2025-11-06 04:10:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003646 10.0.0.41 - - [2025-11-06 04:10:45] "GET /bgp-router/e338b561-87c5-4183-9423-b810fd4bcaf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.008042 10.0.0.131 - - [2025-11-06 04:10:46] "GET /projects?obj_uuids=e0cf5943-b651-451e-9377-8db854410b07&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002065 10.0.0.41 - - [2025-11-06 04:10:46] "POST /neutron/port HTTP/1.1" 200 1063 0.453431 10.0.0.41 - - [2025-11-06 04:10:47] "POST /neutron/port HTTP/1.1" 200 1117 0.173813 10.0.0.41 - - [2025-11-06 04:10:47] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.003853 10.0.0.41 - - [2025-11-06 04:10:47] "GET /bgp-router/e338b561-87c5-4183-9423-b810fd4bcaf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.006309 10.0.0.41 - - [2025-11-06 04:10:47] "POST /neutron/subnet HTTP/1.1" 200 675 0.015601 10.0.0.41 - - [2025-11-06 04:10:47] "GET /bgp-router/e338b561-87c5-4183-9423-b810fd4bcaf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.004551 10.0.0.41 - - [2025-11-06 04:10:47] "PUT /bgp-router/e338b561-87c5-4183-9423-b810fd4bcaf5 HTTP/1.1" 200 255 0.039245 10.0.0.41 - - [2025-11-06 04:10:47] "PUT /bgp-router/e338b561-87c5-4183-9423-b810fd4bcaf5 HTTP/1.1" 200 255 0.055743 10.0.0.41 - - [2025-11-06 04:10:47] "GET /bgp-router/4c1446e0-4509-4bc9-a4bb-f7194572ed31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.009446 10.0.0.41 - - [2025-11-06 04:10:47] "GET /bgp-router/4c1446e0-4509-4bc9-a4bb-f7194572ed31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.011197 10.0.0.41 - - [2025-11-06 04:10:47] "PUT /bgp-router/4c1446e0-4509-4bc9-a4bb-f7194572ed31 HTTP/1.1" 200 255 0.058424 10.0.0.41 - - [2025-11-06 04:10:47] "PUT /bgp-router/4c1446e0-4509-4bc9-a4bb-f7194572ed31 HTTP/1.1" 200 255 0.065876 10.0.0.41 - - [2025-11-06 04:10:47] "GET /bgp-router/632dc211-92fa-4496-8e6c-daf81c4dd44b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.006448 10.0.0.41 - - [2025-11-06 04:10:47] "GET /bgp-router/632dc211-92fa-4496-8e6c-daf81c4dd44b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.020805 10.0.0.41 - - [2025-11-06 04:10:47] "PUT /bgp-router/632dc211-92fa-4496-8e6c-daf81c4dd44b HTTP/1.1" 200 255 0.039404 10.0.0.41 - - [2025-11-06 04:10:47] "PUT /bgp-router/632dc211-92fa-4496-8e6c-daf81c4dd44b HTTP/1.1" 200 255 0.057503 10.0.0.41 - - [2025-11-06 04:10:47] "GET /bgp-router/e338b561-87c5-4183-9423-b810fd4bcaf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.006430 10.0.0.41 - - [2025-11-06 04:10:47] "GET /bgp-router/e338b561-87c5-4183-9423-b810fd4bcaf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.006160 10.0.0.41 - - [2025-11-06 04:10:47] "PUT /bgp-router/e338b561-87c5-4183-9423-b810fd4bcaf5 HTTP/1.1" 200 255 0.042737 10.0.0.41 - - [2025-11-06 04:10:47] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.004923 10.0.0.41 - - [2025-11-06 04:10:48] "GET /bgp-router/e338b561-87c5-4183-9423-b810fd4bcaf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.006381 10.0.0.41 - - [2025-11-06 04:10:48] "GET /bgp-router/e338b561-87c5-4183-9423-b810fd4bcaf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.005788 10.0.0.41 - - [2025-11-06 04:10:48] "PUT /bgp-router/e338b561-87c5-4183-9423-b810fd4bcaf5 HTTP/1.1" 200 255 0.035721 10.0.0.41 - - [2025-11-06 04:10:48] "PUT /bgp-router/e338b561-87c5-4183-9423-b810fd4bcaf5 HTTP/1.1" 200 255 0.074131 10.0.0.41 - - [2025-11-06 04:10:48] "GET /bgp-router/4c1446e0-4509-4bc9-a4bb-f7194572ed31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.007256 10.0.0.41 - - [2025-11-06 04:10:48] "GET /bgp-router/4c1446e0-4509-4bc9-a4bb-f7194572ed31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.008144 10.0.0.41 - - [2025-11-06 04:10:48] "PUT /bgp-router/4c1446e0-4509-4bc9-a4bb-f7194572ed31 HTTP/1.1" 200 255 0.054378 10.0.0.41 - - [2025-11-06 04:10:48] "PUT /bgp-router/4c1446e0-4509-4bc9-a4bb-f7194572ed31 HTTP/1.1" 200 255 0.059224 10.0.0.41 - - [2025-11-06 04:10:48] "GET /bgp-router/632dc211-92fa-4496-8e6c-daf81c4dd44b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.014695 10.0.0.41 - - [2025-11-06 04:10:48] "GET /bgp-router/632dc211-92fa-4496-8e6c-daf81c4dd44b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.009790 10.0.0.41 - - [2025-11-06 04:10:48] "PUT /bgp-router/632dc211-92fa-4496-8e6c-daf81c4dd44b HTTP/1.1" 200 255 0.058467 10.0.0.41 - - [2025-11-06 04:10:48] "PUT /bgp-router/632dc211-92fa-4496-8e6c-daf81c4dd44b HTTP/1.1" 200 255 0.066657 10.0.0.41 - - [2025-11-06 04:10:48] "GET /bgp-router/4c1446e0-4509-4bc9-a4bb-f7194572ed31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.009644 10.0.0.41 - - [2025-11-06 04:10:48] "GET /bgp-router/4c1446e0-4509-4bc9-a4bb-f7194572ed31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.007571 10.0.0.41 - - [2025-11-06 04:10:48] "PUT /bgp-router/4c1446e0-4509-4bc9-a4bb-f7194572ed31 HTTP/1.1" 200 255 0.036279 10.0.0.41 - - [2025-11-06 04:10:48] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.004264 10.0.0.41 - - [2025-11-06 04:10:48] "GET /bgp-router/e338b561-87c5-4183-9423-b810fd4bcaf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.008283 10.0.0.41 - - [2025-11-06 04:10:48] "GET /bgp-router/e338b561-87c5-4183-9423-b810fd4bcaf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.005789 10.0.0.41 - - [2025-11-06 04:10:48] "PUT /bgp-router/e338b561-87c5-4183-9423-b810fd4bcaf5 HTTP/1.1" 200 255 0.030027 10.0.0.41 - - [2025-11-06 04:10:49] "PUT /bgp-router/e338b561-87c5-4183-9423-b810fd4bcaf5 HTTP/1.1" 200 255 0.047977 10.0.0.41 - - [2025-11-06 04:10:49] "GET /bgp-router/4c1446e0-4509-4bc9-a4bb-f7194572ed31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.037053 10.0.0.41 - - [2025-11-06 04:10:49] "GET /bgp-router/4c1446e0-4509-4bc9-a4bb-f7194572ed31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.004777 10.0.0.41 - - [2025-11-06 04:10:49] "PUT /bgp-router/4c1446e0-4509-4bc9-a4bb-f7194572ed31 HTTP/1.1" 200 255 0.049691 10.0.0.41 - - [2025-11-06 04:10:49] "PUT /bgp-router/4c1446e0-4509-4bc9-a4bb-f7194572ed31 HTTP/1.1" 200 255 0.059164 10.0.0.41 - - [2025-11-06 04:10:49] "GET /bgp-router/632dc211-92fa-4496-8e6c-daf81c4dd44b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.019214 10.0.0.41 - - [2025-11-06 04:10:49] "GET /bgp-router/632dc211-92fa-4496-8e6c-daf81c4dd44b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.006546 10.0.0.41 - - [2025-11-06 04:10:49] "PUT /bgp-router/632dc211-92fa-4496-8e6c-daf81c4dd44b HTTP/1.1" 200 255 0.034195 10.0.0.41 - - [2025-11-06 04:10:49] "PUT /bgp-router/632dc211-92fa-4496-8e6c-daf81c4dd44b HTTP/1.1" 200 255 0.067110 10.0.0.41 - - [2025-11-06 04:10:49] "GET /bgp-router/632dc211-92fa-4496-8e6c-daf81c4dd44b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.009633 10.0.0.41 - - [2025-11-06 04:10:49] "GET /bgp-router/632dc211-92fa-4496-8e6c-daf81c4dd44b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.007441 10.0.0.41 - - [2025-11-06 04:10:49] "PUT /bgp-router/632dc211-92fa-4496-8e6c-daf81c4dd44b HTTP/1.1" 200 255 0.030589 10.0.0.41 - - [2025-11-06 04:10:49] "GET /bgp-router/e338b561-87c5-4183-9423-b810fd4bcaf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.007039 10.0.0.41 - - [2025-11-06 04:10:49] "GET /bgp-router/e338b561-87c5-4183-9423-b810fd4bcaf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.005689 10.0.0.41 - - [2025-11-06 04:10:49] "PUT /bgp-router/e338b561-87c5-4183-9423-b810fd4bcaf5 HTTP/1.1" 200 255 0.022215 10.0.0.41 - - [2025-11-06 04:10:49] "GET /bgp-router/4c1446e0-4509-4bc9-a4bb-f7194572ed31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.010364 10.0.0.41 - - [2025-11-06 04:10:49] "GET /bgp-router/4c1446e0-4509-4bc9-a4bb-f7194572ed31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.006497 10.0.0.41 - - [2025-11-06 04:10:49] "PUT /bgp-router/4c1446e0-4509-4bc9-a4bb-f7194572ed31 HTTP/1.1" 200 255 0.029759 10.0.0.41 - - [2025-11-06 04:10:49] "GET /bgp-router/632dc211-92fa-4496-8e6c-daf81c4dd44b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.006224 10.0.0.41 - - [2025-11-06 04:10:49] "GET /bgp-router/632dc211-92fa-4496-8e6c-daf81c4dd44b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.006036 10.0.0.41 - - [2025-11-06 04:10:49] "PUT /bgp-router/632dc211-92fa-4496-8e6c-daf81c4dd44b HTTP/1.1" 200 255 0.026321 10.0.0.41 - - [2025-11-06 04:10:55] "POST /neutron/port HTTP/1.1" 200 1091 0.022680 10.0.0.41 - - [2025-11-06 04:10:56] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010390 10.0.0.41 - - [2025-11-06 04:10:59] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.004124 10.0.0.41 - - [2025-11-06 04:10:59] "GET /bgp-router/e338b561-87c5-4183-9423-b810fd4bcaf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2907 0.005255 10.0.0.41 - - [2025-11-06 04:10:59] "GET /bgp-router/e338b561-87c5-4183-9423-b810fd4bcaf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2907 0.004937 10.0.0.41 - - [2025-11-06 04:11:00] "PUT /bgp-router/e338b561-87c5-4183-9423-b810fd4bcaf5 HTTP/1.1" 200 255 0.030090 10.0.0.41 - - [2025-11-06 04:11:00] "PUT /bgp-router/e338b561-87c5-4183-9423-b810fd4bcaf5 HTTP/1.1" 200 255 0.067398 10.0.0.41 - - [2025-11-06 04:11:00] "GET /bgp-router/4c1446e0-4509-4bc9-a4bb-f7194572ed31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2906 0.012290 10.0.0.41 - - [2025-11-06 04:11:00] "GET /bgp-router/4c1446e0-4509-4bc9-a4bb-f7194572ed31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2906 0.006235 10.0.0.41 - - [2025-11-06 04:11:00] "PUT /bgp-router/4c1446e0-4509-4bc9-a4bb-f7194572ed31 HTTP/1.1" 200 255 0.041488 10.0.0.41 - - [2025-11-06 04:11:00] "PUT /bgp-router/4c1446e0-4509-4bc9-a4bb-f7194572ed31 HTTP/1.1" 200 255 0.044789 10.0.0.41 - - [2025-11-06 04:11:00] "GET /bgp-router/632dc211-92fa-4496-8e6c-daf81c4dd44b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2906 0.014452 10.0.0.41 - - [2025-11-06 04:11:00] "GET /bgp-router/632dc211-92fa-4496-8e6c-daf81c4dd44b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2906 0.010151 10.0.0.41 - - [2025-11-06 04:11:00] "PUT /bgp-router/632dc211-92fa-4496-8e6c-daf81c4dd44b HTTP/1.1" 200 255 0.055373 10.0.0.41 - - [2025-11-06 04:11:00] "PUT /bgp-router/632dc211-92fa-4496-8e6c-daf81c4dd44b HTTP/1.1" 200 255 0.075486 10.0.0.41 - - [2025-11-06 04:11:00] "GET /bgp-router/e338b561-87c5-4183-9423-b810fd4bcaf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2907 0.031006 10.0.0.41 - - [2025-11-06 04:11:00] "GET /bgp-router/e338b561-87c5-4183-9423-b810fd4bcaf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2907 0.007924 10.0.0.41 - - [2025-11-06 04:11:00] "PUT /bgp-router/e338b561-87c5-4183-9423-b810fd4bcaf5 HTTP/1.1" 200 255 0.027556 10.0.0.41 - - [2025-11-06 04:11:00] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.003890 10.0.0.41 - - [2025-11-06 04:11:00] "GET /bgp-router/e338b561-87c5-4183-9423-b810fd4bcaf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.005711 10.0.0.41 - - [2025-11-06 04:11:00] "GET /bgp-router/e338b561-87c5-4183-9423-b810fd4bcaf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.004847 10.0.0.41 - - [2025-11-06 04:11:00] "PUT /bgp-router/e338b561-87c5-4183-9423-b810fd4bcaf5 HTTP/1.1" 200 255 0.032454 10.0.0.41 - - [2025-11-06 04:11:00] "PUT /bgp-router/e338b561-87c5-4183-9423-b810fd4bcaf5 HTTP/1.1" 200 255 0.053623 10.0.0.41 - - [2025-11-06 04:11:01] "GET /bgp-router/4c1446e0-4509-4bc9-a4bb-f7194572ed31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2906 0.006536 10.0.0.41 - - [2025-11-06 04:11:01] "GET /bgp-router/4c1446e0-4509-4bc9-a4bb-f7194572ed31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2906 0.006379 10.0.0.41 - - [2025-11-06 04:11:01] "PUT /bgp-router/4c1446e0-4509-4bc9-a4bb-f7194572ed31 HTTP/1.1" 200 255 0.047353 10.0.0.41 - - [2025-11-06 04:11:01] "PUT /bgp-router/4c1446e0-4509-4bc9-a4bb-f7194572ed31 HTTP/1.1" 200 255 0.057648 10.0.0.41 - - [2025-11-06 04:11:01] "GET /bgp-router/632dc211-92fa-4496-8e6c-daf81c4dd44b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2906 0.014810 10.0.0.41 - - [2025-11-06 04:11:01] "GET /bgp-router/632dc211-92fa-4496-8e6c-daf81c4dd44b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2906 0.006658 10.0.0.41 - - [2025-11-06 04:11:01] "PUT /bgp-router/632dc211-92fa-4496-8e6c-daf81c4dd44b HTTP/1.1" 200 255 0.046867 10.0.0.41 - - [2025-11-06 04:11:01] "PUT /bgp-router/632dc211-92fa-4496-8e6c-daf81c4dd44b HTTP/1.1" 200 255 0.063430 10.0.0.41 - - [2025-11-06 04:11:01] "GET /bgp-router/4c1446e0-4509-4bc9-a4bb-f7194572ed31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2906 0.006440 10.0.0.41 - - [2025-11-06 04:11:01] "GET /bgp-router/4c1446e0-4509-4bc9-a4bb-f7194572ed31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2906 0.007054 10.0.0.41 - - [2025-11-06 04:11:01] "PUT /bgp-router/4c1446e0-4509-4bc9-a4bb-f7194572ed31 HTTP/1.1" 200 255 0.041038 10.0.0.41 - - [2025-11-06 04:11:01] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.008346 10.0.0.41 - - [2025-11-06 04:11:01] "GET /bgp-router/e338b561-87c5-4183-9423-b810fd4bcaf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.006485 10.0.0.41 - - [2025-11-06 04:11:01] "GET /bgp-router/e338b561-87c5-4183-9423-b810fd4bcaf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.007073 10.0.0.41 - - [2025-11-06 04:11:01] "PUT /bgp-router/e338b561-87c5-4183-9423-b810fd4bcaf5 HTTP/1.1" 200 255 0.038538 10.0.0.41 - - [2025-11-06 04:11:01] "PUT /bgp-router/e338b561-87c5-4183-9423-b810fd4bcaf5 HTTP/1.1" 200 255 0.046864 10.0.0.41 - - [2025-11-06 04:11:01] "GET /bgp-router/4c1446e0-4509-4bc9-a4bb-f7194572ed31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.012641 10.0.0.41 - - [2025-11-06 04:11:01] "GET /bgp-router/4c1446e0-4509-4bc9-a4bb-f7194572ed31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.006903 10.0.0.41 - - [2025-11-06 04:11:01] "PUT /bgp-router/4c1446e0-4509-4bc9-a4bb-f7194572ed31 HTTP/1.1" 200 255 0.040873 10.0.0.41 - - [2025-11-06 04:11:01] "PUT /bgp-router/4c1446e0-4509-4bc9-a4bb-f7194572ed31 HTTP/1.1" 200 255 0.041519 10.0.0.41 - - [2025-11-06 04:11:02] "GET /bgp-router/632dc211-92fa-4496-8e6c-daf81c4dd44b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2906 0.008507 10.0.0.41 - - [2025-11-06 04:11:02] "GET /bgp-router/632dc211-92fa-4496-8e6c-daf81c4dd44b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2906 0.006201 10.0.0.41 - - [2025-11-06 04:11:02] "PUT /bgp-router/632dc211-92fa-4496-8e6c-daf81c4dd44b HTTP/1.1" 200 255 0.057964 10.0.0.41 - - [2025-11-06 04:11:02] "PUT /bgp-router/632dc211-92fa-4496-8e6c-daf81c4dd44b HTTP/1.1" 200 255 0.061164 10.0.0.41 - - [2025-11-06 04:11:02] "GET /bgp-router/632dc211-92fa-4496-8e6c-daf81c4dd44b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2906 0.011667 10.0.0.41 - - [2025-11-06 04:11:02] "GET /bgp-router/632dc211-92fa-4496-8e6c-daf81c4dd44b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2906 0.007159 10.0.0.41 - - [2025-11-06 04:11:02] "PUT /bgp-router/632dc211-92fa-4496-8e6c-daf81c4dd44b HTTP/1.1" 200 255 0.030787 10.0.0.41 - - [2025-11-06 04:11:02] "POST /ref-update HTTP/1.1" 200 156 0.071747 10.0.0.131 - - [2025-11-06 04:11:02] "DELETE /access-control-list/57ebec0a-7522-48e4-a630-f96e90939043 HTTP/1.1" 200 115 0.046224 10.0.0.41 - - [2025-11-06 04:11:02] "GET /virtual-network/ae4ae86b-e77e-4599-9661-d45f0fece3ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2003 0.026543 10.0.0.41 - - [2025-11-06 04:11:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005784 10.0.0.41 - - [2025-11-06 04:11:02] "GET /network-policy/41c1c3f8-7d4f-4138-8491-db56dbdd7e55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.006305 10.0.0.41 - - [2025-11-06 04:11:02] "POST /ref-update HTTP/1.1" 200 156 0.071515 10.0.0.131 - - [2025-11-06 04:11:02] "POST /ref-update HTTP/1.1" 200 156 0.038358 10.0.0.41 - - [2025-11-06 04:11:02] "GET /virtual-network/7fddd4c5-070b-40a2-9458-c413dcfc827a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2002 0.030075 10.0.0.41 - - [2025-11-06 04:11:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004718 10.0.0.41 - - [2025-11-06 04:11:02] "GET /network-policy/41c1c3f8-7d4f-4138-8491-db56dbdd7e55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.006918 10.0.0.41 - - [2025-11-06 04:11:02] "POST /neutron/port HTTP/1.1" 200 1091 0.021350 10.0.0.41 - - [2025-11-06 04:11:03] "DELETE /network-policy/41c1c3f8-7d4f-4138-8491-db56dbdd7e55 HTTP/1.1" 200 115 0.055407 10.0.0.41 - - [2025-11-06 04:11:03] "POST /neutron/network HTTP/1.1" 200 799 0.009681 10.0.0.41 - - [2025-11-06 04:11:03] "POST /neutron/port HTTP/1.1" 200 1117 0.014468 10.0.0.131 - - [2025-11-06 04:11:05] "POST /useragent-kv HTTP/1.1" 200 115 0.006303 10.0.0.131 - - [2025-11-06 04:11:05] "POST /useragent-kv HTTP/1.1" 200 115 0.003217 10.0.0.41 - - [2025-11-06 04:11:05] "POST /neutron/network HTTP/1.1" 200 151 0.135834 10.0.0.131 - - [2025-11-06 04:11:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003744 10.0.0.131 - - [2025-11-06 04:11:05] "POST /fqname-to-id HTTP/1.1" 404 207 0.017131 10.0.0.41 - - [2025-11-06 04:11:05] "POST /ref-update HTTP/1.1" 200 156 0.082221 10.0.0.41 - - [2025-11-06 04:11:05] "POST /neutron/network HTTP/1.1" 200 973 0.039174 10.0.0.41 - - [2025-11-06 04:11:05] "GET /virtual-network/3c0ea65f-e13a-4cfa-b494-5e79d64f6a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.008548 10.0.0.41 - - [2025-11-06 04:11:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005907 10.0.0.131 - - [2025-11-06 04:11:05] "POST /ref-update HTTP/1.1" 200 156 0.035925 10.0.0.41 - - [2025-11-06 04:11:05] "GET /network-policy/37d539f5-6ade-4b0a-85fa-38646b7b539c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.004455 10.0.0.41 - - [2025-11-06 04:11:05] "POST /ref-update HTTP/1.1" 200 156 0.071559 10.0.0.41 - - [2025-11-06 04:11:05] "GET /virtual-network/7371ceba-5ac1-4c94-a674-8593c7c8d10a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2553 0.009431 10.0.0.41 - - [2025-11-06 04:11:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.009084 10.0.0.41 - - [2025-11-06 04:11:05] "GET /network-policy/37d539f5-6ade-4b0a-85fa-38646b7b539c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.005153 10.0.0.41 - - [2025-11-06 04:11:05] "DELETE /network-policy/37d539f5-6ade-4b0a-85fa-38646b7b539c HTTP/1.1" 200 115 0.045265 10.0.0.41 - - [2025-11-06 04:11:06] "POST /neutron/network HTTP/1.1" 400 204 0.017168 10.0.0.41 - - [2025-11-06 04:11:06] "POST /neutron/port HTTP/1.1" 200 151 0.383651 10.0.0.41 - - [2025-11-06 04:11:07] "POST /neutron/port HTTP/1.1" 200 151 0.388018 10.0.0.131 - - [2025-11-06 04:11:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005806 10.0.0.41 - - [2025-11-06 04:11:08] "POST /neutron/network HTTP/1.1" 200 972 0.019070 10.0.0.131 - - [2025-11-06 04:11:08] "DELETE /route-target/2f5e334e-7a27-4043-acb3-9907be90a600 HTTP/1.1" 200 115 0.036178 10.0.0.131 - - [2025-11-06 04:11:09] "GET /projects?obj_uuids=e0cf5943-b651-451e-9377-8db854410b07&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001333 10.0.0.41 - - [2025-11-06 04:11:10] "GET /project/e0cf5943-b651-451e-9377-8db854410b07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.058999 10.0.0.131 - - [2025-11-06 04:11:10] "GET /projects?obj_uuids=e0cf5943-b651-451e-9377-8db854410b07&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001040 10.0.0.41 - - [2025-11-06 04:11:10] "GET /project/e0cf5943-b651-451e-9377-8db854410b07?fields=virtual_networks HTTP/1.1" 200 1051 0.053561 10.0.0.131 - - [2025-11-06 04:11:10] "GET /projects?obj_uuids=e0cf5943-b651-451e-9377-8db854410b07&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001035 10.0.0.41 - - [2025-11-06 04:11:10] "GET /project/e0cf5943-b651-451e-9377-8db854410b07?fields=virtual_machine_interfaces HTTP/1.1" 200 1051 0.045264 10.0.0.131 - - [2025-11-06 04:11:10] "GET /projects?obj_uuids=e0cf5943-b651-451e-9377-8db854410b07&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001545 10.0.0.41 - - [2025-11-06 04:11:10] "GET /project/e0cf5943-b651-451e-9377-8db854410b07?fields=security_groups HTTP/1.1" 200 1286 0.055473 10.0.0.41 - - [2025-11-06 04:11:11] "POST /fqname-to-id HTTP/1.1" 404 183 0.029526 10.0.0.131 - - [2025-11-06 04:11:11] "GET /projects?obj_uuids=205b4219-5e9d-4ad7-ba0e-41a4b525e576&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005142 10.0.0.131 - - [2025-11-06 04:11:11] "GET /domains?obj_uuids=dd557474-6eee-442f-acdf-559f4d754f9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001363 10.0.0.131 - - [2025-11-06 04:11:11] "GET /domain/dd557474-6eee-442f-acdf-559f4d754f9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009856 10.0.0.131 - - [2025-11-06 04:11:11] "POST /id-to-fqname HTTP/1.1" 200 185 0.007549 10.0.0.131 - - [2025-11-06 04:11:11] "POST /fqname-to-id HTTP/1.1" 404 194 0.007068 10.0.0.38 - - [2025-11-06 04:11:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000422 10.0.0.131 - - [2025-11-06 04:11:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000463 10.0.0.131 - - [2025-11-06 04:11:11] "POST /security-groups HTTP/1.1" 200 586 0.086756 10.0.0.38 - - [2025-11-06 04:11:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000397 10.0.0.131 - - [2025-11-06 04:11:11] "POST /projects HTTP/1.1" 200 575 0.328809 10.0.0.131 - - [2025-11-06 04:11:11] "POST /fqname-to-id HTTP/1.1" 404 228 0.020131 10.0.0.131 - - [2025-11-06 04:11:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.425770 10.0.0.131 - - [2025-11-06 04:11:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000477 10.0.0.41 - - [2025-11-06 04:11:11] "GET /project/205b4219-5e9d-4ad7-ba0e-41a4b525e576?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.625231 10.0.0.131 - - [2025-11-06 04:11:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000644 10.0.0.38 - - [2025-11-06 04:11:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000609 10.0.0.131 - - [2025-11-06 04:11:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000515 10.0.0.38 - - [2025-11-06 04:11:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000550 10.0.0.41 - - [2025-11-06 04:11:13] "GET / HTTP/1.1" 200 36215 0.003665 10.0.0.41 - - [2025-11-06 04:11:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000435 10.0.0.41 - - [2025-11-06 04:11:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000538 10.0.0.41 - - [2025-11-06 04:11:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000577 10.0.0.41 - - [2025-11-06 04:11:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000494 10.0.0.41 - - [2025-11-06 04:11:15] "POST /fqname-to-id HTTP/1.1" 401 292 0.000447 10.0.0.41 - - [2025-11-06 04:11:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.035421 10.0.0.41 - - [2025-11-06 04:11:15] "GET /api-access-list/45146065-9c52-4166-87a3-6d9cf4bfe97d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.006984 10.0.0.41 - - [2025-11-06 04:11:15] "GET /api-access-list/45146065-9c52-4166-87a3-6d9cf4bfe97d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.005976 10.0.0.41 - - [2025-11-06 04:11:15] "GET /api-access-list/45146065-9c52-4166-87a3-6d9cf4bfe97d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.007155 10.0.0.41 - - [2025-11-06 04:11:15] "PUT /api-access-list/45146065-9c52-4166-87a3-6d9cf4bfe97d HTTP/1.1" 200 265 0.020014 10.0.0.41 - - [2025-11-06 04:11:17] "POST /fqname-to-id HTTP/1.1" 404 183 0.029202 10.0.0.131 - - [2025-11-06 04:11:18] "GET /projects?obj_uuids=4a4bb447-088d-457a-b35a-094eb27228c6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004362 10.0.0.131 - - [2025-11-06 04:11:18] "GET /domains?obj_uuids=dd557474-6eee-442f-acdf-559f4d754f9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001693 10.0.0.131 - - [2025-11-06 04:11:18] "GET /domain/dd557474-6eee-442f-acdf-559f4d754f9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.011426 10.0.0.131 - - [2025-11-06 04:11:18] "POST /id-to-fqname HTTP/1.1" 200 185 0.005857 10.0.0.131 - - [2025-11-06 04:11:18] "POST /fqname-to-id HTTP/1.1" 404 194 0.007343 10.0.0.131 - - [2025-11-06 04:11:18] "POST /security-groups HTTP/1.1" 200 586 0.082640 10.0.0.131 - - [2025-11-06 04:11:18] "POST /projects HTTP/1.1" 200 575 0.307156 10.0.0.131 - - [2025-11-06 04:11:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.342340 10.0.0.131 - - [2025-11-06 04:11:18] "POST /access-control-lists HTTP/1.1" 200 593 0.044334 10.0.0.41 - - [2025-11-06 04:11:18] "GET /project/4a4bb447-088d-457a-b35a-094eb27228c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.491772 10.0.0.131 - - [2025-11-06 04:11:18] "DELETE /access-control-list/18414daf-0898-4ecd-b096-84105f16aef4 HTTP/1.1" 200 115 0.041772 10.0.0.41 - - [2025-11-06 04:11:19] "POST /fqname-to-id HTTP/1.1" 404 183 0.025648 10.0.0.131 - - [2025-11-06 04:11:19] "GET /projects?obj_uuids=47e5f28d-d654-49f0-8f53-f979845a6470&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003966 10.0.0.131 - - [2025-11-06 04:11:19] "GET /domains?obj_uuids=dd557474-6eee-442f-acdf-559f4d754f9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001007 10.0.0.131 - - [2025-11-06 04:11:19] "GET /domain/dd557474-6eee-442f-acdf-559f4d754f9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008689 10.0.0.131 - - [2025-11-06 04:11:19] "POST /id-to-fqname HTTP/1.1" 200 185 0.007268 10.0.0.131 - - [2025-11-06 04:11:19] "POST /fqname-to-id HTTP/1.1" 404 194 0.009729 10.0.0.131 - - [2025-11-06 04:11:19] "POST /security-groups HTTP/1.1" 200 586 0.077154 10.0.0.131 - - [2025-11-06 04:11:19] "POST /projects HTTP/1.1" 200 575 0.313800 10.0.0.131 - - [2025-11-06 04:11:19] "POST /access-control-lists HTTP/1.1" 200 593 0.030856 10.0.0.131 - - [2025-11-06 04:11:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.390365 10.0.0.41 - - [2025-11-06 04:11:19] "GET /project/47e5f28d-d654-49f0-8f53-f979845a6470?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.547141 10.0.0.41 - - [2025-11-06 04:11:20] "GET / HTTP/1.1" 200 36215 0.001794 10.0.0.41 - - [2025-11-06 04:11:21] "GET / HTTP/1.1" 200 36215 0.002447 10.0.0.41 - - [2025-11-06 04:11:21] "POST /fqname-to-id HTTP/1.1" 404 183 0.003832 10.0.0.41 - - [2025-11-06 04:11:21] "POST /api-access-lists HTTP/1.1" 200 523 0.027186 10.0.0.41 - - [2025-11-06 04:11:21] "GET /api-access-list/1ed41654-675f-4fa1-acc5-b6c09a87b53f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1267 0.006070 10.0.0.41 - - [2025-11-06 04:11:22] "POST /fqname-to-id HTTP/1.1" 401 292 0.000646 10.0.0.41 - - [2025-11-06 04:11:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.108267 10.0.0.131 - - [2025-11-06 04:11:22] "GET /projects?obj_uuids=4a4bb447-088d-457a-b35a-094eb27228c6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001128 10.0.0.41 - - [2025-11-06 04:11:22] "GET /project/4a4bb447-088d-457a-b35a-094eb27228c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.066257 10.0.0.41 - - [2025-11-06 04:11:22] "GET /virtual-networks?parent_id=4a4bb447-088d-457a-b35a-094eb27228c6&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.026547 10.0.0.41 - - [2025-11-06 04:11:22] "POST /virtual-networks HTTP/1.1" 200 570 0.127462 10.0.0.41 - - [2025-11-06 04:11:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.022135 10.0.0.41 - - [2025-11-06 04:11:22] "GET /network-ipam/0636f652-367b-4880-a1e1-ca5cc34db72a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.022767 10.0.0.131 - - [2025-11-06 04:11:23] "POST /useragent-kv HTTP/1.1" 200 115 0.012334 10.0.0.41 - - [2025-11-06 04:11:23] "POST /ref-update HTTP/1.1" 200 156 0.129725 10.0.0.131 - - [2025-11-06 04:11:23] "POST /route-targets HTTP/1.1" 200 328 0.016232 10.0.0.41 - - [2025-11-06 04:11:23] "POST /neutron/network HTTP/1.1" 200 832 0.076963 10.0.0.41 - - [2025-11-06 04:11:23] "GET /virtual-network/b249ac24-1dfc-40b4-ad33-552c53f0500e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1986 0.026061 10.0.0.41 - - [2025-11-06 04:11:24] "POST /id-to-fqname HTTP/1.1" 401 292 0.000479 10.0.0.41 - - [2025-11-06 04:11:24] "POST /id-to-fqname HTTP/1.1" 200 230 0.044602 10.0.0.41 - - [2025-11-06 04:11:25] "POST /neutron/port HTTP/1.1" 200 117 0.027317 10.0.0.131 - - [2025-11-06 04:11:26] "DELETE /project/47e5f28dd65449f08f53f979845a6470 HTTP/1.1" 404 173 0.009110 10.0.0.131 - - [2025-11-06 04:11:26] "DELETE /project/e0cf5943-b651-451e-9377-8db854410b07 HTTP/1.1" 404 177 0.012400 10.0.0.131 - - [2025-11-06 04:11:26] "DELETE /project/4a4bb447088d457ab35a094eb27228c6 HTTP/1.1" 404 173 0.020015 10.0.0.131 - - [2025-11-06 04:11:26] "DELETE /project/205b42195e9d4ad7ba0e41a4b525e576 HTTP/1.1" 404 173 0.009167 10.0.0.131 - - [2025-11-06 04:11:26] "GET /projects?obj_uuids=47e5f28d-d654-49f0-8f53-f979845a6470&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001190 10.0.0.41 - - [2025-11-06 04:11:26] "GET /project/47e5f28d-d654-49f0-8f53-f979845a6470?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.081743 10.0.0.41 - - [2025-11-06 04:11:26] "POST /neutron/port HTTP/1.1" 200 117 0.009556 10.0.0.41 - - [2025-11-06 04:11:26] "POST /neutron/network HTTP/1.1" 200 842 0.083608 10.0.0.41 - - [2025-11-06 04:11:27] "POST /neutron/port HTTP/1.1" 200 1056 0.019121 10.0.0.41 - - [2025-11-06 04:11:27] "POST /neutron/port HTTP/1.1" 200 1084 0.028967 10.0.0.41 - - [2025-11-06 04:11:27] "POST /neutron/port HTTP/1.1" 200 117 0.001689 10.0.0.41 - - [2025-11-06 04:11:31] "POST /neutron/security_group HTTP/1.1" 200 2053 0.014590 10.0.0.41 - - [2025-11-06 04:11:31] "POST /neutron/port HTTP/1.1" 200 1084 0.021223 10.0.0.41 - - [2025-11-06 04:11:32] "POST /neutron/security_group HTTP/1.1" 200 2053 0.010311 10.0.0.41 - - [2025-11-06 04:11:32] "GET /virtual-machine/fc650d5c-1f3e-47c9-9380-d2442a7166c4 HTTP/1.1" 401 292 0.000557 10.0.0.41 - - [2025-11-06 04:11:32] "GET /virtual-machine/fc650d5c-1f3e-47c9-9380-d2442a7166c4 HTTP/1.1" 200 1290 0.055977 10.0.0.41 - - [2025-11-06 04:11:32] "GET /virtual-machine/fc650d5c-1f3e-47c9-9380-d2442a7166c4 HTTP/1.1" 200 1290 0.025570 10.0.0.41 - - [2025-11-06 04:11:32] "GET /virtual-machine-interface/c5e0665e-21ed-4c65-9631-6ffef2ec7c23 HTTP/1.1" 200 2537 0.029158 10.0.0.41 - - [2025-11-06 04:11:32] "GET /virtual-machine/fc650d5c-1f3e-47c9-9380-d2442a7166c4 HTTP/1.1" 200 1290 0.027631 10.0.0.41 - - [2025-11-06 04:11:32] "GET /virtual-machine-interface/c5e0665e-21ed-4c65-9631-6ffef2ec7c23 HTTP/1.1" 200 2537 0.031775 10.0.0.41 - - [2025-11-06 04:11:32] "GET /instance-ip/4edd9521-f7e9-4266-937a-df550d7fe29d HTTP/1.1" 200 1629 0.029966 10.0.0.41 - - [2025-11-06 04:11:32] "GET /virtual-machine/fc650d5c-1f3e-47c9-9380-d2442a7166c4 HTTP/1.1" 200 1290 0.039048 10.0.0.41 - - [2025-11-06 04:11:32] "GET /virtual-machine-interface/c5e0665e-21ed-4c65-9631-6ffef2ec7c23 HTTP/1.1" 200 2537 0.032709 10.0.0.41 - - [2025-11-06 04:11:32] "GET /instance-ip/4edd9521-f7e9-4266-937a-df550d7fe29d HTTP/1.1" 200 1629 0.026895 10.0.0.41 - - [2025-11-06 04:11:32] "POST /fqname-to-id HTTP/1.1" 403 339 0.018549 10.0.0.41 - - [2025-11-06 04:11:32] "GET / HTTP/1.1" 200 36215 0.002508 10.0.0.41 - - [2025-11-06 04:11:33] "POST /fqname-to-id HTTP/1.1" 401 292 0.000995 10.0.0.41 - - [2025-11-06 04:11:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.033418 10.0.0.41 - - [2025-11-06 04:11:33] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005048 10.0.0.41 - - [2025-11-06 04:11:33] "GET /virtual-networks?parent_id=47e5f28d-d654-49f0-8f53-f979845a6470&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.027484 10.0.0.41 - - [2025-11-06 04:11:33] "POST /fqname-to-id HTTP/1.1" 403 339 0.020574 10.0.0.41 - - [2025-11-06 04:11:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004083 10.0.0.41 - - [2025-11-06 04:11:33] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004909 10.0.0.41 - - [2025-11-06 04:11:33] "GET /virtual-networks?parent_id=47e5f28d-d654-49f0-8f53-f979845a6470&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.017252 10.0.0.41 - - [2025-11-06 04:11:33] "POST /fqname-to-id HTTP/1.1" 403 339 0.027522 10.0.0.41 - - [2025-11-06 04:11:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.006100 10.0.0.41 - - [2025-11-06 04:11:33] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006213 10.0.0.41 - - [2025-11-06 04:11:33] "GET /virtual-networks?parent_id=47e5f28d-d654-49f0-8f53-f979845a6470&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.022417 10.0.0.41 - - [2025-11-06 04:11:33] "POST /fqname-to-id HTTP/1.1" 403 339 0.024195 10.0.0.41 - - [2025-11-06 04:11:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004726 10.0.0.41 - - [2025-11-06 04:11:33] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006636 10.0.0.41 - - [2025-11-06 04:11:34] "GET /virtual-networks?parent_id=47e5f28d-d654-49f0-8f53-f979845a6470&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.024356 10.0.0.41 - - [2025-11-06 04:11:34] "POST /fqname-to-id HTTP/1.1" 403 339 0.019349 10.0.0.41 - - [2025-11-06 04:11:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003869 10.0.0.41 - - [2025-11-06 04:11:34] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004337 10.0.0.41 - - [2025-11-06 04:11:34] "GET /virtual-networks?parent_id=47e5f28d-d654-49f0-8f53-f979845a6470&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.018544 10.0.0.131 - - [2025-11-06 04:11:35] "GET /obj-perms HTTP/1.1" 200 5056 0.057698 10.0.0.41 - - [2025-11-06 04:11:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.019271 10.0.0.41 - - [2025-11-06 04:11:37] "GET /virtual-network/b249ac24-1dfc-40b4-ad33-552c53f0500e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1986 0.023108 10.0.0.41 - - [2025-11-06 04:11:39] "POST /fqname-to-id HTTP/1.1" 403 339 0.023892 10.0.0.41 - - [2025-11-06 04:11:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003890 10.0.0.41 - - [2025-11-06 04:11:39] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004507 10.0.0.41 - - [2025-11-06 04:11:39] "GET /virtual-networks?parent_id=47e5f28d-d654-49f0-8f53-f979845a6470&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.017493 10.0.0.41 - - [2025-11-06 04:11:39] "POST /fqname-to-id HTTP/1.1" 403 339 0.023495 10.0.0.41 - - [2025-11-06 04:11:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004273 10.0.0.41 - - [2025-11-06 04:11:39] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004840 10.0.0.41 - - [2025-11-06 04:11:39] "GET /virtual-networks?parent_id=47e5f28d-d654-49f0-8f53-f979845a6470&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.017066 10.0.0.41 - - [2025-11-06 04:11:39] "POST /fqname-to-id HTTP/1.1" 403 361 0.018152 10.0.0.41 - - [2025-11-06 04:11:39] "POST /neutron/port HTTP/1.1" 200 117 0.004935 10.0.0.41 - - [2025-11-06 04:11:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003502 10.0.0.41 - - [2025-11-06 04:11:39] "GET /routing-instance/1159df89-d5d6-4489-a8da-20c8721a8c6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1533 0.007264 10.0.0.41 - - [2025-11-06 04:11:39] "GET /route-target/d16c9f99-0f3c-474e-bc0b-2bf74af7b712?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.018651 10.0.0.41 - - [2025-11-06 04:11:39] "GET /route-target/d16c9f99-0f3c-474e-bc0b-2bf74af7b712?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.006181 10.0.0.41 - - [2025-11-06 04:11:39] "POST /neutron/network HTTP/1.1" 200 806 0.015723 10.0.0.41 - - [2025-11-06 04:11:40] "POST /fqname-to-id HTTP/1.1" 403 339 0.021576 10.0.0.41 - - [2025-11-06 04:11:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003392 10.0.0.41 - - [2025-11-06 04:11:40] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004109 10.0.0.41 - - [2025-11-06 04:11:40] "GET /virtual-networks?parent_id=47e5f28d-d654-49f0-8f53-f979845a6470&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.017677 10.0.0.41 - - [2025-11-06 04:11:40] "POST /fqname-to-id HTTP/1.1" 403 361 0.020513 10.0.0.41 - - [2025-11-06 04:11:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003831 10.0.0.41 - - [2025-11-06 04:11:40] "GET /routing-instance/1159df89-d5d6-4489-a8da-20c8721a8c6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1533 0.005881 10.0.0.41 - - [2025-11-06 04:11:40] "GET /route-target/d16c9f99-0f3c-474e-bc0b-2bf74af7b712?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.016751 10.0.0.41 - - [2025-11-06 04:11:40] "GET /route-target/d16c9f99-0f3c-474e-bc0b-2bf74af7b712?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.003792 10.0.0.41 - - [2025-11-06 04:11:40] "POST /fqname-to-id HTTP/1.1" 403 339 0.017143 10.0.0.41 - - [2025-11-06 04:11:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002835 10.0.0.41 - - [2025-11-06 04:11:40] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003897 10.0.0.41 - - [2025-11-06 04:11:40] "GET /virtual-networks?parent_id=47e5f28d-d654-49f0-8f53-f979845a6470&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.016404 10.0.0.41 - - [2025-11-06 04:11:40] "POST /fqname-to-id HTTP/1.1" 403 339 0.022771 10.0.0.41 - - [2025-11-06 04:11:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005224 10.0.0.41 - - [2025-11-06 04:11:40] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006379 10.0.0.41 - - [2025-11-06 04:11:40] "GET /virtual-networks?parent_id=47e5f28d-d654-49f0-8f53-f979845a6470&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.022505 10.0.0.131 - - [2025-11-06 04:11:43] "GET /obj-perms HTTP/1.1" 200 4915 0.079307 10.0.0.131 - - [2025-11-06 04:11:45] "GET /virtual-machine/fc650d5c-1f3e-47c9-9380-d2442a7166c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 994 0.023653 10.0.0.131 - - [2025-11-06 04:11:49] "GET /obj-perms HTTP/1.1" 200 4915 0.016468 10.0.0.131 - - [2025-11-06 04:11:51] "GET /virtual-machine/fc650d5c-1f3e-47c9-9380-d2442a7166c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 994 0.023669 10.0.0.41 - - [2025-11-06 04:11:53] "POST /fqname-to-id HTTP/1.1" 401 292 0.000716 10.0.0.41 - - [2025-11-06 04:11:54] "GET /obj-perms HTTP/1.1" 200 4915 0.103894 10.0.0.131 - - [2025-11-06 04:11:54] "GET /obj-perms HTTP/1.1" 200 4915 0.019808 10.0.0.41 - - [2025-11-06 04:11:54] "GET /obj-perms HTTP/1.1" 200 4915 0.024704 10.0.0.41 - - [2025-11-06 04:11:54] "GET /obj-perms HTTP/1.1" 200 4915 0.020385 10.0.0.131 - - [2025-11-06 04:11:54] "GET /virtual-machine/fc650d5c-1f3e-47c9-9380-d2442a7166c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 994 0.020988 10.0.0.41 - - [2025-11-06 04:11:54] "GET /obj-perms HTTP/1.1" 200 4915 0.019045 10.0.0.41 - - [2025-11-06 04:11:55] "GET /obj-perms HTTP/1.1" 200 4915 0.065117 10.0.0.41 - - [2025-11-06 04:11:55] "GET /obj-perms HTTP/1.1" 200 4915 0.020791 10.0.0.41 - - [2025-11-06 04:11:56] "GET /obj-perms HTTP/1.1" 200 4915 0.067835 10.0.0.41 - - [2025-11-06 04:11:56] "GET /obj-perms HTTP/1.1" 200 4915 0.017325 10.0.0.41 - - [2025-11-06 04:11:56] "GET /virtual-machine/fc650d5c-1f3e-47c9-9380-d2442a7166c4 HTTP/1.1" 200 1290 0.035631 10.0.0.41 - - [2025-11-06 04:11:57] "POST /neutron/port HTTP/1.1" 200 151 0.212876 10.0.0.41 - - [2025-11-06 04:11:58] "GET /virtual-machine/fc650d5c-1f3e-47c9-9380-d2442a7166c4 HTTP/1.1" 404 171 0.016891 10.0.0.41 - - [2025-11-06 04:11:59] "GET /virtual-machine/fc650d5c-1f3e-47c9-9380-d2442a7166c4 HTTP/1.1" 404 171 0.016279 10.0.0.41 - - [2025-11-06 04:11:59] "GET /virtual-machine/fc650d5c-1f3e-47c9-9380-d2442a7166c4 HTTP/1.1" 404 171 0.015638 10.0.0.41 - - [2025-11-06 04:11:59] "POST /fqname-to-id HTTP/1.1" 403 339 0.020837 10.0.0.41 - - [2025-11-06 04:11:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004101 10.0.0.41 - - [2025-11-06 04:11:59] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005482 10.0.0.41 - - [2025-11-06 04:11:59] "GET /virtual-networks?parent_id=47e5f28d-d654-49f0-8f53-f979845a6470&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.020042 10.0.0.41 - - [2025-11-06 04:11:59] "POST /fqname-to-id HTTP/1.1" 403 361 0.022298 10.0.0.41 - - [2025-11-06 04:11:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005301 10.0.0.41 - - [2025-11-06 04:11:59] "GET /routing-instance/1159df89-d5d6-4489-a8da-20c8721a8c6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1533 0.006278 10.0.0.41 - - [2025-11-06 04:11:59] "GET /route-target/d16c9f99-0f3c-474e-bc0b-2bf74af7b712?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.021205 10.0.0.41 - - [2025-11-06 04:11:59] "GET /route-target/d16c9f99-0f3c-474e-bc0b-2bf74af7b712?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004672 10.0.0.41 - - [2025-11-06 04:11:59] "GET /obj-perms HTTP/1.1" 200 4915 0.033635 10.0.0.41 - - [2025-11-06 04:12:00] "GET /obj-perms HTTP/1.1" 200 5020 0.069849 10.0.0.41 - - [2025-11-06 04:12:03] "GET /obj-perms HTTP/1.1" 200 5020 0.005450 10.0.0.41 - - [2025-11-06 04:12:09] "GET /obj-perms HTTP/1.1" 200 5020 0.006541 10.0.0.41 - - [2025-11-06 04:12:12] "GET /obj-perms HTTP/1.1" 200 5020 0.005835 10.0.0.41 - - [2025-11-06 04:12:18] "GET /obj-perms HTTP/1.1" 200 5020 0.004776 10.0.0.41 - - [2025-11-06 04:12:21] "GET /obj-perms HTTP/1.1" 200 5020 0.003968 10.0.0.41 - - [2025-11-06 04:12:24] "GET /obj-perms HTTP/1.1" 200 5020 0.005085 10.0.0.38 - - [2025-11-06 04:12:25] "GET /obj-perms HTTP/1.1" 200 5020 0.057216 10.0.0.131 - - [2025-11-06 04:12:25] "GET /obj-perms HTTP/1.1" 200 5020 0.055971 10.0.0.131 - - [2025-11-06 04:12:25] "POST /useragent-kv HTTP/1.1" 200 115 0.011601 10.0.0.131 - - [2025-11-06 04:12:25] "POST /useragent-kv HTTP/1.1" 200 115 0.004678 10.0.0.41 - - [2025-11-06 04:12:25] "DELETE /virtual-network/b249ac24-1dfc-40b4-ad33-552c53f0500e HTTP/1.1" 200 115 0.182156 10.0.0.131 - - [2025-11-06 04:12:25] "DELETE /route-target/d16c9f99-0f3c-474e-bc0b-2bf74af7b712 HTTP/1.1" 200 115 0.035602 10.0.0.41 - - [2025-11-06 04:12:25] "DELETE /api-access-list/1ed41654-675f-4fa1-acc5-b6c09a87b53f HTTP/1.1" 200 115 0.050032 10.0.0.131 - - [2025-11-06 04:12:26] "GET /projects?obj_uuids=47e5f28d-d654-49f0-8f53-f979845a6470&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001332 10.0.0.41 - - [2025-11-06 04:12:26] "GET /project/47e5f28d-d654-49f0-8f53-f979845a6470?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.079041 10.0.0.131 - - [2025-11-06 04:12:26] "GET /projects?obj_uuids=47e5f28d-d654-49f0-8f53-f979845a6470&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002396 10.0.0.41 - - [2025-11-06 04:12:26] "GET /project/47e5f28d-d654-49f0-8f53-f979845a6470?fields=virtual_networks HTTP/1.1" 200 1024 0.047909 10.0.0.131 - - [2025-11-06 04:12:26] "GET /projects?obj_uuids=47e5f28d-d654-49f0-8f53-f979845a6470&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001057 10.0.0.41 - - [2025-11-06 04:12:26] "GET /project/47e5f28d-d654-49f0-8f53-f979845a6470?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.050870 10.0.0.131 - - [2025-11-06 04:12:26] "GET /projects?obj_uuids=47e5f28d-d654-49f0-8f53-f979845a6470&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001060 10.0.0.41 - - [2025-11-06 04:12:26] "GET /project/47e5f28d-d654-49f0-8f53-f979845a6470?fields=security_groups HTTP/1.1" 200 1246 0.063585 10.0.0.131 - - [2025-11-06 04:12:27] "GET /projects?obj_uuids=4a4bb447-088d-457a-b35a-094eb27228c6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001212 10.0.0.41 - - [2025-11-06 04:12:27] "GET /project/4a4bb447-088d-457a-b35a-094eb27228c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.052894 10.0.0.131 - - [2025-11-06 04:12:27] "GET /projects?obj_uuids=4a4bb447-088d-457a-b35a-094eb27228c6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001698 10.0.0.41 - - [2025-11-06 04:12:27] "GET /project/4a4bb447-088d-457a-b35a-094eb27228c6?fields=virtual_networks HTTP/1.1" 200 1024 0.060638 10.0.0.131 - - [2025-11-06 04:12:27] "GET /projects?obj_uuids=4a4bb447-088d-457a-b35a-094eb27228c6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.003146 10.0.0.41 - - [2025-11-06 04:12:27] "GET /project/4a4bb447-088d-457a-b35a-094eb27228c6?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.073916 10.0.0.131 - - [2025-11-06 04:12:27] "GET /projects?obj_uuids=4a4bb447-088d-457a-b35a-094eb27228c6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001080 10.0.0.41 - - [2025-11-06 04:12:27] "GET /project/4a4bb447-088d-457a-b35a-094eb27228c6?fields=security_groups HTTP/1.1" 200 1246 0.046144 10.0.0.41 - - [2025-11-06 04:12:29] "GET /api-access-list/45146065-9c52-4166-87a3-6d9cf4bfe97d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2411 0.005332 10.0.0.41 - - [2025-11-06 04:12:29] "PUT /api-access-list/45146065-9c52-4166-87a3-6d9cf4bfe97d HTTP/1.1" 200 265 0.015624 10.0.0.131 - - [2025-11-06 04:12:30] "GET /projects?obj_uuids=205b4219-5e9d-4ad7-ba0e-41a4b525e576&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001527 10.0.0.41 - - [2025-11-06 04:12:30] "GET /project/205b4219-5e9d-4ad7-ba0e-41a4b525e576?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.053602 10.0.0.131 - - [2025-11-06 04:12:30] "GET /projects?obj_uuids=205b4219-5e9d-4ad7-ba0e-41a4b525e576&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001311 10.0.0.41 - - [2025-11-06 04:12:30] "GET /project/205b4219-5e9d-4ad7-ba0e-41a4b525e576?fields=virtual_networks HTTP/1.1" 200 1024 0.066338 10.0.0.131 - - [2025-11-06 04:12:30] "GET /projects?obj_uuids=205b4219-5e9d-4ad7-ba0e-41a4b525e576&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001233 10.0.0.41 - - [2025-11-06 04:12:30] "GET /project/205b4219-5e9d-4ad7-ba0e-41a4b525e576?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.046063 10.0.0.131 - - [2025-11-06 04:12:30] "GET /projects?obj_uuids=205b4219-5e9d-4ad7-ba0e-41a4b525e576&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001741 10.0.0.41 - - [2025-11-06 04:12:30] "GET /project/205b4219-5e9d-4ad7-ba0e-41a4b525e576?fields=security_groups HTTP/1.1" 200 1246 0.048208 10.0.0.41 - - [2025-11-06 04:12:31] "POST /fqname-to-id HTTP/1.1" 404 188 0.037947 10.0.0.131 - - [2025-11-06 04:12:31] "GET /projects?obj_uuids=2da681aa-a4ca-4187-bbce-49fb81219ad3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004049 10.0.0.131 - - [2025-11-06 04:12:31] "GET /domains?obj_uuids=dd557474-6eee-442f-acdf-559f4d754f9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001118 10.0.0.131 - - [2025-11-06 04:12:31] "GET /domain/dd557474-6eee-442f-acdf-559f4d754f9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008523 10.0.0.131 - - [2025-11-06 04:12:31] "POST /id-to-fqname HTTP/1.1" 200 190 0.006219 10.0.0.131 - - [2025-11-06 04:12:31] "POST /fqname-to-id HTTP/1.1" 404 199 0.003364 10.0.0.131 - - [2025-11-06 04:12:31] "POST /security-groups HTTP/1.1" 200 591 0.087497 10.0.0.131 - - [2025-11-06 04:12:31] "POST /projects HTTP/1.1" 200 585 0.311170 10.0.0.131 - - [2025-11-06 04:12:31] "POST /fqname-to-id HTTP/1.1" 404 233 0.008447 10.0.0.131 - - [2025-11-06 04:12:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.387406 10.0.0.41 - - [2025-11-06 04:12:31] "GET /project/2da681aa-a4ca-4187-bbce-49fb81219ad3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.561893 10.0.0.41 - - [2025-11-06 04:12:32] "GET / HTTP/1.1" 200 36215 0.001739 10.0.0.41 - - [2025-11-06 04:12:35] "POST /fqname-to-id HTTP/1.1" 401 292 0.000517 10.0.0.41 - - [2025-11-06 04:12:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.031785 10.0.0.41 - - [2025-11-06 04:12:35] "GET /api-access-list/45146065-9c52-4166-87a3-6d9cf4bfe97d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.004558 10.0.0.41 - - [2025-11-06 04:12:35] "GET /api-access-list/45146065-9c52-4166-87a3-6d9cf4bfe97d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.003865 10.0.0.41 - - [2025-11-06 04:12:35] "GET /api-access-list/45146065-9c52-4166-87a3-6d9cf4bfe97d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.004231 10.0.0.41 - - [2025-11-06 04:12:35] "PUT /api-access-list/45146065-9c52-4166-87a3-6d9cf4bfe97d HTTP/1.1" 200 265 0.015248 10.0.0.41 - - [2025-11-06 04:12:37] "POST /fqname-to-id HTTP/1.1" 404 188 0.028707 10.0.0.131 - - [2025-11-06 04:12:37] "GET /projects?obj_uuids=90bebca0-4e65-41dd-8e80-7458390c6113&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004508 10.0.0.131 - - [2025-11-06 04:12:37] "GET /domains?obj_uuids=dd557474-6eee-442f-acdf-559f4d754f9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001148 10.0.0.131 - - [2025-11-06 04:12:37] "GET /domain/dd557474-6eee-442f-acdf-559f4d754f9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007928 10.0.0.131 - - [2025-11-06 04:12:37] "POST /id-to-fqname HTTP/1.1" 200 190 0.003014 10.0.0.131 - - [2025-11-06 04:12:37] "POST /fqname-to-id HTTP/1.1" 404 199 0.011503 10.0.0.131 - - [2025-11-06 04:12:37] "POST /security-groups HTTP/1.1" 200 591 0.072782 10.0.0.131 - - [2025-11-06 04:12:37] "POST /projects HTTP/1.1" 200 585 0.300445 10.0.0.131 - - [2025-11-06 04:12:37] "POST /access-control-lists HTTP/1.1" 200 598 0.029118 10.0.0.131 - - [2025-11-06 04:12:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.375467 10.0.0.41 - - [2025-11-06 04:12:37] "GET /project/90bebca0-4e65-41dd-8e80-7458390c6113?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.525254 10.0.0.41 - - [2025-11-06 04:12:38] "POST /fqname-to-id HTTP/1.1" 404 188 0.024823 10.0.0.131 - - [2025-11-06 04:12:38] "GET /projects?obj_uuids=8adea7a3-4276-4532-a8d5-0b66888ac032&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003070 10.0.0.131 - - [2025-11-06 04:12:38] "GET /domains?obj_uuids=dd557474-6eee-442f-acdf-559f4d754f9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001639 10.0.0.131 - - [2025-11-06 04:12:38] "GET /domain/dd557474-6eee-442f-acdf-559f4d754f9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009029 10.0.0.131 - - [2025-11-06 04:12:38] "POST /id-to-fqname HTTP/1.1" 200 190 0.001624 10.0.0.131 - - [2025-11-06 04:12:38] "POST /fqname-to-id HTTP/1.1" 404 199 0.009074 10.0.0.131 - - [2025-11-06 04:12:38] "POST /security-groups HTTP/1.1" 200 591 0.044616 10.0.0.131 - - [2025-11-06 04:12:38] "POST /fqname-to-id HTTP/1.1" 404 234 0.004117 10.0.0.131 - - [2025-11-06 04:12:38] "POST /projects HTTP/1.1" 200 585 0.303434 10.0.0.131 - - [2025-11-06 04:12:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.339069 10.0.0.41 - - [2025-11-06 04:12:38] "GET /project/8adea7a3-4276-4532-a8d5-0b66888ac032?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.499789 10.0.0.131 - - [2025-11-06 04:12:38] "POST /access-control-lists HTTP/1.1" 200 596 0.055226 10.0.0.41 - - [2025-11-06 04:12:39] "GET / HTTP/1.1" 200 36215 0.002492 10.0.0.41 - - [2025-11-06 04:12:40] "GET / HTTP/1.1" 200 36215 0.002439 10.0.0.41 - - [2025-11-06 04:12:40] "POST /fqname-to-id HTTP/1.1" 404 183 0.003829 10.0.0.41 - - [2025-11-06 04:12:40] "POST /api-access-lists HTTP/1.1" 200 523 0.024011 10.0.0.41 - - [2025-11-06 04:12:40] "GET /api-access-list/68633553-8f06-4161-826e-eb27e2110b52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1290 0.007319 10.0.0.41 - - [2025-11-06 04:12:40] "POST /neutron/network HTTP/1.1" 200 117 0.007201 10.0.0.41 - - [2025-11-06 04:12:41] "POST /fqname-to-id HTTP/1.1" 401 292 0.000458 10.0.0.41 - - [2025-11-06 04:12:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.055169 10.0.0.131 - - [2025-11-06 04:12:41] "GET /projects?obj_uuids=90bebca0-4e65-41dd-8e80-7458390c6113&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001621 10.0.0.41 - - [2025-11-06 04:12:41] "GET /project/90bebca0-4e65-41dd-8e80-7458390c6113?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.078919 10.0.0.41 - - [2025-11-06 04:12:41] "GET /virtual-networks?parent_id=90bebca0-4e65-41dd-8e80-7458390c6113&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.024636 10.0.0.41 - - [2025-11-06 04:12:41] "POST /virtual-networks HTTP/1.1" 200 585 0.120630 10.0.0.41 - - [2025-11-06 04:12:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.049026 10.0.0.41 - - [2025-11-06 04:12:42] "GET /network-ipam/0636f652-367b-4880-a1e1-ca5cc34db72a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.019175 10.0.0.131 - - [2025-11-06 04:12:42] "POST /useragent-kv HTTP/1.1" 200 115 0.009181 10.0.0.41 - - [2025-11-06 04:12:42] "POST /ref-update HTTP/1.1" 200 156 0.110441 10.0.0.41 - - [2025-11-06 04:12:42] "POST /neutron/network HTTP/1.1" 200 846 0.071491 10.0.0.41 - - [2025-11-06 04:12:42] "GET /virtual-network/ad16e842-46a8-4fc4-8201-ea22e4b1ccc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.026060 10.0.0.41 - - [2025-11-06 04:12:42] "POST /fqname-to-id HTTP/1.1" 401 292 0.000514 10.0.0.41 - - [2025-11-06 04:12:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.050128 10.0.0.131 - - [2025-11-06 04:12:43] "GET /projects?obj_uuids=8adea7a3-4276-4532-a8d5-0b66888ac032&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001409 10.0.0.41 - - [2025-11-06 04:12:43] "GET /project/8adea7a3-4276-4532-a8d5-0b66888ac032?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.085131 10.0.0.41 - - [2025-11-06 04:12:43] "GET /virtual-networks?parent_id=8adea7a3-4276-4532-a8d5-0b66888ac032&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.027568 10.0.0.41 - - [2025-11-06 04:12:43] "POST /virtual-networks HTTP/1.1" 200 585 0.124225 10.0.0.131 - - [2025-11-06 04:12:43] "POST /route-targets HTTP/1.1" 200 328 0.018197 10.0.0.41 - - [2025-11-06 04:12:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.038859 10.0.0.41 - - [2025-11-06 04:12:43] "GET /network-ipam/0636f652-367b-4880-a1e1-ca5cc34db72a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.017559 10.0.0.131 - - [2025-11-06 04:12:43] "POST /useragent-kv HTTP/1.1" 200 115 0.011455 10.0.0.41 - - [2025-11-06 04:12:43] "POST /ref-update HTTP/1.1" 200 156 0.123693 10.0.0.41 - - [2025-11-06 04:12:43] "POST /neutron/network HTTP/1.1" 200 848 0.077417 10.0.0.41 - - [2025-11-06 04:12:43] "GET /virtual-network/d65f2cfb-032c-4e96-8abc-23cb0f13dfbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.027918 10.0.0.41 - - [2025-11-06 04:12:44] "POST /neutron/subnet HTTP/1.1" 200 679 0.077662 10.0.0.41 - - [2025-11-06 04:12:45] "PUT /virtual-network/ad16e842-46a8-4fc4-8201-ea22e4b1ccc9 HTTP/1.1" 200 265 0.083479 10.0.0.41 - - [2025-11-06 04:12:45] "PUT /virtual-network/ad16e842-46a8-4fc4-8201-ea22e4b1ccc9 HTTP/1.1" 200 265 0.057713 10.0.0.131 - - [2025-11-06 04:12:45] "POST /useragent-kv HTTP/1.1" 200 115 0.006440 10.0.0.131 - - [2025-11-06 04:12:45] "POST /useragent-kv HTTP/1.1" 200 115 0.006061 10.0.0.41 - - [2025-11-06 04:12:45] "DELETE /virtual-network/d65f2cfb-032c-4e96-8abc-23cb0f13dfbe HTTP/1.1" 200 115 0.187701 10.0.0.131 - - [2025-11-06 04:12:45] "DELETE /route-target/1c60635e-a164-4198-ad22-8de84e972593 HTTP/1.1" 200 115 0.037998 10.0.0.131 - - [2025-11-06 04:12:45] "POST /useragent-kv HTTP/1.1" 200 115 0.006929 10.0.0.131 - - [2025-11-06 04:12:45] "POST /useragent-kv HTTP/1.1" 200 115 0.006622 10.0.0.41 - - [2025-11-06 04:12:45] "DELETE /virtual-network/ad16e842-46a8-4fc4-8201-ea22e4b1ccc9 HTTP/1.1" 200 115 0.163458 10.0.0.41 - - [2025-11-06 04:12:45] "DELETE /api-access-list/68633553-8f06-4161-826e-eb27e2110b52 HTTP/1.1" 200 115 0.052908 10.0.0.131 - - [2025-11-06 04:12:45] "GET /projects?obj_uuids=8adea7a3-4276-4532-a8d5-0b66888ac032&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001147 10.0.0.41 - - [2025-11-06 04:12:45] "GET /project/8adea7a3-4276-4532-a8d5-0b66888ac032?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.073502 10.0.0.131 - - [2025-11-06 04:12:46] "GET /projects?obj_uuids=8adea7a3-4276-4532-a8d5-0b66888ac032&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001361 10.0.0.41 - - [2025-11-06 04:12:46] "GET /project/8adea7a3-4276-4532-a8d5-0b66888ac032?fields=virtual_networks HTTP/1.1" 200 1035 0.070024 10.0.0.131 - - [2025-11-06 04:12:46] "GET /projects?obj_uuids=8adea7a3-4276-4532-a8d5-0b66888ac032&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002328 10.0.0.41 - - [2025-11-06 04:12:46] "GET /project/8adea7a3-4276-4532-a8d5-0b66888ac032?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.072902 10.0.0.131 - - [2025-11-06 04:12:46] "GET /projects?obj_uuids=8adea7a3-4276-4532-a8d5-0b66888ac032&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001490 10.0.0.41 - - [2025-11-06 04:12:46] "GET /project/8adea7a3-4276-4532-a8d5-0b66888ac032?fields=security_groups HTTP/1.1" 200 1262 0.104078 10.0.0.131 - - [2025-11-06 04:12:46] "GET /projects?obj_uuids=90bebca0-4e65-41dd-8e80-7458390c6113&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001111 10.0.0.41 - - [2025-11-06 04:12:46] "GET /project/90bebca0-4e65-41dd-8e80-7458390c6113?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.057717 10.0.0.131 - - [2025-11-06 04:12:46] "GET /projects?obj_uuids=90bebca0-4e65-41dd-8e80-7458390c6113&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001124 10.0.0.41 - - [2025-11-06 04:12:46] "GET /project/90bebca0-4e65-41dd-8e80-7458390c6113?fields=virtual_networks HTTP/1.1" 200 1035 0.061650 10.0.0.131 - - [2025-11-06 04:12:46] "GET /projects?obj_uuids=90bebca0-4e65-41dd-8e80-7458390c6113&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001020 10.0.0.41 - - [2025-11-06 04:12:47] "GET /project/90bebca0-4e65-41dd-8e80-7458390c6113?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.064920 10.0.0.131 - - [2025-11-06 04:12:47] "GET /projects?obj_uuids=90bebca0-4e65-41dd-8e80-7458390c6113&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003505 10.0.0.41 - - [2025-11-06 04:12:47] "GET /project/90bebca0-4e65-41dd-8e80-7458390c6113?fields=security_groups HTTP/1.1" 200 1262 0.072260 10.0.0.41 - - [2025-11-06 04:12:51] "GET / HTTP/1.1" 200 36215 0.001643 10.0.0.41 - - [2025-11-06 04:12:51] "GET / HTTP/1.1" 200 36215 0.002428 10.0.0.41 - - [2025-11-06 04:12:52] "POST /fqname-to-id HTTP/1.1" 401 292 0.000515 10.0.0.41 - - [2025-11-06 04:12:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.082488 10.0.0.131 - - [2025-11-06 04:12:52] "GET /projects?obj_uuids=2da681aa-a4ca-4187-bbce-49fb81219ad3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001250 10.0.0.41 - - [2025-11-06 04:12:52] "GET /project/2da681aa-a4ca-4187-bbce-49fb81219ad3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.083823 10.0.0.41 - - [2025-11-06 04:12:52] "GET /virtual-networks?parent_id=2da681aa-a4ca-4187-bbce-49fb81219ad3&detail=False&count=False&shared=False HTTP/1.1" 403 263 0.014642 10.0.0.41 - - [2025-11-06 04:12:52] "POST /fqname-to-id HTTP/1.1" 404 197 0.018703 10.0.0.41 - - [2025-11-06 04:12:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.019352 10.0.0.131 - - [2025-11-06 04:12:52] "GET /domains?obj_uuids=dd557474-6eee-442f-acdf-559f4d754f9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002359 10.0.0.41 - - [2025-11-06 04:12:52] "GET /domain/dd557474-6eee-442f-acdf-559f4d754f9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.032734 10.0.0.41 - - [2025-11-06 04:12:53] "POST /service-templates HTTP/1.1" 403 264 0.017109 10.0.0.41 - - [2025-11-06 04:12:53] "POST /fqname-to-id HTTP/1.1" 404 215 0.003735 10.0.0.41 - - [2025-11-06 04:12:53] "POST /api-access-lists HTTP/1.1" 200 557 0.032367 10.0.0.41 - - [2025-11-06 04:12:53] "GET /api-access-list/1877df52-38e6-4db5-a307-936c4e6d2aba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1325 0.008036 10.0.0.41 - - [2025-11-06 04:12:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.026115 10.0.0.131 - - [2025-11-06 04:12:53] "GET /projects?obj_uuids=2da681aa-a4ca-4187-bbce-49fb81219ad3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001901 10.0.0.41 - - [2025-11-06 04:12:53] "GET /project/2da681aa-a4ca-4187-bbce-49fb81219ad3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.085336 10.0.0.41 - - [2025-11-06 04:12:53] "GET /virtual-networks?parent_id=2da681aa-a4ca-4187-bbce-49fb81219ad3&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.020996 10.0.0.41 - - [2025-11-06 04:12:53] "POST /virtual-networks HTTP/1.1" 200 585 0.115485 10.0.0.131 - - [2025-11-06 04:12:53] "POST /route-targets HTTP/1.1" 200 328 0.022211 10.0.0.41 - - [2025-11-06 04:12:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.030406 10.0.0.41 - - [2025-11-06 04:12:53] "GET /network-ipam/0636f652-367b-4880-a1e1-ca5cc34db72a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.019091 10.0.0.131 - - [2025-11-06 04:12:53] "POST /useragent-kv HTTP/1.1" 200 115 0.005499 10.0.0.41 - - [2025-11-06 04:12:53] "POST /ref-update HTTP/1.1" 200 156 0.129206 10.0.0.41 - - [2025-11-06 04:12:54] "GET /virtual-network/85a9341f-f697-452a-9dd4-a0b436047508?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.028831 10.0.0.41 - - [2025-11-06 04:12:54] "POST /neutron/network HTTP/1.1" 200 847 0.071102 10.0.0.41 - - [2025-11-06 04:12:54] "GET /virtual-network/85a9341f-f697-452a-9dd4-a0b436047508?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006521 10.0.0.41 - - [2025-11-06 04:12:54] "GET /network-ipam/0636f652-367b-4880-a1e1-ca5cc34db72a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.003929 10.0.0.41 - - [2025-11-06 04:12:54] "GET /virtual-network/85a9341f-f697-452a-9dd4-a0b436047508?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006551 10.0.0.41 - - [2025-11-06 04:12:56] "POST /fqname-to-id HTTP/1.1" 404 197 0.021672 10.0.0.41 - - [2025-11-06 04:12:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.023331 10.0.0.131 - - [2025-11-06 04:12:56] "GET /domains?obj_uuids=dd557474-6eee-442f-acdf-559f4d754f9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.003706 10.0.0.41 - - [2025-11-06 04:12:56] "GET /domain/dd557474-6eee-442f-acdf-559f4d754f9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.035686 10.0.0.41 - - [2025-11-06 04:12:56] "POST /service-templates HTTP/1.1" 403 264 0.022003 10.0.0.41 - - [2025-11-06 04:12:56] "POST /fqname-to-id HTTP/1.1" 404 183 0.004236 10.0.0.41 - - [2025-11-06 04:12:56] "POST /api-access-lists HTTP/1.1" 200 523 0.030290 10.0.0.41 - - [2025-11-06 04:12:56] "GET /api-access-list/8fc3048d-7ea2-4104-9e0c-d265e51aeba8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1293 0.009205 10.0.0.41 - - [2025-11-06 04:12:56] "POST /fqname-to-id HTTP/1.1" 404 197 0.026883 10.0.0.41 - - [2025-11-06 04:12:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.023134 10.0.0.131 - - [2025-11-06 04:12:56] "GET /domains?obj_uuids=dd557474-6eee-442f-acdf-559f4d754f9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001849 10.0.0.41 - - [2025-11-06 04:12:56] "GET /domain/dd557474-6eee-442f-acdf-559f4d754f9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.032704 10.0.0.41 - - [2025-11-06 04:12:56] "POST /service-templates HTTP/1.1" 200 553 0.061449 10.0.0.41 - - [2025-11-06 04:12:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.035058 10.0.0.41 - - [2025-11-06 04:12:56] "GET /service-template/b5a3072f-c8d8-4323-8fd3-30e4f3650677?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1856 0.028821 10.0.0.41 - - [2025-11-06 04:12:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.023800 10.0.0.41 - - [2025-11-06 04:12:56] "GET /service-template/b5a3072f-c8d8-4323-8fd3-30e4f3650677?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1856 0.035010 10.0.0.41 - - [2025-11-06 04:12:57] "GET /api-access-list/1877df52-38e6-4db5-a307-936c4e6d2aba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1325 0.004238 10.0.0.41 - - [2025-11-06 04:12:57] "PUT /api-access-list/1877df52-38e6-4db5-a307-936c4e6d2aba HTTP/1.1" 200 265 0.012384 10.0.0.41 - - [2025-11-06 04:12:57] "POST /fqname-to-id HTTP/1.1" 401 292 0.000626 10.0.0.41 - - [2025-11-06 04:12:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.044767 10.0.0.131 - - [2025-11-06 04:12:58] "GET /projects?obj_uuids=2da681aa-a4ca-4187-bbce-49fb81219ad3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001595 10.0.0.41 - - [2025-11-06 04:12:58] "GET /project/2da681aa-a4ca-4187-bbce-49fb81219ad3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.074888 10.0.0.41 - - [2025-11-06 04:12:58] "GET /virtual-networks?parent_id=2da681aa-a4ca-4187-bbce-49fb81219ad3&detail=False&count=False&shared=False HTTP/1.1" 200 372 0.034825 10.0.0.41 - - [2025-11-06 04:12:58] "POST /virtual-networks HTTP/1.1" 403 263 0.021260 10.0.0.41 - - [2025-11-06 04:12:58] "GET /api-access-list/8fc3048d-7ea2-4104-9e0c-d265e51aeba8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1293 0.006188 10.0.0.41 - - [2025-11-06 04:12:58] "PUT /api-access-list/8fc3048d-7ea2-4104-9e0c-d265e51aeba8 HTTP/1.1" 200 265 0.017557 10.0.0.41 - - [2025-11-06 04:12:58] "POST /fqname-to-id HTTP/1.1" 404 197 0.023884 10.0.0.41 - - [2025-11-06 04:12:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.025406 10.0.0.131 - - [2025-11-06 04:12:58] "GET /domains?obj_uuids=dd557474-6eee-442f-acdf-559f4d754f9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001610 10.0.0.41 - - [2025-11-06 04:12:58] "GET /domain/dd557474-6eee-442f-acdf-559f4d754f9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.030760 10.0.0.41 - - [2025-11-06 04:12:59] "POST /service-templates HTTP/1.1" 403 264 0.029364 10.0.0.41 - - [2025-11-06 04:12:59] "GET /api-access-list/1877df52-38e6-4db5-a307-936c4e6d2aba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.006617 10.0.0.41 - - [2025-11-06 04:12:59] "PUT /api-access-list/1877df52-38e6-4db5-a307-936c4e6d2aba HTTP/1.1" 200 265 0.020003 10.0.0.41 - - [2025-11-06 04:12:59] "GET /api-access-list/8fc3048d-7ea2-4104-9e0c-d265e51aeba8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1431 0.005184 10.0.0.41 - - [2025-11-06 04:12:59] "PUT /api-access-list/8fc3048d-7ea2-4104-9e0c-d265e51aeba8 HTTP/1.1" 200 265 0.018305 10.0.0.41 - - [2025-11-06 04:13:00] "GET /api-access-list/45146065-9c52-4166-87a3-6d9cf4bfe97d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2411 0.005456 10.0.0.41 - - [2025-11-06 04:13:00] "PUT /api-access-list/45146065-9c52-4166-87a3-6d9cf4bfe97d HTTP/1.1" 200 265 0.015879 10.0.0.41 - - [2025-11-06 04:13:00] "DELETE /api-access-list/1877df52-38e6-4db5-a307-936c4e6d2aba HTTP/1.1" 200 115 0.052412 10.0.0.41 - - [2025-11-06 04:13:00] "DELETE /api-access-list/8fc3048d-7ea2-4104-9e0c-d265e51aeba8 HTTP/1.1" 200 115 0.042020 10.0.0.41 - - [2025-11-06 04:13:01] "GET /api-access-list/45146065-9c52-4166-87a3-6d9cf4bfe97d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2686 0.005201 10.0.0.41 - - [2025-11-06 04:13:01] "PUT /api-access-list/45146065-9c52-4166-87a3-6d9cf4bfe97d HTTP/1.1" 200 265 0.017980 10.0.0.41 - - [2025-11-06 04:13:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.036792 10.0.0.41 - - [2025-11-06 04:13:01] "DELETE /service-template/b5a3072f-c8d8-4323-8fd3-30e4f3650677 HTTP/1.1" 200 115 0.067983 10.0.0.41 - - [2025-11-06 04:13:01] "POST /fqname-to-id HTTP/1.1" 404 197 0.030562 10.0.0.131 - - [2025-11-06 04:13:01] "POST /useragent-kv HTTP/1.1" 200 115 0.003211 10.0.0.131 - - [2025-11-06 04:13:01] "POST /useragent-kv HTTP/1.1" 200 115 0.005491 10.0.0.41 - - [2025-11-06 04:13:01] "DELETE /virtual-network/85a9341f-f697-452a-9dd4-a0b436047508 HTTP/1.1" 200 115 0.171400 10.0.0.131 - - [2025-11-06 04:13:01] "DELETE /route-target/b2153b0e-503a-4da2-a066-75db3a687ba4 HTTP/1.1" 200 115 0.034554 10.0.0.41 - - [2025-11-06 04:13:01] "GET /api-access-list/45146065-9c52-4166-87a3-6d9cf4bfe97d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.006626 10.0.0.41 - - [2025-11-06 04:13:01] "PUT /api-access-list/45146065-9c52-4166-87a3-6d9cf4bfe97d HTTP/1.1" 200 265 0.017242 10.0.0.41 - - [2025-11-06 04:13:01] "GET /api-access-list/45146065-9c52-4166-87a3-6d9cf4bfe97d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2692 0.005942 10.0.0.41 - - [2025-11-06 04:13:01] "PUT /api-access-list/45146065-9c52-4166-87a3-6d9cf4bfe97d HTTP/1.1" 200 265 0.022355 10.0.0.41 - - [2025-11-06 04:13:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005342 10.0.0.131 - - [2025-11-06 04:13:04] "GET /projects?obj_uuids=2da681aa-a4ca-4187-bbce-49fb81219ad3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001997 10.0.0.41 - - [2025-11-06 04:13:04] "GET /project/2da681aa-a4ca-4187-bbce-49fb81219ad3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.049935 10.0.0.41 - - [2025-11-06 04:13:04] "POST /neutron/network HTTP/1.1" 200 117 0.102561 10.0.0.41 - - [2025-11-06 04:13:05] "POST /neutron/network HTTP/1.1" 200 859 0.014243 10.0.0.41 - - [2025-11-06 04:13:05] "POST /id-to-fqname HTTP/1.1" 200 240 0.001561 10.0.0.41 - - [2025-11-06 04:13:05] "GET /virtual-network/8d690053-82ab-4928-8af9-0e56056af564?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.007511 10.0.0.41 - - [2025-11-06 04:13:05] "GET /virtual-network/8d690053-82ab-4928-8af9-0e56056af564?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.006267 10.0.0.41 - - [2025-11-06 04:13:05] "POST /neutron/subnet HTTP/1.1" 200 709 0.011075 10.0.0.41 - - [2025-11-06 04:13:05] "GET /virtual-network/8d690053-82ab-4928-8af9-0e56056af564?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.006115 10.0.0.41 - - [2025-11-06 04:13:05] "GET /network-ipam/0636f652-367b-4880-a1e1-ca5cc34db72a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.004183 10.0.0.41 - - [2025-11-06 04:13:05] "GET /virtual-network/8d690053-82ab-4928-8af9-0e56056af564?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.008052 10.0.0.41 - - [2025-11-06 04:13:05] "GET /obj-perms HTTP/1.1" 200 5030 0.060740 10.0.0.38 - - [2025-11-06 04:13:06] "GET /obj-perms HTTP/1.1" 200 5030 0.058869 10.0.0.131 - - [2025-11-06 04:13:06] "GET /obj-perms HTTP/1.1" 200 5030 0.070985 10.0.0.41 - - [2025-11-06 04:13:06] "POST /fqname-to-id HTTP/1.1" 404 215 0.003941 10.0.0.41 - - [2025-11-06 04:13:06] "POST /api-access-lists HTTP/1.1" 200 557 0.028940 10.0.0.41 - - [2025-11-06 04:13:06] "GET /api-access-list/2fefff2b-280f-420b-8199-ec5f99aa86e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2443 0.007182 10.0.0.41 - - [2025-11-06 04:13:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.026133 10.0.0.131 - - [2025-11-06 04:13:06] "GET /projects?obj_uuids=2da681aa-a4ca-4187-bbce-49fb81219ad3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001242 10.0.0.41 - - [2025-11-06 04:13:06] "GET /project/2da681aa-a4ca-4187-bbce-49fb81219ad3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.072115 10.0.0.131 - - [2025-11-06 04:13:06] "GET /projects?obj_uuids=2da681aa-a4ca-4187-bbce-49fb81219ad3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001188 10.0.0.41 - - [2025-11-06 04:13:06] "POST /neutron/network HTTP/1.1" 200 645 0.188581 10.0.0.131 - - [2025-11-06 04:13:06] "POST /route-targets HTTP/1.1" 200 328 0.018939 10.0.0.131 - - [2025-11-06 04:13:07] "POST /useragent-kv HTTP/1.1" 200 115 0.011694 10.0.0.41 - - [2025-11-06 04:13:07] "POST /neutron/subnet HTTP/1.1" 200 719 0.321455 10.0.0.41 - - [2025-11-06 04:13:07] "POST /id-to-fqname HTTP/1.1" 200 240 0.030500 10.0.0.41 - - [2025-11-06 04:13:07] "GET /virtual-network/2f4af114-a7fb-4a1b-b5cd-7168f5643432?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.030670 10.0.0.41 - - [2025-11-06 04:13:07] "GET /virtual-network/2f4af114-a7fb-4a1b-b5cd-7168f5643432?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.025034 10.0.0.41 - - [2025-11-06 04:13:07] "POST /neutron/network HTTP/1.1" 200 863 0.037189 10.0.0.41 - - [2025-11-06 04:13:07] "GET /virtual-network/2f4af114-a7fb-4a1b-b5cd-7168f5643432?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.007311 10.0.0.41 - - [2025-11-06 04:13:07] "GET /network-ipam/0636f652-367b-4880-a1e1-ca5cc34db72a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.005084 10.0.0.41 - - [2025-11-06 04:13:07] "GET /virtual-network/2f4af114-a7fb-4a1b-b5cd-7168f5643432?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.006059 10.0.0.41 - - [2025-11-06 04:13:08] "POST /fqname-to-id HTTP/1.1" 404 232 0.023475 10.0.0.131 - - [2025-11-06 04:13:08] "GET /projects?obj_uuids=2da681aa-a4ca-4187-bbce-49fb81219ad3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001245 10.0.0.131 - - [2025-11-06 04:13:08] "POST /access-control-lists HTTP/1.1" 200 628 0.035384 10.0.0.131 - - [2025-11-06 04:13:08] "PUT /access-control-list/a8e8452a-2960-4213-8cbe-58b5762c6495 HTTP/1.1" 200 273 0.022943 10.0.0.41 - - [2025-11-06 04:13:09] "POST /neutron/security_group HTTP/1.1" 200 1426 0.587560 10.0.0.41 - - [2025-11-06 04:13:09] "POST /neutron/security_group HTTP/1.1" 200 1426 0.026480 10.0.0.131 - - [2025-11-06 04:13:09] "PUT /access-control-list/72c4a768-44a4-4020-a590-864509533032 HTTP/1.1" 200 273 0.017125 10.0.0.131 - - [2025-11-06 04:13:09] "GET /projects?obj_uuids=2da681aa-a4ca-4187-bbce-49fb81219ad3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001516 10.0.0.41 - - [2025-11-06 04:13:09] "POST /neutron/security_group_rule HTTP/1.1" 200 570 0.140842 10.0.0.41 - - [2025-11-06 04:13:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.027468 10.0.0.41 - - [2025-11-06 04:13:10] "GET /security-group/83e08678-0551-449a-abd5-d758197d98f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1318 0.031486 10.0.0.41 - - [2025-11-06 04:13:10] "POST /id-to-fqname HTTP/1.1" 200 240 0.020476 10.0.0.41 - - [2025-11-06 04:13:11] "POST /neutron/port HTTP/1.1" 200 117 0.029191 10.0.0.131 - - [2025-11-06 04:13:12] "GET /projects?obj_uuids=2da681aa-a4ca-4187-bbce-49fb81219ad3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002221 10.0.0.41 - - [2025-11-06 04:13:12] "GET /project/2da681aa-a4ca-4187-bbce-49fb81219ad3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.087886 10.0.0.41 - - [2025-11-06 04:13:12] "POST /neutron/port HTTP/1.1" 200 117 0.008692 10.0.0.41 - - [2025-11-06 04:13:13] "POST /neutron/network HTTP/1.1" 200 873 0.036028 10.0.0.41 - - [2025-11-06 04:13:13] "POST /neutron/port HTTP/1.1" 200 1059 0.024904 10.0.0.41 - - [2025-11-06 04:13:14] "POST /neutron/port HTTP/1.1" 200 1087 0.023331 10.0.0.41 - - [2025-11-06 04:13:14] "POST /neutron/port HTTP/1.1" 200 117 0.001197 10.0.0.41 - - [2025-11-06 04:13:17] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010519 10.0.0.41 - - [2025-11-06 04:13:18] "POST /neutron/port HTTP/1.1" 200 1087 0.022839 10.0.0.41 - - [2025-11-06 04:13:18] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009816 10.0.0.41 - - [2025-11-06 04:13:18] "GET /virtual-machine/da32ad01-1f1b-45b3-b54a-2c5d3fece660 HTTP/1.1" 401 292 0.000517 10.0.0.41 - - [2025-11-06 04:13:18] "GET /virtual-machine/da32ad01-1f1b-45b3-b54a-2c5d3fece660 HTTP/1.1" 200 1295 0.062025 10.0.0.41 - - [2025-11-06 04:13:18] "GET /virtual-machine/da32ad01-1f1b-45b3-b54a-2c5d3fece660 HTTP/1.1" 200 1295 0.022504 10.0.0.41 - - [2025-11-06 04:13:18] "GET /virtual-machine-interface/8c353bc4-608b-4773-b5d5-d824f6c84fc7 HTTP/1.1" 200 3031 0.035364 10.0.0.41 - - [2025-11-06 04:13:18] "GET /virtual-machine/da32ad01-1f1b-45b3-b54a-2c5d3fece660 HTTP/1.1" 200 1295 0.024216 10.0.0.41 - - [2025-11-06 04:13:18] "GET /virtual-machine-interface/8c353bc4-608b-4773-b5d5-d824f6c84fc7 HTTP/1.1" 200 3031 0.026178 10.0.0.41 - - [2025-11-06 04:13:18] "GET /instance-ip/0866d7ca-3223-4a9e-8be9-62325d215d45 HTTP/1.1" 200 1641 0.029896 10.0.0.41 - - [2025-11-06 04:13:18] "GET /virtual-machine/da32ad01-1f1b-45b3-b54a-2c5d3fece660 HTTP/1.1" 200 1295 0.029351 10.0.0.41 - - [2025-11-06 04:13:18] "GET /virtual-machine-interface/8c353bc4-608b-4773-b5d5-d824f6c84fc7 HTTP/1.1" 200 3031 0.036625 10.0.0.41 - - [2025-11-06 04:13:18] "GET /instance-ip/0866d7ca-3223-4a9e-8be9-62325d215d45 HTTP/1.1" 200 1641 0.036082 10.0.0.41 - - [2025-11-06 04:13:19] "POST /fqname-to-id HTTP/1.1" 403 354 0.031806 10.0.0.41 - - [2025-11-06 04:13:19] "GET / HTTP/1.1" 200 36215 0.002490 10.0.0.131 - - [2025-11-06 04:13:19] "DELETE /access-control-list/84670976-84ec-4468-bf8b-666e0b97d98b HTTP/1.1" 200 115 0.046077 10.0.0.41 - - [2025-11-06 04:13:19] "POST /fqname-to-id HTTP/1.1" 401 292 0.000611 10.0.0.131 - - [2025-11-06 04:13:19] "DELETE /access-control-list/2c8192ca-3311-414b-a203-349a24b35473 HTTP/1.1" 200 115 0.103876 10.0.0.41 - - [2025-11-06 04:13:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.041554 10.0.0.41 - - [2025-11-06 04:13:20] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004890 10.0.0.41 - - [2025-11-06 04:13:20] "GET /virtual-networks?parent_id=2da681aa-a4ca-4187-bbce-49fb81219ad3&detail=False&count=False&shared=False HTTP/1.1" 200 613 0.039857 10.0.0.41 - - [2025-11-06 04:13:20] "GET /virtual-network/2f4af114-a7fb-4a1b-b5cd-7168f5643432?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.034279 10.0.0.41 - - [2025-11-06 04:13:20] "POST /fqname-to-id HTTP/1.1" 403 354 0.027120 10.0.0.41 - - [2025-11-06 04:13:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004911 10.0.0.41 - - [2025-11-06 04:13:20] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004300 10.0.0.41 - - [2025-11-06 04:13:20] "GET /virtual-networks?parent_id=2da681aa-a4ca-4187-bbce-49fb81219ad3&detail=False&count=False&shared=False HTTP/1.1" 200 613 0.040379 10.0.0.41 - - [2025-11-06 04:13:20] "GET /virtual-network/2f4af114-a7fb-4a1b-b5cd-7168f5643432?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.030961 10.0.0.41 - - [2025-11-06 04:13:20] "POST /fqname-to-id HTTP/1.1" 403 354 0.023066 10.0.0.41 - - [2025-11-06 04:13:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004841 10.0.0.41 - - [2025-11-06 04:13:20] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006074 10.0.0.41 - - [2025-11-06 04:13:20] "GET /virtual-networks?parent_id=2da681aa-a4ca-4187-bbce-49fb81219ad3&detail=False&count=False&shared=False HTTP/1.1" 200 613 0.031744 10.0.0.41 - - [2025-11-06 04:13:20] "GET /virtual-network/2f4af114-a7fb-4a1b-b5cd-7168f5643432?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.032424 10.0.0.41 - - [2025-11-06 04:13:20] "POST /fqname-to-id HTTP/1.1" 403 354 0.024979 10.0.0.41 - - [2025-11-06 04:13:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005418 10.0.0.41 - - [2025-11-06 04:13:20] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006709 10.0.0.41 - - [2025-11-06 04:13:20] "GET /virtual-networks?parent_id=2da681aa-a4ca-4187-bbce-49fb81219ad3&detail=False&count=False&shared=False HTTP/1.1" 200 613 0.034004 10.0.0.41 - - [2025-11-06 04:13:20] "GET /virtual-network/2f4af114-a7fb-4a1b-b5cd-7168f5643432?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.030449 10.0.0.41 - - [2025-11-06 04:13:20] "POST /fqname-to-id HTTP/1.1" 403 354 0.021003 10.0.0.41 - - [2025-11-06 04:13:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003950 10.0.0.41 - - [2025-11-06 04:13:21] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005610 10.0.0.41 - - [2025-11-06 04:13:21] "GET /virtual-networks?parent_id=2da681aa-a4ca-4187-bbce-49fb81219ad3&detail=False&count=False&shared=False HTTP/1.1" 200 613 0.034821 10.0.0.41 - - [2025-11-06 04:13:21] "GET /virtual-network/2f4af114-a7fb-4a1b-b5cd-7168f5643432?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.027937 10.0.0.41 - - [2025-11-06 04:13:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.019317 10.0.0.41 - - [2025-11-06 04:13:24] "GET /virtual-network/2f4af114-a7fb-4a1b-b5cd-7168f5643432?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.024937 10.0.0.41 - - [2025-11-06 04:13:26] "POST /fqname-to-id HTTP/1.1" 403 354 0.024794 10.0.0.41 - - [2025-11-06 04:13:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003911 10.0.0.41 - - [2025-11-06 04:13:26] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003703 10.0.0.41 - - [2025-11-06 04:13:26] "GET /virtual-networks?parent_id=2da681aa-a4ca-4187-bbce-49fb81219ad3&detail=False&count=False&shared=False HTTP/1.1" 200 613 0.037925 10.0.0.131 - - [2025-11-06 04:13:26] "DELETE /project/2da681aaa4ca4187bbce49fb81219ad3 HTTP/1.1" 404 173 0.017208 10.0.0.131 - - [2025-11-06 04:13:26] "DELETE /project/47e5f28d-d654-49f0-8f53-f979845a6470 HTTP/1.1" 404 177 0.015035 10.0.0.131 - - [2025-11-06 04:13:26] "DELETE /project/8adea7a342764532a8d50b66888ac032 HTTP/1.1" 404 173 0.016438 10.0.0.131 - - [2025-11-06 04:13:26] "DELETE /project/205b4219-5e9d-4ad7-ba0e-41a4b525e576 HTTP/1.1" 404 177 0.014631 10.0.0.131 - - [2025-11-06 04:13:26] "DELETE /project/90bebca04e6541dd8e807458390c6113 HTTP/1.1" 404 173 0.008698 10.0.0.131 - - [2025-11-06 04:13:26] "DELETE /project/4a4bb447-088d-457a-b35a-094eb27228c6 HTTP/1.1" 404 177 0.013862 10.0.0.131 - - [2025-11-06 04:13:26] "GET /projects?obj_uuids=8adea7a3-4276-4532-a8d5-0b66888ac032&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001309 10.0.0.131 - - [2025-11-06 04:13:26] "GET /projects?obj_uuids=90bebca0-4e65-41dd-8e80-7458390c6113&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000819 10.0.0.41 - - [2025-11-06 04:13:26] "GET /virtual-network/2f4af114-a7fb-4a1b-b5cd-7168f5643432?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.038141 10.0.0.131 - - [2025-11-06 04:13:26] "GET /project/8adea7a3-4276-4532-a8d5-0b66888ac032?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.076091 10.0.0.131 - - [2025-11-06 04:13:26] "GET /project/90bebca0-4e65-41dd-8e80-7458390c6113?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.084427 10.0.0.131 - - [2025-11-06 04:13:26] "GET /projects?obj_uuids=8adea7a3-4276-4532-a8d5-0b66888ac032&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001058 10.0.0.131 - - [2025-11-06 04:13:26] "GET /projects?obj_uuids=90bebca0-4e65-41dd-8e80-7458390c6113&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000925 10.0.0.131 - - [2025-11-06 04:13:26] "GET /project/8adea7a3-4276-4532-a8d5-0b66888ac032?fields=security_groups HTTP/1.1" 200 1364 0.059697 10.0.0.131 - - [2025-11-06 04:13:26] "GET /project/90bebca0-4e65-41dd-8e80-7458390c6113?fields=security_groups HTTP/1.1" 200 1364 0.075310 10.0.0.41 - - [2025-11-06 04:13:26] "POST /fqname-to-id HTTP/1.1" 403 354 0.049411 10.0.0.131 - - [2025-11-06 04:13:26] "DELETE /security-group/2928a70f-1a43-4b24-a2ca-654ca08c5e92 HTTP/1.1" 200 115 0.091835 10.0.0.41 - - [2025-11-06 04:13:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.024742 10.0.0.131 - - [2025-11-06 04:13:26] "GET /projects?obj_uuids=8adea7a3-4276-4532-a8d5-0b66888ac032&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004332 10.0.0.41 - - [2025-11-06 04:13:26] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.020222 10.0.0.131 - - [2025-11-06 04:13:26] "DELETE /security-group/3b439140-bf47-47e7-9917-016822bbe475 HTTP/1.1" 200 115 0.148793 10.0.0.131 - - [2025-11-06 04:13:26] "GET /projects?obj_uuids=90bebca0-4e65-41dd-8e80-7458390c6113&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001534 10.0.0.131 - - [2025-11-06 04:13:26] "DELETE /access-control-list/108b255b-e933-4bce-86d5-518d2228ec45 HTTP/1.1" 200 115 0.080698 10.0.0.131 - - [2025-11-06 04:13:26] "GET /project/8adea7a3-4276-4532-a8d5-0b66888ac032?fields=application_policy_sets HTTP/1.1" 200 1403 0.113014 10.0.0.41 - - [2025-11-06 04:13:26] "GET /virtual-networks?parent_id=2da681aa-a4ca-4187-bbce-49fb81219ad3&detail=False&count=False&shared=False HTTP/1.1" 200 613 0.093415 10.0.0.131 - - [2025-11-06 04:13:26] "GET /project/90bebca0-4e65-41dd-8e80-7458390c6113?fields=application_policy_sets HTTP/1.1" 200 1403 0.106237 10.0.0.41 - - [2025-11-06 04:13:27] "GET /virtual-network/2f4af114-a7fb-4a1b-b5cd-7168f5643432?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.094633 10.0.0.41 - - [2025-11-06 04:13:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.079679 10.0.0.41 - - [2025-11-06 04:13:27] "GET /routing-instance/84be4af1-41d8-430c-ac64-d982c20831ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.048549 10.0.0.131 - - [2025-11-06 04:13:27] "DELETE /project/8adea7a3-4276-4532-a8d5-0b66888ac032 HTTP/1.1" 200 115 0.768667 10.0.0.131 - - [2025-11-06 04:13:27] "DELETE /project/90bebca0-4e65-41dd-8e80-7458390c6113 HTTP/1.1" 200 115 0.807793 10.0.0.41 - - [2025-11-06 04:13:27] "POST /fqname-to-id HTTP/1.1" 403 354 0.056814 10.0.0.41 - - [2025-11-06 04:13:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004177 10.0.0.41 - - [2025-11-06 04:13:27] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004272 10.0.0.41 - - [2025-11-06 04:13:27] "GET /virtual-networks?parent_id=2da681aa-a4ca-4187-bbce-49fb81219ad3&detail=False&count=False&shared=False HTTP/1.1" 200 613 0.033999 10.0.0.41 - - [2025-11-06 04:13:27] "GET /virtual-network/2f4af114-a7fb-4a1b-b5cd-7168f5643432?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.028441 10.0.0.41 - - [2025-11-06 04:13:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.016821 10.0.0.41 - - [2025-11-06 04:13:27] "GET /routing-instance/84be4af1-41d8-430c-ac64-d982c20831ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.022069 10.0.0.131 - - [2025-11-06 04:13:28] "GET /virtual-machine/da32ad01-1f1b-45b3-b54a-2c5d3fece660?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 994 0.056648 10.0.0.41 - - [2025-11-06 04:13:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.039351 10.0.0.41 - - [2025-11-06 04:13:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004949 10.0.0.41 - - [2025-11-06 04:13:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.005325 10.0.0.41 - - [2025-11-06 04:13:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003546 10.0.0.131 - - [2025-11-06 04:13:28] "GET /obj-perms HTTP/1.1" 403 257 0.015818 10.0.0.41 - - [2025-11-06 04:13:28] "GET /obj-perms HTTP/1.1" 403 257 0.040330 10.0.0.41 - - [2025-11-06 04:13:29] "GET /obj-perms HTTP/1.1" 200 5030 0.004604 10.0.0.41 - - [2025-11-06 04:13:29] "GET /obj-perms HTTP/1.1" 403 257 0.048906 10.0.0.41 - - [2025-11-06 04:13:29] "GET /obj-perms HTTP/1.1" 200 5030 0.004739 10.0.0.41 - - [2025-11-06 04:13:30] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 321 0.062345 10.0.0.38 - - [2025-11-06 04:13:30] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 321 0.056553 10.0.0.131 - - [2025-11-06 04:13:30] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 321 0.031985 10.0.0.41 - - [2025-11-06 04:13:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.029477 10.0.0.131 - - [2025-11-06 04:13:30] "GET /projects?obj_uuids=2da681aa-a4ca-4187-bbce-49fb81219ad3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001648 10.0.0.41 - - [2025-11-06 04:13:30] "GET /project/2da681aa-a4ca-4187-bbce-49fb81219ad3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.090234 10.0.0.41 - - [2025-11-06 04:13:30] "GET /virtual-network/8d690053-82ab-4928-8af9-0e56056af564?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.032552 10.0.0.41 - - [2025-11-06 04:13:30] "GET /floating-ip-pools?parent_id=8d690053-82ab-4928-8af9-0e56056af564&detail=False&count=False&shared=False HTTP/1.1" 200 394 0.025681 10.0.0.41 - - [2025-11-06 04:13:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.022163 10.0.0.41 - - [2025-11-06 04:13:30] "GET /floating-ip-pool/4ee80f41-7a62-42ab-9edd-d0d01bbfc32b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1183 0.025502 10.0.0.131 - - [2025-11-06 04:13:31] "GET /projects?obj_uuids=2da681aa-a4ca-4187-bbce-49fb81219ad3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001260 10.0.0.41 - - [2025-11-06 04:13:31] "GET /project/2da681aa-a4ca-4187-bbce-49fb81219ad3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.076275 10.0.0.41 - - [2025-11-06 04:13:31] "POST /floating-ips HTTP/1.1" 200 618 0.091235 10.0.0.41 - - [2025-11-06 04:13:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.036707 10.0.0.41 - - [2025-11-06 04:13:31] "GET /floating-ip/31616824-4deb-4f34-9813-59120a8d2ef5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.022446 10.0.0.41 - - [2025-11-06 04:13:31] "GET /floating-ip/31616824-4deb-4f34-9813-59120a8d2ef5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.022699 10.0.0.41 - - [2025-11-06 04:13:31] "GET /virtual-machine/da32ad01-1f1b-45b3-b54a-2c5d3fece660?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 994 0.018420 10.0.0.41 - - [2025-11-06 04:13:31] "GET /virtual-machine/da32ad01-1f1b-45b3-b54a-2c5d3fece660?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1206 0.021850 10.0.0.41 - - [2025-11-06 04:13:31] "GET /virtual-machine-interface/8c353bc4-608b-4773-b5d5-d824f6c84fc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.026401 10.0.0.41 - - [2025-11-06 04:13:31] "POST /ref-update HTTP/1.1" 200 156 0.041562 10.0.0.41 - - [2025-11-06 04:13:31] "POST /neutron/floatingip HTTP/1.1" 200 544 0.106626 10.0.0.41 - - [2025-11-06 04:13:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.033315 10.0.0.41 - - [2025-11-06 04:13:31] "GET /routing-instance/174ce724-3980-424e-9fe3-01e432a13205?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.026187 10.0.0.41 - - [2025-11-06 04:13:32] "POST /neutron/port HTTP/1.1" 200 1113 0.113228 10.0.0.41 - - [2025-11-06 04:13:32] "GET /virtual-machine/da32ad01-1f1b-45b3-b54a-2c5d3fece660 HTTP/1.1" 200 1295 0.034828 10.0.0.41 - - [2025-11-06 04:13:32] "GET /virtual-machine-interface/8c353bc4-608b-4773-b5d5-d824f6c84fc7 HTTP/1.1" 200 3595 0.033794 10.0.0.41 - - [2025-11-06 04:13:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.022544 10.0.0.41 - - [2025-11-06 04:13:32] "GET /security-group/83e08678-0551-449a-abd5-d758197d98f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1318 0.024958 10.0.0.41 - - [2025-11-06 04:13:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.034357 10.0.0.41 - - [2025-11-06 04:13:33] "GET /security-group/83e08678-0551-449a-abd5-d758197d98f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1318 0.030644 10.0.0.41 - - [2025-11-06 04:13:33] "POST /neutron/security_group HTTP/1.1" 200 568 0.020138 10.0.0.41 - - [2025-11-06 04:13:33] "DELETE /floating-ip/31616824-4deb-4f34-9813-59120a8d2ef5 HTTP/1.1" 200 115 0.113897 10.0.0.41 - - [2025-11-06 04:13:33] "GET /virtual-machine/da32ad01-1f1b-45b3-b54a-2c5d3fece660 HTTP/1.1" 200 1295 0.033730 10.0.0.41 - - [2025-11-06 04:13:34] "POST /neutron/port HTTP/1.1" 200 151 0.216291 10.0.0.41 - - [2025-11-06 04:13:35] "GET /virtual-machine/da32ad01-1f1b-45b3-b54a-2c5d3fece660 HTTP/1.1" 404 171 0.033867 10.0.0.41 - - [2025-11-06 04:13:35] "GET /virtual-machine/da32ad01-1f1b-45b3-b54a-2c5d3fece660 HTTP/1.1" 404 171 0.023606 10.0.0.41 - - [2025-11-06 04:13:35] "GET /virtual-machine/da32ad01-1f1b-45b3-b54a-2c5d3fece660 HTTP/1.1" 404 171 0.017110 10.0.0.41 - - [2025-11-06 04:13:35] "POST /fqname-to-id HTTP/1.1" 403 354 0.021621 10.0.0.41 - - [2025-11-06 04:13:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.005564 10.0.0.41 - - [2025-11-06 04:13:35] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004339 10.0.0.41 - - [2025-11-06 04:13:35] "GET /virtual-networks?parent_id=2da681aa-a4ca-4187-bbce-49fb81219ad3&detail=False&count=False&shared=False HTTP/1.1" 200 613 0.030622 10.0.0.41 - - [2025-11-06 04:13:35] "GET /virtual-network/2f4af114-a7fb-4a1b-b5cd-7168f5643432?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.022902 10.0.0.41 - - [2025-11-06 04:13:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.017710 10.0.0.41 - - [2025-11-06 04:13:36] "GET /routing-instance/84be4af1-41d8-430c-ac64-d982c20831ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.027669 10.0.0.41 - - [2025-11-06 04:13:36] "GET /obj-perms HTTP/1.1" 403 257 0.047262 10.0.0.41 - - [2025-11-06 04:13:36] "GET /obj-perms HTTP/1.1" 200 5030 0.004049 10.0.0.41 - - [2025-11-06 04:13:39] "GET /obj-perms HTTP/1.1" 200 5030 0.004461 10.0.0.41 - - [2025-11-06 04:13:41] "POST /neutron/network HTTP/1.1" 200 117 0.036192 10.0.0.41 - - [2025-11-06 04:13:45] "GET /obj-perms HTTP/1.1" 200 5030 0.005073 10.0.0.41 - - [2025-11-06 04:13:48] "GET /obj-perms HTTP/1.1" 200 5030 0.005719 10.0.0.41 - - [2025-11-06 04:13:52] "GET /obj-perms HTTP/1.1" 200 5030 0.004466 10.0.0.41 - - [2025-11-06 04:13:52] "POST /neutron/security_group HTTP/1.1" 200 151 0.118909 10.0.0.131 - - [2025-11-06 04:13:52] "DELETE /access-control-list/a8e8452a-2960-4213-8cbe-58b5762c6495 HTTP/1.1" 200 115 0.059009 10.0.0.41 - - [2025-11-06 04:13:52] "POST /fqname-to-id HTTP/1.1" 404 232 0.033823 10.0.0.131 - - [2025-11-06 04:13:53] "DELETE /route-target/3fc4b731-79e6-4e17-9a07-acbc7985bda2 HTTP/1.1" 200 115 0.040998 10.0.0.41 - - [2025-11-06 04:13:53] "DELETE /api-access-list/2fefff2b-280f-420b-8199-ec5f99aa86e4 HTTP/1.1" 200 115 0.071687 10.0.0.41 - - [2025-11-06 04:13:53] "POST /neutron/network HTTP/1.1" 200 859 0.012090 10.0.0.41 - - [2025-11-06 04:13:55] "GET /api-access-list/45146065-9c52-4166-87a3-6d9cf4bfe97d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2411 0.004582 10.0.0.41 - - [2025-11-06 04:13:55] "PUT /api-access-list/45146065-9c52-4166-87a3-6d9cf4bfe97d HTTP/1.1" 200 265 0.013679 10.0.0.131 - - [2025-11-06 04:13:55] "GET /projects?obj_uuids=2da681aa-a4ca-4187-bbce-49fb81219ad3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001108 10.0.0.41 - - [2025-11-06 04:13:55] "GET /project/2da681aa-a4ca-4187-bbce-49fb81219ad3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.054422 10.0.0.131 - - [2025-11-06 04:13:55] "GET /projects?obj_uuids=2da681aa-a4ca-4187-bbce-49fb81219ad3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001358 10.0.0.41 - - [2025-11-06 04:13:55] "GET /project/2da681aa-a4ca-4187-bbce-49fb81219ad3?fields=virtual_networks HTTP/1.1" 200 1034 0.054274 10.0.0.131 - - [2025-11-06 04:13:55] "GET /projects?obj_uuids=2da681aa-a4ca-4187-bbce-49fb81219ad3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001472 10.0.0.41 - - [2025-11-06 04:13:55] "GET /project/2da681aa-a4ca-4187-bbce-49fb81219ad3?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.049484 10.0.0.131 - - [2025-11-06 04:13:55] "GET /projects?obj_uuids=2da681aa-a4ca-4187-bbce-49fb81219ad3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001187 10.0.0.41 - - [2025-11-06 04:13:56] "GET /project/2da681aa-a4ca-4187-bbce-49fb81219ad3?fields=security_groups HTTP/1.1" 200 1261 0.054708 10.0.0.131 - - [2025-11-06 04:13:56] "GET /projects?obj_uuids=4c4d4b7c-2cd2-4445-a65e-2f16f1cd2c15&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001493 10.0.0.41 - - [2025-11-06 04:13:56] "GET /project/4c4d4b7c-2cd2-4445-a65e-2f16f1cd2c15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.056048 [Introspect:8084]10.0.0.41 - - [2025-11-06 04:13:58] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3159 0.001846 10.0.0.41 - - [2025-11-06 04:14:00] "POST /fqname-to-id HTTP/1.1" 404 189 0.037712 10.0.0.131 - - [2025-11-06 04:14:00] "GET /projects?obj_uuids=5fe89b47-fc9b-400f-93fb-bee4ae736323&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003623 10.0.0.131 - - [2025-11-06 04:14:00] "GET /domains?obj_uuids=dd557474-6eee-442f-acdf-559f4d754f9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001359 10.0.0.131 - - [2025-11-06 04:14:00] "GET /domain/dd557474-6eee-442f-acdf-559f4d754f9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009456 10.0.0.131 - - [2025-11-06 04:14:00] "POST /id-to-fqname HTTP/1.1" 200 191 0.005278 10.0.0.131 - - [2025-11-06 04:14:00] "POST /fqname-to-id HTTP/1.1" 404 200 0.013491 10.0.0.131 - - [2025-11-06 04:14:00] "POST /security-groups HTTP/1.1" 200 592 0.048657 10.0.0.131 - - [2025-11-06 04:14:01] "POST /fqname-to-id HTTP/1.1" 404 235 0.007849 10.0.0.131 - - [2025-11-06 04:14:01] "POST /projects HTTP/1.1" 200 587 0.310554 10.0.0.131 - - [2025-11-06 04:14:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.389248 10.0.0.131 - - [2025-11-06 04:14:01] "POST /access-control-lists HTTP/1.1" 200 597 0.043922 10.0.0.41 - - [2025-11-06 04:14:01] "GET /project/5fe89b47-fc9b-400f-93fb-bee4ae736323?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.569119 10.0.0.41 - - [2025-11-06 04:14:02] "GET / HTTP/1.1" 200 36215 0.001885 10.0.0.41 - - [2025-11-06 04:14:04] "POST /fqname-to-id HTTP/1.1" 401 292 0.000633 10.0.0.41 - - [2025-11-06 04:14:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.052993 10.0.0.131 - - [2025-11-06 04:14:04] "GET /projects?obj_uuids=5fe89b47-fc9b-400f-93fb-bee4ae736323&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001567 10.0.0.41 - - [2025-11-06 04:14:04] "GET /project/5fe89b47-fc9b-400f-93fb-bee4ae736323?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.050130 10.0.0.131 - - [2025-11-06 04:14:04] "GET /projects?obj_uuids=5fe89b47-fc9b-400f-93fb-bee4ae736323&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001421 10.0.0.41 - - [2025-11-06 04:14:04] "POST /neutron/network HTTP/1.1" 200 608 0.191416 10.0.0.41 - - [2025-11-06 04:14:05] "POST /id-to-fqname HTTP/1.1" 200 222 0.006567 10.0.0.41 - - [2025-11-06 04:14:05] "GET /virtual-network/a5b477ca-a035-4e78-b4f2-caa1ad35ce2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.011085 10.0.0.41 - - [2025-11-06 04:14:05] "POST /neutron/network HTTP/1.1" 200 825 0.008781 10.0.0.41 - - [2025-11-06 04:14:05] "GET /virtual-network/a5b477ca-a035-4e78-b4f2-caa1ad35ce2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007890 10.0.0.41 - - [2025-11-06 04:14:05] "GET /virtual-network/a5b477ca-a035-4e78-b4f2-caa1ad35ce2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007277 10.0.0.38 - - [2025-11-06 04:14:06] "GET /obj-perms HTTP/1.1" 200 5032 0.061377 10.0.0.41 - - [2025-11-06 04:14:07] "POST /id-to-fqname HTTP/1.1" 200 222 0.001899 10.0.0.41 - - [2025-11-06 04:14:07] "POST /neutron/port HTTP/1.1" 200 117 0.006341 10.0.0.131 - - [2025-11-06 04:14:08] "GET /projects?obj_uuids=5fe89b47-fc9b-400f-93fb-bee4ae736323&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.033134 10.0.0.41 - - [2025-11-06 04:14:08] "GET /project/5fe89b47-fc9b-400f-93fb-bee4ae736323?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.121151 10.0.0.41 - - [2025-11-06 04:14:08] "POST /neutron/port HTTP/1.1" 200 117 0.008113 10.0.0.41 - - [2025-11-06 04:14:08] "POST /id-to-fqname HTTP/1.1" 200 222 0.001642 10.0.0.41 - - [2025-11-06 04:14:08] "POST /neutron/network HTTP/1.1" 200 835 0.008798 10.0.0.41 - - [2025-11-06 04:14:09] "POST /neutron/port HTTP/1.1" 200 1059 0.030628 10.0.0.131 - - [2025-11-06 04:14:09] "GET /projects?obj_uuids=5fe89b47-fc9b-400f-93fb-bee4ae736323&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.005588 10.0.0.41 - - [2025-11-06 04:14:09] "GET /project/5fe89b47-fc9b-400f-93fb-bee4ae736323?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.117647 10.0.0.41 - - [2025-11-06 04:14:09] "POST /neutron/port HTTP/1.1" 200 1087 0.022030 10.0.0.41 - - [2025-11-06 04:14:09] "POST /neutron/subnet HTTP/1.1" 200 690 0.011319 10.0.0.41 - - [2025-11-06 04:14:09] "POST /neutron/port HTTP/1.1" 200 1087 0.029143 10.0.0.41 - - [2025-11-06 04:14:09] "POST /neutron/port HTTP/1.1" 200 1087 0.022464 10.0.0.131 - - [2025-11-06 04:14:10] "GET /projects?obj_uuids=5fe89b47-fc9b-400f-93fb-bee4ae736323&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001552 10.0.0.41 - - [2025-11-06 04:14:10] "POST /neutron/port HTTP/1.1" 200 1059 0.475536 10.0.0.41 - - [2025-11-06 04:14:10] "POST /neutron/port HTTP/1.1" 200 1113 0.128067 10.0.0.41 - - [2025-11-06 04:14:11] "POST /neutron/subnet HTTP/1.1" 200 690 0.010869 10.0.0.41 - - [2025-11-06 04:14:15] "POST /neutron/port HTTP/1.1" 200 1087 0.018801 10.0.0.41 - - [2025-11-06 04:14:15] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008994 10.0.0.41 - - [2025-11-06 04:14:15] "GET /virtual-machine/9c42ec35-01eb-4098-b81f-234beaa2640b HTTP/1.1" 401 292 0.000486 10.0.0.41 - - [2025-11-06 04:14:15] "GET /virtual-machine/9c42ec35-01eb-4098-b81f-234beaa2640b HTTP/1.1" 200 1296 0.033536 10.0.0.41 - - [2025-11-06 04:14:15] "GET /virtual-machine-interface/39b3e8f3-2f46-4e3a-a499-4f4df812832a HTTP/1.1" 200 2956 0.006836 10.0.0.41 - - [2025-11-06 04:14:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004798 10.0.0.41 - - [2025-11-06 04:14:15] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006455 10.0.0.41 - - [2025-11-06 04:14:15] "GET /virtual-networks?parent_id=5fe89b47-fc9b-400f-93fb-bee4ae736323&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.005126 10.0.0.41 - - [2025-11-06 04:14:15] "GET /virtual-network/a5b477ca-a035-4e78-b4f2-caa1ad35ce2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007203 10.0.0.41 - - [2025-11-06 04:14:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004866 10.0.0.41 - - [2025-11-06 04:14:18] "GET /virtual-network/a5b477ca-a035-4e78-b4f2-caa1ad35ce2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.008625 10.0.0.131 - - [2025-11-06 04:14:20] "DELETE /access-control-list/d5fe2ec5-72d9-42b4-8f31-fa76e91ca377 HTTP/1.1" 200 115 0.083572 10.0.0.41 - - [2025-11-06 04:14:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004216 10.0.0.41 - - [2025-11-06 04:14:22] "GET /virtual-network/a5b477ca-a035-4e78-b4f2-caa1ad35ce2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006153 10.0.0.41 - - [2025-11-06 04:14:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003674 10.0.0.41 - - [2025-11-06 04:14:27] "GET /virtual-network/a5b477ca-a035-4e78-b4f2-caa1ad35ce2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006209 10.0.0.131 - - [2025-11-06 04:14:27] "DELETE /project/5fe89b47fc9b400f93fbbee4ae736323 HTTP/1.1" 404 173 0.044567 10.0.0.131 - - [2025-11-06 04:14:27] "DELETE /project/2da681aa-a4ca-4187-bbce-49fb81219ad3 HTTP/1.1" 404 177 0.061696 10.0.0.41 - - [2025-11-06 04:14:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003783 10.0.0.41 - - [2025-11-06 04:14:31] "GET /virtual-network/a5b477ca-a035-4e78-b4f2-caa1ad35ce2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006639 10.0.0.41 - - [2025-11-06 04:14:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004955 10.0.0.41 - - [2025-11-06 04:14:35] "GET /virtual-network/a5b477ca-a035-4e78-b4f2-caa1ad35ce2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005818 10.0.0.131 - - [2025-11-06 04:14:38] "GET /obj-perms HTTP/1.1" 200 5056 0.047202 10.0.0.41 - - [2025-11-06 04:14:38] "GET /obj-perms HTTP/1.1" 200 5056 0.046381 10.0.0.41 - - [2025-11-06 04:14:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.005014 10.0.0.41 - - [2025-11-06 04:14:39] "GET /virtual-network/a5b477ca-a035-4e78-b4f2-caa1ad35ce2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006658 10.0.0.41 - - [2025-11-06 04:14:42] "POST /neutron/port HTTP/1.1" 200 1087 0.019025 10.0.0.41 - - [2025-11-06 04:14:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004879 10.0.0.41 - - [2025-11-06 04:14:42] "POST /neutron/network HTTP/1.1" 200 825 0.009330 10.0.0.41 - - [2025-11-06 04:14:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.006067 10.0.0.41 - - [2025-11-06 04:14:43] "GET /virtual-network/a5b477ca-a035-4e78-b4f2-caa1ad35ce2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007298 10.0.0.41 - - [2025-11-06 04:14:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003880 10.0.0.41 - - [2025-11-06 04:14:47] "GET /virtual-network/a5b477ca-a035-4e78-b4f2-caa1ad35ce2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005991 10.0.0.41 - - [2025-11-06 04:14:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005043 10.0.0.41 - - [2025-11-06 04:14:51] "GET /virtual-network/a5b477ca-a035-4e78-b4f2-caa1ad35ce2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006377 10.0.0.41 - - [2025-11-06 04:14:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005164 10.0.0.41 - - [2025-11-06 04:14:53] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005742 10.0.0.41 - - [2025-11-06 04:14:53] "GET /virtual-networks?parent_id=5fe89b47-fc9b-400f-93fb-bee4ae736323&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.004715 10.0.0.41 - - [2025-11-06 04:14:53] "GET /virtual-network/a5b477ca-a035-4e78-b4f2-caa1ad35ce2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.010264 10.0.0.41 - - [2025-11-06 04:14:59] "POST /neutron/port HTTP/1.1" 200 1087 0.020757 10.0.0.41 - - [2025-11-06 04:15:03] "POST /neutron/security_group HTTP/1.1" 200 2059 0.034095 10.0.0.41 - - [2025-11-06 04:15:06] "POST /neutron/port HTTP/1.1" 200 1087 0.018056 10.0.0.41 - - [2025-11-06 04:15:09] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010437 10.0.0.41 - - [2025-11-06 04:15:11] "POST /neutron/network HTTP/1.1" 200 835 0.029111 10.0.0.41 - - [2025-11-06 04:15:11] "POST /neutron/port HTTP/1.1" 200 117 0.001500 10.0.0.41 - - [2025-11-06 04:15:14] "POST /neutron/security_group HTTP/1.1" 200 2059 0.011066 10.0.0.41 - - [2025-11-06 04:15:19] "POST /neutron/port HTTP/1.1" 200 1087 0.019909 10.0.0.41 - - [2025-11-06 04:15:20] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010154 10.0.0.41 - - [2025-11-06 04:15:20] "GET /virtual-machine/521054b0-7201-4f8e-bc22-0efd1f62b87c HTTP/1.1" 200 1295 0.007104 10.0.0.41 - - [2025-11-06 04:15:20] "GET /virtual-machine-interface/96d9d06d-dcec-485d-97c3-cbee97578793 HTTP/1.1" 200 2957 0.006502 10.0.0.41 - - [2025-11-06 04:15:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004782 10.0.0.41 - - [2025-11-06 04:15:20] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006035 10.0.0.41 - - [2025-11-06 04:15:20] "GET /virtual-networks?parent_id=5fe89b47-fc9b-400f-93fb-bee4ae736323&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.004358 10.0.0.41 - - [2025-11-06 04:15:20] "GET /virtual-network/a5b477ca-a035-4e78-b4f2-caa1ad35ce2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006096 10.0.0.41 - - [2025-11-06 04:15:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004961 10.0.0.41 - - [2025-11-06 04:15:21] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006014 10.0.0.41 - - [2025-11-06 04:15:21] "GET /virtual-networks?parent_id=5fe89b47-fc9b-400f-93fb-bee4ae736323&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.004456 10.0.0.41 - - [2025-11-06 04:15:21] "GET /virtual-network/a5b477ca-a035-4e78-b4f2-caa1ad35ce2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006819 10.0.0.41 - - [2025-11-06 04:15:43] "POST /neutron/network HTTP/1.1" 200 117 0.006954 10.0.0.38 - - [2025-11-06 04:16:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000427 10.0.0.131 - - [2025-11-06 04:16:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000418 10.0.0.38 - - [2025-11-06 04:16:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000412 10.0.0.131 - - [2025-11-06 04:16:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000682 10.0.0.131 - - [2025-11-06 04:16:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000584 10.0.0.131 - - [2025-11-06 04:16:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000571 10.0.0.38 - - [2025-11-06 04:16:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000427 10.0.0.38 - - [2025-11-06 04:16:12] "GET /global-system-configs HTTP/1.1" 401 292 0.002613 10.0.0.41 - - [2025-11-06 04:16:13] "POST /neutron/port HTTP/1.1" 200 1087 0.017853 10.0.0.41 - - [2025-11-06 04:16:13] "POST /neutron/subnet HTTP/1.1" 200 690 0.009610 10.0.0.41 - - [2025-11-06 04:16:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000401 10.0.0.41 - - [2025-11-06 04:16:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000439 10.0.0.41 - - [2025-11-06 04:16:14] "GET /global-system-configs HTTP/1.1" 401 292 0.000482 10.0.0.41 - - [2025-11-06 04:16:14] "GET /global-system-configs HTTP/1.1" 401 292 0.000545 10.0.0.41 - - [2025-11-06 04:16:42] "POST /neutron/port HTTP/1.1" 200 1087 0.018085 10.0.0.41 - - [2025-11-06 04:16:42] "GET /virtual-machine/9c42ec35-01eb-4098-b81f-234beaa2640b HTTP/1.1" 200 1296 0.004890 10.0.0.41 - - [2025-11-06 04:16:42] "GET /virtual-machine-interface/39b3e8f3-2f46-4e3a-a499-4f4df812832a HTTP/1.1" 200 2956 0.007129 10.0.0.41 - - [2025-11-06 04:16:42] "GET /virtual-machine/9c42ec35-01eb-4098-b81f-234beaa2640b HTTP/1.1" 200 1296 0.004384 10.0.0.41 - - [2025-11-06 04:16:42] "GET /virtual-machine-interface/39b3e8f3-2f46-4e3a-a499-4f4df812832a HTTP/1.1" 200 2956 0.008271 10.0.0.41 - - [2025-11-06 04:16:42] "GET /instance-ip/896cebfb-1c4f-4122-98b0-db655835d9a9 HTTP/1.1" 200 1624 0.007072 10.0.0.41 - - [2025-11-06 04:16:42] "GET /virtual-machine/9c42ec35-01eb-4098-b81f-234beaa2640b HTTP/1.1" 200 1296 0.004379 10.0.0.41 - - [2025-11-06 04:16:42] "GET /virtual-machine-interface/39b3e8f3-2f46-4e3a-a499-4f4df812832a HTTP/1.1" 200 2956 0.008766 10.0.0.41 - - [2025-11-06 04:16:42] "GET /instance-ip/896cebfb-1c4f-4122-98b0-db655835d9a9 HTTP/1.1" 200 1624 0.005237 10.0.0.41 - - [2025-11-06 04:16:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003846 10.0.0.41 - - [2025-11-06 04:16:42] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004635 10.0.0.41 - - [2025-11-06 04:16:42] "GET /virtual-networks?parent_id=5fe89b47-fc9b-400f-93fb-bee4ae736323&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003340 10.0.0.41 - - [2025-11-06 04:16:42] "GET /virtual-network/a5b477ca-a035-4e78-b4f2-caa1ad35ce2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006949 10.0.0.41 - - [2025-11-06 04:16:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003798 10.0.0.41 - - [2025-11-06 04:16:42] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006730 10.0.0.41 - - [2025-11-06 04:16:42] "GET /virtual-networks?parent_id=5fe89b47-fc9b-400f-93fb-bee4ae736323&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.004676 10.0.0.41 - - [2025-11-06 04:16:42] "GET /virtual-network/a5b477ca-a035-4e78-b4f2-caa1ad35ce2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.008702 10.0.0.41 - - [2025-11-06 04:16:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005156 10.0.0.41 - - [2025-11-06 04:16:42] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006552 10.0.0.41 - - [2025-11-06 04:16:42] "GET /virtual-networks?parent_id=5fe89b47-fc9b-400f-93fb-bee4ae736323&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.006160 10.0.0.41 - - [2025-11-06 04:16:42] "GET /virtual-network/a5b477ca-a035-4e78-b4f2-caa1ad35ce2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006454 10.0.0.41 - - [2025-11-06 04:16:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004332 10.0.0.41 - - [2025-11-06 04:16:42] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005398 10.0.0.41 - - [2025-11-06 04:16:42] "GET /virtual-networks?parent_id=5fe89b47-fc9b-400f-93fb-bee4ae736323&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003766 10.0.0.41 - - [2025-11-06 04:16:42] "GET /virtual-network/a5b477ca-a035-4e78-b4f2-caa1ad35ce2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.008588 10.0.0.41 - - [2025-11-06 04:16:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004426 10.0.0.41 - - [2025-11-06 04:16:42] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005305 10.0.0.41 - - [2025-11-06 04:16:42] "GET /virtual-networks?parent_id=5fe89b47-fc9b-400f-93fb-bee4ae736323&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003904 10.0.0.41 - - [2025-11-06 04:16:42] "GET /virtual-network/a5b477ca-a035-4e78-b4f2-caa1ad35ce2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006411 10.0.0.41 - - [2025-11-06 04:16:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003772 10.0.0.41 - - [2025-11-06 04:16:42] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004729 10.0.0.41 - - [2025-11-06 04:16:42] "GET /virtual-networks?parent_id=5fe89b47-fc9b-400f-93fb-bee4ae736323&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.004594 10.0.0.41 - - [2025-11-06 04:16:43] "GET /virtual-network/a5b477ca-a035-4e78-b4f2-caa1ad35ce2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.009009 10.0.0.41 - - [2025-11-06 04:16:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004263 10.0.0.41 - - [2025-11-06 04:16:43] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005683 10.0.0.41 - - [2025-11-06 04:16:43] "GET /virtual-networks?parent_id=5fe89b47-fc9b-400f-93fb-bee4ae736323&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003346 10.0.0.41 - - [2025-11-06 04:16:43] "GET /virtual-network/a5b477ca-a035-4e78-b4f2-caa1ad35ce2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007073 10.0.0.41 - - [2025-11-06 04:16:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.005421 10.0.0.41 - - [2025-11-06 04:16:43] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.007204 10.0.0.41 - - [2025-11-06 04:16:43] "GET /virtual-networks?parent_id=5fe89b47-fc9b-400f-93fb-bee4ae736323&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003943 10.0.0.41 - - [2025-11-06 04:16:43] "GET /virtual-network/a5b477ca-a035-4e78-b4f2-caa1ad35ce2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006186 10.0.0.41 - - [2025-11-06 04:16:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004493 10.0.0.41 - - [2025-11-06 04:16:43] "GET /routing-instance/84529be8-ba5c-4cc0-8d68-ec768c084f54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.009448 10.0.0.41 - - [2025-11-06 04:16:43] "GET /route-target/805e3775-77ec-4c3b-9175-2a3ed7c8e88a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.006455 10.0.0.41 - - [2025-11-06 04:16:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004267 10.0.0.41 - - [2025-11-06 04:16:43] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005577 10.0.0.41 - - [2025-11-06 04:16:43] "GET /virtual-networks?parent_id=5fe89b47-fc9b-400f-93fb-bee4ae736323&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.004317 10.0.0.41 - - [2025-11-06 04:16:43] "GET /virtual-network/a5b477ca-a035-4e78-b4f2-caa1ad35ce2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006586 10.0.0.41 - - [2025-11-06 04:16:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.005054 10.0.0.41 - - [2025-11-06 04:16:43] "GET /routing-instance/84529be8-ba5c-4cc0-8d68-ec768c084f54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.004978 10.0.0.41 - - [2025-11-06 04:16:43] "GET /route-target/805e3775-77ec-4c3b-9175-2a3ed7c8e88a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004945 10.0.0.41 - - [2025-11-06 04:16:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004223 10.0.0.41 - - [2025-11-06 04:16:43] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004868 10.0.0.41 - - [2025-11-06 04:16:43] "GET /virtual-networks?parent_id=5fe89b47-fc9b-400f-93fb-bee4ae736323&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.004042 10.0.0.41 - - [2025-11-06 04:16:44] "GET /virtual-network/a5b477ca-a035-4e78-b4f2-caa1ad35ce2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007890 10.0.0.41 - - [2025-11-06 04:16:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003962 10.0.0.41 - - [2025-11-06 04:16:44] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004378 10.0.0.41 - - [2025-11-06 04:16:44] "GET /virtual-networks?parent_id=5fe89b47-fc9b-400f-93fb-bee4ae736323&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003639 10.0.0.41 - - [2025-11-06 04:16:44] "GET /virtual-network/a5b477ca-a035-4e78-b4f2-caa1ad35ce2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.008476 10.0.0.41 - - [2025-11-06 04:16:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004139 10.0.0.41 - - [2025-11-06 04:16:44] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.008249 10.0.0.41 - - [2025-11-06 04:16:44] "GET /virtual-networks?parent_id=5fe89b47-fc9b-400f-93fb-bee4ae736323&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.004934 10.0.0.41 - - [2025-11-06 04:16:44] "GET /virtual-network/a5b477ca-a035-4e78-b4f2-caa1ad35ce2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007955 10.0.0.41 - - [2025-11-06 04:16:44] "GET /obj-perms HTTP/1.1" 200 5032 0.056452 10.0.0.131 - - [2025-11-06 04:16:44] "GET /obj-perms HTTP/1.1" 200 5032 0.061509 10.0.0.41 - - [2025-11-06 04:16:44] "GET /obj-perms HTTP/1.1" 200 5032 0.004489 10.0.0.41 - - [2025-11-06 04:16:44] "GET /obj-perms HTTP/1.1" 200 5032 0.005316 10.0.0.38 - - [2025-11-06 04:16:44] "GET /obj-perms HTTP/1.1" 200 5032 0.005147 10.0.0.41 - - [2025-11-06 04:16:44] "POST /neutron/port HTTP/1.1" 200 1087 0.032342 10.0.0.41 - - [2025-11-06 04:16:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004750 10.0.0.41 - - [2025-11-06 04:16:45] "POST /neutron/port HTTP/1.1" 200 117 0.001287 10.0.0.41 - - [2025-11-06 04:16:45] "GET /virtual-machine/521054b0-7201-4f8e-bc22-0efd1f62b87c HTTP/1.1" 200 1295 0.007577 10.0.0.41 - - [2025-11-06 04:16:45] "GET /virtual-machine-interface/96d9d06d-dcec-485d-97c3-cbee97578793 HTTP/1.1" 200 2957 0.013358 10.0.0.41 - - [2025-11-06 04:16:45] "GET /virtual-machine/521054b0-7201-4f8e-bc22-0efd1f62b87c HTTP/1.1" 200 1295 0.011995 10.0.0.41 - - [2025-11-06 04:16:45] "GET /virtual-machine-interface/96d9d06d-dcec-485d-97c3-cbee97578793 HTTP/1.1" 200 2957 0.008720 10.0.0.41 - - [2025-11-06 04:16:45] "GET /instance-ip/916ed426-0b4b-4c7b-a03b-121350ab04c0 HTTP/1.1" 200 1625 0.010013 10.0.0.41 - - [2025-11-06 04:16:45] "GET /virtual-machine/521054b0-7201-4f8e-bc22-0efd1f62b87c HTTP/1.1" 200 1295 0.007076 10.0.0.41 - - [2025-11-06 04:16:45] "GET /virtual-machine-interface/96d9d06d-dcec-485d-97c3-cbee97578793 HTTP/1.1" 200 2957 0.013080 10.0.0.41 - - [2025-11-06 04:16:45] "GET /instance-ip/916ed426-0b4b-4c7b-a03b-121350ab04c0 HTTP/1.1" 200 1625 0.009288 10.0.0.41 - - [2025-11-06 04:16:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.005035 10.0.0.41 - - [2025-11-06 04:16:45] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006931 10.0.0.41 - - [2025-11-06 04:16:45] "GET /virtual-networks?parent_id=5fe89b47-fc9b-400f-93fb-bee4ae736323&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.010449 10.0.0.41 - - [2025-11-06 04:16:45] "GET /virtual-network/a5b477ca-a035-4e78-b4f2-caa1ad35ce2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.010487 10.0.0.41 - - [2025-11-06 04:16:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.006323 10.0.0.41 - - [2025-11-06 04:16:45] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006334 10.0.0.41 - - [2025-11-06 04:16:45] "GET /virtual-networks?parent_id=5fe89b47-fc9b-400f-93fb-bee4ae736323&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.005326 10.0.0.41 - - [2025-11-06 04:16:45] "GET /virtual-network/a5b477ca-a035-4e78-b4f2-caa1ad35ce2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.008733 10.0.0.41 - - [2025-11-06 04:16:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.005579 10.0.0.41 - - [2025-11-06 04:16:45] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.008784 10.0.0.41 - - [2025-11-06 04:16:45] "GET /virtual-networks?parent_id=5fe89b47-fc9b-400f-93fb-bee4ae736323&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.013113 10.0.0.41 - - [2025-11-06 04:16:45] "GET /virtual-network/a5b477ca-a035-4e78-b4f2-caa1ad35ce2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.008997 10.0.0.41 - - [2025-11-06 04:16:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.013689 10.0.0.41 - - [2025-11-06 04:16:45] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005002 10.0.0.41 - - [2025-11-06 04:16:45] "GET /virtual-networks?parent_id=5fe89b47-fc9b-400f-93fb-bee4ae736323&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.005119 10.0.0.41 - - [2025-11-06 04:16:45] "GET /virtual-network/a5b477ca-a035-4e78-b4f2-caa1ad35ce2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007475 10.0.0.41 - - [2025-11-06 04:16:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004259 10.0.0.41 - - [2025-11-06 04:16:45] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005214 10.0.0.41 - - [2025-11-06 04:16:45] "GET /virtual-networks?parent_id=5fe89b47-fc9b-400f-93fb-bee4ae736323&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.008002 10.0.0.41 - - [2025-11-06 04:16:45] "GET /virtual-network/a5b477ca-a035-4e78-b4f2-caa1ad35ce2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007884 10.0.0.41 - - [2025-11-06 04:16:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005685 10.0.0.41 - - [2025-11-06 04:16:46] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.009797 10.0.0.41 - - [2025-11-06 04:16:46] "GET /virtual-networks?parent_id=5fe89b47-fc9b-400f-93fb-bee4ae736323&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.005521 10.0.0.41 - - [2025-11-06 04:16:46] "GET /virtual-network/a5b477ca-a035-4e78-b4f2-caa1ad35ce2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006547 10.0.0.41 - - [2025-11-06 04:16:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004601 10.0.0.41 - - [2025-11-06 04:16:46] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005281 10.0.0.41 - - [2025-11-06 04:16:46] "GET /virtual-networks?parent_id=5fe89b47-fc9b-400f-93fb-bee4ae736323&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.004521 10.0.0.41 - - [2025-11-06 04:16:46] "GET /virtual-network/a5b477ca-a035-4e78-b4f2-caa1ad35ce2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.008482 10.0.0.41 - - [2025-11-06 04:16:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004083 10.0.0.41 - - [2025-11-06 04:16:46] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004180 10.0.0.41 - - [2025-11-06 04:16:46] "GET /virtual-networks?parent_id=5fe89b47-fc9b-400f-93fb-bee4ae736323&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.012984 10.0.0.41 - - [2025-11-06 04:16:46] "GET /virtual-network/a5b477ca-a035-4e78-b4f2-caa1ad35ce2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006098 10.0.0.41 - - [2025-11-06 04:16:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004557 10.0.0.41 - - [2025-11-06 04:16:46] "GET /routing-instance/84529be8-ba5c-4cc0-8d68-ec768c084f54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.008272 10.0.0.41 - - [2025-11-06 04:16:46] "GET /route-target/805e3775-77ec-4c3b-9175-2a3ed7c8e88a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004474 10.0.0.41 - - [2025-11-06 04:16:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003833 10.0.0.41 - - [2025-11-06 04:16:46] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004942 10.0.0.41 - - [2025-11-06 04:16:46] "GET /virtual-networks?parent_id=5fe89b47-fc9b-400f-93fb-bee4ae736323&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003663 10.0.0.41 - - [2025-11-06 04:16:47] "GET /virtual-network/a5b477ca-a035-4e78-b4f2-caa1ad35ce2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007888 10.0.0.41 - - [2025-11-06 04:16:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.005226 10.0.0.41 - - [2025-11-06 04:16:47] "GET /routing-instance/84529be8-ba5c-4cc0-8d68-ec768c084f54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.004939 10.0.0.41 - - [2025-11-06 04:16:47] "GET /route-target/805e3775-77ec-4c3b-9175-2a3ed7c8e88a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004981 10.0.0.41 - - [2025-11-06 04:16:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004485 10.0.0.41 - - [2025-11-06 04:16:47] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005734 10.0.0.41 - - [2025-11-06 04:16:47] "GET /virtual-networks?parent_id=5fe89b47-fc9b-400f-93fb-bee4ae736323&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.004853 10.0.0.41 - - [2025-11-06 04:16:47] "GET /virtual-network/a5b477ca-a035-4e78-b4f2-caa1ad35ce2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.009963 10.0.0.41 - - [2025-11-06 04:16:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.005174 10.0.0.41 - - [2025-11-06 04:16:47] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.014386 10.0.0.41 - - [2025-11-06 04:16:47] "GET /virtual-networks?parent_id=5fe89b47-fc9b-400f-93fb-bee4ae736323&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.005698 10.0.0.41 - - [2025-11-06 04:16:47] "GET /virtual-network/a5b477ca-a035-4e78-b4f2-caa1ad35ce2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.008180 10.0.0.41 - - [2025-11-06 04:16:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.005883 10.0.0.41 - - [2025-11-06 04:16:47] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006036 10.0.0.41 - - [2025-11-06 04:16:47] "GET /virtual-networks?parent_id=5fe89b47-fc9b-400f-93fb-bee4ae736323&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.004745 10.0.0.41 - - [2025-11-06 04:16:47] "GET /virtual-network/a5b477ca-a035-4e78-b4f2-caa1ad35ce2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.009481 10.0.0.131 - - [2025-11-06 04:16:47] "GET /obj-perms HTTP/1.1" 200 5032 0.007994 10.0.0.41 - - [2025-11-06 04:16:47] "GET /obj-perms HTTP/1.1" 200 5032 0.005215 10.0.0.41 - - [2025-11-06 04:16:47] "GET /obj-perms HTTP/1.1" 200 5032 0.006098 10.0.0.41 - - [2025-11-06 04:16:48] "GET /obj-perms HTTP/1.1" 200 5032 0.012164 10.0.0.131 - - [2025-11-06 04:16:48] "GET /obj-perms HTTP/1.1" 200 5032 0.005726 10.0.0.41 - - [2025-11-06 04:16:53] "GET /virtual-machine/521054b0-7201-4f8e-bc22-0efd1f62b87c HTTP/1.1" 200 1295 0.005486 10.0.0.41 - - [2025-11-06 04:16:53] "POST /neutron/port HTTP/1.1" 200 1113 0.013947 10.0.0.41 - - [2025-11-06 04:16:55] "GET /virtual-machine/521054b0-7201-4f8e-bc22-0efd1f62b87c HTTP/1.1" 404 171 0.003741 10.0.0.41 - - [2025-11-06 04:16:55] "GET /virtual-machine/521054b0-7201-4f8e-bc22-0efd1f62b87c HTTP/1.1" 404 171 0.004402 10.0.0.41 - - [2025-11-06 04:16:55] "GET /virtual-machine/521054b0-7201-4f8e-bc22-0efd1f62b87c HTTP/1.1" 404 171 0.003513 10.0.0.41 - - [2025-11-06 04:16:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004791 10.0.0.41 - - [2025-11-06 04:16:55] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004444 10.0.0.41 - - [2025-11-06 04:16:55] "GET /virtual-networks?parent_id=5fe89b47-fc9b-400f-93fb-bee4ae736323&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003945 10.0.0.41 - - [2025-11-06 04:16:55] "GET /virtual-network/a5b477ca-a035-4e78-b4f2-caa1ad35ce2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007282 10.0.0.41 - - [2025-11-06 04:16:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.011842 10.0.0.41 - - [2025-11-06 04:16:55] "GET /routing-instance/84529be8-ba5c-4cc0-8d68-ec768c084f54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.007113 10.0.0.41 - - [2025-11-06 04:16:55] "GET /route-target/805e3775-77ec-4c3b-9175-2a3ed7c8e88a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.006403 10.0.0.41 - - [2025-11-06 04:16:56] "GET /obj-perms HTTP/1.1" 200 5032 0.007046 10.0.0.41 - - [2025-11-06 04:17:02] "GET /obj-perms HTTP/1.1" 200 5032 0.004821 10.0.0.41 - - [2025-11-06 04:17:05] "GET /obj-perms HTTP/1.1" 200 5032 0.004733 10.0.0.41 - - [2025-11-06 04:17:11] "GET /obj-perms HTTP/1.1" 200 5032 0.005255 10.0.0.41 - - [2025-11-06 04:17:14] "GET /obj-perms HTTP/1.1" 200 5032 0.004940 10.0.0.41 - - [2025-11-06 04:17:20] "GET /obj-perms HTTP/1.1" 200 5032 0.004930 10.0.0.41 - - [2025-11-06 04:17:23] "GET /obj-perms HTTP/1.1" 200 5032 0.004038 10.0.0.41 - - [2025-11-06 04:17:24] "GET /virtual-machine/9c42ec35-01eb-4098-b81f-234beaa2640b HTTP/1.1" 200 1296 0.005680 10.0.0.41 - - [2025-11-06 04:17:24] "POST /neutron/port HTTP/1.1" 200 1113 0.015970 10.0.0.41 - - [2025-11-06 04:17:26] "GET /virtual-machine/9c42ec35-01eb-4098-b81f-234beaa2640b HTTP/1.1" 404 171 0.005960 10.0.0.41 - - [2025-11-06 04:17:26] "GET /virtual-machine/9c42ec35-01eb-4098-b81f-234beaa2640b HTTP/1.1" 404 171 0.003564 10.0.0.41 - - [2025-11-06 04:17:26] "GET /virtual-machine/9c42ec35-01eb-4098-b81f-234beaa2640b HTTP/1.1" 404 171 0.003180 10.0.0.41 - - [2025-11-06 04:17:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003612 10.0.0.41 - - [2025-11-06 04:17:26] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004308 10.0.0.41 - - [2025-11-06 04:17:26] "GET /virtual-networks?parent_id=5fe89b47-fc9b-400f-93fb-bee4ae736323&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003542 10.0.0.41 - - [2025-11-06 04:17:26] "GET /virtual-network/a5b477ca-a035-4e78-b4f2-caa1ad35ce2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005980 10.0.0.41 - - [2025-11-06 04:17:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003062 10.0.0.41 - - [2025-11-06 04:17:26] "GET /routing-instance/84529be8-ba5c-4cc0-8d68-ec768c084f54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.004791 10.0.0.41 - - [2025-11-06 04:17:26] "GET /route-target/805e3775-77ec-4c3b-9175-2a3ed7c8e88a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004358 10.0.0.41 - - [2025-11-06 04:17:26] "GET /obj-perms HTTP/1.1" 200 5032 0.004060 10.0.0.41 - - [2025-11-06 04:17:29] "GET /obj-perms HTTP/1.1" 200 5032 0.004205 10.0.0.41 - - [2025-11-06 04:17:32] "GET /obj-perms HTTP/1.1" 200 5032 0.005779 10.0.0.38 - - [2025-11-06 04:17:32] "GET /obj-perms HTTP/1.1" 200 5032 0.005286 10.0.0.131 - - [2025-11-06 04:17:33] "POST /useragent-kv HTTP/1.1" 200 115 0.003414 10.0.0.131 - - [2025-11-06 04:17:33] "POST /useragent-kv HTTP/1.1" 200 115 0.002814 10.0.0.41 - - [2025-11-06 04:17:33] "POST /neutron/network HTTP/1.1" 200 151 0.155544 10.0.0.131 - - [2025-11-06 04:17:33] "DELETE /route-target/805e3775-77ec-4c3b-9175-2a3ed7c8e88a HTTP/1.1" 200 115 0.036567 10.0.0.41 - - [2025-11-06 04:17:35] "POST /fqname-to-id HTTP/1.1" 404 200 0.004975 10.0.0.41 - - [2025-11-06 04:17:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003885 10.0.0.131 - - [2025-11-06 04:17:35] "GET /projects?obj_uuids=5fe89b47-fc9b-400f-93fb-bee4ae736323&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002147 10.0.0.41 - - [2025-11-06 04:17:36] "GET /project/5fe89b47-fc9b-400f-93fb-bee4ae736323?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.060954 10.0.0.41 - - [2025-11-06 04:17:36] "POST /network-policys HTTP/1.1" 200 524 0.050474 10.0.0.41 - - [2025-11-06 04:17:36] "GET /network-policy/6ddc900f-a563-4bb6-a045-5e688d154b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.007246 10.0.0.41 - - [2025-11-06 04:17:36] "POST /fqname-to-id HTTP/1.1" 404 200 0.003165 10.0.0.41 - - [2025-11-06 04:17:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.005009 10.0.0.131 - - [2025-11-06 04:17:36] "GET /projects?obj_uuids=5fe89b47-fc9b-400f-93fb-bee4ae736323&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001249 10.0.0.41 - - [2025-11-06 04:17:36] "GET /project/5fe89b47-fc9b-400f-93fb-bee4ae736323?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.042850 10.0.0.41 - - [2025-11-06 04:17:36] "POST /network-policys HTTP/1.1" 200 524 0.032606 10.0.0.41 - - [2025-11-06 04:17:36] "GET /network-policy/91630a97-96f2-437d-b024-294d6b60ebb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.006934 10.0.0.41 - - [2025-11-06 04:17:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003271 10.0.0.131 - - [2025-11-06 04:17:36] "GET /projects?obj_uuids=5fe89b47-fc9b-400f-93fb-bee4ae736323&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000962 10.0.0.41 - - [2025-11-06 04:17:36] "GET /project/5fe89b47-fc9b-400f-93fb-bee4ae736323?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.044588 10.0.0.41 - - [2025-11-06 04:17:36] "GET /virtual-networks?parent_id=5fe89b47-fc9b-400f-93fb-bee4ae736323&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.003967 10.0.0.41 - - [2025-11-06 04:17:36] "POST /virtual-networks HTTP/1.1" 200 548 0.092098 10.0.0.41 - - [2025-11-06 04:17:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004651 10.0.0.41 - - [2025-11-06 04:17:36] "GET /network-ipam/0636f652-367b-4880-a1e1-ca5cc34db72a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.006018 10.0.0.131 - - [2025-11-06 04:17:36] "POST /useragent-kv HTTP/1.1" 200 115 0.012497 10.0.0.41 - - [2025-11-06 04:17:36] "POST /ref-update HTTP/1.1" 200 156 0.125149 10.0.0.41 - - [2025-11-06 04:17:37] "GET /virtual-network/756f8ed9-5533-499e-94cf-32dca22eaa36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1935 0.007277 10.0.0.41 - - [2025-11-06 04:17:37] "POST /neutron/network HTTP/1.1" 200 809 0.009166 10.0.0.41 - - [2025-11-06 04:17:37] "GET /virtual-network/756f8ed9-5533-499e-94cf-32dca22eaa36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1935 0.005983 10.0.0.131 - - [2025-11-06 04:17:37] "GET /obj-perms HTTP/1.1" 200 5032 0.005072 10.0.0.41 - - [2025-11-06 04:17:37] "GET /virtual-network/756f8ed9-5533-499e-94cf-32dca22eaa36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1935 0.006327 10.0.0.41 - - [2025-11-06 04:17:37] "PUT /virtual-network/756f8ed9-5533-499e-94cf-32dca22eaa36 HTTP/1.1" 200 265 0.062208 10.0.0.41 - - [2025-11-06 04:17:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004199 10.0.0.41 - - [2025-11-06 04:17:37] "GET /network-policy/6ddc900f-a563-4bb6-a045-5e688d154b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.004424 10.0.0.131 - - [2025-11-06 04:17:37] "POST /fqname-to-id HTTP/1.1" 404 237 0.007184 10.0.0.41 - - [2025-11-06 04:17:37] "POST /ref-update HTTP/1.1" 200 156 0.053002 10.0.0.41 - - [2025-11-06 04:17:37] "GET /virtual-network/756f8ed9-5533-499e-94cf-32dca22eaa36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.006579 10.0.0.41 - - [2025-11-06 04:17:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003479 10.0.0.41 - - [2025-11-06 04:17:37] "GET /network-policy/6ddc900f-a563-4bb6-a045-5e688d154b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.004128 10.0.0.41 - - [2025-11-06 04:17:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003021 10.0.0.131 - - [2025-11-06 04:17:38] "GET /projects?obj_uuids=5fe89b47-fc9b-400f-93fb-bee4ae736323&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001075 10.0.0.41 - - [2025-11-06 04:17:38] "GET /project/5fe89b47-fc9b-400f-93fb-bee4ae736323?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.069525 10.0.0.41 - - [2025-11-06 04:17:38] "GET /virtual-networks?parent_id=5fe89b47-fc9b-400f-93fb-bee4ae736323&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.004767 10.0.0.41 - - [2025-11-06 04:17:38] "POST /virtual-networks HTTP/1.1" 200 548 0.095532 10.0.0.41 - - [2025-11-06 04:17:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004103 10.0.0.131 - - [2025-11-06 04:17:38] "POST /ref-update HTTP/1.1" 200 156 0.028345 10.0.0.41 - - [2025-11-06 04:17:38] "GET /network-ipam/0636f652-367b-4880-a1e1-ca5cc34db72a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.006062 10.0.0.131 - - [2025-11-06 04:17:38] "POST /useragent-kv HTTP/1.1" 200 115 0.005851 10.0.0.41 - - [2025-11-06 04:17:38] "POST /ref-update HTTP/1.1" 200 156 0.083294 10.0.0.41 - - [2025-11-06 04:17:38] "POST /neutron/network HTTP/1.1" 200 809 0.010460 10.0.0.41 - - [2025-11-06 04:17:38] "GET /virtual-network/25c4fd85-a78d-4e09-ba9d-e61b5f288629?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1935 0.007365 10.0.0.41 - - [2025-11-06 04:17:38] "POST /neutron/subnet HTTP/1.1" 200 672 0.012132 10.0.0.41 - - [2025-11-06 04:17:38] "GET /virtual-network/25c4fd85-a78d-4e09-ba9d-e61b5f288629?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1935 0.007345 10.0.0.41 - - [2025-11-06 04:17:39] "GET /obj-perms HTTP/1.1" 200 5032 0.005841 10.0.0.41 - - [2025-11-06 04:17:39] "GET /virtual-network/25c4fd85-a78d-4e09-ba9d-e61b5f288629?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1935 0.007226 10.0.0.41 - - [2025-11-06 04:17:39] "PUT /virtual-network/25c4fd85-a78d-4e09-ba9d-e61b5f288629 HTTP/1.1" 200 265 0.053643 10.0.0.41 - - [2025-11-06 04:17:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004708 10.0.0.41 - - [2025-11-06 04:17:39] "GET /network-policy/91630a97-96f2-437d-b024-294d6b60ebb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.004553 10.0.0.41 - - [2025-11-06 04:17:39] "POST /ref-update HTTP/1.1" 200 156 0.056496 10.0.0.41 - - [2025-11-06 04:17:39] "GET /virtual-network/25c4fd85-a78d-4e09-ba9d-e61b5f288629?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.007365 10.0.0.41 - - [2025-11-06 04:17:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003582 10.0.0.131 - - [2025-11-06 04:17:39] "POST /ref-update HTTP/1.1" 200 156 0.027219 10.0.0.41 - - [2025-11-06 04:17:39] "GET /network-policy/91630a97-96f2-437d-b024-294d6b60ebb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.008025 10.0.0.41 - - [2025-11-06 04:17:39] "POST /id-to-fqname HTTP/1.1" 200 222 0.001441 10.0.0.41 - - [2025-11-06 04:17:39] "POST /neutron/network HTTP/1.1" 200 896 0.011834 10.0.0.131 - - [2025-11-06 04:17:40] "GET /projects?obj_uuids=5fe89b47-fc9b-400f-93fb-bee4ae736323&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001586 10.0.0.41 - - [2025-11-06 04:17:40] "GET /project/5fe89b47-fc9b-400f-93fb-bee4ae736323?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.313985 10.0.0.41 - - [2025-11-06 04:17:41] "POST /neutron/port HTTP/1.1" 200 117 0.008676 10.0.0.41 - - [2025-11-06 04:17:41] "POST /id-to-fqname HTTP/1.1" 200 222 0.001426 10.0.0.41 - - [2025-11-06 04:17:41] "POST /neutron/network HTTP/1.1" 200 896 0.007636 10.0.0.41 - - [2025-11-06 04:17:42] "POST /neutron/port HTTP/1.1" 200 1061 0.017879 10.0.0.131 - - [2025-11-06 04:17:42] "GET /projects?obj_uuids=5fe89b47-fc9b-400f-93fb-bee4ae736323&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001093 10.0.0.41 - - [2025-11-06 04:17:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005635 10.0.0.41 - - [2025-11-06 04:17:42] "GET /project/5fe89b47-fc9b-400f-93fb-bee4ae736323?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.080945 10.0.0.41 - - [2025-11-06 04:17:42] "POST /neutron/port HTTP/1.1" 200 117 0.001273 10.0.0.41 - - [2025-11-06 04:17:42] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010981 10.0.0.41 - - [2025-11-06 04:17:42] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008021 10.0.0.41 - - [2025-11-06 04:17:43] "POST /neutron/port HTTP/1.1" 200 1061 0.022292 10.0.0.41 - - [2025-11-06 04:17:43] "POST /neutron/port HTTP/1.1" 200 1089 0.022230 10.0.0.41 - - [2025-11-06 04:17:43] "POST /neutron/port HTTP/1.1" 200 117 0.001596 10.0.0.41 - - [2025-11-06 04:17:44] "POST /neutron/port HTTP/1.1" 200 117 0.008926 10.0.0.41 - - [2025-11-06 04:17:47] "POST /neutron/port HTTP/1.1" 200 1089 0.019570 10.0.0.41 - - [2025-11-06 04:17:47] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007673 10.0.0.41 - - [2025-11-06 04:17:48] "GET /virtual-machine/3907a272-774f-40c9-8b31-7ef175fee009 HTTP/1.1" 200 1295 0.006649 10.0.0.41 - - [2025-11-06 04:17:48] "GET /virtual-machine-interface/0e503448-d04b-4425-ac63-ef59cf2e2bb5 HTTP/1.1" 200 2956 0.007359 10.0.0.41 - - [2025-11-06 04:17:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005261 10.0.0.41 - - [2025-11-06 04:17:48] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005737 10.0.0.41 - - [2025-11-06 04:17:48] "GET /virtual-networks?parent_id=5fe89b47-fc9b-400f-93fb-bee4ae736323&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.004267 10.0.0.41 - - [2025-11-06 04:17:48] "GET /virtual-network/756f8ed9-5533-499e-94cf-32dca22eaa36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.007834 10.0.0.41 - - [2025-11-06 04:17:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005595 10.0.0.41 - - [2025-11-06 04:17:51] "GET /virtual-network/756f8ed9-5533-499e-94cf-32dca22eaa36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.006856 10.0.0.41 - - [2025-11-06 04:17:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003945 10.0.0.41 - - [2025-11-06 04:17:55] "GET /virtual-network/756f8ed9-5533-499e-94cf-32dca22eaa36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005977 10.0.0.41 - - [2025-11-06 04:17:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003971 10.0.0.41 - - [2025-11-06 04:17:59] "GET /virtual-network/756f8ed9-5533-499e-94cf-32dca22eaa36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005498 10.0.0.41 - - [2025-11-06 04:18:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003936 10.0.0.41 - - [2025-11-06 04:18:03] "GET /virtual-network/756f8ed9-5533-499e-94cf-32dca22eaa36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.007502 10.0.0.41 - - [2025-11-06 04:18:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005168 10.0.0.41 - - [2025-11-06 04:18:07] "GET /virtual-network/756f8ed9-5533-499e-94cf-32dca22eaa36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.008292 10.0.0.41 - - [2025-11-06 04:18:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004151 10.0.0.41 - - [2025-11-06 04:18:11] "GET /virtual-network/756f8ed9-5533-499e-94cf-32dca22eaa36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005869 10.0.0.41 - - [2025-11-06 04:18:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003639 10.0.0.41 - - [2025-11-06 04:18:15] "GET /virtual-network/756f8ed9-5533-499e-94cf-32dca22eaa36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005606 10.0.0.41 - - [2025-11-06 04:18:16] "POST /neutron/port HTTP/1.1" 200 1089 0.016545 10.0.0.41 - - [2025-11-06 04:18:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004468 10.0.0.41 - - [2025-11-06 04:18:16] "POST /neutron/network HTTP/1.1" 200 886 0.007909 10.0.0.41 - - [2025-11-06 04:18:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005488 10.0.0.41 - - [2025-11-06 04:18:19] "GET /virtual-network/756f8ed9-5533-499e-94cf-32dca22eaa36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.008648 10.0.0.41 - - [2025-11-06 04:18:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.008623 10.0.0.41 - - [2025-11-06 04:18:24] "GET /virtual-network/756f8ed9-5533-499e-94cf-32dca22eaa36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.006393 10.0.0.41 - - [2025-11-06 04:18:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003982 10.0.0.41 - - [2025-11-06 04:18:26] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003969 10.0.0.41 - - [2025-11-06 04:18:26] "GET /virtual-networks?parent_id=5fe89b47-fc9b-400f-93fb-bee4ae736323&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003374 10.0.0.41 - - [2025-11-06 04:18:26] "GET /virtual-network/756f8ed9-5533-499e-94cf-32dca22eaa36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.006733 10.0.0.41 - - [2025-11-06 04:18:31] "POST /neutron/port HTTP/1.1" 200 1089 0.017637 10.0.0.41 - - [2025-11-06 04:18:35] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008307 10.0.0.41 - - [2025-11-06 04:18:37] "POST /neutron/port HTTP/1.1" 200 1089 0.016885 10.0.0.38 - - [2025-11-06 04:18:41] "GET /obj-perms HTTP/1.1" 200 5056 0.052091 10.0.0.131 - - [2025-11-06 04:18:41] "GET /obj-perms HTTP/1.1" 200 5056 0.049953 10.0.0.41 - - [2025-11-06 04:18:41] "POST /neutron/security_group HTTP/1.1" 200 2059 0.012528 10.0.0.41 - - [2025-11-06 04:18:45] "POST /neutron/network HTTP/1.1" 200 896 0.034279 10.0.0.41 - - [2025-11-06 04:18:45] "POST /neutron/port HTTP/1.1" 200 117 0.001187 10.0.0.41 - - [2025-11-06 04:18:47] "POST /neutron/security_group HTTP/1.1" 200 2059 0.014023 10.0.0.41 - - [2025-11-06 04:18:47] "POST /neutron/port HTTP/1.1" 200 1089 0.017356 10.0.0.41 - - [2025-11-06 04:18:47] "GET /virtual-machine/2d482889-251e-459d-9307-485433613080 HTTP/1.1" 200 1295 0.006473 10.0.0.41 - - [2025-11-06 04:18:47] "GET /virtual-machine-interface/023a8e59-3ffe-40c1-a870-f2a80fbbc238 HTTP/1.1" 200 2955 0.006138 10.0.0.41 - - [2025-11-06 04:18:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004687 10.0.0.41 - - [2025-11-06 04:18:47] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004708 10.0.0.41 - - [2025-11-06 04:18:47] "GET /virtual-networks?parent_id=5fe89b47-fc9b-400f-93fb-bee4ae736323&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003918 10.0.0.41 - - [2025-11-06 04:18:47] "GET /virtual-network/25c4fd85-a78d-4e09-ba9d-e61b5f288629?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.008463 10.0.0.41 - - [2025-11-06 04:18:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005214 10.0.0.41 - - [2025-11-06 04:18:48] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004557 10.0.0.41 - - [2025-11-06 04:18:48] "GET /virtual-networks?parent_id=5fe89b47-fc9b-400f-93fb-bee4ae736323&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.006400 10.0.0.41 - - [2025-11-06 04:18:48] "GET /virtual-network/25c4fd85-a78d-4e09-ba9d-e61b5f288629?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.006412 10.0.0.41 - - [2025-11-06 04:19:18] "POST /neutron/port HTTP/1.1" 200 1089 0.018894 10.0.0.41 - - [2025-11-06 04:19:18] "POST /neutron/subnet HTTP/1.1" 200 646 0.013035 10.0.0.131 - - [2025-11-06 04:19:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.027025 10.0.0.41 - - [2025-11-06 04:19:45] "POST /neutron/port HTTP/1.1" 200 117 0.005055 10.0.0.41 - - [2025-11-06 04:19:45] "POST /neutron/network HTTP/1.1" 200 117 0.015782 10.0.0.41 - - [2025-11-06 04:20:20] "POST /neutron/network HTTP/1.1" 200 896 0.037459 10.0.0.41 - - [2025-11-06 04:20:20] "POST /neutron/port HTTP/1.1" 200 117 0.001212 ++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ mkdir -p /var/log/contrail/config-api ++ log_file=/var/log/contrail/config-api/console.log ++ touch /var/log/contrail/config-api/console.log ++ chmod 600 /var/log/contrail/config-api/console.log ++ exec +++ tee -a /var/log/contrail/config-api/console.log +++ date ++ echo 'INFO: =================== Thu Nov 6 04:20:22 AM UTC 2025 ===================' INFO: =================== Thu Nov 6 04:20:22 AM UTC 2025 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ cut -d / -f 1 +++ local nic=ens3 +++ ip addr show dev ens3 +++ head -n 1 +++ awk '{print $2}' +++ grep 'inet ' ++ DEFAULT_LOCAL_IP=10.0.0.131 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ mount -t hugetlbfs +++ awk '/pagesize=2M/{print($3)}' +++ tail -n 1 ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.41,10.0.0.38,10.0.0.131 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.41,10.0.0.38,10.0.0.131 ++ ANALYTICSDB_NODES=10.0.0.41,10.0.0.38,10.0.0.131 ++ ANALYTICS_SNMP_NODES=10.0.0.41,10.0.0.38,10.0.0.131 ++ ANALYTICS_API_PORT=8081 ++ ANALYTICS_API_INTROSPECT_PORT=8090 ++ ANALYTICSDB_PORT=9160 ++ ANALYTICSDB_CQL_PORT=9042 ++ TOPOLOGY_INTROSPECT_PORT=5921 ++ QUERYENGINE_INTROSPECT_PORT=8091 +++ get_server_list ANALYTICS ':8081 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8081 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:8081 ' +++ '[' -n '10.0.0.41:8081 10.0.0.38:8081 10.0.0.131:8081 ' ']' +++ echo '10.0.0.41:8081 10.0.0.38:8081 10.0.0.131:8081' ++ ANALYTICS_SERVERS='10.0.0.41:8081 10.0.0.38:8081 10.0.0.131:8081' +++ get_server_list ANALYTICSDB ':9042 ' +++ local server_typ=ANALYTICSDB_NODES +++ local 'port_with_delim=:9042 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:9042 ' +++ '[' -n '10.0.0.41:9042 10.0.0.38:9042 10.0.0.131:9042 ' ']' +++ echo '10.0.0.41:9042 10.0.0.38:9042 10.0.0.131:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.41:9042 10.0.0.38:9042 10.0.0.131:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.41,10.0.0.38,10.0.0.131 ++ ALARMGEN_INTROSPECT_PORT=5995 ++ BGP_PORT=179 ++ BGP_AUTO_MESH=true ++ BGP_ASN=64512 ++ ENABLE_4BYTE_AS=false ++ APPLY_DEFAULTS=true ++ COLLECTOR_PORT=8086 ++ COLLECTOR_INTROSPECT_PORT=8089 ++ COLLECTOR_SYSLOG_PORT=514 ++ COLLECTOR_SFLOW_PORT=6343 ++ COLLECTOR_IPFIX_PORT=4739 ++ COLLECTOR_PROTOBUF_PORT=3333 ++ COLLECTOR_STRUCTURED_SYSLOG_PORT=3514 ++ SNMPCOLLECTOR_INTROSPECT_PORT=5920 +++ get_server_list ANALYTICS ':8086 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8086 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:8086 ' +++ '[' -n '10.0.0.41:8086 10.0.0.38:8086 10.0.0.131:8086 ' ']' +++ echo '10.0.0.41:8086 10.0.0.38:8086 10.0.0.131:8086' ++ COLLECTOR_SERVERS='10.0.0.41:8086 10.0.0.38:8086 10.0.0.131:8086' ++ CASSANDRA_PORT=9160 ++ CASSANDRA_CQL_PORT=9042 ++ CASSANDRA_SSL_STORAGE_PORT=7011 ++ CASSANDRA_STORAGE_PORT=7010 ++ CASSANDRA_JMX_LOCAL_PORT=7200 ++ CONFIGDB_CASSANDRA_DRIVER=cql ++ CONFIG_NODES=10.0.0.41,10.0.0.38,10.0.0.131 ++ CONFIGDB_NODES=10.0.0.41,10.0.0.38,10.0.0.131 ++ CONFIG_API_PORT=8082 ++ CONFIG_API_INTROSPECT_PORT=8084 ++ CONFIG_API_ADMIN_PORT=8095 ++ CONFIGDB_PORT=9161 ++ CONFIGDB_CQL_PORT=9041 +++ get_server_list CONFIG ':8082 ' +++ local server_typ=CONFIG_NODES +++ local 'port_with_delim=:8082 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:8082 ' +++ '[' -n '10.0.0.41:8082 10.0.0.38:8082 10.0.0.131:8082 ' ']' +++ echo '10.0.0.41:8082 10.0.0.38:8082 10.0.0.131:8082' ++ CONFIG_SERVERS='10.0.0.41:8082 10.0.0.38:8082 10.0.0.131:8082' +++ get_server_list CONFIGDB ':9161 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9161 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:9161 ' +++ '[' -n '10.0.0.41:9161 10.0.0.38:9161 10.0.0.131:9161 ' ']' +++ echo '10.0.0.41:9161 10.0.0.38:9161 10.0.0.131:9161' ++ CONFIGDB_SERVERS='10.0.0.41:9161 10.0.0.38:9161 10.0.0.131:9161' +++ get_server_list CONFIGDB ':9041 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9041 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:9041 ' +++ '[' -n '10.0.0.41:9041 10.0.0.38:9041 10.0.0.131:9041 ' ']' +++ echo '10.0.0.41:9041 10.0.0.38:9041 10.0.0.131:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.41:9041 10.0.0.38:9041 10.0.0.131: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.200,10.20.0.252,10.20.0.249 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.200,10.20.0.252,10.20.0.249 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.41,10.0.0.38,10.0.0.131 ++ ZOOKEEPER_PORT=2181 ++ ZOOKEEPER_PORTS=2888:3888 +++ get_server_list ZOOKEEPER :2181, +++ local server_typ=ZOOKEEPER_NODES +++ local port_with_delim=:2181, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+=10.0.0.41:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+=10.0.0.38:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+=10.0.0.131:2181, +++ '[' -n 10.0.0.41:2181,10.0.0.38:2181,10.0.0.131:2181, ']' +++ echo 10.0.0.41:2181,10.0.0.38:2181,10.0.0.131:2181 ++ ZOOKEEPER_SERVERS=10.0.0.41:2181,10.0.0.38:2181,10.0.0.131:2181 +++ get_server_list ZOOKEEPER ':2181 ' +++ local server_typ=ZOOKEEPER_NODES +++ local 'port_with_delim=:2181 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:2181 ' +++ '[' -n '10.0.0.41:2181 10.0.0.38:2181 10.0.0.131:2181 ' ']' +++ echo '10.0.0.41:2181 10.0.0.38:2181 10.0.0.131:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.41:2181 10.0.0.38:2181 10.0.0.131:2181' ++ RABBITMQ_NODES=10.0.0.41,10.0.0.38,10.0.0.131 ++ RABBITMQ_NODE_PORT=5673 +++ get_server_list RABBITMQ :5673, +++ local server_typ=RABBITMQ_NODES +++ local port_with_delim=:5673, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+=10.0.0.41:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+=10.0.0.38:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+=10.0.0.131:5673, +++ '[' -n 10.0.0.41:5673,10.0.0.38:5673,10.0.0.131:5673, ']' +++ echo 10.0.0.41:5673,10.0.0.38:5673,10.0.0.131:5673 ++ RABBITMQ_SERVERS=10.0.0.41:5673,10.0.0.38:5673,10.0.0.131:5673 ++ RABBITMQ_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=true ++ RABBITMQ_VHOST=/ ++ RABBITMQ_USER=guest ++ RABBITMQ_PASSWORD=guest ++ RABBITMQ_USE_SSL=false ++ RABBITMQ_SSL_VER=tlsv1.2 ++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_HEARTBEAT_INTERVAL=60 ++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal ++ RABBITMQ_MIRRORED_QUEUE_MODE=all ++ REDIS_SERVER_PORT=6379 ++ REDIS_SERVER_PASSWORD= +++ get_server_list ANALYTICS ':6379 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:6379 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:6379 ' +++ '[' -n '10.0.0.41:6379 10.0.0.38:6379 10.0.0.131:6379 ' ']' +++ echo '10.0.0.41:6379 10.0.0.38:6379 10.0.0.131:6379' ++ REDIS_SERVERS='10.0.0.41:6379 10.0.0.38:6379 10.0.0.131:6379' ++ REDIS_LISTEN_ADDRESS= ++ REDIS_PROTECTED_MODE= ++ REDIS_SSL_ENABLE=false ++ REDIS_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ REDIS_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ REDIS_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ redis_ssl_config= ++ KAFKA_NODES=10.0.0.41,10.0.0.38,10.0.0.131 ++ KAFKA_PORT=9092 +++ get_server_list KAFKA ':9092 ' +++ local server_typ=KAFKA_NODES +++ local 'port_with_delim=:9092 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:9092 ' +++ '[' -n '10.0.0.41:9092 10.0.0.38:9092 10.0.0.131:9092 ' ']' +++ echo '10.0.0.41:9092 10.0.0.38:9092 10.0.0.131:9092' ++ KAFKA_SERVERS='10.0.0.41:9092 10.0.0.38:9092 10.0.0.131:9092' ++ KAFKA_SSL_ENABLE=false ++ KAFKA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ KAFKA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ KAFKA_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ KEYSTONE_AUTH_ADMIN_TENANT=admin ++ KEYSTONE_AUTH_ADMIN_USER=admin ++ KEYSTONE_AUTH_ADMIN_PASSWORD=contrail123 ++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_USER_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_REGION_NAME=RegionOne ++ KEYSTONE_AUTH_URL_VERSION=/v3 ++ KEYSTONE_AUTH_HOST=10.0.0.41 ++ KEYSTONE_AUTH_PROTO=http ++ KEYSTONE_AUTH_ADMIN_PORT=5000 ++ KEYSTONE_AUTH_PUBLIC_PORT=5000 ++ KEYSTONE_AUTH_URL_TOKENS=/v3/auth/tokens ++ KEYSTONE_AUTH_INSECURE=True ++ KEYSTONE_AUTH_CERTFILE= ++ KEYSTONE_AUTH_KEYFILE= ++ KEYSTONE_AUTH_CA_CERTFILE= ++ KEYSTONE_AUTH_ENDPOINT_TYPE= ++ KEYSTONE_AUTH_SYNC_ON_DEMAND= ++ KEYSTONE_AUTH_INTERFACE=public ++ KUBEMANAGER_NODES=10.0.0.41,10.0.0.38,10.0.0.131 ++ KUBERNETES_CLUSTER_NAME=k8s ++ KUBERNETES_CNI_META_PLUGIN=multus ++ METADATA_PROXY_SECRET=contrail ++ BARBICAN_TENANT_NAME=service ++ BARBICAN_USER=barbican ++ BARBICAN_PASSWORD=contrail123 ++ AGENT_MODE=kernel ++ EXTERNAL_ROUTERS= ++ SUBCLUSTER= ++ VROUTER_COMPUTE_NODE_ADDRESS= ++ VROUTER_MODULE_OPTIONS= ++ FABRIC_SNAT_HASH_TABLE_SIZE=4096 ++ TSN_EVPN_MODE=False ++ TSN_NODES='[]' ++ PRIORITY_ID= ++ PRIORITY_BANDWIDTH= ++ PRIORITY_SCHEDULING= ++ QOS_QUEUE_ID= ++ QOS_LOGICAL_QUEUES= ++ QOS_DEF_HW_QUEUE=False ++ PRIORITY_TAGGING=True ++ SLO_DESTINATION=collector ++ '[' -n '' ']' ++ SAMPLE_DESTINATION=collector ++ FLOW_EXPORT_RATE=0 ++ WEBUI_NODES=10.0.0.41,10.0.0.38,10.0.0.131 ++ WEBUI_JOB_SERVER_PORT=3000 ++ KUE_UI_PORT=3002 ++ WEBUI_HTTP_LISTEN_PORT=8180 ++ WEBUI_HTTPS_LISTEN_PORT=8143 ++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem ++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem ++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA ++ WEBUI_STATIC_AUTH_USER=admin ++ WEBUI_STATIC_AUTH_PASSWORD=contrail123 ++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin ++ XMPP_SERVER_PORT=5269 ++ XMPP_SSL_ENABLE=false ++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ LINKLOCAL_SERVICE_PORT=80 ++ LINKLOCAL_SERVICE_NAME=metadata ++ LINKLOCAL_SERVICE_IP=169.254.169.254 ++ IPFABRIC_SERVICE_PORT=8775 ++ INTROSPECT_SSL_ENABLE=false ++ INTROSPECT_SSL_INSECURE=True ++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ INTROSPECT_LISTEN_ALL=True ++ SANDESH_SSL_ENABLE=false ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ /v3 == \/\v\2\.\0 ]] ++ [[ openstack == \o\p\e\n\s\t\a\c\k ]] ++ AUTH_MODE=keystone ++ [[ keystone == \k\e\y\s\t\o\n\e ]] ++ AUTH_PARAMS='--admin_password contrail123' ++ AUTH_PARAMS+=' --admin_tenant_name admin' ++ AUTH_PARAMS+=' --admin_user admin' ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ xmpp_certs_config= ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ analytics_api_ssl_opts= ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ kafka_ssl_config= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z '' ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ export TSN_AGENT_MODE= ++ TSN_AGENT_MODE= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z x ]] ++ RSYSLOGD_XFLOW_LISTEN_PORT=9898 + pre_start_init + wait_certs_if_ssl_enabled + is_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_config_api_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_for_cassandra ++ echo 10.0.0.41,10.0.0.38,10.0.0.131 ++ cut -d , -f 1 + local cassandra=10.0.0.41 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.41 9041 + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 + host_ip=0.0.0.0 + is_enabled + local val= + [[ '' == \t\r\u\e ]] + [[ '' == \y\e\s ]] + [[ '' == \e\n\a\b\l\e\d ]] ++ get_listen_ip_for_node CONFIG +++ find_my_ip_and_order_for_node CONFIG +++ local server_typ=CONFIG_NODES +++ cut -d ' ' -f 1 +++ find_my_ip_and_order_for_node_list 10.0.0.41,10.0.0.38,10.0.0.131 +++ local servers=10.0.0.41,10.0.0.38,10.0.0.131 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ grep -vi host ++++ awk '/32 host/ { print f } {f=$2}' ++++ sort ++++ uniq +++ local local_ips=,10.0.0.131,10.20.0.249,127.0.0.1,172.17.0.1,, +++ local ord=1 +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.41'\''))' +++ local server_ip=10.0.0.41 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.41 ]] +++ [[ ,10.0.0.131,10.20.0.249,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.41, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.38'\''))' +++ local server_ip=10.0.0.38 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.38 ]] +++ [[ ,10.0.0.131,10.20.0.249,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.38, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.131'\''))' +++ local server_ip=10.0.0.131 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.131 ]] +++ [[ ,10.0.0.131,10.20.0.249,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.131, ]] +++ echo 10.0.0.131 3 +++ return ++ local ip=10.0.0.131 ++ [[ -z 10.0.0.131 ]] ++ echo 10.0.0.131 + host_ip=10.0.0.131 + [[ cql == \c\q\l ]] ++ echo 10.0.0.41:9041 10.0.0.38:9041 10.0.0.131:9041 ++ sed 's/,/ /g' + cassandra_server_list='10.0.0.41:9041 10.0.0.38:9041 10.0.0.131:9041' + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.131:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ grep '^API__.*__.*=.*$' ++ sort ++ 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: 11/06/2025 04:20:30.992 7f0ba3864900 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 11/06/2025 04:20:31.160 7f0ba3864900 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 11/06/2025 04:20:31.172 7f0ba3864900 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 11/06/2025 04:20:31.173 7f0ba3864900 [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.131:8082/ Hit Ctrl-C to quit. 10.0.0.131 - - [2025-11-06 04:20:31] "GET / HTTP/1.1" 503 181 0.000295 10.0.0.131 - - [2025-11-06 04:20:31] "GET / HTTP/1.1" 503 181 0.000183 [Introspect:8084]10.0.0.41 - - [2025-11-06 04:20:32] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3222 0.001661 10.0.0.131 - - [2025-11-06 04:20:32] "GET / HTTP/1.1" 200 45871 0.001895 10.0.0.131 - - [2025-11-06 04:20:32] "GET / HTTP/1.1" 200 45871 0.001300 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.131 - - [2025-11-06 04:20:32] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000915 10.0.0.131 - - [2025-11-06 04:20:32] "POST /fqname-to-id HTTP/1.1" 401 292 0.000427 10.0.0.131 - - [2025-11-06 04:20:33] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.627785 10.0.0.131 - - [2025-11-06 04:20:33] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 1220 0.003394 10.0.0.131 - - [2025-11-06 04:20:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.344298 10.0.0.131 - - [2025-11-06 04:20:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.005587 /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.131 - - [2025-11-06 04:20:34] "GET /projects?obj_uuids=c49d02ce-9c36-4534-9f8e-b765add24172&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001122 10.0.0.131 - - [2025-11-06 04:20:34] "GET /project/c49d02ce-9c36-4534-9f8e-b765add24172?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1441 0.056256 10.0.0.131 - - [2025-11-06 04:20:34] "GET /projects?obj_uuids=c49d02ce-9c36-4534-9f8e-b765add24172&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001161 10.0.0.131 - - [2025-11-06 04:20:34] "GET /project/c49d02ce-9c36-4534-9f8e-b765add24172?fields=security_groups HTTP/1.1" 200 1089 0.040630 10.0.0.131 - - [2025-11-06 04:20:34] "GET /projects?obj_uuids=c49d02ce-9c36-4534-9f8e-b765add24172&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.002206 10.0.0.131 - - [2025-11-06 04:20:34] "GET /project/c49d02ce-9c36-4534-9f8e-b765add24172?fields=application_policy_sets HTTP/1.1" 200 1382 0.052234 10.0.0.131 - - [2025-11-06 04:20:34] "DELETE /project/c49d02ce-9c36-4534-9f8e-b765add24172 HTTP/1.1" 409 278 0.248675 [Introspect:8084]10.0.0.41 - - [2025-11-06 04:20:37] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3159 0.001540 [Introspect:8084]10.0.0.41 - - [2025-11-06 04:20:38] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3159 0.001484 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.41 - - [2025-11-06 04:20:38] "GET /obj-perms HTTP/1.1" 200 5032 0.387640 10.0.0.41 - - [2025-11-06 04:20:39] "GET /obj-perms HTTP/1.1" 200 5032 0.003987 10.0.0.41 - - [2025-11-06 04:20:39] "GET /obj-perms HTTP/1.1" 200 5032 0.004304 10.0.0.41 - - [2025-11-06 04:20:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.028065 10.0.0.131 - - [2025-11-06 04:20:39] "GET /projects?obj_uuids=5fe89b47-fc9b-400f-93fb-bee4ae736323&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001023 10.0.0.41 - - [2025-11-06 04:20:39] "GET /project/5fe89b47-fc9b-400f-93fb-bee4ae736323?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.059712 10.0.0.41 - - [2025-11-06 04:20:39] "GET /virtual-networks?parent_id=5fe89b47-fc9b-400f-93fb-bee4ae736323&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.008964 10.0.0.41 - - [2025-11-06 04:20:39] "POST /virtual-networks HTTP/1.1" 200 548 0.092055 10.0.0.41 - - [2025-11-06 04:20:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003815 10.0.0.41 - - [2025-11-06 04:20:39] "GET /network-ipam/0636f652-367b-4880-a1e1-ca5cc34db72a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.005575 10.0.0.131 - - [2025-11-06 04:20:40] "POST /useragent-kv HTTP/1.1" 200 115 0.007791 10.0.0.41 - - [2025-11-06 04:20:40] "POST /ref-update HTTP/1.1" 200 156 0.077029 10.0.0.41 - - [2025-11-06 04:20:40] "POST /neutron/network HTTP/1.1" 200 809 0.040305 10.0.0.41 - - [2025-11-06 04:20:40] "GET /virtual-network/92b66066-8e99-42ae-a7e6-4a83a4ef44d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1935 0.007777 10.0.0.131 - - [2025-11-06 04:20:40] "POST /route-targets HTTP/1.1" 200 328 0.047855 10.0.0.41 - - [2025-11-06 04:20:40] "GET /virtual-network/756f8ed9-5533-499e-94cf-32dca22eaa36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.008365 10.0.0.41 - - [2025-11-06 04:20:40] "POST /id-to-fqname HTTP/1.1" 200 222 0.001878 10.0.0.41 - - [2025-11-06 04:20:41] "POST /neutron/port HTTP/1.1" 200 2062 0.031146 10.0.0.131 - - [2025-11-06 04:20:41] "GET /projects?obj_uuids=5fe89b47-fc9b-400f-93fb-bee4ae736323&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001985 10.0.0.41 - - [2025-11-06 04:20:42] "GET /project/5fe89b47-fc9b-400f-93fb-bee4ae736323?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.080230 10.0.0.41 - - [2025-11-06 04:20:42] "POST /neutron/network HTTP/1.1" 200 886 0.032392 10.0.0.41 - - [2025-11-06 04:20:42] "POST /neutron/port HTTP/1.1" 200 117 0.007997 10.0.0.131 - - [2025-11-06 04:20:42] "GET /projects?obj_uuids=5fe89b47-fc9b-400f-93fb-bee4ae736323&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001295 10.0.0.41 - - [2025-11-06 04:20:43] "POST /neutron/port HTTP/1.1" 200 1061 0.379849 10.0.0.41 - - [2025-11-06 04:20:43] "POST /neutron/port HTTP/1.1" 200 1115 0.460510 10.0.0.41 - - [2025-11-06 04:20:43] "POST /neutron/subnet HTTP/1.1" 200 646 0.011801 10.0.0.41 - - [2025-11-06 04:20:45] "POST /neutron/port HTTP/1.1" 200 1089 0.025748 10.0.0.41 - - [2025-11-06 04:20:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004951 10.0.0.41 - - [2025-11-06 04:20:46] "POST /neutron/network HTTP/1.1" 200 886 0.011765 10.0.0.41 - - [2025-11-06 04:20:47] "POST /neutron/port HTTP/1.1" 200 1089 0.027602 10.0.0.41 - - [2025-11-06 04:20:47] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008162 10.0.0.41 - - [2025-11-06 04:20:47] "GET /virtual-machine/668e23d3-1dfb-4f61-bed1-01ff997d6061 HTTP/1.1" 200 1295 0.034840 10.0.0.41 - - [2025-11-06 04:20:47] "GET /virtual-machine/668e23d3-1dfb-4f61-bed1-01ff997d6061 HTTP/1.1" 200 1295 0.006036 10.0.0.41 - - [2025-11-06 04:20:47] "GET /virtual-machine-interface/465d2f5a-fd15-4c31-b3b5-7065dcf92491 HTTP/1.1" 200 2956 0.005974 10.0.0.41 - - [2025-11-06 04:20:47] "GET /virtual-machine/668e23d3-1dfb-4f61-bed1-01ff997d6061 HTTP/1.1" 200 1295 0.006144 10.0.0.41 - - [2025-11-06 04:20:47] "GET /virtual-machine-interface/465d2f5a-fd15-4c31-b3b5-7065dcf92491 HTTP/1.1" 200 2956 0.007418 10.0.0.41 - - [2025-11-06 04:20:47] "GET /instance-ip/db71405c-461f-4b60-a4e6-0a58875414de HTTP/1.1" 200 1627 0.012921 10.0.0.41 - - [2025-11-06 04:20:47] "GET /virtual-machine/668e23d3-1dfb-4f61-bed1-01ff997d6061 HTTP/1.1" 200 1295 0.003632 10.0.0.41 - - [2025-11-06 04:20:47] "GET /virtual-machine-interface/465d2f5a-fd15-4c31-b3b5-7065dcf92491 HTTP/1.1" 200 2956 0.006630 10.0.0.41 - - [2025-11-06 04:20:47] "GET /instance-ip/db71405c-461f-4b60-a4e6-0a58875414de HTTP/1.1" 200 1627 0.005218 10.0.0.41 - - [2025-11-06 04:20:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003452 10.0.0.41 - - [2025-11-06 04:20:47] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005130 10.0.0.41 - - [2025-11-06 04:20:47] "GET /virtual-networks?parent_id=5fe89b47-fc9b-400f-93fb-bee4ae736323&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003225 10.0.0.41 - - [2025-11-06 04:20:47] "GET /virtual-network/756f8ed9-5533-499e-94cf-32dca22eaa36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.006001 10.0.0.41 - - [2025-11-06 04:20:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003909 10.0.0.41 - - [2025-11-06 04:20:48] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004862 10.0.0.41 - - [2025-11-06 04:20:48] "GET /virtual-networks?parent_id=5fe89b47-fc9b-400f-93fb-bee4ae736323&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003559 10.0.0.41 - - [2025-11-06 04:20:48] "GET /virtual-network/756f8ed9-5533-499e-94cf-32dca22eaa36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.008906 10.0.0.41 - - [2025-11-06 04:20:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005456 10.0.0.41 - - [2025-11-06 04:20:48] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005565 10.0.0.41 - - [2025-11-06 04:20:48] "GET /virtual-networks?parent_id=5fe89b47-fc9b-400f-93fb-bee4ae736323&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.004574 10.0.0.41 - - [2025-11-06 04:20:48] "GET /virtual-network/756f8ed9-5533-499e-94cf-32dca22eaa36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.006647 10.0.0.41 - - [2025-11-06 04:20:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004291 10.0.0.41 - - [2025-11-06 04:20:48] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005840 10.0.0.41 - - [2025-11-06 04:20:48] "GET /virtual-networks?parent_id=5fe89b47-fc9b-400f-93fb-bee4ae736323&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.004342 10.0.0.41 - - [2025-11-06 04:20:48] "GET /virtual-network/756f8ed9-5533-499e-94cf-32dca22eaa36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.006649 10.0.0.41 - - [2025-11-06 04:20:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004030 10.0.0.41 - - [2025-11-06 04:20:48] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005399 10.0.0.41 - - [2025-11-06 04:20:48] "GET /virtual-networks?parent_id=5fe89b47-fc9b-400f-93fb-bee4ae736323&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.004107 10.0.0.41 - - [2025-11-06 04:20:48] "GET /virtual-network/756f8ed9-5533-499e-94cf-32dca22eaa36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.006119 10.0.0.41 - - [2025-11-06 04:20:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.006465 10.0.0.41 - - [2025-11-06 04:20:51] "GET /virtual-network/756f8ed9-5533-499e-94cf-32dca22eaa36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.007289 10.0.0.41 - - [2025-11-06 04:20:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004142 10.0.0.41 - - [2025-11-06 04:20:55] "GET /virtual-network/756f8ed9-5533-499e-94cf-32dca22eaa36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.008062 10.0.0.41 - - [2025-11-06 04:20:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003956 10.0.0.41 - - [2025-11-06 04:20:59] "GET /virtual-network/756f8ed9-5533-499e-94cf-32dca22eaa36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.007256 10.0.0.41 - - [2025-11-06 04:21:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005057 10.0.0.41 - - [2025-11-06 04:21:03] "GET /virtual-network/756f8ed9-5533-499e-94cf-32dca22eaa36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.006821 10.0.0.41 - - [2025-11-06 04:21:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003842 10.0.0.41 - - [2025-11-06 04:21:07] "GET /virtual-network/756f8ed9-5533-499e-94cf-32dca22eaa36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.006979 10.0.0.38 - - [2025-11-06 04:21:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000438 10.0.0.131 - - [2025-11-06 04:21:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000964 10.0.0.38 - - [2025-11-06 04:21:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000385 10.0.0.131 - - [2025-11-06 04:21:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000411 10.0.0.41 - - [2025-11-06 04:21:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003704 10.0.0.41 - - [2025-11-06 04:21:12] "GET /virtual-network/756f8ed9-5533-499e-94cf-32dca22eaa36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.007326 10.0.0.131 - - [2025-11-06 04:21:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000449 10.0.0.131 - - [2025-11-06 04:21:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000411 10.0.0.38 - - [2025-11-06 04:21:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000543 10.0.0.38 - - [2025-11-06 04:21:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000546 10.0.0.41 - - [2025-11-06 04:21:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000499 10.0.0.41 - - [2025-11-06 04:21:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000511 10.0.0.41 - - [2025-11-06 04:21:14] "GET /global-system-configs HTTP/1.1" 401 292 0.000618 10.0.0.41 - - [2025-11-06 04:21:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000506 10.0.0.41 - - [2025-11-06 04:21:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004598 10.0.0.41 - - [2025-11-06 04:21:16] "GET /virtual-network/756f8ed9-5533-499e-94cf-32dca22eaa36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005341 10.0.0.41 - - [2025-11-06 04:21:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003734 10.0.0.41 - - [2025-11-06 04:21:20] "GET /virtual-network/756f8ed9-5533-499e-94cf-32dca22eaa36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.006216 10.0.0.41 - - [2025-11-06 04:21:21] "POST /neutron/port HTTP/1.1" 200 1089 0.043644 10.0.0.41 - - [2025-11-06 04:21:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003856 10.0.0.41 - - [2025-11-06 04:21:22] "POST /neutron/network HTTP/1.1" 200 886 0.007704 10.0.0.41 - - [2025-11-06 04:21:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004101 10.0.0.41 - - [2025-11-06 04:21:24] "GET /virtual-network/756f8ed9-5533-499e-94cf-32dca22eaa36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.006868 10.0.0.41 - - [2025-11-06 04:21:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003871 10.0.0.41 - - [2025-11-06 04:21:28] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003695 10.0.0.41 - - [2025-11-06 04:21:28] "GET /virtual-networks?parent_id=5fe89b47-fc9b-400f-93fb-bee4ae736323&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.004139 10.0.0.41 - - [2025-11-06 04:21:28] "GET /virtual-network/756f8ed9-5533-499e-94cf-32dca22eaa36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.006021 10.0.0.41 - - [2025-11-06 04:21:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003574 10.0.0.41 - - [2025-11-06 04:21:28] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003986 10.0.0.41 - - [2025-11-06 04:21:28] "GET /virtual-networks?parent_id=5fe89b47-fc9b-400f-93fb-bee4ae736323&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.004333 10.0.0.41 - - [2025-11-06 04:21:28] "GET /virtual-network/756f8ed9-5533-499e-94cf-32dca22eaa36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.008109 10.0.0.41 - - [2025-11-06 04:21:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004019 10.0.0.41 - - [2025-11-06 04:21:28] "GET /routing-instance/68c38089-ebea-49a9-9131-8e91aaa37558?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1791 0.004991 10.0.0.41 - - [2025-11-06 04:21:28] "GET /route-target/282be6e7-c4c7-42aa-981a-3cf1da46f845?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003899 10.0.0.41 - - [2025-11-06 04:21:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.005742 10.0.0.41 - - [2025-11-06 04:21:28] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005384 10.0.0.41 - - [2025-11-06 04:21:28] "GET /virtual-networks?parent_id=5fe89b47-fc9b-400f-93fb-bee4ae736323&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.004914 10.0.0.41 - - [2025-11-06 04:21:28] "GET /virtual-network/756f8ed9-5533-499e-94cf-32dca22eaa36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.008265 10.0.0.41 - - [2025-11-06 04:21:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.005081 10.0.0.41 - - [2025-11-06 04:21:29] "GET /routing-instance/68c38089-ebea-49a9-9131-8e91aaa37558?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1791 0.005327 10.0.0.41 - - [2025-11-06 04:21:29] "GET /route-target/282be6e7-c4c7-42aa-981a-3cf1da46f845?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004852 10.0.0.41 - - [2025-11-06 04:21:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.005164 10.0.0.41 - - [2025-11-06 04:21:29] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005189 10.0.0.41 - - [2025-11-06 04:21:29] "GET /virtual-networks?parent_id=5fe89b47-fc9b-400f-93fb-bee4ae736323&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.004088 10.0.0.41 - - [2025-11-06 04:21:29] "GET /virtual-network/756f8ed9-5533-499e-94cf-32dca22eaa36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.006293 10.0.0.41 - - [2025-11-06 04:21:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003628 10.0.0.41 - - [2025-11-06 04:21:29] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004845 10.0.0.41 - - [2025-11-06 04:21:29] "GET /virtual-networks?parent_id=5fe89b47-fc9b-400f-93fb-bee4ae736323&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003684 10.0.0.41 - - [2025-11-06 04:21:29] "GET /virtual-network/756f8ed9-5533-499e-94cf-32dca22eaa36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.006012 10.0.0.41 - - [2025-11-06 04:21:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003863 10.0.0.41 - - [2025-11-06 04:21:29] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004971 10.0.0.41 - - [2025-11-06 04:21:29] "GET /virtual-networks?parent_id=5fe89b47-fc9b-400f-93fb-bee4ae736323&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003294 10.0.0.41 - - [2025-11-06 04:21:29] "GET /virtual-network/756f8ed9-5533-499e-94cf-32dca22eaa36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005795 10.0.0.131 - - [2025-11-06 04:21:29] "GET /obj-perms HTTP/1.1" 200 5032 0.056718 10.0.0.41 - - [2025-11-06 04:21:29] "GET /obj-perms HTTP/1.1" 200 5032 0.004549 10.0.0.41 - - [2025-11-06 04:21:29] "GET /obj-perms HTTP/1.1" 200 5032 0.004711 10.0.0.38 - - [2025-11-06 04:21:29] "GET /obj-perms HTTP/1.1" 200 5032 0.053466 10.0.0.41 - - [2025-11-06 04:21:30] "GET /obj-perms HTTP/1.1" 200 5032 0.004205 10.0.0.131 - - [2025-11-06 04:21:30] "GET /obj-perms HTTP/1.1" 200 5032 0.006063 10.0.0.41 - - [2025-11-06 04:21:30] "POST /id-to-fqname HTTP/1.1" 200 222 0.001429 10.0.0.41 - - [2025-11-06 04:21:30] "POST /neutron/network HTTP/1.1" 200 896 0.007388 10.0.0.131 - - [2025-11-06 04:21:31] "GET /projects?obj_uuids=5fe89b47-fc9b-400f-93fb-bee4ae736323&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001295 10.0.0.41 - - [2025-11-06 04:21:31] "GET /project/5fe89b47-fc9b-400f-93fb-bee4ae736323?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.082641 10.0.0.41 - - [2025-11-06 04:21:31] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007874 10.0.0.41 - - [2025-11-06 04:21:31] "POST /neutron/network HTTP/1.1" 200 896 0.009216 10.0.0.41 - - [2025-11-06 04:21:32] "POST /neutron/port HTTP/1.1" 200 1061 0.022133 10.0.0.41 - - [2025-11-06 04:21:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005953 10.0.0.41 - - [2025-11-06 04:21:32] "POST /neutron/network HTTP/1.1" 200 886 0.011428 10.0.0.41 - - [2025-11-06 04:21:36] "POST /neutron/port HTTP/1.1" 200 1089 0.026952 10.0.0.41 - - [2025-11-06 04:21:36] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009645 10.0.0.41 - - [2025-11-06 04:21:36] "GET /virtual-machine/21046883-b696-43f9-b919-397411700fbc HTTP/1.1" 200 1295 0.009636 10.0.0.41 - - [2025-11-06 04:21:36] "GET /virtual-machine/21046883-b696-43f9-b919-397411700fbc HTTP/1.1" 200 1295 0.004276 10.0.0.41 - - [2025-11-06 04:21:36] "GET /virtual-machine-interface/08ee67bb-0d04-4160-aa93-fce8addc281d HTTP/1.1" 200 2955 0.006506 10.0.0.41 - - [2025-11-06 04:21:36] "GET /virtual-machine/21046883-b696-43f9-b919-397411700fbc HTTP/1.1" 200 1295 0.004330 10.0.0.41 - - [2025-11-06 04:21:36] "GET /virtual-machine-interface/08ee67bb-0d04-4160-aa93-fce8addc281d HTTP/1.1" 200 2955 0.005532 10.0.0.41 - - [2025-11-06 04:21:36] "GET /instance-ip/71589d0c-4598-4c29-ae0a-0bc8ada7774e HTTP/1.1" 200 1626 0.006484 10.0.0.41 - - [2025-11-06 04:21:36] "GET /virtual-machine/21046883-b696-43f9-b919-397411700fbc HTTP/1.1" 200 1295 0.006090 10.0.0.41 - - [2025-11-06 04:21:36] "GET /virtual-machine-interface/08ee67bb-0d04-4160-aa93-fce8addc281d HTTP/1.1" 200 2955 0.007605 10.0.0.41 - - [2025-11-06 04:21:36] "GET /instance-ip/71589d0c-4598-4c29-ae0a-0bc8ada7774e HTTP/1.1" 200 1626 0.005638 10.0.0.41 - - [2025-11-06 04:21:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003720 10.0.0.41 - - [2025-11-06 04:21:37] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004284 10.0.0.41 - - [2025-11-06 04:21:37] "GET /virtual-networks?parent_id=5fe89b47-fc9b-400f-93fb-bee4ae736323&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003935 10.0.0.41 - - [2025-11-06 04:21:37] "GET /virtual-network/25c4fd85-a78d-4e09-ba9d-e61b5f288629?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.007150 10.0.0.41 - - [2025-11-06 04:21:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004452 10.0.0.41 - - [2025-11-06 04:21:37] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005569 10.0.0.41 - - [2025-11-06 04:21:37] "GET /virtual-networks?parent_id=5fe89b47-fc9b-400f-93fb-bee4ae736323&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003502 10.0.0.41 - - [2025-11-06 04:21:37] "GET /virtual-network/25c4fd85-a78d-4e09-ba9d-e61b5f288629?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.008073 10.0.0.41 - - [2025-11-06 04:21:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004793 10.0.0.41 - - [2025-11-06 04:21:37] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005191 10.0.0.41 - - [2025-11-06 04:21:37] "GET /virtual-networks?parent_id=5fe89b47-fc9b-400f-93fb-bee4ae736323&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.004471 10.0.0.41 - - [2025-11-06 04:21:37] "GET /virtual-network/25c4fd85-a78d-4e09-ba9d-e61b5f288629?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.017767 10.0.0.41 - - [2025-11-06 04:21:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004921 10.0.0.41 - - [2025-11-06 04:21:37] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005493 10.0.0.41 - - [2025-11-06 04:21:37] "GET /virtual-networks?parent_id=5fe89b47-fc9b-400f-93fb-bee4ae736323&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.004054 10.0.0.41 - - [2025-11-06 04:21:37] "GET /virtual-network/25c4fd85-a78d-4e09-ba9d-e61b5f288629?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.007169 10.0.0.41 - - [2025-11-06 04:21:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004656 10.0.0.41 - - [2025-11-06 04:21:37] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.007720 10.0.0.41 - - [2025-11-06 04:21:37] "GET /virtual-networks?parent_id=5fe89b47-fc9b-400f-93fb-bee4ae736323&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.004984 10.0.0.41 - - [2025-11-06 04:21:37] "GET /virtual-network/25c4fd85-a78d-4e09-ba9d-e61b5f288629?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.008199 10.0.0.41 - - [2025-11-06 04:21:39] "POST /neutron/port HTTP/1.1" 200 1089 0.040107 10.0.0.41 - - [2025-11-06 04:21:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004205 10.0.0.41 - - [2025-11-06 04:21:40] "GET /virtual-network/25c4fd85-a78d-4e09-ba9d-e61b5f288629?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.006070 10.0.0.38 - - [2025-11-06 04:21:43] "GET /obj-perms HTTP/1.1" 200 5056 0.052101 10.0.0.41 - - [2025-11-06 04:21:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003818 10.0.0.41 - - [2025-11-06 04:21:44] "GET /virtual-network/25c4fd85-a78d-4e09-ba9d-e61b5f288629?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.006395 10.0.0.41 - - [2025-11-06 04:21:47] "POST /neutron/port HTTP/1.1" 200 1089 0.021040 10.0.0.41 - - [2025-11-06 04:21:47] "POST /neutron/subnet HTTP/1.1" 200 646 0.011450 10.0.0.41 - - [2025-11-06 04:21:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.006190 10.0.0.41 - - [2025-11-06 04:21:48] "GET /virtual-network/25c4fd85-a78d-4e09-ba9d-e61b5f288629?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.008102 10.0.0.41 - - [2025-11-06 04:21:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004104 10.0.0.41 - - [2025-11-06 04:21:53] "GET /virtual-network/25c4fd85-a78d-4e09-ba9d-e61b5f288629?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.006023 10.0.0.41 - - [2025-11-06 04:21:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.005708 10.0.0.41 - - [2025-11-06 04:21:57] "GET /virtual-network/25c4fd85-a78d-4e09-ba9d-e61b5f288629?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.006805 10.0.0.41 - - [2025-11-06 04:22:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003960 10.0.0.41 - - [2025-11-06 04:22:01] "GET /virtual-network/25c4fd85-a78d-4e09-ba9d-e61b5f288629?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005573 10.0.0.41 - - [2025-11-06 04:22:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004744 10.0.0.41 - - [2025-11-06 04:22:05] "GET /virtual-network/25c4fd85-a78d-4e09-ba9d-e61b5f288629?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.007953 10.0.0.41 - - [2025-11-06 04:22:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.005123 10.0.0.41 - - [2025-11-06 04:22:09] "GET /virtual-network/25c4fd85-a78d-4e09-ba9d-e61b5f288629?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.008322 10.0.0.41 - - [2025-11-06 04:22:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005321 10.0.0.41 - - [2025-11-06 04:22:13] "GET /virtual-network/25c4fd85-a78d-4e09-ba9d-e61b5f288629?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.009586 10.0.0.41 - - [2025-11-06 04:22:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003498 10.0.0.41 - - [2025-11-06 04:22:15] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004145 10.0.0.41 - - [2025-11-06 04:22:15] "GET /virtual-networks?parent_id=5fe89b47-fc9b-400f-93fb-bee4ae736323&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003849 10.0.0.41 - - [2025-11-06 04:22:15] "GET /virtual-network/25c4fd85-a78d-4e09-ba9d-e61b5f288629?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.006615 10.0.0.41 - - [2025-11-06 04:22:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004233 10.0.0.41 - - [2025-11-06 04:22:15] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004549 10.0.0.41 - - [2025-11-06 04:22:15] "GET /virtual-networks?parent_id=5fe89b47-fc9b-400f-93fb-bee4ae736323&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003973 10.0.0.41 - - [2025-11-06 04:22:15] "GET /virtual-network/25c4fd85-a78d-4e09-ba9d-e61b5f288629?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.006296 10.0.0.41 - - [2025-11-06 04:22:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003886 10.0.0.41 - - [2025-11-06 04:22:15] "GET /routing-instance/e53c2853-cf6f-4ad3-b652-118f500e5ed0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1792 0.006108 10.0.0.41 - - [2025-11-06 04:22:15] "GET /route-target/c7bdc3b9-150d-4dbe-9105-3e46190ad543?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.005579 10.0.0.41 - - [2025-11-06 04:22:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004312 10.0.0.41 - - [2025-11-06 04:22:16] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005131 10.0.0.41 - - [2025-11-06 04:22:16] "GET /virtual-networks?parent_id=5fe89b47-fc9b-400f-93fb-bee4ae736323&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.004373 10.0.0.41 - - [2025-11-06 04:22:16] "GET /virtual-network/25c4fd85-a78d-4e09-ba9d-e61b5f288629?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.006788 10.0.0.41 - - [2025-11-06 04:22:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003891 10.0.0.41 - - [2025-11-06 04:22:16] "GET /routing-instance/e53c2853-cf6f-4ad3-b652-118f500e5ed0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1792 0.005114 10.0.0.41 - - [2025-11-06 04:22:16] "GET /route-target/c7bdc3b9-150d-4dbe-9105-3e46190ad543?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.005099 10.0.0.41 - - [2025-11-06 04:22:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004199 10.0.0.41 - - [2025-11-06 04:22:16] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005167 10.0.0.41 - - [2025-11-06 04:22:16] "GET /virtual-networks?parent_id=5fe89b47-fc9b-400f-93fb-bee4ae736323&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.010789 10.0.0.41 - - [2025-11-06 04:22:16] "GET /virtual-network/25c4fd85-a78d-4e09-ba9d-e61b5f288629?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.006729 10.0.0.41 - - [2025-11-06 04:22:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004139 10.0.0.41 - - [2025-11-06 04:22:16] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006581 10.0.0.41 - - [2025-11-06 04:22:16] "GET /virtual-networks?parent_id=5fe89b47-fc9b-400f-93fb-bee4ae736323&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.005645 10.0.0.41 - - [2025-11-06 04:22:16] "GET /virtual-network/25c4fd85-a78d-4e09-ba9d-e61b5f288629?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.007818 10.0.0.41 - - [2025-11-06 04:22:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.005682 10.0.0.41 - - [2025-11-06 04:22:16] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.011032 10.0.0.41 - - [2025-11-06 04:22:16] "GET /virtual-networks?parent_id=5fe89b47-fc9b-400f-93fb-bee4ae736323&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.005219 10.0.0.41 - - [2025-11-06 04:22:16] "GET /virtual-network/25c4fd85-a78d-4e09-ba9d-e61b5f288629?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.011641 10.0.0.131 - - [2025-11-06 04:22:16] "GET /obj-perms HTTP/1.1" 200 5032 0.004311 10.0.0.41 - - [2025-11-06 04:22:16] "GET /obj-perms HTTP/1.1" 200 5032 0.006047 10.0.0.41 - - [2025-11-06 04:22:17] "GET /obj-perms HTTP/1.1" 200 5032 0.004159 10.0.0.38 - - [2025-11-06 04:22:17] "GET /obj-perms HTTP/1.1" 200 5032 0.004549 10.0.0.41 - - [2025-11-06 04:22:17] "GET /virtual-machine/668e23d3-1dfb-4f61-bed1-01ff997d6061 HTTP/1.1" 200 1295 0.006048 10.0.0.41 - - [2025-11-06 04:22:17] "GET /virtual-machine-interface/465d2f5a-fd15-4c31-b3b5-7065dcf92491 HTTP/1.1" 200 2956 0.008626 10.0.0.41 - - [2025-11-06 04:22:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004961 10.0.0.41 - - [2025-11-06 04:22:17] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005835 10.0.0.41 - - [2025-11-06 04:22:17] "GET /virtual-networks?parent_id=5fe89b47-fc9b-400f-93fb-bee4ae736323&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.004905 10.0.0.41 - - [2025-11-06 04:22:17] "GET /virtual-network/756f8ed9-5533-499e-94cf-32dca22eaa36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.009555 10.0.0.41 - - [2025-11-06 04:22:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.005307 10.0.0.41 - - [2025-11-06 04:22:18] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.007525 10.0.0.41 - - [2025-11-06 04:22:18] "GET /virtual-networks?parent_id=5fe89b47-fc9b-400f-93fb-bee4ae736323&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.004933 10.0.0.41 - - [2025-11-06 04:22:18] "GET /virtual-network/756f8ed9-5533-499e-94cf-32dca22eaa36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.008821 10.0.0.41 - - [2025-11-06 04:22:18] "GET /virtual-machine/21046883-b696-43f9-b919-397411700fbc HTTP/1.1" 200 1295 0.006631 10.0.0.41 - - [2025-11-06 04:22:18] "GET /virtual-machine-interface/08ee67bb-0d04-4160-aa93-fce8addc281d HTTP/1.1" 200 2955 0.005927 10.0.0.41 - - [2025-11-06 04:22:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003837 10.0.0.41 - - [2025-11-06 04:22:18] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004255 10.0.0.41 - - [2025-11-06 04:22:18] "GET /virtual-networks?parent_id=5fe89b47-fc9b-400f-93fb-bee4ae736323&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003532 10.0.0.41 - - [2025-11-06 04:22:18] "GET /virtual-network/25c4fd85-a78d-4e09-ba9d-e61b5f288629?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.006432 10.0.0.41 - - [2025-11-06 04:22:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004983 10.0.0.41 - - [2025-11-06 04:22:19] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004919 10.0.0.41 - - [2025-11-06 04:22:19] "GET /virtual-networks?parent_id=5fe89b47-fc9b-400f-93fb-bee4ae736323&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.004553 10.0.0.41 - - [2025-11-06 04:22:19] "GET /virtual-network/25c4fd85-a78d-4e09-ba9d-e61b5f288629?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.009774 10.0.0.41 - - [2025-11-06 04:22:20] "POST /neutron/port HTTP/1.1" 200 1089 0.022689 10.0.0.41 - - [2025-11-06 04:22:23] "POST /neutron/port HTTP/1.1" 200 1089 0.023069 10.0.0.41 - - [2025-11-06 04:22:23] "POST /neutron/subnet HTTP/1.1" 200 646 0.015189 10.0.0.41 - - [2025-11-06 04:22:24] "POST /neutron/port HTTP/1.1" 200 1089 0.015861 10.0.0.41 - - [2025-11-06 04:22:25] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009284 10.0.0.41 - - [2025-11-06 04:22:47] "POST /neutron/port HTTP/1.1" 200 117 0.008701 10.0.0.41 - - [2025-11-06 04:22:47] "POST /neutron/network HTTP/1.1" 200 117 0.010656 10.0.0.41 - - [2025-11-06 04:23:19] "GET /virtual-machine/21046883-b696-43f9-b919-397411700fbc HTTP/1.1" 200 1295 0.004396 10.0.0.41 - - [2025-11-06 04:23:19] "POST /neutron/port HTTP/1.1" 200 151 0.222526 10.0.0.41 - - [2025-11-06 04:23:21] "GET /virtual-machine/21046883-b696-43f9-b919-397411700fbc HTTP/1.1" 404 171 0.006052 10.0.0.41 - - [2025-11-06 04:23:21] "GET /virtual-machine/21046883-b696-43f9-b919-397411700fbc HTTP/1.1" 404 171 0.004126 10.0.0.41 - - [2025-11-06 04:23:21] "GET /virtual-machine/21046883-b696-43f9-b919-397411700fbc HTTP/1.1" 404 171 0.006043 10.0.0.41 - - [2025-11-06 04:23:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.005893 10.0.0.41 - - [2025-11-06 04:23:21] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006002 10.0.0.41 - - [2025-11-06 04:23:21] "GET /virtual-networks?parent_id=5fe89b47-fc9b-400f-93fb-bee4ae736323&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.005471 10.0.0.41 - - [2025-11-06 04:23:21] "GET /virtual-network/25c4fd85-a78d-4e09-ba9d-e61b5f288629?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.007437 10.0.0.41 - - [2025-11-06 04:23:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004384 10.0.0.41 - - [2025-11-06 04:23:21] "GET /routing-instance/e53c2853-cf6f-4ad3-b652-118f500e5ed0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1792 0.005549 10.0.0.41 - - [2025-11-06 04:23:21] "GET /route-target/c7bdc3b9-150d-4dbe-9105-3e46190ad543?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004146 10.0.0.41 - - [2025-11-06 04:23:21] "GET /obj-perms HTTP/1.1" 200 5032 0.005785 10.0.0.38 - - [2025-11-06 04:23:24] "GET /obj-perms HTTP/1.1" 200 5032 0.005597 10.0.0.41 - - [2025-11-06 04:23:31] "GET /obj-perms HTTP/1.1" 200 5032 0.004778 10.0.0.38 - - [2025-11-06 04:23:34] "GET /obj-perms HTTP/1.1" 200 5032 0.005945 10.0.0.41 - - [2025-11-06 04:23:40] "GET /obj-perms HTTP/1.1" 200 5032 0.003823 10.0.0.38 - - [2025-11-06 04:23:43] "GET /obj-perms HTTP/1.1" 200 5032 0.004283 10.0.0.131 - - [2025-11-06 04:23:45] "GET /obj-perms HTTP/1.1" 200 5056 0.057887 10.0.0.41 - - [2025-11-06 04:23:46] "GET /obj-perms HTTP/1.1" 200 5032 0.006057 10.0.0.41 - - [2025-11-06 04:23:49] "GET /obj-perms HTTP/1.1" 200 5032 0.090451 10.0.0.38 - - [2025-11-06 04:23:49] "GET /obj-perms HTTP/1.1" 200 5032 0.005859 10.0.0.41 - - [2025-11-06 04:23:49] "GET /virtual-machine/668e23d3-1dfb-4f61-bed1-01ff997d6061 HTTP/1.1" 200 1295 0.004740 10.0.0.41 - - [2025-11-06 04:23:49] "POST /neutron/network HTTP/1.1" 200 896 0.007505 10.0.0.41 - - [2025-11-06 04:23:50] "POST /neutron/port HTTP/1.1" 200 117 0.001192 10.0.0.41 - - [2025-11-06 04:23:50] "POST /neutron/port HTTP/1.1" 200 1115 0.012653 10.0.0.41 - - [2025-11-06 04:23:51] "GET /virtual-machine/668e23d3-1dfb-4f61-bed1-01ff997d6061 HTTP/1.1" 404 171 0.003329 10.0.0.41 - - [2025-11-06 04:23:51] "GET /virtual-machine/668e23d3-1dfb-4f61-bed1-01ff997d6061 HTTP/1.1" 404 171 0.004100 10.0.0.41 - - [2025-11-06 04:23:51] "GET /virtual-machine/668e23d3-1dfb-4f61-bed1-01ff997d6061 HTTP/1.1" 404 171 0.003693 10.0.0.41 - - [2025-11-06 04:23:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004960 10.0.0.41 - - [2025-11-06 04:23:52] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005211 10.0.0.41 - - [2025-11-06 04:23:52] "GET /virtual-networks?parent_id=5fe89b47-fc9b-400f-93fb-bee4ae736323&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.004822 10.0.0.41 - - [2025-11-06 04:23:52] "GET /virtual-network/756f8ed9-5533-499e-94cf-32dca22eaa36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.008166 10.0.0.41 - - [2025-11-06 04:23:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004559 10.0.0.41 - - [2025-11-06 04:23:52] "GET /routing-instance/68c38089-ebea-49a9-9131-8e91aaa37558?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1791 0.006706 10.0.0.41 - - [2025-11-06 04:23:52] "GET /route-target/282be6e7-c4c7-42aa-981a-3cf1da46f845?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005358 10.0.0.41 - - [2025-11-06 04:23:58] "GET /obj-perms HTTP/1.1" 200 5032 0.004885 10.0.0.38 - - [2025-11-06 04:23:58] "GET /obj-perms HTTP/1.1" 200 5032 0.006531 10.0.0.131 - - [2025-11-06 04:23:59] "POST /useragent-kv HTTP/1.1" 200 115 0.003287 10.0.0.131 - - [2025-11-06 04:23:59] "POST /useragent-kv HTTP/1.1" 200 115 0.002688 10.0.0.41 - - [2025-11-06 04:23:59] "DELETE /virtual-network/92b66066-8e99-42ae-a7e6-4a83a4ef44d3 HTTP/1.1" 200 115 0.129727 10.0.0.131 - - [2025-11-06 04:23:59] "DELETE /route-target/e2503bf7-65db-4e51-aaa5-0994d2369fa7 HTTP/1.1" 200 115 0.034244 10.0.0.41 - - [2025-11-06 04:23:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005204 10.0.0.41 - - [2025-11-06 04:23:59] "GET /network-policy/91630a97-96f2-437d-b024-294d6b60ebb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.004742 10.0.0.41 - - [2025-11-06 04:23:59] "POST /ref-update HTTP/1.1" 200 156 0.063652 10.0.0.41 - - [2025-11-06 04:23:59] "GET /virtual-network/25c4fd85-a78d-4e09-ba9d-e61b5f288629?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1935 0.022952 10.0.0.41 - - [2025-11-06 04:23:59] "DELETE /virtual-network/25c4fd85-a78d-4e09-ba9d-e61b5f288629 HTTP/1.1" 409 235 0.014427 10.0.0.41 - - [2025-11-06 04:23:59] "POST /neutron/port HTTP/1.1" 200 1089 0.017320 10.0.0.41 - - [2025-11-06 04:23:59] "POST /neutron/port HTTP/1.1" 200 1089 0.031948 10.0.0.131 - - [2025-11-06 04:24:01] "POST /useragent-kv HTTP/1.1" 200 115 0.004014 10.0.0.131 - - [2025-11-06 04:24:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003647 10.0.0.131 - - [2025-11-06 04:24:01] "POST /useragent-kv HTTP/1.1" 200 115 0.002628 10.0.0.41 - - [2025-11-06 04:24:01] "DELETE /virtual-network/25c4fd85-a78d-4e09-ba9d-e61b5f288629 HTTP/1.1" 200 115 0.161837 10.0.0.41 - - [2025-11-06 04:24:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005367 10.0.0.41 - - [2025-11-06 04:24:01] "GET /network-policy/6ddc900f-a563-4bb6-a045-5e688d154b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.005497 10.0.0.41 - - [2025-11-06 04:24:01] "POST /ref-update HTTP/1.1" 200 156 0.078401 10.0.0.41 - - [2025-11-06 04:24:02] "POST /neutron/network HTTP/1.1" 200 809 0.015374 10.0.0.41 - - [2025-11-06 04:24:02] "GET /virtual-network/756f8ed9-5533-499e-94cf-32dca22eaa36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1935 0.006214 10.0.0.131 - - [2025-11-06 04:24:02] "POST /useragent-kv HTTP/1.1" 200 115 0.002911 10.0.0.131 - - [2025-11-06 04:24:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003877 10.0.0.131 - - [2025-11-06 04:24:02] "POST /useragent-kv HTTP/1.1" 200 115 0.003381 10.0.0.41 - - [2025-11-06 04:24:02] "DELETE /virtual-network/756f8ed9-5533-499e-94cf-32dca22eaa36 HTTP/1.1" 200 115 0.176979 10.0.0.41 - - [2025-11-06 04:24:02] "DELETE /network-policy/91630a97-96f2-437d-b024-294d6b60ebb5 HTTP/1.1" 200 115 0.051336 10.0.0.41 - - [2025-11-06 04:24:02] "DELETE /network-policy/6ddc900f-a563-4bb6-a045-5e688d154b8b HTTP/1.1" 200 115 0.049393 10.0.0.131 - - [2025-11-06 04:24:30] "GET /projects?obj_uuids=5fe89b47-fc9b-400f-93fb-bee4ae736323&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001182 10.0.0.41 - - [2025-11-06 04:24:30] "GET /project/5fe89b47-fc9b-400f-93fb-bee4ae736323?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.072681 10.0.0.131 - - [2025-11-06 04:24:30] "GET /projects?obj_uuids=5fe89b47-fc9b-400f-93fb-bee4ae736323&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001967 10.0.0.41 - - [2025-11-06 04:24:30] "GET /project/5fe89b47-fc9b-400f-93fb-bee4ae736323?fields=virtual_networks HTTP/1.1" 200 1036 0.060420 10.0.0.131 - - [2025-11-06 04:24:30] "GET /projects?obj_uuids=5fe89b47-fc9b-400f-93fb-bee4ae736323&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001585 10.0.0.41 - - [2025-11-06 04:24:30] "GET /project/5fe89b47-fc9b-400f-93fb-bee4ae736323?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.046089 10.0.0.131 - - [2025-11-06 04:24:31] "GET /projects?obj_uuids=5fe89b47-fc9b-400f-93fb-bee4ae736323&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001424 10.0.0.41 - - [2025-11-06 04:24:31] "GET /project/5fe89b47-fc9b-400f-93fb-bee4ae736323?fields=security_groups HTTP/1.1" 200 1264 0.053697 10.0.0.41 - - [2025-11-06 04:24:31] "POST /fqname-to-id HTTP/1.1" 404 188 0.023693 10.0.0.131 - - [2025-11-06 04:24:31] "GET /projects?obj_uuids=181b23ac-fa44-4155-8c9b-57f6993d90dd&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004817 10.0.0.131 - - [2025-11-06 04:24:31] "GET /domains?obj_uuids=dd557474-6eee-442f-acdf-559f4d754f9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001733 10.0.0.131 - - [2025-11-06 04:24:31] "GET /domain/dd557474-6eee-442f-acdf-559f4d754f9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.012492 10.0.0.131 - - [2025-11-06 04:24:32] "POST /id-to-fqname HTTP/1.1" 200 190 0.011931 10.0.0.131 - - [2025-11-06 04:24:32] "POST /fqname-to-id HTTP/1.1" 404 199 0.006651 10.0.0.131 - - [2025-11-06 04:24:32] "POST /security-groups HTTP/1.1" 200 591 0.092783 10.0.0.131 - - [2025-11-06 04:24:32] "POST /projects HTTP/1.1" 200 585 0.344838 10.0.0.131 - - [2025-11-06 04:24:32] "POST /access-control-lists HTTP/1.1" 200 598 0.037745 10.0.0.131 - - [2025-11-06 04:24:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.433247 10.0.0.41 - - [2025-11-06 04:24:32] "GET /project/181b23ac-fa44-4155-8c9b-57f6993d90dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.596189 10.0.0.41 - - [2025-11-06 04:24:33] "GET / HTTP/1.1" 200 36215 0.002718 10.0.0.131 - - [2025-11-06 04:24:34] "GET /projects?obj_uuids=5fe89b47-fc9b-400f-93fb-bee4ae736323&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001384 10.0.0.131 - - [2025-11-06 04:24:34] "DELETE /project/181b23acfa4441558c9b57f6993d90dd HTTP/1.1" 404 173 0.006603 10.0.0.131 - - [2025-11-06 04:24:34] "GET /project/5fe89b47-fc9b-400f-93fb-bee4ae736323?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.049492 10.0.0.131 - - [2025-11-06 04:24:34] "GET /projects?obj_uuids=5fe89b47-fc9b-400f-93fb-bee4ae736323&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001061 10.0.0.131 - - [2025-11-06 04:24:34] "GET /project/5fe89b47-fc9b-400f-93fb-bee4ae736323?fields=security_groups HTTP/1.1" 200 1366 0.042972 10.0.0.131 - - [2025-11-06 04:24:34] "DELETE /security-group/98a7bef7-6ba6-42f2-bd2d-1f98dcd2e697 HTTP/1.1" 200 115 0.055273 10.0.0.131 - - [2025-11-06 04:24:35] "GET /projects?obj_uuids=5fe89b47-fc9b-400f-93fb-bee4ae736323&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001007 10.0.0.131 - - [2025-11-06 04:24:35] "DELETE /access-control-list/0ee661d8-189d-48a9-a03f-dd74fcfdaba4 HTTP/1.1" 200 115 0.039387 10.0.0.131 - - [2025-11-06 04:24:35] "GET /project/5fe89b47-fc9b-400f-93fb-bee4ae736323?fields=application_policy_sets HTTP/1.1" 200 1405 0.053013 10.0.0.131 - - [2025-11-06 04:24:35] "DELETE /project/5fe89b47-fc9b-400f-93fb-bee4ae736323 HTTP/1.1" 200 115 0.430295 10.0.0.41 - - [2025-11-06 04:24:35] "POST /fqname-to-id HTTP/1.1" 401 292 0.000526 10.0.0.41 - - [2025-11-06 04:24:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.029613 10.0.0.131 - - [2025-11-06 04:24:35] "GET /projects?obj_uuids=181b23ac-fa44-4155-8c9b-57f6993d90dd&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001575 10.0.0.41 - - [2025-11-06 04:24:35] "GET /project/181b23ac-fa44-4155-8c9b-57f6993d90dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.051758 10.0.0.131 - - [2025-11-06 04:24:36] "POST /ref-update HTTP/1.1" 200 156 0.027006 10.0.0.131 - - [2025-11-06 04:24:36] "POST /useragent-kv HTTP/1.1" 200 115 0.010730 10.0.0.41 - - [2025-11-06 04:24:36] "POST /neutron/subnet HTTP/1.1" 200 715 0.315320 10.0.0.41 - - [2025-11-06 04:24:36] "POST /id-to-fqname HTTP/1.1" 200 220 0.001302 10.0.0.41 - - [2025-11-06 04:24:36] "GET /virtual-network/2f76e011-56f4-437b-85ff-82c0ed6dc7b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.006471 10.0.0.41 - - [2025-11-06 04:24:36] "GET /virtual-network/2f76e011-56f4-437b-85ff-82c0ed6dc7b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.005523 10.0.0.41 - - [2025-11-06 04:24:36] "POST /neutron/network HTTP/1.1" 200 822 0.008905 10.0.0.41 - - [2025-11-06 04:24:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004373 10.0.0.131 - - [2025-11-06 04:24:36] "GET /projects?obj_uuids=181b23ac-fa44-4155-8c9b-57f6993d90dd&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001451 10.0.0.41 - - [2025-11-06 04:24:36] "GET /project/181b23ac-fa44-4155-8c9b-57f6993d90dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.079850 10.0.0.131 - - [2025-11-06 04:24:36] "GET /projects?obj_uuids=181b23ac-fa44-4155-8c9b-57f6993d90dd&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001042 10.0.0.41 - - [2025-11-06 04:24:36] "POST /neutron/network HTTP/1.1" 200 605 0.144643 10.0.0.41 - - [2025-11-06 04:24:37] "POST /id-to-fqname HTTP/1.1" 200 220 0.003598 10.0.0.41 - - [2025-11-06 04:24:37] "GET /virtual-network/e07838d8-9b27-4275-8705-fb3355c50897?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006498 10.0.0.41 - - [2025-11-06 04:24:37] "POST /neutron/network HTTP/1.1" 200 823 0.008982 10.0.0.41 - - [2025-11-06 04:24:37] "GET /virtual-network/e07838d8-9b27-4275-8705-fb3355c50897?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006352 10.0.0.41 - - [2025-11-06 04:24:37] "POST /id-to-fqname HTTP/1.1" 200 220 0.002239 10.0.0.41 - - [2025-11-06 04:24:37] "POST /neutron/port HTTP/1.1" 200 117 0.004910 10.0.0.131 - - [2025-11-06 04:24:38] "GET /projects?obj_uuids=181b23ac-fa44-4155-8c9b-57f6993d90dd&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001161 10.0.0.41 - - [2025-11-06 04:24:38] "GET /project/181b23ac-fa44-4155-8c9b-57f6993d90dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.070637 10.0.0.41 - - [2025-11-06 04:24:38] "POST /neutron/port HTTP/1.1" 200 117 0.008111 10.0.0.41 - - [2025-11-06 04:24:38] "POST /id-to-fqname HTTP/1.1" 200 220 0.001444 10.0.0.41 - - [2025-11-06 04:24:38] "POST /neutron/network HTTP/1.1" 200 833 0.007548 10.0.0.41 - - [2025-11-06 04:24:39] "POST /neutron/port HTTP/1.1" 200 1058 0.024002 10.0.0.131 - - [2025-11-06 04:24:39] "GET /projects?obj_uuids=181b23ac-fa44-4155-8c9b-57f6993d90dd&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001837 10.0.0.41 - - [2025-11-06 04:24:39] "GET /project/181b23ac-fa44-4155-8c9b-57f6993d90dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.112454 10.0.0.41 - - [2025-11-06 04:24:39] "POST /neutron/port HTTP/1.1" 200 1086 0.024023 10.0.0.41 - - [2025-11-06 04:24:39] "POST /neutron/subnet HTTP/1.1" 200 689 0.013001 10.0.0.41 - - [2025-11-06 04:24:39] "POST /neutron/port HTTP/1.1" 200 1086 0.038723 10.0.0.41 - - [2025-11-06 04:24:40] "POST /neutron/port HTTP/1.1" 200 1086 0.026708 10.0.0.131 - - [2025-11-06 04:24:40] "GET /projects?obj_uuids=181b23ac-fa44-4155-8c9b-57f6993d90dd&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001038 10.0.0.41 - - [2025-11-06 04:24:40] "POST /neutron/port HTTP/1.1" 200 1059 0.320415 10.0.0.41 - - [2025-11-06 04:24:40] "POST /neutron/port HTTP/1.1" 200 1113 0.163916 10.0.0.41 - - [2025-11-06 04:24:40] "POST /neutron/subnet HTTP/1.1" 200 693 0.014396 10.0.0.41 - - [2025-11-06 04:24:45] "POST /neutron/port HTTP/1.1" 200 1086 0.020055 10.0.0.41 - - [2025-11-06 04:24:45] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010821 10.0.0.41 - - [2025-11-06 04:24:45] "GET /virtual-machine/e05910f6-16a8-46e8-992c-38fe4d8ce481 HTTP/1.1" 401 292 0.000448 10.0.0.41 - - [2025-11-06 04:24:45] "GET /virtual-machine/e05910f6-16a8-46e8-992c-38fe4d8ce481 HTTP/1.1" 200 1295 0.028881 10.0.0.41 - - [2025-11-06 04:24:45] "GET /virtual-machine-interface/8b71e0e7-0265-47ea-956b-505def115d0e HTTP/1.1" 200 2949 0.007702 10.0.0.41 - - [2025-11-06 04:24:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004814 10.0.0.41 - - [2025-11-06 04:24:45] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004242 10.0.0.41 - - [2025-11-06 04:24:45] "GET /virtual-networks?parent_id=181b23ac-fa44-4155-8c9b-57f6993d90dd&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003691 10.0.0.41 - - [2025-11-06 04:24:45] "GET /virtual-network/2f76e011-56f4-437b-85ff-82c0ed6dc7b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.006862 10.0.0.131 - - [2025-11-06 04:24:46] "GET /obj-perms HTTP/1.1" 200 5056 0.055930 10.0.0.41 - - [2025-11-06 04:24:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004005 10.0.0.41 - - [2025-11-06 04:24:48] "GET /virtual-network/2f76e011-56f4-437b-85ff-82c0ed6dc7b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.005851 10.0.0.41 - - [2025-11-06 04:24:49] "POST /neutron/port HTTP/1.1" 200 1086 0.020281 10.0.0.41 - - [2025-11-06 04:24:50] "POST /neutron/port HTTP/1.1" 200 117 0.007830 10.0.0.41 - - [2025-11-06 04:24:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003887 10.0.0.41 - - [2025-11-06 04:24:50] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005444 10.0.0.41 - - [2025-11-06 04:24:50] "GET /virtual-networks?parent_id=181b23ac-fa44-4155-8c9b-57f6993d90dd&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.004660 10.0.0.41 - - [2025-11-06 04:24:51] "GET /virtual-network/2f76e011-56f4-437b-85ff-82c0ed6dc7b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.007768 10.0.0.41 - - [2025-11-06 04:24:51] "POST /neutron/port HTTP/1.1" 200 1087 0.017117 10.0.0.41 - - [2025-11-06 04:24:51] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009096 10.0.0.41 - - [2025-11-06 04:24:56] "POST /neutron/port HTTP/1.1" 200 1087 0.025612 10.0.0.41 - - [2025-11-06 04:24:56] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009873 10.0.0.41 - - [2025-11-06 04:24:56] "GET /virtual-machine/c0fe8911-7bfc-40fe-b969-b44b8ccc1d3e HTTP/1.1" 200 1295 0.008482 10.0.0.41 - - [2025-11-06 04:24:56] "GET /virtual-machine-interface/dea1f236-9a07-4e1f-bd3e-0b6ddefb635e HTTP/1.1" 200 2949 0.005116 10.0.0.41 - - [2025-11-06 04:24:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003585 10.0.0.41 - - [2025-11-06 04:24:56] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004647 10.0.0.41 - - [2025-11-06 04:24:56] "GET /virtual-networks?parent_id=181b23ac-fa44-4155-8c9b-57f6993d90dd&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.004065 10.0.0.41 - - [2025-11-06 04:24:56] "GET /virtual-network/e07838d8-9b27-4275-8705-fb3355c50897?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006054 10.0.0.41 - - [2025-11-06 04:24:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003848 10.0.0.41 - - [2025-11-06 04:24:57] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003554 10.0.0.41 - - [2025-11-06 04:24:57] "GET /virtual-networks?parent_id=181b23ac-fa44-4155-8c9b-57f6993d90dd&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003754 10.0.0.41 - - [2025-11-06 04:24:57] "GET /virtual-network/e07838d8-9b27-4275-8705-fb3355c50897?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006409 10.0.0.41 - - [2025-11-06 04:24:58] "GET /virtual-machine/e05910f6-16a8-46e8-992c-38fe4d8ce481 HTTP/1.1" 200 1295 0.006236 10.0.0.41 - - [2025-11-06 04:24:58] "GET /virtual-machine-interface/8b71e0e7-0265-47ea-956b-505def115d0e HTTP/1.1" 200 2949 0.011587 10.0.0.41 - - [2025-11-06 04:24:58] "GET /virtual-machine/e05910f6-16a8-46e8-992c-38fe4d8ce481 HTTP/1.1" 200 1295 0.006559 10.0.0.41 - - [2025-11-06 04:24:58] "GET /virtual-machine-interface/8b71e0e7-0265-47ea-956b-505def115d0e HTTP/1.1" 200 2949 0.010480 10.0.0.41 - - [2025-11-06 04:24:58] "GET /instance-ip/2d0ebbbe-5b4f-439a-826a-dff72c51a89f HTTP/1.1" 200 1620 0.007443 10.0.0.41 - - [2025-11-06 04:24:58] "GET /virtual-machine/e05910f6-16a8-46e8-992c-38fe4d8ce481 HTTP/1.1" 200 1295 0.006314 10.0.0.41 - - [2025-11-06 04:24:58] "GET /virtual-machine-interface/8b71e0e7-0265-47ea-956b-505def115d0e HTTP/1.1" 200 2949 0.010855 10.0.0.41 - - [2025-11-06 04:24:58] "GET /instance-ip/2d0ebbbe-5b4f-439a-826a-dff72c51a89f HTTP/1.1" 200 1620 0.007106 10.0.0.41 - - [2025-11-06 04:24:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005458 10.0.0.41 - - [2025-11-06 04:24:58] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005177 10.0.0.41 - - [2025-11-06 04:24:58] "GET /virtual-networks?parent_id=181b23ac-fa44-4155-8c9b-57f6993d90dd&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.004366 10.0.0.41 - - [2025-11-06 04:24:58] "GET /virtual-network/2f76e011-56f4-437b-85ff-82c0ed6dc7b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.007121 10.0.0.41 - - [2025-11-06 04:24:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005310 10.0.0.41 - - [2025-11-06 04:24:58] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005178 10.0.0.41 - - [2025-11-06 04:24:58] "GET /virtual-networks?parent_id=181b23ac-fa44-4155-8c9b-57f6993d90dd&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003951 10.0.0.41 - - [2025-11-06 04:24:58] "GET /virtual-network/2f76e011-56f4-437b-85ff-82c0ed6dc7b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.006578 10.0.0.41 - - [2025-11-06 04:24:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004117 10.0.0.41 - - [2025-11-06 04:24:58] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004920 10.0.0.41 - - [2025-11-06 04:24:58] "GET /virtual-networks?parent_id=181b23ac-fa44-4155-8c9b-57f6993d90dd&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.005449 10.0.0.41 - - [2025-11-06 04:24:58] "GET /virtual-network/2f76e011-56f4-437b-85ff-82c0ed6dc7b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.009181 10.0.0.41 - - [2025-11-06 04:24:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.007543 10.0.0.41 - - [2025-11-06 04:24:58] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004822 10.0.0.41 - - [2025-11-06 04:24:58] "GET /virtual-networks?parent_id=181b23ac-fa44-4155-8c9b-57f6993d90dd&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.004303 10.0.0.41 - - [2025-11-06 04:24:58] "GET /virtual-network/2f76e011-56f4-437b-85ff-82c0ed6dc7b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.006438 10.0.0.41 - - [2025-11-06 04:24:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005558 10.0.0.41 - - [2025-11-06 04:24:58] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006090 10.0.0.41 - - [2025-11-06 04:24:58] "GET /virtual-networks?parent_id=181b23ac-fa44-4155-8c9b-57f6993d90dd&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.004694 10.0.0.41 - - [2025-11-06 04:24:58] "GET /virtual-network/2f76e011-56f4-437b-85ff-82c0ed6dc7b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.009653 10.0.0.41 - - [2025-11-06 04:24:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004429 10.0.0.41 - - [2025-11-06 04:24:59] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004547 10.0.0.41 - - [2025-11-06 04:24:59] "GET /virtual-networks?parent_id=181b23ac-fa44-4155-8c9b-57f6993d90dd&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003790 10.0.0.41 - - [2025-11-06 04:24:59] "GET /virtual-network/2f76e011-56f4-437b-85ff-82c0ed6dc7b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.007898 10.0.0.41 - - [2025-11-06 04:24:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003674 10.0.0.41 - - [2025-11-06 04:24:59] "GET /routing-instance/0b031568-8be5-4b83-a1eb-4c66802c3f39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1477 0.007351 10.0.0.41 - - [2025-11-06 04:24:59] "GET /route-target/292a29eb-25dd-483e-b495-94d5fa74e930?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005828 10.0.0.41 - - [2025-11-06 04:24:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005456 10.0.0.41 - - [2025-11-06 04:24:59] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006338 10.0.0.41 - - [2025-11-06 04:24:59] "GET /virtual-networks?parent_id=181b23ac-fa44-4155-8c9b-57f6993d90dd&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.004306 10.0.0.41 - - [2025-11-06 04:24:59] "GET /virtual-network/2f76e011-56f4-437b-85ff-82c0ed6dc7b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.005689 10.0.0.41 - - [2025-11-06 04:24:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003786 10.0.0.41 - - [2025-11-06 04:24:59] "GET /routing-instance/0b031568-8be5-4b83-a1eb-4c66802c3f39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1477 0.004811 10.0.0.41 - - [2025-11-06 04:24:59] "GET /route-target/292a29eb-25dd-483e-b495-94d5fa74e930?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005541 10.0.0.41 - - [2025-11-06 04:24:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004474 10.0.0.41 - - [2025-11-06 04:24:59] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006073 10.0.0.41 - - [2025-11-06 04:24:59] "GET /virtual-networks?parent_id=181b23ac-fa44-4155-8c9b-57f6993d90dd&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.004054 10.0.0.41 - - [2025-11-06 04:24:59] "GET /virtual-network/2f76e011-56f4-437b-85ff-82c0ed6dc7b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.006553 10.0.0.41 - - [2025-11-06 04:24:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003941 10.0.0.41 - - [2025-11-06 04:24:59] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005124 10.0.0.41 - - [2025-11-06 04:24:59] "GET /virtual-networks?parent_id=181b23ac-fa44-4155-8c9b-57f6993d90dd&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003465 10.0.0.41 - - [2025-11-06 04:24:59] "GET /virtual-network/2f76e011-56f4-437b-85ff-82c0ed6dc7b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.008446 10.0.0.41 - - [2025-11-06 04:25:00] "GET /obj-perms HTTP/1.1" 200 5030 0.075923 10.0.0.41 - - [2025-11-06 04:25:00] "GET /obj-perms HTTP/1.1" 200 5030 0.007037 10.0.0.131 - - [2025-11-06 04:25:00] "GET /obj-perms HTTP/1.1" 200 5030 0.065398 10.0.0.38 - - [2025-11-06 04:25:01] "GET /obj-perms HTTP/1.1" 200 5030 0.092553 10.0.0.41 - - [2025-11-06 04:25:01] "GET /obj-perms HTTP/1.1" 200 5030 0.005923 10.0.0.41 - - [2025-11-06 04:25:01] "POST /neutron/port HTTP/1.1" 200 1087 0.030751 10.0.0.41 - - [2025-11-06 04:25:01] "GET /virtual-machine/c0fe8911-7bfc-40fe-b969-b44b8ccc1d3e HTTP/1.1" 200 1295 0.005229 10.0.0.41 - - [2025-11-06 04:25:01] "GET /virtual-machine-interface/dea1f236-9a07-4e1f-bd3e-0b6ddefb635e HTTP/1.1" 200 2949 0.009967 10.0.0.41 - - [2025-11-06 04:25:01] "GET /virtual-machine/c0fe8911-7bfc-40fe-b969-b44b8ccc1d3e HTTP/1.1" 200 1295 0.004420 10.0.0.41 - - [2025-11-06 04:25:01] "GET /virtual-machine-interface/dea1f236-9a07-4e1f-bd3e-0b6ddefb635e HTTP/1.1" 200 2949 0.008879 10.0.0.41 - - [2025-11-06 04:25:01] "GET /instance-ip/0b7abad3-e8d9-4d7c-897b-442e2e524f34 HTTP/1.1" 200 1620 0.009355 10.0.0.41 - - [2025-11-06 04:25:01] "GET /virtual-machine/c0fe8911-7bfc-40fe-b969-b44b8ccc1d3e HTTP/1.1" 200 1295 0.005136 10.0.0.41 - - [2025-11-06 04:25:01] "GET /virtual-machine-interface/dea1f236-9a07-4e1f-bd3e-0b6ddefb635e HTTP/1.1" 200 2949 0.011505 10.0.0.41 - - [2025-11-06 04:25:01] "GET /instance-ip/0b7abad3-e8d9-4d7c-897b-442e2e524f34 HTTP/1.1" 200 1620 0.007282 10.0.0.41 - - [2025-11-06 04:25:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005653 10.0.0.41 - - [2025-11-06 04:25:02] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.007594 10.0.0.41 - - [2025-11-06 04:25:02] "GET /virtual-networks?parent_id=181b23ac-fa44-4155-8c9b-57f6993d90dd&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.005371 10.0.0.41 - - [2025-11-06 04:25:02] "GET /virtual-network/e07838d8-9b27-4275-8705-fb3355c50897?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007490 10.0.0.41 - - [2025-11-06 04:25:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005964 10.0.0.41 - - [2025-11-06 04:25:02] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005272 10.0.0.41 - - [2025-11-06 04:25:02] "GET /virtual-networks?parent_id=181b23ac-fa44-4155-8c9b-57f6993d90dd&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003922 10.0.0.41 - - [2025-11-06 04:25:02] "GET /virtual-network/e07838d8-9b27-4275-8705-fb3355c50897?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005964 10.0.0.41 - - [2025-11-06 04:25:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004476 10.0.0.41 - - [2025-11-06 04:25:02] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005046 10.0.0.41 - - [2025-11-06 04:25:02] "GET /virtual-networks?parent_id=181b23ac-fa44-4155-8c9b-57f6993d90dd&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.004663 10.0.0.41 - - [2025-11-06 04:25:02] "GET /virtual-network/e07838d8-9b27-4275-8705-fb3355c50897?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007678 10.0.0.41 - - [2025-11-06 04:25:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003755 10.0.0.41 - - [2025-11-06 04:25:02] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004704 10.0.0.41 - - [2025-11-06 04:25:02] "GET /virtual-networks?parent_id=181b23ac-fa44-4155-8c9b-57f6993d90dd&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.004834 10.0.0.41 - - [2025-11-06 04:25:02] "GET /virtual-network/e07838d8-9b27-4275-8705-fb3355c50897?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006522 10.0.0.41 - - [2025-11-06 04:25:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003995 10.0.0.41 - - [2025-11-06 04:25:02] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006742 10.0.0.41 - - [2025-11-06 04:25:02] "GET /virtual-networks?parent_id=181b23ac-fa44-4155-8c9b-57f6993d90dd&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.007322 10.0.0.41 - - [2025-11-06 04:25:02] "GET /virtual-network/e07838d8-9b27-4275-8705-fb3355c50897?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007365 10.0.0.41 - - [2025-11-06 04:25:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004936 10.0.0.41 - - [2025-11-06 04:25:02] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006214 10.0.0.41 - - [2025-11-06 04:25:02] "GET /virtual-networks?parent_id=181b23ac-fa44-4155-8c9b-57f6993d90dd&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.004750 10.0.0.41 - - [2025-11-06 04:25:02] "GET /virtual-network/e07838d8-9b27-4275-8705-fb3355c50897?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006760 10.0.0.41 - - [2025-11-06 04:25:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004648 10.0.0.41 - - [2025-11-06 04:25:02] "GET /routing-instance/25d03cfc-aac9-460e-9c6f-bb428b9bba36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1478 0.008317 10.0.0.41 - - [2025-11-06 04:25:03] "GET /route-target/cd7043d6-047c-4e53-b54f-53d320373e2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.007766 10.0.0.41 - - [2025-11-06 04:25:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.006090 10.0.0.41 - - [2025-11-06 04:25:03] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006574 10.0.0.41 - - [2025-11-06 04:25:03] "GET /virtual-networks?parent_id=181b23ac-fa44-4155-8c9b-57f6993d90dd&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.005861 10.0.0.41 - - [2025-11-06 04:25:03] "GET /virtual-network/e07838d8-9b27-4275-8705-fb3355c50897?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007798 10.0.0.41 - - [2025-11-06 04:25:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004073 10.0.0.41 - - [2025-11-06 04:25:03] "GET /routing-instance/25d03cfc-aac9-460e-9c6f-bb428b9bba36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1478 0.006506 10.0.0.41 - - [2025-11-06 04:25:03] "GET /route-target/cd7043d6-047c-4e53-b54f-53d320373e2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.005369 10.0.0.41 - - [2025-11-06 04:25:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003783 10.0.0.41 - - [2025-11-06 04:25:03] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005074 10.0.0.41 - - [2025-11-06 04:25:03] "GET /virtual-networks?parent_id=181b23ac-fa44-4155-8c9b-57f6993d90dd&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.004919 10.0.0.41 - - [2025-11-06 04:25:03] "GET /virtual-network/e07838d8-9b27-4275-8705-fb3355c50897?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.008238 10.0.0.41 - - [2025-11-06 04:25:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.006906 10.0.0.41 - - [2025-11-06 04:25:03] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006395 10.0.0.41 - - [2025-11-06 04:25:03] "GET /virtual-networks?parent_id=181b23ac-fa44-4155-8c9b-57f6993d90dd&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.005275 10.0.0.41 - - [2025-11-06 04:25:03] "GET /virtual-network/e07838d8-9b27-4275-8705-fb3355c50897?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007702 10.0.0.131 - - [2025-11-06 04:25:03] "GET /obj-perms HTTP/1.1" 200 5030 0.005355 10.0.0.41 - - [2025-11-06 04:25:03] "GET /obj-perms HTTP/1.1" 200 5030 0.005991 10.0.0.38 - - [2025-11-06 04:25:03] "GET /obj-perms HTTP/1.1" 200 5030 0.004960 10.0.0.41 - - [2025-11-06 04:25:03] "GET /obj-perms HTTP/1.1" 200 5030 0.003764 10.0.0.41 - - [2025-11-06 04:25:20] "GET /virtual-machine/c0fe8911-7bfc-40fe-b969-b44b8ccc1d3e HTTP/1.1" 200 1295 0.005308 10.0.0.41 - - [2025-11-06 04:25:20] "POST /neutron/port HTTP/1.1" 200 1113 0.030657 10.0.0.41 - - [2025-11-06 04:25:22] "GET /virtual-machine/c0fe8911-7bfc-40fe-b969-b44b8ccc1d3e HTTP/1.1" 404 171 0.004224 10.0.0.41 - - [2025-11-06 04:25:22] "GET /virtual-machine/c0fe8911-7bfc-40fe-b969-b44b8ccc1d3e HTTP/1.1" 404 171 0.004277 10.0.0.41 - - [2025-11-06 04:25:22] "GET /virtual-machine/c0fe8911-7bfc-40fe-b969-b44b8ccc1d3e HTTP/1.1" 404 171 0.004088 10.0.0.41 - - [2025-11-06 04:25:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004953 10.0.0.41 - - [2025-11-06 04:25:22] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005008 10.0.0.41 - - [2025-11-06 04:25:22] "GET /virtual-networks?parent_id=181b23ac-fa44-4155-8c9b-57f6993d90dd&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.004923 10.0.0.41 - - [2025-11-06 04:25:22] "GET /virtual-network/e07838d8-9b27-4275-8705-fb3355c50897?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.008377 10.0.0.41 - - [2025-11-06 04:25:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.005005 10.0.0.41 - - [2025-11-06 04:25:22] "GET /routing-instance/25d03cfc-aac9-460e-9c6f-bb428b9bba36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1478 0.006445 10.0.0.41 - - [2025-11-06 04:25:22] "GET /route-target/cd7043d6-047c-4e53-b54f-53d320373e2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.005733 10.0.0.38 - - [2025-11-06 04:25:22] "GET /obj-perms HTTP/1.1" 200 5030 0.004278 10.0.0.41 - - [2025-11-06 04:25:25] "GET /obj-perms HTTP/1.1" 200 5030 0.007333 10.0.0.41 - - [2025-11-06 04:25:27] "POST /neutron/port HTTP/1.1" 200 1086 0.025622 10.0.0.41 - - [2025-11-06 04:25:27] "POST /neutron/subnet HTTP/1.1" 200 689 0.009489 10.0.0.41 - - [2025-11-06 04:25:29] "GET /obj-perms HTTP/1.1" 200 5030 0.004270 10.0.0.38 - - [2025-11-06 04:25:29] "GET /obj-perms HTTP/1.1" 200 5030 0.004149 10.0.0.131 - - [2025-11-06 04:25:29] "GET /obj-perms HTTP/1.1" 200 5030 0.004884 10.0.0.41 - - [2025-11-06 04:25:29] "GET /virtual-machine/e05910f6-16a8-46e8-992c-38fe4d8ce481 HTTP/1.1" 200 1295 0.004628 10.0.0.41 - - [2025-11-06 04:25:29] "POST /neutron/port HTTP/1.1" 200 1086 0.018660 10.0.0.41 - - [2025-11-06 04:25:31] "GET /virtual-machine/e05910f6-16a8-46e8-992c-38fe4d8ce481 HTTP/1.1" 404 171 0.004036 10.0.0.41 - - [2025-11-06 04:25:31] "GET /virtual-machine/e05910f6-16a8-46e8-992c-38fe4d8ce481 HTTP/1.1" 404 171 0.004222 10.0.0.41 - - [2025-11-06 04:25:31] "GET /virtual-machine/e05910f6-16a8-46e8-992c-38fe4d8ce481 HTTP/1.1" 404 171 0.003941 10.0.0.41 - - [2025-11-06 04:25:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004997 10.0.0.41 - - [2025-11-06 04:25:31] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006244 10.0.0.41 - - [2025-11-06 04:25:31] "GET /virtual-networks?parent_id=181b23ac-fa44-4155-8c9b-57f6993d90dd&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.004527 10.0.0.41 - - [2025-11-06 04:25:31] "GET /virtual-network/2f76e011-56f4-437b-85ff-82c0ed6dc7b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.006993 10.0.0.41 - - [2025-11-06 04:25:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004607 10.0.0.41 - - [2025-11-06 04:25:31] "GET /routing-instance/0b031568-8be5-4b83-a1eb-4c66802c3f39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1477 0.007684 10.0.0.41 - - [2025-11-06 04:25:31] "GET /route-target/292a29eb-25dd-483e-b495-94d5fa74e930?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004466 10.0.0.41 - - [2025-11-06 04:25:37] "GET /obj-perms HTTP/1.1" 200 5030 0.005700 10.0.0.38 - - [2025-11-06 04:25:37] "GET /obj-perms HTTP/1.1" 200 5030 0.005247 10.0.0.41 - - [2025-11-06 04:25:46] "GET /obj-perms HTTP/1.1" 200 5056 0.046811 10.0.0.38 - - [2025-11-06 04:25:47] "GET /obj-perms HTTP/1.1" 200 5030 0.003968 10.0.0.41 - - [2025-11-06 04:25:50] "GET /obj-perms HTTP/1.1" 200 5030 0.004127 10.0.0.38 - - [2025-11-06 04:25:50] "GET /obj-perms HTTP/1.1" 200 5030 0.004119 10.0.0.41 - - [2025-11-06 04:25:50] "POST /neutron/network HTTP/1.1" 200 823 0.008258 10.0.0.131 - - [2025-11-06 04:25:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.032587 10.0.0.131 - - [2025-11-06 04:25:50] "POST /useragent-kv HTTP/1.1" 200 115 0.046526 10.0.0.131 - - [2025-11-06 04:25:50] "DELETE /route-target/292a29eb-25dd-483e-b495-94d5fa74e930 HTTP/1.1" 200 115 0.036319 10.0.0.131 - - [2025-11-06 04:25:50] "POST /useragent-kv HTTP/1.1" 200 115 0.003333 10.0.0.41 - - [2025-11-06 04:25:50] "POST /neutron/network HTTP/1.1" 200 151 0.168487 10.0.0.131 - - [2025-11-06 04:25:52] "GET /projects?obj_uuids=181b23ac-fa44-4155-8c9b-57f6993d90dd&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002513 10.0.0.41 - - [2025-11-06 04:25:52] "GET /project/181b23ac-fa44-4155-8c9b-57f6993d90dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.065872 10.0.0.131 - - [2025-11-06 04:25:52] "GET /projects?obj_uuids=181b23ac-fa44-4155-8c9b-57f6993d90dd&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001380 10.0.0.41 - - [2025-11-06 04:25:52] "GET /project/181b23ac-fa44-4155-8c9b-57f6993d90dd?fields=virtual_networks HTTP/1.1" 200 1034 0.050728 10.0.0.131 - - [2025-11-06 04:25:52] "GET /projects?obj_uuids=181b23ac-fa44-4155-8c9b-57f6993d90dd&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001532 10.0.0.41 - - [2025-11-06 04:25:52] "GET /project/181b23ac-fa44-4155-8c9b-57f6993d90dd?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.052636 10.0.0.131 - - [2025-11-06 04:25:52] "GET /projects?obj_uuids=181b23ac-fa44-4155-8c9b-57f6993d90dd&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001056 10.0.0.41 - - [2025-11-06 04:25:52] "GET /project/181b23ac-fa44-4155-8c9b-57f6993d90dd?fields=security_groups HTTP/1.1" 200 1261 0.053165 10.0.0.41 - - [2025-11-06 04:25:53] "POST /neutron/network HTTP/1.1" 200 117 0.142982 10.0.0.41 - - [2025-11-06 04:25:53] "POST /fqname-to-id HTTP/1.1" 404 196 0.029784 10.0.0.131 - - [2025-11-06 04:25:53] "GET /projects?obj_uuids=1a07c728-ed9a-4228-b9f9-012b7c5c99d8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003397 10.0.0.131 - - [2025-11-06 04:25:53] "GET /domains?obj_uuids=dd557474-6eee-442f-acdf-559f4d754f9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001082 10.0.0.131 - - [2025-11-06 04:25:53] "GET /domain/dd557474-6eee-442f-acdf-559f4d754f9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.031141 10.0.0.131 - - [2025-11-06 04:25:53] "POST /id-to-fqname HTTP/1.1" 200 198 0.004801 10.0.0.131 - - [2025-11-06 04:25:53] "POST /fqname-to-id HTTP/1.1" 404 207 0.007163 10.0.0.131 - - [2025-11-06 04:25:53] "POST /security-groups HTTP/1.1" 200 599 0.081961 10.0.0.131 - - [2025-11-06 04:25:53] "POST /projects HTTP/1.1" 200 601 0.299374 10.0.0.131 - - [2025-11-06 04:25:53] "POST /fqname-to-id HTTP/1.1" 404 241 0.017842 10.0.0.131 - - [2025-11-06 04:25:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.386389 10.0.0.41 - - [2025-11-06 04:25:54] "GET /project/1a07c728-ed9a-4228-b9f9-012b7c5c99d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.567273 10.0.0.41 - - [2025-11-06 04:25:55] "GET / HTTP/1.1" 200 36215 0.001762 10.0.0.41 - - [2025-11-06 04:25:58] "POST /fqname-to-id HTTP/1.1" 401 292 0.000482 10.0.0.41 - - [2025-11-06 04:25:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.059587 10.0.0.131 - - [2025-11-06 04:25:58] "GET /projects?obj_uuids=1a07c728-ed9a-4228-b9f9-012b7c5c99d8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001501 10.0.0.41 - - [2025-11-06 04:25:58] "GET /project/1a07c728-ed9a-4228-b9f9-012b7c5c99d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.055078 10.0.0.131 - - [2025-11-06 04:25:58] "GET /projects?obj_uuids=1a07c728-ed9a-4228-b9f9-012b7c5c99d8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001057 10.0.0.41 - - [2025-11-06 04:25:58] "POST /neutron/network HTTP/1.1" 200 613 0.192358 10.0.0.131 - - [2025-11-06 04:25:58] "POST /ref-update HTTP/1.1" 200 156 0.033956 10.0.0.41 - - [2025-11-06 04:25:59] "POST /neutron/network HTTP/1.1" 200 1005 0.018740 10.0.0.41 - - [2025-11-06 04:25:59] "POST /id-to-fqname HTTP/1.1" 200 228 0.001687 10.0.0.41 - - [2025-11-06 04:25:59] "GET /virtual-network/8a11d017-0a0b-455b-9737-eb619fc29811?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006978 10.0.0.41 - - [2025-11-06 04:25:59] "GET /virtual-network/8a11d017-0a0b-455b-9737-eb619fc29811?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005913 10.0.0.41 - - [2025-11-06 04:25:59] "POST /neutron/subnet HTTP/1.1" 200 720 0.012184 10.0.0.41 - - [2025-11-06 04:25:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005596 10.0.0.131 - - [2025-11-06 04:25:59] "GET /projects?obj_uuids=1a07c728-ed9a-4228-b9f9-012b7c5c99d8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001045 10.0.0.41 - - [2025-11-06 04:25:59] "GET /project/1a07c728-ed9a-4228-b9f9-012b7c5c99d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.043694 10.0.0.131 - - [2025-11-06 04:25:59] "GET /projects?obj_uuids=1a07c728-ed9a-4228-b9f9-012b7c5c99d8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001054 10.0.0.41 - - [2025-11-06 04:25:59] "POST /neutron/network HTTP/1.1" 200 613 0.153446 10.0.0.131 - - [2025-11-06 04:26:00] "POST /fqname-to-id HTTP/1.1" 404 207 0.079789 10.0.0.41 - - [2025-11-06 04:26:00] "POST /neutron/network HTTP/1.1" 200 1007 0.013941 10.0.0.41 - - [2025-11-06 04:26:00] "POST /id-to-fqname HTTP/1.1" 200 228 0.001384 10.0.0.41 - - [2025-11-06 04:26:00] "GET /virtual-network/d9eed5db-c480-402b-a428-3e9a2a174681?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.005839 10.0.0.41 - - [2025-11-06 04:26:00] "GET /virtual-network/d9eed5db-c480-402b-a428-3e9a2a174681?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.010836 10.0.0.41 - - [2025-11-06 04:26:00] "POST /neutron/subnet HTTP/1.1" 200 729 0.014299 10.0.0.41 - - [2025-11-06 04:26:01] "GET /virtual-network/8a11d017-0a0b-455b-9737-eb619fc29811?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006646 10.0.0.131 - - [2025-11-06 04:26:01] "DELETE /access-control-list/bb3907cd-d2ba-4873-b3aa-f99305b95e63 HTTP/1.1" 200 115 0.060466 10.0.0.41 - - [2025-11-06 04:26:02] "GET /virtual-network/d9eed5db-c480-402b-a428-3e9a2a174681?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.005949 10.0.0.41 - - [2025-11-06 04:26:03] "GET /obj-perms HTTP/1.1" 200 5046 0.047717 10.0.0.131 - - [2025-11-06 04:26:03] "GET /obj-perms HTTP/1.1" 200 5046 0.045616 10.0.0.41 - - [2025-11-06 04:26:03] "POST /neutron/subnet HTTP/1.1" 200 720 0.012446 10.0.0.41 - - [2025-11-06 04:26:03] "POST /id-to-fqname HTTP/1.1" 200 228 0.001460 10.0.0.41 - - [2025-11-06 04:26:03] "POST /neutron/network HTTP/1.1" 200 1015 0.008297 10.0.0.131 - - [2025-11-06 04:26:04] "GET /projects?obj_uuids=1a07c728-ed9a-4228-b9f9-012b7c5c99d8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001799 10.0.0.41 - - [2025-11-06 04:26:04] "GET /project/1a07c728-ed9a-4228-b9f9-012b7c5c99d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.092466 10.0.0.41 - - [2025-11-06 04:26:04] "POST /neutron/port HTTP/1.1" 200 117 0.006853 10.0.0.131 - - [2025-11-06 04:26:05] "GET /projects?obj_uuids=1a07c728-ed9a-4228-b9f9-012b7c5c99d8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001045 10.0.0.41 - - [2025-11-06 04:26:05] "POST /neutron/port HTTP/1.1" 200 1174 0.366713 10.0.0.41 - - [2025-11-06 04:26:05] "POST /neutron/port HTTP/1.1" 200 1228 0.147475 10.0.0.41 - - [2025-11-06 04:26:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004998 10.0.0.41 - - [2025-11-06 04:26:05] "POST /neutron/port HTTP/1.1" 200 117 0.002056 10.0.0.41 - - [2025-11-06 04:26:10] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008364 10.0.0.41 - - [2025-11-06 04:26:10] "POST /neutron/port HTTP/1.1" 200 1202 0.017371 10.0.0.41 - - [2025-11-06 04:26:10] "GET /virtual-machine/d7a8ef4d-1994-4491-8e8b-12a8d0d0133e HTTP/1.1" 401 292 0.000432 10.0.0.41 - - [2025-11-06 04:26:10] "GET /virtual-machine/d7a8ef4d-1994-4491-8e8b-12a8d0d0133e HTTP/1.1" 200 1303 0.030373 10.0.0.41 - - [2025-11-06 04:26:10] "GET /virtual-machine-interface/9a5796ef-a4c8-4afe-94cb-01b97f2d05ce HTTP/1.1" 200 3184 0.007866 10.0.0.41 - - [2025-11-06 04:26:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003864 10.0.0.41 - - [2025-11-06 04:26:10] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004045 10.0.0.41 - - [2025-11-06 04:26:10] "GET /virtual-networks?parent_id=1a07c728-ed9a-4228-b9f9-012b7c5c99d8&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003924 10.0.0.41 - - [2025-11-06 04:26:10] "GET /virtual-network/8a11d017-0a0b-455b-9737-eb619fc29811?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006265 10.0.0.131 - - [2025-11-06 04:26:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000471 10.0.0.38 - - [2025-11-06 04:26:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000510 10.0.0.131 - - [2025-11-06 04:26:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000415 10.0.0.38 - - [2025-11-06 04:26:11] "GET /global-system-configs HTTP/1.1" 401 292 0.001133 10.0.0.131 - - [2025-11-06 04:26:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000554 10.0.0.131 - - [2025-11-06 04:26:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000479 10.0.0.38 - - [2025-11-06 04:26:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000675 10.0.0.38 - - [2025-11-06 04:26:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000508 10.0.0.41 - - [2025-11-06 04:26:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000429 10.0.0.41 - - [2025-11-06 04:26:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000381 10.0.0.41 - - [2025-11-06 04:26:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004561 10.0.0.41 - - [2025-11-06 04:26:13] "GET /virtual-network/8a11d017-0a0b-455b-9737-eb619fc29811?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006271 10.0.0.41 - - [2025-11-06 04:26:14] "GET /global-system-configs HTTP/1.1" 401 292 0.001090 10.0.0.41 - - [2025-11-06 04:26:14] "GET /global-system-configs HTTP/1.1" 401 292 0.000529 10.0.0.41 - - [2025-11-06 04:26:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004392 10.0.0.41 - - [2025-11-06 04:26:17] "GET /virtual-network/8a11d017-0a0b-455b-9737-eb619fc29811?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.009179 10.0.0.41 - - [2025-11-06 04:26:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004752 10.0.0.41 - - [2025-11-06 04:26:22] "GET /virtual-network/8a11d017-0a0b-455b-9737-eb619fc29811?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005463 10.0.0.41 - - [2025-11-06 04:26:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004687 10.0.0.41 - - [2025-11-06 04:26:26] "GET /virtual-network/8a11d017-0a0b-455b-9737-eb619fc29811?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005461 10.0.0.41 - - [2025-11-06 04:26:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004022 10.0.0.41 - - [2025-11-06 04:26:30] "GET /virtual-network/8a11d017-0a0b-455b-9737-eb619fc29811?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006666 10.0.0.41 - - [2025-11-06 04:26:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004873 10.0.0.41 - - [2025-11-06 04:26:34] "GET /virtual-network/8a11d017-0a0b-455b-9737-eb619fc29811?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.009883 10.0.0.131 - - [2025-11-06 04:26:35] "DELETE /project/1a07c728ed9a4228b9f9012b7c5c99d8 HTTP/1.1" 404 173 0.004698 10.0.0.131 - - [2025-11-06 04:26:35] "DELETE /project/181b23ac-fa44-4155-8c9b-57f6993d90dd HTTP/1.1" 404 177 0.004412 10.0.0.41 - - [2025-11-06 04:26:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003724 10.0.0.41 - - [2025-11-06 04:26:38] "GET /virtual-network/8a11d017-0a0b-455b-9737-eb619fc29811?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005603 10.0.0.41 - - [2025-11-06 04:26:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004516 10.0.0.41 - - [2025-11-06 04:26:42] "GET /virtual-network/8a11d017-0a0b-455b-9737-eb619fc29811?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005677 10.0.0.41 - - [2025-11-06 04:26:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003915 10.0.0.41 - - [2025-11-06 04:26:46] "GET /virtual-network/8a11d017-0a0b-455b-9737-eb619fc29811?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005846 10.0.0.41 - - [2025-11-06 04:26:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004106 10.0.0.41 - - [2025-11-06 04:26:50] "GET /virtual-network/8a11d017-0a0b-455b-9737-eb619fc29811?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006623 10.0.0.41 - - [2025-11-06 04:26:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005059 10.0.0.41 - - [2025-11-06 04:26:54] "GET /virtual-network/8a11d017-0a0b-455b-9737-eb619fc29811?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.010487 10.0.0.41 - - [2025-11-06 04:26:54] "POST /neutron/port HTTP/1.1" 200 117 0.010102 10.0.0.41 - - [2025-11-06 04:26:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004578 10.0.0.41 - - [2025-11-06 04:26:58] "GET /virtual-network/8a11d017-0a0b-455b-9737-eb619fc29811?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.007236 10.0.0.41 - - [2025-11-06 04:27:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004861 10.0.0.41 - - [2025-11-06 04:27:00] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004086 10.0.0.41 - - [2025-11-06 04:27:00] "GET /virtual-networks?parent_id=1a07c728-ed9a-4228-b9f9-012b7c5c99d8&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.004252 10.0.0.41 - - [2025-11-06 04:27:01] "GET /virtual-network/8a11d017-0a0b-455b-9737-eb619fc29811?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006291 10.0.0.41 - - [2025-11-06 04:27:01] "POST /neutron/port HTTP/1.1" 200 1202 0.019821 10.0.0.41 - - [2025-11-06 04:27:06] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008400 10.0.0.41 - - [2025-11-06 04:27:11] "POST /neutron/port HTTP/1.1" 200 1202 0.022425 10.0.0.41 - - [2025-11-06 04:27:16] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010874 10.0.0.41 - - [2025-11-06 04:27:22] "POST /neutron/port HTTP/1.1" 200 1202 0.020138 10.0.0.41 - - [2025-11-06 04:27:22] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010255 10.0.0.41 - - [2025-11-06 04:27:22] "POST /neutron/network HTTP/1.1" 200 979 0.019467 10.0.0.41 - - [2025-11-06 04:27:22] "POST /id-to-fqname HTTP/1.1" 200 228 0.001316 10.0.0.41 - - [2025-11-06 04:27:22] "GET /virtual-machine/d7a8ef4d-1994-4491-8e8b-12a8d0d0133e HTTP/1.1" 200 1303 0.004179 10.0.0.41 - - [2025-11-06 04:27:22] "GET /virtual-machine-interface/9a5796ef-a4c8-4afe-94cb-01b97f2d05ce HTTP/1.1" 200 3184 0.005776 10.0.0.41 - - [2025-11-06 04:27:22] "GET /instance-ip/3e08abdd-25bd-4209-9222-caac7cbf2588 HTTP/1.1" 200 1638 0.007088 10.0.0.41 - - [2025-11-06 04:27:22] "GET /instance-ip/51d3ce1b-d008-49b9-b51e-c37e7175af70 HTTP/1.1" 200 1659 0.007851 10.0.0.41 - - [2025-11-06 04:27:22] "POST /fqname-to-id HTTP/1.1" 404 218 0.003726 10.0.0.41 - - [2025-11-06 04:27:22] "GET /virtual-network/8a11d017-0a0b-455b-9737-eb619fc29811?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006134 10.0.0.131 - - [2025-11-06 04:27:22] "GET /projects?obj_uuids=1a07c728-ed9a-4228-b9f9-012b7c5c99d8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001249 10.0.0.41 - - [2025-11-06 04:27:22] "GET /project/1a07c728-ed9a-4228-b9f9-012b7c5c99d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.065800 10.0.0.41 - - [2025-11-06 04:27:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003851 10.0.0.41 - - [2025-11-06 04:27:22] "GET /security-group/241335ad-8fd7-4ac4-af65-d7438ea9936b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3780 0.005098 10.0.0.41 - - [2025-11-06 04:27:22] "POST /virtual-machine-interfaces HTTP/1.1" 200 575 0.089541 10.0.0.41 - - [2025-11-06 04:27:22] "POST /instance-ips HTTP/1.1" 200 358 0.037538 10.0.0.41 - - [2025-11-06 04:27:22] "GET /instance-ip/73d8e4d4-c85a-4169-980e-317227871f63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1593 0.011536 10.0.0.41 - - [2025-11-06 04:27:22] "POST /instance-ips HTTP/1.1" 200 358 0.048759 10.0.0.41 - - [2025-11-06 04:27:22] "GET /instance-ip/2307f697-fc94-4547-bb40-2ef45a871ce3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.007197 10.0.0.41 - - [2025-11-06 04:27:22] "GET /virtual-machine-interface/b32be3f0-1846-4c34-8d5b-0c8499026161?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2397 0.006778 10.0.0.41 - - [2025-11-06 04:27:22] "GET /virtual-machine-interface/b32be3f0-1846-4c34-8d5b-0c8499026161?fields=instance_ip_back_refs HTTP/1.1" 200 1542 0.008444 10.0.0.41 - - [2025-11-06 04:27:23] "GET /instance-ip/2307f697-fc94-4547-bb40-2ef45a871ce3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005940 10.0.0.41 - - [2025-11-06 04:27:23] "GET /instance-ip/73d8e4d4-c85a-4169-980e-317227871f63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1593 0.006320 10.0.0.41 - - [2025-11-06 04:27:23] "POST /id-to-fqname HTTP/1.1" 200 228 0.001799 10.0.0.41 - - [2025-11-06 04:27:23] "POST /neutron/security_group HTTP/1.1" 200 2066 0.012061 10.0.0.41 - - [2025-11-06 04:27:23] "POST /neutron/network HTTP/1.1" 200 1005 0.041502 10.0.0.41 - - [2025-11-06 04:27:23] "POST /neutron/port HTTP/1.1" 200 1202 0.024071 10.0.0.41 - - [2025-11-06 04:27:23] "POST /neutron/port HTTP/1.1" 200 117 0.013249 10.0.0.41 - - [2025-11-06 04:27:24] "POST /neutron/port HTTP/1.1" 200 1081 0.013795 10.0.0.41 - - [2025-11-06 04:27:24] "POST /neutron/port HTTP/1.1" 200 1148 0.024697 10.0.0.41 - - [2025-11-06 04:27:24] "POST /neutron/subnet HTTP/1.1" 200 1380 0.028769 10.0.0.41 - - [2025-11-06 04:27:24] "POST /neutron/network HTTP/1.1" 200 1005 0.011672 10.0.0.41 - - [2025-11-06 04:27:29] "POST /neutron/port HTTP/1.1" 200 1148 0.019461 10.0.0.41 - - [2025-11-06 04:27:29] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008346 10.0.0.41 - - [2025-11-06 04:27:29] "GET /virtual-machine/a4ea11a0-22d5-4bd0-8e52-d88b858a66f6 HTTP/1.1" 200 1281 0.008714 10.0.0.41 - - [2025-11-06 04:27:29] "GET /virtual-machine-interface/b32be3f0-1846-4c34-8d5b-0c8499026161 HTTP/1.1" 200 3234 0.006897 10.0.0.41 - - [2025-11-06 04:27:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004788 10.0.0.41 - - [2025-11-06 04:27:29] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004862 10.0.0.41 - - [2025-11-06 04:27:29] "GET /virtual-networks?parent_id=1a07c728-ed9a-4228-b9f9-012b7c5c99d8&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003946 10.0.0.41 - - [2025-11-06 04:27:29] "GET /virtual-network/8a11d017-0a0b-455b-9737-eb619fc29811?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.009089 10.0.0.41 - - [2025-11-06 04:27:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004255 10.0.0.41 - - [2025-11-06 04:27:32] "GET /virtual-network/8a11d017-0a0b-455b-9737-eb619fc29811?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006262 10.0.0.41 - - [2025-11-06 04:27:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004363 10.0.0.41 - - [2025-11-06 04:27:36] "GET /virtual-network/8a11d017-0a0b-455b-9737-eb619fc29811?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006809 10.0.0.41 - - [2025-11-06 04:27:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005276 10.0.0.41 - - [2025-11-06 04:27:40] "GET /virtual-network/8a11d017-0a0b-455b-9737-eb619fc29811?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005766 10.0.0.41 - - [2025-11-06 04:27:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003825 10.0.0.41 - - [2025-11-06 04:27:44] "GET /virtual-network/8a11d017-0a0b-455b-9737-eb619fc29811?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006194 10.0.0.38 - - [2025-11-06 04:27:48] "GET /obj-perms HTTP/1.1" 200 5056 0.048908 10.0.0.41 - - [2025-11-06 04:27:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003648 10.0.0.41 - - [2025-11-06 04:27:48] "GET /virtual-network/8a11d017-0a0b-455b-9737-eb619fc29811?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005391 10.0.0.41 - - [2025-11-06 04:27:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005277 10.0.0.41 - - [2025-11-06 04:27:52] "GET /virtual-network/8a11d017-0a0b-455b-9737-eb619fc29811?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.007323 10.0.0.41 - - [2025-11-06 04:27:55] "POST /neutron/network HTTP/1.1" 200 1015 0.010154 10.0.0.41 - - [2025-11-06 04:27:55] "POST /neutron/subnet HTTP/1.1" 200 1380 0.025801 10.0.0.41 - - [2025-11-06 04:27:56] "POST /neutron/network HTTP/1.1" 200 1005 0.012431 10.0.0.41 - - [2025-11-06 04:27:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005285 10.0.0.41 - - [2025-11-06 04:27:56] "GET /virtual-network/8a11d017-0a0b-455b-9737-eb619fc29811?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006942 10.0.0.41 - - [2025-11-06 04:28:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004327 10.0.0.41 - - [2025-11-06 04:28:01] "GET /virtual-network/8a11d017-0a0b-455b-9737-eb619fc29811?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.007053 10.0.0.41 - - [2025-11-06 04:28:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004965 10.0.0.41 - - [2025-11-06 04:28:05] "GET /virtual-network/8a11d017-0a0b-455b-9737-eb619fc29811?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006280 10.0.0.41 - - [2025-11-06 04:28:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004817 10.0.0.41 - - [2025-11-06 04:28:09] "GET /virtual-network/8a11d017-0a0b-455b-9737-eb619fc29811?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006038 10.0.0.41 - - [2025-11-06 04:28:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004071 10.0.0.41 - - [2025-11-06 04:28:13] "GET /virtual-network/8a11d017-0a0b-455b-9737-eb619fc29811?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006058 10.0.0.41 - - [2025-11-06 04:28:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003569 10.0.0.41 - - [2025-11-06 04:28:15] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004473 10.0.0.41 - - [2025-11-06 04:28:15] "GET /virtual-networks?parent_id=1a07c728-ed9a-4228-b9f9-012b7c5c99d8&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.004453 10.0.0.41 - - [2025-11-06 04:28:15] "GET /virtual-network/8a11d017-0a0b-455b-9737-eb619fc29811?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006181 10.0.0.41 - - [2025-11-06 04:28:20] "POST /neutron/port HTTP/1.1" 200 1148 0.017034 10.0.0.41 - - [2025-11-06 04:28:26] "POST /neutron/security_group HTTP/1.1" 200 2066 0.014597 10.0.0.41 - - [2025-11-06 04:28:31] "POST /neutron/port HTTP/1.1" 200 1148 0.023015 10.0.0.41 - - [2025-11-06 04:28:36] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008081 10.0.0.41 - - [2025-11-06 04:28:41] "POST /id-to-fqname HTTP/1.1" 200 228 0.002295 10.0.0.41 - - [2025-11-06 04:28:41] "POST /neutron/network HTTP/1.1" 200 1017 0.008852 10.0.0.131 - - [2025-11-06 04:28:42] "GET /projects?obj_uuids=1a07c728-ed9a-4228-b9f9-012b7c5c99d8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001678 10.0.0.41 - - [2025-11-06 04:28:42] "GET /project/1a07c728-ed9a-4228-b9f9-012b7c5c99d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.081081 10.0.0.41 - - [2025-11-06 04:28:42] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007792 10.0.0.41 - - [2025-11-06 04:28:43] "POST /neutron/network HTTP/1.1" 200 1017 0.011521 10.0.0.41 - - [2025-11-06 04:28:43] "POST /neutron/port HTTP/1.1" 200 1176 0.056457 10.0.0.41 - - [2025-11-06 04:28:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005511 10.0.0.41 - - [2025-11-06 04:28:44] "POST /neutron/port HTTP/1.1" 200 117 0.001573 10.0.0.41 - - [2025-11-06 04:28:48] "POST /neutron/port HTTP/1.1" 200 1204 0.028365 10.0.0.41 - - [2025-11-06 04:28:48] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009138 10.0.0.41 - - [2025-11-06 04:28:48] "GET /virtual-machine/782a74f2-970f-491f-89a8-30c8375cb2c7 HTTP/1.1" 200 1301 0.007687 10.0.0.41 - - [2025-11-06 04:28:48] "GET /virtual-machine-interface/35962d1b-9d37-4dc9-8d62-bdc04f8c7ce8 HTTP/1.1" 200 3183 0.006657 10.0.0.41 - - [2025-11-06 04:28:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003747 10.0.0.41 - - [2025-11-06 04:28:48] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004833 10.0.0.41 - - [2025-11-06 04:28:48] "GET /virtual-networks?parent_id=1a07c728-ed9a-4228-b9f9-012b7c5c99d8&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003230 10.0.0.41 - - [2025-11-06 04:28:48] "GET /virtual-network/d9eed5db-c480-402b-a428-3e9a2a174681?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.006160 10.0.0.41 - - [2025-11-06 04:28:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005306 10.0.0.41 - - [2025-11-06 04:28:51] "GET /virtual-network/d9eed5db-c480-402b-a428-3e9a2a174681?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.008927 10.0.0.41 - - [2025-11-06 04:28:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004015 10.0.0.41 - - [2025-11-06 04:28:55] "GET /virtual-network/d9eed5db-c480-402b-a428-3e9a2a174681?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.006869 10.0.0.41 - - [2025-11-06 04:28:57] "POST /neutron/port HTTP/1.1" 200 1202 0.018217 10.0.0.41 - - [2025-11-06 04:28:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006060 10.0.0.41 - - [2025-11-06 04:28:58] "POST /neutron/port HTTP/1.1" 200 117 0.001580 10.0.0.41 - - [2025-11-06 04:28:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004836 10.0.0.41 - - [2025-11-06 04:28:59] "GET /virtual-network/d9eed5db-c480-402b-a428-3e9a2a174681?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.006102 10.0.0.41 - - [2025-11-06 04:29:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004449 10.0.0.41 - - [2025-11-06 04:29:03] "GET /virtual-network/d9eed5db-c480-402b-a428-3e9a2a174681?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.006497 10.0.0.41 - - [2025-11-06 04:29:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004389 10.0.0.41 - - [2025-11-06 04:29:07] "GET /virtual-network/d9eed5db-c480-402b-a428-3e9a2a174681?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.005728 10.0.0.41 - - [2025-11-06 04:29:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004529 10.0.0.41 - - [2025-11-06 04:29:11] "GET /virtual-network/d9eed5db-c480-402b-a428-3e9a2a174681?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.007040 10.0.0.41 - - [2025-11-06 04:29:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004362 10.0.0.41 - - [2025-11-06 04:29:16] "GET /virtual-network/d9eed5db-c480-402b-a428-3e9a2a174681?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.006218 10.0.0.41 - - [2025-11-06 04:29:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004706 10.0.0.41 - - [2025-11-06 04:29:20] "GET /virtual-network/d9eed5db-c480-402b-a428-3e9a2a174681?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.006201 10.0.0.41 - - [2025-11-06 04:29:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004136 10.0.0.41 - - [2025-11-06 04:29:24] "GET /virtual-network/d9eed5db-c480-402b-a428-3e9a2a174681?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.006661 10.0.0.41 - - [2025-11-06 04:29:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003728 10.0.0.41 - - [2025-11-06 04:29:26] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004405 10.0.0.41 - - [2025-11-06 04:29:26] "GET /virtual-networks?parent_id=1a07c728-ed9a-4228-b9f9-012b7c5c99d8&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.004579 10.0.0.41 - - [2025-11-06 04:29:26] "GET /virtual-network/d9eed5db-c480-402b-a428-3e9a2a174681?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.006206 10.0.0.41 - - [2025-11-06 04:29:26] "POST /neutron/port HTTP/1.1" 200 1204 0.025483 10.0.0.41 - - [2025-11-06 04:29:30] "POST /neutron/port HTTP/1.1" 200 1204 0.022045 10.0.0.41 - - [2025-11-06 04:29:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003985 10.0.0.41 - - [2025-11-06 04:29:30] "POST /neutron/port HTTP/1.1" 200 117 0.002173 10.0.0.41 - - [2025-11-06 04:29:31] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010697 10.0.0.41 - - [2025-11-06 04:29:37] "POST /neutron/port HTTP/1.1" 200 1204 0.042686 10.0.0.41 - - [2025-11-06 04:29:42] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010472 10.0.0.41 - - [2025-11-06 04:29:47] "POST /neutron/port HTTP/1.1" 200 1204 0.023035 10.0.0.41 - - [2025-11-06 04:29:47] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009321 10.0.0.41 - - [2025-11-06 04:29:47] "POST /neutron/network HTTP/1.1" 200 981 0.020729 10.0.0.41 - - [2025-11-06 04:29:47] "POST /id-to-fqname HTTP/1.1" 200 228 0.001488 10.0.0.41 - - [2025-11-06 04:29:47] "GET /virtual-machine/782a74f2-970f-491f-89a8-30c8375cb2c7 HTTP/1.1" 200 1301 0.004200 10.0.0.41 - - [2025-11-06 04:29:47] "GET /virtual-machine-interface/35962d1b-9d37-4dc9-8d62-bdc04f8c7ce8 HTTP/1.1" 200 3183 0.005677 10.0.0.41 - - [2025-11-06 04:29:47] "GET /instance-ip/eb9c6967-e366-48b3-aa93-e258fd092fa2 HTTP/1.1" 200 1641 0.007686 10.0.0.41 - - [2025-11-06 04:29:47] "GET /instance-ip/fcdf218f-c4f8-4f3d-a180-8dd99aaff71b HTTP/1.1" 200 1660 0.009128 10.0.0.41 - - [2025-11-06 04:29:47] "POST /fqname-to-id HTTP/1.1" 404 230 0.004453 10.0.0.41 - - [2025-11-06 04:29:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003497 10.0.0.131 - - [2025-11-06 04:29:47] "GET /projects?obj_uuids=1a07c728-ed9a-4228-b9f9-012b7c5c99d8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001543 10.0.0.41 - - [2025-11-06 04:29:47] "GET /project/1a07c728-ed9a-4228-b9f9-012b7c5c99d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.053505 10.0.0.41 - - [2025-11-06 04:29:48] "POST /network-policys HTTP/1.1" 200 571 0.035750 10.0.0.41 - - [2025-11-06 04:29:48] "GET /network-policy/253bfd41-7a9f-4463-878d-c211c81601ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.007673 10.0.0.41 - - [2025-11-06 04:29:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003587 10.0.0.41 - - [2025-11-06 04:29:48] "GET /virtual-network/8a11d017-0a0b-455b-9737-eb619fc29811?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.007683 10.0.0.41 - - [2025-11-06 04:29:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003715 10.0.0.41 - - [2025-11-06 04:29:48] "GET /network-policy/253bfd41-7a9f-4463-878d-c211c81601ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.006384 10.0.0.41 - - [2025-11-06 04:29:48] "POST /ref-update HTTP/1.1" 200 156 0.102791 10.0.0.41 - - [2025-11-06 04:29:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005411 10.0.0.41 - - [2025-11-06 04:29:48] "GET /network-policy/253bfd41-7a9f-4463-878d-c211c81601ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.005041 10.0.0.41 - - [2025-11-06 04:29:48] "GET /virtual-network/8a11d017-0a0b-455b-9737-eb619fc29811?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.011077 10.0.0.41 - - [2025-11-06 04:29:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004284 10.0.0.41 - - [2025-11-06 04:29:48] "GET /network-policy/253bfd41-7a9f-4463-878d-c211c81601ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.006487 10.0.0.41 - - [2025-11-06 04:29:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005242 10.0.0.41 - - [2025-11-06 04:29:48] "GET /virtual-network/d9eed5db-c480-402b-a428-3e9a2a174681?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.009894 10.0.0.41 - - [2025-11-06 04:29:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.017032 10.0.0.41 - - [2025-11-06 04:29:48] "GET /network-policy/253bfd41-7a9f-4463-878d-c211c81601ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.007016 10.0.0.131 - - [2025-11-06 04:29:48] "POST /access-control-lists HTTP/1.1" 200 598 0.072731 10.0.0.41 - - [2025-11-06 04:29:48] "POST /ref-update HTTP/1.1" 200 156 0.112738 10.0.0.41 - - [2025-11-06 04:29:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.014622 10.0.0.41 - - [2025-11-06 04:29:48] "GET /network-policy/253bfd41-7a9f-4463-878d-c211c81601ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.005459 10.0.0.131 - - [2025-11-06 04:29:48] "POST /access-control-lists HTTP/1.1" 200 598 0.083055 10.0.0.41 - - [2025-11-06 04:29:48] "POST /neutron/network HTTP/1.1" 200 1111 0.031804 10.0.0.41 - - [2025-11-06 04:29:48] "GET /virtual-network/d9eed5db-c480-402b-a428-3e9a2a174681?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2972 0.007539 10.0.0.41 - - [2025-11-06 04:29:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005023 10.0.0.41 - - [2025-11-06 04:29:49] "GET /network-policy/253bfd41-7a9f-4463-878d-c211c81601ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.007115 10.0.0.41 - - [2025-11-06 04:29:49] "GET /virtual-machine-interface/35962d1b-9d37-4dc9-8d62-bdc04f8c7ce8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2766 0.009637 10.0.0.41 - - [2025-11-06 04:29:49] "PUT /virtual-machine-interface/35962d1b-9d37-4dc9-8d62-bdc04f8c7ce8 HTTP/1.1" 200 285 0.035877 10.0.0.41 - - [2025-11-06 04:29:49] "GET /virtual-machine-interface/35962d1b-9d37-4dc9-8d62-bdc04f8c7ce8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3076 0.007121 10.0.0.41 - - [2025-11-06 04:29:49] "PUT /virtual-machine-interface/35962d1b-9d37-4dc9-8d62-bdc04f8c7ce8 HTTP/1.1" 200 285 0.024081 10.0.0.131 - - [2025-11-06 04:29:50] "GET /obj-perms HTTP/1.1" 200 5056 0.051456 10.0.0.41 - - [2025-11-06 04:29:50] "GET /obj-perms HTTP/1.1" 200 5056 0.056871 10.0.0.41 - - [2025-11-06 04:29:59] "POST /neutron/network HTTP/1.1" 200 1119 0.008888 10.0.0.41 - - [2025-11-06 04:30:00] "POST /neutron/subnet HTTP/1.1" 200 1380 0.024669 10.0.0.41 - - [2025-11-06 04:30:00] "POST /neutron/network HTTP/1.1" 200 1109 0.013575 10.0.0.41 - - [2025-11-06 04:30:31] "POST /neutron/network HTTP/1.1" 200 1121 0.009875 10.0.0.41 - - [2025-11-06 04:30:31] "POST /neutron/subnet HTTP/1.1" 200 1389 0.014713 10.0.0.41 - - [2025-11-06 04:30:31] "POST /neutron/network HTTP/1.1" 200 1111 0.012788 10.0.0.41 - - [2025-11-06 04:30:59] "POST /neutron/network HTTP/1.1" 200 117 0.042763 10.0.0.131 - - [2025-11-06 04:31:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000432 10.0.0.38 - - [2025-11-06 04:31:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000542 10.0.0.131 - - [2025-11-06 04:31:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000476 10.0.0.38 - - [2025-11-06 04:31:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000391 10.0.0.131 - - [2025-11-06 04:31:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000397 10.0.0.131 - - [2025-11-06 04:31:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000414 10.0.0.38 - - [2025-11-06 04:31:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000520 10.0.0.38 - - [2025-11-06 04:31:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000482 10.0.0.41 - - [2025-11-06 04:31:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000587 10.0.0.41 - - [2025-11-06 04:31:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000638 10.0.0.41 - - [2025-11-06 04:31:14] "GET /global-system-configs HTTP/1.1" 401 292 0.000451 10.0.0.41 - - [2025-11-06 04:31:14] "GET /global-system-configs HTTP/1.1" 401 292 0.000436 10.0.0.41 - - [2025-11-06 04:31:31] "POST /neutron/port HTTP/1.1" 200 1204 0.019736 10.0.0.41 - - [2025-11-06 04:31:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004559 10.0.0.41 - - [2025-11-06 04:31:31] "POST /neutron/port HTTP/1.1" 200 117 0.001275 10.0.0.38 - - [2025-11-06 04:31:51] "GET /obj-perms HTTP/1.1" 200 5056 0.052339 10.0.0.41 - - [2025-11-06 04:31:59] "POST /neutron/port HTTP/1.1" 200 1202 0.020518 10.0.0.41 - - [2025-11-06 04:32:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005562 10.0.0.41 - - [2025-11-06 04:32:00] "POST /neutron/port HTTP/1.1" 200 117 0.001318 10.0.0.41 - - [2025-11-06 04:32:05] "POST /ref-update HTTP/1.1" 200 156 0.109334 10.0.0.131 - - [2025-11-06 04:32:05] "POST /fqname-to-id HTTP/1.1" 404 207 0.043538 10.0.0.41 - - [2025-11-06 04:32:05] "GET /virtual-network/d9eed5db-c480-402b-a428-3e9a2a174681?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.010968 10.0.0.41 - - [2025-11-06 04:32:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005497 10.0.0.41 - - [2025-11-06 04:32:05] "GET /network-policy/253bfd41-7a9f-4463-878d-c211c81601ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.005732 10.0.0.41 - - [2025-11-06 04:32:06] "POST /ref-update HTTP/1.1" 200 156 0.078776 10.0.0.41 - - [2025-11-06 04:32:06] "POST /neutron/network HTTP/1.1" 200 1005 0.039266 10.0.0.41 - - [2025-11-06 04:32:06] "GET /virtual-network/8a11d017-0a0b-455b-9737-eb619fc29811?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.008873 10.0.0.41 - - [2025-11-06 04:32:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004489 10.0.0.41 - - [2025-11-06 04:32:06] "GET /network-policy/253bfd41-7a9f-4463-878d-c211c81601ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.005723 10.0.0.41 - - [2025-11-06 04:32:06] "DELETE /network-policy/253bfd41-7a9f-4463-878d-c211c81601ce HTTP/1.1" 200 115 0.065351 10.0.0.131 - - [2025-11-06 04:32:06] "POST /ref-update HTTP/1.1" 200 156 0.040946 10.0.0.41 - - [2025-11-06 04:32:06] "DELETE /instance-ip/2307f697-fc94-4547-bb40-2ef45a871ce3 HTTP/1.1" 200 115 0.048346 10.0.0.41 - - [2025-11-06 04:32:06] "DELETE /instance-ip/73d8e4d4-c85a-4169-980e-317227871f63 HTTP/1.1" 200 115 0.051291 10.0.0.41 - - [2025-11-06 04:32:06] "DELETE /virtual-machine-interface/b32be3f0-1846-4c34-8d5b-0c8499026161 HTTP/1.1" 200 115 0.082949 10.0.0.41 - - [2025-11-06 04:32:06] "POST /neutron/port HTTP/1.1" 200 1204 0.025090 10.0.0.41 - - [2025-11-06 04:32:07] "POST /neutron/port HTTP/1.1" 200 1202 0.016555 10.0.0.41 - - [2025-11-06 04:32:08] "POST /neutron/network HTTP/1.1" 200 1007 0.014026 10.0.0.131 - - [2025-11-06 04:32:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004023 10.0.0.131 - - [2025-11-06 04:32:09] "POST /useragent-kv HTTP/1.1" 200 115 0.040084 10.0.0.131 - - [2025-11-06 04:32:09] "DELETE /route-target/eed6390c-da30-4475-96b4-dd80f3465bfe HTTP/1.1" 200 115 0.036590 10.0.0.131 - - [2025-11-06 04:32:09] "POST /useragent-kv HTTP/1.1" 200 115 0.004753 10.0.0.131 - - [2025-11-06 04:32:09] "POST /useragent-kv HTTP/1.1" 200 115 0.002463 10.0.0.131 - - [2025-11-06 04:32:09] "POST /useragent-kv HTTP/1.1" 200 115 0.002486 10.0.0.41 - - [2025-11-06 04:32:09] "POST /neutron/network HTTP/1.1" 200 151 0.201817 10.0.0.131 - - [2025-11-06 04:32:12] "GET /projects?obj_uuids=1a07c728-ed9a-4228-b9f9-012b7c5c99d8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001086 10.0.0.41 - - [2025-11-06 04:32:12] "GET /project/1a07c728-ed9a-4228-b9f9-012b7c5c99d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.077388 10.0.0.131 - - [2025-11-06 04:32:12] "GET /projects?obj_uuids=1a07c728-ed9a-4228-b9f9-012b7c5c99d8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001309 10.0.0.41 - - [2025-11-06 04:32:12] "GET /project/1a07c728-ed9a-4228-b9f9-012b7c5c99d8?fields=virtual_networks HTTP/1.1" 200 1050 0.053288 10.0.0.131 - - [2025-11-06 04:32:12] "GET /projects?obj_uuids=1a07c728-ed9a-4228-b9f9-012b7c5c99d8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001695 10.0.0.41 - - [2025-11-06 04:32:12] "GET /project/1a07c728-ed9a-4228-b9f9-012b7c5c99d8?fields=virtual_machine_interfaces HTTP/1.1" 200 1050 0.052314 10.0.0.131 - - [2025-11-06 04:32:12] "GET /projects?obj_uuids=1a07c728-ed9a-4228-b9f9-012b7c5c99d8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002402 10.0.0.41 - - [2025-11-06 04:32:12] "GET /project/1a07c728-ed9a-4228-b9f9-012b7c5c99d8?fields=security_groups HTTP/1.1" 200 1285 0.057055 10.0.0.41 - - [2025-11-06 04:32:13] "POST /fqname-to-id HTTP/1.1" 404 192 0.031680 10.0.0.131 - - [2025-11-06 04:32:13] "GET /projects?obj_uuids=fca60287-bbba-4107-8ebd-2cec8920ddee&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005291 10.0.0.131 - - [2025-11-06 04:32:13] "GET /domains?obj_uuids=dd557474-6eee-442f-acdf-559f4d754f9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001095 10.0.0.131 - - [2025-11-06 04:32:13] "GET /domain/dd557474-6eee-442f-acdf-559f4d754f9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.035697 10.0.0.131 - - [2025-11-06 04:32:13] "POST /id-to-fqname HTTP/1.1" 200 194 0.001272 10.0.0.131 - - [2025-11-06 04:32:13] "POST /fqname-to-id HTTP/1.1" 404 203 0.007655 10.0.0.131 - - [2025-11-06 04:32:14] "POST /security-groups HTTP/1.1" 200 595 0.092955 10.0.0.131 - - [2025-11-06 04:32:14] "POST /projects HTTP/1.1" 200 593 0.339601 10.0.0.131 - - [2025-11-06 04:32:14] "POST /fqname-to-id HTTP/1.1" 404 237 0.009522 10.0.0.131 - - [2025-11-06 04:32:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.418549 10.0.0.41 - - [2025-11-06 04:32:14] "GET /project/fca60287-bbba-4107-8ebd-2cec8920ddee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.607406 10.0.0.41 - - [2025-11-06 04:32:15] "GET / HTTP/1.1" 200 36215 0.002017 10.0.0.41 - - [2025-11-06 04:32:17] "POST /fqname-to-id HTTP/1.1" 401 292 0.000516 10.0.0.41 - - [2025-11-06 04:32:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.060778 10.0.0.131 - - [2025-11-06 04:32:17] "GET /projects?obj_uuids=fca60287-bbba-4107-8ebd-2cec8920ddee&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001884 10.0.0.41 - - [2025-11-06 04:32:17] "GET /project/fca60287-bbba-4107-8ebd-2cec8920ddee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.064761 10.0.0.41 - - [2025-11-06 04:32:17] "POST /neutron/network HTTP/1.1" 200 117 0.049158 10.0.0.131 - - [2025-11-06 04:32:17] "POST /ref-update HTTP/1.1" 200 156 0.037894 10.0.0.131 - - [2025-11-06 04:32:18] "POST /useragent-kv HTTP/1.1" 200 115 0.010897 10.0.0.41 - - [2025-11-06 04:32:18] "POST /neutron/subnet HTTP/1.1" 200 828 0.224475 10.0.0.41 - - [2025-11-06 04:32:18] "POST /id-to-fqname HTTP/1.1" 200 224 0.001395 10.0.0.41 - - [2025-11-06 04:32:18] "GET /virtual-network/c9409da7-e9ca-4e17-aa2e-6243a0417679?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006226 10.0.0.41 - - [2025-11-06 04:32:18] "GET /virtual-network/c9409da7-e9ca-4e17-aa2e-6243a0417679?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006816 10.0.0.41 - - [2025-11-06 04:32:18] "POST /neutron/network HTTP/1.1" 200 1002 0.010837 10.0.0.41 - - [2025-11-06 04:32:19] "GET /virtual-network/c9409da7-e9ca-4e17-aa2e-6243a0417679?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.007455 10.0.0.41 - - [2025-11-06 04:32:20] "POST /id-to-fqname HTTP/1.1" 200 224 0.001413 10.0.0.41 - - [2025-11-06 04:32:20] "POST /neutron/port HTTP/1.1" 200 117 0.005570 10.0.0.131 - - [2025-11-06 04:32:21] "GET /projects?obj_uuids=fca60287-bbba-4107-8ebd-2cec8920ddee&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001237 10.0.0.41 - - [2025-11-06 04:32:21] "GET /project/fca60287-bbba-4107-8ebd-2cec8920ddee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.064622 10.0.0.41 - - [2025-11-06 04:32:22] "POST /neutron/port HTTP/1.1" 200 117 0.010547 10.0.0.41 - - [2025-11-06 04:32:22] "POST /id-to-fqname HTTP/1.1" 200 224 0.001639 10.0.0.41 - - [2025-11-06 04:32:22] "POST /neutron/network HTTP/1.1" 200 1012 0.009004 10.0.0.41 - - [2025-11-06 04:32:23] "POST /neutron/port HTTP/1.1" 200 1171 0.023209 10.0.0.131 - - [2025-11-06 04:32:23] "GET /projects?obj_uuids=fca60287-bbba-4107-8ebd-2cec8920ddee&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001466 10.0.0.41 - - [2025-11-06 04:32:23] "GET /project/fca60287-bbba-4107-8ebd-2cec8920ddee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.084032 10.0.0.41 - - [2025-11-06 04:32:23] "POST /neutron/network HTTP/1.1" 200 1002 0.065275 10.0.0.41 - - [2025-11-06 04:32:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004225 10.0.0.41 - - [2025-11-06 04:32:23] "POST /neutron/security_group HTTP/1.1" 200 2062 0.011033 10.0.0.41 - - [2025-11-06 04:32:23] "POST /neutron/network HTTP/1.1" 200 1002 0.011665 10.0.0.41 - - [2025-11-06 04:32:23] "POST /id-to-fqname HTTP/1.1" 200 224 0.001485 10.0.0.41 - - [2025-11-06 04:32:23] "POST /neutron/security_group HTTP/1.1" 200 2062 0.010732 10.0.0.131 - - [2025-11-06 04:32:23] "GET /projects?obj_uuids=fca60287-bbba-4107-8ebd-2cec8920ddee&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001080 10.0.0.41 - - [2025-11-06 04:32:24] "POST /neutron/port HTTP/1.1" 200 1171 0.475648 10.0.0.41 - - [2025-11-06 04:32:24] "POST /neutron/port HTTP/1.1" 200 1225 0.156495 10.0.0.131 - - [2025-11-06 04:32:24] "GET /projects?obj_uuids=fca60287-bbba-4107-8ebd-2cec8920ddee&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001395 10.0.0.41 - - [2025-11-06 04:32:24] "GET /project/fca60287-bbba-4107-8ebd-2cec8920ddee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.094288 10.0.0.41 - - [2025-11-06 04:32:24] "POST /neutron/network HTTP/1.1" 200 1002 0.012136 10.0.0.41 - - [2025-11-06 04:32:24] "POST /neutron/port HTTP/1.1" 200 117 0.001508 10.0.0.41 - - [2025-11-06 04:32:25] "POST /neutron/port HTTP/1.1" 200 2280 0.031396 10.0.0.41 - - [2025-11-06 04:32:25] "POST /neutron/port HTTP/1.1" 200 1199 0.019765 10.0.0.41 - - [2025-11-06 04:32:25] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008682 10.0.0.41 - - [2025-11-06 04:32:25] "POST /neutron/network HTTP/1.1" 200 1012 0.007111 10.0.0.41 - - [2025-11-06 04:32:25] "GET /virtual-machine/35868274-9004-4402-b95a-3712fcb872ad HTTP/1.1" 401 292 0.000355 10.0.0.41 - - [2025-11-06 04:32:26] "POST /neutron/port HTTP/1.1" 200 1171 0.032638 10.0.0.41 - - [2025-11-06 04:32:26] "GET /virtual-machine/35868274-9004-4402-b95a-3712fcb872ad HTTP/1.1" 200 1298 0.059652 10.0.0.41 - - [2025-11-06 04:32:26] "GET /virtual-machine-interface/8b97ff41-c197-4c58-b0f1-0109e8fcf8ec HTTP/1.1" 200 3164 0.012396 10.0.0.41 - - [2025-11-06 04:32:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006473 10.0.0.41 - - [2025-11-06 04:32:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.005576 10.0.0.41 - - [2025-11-06 04:32:26] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.007124 10.0.0.41 - - [2025-11-06 04:32:26] "GET /virtual-networks?parent_id=fca60287-bbba-4107-8ebd-2cec8920ddee&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.008113 10.0.0.41 - - [2025-11-06 04:32:26] "POST /neutron/port HTTP/1.1" 200 117 0.001776 10.0.0.41 - - [2025-11-06 04:32:26] "GET /virtual-network/c9409da7-e9ca-4e17-aa2e-6243a0417679?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.007332 10.0.0.41 - - [2025-11-06 04:32:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003936 10.0.0.41 - - [2025-11-06 04:32:29] "GET /virtual-network/c9409da7-e9ca-4e17-aa2e-6243a0417679?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005455 10.0.0.41 - - [2025-11-06 04:32:31] "POST /neutron/port HTTP/1.1" 200 1199 0.021250 10.0.0.41 - - [2025-11-06 04:32:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004972 10.0.0.41 - - [2025-11-06 04:32:32] "POST /neutron/port HTTP/1.1" 200 117 0.001474 10.0.0.41 - - [2025-11-06 04:32:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003889 10.0.0.41 - - [2025-11-06 04:32:33] "GET /virtual-network/c9409da7-e9ca-4e17-aa2e-6243a0417679?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005918 10.0.0.131 - - [2025-11-06 04:32:35] "DELETE /project/fca60287bbba41078ebd2cec8920ddee HTTP/1.1" 404 173 0.007208 10.0.0.131 - - [2025-11-06 04:32:35] "DELETE /project/1a07c728-ed9a-4228-b9f9-012b7c5c99d8 HTTP/1.1" 404 177 0.004912 10.0.0.41 - - [2025-11-06 04:32:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004315 10.0.0.41 - - [2025-11-06 04:32:37] "GET /virtual-network/c9409da7-e9ca-4e17-aa2e-6243a0417679?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.009325 10.0.0.41 - - [2025-11-06 04:32:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004090 10.0.0.41 - - [2025-11-06 04:32:41] "GET /virtual-network/c9409da7-e9ca-4e17-aa2e-6243a0417679?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005819 10.0.0.41 - - [2025-11-06 04:32:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003873 10.0.0.41 - - [2025-11-06 04:32:45] "GET /virtual-network/c9409da7-e9ca-4e17-aa2e-6243a0417679?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.008511 10.0.0.41 - - [2025-11-06 04:32:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004322 10.0.0.41 - - [2025-11-06 04:32:49] "GET /virtual-network/c9409da7-e9ca-4e17-aa2e-6243a0417679?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006297 10.0.0.131 - - [2025-11-06 04:32:52] "GET /obj-perms HTTP/1.1" 200 5056 0.055756 10.0.0.41 - - [2025-11-06 04:32:52] "GET /obj-perms HTTP/1.1" 200 5056 0.056984 10.0.0.41 - - [2025-11-06 04:32:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003757 10.0.0.41 - - [2025-11-06 04:32:54] "GET /virtual-network/c9409da7-e9ca-4e17-aa2e-6243a0417679?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.011486 10.0.0.41 - - [2025-11-06 04:32:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003637 10.0.0.41 - - [2025-11-06 04:32:58] "GET /virtual-network/c9409da7-e9ca-4e17-aa2e-6243a0417679?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005546 10.0.0.41 - - [2025-11-06 04:33:00] "POST /neutron/port HTTP/1.1" 200 117 0.009529 10.0.0.41 - - [2025-11-06 04:33:00] "POST /neutron/network HTTP/1.1" 200 117 0.016295 10.0.0.41 - - [2025-11-06 04:33:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004103 10.0.0.41 - - [2025-11-06 04:33:02] "GET /virtual-network/c9409da7-e9ca-4e17-aa2e-6243a0417679?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006034 10.0.0.41 - - [2025-11-06 04:33:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003945 10.0.0.41 - - [2025-11-06 04:33:06] "GET /virtual-network/c9409da7-e9ca-4e17-aa2e-6243a0417679?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.008582 10.0.0.41 - - [2025-11-06 04:33:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003864 10.0.0.41 - - [2025-11-06 04:33:10] "GET /virtual-network/c9409da7-e9ca-4e17-aa2e-6243a0417679?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005495 10.0.0.41 - - [2025-11-06 04:33:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004260 10.0.0.41 - - [2025-11-06 04:33:14] "GET /virtual-network/c9409da7-e9ca-4e17-aa2e-6243a0417679?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006017 10.0.0.41 - - [2025-11-06 04:33:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003810 10.0.0.41 - - [2025-11-06 04:33:18] "GET /virtual-network/c9409da7-e9ca-4e17-aa2e-6243a0417679?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006254 10.0.0.41 - - [2025-11-06 04:33:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003703 10.0.0.41 - - [2025-11-06 04:33:22] "GET /virtual-network/c9409da7-e9ca-4e17-aa2e-6243a0417679?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005676 10.0.0.41 - - [2025-11-06 04:33:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.006824 10.0.0.41 - - [2025-11-06 04:33:24] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005498 10.0.0.41 - - [2025-11-06 04:33:24] "GET /virtual-networks?parent_id=fca60287-bbba-4107-8ebd-2cec8920ddee&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003355 10.0.0.41 - - [2025-11-06 04:33:24] "GET /virtual-network/c9409da7-e9ca-4e17-aa2e-6243a0417679?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006436 10.0.0.41 - - [2025-11-06 04:33:24] "POST /neutron/port HTTP/1.1" 200 1199 0.018700 10.0.0.41 - - [2025-11-06 04:33:30] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007826 10.0.0.41 - - [2025-11-06 04:33:32] "POST /neutron/network HTTP/1.1" 200 1012 0.009874 10.0.0.41 - - [2025-11-06 04:33:32] "POST /neutron/subnet HTTP/1.1" 200 1384 0.015242 10.0.0.41 - - [2025-11-06 04:33:32] "POST /neutron/network HTTP/1.1" 200 1002 0.011937 10.0.0.41 - - [2025-11-06 04:33:35] "POST /neutron/port HTTP/1.1" 200 1199 0.019677 10.0.0.41 - - [2025-11-06 04:33:37] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007059 10.0.0.41 - - [2025-11-06 04:33:45] "POST /neutron/port HTTP/1.1" 200 1199 0.032882 10.0.0.41 - - [2025-11-06 04:33:50] "POST /neutron/security_group HTTP/1.1" 200 2062 0.018682 10.0.0.41 - - [2025-11-06 04:33:51] "POST /neutron/port HTTP/1.1" 200 1199 0.017661 10.0.0.41 - - [2025-11-06 04:33:51] "GET /virtual-machine/8974c331-c7b7-4151-8ffe-110307958a45 HTTP/1.1" 200 1298 0.007091 10.0.0.41 - - [2025-11-06 04:33:51] "GET /virtual-machine-interface/610c27ae-e27a-445d-8bed-adbd99da67f9 HTTP/1.1" 200 3163 0.005843 10.0.0.41 - - [2025-11-06 04:33:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003830 10.0.0.41 - - [2025-11-06 04:33:51] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004075 10.0.0.41 - - [2025-11-06 04:33:51] "GET /virtual-networks?parent_id=fca60287-bbba-4107-8ebd-2cec8920ddee&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.004370 10.0.0.41 - - [2025-11-06 04:33:51] "GET /virtual-network/c9409da7-e9ca-4e17-aa2e-6243a0417679?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.008125 10.0.0.41 - - [2025-11-06 04:33:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004752 10.0.0.41 - - [2025-11-06 04:33:52] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004429 10.0.0.41 - - [2025-11-06 04:33:52] "GET /virtual-networks?parent_id=fca60287-bbba-4107-8ebd-2cec8920ddee&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.004320 10.0.0.41 - - [2025-11-06 04:33:52] "GET /virtual-network/c9409da7-e9ca-4e17-aa2e-6243a0417679?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.008958 10.0.0.41 - - [2025-11-06 04:33:52] "POST /neutron/security_group HTTP/1.1" 200 2062 0.012547 10.0.0.41 - - [2025-11-06 04:33:52] "POST /neutron/port HTTP/1.1" 200 1199 0.020606 10.0.0.41 - - [2025-11-06 04:33:52] "GET /virtual-machine/c389ab6c-d684-406a-901f-165b4b443956 HTTP/1.1" 200 1299 0.007433 10.0.0.41 - - [2025-11-06 04:33:52] "GET /virtual-machine-interface/efe0b848-f0b4-4295-b30f-1f83872bd633 HTTP/1.1" 200 3164 0.006786 10.0.0.41 - - [2025-11-06 04:33:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003916 10.0.0.41 - - [2025-11-06 04:33:52] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005296 10.0.0.41 - - [2025-11-06 04:33:52] "GET /virtual-networks?parent_id=fca60287-bbba-4107-8ebd-2cec8920ddee&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.004132 10.0.0.41 - - [2025-11-06 04:33:53] "GET /virtual-network/c9409da7-e9ca-4e17-aa2e-6243a0417679?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006287 10.0.0.41 - - [2025-11-06 04:33:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003578 10.0.0.41 - - [2025-11-06 04:33:54] "GET /global-vrouter-config/24a213be-d660-445b-8fbb-c8b12e550f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003788 10.0.0.41 - - [2025-11-06 04:33:54] "GET /virtual-networks?parent_id=fca60287-bbba-4107-8ebd-2cec8920ddee&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.002748 10.0.0.41 - - [2025-11-06 04:33:54] "GET /virtual-network/c9409da7-e9ca-4e17-aa2e-6243a0417679?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.007471 10.0.0.41 - - [2025-11-06 04:33:54] "GET /virtual-machine-interface/efe0b848-f0b4-4295-b30f-1f83872bd633?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2747 0.007519 10.0.0.41 - - [2025-11-06 04:33:54] "PUT /virtual-machine-interface/efe0b848-f0b4-4295-b30f-1f83872bd633 HTTP/1.1" 200 285 0.017169 10.0.0.41 - - [2025-11-06 04:34:01] "POST /neutron/port HTTP/1.1" 200 1199 0.024701 10.0.0.41 - - [2025-11-06 04:34:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006246 10.0.0.41 - - [2025-11-06 04:34:02] "POST /neutron/port HTTP/1.1" 200 117 0.001334 10.0.0.41 - - [2025-11-06 04:34:34] "POST /neutron/port HTTP/1.1" 200 1199 0.062708 10.0.0.41 - - [2025-11-06 04:34:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006990 10.0.0.41 - - [2025-11-06 04:34:34] "POST /neutron/port HTTP/1.1" 200 117 0.001264 10.0.0.38 - - [2025-11-06 04:34:54] "GET /obj-perms HTTP/1.1" 200 5056 0.059503 10.0.0.41 - - [2025-11-06 04:35:01] "POST /neutron/port HTTP/1.1" 200 1199 0.018824 10.0.0.41 - - [2025-11-06 04:35:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004867 10.0.0.41 - - [2025-11-06 04:35:02] "POST /neutron/port HTTP/1.1" 200 117 0.001240 10.0.0.41 - - [2025-11-06 04:35:34] "POST /neutron/port HTTP/1.1" 200 1199 0.027032 10.0.0.41 - - [2025-11-06 04:35:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005288 10.0.0.41 - - [2025-11-06 04:35:34] "POST /neutron/port HTTP/1.1" 200 117 0.001354 10.0.0.41 - - [2025-11-06 04:36:03] "POST /neutron/port HTTP/1.1" 200 117 0.056144 10.0.0.131 - - [2025-11-06 04:36:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000521 10.0.0.38 - - [2025-11-06 04:36:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000848 10.0.0.131 - - [2025-11-06 04:36:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000514 10.0.0.38 - - [2025-11-06 04:36:11] "GET /global-system-configs HTTP/1.1" 401 292 0.001149 10.0.0.131 - - [2025-11-06 04:36:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000505 10.0.0.131 - - [2025-11-06 04:36:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000510 10.0.0.38 - - [2025-11-06 04:36:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000561 10.0.0.38 - - [2025-11-06 04:36:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000774 10.0.0.41 - - [2025-11-06 04:36:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000578 10.0.0.41 - - [2025-11-06 04:36:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000486 10.0.0.41 - - [2025-11-06 04:36:14] "GET /global-system-configs HTTP/1.1" 401 292 0.001289 10.0.0.41 - - [2025-11-06 04:36:14] "GET /global-system-configs HTTP/1.1" 401 292 0.000622 10.0.0.41 - - [2025-11-06 04:36:33] "POST /neutron/port HTTP/1.1" 200 1199 0.018380 10.0.0.41 - - [2025-11-06 04:36:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004675 10.0.0.41 - - [2025-11-06 04:36:34] "POST /neutron/port HTTP/1.1" 200 117 0.001229 10.0.0.41 - - [2025-11-06 04:36:35] "POST /neutron/network HTTP/1.1" 200 1002 0.016563 10.0.0.41 - - [2025-11-06 04:36:35] "POST /neutron/port HTTP/1.1" 200 1225 0.018596 10.0.0.41 - - [2025-11-06 04:36:35] "POST /neutron/port HTTP/1.1" 200 1225 0.017665 10.0.0.41 - - [2025-11-06 04:36:36] "POST /neutron/port HTTP/1.1" 200 1225 0.050946 10.0.0.131 - - [2025-11-06 04:36:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.009329 10.0.0.131 - - [2025-11-06 04:36:37] "POST /useragent-kv HTTP/1.1" 200 115 0.005214 10.0.0.131 - - [2025-11-06 04:36:37] "POST /useragent-kv HTTP/1.1" 200 115 0.004328 10.0.0.131 - - [2025-11-06 04:36:37] "POST /useragent-kv HTTP/1.1" 200 115 0.008789 10.0.0.131 - - [2025-11-06 04:36:37] "POST /useragent-kv HTTP/1.1" 200 115 0.004731 10.0.0.41 - - [2025-11-06 04:36:37] "POST /neutron/network HTTP/1.1" 200 151 0.232776 10.0.0.131 - - [2025-11-06 04:36:39] "GET /projects?obj_uuids=fca60287-bbba-4107-8ebd-2cec8920ddee&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002306 10.0.0.41 - - [2025-11-06 04:36:39] "GET /project/fca60287-bbba-4107-8ebd-2cec8920ddee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.066944 10.0.0.131 - - [2025-11-06 04:36:39] "GET /projects?obj_uuids=fca60287-bbba-4107-8ebd-2cec8920ddee&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002345 10.0.0.41 - - [2025-11-06 04:36:39] "GET /project/fca60287-bbba-4107-8ebd-2cec8920ddee?fields=virtual_networks HTTP/1.1" 200 1043 0.069350 10.0.0.131 - - [2025-11-06 04:36:39] "GET /projects?obj_uuids=fca60287-bbba-4107-8ebd-2cec8920ddee&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001148 10.0.0.41 - - [2025-11-06 04:36:39] "GET /project/fca60287-bbba-4107-8ebd-2cec8920ddee?fields=virtual_machine_interfaces HTTP/1.1" 200 1043 0.068085 10.0.0.131 - - [2025-11-06 04:36:39] "GET /projects?obj_uuids=fca60287-bbba-4107-8ebd-2cec8920ddee&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002071 10.0.0.41 - - [2025-11-06 04:36:39] "GET /project/fca60287-bbba-4107-8ebd-2cec8920ddee?fields=security_groups HTTP/1.1" 200 1274 0.059189 10.0.0.41 - - [2025-11-06 04:36:40] "POST /fqname-to-id HTTP/1.1" 404 188 0.032227 10.0.0.131 - - [2025-11-06 04:36:40] "GET /projects?obj_uuids=1d21c750-2200-4b4c-b6f4-d5c5a03ad24a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004452 10.0.0.131 - - [2025-11-06 04:36:40] "GET /domains?obj_uuids=dd557474-6eee-442f-acdf-559f4d754f9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001420 10.0.0.131 - - [2025-11-06 04:36:40] "GET /domain/dd557474-6eee-442f-acdf-559f4d754f9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009115 10.0.0.131 - - [2025-11-06 04:36:40] "POST /id-to-fqname HTTP/1.1" 200 190 0.007378 10.0.0.131 - - [2025-11-06 04:36:40] "POST /fqname-to-id HTTP/1.1" 404 199 0.011383 10.0.0.131 - - [2025-11-06 04:36:40] "POST /security-groups HTTP/1.1" 200 591 0.093553 10.0.0.131 - - [2025-11-06 04:36:40] "POST /projects HTTP/1.1" 200 585 0.347522 10.0.0.131 - - [2025-11-06 04:36:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.385006 10.0.0.131 - - [2025-11-06 04:36:41] "POST /access-control-lists HTTP/1.1" 200 598 0.040884 10.0.0.41 - - [2025-11-06 04:36:41] "GET /project/1d21c750-2200-4b4c-b6f4-d5c5a03ad24a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.561858 10.0.0.41 - - [2025-11-06 04:36:42] "GET / HTTP/1.1" 200 36215 0.003429 10.0.0.131 - - [2025-11-06 04:36:48] "GET /projects?obj_uuids=1d21c750-2200-4b4c-b6f4-d5c5a03ad24a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001638 10.0.0.41 - - [2025-11-06 04:36:48] "GET /project/1d21c750-2200-4b4c-b6f4-d5c5a03ad24a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.067531 10.0.0.131 - - [2025-11-06 04:36:48] "GET /projects?obj_uuids=1d21c750-2200-4b4c-b6f4-d5c5a03ad24a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001368 10.0.0.41 - - [2025-11-06 04:36:48] "GET /project/1d21c750-2200-4b4c-b6f4-d5c5a03ad24a?fields=virtual_networks HTTP/1.1" 200 1034 0.055033 10.0.0.131 - - [2025-11-06 04:36:48] "GET /projects?obj_uuids=1d21c750-2200-4b4c-b6f4-d5c5a03ad24a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001831 10.0.0.41 - - [2025-11-06 04:36:48] "GET /project/1d21c750-2200-4b4c-b6f4-d5c5a03ad24a?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.080867 10.0.0.131 - - [2025-11-06 04:36:48] "GET /projects?obj_uuids=1d21c750-2200-4b4c-b6f4-d5c5a03ad24a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001032 10.0.0.41 - - [2025-11-06 04:36:48] "GET /project/1d21c750-2200-4b4c-b6f4-d5c5a03ad24a?fields=security_groups HTTP/1.1" 200 1261 0.065797 10.0.0.131 - - [2025-11-06 04:36:55] "GET /obj-perms HTTP/1.1" 200 5056 0.058367 10.0.0.131 - - [2025-11-06 04:37:03] "DELETE /access-control-list/0d6ffdc3-287d-484f-9be7-881b56772cf2 HTTP/1.1" 200 115 0.036742 10.0.0.41 - - [2025-11-06 04:37:04] "POST /neutron/network HTTP/1.1" 200 117 0.008451 10.0.0.131 - - [2025-11-06 04:37:35] "DELETE /project/1d21c75022004b4cb6f4d5c5a03ad24a HTTP/1.1" 404 173 0.030686 10.0.0.131 - - [2025-11-06 04:37:35] "DELETE /project/fca60287-bbba-4107-8ebd-2cec8920ddee HTTP/1.1" 404 177 0.057163 10.0.0.131 - - [2025-11-06 04:37:35] "GET /projects?obj_uuids=1d21c750-2200-4b4c-b6f4-d5c5a03ad24a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001050 10.0.0.131 - - [2025-11-06 04:37:36] "GET /project/1d21c750-2200-4b4c-b6f4-d5c5a03ad24a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.100158 10.0.0.131 - - [2025-11-06 04:37:36] "GET /projects?obj_uuids=1d21c750-2200-4b4c-b6f4-d5c5a03ad24a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001007 10.0.0.131 - - [2025-11-06 04:37:36] "GET /project/1d21c750-2200-4b4c-b6f4-d5c5a03ad24a?fields=security_groups HTTP/1.1" 200 1363 0.055863 10.0.0.131 - - [2025-11-06 04:37:36] "DELETE /security-group/03f0e78f-58ac-4bbd-bdc5-ea8629352ca4 HTTP/1.1" 200 115 0.060842 10.0.0.131 - - [2025-11-06 04:37:36] "GET /projects?obj_uuids=1d21c750-2200-4b4c-b6f4-d5c5a03ad24a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001350 10.0.0.131 - - [2025-11-06 04:37:36] "GET /project/1d21c750-2200-4b4c-b6f4-d5c5a03ad24a?fields=application_policy_sets HTTP/1.1" 200 1402 0.064322 10.0.0.131 - - [2025-11-06 04:37:36] "DELETE /access-control-list/02fb2fb0-e795-486a-8ef2-454d1a8ba579 HTTP/1.1" 200 115 0.077245 10.0.0.131 - - [2025-11-06 04:37:36] "DELETE /project/1d21c750-2200-4b4c-b6f4-d5c5a03ad24a HTTP/1.1" 200 115 0.537562 10.0.0.41 - - [2025-11-06 04:37:56] "GET /obj-perms HTTP/1.1" 200 5056 0.060173 10.0.0.41 - - [2025-11-06 04:38:03] "POST /neutron/port HTTP/1.1" 200 117 0.008598 [Introspect:8084]10.0.0.131 - - [2025-11-06 04:38:09] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001067 [Introspect:8084]10.0.0.131 - - [2025-11-06 04:38:09] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3159 0.001360